James Barr
James Barr
The internal adapter for using RIBs in a RecyclerView should be converted to Kotlin and open sourced
See https://github.com/uber/RIBs/pull/434#discussion_r615124570
After the conversion to Kotlin that still maintains binary compatibility, some classes and methods became marked as open when they shouldn't actually be part of the public API
The Android portion of this project will be undergoing two groups of breaking changes as we look at the future of RIBs. 1. Breaking changes required in order to reconcile...
In Lint 26.x, the command line lint that Buck uses has a `--project` option that lets you specify an XML file describing the project being linted. `ProjectInitializer.kt` describes how the...
Similar to #62, I noticed that AttributeCollectors also used Java ServiceLoader. Could an API also be added here to allow for manual hooking up of AttributeCollectors so that non-Gradle build...
Would it be possible for you to add support for splitkb's [tenting puck](https://splitkb.com/products/tenting-puck)? This would add to the Comfort aspect of the design philosophy while not hurting the Ease of...
Can we do one of the following? - support passing `-s DEVICE_ID` to target nanoscope command at one of many open emulators - improve the error message for running `nanoscope...
[Systrace](https://developer.android.com/studio/profile/systrace) supports visualizing [custom event spans](https://developer.android.com/studio/profile/systrace/custom-events) such as the POSTMAIN that can be seen in the screenshot below. This would be a very useful addition to nanoscope ![Screen Shot 2019-08-01...
https://docs.github.com/en/actions