diff --git a/Packages.bz2 b/Packages.bz2 index 6993ee9..96d191b 100644 Binary files a/Packages.bz2 and b/Packages.bz2 differ diff --git a/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/DEBIAN/control b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/DEBIAN/control new file mode 100644 index 0000000..1d4b957 --- /dev/null +++ b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/DEBIAN/control @@ -0,0 +1,12 @@ +Package: com.mpg13.undertime +Name: UnderTime +Depends: mobilesubstrate +Architecture: iphoneos-arm +Description: Customizable date under time in iX StatusBar. +Homepage: https://mpg13.github.io +Depiction: https://mpg13.github.io/repo/depicts/undertime.html +Maintainer: MPG13 +Author: MPG13 +Section: Tweaks +Version: 1.5-4+debug +Installed-Size: 200 diff --git a/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib new file mode 100755 index 0000000..953d1f4 Binary files /dev/null and b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib differ diff --git a/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/MobileSubstrate/DynamicLibraries/UnderTime.plist b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/MobileSubstrate/DynamicLibraries/UnderTime.plist new file mode 100644 index 0000000..8b9013c --- /dev/null +++ b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/MobileSubstrate/DynamicLibraries/UnderTime.plist @@ -0,0 +1,5 @@ +{ + Filter = { + Classes = ( "_UIStatusBarStringView", "_UIStatusBarTimeItem", "_UIStatusBarNavigationItem" ); + }; +} diff --git a/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceBundles/UnderTime.bundle/Info.plist b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceBundles/UnderTime.bundle/Info.plist new file mode 100644 index 0000000..1146527 --- /dev/null +++ b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceBundles/UnderTime.bundle/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + UnderTime + CFBundleIdentifier + com.mpg13.undertime + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + NSPrincipalClass + udtRootListController + + diff --git a/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceBundles/UnderTime.bundle/Root.plist b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceBundles/UnderTime.bundle/Root.plist new file mode 100644 index 0000000..c29b84e --- /dev/null +++ b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceBundles/UnderTime.bundle/Root.plist @@ -0,0 +1,243 @@ + + + + + items + + + cell + PSStaticTextCell + height + 45 + label + UnderTime + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + Enable + label + Enable tweak + + + + cell + PSGroupCell + label + First Line (Keep it shorter than 7 character!) + 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:mm:ss + defaults + com.mpg13.undertime + key + lineOne + label + Format: + noAutoCorrect + + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + replaceTime + label + First Line Only + + + + cell + PSGroupCell + label + Second Line (Keep it shorter than 7 characters!) + height + 10 + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + lineTwoStandard + label + Second Line Standard String + + + cell + PSEditTextCell + default + E d/M + defaults + com.mpg13.undertime + label + Format: + key + lineTwo + + + cell + PSGroupCell + label + Use nsdateformatter.com to help you format your date! + + + cell + PSGroupCell + label + Seconds will not update on the lockscreen! + + + + cell + PSGroupCell + label + Font Size + height + 10 + + + cell + PSSliderCell + default + 12 + defaults + com.mpg13.undertime + key + sizeOfFont + max + 18 + min + 6 + showValue + + + + + + cell + PSGroupCell + label + Font Alpha + height + 10 + + + cell + PSSliderCell + default + 1 + defaults + com.mpg13.undertime + key + fontAlpha + max + 1 + min + 0 + showValue + + + + cell + PSEditTextCell + default + 111111 + defaults + com.mpg13.undertime + key + fontHex + label + Font Color (Hex): # + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + customColor + label + Custom Color Enable + + + + cell + PSGroupCell + label + + height + 10 + + + action + respring + height + 30 + cell + PSButtonCell + label + Respring + + + height + 30 + cell + PSSpinnerCell + label + Thanks for using UnderTime! + + + cell + PSGroupCell + label + Developed partially by MPG13 | Forked from NeinZedd's "DateUnderTimeX" and "SecondsInTimeX". Thanks NZ9! + + + title + UnderTime + + diff --git a/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceBundles/UnderTime.bundle/UnderTime b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceBundles/UnderTime.bundle/UnderTime new file mode 100755 index 0000000..24bedd7 Binary files /dev/null and b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceBundles/UnderTime.bundle/UnderTime differ diff --git a/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceBundles/UnderTime.bundle/icon@2x.png b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceBundles/UnderTime.bundle/icon@2x.png new file mode 100644 index 0000000..ff923c4 Binary files /dev/null and b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceBundles/UnderTime.bundle/icon@2x.png differ diff --git a/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceLoader/Preferences/UnderTime.plist b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceLoader/Preferences/UnderTime.plist new file mode 100644 index 0000000..79329c4 --- /dev/null +++ b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/Library/PreferenceLoader/Preferences/UnderTime.plist @@ -0,0 +1,21 @@ + + + + + entry + + bundle + UnderTime + cell + PSLinkCell + detail + udtRootListController + icon + icon.png + isController + + label + UnderTime + + + diff --git a/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/User/Library/Preferences/com.mpg13.undertime.plist b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/User/Library/Preferences/com.mpg13.undertime.plist new file mode 100644 index 0000000..d182309 Binary files /dev/null and b/com.mpg13.undertime_1.5-4+debug_iphoneos-arm/User/Library/Preferences/com.mpg13.undertime.plist differ diff --git a/depicts/images/undertime.PNG b/depicts/images/undertime.PNG index 95aa732..b128af6 100644 Binary files a/depicts/images/undertime.PNG and b/depicts/images/undertime.PNG differ diff --git a/depicts/undertime.html b/depicts/undertime.html index 29f2f59..51c508f 100644 --- a/depicts/undertime.html +++ b/depicts/undertime.html @@ -9,6 +9,7 @@

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


Changelog:

+

1.5: Fixed bugs from version 1.5, added warnings to prevent others. Included preference file during installation so tweak loads correctly without changing preferences manually. Added ability to customize color with HEX codes.


1.4: Fixed seconds not updating. Only works in springboard or in apps. LS and CC doesn't update seconds


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


I'd like to thank a few people for helping with the development of this tweak. NeinZedd9 for the original code, Justin Proulx (Sn0wCh1ld) for helping me start my iOS development journey, and Tateu for helping me fix a few of the errors in my code.


Thanks everyone, and all my users for their support!


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


diff --git a/pkgs/com.mpg13.undertime_1.5-4+debug_iphoneos-arm.deb b/pkgs/com.mpg13.undertime_1.5-4+debug_iphoneos-arm.deb new file mode 100644 index 0000000..3494197 Binary files /dev/null and b/pkgs/com.mpg13.undertime_1.5-4+debug_iphoneos-arm.deb differ