Commit graph

81 commits

Author SHA1 Message Date
misaochan
bd00a514a3 Add API query URL 2016-12-09 18:12:56 +13:00
misaochan
16877eca27 Add sha1Bool test with mock SHA1 2016-12-09 17:05:11 +13:00
misaochan
d8719d4fcb Add testSHA1 Utils method 2016-12-09 16:59:23 +13:00
misaochan
3e9af4c495 Add InputStream code 2016-12-09 16:51:54 +13:00
misaochan
8457c956c7 Add comments 2016-12-09 16:37:36 +13:00
misaochan
43fc4d7427 Add comments 2016-12-08 19:38:17 +13:00
misaochan
dfbc0ffea8 Add comments 2016-12-08 19:33:24 +13:00
misaochan
cf23d273c1 Add commentd 2016-12-08 19:17:49 +13:00
Josephine Lim
9ef32612c1 Merge pull request #315 from anirudh24seven/optimize-imports
Reorganize imports across the project
2016-10-31 14:32:43 +13:00
Anirudh S
1a11e0afc0 Reorganize imports across the project
Remove unwanted imports and sort import statements by running Android
Studio's 'Optimize Imports' feature in all source files.
2016-10-30 23:14:07 +05:30
Anirudh S
94e8c991ee Modified extra whitespace lines in source code
Code is much easier to read if there isn't too much of a gap between
lines. Primarily converted multi-line gaps into single line gaps.
2016-10-30 23:01:44 +05:30
misaochan
2496e376ec DEBUG MODE OFF 2016-10-21 18:19:04 +13:00
misaochan
7ad2fc3b45 Merge remote-tracking branch 'refs/remotes/commons-app/master' into suggest-cats-from-title 2016-10-09 15:53:19 +13:00
misaochan
14f2cb11aa Change log tags 2 2016-10-08 20:34:47 +13:00
misaochan
76c4b0ab32 Change log tags 2016-10-08 20:33:55 +13:00
misaochan
b0d6b5acb8 Change Page class to public 2016-10-08 20:22:54 +13:00
misaochan
af0fed66bc DEBUG MODE 2016-10-08 18:08:26 +13:00
misaochan
43ef231035 Store title that was submitted 2016-10-08 18:08:20 +13:00
misaochan
37bc3cd2ba Fix indentation 2016-10-08 17:14:28 +13:00
misaochan
7e025ad50b Standardize tags 2016-10-08 16:50:38 +13:00
misaochan
5f3ea4db52 Remove todo 2016-10-07 19:55:11 +13:00
misaochan
2f6506a480 Remove debug mode 2016-10-07 18:52:10 +13:00
misaochan
bdf15b48db Set fields to saved title/desc values 2016-10-07 18:48:09 +13:00
misaochan
bfb41850b0 Add onClick() for button 2016-10-07 18:44:45 +13:00
misaochan
e00cdff217 Link button to View 2016-10-07 18:39:04 +13:00
misaochan
8c2d5f897a Add button to SingleUploadFragment 2016-10-07 18:34:55 +13:00
misaochan
0918a5343f DEBUG MODE: comment out uploadService 2016-10-07 18:29:39 +13:00
misaochan
560797b7be Add SharedPreferences 2016-10-07 18:29:28 +13:00
misaochan
13e2f04c28 Assign values of title and desc form fields to vars 2016-10-07 18:22:05 +13:00
misaochan
4a5ab0a8be Add no args constructor for Page 2016-10-04 18:03:57 +13:00
misaochan
2b9488d5ff Add comments 2016-09-17 17:59:49 +12:00
misaochan
26df8894d6 Check for locationPermission in uploadBegins() 2016-09-17 17:48:55 +12:00
misaochan
5102507fc8 Replace getLocationData() with getFileMetadata(true) 2016-09-17 17:44:07 +12:00
misaochan
333a0e0510 Merge getFileMetadata() and getLocationData() 2016-09-17 17:37:42 +12:00
misaochan
30632a72be Add getFileMetadata() to uploadBegins() 2016-09-17 17:21:45 +12:00
misaochan
9659389057 Change requestPermissions 2016-09-17 17:21:45 +12:00
misaochan
69cc480cdd Add comments 2016-09-17 02:05:09 +12:00
misaochan
071ecd38cb Initialize currentLatitude to null and do check 2016-09-17 01:52:50 +12:00
Josephine Lim
1f99460f99 Merge pull request #247 from whym/linterrors
Fixes to some errors found by lint ("Inspect code" on Android Studio)
2016-09-06 01:30:35 +12:00
Nicolas Raoul
03c5896937 Merge pull request #248 from whym/fixextension2
Further attempts to reduce overwrites
2016-09-05 14:15:49 +09:00
misaochan
c9ecc1018e Debug mode off 2016-09-05 16:08:26 +12:00
misaochan
e196773107 Pass decimalCoords to Contribution.java 2016-09-05 16:00:51 +12:00
misaochan
6250aaa89d Pass in decimalCoords 2016-09-05 15:58:30 +12:00
misaochan
40f69b1d10 Debug mode, no uploads 2016-09-05 15:45:53 +12:00
misaochan
88ced27ac8 Note places in code that need changing 2016-09-04 19:28:03 +12:00
Yusuke Matsubara
c434d209fc Further attempts to reduce overwrites
- Keep file names of unfinished uploads to avoid overwriting
- Normalize capital-letter file extensions
2016-09-04 10:55:23 +09:00
Yusuke Matsubara
41ffd993d1 Fixes to some errors found by lint ("Inspect code" on Android Studio)
See also #171.
2016-09-03 19:53:01 +09:00
misaochan
7dd48e092c Copy relevant code from GPSExtractor 2016-08-22 18:01:43 +12:00
misaochan
f13cdc0485 Add comments to GPSExtractor 2016-08-22 17:58:38 +12:00
Nicolas Raoul
eb275e25df Merge pull request #232 from whym/fixextension
Fix extension replacement, add related tests
2016-08-16 12:35:25 +09:00