Commit Graph

88 Commits

Author SHA1 Message Date
Doug Keen
5c1ae735e1 Added arrival time to data shown in favorites listing 2013-11-23 14:14:52 -08:00
Doug Keen
ab31cd0cd1 Added XML to list of supported REST response content types 2013-11-10 08:50:52 -08:00
Doug Keen
85734ab9ef Decluttered action menus a bit. Added feature to send arrival time message. 2013-10-14 08:19:14 -07:00
Doug Keen
a2d79b5a41 Start action mode immediately after selecting a train 2013-07-28 18:07:54 -07:00
Doug Keen
6f18d4877a Add platform info to departures listing 2013-07-28 17:47:57 -07:00
Doug Keen
9bfff84165 Upgraded HoloEverywhere. Moved dependencies into submodules. 2013-07-28 17:40:23 -07:00
Doug Keen
016d6523cd Always get cached boarded departure when processing an alarm (no matter how old) 2013-07-04 11:33:37 -07:00
Doug Keen
8d82261d80 Fixed quick lookup 2013-04-03 22:16:15 -07:00
Doug Keen
b652b491bd Departure listing adapts to screen size 2013-03-25 12:48:46 -07:00
Doug Keen
fcc9f2ba21 Reordering of favorites list 2013-03-24 18:38:06 -07:00
Doug Keen
0c51fe904d Boarded departure service now restarts with intent info (so the notification doesn't randomly "freeze") 2013-03-24 16:12:17 -07:00
Doug Keen
601d8516e6 Strong references in ETD listener, replaced SQLite junk with simple JSON file, annotation conversion 2013-03-24 16:11:43 -07:00
Doug Keen
a3a4ef5dbb Screen lock times out after 10 minutes 2013-02-09 13:07:49 -08:00
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
5b4efea2e2 Cleanup (formatting/imports) 2012-10-21 12:31:39 -07:00
Doug Keen
5f04b943ea Changed estimated arrival text to emphasize arrival at *destination* 2012-10-21 12:31:24 -07:00
Doug Keen
05c6c2298a Added empty constructor (the v4 support lib might throw an exception
without one)
2012-10-19 14:44:37 -07:00
Doug Keen
0498dba7d1 Fixed weird "jumping selection" problem that occurs after consecutive departure long clicks 2012-10-13 19:15:35 -07:00
Doug Keen
8545df9091 Dismissing Your Train card will now clear any active action modes 2012-10-12 07:08:24 -07:00
Doug Keen
ca60cf54c8 Switched back to using SimonVT's number picker 2012-10-12 07:04:19 -07:00
Doug Keen
c310a00a55 Fixed weird selection behavior when multiple rows are long-clicked. Fixed rendering artifact issue on 2.x devices when Your Train card is dismissed. 2012-10-11 11:42:21 -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
699a40e93b Added vibration to alarm 2012-10-09 14:43:48 -07:00
Doug Keen
13d4ed51c2 Removed unnecessary animation of the "Your train" card under certain
scenarios
2012-10-09 14:22:21 -07:00
Doug Keen
8955bd209b Changed "departed" to "leaving". Abstracted out string value. 2012-10-09 13:51:00 -07:00
Doug Keen
f5ba6d27cc Fixed weird selection behavior (gave up on CHOICE_MODE_SINGLE and just
implemented the stuff manually)
2012-10-09 12:29:38 -07:00
Doug Keen
9bd040c3e8 Implemented show and hide animations for "Your train" card. ListView selection is still wonky. 2012-10-04 22:52:42 -07:00
Doug Keen
94ed29467d Prevent force close in some cases when boarded departure has expired 2012-10-03 17:36:56 -07:00
Doug Keen
b738320bcc Progress bar now occupies same space as bug reporting message 2012-10-03 13:11:34 -07:00
Doug Keen
1b7d60561b Implemented swipe to dismiss for Your Train card 2012-10-03 13:07:19 -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
3d3a30a563 Changed architecture of alarms and notifications (now the alarm is owned by the Departure itself, and the Departure generates the Notification)
Notification now shows even if you don't set an alarm
2012-09-28 10:10:54 -07:00
Doug Keen
9e4b4cf8d2 Increased polling frequency in notification service. Added NPE protections. 2012-09-27 09:34:28 -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
fae89f4c45 Implemented alarm canceling 2012-09-19 14:12:18 -07:00
Doug Keen
f89ba82d92 Updated support lib
Can now silence alarm from any instance of the ViewDeparturesActivity
2012-09-18 13:47:42 -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
5fe231abbe Now sounds alarm 2012-09-17 13:57:59 -07:00
Doug Keen
3a2623ab96 EtdService no longer overlaps scheduled etd requests 2012-09-17 08:52:05 -07:00
Doug Keen
0ec87c77e3 Fixed wonky wakelock settings 2012-09-17 08:51:16 -07:00
Doug Keen
2ba109d5a1 Drafted notification service/alerts 2012-09-17 08:13:50 -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