Skip to content

Releases: d4rken-org/sdmaid-se

v0.7.7-beta0

24 Apr 00:13
Compare
Choose a tag to compare
v0.7.7-beta0 Pre-release
Pre-release

What's Changed

🐞 Bug fixes

Full Changelog: v0.7.6-beta0...v0.7.7-beta0

v0.7.6-beta0

23 Apr 16:31
Compare
Choose a tag to compare
v0.7.6-beta0 Pre-release
Pre-release

What's Changed

🚀 Enhancements

  • Improve exclusion management and allow creating app exclusion from AppControl by @d4rken in #216
  • Add uninstall action by @yurtemre7 in #220
  • Improve uninstall success/failure detection by @d4rken in #221
  • AppControl: Refactor logic for better multi-user handling. by @d4rken in #222
  • AppControl: Support prompt less app uninstall via root by @d4rken in #224

🐞 Bug fixes

  • AppCleaner: Fix single path/filter type deletion always triggering ACS based deletion for inaccessible caches by @d4rken in #226
  • AppCleaner: Fix back button behavior when using accessibility service by @d4rken in #228

🤷 Other changes

New Contributors

Full Changelog: v0.7.5-beta0...v0.7.6-beta0

v0.7.5-beta0

17 Apr 17:10
Compare
Choose a tag to compare
v0.7.5-beta0 Pre-release
Pre-release

What's Changed

🚀 Enhancements

  • Update clutter db by @d4rken in #196
  • Update expendable data matching by @d4rken in #197
  • CSI: Recognize and try matching with :remote suffix. by @d4rken in #198
  • AppCleaner: Improve offline cache filter by @d4rken in #199
  • Update clutter db by @d4rken in #200
  • AppCleaner: Improve scan, include more types of folders. by @d4rken in #201
  • AppCleaner: Scan for Viber VOIP thumbnails by @d4rken in #203
  • AppCleaner: Fix automation not working reliably when the phone is in landscape mode. by @d4rken in #206
  • AppCleaner: Improve filters for advertisements and analytics by @d4rken in #207
  • Sort AppCleaner details list, tabs and tab contents by size. by @d4rken in #208
  • SystemCleaner: Add GoAdSdk to advertisement filter. by @d4rken in #209
  • Update translations by @d4rken in #210

🐞 Bug fixes

  • AppControl: Fix infinite loop when changing sortmodes. by @d4rken in #195
  • Fix ACS init crash by @d4rken in #211
  • AppControl: Fix app actions not executing on click. by @d4rken in #213

🤷 Other changes

  • AppControl: Only show "Open in Appstore" for apps that actually have installer data available. by @d4rken in #212

Full Changelog: v0.7.4-beta0...v0.7.5-beta0

v0.7.4-beta0

16 Apr 15:19
Compare
Choose a tag to compare
v0.7.4-beta0 Pre-release
Pre-release

What's Changed

🚀 Enhancements

  • Tweak dashboard by @d4rken in #176
  • Make update info dismissable by @d4rken in #175
  • AppCleaner: Add ACS matching for Android 14 (PREVIEW) by @d4rken in #177
  • Automatically refresh setup if accessibility service is launched without entering the setup. by @d4rken in #178
  • Nicer path display for SAF paths by @d4rken in #179
  • Update translations by @d4rken in #181
  • AppCleaner filter for cache size and age by @d4rken in #185
  • Add coffee drinking animation by @d4rken in #192
  • Update translations by @d4rken in #193

🐞 Bug fixes

  • CorpseFinder: Fix hints about KEEPER/COMMON not being shown. by @d4rken in #180
  • CSI: Fix Ownership detection crash, nativeLibraryDir can be null. by @d4rken in #184
  • AppControl: Fix crash when launching an app generates a SecurityException by @d4rken in #183
  • Fix linux icon by @d4rken in #188

🤷 Other changes

  • Remove active "no sdcards" tracking by @d4rken in #182
  • Debugging: Log current app locales. by @d4rken in #190
  • release.sh: Correctly update beta/rc type by @d4rken in #194

Full Changelog: v0.7.3-beta0...v0.7.4-beta0

v0.7.3-beta0

14 Apr 11:56
Compare
Choose a tag to compare
v0.7.3-beta0 Pre-release
Pre-release

What's Changed

🚀 Enhancements

🐞 Bug fixes

Full Changelog: v0.7.2-beta0...v0.7.3-beta0

v0.7.2-beta0

12 Apr 01:55
Compare
Choose a tag to compare
v0.7.2-beta0 Pre-release
Pre-release

What's Changed

🐞 Bug fixes

Full Changelog: v0.7.1-beta0...v0.7.2-beta0

v0.7.1-beta0

11 Apr 17:47
Compare
Choose a tag to compare
v0.7.1-beta0 Pre-release
Pre-release

What's Changed

🚀 Enhancements

  • UI: Improve toggle switch behavior by @d4rken in #133
  • Ignore accessibility events if there is no active automation task. by @d4rken in #137
  • Show error message in upgrade screen if gplay is unavailable. by @d4rken in #138
  • Don't abort deletion on errors by @d4rken in #145
  • Improve AppCleaner scan performance by @d4rken in #146
  • Faster app launch by @d4rken in #147
  • Leave breadcrumbs on app launch triggers to investigate ANR issues. by @d4rken in #150

🐞 Bug fixes

  • Catch activity launch crash for appcontrol entries. by @d4rken in #134
  • PkgOps: Stream installed package data to stay within buffer limits by @d4rken in #135
  • Debug improvements by @d4rken in #136
  • Some people have no browser installed... by @d4rken in #140
  • Warm up the size caches for results in each tool to prevent ANRs by @d4rken in #141
  • Better error handling for Read&Write exceptions by @d4rken in #142
  • IO: Fix lookup failure on symbolic-links by @d4rken in #149

🤷 Other changes

Full Changelog: v0.7.0-beta0...v0.7.1-beta0

v0.7.0-beta0

10 Apr 01:30
Compare
Choose a tag to compare
v0.7.0-beta0 Pre-release
Pre-release

What's Changed

🚀 Enhancements

  • Fix unit test ci regression by @d4rken in #107
  • Create ShellOps by @d4rken in #118
  • Better support for multi-user setups when determining file ownership by @d4rken in #120
  • Support root-access on secondary user profiles by @d4rken in #121
  • Print install ID into debug log by @d4rken in #122
  • Handle credential encrypted paths in multi user setups by @d4rken in #123
  • Add update checker for GitHub releases by @d4rken in #124
  • Place debug logs in SD Maids public cache folder by @d4rken in #126
  • Keep screen on while tasks are active. by @d4rken in #125
  • Appcontrol filter by appname by @d4rken in #130

🐞 Bug fixes

  • Billing: Don't crash when Google Play Service is unavailable during purchase data refresh. by @d4rken in #99
  • Fix AppCleaner item count being off by 1 when inaccessible caches are listed by @d4rken in #129

🤷 Other changes

Full Changelog: v0.6.10-beta0...v0.7.0-beta0

v0.6.10-beta0

04 Apr 14:10
Compare
Choose a tag to compare
v0.6.10-beta0 Pre-release
Pre-release

What's Changed

🚀 Enhancements

  • AppCleaner: Add ACS matching for VIVO by @d4rken in #86
  • Improve IO resiliance and handle weird errors smoother by @d4rken in #93
  • Improve SAF IO performance by @d4rken in #97
  • Dashboard: Add one-click mode. by @d4rken in #98

🐞 Bug fixes

  • Billing: Improve billing data management. by @d4rken in #90

Full Changelog: v0.6.9-beta0...v0.6.10-beta0

v0.6.9-beta0

01 Apr 01:15
Compare
Choose a tag to compare
v0.6.9-beta0 Pre-release
Pre-release

What's Changed

🚀 Enhancements

  • SystemCleaner: Faster cancellation and detailed errors if a filter fails by @d4rken in #66
  • Better resource lifecycle handling by @d4rken in #71
  • Setup: More helpful error message if documents ui app is disabled. by @d4rken in #73
  • Setup: Help the user with Android 13+ restrictions for side-loaded apps. by @d4rken in #74
  • Differentiate between empty package data and data that doesn't contain ourself by @d4rken in #76
  • Add tag filtering to AppControl list by @d4rken in #78

🐞 Bug fixes

  • AppCleaner: Fix app exclusions only applying when using root. by @d4rken in #69
  • Core: Add try-catch guards to SAFMapper to handle edge cases. by @d4rken in #75
  • AppControl: Prevent clicks from going through the filter drawer. by @d4rken in #77

🤷 Other changes

Full Changelog: v0.6.8-beta0...v0.6.9-beta0