session-ios/SessionSnodeKit
Morgan Pretty 3c07a2d044 Added linting for the localized strings, updated the quote & mention behaviour for the current user
Added a script and build step to error if we have localised a string in code bug don't have an entry in the localisable files
Added the logic and UI to replace the current users public key (or blinded key) with 'You' in mentions and quotes
Cleaned up some duplicate & missing localised strings
Fixed a bug where new closed groups weren't getting setup locally correctly
Updated the id truncating behaviour to always truncate from the middle
..
Database Fixed a few more bugs and made a couple of optimisations to the GarbageCollectionJob
Meta Create SessionSnodeKit
Models Added linting for the localized strings, updated the quote & mention behaviour for the current user
Utilities Fixed all of the build errors from merge, migrated Call logic, started idBlinding migration and bug fixes
Configuration.swift Removed all the old Storage classes and YapDB extensions
GetSnodePoolJob.swift Added paging to the Home/MessageRequests screens and fix a bunch of bugs
Notification+OnionRequestAPI.swift Rename various things
OnionRequestAPI+Encryption.swift Fixed a number of reported bugs, some cleanup, added animated profile support
OnionRequestAPI.swift Fixed an edge-case crash, a couple of minor bugs and made future-proofing tweaks
SnodeAPI.swift Fixed an edge-case crash, a couple of minor bugs and made future-proofing tweaks
SnodeMessage.swift Merge branch 'feature/session-id-blinding-part-2' into feature/database-refactor