Releases: jkuester/unlauncher
Release 2.1.1
Features
- Add popup menu for apps in the drawer by @ru2saig in #134
- Adds search field options by @hayribakici in #143
- Start first app by pressing Enter in search field by @khwolf in #158
- Prioritize apps starting with query by @khwolf in #165
- Add icons to popup menu for the main apps by @khwolf in #166
- Update Simplified Chinese Strings by @sr093906 in #156
- Completes German translation by @khwolf in #160
- Adds option to choose the alignment of apps by @khwolf in #161
- Group apps in app drawer by first letter by @hayribakici in #144
- Add new themes: Darcula and Gruvbox by @hayribakici in #138
- Full-width clickability by @khwolf in #178
- Update Simplified Chinese Strings by @sr093906 in #177
- Russian translation update by @zepp in #171
- Make hidden apps findable with search by @JuanJakobo in #130
- Add titles to configuration views by @khwolf in #181
- Update Simplified Chinese Strings by @sr093906 in #184
- Update German translation by @khwolf in #185
- Add different kinds of clocks by @khwolf in #186
- Update Simplified Chinese Strings by @sr093906 in #197
- Update French strings by @milouse in #211
Bug fixes
- Use correct text color in options switches by @hayribakici in #179
- Correct case insensitive sorting by @khwolf in #180
- Remove uninstalled apps from home screen by @hayribakici in #164
- Fix clock when search box at bottom by @jkuester in #193
- Update app drawer whenever a change was triggered by @jkuester in #194
- Fix header color on Customise Drawer page by @hayribakici in #195
- Handle boxed W for work apps in drawer header by @jkuester in #199
- Hide uninstall option if app is system app. by @hayribakici in #198
- Use alignment option in app drawer by @TobiTenno in #200
Chores
- Update DEVELOPMENT.md by @fusaty in #176
- Unify font sizes by @khwolf in #154
- Cean up and sort translation files by @jkuester in #192
- Update docs regarding use of the Proto datastore by @jkuester in #204
- Use dimension for most layout distances by @khwolf in #201
New Contributors
Release 2.1.0-beta.1
See notes for https://github.com/jkuester/unlauncher/releases/tag/2.1.1
Full Changelog: 2.0.0...2.1.0-beta.1
F-Droid Merge Request
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
Release 2.0.0-beta.5
2.0.0-beta.5
Release 2.0.0-beta.4
A huge thank you to everyone who has contributed to the awesome features we have packed into this release! ❤️
The beta is now available on F-Droid for anyone who wants to help test it!
Breaking Changes
Set device wallpaper based on theme (#112, #122, #125) - https://github.com/hayribakici, https://github.com/jkuester
This is a long-awaited enhancement where 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.
Enhancements:
- Update Chinese translations (#121) - https://github.com/sr093906
- Changes from slim-launcher v2.4.21 (#124) - https://github.com/sduduzog, https://github.com/jkuester
- Add Italian localization (#120) - https://github.com/MassiminoilTrace
- Expand status bar on swipe down (#115) - https://github.com/klausweiss
- Update simplified Chinese translations (#113) - https://github.com/sr093906
- Provide visual feeedback when list entry is tapped (#110) - https://github.com/jkuester/hayribakici
- Support following the device theme (#109) - https://github.com/jkuester/hayribakici
- Make options menu scrollable (#108) - https://github.com/jkuester/hayribakici
- Add option for opening keyboard after app drawer transition (#107) - https://github.com/jkuester/hayribakici
Fixes:
- Reset scroll position after user chooses app (#114) - https://github.com/jkuester/hayribakici
- Ignore case when sorting apps in drawer (#101) - https://github.com/jkuester
Release 1.3.0
Note that this release includes the enhancements from https://github.com/jkuester/unlauncher/releases/tag/v1.2.0 that were ultimately reverted by https://github.com/jkuester/unlauncher/releases/tag/v1.2.1. This have been re-included now that the bug causing #85 is fixed.
Enhancements:
- Add support for hiding apps in the app drawer (#78)
- Improve performance and responsiveness (#51, #82)
- Load the installed apps in IO thread on resume (#95)
Bug Fixes:
- Update proguard rules to keep protobuf files (#93)
Release v1.2.1
Release v1.2.0
Release v1.1.2
Enhancements:
- Add French translation (#46).
Release v1.1.1
Fixes:
- Update Strings for Zh-rCN (#45).