Morgan Pretty
92c7f68c85
Updated version numbers
10 months ago
Morgan Pretty
2a6c06423a
Fixed a build error caused from merging
10 months ago
Morgan Pretty
c6365e597d
Merge branch 'dev' into fix/atomic-reentrancy
10 months ago
Morgan Pretty
9cf0c83c4b
Merge pull request #351 from session-foundation/feature/update-crowdin-translations
...
[Automated] Update translations from Crowdin
10 months ago
Morgan Pretty
2ba826faa2
Merge pull request #349 from mpretty-cyro/fix/calls-without-callkit
...
Fixed an issue where incoming calls would always fail without CallKit
10 months ago
Morgan Pretty
36b1699319
Merge pull request #352 from RyanRory/broken-media-accessibility-id
...
Add accessibility id for broken media
10 months ago
stfsession
f52fabeefb
[Automated] Update translations from Crowdin
10 months ago
Ryan ZHAO
c56e57663e
add accessibility id for broken media
10 months ago
Morgan Pretty
a9c3a4dac5
Merge pull request #348 from mpretty-cyro/fix/busted-legacy-group-creation
...
Fixed an issue where new legacy groups would have invalid state
11 months ago
Morgan Pretty
380d81683a
Merge pull request #347 from mpretty-cyro/fix/shared-messages-not-expiring
...
Fixed an issue where shared messages and community invites wouldn't disappear
11 months ago
Morgan Pretty
9a5e18ed48
Fixed an issue where incoming calls would always fail without CallKit
...
• Fixed an issue where incoming calls would always fail without CallKit
• Fixed a couple of layout bugs with the IncomingCallBanner
11 months ago
Morgan Pretty
ba1664f71f
Updated version number
11 months ago
Morgan Pretty
15aaa8332d
Fixed an issue where shared messages and community invites wouldn't disappear
11 months ago
Morgan Pretty
1fa9f2271a
Fixed an issue where new legacy groups would have invalid state
11 months ago
Morgan Pretty
fd74960b1c
Merge pull request #346 from session-foundation/feature/update-crowdin-translations
...
[Automated] Update translations from Crowdin
11 months ago
mpretty-cyro
b20abd1ce8
[Automated] Update translations from Crowdin
11 months ago
Morgan Pretty
a702179196
Merge pull request #345 from session-foundation/feature/update-crowdin-translations
...
[Automated] Update translations from Crowdin
11 months ago
Bilb
465bd55111
[Automated] Update translations from Crowdin
11 months ago
Morgan Pretty
bb7a1378fb
Updated build number
11 months ago
Morgan Pretty
a86ea3ac96
Merge pull request #343 from mpretty-cyro/fix/file-sharing-bugs
...
Fixed an issue where sharing attachments could lose filename and extension
11 months ago
Morgan Pretty
13fabbb305
Fixed an issue where sharing attachments could lose filename and extension
11 months ago
Morgan Pretty
1e07120eba
Cleaned up 'calledFromConfig' params
...
• Renamed the remaining 'calledFromConfig' params to be a bit more descriptive of what they actually do
• Removed all the 'calledFromConfig' values
The `calledFromConfig` was previously needed to help prevent reentrant libSession access but that is now supported. This now means that a config change could trigger a database update which subsequently triggers a config change but libSession has a built in diff system which will prevent this resulting in an infinite update loop
If we do end up in a situation that this update loop results in a config change (which would then get synced) it's likely a bug in iOS which would be hard to track down as it would result from a specific database change (ie. this will hopefully make it easier to resolve inconsistent libSession integrations)
11 months ago
Morgan Pretty
08c7a2cf7f
Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject`
...
• Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` (the latter supports reentrancy
• Added some logging to the debug import process
11 months ago
Morgan Pretty
d010aa74cd
Updated versioning
11 months ago
Morgan Pretty
2923aec0c0
Merge pull request #336 from mpretty-cyro/fix/busted_video_attachments
...
Fixed an issue where attachments could end up with incorrect file extensions
11 months ago
Morgan Pretty
b965a382db
Merge pull request #337 from RyanRory/fix-callkit-2
...
Fix Voice and Video Calls
11 months ago
Ryan ZHAO
87d6768164
fix a keyboard issue when CallVC is dismissed
11 months ago
Ryan ZHAO
d8f6266abe
bump up build number
11 months ago
Ryan ZHAO
111626eb4a
clean up and refactoring
11 months ago
Ryan ZHAO
7b07b5f8e6
bump up build number
11 months ago
Ryan ZHAO
bfbe0ae9eb
remove call cache and fix call issue
11 months ago
Ryan ZHAO
8624e4cf46
try to fix callkit
11 months ago
Ryan ZHAO
921ef93064
add some logs
11 months ago
Morgan Pretty
fe5c815e2b
Fixed an issue where attachments could end up with incorrect file extensions
11 months ago
Ryan ZHAO
47805b96ac
a bit refactor on dependencies that used by WebRTCSession
11 months ago
Ryan ZHAO
53fdbbb00d
try to fix a callkit issue
11 months ago
Morgan Pretty
907abf1d24
Merge pull request #334 from mpretty-cyro/feature/appium-env-var-handling
...
Added basic handling for env vars provided by Appium
11 months ago
Morgan Pretty
cc102edc26
Fixed a typo
11 months ago
Morgan Pretty
1fd673fc24
Increased build number
11 months ago
Morgan Pretty
195df3f81f
Merge pull request #333 from session-foundation/feature/update-crowdin-translations
...
[Automated] Update translations from Crowdin
11 months ago
Morgan Pretty
6f2f46715f
Added basic handling for env vars provided by Appium
11 months ago
Morgan Pretty
5db5fbd9b6
Merge pull request #332 from mpretty-cyro/feature/lucide
...
Added Lucide as a Swift Package Manager dependency
11 months ago
stfsession
987866aeb1
[Automated] Update translations from Crowdin
11 months ago
Morgan Pretty
ec37f9bbe2
Merge remote-tracking branch 'upstream/dev' into feature/lucide
11 months ago
Morgan Pretty
5d9b97e354
Added Lucide as a dependency, added standard font styling
11 months ago
Morgan Pretty
2014200a76
Merge pull request #331 from RyanRory/fix-message-request-response
...
Fix message request response
11 months ago
Ryan ZHAO
406f4cc595
revert some useless message request control message protection logic
11 months ago
Morgan Pretty
1449c57635
Merge pull request #326 from mpretty-cyro/fix/inconsistent-deletion-behaviours
...
Updated NTS & 1-1 conversation deletion to be consistent with other platforms
11 months ago
Morgan Pretty
3002853d17
Updated the package dependencies to point at the STF org
11 months ago
Morgan Pretty
f262b6d7a8
Merge remote-tracking branch 'upstream/dev' into fix/inconsistent-deletion-behaviours
...
# Conflicts:
# Session.xcodeproj/project.pbxproj
# Session/Calls/Call Management/SessionCallManager.swift
# Session/Notifications/PushRegistrationManager.swift
# SessionMessagingKit/Sending & Receiving/Message Handling/MessageReceiver+Calls.swift
# SessionMessagingKit/Sending & Receiving/Message Handling/MessageReceiver+MessageRequests.swift
11 months ago