Skip to content

Releases: G00fY2/DeveloperWidget

1.2.4

14 Sep 19:02
ec08a04
Compare
Choose a tag to compare
1.2.4 Pre-release
Pre-release

Generated release from GitHub Actions

1.2.3

09 Oct 11:37
e17a0ab
Compare
Choose a tag to compare

For the time being this will be the final Play Store release due to Target API 30 restrictions and the resulting Scoped storage enforcements (which do not allow apps to scan all the storage for files with specific extensions).

Other

  • Update dependencies

1.2.2

25 Jul 17:33
07300d9
Compare
Choose a tag to compare

Other

  • Add new Activity transitions
  • Update dependencies

1.2.1

04 Jul 13:56
7a74221
Compare
Choose a tag to compare

New (UI)

  • Change widget appearance (corner radius fit's current Material Design, better font scaling)

Other

  • Update dependencies
  • Reduce app size

1.2.0

10 Oct 15:08
Compare
Choose a tag to compare

New

  • Add configurable APK search depth (default is 2) to improve slow searching on Android 11 after the file storage changes. Set depth to 0 to disable the limit.

Other

  • Update dependencies

1.1.6

15 Feb 17:59
Compare
Choose a tag to compare

New

  • Add bad permissions warning dialog when installing suspicious APKs

Other

  • Update dependencies

1.1.5

10 Jan 07:47
Compare
Choose a tag to compare

New

  • Optimize dark theme and adjust colors to current Google designs

Other

  • Update dependencies

1.1.4

30 Sep 13:42
Compare
Choose a tag to compare

New (UI)

  • Add edge-to-edge gesture navigation support and make navigation bar transparent

Bugfixes

  • Make widget background radius look consistent
  • Fix Android 5.1 crashes
  • Optimize dialog loading transitions

Other

  • Switch to new view binding
  • Use lifecycle aware ktx coroutine scopes
  • Update dependencies

1.1.3

04 Sep 18:26
Compare
Choose a tag to compare

Bugfixes

  • Add workaround for Android Q activity leak

Other

  • Update dependencies and build tools

1.1.2

09 Aug 12:49
Compare
Choose a tag to compare

New

  • Add shadow like outlines to adaptive drawable icons

Other

  • Update dependencies and build tools