diff --git a/metadata/com.corphish.nightlight.generic.yml b/metadata/com.corphish.nightlight.generic.yml index 4143364d22..4ef6a1f168 100644 --- a/metadata/com.corphish.nightlight.generic.yml +++ b/metadata/com.corphish.nightlight.generic.yml @@ -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