update undertime to v1.5
This commit is contained in:
parent
a90e3d37f9
commit
a3c897e3d7
13 changed files with 306 additions and 0 deletions
BIN
Packages.bz2
BIN
Packages.bz2
Binary file not shown.
12
com.mpg13.undertime_1.5-4+debug_iphoneos-arm/DEBIAN/control
Normal file
12
com.mpg13.undertime_1.5-4+debug_iphoneos-arm/DEBIAN/control
Normal file
|
|
@ -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 <micahplacido@gmail.com>
|
||||||
|
Author: MPG13 <micahplacido@gmail.com>
|
||||||
|
Section: Tweaks
|
||||||
|
Version: 1.5-4+debug
|
||||||
|
Installed-Size: 200
|
||||||
Binary file not shown.
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
Filter = {
|
||||||
|
Classes = ( "_UIStatusBarStringView", "_UIStatusBarTimeItem", "_UIStatusBarNavigationItem" );
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>English</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>UnderTime</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.mpg13.undertime</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>BNDL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0.0</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>NSPrincipalClass</key>
|
||||||
|
<string>udtRootListController</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
|
|
@ -0,0 +1,243 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>items</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSStaticTextCell</string>
|
||||||
|
<key>height</key>
|
||||||
|
<string>45</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>UnderTime</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSSwitchCell</string>
|
||||||
|
<key>default</key>
|
||||||
|
<true/>
|
||||||
|
<key>defaults</key>
|
||||||
|
<string>com.mpg13.undertime</string>
|
||||||
|
<key>key</key>
|
||||||
|
<string>Enable</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Enable tweak</string>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSGroupCell</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>First Line (Keep it shorter than 7 character!)</string>
|
||||||
|
<key>height</key>
|
||||||
|
<string>10</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSSwitchCell</string>
|
||||||
|
<key>default</key>
|
||||||
|
<true/>
|
||||||
|
<key>defaults</key>
|
||||||
|
<string>com.mpg13.undertime</string>
|
||||||
|
<key>key</key>
|
||||||
|
<string>lineOneEnable</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Custom First Line</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSSwitchCell</string>
|
||||||
|
<key>default</key>
|
||||||
|
<false/>
|
||||||
|
<key>defaults</key>
|
||||||
|
<string>com.mpg13.undertime</string>
|
||||||
|
<key>key</key>
|
||||||
|
<string>lineOneStandard</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>First Line Standard String</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSEditTextCell</string>
|
||||||
|
<key>default</key>
|
||||||
|
<string>h:mm:ss</string>
|
||||||
|
<key>defaults</key>
|
||||||
|
<string>com.mpg13.undertime</string>
|
||||||
|
<key>key</key>
|
||||||
|
<string>lineOne</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Format:</string>
|
||||||
|
<key>noAutoCorrect</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSSwitchCell</string>
|
||||||
|
<key>default</key>
|
||||||
|
<false/>
|
||||||
|
<key>defaults</key>
|
||||||
|
<string>com.mpg13.undertime</string>
|
||||||
|
<key>key</key>
|
||||||
|
<string>replaceTime</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>First Line Only</string>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSGroupCell</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Second Line (Keep it shorter than 7 characters!)</string>
|
||||||
|
<key>height</key>
|
||||||
|
<string>10</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSSwitchCell</string>
|
||||||
|
<key>default</key>
|
||||||
|
<false/>
|
||||||
|
<key>defaults</key>
|
||||||
|
<string>com.mpg13.undertime</string>
|
||||||
|
<key>key</key>
|
||||||
|
<string>lineTwoStandard</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Second Line Standard String</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSEditTextCell</string>
|
||||||
|
<key>default</key>
|
||||||
|
<string>E d/M</string>
|
||||||
|
<key>defaults</key>
|
||||||
|
<string>com.mpg13.undertime</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Format:</string>
|
||||||
|
<key>key</key>
|
||||||
|
<string>lineTwo</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSGroupCell</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Use nsdateformatter.com to help you format your date!</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSGroupCell</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Seconds will not update on the lockscreen!</string>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSGroupCell</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Font Size</string>
|
||||||
|
<key>height</key>
|
||||||
|
<string>10</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSSliderCell</string>
|
||||||
|
<key>default</key>
|
||||||
|
<integer>12</integer>
|
||||||
|
<key>defaults</key>
|
||||||
|
<string>com.mpg13.undertime</string>
|
||||||
|
<key>key</key>
|
||||||
|
<string>sizeOfFont</string>
|
||||||
|
<key>max</key>
|
||||||
|
<real>18</real>
|
||||||
|
<key>min</key>
|
||||||
|
<real>6</real>
|
||||||
|
<key>showValue</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSGroupCell</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Font Alpha</string>
|
||||||
|
<key>height</key>
|
||||||
|
<string>10</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSSliderCell</string>
|
||||||
|
<key>default</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
<key>defaults</key>
|
||||||
|
<string>com.mpg13.undertime</string>
|
||||||
|
<key>key</key>
|
||||||
|
<string>fontAlpha</string>
|
||||||
|
<key>max</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>min</key>
|
||||||
|
<real>0</real>
|
||||||
|
<key>showValue</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSEditTextCell</string>
|
||||||
|
<key>default</key>
|
||||||
|
<string>111111</string>
|
||||||
|
<key>defaults</key>
|
||||||
|
<string>com.mpg13.undertime</string>
|
||||||
|
<key>key</key>
|
||||||
|
<string>fontHex</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Font Color (Hex): #</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSSwitchCell</string>
|
||||||
|
<key>default</key>
|
||||||
|
<true/>
|
||||||
|
<key>defaults</key>
|
||||||
|
<string>com.mpg13.undertime</string>
|
||||||
|
<key>key</key>
|
||||||
|
<string>customColor</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Custom Color Enable</string>
|
||||||
|
</dict>
|
||||||
|
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSGroupCell</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string> </string>
|
||||||
|
<key>height</key>
|
||||||
|
<string>10</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>action</key>
|
||||||
|
<string>respring</string>
|
||||||
|
<key>height</key>
|
||||||
|
<string>30</string>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSButtonCell</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Respring</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>height</key>
|
||||||
|
<string>30</string>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSSpinnerCell</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Thanks for using UnderTime!</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSGroupCell</string>
|
||||||
|
<key>label</key>
|
||||||
|
<string>Developed partially by MPG13 | Forked from NeinZedd's "DateUnderTimeX" and "SecondsInTimeX". Thanks NZ9!</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
<key>title</key>
|
||||||
|
<string>UnderTime</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 371 B |
|
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>entry</key>
|
||||||
|
<dict>
|
||||||
|
<key>bundle</key>
|
||||||
|
<string>UnderTime</string>
|
||||||
|
<key>cell</key>
|
||||||
|
<string>PSLinkCell</string>
|
||||||
|
<key>detail</key>
|
||||||
|
<string>udtRootListController</string>
|
||||||
|
<key>icon</key>
|
||||||
|
<string>icon.png</string>
|
||||||
|
<key>isController</key>
|
||||||
|
<true/>
|
||||||
|
<key>label</key>
|
||||||
|
<string>UnderTime</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 24 KiB |
|
|
@ -9,6 +9,7 @@
|
||||||
<p>UnderTime allows you to place a customizable date underneath the time in the iPhone X's status bar.</p><p style="font-size:125%">See the top-left of the screenshot below<p><img width="50%" src="./images/undertime.PNG">
|
<p>UnderTime allows you to place a customizable date underneath the time in the iPhone X's status bar.</p><p style="font-size:125%">See the top-left of the screenshot below<p><img width="50%" src="./images/undertime.PNG">
|
||||||
<hr>
|
<hr>
|
||||||
<p>Changelog:</p>
|
<p>Changelog:</p>
|
||||||
|
<p style="font-size:75%">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.</p><hr>
|
||||||
<p style="font-size:75%">1.4: Fixed seconds not updating. Only works in springboard or in apps. LS and CC doesn't update seconds</p><hr>
|
<p style="font-size:75%">1.4: Fixed seconds not updating. Only works in springboard or in apps. LS and CC doesn't update seconds</p><hr>
|
||||||
<p style="font-size:75%">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</p><br><p style="font-size:75%">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.</p><br><p style="font-size:75%">Thanks everyone, and all my users for their support!</p><hr>
|
<p style="font-size:75%">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</p><br><p style="font-size:75%">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.</p><br><p style="font-size:75%">Thanks everyone, and all my users for their support!</p><hr>
|
||||||
<p style="font-size:75%">1.2: Added many customization options (Font size, replace date option)</p><hr>
|
<p style="font-size:75%">1.2: Added many customization options (Font size, replace date option)</p><hr>
|
||||||
|
|
|
||||||
BIN
pkgs/com.mpg13.undertime_1.5-4+debug_iphoneos-arm.deb
Normal file
BIN
pkgs/com.mpg13.undertime_1.5-4+debug_iphoneos-arm.deb
Normal file
Binary file not shown.
Reference in a new issue