Commit graph

273 commits

Author SHA1 Message Date
neslihanturan
0da8b93ebb Fix conflicts 2018-03-02 23:15:08 +05:30
neslihanturan
df884c8f79 Remove unused imports 2018-03-02 23:15:08 +05:30
neslihanturan
a86398dd3b Set display list button visibility according to bottom sheet visibility 2018-03-02 23:15:08 +05:30
neslihanturan
b81cd4e167 Add nearby list fragment to bottom sheet 2018-03-02 23:15:08 +05:30
neslihanturan
a5c5da8b14 Fix conflicts 2018-03-02 23:15:08 +05:30
maskara
7408d89abd Remove CSV option for nearby places 2018-03-02 23:08:20 +05:30
Ujjwal Agrawal
96173e26cf Changed Webviews to Custom Tabs in Nearby Places Dialog, AboutUsActivity (#1185)
* Changed Webviews to Custom Tabs in Nearby Places Dialog, AboutUsActivity

* Created method handleWebUrl in Utils.java
2018-02-25 00:27:49 +05:30
Balakrishnan S
a7a2b51ceb Addition: Pull down to refresh in nearby activity (#1164)
* added pull down to refresh in nearby activity

* Requested changes made
2018-02-24 01:30:13 +05:30
neslihanturan
8dfe9d6bff
Merge pull request #1122 from noloman/bugfix/171
Fixing some lint issues for #171
2018-02-17 14:25:35 +03:00
Jón Freysteinn Jónsson
fc7bdc62fb Fix some javadoc issues 2018-02-15 13:20:56 +01:00
Manuel Lorenzo
304bf51f5f Fixing some lint issues for #171 2018-02-07 11:32:24 +01:00
maskara
9fe16501c7 Remove attribution for mapbox 2018-01-21 03:50:16 +05:30
Yusuke Matsubara
4aa4461d2c Move query file from assets to resources 2018-01-19 22:22:15 +09:00
neslihanturan
a88469feec
Merge pull request #1062 from maskaravivek/dagger
Refactor usage of DaggerApplication with CommonsDaggerApplication
2018-01-15 13:51:59 +03:00
maskara
e1afa6081e Refactor usage of dagger application with fixed dagger application 2018-01-13 16:16:47 +05:30
misaochan
36ec230506 Remove TODO 2017-12-31 02:24:39 +10:00
misaochan
548e2a7ab8 Rename Description to Label 2017-12-31 02:21:55 +10:00
misaochan
ca35b5e544 Return longDescription instead of description 2017-12-31 02:08:11 +10:00
neslihanturan
e403c159aa
Merge pull request #1002 from dbrant/maps_wmf
Use Wikimedia Maps server instead of Mapbox.
2017-12-15 14:25:18 +03:00
Paul Hawke
1bc8dee806 Fixed NPE while rapidly switching between list and map, during data loading. 2017-12-08 14:31:00 -06:00
Dmitry Brant
aac2478400 Use Wikimedia Maps server instead of Mapbox.
See issue #590
This switches to using the Wikimedia tile server for providing map data. It comes with a couple of drawbacks which are currently unavoidable, but such is the way of open-source...
- The WMF map server does not provide vector tiles, or rather it doesn't provide vectors that are compatible with the Mapbox SDK :(
- It provides only one "theme" of tiles, so you will no longer have a dark vs. light theme.
2017-12-05 22:40:19 -05:00
Vivek Maskara
52b52c4895
Merge branch 'master' into dependency-injection 2017-12-04 02:17:16 +05:30
maskara
463f75e8b3 Show location permission denied dialog in all relevant scenarios 2017-12-02 20:58:31 +05:30
maskara
2796e4277c Fix issues around location in nearby activity 2017-12-02 20:58:31 +05:30
Paul Hawke
fb30a34478 Merge branch 'master' into dependency-injection 2017-11-30 21:41:38 -06:00
Paul Hawke
ce32505ca3 Created a Robolectric unit test replacement for the NearbyActivity test. 2017-11-29 21:29:09 -06:00
Paul Hawke
02b5b9b680 Merge branch 'master' into dependency-injection 2017-11-24 22:30:08 -06:00
misaochan
f96169baa7 Changed to refreshView 2017-11-23 21:32:26 +10:00
misaochan
7a50a7dbdf Call setupPlaceList onResume 2017-11-23 18:31:57 +10:00
maskara
b6441ef89f Lock location after the list is loaded once 2017-11-23 02:38:24 +05:30
maskara
a61124a580 Fix: Location update in nearby activity 2017-11-22 01:11:02 +05:30
maskara
c97f39fcdf Dispose observable for places 2017-11-13 23:16:27 +05:30
maskara
a59bf1bc4b make location manager singleton 2017-11-13 23:15:53 +05:30
maskara
d4bafd94e0 Fixes leaks in contribution and nearby activity 2017-11-13 23:15:53 +05:30
Sergey Kozelko
bd5b95040d Force request radius to be no larger than MAX_RADIUS, thus always make request 2017-10-27 20:02:39 +03:00
Sergey Kozelko
dd4e7c3aa0 Fixed bug when there are places nearby but none are loaded 2017-10-27 14:15:25 +03:00
Neslihan
9d6d773b33 Set progress bar visible on refresh 2017-10-24 01:28:19 +03:00
Neslihan
959c581b79 Refresh current location on refreshView() 2017-10-23 18:11:11 +03:00
Paul Hawke
f134d23ecb Merge branch 'master' into dependency-injection 2017-10-21 17:20:56 -05:00
Martin Entwistle
069bca6f22 Refactor based on review comments. 2017-10-10 22:28:47 +01:00
Martin Entwistle
47adcbc5e4 Corrected code style issue. 2017-10-10 22:25:27 +01:00
Martin Entwistle
0b01efa2c3 Corrected code style issues. 2017-10-10 22:25:07 +01:00
Martin Entwistle
276f4dc94b Method rename. 2017-10-10 22:21:40 +01:00
Martin Entwistle
30104af6a0 Introduced a view mode and shared preference to determine which style of view to use. 2017-10-10 22:21:40 +01:00
Vishan Seru
6b96b65203 Synced branch to master 2017-10-10 19:51:29 +05:30
Paul Hawke
9aa021695b @Injected shared preferences where needed 2017-09-27 21:30:41 -05:00
Paul Hawke
e33febf506 Merge branch 'master' into dependency-injection 2017-09-23 14:24:34 -05:00
Paul Hawke
a208c9f273 Further reduced coupling between classes and the need to @Inject the account utils class, fixed imports. 2017-09-10 10:37:58 -05:00
Vishan Seru
11f9511495 When location permission request is denied in NearbyActivity, instead of the NoPermissionsFragment, now an AlertDialog is shown providing options to either retry the permission request or cancel and quit the activity. 2017-09-05 20:53:55 +05:30
Paul Hawke
15107e622b Codacy suggestions for improvement. 2017-09-03 22:20:52 -05:00