Skip to content

fix: overflow of device-name - #231

Merged
ShortDevelopment merged 2 commits into
mainfrom
bugfix/cant-see-full-device-names-on-share-dialog/230
Oct 2, 2025
Merged

fix: overflow of device-name#231
ShortDevelopment merged 2 commits into
mainfrom
bugfix/cant-see-full-device-names-on-share-dialog/230

Conversation

@ShortDevelopment

Copy link
Copy Markdown
Member

Issue

In the share-dialog long device-names might not be visible.

Context

We had set android:ellipsize="marquee" in the layout but that only works when the view is "selected".

Solution

We now wrap the text to a max of two lines.
The bluetooth-beacon clips the device-name anyway. But in case the text still overflows the start will be clipped to preserve the part that likely identifies a device.

## Issue
In the share-dialog long device-names might not be visible.

## Context
We had set `android:ellipsize="marquee"` in the layout but that only works when the view is "selected".

## Solution
We now wrap the text to a max of two lines.
The bluetooth-beacon clips the device-name anyway.
But in case the text still overflows the start will be clipped to preserve the part that likely identifies a device.
@ShortDevelopment ShortDevelopment self-assigned this Oct 2, 2025
@ShortDevelopment ShortDevelopment added type::bug Something isn't working area::UI-UX App user interface labels Oct 2, 2025
@ShortDevelopment ShortDevelopment linked an issue Oct 2, 2025 that may be closed by this pull request
@ShortDevelopment
ShortDevelopment merged commit 1a06a78 into main Oct 2, 2025
5 checks passed
@ShortDevelopment
ShortDevelopment deleted the bugfix/cant-see-full-device-names-on-share-dialog/230 branch October 2, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area::UI-UX App user interface type::bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't see full device names on share dialog

1 participant