mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
233 lines
4.4 KiB
YAML
233 lines
4.4 KiB
YAML
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
SourceCode: https://gitlab.com/termapps/termoneplus
|
|
IssueTracker: https://gitlab.com/termapps/termoneplus/issues
|
|
|
|
AutoName: Terminal Emulator
|
|
Description: |-
|
|
"TermOne Plus" is a terminal emulator for communicating with the built-in
|
|
Android shell. It emulates a reasonably large subset of Digital Equipment
|
|
Corporation VT-100 terminal codes. Supported terminal types include vt100,
|
|
screen (default), linux and xterm. As result console programs like "vi"
|
|
(unix visual editor), "emacs", "mc" (Midnight Commander file manager), nano
|
|
(Nano's ANOther editor) and other work smoothly.
|
|
|
|
This application is a clone of Jack Palevich's https://f-droid.org/packages/jackpal.androidterm.
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.com/termapps/termoneplus.git
|
|
|
|
Builds:
|
|
- versionName: 3.0.0
|
|
versionCode: 300
|
|
commit: v3.0.0
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.1.0
|
|
versionCode: 310
|
|
commit: v3.1.0
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.1.1
|
|
versionCode: 311
|
|
commit: v3.1.1
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.2.0
|
|
versionCode: 320
|
|
commit: v3.2.0
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.2.3
|
|
versionCode: 323
|
|
commit: v3.2.3
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.2.4
|
|
versionCode: 324
|
|
commit: v3.2.4
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.3.1
|
|
versionCode: 331
|
|
commit: v3.3.1
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.3.2
|
|
versionCode: 332
|
|
commit: v3.3.2
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.3.3
|
|
versionCode: 333
|
|
commit: v3.3.3
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.3.4
|
|
versionCode: 334
|
|
commit: v3.3.4
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.3.5
|
|
versionCode: 335
|
|
commit: v3.3.5
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.4.2
|
|
versionCode: 342
|
|
commit: v3.4.2
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.5.0
|
|
versionCode: 350
|
|
commit: v3.5.0
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.5.1
|
|
versionCode: 351
|
|
commit: v3.5.1
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.5.2
|
|
versionCode: 352
|
|
commit: v3.5.2
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.5.3
|
|
versionCode: 353
|
|
commit: v3.5.3
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.5.4
|
|
versionCode: 354
|
|
commit: v3.5.4
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.6.0
|
|
versionCode: 360
|
|
commit: v3.6.0
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.6.1
|
|
versionCode: 361
|
|
commit: b9917f83c1960624bfb247ff00d8dc5f86de18c2
|
|
subdir: term
|
|
gradle:
|
|
- yes
|
|
ndk: r17c
|
|
|
|
- versionName: 3.6.2
|
|
versionCode: 362
|
|
commit: 249573c3bb7462bfd0e4ee48c62889f66f7d7bd7
|
|
subdir: term
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.3
|
|
versionCode: 363
|
|
commit: fb352a5f817f0b3a2c6e1244c920d3d693b1fa60
|
|
subdir: term
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
ndk: r21e
|
|
|
|
- versionName: 4.0.0/X
|
|
versionCode: 400
|
|
commit: 2372115e66a4c5fa791a585d6eccd723ee2aeab1
|
|
subdir: term
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- full
|
|
ndk: r21e
|
|
|
|
- versionName: 4.0.1/X
|
|
versionCode: 401
|
|
commit: fa75a2c7628372a4174d16b3986555e00b6e9c7c
|
|
subdir: term
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- full
|
|
ndk: r21e
|
|
|
|
- versionName: 4.1.0/X
|
|
versionCode: 410
|
|
commit: 9678d474b97aff6f1e45706f90931f213e1dd908
|
|
subdir: term
|
|
gradle:
|
|
- full
|
|
ndk: r23c
|
|
|
|
AutoUpdateMode: Version +/X v%v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 4.1.0
|
|
CurrentVersionCode: 410
|