You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added option to toggle contexts in Bottom Menu in Accessibility Preferences.
Added option to uninstall only updates for system apps for both root and non-root modes.
Added back the option Clear Caches to clear any app's cache data.
Android's default SDK limits on how much control an app can get over some system-level
functions such as clearing an app's cache data. This is why the option was disabled
earlier. I tried to add it back and implemented the interface to do that without root.
However, the permission CLEAR_APP_CACHE won't be granted to Inure unless it's
installed as a system app. So, this option is only available for root users and for
users who have installed Inure as a system app.
In case you want to use this feature without root, you can install Inure as a system
app or request your ROM maintainer to include Inure into the build of the ROM.
Added option to enable hover animation feedbacks on all views of the apps.
This feature didn't pass the app's UX test, therefore it's moved to Development
Preferences.
The hover effect is still a nice feature to have, if you're using Inure with a mouse or
a stylus pen, do give it a try.
Added option to center bottom menus in the app in Development Preferences.
Bug Fixes
Fixed various crashes.
Fixed crash caused by pressing Close button in Full Version dialog.
Fixed an internal error that caused loader to crash during app reload either from low memory
state or resumption from hibernated state.
Fixed few crashes in Audio Player.
Fixed background task state of the Audio Player
Fixed Bottom Menu margin issue in various panels.
Fixed some font size issues.
Fixed App Info panel not opening when meta menu is collapsed.
Fixed root switch getting toggled in non-root devices.
Changes
Default settings for Blur is now Off.
Blurring is expensive, and it is not recommended to use it on low-end devices and keeping
it on puts the first app experience at a risk.
Default settings for Transitions is now On.
Minor design changes of Analytics panel.
Unlocker
Keeping the unlocker package installed is now a requirement to keep the full version
activated.
An option to hide the unlocker from the launcher has also been added in the Unlocker
settings.
Trackers
Fixed many UI issues with Trackers panel.
Added Trackers preferences in Preferences panel.
Removed No Trackers Found warning.
The warning was added to notify users that the Inure is not able to find any trackers in
the app. However, it was causing confusion due to how warning UX works in Inure. The app
will now always show trackers message and will go back upon dismissing the dialog in
case no trackers are found.
Removed Show Analytics Automatically option from Trackers Menu.