]> git.saurik.com Git - cydia.git/commit
Add new package sorting engine (disabled due to speed) that uses the native 3.0+...
authorGrant Paul <chpwn@chpwn.com>
Sun, 12 Dec 2010 11:18:07 +0000 (03:18 -0800)
committerGrant Paul <chpwn@chpwn.com>
Sun, 12 Dec 2010 11:18:07 +0000 (03:18 -0800)
commita891c345424d90acafe2eea53232f0290309071b
tree237e09e9e2cbbd78ec3187bd0618b16035ef4ec4
parentd817e4de92bfa802bb2122711cf70f747a64aa3f
Add new package sorting engine (disabled due to speed) that uses the native 3.0+ UILocalizedIndexedCollation to more closely mimic the official lists and provide localization for the table indexes. However, it UILocalizedIndexedCollation is unusably slow (about 7x slower than the previous implementation), so it is currently disabled (even if enabled, though, it is only used if UILocalizedIndexedCollation is available).
MobileCydia.mm