Commit Graph

2635 Commits (9cf0c83c4b830a3648e908fa807215560b4defac)

Author SHA1 Message Date
Morgan Pretty 9cf0c83c4b
Merge pull request #351 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
3 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
3 months ago
stfsession f52fabeefb [Automated] Update translations from Crowdin 3 months ago
Ryan ZHAO c56e57663e add accessibility id for broken media 3 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
4 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
4 months ago
Morgan Pretty 15aaa8332d Fixed an issue where shared messages and community invites wouldn't disappear 4 months ago
mpretty-cyro b20abd1ce8 [Automated] Update translations from Crowdin 4 months ago
Bilb 465bd55111 [Automated] Update translations from Crowdin 4 months ago
Morgan Pretty 13fabbb305 Fixed an issue where sharing attachments could lose filename and extension 4 months ago
Ryan ZHAO 87d6768164 fix a keyboard issue when CallVC is dismissed 4 months ago
Ryan ZHAO 111626eb4a clean up and refactoring 4 months ago
Ryan ZHAO bfbe0ae9eb remove call cache and fix call issue 4 months ago
Ryan ZHAO 8624e4cf46 try to fix callkit 4 months ago
Ryan ZHAO 921ef93064 add some logs 4 months ago
Ryan ZHAO 47805b96ac a bit refactor on dependencies that used by WebRTCSession 4 months ago
Ryan ZHAO 53fdbbb00d try to fix a callkit issue 4 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
4 months ago
Morgan Pretty cc102edc26 Fixed a typo 4 months ago
Morgan Pretty 195df3f81f
Merge pull request #333 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
4 months ago
Morgan Pretty 6f2f46715f Added basic handling for env vars provided by Appium 4 months ago
stfsession 987866aeb1 [Automated] Update translations from Crowdin 4 months ago
Morgan Pretty 5d9b97e354 Added Lucide as a dependency, added standard font styling 4 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
4 months ago
Morgan Pretty 000220f828
Merge pull request #323 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
4 months ago
Morgan Pretty 03f07a725d
Merge pull request #330 from mpretty-cyro/feature/dev-settings
Added logic for dev setting import/export
4 months ago
Morgan Pretty 1439b1b033
Merge pull request #327 from mpretty-cyro/fix/input-not-reappearing
Fixed some issues with message deletion and the input field
4 months ago
Morgan Pretty e6429ecafb
Merge pull request #325 from RyanRory/fix-keyboard
Fix keyboard not activating correctly in after following a link
4 months ago
Ryan ZHAO b37e6a03db fix a keyboard issue for calls 4 months ago
Morgan Pretty 3f893b1ce0 Cleaned up and finished the export/import logic 4 months ago
Morgan Pretty 15243f326d Changed the HelpViewModel to just provide the "share" option again 4 months ago
Ryan ZHAO 12d499a5e5 clean up 4 months ago
Ryan ZHAO 2faad168ef Potentially fix a keyboard issue for calls 4 months ago
Morgan Pretty 35758b2946 Added logic for dev setting import/export
• Added the dev settings UI
• Added export and import functionality (import is unfinished)
• Updated the export logs to allow for either sharing or saving direct to files
4 months ago
Morgan Pretty 22e59b1789 Fixed a crash which could occur when receiving a UserGroups config change 4 months ago
Ryan ZHAO 8f10f43494 further fix on app state issues 4 months ago
Ryan ZHAO 1dddedf3eb add logs and fix a case when the call is going with CallKit but the app state is not in background 4 months ago
Ryan ZHAO 58707da75e add more logs 5 months ago
Ryan ZHAO bf5db2ab93 fix an issue where job runner is not activated when answering calls from CallKit 5 months ago
Ryan ZHAO fc4778e79f don't start other pollers when app is activated in backgroud 5 months ago
Ryan ZHAO 780e262e52 fix CallKit crash 5 months ago
Ryan ZHAO 5fb9a6621d add more logs 5 months ago
Ryan ZHAO 83a0849f66 add some more logs for testing and debug 5 months ago
Morgan Pretty 68284315a6 Fixed some issues with message deletion and the input field
• Fixed an issue where the input view wouldn't reappear when deleting messages for everyone in a one-to-one conversation
• Fixed an issue where the input view would be visible while the loading indicator was visible when deleting from a community
• Fixed an issue where notifications weren't being removed after processing an UnsendRequest
• Fixed an issue where legacy groups had a "Clear for everyone" option but it didn't do anything
• Updated the copy for legacy groups to say "Delete for everyone" instead of "Clear for everyone"
5 months ago
Morgan Pretty e1c5215986 Various dependency changes required to get unit tests working correctly
• Updated the SessionCallManager to be an updated singleton type (cleaned up more in Groups Rebuild)
• Updated the PushRegistrationManager to be an updated singleton type (cleaned up more in Groups Rebuild)
• Injected dependencies correctly in a bunch of places
5 months ago
Morgan Pretty 2ee1fa0125 Updated NTS & 1-1 conversation deletion to be consistent with other plats
• Added a few functions to retrieve conversation settings from libSession
• Updated the Note to Self swipe action to be "Hide" (hides the conversation but does not delete the messages)
• Updated the one-to-one deletion behaviour (now syncs both hiding the conversation and deleting it's messages)
• Updated the logic to retrieve the relevant disappearing messages setting from libSession when creating a thread if it doesn't exist (allows us to delete threads without worrying about losing settings)
• Updated a bunch of dependency management & injection code so the unit tests would pass
5 months ago
Bilb ae81c4e190 [Automated] Update translations from Crowdin 5 months ago
Ryan ZHAO 5b6d7e8321 fix an issue of keyboard not activating correctly in after following a link 5 months ago
stfsession 3fc0dcbecb [Automated] Update translations from Crowdin 5 months ago
Morgan Pretty 7f069263e2 Merge remote-tracking branch 'upstream/dev' into fix/rework-recipient-state 6 months ago