Commit Graph

79 Commits (c843d7f3376de24d225157fe450730de639977bb)

Author SHA1 Message Date
agk512 c843d7f337 Twitter Alerts now feeding into AlertDB >AGK
Twitter Alerts are now feeding into AlertDB properly, and are being
displayed in both drop down notification and main page alert list.

AGK
2013-11-23 17:54:17 -05:00
agk512 7471118550 Tap to delete alerts built. 2013-11-21 15:52:23 -05:00
agk512 1e19e763bd ClearAllAlerts Button code built 2013-11-21 14:55:43 -05:00
agk512 a06aa20207 AlertDB being re-commited to Git 2013-11-21 14:03:23 -05:00
bspeice c6e0587f1d Add template Javadocs. Needs actual documentation yet. 2013-11-20 11:55:39 -05:00
bspeice 6ee303e123 Fix up some unused imports 2013-11-20 11:52:38 -05:00
bspeice 84bc2e3894 Retrieve parking lot filled status from server and display it. 2013-11-18 15:03:53 -05:00
bspeice ae548625a3 Add code to rate parking lots, and display their locations. 2013-11-18 12:14:00 -05:00
bspeice 7edb481d70 Add basic DialogFrame support to parking 2013-11-13 23:53:53 -05:00
RowenaWinston 9337d0e111 More updates for alerts menu 2013-11-11 12:05:18 -05:00
bspeice e5ee12d32e Twitter is now working. 2013-11-06 12:15:58 -05:00
bspeice 9085b79d4a Add a menu button for the Home page 2013-11-01 16:33:22 -04:00
RowenaWinston 3f5fafb7a7 Deleted scrollview and created listview instead 2013-10-30 14:34:22 -04:00
RowenaWinston 251a41eb67 UI updates 2013-10-30 14:15:38 -04:00
RowenaWinston 264c6020ea Merge branch 'master' of https://github.com/DjBushido/UNCCGameDay.git 2013-10-29 13:59:50 -04:00
RowenaWinston 4268221b9a modified radio button to only selct one lot at a time 2013-10-29 13:59:27 -04:00
RowenaWinston 108f7b66d2 Background color changes 2013-10-28 23:11:23 -04:00
RowenaWinston f6da66101d UI commit2 2013-10-28 23:06:37 -04:00
RowenaWinston ecc5a001ed commit 2013-10-28 20:33:41 -04:00
bspeice a20b2e4789 Add utility code to make navigation easy 2013-10-28 15:12:12 -04:00
bspeice 5ad1f3b075 Move off the HashMap stuff, stick a ParkingCoordinate inside a
ParkingLot
2013-10-28 14:58:44 -04:00
bspeice 6a37e14a47 Rename ParkingChoices to ParkingChoice 2013-10-28 14:22:21 -04:00
bspeice 6955ef0b09 Add code to grab parking lot locations from the server
Hindsight being what it is, this would have been just as easy to write
client-side. May end up doing that.
2013-10-28 14:20:22 -04:00
bspeice 4264fa6fc7 Move the rateLot function to a new URL 2013-10-28 12:04:35 -04:00
bspeice 71ea42e080 Split the RegistrationClient into registration and parking 2013-10-20 17:34:42 -04:00
bspeice 2ebeba7288 Initial automated refactoring 2013-10-20 17:32:28 -04:00
bspeice 83a66e45a6 Remove some unused imports 2013-10-20 17:30:37 -04:00
bspeice 04adbbae94 Dumb mistake in Retrofit - use @Path, not @Query 2013-10-19 21:32:30 -04:00
bspeice 20bba0e571 RegistrationClient can now look up by first and last name 2013-10-19 21:26:59 -04:00
bspeice c78d2e526a GamedayService now knows how to look up users by name 2013-10-19 21:18:41 -04:00
bspeice 85d6301d9b RegistrationClient should be more obvious that it needs an ID 2013-10-19 21:11:39 -04:00
bspeice be332e794c Switch Attendee to use camelCase 2013-10-19 21:05:18 -04:00
bspeice a22fe150cb Remove an unused import 2013-10-19 21:03:45 -04:00
bspeice 11b7ad6547 RegistrationClient now knows about the new GamedayServices 2013-10-19 21:03:19 -04:00
bspeice befaf69d33 Update the Attendee class
It won't ever receive the date_registered, and it should receive the ID
2013-10-19 21:00:45 -04:00
bspeice d21e269579 GamedayService now knows about the new REST methods 2013-10-19 20:57:16 -04:00
bspeice b62cd865e9 Add a dummy ParkingLotCallback
Don't know why the unit test passed last night, won't pass without this
now...
2013-10-19 20:52:08 -04:00
bspeice 0190bae731 Switch '...' to an ellipsis 2013-10-19 19:59:56 -04:00
bspeice 48e6a06d3a Minor cleanup 2013-10-19 19:58:53 -04:00
bspeice f19c6b8735 Switch the hostname back.
Oops.
2013-10-18 21:53:23 -04:00
bspeice 250db4a1f9 Get the rate lot function working correctly.
It's a bit funky - requests seem to hit the server about 90% of the
time...
2013-10-18 21:45:59 -04:00
bspeice e12b47fe4c Add some extra helper code on the RegistrationClient 2013-10-18 18:51:49 -04:00
bspeice e79f1910c9 Get the RegistrationClient ready for the new rateLot 2013-10-18 18:49:43 -04:00
bspeice 33e1eeb86e Make GamedayService use the enum 2013-10-18 18:49:15 -04:00
bspeice a02e59b81f Change ParkingRating to use the POJO pattern 2013-10-18 18:47:23 -04:00
bspeice 47e327d65e RegistrationClient should take in a ParkingChoice to list, not a lot 2013-10-18 18:05:32 -04:00
bspeice 128ca8fad9 Make the ParkingLot follow the POJO pattern 2013-10-18 18:05:06 -04:00
bspeice 0ed2401663 Add ability to list an individual lot for parking. 2013-10-18 17:58:06 -04:00
bspeice a478045fe2 Add method to rate a parking lot 2013-10-18 17:52:53 -04:00
bspeice 0bd9b078a3 Remove exception handling from RegistrationClient
Separation of reponsibilities - it just interfaces with REST
2013-10-18 17:48:21 -04:00