David Schreiber-Ranner

Results 4 issues of David Schreiber-Ranner

In the MVP example the view directly issues commands on the presenter, for example [the `MainActivity` directly calls `MainPresenter#loadRepositories`](https://github.com/ivacf/archi/blob/master/app-mvp/src/main/java/uk/ivanc/archimvp/view/MainActivity.java#L59) whereas it should rather use a passive callback like `Presenter#onUsernameSubmitted`. The...

There's a forked version of `gifsicle` called `lossygif` (https://kornel.ski/lossygif) that allows for reducing GIF file sizes even more than using the original `gifsicle` optimizations. ``` gifsicle --lossy=20 -O3 -o out.gif...

For multi-modular projects, it would be desireable to reduce the visibility of generated classes (i.e. models and clients) to only the module in which they are used, by applying the...

enhancement

### Integration sentry-android ### Build System Gradle ### AGP Version 8.5.1 ### Proguard Enabled ### Version 7.14.0 ### Steps to Reproduce 1. Disable auto-initialization by adding the appropriate metadata entry...

Type: Bug
Platform: Android
Platform: Java