75 lines
1.8 KiB
YAML
75 lines
1.8 KiB
YAML
Categories:
|
||
- System
|
||
License: GPL-3.0-or-later
|
||
AuthorName: Davide Depau
|
||
AuthorEmail: etchdroid@depau.eu
|
||
AuthorWebSite: https://depau.eu/
|
||
WebSite: https://etchdroid.depau.eu/
|
||
SourceCode: https://github.com/EtchDroid/EtchDroid
|
||
IssueTracker: https://github.com/EtchDroid/EtchDroid/issues
|
||
Translation: https://etchdroid-l10n.depau.eu/engage/etchdroid/?
|
||
Changelog: https://github.com/EtchDroid/EtchDroid/releases
|
||
Donate: https://etchdroid.depau.eu/donate/
|
||
|
||
AutoName: EtchDroid
|
||
Description: |-
|
||
EtchDroid is an open-source application that helps you write images to USB drives.
|
||
You can use it to make a bootable GNU/Linux USB drive when your laptop is dead
|
||
and you’re in the middle of nowhere.
|
||
|
||
Features:
|
||
* Supports raw disk images and most GNU/Linux distributions ISOs
|
||
* Supports most DMG disk images (beta)
|
||
* No root - everything is done within the bounds of the Android API
|
||
* Free as in freedom
|
||
|
||
Planned features:
|
||
* Write common GNU/Linux distro in streaming from the Internet without storing it on the device
|
||
* Support for Windows installation ISO (will likely require root)
|
||
* Support for Unetbootin-style image flashing
|
||
|
||
RepoType: git
|
||
Repo: https://github.com/Depau/EtchDroid.git
|
||
|
||
Builds:
|
||
- versionName: '1.2'
|
||
versionCode: 3
|
||
commit: v1.2
|
||
subdir: app
|
||
submodules: true
|
||
gradle:
|
||
- yes
|
||
ndk: r17b
|
||
|
||
- versionName: '1.3'
|
||
versionCode: 4
|
||
commit: v1.3
|
||
subdir: app
|
||
submodules: true
|
||
gradle:
|
||
- yes
|
||
ndk: r17b
|
||
|
||
- versionName: 1.3.1
|
||
versionCode: 5
|
||
commit: v1.3.1
|
||
subdir: app
|
||
submodules: true
|
||
gradle:
|
||
- yes
|
||
ndk: r17b
|
||
|
||
- versionName: 1.3.31
|
||
versionCode: 8
|
||
commit: v1.3.31
|
||
subdir: app
|
||
submodules: true
|
||
gradle:
|
||
- yes
|
||
ndk: r17b
|
||
|
||
AutoUpdateMode: Version v%v
|
||
UpdateCheckMode: Tags
|
||
CurrentVersion: 1.3.31
|
||
CurrentVersionCode: 8
|