Morgan Pretty
07cbbbbd94
Fixed compile issue and bumped version number
8 months ago
Morgan Pretty
2032dafc74
Merge remote-tracking branch 'upstream/dev' into feature/swift-package-manager
...
# Conflicts:
# SessionMessagingKit/Sending & Receiving/Message Handling/MessageReceiver+ExpirationTimers.swift
# SessionMessagingKit/Sending & Receiving/MessageReceiver.swift
# SessionSnodeKit/Networking/SnodeAPI.swift
# SessionUtilitiesKit/Media/DataSource.h
# SessionUtilitiesKit/Media/DataSource.m
8 months ago
Morgan Pretty
2b9412164d
Merge pull request #1002 from mpretty-cyro/fix/no-version-check-when-testing
...
Added code to defer the CheckForAppUpdatesJob when running tests or sim
8 months ago
Morgan Pretty
b0c40c678a
Merge pull request #1004 from mpretty-cyro/fix/remove_incorrect_contact_actions
...
Removed the incorrect swipe actions from the contacts list
8 months ago
Morgan Pretty
432238debe
Merge pull request #970 from RyanRory/disappearing-messages-v2-post-enabling
...
Cleaning up legacy disappearing messages
8 months ago
Morgan Pretty
634e564902
Merge pull request #996 from mpretty-cyro/fix/minor-deadlock-improvements
...
Number of fixes and tweaks related to the deadlock issue
8 months ago
Morgan Pretty
af463d874e
Merge remote-tracking branch 'upstream/dev' into fix/minor-deadlock-improvements
...
# Conflicts:
# SessionMessagingKit/Sending & Receiving/Pollers/OpenGroupPoller.swift
8 months ago
Morgan Pretty
009c017ca2
Merge pull request #995 from RyanRory/observing-sogs-permission-change
...
Show message input box when permission changed in a convo
8 months ago
Morgan Pretty
2c61ed8c44
Merge pull request #997 from mpretty-cyro/fix/attachment-item-hash
...
Fixed a SignalAttachment hash uniqueness issue, fixed attachment UX issues
8 months ago
Morgan Pretty
3ef753669e
Merge pull request #998 from mpretty-cyro/fix/ip2country-explicit-int-sizing
...
Defensive coding and attempt to fix crash on launch related to IP2Country
8 months ago
Morgan Pretty
21b5439a63
Merge pull request #1000 from mpretty-cyro/feature/minor-theme-change
...
Minor theme change
8 months ago
Morgan Pretty
ea1394225e
Removed the incorrect swipe actions
8 months ago
Morgan Pretty
d399eeaf73
Tweaks to IP deduping logic, fixed a CSV parsing bug, re-ran script
8 months ago
Morgan Pretty
6c07bac03b
Merge remote-tracking branch 'upstream/dev' into fix/ip2country-explicit-int-sizing
8 months ago
Morgan Pretty
65f70ff1e3
Merge pull request #1001 from bemusementpark/deduplicate-ip
...
Deduplicate IP2Country
8 months ago
Morgan Pretty
31ae994941
Added Keychain migration code just in case (really shouldn't be needed)
8 months ago
Morgan Pretty
b451d1ac04
Added code to defer the CheckForAppUpdatesJob when running tests or sim
8 months ago
Morgan Pretty
fd8fdb1105
Updated the PrimaryFillButton text colours
8 months ago
Morgan Pretty
d44871e2a8
Fixed an issue where ONS lookups stopped working
8 months ago
Morgan Pretty
b3d90df15e
Fixed a camera bug and minor optimisation
...
• Fixed an issue with portrait photo orientation
• Fixed a project config which would prevent debugging the framework targets properly
• Tweaked an unneeded icon resize
8 months ago
Morgan Pretty
0673194079
Minor theme change
8 months ago
bemusementpark
05b95cf34e
Deduplicate IP2Country
8 months ago
Morgan Pretty
bae51b6a9e
Reworked some logic to use safer functions to navigate the memory
8 months ago
Morgan Pretty
86ba37c2ec
Updated the IP2Country to use explicit Int sizes, added logs, add size check
8 months ago
Morgan Pretty
bef27ee0c7
Fixed build issues resulting from rebase after Onboarding
8 months ago
Morgan Pretty
e773550d0a
Fixed issues with sending sync messages and uploading attachments
8 months ago
Morgan Pretty
ed34ebcae9
Fixed the share extension and moved the WebRTC logic
...
Moved the WebRTC dependency out of SessionMessagingKit and into the main Session app (it's the only one that used it and it was causing library linker issues in the share extension because it wasn't directly linked)
8 months ago
Morgan Pretty
2f5aeaeedf
Fixed some missing dependencies and removed pod references
8 months ago
Morgan Pretty
b5a61704e3
Fixed a few c conversions which could crash if they failed
8 months ago
Morgan Pretty
703fbf4848
Fixed invalid python escape and added LOCAL_MIRROR arg to libSession
8 months ago
Morgan Pretty
3fe9ca1542
Fixed up a layout mistake
8 months ago
Morgan Pretty
c69f3cd71a
Resolved a TODO I had missed
8 months ago
Morgan Pretty
4571038008
Fixed the broken tests
8 months ago
Morgan Pretty
419182805f
Updated GRDB dependency with build fix
8 months ago
Morgan Pretty
fa46717139
Updated the CI script
8 months ago
Morgan Pretty
25c1fb6b45
Fixed the unit tests
8 months ago
Morgan Pretty
ce01f128f3
Replaced Cocoapods with Swift Package Manager for dependency management
8 months ago
Morgan Pretty
450613de17
A few more changes resulting from the merge
8 months ago
Morgan Pretty
da6c407e9f
Minor tweaks
8 months ago
Ryan ZHAO
b198699c4f
refactor and clean up on Expiration Timer Update messages
8 months ago
Ryan ZHAO
ad03d2a3ff
WIP: refactor expiration update message
8 months ago
Ryan ZHAO
d997122f8f
WIP: clean up stage 2
8 months ago
Ryan ZHAO
07389bf592
clean up stage 1
8 months ago
Morgan Pretty
d5c756caa3
Fixed a SignalAttachment hash uniqueness issue, fixed attachment UX issues
...
• Fixed an issue where you could select 0 attachments and go to the "send attachment" screen
• Fixed an issue where returning from the "send attachment" screen wouldn't have the initially selected attachment selected
• Added a uniqueId to the DataSource so instances can be better distinguished from each other (not ideal as the same file would have separate identifiers)
8 months ago
Morgan Pretty
2098cb32dd
Number of fixes and tweaks related to the deadlock issue
...
• Fixed some cases where errors weren't being displayed correctly
• Tweaked the "nodeNotFound" error to be a bit more human readable
• Tweaked the BackgroundPoller timeout to have a 5 second buffer instead of a 1 second buffer
• Moved the lastHash pruning into the GarbageCollectionJob instead of the pre-poll fetching to avoid needing to use a write query before polling
• Reworked the Pollers to make their database queries part of the polling stream (and as such, cancellable)
8 months ago
Ryan ZHAO
6758ad010e
show message input box when permission is changed in a conversation
8 months ago
Ryan ZHAO
2642cc785b
trigger an update when user permission change on sogs
8 months ago
Morgan Pretty
8f73f2c805
Merge pull request #994 from mpretty-cyro/release/2.7.0
...
Merge Release 2.7.0 Bugfixes into Dev
8 months ago
Morgan Pretty
6a838a486c
Fixed an issue where the blocked contacts screen might not show values
8 months ago
Morgan Pretty
26857376fb
Bumped to the latest libSession version (only minor tweaks)
8 months ago