From 85d821a77168829557891aa8963c90b445a5ad75 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 29 Dec 2021 11:49:48 -0500 Subject: Update description and screenshots --- QuickActions/DragonMake | 4 ++-- QuickActions/Resources/Description.md | 12 +++++++++--- QuickActions/Resources/QuickActionsDemo.mov | Bin 0 -> 8910792 bytes QuickActions/Resources/Screenshot-2.png | Bin 500352 -> 11457336 bytes QuickActions/Tweak.x | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 QuickActions/Resources/QuickActionsDemo.mov diff --git a/QuickActions/DragonMake b/QuickActions/DragonMake index 0d4f18c..cf27fa5 100644 --- a/QuickActions/DragonMake +++ b/QuickActions/DragonMake @@ -4,7 +4,7 @@ depends: mobilesubstrate architecture: iphoneos-arm version: 1.0.0 description: Quickly launch apps from the lockscreen -author: Cameron Katri +author: Cameron Katri section: Tweaks depends: mobilesubstrate, preferenceloader icmd: sbreload @@ -30,4 +30,4 @@ QuickActionsPrefs: - LSApplicationProxy+AltList.m frameworks: - MobileCoreServices - targetvers: 13.0 \ No newline at end of file + targetvers: 13.0 diff --git a/QuickActions/Resources/Description.md b/QuickActions/Resources/Description.md index 09a7f75..5b9a3e0 100644 --- a/QuickActions/Resources/Description.md +++ b/QuickActions/Resources/Description.md @@ -1,8 +1,14 @@ # QuickActions Start using your phone quicker by launching your favorite apps directly from the lockscreen. -## Settings -QuickActions depends on [AltList](https://moreinfo.thebigboss.org/moreinfo/depiction.php?file=altlistDp) to provide an easy way to select the apps you need at your fingertips. Whether you want to replace one or both buttons, QuickActions allows it, and it all applies without a respring. +## Features +* Select one or more apps +* Toggle Do Not Disturb +* Set X and Y offsets for each button +* Hide buttons you don't want + +## What devices does it support? +QuickActions has support for all iPhones running iOS 13 or higher. ## Free Software -QuickActions is open source available under the FreeBSD license (BSD-2-Clause) [located at this repo](https://git.cameronkatri.com/tweaks/tree/QuickActions). +QuickActions is open source available under the AGPLv3 license [located at this repo](https://git.cameronkatri.com/tweaks/tree/QuickActions). diff --git a/QuickActions/Resources/QuickActionsDemo.mov b/QuickActions/Resources/QuickActionsDemo.mov new file mode 100644 index 0000000..df8e64f Binary files /dev/null and b/QuickActions/Resources/QuickActionsDemo.mov differ diff --git a/QuickActions/Resources/Screenshot-2.png b/QuickActions/Resources/Screenshot-2.png index d678e2f..ff90e43 100644 Binary files a/QuickActions/Resources/Screenshot-2.png and b/QuickActions/Resources/Screenshot-2.png differ diff --git a/QuickActions/Tweak.x b/QuickActions/Tweak.x index 64b69eb..02871ee 100644 --- a/QuickActions/Tweak.x +++ b/QuickActions/Tweak.x @@ -46,7 +46,7 @@ void openApplication(NSString *bundleID) %property (nonatomic) BOOL rightOpen; %property (nonatomic) BOOL collapseLeft; %property (nonatomic) BOOL collapseRight; -%property (nonatomic,retain) DNDStateService *stateService; +%property (nonatomic, retain) DNDStateService *stateService; -(id)initWithFrame:(CGRect)arg1 delegate:(id)arg2 { -- cgit v1.2.3-56-ge451