35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
|
Categories:
|
||
|
- System
|
||
|
License: GPL-3.0-only
|
||
|
SourceCode: https://github.com/rascarlo/AdaptiveBrightnessTile
|
||
|
IssueTracker: https://github.com/rascarlo/AdaptiveBrightnessTile/issues
|
||
|
|
||
|
AutoName: Adaptive Brightness Tile
|
||
|
Summary: Quick settings tile for adaptive brightness
|
||
|
Description: |-
|
||
|
''Adaptive Brightness'' provides a tile that can be added to the
|
||
|
''Quick Settings'' layout in the notification panel to change
|
||
|
adaptive brightness mode.
|
||
|
|
||
|
Supported devices: Android 7.0+ (API 24). The app makes use of the
|
||
|
Quick Settings Tiles API released with Android 7.0 (API 24).
|
||
|
|
||
|
* [https://developer.android.com/reference/android/service/quicksettings/Tile Tile documentation]
|
||
|
* [https://developer.android.com/reference/android/service/quicksettings/TileService TileService documentation]
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/rascarlo/AdaptiveBrightnessTile
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '0.1'
|
||
|
versionCode: 1
|
||
|
commit: '0.1'
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: Version %v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '0.1'
|
||
|
CurrentVersionCode: 1
|