Commit Graph

42 Commits

Author SHA1 Message Date
Doug Keen
f6efac2af6 Implemented service alerts & elevator info
If bikes aren't allowed, now shows specific icon
Introduced Android Annotations
2013-01-29 08:31:18 -08:00
Doug Keen
357fd69506 Added departure clock time 2013-01-26 13:01:44 -08:00
Doug Keen
7411c0ea12 Release 2.1.1 2012-10-22 09:07:08 -07:00
Doug Keen
721d1de106 Added alternate string values for landscape orientation 2012-10-21 12:34:29 -07:00
Doug Keen
5f04b943ea Changed estimated arrival text to emphasize arrival at *destination* 2012-10-21 12:31:24 -07:00
Doug Keen
ca60cf54c8 Switched back to using SimonVT's number picker 2012-10-12 07:04:19 -07:00
Doug Keen
5836ccb89c Added alarm indicator to Your Train card.
Fixed mysterious "freeze" of notifications (turned out to be unexpected gc of weak references).
Departure countdown now reads "Leaving" at the end of the countdown.
2012-10-10 17:21:30 -07:00
Doug Keen
8955bd209b Changed "departed" to "leaving". Abstracted out string value. 2012-10-09 13:51:00 -07:00
Doug Keen
6ac9a2ece4 Deleted unused resources 2012-10-03 16:04:47 -07:00
Doug Keen
ecbdc7eac4 Removed unneeded style 2012-10-03 13:07:50 -07:00
Doug Keen
a27222dbc6 Upgraded HoloEverywhere
Some cleanup
2012-10-03 12:29:31 -07:00
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
b6291ec4bd Icon updates
No longer show timestamp on notification
2012-09-18 11:56:48 -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
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
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
4b94669aa7 Now remembers last station selections 2012-09-05 12:15:24 -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
934341a1b0 Higher resolution map 2012-07-22 09:13:59 -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
dkeen@dkeen-laptop
d732f0854a Now includes offline system map 2011-11-05 11:51:20 -07:00
dougkeen
fd4a7b2cef Added system map menu option 2011-07-16 11:01:02 -07:00
Doug Keen
c6da0f6104 Can now also add return route when adding a route 2011-07-11 12:19:21 -07:00
dkeen
5a4d549398 Renamed project to BARTRunner 2011-06-20 15:34:09 -07:00
dkeen
114dd4c6f4 Fixed requery intervals. Updated no results text. Updated handling for SPCL trains. 2011-06-06 08:42:11 -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
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
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