Giter Club home page Giter Club logo

ru-direct's People

Contributors

churichard avatar jpaik avatar revan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ru-direct's Issues

Crashes when I go to another app

On Google Nexus 6P running Android 7.0 with the November 2016 security patch, whenever I switch to another app, RU Direct crashes.

Not really sure what's going on here. Any ideas?

Keep tags updated and remove unnecessary branches

Tags, not branches, should be used for immutable references.

# make new tags
git tag 1.0.3 fafc5d0
git tag 1.0.4 291de51
git push origin --tags

# delete local branches
git branch -d v1.0.1
git branch -d v1.0.2
git branch -d v1.0.3
git branch -d v1.0.4

# delete remote branches
git push origin :v1.0.1
git push origin :v1.0.2
git push origin :v1.0.3
git push origin :v1.0.4

You may also want to sign or describe releases, as shown here.

Feature Requests from Reddit

Browsing Reddit and found some feature requests

Some things to do in our free time:

  • Directions algorithm check
    • If bus is on the same stop, but another bus leaves earlier, don't transfer.
  • Directions based on Buildings instead of Stops
    • If we add this, we need to incorporate 'Walk to [Building_Name]' feature.

New default tab: arrival times for closest stop.

With the "nearest stop" logic written, it might make sense to add a tab to the main page that just shows the arrival times for that stop (or a few closest stops, like this guy did).

He's also got a persistent notification for the nearest stop, but that feels like too much.

I can go ahead and start this if you'd like!

Add geolocation button to DirectionsFragment

A small geolocation button should be added to the directions tab (DirectionsFragment) on the main screen. When pressed, it should automatically fill the "Starting point bus stop" AutoCompleteTextView with the title of the nearest bus stop. The button should be to the right of the AutoCompleteTextView.

For the icon, I'm thinking about using the one here: https://icons8.com/web-app/5685/define-location. Choose Android 5 Lollipop, change the hex color to #2196F3, download the 100px PNG, and then resize it to a suitable size in XML.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.