6dc775b236
```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
Categories:
|
|
- Multimedia
|
|
License: AGPL-3.0-only
|
|
SourceCode: https://github.com/mariogrip/octodroid
|
|
IssueTracker: https://github.com/mariogrip/octodroid/issues
|
|
|
|
AutoName: OctoDroid
|
|
Summary: Control an OctoPrint 3D printer server
|
|
Description: |-
|
|
This app enables you to track and control your OctoPrint server with your mobile
|
|
phone or tablet.
|
|
|
|
Features:
|
|
|
|
* Read the overall status of your printer
|
|
* Start, Stop and pause prints with your phone
|
|
* Receive notification when your print is done
|
|
* Read the progress of your current prints
|
|
* Connect/Disconnect from printer
|
|
* Set the temperature of the heatbed and the hotend
|
|
* Control the printhead with your phone
|
|
* Watch the webcam to your phone
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/mariogrip/octodroid
|
|
|
|
Builds:
|
|
- versionName: 0.5.2
|
|
versionCode: 25
|
|
disable: missing drawables - ic_play, ic_stop, ...
|
|
commit: 35e89ff27c8a697153296e418adace4cfe0592f1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 0.5.2
|
|
CurrentVersionCode: 25
|