Dmitriy Bogdanov

Results 36 issues of Dmitriy Bogdanov

Icons with padding. [As I mentioned earlier](https://github.com/wallabag/android-app/issues/317#issuecomment-328617133), some icons have problems with aliasing.

Work in progress

Also validate `gradlew` and `gradlew.bat` scripts. These are not blobs so it is harder to overlook something, but I think these should be checked too.

Hey! Thanks for such a great gallery app! Here are some corrections and additions for Russian translation.

Sometimes gallery apps and image viewers display a photo as expected, but VES Image Compare displays in turned 90/180 degrees. I haven't looked into details, but I assume it has...

enhancement

Hi! Since `targetSdkVersion 26` notifications without a notification channel are not shown on Android 8+ ([see this](https://developer.android.com/training/notify-user/channels)). This PR adds two notification channels: `sync` for silent sync notifications and noisy...

`"$1"` [here](https://github.com/salman-abedin/bolt/blob/507a510cbfb54a7f0a576a27788eb78640d958a3/bolt.sh#L58) is executing **all content** of `$1` as one command, which doesn't exist. For it to work correctly quotation marks should not be used. I patched it for myself...