Commit Graph

17694 Commits (6c75007c0babc28caa281bb9fb948bc7caf2a732)
 

Author SHA1 Message Date
Ryan Zhao 6c75007c0b Merge branch 'dev' into disappearing-message-redesign 10 months ago
Morgan Pretty 1a10049f39
Merge pull request #895 from mpretty-cyro/fix/config-processing-issues
Fixed a couple of config handling bugs
10 months ago
Morgan Pretty 7a8941db5c Fixed a couple of config handling bugs
Fixed an bug where config messages could be processed in the wrong order
Tweaked the behaviour or removing threads (this would cause issues with future config-based settings changes that live on the thread getting lost)
10 months ago
ryanzhao 8b529676a4 Merge branch 'dev' into disappearing-message-redesign 10 months ago
Morgan Pretty 6d990559b7
Merge pull request #888 from mpretty-cyro/fix/minor-outgoing-quote-bugs
Fix a couple of minor bugs and clean up query interface
10 months ago
Morgan Pretty d71d07c430
Merge pull request #893 from mpretty-cyro/fix/acknowledgements
Added Cocoapod Acknowledgements
10 months ago
Morgan Pretty f3b2cc577c Fixed the settings bundle and added Cocoapod acknowledgements 10 months ago
Morgan Pretty dfdf843f66 Fixed a few more issues
Fixed an issue where tapping a remote notification wasn't opening the conversation
Fixed an issue where the Share Extension could fail due to not having a snode pool loaded
Fixed an issue where the Theme may not be applied at the right time in the Share extension
11 months ago
Morgan Pretty 252e85fef9 Fixed a bug where the swipe-to-reply wasn't moving the message status text 11 months ago
Morgan Pretty 8e28726fa7 Fixed a bug where unwritable conversations appeared in the share extension 11 months ago
Morgan Pretty e6c26e7ff4 Cleaned up the GRDB interface for complex queries 11 months ago
Morgan Pretty 42853a08c9 Fixed a couple of minor outgoing quote bugs
Added a nicer mechanism for using table aliases
Fixed a bug where the quote preview view close button could overlap the content
Fixed a bug where an outgoing quote wouldn't show it's thumbnail in some cases
Fixed a bug where quoting a link preview wouldn't show the link preview attachment
11 months ago
Ryan Zhao 19787f9028 clean 11 months ago
Ryan Zhao e1f5f86743 try to fix unit test 11 months ago
Ryan Zhao 0df7baa2ee WIP: try to fix unit test 11 months ago
Ryan Zhao 432f32b0a8 WIP: try to fix unit test 11 months ago
Ryan Zhao c4afcb3c3e WIP: try to fix unit test 11 months ago
Ryan Zhao c2d4bbe9d8 WIP: try to fix unit test 11 months ago
Ryan Zhao a7a19abccf update unit test 11 months ago
Ryan Zhao cc9504bf40 reenable the failed unit test 11 months ago
Ryan Zhao 356e9775e7 WIP: fix unit test on CI pipeline 11 months ago
Ryan Zhao 89f87d173a update LibSession Util 11 months ago
Ryan Zhao 9e1f68380a Merge branch 'dev' into disappearing-message-redesign 11 months ago
Morgan Pretty 968f50f2fc
Merge pull request #886 from mpretty-cyro/feature/blinded-message-request-setting
Community message request setting
11 months ago
Morgan Pretty 382b466ded Fixed a bug where conversations without messages could display invalid dates 11 months ago
Morgan Pretty ef5aa927a0 Added logic to use the setting if it's already been sent in a config
Added the ability to define requirements for migrations (in case some data or state needs to be loaded for a migration to be able to be performed correctly)
11 months ago
Morgan Pretty 9c9fb09254 Merge remote-tracking branch 'upstream/dev' into feature/blinded-message-request-setting
# Conflicts:
#	SessionMessagingKit/Configuration.swift
11 months ago
Morgan Pretty 26c6df78ab Fixed test compilation issues 11 months ago
Morgan Pretty 32527d7e83
Merge pull request #856 from mpretty-cyro/feature/updated-push-server
Updated Push Notification API Integration
11 months ago
Morgan Pretty d863004e6d Added a setting to control community message request polling
Added logic to broadcast the community message request acceptance to SOGS so we can communicate it to message request senders
Fixed an issue where database setting changes wouldn't trigger a live update on a settings screen
Fixed an issue where some setting toggles wouldn't animate the state change
Fixed a rarw force-unwrap crash
11 months ago
Morgan Pretty 9eb7a6af6d
Merge pull request #881 from mpretty-cyro/feature/make-user-config-permanent
Make Updated User Config Permanent
11 months ago
Ryan Zhao fda9a60a2e remove the logic that is not as expected 11 months ago
Morgan Pretty c63a9d3994 Fixed an issue preventing notifications from working
Fixed an issue where Storage could be left in an invalid state when it was completed silently before properly getting setup
11 months ago
Ryan Zhao e4beb5c794 update expiresInSeconds filter to be safe for negative value 11 months ago
Morgan Pretty 5285d81177 Fixed a few more PN logic issues
Sorted out some more threading issues
Removed a redundant SyncPushTokensJob run
Fixed an issue where the NotificationServiceExtension could incorrectly setup the database before setting up it's context
Fixed a few warnings
Removed a bunch of legacy code
Refactored the MainAppContext from Objective C into Swift
11 months ago
Ryan Zhao 0eeb4fcd1a fix an UI issue when there is no message in an outdated conversation, the banner and empty state string will be overlapped 11 months ago
Ryan Zhao acbf6fb126 clean 11 months ago
Morgan Pretty 49f2d3bfe2 Removed another couple of main thread assertions 11 months ago
Morgan Pretty 1a383ea850 Fixed a crash due to an assertion for encryption on the main thread
Removed some commented out code
11 months ago
Morgan Pretty c293bbca3a Fixed a couple of migration issues and minor tweaks
Added the ability to define requirements for migrations (in case some data or state needs to be loaded for a migration to be able to be performed correctly)
Fixed a bug where the migration would throw because the user config might not have loaded it's state yet
Fixed a bug where the migration would throw if the user didn't exist yet
Commented out some logic in the ConfigSyncJob that could be problemmatic
11 months ago
Morgan Pretty 63be502434 Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	Session/Conversations/Settings/ThreadDisappearingMessagesSettingsViewModel.swift
#	SessionMessagingKit/Configuration.swift
#	SessionMessagingKit/Sending & Receiving/MessageSender.swift
#	SessionSnodeKit/Networking/SnodeAPI.swift
#	SessionTests/Conversations/Settings/ThreadDisappearingMessagesViewModelSpec.swift
#	SessionUtilitiesKit/General/Dictionary+Utilities.swift
#	SessionUtilitiesKit/JobRunner/JobRunner.swift
11 months ago
Morgan Pretty 0e952b40bb Removed 'useSharedUtilForUserConfig' flag and most legacy config logic 11 months ago
Morgan Pretty 87668d86a1 Fixed an issue where the device might not reregister for push notifications 11 months ago
Morgan Pretty 18ee9d34fa Merge remote-tracking branch 'upstream/dev' into feature/updated-push-server
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	SessionMessagingKit/Open Groups/Types/SodiumProtocols.swift
#	SessionMessagingKit/Sending & Receiving/Message Handling/MessageSender+ClosedGroups.swift
#	SessionMessagingKitTests/_TestUtilities/MockAeadXChaCha20Poly1305Ietf.swift
#	SessionUtilitiesKit/JobRunner/JobRunner.swift
11 months ago
Morgan Pretty 4d098914b2
Merge pull request #813 from oxen-io/feature/job-runner-unit-tests
JobRunner unit tests
11 months ago
Morgan Pretty 0ac7f7b339 Remove double dash from suffix 11 months ago
Morgan Pretty ae0597a50f Attempt alternate config base approach 11 months ago
Morgan Pretty 3d755e7125 More CI debugging 11 months ago
Morgan Pretty b04867705f Testing values 11 months ago
Morgan Pretty a2c75465c1 Further CI logic tweaks 11 months ago