summaryrefslogtreecommitdiff
path: root/Tweak.xm
AgeCommit message (Expand)Author
2020-11-24Fix safe mode for iOS14HEADmasterSam Bingner
2020-08-20Clang still refuses to play nice, so just ivars for this another waySam Bingner
2020-08-20Don't crash on null dylib pathsSam Bingner
2019-09-05Add arm64e archSam Bingner
2018-10-14Updates to work nicely with iOS11Sam Bingner
2017-02-02Fix OK button on iOS 8 (and maybe other versions).Jay Freeman (saurik)
2017-02-01armv7s is iOS 6+, so this will fix 32-bit iOS 10+.Jay Freeman (saurik)
2017-02-01Support iOS 10+, which lost alertSheet (ashikase).Jay Freeman (saurik)
2017-02-01We no longer get dlfcn.h by including substrate.h.Jay Freeman (saurik)
2017-02-01I guess someone requested this a long time ago :(.Jay Freeman (saurik)
2014-11-17Generalize goal of Safe Mode to safify everything.Jay Freeman (saurik)
2014-11-13Fix display of dialog (very large font) on iOS 8.Jay Freeman (saurik)
2014-01-15Fix the stupid alert popup on ALL the iOS versions.Jay Freeman (saurik)
2014-01-15Attempt to disable the user's wallpaper on iOS 7.Jay Freeman (saurik)
2014-01-15Do not delete notification settings (parrotgeek1).Jay Freeman (saurik)
2014-01-15On iOS 7, fix dialog pop on unlock (parrotgeek1).Jay Freeman (saurik)
2014-01-15On iOS 7, fix Exit Safe Mode text (parrotgeek1).Jay Freeman (saurik)
2014-01-15iOS 7 alertSheet->alertView (thanks rpetrich!).Jay Freeman (saurik)
2013-09-20Extract iOS Safe Mode from Substrate and use Theos.Jay Freeman (saurik)