Commit Graph

153 Commits (master)

Author SHA1 Message Date
tokugawa 051b4acdc2 Added default of INVISIBLE to result button 2014-04-29 18:34:31 -04:00
tokugawa ce42163569 Added some comments, fixed spelling, removed rest of extra unused code. 2014-04-29 14:52:40 -04:00
tokugawa 0ee4a4ffe2 Removed unused resources. Removed unused imports. Removed debug code. 2014-04-29 14:22:27 -04:00
DjBushido 7b732e38f6 And add the View Result button to the strings file. 2014-04-28 12:43:09 -04:00
DjBushido 8a3870e763 Add a button so that previously found locations can go straight to
results.
2014-04-28 12:41:57 -04:00
DjBushido dba76dd0a6 Slight bug fix
Prevents user from moving backward to a list that does not have items
checked.
2014-04-28 12:32:04 -04:00
tokugawa d386b0b346 Scan now works 2014-04-26 11:13:00 -04:00
tokugawa 5c124121fb Updated padding and removed settings menu. 2014-04-26 11:05:06 -04:00
tokugawa 31945d66b6 Compass and scan buttons are now the same size 2014-04-26 10:56:40 -04:00
tokugawa a227014abf Commented out average code 2014-04-26 10:53:01 -04:00
tokugawa 511a1befd7 Removed HTML toast 2014-04-26 10:30:52 -04:00
tokugawa 1730177525 Changed activity names and added padding to checkboxes. Removed compass
rose.
2014-04-26 10:28:58 -04:00
tokugawa 36fa30aa06 Removed averages from compass for recording purposes. When walking it
seems to jump around more than without it, so removed until I can figure
out why.
2014-04-26 10:10:34 -04:00
DjBushido d1bc94260c Or maybe it does. Teach me to test everything... 2014-04-26 09:38:37 -04:00
DjBushido a330ab9155 String compare doesn't work the way you think it does... 2014-04-26 09:37:13 -04:00
tokugawa f8cc67fa59 Minor format changes 2014-04-26 02:10:46 -04:00
tokugawa 274048dce3 Added ability to check found locations 2014-04-26 02:07:55 -04:00
tokugawa f3582b1815 FoundActivity now loads Webview 2014-04-26 01:08:30 -04:00
DjBushido e29d802998 Switch validation to use the new server API 2014-04-25 22:55:17 -04:00
tokugawa 720cb7ee38 Test code added. 2014-04-25 21:39:50 -04:00
tokugawa 7ce4b9e0bf Merge branch 'master' of git@github.com:DjBushido/itcs4180.git 2014-04-25 19:58:33 -04:00
DjBushido 4517c853f4 Update code to the new endpoint on EC2 2014-04-25 11:29:56 -04:00
tokugawa 660129df3a Merge branch 'master' of git@github.com:DjBushido/itcs4180.git 2014-04-24 21:34:12 -04:00
DjBushido 1f89681dc1 Add a moving average to the compass to smooth it out. 2014-04-24 17:18:31 -04:00
DjBushido 17fe4df01a Add the location found icon. 2014-04-22 18:46:09 -04:00
tokugawa 63e21bd252 Merge remote-tracking branch 'origin/master' 2014-04-21 14:51:25 -04:00
tokugawa c4a3799243 Fixed contexts. 2014-04-21 14:51:10 -04:00
DjBushido c506e26c45 And now the riddleImageURL is being pulled from the DB correctly. 2014-04-21 14:44:06 -04:00
tokugawa a9e13e3826 Comments 2014-04-21 13:57:00 -04:00
tokugawa 55251d8d20 Merge remote-tracking branch 'origin/master' 2014-04-21 13:10:31 -04:00
tokugawa 5224983c10 Added back code I accidentally deleted. 2014-04-21 13:10:18 -04:00
Bradlee Speice 02c9482d55 On insert conflict, update the row. 2014-04-21 09:40:37 -04:00
Bradlee Speice 60062298bc RestLocations created correctly from the server. 2014-04-21 09:40:24 -04:00
tokugawa 6e2ad36f09 Minor cosmetic features. 2014-04-20 23:37:16 -04:00
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