Commit Graph

21 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
9792667bcf Fixed progress bar layout 2012-09-25 17:14:39 -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
fae89f4c45 Implemented alarm canceling 2012-09-19 14:12:18 -07:00
Doug Keen
ad6541a348 Moved boarded departure to application scope
Fixed some alert/notification issues
2012-09-18 10:11:52 -07:00
Doug Keen
64d5eda3b5 Changed train length/estimated arrival change timing
Prototyped departure alert dialog
2012-09-06 22:47:27 -07:00
dkeen@dkeen-laptop
bcc40e291d Upgraded HoloEverywhere, refactored quick route and add route dialogs to use Fragments 2012-09-05 10:34:00 -07:00
dkeen@dkeen-laptop
38c4c3bd03 Added progress bar
Changed manifest to allow SD card installations
2012-08-13 10:27:50 -07:00
dkeen@dkeen-laptop
fb9ea894be All context menus switched to action mode pattern.
Completed transition to Holo theme.
2012-07-22 07:57:17 -07:00
dkeen@dkeen-laptop
ab7ab0a491 Refactored countdowns, implemented "Your train" selection 2012-07-17 13:43:42 -07:00
dkeen@dkeen-laptop
bb63de996e Added quick route functionality 2012-07-16 08:06:31 -07:00
dkeen@dkeen-laptop
e79dc2ba46 Added action bar, updated look and feel 2012-07-15 10:00:39 -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
2c763b3677 Added bug reporting link to departures page 2012-02-19 17:46:11 -08:00
dkeen@dkeen-laptop
c72d07ce3a Now shows fares 2012-01-02 16:08:43 -07:00
Doug Keen
c6da0f6104 Can now also add return route when adding a route 2011-07-11 12:19:21 -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
b7a40aced2 Tweaked styles 2011-05-28 21:55:47 -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
434cc249ed Seems like it works 2011-05-23 11:59:34 -07:00