trackr icon indicating copy to clipboard operation
trackr copied to clipboard

Results 20 trackr issues
Sort by recently updated
recently updated
newest added

1) Import Trackr Android App sample on the EEPatch 2 or Flamingo RC1 2) Upgrade AGP to 8.0.0-rc1 3) Build project(Build->Rebuild) ##### Observed Result: Build failed with below error ```...

Would be great to update the Compose samples to use the Compose BOM. See https://github.com/android/user-interface-samples/pull/399 for an example of how to do such a migration.

fun runBlockingTest( block: suspend TestCoroutineScope.() -> Unit ) = testDispatcher.runBlockingTest { block() } Suggest to write this: fun runBlockingTest( block: suspend TestCoroutineScope.() -> Unit ) = testDispatcher.runBlockingTest ( block )

I noticed that the current usage of `GlobalScope` while seeding the initial database is not ideal, for the reasons mentioned in the following article https://elizarov.medium.com/the-reason-to-avoid-globalscope-835337445abc Hence I would like to...

I would like to propose a change which will replace the use of GlobalScope with Application CoroutineScope, for the reasons mentioned in the article below https://elizarov.medium.com/the-reason-to-avoid-globalscope-835337445abc

I noticed that the current workflow setup can be improved in some way. * Target latest ubuntu version which is `ubuntu-20.04` * Update actions e.g. `checkout@v2`, `setup-java@v2`, `upload-artifact@v2` * Pin...

Android 11, Samsung SM-G770F/DS, TalkBack 12.5.01.2 Open task detail from the task list screen and explore the opened screen with TalkBack turned on. Besides the elements of the details page,...

Hello! As you can see below, it's pretty hard to have an overview because of how tall the screenshots are. One solution that doesn't require lowering the quality is to...

Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.14 to 1.11.9. Release notes Sourced from byte-buddy's releases. Byte Buddy 1.11.9 Include jdk.reflect package in default ignore matcher. Retain parameter names for constructor of Java record...

dependencies

Bumps appcompat from 1.2.0 to 1.3.1. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=androidx.appcompat:appcompat&package-manager=gradle&previous-version=1.2.0&new-version=1.3.1)](https://dependabot.com/compatibility-score/?dependency-name=androidx.appcompat:appcompat&package-manager=gradle&previous-version=1.2.0&new-version=1.3.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies