fdroiddata/metadata/net.basov.lws.fdroid.txt

93 lines
3.7 KiB
Plaintext
Raw Normal View History

Categories:Connectivity
License:GPL-3.0-only
2018-10-23 00:06:08 +00:00
Web Site:
Source Code:https://github.com/mvbasov/lWS
Issue Tracker:https://github.com/mvbasov/lWS/issues
Changelog:https://github.com/mvbasov/lWS/releases
Auto Name:lWS
Summary:lightweight Web Server (lWS)
Description:
'''It is ...'''
2018-10-23 00:06:08 +00:00
* ... a Web Server for static content.
* ... lightweight. APK size less then 100 Kb.
* ... as simple as possible. Only essential features implemented.
* ... open. [https://github.com/mvbasov/lWS Source code] released under GPL-3.0.
2018-10-23 00:06:08 +00:00
* ... a personal solution. It is not optimized/tested for many parallel connections and large file transfer.
* ... network state responsive. Requires Wi-Fi connected or tethering enabled. Service will stop automatically if network is disconnected.
'''Based on'''
2018-10-23 00:06:08 +00:00
This application continues the development of
[https://github.com/bodeme/androidwebserver Webserver for Android].
'''What is configurable'''
* Document root. Path may be entered as text or optionally selected using [[org.openintents.filemanager]]. If it is not installed it will offered for install.
2018-10-23 00:06:08 +00:00
* Port. May be between 1024 and 65535. Default is 8080
2018-10-23 00:06:08 +00:00
Any wrong values in parameters will automatically be set back to their defaults.
'''Document root'''
2018-10-23 00:06:08 +00:00
Document root by default is set to application private directory, example index
file automatically created. It is a safe configuration. You can place your pages
in this directory. But be careful! If you use Android 5.0 or above and uninstall
the application this directory and its content will be removed.
'''Security warning'''
2018-10-23 00:06:08 +00:00
You can change document root to any readable path on file system, but you need
to understand what are you doing. __Be careful: you could (suddenly?) create the
2018-10-23 00:06:08 +00:00
configuration so than anyone on the same Wi-Fi network could access the data on
your device whether you like it or not.__ All files from document root and below
are available for reading without any restrictions to anyone who's connected to
the network and knows the URL of the server.
'''"Send", "QR code" and "Browser"'''
After server starts you can press:
2018-10-23 00:06:08 +00:00
* "Browser" button for check server operation in your local browser
* "QR code" to call [[net.basov.lws.qr.fdroid]] or [[com.google.zxing.client.android]] to share URL by QR code. If no app is installed it offers to install lWS QR plugin
2018-10-23 00:06:08 +00:00
* "Send" to share the working server URL to another device via Bluetooth, Android Beam, E-Mail and any other way available on your device.
'''On screen log'''
2018-10-23 00:06:08 +00:00
The application has no permanent logging. This was treated this as redundant
functionality. The app tries to have the notification up to date. The on screen
log works only when the application is visible. Log screen may be cleared after
returning from background.
.
Repo Type:git
Repo:https://github.com/mvbasov/lWS
Build:03.00.01,30001
commit=v03.00.01f
subdir=app
patch=gradle_pkgid.patch,strings_lws_qr_package_name.patch
gradle=yes
prebuild=sed -i -e '/applicationIdSuffix/d' -e '/versionNameSuffix/d' build.gradle
2018-10-21 22:30:17 +00:00
Build:05.00.00,50000
commit=v05.00.00
subdir=app
gradle=yes
2018-10-27 23:43:23 +00:00
prebuild=sed -i -e '/applicationIdSuffix/d' -e '/versionNameSuffix/d' -e 's/net.basov.lws/net.basov.lws.fdroid/' build.gradle && \
sed -i -e 's/net.basov.lws.qr.gpm/net.basov.lws.qr.fdroid/' src/main/res/values/strings.xml
2018-10-21 22:30:17 +00:00
2018-10-24 17:42:22 +00:00
Build:06.00.00,60000
2018-10-27 13:05:39 +00:00
commit=v06.00.00f
2018-10-24 17:42:22 +00:00
subdir=app
gradle=yes
2018-10-27 23:43:23 +00:00
prebuild=sed -i -e '/applicationIdSuffix/d' -e '/versionNameSuffix/d' -e 's/net.basov.lws/net.basov.lws.fdroid/' build.gradle && \
sed -i -e 's/net.basov.lws.qr.gpm/net.basov.lws.qr.fdroid/' src/main/res/values/strings.xml
2018-10-24 17:42:22 +00:00
2018-10-27 13:05:39 +00:00
Auto Update Mode:Version v%vf
Update Check Mode:Tags v\d+\.00(\.\d+)?f
Update Check Name:net.basov.lws
2018-10-24 17:42:22 +00:00
Current Version:06.00.00
Current Version Code:60000