session-ios/SessionUtilitiesKit
Morgan Pretty 1b350cf422 Fixed a number of crashes
Consolidated the PagedDatabaseObserver updating logic into a static function (can be improved further in the future)
Added defensive coding to prevent the LinkDeviceVC from crashing when the nav controller doesn't exist
Fixed an issue where the 'Permissions' callbacks were doing UI logic on background threads
Fixed an issue where the 'reloadCurrent' load type for the PagedDatabaseObserver was incorrectly increasing the 'currentCount' of the PageInfo
Fixed an issue where loading all of the data for paged data could result in a crash when the 'loadMore' section was removed
..
Combine Started refactoring the conversation image picker screens
Crypto Added linting for the localized strings, updated the quote & mention behaviour for the current user
Database Fixed a number of crashes
General Translations, better RTL support and minor animation fix
JobRunner Added a method to allow safer database inserts
Media Merge branch 'dev' into feature/theming
Meta A few bugs fixes and some optimisations
Networking Fixed a few additional issues uncovered
PromiseKit refactor on timer and polling threading
Utilities Did some more theming, removed some files and fixed a couple of minor call issues
Configuration.swift Progressing on theming functionality