LinkSheet / LinkSheet

Restore link control on Android 12+
Other
1.18k stars 25 forks source link

Grid mode customizations #37

Open pressRtowin opened 1 year ago

pressRtowin commented 1 year ago

SmartSelect_20230314_060540_LinkSheet

Probably dependent on dpi/font settings but the logic could be adjusted to avoid this (maybe using smaller font, allowing more space for text, etc.). Also an option to customize the number of columns or the width of the popup may help?

Compare to system menu:

SmartSelect_20230314_060435_Android System

pressRtowin commented 1 year ago

I noticed when testing the debug build from https://github.com/1fexd/LinkSheet/issues/36 that while I can see full package names, application names are still cut off at the moment:

Screenshot_20230317_103606_LinkSheet Debug

1fexd commented 1 year ago

Should be fixed now, I increased the column width.

cangling commented 8 months ago

fe.linksheet.nightly master-346a601-nightly

fe.linksheet 0.0.34-migrate

I am experiencing the same problem Unable to display the full application name and package name

Maybe it would be better to allow the user to customize the grid width and the number of grid columns

IMG_20240123_120610

bug: Settings - Browser - Preferred Browser - Whitelist - Settings

After selecting a browser and swiping, the tick will disappear or appear (reverse selection) but not actually, go back to the top and enter it again and it will show selected or canceled normally.

1fexd commented 8 months ago

I am experiencing the same problem Unable to display the full application name and package name

Maybe it would be better to allow the user to customize the grid width and the number of grid columns

I mean there is just not enough space - customizing the grid could be an option, yes; I'll add it to the todos.

What do you think about the package name scrolling horizontally? Like in this gif?

After selecting a browser and swiping, the tick will disappear or appear (reverse selection) but not actually, go back to the top and enter it again and it will show selected or canceled normally.

Please open a new ticket, and maybe attach a screenrecoding.

cangling commented 8 months ago

What do you think about the package name scrolling horizontally? Like in this gif?

I think people use LinkSheet because they want to open URLs in the appropriate browser faster.

Maybe the user doesn't want to wait for a long time for the application name and package name to scrolling.

Of course, some users may be willing to use scrolling display mode.

User A: I want to display the full app name User B: I want to scrolling the app name User C: I want to customize the grid width and the number of grid columns, app name, like this Firefox --> fx

Perhaps it would be a good idea to provide multiple options so users can use their preferred settings, There is no need for developers to change it again and again.

1fexd commented 8 months ago

Yes, that makes sense - but this won't be a priority for the time being, sorry.