Michael Pardo
Michael Pardo
Let's have Kotlin completions!!! 😄 I've forked this repo to start working on completions, but it would be nice to collaborate on a feature branch here. I've never written a...
If an enum doesn't have a TypeAdapter the compiler should apply a generic enum adapter.
Currently model constructors are retrieved [using reflection](https://github.com/pardom/Ollie/blob/master/core/src/main/java/ollie/Ollie.java#L173) every time cursor is mapped to an entity. Caching the constructor might improve performance. Better yet, the model adapter could have a factory...
One of the commands I use most is `adb shell am force-stop `. It would be nice to have an alias for this command.