[ios] Fixed bookmark list descriptions #5300

Merged
andre1110 merged 4 commits from fix-4799 into master 2023-06-14 20:38:59 +00:00
andre1110 commented 2023-06-09 21:02:39 +00:00 (Migrated from github.com)

Fixes #4799

Fixes #4799
biodranik (Migrated from github.com) reviewed 2023-06-09 21:17:51 +00:00
biodranik (Migrated from github.com) left a comment

Thanks! Can you please record a video of how it looks and works now for text and HTML?

Thanks! Can you please record a video of how it looks and works now for text and HTML?
biodranik (Migrated from github.com) reviewed 2023-06-13 17:35:09 +00:00
biodranik (Migrated from github.com) commented 2023-06-13 17:30:16 +00:00
    auto const description = GetPreferredBookmarkStr(self.bm.GetCategoryData(groupId).m_description);
```suggestion auto const description = GetPreferredBookmarkStr(self.bm.GetCategoryData(groupId).m_description); ```
biodranik (Migrated from github.com) commented 2023-06-13 17:31:08 +00:00

What if a non-html description is big enough? Will it expand in the disabled state?

What if a non-html description is big enough? Will it expand in the disabled state?
biodranik (Migrated from github.com) commented 2023-06-13 17:32:59 +00:00
      let description = info.isHtmlDescription
          ? BookmarksListInfoViewController.getPlainText(info.description)
          : info.description
      descriptionButton.setTitle(description for: .normal)

There is no need to uppercase it.

```suggestion let description = info.isHtmlDescription ? BookmarksListInfoViewController.getPlainText(info.description) : info.description descriptionButton.setTitle(description for: .normal) ``` There is no need to uppercase it.
andre1110 (Migrated from github.com) reviewed 2023-06-13 18:35:22 +00:00
andre1110 (Migrated from github.com) commented 2023-06-13 18:35:21 +00:00

It won't. I think that we should distinguish 2 use cases here:

  1. A user specified an html string - in this case we should certainly allow to open a new WebView to display rich formatting, pictures, etc.
  2. A user set a plain string, which I assume to be really short in majority of cases. Thus, it'd be excessive to open a WebView for this

As an option for plain strings, we can 1) enable the button only if the string size will be more than it's possible to fit the string using NSString.size(withAttributes:), or
2) shrink the label with adjustsFontSizeToFitWidth, or
3) use ExpandableLabel only for plain strings
image

It won't. I think that we should distinguish 2 use cases here: 1. A user specified an html string - in this case we should certainly allow to open a new WebView to display rich formatting, pictures, etc. 2. A user set a plain string, which I assume to be really short in majority of cases. Thus, it'd be excessive to open a WebView for this As an option for plain strings, we can 1) enable the button only if the string size will be more than it's possible to fit the string using [NSString.size(withAttributes:)](https://developer.apple.com/documentation/foundation/nsstring/1531844-size), or 2) shrink the label with [adjustsFontSizeToFitWidth](https://developer.apple.com/documentation/uikit/uilabel/1620546-adjustsfontsizetofitwidth), or 3) use ExpandableLabel only for plain strings <img width="292" alt="image" src="https://github.com/organicmaps/organicmaps/assets/135858315/ec6d3385-bed5-4294-a9a6-39b77130ec61">
andre1110 (Migrated from github.com) reviewed 2023-06-13 20:04:24 +00:00
andre1110 (Migrated from github.com) commented 2023-06-13 20:04:23 +00:00

@biodranik I reconsidered :) Now I show WKWebView for both cases

https://github.com/organicmaps/organicmaps/assets/135858315/b65a82bb-275d-489e-8f07-f5355bf14441

@biodranik I reconsidered :) Now I show WKWebView for both cases https://github.com/organicmaps/organicmaps/assets/135858315/b65a82bb-275d-489e-8f07-f5355bf14441
biodranik (Migrated from github.com) reviewed 2023-06-13 20:44:05 +00:00
biodranik (Migrated from github.com) commented 2023-06-13 20:44:05 +00:00

Can you please set a small margin and 1.25 or 1.5 line interval for plain text?

Can you please set a small margin and 1.25 or 1.5 line interval for plain text?
biodranik (Migrated from github.com) reviewed 2023-06-13 21:25:28 +00:00
biodranik (Migrated from github.com) commented 2023-06-13 21:25:28 +00:00

Does it look better now?

Does it look better now?
andre1110 (Migrated from github.com) reviewed 2023-06-14 12:05:24 +00:00
andre1110 (Migrated from github.com) commented 2023-06-14 12:05:24 +00:00

I think it looks better
Simulator Screenshot

I think it looks better ![Simulator Screenshot](https://github.com/organicmaps/organicmaps/assets/135858315/3ac93388-e9e0-4251-8c09-cc6d99439347)
andre1110 (Migrated from github.com) reviewed 2023-06-14 13:45:44 +00:00
biodranik (Migrated from github.com) approved these changes 2023-06-14 20:38:50 +00:00
biodranik (Migrated from github.com) left a comment

Thanks! That's not an ideal solution, but it's better than it was before. We need to think about the improved UX later.

Thanks! That's not an ideal solution, but it's better than it was before. We need to think about the improved UX later.
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
1 participant
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#5300
No description provided.