session-ios/SessionShareExtension
Morgan Pretty d8fd3b35b4 Theming tweaks and bug fixes
Made a tweak to prevent some odd looking keyboard transitions when going to conversation settings
Updated the PagedDatabaseObserver to not call 'onChangeUnsorted' on the main thread (now we can generate the changeset on the background thread so there is less main thread work)
Fixed an issue where the most recently received message from the swarm could be removed from the swarm yet the app would still poll for it, resulting in the swarm always returning the oldest possible messages until the user sends a new one-to-one message
Fixed an issue where the initial scroll offset could be incorrect due to certain message types
Fixed an issue where the title view inside a conversation could jump when pushing to the conversation settings screen
Refactored a couple of ObjC functions to Swift as they were crashing (due to memory allocation?) hopefully this will fix it
Tweaked some DispatchQueue priorities to ensure PagedDatabaseObserver loading is prioritised
Updated buttons to use a standard convention for highlighted states
Updated the new conversation button to follow the new highlighted state convention
2022-10-14 17:09:38 +11:00
..
Base.lproj Fix screen lock handling 2021-05-06 10:36:58 +10:00
Meta Made a few last minute tweaks and fixes 2022-10-10 16:40:08 +11:00
SAEScreenLockViewController.swift Updated the alerts to use the custom styled ones 2022-09-28 18:26:02 +10:00
ShareAppExtensionContext.swift Finished removing usages to non-theme colour variables 2022-09-20 16:06:01 +10:00
ShareVC.swift Updated the alerts to use the custom styled ones 2022-09-28 18:26:02 +10:00
SimplifiedConversationCell.swift Theming tweaks and bug fixes 2022-10-14 17:09:38 +11:00
ThreadPickerVC.swift Fixed most of the styling issues raised during QA 2022-09-30 18:22:28 +10:00
ThreadPickerViewModel.swift Finished of the Conversation screen and JobQueue concurrency 2022-05-31 17:41:02 +10:00