Merge branch 'master' into 'master'
Update Duorem to 1.1.2, use fastlane project structure for app description See merge request fdroid/fdroiddata!3215
This commit is contained in:
commit
77ca89129f
|
@ -2,40 +2,15 @@ Categories:System,Internet,Multimedia
|
||||||
License:GPL-3.0-or-later
|
License:GPL-3.0-or-later
|
||||||
Author Name:Vadim Frolov
|
Author Name:Vadim Frolov
|
||||||
Author Email:mail@vadimfrolov.com
|
Author Email:mail@vadimfrolov.com
|
||||||
Web Site:https://github.com/fralik/duorem
|
Web Site:https://github.com/fralik/Duorem
|
||||||
Source Code:https://github.com/fralik/Duorem
|
Source Code:https://github.com/fralik/Duorem
|
||||||
Issue Tracker:https://github.com/fralik/Duorem/issues
|
Issue Tracker:https://github.com/fralik/Duorem/issues
|
||||||
|
Changelog:https://github.com/fralik/Duorem/blob/HEAD/CHANGELOG.md
|
||||||
|
|
||||||
Auto Name:Duorem
|
Auto Name:Duorem
|
||||||
Summary:Wake up or shutdown remote computer from your phone/tablet
|
|
||||||
Description:
|
|
||||||
The idea behind this app is to provide people who are not very familiar with
|
|
||||||
computer interfaces a simple and easy way to control a remote computer. Imagine
|
|
||||||
your grand parent needs a way to power a media server. Quick and efficiently!
|
|
||||||
|
|
||||||
The application uses Wake On Lan (WOL) technique to start a remote computer. You
|
|
||||||
need to make sure that your computer and network is set up for and support WOL.
|
|
||||||
The app can only power off or restart a Linux-based computer. It performs these
|
|
||||||
actions using secure shell (SSH). Your remote computer must be configurated to
|
|
||||||
enable ssh connections. Username that is used for SSH must have sudo rights.
|
|
||||||
|
|
||||||
Note that SSH credentials are stored in application praeferences unencrypted!
|
|
||||||
Anyone with root access can read it.
|
|
||||||
|
|
||||||
Differences from similar apps
|
|
||||||
|
|
||||||
* Supports power off and power on signals.
|
|
||||||
* Controls only a single computer.
|
|
||||||
* Big interface controls for people with thick fingers.
|
|
||||||
* Remote computer status and commands feedback.
|
|
||||||
* Host search for easy first-time setup.
|
|
||||||
* Open source, no ads.
|
|
||||||
|
|
||||||
Bug reports and comments are welcome on app development page.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/fralik/Duorem
|
Repo:https://github.com/fralik/Duorem.git
|
||||||
|
|
||||||
Build:1.0.0,1
|
Build:1.0.0,1
|
||||||
commit=v1.0.0
|
commit=v1.0.0
|
||||||
|
@ -54,7 +29,19 @@ Build:1.1.1,3
|
||||||
gradle=yes
|
gradle=yes
|
||||||
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
||||||
|
|
||||||
|
Build:1.1.2,4
|
||||||
|
commit=v1.1.2
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
Summary and Description are maintained by upstream using fastlane in
|
||||||
|
the source repo:
|
||||||
|
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags v.*\d$
|
Update Check Mode:Tags v.*\d$
|
||||||
Current Version:1.1.1
|
Current Version:1.1.2
|
||||||
Current Version Code:3
|
Current Version Code:4
|
||||||
|
|
Loading…
Reference in a new issue