mirror of
https://onedev.site.tesses.net/crosslang/crosslang-website
synced 2026-02-08 09:05:47 +00:00
Add android
This commit is contained in:
@@ -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)
|
||||
14
content/downloads/android/_index.md
Normal file
14
content/downloads/android/_index.md
Normal file
@@ -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)
|
||||
25
content/downloads/android/filesystem.md
Normal file
25
content/downloads/android/filesystem.md
Normal file
@@ -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
|
||||
@@ -1,4 +0,0 @@
|
||||
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' class='iconify iconify--logos' width="100" height="100">
|
||||
<polygon points="50,0,100,25,100,75,50,100,0,75,0,25" style="fill:orange;stroke:black;stroke-width:3" />
|
||||
<polygon points="45,20,55,20,55,35,80,35,80,45,55,45,55,85,45,85,45,45,20,45,20,35,45,35" style="fill:white;stroke:black;stroke-width:3"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 428 B |
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
Reference in New Issue
Block a user