- Exposed launcherViewItemSelected: and closeView methods to allow for overriding of these functions
- Fixes #10 In-Call Status Bar doesn't affect Launcher Subviews
- Fix to binding of text to bottom in 2.2.2
- Fixes #9 Multiple Calls to viewWillAppear viewDidAppear... iOS5.1
- Adds ability to bind title to bottom; now closing #3 pull request
- Fixes #8 Issue with one icon on 2nd page
- Merge #6 ARC enabled
- Modified project to become fully ARC compatible
- Fixes #7 Icon alignment issue when using iPad to test iPhone-only app
- Minor LLVC compiler warning fixes
- CustomBadge path relative to project path
- Removed unnecessary files and user-specific settings
- Added calls to launched view controllers for rotation
- Other minor bug fixes
- Added CustomBadge capability's from Sascha Paulus at spaulus.com
- Added additional methods to allow for control over the item layout animation
- Improved MyLauncherPageControl relocating based on view frame changes (using KVO)
- Bug fix for a few minor leaks
- Bug fix for icon stability when scrolling
- Bug fix for only one icon allowed to be selected (introduced in v2.0.3)
- Bug fix for iPad landscape icon selection
- Bug fix for iPad orientation changes
- Setting MyLauncherView pages property now refreshes the icons
- Improved Saved Launcher Items support
- Bug fix to prevent multiple icons being selected from multiple finger touches
- Bug fix to prevent MyLauncherPageControl from having -1 currentPage
- Bug fix to ensure MyLauncherPageControl stays on the screen after icons have been refreshed
- Added calls to launched navigation views for ViewWillAppear, ViewWillDisappear, ViewDidAppear, and ViewDidDisappear
- Optimised icon animation
- Added iPad Compatibility
- Added immovable item capabilities
- Added ability to disable editing of items
- Allowed for items and their view controllers to have different titles
- Optimised Code