diff --git a/.theos/_/DEBIAN/control b/.theos/_/DEBIAN/control index 379f276..1762574 100644 --- a/.theos/_/DEBIAN/control +++ b/.theos/_/DEBIAN/control @@ -8,5 +8,5 @@ Depiction: https://mpg13.github.io/repo/depicts/undertime.html Maintainer: MPG13 Author: MPG13 Section: Tweaks -Version: 1.3-22+debug +Version: 1.3.1-1+debug Installed-Size: 192 diff --git a/.theos/_/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib b/.theos/_/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib index a5709f3..73add45 100755 Binary files a/.theos/_/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib and b/.theos/_/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib differ diff --git a/.theos/last_package b/.theos/last_package index 886e0c3..ef8dbca 100644 --- a/.theos/last_package +++ b/.theos/last_package @@ -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 diff --git a/.theos/obj/debug/UnderTime.dylib b/.theos/obj/debug/UnderTime.dylib index a5709f3..73add45 100755 Binary files a/.theos/obj/debug/UnderTime.dylib and b/.theos/obj/debug/UnderTime.dylib differ diff --git a/.theos/obj/debug/arm64/Tweak.xm.41206041.o b/.theos/obj/debug/arm64/Tweak.xm.41206041.o index 3097754..d260681 100644 Binary files a/.theos/obj/debug/arm64/Tweak.xm.41206041.o and b/.theos/obj/debug/arm64/Tweak.xm.41206041.o differ diff --git a/.theos/obj/debug/arm64/Tweak.xm.mm b/.theos/obj/debug/arm64/Tweak.xm.mm index daed076..aa613af 100644 --- a/.theos/obj/debug/arm64/Tweak.xm.mm +++ b/.theos/obj/debug/arm64/Tweak.xm.mm @@ -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; diff --git a/.theos/obj/debug/arm64/UnderTime.dylib b/.theos/obj/debug/arm64/UnderTime.dylib index 299b33e..6ce9530 100755 Binary files a/.theos/obj/debug/arm64/UnderTime.dylib and b/.theos/obj/debug/arm64/UnderTime.dylib differ diff --git a/.theos/obj/debug/arm64/UnderTime.dylib.dSYM/Contents/Resources/DWARF/UnderTime.dylib b/.theos/obj/debug/arm64/UnderTime.dylib.dSYM/Contents/Resources/DWARF/UnderTime.dylib index f815f14..4ae319b 100644 Binary files a/.theos/obj/debug/arm64/UnderTime.dylib.dSYM/Contents/Resources/DWARF/UnderTime.dylib and b/.theos/obj/debug/arm64/UnderTime.dylib.dSYM/Contents/Resources/DWARF/UnderTime.dylib differ diff --git a/.theos/packages/com.mpg13.undertime-1.3 b/.theos/packages/com.mpg13.undertime-1.3 index 8fdd954..8580e7b 100644 --- a/.theos/packages/com.mpg13.undertime-1.3 +++ b/.theos/packages/com.mpg13.undertime-1.3 @@ -1 +1 @@ -22 \ No newline at end of file +30 \ No newline at end of file diff --git a/.theos/packages/com.mpg13.undertime-1.3.1 b/.theos/packages/com.mpg13.undertime-1.3.1 new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/.theos/packages/com.mpg13.undertime-1.3.1 @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/Tweak.xm b/Tweak.xm index df5f9c5..e8fb3c4 100644 --- a/Tweak.xm +++ b/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; diff --git a/control b/control index 5e981d2..4eac046 100644 --- a/control +++ b/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 diff --git a/packages/com.mpg13.undertime_1.3-23+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.3-23+debug_iphoneos-arm.deb new file mode 100644 index 0000000..6965dd2 Binary files /dev/null and b/packages/com.mpg13.undertime_1.3-23+debug_iphoneos-arm.deb differ diff --git a/packages/com.mpg13.undertime_1.3-24+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.3-24+debug_iphoneos-arm.deb new file mode 100644 index 0000000..fee547d Binary files /dev/null and b/packages/com.mpg13.undertime_1.3-24+debug_iphoneos-arm.deb differ diff --git a/packages/com.mpg13.undertime_1.3-25+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.3-25+debug_iphoneos-arm.deb new file mode 100644 index 0000000..eadea09 Binary files /dev/null and b/packages/com.mpg13.undertime_1.3-25+debug_iphoneos-arm.deb differ diff --git a/packages/com.mpg13.undertime_1.3-26+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.3-26+debug_iphoneos-arm.deb new file mode 100644 index 0000000..e03eff2 Binary files /dev/null and b/packages/com.mpg13.undertime_1.3-26+debug_iphoneos-arm.deb differ diff --git a/packages/com.mpg13.undertime_1.3-27+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.3-27+debug_iphoneos-arm.deb new file mode 100644 index 0000000..449af3a Binary files /dev/null and b/packages/com.mpg13.undertime_1.3-27+debug_iphoneos-arm.deb differ diff --git a/packages/com.mpg13.undertime_1.3-28+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.3-28+debug_iphoneos-arm.deb new file mode 100644 index 0000000..ab399a0 Binary files /dev/null and b/packages/com.mpg13.undertime_1.3-28+debug_iphoneos-arm.deb differ diff --git a/packages/com.mpg13.undertime_1.3-29+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.3-29+debug_iphoneos-arm.deb new file mode 100644 index 0000000..7f03806 Binary files /dev/null and b/packages/com.mpg13.undertime_1.3-29+debug_iphoneos-arm.deb differ diff --git a/packages/com.mpg13.undertime_1.3-30+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.3-30+debug_iphoneos-arm.deb new file mode 100644 index 0000000..8c10389 Binary files /dev/null and b/packages/com.mpg13.undertime_1.3-30+debug_iphoneos-arm.deb differ diff --git a/packages/com.mpg13.undertime_1.3.1-1+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.3.1-1+debug_iphoneos-arm.deb new file mode 100644 index 0000000..2031beb Binary files /dev/null and b/packages/com.mpg13.undertime_1.3.1-1+debug_iphoneos-arm.deb differ