libbulletin
libbulletin copied to clipboard
Simple iOS library that displays simple or complex bulletins
On iOS 15, SpringBoard crashes as soon as observer:addBulletin:forFeed is called. The method still exists and is used by stock iOS, but for unknown reasons it crashes as soon as...
https://github.com/limneos/libbulletin/blob/master/libbulletin.xm#L367 UIImage imageResizedTo:preserveAspectRatio: is no longer exists since iOS 11. It crashes SpringBoard when there is an attachment image. Reimplementing this method fixes crash on iOS 11 or later.
While using libbulletin, attachmentImage seems to cause a crash for iOS 12. Removing the image attachment works just fine.
With enabled code or face ID, when i swipe to right i doesnt remove the Notification and open the App.
Bulletins in Notification Center are not being dismissed.
Moved code that modified its variables into it, simplified code and removed duplicate code. Potential improvements could be making a cross process interface that dispatches bulletins to SpringBoard via LightMessaging...