- Push notification
- SMS (by xshad0w, not included in 0.1-11q yet),
Anyway, 0.1-11q is mainly an issue-fixing release, that include:
- Issue 223. You can configure some GriP messages to wake the device up.
- Issue 176. An new option so that GriP message can be expanded by default.
- Issue 209. You've Got Mail will show the user name of the mail owner, instead of the address.
- Issue 168. All apps can be selected shown in Game Mode. The UI is improved too :)
- Issue 172. Multiple push notifications from the same app will be coalesced.
- Suspension behavior can be updated properly.
If you have GriP 0.1-11p, you don't need GriPGRIP 0.1-11q, because there's nothing new.
And class-dump-z. There are 4 new features in this release:
- The -N flag, which allows you to disable struct name prettifying (__CFArray* → CFArrayRef).
- Optional properties. Such a thing does not exist directly, but can be inferred when its getter and setter are optional. (See the UITextTraits protocol for example).
- The -h proto flag, which will hide all methods that's just adopting a protocol. The -h super flag, which will hide all inherited methods.
Note that if you use the -h super flag directly on the Mac, it is almost certain that class-dump-z will crash. This is because to get the superclass info class-dump-z must open some framework bundles, and by default it will search in /System/Library/..., which certainly does not contain anything iPhoneOS-related. You have to provide the -y flag to specify the sysroot as well. For those who have installed SDK, you need to add
-y /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk
Should it not be GriPRIP instead of GriPGRIP?
ReplyDelete@fusen: It's intentional :p
ReplyDeleteIs this available on the cydia repo yet?
ReplyDelete@jeff no!
ReplyDelete