Strubbl

Results 136 comments of Strubbl
trafficstars

Yes, workaround is to go to settings app --> apps --> droidupnpn --> permissions --> activate storage permission Afterwards kill the app and start it again

There is a conflict in app/build.gradle . Is it really necessary to increase minSDK from 21 to 24? That would be from Android 5 to 7.

I like the idea of the feature since i have some articles, which have graphics, where i cannot zoom in from wallabag. So i go to the original website and...

> so no extra pixels In my use case this would be okay because the image embedded to the article was scaled down. So in theory the pixels are already...

Maybe this size limit is a hint https://stackoverflow.com/a/21432966/709697 if greendao relies on android sqlite

I have another idea. We always increase the offset and set it here: https://github.com/wallabag/android-app/blob/2.0.1/app/src/main/java/fr/gaulupeau/apps/Poche/service/SecondaryService.java#L312 so what happens when offset is greater than totalNumber and we do this: https://github.com/wallabag/android-app/blob/2.0.1/app/src/main/java/fr/gaulupeau/apps/Poche/service/SecondaryService.java#L280 ? Maybe...

Yes, absolutely makes sense. Just tested it ``` 06-29 21:16:47.761 5372-12636/fr.gaulupeau.apps.InThePoche.debug D/SecondaryService: fetchImages() total number: 3732 06-29 21:16:47.761 5372-12636/fr.gaulupeau.apps.InThePoche.debug D/SecondaryService: fetchImages() looping; offset: 0 ... 06-29 21:17:55.498 5372-12636/fr.gaulupeau.apps.InThePoche.debug D/SecondaryService: fetchImages()...

Maybe reducing the query limit to 10 helps that particular user? (And does not hurt us.)

This is alrady possible. Just open an article, use "download as file" from the menu and select which format you want. Afterwards you can share that file as you want.