TBog
TBog
Can you please provide more information? Android version, app version, phone information, any settings you have changed from default (maybe icon pack), step by step what you do in order...
Is this related to #1704 ? Some settings invalidate the icon pack and the parsing is done on the UI thread.
What Android version are you using? Maybe KISS needs some love and care for shortcuts? I personally don't really use them. All I know is that some things changed with...
Can you please also test on some other open source launcher? The default launcher is a special application.
> PaletteView is a RecyclerView, so the UI thread may be busy, but it cannot be run outside of the UI thread. RecyclerView doesn't need to have the data in...
I updated to the latest color-chooser version on branch [bump_color_chooser_to_v0.5.0](https://github.com/TBog/TBLauncher/tree/bump_color_chooser_to_v0.5.0) with commit https://github.com/TBog/TBLauncher/commit/2f2ee900aa32ba924d0c67d8e41cea2a0bbdb339 with no change in performance.
> [ColorChooserView](https://github.com/ohmae/color-chooser/blob/master/lib/src/main/java/net/mm2d/color/chooser/ColorChooserView.kt) is internal class. I did not intend to make this interface public. In other words, updates may change this interface. Ok, now I understand. I needed a dialog...
> I believe `createPalette` is to blame. I was wrong! I used the CPU profiler and `createPalette` is not the problem. I also tried to asynchronously create the bitmaps and...
I'll post a new dev release for you to test
I'll release a new version asap