Skip to content

Conversation

@malkovitc
Copy link

Summary

Fixes #676

Location names in the channels sheet were being truncated with ellipsis, making it hard to read the full area name.

Changes:

  • Increase lineLimit from 1 to 2 for location channel subtitles

Now longer location names will wrap to a second line instead of being cut off.

Test plan

  • Open location channels sheet
  • Verify long location names display on up to 2 lines
  • Verify short names still display correctly on 1 line

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.
@malkovitc malkovitc closed this by deleting the head repository Dec 10, 2025
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