Paul Klauser
Paul Klauser
With Hyperion enabled, talkback focus and announcements behave differently when first seeing an Activity or Fragment. In most cases, with Hyperion enabled there is nothing focused when a new Activity...
Include docs on differences and known issues with AGP 7.0.0 Fixes an issue found with including the jacoco task in every module that creates a race and non-deterministic failures of...
Upgrade Gradle, AGP, and sub out removed kotlin-android-extensions within. This was all required to get the project to build in both AS Giraffe 2022.3.1 Stable and AS Hedgehog 2023.1.1 Canary...
**Describe the bug** The `material-showcase` project does not build in the latest stable AS version: Giraffe 2022.3.1 on Apple Silicon. The following error is seen instead: ``` Could not compile...
Hey @jeziellago I know you're currently deployed to Jitpack, but have you considered deploying to Maven Central as well? I work with teams that are hesitant to depend on libraries...
Right now the big UI tests are using the persisted Room database, which means if the device has any existing state, it can break the UI tests. We should use...
The separation of preset and saved Phrases necessitates us to re-model and store saved phrases. Keep in mind, there is some existing code for this already, but don't be afraid...
`EditCategoriesViewModel` currently holds separate state for reordering as well as adding and removing categories. This was necessitated by the fact that the ViewPager/List that displays categories gets reset every time...
Currently there are various ViewModels handling sort order, leading to duplicate code, and leaking that implementation farther up than it needs to go. We should abstract sort order so that...
It appears that these two Fragments are duplicating each other. See if that's true. Outcome of this will be a ticket to track this work, or the answer that we'll...