jkuester / unlauncher

Android minimalistic launcher
https://jkuester.github.io/unlauncher/
MIT License
319 stars 47 forks source link

Alphabetical headers in drawer do not handle apps from work profile #188

Closed jkuester closed 10 months ago

jkuester commented 10 months ago

Work profile apps have an special unicode W glyph appended to the front of their name. Currently, this means that the Header will fail to generate and you will just have a missing character glyph for the header of the work apps.

I think for now it is fine to just use the W glyph as the header for the section (and not worry about any sub-sections within the work apps).

TobiTenno commented 10 months ago

I think that way makes the most sense as the header, if it'll let you use that unicode glyph w/ the box. but where should they end up in the sorting? with the normal "W"-starting apps, or at the end, like they do now?

jkuester commented 10 months ago

My plan was just to have them at the end in a section using the boxed W with the header.

jkuester commented 10 months ago

https://github.com/jkuester/unlauncher/pull/199