* add fmdb
* add local notification cache mechanism
* rewiring to update local db when fetching notifications
* local pushes working
* building for xcode 10
* clean up title model
* update title style
* organize issue SC method
* remove background colors from styled text in issues
* collection view bg white
* remove card inset and clean up snap superview code
* clean up label design
* thread is root and change base font size
* remove borders on comment cells
* adjust collapse design
* adjust comment line spacing and make non-root body smaller
* refactor detail view
* viewer header background color
* more buttons in reaction cell
* vertical spacers working
* design basically finished;
* scroll to bottom accounts for inset
* PR review background color white
* fixup PR review comments
* spacing on merge and review
* readme background white
* rename to just "spacer"
* horizontal spacing
* fix tests
* update action label when value changes, make actions diffable
* Update IGListKit swift branch after rebase
* Update MessageViewController pod
* fix build, update w/ latest fixes
* add cmark lib, build succeeds
* building and running (with dupe asserts)
* list newlines, quote styles
* tables working in cmark
* fix table bg color math and code bg color
* code block highlighting only when theres a language
* share code block logic
* mentions need @
* update cmark lib
* shortlinks
* detect issue shortlinks
* simplify and correct shortlinks
* remove html comments
* tests passing
* bugfix(Issue-1592-3D-Touch-Not-Updated): update 3D touch items when switching account.
* bugfix(Issue-1592-3D-Touch-Not-Updated): switch to the most recent account and update 3D touch user item when switching account.
* fix an indentation problem to ShortcutHandler
* add the app delegate as a listener and configure ShortcutHandler on didFocus(...)
* restore whitespace
* consistent alignment
* wip
* reply cell shows up in comments
* focus on reply model and scroll to reply
* api to create PR comment replies
* reply working
* clean and code reuse
* even more reuse
* organize
* refactor text view delegate to be 1:many
* move autocomplete stuff to its own controller + API
* refactor VC to work with new autocomplete controller
* update pods with new message stuff
* reorganize and fixup files
* app builds
* better names
* thread autocomplete to comment SC
* autocomplete working in edit
* finish refactor
* Use %d over %zi to prevent a possible crash
* Clean up / unify localization behavior
Before, we were doing double localization (Feeding a `LocalizedString` into a `.localizedStringWithFormat`).