Conversation
|
solved bug when debugging. will reopen after further testing |
|
working as expected |
|
Is there a Github automated build for Android? (And per supported CPU arch - and, I guess, possibly per version?) Hm. This seems too easy but appears to be "the way": |
|
Thanks for your code but I intend to implement it a bit different. I'll look at it when I have time (probably upcoming weekend) and create a branch for it. When I am ready it would be good if you could test my code. |
…nction in all dialogs as in #832
|
It was easier than I thought. I just created a new branch android_back_button_fix with my version of the fix: https://github.com/corrados/jamulus/compare/android_back_button_fix?expand=1 Can you please checkout that branch and test if it works ok for you on android? |
too easy indeed, it fails for me: https://github.com/nefarius2001/jamulus/runs/1697511257?check_suite_focus=true
will do. |
@pljones requested and implemented this some time ago. He was used to press the Esc key very often and unexpectably closed the dialog by this. It does not hurt if now other dialogs also do not close on the Esc key. |
|
android_back_button_fix works for me. Maybe on mobiles disabling the back-button in main menu would be desirable, to not accidentially close the program (lets do that only if/when desired) |
It might be nice not to exit the app - it should still be running and clicking its icon should reopen the main dialogue. But it should close the "window". That's pretty much how other apps seem to work on Android, anyway. |
fix for bug ui on android
contributes to #83
Bug description:
Dialogs like the Settings- or Chat-Window pop ob in Foreground and fullscreen. After closing them via system's backbutton, they do not show propperly again, but still obstruct the main-window when opened. Closing those dialogs via close() makes them behave normally and reusable (noticed with the Connect-dialog)