- Fix NPE and IndexOutOfBound bugs when rendering parts
- Merge pull request by paulo-sato-daitan for disabling page change animation
- Merge pull request by Miha-x64 for drawing background if set on
PDFView
- update PdfiumAndroid to 1.4.0 with support for rendering annotations
- merge pull request by usef for rendering annotations
- update PdfiumAndroid to 1.3.1 with support for bookmarks, Table Of Contents and documents with password:
- added method
PDFView#getDocumentMeta(), which returns document metadata - added method
PDFView#getTableOfContents(), which returns whole tree of bookmarks in PDF document - added method
Configurator#password(String)
- added method
- added horizontal mode to ScrollBar - use
ScrollBar#setHorizontal(true)orapp:sb_horizontal="true"in XML - block interaction with
PDFViewwhen document is not loaded - prevent some exceptions - fix
PDFViewexceptions in layout preview (edit mode)
- update PdfiumAndroid to 1.1.0, which fixes displaying multiple
PDFViews at the same time and few errors with loading PDF documents.
- fixes bug with strange behavior when indices passed to
.pages()don't start with0.
- added method
pdfView.fromUri(Uri)for opening files from content providers - updated PdfiumAndroid to 1.0.3, which should fix bug with exception
- updated sample with demonstration of
fromUri()method - some minor fixes
- Initial release