[REMOVED] UbiquityStoreManager and iCloud support. Now using simplified local Core Data store logic.
[ADDED] Generating site login names.
[IMPROVED] Some refactoring and interface improvements for optionally generated user names.
[FIXED] Fixed an issue that caused stored passwords to be saved without encryption.
[ADDED] Logic to check for any data inconsistencies and fix them.
[ADDED] Support for using dictation in site search box.
[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] Don't unset saveKey when loading the key fails.
This causes saveKey to fail as soon as it's synced to a device that hasn't saved the key yet.
[FIXED] A bunch of threading violation issues with thread-confined MOCs.
[MOVED] Creation of new elements moved to shared code.
[FIXED] When switching user, unset active key.
[FIXED] Synchronize content calculation to avoid race issues while typing.
[ADDED] Ability to create new sites.
[FIXED] Unset active element when hitting backspace or escape.