Commit graph

50 commits

Author SHA1 Message Date
veyndan
fe42731ee6 Replace fully qualified names with imports 2017-03-02 14:39:08 +00:00
veyndan
d866ab3e07 Replace explicit type with diamond operator 2017-03-01 15:44:32 +00:00
veyndan
c1bcd921e3 Add missing @Override annotations 2017-02-26 02:38:05 +00:00
misaochan
a93b68500b Remove TODO 2016-12-15 15:39:18 +13:00
misaochan
5baa7654d0 Add comments 2016-12-08 19:52:00 +13:00
misaochan
43fc4d7427 Add comments 2016-12-08 19:38:17 +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
Yusuke Matsubara
8bc47bf62a Use resultCode == RESULT_OK instead of null check
See https://developer.android.com/training/camera/photobasics.html#TaskPhotoView
and 12564910 (12564910)

Follows up 2f95a79abd and fa5b6c0869
2016-09-30 12:59:38 +09:00
misaochan
06a8cc6d49 Add check for decimalCoords != null 2016-09-13 01:03:00 +12:00
misaochan
608b4f86a4 Add breaks to switch statement 2016-09-05 17:27:03 +12:00
misaochan
273e44cbf0 Change all returns to true 2016-09-05 17:23:41 +12:00
misaochan
03f3770a76 Add return value 2016-09-05 17:22:07 +12:00
misaochan
c9ecc1018e Debug mode off 2016-09-05 16:08:26 +12:00
misaochan
33bfc51467 Fix compile error and add logging 2016-09-05 16:07:27 +12:00
misaochan
043c12b69b Add {{location|lat|lng}} template 2016-09-05 16:04:53 +12:00
misaochan
e196773107 Pass decimalCoords to Contribution.java 2016-09-05 16:00:51 +12:00
misaochan
663981ab22 Shift constructor to start of code 2016-09-05 15:58:57 +12:00
misaochan
88ced27ac8 Note places in code that need changing 2016-09-04 19:28:03 +12:00
misaochan
1530ddc969 Add permission check for location 2016-08-22 18:25:16 +12:00
misaochan
83307b407f Add basic activity 2016-08-22 17:39:35 +12:00
misaochan
9e13d644c5 Add NearbyActivity 2016-08-22 17:29:45 +12:00
misaochan
635deea78e Change requestPermissions() call 2016-08-09 17:18:09 +12:00
misaochan
50771ea1ec Modify return values 2016-08-09 17:02:25 +12:00
misaochan
72863dd88a Modify case statement 2016-08-09 16:56:27 +12:00
misaochan
7117c06316 Remove unnecessary package prefix 2016-07-26 15:43:40 +12:00
misaochan
c3de808adc Create bundle if doesn't exist 2016-07-26 15:41:54 +12:00
misaochan
6c9b278801 Add log.e 2016-07-20 17:49:55 +12:00
misaochan
01e96607bd Formatting 2016-07-20 17:18:49 +12:00
misaochan
624af56cac Added logcat 2016-07-20 17:16:35 +12:00
misaochan
c7b82891b4 Added null check for data 2016-07-20 17:11:38 +12:00
misaochan
e93ac7746d Replace data with imageData 2016-07-19 17:33:08 +12:00
misaochan
fd53b36624 Call getData() in onActivityForResult() 2016-07-19 17:31:08 +12:00
misaochan
daba60059b Add fixme 2016-07-19 17:20:10 +12:00
misaochan
c21c4e4748 Fixme added 2016-07-19 16:36:52 +12:00
misaochan
895e386648 Add FIXME 2016-07-18 23:20:47 +12:00
misaochan
0832963f57 Add check for Android M 2016-07-15 00:42:53 +12:00
misaochan
ae7ed76943 Fixed returns 2016-07-15 00:42:53 +12:00
misaochan
456ed7aff6 Fixed returns 2016-07-15 00:42:53 +12:00
misaochan
4207022dee Add check to gallery 2016-07-15 00:42:53 +12:00
misaochan
54428316a6 Find location to insert permission check 2016-07-15 00:42:53 +12:00
misaochan
350679dc5d Add comments 2016-07-13 19:38:56 +12:00
misaochan
24d0b9fdf6 Added fixme in places for permissions check 2016-07-13 19:38:56 +12:00
misaochan
82f2d58f58 Catch exceptions 2016-07-13 19:38:56 +12:00
Yusuke Matsubara
95f538edc4 Close cursors (+tidy redundant class qualifiers) 2016-07-11 21:33:06 +09:00
Yusuke Matsubara
08bc52e457 Make AuthenticatedActivity abstract (per lint) 2016-07-09 12:49:45 +09:00
misaochan
87df022431 Added notes for debugging 2016-07-07 18:04:56 +12:00
misaochan
9ef0240cdd Add descriptive comments 2016-07-03 13:43:51 +12:00
Yusuke Matsubara
b4231bbfdc Merge "commons" into the project root directory 2016-07-02 16:48:57 +09:00