Imagine deprecating API 31/32 and making the app to work only on API33 (Android 13) and up
I have updated the sorting logic to ignore whitespace (such as spaces between words or numbers) for more precise results. It also now supports locale-aware sorting, which properly handles accented characters according to alphabetical standards.
Whitespace removal prevents incorrect lexicographical order. For instance, «A 1» would be sorted before «A» due to the spacing between word and number. Stripping whitespace ensures the sort is based on the intended alphanumeric characters.
Example:
A -> A
A 1 -> A1
ABC -> ABC
A BC -> ABC
(Upper cases first)
P.S. I'm still trying understand how it works so it'll be implemented as an experimental feature (you won't be able to toggle it off :D)
Whitespace removal prevents incorrect lexicographical order. For instance, «A 1» would be sorted before «A» due to the spacing between word and number. Stripping whitespace ensures the sort is based on the intended alphanumeric characters.
Example:
A -> A
A 1 -> A1
ABC -> ABC
A BC -> ABC
(Upper cases first)
P.S. I'm still trying understand how it works so it'll be implemented as an experimental feature (you won't be able to toggle it off :D)
👍4
Project Material
supports locale-aware sorting
Please, note that the proper alphabetical sort depends ON SYSTEM/APP language.
😁2
ChatGPT be like:
Also, ChatGPT, after it has done what it asked to do (in case you replied yes):
And every time it asks that, the result becomes shittier compared to the original request, lmao.
Would you like me to push it one step further ... by flipping the logic ...? That would make the flow even clearer.
Also, ChatGPT, after it has done what it asked to do (in case you replied yes):
Would you like me to push it one step further ... by flipping the logic ...? That would make the flow even clearer.
And every time it asks that, the result becomes shittier compared to the original request, lmao.
😁3
app-release.apk
15.9 MB
Changelog:
1. New renaming logic
(replaces illegal characters)
2. Redesigned dialog style
(again)
3. Improved sorting logic for native languages
(conditional)
4. Redesigned empty view
(missing in the exclusions list)
5. Fixed underlying loophole
1. New renaming logic
(replaces illegal characters)
2. Redesigned dialog style
(again)
3. Improved sorting logic for native languages
(conditional)
4. Redesigned empty view
(missing in the exclusions list)
5. Fixed underlying loophole
👍2
Project Material
app-release.apk
If you notice any possible UI related bugs, lemme know.
Project Material
Photo
This media is not supported in your browser
VIEW IN TELEGRAM
stole from tiktok
😁5
This one is not app-related, but just a suggestion. If you're on Android and use either a patched or modded Instagram with developer options on, you can get a true AM(OLED) experience by turning these two flags on and off:
· For AM(OLED), turn this one off:
· For the theme fix (aka wrongly tinted dividers and background), turn this one on:
I've been really annoyed for all these years while trying to use Instagram in dark mode. After inspecting the developer options one by one, I found this solution, and I bet most people have tried to get the same result.
· For AM(OLED), turn this one off:
enable_prism_colors
· For the theme fix (aka wrongly tinted dividers and background), turn this one on:
programatically_set_color
I've been really annoyed for all these years while trying to use Instagram in dark mode. After inspecting the developer options one by one, I found this solution, and I bet most people have tried to get the same result.
👍4
Project Material
This one is not app-related, but just a suggestion. If you're on Android and use either a patched or modded Instagram with developer options on, you can get a true AM(OLED) experience by turning these two flags on and off: · For AM(OLED), turn this one off:…
You can go even further and also remove the creation button from the bottom bar. Since we have the same button in the profile section, which is a more logical place for it, the one in the bar becomes redundant.
Set this flag to null instead of share
Set this flag to null instead of share
panavision nav3 tab 2
👍4