TBog

Results 178 comments of TBog

Thank you. I'll look into it. I'm not usually using widgets. Your testing seems to show a flaw in my implementation.

@mtotschnig is the debug widget repository private?

I don't think it's my mistake. Here are the relevant lines https://github.com/TBog/TBLauncher/blob/54e7b2a09b7c3f4a3931c01dcdbefcf3df913f16/app/src/main/java/rocks/tbog/tblauncher/widgets/WidgetManager.java#L366-L367 https://github.com/TBog/TBLauncher/blob/54e7b2a09b7c3f4a3931c01dcdbefcf3df913f16/app/src/main/java/rocks/tbog/tblauncher/widgets/WidgetManager.java#L391-L394 I am reporting the size in `dp`. The function `UISizes.px2dp` will return `pixelSize / metrics.density`

![image](https://github.com/TBog/TBLauncher/assets/6465804/2f8730de-18c5-471d-9079-d5dfaee39faa)

I'll try to remove `strings-v26` because it creates a lot of confusion for translating

I use the Muzei live wallpaper app.

How else can the app make phone calls if not for that permission? Not all permissions can be requested from the user after install, like the contacts permission.

Thank you for reporting the issue with updated apps having their icons and tags reset. I haven't experienced this issue myself, but I will investigate it further and work on...

> Is this an AI response? 😅 I did try to translate using the AI. Seems like my own broken English words work better :P

Maybe we can change the DB version (so we don't do this every time the launcher starts) and add some code that will convert old IDs or at least flag...