Commit Graph

110 Commits (master)

Author SHA1 Message Date
agk512 85d33578a7 just added .toLowerCase() for more accurate ordering of attendees 2013-12-09 03:51:17 -05:00
agk512 83abdf4fd0 just added .toLowerCase() for more accurate ordering of attendees 2013-12-09 03:50:21 -05:00
bspeice b8efb779fe Remove references to the ParkingCoordinate system, left unimplemented. 2013-12-08 23:27:35 -05:00
Felix X. Fant ae52dd030a Merge branch 'master' of https://github.com/DjBushido/UNCCGameDay.git 2013-12-08 22:53:28 -05:00
Felix X. Fant 43505eadf7 Minor changes for AlertDBTest.java to work 2013-12-08 22:52:53 -05:00
bspeice 2d0c901462 Restore a cast that was remove earlier 2013-12-08 22:03:11 -05:00
Felix X. Fant 5a47a5d07a Merge branch 'master' of https://github.com/DjBushido/UNCCGameDay.git 2013-12-08 21:10:42 -05:00
Felix X. Fant e4296e3c79 Added demonstration Auto Alerts from 10am to 3pm 2013-12-08 21:09:57 -05:00
bspeice b9de3ac529 Fetch University and UNCC alerts correctly 2013-12-08 20:52:29 -05:00
bspeice 90f149b51a Display the toast correctly in the Registration page if internet is down 2013-12-08 20:47:45 -05:00
bspeice 2a366c5e43 Minor tweak 2013-12-08 20:46:34 -05:00
bspeice e71f859c05 Display the Toast message for internet down correctly 2013-12-08 20:43:43 -05:00
bspeice a5bd595a48 Handle the RSVP search list not connecting to the Internet 2013-12-08 20:39:11 -05:00
bspeice 721882a492 Remove the Alert Settings menu item 2013-12-08 20:21:59 -05:00
bspeice c77e8553fe Sort alerts by the alarm date 2013-12-08 19:49:58 -05:00
agk512 a04940e6d1 Drop down alert always shows newest alert 2013-12-08 02:33:26 -05:00
agk512 d03ce1427d Some search changes, plus Auto alert test
Added alerts every 30 minutes starting at 9am to 930pm on 12-7-13.  Will
have on phone today to ensure that automated alerts show properly.

Having no luck with search function, will try again tomorrow.
2013-12-07 01:17:45 -05:00
bspeice 7ce10afffd Should have been searchView1 instead of textView1 2013-12-06 14:43:07 -05:00
bspeice 4858641373 Patch Rowena's errors :) 2013-12-06 14:41:48 -05:00
agk512 f6b7609420 RSVP List showing - Ordered by last name >AGK
RSVP list showing on search page.  Ordered properly by last name.

Still need to implement Search function - will tackle later today.

All Section numbers showing NULL, all row numbers showing 0.  Probably a
quick fix on Bradlee's part.
2013-12-05 13:37:01 -05:00
bspeice a728025eed Handle the internet connection being down. 2013-12-04 13:17:37 -05:00
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