Commit graph

3110 commits

Author SHA1 Message Date
neslihanturan
148c891580 Revert "Fix conflicts"
This reverts commit f3451745d3, reversing
changes made to c5d4d5533d.
2019-09-17 17:36:53 +03:00
neslihanturan
f3451745d3 Fix conflicts 2019-09-17 15:50:33 +03:00
neslihanturan
c5d4d5533d Make nearby card click action work 2019-09-17 12:57:58 +03:00
neslihanturan
4304e3d018 Add bookmark from list fragment 2019-09-17 11:58:49 +03:00
translatewiki.net
bfc9998e44 Localisation updates from https://translatewiki.net. 2019-09-16 18:47:12 +02:00
neslihanturan
9f8becc581 Make list item clicked and map focus to same place 2019-09-15 21:15:25 +03:00
neslihanturan
6d41622b7d cleanup 2019-09-15 19:04:54 +03:00
neslihanturan
dff9ded51f Code cleanup 2019-09-15 16:54:31 +03:00
neslihanturan
c326cce576 Cleanup 2019-09-15 16:44:02 +03:00
neslihanturan
230d62dd54 Add lifecyle codes to prevent leaks 2019-09-15 15:49:01 +03:00
neslihanturan
1677a4bd52 Code cleanup 2019-09-15 15:31:18 +03:00
neslihanturan
9d1412b03d Cleanup 2019-09-15 14:11:21 +03:00
neslihanturan
7659aec94a Code cleanup 2019-09-15 12:41:45 +03:00
neslihanturan
62eba391da Make reuse existing fragments if there is any 2019-09-14 20:46:40 +03:00
neslihanturan
0725af2b96 Add nearby list into bottom sheeet 2019-09-14 16:14:03 +03:00
neslihanturan
7feed0a9e2 Add click actoion to bottom sheet details 2019-09-14 14:35:46 +03:00
neslihanturan
9007ae5cd4 Implement back button with presenter 2019-09-14 13:54:14 +03:00
neslihanturan
c1403c1e22 Take toolbar back 2019-09-13 22:51:55 +03:00
neslihanturan
8c9c37abcb Prevent loding map each time tab selected 2019-09-13 18:02:15 +03:00
neslihanturan
be1ca1a2ae Fix progress bar visibility issue 2019-09-12 17:19:43 +03:00
translatewiki.net
77feb0abf7 Localisation updates from https://translatewiki.net. 2019-09-12 15:54:19 +02: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
translatewiki.net
b1ea9c9d9b Localisation updates from https://translatewiki.net. 2019-09-09 19:12:21 +02: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
PavelAplevich
864ecad2e7 Working with #3129 issue (#3146)
* Replace Hard-Coded strings with those from strings.xml.
2019-09-09 11:01:30 +05:30
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
translatewiki.net
0349e3e069 Localisation updates from https://translatewiki.net. 2019-09-06 06:46:07 +02: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
translatewiki.net
33620f5a7b Localisation updates from https://translatewiki.net. 2019-09-03 09:06:16 +02: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
translatewiki.net
76a759f7b4 Localisation updates from https://translatewiki.net. 2019-08-29 20:04:08 +02: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