Skip to content

Commit d8bc98f

Browse files
committed
update descriptions
1 parent c90d6e8 commit d8bc98f

File tree

21 files changed

+44
-24
lines changed

21 files changed

+44
-24
lines changed

AntiBrightnessChange/README.md

+1-1
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

+1-1
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

+2-2
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

+2-1
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

+1-1
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

+10-1
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
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

+2-2
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

+1-1
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.
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.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This will force full sensor rotation on selected packages.
1+
This Xposed module forces full sensor rotation on selected packages.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This will force full sensor rotation on selected packages.
1+
Full sensor rotation on selected packages.

metadata/de.binarynoise.AutomaticAdvancedSettingsExpander/en-US/full_description.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Automatically expands the advanced settings in the Settings app by hooking setInitialExpandedChildrenCount in PreferenceGroup.
1+
This Xposed module automatically expands the advanced settings in the Settings app by hooking setInitialExpandedChildrenCount in PreferenceGroup.
22
I hate to always expand them myself every time.
33

44
Should work on all Android versions where the Settings app uses one of
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Automatically expands the advanced settings in the Settings app
1+
Automatically expand the advanced settings in the Settings app
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Sort Bluetooth devices by name instead of whatever they are otherwise sorted by.
1+
This Xposed module sorts Bluetooth devices by name instead of last connected to get a stable order.
22
Takes effect in the settings app and the media device picker.

metadata/de.binarynoise.betterVerboseWiFiLogging/en-US/full_description.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Makes the verbose Wi-Fi information (enabled in the developer settings) more readable, adds some and hides some useless information.
1+
This Xposed module makes the verbose Wi-Fi information (enabled in the developer settings) more readable,
2+
adds some and hides some useless information.
23

34
Without the module, it is all one long line that gets wrapped at your screen to make it fit.
45

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Makes the verbose Wi-Fi information more readable
1+
Make the verbose Wi-Fi information more readable

metadata/de.binarynoise.freeNotifications/en-US/full_description.txt

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

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

77
When removing the module, the changed notification settings will stay as they were, only you won't be able to edit them anymore
88
(until you install the module again).
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
OpenWifiOnTop is an Xposed module that prioritizes open Wi-Fi networks in the Wi-Fi picker.
1+
This Xposed module prioritizes open Wi-Fi networks in the Wi-Fi picker.
2+
3+
The order will be:
4+
5+
- currently connected
6+
- saved && !open
7+
- saved && open
8+
- !saved && open
9+
- !saved && !open
10+
- other networks sorted by default
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Since Android 14, users can remove all notifications, even if they come from foreground services.
2-
This module reverts that change by making notifications of foreground services non-dismissible again.
2+
This Xposed module reverts that change by making notifications of foreground services non-dismissible again.

metadata/de.binarynoise.resetAllNotificationChannels/en-US/full_description.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This module will prevent the Notification Channels to be loaded upon boot, so they all need to be recreated by the respective apps.
2-
This effectively resets all Notification Channels: vibrations, ringtones, importance etc.
1+
This Xposed module will prevent the Notification Channels from being loaded upon boot, so they all need to be recreated by the respective apps.
2+
This effectively resets all Notification Channels: vibrations, ringtones, importance, etc.
33

44
This will not revoke the notifications permission.
55

0 commit comments

Comments
 (0)