EmiyaSyahriel / CrossLauncher

XMB-like Android Launcher
MIT License
98 stars 7 forks source link

When changing an app's category, it does not change. (Kind of) #39

Closed AkiraKusanagi closed 10 months ago

AkiraKusanagi commented 1 year ago

I was checking out features and noticed that you can change the category of an app. I tried it out on two apps. (FNAF 2 and SFIV CE, which are games but for some reason were in the Apps category.) I changed the category of both to Games. Then restarted the launcher. FNAF 2 was then in the Games category, but SFIV was still in the Apps category.

AkiraKusanagi commented 1 year ago

64a3bf3741db30 41147019Processed This is a really dumb question. Can I set the status bar clock to the 12 hour format instead of 24?

EmiyaSyahriel commented 1 year ago

I didn't found the code for the actual category change yet, The "Category" field is just there for future implementation, You can check the code for this here and here (The code should be easy enough to understand). You can change the category by changing the field itself is weird and maybe caused a bug somewhere that put the FNAF in "Apps" at the beginning and then correct it back to "Games" sometimes after you set the category which maybe triggerred by something else.

About the Status bar format, you can change it via Settings > Display Settings > Status Bar Text Format (I know, The dialog is not that good yet). you can swipe left and right to choose between Edit and Save, and you can see all {sdf:[format]} format reference here. In your case, It should be only {sdf:dd/M HH:mm} (you should omit the a from there to remove the AM/PM text).

AkiraKusanagi commented 10 months ago

With the implementation of category changing, it was fixed in an Action Build.