Skip to content
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

Feature request #14

Open
bitbooster opened this issue Feb 10, 2018 · 4 comments
Open

Feature request #14

bitbooster opened this issue Feb 10, 2018 · 4 comments

Comments

@bitbooster
Copy link

Couple of requests:

  • the Exception Info text on my device is written with a really small font, much smaller than any text used on JollaOpas UI. Any chance to get it somehow bigger?
  • As a new feature, I wonder if it would be possible to implement the Search button such that a short tap would begin the search as usual, but a longer tap would bring up a scrollable menu with the various routing options (Fastest, Least Transfers, etc.), that will be used just for that search.
hsarkanen added a commit that referenced this issue Jul 28, 2018
Similar scaling was added to other components in
e070e6a. Just try to replicate
the same here. This has not been tested on any high resolution
hardware.
@hsarkanen
Copy link
Owner

Thanks for the ideas.

  • I attempted to fix the Exception info text font size in v0.8.1 eb0e977. Could you report how it looks for you now? I don't have all the different devices where you could run SailfishOS nowadays so I cannot test it myself.
  • The routing options like fastest, least transfers etc. got much more difficult to implement after moving to Digitransit Graphql API 3674401. That's because Digitransit has numeric parameters like maxWalkDistance, walkReluctance, walkOnStreetReluctance, walkBoardCost, maxTransfers and transferPenalty. Therefore I have removed the option also from SettingsPage. This needs a lot of investigation and time to get sensible values that are understandable to end users and therefore it may take a while to get this feature.

@bitbooster
Copy link
Author

Thanks, the font size in Exception info looks now OK (on my Oneplus X w/ SFOS 2.2)

@Moppa5
Copy link

Moppa5 commented Feb 14, 2019

Would it be possible to add a feature that you could see the real time map and opt out which buses you would like to see? Now it's only possible, as far as I've used, to watch map and see the line (bus) on a specific route

@hsarkanen
Copy link
Owner

@Moppa5 JollaOpas is kind of route planner application and a simple real-time map has not been in the scope so far. In addition to just one line, you can see multiple route options and all their vehicles on the map if you open the map from the page that shows you 1-5 best route options. For your use case in Helsinki I recommend using dedicated app Helsinki Transit Live or Busse web site in Tampere. Both of them have the opt out feature that you were looking for and both are open source and available here and here.

hsarkanen added a commit that referenced this issue Apr 28, 2019
…#14

Digitransit API doesn't provide a straightforward way to provide
old "fastest", "least transfers" and "least walking" optimize
options but "Change Reluctance" and "Walk Reluctance" is now
available in settings. These parameters could be used to tune
the amount of transfers and walking on the route.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants