onebusaway-android
onebusaway-android copied to clipboard
The official Android app for OneBusAway
Fix requested in https://github.com/OneBusAway/onebusaway-android/issues/871 Applied "AndroidStyle.xml" and ran all tests, 204/204 were passed. Did not write any new testing for the padding change due to it not containing any new...
**Summary:** Reported on Twitter at: https://twitter.com/MoeFwacky/status/1118593631659495424 >For what feels like months now, I've been getting ghost notifications on my phone. I finally tracked down the cause. OneBusAway "updating reminders." I...
**Summary:** https://developer.android.com/guide/components/services says: >The Android framework also provides the IntentService subclass of Service that uses a worker thread to handle all of the start requests, one at a time. Using...
**Summary:** From https://onebusaway.ideascale.com/a/dtd/568461-8715: >Today View Home Screen Widget >Please implement the Today View widget found on the iOS versions into Android! It's exactly what I need! @aaronbrethorst @ualch9 Could you...
**Summary:** Originally discussed in https://github.com/OneBusAway/onebusaway-android/pull/541#issuecomment-228109780. From that comment: > @cagryInside and I spent some time talking about how to fix this without needing to do a lot of code changes,...
**Summary:** A user had some confusion over a trip plan, and here is Sound Transit's analysis: >We tested this scenario in the OBA Mobile application last night to duplicate the...
Please make sure these boxes are checked before submitting your pull request - thanks! - [X] Apply the `AndroidStyle.xml` style template to your code in Android Studio. - [X] Run...
- Adds option to filter arrivals/departures from stop arrivals. Fixes #851. - Saves user preferences for stops (I made a new table for this, but wasn't sure of the best...
* Fix order of assertEquals * Delete row after ProviderTest.testLimit `ProviderTest.testStops` was failing because state from `testLimit` was left over. Is `setUp()` not called per test method? Is there a...
**Summary:** We had a performance issue with the Google script powering the participant enrollment that it was timing out, and therefore not successfully enrolling participants. However, the Toast shown to...