]> git.cameronkatri.com Git - tweaks.git/commitdiff
Update description and screenshots
authorCameron Katri <me@cameronkatri.com>
Wed, 29 Dec 2021 16:49:48 +0000 (11:49 -0500)
committerCameron Katri <me@cameronkatri.com>
Wed, 29 Dec 2021 16:49:48 +0000 (11:49 -0500)
QuickActions/DragonMake
QuickActions/Resources/Description.md
QuickActions/Resources/QuickActionsDemo.mov [new file with mode: 0644]
QuickActions/Resources/Screenshot-2.png
QuickActions/Tweak.x

index 0d4f18cd5cc832dd5f264169607d01c435e4bbbc..cf27fa576623d2826e158d8c4ae2eae20b394d2d 100644 (file)
@@ -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
index 09a7f75fcd347c05e281c1e93fe1712be981aa1e..5b9a3e083ad942b865a7420989bfae33d95d6acd 100644 (file)
@@ -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 (file)
index 0000000..df8e64f
Binary files /dev/null and b/QuickActions/Resources/QuickActionsDemo.mov differ
index d678e2f594e5b8ab480ee24cb78697656623b9c3..ff90e4371657056ea84225c1f4f243f156449b0c 100644 (file)
Binary files a/QuickActions/Resources/Screenshot-2.png and b/QuickActions/Resources/Screenshot-2.png differ
index 64b69ebe2e95732a3ed73d669950b27f5f54310b..02871ee9b606699cbb71bf456c7bee4f2552abbd 100644 (file)
@@ -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
 {