Commit graph

4860 commits

Author SHA1 Message Date
neslihanturan
be1ca1a2ae Fix progress bar visibility issue 2019-09-12 17:19:43 +03:00
neslihanturan
a3c6734f70 Fix the issues with updating search nearby markers and camera position together 2019-09-12 16:14:27 +03:00
neslihanturan
13695fdb2b Fix search this area button visibility issue 2019-09-11 16:18:31 +03:00
neslihanturan
43b4ac18a6 Fix issue with MainActivity with the help of Ashish 2019-09-10 21:51:48 +03:00
neslihanturan
6011cc7dac Search this area buttons are added but button function does not work and button visibility is problematic 2019-09-10 18:00:56 +03:00
neslihanturan
20941585ff Revert "Unkown problem occurs at map load when I try to use MainActivity again."
This reverts commit 3dc084415b.
2019-09-09 14:47:55 +03:00
neslihanturan
3dc084415b Unkown problem occurs at map load when I try to use MainActivity again. 2019-09-09 14:24:35 +03:00
neslihanturan
bf739485ea fix FABs are not closing problem 2019-09-08 20:07:19 +03:00
neslihanturan
22662acf65 Implement nearby Fabs logic with a small issue 2019-09-07 17:01:21 +03:00
neslihanturan
32db7b3239 Implement map marker click actions 2019-09-06 17:05:03 +03:00
neslihanturan
7a06073185 Add some map elements like FABs and give their actions 2019-09-05 18:35:18 +03:00
neslihanturan
c7261ca823 Style the map according to new version of mapbox map 2019-09-04 15:29:38 +03:00
neslihanturan
b736087697 Markers loads at correct time 2019-09-03 16:16:56 +03:00
neslihanturan
a396821c2c Initialize map operations if map ready and tab is selected 2019-09-02 20:10:00 +03:00
neslihanturan
d858813a01 Request permission for nearby places if fragment is loaded and tab is selected 2019-09-02 15:13:56 +03:00
neslihanturan
aa7fb84313 Fix small dagger issue to inject location manager properly 2019-09-02 12:27:54 +03:00
neslihanturan
53ee714eff Start to mplement logic of checking permissions 2019-09-01 22:55:01 +03:00
neslihanturan
be42568c3e Implement NearbyMapContract.View on our new SupportMapFragment 2019-08-31 14:36:09 +03:00
neslihanturan
8324e5dc2d Coppy the content of SupportMapFragment from mapbox repository, use this code to modify later. This method war suggested by mapbox team instead of extending the class 2019-08-30 16:38:41 +03:00
neslihanturan
356c767c55 Inject location manager and implement NerabyParentFragmentContract.View on test fragment 2019-08-30 16:03:32 +03:00
neslihanturan
65ca06c7ec Move nearby card methods 2019-08-29 11:30:06 +03:00
neslihanturan
eeb03bf5c2 Move Contributions Fragment related codes to test activity 2019-08-29 10:26:05 +03:00
neslihanturan
ef0472b4fb Test view pager and tab layout with support map fragment to see it works, it works! 2019-08-28 14:08:36 +03:00
neslihanturan
ed796b4044 Add Support fragment inside a fragment and proves that layered fragmentw with map works 2019-08-26 16:04:57 +03:00
neslihanturan
67af6d8ae9 Add base codes for test layered fragment activity 2019-08-26 15:23:41 +03:00
neslihanturan
5575d42df2 Add codes from mapbox demo repository to test support fragment, map works in a single layer fragment 2019-08-24 11:14:39 +03:00
neslihanturan
dbd1ad2ff1 Add base codes for testing mapbox activity in a single fragment inside activity 2019-08-24 10:56:01 +03:00
neslihanturan
7356044ad9 Prove that our mapbox sdk let us implement the map directly inside the activity 2019-08-22 15:06:13 +03:00
neslihanturan
6d18ca0748 Add base codes for new activity 2019-08-22 13:28:16 +03:00
neslihanturan
14f08e24e0 Remove Style class it required updated version of mapbox map 2019-08-18 14:27:57 +03:00
neslihanturan
ea2d0cfa60 Remove unused classes, do not forget centerMapToPlace doesn't work on this branch 2019-08-16 15:41:26 +03:00
neslihanturan
e6f36336f8 Fix conflicts 2019-08-16 13:47:15 +03:00
translatewiki.net
2f7274451b Localisation updates from https://translatewiki.net. 2019-08-15 18:08:01 +02:00
translatewiki.net
74df6ac15b Localisation updates from https://translatewiki.net. 2019-08-12 12:09:10 +02:00
Ashish Kumar
5865d59d22 Revert "Merge branch 'backend-overhaul' into master" (#3125)
* Revert "Merge branch 'backend-overhaul' into master"

This reverts commit 0090f24257, reversing
changes made to 9bccbfe443.

* fixed test handleSubmitTest
2019-08-12 14:32:25 +05:30
translatewiki.net
cbdfb05530 Localisation updates from https://translatewiki.net. 2019-08-08 20:03:03 +02:00
Vanshika Arora
ec8bbb2782 removed swipe to delete (#2589) 2019-08-05 14:25:33 +03:00
Ufald
67d9afe77e Center map on location clicked in nearby list and notification card(#2060) (#2366)
* center map on location clicked in nearby (#2060)

* improved animation

* Center map on location clicked in nearby list

* removed unnecessary methods

* center map on location clicked in nearby notification card

* some minor changes

* travis build error

* resolved errors

* Tidy up PR
2019-08-05 14:00:42 +03:00
translatewiki.net
579d44ce80 Localisation updates from https://translatewiki.net. 2019-08-05 11:59:55 +02:00
translatewiki.net
009fe6f012 Localisation updates from https://translatewiki.net. 2019-08-01 18:17:20 +02:00
Vivek Maskara
0090f24257
Merge branch 'backend-overhaul' into master 2019-07-31 02:17:44 +05:30
translatewiki.net
9bccbfe443 Localisation updates from https://translatewiki.net. 2019-07-29 14:20:50 +02:00
Josephine Lim
016022547c Merge branch '2.11-release' 2019-07-29 21:45:27 +10:00
Josephine Lim
93b948d205 Merge branch '2.11-release-fork-3' of https://github.com/misaochan/apps-android-commons into 2.11-release-fork-3 2019-07-29 20:46:26 +10:00
Josephine Lim
e7dd272f85 Versioning for v2.11.0 2019-07-29 20:44:46 +10:00
Josephine Lim
d55f38bdf9
Update changelog.md 2019-07-29 20:42:26 +10:00
Ashish Kumar
9b769df0e8 Closes #3094 (#3095)
* BugFix in SpinnerDescriptionsAdapter and SpinnerLanguagesAdapter (use the langguage code provided by the spinner, donot set the language to the one returned by the locale)
2019-07-29 02:03:49 +10:00
translatewiki.net
2c7d210430 Localisation updates from https://translatewiki.net. 2019-07-25 10:07:43 +02:00
Ilgaz Er
386d08794e Deleted unused classes related to modification (#3084)
Removed ModificationsSyncAdapter
2019-07-23 19:14:07 +05:30
translatewiki.net
0574b753ba Localisation updates from https://translatewiki.net. 2019-07-22 13:52:54 +02:00