summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-12-29 11:49:48 -0500
committerCameron Katri <me@cameronkatri.com>2021-12-29 11:49:48 -0500
commit85d821a77168829557891aa8963c90b445a5ad75 (patch)
tree6ec27c7eaf28c61e22d2d72e3a3ff6e7da0a5797
parent451ec46218d0a5ac206441a48e5aa5b926209eb0 (diff)
downloadtweaks-85d821a77168829557891aa8963c90b445a5ad75.tar.gz
tweaks-85d821a77168829557891aa8963c90b445a5ad75.tar.zst
tweaks-85d821a77168829557891aa8963c90b445a5ad75.zip
Update description and screenshots
-rw-r--r--QuickActions/DragonMake4
-rw-r--r--QuickActions/Resources/Description.md12
-rw-r--r--QuickActions/Resources/QuickActionsDemo.movbin0 -> 8910792 bytes
-rw-r--r--QuickActions/Resources/Screenshot-2.pngbin500352 -> 11457336 bytes
-rw-r--r--QuickActions/Tweak.x2
5 files changed, 12 insertions, 6 deletions
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 <me@cameronkatri.com>
+author: Cameron Katri <me+support@cameronkatri.com>
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
--- /dev/null
+++ b/QuickActions/Resources/QuickActionsDemo.mov
Binary files differ
diff --git a/QuickActions/Resources/Screenshot-2.png b/QuickActions/Resources/Screenshot-2.png
index d678e2f..ff90e43 100644
--- a/QuickActions/Resources/Screenshot-2.png
+++ b/QuickActions/Resources/Screenshot-2.png
Binary files 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
{