maskara
|
94e9d2ff0e
|
More codacy fixes
|
2017-04-02 22:49:38 +05:30 |
|
maskara
|
c14e2566f5
|
Codacy fixes
|
2017-04-02 22:34:42 +05:30 |
|
maskara
|
2e063a3dcf
|
Moved out location service manager from nearby activity
|
2017-04-02 22:21:05 +05:30 |
|
maskara
|
9e4cc80ceb
|
Item click listener for listview
|
2017-04-02 22:21:05 +05:30 |
|
maskara
|
c2ccd95089
|
Refactored to move out nearby adapter from the activity
|
2017-04-02 22:21:05 +05:30 |
|
maskara
|
a5fe5ff5a6
|
Initial refactoring of nearby fragment
|
2017-04-02 22:21:05 +05:30 |
|
veyndan
|
7d4dc12f53
|
Rename BaseAppCompatActivity to BaseActivity
|
2017-03-20 21:14:56 +00:00 |
|
Neslihan
|
7e256175dc
|
Move theme checkbox to settings activity
|
2017-03-18 01:49:19 +03:00 |
|
Neslihan
|
1df98efb27
|
Merge remote-tracking branch 'upstream/master' into addThemeToggle
|
2017-03-16 15:19:58 +03:00 |
|
Neslihan
|
5147769405
|
Add BaseActivity and BaseAppcompatActivity
|
2017-03-15 18:20:59 +03:00 |
|
nextLane
|
df9d43dbd8
|
Refreshing fragment rather than recreating activity
|
2017-03-12 00:29:57 +05:30 |
|
nextLane
|
f2a3c5ff24
|
Adding refresh UI
|
2017-03-12 00:25:04 +05:30 |
|
veyndan
|
0993858272
|
Remove redundant casts
|
2017-03-04 00:42:18 +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 |
|
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
|
7e025ad50b
|
Standardize tags
|
2016-10-08 16:50:38 +13:00 |
|
misaochan
|
d2cd1d53ee
|
Add comments
|
2016-10-07 17:40:10 +13:00 |
|
misaochan
|
4af6dbd5e2
|
Add check for size of places
|
2016-10-07 17:32:19 +13:00 |
|
misaochan
|
df11e65806
|
Add onDestroy() and check for isCancelled()
|
2016-10-07 17:20:05 +13: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 |
|
misaochan
|
915d4d41be
|
Add comments
|
2016-09-06 19:29:01 +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 |
|
misaochan
|
b3fd357187
|
Add catch for NPE in NearbyListFragment'
|
2016-09-05 17:31:18 +12: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
|
c9e8513b8e
|
Lock screen during loading to prevent AsyncTask screen config crash
|
2016-09-03 17:47:07 +12:00 |
|
misaochan
|
ee5df7d35c
|
Fix back button issue
|
2016-09-01 18:48:26 +12:00 |
|
misaochan
|
dbeeaa0aa8
|
Remove TODO
|
2016-09-01 18:06:00 +12:00 |
|
misaochan
|
e0b1f6b7ee
|
Add icons for other desc types
|
2016-09-01 17:57:37 +12:00 |
|
misaochan
|
73acad88d7
|
Remove unnecessary code
|
2016-09-01 17:48:58 +12:00 |
|
misaochan
|
5b68c1ac1b
|
Remove superfluous comments
|
2016-09-01 17:47:30 +12:00 |
|
misaochan
|
4cda60461d
|
Remove buggy quote
|
2016-09-01 17:42:37 +12:00 |
|