TBog / TBLauncher

based on https://github.com/Neamar/KISS
GNU General Public License v3.0
138 stars 18 forks source link

Z to A results list? #476

Open RevolverUnit opened 4 months ago

RevolverUnit commented 4 months ago

Unless I missed an option somewhere, is there any way to enable Z to A sorting in the results list? I know there's the Action that lists all apps from Z to A, but it just feels more natural having the beginning of the list start off closer to the thumb. If it's not possible now, is there any chance we could get that as an option in the future?

TBog commented 4 months ago

I know there's the Action that lists all apps from Z to A

So you can see the list of apps both A to Z and Z to A

is there any way to enable Z to A sorting in the results list?

So what you want is to have the best result at the top? You can do that by turning off SettingsLayoutResult listFirst at bottom then restarting the launcher. I'll remove the need for restart in the future.

RevolverUnit commented 4 months ago

Thank you, but disabling First at Bottom doesn't seem to have the same behaviour as Z to A. With Z to A, the list begins at the bottom and you scroll upwards through the apps in reverse alphabetical order while disable First at Bottom reverses the list but still begins at the top and you scroll downwards.

TBog commented 3 months ago

I know there's the Action that lists all apps from Z to A, but it just feels more natural having the beginning of the list start off closer to the thumb.

I don't understand what is missing.

If you enable First at bottom the list will start from the bottom of the screen.

RevolverUnit commented 3 months ago

Sorry, I realize I haven't been explaining the issue very well, here are some screenshots that might better explain:

  1. Here is the Z to A action with First at Bottom enabled. It works as desired (List starts at bottom, entire list is in reverse alphabetical order from top to bottom)

Screenshot_20240611-075618_1

  1. Here is one of my Tag Results lists with First at Bottom enabled. The list starts at the bottom, as expected, but entire list is in regular alphabetical order from top to bottom Screenshot_20240611-080203_1

  2. Now, here is that same Tag Results list with First at Bottom disabled. The list now starts from the top, but in reverse alphabetical order from top to bottom. Screenshot_20240610-120819

TBog commented 3 months ago

this will be fixed by #362