session-ios/Session/Utilities
Morgan Pretty 53a5db0ea5 Fixed a number of issues found during internal testing
Added copy for an unrecoverable startup case
Added some additional logs to better debug ValueObservation query errors
Increased the pageSize to 20 on iPad devices (to prevent it immediately loading a second page)
Cleaned up a bunch of threading logic (try to avoid overriding subscribe/receive threads specified at subscription)
Consolidated the 'sendMessage' and 'sendAttachments' functions
Updated the various frameworks to use 'DAWRF with DSYM' to allow for better debugging during debug mode (at the cost of a longer build time)
Updated the logic to optimistically insert messages when sending to avoid any database write delays
Updated the logic to avoid sending notifications for messages which are already marked as read by the config
Fixed an issue where multiple paths could incorrectly get built at the same time in some cases
Fixed an issue where other job queues could be started before the blockingQueue finishes
Fixed a potential bug with the snode version comparison (was just a string comparison which would fail when getting to double-digit values)
Fixed a bug where you couldn't remove the last reaction on a message
Fixed the broken media message zoom animations
Fixed a bug where the last message read in a conversation wouldn't be correctly detected as already read
Fixed a bug where the QuoteView had no line limits (resulting in the '@You' mention background highlight being incorrectly positioned in the quote preview)
Fixed a bug where a large number of configSyncJobs could be scheduled (only one would run at a time but this could result in performance impacts)
2023-06-23 17:54:29 +10:00
..
AVAudioSession+OWS.h Re-organize files 2021-01-12 11:05:52 +11:00
AVAudioSession+OWS.m Re-organize files 2021-01-12 11:05:52 +11:00
BackgroundPoller.swift Fixed a number of issues found during internal testing 2023-06-23 17:54:29 +10:00
CGRect+Utilities.swift Work on the PromiseKit refactor 2022-12-07 15:50:58 +11:00
Date+Utilities.swift WIP: add receivedAtTimestampMs to MessageViewModel 2023-01-16 17:17:29 +11:00
DifferenceKit+Utilities.swift Merge branch 'feature/database-refactor' into emoji-reacts 2022-07-25 15:39:56 +10:00
HapticFeedback.swift Applied the "increase min version to iOS 13" changes 2022-07-01 13:33:00 +10:00
IP2Country.swift Various tweaks and fixes 2023-05-16 09:38:14 +10:00
MentionUtilities.swift Fixed search performance, started styling in-conversaiton settings 2022-09-07 17:37:01 +10:00
MockDataGenerator.swift Fixed a number of bugs found during internal testing 2023-06-19 18:19:47 +10:00
Permissions.swift Updated the profile picture management UI 2023-05-16 13:09:05 +10:00
QRCode.swift Fixed remaining bugs 2022-10-04 16:21:13 +11:00
TextFieldHelper.swift Re-organize files 2021-01-12 11:05:52 +11:00
TraitObservingWindow.swift Did some more theming, removed some files and fixed a couple of minor call issues 2022-09-02 17:32:13 +10:00
UIApplication+OWS.swift Further config util logic 2022-12-07 15:06:15 +11:00
UIContextualAction+Utilities.swift Fixed build issues from merge 2023-05-18 17:45:04 +10:00
UIImage+Scaling.swift Organize files 2020-11-12 08:48:41 +11:00
UILabel+Interaction.swift Organize files 2020-11-12 08:48:41 +11:00
UINavigationBar+Utilities.swift Finished removing usages to non-theme colour variables 2022-09-20 16:06:01 +10:00
UIResponder+OWS.swift Re-organize files 2021-01-12 11:05:52 +11:00
UIScrollView+Utilities.swift Got paging working on the conversation screen 2022-05-26 18:13:16 +10:00
UIStoryboard+OWS.swift Re-organize files 2021-01-12 11:05:52 +11:00
UIView+Draggable.swift Did some more theming, removed some files and fixed a couple of minor call issues 2022-09-02 17:32:13 +10:00
UIView+Wrapping.swift Merge remote-tracking branch 'upstream/dev' into feature/theming 2022-09-26 11:16:47 +10:00