From 1b94d66684a5fcd64b24568c4ed086995fded94a Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Fri, 16 Jan 2026 17:54:09 -0600 Subject: [PATCH] Add android --- content/downloads/_index.md | 1 + content/downloads/android/_index.md | 14 +++++++++++++ content/downloads/android/filesystem.md | 25 ++++++++++++++++++++++++ content/images/favicon.svg | 4 ---- {content => static}/images/donate.png | Bin 5 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 content/downloads/android/_index.md create mode 100644 content/downloads/android/filesystem.md delete mode 100644 content/images/favicon.svg rename {content => static}/images/donate.png (100%) diff --git a/content/downloads/_index.md b/content/downloads/_index.md index 6ef17d3..240d9f7 100644 --- a/content/downloads/_index.md +++ b/content/downloads/_index.md @@ -11,4 +11,5 @@ curl -o crosslang-install.sh https://crosslang.tesseslanguage.com/crosslang-inst - [Linux](linux) - [Windows](windows.md) +- [Android](android) - [Shell Binary](https://downloads.tesses.net/ShellPackage.crvm) \ No newline at end of file diff --git a/content/downloads/android/_index.md b/content/downloads/android/_index.md new file mode 100644 index 0000000..c4e68bd --- /dev/null +++ b/content/downloads/android/_index.md @@ -0,0 +1,14 @@ ++++ +title = 'Android' +date = 2026-01-16T16:39:37-06:00 ++++ + +### Downloading the app +- [Download APK](https://files.site.tesses.net/CrossLangAndroid/latest/com.tesseslanguage.CrossLang.apk) +- [Source Code](https://onedev.site.tesses.net/crosslang/CrossLangForAndroid) + +### How tos/stuff you need to know +- Settings is not implemented yet +- [How to install the app, and then install TYTD2025](https://peertube.site.tesses.net/w/7ntd4oFfxeqwbH3em6JhXD) +- [The filesystem (How to access CrossLang's files)](filesystem.md) +- [Screenshots (click the eye to view)](https://pingvin.site.tesses.net/s/crosslang-android) \ No newline at end of file diff --git a/content/downloads/android/filesystem.md b/content/downloads/android/filesystem.md new file mode 100644 index 0000000..587b278 --- /dev/null +++ b/content/downloads/android/filesystem.md @@ -0,0 +1,25 @@ ++++ +title = 'Filesystem' +date = 2026-01-16T17:33:46-06:00 ++++ + +Unless you configure it in settings (Not Implemented Yet) the files will be stored in these folders + +Note: Env.CrossLangConfig is Env.Config /"Tesses"/"CrossLang" + +Note: /sdcard is also /storage/emulated/0 + +Note: TF_User stands for [TessesFramework](https://onedev.site.tesses.net/tesses-framework) User, [TessesFramework](https://onedev.site.tesses.net/tesses-framework) is a dependency of CrossLang + +- Env.CrossLangConfig -> /sdcard/TF_User/Config/Tesses/CrossLang +- Env.User -> /sdcard/TF_User +- Env.Config -> /sdcard/TF_User/Config +- Env.State -> /sdcard/TF_User/State +- Env.Data -> /sdcard/TF_User/Data +- Env.Cache -> /sdcard/TF_User/Cache (so clearing cache won't work) +- Env.Documents -> /sdcard/Documents +- Env.Music -> /sdcard/Music +- Env.Pictures -> /sdcard/Pictures +- Env.Videos -> /sdcard/Movies +- Env.Downloads -> /sdcard/Download +- Env.Desktop -> /sdcard/TF_User/Desktop \ No newline at end of file diff --git a/content/images/favicon.svg b/content/images/favicon.svg deleted file mode 100644 index e92a662..0000000 --- a/content/images/favicon.svg +++ /dev/null @@ -1,4 +0,0 @@ - \ No newline at end of file diff --git a/content/images/donate.png b/static/images/donate.png similarity index 100% rename from content/images/donate.png rename to static/images/donate.png