Commit Graph

143 Commits (df932edd53cbd05b8176a5b65f3df3b79c987373)

Author SHA1 Message Date
DjBushido 0fd6ca9a67 Create README.md 2013-12-02 10:58:45 -05:00
agk512 21eb59dc0a Further Alert cleanup >AGK 2013-12-02 03:36:25 -05:00
agk512 ca881b99bd Further Alert cleanup >AGK 2013-12-02 03:35:59 -05:00
agk512 06f7c7933f Further Alert cleanup >AGK 2013-12-02 03:35:22 -05:00
agk512 33afb534bd Further Alert cleanup >AGK 2013-12-02 03:34:50 -05:00
agk512 7dc2e52a05 Further Alert cleanup >AGK 2013-12-02 03:34:15 -05:00
agk512 afe81f035d Further Alert cleanup >AGK 2013-12-02 03:33:19 -05:00
agk512 41e21f3fb7 Further Alert cleanup >AGK 2013-12-02 03:32:09 -05:00
bspeice 92ed470d1a Add documentation for the Retrofit adapter, and Twitter API client 2013-12-01 09:51:59 -05:00
bspeice 8437968f88 Add documentation for the registration package. 2013-12-01 09:49:11 -05:00
bspeice 2910d406d9 Add documentation for the parking package 2013-12-01 09:46:52 -05:00
bspeice 3d50f42f3b Add documentation to the alert system, and refactor to use the
TwitterClient
2013-11-29 13:18:11 -05:00
bspeice 3026441c51 LotViewFragment documentation 2013-11-29 11:34:13 -05:00
bspeice d9ce6e0f1c Add some documentation for the activities and app context 2013-11-28 23:16:30 -05:00
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