diff --git a/Packages.bz2 b/Packages.bz2 index d8f52bd..91130d9 100644 Binary files a/Packages.bz2 and b/Packages.bz2 differ diff --git a/depicts/undertime.html b/depicts/undertime.html index d693ca9..36fe609 100644 --- a/depicts/undertime.html +++ b/depicts/undertime.html @@ -7,9 +7,11 @@

UnderTime allows you to place a customizable date underneath the time in the iPhone X's status bar.

See the top-left of the screenshot below

-

Recent Changes:

-

1.2: Added many customization options (Font size, replace date option)

-

1.1: Inital Release

+
+

Changelog:

+

1.3: Fixed duplicate date bug, added option to customize first line of text, option to customize single line of text, option to use plaintext


+

1.2: Added many customization options (Font size, replace date option)


+

1.1: Inital Release


MPG13's repo

diff --git a/pkgs/ItFuckingCounts.deb b/pkgs/ItFuckingCounts.deb index 2658933..24e4daf 100644 Binary files a/pkgs/ItFuckingCounts.deb and b/pkgs/ItFuckingCounts.deb differ diff --git a/pkgs/UnderTime.deb b/pkgs/UnderTime.deb index 05b716c..6c53c48 100644 Binary files a/pkgs/UnderTime.deb and b/pkgs/UnderTime.deb differ diff --git a/pkgs/UnderTime/DEBIAN/control b/pkgs/UnderTime/DEBIAN/control index 17c91d7..77d2e16 100644 --- a/pkgs/UnderTime/DEBIAN/control +++ b/pkgs/UnderTime/DEBIAN/control @@ -1,7 +1,6 @@ Package: com.mpg13.undertime Name: UnderTime Depends: mobilesubstrate -Version: 1.2 Architecture: iphoneos-arm Description: Customizable date under time in iX StatusBar. Homepage: https://mpg13.github.io @@ -9,4 +8,5 @@ Depiction: https://mpg13.github.io/repo/depicts/undertime.html Maintainer: MPG13 Author: MPG13 Section: Tweaks +Version: 1.3 Installed-Size: 192 diff --git a/pkgs/UnderTime/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib b/pkgs/UnderTime/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib index 2b4b439..a5709f3 100755 Binary files a/pkgs/UnderTime/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib and b/pkgs/UnderTime/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib differ diff --git a/pkgs/UnderTime/Library/PreferenceBundles/UnderTime.bundle/Root.plist b/pkgs/UnderTime/Library/PreferenceBundles/UnderTime.bundle/Root.plist index 2c1334d..fbb30d2 100644 --- a/pkgs/UnderTime/Library/PreferenceBundles/UnderTime.bundle/Root.plist +++ b/pkgs/UnderTime/Library/PreferenceBundles/UnderTime.bundle/Root.plist @@ -12,14 +12,6 @@ label UnderTime - - cell - PSGroupCell - label - - height - 10 - cell PSSwitchCell @@ -32,14 +24,82 @@ label Enable tweak + cell PSGroupCell label - Date Format + First Line height 10 + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + lineOneEnable + label + Custom First Line + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + lineOneStandard + label + First Line Standard String + + + cell + PSEditTextCell + default + h:m + defaults + com.mpg13.undertime + key + lineOne + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + replaceTime + label + First Line Only + + + + cell + PSGroupCell + label + Second Line + height + 10 + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + lineTwoStandard + label + Second Line Standard String + cell PSEditTextCell @@ -48,7 +108,7 @@ defaults com.mpg13.undertime key - dformat + lineTwo cell @@ -56,6 +116,7 @@ label Use nsdateformatter.com to help you format your date! + cell PSGroupCell @@ -80,26 +141,15 @@ showValue + cell PSGroupCell label - Replace the date with the time + height 10 - - cell - PSSwitchCell - default - - defaults - com.mpg13.undertime - key - replaceTime - label - Replace Time - action respring @@ -116,12 +166,6 @@ label Developed partially by MPG13 | Forked from NeinZedd's "DateUnderTimeX" - - cell - PSGroupCell - label - Respringing twice might be necessary. - title UnderTime diff --git a/pkgs/UnderTime/Library/PreferenceBundles/UnderTime.bundle/UnderTime b/pkgs/UnderTime/Library/PreferenceBundles/UnderTime.bundle/UnderTime index 2f4d7ca..2aa0e2d 100755 Binary files a/pkgs/UnderTime/Library/PreferenceBundles/UnderTime.bundle/UnderTime and b/pkgs/UnderTime/Library/PreferenceBundles/UnderTime.bundle/UnderTime differ diff --git a/pkgs/iAFS.deb b/pkgs/iAFS.deb index 04160be..c3e4b43 100644 Binary files a/pkgs/iAFS.deb and b/pkgs/iAFS.deb differ diff --git a/pkgs/iAFSblack.deb b/pkgs/iAFSblack.deb index 07fb24e..cfb90d9 100644 Binary files a/pkgs/iAFSblack.deb and b/pkgs/iAFSblack.deb differ