Skip to content

Releases: bmx666/android-appcachecleaner

v2.1.3

26 Aug 18:31
v2.1.3
Compare
Choose a tag to compare
  • fix UI issues
  • prevent self force stop
  • fix force stop issues on Android 7.1 and earlier
  • ignore window recomposition events on Android 14 and later that cause issues during the cache clean process
  • rely on the force stop dialog title to prevent misbehavior during the cache clean process

v2.1.2

25 Aug 14:22
v2.1.2
Compare
Choose a tag to compare
  • fix set timeout for clear cache button

v2.1.1

25 Aug 04:22
v2.1.1
Compare
Choose a tag to compare
  • fix UI when change locale
  • improve search buttons
  • fix force stop on Android 14 and later

v2.1.0

23 Aug 19:32
v2.1.0
Compare
Choose a tag to compare
  • add extra action - force stop apps before clearing cache for default scenario (#167)
  • add missing translations
  • fix display custom extra search text in the Settings

v2.0.1

22 Aug 17:29
v2.0.1
Compare
Choose a tag to compare
  • clean title text before clean cache

v2.0.0

22 Aug 17:00
v2.0.0
Compare
Choose a tag to compare
  • migrate on Material 3 (#202 #168)
  • remove Tile service

v1.12.3

11 Aug 18:10
v1.12.3
Compare
Choose a tag to compare
  • if cleaning the cache of disabled apps, sort the list of disabled apps by label and skip filtering by minimum cache size

v1.12.2

11 Aug 17:39
v1.12.2
Compare
Choose a tag to compare
  • remove unused "Show dialog to ignore app" in the Settings

v1.12.1

03 Aug 22:08
v1.12.1
Compare
Choose a tag to compare
  • add extra button "Clean cache of disabled apps" (#244)

v1.12.0

02 Aug 22:26
v1.12.0
Compare
Choose a tag to compare
  • update cache clearing algorithm
  • force ignore all accessibility errors until user interrupts the process
  • add workaround for Android bug 322519674, remove dialog
  • go back after every 25 apps for Android 14 and later (value can be tuned in the settings)
  • enable never going back during cache clean process for Android 13 and earlier
  • remove dialog about ignored app

fixes #170 #190