mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +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''
|
||||
|
||||
* Control blue/green light filter intensities to your liking.
|
||||
* Or, control the color temperature of the display.
|
||||
* Quick Setting tile for easy toggling on/off night light anywhere.
|
||||
* Automatic switching on/off night light at user specified timings.
|
||||
* 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 profiles, and then apply it with one tap, or let other apps (like Tasker) do it for you.
|
||||
* Uses KCAL to adjust blue light intensity.
|
||||
* Easy to use color controls.
|
||||
* Color intensities.
|
||||
* Sophisticated automation.
|
||||
* Create and apply profiles with one click.
|
||||
* Tasker plugin integeration.
|
||||
* Great UI.
|
||||
|
||||
''Requirements''
|
||||
|
||||
* Kernel supporting KCAL.
|
||||
* 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'
|
||||
|
||||
RepoType: git
|
||||
|
|
@ -60,7 +66,16 @@ Builds:
|
|||
prebuild: sed -i -e '/io.fabric/d' -e '/fabric.io/d' -e '/genericImplementation(.*)
|
||||
{/,/}/d' -e '/donateImplementation(.*) {/,/}/d' ../build.gradle build.gradle
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.5.1
|
||||
CurrentVersionCode: 19
|
||||
- versionName: 3.0.0
|
||||
versionCode: 66
|
||||
commit: 3.0.0
|
||||
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