BartRunnerAndroid icon indicating copy to clipboard operation
BartRunnerAndroid copied to clipboard

BART Runner Android app

Results 13 BartRunnerAndroid issues
Sort by recently updated
recently updated
newest added

At some point recently Bart made a semantic change to their API to make it also return cancelled trips alongside real ones. From http://api.bart.gov/docs/etd/etd.aspx > `` indicates a scheduled ETD...

Thank you for Bart Runner. Will you be able to update v2.2.20 to F-Droid?

I added one static app shortcut to the bart map and the remaining are taken up by the user's saved trips. There's a limit of 6 app shortcuts so, at...

Starting with a recent update, when I select a trip from a list (favorites or quick lookup) the app goes back to the home screen instead of staying on the...

//package name: com.dougkeen.bart //version: 2.2.6 //target sdk version: android-18 java.lang.NullPointerException at com.dougkeen.bart.services.EtdService$EtdServiceEngine.applyScheduleInformation(EtdService.java:285) at com.dougkeen.bart.services.EtdService$EtdServiceEngine$2.onResult(EtdService.java:233) at com.dougkeen.bart.networktasks.GetScheduleInformationTask.onPostExecute(GetScheduleInformationTask.java:104) at com.dougkeen.bart.networktasks.GetScheduleInformationTask.onPostExecute(GetScheduleInformationTask.java:20) at android.os.AsyncTask.finish(AsyncTask.java:631) at android.os.AsyncTask.access$600(AsyncTask.java:177) at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:644) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:5103)...

//package name: com.dougkeen.bart //version: 2.2.6 //target sdk version: android-18 java.lang.NullPointerException at com.dougkeen.bart.data.DepartureArrayAdapter.getView(DepartureArrayAdapter.java:56) at android.widget.AbsListView.obtainView(AbsListView.java:2177) at android.widget.ListView.measureHeightOfChildren(ListView.java:1247) at android.widget.ListView.onMeasure(ListView.java:1159) at android.view.View.measure(View.java:15848) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5012) at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1404) at android.widget.LinearLayout.measureVertical(LinearLayout.java:695) at android.widget.LinearLayout.onMeasure(LinearLayout.java:588) at android.view.View.measure(View.java:15848)...

I was getting used of "pull to refresh" and frequently use pull trying to refresh the list, only to find some favorite routes get swiped away. It will be good...

FWIW, I'm running version 2.2.8 on Android version 6.0.1. Now that there's a connector running between the Coliseum Station and OAK, it would be great to have OAK added to...

The release note said it should be fixed. Anything else I need to do?

This pull request is focused on resolving occurrence of Sonar rule squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order. squid:ModifiersOrderCheck - Modifiers...