Commit Graph

353 Commits

Author SHA1 Message Date
Matéo Duparc 8fe8b2f4b3
libpdfviewer: update to PdfViewer 13 2022-03-21 16:43:25 +01:00
Daniel Micay 94c947305b increment version to 13 2022-03-20 05:15:49 -04:00
emschu 0c21e13459 add basic support to share documents via an additional item in options menu, add share icon
Signed-off-by: emschu <emschu@mailbox.org>
2022-03-20 05:14:05 -04:00
June cb4a0e8684 Target SDK 12L/12.1
GrapheneOS is now on 12.1

Signed-off-by: June <june@eridan.me>
2022-03-13 06:00:59 -04:00
June ea519819c6 Update gradle to 7.4.1
Signed-off-by: June <june@eridan.me>
2022-03-12 11:49:02 -05:00
June 26e6d77574 Update pdf.js to 2.13.216
tag 070a365be5a7579f4ddd5a9a2d4efcd281c2d64f

Signed-off-by: June <june@eridan.me>
2022-03-08 17:47:33 -05:00
Matéo Duparc 0f312347dd
libpdfviewer: update to PdfViewer 12 2022-03-06 21:39:38 +01:00
dependabot[bot] b9da0073b7 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 16:34:36 -05:00
Daniel Micay 5c5bd0851d rename package to app.grapheneos.pdfviewer too 2022-02-25 16:26:22 -05:00
Daniel Micay e68880b45d add separate release target for Play Store 2022-02-25 12:26:41 -05:00
Daniel Micay 74a9f9983d increment version to 12 2022-02-25 11:20:16 -05:00
smdyv e6add76a9f Handle out-of-date WebView
Disable the open document menu item and show the user a relevant view.
2022-02-25 09:59:58 -05:00
Daniel Micay 2571335eeb increment version to 11 2022-02-23 17:15:05 -05:00
smdyv 6ed3aed8ad Display content edge-to-edge 2022-02-23 17:14:28 -05:00
dependabot[bot] 587d3a5c96 Bump gradle from 7.1.1 to 7.1.2
Bumps gradle from 7.1.1 to 7.1.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>
2022-02-23 14:15:56 -05:00
Daniel Micay d26851dfcf rename to app.grapheneos.pdfviewer 2022-02-23 08:50:50 -05:00
smdyv 660321cb38 Use vectors for menu icons
Material icons (rounded)
2022-02-20 12:23:43 -05:00
smdyv 7b0948383a Add margins to toolbar 2022-02-20 12:23:13 -05:00
smdyv 1fbfc86199 Disable animated layout changes for the top app bar
At least temporarily. Prevents unsightly layout shifts
2022-02-20 08:04:26 -05:00
smdyv 8453e2f2c6 Use M3 theme 2022-02-19 09:06:31 -05:00
smdyv 6468f5012f Use default window color in dark theme 2022-02-19 08:58:03 -05:00
MHShetty c7a0ae858e Use a grey background while viewing a document 2022-02-19 08:48:09 -05:00
smdyv f07b6350df Center canvas 2022-02-19 08:37:38 -05:00
smdyv c743c0d6a7 Create layout for the PDF viewer activity
Updating insets is no longer necessary because the layout reserves the
space for the top app bar and frees it up in full-screen mode so the
WebView can fill the entire screen.
2022-02-19 08:32:15 -05:00
Matéo Duparc 4e4b7c5da4
libpdfviewer: Genesis 2022-02-18 15:03:53 +01:00
smdyv fdf2cf8c27 Use view binding instead of findViewById
Provides null safety and type safety
2022-02-18 06:09:22 -05:00
MHShetty 5f5e1682a0 Add dark app theme support 2022-02-13 04:19:20 -05:00
June f91ba5298e Update gradle wrapper to 7.4
Signed-off-by: June <june@eridan.me>
2022-02-10 22:56:16 -05:00
Daniel Micay 89e898d81c increment version to 10 2022-02-09 07:08:03 -05:00
smdyv b5a05055e9 Replace launcher icon 2022-02-09 07:07:39 -05:00
Daniel Micay 80e3d7e4b8 increment version to 9 2022-02-07 00:32:25 -05:00
Daniel Micay 993923ff92 Revert "solve API 30 deprecation with getSystemWindowInsetTop"
This reverts commit 851dd55d43.
2022-02-07 00:31:22 -05:00
flawedworld 17db928149 Update Play Store icon 2022-02-07 00:27:23 -05:00
Daniel Micay 6a129121fb increment version to 8 2022-02-06 22:51:16 -05:00
June 5984291b44 Replace deprecated usages of getActivity with requireActivity, replace onClick with lambda, and use NonNull
Signed-off-by: June <june@eridan.me>
2022-02-05 23:51:21 -05:00
June 61247aaa6a Explicitly require NonNull in areas where it shouldn't/never will be
Signed-off-by: June <june@eridan.me>
2022-02-05 23:50:54 -05:00
June 259a2afe7a Don't use C-style arrays, use parseBoolean, remove redundant explicit type
Signed-off-by: June <june@eridan.me>
2022-02-05 23:50:54 -05:00
June 91dbb9adfb Don't use mWebView to set WebView debugging
Signed-off-by: June <june@eridan.me>
2022-02-05 23:50:54 -05:00
June 851dd55d43 solve API 30 deprecation with getSystemWindowInsetTop
Signed-off-by: June <june@eridan.me>
2022-02-05 23:50:54 -05:00
June 5494376175 Use expression lambda instead of statement lambda
Signed-off-by: June <june@eridan.me>
2022-02-05 23:50:54 -05:00
flawedworld a8828e3878 replace icon 2022-02-05 19:23:36 -05:00
dependabot[bot] c563486866 Bump gradle from 7.1.0 to 7.1.1
Bumps gradle from 7.1.0 to 7.1.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>
2022-02-04 18:33:24 -05:00
June f81a71bf3d Remove unused label 2022-02-03 11:09:57 -05:00
June 9dca01a0ee Replace valueOf with their respective data type functions 2022-02-03 11:09:57 -05:00
Daniel Micay d48b1d3efc update copyright notice 2022-02-01 05:14:37 -05:00
Daniel Micay 8f44fdf862 update SDK and build tools to 32 (Android 12L) 2022-01-26 22:12:29 -05:00
dependabot[bot] bda58bdba8 Bump gradle from 7.0.4 to 7.1.0
Bumps gradle from 7.0.4 to 7.1.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>
2022-01-25 15:03:44 -05:00
Daniel Micay 6404c7afea check out submodules for CI 2022-01-25 14:59:31 -05:00
June 9596bcf082 add pdfjs-dist submodule and symlink minified files
This should make the update process of pdf.js far easier and more maintainable as we can just use the pdfjs-dist tags

Signed-off-by: June <june@eridan.me>
2022-01-22 22:12:31 -05:00
June df63e56bed solve deprecations in app build.gradle.kts
Signed-off-by: June <june@eridan.me>
2022-01-22 20:34:03 -05:00