fdroiddata/metadata/org.michaelevans.nightmodeenabler.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

39 lines
1.3 KiB
YAML

Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/MichaelEvans/NightModeEnabler
IssueTracker: https://github.com/MichaelEvans/NightModeEnabler/issues
AutoName: Night Mode Enabler
Summary: Enable NightMode on Android7+
Description: |-
Enables toggle and quick tile to control system-wide dark theming.
Want access to the Night Mode Quick Tile on Nougat? Seems like it's hidden. But
with this amazing app, you can get a sweet VIP pass to that awesome blue-light
killer.
If you're having trouble - make sure to click "On" in the top left rather than
the switch in the top right once it opens System UI Tuner.
Note: On Android 7.1 and higher - this feature is officially built into the
operating system, called Night Light. However, this feature requires a driver,
and as a result, only is available on Pixel and Pixel XL (and newer devices). As
a result this will not work on Nexus devices on that version.
RepoType: git
Repo: https://github.com/MichaelEvans/NightModeEnabler
Builds:
- versionName: '1.0'
versionCode: 1
commit: 21843b37f569fc0e172aded9c818f017cc5024d9
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1