- Updated pubsec.yaml description
- Fixed license file
- Updates Kotlin plugin and AGP
- Upgrade of compileSdkVersion
- Upgrade to Dart 3
- check of Android OS version added when getting
lastForeground
.
- Addition of
lastForeground
information - when was the app last time in the foreground. - update of example app to AndroidX and new gradle build version.
- update of documentation.
- Migration to null safety
- Fixed the parsing of package names and app names.
- Updated example and README slightly to reflect the precision of the plugin.
- Changed the behaviour of the plugin to delay asking for permission when app usage is requested, rather than when the app is started.
- Fixed an Android issue where the permission activity could not be spawned.
- Made the project anew since the old project had an error somewhere.
- Updated to the new Android API
- Changed Android source code to Kotlin rather than Java
- Update example app to support Android X
- Updated the README file to emphasize the need to use min SDK version 21 for Android
- Initial release