Mihai Adrian Carare
Mihai Adrian Carare
Needs https://github.com/mozilla-mobile/android-components/pull/12396 to be merged first. ### Pull Request checklist - [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not - [ ]...
### Pull Request checklist - [x] **Tests**: This PR includes thorough tests or an explanation of why it does not - [x] **Screenshots**: This PR includes screenshots or GIFs of...
### Pull Request checklist - [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not - [ ] **Screenshots**: This PR includes screenshots or...
### Pull Request checklist - [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not - [ ] **Screenshots**: This PR includes screenshots or...
### Pull Request checklist - [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not - [ ] **Screenshots**: This PR includes screenshots or...
### Pull Request checklist - [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not - [ ] **Screenshots**: This PR includes screenshots or...
This should include updating ktlint and detekt, and also fixing issues and removing entries from baselines (if any).
A new stable version for Jetpack Compose has been released: [Release notes](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.2.0 ) Note: in [1.2.0](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.2.0-alpha06) vector drawables are parsed and flipped as needed if they contain `android:autoMirrored="true"`, so the...
On targeting SDK 33, this will require adding new permissions to the manifest file. We currently use permission READ_EXTERNAL_STORAGE so when targeting Android 13 we should also add `READ_MEDIA_IMAGES`, `READ_MEDIA_AUDIO`,...
https://developer.android.com/jetpack/androidx/releases/compose-material3 Material You is available on Android 12: https://developer.android.com/about/versions/12 More info: https://material.io/blog/announcing-material-you Note: This is could be first implemented for composable components: https://developer.android.com/jetpack/compose/themes/material#material3