Etienne Membrives
Etienne Membrives
I looked into it a bit. - `db` in `withTransaction` (inside `model/src/main/java/de/azapps/mirakel/model/provider/MirakelInternalContentProvider.java`) is `null` because `getWritableDatabase()` returns `null`. - `getWritableDatabase()` returns `null` because `dbHelper` is null (`database` is also `null`,...
@weiznich Thanks for looking into this! I tried to look at your patch, but I get a 504 error. I'll try to test it another day.
I would be interested in helping on the alternative grid view. My main goal is to be able to have the presenter view more visible than it is currently. Do...
I am starting slightly more controversial UI changes; let me know if you want them integrated into mainline, including with additional changes. With https://github.com/emembrives/pyrite/tree/feat/audio-row, I added an audio-only row, which...