- [x] Make the name of list.impl.InitializationContentProvider change depending whether we're on a test or not... - [x] Replace component builders by factories - [x] Fix filter being fully cleared when removing characters - [x] Fix list coming to a point where it does not scroll anymore - [x] Migrate to AndroidX, including testRunner and forced dependencies, as well as test-accessors args - [x] Static @Provides - [x] Review dependency versions - [x] Remove common (?) and review dependency graph - [x] Remove anon classes from modules - [x] Hide soft input on filter cross press - [x] Split list in two - [x] Architecture diagram - [x] Lint optimizations - [x] Version plugin - ~~Replace Picasso with Glide~~ Invalid (awful API, handles its own cache apart from OkHttp) - [ ] Detail screen - [ ] Remove anonymous classes
Replace Picasso with GlideInvalid (awful API, handles its own cache apart from OkHttp)