Commit Graph

119 Commits (553e8748fd068ba47d77c6e9fde8955237552af5)

Author SHA1 Message Date
tokugawa 553e8748fd Updated method calls for getRiddleImageUrl 2014-04-19 23:39:53 -04:00
Bradlee Speice b12a4022f5 Scavenger client now knows about the riddle URL 2014-04-19 23:22:20 -04:00
Bradlee Speice 6d088e24d3 Add the riddle_image_url to the serializer 2014-04-19 23:20:14 -04:00
tokugawa 782a31eb4d Added function to save images to storage and load them. Compass image
will now change to the location when you get close.
2014-04-19 23:02:52 -04:00
tokugawa d8b067b9fa Added dialogs to check if GPS is enabled and zxing is installed.
Added string resources.
2014-04-19 17:31:33 -04:00
tokugawa 496fd2c9fc Merge remote-tracking branch 'origin/master' 2014-04-19 16:37:36 -04:00
tokugawa e8f4fe9a7b Added image download functionality 2014-04-19 16:37:08 -04:00
Bradlee Speice 9df7d34430 Add a location image to the RestLocation 2014-04-19 13:34:39 -04:00
Bradlee Speice 2813af334c Fix some stuff so the project generates correctly. 2014-04-19 13:32:56 -04:00
tokugawa 995919644b Added Compass capability, QR scanning (requires zxing to be installed),
and main search screen.
Added comments at the top of all files.
TODO: Fix formatting, add locations to server, add photos of locations,
implement database functionality, fix all other TODO's.
2014-04-19 05:09:09 -04:00
Bradlee Speice 31935908b2 Database is now working as expected. 2014-04-15 22:01:04 -04:00
Bradlee Speice 932544b6aa More refactoring and streamlining of the API. 2014-04-15 21:46:38 -04:00
Bradlee Speice 385d53a23a Refactor existing API to use the new DatabaseHelper 2014-04-15 21:42:40 -04:00
Bradlee Speice d701c2bcb2 Add the Location Database Helper
Not yet tested, but most functionality is done.
2014-04-15 21:37:00 -04:00
tokugawa e398045a18 Added string resources and fixed display of DetailedTweetActivity 2014-04-15 16:03:40 -04:00
tokugawa f2c2158082 Merge branch 'master' of git@github.com:DjBushido/itcs4180.git 2014-04-14 22:55:01 -04:00
tokugawa f5cfe5ab25 Added isRetweet status to database and saved tweets now display
properly.
Added comments to the head of all files.
2014-04-14 22:53:48 -04:00
DjBushido f3bf89863f App now actually downloads locations from the server. 2014-04-14 14:01:48 -04:00
tokugawa 3b567ff0d4 Commented out test code. 2014-04-14 00:43:34 -04:00
tokugawa 4e4abc99e2 Added functionality to save and display tweets to an SQLite DB.
TODO: Add retweeted field to DB, make fix SavedNewsActivity display.
2014-04-14 00:42:55 -04:00
Bradlee Speice f4df53da3f A whole lot of skeleton work for the scavenger hunt 2014-04-13 23:32:39 -04:00
DjBushido dddab46731 DetailedTweetActivity is now working correctly
Still needs some alignment, etc.
2014-04-12 18:34:29 -04:00
DjBushido ba85390eb7 Add some padding to the TweetList 2014-04-12 17:47:30 -04:00
DjBushido 8d4d50c4a9 Now have a working TweetsListActivity
Needs a bit of tweaking, but functionality is mostly there.
2014-04-12 13:35:08 -04:00
DjBushido e23b4bd798 Initial TweetListActivity commit 2014-04-09 09:28:55 -04:00
DjBushido 3a5e0b2918 Add the main page functionality for HW 5 2014-04-08 22:43:04 -04:00
DjBushido c81decd705 Refactor some weird naming conventions for locations 2014-04-08 19:56:41 -04:00
DjBushido ba882dfa8f Add a fancy wrapper method to handle the nasty namespacing 2014-04-08 19:52:04 -04:00
DjBushido 6d6c369e2c Add a helper method to convert REST Locations to Android Locations 2014-04-08 19:44:00 -04:00
DjBushido 9bc972fe64 Add a way to statically initialize the News sites 2014-04-07 14:42:37 -04:00
DjBushido cd3233daaa Twitter functionality now working for HW 5 2014-04-07 14:35:34 -04:00
DjBushido 5e5bfb04ec Add code for interfacing with the Twitter API 2014-04-07 14:12:45 -04:00
DjBushido 7a7ed266f1 Add the constants needed for the Twitter client 2014-04-07 09:06:52 -04:00
DjBushido d3f28cb331 Add the gson library for HW5 2014-04-05 17:31:23 -04:00
DjBushido c62591be84 Begin the HW5 project 2014-04-05 17:29:32 -04:00
DjBushido 22d8236bf6 Successfully contact the server 2014-04-05 17:25:04 -04:00
DjBushido 9219578b84 Remove a line of code.
I'm OCD, I get it.
2014-04-05 17:06:52 -04:00
DjBushido 86a1f26004 Accidentally forgot to remove a method arg 2014-04-05 17:05:31 -04:00
DjBushido cea007421b The LocationClient shouldn't be static. 2014-04-05 17:04:33 -04:00
DjBushido c41c2bf4b9 Add initial Location for use in server communication 2014-04-05 17:02:07 -04:00
Bradlee Speice 44edb4e848 Successful server startup 2014-04-05 16:58:42 -04:00
Bradlee Speice 6769e75c9c Move location to DecimalFields 2014-04-01 19:30:15 -04:00
Bradlee Speice 950a188e30 Don't actually need the templates 2014-04-01 19:26:17 -04:00
Bradlee Speice 314934a468 Fix up template for all locations 2014-04-01 19:20:32 -04:00
Bradlee Speice 07126509ba Add basic templates for the location and results 2014-04-01 19:20:32 -04:00
DjBushido 8a527aace4 Add REST implementation skeleton
The Location class is still in flux, so waiting on that.
2014-03-31 15:07:10 -04:00
Bradlee Speice a4412c749b Make sure the result form uses request GET params 2014-03-31 14:30:21 -04:00
Bradlee Speice 0ec0e61c19 Wire up the URLs, and add scavenger to apps 2014-03-31 14:25:38 -04:00
DjBushido a1caf0372d Add the classpath and settings files 2014-03-28 23:25:19 -04:00
DjBushido 942a4353a8 Add the retrofit library for the REST client functionality 2014-03-28 23:22:39 -04:00