Tags give the ability to mark specific points in history as being important
-
v0.9
746a758c · ·Added group by user/system apps, added configurable standard freeze behaviour for system apps. Thanks, Darkimmortal! Fixed auto freeze on Android 10. Thanks again, Darkimmortal! Fix #67 Sort ascending/descending Ignore dumb java.lang.IndexOutOfBoundsException Fix #61 tapping on "never freeze" items should prompt Fix #63 version info in "settings > about" BUGFIX Fix #62 tapping an app should only freeze that app Basic fireTV/keybord support Update translations
-
-
v0.8
b6d8fb71 · ·Lots of new translations Small fixes Fix #52 View intro again in settings closes at first page turn Make screen dim work with automatic brightness Rework the freezing control. I hope to fix some issues that way but I might have introduced new ones. Also, if it could not freeze one app, it will resume with the next one and not try again. Improve crash messages Fix #48 (better Freeze state sort order), show short Last time used hint
-
v0.7
4fd03260 · ·Show snackbars again (they got lost in a former version) Update translations Lots of crash and bug fixes
-
v0.6
c9b22f6b · ·Show info about donating Make the "Freeze" button better visible Edit description Small tweaks & crash fix Improve RAM usage Update translations
-
v0.5
79a32279 · ·Update translations Edit description Small fixes and improvements Do not "intelligent" freeze apps from F-Droid by standard as they usually do not run overly in the background Make last intro page scrollable Abort freezing when the power button is pressed
-
v0.4
768ef252 · ·WARNING: I did a lot of refactoring, so there might be problems!! If SuperFreezZ is very important for you, wait for version 0.5. Please report any issues at https://gitlab.com/SuperFreezZ/SuperFreezZ/issues. Update translations Performance improvements CRASHFIX On startup: android.view.WindowManager$BadTokenException Do not show the MainActivity after freezing BUGFIX Sometimes the screen timeout stayed at 15s after freeze-on-screen-off: Fix #32 Minor improvements
-
v0.3
77c8c77e · ·New translations Edit descriptions Add feature graphic Minor tweaks Fix #29: Keep sort mode in the list at restart
-
v0.2
e92ba41d · ·Disable obfuscating to make it easier to fix reported bugs. I'll re-enable it later. CRASHFIX SF crashed when the accessibility service was disabled CRASHFIX SF crashed on older devices when showing the intro
-
v0.1
45926dec · ·GREAT new intro, thank you Robin!! First beta version Other changes: Update translations Rename Freeze mode "Auto" to "Intelligent" (#16) Tapping an app in the list will freeze it. Do not try this if it is already frozen. Possiblity to view the intro again from the settings Add decent crash reporting Other minor improvements and bugfixes
-
-
v0.0.9-alpha
5229cdc8 · · -
v0.0.8-alpha
1e435f0c · · -
v0.0.7-alpha
c1d1a253 · ·After the accessibility service was enabled, expect it to stay enabled and ask the user otherwise BUGFIX After showing a dialog before performFreeze() the app was not properly frozen Code style
-
v0.0.6-alpha
f71e40a3 · ·Add settings Add swipe refresh gesture Add Sort toolbar Fix bugs Show requestUsageStatsPermission dialog only once, the user can change his/her decision in the settings Fix race condition
-
v0.0.5-alpha
d2cce1a8 · ·Make finding of the Force Stop button more stable, fix #20 ? Trying to make freezing more stable again. Removed unused doOnFinished() from FreezerService. REGRESSION-FIX Do not use timeout when freezerservice is not running
-
v0.0.3-alpha
44d969b7 · ·Fix bug: Sometimes the app settings were shown but the app was not frozen Comments Make freezing a bit more stable but slower: Wait for FreezeShortcutActivity.onResume to be called before freezing next app; address #17 ?
-
v0.0.2-alpha
9bbbf24b · ·Bugfix: Make SF work with older Android versions Manual freeze: Tell the user to press "Force stop", "OK" and "Back", fix #14 Add screenshots Translations Do not auto freeze SuperFreezZ itself Only regard an app as 'used' if it was used at least 2s Repair determination whether an app was "used recently" Do not show AutoFreeze/Freeze-when-inactive - button (I should really decide for ONE name btw) when usagestats permission is not granted Updates Improve accessibility service chooser fragment ("Automate the freezing of apps?") -