This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Releases: ngti/androscope
Releases · ngti/androscope
1.1
- Android 12 compatibility
- Removed deprecated Android Extensions plugin and switched to using view binding in the demo app
- Converted sorting logic back to Kotlin using functional (SAM) interfaces https://kotlinlang.org/docs/fun-interfaces.html
- Other minor refactoring and small fixes
1.0
- When set to start automatically, Androscope will start only with the first Activity. This resolves the issue of Androscope notification popping up when restarting the device or when the application starts in background.
- Preventing overwriting encrypted or unreadable databases.
1.0-RC4
Improved performance of File Explorer.
1.0-RC3
- Fixed: image cache response cache would not be refreshed until application restarts. Now it is refreshed when the web page is refreshed or reopened.
- Fixed: content provider response (also used for database data) was not thread safe.
1.0-RC2
- Removed application label from Androscope manifest (to improve compatibility)
- POM metadata was improved
1.0-RC1
First public release.