misaochan
|
f79fe65d9e
|
Trying to fix repeats
|
2016-01-02 20:37:35 +13:00 |
|
misaochan
|
abc7555b82
|
Back to solving repeat calls bug
|
2016-01-02 18:41:04 +13:00 |
|
misaochan
|
b13c162a2e
|
Fixed silly error
|
2016-01-02 18:39:00 +13:00 |
|
misaochan
|
9b4b2e8dd5
|
Trying to fix repeat calls bug
|
2016-01-02 18:24:46 +13:00 |
|
misaochan
|
30b86a0cde
|
Trying to put category number check in onResponse()
|
2016-01-02 18:09:17 +13:00 |
|
misaochan
|
00c3c97f74
|
Reorganizing classes
|
2016-01-02 17:50:36 +13:00 |
|
misaochan
|
7c85dd391d
|
Rearranged some classes
|
2016-01-02 16:22:39 +13:00 |
|
misaochan
|
b1cf1b92d7
|
Minor formatting/logging changes 2
|
2016-01-02 00:45:46 +13:00 |
|
misaochan
|
cf6b5f3471
|
Minor formatting/logging changes
|
2016-01-02 00:42:34 +13:00 |
|
misaochan
|
75e3da7ea2
|
Merge remote-tracking branch 'refs/remotes/origin/api-calls' into cache-area-categories
|
2016-01-01 23:23:33 +13:00 |
|
misaochan
|
4758d65c4c
|
Made URL constant private
|
2016-01-01 23:05:20 +13:00 |
|
misaochan
|
681cde18e8
|
Added getters/setters for GpsCatExists
|
2016-01-01 20:07:23 +13:00 |
|
misaochan
|
b3de195176
|
Added API url as string constant
|
2016-01-01 19:37:31 +13:00 |
|
misaochan
|
c385b54d44
|
Fixed unnecessary use of static variable
|
2016-01-01 19:33:43 +13:00 |
|
misaochan
|
512ddfdd7d
|
Minor fixes 3
|
2016-01-01 19:15:40 +13:00 |
|
misaochan
|
7e6b13b102
|
Minor fixes 2
|
2016-01-01 19:11:41 +13:00 |
|
misaochan
|
38cdf79bbb
|
Minor fixes
|
2016-01-01 19:07:44 +13:00 |
|
misaochan
|
f076ec2fc2
|
Added documentation
|
2016-01-01 18:34:26 +13:00 |
|
misaochan
|
d7b20e19f0
|
Calls API repeatedly with incremented radius
|
2015-12-29 20:55:15 +13:00 |
|
misaochan
|
424d952349
|
Fixed versions, prev one was wrong
Whoops, got confused. Checked the Google Play store and the actual
current production version is 19 (1.31).
|
2015-12-27 15:36:37 +13:00 |
|
misaochan
|
dbf4d37624
|
Adding version for release
|
2015-12-27 15:19:37 +13:00 |
|
misaochan
|
5fe43284ee
|
Displays nearby categories on top instead of below recent ones
|
2015-12-27 14:17:18 +13:00 |
|
misaochan
|
7273958b8e
|
Implemented check for null query, other minor changes
|
2015-12-27 14:13:39 +13:00 |
|
misaochan
|
640ff499c6
|
Minor changes 2
|
2015-12-25 20:12:53 +13:00 |
|
misaochan
|
8d4787e493
|
Minor changes
|
2015-12-25 20:09:01 +13:00 |
|
misaochan
|
8c979cf751
|
Displays categories in CategorizationFragment.java
|
2015-12-25 19:49:21 +13:00 |
|
misaochan
|
7034f628de
|
Attempt at adding new category list to adapter
Doesn't seem to show up. Might be adding in wrong place
|
2015-12-25 19:44:10 +13:00 |
|
misaochan
|
9756513a89
|
Debugging stuff, revert later
|
2015-12-25 19:18:56 +13:00 |
|
misaochan
|
d73cbc3eb8
|
Checks for whether any nearby categories found
|
2015-12-25 19:06:05 +13:00 |
|
misaochan
|
7c40e74f25
|
Put in basic accessor method for categories
|
2015-12-25 18:56:22 +13:00 |
|
misaochan
|
37e76461fa
|
Stripped strings before adding to Set
Instead of doing it after
|
2015-12-25 18:34:59 +13:00 |
|
misaochan
|
d7bc231093
|
Strips "Category:" from category strings
|
2015-12-25 18:32:38 +13:00 |
|
misaochan
|
0f50fc790e
|
Stripped superfluous "title=" output
|
2015-12-25 18:10:08 +13:00 |
|
misaochan
|
47b24f9603
|
Removed ns field
There does not seem to be a need to display that
|
2015-12-25 18:05:12 +13:00 |
|
misaochan
|
4a3a795751
|
Minor changes
to remove excessive debugging print
|
2015-12-25 17:58:40 +13:00 |
|
misaochan
|
f5a42ac00b
|
Got categorySet to work
categorySet now stores a unique copy of each category found in the query
|
2015-12-25 17:53:12 +13:00 |
|
misaochan
|
3a455418a3
|
Trying to access categorySet
|
2015-12-24 17:29:03 +13:00 |
|
misaochan
|
fa060bb41e
|
Minor change
|
2015-12-24 15:23:11 +13:00 |
|
misaochan
|
ca87e5a4ef
|
Trying to add categories to HashSet
Causes error
|
2015-12-24 15:18:10 +13:00 |
|
misaochan
|
38cf720b4b
|
Minor refactoring
Make buildURL private
|
2015-12-24 14:31:35 +13:00 |
|
misaochan
|
4a400df5dd
|
Fixes crashes
Implements null checking to prevent app from crashing when URI is
invalid or when picture has no GPS information
|
2015-12-23 22:15:50 +13:00 |
|
misaochan
|
77b8ab0c4c
|
Minor changes
As per @Niedzielski's feedback
|
2015-12-23 20:57:36 +13:00 |
|
misaochan
|
b7ebd202f3
|
Minor fixes
|
2015-12-23 20:34:24 +13:00 |
|
misaochan
|
54dedf2cfd
|
Added synchronized to getQueue()
|
2015-12-23 20:06:20 +13:00 |
|
misaochan
|
3797d0d5cd
|
Added Category model and extracted categories
|
2015-12-23 17:58:04 +13:00 |
|
misaochan
|
9a1d10fe8f
|
Minor changes
|
2015-12-23 16:01:12 +13:00 |
|
misaochan
|
8b062147bc
|
Added documentation for UrlBuilder helper class
(sorry, previous commit was misnamed)
|
2015-12-22 17:02:37 +13:00 |
|
misaochan
|
f01b0aa840
|
Added documentation for helper UrlBuilder class
|
2015-12-22 17:00:42 +13:00 |
|
misaochan
|
44890bee3d
|
Added comment
|
2015-12-22 16:53:46 +13:00 |
|
misaochan
|
5df7c231c0
|
URL with extracted coords passed to APICalls
|
2015-12-22 16:51:58 +13:00 |
|