-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Bring back the simple UI #462
Comments
You can add the home location as a shortcut on the desktop and use that instead of the Transportr icon. |
thanks for your work on Transportr using it every day. it would be nice, if there is a setting to disable the map and show the favorite connections on bottom and show the normal "from" and "to" form above. but the new launcher shortcut is really nice! |
Still it would be nice to have an option to disable the map altogether. |
I have loved you app very much, but I don't like the new user interface because of the following reasons (which were already mentioned above): It would be really useful to be able to switch between old and new UI via the menu. Also, a setting to disable maps altogether would be great. |
The easiest way to achieve this would be a
The old map used raster tiles which used more bandwidth than the new vector tiles.
These should be cached locally and not downloaded again. If not, that's a bug with the map library.
And who would be maintaining the two UIs for the years to come in their unpaid spare time? |
First I would sincerely like to thank @grote for the app (and the OS efforts). (In the below text I mean ⋮ Vertical ellipsis as menu)
In principle it is true, but you are making the user go through +1 dialog before easily searching. Not sure many people use map and use "Current location" to Home/Work. In my case, there is 'Stop' 3 min walk, from there is a Tram that goes every 20 min. But I prefer walking to another stop which is 6 min walk but there is a S-bahn every 5 min. In this case geolocation is unwanted.
In principle this is true, but for phones with low GPU/memory loading any map it is a struggle. And if the first interaction with the app is slow, then the user will definitely assume app is bad. (You may ignore ratings as you do it for your own fun/satisfaction but this leads to assumption on the app quality). In the old GUI, I never ever even used the map (also my friends). We used 'transportr' as it was lightweight for older phones with low data usage. If one goes to a location where the cache is not there or (manually) deleted from phone due to low storage, will it stop downloading the maps while making data request to get the itinerary? At that moment, I need only connection information - but not waste - share bandwidth with maps but get the train information ASAP. Will the app, automatically stop downloading maps with 'the Directions launcher' is pressed. (I have not tested, sorry).
UI interaction. This is where I think in the old app was better (sorry). Means of transport DEP/ARR or Time is... Swap From and To Clicking the menu is also very difficult as is near the top, next to "clock Now". Any small mistake then I click on the Now instead of the menu. At the end of the day, if is your app feel free to take or ignore suggestions. Thanks for your work anyhow. |
I am not sure you understand my proposal. It would add a second launcher icon to your home screen that brings you directly to the search mask. Where is the extra dialog?
The app wasn't made for you however. The idea is that it works best for the majority of people. If it doesn't work for you, you can still change the starting location. Using the current location is just the default.
You are welcome to use and maintain the v1 version. It is Free Software after all.
This are all for the directions search mask and should be a dedicated ticket I think. The idea here is to simplify the UI to hide actions people don't need to use often. I think an extra click for something you rarely use isn't the end of the world. |
Hello grote, thank you very much for your app, its really useful for me and I think, you put a lot of effort in it.
This change would make the GUI feel a lot faster for me (and also ort163, I guess ;)) |
@grote the directions launcher is still unreleased, right? It would be nice to chose the old view as the regular view via settings. Because the launcher variant is not very intuitive. Or will this be possible with the new release as well? And as it seems that depending on the map library itself can cause issues (like 496) it might be useful to fall back to the simple UI anyway when the initialization of the map and or the map library failed. Besides from that: are the map tiles cached and saved for offline usage? Because otherwise it would probably make sense to keep the simple UI also for those "offline issues" like #171, #126. 😉 By the way: people, that I know, using Transportr, prefered the old UI but not everyone of them has a GitHub account to support this issue here. 😉 |
Yes, still unreleased.
The map doesn't use tiles, but the information is cached for offline use, yes. |
Just for the record: Most of the issues mentioned here are now resolved by the Directions shortcut (see #485) and the new directions UI (rearranging the icons to not be hidden behind the menu anymore): #664 The two last open complaints are reflected in #595 and #504, so I am going to close this issue in favor of the more specific ones. |
When opening Transportr 2.0 it loads a map at first and then you have to push a button to do a search . This is subotimal on older smartphones or when using networks with limited bandwith. The simple text-based UI was better for this use cases, which happenedto me quite often, when standing in the middle of nowhere with poor connectivity and wanted to know how to get home from there.
Would it be too much work, to make it an configurable option to open the simple search UI without loading the map first, like in Transportr 1.x?
The text was updated successfully, but these errors were encountered: