Daniel Dietzler
e571880c16
feat(web, mobile): Options to show archived assets in map ( #4293 )
...
* Add include archive setting to map on web
* open api
* better naming for web isArchived variable
* add withArchived setting to mobile
* (e2e): tests for mapMarker endpoint and isArchived
* isArchived to mobile
* chore: cleanup test
* chore: optimize e2e
---------
Co-authored-by: shalong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2023-10-04 09:51:07 -04:00
shenlong
a937efe719
feat(mobile): use map settings from server-config ( #4045 )
...
* feat(mobile): use map settings from server-config to enable / disable map
* refactor(mobile): remove async await for server info update
2023-09-28 10:26:48 +07:00
shenlong
f8d26bd865
fix(mobile): map markers not loading with int coordinates ( #3957 )
...
* fix(mobile): increase zoom-level for map zoom to asset
* refactor(mobile): map-view - rename lastAssetOffsetInSheet
* Workaround OpenAPI Dart generator bug
* fix(mobile): map - increase appbar top padding
* fix(mobile): navigation bar overlapping map bottom sheet
* fix(mobile): map - do not animate the drag handle of bottom sheet on scroll
* fix(mobile): F-Droid build failure due to map view
* fix(mobile): remove jank on map asset marker update
* fix(mobile): map view app-bar padding is made dynamic
* fix(mobile): reduce debounce time in bottom sheet asset scroll
* fix(mobile): bottom sheet - reduce drag handle total height
---------
Co-authored-by: Daniele Ricci <daniele@casaricci.it>
2023-09-05 06:08:43 +07:00
shalong-tanwen
cb391342d7
feat(mobile): map view ( #3661 )
...
* feat(mobile): map page - add map view
* map: add map-markers
* feat(map): add relative date filter
* fix: do not let users scroll past map bounds
* fix: fetch relative date from store to state on init
* feat(mobile):re-fetch markers only on filter change
* feat(mobile) - asset bottom sheet in map page
* feat(mobile): display markers based on bottom sheet scroll
* fix: exif-bottom-sheet - rebase conflict
* feat(mobile): map-view - strongly typed map page events
* feat(map): zoom to asset
* chore: dart analyzer fixes
* map-page move attribution to top-right
* feat(mobile): map view - asset selection handling
* feat(mobile): map-view display map in places row
* fix: make asset marker icon responsive
* optimise map page rebuilds
* refactor(mobile): map page
* feat(mobile): map-view: Go to location
* map-view(mobile): minor refactor
* fix(mobile): Handle invalid coords gracefully
* small styling
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-08-27 05:07:35 +00:00