summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-01-02 18:40:21 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-01-02 18:40:21 +0200
commitf975714ca43f668d72eed26ea1a90de3991430b8 (patch)
treed0edf9d619d245f714d8fbbe048e1c15b4b2e5e2 /res
parent6ec19264f26d79009d582bd35d82e108632a326e (diff)
Android: Added release notes and Help page
Diffstat (limited to 'res')
-rw-r--r--res/about/android-help.gmi47
-rw-r--r--res/about/android-version.gmi24
2 files changed, 71 insertions, 0 deletions
diff --git a/res/about/android-help.gmi b/res/about/android-help.gmi
new file mode 100644
index 00000000..1425b6bc
--- /dev/null
+++ b/res/about/android-help.gmi
@@ -0,0 +1,47 @@
1```LAGRANGE
2 __ __ __ ___
3| /\ / _` |__) /\ |\ | / _` |__
4|___ /~~\ \__> | \ /~~\ | \| \__> |___
5
6```
7# Help
8
9## What is Gemini
10
11Gemini is a simple protocol for serving content over the internet. It specifies a Markdown inspired format allowing basic plain text document markup. Compared to HTTP and HTML, Gemini is vastly simpler and easier to work with.
12
13=> gemini://gemini.circumlunar.space/docs/faq.gmi Project Gemini FAQ
14=> gemini://gemini.circumlunar.space/docs/specification.gmi Protocol and 'text/gemini' specification
15
16## What is Lagrange
17
18Lagrange is a GUI client for browsing Geminispace. It offers modern conveniences familiar from web browsers, such as smooth scrolling, inline image viewing, multiple tabs, visual themes, Unicode fonts, bookmarks, history, and page outlines.
19
20Like Gemini, Lagrange has been designed with minimalism in mind. It depends on a small number of essential libraries. It is written in C and uses SDL for hardware-accelerated graphics. OpenSSL is used for secure communications.
21
22=> about:lagrange About Lagrange
23=> https://www.libsdl.org SDL: Simple DirectMedia Layer
24=> https://www.openssl.org OpenSSL: Cryptography and SSL/TLS Toolkit
25
26### Features
27
28* Beautiful typography with full Unicode support
29* Autogenerated page style and symbol for each Gemini domain
30* Light and dark color themes
31* Scaling page content (50%...200%)
32* Freely adjustable scaling factor for the UI
33* Sidebar for managing bookmarks, subscribed feeds, and viewing browsing history and the page outline
34* Multiple tabs
35* Split view for browsing two pages at once (iPad only)
36* Find text on the page
37* Open image and audio links inline on the same page
38* Smart suggestions when typing an URL — search bookmarks, history, identities
39* Search engine integration
40* Identity management — create and use TLS client certificates
41* Subscribe to Gemini and Atom feeds
42* Use Gemini pages as a source of bookmarks
43* Audio playback: MP3, Ogg Vorbis, WAV
44* Read Gempub books and view ZIP archive contents
45* Built-in support for Gopher
46* Built-in support for uploading data using the Titan protocol
47* Use proxy servers for HTTP, Gopher, or Gemini content
diff --git a/res/about/android-version.gmi b/res/about/android-version.gmi
new file mode 100644
index 00000000..a7b87d47
--- /dev/null
+++ b/res/about/android-version.gmi
@@ -0,0 +1,24 @@
1```LAGRANGE
2 __ __ __ ___
3| /\ / _` |__) /\ |\ | / _` |__
4|___ /~~\ \__> | \ /~~\ | \| \__> |___
5
6```
7# Release notes
8
9## 1.10 (Alpha 3)
10* Added Android-specific release notes.
11* Added Settings > UI > Toolbar Actions: customize the two leftmost phone toolbar buttons.
12* Show build version in Settings > About.
13* Fixed sizing of the UI when the device has on-screen system keys.
14* Fixed the copy/paste menu staying hidden behind the keyboard.
15* Fixed system Auto-Rotate setting not locking the screen orientation.
16
17## 1.10 (Alpha 2)
18* Upgraded SDL to 2.0.8, which fixed a lot of stability issues.
19* Added native binaries for arm64, x86, and x86_64.
20* Enabled bidirectional text and complex scripts (with HarfBuzz and FriBidi).
21* Enabled switching to landscape orientation.
22
23## 1.10 (Alpha 1)
24Initial test build with SDL 2.0.5 and 32-bit ARM binaries. It works, but barely. \ No newline at end of file