283 Commits (libpdfviewer)
 

Author SHA1 Message Date
Hardcore Sushi c74b374ec4
Restore correct pdfjs version 2 months ago
Hardcore Sushi 6e8fdb56a5
libpdfviewer: update to PdfViewer 16 4 months ago
randomhydrosol 99c8c13fec update pdfjs to v3.1.81 6 months ago
loryeam 1cf1c7ec28 horizontally and vertically center canvas and text layer
Also fixes an issue where text layer is not exactly on top of the canvas when
canvas width is less than screen width (which happens often in landscape mode or
when fully zoomed out)
6 months ago
octocorvus ac4aa0bbb9 [webview] set minimum font size to 1px
This fixes an issue where some text layer divs (those with font
size < 8px) gets misaligned due to webview setting their font size
to 8px.
6 months ago
dependabot[bot] abfb212011 Bump kotlin-gradle-plugin from 1.7.21 to 1.7.22
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.21 to 1.7.22.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.21...v1.7.22)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
dependabot[bot] a3ba77534c Bump kotlin-gradle-plugin from 1.7.20 to 1.7.21
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.20 to 1.7.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
Daniel Micay ed3cf2c08f remove no-op allowBackup
This was added to silence a now removed lint check.
7 months ago
smdyv e1dd3db05a Bump material from 1.6.1 to 1.7.0 8 months ago
Daniel Micay 22bd993a75 update to JDK 19 8 months ago
dependabot[bot] a73caa5914 Bump gradle from 7.3.0 to 7.3.1
Bumps gradle from 7.3.0 to 7.3.1.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
Hardcore Sushi 2766000ebc
libpdfviewer: update to PdfViewer 15 8 months ago
Daniel Micay eead76ad86 increment version to 16 8 months ago
loryeam fbd6c45c3f fix a typo in viewer.js which can cause cache miss 8 months ago
Pratyush 8d0caf65a2 avoid `NullPointerException` 8 months ago
Pratyush 221e45cd52 handle `NumberFormatException` caused by `Integer.parseInt` 8 months ago
Pratyush ee87e43bcb handle `OutOfMemoryError | IllegalArgumentException` 8 months ago
Pratyush 5fadf7f47d replace deprecated api uses 8 months ago
Pratyush 7ff831769e add missing NonNull annotation 8 months ago
Daniel Micay 9e40a05be3 make manifest whitespace style consistent 8 months ago
Pratyush 18761b3e4a replace deprecated api uses 8 months ago
Pratyush 43f971c028 add documentLaunchMode flag 8 months ago
Pratyush 2b81d4dcc3 fix navigation bar color on three button navigation system 8 months ago
Pratyush 5a55c8045b use color transparent for status bar 8 months ago
Pratyush 718b448cc5 remove hardcoded (toolbar) background color 8 months ago
Pratyush afaf71a4a2 use DynamicColors app bar theme 8 months ago
Pratyush 8a308b69e5 apply DynamicColors when available 8 months ago
dependabot[bot] ea5c34ed52 Bump kotlin-gradle-plugin from 1.7.10 to 1.7.20
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.7.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.7.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
Hardcore Sushi 06e54dbb03
libpdfviewer: update to PdfViewer 14 9 months ago
Daniel Micay fee1b1516f move away from deprecated package attribute 9 months ago
dependabot[bot] bc77ecbcc6 Bump gradle from 7.2.2 to 7.3.0
Bumps gradle from 7.2.2 to 7.3.0.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Daniel Micay 955bed3614 increment version to 15 9 months ago
Daniel Micay ee3605428e minor cleanup 9 months ago
Daniel Micay e967af2397 update pdf.js to v2.16.105 9 months ago
Daniel Micay 9ea5cb1802 remove duplicate icon resource 9 months ago
Daniel Micay a307f2892c add missing newlines 9 months ago
Pratyush 8c795d4552 add android 13 monochrome icon 9 months ago
Daniel Micay d7ca71770f remove unused string resource 9 months ago
Daniel Micay a29ec202a7 update appcompat to 1.5.1 9 months ago
Pratyush ea9a57fabe Improve password UI/UX 9 months ago
Pratyush 68fc48d3a9 add on (doc) loaded callback 9 months ago
quh4gko8 3ebdfd0a11 bump targetSdk to 33 9 months ago
quh4gko8 ff11df007f Build against android 13, resolve new deprecated APIs 9 months ago
Daniel Micay fa2db54804 update pdf.js to v2.15.349 10 months ago
Patryk Mis 7634c00f59 Bump dependencies 10 months ago
Daniel Micay f67021e975 update Gradle to 7.5.1 10 months ago
dependabot[bot] adb87cbaef Bump gradle from 7.2.1 to 7.2.2
Bumps gradle from 7.2.1 to 7.2.2.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
Daniel Micay 09ccfb069d update Android build tools to 33.0.0 11 months ago
Daniel Micay 2a91d95eef update Gradle to 7.5 11 months ago
dependabot[bot] a48213c450 Bump kotlin-gradle-plugin from 1.7.0 to 1.7.10
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.0 to 1.7.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
11 months ago