Update gmitohtml to v1.0.1

This commit is contained in:
Trevor Slocum 2020-11-25 09:34:43 -08:00
parent 7247cc81d8
commit b79d201efd
14 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,7 @@
0.1.2:
- Display navigation bar in pages
- Support dark themed pages via prefers-color-scheme
0.1.1:
- Support client certificates
- Shut down daemon after 10 minutes of inactivity

View File

@ -1,6 +1,8 @@
# Xenia
[![Donate](https://img.shields.io/liberapay/receives/rocketnine.space.svg?logo=liberapay)](https://liberapay.com/rocketnine.space)
<a href="https://play.google.com/store/apps/details?id=space.rocketnine.xenia"><img width="121" height="36" alt="Google Play" border="0" src="https://rocketnine.space/static/badge_google_36.png"></a>
[Gemini](https://gemini.circumlunar.space) proxy for Android
## Features
@ -17,9 +19,11 @@
## Download
APKs may be downloaded from [the developer](http://xenia.rocketnine.space/download/?sort=name&order=desc).
Xenia is available on [Google Play](https://play.google.com/store/apps/details?id=space.rocketnine.xenia).
Xenia is pending review for addition to Google Play and F-Droid.
APKs may also be downloaded from [the developer](https://xenia.rocketnine.space/download/?sort=name&order=desc).
Xenia is pending review for addition to [F-Droid](https://f-droid.org).
## Support

View File

@ -10,8 +10,8 @@ android {
applicationId "space.rocketnine.xenia"
minSdkVersion 16
targetSdkVersion 30
versionCode 11
versionName "0.1.1"
versionCode 12
versionName "0.1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -31,7 +31,7 @@ android {
ext {
// https://gitlab.com/tslocum/gmitohtml
gmitohtmlVersion = "11183c0c630fc41c8f04ffaceece2742fed7e6d3"
gmitohtmlVersion = "v1.0.1"
}
task bindLibrary(type: Exec) {

View File

@ -110,7 +110,7 @@ public class XeniaService extends Service {
}
try {
Gmitohtml.startDaemon("127.0.0.1:1967");
Gmitohtml.startDaemon("127.0.0.1:1967", false);
} catch (Exception e) {
e.printStackTrace();
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 KiB

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 21 KiB