* Add images to action controller
* Added pod to podfile
Added icon to NotificationSectionController
* Installed Pod
* ContextMenu Dominant corner
* Target support files
* Fixed support
* Updated Action Image Controller
* add fmdb
* add local notification cache mechanism
* rewiring to update local db when fetching notifications
* local pushes working
* building for xcode 10
* 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
* update action label when value changes, make actions diffable
* Update IGListKit swift branch after rebase
* Update MessageViewController pod
* fix build, update w/ latest fixes
* replace old markdown callsites
* unit tests working
* remove unused parsing
* final removal of old parsing, build and tests succeed
* remove dependency
* capture readme ref branch
* 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
* pod deintegrate and install
* move styled text to remote pod
* move highlightr to remote fork
* move mmmarkdown to remote fork
* move flatcache to remote repo
* fix merge conflicts after rebase
* delete slack files
* 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
* add highlightr to local pods
* update highlight.js to 9.12.0
* remove 3.2 post install
* fix 9.12 to use browser based hljs
* trim down supported languages
* smaller code size
Some notes about this update:
- Using apollo-codegen 0.17.0-alpha.13 for Swift 4 support
- Upgraded SnapKit, HTMLImage to versions with Swift 4 support
- Added 3.2 intermix support for local CocoaPods ([from here](https://github.com/CocoaPods/CocoaPods/issues/6791))
- Using alpha version of Apoolo iOS as well for Swift 4
* Move SwipeCellKit & SlackTextViewController to Local Pods directory
* Move playgrounds to own folder
* Create podspec for MMMarkdown and move to Local Pods