[android] Add bottom sheet (modal) search screen #10462

Open
savsch wants to merge 2 commits from savsch/feat/android-modal-search into master
savsch commented 2025-03-10 10:49:02 +00:00 (Migrated from github.com)

Resolves #10206
Makes some progress on #5675

This PR implements the search screen as a bottom sheet. For tablet layout (which is currently disabled even for tablets in the code), the UI (side panel) remains unchanged.

  • The bottom sheet has four modes:
    • expanded
    • half expanded (only for portrait mode) (default)
    • collapsed (skipped when the search query is empty)
    • hidden 😶
  • The search UI remains hidden for as long as place-page is active.
  • The search is always interactive (results are shown on the map)
  • The bottom sheet can be dragged between different states through the top area (drag handle and search toolbar)

TODO

  • Fix the bug where the search results or categories erratically become unscrollable unless the search is closed and reopened.
  • Migrate SearchActivity's only remaining utility (opening search uri intents) to modal search (or, in case of tablet layout, to the existing fragment panel in MwmActivity)
  • Collapse search screen when map is touched (or dismiss it entirely if the search query is empty)
  • Maybe increase the height for when the bottom sheet is in the collapsed state
  • Retain search results on configuration changes
  • Check that the existing tablet layout still works (currently disabled in the code, unrelated to this PR)
  • Test on more screen sizes
  • Add comments

Screenshots

Screenshot_1741603181

https://github.com/user-attachments/assets/cd7a0fd2-a3ab-4660-9140-66a89d1546c0

Screenshot_1741717164
Screenshot_1741717149
Screenshot_1741717124

Footnote

The PR was originally supposedly inspired by #10213, although I have strayed a lot from it during the implementation (need feedback).

Resolves #10206 Makes some progress on #5675 This PR implements the search screen as a bottom sheet. For tablet layout (which is currently disabled even for tablets in the code), the UI (side panel) remains unchanged. - The bottom sheet has four modes: - expanded - half expanded (only for portrait mode) (default) - collapsed (skipped when the search query is empty) - hidden 😶 - The search UI remains hidden for as long as place-page is active. - The search is always interactive (results are shown on the map) - The bottom sheet can be dragged between different states through the top area (drag handle and search toolbar) ### TODO - [x] Fix the bug where the search results or categories erratically become unscrollable unless the search is closed and reopened. - [x] Migrate SearchActivity's only remaining utility (opening search uri intents) to modal search (or, in case of tablet layout, to the existing fragment panel in MwmActivity) - [ ] Collapse search screen when map is touched (or dismiss it entirely if the search query is empty) - [ ] Maybe increase the height for when the bottom sheet is in the collapsed state - [x] Retain search results on configuration changes - [ ] Check that the existing tablet layout still works (currently disabled in the code, unrelated to this PR) - [x] Test on more screen sizes - [ ] Add comments ### Screenshots ![Screenshot_1741603181](https://github.com/user-attachments/assets/01f49b50-1467-482a-a6fe-1b5fd2a1c3e6) https://github.com/user-attachments/assets/cd7a0fd2-a3ab-4660-9140-66a89d1546c0 ![Screenshot_1741717164](https://github.com/user-attachments/assets/6346f905-ac5c-40c7-a0a4-3d1536875b3e) ![Screenshot_1741717149](https://github.com/user-attachments/assets/f126f351-febb-4f8f-960f-44911bb8bc64) ![Screenshot_1741717124](https://github.com/user-attachments/assets/9bddd321-ddbf-4f78-ae34-8fd23e4f4e54) ### Footnote The PR was originally supposedly inspired by #10213, although I have strayed a lot from it during the implementation (need feedback).
RedAuburn reviewed 2025-03-11 18:38:02 +00:00

why? is it deprecated now?

why? is it deprecated now?
savsch (Migrated from github.com) reviewed 2025-03-11 19:10:02 +00:00
savsch (Migrated from github.com) commented 2025-03-11 19:10:02 +00:00

Thanks for the feedback. Isn't it standard (and required) practice to implement describeContents in parcelable classes (and return 0 unless it has something to do with serializing file descriptors)?

Thanks for the feedback. Isn't it standard (and required) practice to implement `describeContents` in parcelable classes (and `return 0` unless it has something to do with serializing file descriptors)?
RedAuburn reviewed 2025-03-11 19:15:04 +00:00

Ah ok 👍 ngl i'm a bit drunk atm, so it was more of a note 👍

I'll try and review properly soon ❤️

Ah ok 👍 ngl i'm a bit drunk atm, so it was more of a note 👍 I'll try and review properly soon ❤️
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
Accessibility
Accessibility
Address
Address
Android
Android
Android Auto
Android Auto
Android Automotive (AAOS)
Android Automotive (AAOS)
API
API
AppGallery
AppGallery
AppStore
AppStore
Battery and Performance
Battery and Performance
Blocker
Blocker
Bookmarks and Tracks
Bookmarks and Tracks
Borders
Borders
Bug
Bug
Build
Build
CarPlay
CarPlay
Classificator
Classificator
Community
Community
Core
Core
CrashReports
CrashReports
Cycling
Cycling
Desktop
Desktop
DevEx
DevEx
DevOps
DevOps
dev_sandbox
dev_sandbox
Directions
Directions
Documentation
Documentation
Downloader
Downloader
Drape
Drape
Driving
Driving
Duplicate
Duplicate
Editor
Editor
Elevation
Elevation
Enhancement
Enhancement
Epic
Epic
External Map Datasets
External Map Datasets
F-Droid
F-Droid
Fonts
Fonts
Frequently User Reported
Frequently User Reported
Fund
Fund
Generator
Generator
Good first issue
Good first issue
Google Play
Google Play
GPS
GPS
GSoC
GSoC
iCloud
iCloud
Icons
Icons
iOS
iOS
Legal
Legal
Linux Desktop
Linux Desktop
Linux packaging
Linux packaging
Linux Phone
Linux Phone
Mac OS
Mac OS
Map Data
Map Data
Metro
Metro
Navigation
Navigation
Need Feedback
Need Feedback
Night Mode
Night Mode
NLnet 2024-06-281
NLnet 2024-06-281
No Feature Parity
No Feature Parity
Opening Hours
Opening Hours
Outdoors
Outdoors
POI Info
POI Info
Privacy
Privacy
Public Transport
Public Transport
Raw Idea
Raw Idea
Refactoring
Refactoring
Regional
Regional
Regression
Regression
Releases
Releases
RoboTest
RoboTest
Route Planning
Route Planning
Routing
Routing
Ruler
Ruler
Search
Search
Security
Security
Styles
Styles
Tests
Tests
Track Recording
Track Recording
Translations
Translations
TTS
TTS
UI
UI
UX
UX
Walk Navigation
Walk Navigation
Watches
Watches
Web
Web
Wikipedia
Wikipedia
Windows
Windows
Won't fix
Won't fix
World Map
World Map
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/organicmaps-tmp#10462
No description provided.