Release 2.0.0
Breaking Changes
Set device wallpaper based on theme
Unlauncher will automatically set the wallpaper for the device's background and lock screen to the background color from the selected Unlauncher theme. This feature is automatically enabled when Unlauncher is set as the default home app (hence the breaking change), but it can be disabled via the Options by anyone who wants to set a custom wallpaper (to be shown on the lock screen).
- Set device wallpaper based on theme by @hayribakici in #112
- Refactor preferences into a new core_preferences proto file by @jkuester in #122
- Update wallpaper logic to set the wallpaper by default by @jkuester in #125
Broken Quick Button Preference Migration
Unfortunately, due to a bug in the implementation of the Quick Button preference value (to determine if the button should be shown or hidden) this preference value cannot be properly evaluated after the app is updated to a new version. This bug has now been fixed so subsequent upgrades will be successful, but when upgrading to 2.0.0
users' Quick Button preferences will be reset.
What Else Changed
-
Ignore case when sorting apps in drawer by @jkuester in #101
-
Add option for opening keyboard after app drawer transition by @hayribakici in #107
-
Make options menu scrollable by @hayribakici in #108
-
Support following device theme by @hayribakici in #109
-
Provide visual feedback when list entry is tapped by @hayribakici in #110
-
Reset scroll position after user chooses app by @hayribakici in #114
-
Expand status bar on swipe down by @klausweiss in #115
-
Replace deprecated
onActivityCreated
withonViewCreated
by @hayribakici in #119 -
Add Italian localization by @MassiminoilTrace in #120
-
Remove unneeded jitpack repo from Gradle config by @jkuester in #123
-
Fix keyboard inadvertently opening when returning to app by @hayribakici in #128
-
fix(#131): set proper system UI colors for status and nav bars by @jkuester in #145
New Contributors
- @hayribakici made their first contribution in #107
- @klausweiss made their first contribution in #115
- @MassiminoilTrace made their first contribution in #120
- @khwolf made their first contribution in #153
Full Changelog: 1.3.0...2.0.0