├── LowerNotifs.plist ├── Makefile ├── README.md ├── Tweak.x ├── control ├── lowernotifsprefs ├── LNPRootListController.h ├── LNPRootListController.m ├── Makefile ├── Resources │ ├── GitHub@2x.png │ ├── GitHub@3x.png │ ├── Info.plist │ ├── Root.plist │ ├── Twitter@2x.png │ ├── Twitter@3x.png │ ├── donate.png │ ├── donate@2x.png │ ├── icon.png │ ├── icon@2x.png │ └── icon@3x.png └── layout │ └── Library │ └── PreferenceLoader │ └── Preferences │ └── LowerNotifsPrefs.plist └── packages ├── com.0xkuj.lowernotifs_1.0.0_iphoneos-arm.deb └── com.0xkuj.lowernotifs_1.0.1_iphoneos-arm.deb /LowerNotifs.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/LowerNotifs.plist -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/README.md -------------------------------------------------------------------------------- /Tweak.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/Tweak.x -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/control -------------------------------------------------------------------------------- /lowernotifsprefs/LNPRootListController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/LNPRootListController.h -------------------------------------------------------------------------------- /lowernotifsprefs/LNPRootListController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/LNPRootListController.m -------------------------------------------------------------------------------- /lowernotifsprefs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/Makefile -------------------------------------------------------------------------------- /lowernotifsprefs/Resources/GitHub@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/Resources/GitHub@2x.png -------------------------------------------------------------------------------- /lowernotifsprefs/Resources/GitHub@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/Resources/GitHub@3x.png -------------------------------------------------------------------------------- /lowernotifsprefs/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/Resources/Info.plist -------------------------------------------------------------------------------- /lowernotifsprefs/Resources/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/Resources/Root.plist -------------------------------------------------------------------------------- /lowernotifsprefs/Resources/Twitter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/Resources/Twitter@2x.png -------------------------------------------------------------------------------- /lowernotifsprefs/Resources/Twitter@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/Resources/Twitter@3x.png -------------------------------------------------------------------------------- /lowernotifsprefs/Resources/donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/Resources/donate.png -------------------------------------------------------------------------------- /lowernotifsprefs/Resources/donate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/Resources/donate@2x.png -------------------------------------------------------------------------------- /lowernotifsprefs/Resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/Resources/icon.png -------------------------------------------------------------------------------- /lowernotifsprefs/Resources/icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/Resources/icon@2x.png -------------------------------------------------------------------------------- /lowernotifsprefs/Resources/icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/Resources/icon@3x.png -------------------------------------------------------------------------------- /lowernotifsprefs/layout/Library/PreferenceLoader/Preferences/LowerNotifsPrefs.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/lowernotifsprefs/layout/Library/PreferenceLoader/Preferences/LowerNotifsPrefs.plist -------------------------------------------------------------------------------- /packages/com.0xkuj.lowernotifs_1.0.0_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/packages/com.0xkuj.lowernotifs_1.0.0_iphoneos-arm.deb -------------------------------------------------------------------------------- /packages/com.0xkuj.lowernotifs_1.0.1_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/LowerNotifs/HEAD/packages/com.0xkuj.lowernotifs_1.0.1_iphoneos-arm.deb --------------------------------------------------------------------------------