Commit Graph

18 Commits

Author SHA1 Message Date
Doug Keen
82f637b041 Refactored boarded departure alarms/notifications
Departure single click now selects boarded departure
"Your train" now has its own context menu/action bar
2012-10-01 21:03:08 -07:00
Doug Keen
b69abf9a38 Train selection now stays highlighted while action bar is showing (unusually difficult to pull off... wtf, Android SDK?) 2012-09-27 08:56:27 -07:00
Doug Keen
62bd905f26 Fixed problem where estimated arrival wasn't updating for departures other than the first one. 2012-09-26 10:50:15 -07:00
Doug Keen
281b7df3d3 Fixed unclosed cursor 2012-09-25 16:29:28 -07:00
Doug Keen
f12860d87e Reorganized code
Implemented countdowns on routes list screen
Implemented offline storage of last boarded departure selection
2012-09-25 14:31:06 -07:00
Doug Keen
7a4e8da4f0 Now uses service to grab departure estimates (in preparation for a notification service that will share that EtdService) 2012-09-11 15:49:36 -07:00
dkeen@dkeen-laptop
bb63de996e Added quick route functionality 2012-07-16 08:06:31 -07:00
dkeen@dkeen-laptop
58f623b1cf Estimated arrival display in progress
--HG--
branch : estarrival
2012-04-12 18:07:55 -07:00
dkeen@dkeen-laptop
c0f00cd9f4 Fixed equals method, which was screwing up accuracy improvement algo 2012-01-07 11:39:26 -08:00
dkeen@dkeen-laptop
c72d07ce3a Now shows fares 2012-01-02 16:08:43 -07:00
dkeen@dkeen-laptop
1df5c45160 Fixed change in API ("Arrived" became "Leaving")
Added commons lang dependency
2011-11-21 08:57:16 -08:00
dkeen@dkeen-laptop
d732f0854a Now includes offline system map 2011-11-05 11:51:20 -07:00
dkeen
b9c5bdf148 Now using commons-httpclient 2011-06-17 14:35:20 -07:00
dkeen
ca8f07b30a Changed arrivals to departures.
Added handling for WHITE and SPCL

--HG--
rename : res/layout/arrival_listing.xml => res/layout/departure_listing.xml
rename : src/com/dougkeen/bart/ArrivalArrayAdapter.java => src/com/dougkeen/bart/DepartureArrayAdapter.java
rename : src/com/dougkeen/bart/GetRealTimeArrivalsTask.java => src/com/dougkeen/bart/GetRealTimeDeparturesTask.java
rename : src/com/dougkeen/bart/ViewArrivalsActivity.java => src/com/dougkeen/bart/ViewDeparturesActivity.java
rename : src/com/dougkeen/bart/data/Arrival.java => src/com/dougkeen/bart/data/Departure.java
rename : src/com/dougkeen/bart/data/RealTimeArrivals.java => src/com/dougkeen/bart/data/RealTimeDepartures.java
2011-06-05 11:13:21 -07:00
dkeen
67e6f5347d Bug fixes 2011-05-31 20:42:32 -07:00
dkeen
2bb1b5d035 Added bike and xfer icons.
Now more well-behaved when switching orientations.
Added option to view routes on m.bart.gov

--HG--
rename : res/menu/favorite_context_menu.xml => res/menu/route_context_menu.xml
rename : res/menu/favorites_menu.xml => res/menu/routes_list_menu.xml
rename : src/com/dougkeen/bart/AddFavoriteActivity.java => src/com/dougkeen/bart/AddRouteActivity.java
rename : src/com/dougkeen/bart/FavoritesDashboardActivity.java => src/com/dougkeen/bart/RoutesListActivity.java
rename : src/com/dougkeen/bart/data/FavoritesColumns.java => src/com/dougkeen/bart/data/RoutesColumns.java
2011-05-27 14:06:58 -07:00
dkeen
1f4f5938b5 Added view and delete context menu options 2011-05-25 08:31:55 -07:00
dkeen
434cc249ed Seems like it works 2011-05-23 11:59:34 -07:00