bmx666 / android-appcachecleaner

Android Cache Cleaner
GNU Affero General Public License v3.0
444 stars 32 forks source link

Display Total Cache Size Before Cleaning #214

Closed heberjeur closed 7 months ago

heberjeur commented 7 months ago

I suggest adding a feature to the "Cache Cleaner" app that displays the total size of caches across all applications before initiating the cleaning process.

Including the sum cache sizes would enhance user experience and improve the effectiveness of cache cleaning.

Screenshot_20240313-224446_Cache Cleaner

bmx666 commented 7 months ago

Hi @heberjeur ,

Thanks for the idea and I had plans to add it, but I want to add it with description, because many people without background of Android cache expects it will be cleaned 2.5GB, and not 1.5Gb only (because some cache is blocked by running apps or on an external storage)

But please take into account as I replied to you early:

Android shows sum of two separated cache places - internal private cache (/data/data/com.my.package/cache) and external public cache (on /sdcard/Android/...). Android never clears the external public cache, only when you uninstall app.

Links -> https://github.com/bmx666/android-appcachecleaner/issues/25#issuecomment-1356230598 https://github.com/bmx666/android-appcachecleaner/issues/6#issuecomment-1211641529

So I need to update README and Help menu before.

bmx666 commented 7 months ago

I added cache size in title just for now