From a7f6754852021d2760f747206167dc822596e7f7 Mon Sep 17 00:00:00 2001 From: Burrit0z Date: Fri, 5 Jun 2020 10:49:13 -0400 Subject: [PATCH] depiction --- Chariz | 19 +++++++++++++++++++ Kai.xm | 4 ---- Layout/DEBIAN/control | 2 +- 3 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 Chariz diff --git a/Chariz b/Chariz new file mode 100644 index 0000000..c35385b --- /dev/null +++ b/Chariz @@ -0,0 +1,19 @@ +kai + +## All your batteries, at a glance +kai will show any bluetooth device that provides battery information, meaning you can check the battery of your phone, your watch, your AirPods, and your AirPods case, all from the lock screen. Quickly and easily. + +## Make it yours +kai comes with a multitude of customization options, so you can fine tune your settings to fit you and your setup. + +## Big and Bold, or small and simple +kai offers too main options for displaying battery information. (a) Vertical mode, to make kai fit in with your notifications, and (b) horizontal mode, an unobtrusive, scrollable, and tiny mode that doesn't take up any more space on your lock screen than it needs to. + +## Full feature/option list +- + + +Price: $0.99 +iOS versions: iOS 12 - Latest (13.5 atm) +Support email adress: carsondzielinski@gmail.com +Display name: kai \ No newline at end of file diff --git a/Kai.xm b/Kai.xm index 50652c7..7cd19f5 100755 --- a/Kai.xm +++ b/Kai.xm @@ -104,8 +104,6 @@ CSAdjunctListView *list; [self addObserver:self forKeyPath:@"batterySaverModeActive" options:NSKeyValueObservingOptionNew context:nil]; [self addObserver:self forKeyPath:@"percentCharge" options:NSKeyValueObservingOptionNew context:nil]; - //[NSException raise:@"This is a message only I, the developer, would understand, so pls send to me." format:@"Hooked"]; - return %orig; } @@ -113,8 +111,6 @@ CSAdjunctListView *list; //sends the noti to update battery info [[NSNotificationCenter defaultCenter] postNotificationName:@"KaiInfoChanged" object:nil userInfo:nil]; - - //[NSException raise:@":vibeok:" format:@"Notification to update kai sent"]; } diff --git a/Layout/DEBIAN/control b/Layout/DEBIAN/control index da5daf4..810ba77 100644 --- a/Layout/DEBIAN/control +++ b/Layout/DEBIAN/control @@ -2,7 +2,7 @@ Package: com.burritoz.kai Name: Kai Version: 0.9.95 Architecture: iphoneos-arm -Description: Show charging banners on your lock screen! +Description: Device battery indicators on your lock screen! Maintainer: burrit0z Author: burrit0z Section: Tweaks