updated l33t tweaks

This commit is contained in:
MPG13 2018-05-29 09:16:42 -06:00
parent 71ab04a2cb
commit 87232c6ba1
10 changed files with 79 additions and 33 deletions

Binary file not shown.

View file

@ -7,9 +7,11 @@
<body>
<center>
<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>Recent Changes:</p>
<p style="font-size:75%">1.2: Added many customization options (Font size, replace date option)</p>
<p style="font-size:75%">1.1: Inital Release</p>
<hr>
<p>Changelog:</p>
<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><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.1: Inital Release</p><hr>
<p style="font-size:100%;">MPG13's repo</p></center>
</body>
</html>

Binary file not shown.

Binary file not shown.

View file

@ -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 <micahplacido@gmail.com>
Author: MPG13 <micahplacido@gmail.com>
Section: Tweaks
Version: 1.3
Installed-Size: 192

View file

@ -12,14 +12,6 @@
<key>label</key>
<string>UnderTime</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string> </string>
<key>height</key>
<string>10</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
@ -32,14 +24,82 @@
<key>label</key>
<string>Enable tweak</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Date Format</string>
<string>First Line</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>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:m</string>
<key>defaults</key>
<string>com.mpg13.undertime</string>
<key>key</key>
<string>lineOne</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>replaceTime</string>
<key>label</key>
<string>First Line Only</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Second Line</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>
@ -48,7 +108,7 @@
<key>defaults</key>
<string>com.mpg13.undertime</string>
<key>key</key>
<string>dformat</string>
<string>lineTwo</string>
</dict>
<dict>
<key>cell</key>
@ -56,6 +116,7 @@
<key>label</key>
<string>Use nsdateformatter.com to help you format your date!</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
@ -80,26 +141,15 @@
<key>showValue</key>
<true/>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Replace the date with the time</string>
<string> </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>replaceTime</string>
<key>label</key>
<string>Replace Time</string>
</dict>
<dict>
<key>action</key>
<string>respring</string>
@ -116,12 +166,6 @@
<key>label</key>
<string>Developed partially by MPG13 | Forked from NeinZedd's "DateUnderTimeX"</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Respringing twice might be necessary.</string>
</dict>
</array>
<key>title</key>
<string>UnderTime</string>

Binary file not shown.

Binary file not shown.