Skip to content

Conversation

@malkovitc
Copy link

Summary

Fixes #676

Allow location name text to wrap to 2 lines instead of truncating, improving readability for longer location names.

Test plan

  • Verify long location names wrap to 2 lines
  • Verify short names display correctly
  • Check UI layout on different screen sizes

🤖 Generated with Claude Code

evgeniy.chernomortsev added 3 commits December 9, 2025 14:50
allowBluetoothHFP is not available on iOS Simulator, causing build
failures. Use conditional compilation to exclude this option when
building for simulator while keeping it for device builds.
- Make Entry struct Equatable for better testability
- Remove down to 75% of maxCount instead of fixed 100 items for better
  amortization of cleanup cost
- Reuse Date instance to reduce allocations in isDuplicate()
- Add documentation comments for public methods
- Improve memory capacity management in cleanup()
Increase lineLimit from 1 to 2 for location channel subtitles so that
longer location names are not cut off with ellipsis. Users can now
read the full area name in the location channels sheet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant