Commit Graph

  • 4268221b9a modified radio button to only selct one lot at a time RowenaWinston 2013-10-29 13:59:27 -04:00
  • 108f7b66d2 Background color changes RowenaWinston 2013-10-28 23:11:23 -04:00
  • f6da66101d UI commit2 RowenaWinston 2013-10-28 23:06:37 -04:00
  • ecc5a001ed commit RowenaWinston 2013-10-28 20:33:41 -04:00
  • a20b2e4789 Add utility code to make navigation easy bspeice 2013-10-28 15:12:12 -04:00
  • 5ad1f3b075 Move off the HashMap stuff, stick a ParkingCoordinate inside a ParkingLot bspeice 2013-10-28 14:58:44 -04:00
  • 6a37e14a47 Rename ParkingChoices to ParkingChoice bspeice 2013-10-28 14:22:21 -04:00
  • 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. bspeice 2013-10-28 14:20:22 -04:00
  • 4264fa6fc7 Move the rateLot function to a new URL bspeice 2013-10-28 12:04:35 -04:00
  • 71ea42e080 Split the RegistrationClient into registration and parking bspeice 2013-10-20 17:34:42 -04:00
  • 2ebeba7288 Initial automated refactoring bspeice 2013-10-20 17:32:28 -04:00
  • 83a66e45a6 Remove some unused imports bspeice 2013-10-20 17:30:37 -04:00
  • 04adbbae94 Dumb mistake in Retrofit - use @Path, not @Query bspeice 2013-10-19 21:32:30 -04:00
  • 20bba0e571 RegistrationClient can now look up by first and last name bspeice 2013-10-19 21:26:59 -04:00
  • c78d2e526a GamedayService now knows how to look up users by name bspeice 2013-10-19 21:18:41 -04:00
  • 85d6301d9b RegistrationClient should be more obvious that it needs an ID bspeice 2013-10-19 21:11:39 -04:00
  • be332e794c Switch Attendee to use camelCase bspeice 2013-10-19 21:05:18 -04:00
  • a22fe150cb Remove an unused import bspeice 2013-10-19 21:03:45 -04:00
  • 11b7ad6547 RegistrationClient now knows about the new GamedayServices bspeice 2013-10-19 21:03:19 -04:00
  • befaf69d33 Update the Attendee class It won't ever receive the date_registered, and it should receive the ID bspeice 2013-10-19 21:00:45 -04:00
  • d21e269579 GamedayService now knows about the new REST methods bspeice 2013-10-19 20:57:16 -04:00
  • b62cd865e9 Add a dummy ParkingLotCallback Don't know why the unit test passed last night, won't pass without this now... bspeice 2013-10-19 20:52:08 -04:00
  • 0190bae731 Switch '...' to an ellipsis bspeice 2013-10-19 19:59:56 -04:00
  • 48e6a06d3a Minor cleanup bspeice 2013-10-19 19:58:53 -04:00
  • f19c6b8735 Switch the hostname back. Oops. bspeice 2013-10-18 21:53:23 -04:00
  • 250db4a1f9 Get the rate lot function working correctly. It's a bit funky - requests seem to hit the server about 90% of the time... bspeice 2013-10-18 21:45:59 -04:00
  • e12b47fe4c Add some extra helper code on the RegistrationClient bspeice 2013-10-18 18:51:49 -04:00
  • e79f1910c9 Get the RegistrationClient ready for the new rateLot bspeice 2013-10-18 18:49:43 -04:00
  • 33e1eeb86e Make GamedayService use the enum bspeice 2013-10-18 18:49:15 -04:00
  • a02e59b81f Change ParkingRating to use the POJO pattern bspeice 2013-10-18 18:47:23 -04:00
  • 47e327d65e RegistrationClient should take in a ParkingChoice to list, not a lot bspeice 2013-10-18 18:05:32 -04:00
  • 128ca8fad9 Make the ParkingLot follow the POJO pattern bspeice 2013-10-18 18:05:06 -04:00
  • 0ed2401663 Add ability to list an individual lot for parking. bspeice 2013-10-18 17:58:06 -04:00
  • a478045fe2 Add method to rate a parking lot bspeice 2013-10-18 17:52:53 -04:00
  • 0bd9b078a3 Remove exception handling from RegistrationClient Separation of reponsibilities - it just interfaces with REST bspeice 2013-10-18 17:48:21 -04:00
  • d6586d3ac9 Add the new (and tested!) RegistrationClient bspeice 2013-10-18 17:46:37 -04:00
  • 70dac422e1 Add INTERNET permission bspeice 2013-10-18 17:18:53 -04:00
  • b1192283ac Add GSON library for Retrofit bspeice 2013-10-18 17:18:40 -04:00
  • 7cefd630d3 Add the initial Retrofit REST API code Note: Completely untested, but it looks cool! bspeice 2013-10-16 14:39:43 -04:00
  • f65e57313a Add the retrofit library for REST API access. bspeice 2013-10-16 14:16:46 -04:00
  • a96694e4ad Add the fetchUnread method to the AlertDB to be implemented. bspeice 2013-10-16 14:14:20 -04:00
  • 0c98d681d1 Refactor, don't use the application context bspeice 2013-10-16 11:02:18 -04:00
  • f8db5d8bb3 Add the beginnings of the Registration code bspeice 2013-10-14 15:33:49 -04:00
  • d3ba093cbe Add some documentation on fetching alerts from Twitter. bspeice 2013-10-14 13:40:42 -04:00
  • caf9da1e58 Add the new AlertDB api Yay for test-driven development! bspeice 2013-10-14 13:35:21 -04:00
  • ad38a415fd Clear an Alert after it is clicked bspeice 2013-10-09 20:54:38 -04:00
  • 27681948fc Minor cleanups bspeice 2013-10-09 20:42:44 -04:00
  • df9e24e17c Finally, alerts actually display. bspeice 2013-10-09 20:31:07 -04:00
  • 0fb498a306 Add initial code to show alerts bspeice 2013-10-09 20:20:04 -04:00
  • 9fc974402b Add lots more skeleton bspeice 2013-10-09 19:39:20 -04:00
  • e0f029f387 Add code for the SharedPreferences in determining which alerts to fetch. bspeice 2013-10-09 15:14:04 -04:00
  • bcfd88faa7 AlertFetcher should be explicitly given its Context Worst case, write a static method inside it. bspeice 2013-10-08 18:10:57 -04:00
  • fa28b411b5 Add some more skeleton to how Alerts should be processed Create a way to statically get the app context bspeice 2013-10-07 14:20:20 -04:00
  • 449678316f Add basic twitter functionality bspeice 2013-10-04 21:43:36 -04:00
  • 188d6e0961 Add some skeleton code for fetching alerts. bspeice 2013-10-04 21:17:50 -04:00
  • 5d991d0797 Add basic handling to the checkbox click events in Alerts settings. bspeice 2013-10-04 20:37:33 -04:00
  • e8b3f13405 Add the twitter4j library for fetching alerts bspeice 2013-10-04 20:25:05 -04:00
  • d1467881f8 Add generic menus, and implement a basic layout for alert settings. I should commit more often, sorry... bspeice 2013-10-04 20:22:54 -04:00
  • 412f894d92 Move to a generic Menu activity from which actual App-level functionality will be built. This way, we can program the menus once for all. bspeice 2013-10-03 18:35:39 -04:00
  • 82804a9d67 Add the bin/ folder to the gitignore bspeice 2013-10-01 20:19:13 -04:00
  • adc9fc0580 Add an initial menu, and allow user to visit alerts page bspeice 2013-10-01 20:17:21 -04:00
  • 89b73f5906 Add new activities for Home, Parking, and Registration These activities (including Alerts) will form the basis of functionality bspeice 2013-10-01 19:39:20 -04:00
  • d37d705867 Add a proper Hello World message. bspeice 2013-09-30 14:39:15 -04:00
  • 55ffc9c752 Initial Android project commit bspeice 2013-09-30 14:23:13 -04:00