UI Redesign#177
Conversation
|
Issues #141 related |
|
DFJ, welcome :-) I like your new UI. We should get others to test it ASAP. I'd like to provide a test branch including a signed build for those willing to take the dive, but creating the APK fails with this error message: I had a quick look at the new layout definition, but could not easily determine how to fix this without breaking things. Please have a look. I also was about to write a list of bugs (crashes), but that will become a long list. Maybe you can better see what happens yourself and eliminate the majority of the crashes by adding some other vehicles in your test installation, which include App UI modifications, especially the Renault Twizy and the VW e-Up. There are also crashes on the Tesla Roadster, e.g. when opening the map config page. If you need test data, I can create some test vehicles on my server, but you'll see most of the issues already without live data. On the Twizy, which remaps & extends the homelink functions, the "…" button does not open a popup, but immediately executes button 1 (that would switch a driving profile on a live Twizy). When starting the App in the "old UI mode", the UI colors are broken, with menu entries and input boxes, and many labels being nearly unreadable (dark grey / black). I also noticed the App will always start in old UI mode when launched from the widget or from the service notification, regardless of the config. I like the new messages layout, but I Setting the monospace option and changing the font size for the messages window does not work yet. Generally, I mainly miss the direct info on the current range estimations & charge time predictions on the main page. These are essential infos for any driver, they should be displayed prominently. I think you tried to place them in the button, but that a) fails (too long, get cut off -- see screenshot) and b) is outside the viewport on many devices. The six "main" buttons on the main page need to be vehicle specific, or better yet: user configurable. Many vehicles do not support lock / valet mode / climate control, and most do not use the homelink feature at all or map it to some custom commands, mostly climate control as a workaround for iOS users. For the Renault Zoe, the buttons can be configured to control EGPIO ports. An actual Homelink device is really only available on the Tesla Roadster. Regards, |
|
The "Minor fixes" commit solved the build issue. I'll now create a branch & publish the signed build. |
Hi. I forgot to push the layout fix :) And about tests, please create other vehicles too! Would be highly apperciated. I've been currently testing on the DEMO roadster and my leaf. About actions on home screen, I will focus next making it customisable. Its structure is highly customisable by design so should be piece of cake. I realised too when testing that range info was not the most convenient place to put. I plan to put there efficiency info from trip information and move range estimates near battery SoC. |
|
Signed test build can be downloaded from here: Please spread the info to beta testers. Will you post a note on the developer mailing list? |
|
How could I spread info? I am not aware of mailing lists :) please tell more about it Edit: found the list, thx! |
|
@dexterbg about charging time estimations not being shown, I've programmed them to be visible once car is charging up. You would like it to be shown even when car is not charging? |
|
Yes, charge time estimations should be shown regardless of the car state. Users need to know these to be able to plan their next charge stop. |
|
@dexterbg can you compile a new release? New version contains charge time estimations and most importantly customisable quick actions |
|
Done. |
|
I've now addressed many of the issues, see how it works now :) |
|
Yes, much better already, you're very quick 👍 New issues found:
|
It requests command 203 every time user open the charging page. The solution is not optimal, but it's mainly needed for querying charge stop mode, which doesn't come in car data. If you check my repo, I've implemented 203 for eUP. If that could be patched in main repo, I see no issues. Stale indicators could be better, but I'd like to have some kind of timestamp for the state. Make a label that says ie. 10 min ago. This needs to be implemented in OVMS first. I'll check twizy buttons, I think I checked the codes somewhere in old UI. Maybe I misread some of it 😂 |
|
The buttons now work, but the profile numbers are still shifted by 1. Btw, works correctly in the old UI mode. |
strange. I checked numbers are correct. I'll try to log commands and see if I can get it recreated Is this happening also in controls page? |
|
Ok, figured it out :) It was indeed wrong numbers |
|
New test build done. I really like your custom action button option. But the custom action specification should not divert from the interactive user command syntax standard of the App as defined by the notification/command page and the I.e. the standard mode should be text (= V2 "SMS" / V3 shell syntax). I also suggest addding the minimal syntax help from the command/notification page's help menu, and the placeholder of the command input, to make this obvious to users. Users also normally have already created stored commands for their frequently used custom actions, so it would be neat to be able to simply select an entry from the list for a new custom action button alternatively to entering the command. New issue found:
|
|
I've fixed the Twizy charts and added some missing german translations (not complete yet). Please pull my changes from the Not sure what still needs to be done before merging this into Regarding translations: you reused some strings that probably need a new separate instance for the new UI, for example Also, some format strings need to be turned into translatable strings, for example the range estimation display due to the used abbreviations "I" & "E". |
…action to use same formatting as saved commands
|
Not sure if they did before, but the custom actions should display the command result (output). Currently only errors result in a Toast. All text commands give no visible feedback, as the module always returns result code 0 on these. Hint: you should be able to simply use the |
|
Quick & dirty → works. |
Does it still show progress? Because underneath QuickCommand sendCommand it listens for events and updates progressbar in the quick action accordingly. |
|
I didn't check for specific stuff the |
|
But the still present bug of the App thinking it has no data yet (staying in "Loading data" until the next update) becomes annoying with the activity switch. |
|
The new UI seems to be pretty stable now, been using it for 3 weeks. I'll merge this now, so we can continue on |

Hello. I have redesigned the UI as a whole. Old UI is still available by toggling a setting, but new one is modern and clean. Any suggestions/fixes are welcome.
Main improvements:
Screeshots:


