Adam McNeilly
Adam McNeilly
I think it would be useful to have a split for Espresso testing. I'll follow up on this ticket with more specific ideas, but one off the top of my...
Currently the library handles the adapter itself using a cursoradapter. Let's give the user the option to override this - which will also give them freedom to display the suggestion...
Since this is a UI lib, and one where we manage storing a lot of data, I think it would benefit us to write some Espresso UI tests and even...
Most methods have JavaDocs already - let's go through them and ensure all methods and properties have documentation, and update the CI file to build the HTML page every time...
Creating a broad ticket to write some tests for our existing functionality. Haven't begun to dug into this so I'm not sure what will happen yet, but this is to...
## Summary After sortDependencies, we need to add any files if they were changed. ## How It Was Tested Tweaked a gradle file, ran the pre-commit hook, verified that everything...
I updated the pre commit hook to sort dependencies, but I'm not calling git add on any of the updated gradle files so we can get in a weird state...
In order for Danger to work properly, we need to give Actions write access on our repo so it can leave comments. I forget this with every new app I...
I'm wondering if we should change all the gradle files to gradle.kts files. This might be a little opinionated and not something everyone is interested in.