=> f975714ca43f668d72eed26ea1a90de3991430b8
[1mdiff --git a/CMakeLists.txt b/CMakeLists.txt[m [1mindex 0312e115..70c76505 100644[m [1m--- a/CMakeLists.txt[m [1m+++ b/CMakeLists.txt[m [36m@@ -109,6 +109,11 @@[m [mif (IOS)[m res/about/ios-help.gmi[m res/about/ios-version.gmi[m )[m [32m+[m[32melseif (ANDROID)[m [32m+[m[32m list (APPEND RESOURCES[m [32m+[m[32m res/about/android-help.gmi[m [32m+[m[32m res/about/android-version.gmi[m [32m+[m[32m )[m else ()[m list (APPEND RESOURCES[m res/about/help.gmi[m [1mdiff --git a/res/about/android-help.gmi b/res/about/android-help.gmi[m [1mnew file mode 100644[m [1mindex 00000000..1425b6bc[m [1m--- /dev/null[m [1m+++ b/res/about/android-help.gmi[m [36m@@ -0,0 +1,47 @@[m [32m+[m[32m```LAGRANGE[m [32m+[m[32m __ __ __ ___[m [32m+[m[32m| /\ / _` |__) /\ |\ | / _` |__[m [32m+[m[32m|___ /~~\ \__> | \ /~~\ | \| \__> |___[m [32m+[m [32m+[m[32m```[m [32m+[m[32m# Help[m [32m+[m [32m+[m[32m## What is Gemini[m [32m+[m [32m+[m[32mGemini 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.[m [32m+[m [32m+[m[32m=> gemini://gemini.circumlunar.space/docs/faq.gmi Project Gemini FAQ[m [32m+[m[32m=> gemini://gemini.circumlunar.space/docs/specification.gmi Protocol and 'text/gemini' specification[m [32m+[m [32m+[m[32m## What is Lagrange[m [32m+[m [32m+[m[32mLagrange 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.[m [32m+[m [32m+[m[32mLike 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.[m [32m+[m [32m+[m[32m=> about:lagrange About Lagrange[m [32m+[m[32m=> https://www.libsdl.org SDL: Simple DirectMedia Layer[m [32m+[m[32m=> https://www.openssl.org OpenSSL: Cryptography and SSL/TLS Toolkit[m [32m+[m [32m+[m[32m### Features[m [32m+[m [32m+[m[32m* Beautiful typography with full Unicode support[m [32m+[m[32m* Autogenerated page style and symbol for each Gemini domain[m [32m+[m[32m* Light and dark color themes[m [32m+[m[32m* Scaling page content (50%...200%)[m [32m+[m[32m* Freely adjustable scaling factor for the UI[m [32m+[m[32m* Sidebar for managing bookmarks, subscribed feeds, and viewing browsing history and the page outline[m [32m+[m[32m* Multiple tabs[m [32m+[m[32m* Split view for browsing two pages at once (iPad only)[m [32m+[m[32m* Find text on the page[m [32m+[m[32m* Open image and audio links inline on the same page[m [32m+[m[32m* Smart suggestions when typing an URL — search bookmarks, history, identities[m [32m+[m[32m* Search engine integration[m [32m+[m[32m* Identity management — create and use TLS client certificates[m [32m+[m[32m* Subscribe to Gemini and Atom feeds[m [32m+[m[32m* Use Gemini pages as a source of bookmarks[m [32m+[m[32m* Audio playback: MP3, Ogg Vorbis, WAV[m [32m+[m[32m* Read Gempub books and view ZIP archive contents[m [32m+[m[32m* Built-in support for Gopher[m [32m+[m[32m* Built-in support for uploading data using the Titan protocol[m [32m+[m[32m* Use proxy servers for HTTP, Gopher, or Gemini content[m [1mdiff --git a/res/about/android-version.gmi b/res/about/android-version.gmi[m [1mnew file mode 100644[m [1mindex 00000000..a7b87d47[m [1m--- /dev/null[m [1m+++ b/res/about/android-version.gmi[m [36m@@ -0,0 +1,24 @@[m [32m+[m[32m```LAGRANGE[m [32m+[m[32m __ __ __ ___[m [32m+[m[32m| /\ / _` |__) /\ |\ | / _` |__[m [32m+[m[32m|___ /~~\ \__> | \ /~~\ | \| \__> |___[m [32m+[m [32m+[m[32m```[m [32m+[m[32m# Release notes[m [32m+[m [32m+[m[32m## 1.10 (Alpha 3)[m [32m+[m[32m* Added Android-specific release notes.[m [32m+[m[32m* Added Settings > UI > Toolbar Actions: customize the two leftmost phone toolbar buttons.[m [32m+[m[32m* Show build version in Settings > About.[m [32m+[m[32m* Fixed sizing of the UI when the device has on-screen system keys.[m [32m+[m[32m* Fixed the copy/paste menu staying hidden behind the keyboard.[m [32m+[m[32m* Fixed system Auto-Rotate setting not locking the screen orientation.[m [32m+[m [32m+[m[32m## 1.10 (Alpha 2)[m [32m+[m[32m* Upgraded SDL to 2.0.8, which fixed a lot of stability issues.[m [32m+[m[32m* Added native binaries for arm64, x86, and x86_64.[m [32m+[m[32m* Enabled bidirectional text and complex scripts (with HarfBuzz and FriBidi).[m [32m+[m[32m* Enabled switching to landscape orientation.[m [32m+[m [32m+[m[32m## 1.10 (Alpha 1)[m [32m+[m[32mInitial test build with SDL 2.0.5 and 32-bit ARM binaries. It works, but barely.[m \ No newline at end of file[m [1mdiff --git a/src/resources.c b/src/resources.c[m [1mindex 80af4b4b..fb234f6a 100644[m [1m--- a/src/resources.c[m [1m+++ b/src/resources.c[m [36m@@ -70,6 +70,9 @@[m [mstatic struct {[m #if defined (iPlatformAppleMobile)[m { &blobHelp_Resources, "about/ios-help.gmi" },[m { &blobVersion_Resources, "about/ios-version.gmi" },[m [32m+[m[32m#elif defined (iPlatformAndroidMobile)[m [32m+[m[32m { &blobHelp_Resources, "about/android-help.gmi" },[m [32m+[m[32m { &blobVersion_Resources, "about/android-version.gmi" },[m #else[m { &blobHelp_Resources, "about/help.gmi" },[m { &blobVersion_Resources, "about/version.gmi" },[m
text/gemini; charset=utf-8
This content has been proxied by September (3851b).