Commit graph

703 commits

Author SHA1 Message Date
Adam Jones
f39c4fd759 Update settings to reduce the number of steps needed to set up
Update AndroidManifest.xml to target version 23 (for DocumentsContract to work), which means we can elimnate step 13

Update pom.xml to use bytecode version 1.8, so we can eliminate step 12 and 14

Update README.md to reflect these changes
2016-06-01 23:40:42 +01:00
Adam Jones
85cd6970ea Update wikimedia_licenses.xml
Fix typo in url: by-sa -> by
2016-05-24 15:26:46 +01:00
Adam Jones
8131e9daef Add creative commons 4.0 licenses
Specifically:
CC-BY-4.0: https://commons.wikimedia.org/wiki/Template:Cc-by-4.0
CC-BY-SA-4.0: https://commons.wikimedia.org/wiki/Template:Cc-by-sa-4.0
2016-05-24 15:12:45 +01:00
Nicolas Raoul
f21dba23cc Fixed #69 2016-02-22 11:41:58 +09:00
misaochan
8c29b75e10 Last few docs 2016-02-19 18:20:15 +13:00
misaochan
43c6494e07 Docs for ShareActivity 2016-02-19 18:18:17 +13:00
misaochan
f4823c7dd2 Changelog and versioning 2016-02-19 17:43:13 +13:00
misaochan
a21a923243 Minor formatting changes 2016-02-19 17:22:19 +13:00
misaochan
0edbf2f356 Added docs for GPSExtractor 2016-02-19 17:08:36 +13:00
misaochan
a71c324af1 Added Javadocs for CategorizationFragment 2016-02-19 16:43:09 +13:00
misaochan
daf10e29a3 Documentation for Updater classes 2016-02-19 16:10:25 +13:00
Nicolas Raoul
f4b76fcf11 Implemented script to find resources syntax bugs 2016-02-18 16:16:23 +09:00
Nicolas Raoul
e978c53b3b Fixed more resource syntax 2016-02-18 13:38:07 +09:00
misaochan
83cb9c706e Changelog for v1.11 2016-02-17 14:21:57 +13:00
Nicolas Raoul
91f72d5035 Reversed debug tests committed by mistake 2016-02-16 17:21:37 +09:00
Nicolas Raoul
1fdad8a1aa Merge branch 'master' of github.com:nicolas-raoul/apps-android-commons 2016-02-16 17:13:59 +09:00
Nicolas Raoul
aa3fb6e854 Fixed corrupt strings 2016-02-16 17:13:43 +09:00
misaochan
33d719562a Changelog, versioning 2016-02-16 15:41:53 +13:00
misaochan
04d441516d Added null check for onLocationChanged() 2016-02-16 15:18:33 +13:00
misaochan
8a80ea080f Changelog, versioning and tagging 2016-02-12 16:39:01 +13:00
misaochan
3aad03b9ec Moved getLastKnownLocation and onLocationChanged 2016-02-12 16:23:18 +13:00
misaochan
fa490931ac Implement null check for pages array 2016-02-09 17:28:17 +13:00
misaochan
47a9b3a965 Minor formatting 2016-02-08 16:17:03 +13:00
misaochan
29269f10a4 Moved bulk of code to onResume()
Otherwise getCoords method is called in onCreate before locationlistener
can be registered in onResume
2016-02-08 16:10:00 +13:00
misaochan
1ecaafa3de Minor change 2016-02-08 16:08:42 +13:00
misaochan
2742184489 Added unregister in onPause 2016-02-08 15:58:58 +13:00
misaochan
0d188d630c onResume() method for calling registerLocationManager 2016-02-08 15:39:42 +13:00
misaochan
e5b746e411 New registerLocationUpdates() function 2016-02-08 15:32:06 +13:00
misaochan
565e60f666 Minor formatting - constant at top of class 2016-02-07 15:16:12 +13:00
misaochan
5aa891365b Change to string resources 2016-02-07 15:14:45 +13:00
misaochan
e0a3bf0707 Minor formatting changes 3 2016-02-05 18:48:40 +13:00
misaochan
6e0e58009a Minor formatting changes 2 2016-02-05 18:34:29 +13:00
misaochan
816acbe04a Minor formatting changes 2016-02-05 18:33:37 +13:00
misaochan
11e291cb41 If else block for gps prefs 2016-02-05 18:31:46 +13:00
misaochan
5492aa7551 Implement check for gpsPref 2016-02-05 18:00:10 +13:00
misaochan
f7c5796d70 Minor changes 2016-02-05 16:34:00 +13:00
misaochan
783f218706 Added CheckBoxPreference in xml 2016-02-05 15:50:59 +13:00
misaochan
0c7c2d745e Added LocationListener 2016-02-04 17:52:26 +13:00
misaochan
f0b9d35bfd Minor formatting/comments 2016-02-03 16:05:12 +13:00
misaochan
e05f78ce85 Handle caching 2016-02-03 16:01:10 +13:00
misaochan
ab41cd67a8 Check if img coords existsd 2016-02-03 15:54:30 +13:00
misaochan
f8b6575ef4 Gets current coords of image 2016-02-03 15:49:34 +13:00
misaochan
66aca81b59 Changed LHS to Set 2016-01-30 18:24:15 +13:00
misaochan
8d8002fcf7 Fix repeat categories bug 2016-01-30 16:59:55 +13:00
misaochan
324a851b95 Version and changelog 2016-01-27 16:43:23 +13:00
misaochan
bc1eb74ca4 Deleted AsyncResponse 2016-01-27 12:09:13 +13:00
misaochan
e7888c807a Minor fix 2016-01-26 17:19:59 +13:00
misaochan
a21cd1dd86 Minor fixes 2016-01-26 17:15:15 +13:00
misaochan
4f654f3b72 Added check that Fragment is not null 2016-01-26 16:53:31 +13:00
misaochan
5e500fa653 if categories.isEmpty() 2016-01-26 16:46:02 +13:00