sebastien46

Results 29 issues of sebastien46

It would be nice to access the info similarly to #3, but on a per-game basis.

Starting with [TargetSDK 33](https://developer.android.com/about/versions/13), devices can call the [getMonochrome()](https://developer.android.com/reference/android/graphics/drawable/AdaptiveIconDrawable#getMonochrome()) function from the [AdaptiveIconDrawable](https://developer.android.com/reference/android/graphics/drawable/AdaptiveIconDrawable) class, which can enable the app to render a user-themed / monochromatic version of it's [Drawable](https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable) icon:...

#### What changes does this PR bring? This PR adds Support for Android 13+ Themed Launcher App Icon #### Issue Reference None #### Screenshots - Base Icon for reference ![SCR0_BASE](https://github.com/MobileFirstLLC/irregular-expressions/assets/57289288/a45de602-a44a-4032-95da-c1ef49d917f3)...

This enables the Launcher in Android 13 & above to render a themed version of the App's icon according to user preference. Note: the app itself doesn't need to have...

Since Android 13, the user can choose to display an app's [Themed / Monochrome App Icon variant](https://www.android.com/android-13/#a13-your-phone-your-aesthetic). I'd like to work on this, but it would require the vector file...

https://developer.android.com/develop/ui/views/launch/icon_design_adaptive#User_Theming

https://developer.android.com/develop/ui/views/launch/icon_design_adaptive

https://developer.android.com/develop/ui/views/launch/icon_design_adaptive#User_Theming

### Feature Description From Android 13 onward, the launcher can request an app's themed / monochrome variant. I'd like to work on this, if you have a source vector file...

enhancement
medium priority

### What you want: ### Progress: - [ ] Adaptive Launcher Icon - [x] VectorDrawable Icon - [x] Monochrome Icon I'd like to add these features using a pull request,...

enhancement
contributors-welcome