]> git.saurik.com Git - safemode-ios.git/history - Tweak.xm
Fix OK button on iOS 8 (and maybe other versions).
[safemode-ios.git] / Tweak.xm
2017-02-03  Jay Freeman (saurik)Fix OK button on iOS 8 (and maybe other versions). master v0.9.6001
2017-02-01  Jay Freeman (saurik)armv7s is iOS 6+, so this will fix 32-bit iOS 10+.
2017-02-01  Jay Freeman (saurik)Support iOS 10+, which lost alertSheet (ashikase). v0.9.6000
2017-02-01  Jay Freeman (saurik)We no longer get dlfcn.h by including substrate.h.
2017-02-01  Jay Freeman (saurik)I guess someone requested this a long time ago :(.
2014-11-17  Jay Freeman (saurik)Generalize goal of Safe Mode to safify everything.
2014-11-13  Jay Freeman (saurik)Fix display of dialog (very large font) on iOS 8.
2014-01-15  Jay Freeman (saurik)Fix the stupid alert popup on ALL the iOS versions.
2014-01-15  Jay Freeman (saurik)Attempt to disable the user's wallpaper on iOS 7.
2014-01-15  Jay Freeman (saurik)Do not delete notification settings (parrotgeek1).
2014-01-15  Jay Freeman (saurik)On iOS 7, fix dialog pop on unlock (parrotgeek1).
2014-01-15  Jay Freeman (saurik)On iOS 7, fix Exit Safe Mode text (parrotgeek1).
2014-01-15  Jay Freeman (saurik)iOS 7 alertSheet->alertView (thanks rpetrich!).
2013-09-20  Jay Freeman (saurik)Extract iOS Safe Mode from Substrate and use Theos.