Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 1.44 KB

File metadata and controls

71 lines (42 loc) · 1.44 KB

4.0.1

  • Upgrading gradle version
  • Upgrading agp version
  • Upgrading kotlin version
  • Removing tracked files from git
  • Removing depricated function calls

4.0.0

  • upgrade of Android APK
  • removing AppUsageException - instead and empty list is returned on iOS

3.0.1

  • Updated pubsec.yaml description
  • Fixed license file

3.0.0

  • Updates Kotlin plugin and AGP
  • Upgrade of compileSdkVersion
  • Upgrade to Dart 3

2.1.1

  • check of Android OS version added when getting lastForeground.

2.1.0

  • 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.

2.0.0

  • Migration to null safety

1.2.0

  • Fixed the parsing of package names and app names.

1.1.1

  • Updated example and README slightly to reflect the precision of the plugin.

1.1.0

  • Changed the behavior of the plugin to delay asking for permission when app usage is requested, rather than when the app is started.

1.0.2

  • Fixed an Android issue where the permission activity could not be spawned.

1.0.1

  • Made the project anew since the old project had an error somewhere.

1.0.0

  • Updated to the new Android API
  • Changed Android source code to Kotlin rather than Java

0.9.0

  • Update example app to support Android X
  • Updated the README file to emphasize the need to use min SDK version 21 for Android

0.0.1

  • Initial release