Commit graph

1366 commits

Author SHA1 Message Date
Nicolas Raoul
861a145f05 Fixed syntax 2017-12-18 18:13:53 +09:00
neslihanturan
32bca87305
Merge pull request #1000 from misaochan/fix-send-logs-again
Send logs only to private Google group forum (round 2)
2017-12-15 14:39:41 +03: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
neslihanturan
7a3f7e54e2
Merge pull request #1009 from psh/nearby-crash-while-loading
Fixed NPE while rapidly switching between list and map on Nearby
2017-12-14 19:26:41 +03:00
translatewiki.net
6877b27715 Localisation updates from https://translatewiki.net. 2017-12-14 08:25:29 +01:00
Nicolas Raoul
3f9177662c
Merge pull request #964 from gokberksahin/master
Fixed issue #963
2017-12-13 11:24:42 +09:00
translatewiki.net
2c9aacda84 Localisation updates from https://translatewiki.net. 2017-12-11 07:49:40 +01:00
Clay Tsay
40f9db47f6 JavaDoc Fix
Fixed the JavaDoc for getCoordinates and setCoordinates.
2017-12-10 16:52:51 -08:00
Clay Tsay
eeea0774b6 Added JavaDocs
Added JavaDocs to various files, namely License, Media, PageTitle, and Utils.
2017-12-10 00:28:51 -08:00
Paul Hawke
1bc8dee806 Fixed NPE while rapidly switching between list and map, during data loading. 2017-12-08 14:31:00 -06:00
Josephine Lim
f1edbfbedd
Merge pull request #1003 from dbrant/el_disable
Take out legacy event logging from app.
2017-12-08 03:28:36 +10:00
translatewiki.net
c174612357 Localisation updates from https://translatewiki.net. 2017-12-07 08:55:46 +01:00
Dmitry Brant
da82466a17 Take out legacy event logging from app.
These are especially old bits of code, where it seems like WMF folks had set up Eventlogging schemas for some rudimentary analytics of the Commons app. These schemas are no longer queried or monitored, and can be safely removed. When the Commons app has a stronger need for more meaningful analytics, we can revisit reintroducing new and better schemas.
2017-12-05 23:01:55 -05: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
misaochan
824569a031 Modify group that logs get sent to 2017-12-06 01:20:24 +10:00
translatewiki.net
fdca8a158f Localisation updates from https://translatewiki.net. 2017-12-04 09:19:07 +01:00
maskara
db8cae95e4 Fix Fresco initialization 2017-12-04 02:33:36 +05:30
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
Vivek Maskara
078feb9531
Merge pull request #990 from psh/nearby-unit-test
Created a Robolectric unit test replacement for the (failing) NearbyActivity integration test
2017-11-30 19:46:06 +05:30
translatewiki.net
df1872781f Localisation updates from https://translatewiki.net. 2017-11-30 08:31:14 +01:00
Paul Hawke
ce32505ca3 Created a Robolectric unit test replacement for the NearbyActivity test. 2017-11-29 21:29:09 -06:00
translatewiki.net
5916e669e8 Localisation updates from https://translatewiki.net. 2017-11-27 07:54:21 +01:00
Paul Hawke
07577d73a1 Refactoring based on code review feedback. 2017-11-25 14:23:50 -06:00
Paul Hawke
6d77243329 Fixed issue found by tests running on Android API 21/22 2017-11-25 12:52:42 -06:00
Paul Hawke
17e1ff20d7 Update based on code-review feedback. 2017-11-25 11:46:41 -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
Josephine Lim
8327aedaf1
Merge branch 'master' into locationUpdate 2017-11-23 17:11:37 +10:00
translatewiki.net
2af7e7fe95 Localisation updates from https://translatewiki.net. 2017-11-23 07:31:45 +01:00
Vivek Maskara
f0d11a6074
Merge pull request #949 from ramarajesh2112/issue-944
Issue-944: Fix for same activity getting instantiated multiple times
2017-11-23 02:50:04 +05:30
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
Vivek Maskara
21f08ae986
Merge pull request #974 from misaochan/fix-log-file-send
Send log file to private Google group forum instead
2017-11-21 22:03:07 +05:30
Josephine Lim
243170768f
Merge pull request #967 from maskaravivek/nullFix
Fix: Crash because of no file found error while uploading
2017-11-22 02:17:16 +10:00
misaochan
785bed90ba Send log file to private Google group forum instead 2017-11-22 01:16:36 +10:00
Josephine Lim
591575faaf
Merge pull request #952 from JohnKal/master
Fixed issue #894
2017-11-21 15:45:45 +10:00
Ram Gudivada
3c9b325e58 Changed activity creation logic
- for home activity it will reuse existing activity from back stack and
  also clears all current activities
- for nearby, about and settings, it will use the existing activity from
  back stack
2017-11-20 21:37:10 -08:00
translatewiki.net
6e2bb3047c Localisation updates from https://translatewiki.net. 2017-11-20 09:04:53 +01:00
maskara
16ee2b87ec Fix: Crash because of no file found error while uploading 2017-11-18 01:28:12 +05:30
gokberk
ff5e141c22 added the line deleted by mistake 2017-11-16 19:40:40 +03:00
maskara
8dd8e09f2a Fixes NPE in Util function 2017-11-16 17:32:45 +05:30
translatewiki.net
c0ff9ed09c Localisation updates from https://translatewiki.net. 2017-11-16 10:51:39 +01:00
neslihanturan
955b3f17a4
Merge pull request #942 from maskaravivek/leaks
Fix Leaks in Nearby activity
2017-11-16 10:17:06 +03:00
gokberk
d9e1d44e89 Fixed issue #963 2017-11-15 23:57:59 +03:00
Josephine Lim
fb38c9033d
Merge pull request #933 from aumassart/master
fixing issue #520 : adding a privacy statement
2017-11-14 17:18:11 +10:00
maskara
c97f39fcdf Dispose observable for places 2017-11-13 23:16:27 +05:30