Adam Brown
Adam Brown
When running `konfetti-xml : 2.0.2` on API 21/22 (could also include lower version but haven't tested) the `View` lifecycle causes a crash. It looks like the constructor is directly calling...
Draft as this PR relies on #6720 ## Type of change - [ ] Feature - [ ] Bugfix - [x] Technical - [ ] Other : ## Content -...
Draft as this depends on #6774 ## Type of change - [ ] Feature - [ ] Bugfix - [x] Technical - [ ] Other : ## Content - Lifts...
## Type of change - [ ] Feature - [ ] Bugfix - [x] Technical - [ ] Other : ## Content Adds a top level vector-app module to act...
To avoid having variants at the `vector` base module level and instead lift them to the `vector-app`, this will allow the majority of the application code to be cached and...
### Release checklist ### Before the release - [x] Weblate sync, fix lint issue if any (in a dedicated PR) - [x] Check the update of the store descriptions (using...
### Steps to reproduce 1. In the account creation screen 2. Type non ascii characters into the username field (eg emojis or script language characters) 3. Notice the app crashes...
We're seeing crashes when the room database is initialised, from google'ing around, this error code is related to `WAL`. I'm hoping upgrading to the latest version of room will address...
Evernote android-job has been deprecated (and has some internal ANR issues) https://github.com/evernote/android-job [WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager) is the recommended replacement
It's possible to encounter misleading `file mismatch` errors when the same file names are used as the library will unknowingly append to already downloaded files. ``` batch_id_1 has a greater...