Pinned Repositories
Accessibility-Test-Framework-for-Android
AGP-Library-Bug
AndroidFragmentBug
Repro of bug in AndroidFragment() API
AndroidRadar
Android library for Radar
AndroidTestResourceNotFound
Demonstration of ResourceNotFound exception when using com.android.test gradle plugin
AS_3_6_DataBinding_Bug
Demos multiple DataBinding bugs in AS 3.6
ASManifestOutputDirBug
Repro for https://issuetracker.google.com/issues/131167099
Fireworks
An Android client for Hanabi
resume
unicode-curves
Fractals/Curves (Hilbert, Koch, Dragon) generated in Unicode. (C++)
cckroets's Repositories
cckroets/AGP-Library-Bug
cckroets/AS_3_6_DataBinding_Bug
Demos multiple DataBinding bugs in AS 3.6
cckroets/ASManifestOutputDirBug
Repro for https://issuetracker.google.com/issues/131167099
cckroets/Accessibility-Test-Framework-for-Android
cckroets/AndroidFragmentBug
Repro of bug in AndroidFragment() API
cckroets/AndroidRadar
Android library for Radar
cckroets/AndroidTestResourceNotFound
Demonstration of ResourceNotFound exception when using com.android.test gradle plugin
cckroets/androidx_test_jetifier_bug
Demo bug with AndroidX test library when enabling accessibility and Jetifier is not enabled
cckroets/automatic-octo-disco
[Entry] Android Dev Challenge: Week 2 - Countdown timer
cckroets/CardViewLintBug
PrivateResource lint bug when using android support design library
cckroets/coil
Image loading for Android backed by Kotlin Coroutines.
cckroets/dagger
A fast dependency injector for Android and Java.
cckroets/DataBindingCompileBug
Incremental DataBinding compilation bug
cckroets/DataBindingDependencySubstitutionBug
Bug repro for DataBinding
cckroets/dex-test-parser
Find all test methods in an Android instrumentation APK
cckroets/dexmaker
A utility for doing compile or runtime code generation targeting Android's Dalvik VM
cckroets/ExoPlayer
An extensible media player for Android
cckroets/FragmentAccessibilityNavigation
Demonstration of accessibility focus not persisting across Fragment transactions
cckroets/FragmentStateManagerBehaviorChange
Demo of behavior change when enabling the new state manager in alpha08
cckroets/GradlePropertyDemo
Demo of gradle 6 task dependencies bug
cckroets/GradleTestKitAGP
Repro of build issue with AGP 7.3-alpha04
cckroets/ImFeelingHungy
Smart Chef on your Android device
cckroets/ProcessResourcesBug
AGP Bug Repro in MergeResources
cckroets/ResourceReferenceBug
Displays bug where a resource can be referenced from another module where it shouldn't be accessible
cckroets/rest.li
Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
cckroets/ruler
Gradle plugin which helps you analyze the size of your Android apps.
cckroets/shaky-android
Shake to send feedback for Android.
cckroets/test-butler
Reliable Android Testing, at your service
cckroets/unmock-plugin
Gradle plugin to be used in combination with the new unit testing feature of the Gradle Plugin / Android Studio to use real classes for e.g. SparseArray.
cckroets/WrongConstantLintBug
Demonstrates WrongConstant bug in Lint Check after migrating to AndroidX