Thomas Taschauer
Thomas Taschauer
https://github.com/jberkel/pay-me/issues/16
Hey there, Good job on the library! A few of my users experience the following error: "Can't start async operation (launchPurchaseFlow) because another async operation(refresh inventory) is in progress" Is...
Hi there, One of my apps is using this library and I'd like to give something back based on the revenue the app generated for me. Therefore I'd like to...
i'm commonly (ab)using script-tags to store html, but linter spits out warnings for every line of html inside the script-tag because it tries to validate it as javascript. this is...
at the moment we only store URLs of documents a user attempted to open previously. we should conisder copying those documents to our internal cache and show a nice list...
All the work currently handled by [*Loader classes](https://github.com/opendocument-app/OpenDocument.droid/tree/master/app/src/main/java/at/tomtasche/reader/background) inside of [DocumentFragment](https://github.com/opendocument-app/OpenDocument.droid/blob/master/app/src/main/java/at/tomtasche/reader/ui/activity/DocumentFragment.java) should move to a Service. Two goals I hope to achieve by doing so: 1. make the app more...
a fading actionbar would allow users to use the full screen height while reading a document. this seems to be the way to go, but might be complex to implement...
the current approach (default actionbar) is deprecated and it is recommended to implement your own toolbar