-
Notifications
You must be signed in to change notification settings - Fork 70
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
Overlapping buttons on Android 5.1.1 #41
Comments
Definitely not! Except for the two misbehaving columns the layout looks fine though, so I don't know what went wrong here. The keypad layout was changed now to include key labels as well, those changes might have fixed this issue (Vogtinator/firebird#36). |
Thank you! Will you post something or should I just periodically check in?
|
Sorry, I haven't got around to upload the .apk yet, I'll do it today. |
Try this: It contains an unfinished button label rework, so some keys look odd. |
Well it definitely is an improvement! I wonder why my phone is making it
|
So you're seeing the new button labels correctly... |
Hi - great emulator, thanks for sharing it. The 6 buttons (3 each side) which should be either side of the direction pad, spill over onto the number section of the keyboard same as in the pics in this post. Thanks again for sharing. |
Hi,
Can you provide some stack backtraces from the ADB log? |
I don't have root access on this device as it's employer provided, but I do beta testing on another app (Aerofly2) which was crashing regularly. I found this article... |
Just tried out the QtApp-Debug.apk.zip build you provided. Thanks again. Thanks again for your help here though. |
I know I'm late to this party, but I just found out about this project yesterday. I was able to get it up and running on my note 7 running 6.0.1. But I have the same issue where the buttons overlap (looks exactly like original post). Also the new layout you provided in this thread is not in the current release? I'm guess this project is abandoned, but I hope not because I think this is a brilliant idea and the emulator is. Very professionally done! Thanks |
It's not abandoned at all, in fact I'm currently planning a major UI redesign with a UI that works on mobile as well as on desktop devices.
Thanks! |
It's much appreciated and useful to me to. Thanks for your work on this. |
I stand corrected! I look forward to the new update! Any ETA on it so I know when to look back? No rush, just excited to try it out :) |
Here is a test build with HiDPI scaling disabled. I have literally no idea whether this could work, it might even make everything worse. |
A new version has been released: https://github.com/nspire-emus/firebird/releases/latest Please close the issue if it's fixed. |
Unfortunately the tab and menu buttons still spill over onto the buttons
below. This is with the new posted v1. 1 build on a Samsung Note 4 SM-N910F
running LP5.0.1.
…On 26 Nov 2016 16:24, "Adrien Bertrand" ***@***.***> wrote:
A new version has been released: https://github.com/nspire-
emus/firebird/releases/latest
Please try it and see if that fixes the problem(s).
Please close the issue if it's fixed.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATi23o-Tg7iu7CS1WuNqzztzjbQa5cedks5rCF0wgaJpZM4IFFNB>
.
|
I also have the overlapping buttons, both in portrait and landscape. Also, is there a way to disable the splash screen so that the calculator opens faster? ZTE Axon 7 https://drive.google.com/file/d/1Z0CBa_kUdmfliH-cf1t05mwMutsd1ApJ/view?usp=drivesdk https://drive.google.com/file/d/1fb5F-xNw8vMCgVQK6cgonG9y49tuFPfk/view?usp=drivesdk |
The splashscreen is only shown while it's loading, if you disable it you'll have a black screen for the same period of time. |
Here's a build with some of the latest changes - some warnings related to layouting the keypad got fixed, so maybe this issue does not exist anymore. Please try: |
Problem is still there (buttons still overlap). I never noticed before, but it also opens the settings pane when the screen autorotates (both versions, 1.4 and 1.4-beta). |
The ColumnLayout which manages the buttons next to the touchpad has a default minimum spacing of 5, which is even affected by the scale factor. The keypad has its own scaling based on the available space, so just ignore that.
The ColumnLayout which manages the buttons next to the touchpad has a default minimum spacing of 5, which is even affected by the scale factor. The keypad has its own scaling based on the available space, so just ignore that.
Fixed with #275. |
Are the del and ctrl buttons supposed to be covered up for now? I have a Galaxy Note 4 on Android 5.1.1.
The text was updated successfully, but these errors were encountered: