From 342b29ef3036b814fe0ddbd6a3107a0240b5696b Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 11 Oct 2018 13:02:19 +0200 Subject: [PATCH] New app: Adaptive Brightness Tile --- .../com.rascarlo.adaptive.brightness.tile.yml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 metadata/com.rascarlo.adaptive.brightness.tile.yml diff --git a/metadata/com.rascarlo.adaptive.brightness.tile.yml b/metadata/com.rascarlo.adaptive.brightness.tile.yml new file mode 100644 index 0000000000..4ecc48bfbd --- /dev/null +++ b/metadata/com.rascarlo.adaptive.brightness.tile.yml @@ -0,0 +1,34 @@ +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