mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 22:55:11 +00:00
Update Night Light description and version to 2.5.0
Signed-off-by: corphish <d97.avinaba@gmail.com>
This commit is contained in:
parent
92e358d820
commit
66a5aa3e4e
1 changed files with 25 additions and 10 deletions
|
|
@ -15,18 +15,24 @@ Description: |-
|
||||||
|
|
||||||
''Features''
|
''Features''
|
||||||
|
|
||||||
* Control blue/green light filter intensities to your liking.
|
* Uses KCAL to adjust blue light intensity.
|
||||||
* Or, control the color temperature of the display.
|
* Easy to use color controls.
|
||||||
* Quick Setting tile for easy toggling on/off night light anywhere.
|
* Color intensities.
|
||||||
* Automatic switching on/off night light at user specified timings.
|
* Sophisticated automation.
|
||||||
* Supports sunset/sunrise timings. (Limitation: Once sunset/sunrise times are set, Night Light will be toggled every day at that time. Calculating sunset/sunrise times everyday and setting times based on it is not supported as of now.)
|
* Create and apply profiles with one click.
|
||||||
* Create profiles, and then apply it with one tap, or let other apps (like Tasker) do it for you.
|
* Tasker plugin integeration.
|
||||||
|
* Great UI.
|
||||||
|
|
||||||
''Requirements''
|
''Requirements''
|
||||||
|
|
||||||
* Kernel supporting KCAL.
|
* Kernel supporting KCAL.
|
||||||
* Root access.
|
* Root access.
|
||||||
|
|
||||||
|
''Permissions''
|
||||||
|
|
||||||
|
* Location - It is used to determine sunset/sunrise times for your location. (Your location info isn't shared, your privacy is maintained)
|
||||||
|
* Internet - It is used to determine approximate location (when exact location is not available) to determine sunset/sunrise times for your location.
|
||||||
|
|
||||||
RequiresRoot: 'yes'
|
RequiresRoot: 'yes'
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
|
|
@ -60,7 +66,16 @@ Builds:
|
||||||
prebuild: sed -i -e '/io.fabric/d' -e '/fabric.io/d' -e '/genericImplementation(.*)
|
prebuild: sed -i -e '/io.fabric/d' -e '/fabric.io/d' -e '/genericImplementation(.*)
|
||||||
{/,/}/d' -e '/donateImplementation(.*) {/,/}/d' ../build.gradle build.gradle
|
{/,/}/d' -e '/donateImplementation(.*) {/,/}/d' ../build.gradle build.gradle
|
||||||
|
|
||||||
AutoUpdateMode: None
|
- versionName: 3.0.0
|
||||||
UpdateCheckMode: None
|
versionCode: 66
|
||||||
CurrentVersion: 1.5.1
|
commit: 3.0.0
|
||||||
CurrentVersionCode: 19
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- foss
|
||||||
|
prebuild: sed -i -e '/io.fabric/d' -e '/fabric.io/d' -e '/genericImplementation(.*)
|
||||||
|
{/,/}/d' ../build.gradle build.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 3.0.0
|
||||||
|
CurrentVersionCode: 66
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue