Commit graph

732 commits

Author SHA1 Message Date
misaochan
c167e418fd Versioning 2016-06-14 01:17:33 +12:00
Josephine Lim
f6d84b3013 Merge pull request #121 from domdomegg/fix-permissions-117
Fix permissions on API levels 23 and above
2016-06-14 00:38:45 +12:00
misaochan
3ee9a99a7f Add check for 31 Dec 1969 2016-06-14 00:27:12 +12:00
Adam Jones
20a3295f29 Add back accounts related permissions in manifest for APIs <23 2016-06-13 12:47:29 +01:00
Adam Jones
53b0b46911 Fix date being set to start of unix time
If a date is going to be set at the start of unix time it will use the current time. Also if there is no date column in the image it will use the current time.
2016-06-09 15:26:23 +01:00
Adam Jones
d5278f0c85 Fix location permission requirement
Add feature to extract location rom EXIF data which works when location permission has not been granted yet. Also does not find location when uploading an image which already has a location in EXIF.
2016-06-09 14:53:14 +01:00
Adam Jones
6adf78bec9 Catch NullPointerException when unregistering locationManager 2016-06-09 13:21:25 +01:00
Adam Jones
1b4fab2a8e Fix #119 2016-06-08 23:26:46 +01:00
Adam Jones
8bf9808cfc Fix permission problems on API 23+ 2016-06-08 23:03:17 +01:00
Adam Jones
7955cfe71b Fix storage permission
Part of the way there to fixing #117, however location and contacts still need to be fixed.
2016-06-08 19:46:49 +01:00
Adam Jones
5c353944ec Move from src/main/java/main/java to src/main/java 2016-06-08 16:54:55 +01:00
Adam Jones
75c45906b8 Remove empty/unused folders/files 2016-06-07 22:05:10 +01:00
Adam Jones
a3e9a33d63 Remove empty/unused folders/files 2016-06-07 21:46:18 +01:00
Adam Jones
e7ade759dd Fix crash when no email client is installed
See issue #114
2016-06-06 08:50:34 +01:00
Adam Jones
99cbad747f Migrate from ActionBarSherlock to AppCompat
Better future support, now that ActionBarSherlock is deprecated (https://github.com/JakeWharton/ActionBarSherlock).
2016-06-06 08:50:22 +01:00
Adam Jones
a29cc3443c Fix 4.0 licenses I broke with merge 2016-06-06 07:37:49 +01:00
Adam Jones
ba222e147d Merge remote-tracking branch 'refs/remotes/nicolas-raoul/master'
Conflicts:
	commons/res/values-br/strings.xml
	commons/res/values-ca/strings.xml
	commons/res/values-cs/strings.xml
	commons/res/values-cy/strings.xml
	commons/res/values-da/strings.xml
	commons/res/values-de/strings.xml
	commons/res/values-el/strings.xml
	commons/res/values-es/strings.xml
	commons/res/values-fi/strings.xml
	commons/res/values-fo/strings.xml
	commons/res/values-fr/strings.xml
	commons/res/values-gl/strings.xml
	commons/res/values-id/strings.xml
	commons/res/values-it/strings.xml
	commons/res/values-ja/strings.xml
	commons/res/values-ka/strings.xml
	commons/res/values-km/strings.xml
	commons/res/values-ko/strings.xml
	commons/res/values-ky/strings.xml
	commons/res/values-la/strings.xml
	commons/res/values-lb/strings.xml
	commons/res/values-mk/strings.xml
	commons/res/values-ml/strings.xml
	commons/res/values-ms/strings.xml
	commons/res/values-mt/strings.xml
	commons/res/values-nb/strings.xml
	commons/res/values-ne/strings.xml
	commons/res/values-nl/strings.xml
	commons/res/values-oc/strings.xml
	commons/res/values-or/strings.xml
	commons/res/values-pa/strings.xml
	commons/res/values-pl/strings.xml
	commons/res/values-pt-rBR/strings.xml
	commons/res/values-pt/strings.xml
	commons/res/values-qq/strings.xml
	commons/res/values-ro/strings.xml
	commons/res/values-ru/strings.xml
	commons/res/values-sk/strings.xml
	commons/res/values-su/strings.xml
	commons/res/values-sv/strings.xml
	commons/res/values-te/strings.xml
	commons/res/values-tr/strings.xml
	commons/res/values-uk/strings.xml
	commons/res/values-vi/strings.xml
	commons/res/values-yi/strings.xml
	commons/res/values-zh-rCN/strings.xml
	commons/res/values-zh-rTW/strings.xml
	commons/res/values-zh/strings.xml
	commons/res/values/strings.xml
2016-06-06 07:29:27 +01:00
Adam Jones
43fd09827c Fix translations
Change from some using \u00A0 to represent space, no longer required. Also fixed some malformed translations which missed out the backslash so they were just messed up (see bug #42)
2016-06-03 21:50:31 +01:00
Adam Jones
177eb9c694 Merge branch 'master' of https://github.com/nicolas-raoul/apps-android-commons into nicolas-raoul-master 2016-06-03 09:46:20 +01:00
misaochan
275856c543 Versioning and tagging 2016-06-03 11:02:15 +12:00
Adam Jones
29059340ff Merge branch 'master' of https://github.com/nicolas-raoul/apps-android-commons into nicolas-raoul-master 2016-06-02 20:30:31 +01:00
Adam Jones
41f26ec1f2 Remove gradle related files added before .gitignore was in place 2016-06-02 20:25:24 +01:00
Adam Jones
2230921780 Gradle test 2016-06-02 16:18:12 +01:00
misaochan
62525fa346 Added null check for mediaUri 2016-06-02 21:20:20 +12:00
Nicolas Raoul
bfc537b804 Merge pull request #105 from domdomegg/patch-1
Update README.md
2016-06-02 11:42:02 +09:00
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
Nicolas Raoul
841b69ef0b Merge pull request #108 from domdomegg/master
Remove text advising to skip categories
2016-06-01 11:46:22 +09:00
Adam Jones
d95bab800c Remove text advising to skip categories 2016-05-31 21:28:36 +01:00
Adam Jones
18e34af0ff Update strings.xml
Add support for viewing photo's CC-BY-4.0 and CC-BY-SA-4.0 licenses.
2016-05-31 19:44:38 +01:00
Adam Jones
02c82a90c2 Update LicenseList.java
Fix crash upon opening unknown license
2016-05-31 19:42:02 +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