1.3.1
This commit is contained in:
parent
342bead9ac
commit
27954644d7
21 changed files with 8 additions and 7 deletions
|
@ -8,5 +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-22+debug
|
||||
Version: 1.3.1-1+debug
|
||||
Installed-Size: 192
|
||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
./packages/com.mpg13.undertime_1.3-22+debug_iphoneos-arm.deb
|
||||
./packages/com.mpg13.undertime_1.3.1-1+debug_iphoneos-arm.deb
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -32,14 +32,14 @@ int sizeOfFont = GetPrefInt(@"sizeOfFont");
|
|||
#define _LOGOS_RETURN_RETAINED
|
||||
#endif
|
||||
|
||||
@class _UIStatusBarBackgroundActivityView; @class _UIStatusBarStringView; @class _UIStatusBarTimeItem;
|
||||
@class _UIStatusBarTimeItem; @class _UIStatusBarStringView; @class _UIStatusBarBackgroundActivityView;
|
||||
static void (*_logos_orig$_ungrouped$_UIStatusBarStringView$setText$)(_LOGOS_SELF_TYPE_NORMAL _UIStatusBarStringView* _LOGOS_SELF_CONST, SEL, NSString *); static void _logos_method$_ungrouped$_UIStatusBarStringView$setText$(_LOGOS_SELF_TYPE_NORMAL _UIStatusBarStringView* _LOGOS_SELF_CONST, SEL, NSString *); static id (*_logos_orig$_ungrouped$_UIStatusBarTimeItem$applyUpdate$toDisplayItem$)(_LOGOS_SELF_TYPE_NORMAL _UIStatusBarTimeItem* _LOGOS_SELF_CONST, SEL, id, id); static id _logos_method$_ungrouped$_UIStatusBarTimeItem$applyUpdate$toDisplayItem$(_LOGOS_SELF_TYPE_NORMAL _UIStatusBarTimeItem* _LOGOS_SELF_CONST, SEL, id, id); static void (*_logos_orig$_ungrouped$_UIStatusBarBackgroundActivityView$setCenter$)(_LOGOS_SELF_TYPE_NORMAL _UIStatusBarBackgroundActivityView* _LOGOS_SELF_CONST, SEL, CGPoint); static void _logos_method$_ungrouped$_UIStatusBarBackgroundActivityView$setCenter$(_LOGOS_SELF_TYPE_NORMAL _UIStatusBarBackgroundActivityView* _LOGOS_SELF_CONST, SEL, CGPoint);
|
||||
|
||||
#line 13 "Tweak.xm"
|
||||
|
||||
|
||||
static void _logos_method$_ungrouped$_UIStatusBarStringView$setText$(_LOGOS_SELF_TYPE_NORMAL _UIStatusBarStringView* _LOGOS_SELF_CONST __unused self, SEL __unused _cmd, NSString * text) {
|
||||
if(GetPrefBool(@"Enable") && ![text containsString:@"%"]) {
|
||||
if(GetPrefBool(@"Enable") && ![text containsString:@"%"] && ![text containsString:@"1x"] && ![text containsString:@"LTE"] && ![text containsString:@"4G"] && ![text containsString:@"3G"] && ![text containsString:@"2G"]) {
|
||||
NSString *lineTwo = GetPrefString(@"lineTwo");
|
||||
NSString *lineOne = GetPrefString(@"lineOne");
|
||||
NSString *timeLineTwo = lineTwo;
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
22
|
||||
30
|
1
.theos/packages/com.mpg13.undertime-1.3.1
Normal file
1
.theos/packages/com.mpg13.undertime-1.3.1
Normal file
|
@ -0,0 +1 @@
|
|||
1
|
2
Tweak.xm
2
Tweak.xm
|
@ -13,7 +13,7 @@ int sizeOfFont = GetPrefInt(@"sizeOfFont");
|
|||
%hook _UIStatusBarStringView
|
||||
|
||||
- (void)setText:(NSString *)text {
|
||||
if(GetPrefBool(@"Enable") && ![text containsString:@"%"]) {
|
||||
if(GetPrefBool(@"Enable") && ![text containsString:@"%"] && ![text containsString:@"1x"] && ![text containsString:@"LTE"] && ![text containsString:@"4G"] && ![text containsString:@"3G"] && ![text containsString:@"2G"]) {
|
||||
NSString *lineTwo = GetPrefString(@"lineTwo");
|
||||
NSString *lineOne = GetPrefString(@"lineOne");
|
||||
NSString *timeLineTwo = lineTwo;
|
||||
|
|
2
control
2
control
|
@ -1,7 +1,7 @@
|
|||
Package: com.mpg13.undertime
|
||||
Name: UnderTime
|
||||
Depends: mobilesubstrate
|
||||
Version: 1.3
|
||||
Version: 1.3.1
|
||||
Architecture: iphoneos-arm
|
||||
Description: Customizable date under time in iX StatusBar.
|
||||
Homepage: https://mpg13.github.io
|
||||
|
|
BIN
packages/com.mpg13.undertime_1.3-23+debug_iphoneos-arm.deb
Normal file
BIN
packages/com.mpg13.undertime_1.3-23+debug_iphoneos-arm.deb
Normal file
Binary file not shown.
BIN
packages/com.mpg13.undertime_1.3-24+debug_iphoneos-arm.deb
Normal file
BIN
packages/com.mpg13.undertime_1.3-24+debug_iphoneos-arm.deb
Normal file
Binary file not shown.
BIN
packages/com.mpg13.undertime_1.3-25+debug_iphoneos-arm.deb
Normal file
BIN
packages/com.mpg13.undertime_1.3-25+debug_iphoneos-arm.deb
Normal file
Binary file not shown.
BIN
packages/com.mpg13.undertime_1.3-26+debug_iphoneos-arm.deb
Normal file
BIN
packages/com.mpg13.undertime_1.3-26+debug_iphoneos-arm.deb
Normal file
Binary file not shown.
BIN
packages/com.mpg13.undertime_1.3-27+debug_iphoneos-arm.deb
Normal file
BIN
packages/com.mpg13.undertime_1.3-27+debug_iphoneos-arm.deb
Normal file
Binary file not shown.
BIN
packages/com.mpg13.undertime_1.3-28+debug_iphoneos-arm.deb
Normal file
BIN
packages/com.mpg13.undertime_1.3-28+debug_iphoneos-arm.deb
Normal file
Binary file not shown.
BIN
packages/com.mpg13.undertime_1.3-29+debug_iphoneos-arm.deb
Normal file
BIN
packages/com.mpg13.undertime_1.3-29+debug_iphoneos-arm.deb
Normal file
Binary file not shown.
BIN
packages/com.mpg13.undertime_1.3-30+debug_iphoneos-arm.deb
Normal file
BIN
packages/com.mpg13.undertime_1.3-30+debug_iphoneos-arm.deb
Normal file
Binary file not shown.
BIN
packages/com.mpg13.undertime_1.3.1-1+debug_iphoneos-arm.deb
Normal file
BIN
packages/com.mpg13.undertime_1.3.1-1+debug_iphoneos-arm.deb
Normal file
Binary file not shown.
Reference in a new issue