Savvas Dalkitsis
Savvas Dalkitsis
A required flag was added on api 31+ to the pending intent that the library is not adding: ``` 2022-05-05 23:09:27.717 10486-10486/com.savvasdalkitsis.uhuruphotos.debug E/[PendingIntent:375 checkFlags]: java.lang.IllegalArgumentException: com.savvasdalkitsis.uhuruphotos.debug: Targeting S+ {version 31...
I am using the current web hook support for receiving a message for my completed jobs via a Telegram bot. Unfortunately I have daily jobs running that mostly succeed and...
https://developer.android.com/guide/topics/resources/app-languages
### Discussed in https://github.com/savvasdalkitsis/uhuruphotos-android/discussions/121 Originally posted by **ippocratis** August 17, 2022 Again , idk if the api even provide a way of doting this : Add an option to download...
https://stackoverflow.com/questions/43390930/is-there-a-way-to-know-if-data-saver-is-enabled
This shouldn't happen as the task is being offloaded to a background thread with reduced priority yet somehow the main thread is still being frozen. Need to investigate