fdroiddata/metadata/tech.ula.yml

219 lines
4.7 KiB
YAML
Raw Normal View History

2018-11-14 18:09:09 +00:00
Categories:
- Development
License: MIT
AuthorName: UserLAnd Technologies
WebSite: https://userland.tech
SourceCode: https://github.com/CypherpunkArmory/UserLAnd
IssueTracker: https://github.com/CypherpunkArmory/UserLAnd/issues
Changelog: https://github.com/CypherpunkArmory/UserLAnd/releases
AutoName: UserLAnd
Description: |-
2018-11-18 06:18:00 +00:00
UserLAnd provides the easiest way to run GNU/Linux Distros on Android.
2018-11-18 06:25:13 +00:00
'''Features:'''
* Run full linux distros or specific applications on top of Android.
* Install and uninstall like a regular app.
* No root required.
2018-11-18 06:25:13 +00:00
There are two ways to use UserLAnd
2018-11-18 06:25:13 +00:00
Using single-click apps:
* Click an app.
* Fill out the required information.
* You're good to go!
Using user-defined custom sessions:
2018-11-18 06:25:13 +00:00
2018-11-18 06:18:00 +00:00
* Define a session - This describes what filesystem you are going to use, and
2018-11-18 06:31:02 +00:00
what kind of service you want to use when connecting to it (ssh or vnc).
2018-11-18 06:18:00 +00:00
* Define a filesystem - This describes what distribution of Linux you want to
2018-11-18 06:31:02 +00:00
install.
2018-11-18 06:18:00 +00:00
* Once defined, just tap on the session to start up. This will download
2018-11-18 06:31:02 +00:00
necessary assets, setup the filesystem, start the server, and connect to it.
This will take several minutes for the first start up, but will be quicker
afterwards.
2018-11-14 18:09:09 +00:00
RepoType: git
Repo: https://github.com/CypherpunkArmory/UserLAnd
Builds:
- versionName: 1.0.0
versionCode: 31
commit: v1.0.0
2018-11-14 18:09:09 +00:00
subdir: app
gradle:
- yes
2018-11-20 12:30:47 +00:00
- versionName: 1.0.1
versionCode: 32
commit: v1.0.1
subdir: app
gradle:
- yes
2018-11-22 14:02:54 +00:00
- versionName: 1.0.2
versionCode: 33
commit: v1.0.2
subdir: app
gradle:
- yes
2018-12-05 01:45:12 +00:00
- versionName: 1.0.3
versionCode: 34
commit: v1.0.3
subdir: app
gradle:
- yes
2019-01-03 15:46:53 +00:00
- versionName: 2.0.0
versionCode: 35
commit: v2.0.0
subdir: app
gradle:
- yes
2019-01-07 02:15:25 +00:00
- versionName: 2.1.0
versionCode: 36
commit: v2.1.0
subdir: app
gradle:
- yes
2019-01-12 03:23:03 +00:00
- versionName: 2.1.2
versionCode: 38
commit: v2.1.2
subdir: app
gradle:
- yes
2019-01-17 12:46:48 +00:00
- versionName: 2.1.3
versionCode: 39
commit: v2.1.3
subdir: app
gradle:
- yes
2019-01-21 13:43:35 +00:00
- versionName: 2.2.1
versionCode: 41
commit: v2.2.1
subdir: app
gradle:
- yes
2019-01-26 00:54:58 +00:00
- versionName: 2.2.3
versionCode: 43
disable: crashlytics
2019-01-26 00:54:58 +00:00
commit: v2.2.3
subdir: app
gradle:
- yes
- versionName: 2.3.0
versionCode: 44
commit: v2.3.0
subdir: app
gradle:
- yes
2019-02-08 13:37:04 +00:00
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
2019-02-13 05:59:21 +00:00
- versionName: 2.3.4
versionCode: 48
commit: v2.3.4
subdir: app
gradle:
- yes
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
2019-02-22 12:09:52 +00:00
- versionName: 2.3.7
versionCode: 51
commit: v2.3.7
subdir: app
gradle:
- yes
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
2019-03-01 00:08:42 +00:00
- versionName: 2.3.8
versionCode: 52
commit: v2.3.8
subdir: app
gradle:
- yes
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
2019-03-19 21:57:34 +00:00
- versionName: 2.4.0
versionCode: 53
commit: v2.4.0
subdir: app
gradle:
- yes
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
2019-04-05 10:51:20 +00:00
- versionName: 2.5.3
versionCode: 57
commit: v2.5.3
subdir: app
gradle:
- yes
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
2019-04-12 18:56:10 +00:00
- versionName: 2.5.4
versionCode: 58
commit: v2.5.4
subdir: app
gradle:
- yes
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
2019-04-18 21:03:59 +00:00
- versionName: 2.5.5
versionCode: 59
commit: v2.5.5
subdir: app
gradle:
- yes
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
2019-04-25 19:10:07 +00:00
- versionName: 2.5.6
versionCode: 60
commit: v2.5.6
subdir: app
gradle:
- yes
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
2019-05-08 01:54:36 +00:00
- versionName: 2.5.7
versionCode: 61
commit: v2.5.7
subdir: app
gradle:
- yes
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
2019-05-14 22:50:34 +00:00
- versionName: 2.5.9
versionCode: 63
commit: v2.5.9
subdir: app
gradle:
- yes
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
2019-05-22 02:35:10 +00:00
- versionName: 2.5.10
versionCode: 64
commit: v2.5.10
subdir: app
gradle:
- yes
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
2019-06-06 21:09:46 +00:00
- versionName: 2.5.13
versionCode: 67
commit: v2.5.13
subdir: app
gradle:
- yes
prebuild: echo "tracepotHttpsEndpoint=\"\"" >> tracepot.properties
AutoUpdateMode: Version v%v
2018-11-14 18:09:09 +00:00
UpdateCheckMode: Tags
2019-06-06 21:09:46 +00:00
CurrentVersion: 2.5.13
CurrentVersionCode: 67