David Miguel Lozano
David Miguel Lozano
Now the library only supports dragging down the view. Add support for dragging up/right/left.
This PR fixes one bug and adds a handy feature: - The title of the page wasn't being updated after loading a different document. Now it properly updates it. -...
A cardinal rule of passphrases in Java is: do not hold them in String objects. You have no means of clearing those from memory, as a String is an immutable...
It would be great to support publishing apps to Google Play. A good reference can be the https://github.com/Triple-T/gradle-play-publisher Gradle plugin.