May 29, 2012

MMKeyboard for iOS 5.1.1

I've updated MMKeyboard for iOS 5.1.1. There are slight changes in key positions compared to 5.0 due to a keyboard cache bug; not refreshing certain keys. There might be some workaround for that. But I figured it is much easier to just change key positions.

On the other note, I've set up IRC channel on freenode, #mmkeyboard. If you want to help me develop it or want to talk to me about it, free feel to jump onto that channel.



.

May 4, 2012

UDID-protected cydia repo

A lot of people have been asking me about that. So, I wrote some scripts real quick to create a udid-protected repo.

When you add a repo link on cydia, cydia will search for Release and Packages.bz2 or Packages.gzip. So, we just added .htaccess to redirect Release to Release.php and Packages.* to package.php. Inside those php, we check if the requested udid is valid. If it is, just redirect it back to required file.

Check out my github https://github.com/moeseth/UDID-protected-cydia-repo