]> 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)
commit2e704a5fd9860a6e129b543178f7057a8fc6ca7d
tree237e09e9e2cbbd78ec3187bd0618b16035ef4ec4
parent76228a0cd9bd6918f01a863351e1307debcd6afb
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