Commit graph

1407 commits

Author SHA1 Message Date
Josephine Lim
5ab883a839 Merge pull request #272 from misaochan/master
Update README with website and Google Play link
2016-09-13 15:54:33 +12:00
misaochan
c86e7259b3 Update README with website and Google Play link 2016-09-13 15:49:28 +12:00
Josephine Lim
79294200ac Merge pull request #270 from misaochan/fix-location-null
Add check for decimalCoords != null in template
2016-09-13 01:04:37 +12:00
misaochan
06a8cc6d49 Add check for decimalCoords != null 2016-09-13 01:03:00 +12:00
Josephine Lim
777d52e39b Merge pull request #268 from misaochan/master
Versioning and changelog for release
2016-09-12 16:50:54 +12:00
Josephine Lim
282c109603 Update changelog.md 2016-09-12 16:34:21 +12:00
misaochan
ed21fa8356 Versioning 2016-09-12 16:31:54 +12:00
Josephine Lim
4ee0e363d9 Merge pull request #267 from misaochan/master
Add links to AboutActivity
2016-09-11 19:19:06 +12:00
Josephine Lim
d2f4d3315d Merge pull request #15 from misaochan/add-about-links
Add links to website and commons-app
2016-09-11 19:17:08 +12:00
misaochan
91b9c9e566 Add link to website 2016-09-11 19:15:46 +12:00
misaochan
6dd04c7df7 Change issues link 2016-09-11 19:11:00 +12:00
Josephine Lim
9cd31e7349 Merge pull request #265 from misaochan/add-icons
Add BMacZero's icons
2016-09-11 19:07:01 +12:00
misaochan
6fbde932d0 Add road, remove old icons 2016-09-11 18:59:26 +12:00
misaochan
d32755fd4e Add school 2016-09-11 18:58:12 +12:00
misaochan
4dbf881459 Add remaining icons 2016-09-11 18:57:01 +12:00
misaochan
f1c2ada429 Added house, generic building, and unknown icons 2016-09-11 18:34:00 +12:00
Josephine Lim
7bd864d961 Add BMacZero to credits 2016-09-11 17:55:54 +12:00
Josephine Lim
1d55c6f2b5 Add Tobias to credits 2016-09-10 23:50:55 +12:00
Josephine Lim
b1d2d16d69 Merge pull request #263 from jayvdb/remove-campaigns-again
Remove campaigns again
2016-09-08 01:43:29 +12:00
Josephine Lim
4866314f80 Merge pull request #242 from jayvdb/remove-translation-back
Remove unused message "back"
2016-09-08 01:05:02 +12:00
John Vandenberg
273c68553c Remove campaigns again
This was already done in #240, but re-introduced in 4b01f6e95f.
2016-09-07 19:26:03 +07:00
John Vandenberg
9b70bb49e2 Remove unused message "back" 2016-09-07 12:35:18 +07:00
Josephine Lim
96843866be Merge pull request #262 from misaochan/master
Versioning for release
2016-09-06 19:42:52 +12:00
Josephine Lim
004482748a Update changelog.md 2016-09-06 19:37:16 +12:00
misaochan
1f8a618285 Versioning and tagging 2016-09-06 19:34:45 +12:00
misaochan
915d4d41be Add comments 2016-09-06 19:29:01 +12:00
Josephine Lim
166225c1ee Merge pull request #261 from misaochan/fix-double-listview-2
Fix doubled listview, and change method of handling screen config changes
2016-09-06 19:24:25 +12:00
misaochan
003c33e30a Add comments 2016-09-06 19:18:30 +12:00
misaochan
ea8759acdf Add comments 2016-09-06 19:13:11 +12:00
misaochan
7a511535ab Move listview initialization to inside if statement 2016-09-06 19:10:02 +12:00
misaochan
2b4f29b625 Add onSaveInstanceState() 2016-09-06 19:04:23 +12:00
misaochan
9a8bbb4dd1 Remove calls to screen orientation methods 2016-09-06 18:50:21 +12:00
misaochan
9d61dc4345 Remove screenOrientation methods 2016-09-06 18:49:39 +12:00
misaochan
38d4531f42 Add onDetach() 2016-09-06 18:41:29 +12:00
misaochan
7f7de82cf4 Fix whitespace 2016-09-06 18:38:47 +12:00
misaochan
53b26a567f Put in progressBar 2016-09-06 18:37:42 +12:00
misaochan
f0843ca4f6 Put TaskListener in separate file and implement onTaskStarted and onTaskFinished 2016-09-06 18:35:17 +12:00
misaochan
26ab3faf1e Added TaskListener interface 2016-09-06 18:32:22 +12:00
misaochan
0a32db5c0b Added onCreate and onActivityCreated 2016-09-06 18:25:36 +12:00
misaochan
99403aeafa Tidy up NearbyListFragment 2016-09-06 18:11:55 +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
Josephine Lim
bc1fbc3b74 Add Yusuke to credits 2016-09-06 01:29:32 +12:00
Nicolas Raoul
8a6314490c Merge pull request #256 from misaochan/fix-nearby-bugs
Fix bugs with Nearby NPE and switch statements falling through
2016-09-05 15:11:43 +09:00
misaochan
b3fd357187 Add catch for NPE in NearbyListFragment' 2016-09-05 17:31:18 +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
Nicolas Raoul
03c5896937 Merge pull request #248 from whym/fixextension2
Further attempts to reduce overwrites
2016-09-05 14:15:49 +09:00
Nicolas Raoul
ec8a089052 Merge pull request #255 from misaochan/add-geocoding-template
Add geocoding template
2016-09-05 14:11:24 +09:00
misaochan
c9ecc1018e Debug mode off 2016-09-05 16:08:26 +12:00