2024-08-21
- Hotfix for can't install multiple variants of app with Sentinel
2024-07-18
- UX improvements for SharedPreferences tool
- Improvement for exported logs - datetime now in human-readable format
- Fix WorkManager initialization bug that could crash apps
2024-05-20
- Update dependencies
- Fix AGP 8.3.0 support (duplicated resources resolved)
- Remove desugaring
- due to AGP changes
- CertificateTool is now only supported on devices running API 26 or newer
2024-03-06
- Fixed Android 13 notification permissions
- Fixed triggers activating even though they were disabled by the user in manifest
2023-08-28
- Fix log file provider authorities in code.
2023-07-21
- Fix log file provider authorities.
2023-07-18
- Update dependencies.
- Persist logs to disk.
2023-05-28
- Fix a bug in BroadcastReceiverTrigger for USB and Airplane mode triggers.
- Update dependencies.
2023-04-07
- Add metadata to no-op.
2023-04-04
- Add initializer for easy no-op implementation purposes.
2023-04-04
- Change initializer visibility for chained initialization.
2023-04-03
- Replace Koin with Kotlin Inject.
- Filter out non Bundle keys in Bundle size monitor.
- Add support for explicit trigger declarations in manifest.
2023-03-21
- Update Kotlin to 1.8.10.
- Make shake trigger editable for transportation testing purposes.
- Disable auto start of Bundle monitor.
- Add package installer information in application data.
- Fix serialization of log entries in Timber tool.
- Fix concurrency of log entries in Timber tool.
- Update Gradle wrapper.
- Update dependencies.
2022-11-15
- Update Kotlin to 1.7.21.
- Fix Android 13 compatibility issues.
2022-08-05
- Update Kotlin to 1.7.10.
- Add Material3 design.
2022-03-19
- Implement tag filtering in Timber tool.
- Update Gradle wrapper.
- Update dependencies.
2022-01-14
- Implement screen information in Device tab.
- Implement font scale information in Device tab.
- Implement Proximity sensor trigger.
- Add Timber tool.
- Add Certificates tool.
2022-01-06
- Implement root check row in Device tab.
- Implement crash monitor for uncaught exceptions and ANRs.
2021-12-31
- Update Kotlin to 1.6.10.
- Update Gradle wrapper to 7.3.3.
- Implement Android 12 compatibility.
- Implement copy to clipboard for all values.
- Implement preferences editor.
2021-08-23
- Update Kotlin to 1.5.21.
- Fix R8 collisions on obfuscated class names.
- Add Huawei AppGallery tool.
- Add LeakCanary tool.
2021-07-09
- Update Kotlin to 1.5.20.
2021-05-24
- Update Kotlin to 1.5.10.
- Prepare for Android 12.
2021-02-12
- Fix shake trigger regression bug.
2021-02-11
- Update dependencies to stable versions.
2021-02-09
- Move project to MavenCentral.
2021-01-29
- Enable Kotlin explicit mode.
- Fix crash on Lifecycle 2.3.0
- Update Chucker.
- Update DbInspector.
- Update Collar.
2020-09-04
- Add no op tool stubs.
- Update Chucker.
2020-09-04
- Replace ContentProvider with AndroidX Startup Initializer.
- Update Build tools 30.0.2.
- Update Gradle to 6.6.1.
- Update compile and target SDK to 30.
2020-08-15
- Update Kotlin to 1.4.0.
- Update Gradle to 6.6.
- Update dependencies.
- Promote settings screen to full screen Activity.
- Replace BottomAppBar with BottomNavigationView.
- Replace Executors with Coroutines.
- Cleanup resources.
- Implement build.properties.
2020-07-06
- Update Gradle.
- Update dependencies.
- Add no-op tool classes to no-op package.
2020-04-20
- Initial public release.