34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
|
Categories:
|
||
|
- Development
|
||
|
License: Apache-2.0
|
||
|
WebSite: https://github.com/joanpuigsanz/servdroid/wiki
|
||
|
SourceCode: https://github.com/joanpuigsanz/servdroid
|
||
|
IssueTracker: https://github.com/joanpuigsanz/servdroid/issues
|
||
|
|
||
|
AutoName: ServDroid
|
||
|
Description: |-
|
||
|
Auto start options
|
||
|
|
||
|
* Can run under port 1024 (iptables and super user rights are required). Check the wiki for more information
|
||
|
* Only serves HTML pages (Servlets implementations will be considered for in future versions).
|
||
|
* Log of all requests are saved in the Android database. This information can be dumped to a text file.
|
||
|
* ServDroid can be configured to vibrate when a request is received.
|
||
|
* The 404 error page can be personalised.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/joanpuigsanz/servdroid.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 1.0.3
|
||
|
versionCode: 1000300
|
||
|
commit: 1.0.3
|
||
|
subdir: android/ServDroid.web
|
||
|
srclibs:
|
||
|
- 1:ActionBarSherlock@4.4.0
|
||
|
prebuild: mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: 1.0.3
|
||
|
CurrentVersionCode: 1000300
|