Sfoglia il codice sorgente

1.2.2 (remove extraneous stuff, thanks to anynon)

master
Burrit0z 4 anni fa
parent
commit
4f73f8fdb7
5 ha cambiato i file con 4 aggiunte e 14 eliminazioni
  1. +1
    -1
      .theos/_/DEBIAN/control
  2. +1
    -1
      .theos/last_package
  3. +1
    -11
      Dockify.xm
  4. +1
    -1
      control
  5. BIN
      packages/com.burritoz.dockify_1.2.2_iphoneos-arm.deb

+ 1
- 1
.theos/_/DEBIAN/control Vedi File

@@ -7,5 +7,5 @@ Description: A very noice tweak to configure the dock a bit more... Lightweight
Maintainer: burrit0z
Author: burrit0z
Section: Tweaks
Version: 1.2.1
Version: 1.2.2
Installed-Size: 412

+ 1
- 1
.theos/last_package Vedi File

@@ -1 +1 @@
./packages/com.burritoz.dockify_1.2.1_iphoneos-arm.deb
./packages/com.burritoz.dockify_1.2.2_iphoneos-arm.deb

+ 1
- 11
Dockify.xm Vedi File

@@ -110,16 +110,6 @@ HBPreferences *preferences;
}
}
%end
%hook SBDockIconListView

- (NSUInteger)iconColumnsForCurrentOrientation {
if (hidden) {
return (0);
} else {
return (setIconNumber);
}
}
%end
//fix for icons being off the page ios 13
%hook SBIconListGridLayoutConfiguration

@@ -132,7 +122,7 @@ HBPreferences *preferences;
NSUInteger rows = MSHookIvar<NSUInteger>(self, "_numberOfPortraitRows");
NSUInteger columns = MSHookIvar<NSUInteger>(self, "_numberOfPortraitColumns");
// dock
if (rows <= 2 && columns == 4) {
if (rows <= 2 && columns == 4) { //Only checks the columns so if for some stupid reason the user has another dock tweak, it won't break things.
self.location = @"Dock";
} else if (rows == 3 && columns == 3) {
self.location = @"Folder";

+ 1
- 1
control Vedi File

@@ -2,7 +2,7 @@ Package: com.burritoz.dockify
Name: Dockify
Depends: mobilesubstrate, preferenceloader, com.saurik.substrate.safemode, ws.hbang.common (>=1.13)
Conflicts: com.burritoz.testing
Version: 1.2.1
Version: 1.2.2
Architecture: iphoneos-arm
Description: A very noice tweak to configure the dock a bit more... Lightweight and effective!
Maintainer: burrit0z

BIN
packages/com.burritoz.dockify_1.2.2_iphoneos-arm.deb Vedi File


Loading…
Annulla
Salva