This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"repo": { | |
"name": { | |
"en-US": "IITC F-Droid repo" | |
}, | |
"description": { | |
"en-US": "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid." | |
}, | |
"icon": { | |
"en-US": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================================================== | |
== dumpstate: 2019-09-07 18:38:24 | |
======================================================== | |
Build: PQ3A.190801.002 | |
Build fingerprint: 'google/taimen/taimen:9/PQ3A.190801.002/5670241:user/release-keys' | |
Bootloader: TMZ20r | |
Radio: g8998-00008-1902121845 | |
Network: (unknown) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/arch/arm64/boot/dts/amlogic/Makefile b/arch/arm64/boot/dts/amlogic/Makefile | |
index 3f38fd78da68..5372fd934e70 100644 | |
--- a/arch/arm64/boot/dts/amlogic/Makefile | |
+++ b/arch/arm64/boot/dts/amlogic/Makefile | |
@@ -43,8 +43,11 @@ dtb-y += g12a_s905y2_radxa0_4g.dtb | |
dtb-y += g12a_s905y2_u220.dtb | |
dtb-y += g12a_s905y2_u221.dtb | |
dtb-y += g12a_s905y2_u223_lp.dtb | |
+dtb-y += g12b_a311d_radxa02pro.dtb | |
+dtb-y += g12b_a311d_dscs9.dtb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"profile":{"serialNo":"0123456789","timers":[]}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.controller.fight-stick { | |
background: url(http://www.zak123.com/u/base.png) center no-repeat; | |
background-position: 247px 55px; | |
} | |
.fight-stick .arrows { | |
display: none; | |
} | |
.fight-stick .quadrant{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From eca31a267194e1adc2bdffe6237b59409714132a Mon Sep 17 00:00:00 2001 | |
From: Dil3mm4 <[email protected]> | |
Date: Wed, 8 Dec 2021 17:59:45 +0100 | |
Subject: [PATCH] RefreshRate: typo | |
diff --git a/refreshrate.mk b/refreshrate.mk | |
index e1df14c..7ca6fea 100644 | |
--- a/refreshrate.mk | |
+++ b/refreshrate.mk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 7fa25ce710b70847e991f4ed2f5e9cf457bc97bd Mon Sep 17 00:00:00 2001 | |
From: Dil3mm4 <[email protected]> | |
Date: Sun, 7 Nov 2021 17:44:17 +0100 | |
Subject: [PATCH] UdfpsView: have a config for debugging purposes instead of | |
relying on build type | |
--- | |
packages/SystemUI/res/values/descendant_config.xml | 1 + | |
.../src/com/android/systemui/biometrics/UdfpsView.java | 4 +++- | |
2 files changed, 4 insertions(+), 1 deletion(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 57a8866fc6e49896120b63f70910804d4393fb52 Mon Sep 17 00:00:00 2001 | |
From: Dil3mm4 <[email protected]> | |
Date: Sun, 31 Jan 2021 02:24:39 +0000 | |
Subject: [PATCH] KeyguardWellbeingStats: add a small widget-like for wellbeing | |
stats in keyguard | |
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java | |
index abdce62ff15..87eb862444d 100755 | |
--- a/core/java/android/provider/Settings.java |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 4431109ef29f90c4d2f3b60b969a5a694ab14c2e Mon Sep 17 00:00:00 2001 | |
From: Dil3mm4 <[email protected]> | |
Date: Tue, 29 Dec 2020 01:26:07 +0000 | |
Subject: [PATCH] NotificationShadeDepthController: updateShadeBlur if keyguard | |
is going away | |
Test: | |
- from a secured lockscreen expand a notification to trigger qs panel expansion, observe blur correct spawn | |
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationShadeDepthController.kt b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationShadeDepthController.kt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 1ae8bb10f896dd83b316530a7ef6eedae2fee9f1 Mon Sep 17 00:00:00 2001 | |
From: Dil3mm4 <[email protected]> | |
Date: Tue, 29 Dec 2020 04:34:44 +0000 | |
Subject: [PATCH] QuickStatusBarHeader: spawn blur if qs has been force | |
expanded | |
Test: | |
On lockscreen, drag statusbar down to show QS, observe blur spawn | |
diff --git a/packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java b/packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java |
NewerOlder