Replies: 3 comments 1 reply
-
Very interesting. An alternative would be to have the 3-dot menu button also available on system status screens. |
Beta Was this translation helpful? Give feedback.
-
Pretty sure the 3-dot menu approach is really easy to do. I think it's just a matter of uncommenting the following line in MegaStatus.java: and then copying the menu item over into menu_mega_status.xml
I was initially concerned that the 3-dot solution wouldn't be any faster when you want to exit the log, because I was picturing the current scenario where you have to re-launch System Status from the home screen, but I think the back button would just return you to the Status activity, not the Home screen... @aleks372 would that be an acceptable solution to you? |
Beta Was this translation helpful? Give feedback.
-
Just created a pull request with these changes: #2159 The only slight oddity is that the events log itself still has that "return to home screen" button. A more generic 'back' button is probably warranted at some point. As it stands, you can still use the stock back button in android, and it'll take you back to the previous activity, whichever that was. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Sometimes, debuging or connecting watch requires jumping between logs and system status, which one is really time consuming and requires at least 3 steps.
Would be a great if there would be an option to enable logs view by adding extra tab under System Status, that would be so much easier☺️
Beta Was this translation helpful? Give feedback.
All reactions