[IMPROVED] -saveContent now returns YES if successful and NO if nothing changed.
[FIXED] Fix for unsetting the login key when key is saved due to a notification race.
[IMPROVED] UI improvements for login name.
[IMPROVED] Remove system fonts all-over and replace with Exo2.
[IMPROVED] Various UI improvements and fixes throughout.
[UPDATED] Make private moc parent of all private blocks to avoid blocking the main thread for writes, update the main moc on private moc updates.
[FIXED] Don't cause a crash on elements with a bad type.
[UPDATED] Improved cell handling and UI update handling.
[UPDATED] Replace FontReplacer with moarfonts to fix issues in UICollectionViewCells.
[FIXED] Remove obsolete icon Info.plist keys.
[FIXED] Auto-generated CFBundleVersion hash->decimal must be 9 digits long or version bump may end up lowering version number.
[FIXED] Counter should default to 1, not 0.
[FIXED] Some issues with the status bar in the MPMainViewController.
[UPDATED] AppIcons and LaunchImages converted to asset catalog.
[ADDED] New iOS 7 size app icon images.
[ADDED] More verbose log printing when trace enabled.
[ADDED] More exception handling on application launch; we can't allow any of this to keep us from being able to open the emergency generator.
[UPDATED] Only apply UI theming on iOS 6-.
[ADDED] Modern way of hiding the status bar on iOS 7.
[FIXED] Add extensions to Icon as well to CFBundleIconFiles because Xcode doesn't seem to listen to the Apple docs.
[FIXED] Removed newsstand metadata: this is not a newsstand app.
[ADDED] Ability to change style of password window.
[FIXED] Some window activation oddities (WIP).
[UPDATED] Renamed executable iOS/Mac specific in the hopes of helping with IDE conflicts.