Commit Graph

89 Commits (4826a867061382c71314e1f4f15312fce3442926)

Author SHA1 Message Date
bspeice 4826a86706 Connect the RSVP menu item to the activity 2013-12-04 12:03:40 -05:00
bspeice 05cf607818 Add the RSVP search activity 2013-12-04 11:22:49 -05:00
agk512 d4413c46fd Tap to delete alerts from DB built back in 2013-12-02 21:11:56 -05:00
RowenaWinston af728c6ee8 I created an error in registration.java when changing the
first/last name to just fulll name.
Something simple. I will update the registration.xml file to reflect
both first
and last name right now.
2013-12-02 20:31:53 -05:00
bspeice 914de0c7b5 Registration now pushing to server correctly 2013-12-02 18:44:17 -05:00
bspeice 16099dba25 Registration now displayed correctly, but doesn't send info to server 2013-12-02 18:05:52 -05:00
bspeice 63f60806e5 Registration activity now displays correctly, but is still having
errors.
2013-12-02 17:55:52 -05:00
bspeice 32ed9bcb53 Add code as given by Rowena. Currently broken! 2013-12-02 17:41:14 -05:00
bspeice 07f1a25742 Remove an extraneous System.println() 2013-12-02 13:10:11 -05:00
bspeice 1002c66c69 Fix the LotViewFragment to use networking correctly 2013-12-02 13:07:53 -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
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
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 f6da66101d UI commit2 2013-10-28 23:06:37 -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