Skip to content

Commit 8502cf3

Browse files
committed
update descriptions
1 parent f564a7a commit 8502cf3

File tree

21 files changed

+44
-24
lines changed

21 files changed

+44
-24
lines changed

AntiBrightnessChange/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AntiBrightnessChange
22

3-
This module prevents selected apps from overwriting the screen brightness.
3+
This Xposed module prevents selected apps from overwriting the screen brightness.
44

55
If applied to System Framework (`android`),
66
it will prevent every app from changing the screen brightness.

AutomaticAdvancedSettingsExpander/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Automatic Advanced Settings Expander
22

3-
Automatically expands the advanced settings in the Settings app by hooking `setInitialExpandedChildrenCount` in PreferenceGroup.
3+
This Xposed module automatically expands the advanced settings in the Settings app by hooking setInitialExpandedChildrenCount in PreferenceGroup.
44
I hate to always expand them myself every time.
55

66
Should work on all Android versions where the Settings app uses one of

BetterBluetoothDeviceSort/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Better Bluetooth device sort
22

3-
Sorts Bluetooth devices by name instead of whatever it does.
4-
It does not always work, but please don't ask me why.
3+
This Xposed module sorts Bluetooth devices by name instead of last connected to get a stable order.
4+
Takes effect in the settings app and the media device picker.

BetterVerboseWiFiLogging/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Better Verbose WiFi Logging
22

3-
This makes the verbose Wi-Fi information (enabled in the developer settings) more readable, adds some and hides some useless information.
3+
This Xposed module makes the verbose Wi-Fi information (enabled in the developer settings) more readable,
4+
adds some and hides some useless information.
45

56
*Before:*
67

FreeNotifications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ New Android versions introduced finer settings for notifications.
44
But they thought it was a good idea to exempt some Notification Channels from that customization, like the "Developer Options enabled"-Notification.
55
_Yeah, I know that. I did that. Now, please remove that notification._
66

7-
This module enables customization for all Notification Channels again: vibrations, ringtones, importance etc.
7+
This Xposed module enables customization for all Notification Channels again: vibrations, ringtones, importance, etc.
88

99
When removing the module, the changed notification settings will stay as they were, only you won't be able to edit them anymore
1010
(until you install the module again).

OpenWifiOnTop/Readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# OpenWifiOnTop
22

3-
OpenWifiOnTop is an Xposed module that prioritizes open Wi-Fi networks in the Wi-Fi picker.
3+
This Xposed module prioritizes open Wi-Fi networks in the Wi-Fi picker.
4+
5+
The order will be:
6+
7+
- currently connected
8+
- saved && !open
9+
- saved && open
10+
- !saved && open
11+
- !saved && !open
12+
- other networks sorted by default
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# PersistentForegroundServiceNotifications
22

33
Since Android 14, users can remove all notifications, even if they come from foreground services.
4-
This module reverts that change by making notifications of foreground services non-dismissible.
4+
This Xposed module reverts that change by making notifications of foreground services non-dismissible again.

ResetAllNotificationChannels/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Reset all Notification Channels
22

3-
This module will prevent the Notification Channels from being loaded upon boot, so they all need to be recreated by the respective apps.
4-
This effectively resets all Notification Channels: vibrations, ringtones, importance etc.
3+
This Xposed module will prevent the Notification Channels from being loaded upon boot, so they all need to be recreated by the respective apps.
4+
This effectively resets all Notification Channels: vibrations, ringtones, importance, etc.
55

66
This will not revoke the notifications permission.
77

RotationControl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# RotationControl
22

3-
This will force full sensor rotation on selected packages.
3+
This Xposed module forces full sensor rotation on selected packages.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This module prevents selected apps from overwriting the screen brightness.
1+
This Xposed module prevents selected apps from overwriting the screen brightness.
22

33
If applied to System Framework (`android`),
44
it will prevent every app from changing the screen brightness.

0 commit comments

Comments
 (0)