Skip to content

Commit 417ef0c

Browse files
committed
s/Sound/Feedback/g
1 parent 7d2e3b2 commit 417ef0c

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# AlwaysAllowChargingFeedback
2+
3+
Always allow charging feedback,
4+
even when the device is in Do-not-Disturb mode.

AlwaysAllowChargingSounds/build.gradle.kts renamed to AlwaysAllowChargingFeedback/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
android {
7-
namespace = "de.binarynoise.AlwaysAllowChargingSounds"
7+
namespace = "de.binarynoise.AlwaysAllowChargingFeedback"
88

99
defaultConfig {
1010
minSdk = 28

AlwaysAllowChargingSounds/src/main/AndroidManifest.xml renamed to AlwaysAllowChargingFeedback/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android">
44

5-
<application android:label="AlwaysAllowChargingSounds">
5+
<application android:label="AlwaysAllowChargingFeedback">
66
<meta-data
77
android:name="xposedmodule"
88
android:value="true"
99
/>
1010
<meta-data
1111
android:name="xposeddescription"
12-
android:value="Always allow charging sounds, even in DnD mode."
12+
android:value="Always allow charging feedback, even in DnD mode."
1313
/>
1414
<meta-data
1515
android:name="xposedminversion"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
de.binarynoise.AlwaysAllowChargingFeedback.Hook

AlwaysAllowChargingSounds/src/main/java/de/binarynoise/AlwaysAllowChargingSounds/Hook.kt renamed to AlwaysAllowChargingFeedback/src/main/java/de/binarynoise/AlwaysAllowChargingSounds/Hook.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package de.binarynoise.AlwaysAllowChargingSounds
1+
package de.binarynoise.AlwaysAllowChargingFeedback
22

33
import android.content.Context
44
import android.provider.Settings

AlwaysAllowChargingSounds/src/main/res/values/arrays.xml renamed to AlwaysAllowChargingFeedback/src/main/res/values/arrays.xml

File renamed without changes.

AlwaysAllowChargingSounds/Readme.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

AlwaysAllowChargingSounds/src/main/assets/xposed_init

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A collection of small Xposed Modules.
55
<!--@formatter:off-->
66
| Module | Author | Description | Releases |
77
|-|-|-|-|
8-
| [AlwaysAllowChargingSounds](AlwaysAllowChargingSounds) | [@binarynoise](https://github.com/binarynoise) | Always allow charging sounds, even in DnD mode | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=AlwaysAllowChargingSounds) |
8+
| [AlwaysAllowChargingFeedback](AlwaysAllowChargingFeedback) | [@binarynoise](https://github.com/binarynoise) | Always allow charging feedback, even in DnD mode | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=AlwaysAllowChargingFeedback) |
99
| [AlwaysAllowMultiInstanceSplit](AlwaysAllowMultiInstanceSplit) | [@binarynoise](https://github.com/binarynoise) & [@programminghoch10](https://github.com/programminghoch10) | Allow all apps to be launched twice in a split screen | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=AnimationScaleMod) |
1010
| [AnimationScaleMod](AnimationScaleMod) | [@programminghoch10](https://github.com/programminghoch10) | Add more animation scale multipliers | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=AnimationScaleMod) |
1111
| [AntiBrightnessChange](AntiBrightnessChange) | [@programminghoch10](https://github.com/programminghoch10) | Prevent apps from changing display brightness | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=AntiBrightnessChange) [IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/com.programminghoch10.AntiBrightnessChange) |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Always allow charging sound and vibration,
1+
Always allow charging feedback,
22
even when the device is set into Do-not-Disturb mode.

0 commit comments

Comments
 (0)