Skip to content

Commit

Permalink
v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bwt committed May 2, 2024
1 parent bd7db20 commit afa46e0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ and serve that database (and the actual scans) to the viewer over HTTPS.
- Modifications on PDFs (done with Paperwork) are ignored. Only the original PDF is used.

- The internal PDF viewer is quite crude, *e.g.* there is no re-rendering when the zoom level changes.
As a workaround a *Show in external app* button is provided.
You can alternatively visualize the pdf with an external app.


### Known bugs
Expand Down Expand Up @@ -268,9 +268,10 @@ more Base64 content
```
You can optionaly add a certificate for a custom certification authority.
This is used to authenticate the *server* and is only necessary if the server's certificate is not signed by a well known CA.
This is used to authenticate the *server* and is only necessary if the server's certificate is not signed by a well known CA.<br>
If provided, it will be the only CA trusted by the viewer.
If not, the system's built-in CAs will be trusted, but not any CA the user may have imported.
If not, Android's system (built-in) CAs will be trusted.<br>
In any case Android's *user* CAs (i.e. manually imported on the device) are **not** trusted.
### Extension
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "net.phbwt.paperwork"
minSdk = 24
targetSdk = 34
versionCode = 1001007
versionName = "1.1.7"
versionCode = 1001008
versionName = "1.1.8"

resourceConfigurations += arrayOf("en", "fr")

Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

# https://github.com/google/accompanist/releases

[versions]
agp = "8.4.0"
kotlin = "1.9.23"
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/1001008.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
png support added ( Thanks to symphorien )
This requires the Python helper script to be updated
1 change: 1 addition & 0 deletions metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
OpenPaperview's purpose is to browse, search in, download and display or send OpenPaper.work documents.
A static HTTPS server is required but the application is designed to be useable offline
with configurable pre-download and local full-text search.
See <a href="https://github.com/bwt/OpenPaperView?tab=readme-ov-file#openpaperview">full setup instructions</a>.

2 changes: 2 additions & 0 deletions metadata/fr/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
OpenPaperView permet de télécharger, visualiser ou envoyer des documents OpenPaper.work.
Un serveur HTTPS statique est nécessaire mais l'application est conçue pour fonctionner
hors ligne avec un pré-téléchargement paramétrable et une recherche en texte intégral locale.
Cf les <a href="https://github.com/bwt/OpenPaperView?tab=readme-ov-file#openpaperview">instructions détaillées</a>.

0 comments on commit afa46e0

Please sign in to comment.