v3.2.4
Uses the forked Pdfium library (https://github.com/Zoltaneusz/PdfiumAndroid )to do following.
Initial release, including clickable links that are in plain text format, e.g. https://de.wikipedia.org/wiki/GitHub, not being annotated by the creator of the PDF.
Limitations:
- the link has to contain http or https string
- link either has a space character after the last character or is written in it's own line
- multiple links in the same documents are working
- links on multiple pages of the PDF are working
- links, that end in a line and continue in the next line are NOT found (using non-breaking spaces on the PDF, however solves the situation)