Morgan Pretty
6bddebecc3
Merge pull request #402 from mpretty-cyro/feature/tweak-disable-dev-settings
...
Updated dev settings to only reset settings which have been set
4 days ago
Morgan Pretty
9d45fb429e
Merge pull request #386 from mpretty-cyro/feature/contact-block-and-delete
...
Added block and delete functionality to contact list
4 days ago
Morgan Pretty
507bcc6fa5
Merge pull request #370 from RyanRory/feedback-for-actions
...
Add feedbacks for actions in message info screen
4 days ago
mpretty-cyro
a37eb91507
[Automated] Update translations from Crowdin
7 days ago
Ryan ZHAO
6afb2e532d
fix issues when tapping save in groups & fix message info screen falsely dismissing
2 weeks ago
Ryan ZHAO
480e92c760
Merge branch 'dev' into feedback-for-actions
2 weeks ago
Morgan Pretty
bdfb83e211
Merge remote-tracking branch 'upstream/dev' into fix/nan-crash
2 weeks ago
Morgan Pretty
132fa254a1
Only delay the dismissal if we want to show feedback before dismissing
2 weeks ago
Morgan Pretty
49b874f4d8
Updated dev settings to only reset settings which have been set
2 weeks ago
Ryan ZHAO
448b830716
fix issues
2 weeks ago
ThomasSession
a95405097f
[Automated] Update translations from Crowdin
2 weeks ago
Ryan ZHAO
251869d3ea
Merge branch 'dev' into feedback-for-actions
2 weeks ago
Morgan Pretty
e6f0640e99
Attempt to prevent an odd NaN crash
2 weeks ago
Morgan Pretty
c5f70fc92b
Fixed build error
3 weeks ago
Morgan Pretty
cb1c8169b1
Merge branch 'dev' into feature/contact-block-and-delete
3 weeks ago
Morgan Pretty
ed212e69a8
Fixed a couple of QA issues
...
• Fixed a bug where the nickname of a deleted contact would remain after deletion
• Fixed a bug where the block swipe action wouldn't show the confirmation modal
3 weeks ago
Morgan Pretty
82b315ccb1
Merge pull request #383 from mpretty-cyro/fix/poller-and-background-processing-bugs
...
Poller and background processing fixes
3 weeks ago
Morgan Pretty
37b64cd69b
Merge pull request #379 from mpretty-cyro/fix/network-status-not-updating
...
Network status not updating in certain conditions
3 weeks ago
Morgan Pretty
98f7bee170
Merge pull request #394 from session-foundation/feature/update-crowdin-translations
...
[Automated] Update translations from Crowdin
3 weeks ago
Morgan Pretty
6017a992ce
Merge remote-tracking branch 'upstream/dev' into fix/poller-and-background-processing-bugs
3 weeks ago
Morgan Pretty
d77ab47f8b
Merge remote-tracking branch 'upstream/dev' into fix/network-status-not-updating
3 weeks ago
Morgan Pretty
bb6e78dc27
Merge remote-tracking branch 'upstream/dev' into fix/logging-issues-and-improvements
...
# Conflicts:
# Session/Home/GlobalSearch/GlobalSearchViewController.swift
3 weeks 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
3 weeks ago
Morgan Pretty
b12a5282bb
Merge pull request #392 from mpretty-cyro/fix/grdb-assertion
...
Fix GRDB Assertion
3 weeks ago
Morgan Pretty
43952c8386
Merge pull request #377 from mpretty-cyro/feature/refactor-screen-lock
...
Cleaned up some of the Screen Lock behaviours
3 weeks ago
mpretty-cyro
d21737eca7
[Automated] Update translations from Crowdin
3 weeks ago
Morgan Pretty
a524a265a5
Merge remote-tracking branch 'upstream/dev' into feature/refactor-screen-lock
...
# Conflicts:
# Session.xcodeproj/project.pbxproj
3 weeks 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
3 weeks 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
3 weeks ago
Morgan Pretty
bd70ada50b
Merge pull request #372 from RyanRory/punycode-for-ons
...
Make ONS with emoji work by punycode
3 weeks ago
Morgan Pretty
32ce6c5b35
Merge pull request #369 from RyanRory/fix-highlight-background
...
Fix mentioning highlight background
3 weeks 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
3 weeks ago
Morgan Pretty
846aa695c2
Updated searching to use a publisher and cancel it (instead of db interrupt)
3 weeks ago
Morgan Pretty
e29758e401
Updated GRDB and refactored internal Storage operations
...
• Updated to GRDB 7.3.0 (from 6.29.3)
• Updated the ConfigMessageReceiveJob and MessageReceiveJob to use the `writeAsync` function (instead of the blocking `write` function) so that they aren't subject to the `Storage.transactionDeadlockTimeoutSeconds`
• Refactored the `Storage.performOperation` and `Storage.performPublisherOperation` to rely on the new cancellable async/await `Task` logic that GRDB 7 supports (as apparently the other async methods don't support cancellation...)
• Cleaned up some "Sendable" related warnings
• Minor tweaks to `Log.assertOnMainThread` to make it a little more readable
3 weeks ago
mpretty-cyro
38aefd6564
[Automated] Update translations from Crowdin
4 weeks ago
Ryan ZHAO
369be3a278
Merge branch 'dev' into punycode-for-ons
4 weeks ago
Ryan ZHAO
cb507f1ae8
fix the logic of dismissing message info screen
4 weeks ago
Ryan ZHAO
0bb45419e9
fix an issue on link preview in message info screen
4 weeks ago
Morgan Pretty
afd0e8ee50
Removed some redundant code
4 weeks ago
Ryan ZHAO
dbec7fbd10
Merge branch 'dev' into feedback-for-actions
4 weeks ago
Morgan Pretty
637723d026
Fixed a crash when opening message info in a community
4 weeks ago
Morgan Pretty
86fd9f5b6d
Removed unneeded change
4 weeks ago
Morgan Pretty
48e23f5bf7
Updated global search to observe contacts database changes
4 weeks ago
Morgan Pretty
e5333c671e
Added block and delete functionality to contact list
...
• Removed the 'isBlocked' state from the FullConversationCell (no longer used - blocked conversations are removed from conversation list)
• Fixed an issue where blocked contacts could incorrectly appear in the contact list
4 weeks ago
Morgan Pretty
adc877ffbd
Documentation tweak
4 weeks ago
Morgan Pretty
347b6ace28
Pointed at a separate SPM-specific repo to reduce dependency size
4 weeks ago
Morgan Pretty
ada7a4e499
Tweaked licence generation, updated to latest SPM libSession
4 weeks ago
Ryan ZHAO
a6c0762d2b
Merge branch 'dev' into fix-highlight-background
1 month ago
Ryan ZHAO
97cbead8ae
Merge branch 'dev' into punycode-for-ons
1 month ago
Morgan Pretty
7c4249b082
Cleaned up some of the ScreenLock logic
1 month ago