* 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
* New Inbox design
* rename ident to number
* use ax animation
* building with old notifications removed
* remove "2" suffix
* use latest IGLK+Swift
* apply IGLK perf fixes
* fix build
* Update with IGLK binding bug fix
- changed NSAttributedStringSizing to StyledTextRenderer (IssueTargetBranchModel)
- Removed redundand code from IssuesViewController
- Changed method for text height in IssueBranchesSectionController
* milestones refactored with styled text
* reference refactored
* refactor commit references
* fix styled text bug
* request event refactored
* refactor titles
* warm caches for bg-gen models
* delete old text cell
* move shortlinks into MMMarkdown
* almost there
* build green
* running and trimming whitespaces
* styled text working
* fix tests
* tests passing
* Add an a11y hint to the navigationbar title
* Improve accessibility for merge contexts
* Improve accessibility for merge summaries
* Improve accessibility for the merge button
* 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
* Remove SlackTextViewController #1319
* Replace SLKTextView with UITextView #1319
* Move placeholder from MessageView into MessageTextView (#1319)
* Use new placeholder API for MessageView (#1319)
* Use MessageTextView (#1319)
- Use MessageTextView instead of plain UITextView
- Drop code for showing placeholder label
- Use MessageTextView's placeholder label
* create new nav view
* issue nav title wired up
* more button now system action
* better sized bookmark assets
* wire up title actions on repo
* tweak compression UI
* revert helper hack
* 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`).