Commit Graph

19302 Commits (b6737a129136dfa892d5213b4b7ce6ecc3059fbe)
 

Author SHA1 Message Date
Ryan ZHAO b6737a1291 Merge branch 'dev' into call-detailed-info 10 months ago
Morgan Pretty fab3b5683f
Merge pull request #396 from mpretty-cyro/fix/nan-crash
Attempt to prevent an odd NaN crash
10 months ago
Morgan Pretty d6a2d6edd7 Updated build and version numbers 10 months ago
Morgan Pretty bdfb83e211 Merge remote-tracking branch 'upstream/dev' into fix/nan-crash 10 months ago
Morgan Pretty 9e3ee87e34
Merge pull request #397 from mpretty-cyro/fix/config-push-crash
Fix a config push crash
10 months ago
Morgan Pretty 42009012c9
Merge pull request #399 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
10 months ago
Ryan ZHAO 9eb6191156 update version 10 months ago
Ryan ZHAO 663cc13e68 update build number and localised strings 10 months ago
Ryan ZHAO 02e22eb024 update strings and add modals 10 months ago
Ryan ZHAO 0321a5026c update strings 10 months ago
Ryan ZHAO baf26894cc Merge branch 'feature/update-crowdin-translations' of https://github.com/session-foundation/session-ios into call-detailed-info 10 months ago
ThomasSession a95405097f [Automated] Update translations from Crowdin 10 months ago
Ryan ZHAO f8711f670f increase permission chain delay to 0.7s 10 months ago
Ryan ZHAO fc4b349d36 add delay on permission chain for calls 10 months ago
Morgan Pretty 95f4150c96 Use a guard to prevent an implicit unwrap 10 months ago
Morgan Pretty e6f0640e99 Attempt to prevent an odd NaN crash 10 months ago
Ryan ZHAO c4ac8bbe46 fix call issues 10 months ago
Ryan ZHAO 3c3fbec6b4 Merge branch 'dev' into call-detailed-info 10 months ago
Ryan ZHAO e5984601e8 remove database access on call creation 10 months ago
Morgan Pretty a63e58b96b Updated the version & build numbers 10 months ago
Morgan Pretty 82b315ccb1
Merge pull request #383 from mpretty-cyro/fix/poller-and-background-processing-bugs
Poller and background processing fixes
10 months ago
Morgan Pretty 8b109d43c4
Merge pull request #376 from RyanRory/accessibility-id-for-threads-in-share-screen
Add accessibility id and label to cells in share to Session screen
10 months ago
Morgan Pretty 37b64cd69b
Merge pull request #379 from mpretty-cyro/fix/network-status-not-updating
Network status not updating in certain conditions
10 months ago
Morgan Pretty 8f222e9b7c
Merge pull request #382 from mpretty-cyro/fix/notifications-for-current-convo-incorrectly-shown
Fixed an issue where notifications are incorrectly shown for the current conversation
10 months ago
Morgan Pretty 98f7bee170
Merge pull request #394 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
10 months ago
Morgan Pretty 6017a992ce Merge remote-tracking branch 'upstream/dev' into fix/poller-and-background-processing-bugs 10 months ago
Morgan Pretty c9975a17bc Merge remote-tracking branch 'upstream/dev' into fix/notifications-for-current-convo-incorrectly-shown 10 months ago
Morgan Pretty d77ab47f8b Merge remote-tracking branch 'upstream/dev' into fix/network-status-not-updating 10 months ago
Morgan Pretty c8714ea062
Merge pull request #384 from mpretty-cyro/fix/logging-issues-and-improvements
Logging fixes and improvements
10 months ago
Morgan Pretty bb6e78dc27 Merge remote-tracking branch 'upstream/dev' into fix/logging-issues-and-improvements
# Conflicts:
#	Session/Home/GlobalSearch/GlobalSearchViewController.swift
10 months ago
Morgan Pretty fdcdd070a1 Merge remote-tracking branch 'upstream/dev' into fix/logging-issues-and-improvements
# Conflicts:
#	SessionMessagingKit/LibSession/LibSession+SessionMessagingKit.swift
#	SessionMessagingKitTests/_TestUtilities/MockLibSessionCache.swift
10 months ago
Morgan Pretty b12a5282bb
Merge pull request #392 from mpretty-cyro/fix/grdb-assertion
Fix GRDB Assertion
10 months ago
Morgan Pretty 43952c8386
Merge pull request #377 from mpretty-cyro/feature/refactor-screen-lock
Cleaned up some of the Screen Lock behaviours
10 months ago
mpretty-cyro d21737eca7 [Automated] Update translations from Crowdin 10 months ago
Morgan Pretty a524a265a5 Merge remote-tracking branch 'upstream/dev' into feature/refactor-screen-lock
# Conflicts:
#	Session.xcodeproj/project.pbxproj
10 months ago
Morgan Pretty 05d47392db
Merge pull request #393 from mpretty-cyro/fix/partial-group-state-loading
Fixed an issue where groups with only some config dumps wouldn't load
10 months ago
Morgan Pretty 231a3f882a
Merge pull request #391 from mpretty-cyro/fix/dependency-access-crash
Dependency access crash fix
10 months ago
Morgan Pretty 194833b6f7
Merge pull request #388 from mpretty-cyro/fix/community-message-info-crash
Fixed a crash when opening message info in a community
10 months ago
Morgan Pretty fd2b9b92ee
Merge pull request #381 from mpretty-cyro/fix/default-display-picture-not-updating
Fixed a bug where changing the display name wouldn't result in a default display pic update
10 months ago
Morgan Pretty 88a242b39f
Merge pull request #380 from mpretty-cyro/fix/read-status-not-appearing
Fixed an issue where the read receipt wouldn't show while the conversation was open
10 months ago
Morgan Pretty c1dee3e9b7
Merge pull request #378 from mpretty-cyro/feature/sort-members-by-pubkey
Sort group member change control messages deterministically
10 months ago
Morgan Pretty bd70ada50b
Merge pull request #372 from RyanRory/punycode-for-ons
Make ONS with emoji work by punycode
10 months ago
Morgan Pretty 32ce6c5b35
Merge pull request #369 from RyanRory/fix-highlight-background
Fix mentioning highlight background
10 months ago
Morgan Pretty 975fc52b5d Removed a left over TODO 10 months ago
Ryan ZHAO 4e5f081b68 add logs and bump up build number 10 months ago
Morgan Pretty 82b9c18929 Fixed an issue where groups with only some config dumps wouldn't load
• Cleaned up the interface for loading the "default" state for configs (shouldn't really be used outside of onboarding to tweaked it's interface)
• Updated the logic so group configs would be initialised all at once per group (previously it would load them in variant load order, now it will be group -> variant load order)
• Fixed an issue where groups in the invited state would incorrectly load their config states
10 months ago
Morgan Pretty 69c60b0090 Track current db tasks and cancel when suspending 10 months ago
Morgan Pretty 846aa695c2 Updated searching to use a publisher and cancel it (instead of db interrupt) 10 months ago
Ryan ZHAO b51b01fc21 Merge branch 'dev' into call-detailed-info 10 months ago
Ryan ZHAO 1e89f6c4fd fix some issues on database preparation and potential 10 months ago