Commit graph

655 commits

Author SHA1 Message Date
misaochan
e74ead1655 Attempt at tidying code into a new class
getContentResolver() method does not work
2015-12-16 18:18:45 +13:00
misaochan
c5fd006dd5 Successfully displayed latitude of image
TODO: Tidy up code and put in coordinate conversion method
2015-12-16 17:50:09 +13:00
misaochan
ba5fb3bb55 Attempt at implementing exifInterface
Modified ShareActivity to try and implement exifInterface on the image
file.
2015-12-16 17:31:52 +13:00
misaochan
eed0f49ce8 Removed upload capability for easier debugging
App doesn't actually upload files, so can submit same file over and
over. Needed for debugging. Will restore upload functionality prior to
release
2015-12-15 20:01:10 +13:00
misaochan
99b986537f Attempt at fixing error in logcat
E/ImageLoader(3260): Permission Denial: opening provider
com.android.providers.media.MediaDocumentsProvider from
ProcessRecord{19b604c1 3260:fr.free.nrw.commons/u0a53} (pid=3260,
uid=10053) requires android.permission.MANAGE_DOCUMENTS or
android.permission.MANAGE_DOCUMENTS
2015-12-15 17:16:57 +13:00
misaochan
0e9737426d Tidied up ShareActivity.java
Var declarations at top, constructor and other methods below
2015-11-24 19:05:15 +13:00
misaochan
c7ccd514ad Removed override
@Override not allowed when implementing interface method
2015-11-13 02:18:10 +13:00
misaochan
70a43bba38 Fixed error with versionName 2015-11-09 18:10:16 +13:00
misaochan
05e82f0c40 Removed .apk file 2015-11-09 17:51:38 +13:00
misaochan
91763f62dd Removed residual Campaigns code
Not sure why some got left behind. Didn't throw any errors until today.
2015-11-06 16:15:30 +13:00
misaochan
8ce73d0a48 Rearranging ContributionsActivity code
Rearranging with variable declarations on top and methods below to make
it clearer (previous code has variable declarations in between methods)
2015-11-04 19:25:53 +13:00
misaochan
2a660ca0c2 New APK 2015-10-30 18:56:02 +13:00
misaochan
b4b03522e5 Includes APK and changes version in manifest 2015-10-30 18:56:01 +13:00
misaochan
d0e9b8ae9a Modified UploadController 2015-10-29 21:50:29 +13:00
misaochan
a519b82761 Modified ShareActivity 2015-10-29 21:49:27 +13:00
misaochan
7ad697bf98 Modified DBOpenHelper 2015-10-29 21:48:42 +13:00
misaochan
29e2621a6d Modified ContributionsListFragmen 2015-10-29 21:48:11 +13:00
misaochan
cfdd4b2752 Modified ContributionController 2015-10-29 21:46:49 +13:00
misaochan
fff3cf05a9 Removed campaigns folder and modified ContributionsActivity 2015-10-29 21:44:40 +13:00
misaochan
4876501d50 Resolves merge conflict 2015-10-28 15:52:09 +13:00
misaochan
3972ab9fd3 Revert "Removed dead code behind Campaigns feature"
This reverts commit c64a64c905.

Conflicts:

	commons/src/main/java/fr/free/nrw/commons/contributions/ContributionsListAdapter.java

Changed version number

In preparation for uploading to Google Play
2015-10-28 15:00:44 +13:00
misaochan
6225e04f9a Fixed extra semicolon 2015-10-21 19:58:39 +13:00
misaochan
c64a64c905 Removed dead code behind Campaigns feature
- Removed entire Campaigns folder and associated classes
- Removed associated code in other classes (mostly that test for
campaign == null). I am assuming we want  to keep the behaviour where
campaign == null (ie campaigns are disabled) and discard the behaviour
where campaign != null
- Refactored code to fix spacing
2015-10-21 19:29:08 +13:00
misaochan
235d290252 Removes extra Campaigns shortcut
Removes extra Campaigns shortcut that is created when the app is
installed
2015-10-21 18:49:02 +13:00
misaochan
04ee167c64 Added "sign up" button
Fixes #6
2015-10-20 23:33:58 +13:00
misaochan
ad88bb3929 Changed directory to fr/free/nrw/commons
Fixes issue #14
2015-10-15 18:41:19 +13:00
Josephine Lim
3c2ff3d9d7 Removed usage tracking preference option in Settings layout file 2015-10-04 23:59:21 +13:00
Josephine Lim
23c73ab45a Removed Prefs.TRACKING_ENABLED condition in SettingsActivity.java 2015-10-04 23:58:08 +13:00
Josephine Lim
234c7ccd48 Removed EVENT_EVENTLOGGING_CHANGE Object in CommonsApplication 2015-10-04 23:56:57 +13:00
Tobias Preuss
a297dc39af Avoid indirection and redundant method calls. 2015-09-18 14:34:52 +02:00
Nicolas Raoul
c1a93c64aa Bumped version 1.2 2015-09-09 10:29:25 +09:00
Nicolas Raoul
5ceb9aba69 Fixed namespace typo 2015-09-08 16:37:39 +09:00
Nicolas Raoul
061aa07df3 New logo 2015-09-08 16:32:51 +09:00
Nicolas Raoul
1154d33dfe Bumped version 1.1 2015-09-08 12:57:44 +09:00
Nicolas Raoul
3379072284 By default, do not track 2015-09-08 12:33:48 +09:00
Nicolas Raoul
7786157913 Real API URL and other parameters, reverse-engineered from https://releases.wikimedia.org/mobile/android/commons/wikimedia-commons-1.0beta13.apk 2015-09-08 12:32:45 +09:00
Nicolas Raoul
e384749a49 Replaced Wikimedia trademarked icons to avoid problems with their lawyers 2015-09-08 11:17:03 +09:00
Nicolas Raoul
97a57be47a Modified namespace so that app can be published on Google Play 2015-09-08 10:08:34 +09:00
Nicolas Raoul
79dddb9cb3 Fixed percentage syntax, see http://stackoverflow.com/questions/4414389/android-xml-percent-symbol 2015-09-07 14:34:30 +09:00
Translation updater bot
75210b0540 Localisation updates from https://translatewiki.net.
Change-Id: I921e2c850c86a8638095f571e38287267b35c604
2014-10-06 12:00:35 +02:00
Translation updater bot
4a9f590d98 Localisation updates from https://translatewiki.net.
Change-Id: Ida2daae33152a57c2a533186202cb5dd518edd06
2014-10-06 11:38:48 +02:00
Translation updater bot
81e3e064ab Localisation updates from https://translatewiki.net.
Change-Id: I0d190f6b7405000572fea2b3bfdd835b6e8c7e8b
2014-08-06 16:49:28 +02:00
Translation updater bot
69cc683865 Localisation updates from https://translatewiki.net.
Change-Id: I807ac240076c918e61373da317441d5dee2d6659
2014-06-23 12:36:33 +00:00
Translation updater bot
495de4b839 Localisation updates from https://translatewiki.net.
Change-Id: Ia8b541618f55f3a3d8d0969268968a728915b158
2014-06-17 11:54:53 +00:00
Translation updater bot
a98ea08832 Localisation updates from https://translatewiki.net.
Change-Id: Ia382f9ccd90ffa47c0292e9990cc2f1eabc0da69
2014-05-08 08:40:17 +00:00
Translation updater bot
e5e07f50b1 Localisation updates from https://translatewiki.net.
Change-Id: I94d7e4652170888672d6b61de22fcdf1fb0898f5
2014-04-21 09:22:23 +00:00
Translation updater bot
c88cb42a5d Localisation updates from https://translatewiki.net.
Change-Id: I450e171758cc3d17bdb340867faf4b7ac4e90a7f
2014-04-06 17:02:25 +00:00
Translation updater bot
f8dc35185e Localisation updates from https://translatewiki.net.
Change-Id: Ie21070b84c09d39dc5ed64f5e814fd161e736f82
2014-03-31 21:28:20 +00:00
Translation updater bot
fd78ad7846 Localisation updates from https://translatewiki.net.
Change-Id: Id46cc26d7b04405f551014d8858f4c52414a49c4
2014-03-18 12:12:22 +00:00
Translation updater bot
7c4640125e Localisation updates from https://translatewiki.net.
Change-Id: I161d437eea7198a3e635bce675a06d1425edc3ad
2014-03-12 12:41:19 +00:00