-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support landscape mode #20
Comments
Hello, landscape mode now became totally unsupported since the last update. |
Just wanted to collect some thoughts on what a solution to this issue would involve. Support for landscape in Unlauncher was broken when we pulled in changes from Slim-Launcher and the AndroidManifest.xml was hard-coded to only support the Unfortunately, just allowing landscape mode really breaks the Unlauncher layout (since it is not responsive). The Options page is basically unusable and most of the home apps are not visible (the ones that are overlap with the quick buttons). To properly support landscape mode we would need at least:
|
Well, can you at least allow it for now ? |
I don't really like the idea of re-enabling a half-broken feature (since I think that most users prefer a UX that only lets them do things that "work"). However, I recognize that more advanced users may prefer to accept the trade-offs of broken functionality in order to address their use case. With that in mind, anyone who wants a version of Unlauncher, in its current state, with landscape mode enabled can download it from the Artifacts section from this CI build. Disclaimer: The APK from the CI build is signed with a different key than the normal Unlauncher APKs distributed via F-Droid. So, to use the APK from the CI build you will have to uninstall Unlauncher from your device before side-loading the APK. Then, if you ever want to switch back to the version of Unlancher distributed via F-Droid, you will need to uninstall Unlancher from your device before installing the F-Droid version. I realize this is not an ideal solution and I intend to add proper support for landscape mode and a reactive UI in the future. But since the pace of development on Unlancher is slow (thanks to it just being a side project), hopefully this is acceptable as a temporary solution. |
Hello,
I love using Unlauncher on my tablet, but absolutely need landscape mode.
For now I can force it using the Rotation Manager app, but it has a major downside, which is that I have to toggle it off before installing apps or granting permissions then toggle it back on before going to the launcher.
Thanks
The text was updated successfully, but these errors were encountered: