sebastien46

Results 29 issues of sebastien46

Since Android 13, the user can request an App's [Themed / Monochrome Variant](https://www.android.com/android-13/#a13-your-phone-your-aesthetic) for the launcher if it's mentioned in the app's [Adaptive Icon](https://developer.android.com/develop/ui/views/launch/icon_design_adaptive) manifest. I'd like to work on...

This PR Adds Themed / Monochrome launcher icon support for Android 13+. ## Pre-launch Checklist - [X] I read the [Contributor Guide](CONTRIBUTING.md) and followed the process outlined there for submitting...

- [x] Tests written, or not not needed This PR adds Themed / Monochrome app icons to QA & Dev versions of the app where they were missing previouly.

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

Closes #1424 This adds support for a VectorDrawable version of the Android icon for TargetSDK 26 & up. It also adds Themed / Monochrome for TargetSDK 33 & up. I...

Hi, There's been 37 commits to the master branch since the [last release](https://github.com/slapperwan/gh4a/compare/4.6.10...master), which is from a year ago. There's a lot of nice bug fixes & QoL improvement, such...

### Steps to reproduce 1. Go to the [Libchecker-Rules Repo](https://github.com/libchecker/libchecker-rules) 2. Go to Files Section 3. Select "Search Code" 4. Enter the search query `sqlite` 5. The search activity crashes,...

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:...

Enhancement
Postponed

#### Since Android 13, the user can choose to draw an app's [Themed / Monochrome app icon variant](https://www.android.com/android-13/#a13-your-phone-your-aesthetic) if it is mentioned in the app's [Adaptive Icon](https://developer.android.com/develop/ui/views/launch/icon_design_adaptive) manifest. #### I've...

enhancement
priority/low

**Is your feature request related to a problem? Please describe.** I like my main Android menu being homogeneous & have all the icons be in the same theme **Describe the...

enhancement