Version History
DeployGate SDK for Android
See here for the 4.3.0 or later release notes.
4.3.0 (2020-10-10)
- Added support for target SDK version 30.
4.2.0 (2020-05-16)
- Fixed so that the following attributes can be obtained normally with DeployGate Android Client 1.7.0 and later.
hasUpdate()getUpdateRevision()getUpdateVersionCode()getUpdateVersionName()
4.1.0 (2018-05-08)
🔗 Bintray
- Enabled the following features with DeployGate Android Client 1.7.3 and later.
- Send custom exception crash reports.
4.0.0 (2017-08-15)
🔗 Bintray
Application#onCreateno longer need to callDeployGate.install(this)inside.- Supports the following new attributes with DeployGate Android Client 1.7.0 and later.
getDeployGateVersionCode()getCurrentRevision()hasUpdate()(※ It was later discovered that this could not be used due to a bug. Fixed in 4.2.0)getUpdateRevision()(※ It was later discovered that this could not be used due to a bug. Fixed in 4.2.0)getUpdateVersionCode()(※ It was later discovered that this could not be used due to a bug. Fixed in 4.2.0)getUpdateVersionName()(※ It was later discovered that this could not be used due to a bug. Fixed in 4.2.0)getUpdateMessage()installUpdate()getDistributionId()getDistributionUrl()getDistributionTitle()openComments()composeComment(String)
3.1.1 (2015-11-25)
- Improvements
- Fixed issue that caused a crash when sending logs from SDK to the DeployGate app failed. (#6
DeployGate.install(Application, String, DeployGateCallback)parameter author was ignored but this issue has been fixed. (#5- Fixed issue where
onInitialized(false)callback was called twice when DeployGate wasn’t installed. (#4
3.1 (2014-01-24)
- Steps to replace from previous version
- Simply replace the jar with the new version. There are no changes to the interface.
- New features
- Added
DeployGate.requestLogCat(), which lets you send LogCat at any time.
- Added
r2 (2012-09-13)
🔗 Download
- Steps to replace from previous version
- Simply replace the jar with the new version. There are no changes to the interface.
- New features
- You can specify the app's distributor. By setting the distributor's username in
DeployGate#install(),DeployGate#isAuthorized()will return false if other users distribute the app. Additionally, you can manually useDeployGate#getAuthorUsername(), typically during onInitialized() callback. These features are available on DeployGate Client v1.1.0 and later.
- You can specify the app's distributor. By setting the distributor's username in
r1 (2012-09-10)
🔗 Download