Skip to content

Commit 45b4ce1

Browse files
committed
add release links to README.md
1 parent b287df3 commit 45b4ce1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
A collection of small Xposed Modules.
44

5-
| Module | Author | Description |
6-
|----------------------------------------------------------------------------------|------------------------------------------------------------|-------------------------------------------------------------------------|
7-
| [AntiBrightnessChange](AntiBrightnessChange/README.md) | [@programminghoch10](https://github.com/programminghoch10) | Prevent apps from changing display brightness |
8-
| [AutomaticAdvancedSettingsExpander](AutomaticAdvancedSettingsExpander/README.md) | [@binarynoise](https://github.com/binarynoise) | Automatically expands the advanced settings in the Settings app |
9-
| [BetterBluetoothDeviceSort](BetterBluetoothDeviceSort/README.md) | [@binarynoise](https://github.com/binarynoise) | Sorts Bluetooth devices by name |
10-
| [BetterVerboseWiFiLogging](BetterVerboseWiFiLogging/README.md) | [@binarynoise](https://github.com/binarynoise) | Makes the verbose Wi-Fi information more readable |
11-
| [Don'tResetIfBootedAndConnected](DontResetIfBootedAndConnected/README.md) | [@binarynoise](https://github.com/binarynoise) | |
12-
| [FreeNotifications](FreeNotifications/README.md) | [@binarynoise](https://github.com/binarynoise) | Enables customization for all Notification Channels again |
13-
| [MotionEventMod](MotionEventMod/README.md) | [@programminghoch10](https://github.com/programminghoch10) | Disable touch input for some seconds after the stylus was in use |
14-
| [MuteSlf4jWarnings](MuteSlf4jWarnings/README.md) | [@binarynoise](https://github.com/binarynoise) | Mutes all slf4j warnings |
15-
| [ResetAllNotificationChannels](ResetAllNotificationChannels/README.md) | [@binarynoise](https://github.com/binarynoise) | Reset all Notification Channels: vibrations, ringtones, importance etc. |
16-
| [RotationControl](RotationControl/README.md) | [@programminghoch10](https://github.com/programminghoch10) | Force rotation for selected packages |
5+
| Module | Author | Description | Releases |
6+
|------------------------------------------------------------------------|------------------------------------------------------------|-------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|
7+
| [AntiBrightnessChange](AntiBrightnessChange) | [@programminghoch10](https://github.com/programminghoch10) | Prevent apps from changing display brightness | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=AntiBrightnessChange) |
8+
| [AutomaticAdvancedSettingsExpander](AutomaticAdvancedSettingsExpander) | [@binarynoise](https://github.com/binarynoise) | Automatically expands the advanced settings in the Settings app | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=AutomaticAdvancedSettingsExpander) |
9+
| [BetterBluetoothDeviceSort](BetterBluetoothDeviceSort) | [@binarynoise](https://github.com/binarynoise) | Sorts Bluetooth devices by name | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=betterBluetoothDeviceSort) |
10+
| [BetterVerboseWiFiLogging](BetterVerboseWiFiLogging) | [@binarynoise](https://github.com/binarynoise) | Makes the verbose Wi-Fi information more readable | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=betterVerboseWiFiLogging) |
11+
| [Don'tResetIfBootedAndConnected](DontResetIfBootedAndConnected) | [@binarynoise](https://github.com/binarynoise) | | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=dontResetIfBootedAndConnected) |
12+
| [FreeNotifications](FreeNotifications) | [@binarynoise](https://github.com/binarynoise) | Enables customization for all Notification Channels again | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=freeNotifications) |
13+
| [MotionEventMod](MotionEventMod) | [@programminghoch10](https://github.com/programminghoch10) | Disable touch input for some seconds after the stylus was in use | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=MotionEventMod) |
14+
| [MuteSlf4jWarnings](MuteSlf4jWarnings) | [@binarynoise](https://github.com/binarynoise) | Mutes all slf4j warnings | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=muteSlf4jWarnings) |
15+
| [ResetAllNotificationChannels](ResetAllNotificationChannels) | [@binarynoise](https://github.com/binarynoise) | Reset all Notification Channels: vibrations, ringtones, importance etc. | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=resetAllNotificationChannels) |
16+
| [RotationControl](RotationControl) | [@programminghoch10](https://github.com/programminghoch10) | Force rotation for selected packages | [GitHub](https://github.com/binarynoise/XposedModulets/releases?q=RotationControl) |
1717

1818
# License
1919

0 commit comments

Comments
 (0)