* 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
* 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
* styled text and builder
* add styledtext local pod
* pod install
* move font back to text style
* lru cache
* more tests, fix head/tail swap
* clear api, more tests
* memory warnings, add cgimage conformance
* styled text render cache key
* defer locks, add cachable size, renderer has global cache
* add snapshot tests
* move local pods to remove space
* update podfile
* snapshot tests for renderer
* styled text view
* update access
* install pod again
* alltext api, const text styles
* add back h1 styles
* reset path changes, snap 0.2.3, revert githawk changes
* remove unused file
* measure cache size in bytes not bits
* 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
* init FlatCache lib
* tests for all other cases
* install flatcache to freeitme project, move VM creation into client
* refactor and split up inbox design
* fixup flatcache pod
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
Updated the Markdown parsing so it calls `HTMLString`'s `removingHTMLEntities`-method so the html entities get converted to the real deal like a Emoji
Fixed the issue that the height of a table row was hard-coded to `30` now it's being calculated and the biggest tone is used for all other rows