Red Moon: Update metadata
Red Moon has been relicensed to the GPLv3+, so I've changed the License field. I've also updated the description to reflect the current state of the app.
This commit is contained in:
parent
d83c6748a5
commit
7c5b878911
|
@ -1,5 +1,5 @@
|
|||
Categories:System
|
||||
License:MIT
|
||||
License:GPLv3+
|
||||
Web Site:https://github.com/raatmarien/red-moon/blob/HEAD/README.md
|
||||
Source Code:https://github.com/raatmarien/red-moon
|
||||
Issue Tracker:https://github.com/raatmarien/red-moon/issues
|
||||
|
@ -7,9 +7,27 @@ Issue Tracker:https://github.com/raatmarien/red-moon/issues
|
|||
Auto Name:Red Moon
|
||||
Summary:Screen filter for night time phone use
|
||||
Description:
|
||||
Screen filter app with seperate color temperature, intensity and filter level
|
||||
settings. It has a persistent notification with controls while running and is
|
||||
able to automatically start on boot.
|
||||
Screen filter app with seperate color temperature, intensity and dim level
|
||||
settings.
|
||||
|
||||
When the lowest brightness setting of your phone won't do the trick, Red Moon
|
||||
makes your screen even darker. It can also change the color of your display to a
|
||||
more soothing red, making your screen easy on the eyes.
|
||||
|
||||
Features:
|
||||
|
||||
* Control the filter with separate color, intensity and dim settings
|
||||
* Automatically enable the filter at night
|
||||
* Create your own profiles to quickly change the filter
|
||||
* Use the notification to pause or resume the filter
|
||||
* Clear user experience following the Material Design guidelines
|
||||
|
||||
Permissions:
|
||||
|
||||
* Modify system settings: To automatically lower the screen brightness when the filter is on
|
||||
* Approximate location (network-based): To determine the sunrise and sunset at your location. This will only be used when you configure Red Moon to automatically start at night.
|
||||
* Draw over other apps: To change the color and brightness of the screen in all apps
|
||||
* Run at startup: To restore the previous filter state at startup
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -61,7 +79,12 @@ Build:2.6.2,14
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:2.7.0,15
|
||||
commit=v2.7.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.6.2
|
||||
Current Version Code:14
|
||||
Current Version:2.7.0
|
||||
Current Version Code:15
|
||||
|
|
Loading…
Reference in a new issue