Commit graph

32 commits

Author SHA1 Message Date
Yash Khare
69e7161c61
Fixes #3197 Replace hardcoded dimensions with dimen resource values (#3402) 2020-02-11 21:26:33 -07:00
Ashish Kumar
05e98307be
Fixes #3303 (#3322)
* Fixes #3303
* Refactor Nearby to alig lifecycle methods

* Pass updated place list to listfragment

* Added default zoom rate to mapbox

* Removed NearbyListFragmet and added the ui login to handle the same in NearbyParentFragment

* More code refactor
* Make BottomSheetList hideable
* onFragmentHide, hide the bottom sheets

* BigFix, Fragmet visibility, register/un-register camera move based on fragments lifecycke

* More code refactor
* Let the ExecutorUtil have non-ui thread
* Add Location Marker on non-ui thread (the non-ui stuffs)

* BugFixes
* Removed configchanges "orientation" from MainActivity in Manifest (That was messing with the fragment lifecycle)
* Some null checks
* Initialise lastknown location in onMapReady

* UI Fixes
* Adjusted UI to support dark and no-dark themes both (in nearby)
* Do not update map on Location Slightly changed

* Fix failing test case, let TestCommonsApplication extend Application instead of CommonsApplication

* start map view when nearby is visible

* start the map when NearbyFragmet is visible

* More bugfixes
* Added DUMMY view for NearbyPresenter's onDetach State
* Added a wrapper frame layout parent for MapView to preven it from drawing above other views

* More bugfixes (Fixes #3287)
* Gray out the un-selected markers from the nearby filter list

* BugFix, search this area should search the nearby places for the current camera position

* More BugFixes
* Handle null primitives with proxy
* Current location marker flow via permission flow

* onCameraMove should have null-check on NearbyController.latestSearchLocation instead of currentLocation

* Search for places around last focus location

* Handle location updates
* If the user is browsing the map, donot update the map with current location
2020-02-04 11:05:29 +02:00
sherlockbeard
4ec92c2e7b fixes the string issue (#3041)
* fix strings

* Update activity_achievements.xml
2019-06-26 17:06:41 +03:00
Silky Priya
0a3d8c09a7 Effective UI in nightmode (#2574)
* change bookmarks row button color

* achievement_background

* Change UI for nightmode

* revert first commit, change color of buttons in bottom_sheet in night mode
2019-03-11 21:38:44 +05:30
Victor-Bonin
80a9c94653 Feature #1756 : Bookmark System (#1935)
* Add bookmark star images

* Add bookmark item in navigation menu

* Add Activity for bookmarks

* Implement bookmarks viewpager

* Bookmark object and bookmarkDao

* Implement Bookmark Picture Fragment and Controller

* Implement image detail bookmark menu action UI

* contentProvider + config + dao rework

* Fix Dao and Content Provider crashes

* Link bookmark controllers and dao

* Implement bookmark location fragment, controller

* Add bookmark icon to location items

* Add empty bookmark list behavior and refactoring

* bookmarkLocation dao and contentProvider

* Fix bookmarks location crashes

* Rename and refactor classes

* Implement location list refresh

* Fix picture list update
When user come back from detail picture fragment, it solve the refresh bug.

* full test coverage

* Refactor bookmarks classes

* Fix bookmarks pictures loading

* Fix bookmark locations list display

* Java Documetation

* Fix Code review quality

* Fix DB version update

* Remove forgotten todo

* Update bookmark activity base class
Change from AuthenticatedActivity to BaseNavigationActivity
2018-10-26 02:54:22 +11:00
Jatin0312
2150d7f244 Fixed bug #1399 Overlapping problem (#1405)
* Fixed bug #1399

* Changed visibility from visible to gone

* Changed behaviour according to review

* Changed bottom sheet visibility from visible to gone
2018-04-04 11:36:34 +03:00
neslihanturan
5b88111289 Fix conflicts 2018-03-06 19:47:18 +03:00
neslihanturan
561a73acb2 Remove bottom bar which was a added to make UI prettier with no function previously 2018-03-02 23:38:03 +05:30
neslihanturan
6ca841fd18 Remove texts when they dont fit to one line 2018-03-02 23:38:03 +05:30
neslihanturan
0c131b46fe Move commons button to out of expanded FABs 2018-03-02 23:38:03 +05:30
neslihanturan
5c3c4499dc Add theme dependencies 2018-03-02 23:38:03 +05:30
neslihanturan
b594c111b3 Add actions and click effects to detailled bottom sheet buttons 2018-03-02 23:25:50 +05:30
neslihanturan
03c1bf87c8 Fix strings 2018-03-02 23:24:25 +05:30
neslihanturan
08cf0990ce Remove toggle view code 2018-03-02 23:22:51 +05:30
neslihanturan
73321f4f0c Add nearby listview button rows 2018-03-02 23:18:07 +05:30
neslihanturan
14dc1b95ab Pass information to bottom sheet 2018-03-02 23:18:07 +05:30
neslihanturan
e15daa15e1 Fix conflicts 2018-03-02 23:18:07 +05:30
neslihanturan
57dc1cf5ed Wrap spaces 2018-03-02 23:17:07 +05:30
neslihanturan
0da8b93ebb Fix conflicts 2018-03-02 23:15:08 +05:30
neslihanturan
2af9a85809 Remove bottomSheetDetails stays visible problem 2018-03-02 15:51:40 +03:00
neslihanturan
1af2db797b Remove bottom bar which was a added to make UI prettier with no function previously 2017-12-28 14:26:13 +03:00
neslihanturan
ffea5e370c Remove texts when they dont fit to one line 2017-12-28 14:13:09 +03:00
neslihanturan
a369af982e Move commons button to out of expanded FABs 2017-12-28 13:41:08 +03:00
neslihanturan
5e3a1fe051 Add theme dependencies 2017-12-26 13:19:38 +03:00
neslihanturan
a7f2b95965 Add actions and click effects to detailled bottom sheet buttons 2017-12-25 20:29:04 +03:00
neslihanturan
7d9dfbb599 Fix strings 2017-12-22 14:01:12 +03:00
neslihanturan
dc294b8b97 Remove toggle view code 2017-12-16 17:41:25 +03:00
neslihanturan
bdc96993aa Add nearby listview button rows 2017-12-16 17:41:25 +03:00
neslihanturan
96218926b0 Pass information to bottom sheet 2017-12-16 17:41:25 +03:00
neslihanturan
90cd6d2511 Fix conflicts 2017-12-16 17:41:22 +03:00
neslihanturan
395760efeb Wrap spaces 2017-12-16 17:40:32 +03:00
neslihanturan
6d2577d14e Fix conflicts 2017-12-16 17:40:28 +03:00