From 86c64b63efab408b848bebe85567ac4649f76d90 Mon Sep 17 00:00:00 2001 From: Gianmarco Scarano Date: Wed, 7 Dec 2022 14:57:12 +0100 Subject: [PATCH 1/2] Add multiple tweaks - AlarmVolume - AdvancedBrightnessSlider - Atlas - PowerSelector - 3DBadgeClear All tested on iOS 15.7.1 on an iPhone 7. Signed-off-by: Gianmarco Scarano --- data/tweaks.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/data/tweaks.json b/data/tweaks.json index 6fdf7e4..06e4e3b 100644 --- a/data/tweaks.json +++ b/data/tweaks.json @@ -6,6 +6,41 @@ "description": "iOS accent colors in macOS style", "repo": "[BigBoss](http://apt.thebigboss.org/repofiles/cydia)" }, + { + "name": "AlarmVolume", + "compatible": "✔️", + "issue": "-", + "description": "Set volume for Alarms and Timers", + "repo": "[BigBoss](http://apt.thebigboss.org/repofiles/cydia)" + }, + { + "name": "AdvancedBrightnessSlider", + "compatible": "❌", + "issue": "Crashes to safe mode as soon as the Brightness slide gets triggered.", + "description": "Dim the screen even further than usual", + "repo": "[Havoc](https://havoc.app/)" + }, + { + "name": "Atlas", + "compatible": "✔️", + "issue": "-", + "description": "Minimalistic video player replacement", + "repo": "[Havoc](https://havoc.app/)" + }, + { + "name": "PowerSelector", + "compatible": "⭕", + "issue": "The tweak (in CC) and the preferences in Settings works well. App, instead, crashes as soon as it is opened", + "description": "Simple advanced reboot (Reboot / PowerOff / Respring / uicache / Safe Mode) directly in CC", + "repo": "[ichitaso](https://ichitaso.com/apt)" + }, + { + "name": "3DBadgeClear", + "compatible": "✔️", + "issue": "-", + "description": "Clear badges directly from the Force Touch / 3D Touch menu", + "repo": "[Twickd](https://repo.twickd.com/)" + }, { "name": "BatteryBoobs", "compatible": "✔️", From 0101b6c6e4e5b3510577b4ca2119b0c9c2569a6a Mon Sep 17 00:00:00 2001 From: Gianmarco Scarano Date: Sat, 14 Jan 2023 15:16:34 +0100 Subject: [PATCH 2/2] Update AdvancedBrightnessSlider Signed-off-by: Gianmarco Scarano --- data/tweaks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tweaks.json b/data/tweaks.json index 8c030df..b6aa342 100644 --- a/data/tweaks.json +++ b/data/tweaks.json @@ -15,8 +15,8 @@ }, { "name": "AdvancedBrightnessSlider", - "compatible": "❌", - "issue": "Crashes to safe mode as soon as the Brightness slide gets triggered.", + "compatible": "✔️", + "issue": "-", "description": "Dim the screen even further than usual", "repo": "[Havoc](https://havoc.app/)" },