Commit Graph

504 Commits (4133a49a34473a608c2ab3a5d32409ab8f10f5f3)

Author SHA1 Message Date
Morgan Pretty 4f3900771e More work on getting SOGS V4 integrated
Updated the MessageSendJob to support V4 messages (V2 messages will be upgraded to V4 if they get re-encoded)
Renamed the Message+Destination from 'openGroup' & 'openGroupV2' to 'legacyOpenGroup' and 'openGroup'
Started plugging in more of the V4 APIs
Renamed a number of the V2 APIs to start with 'legacy'
3 years ago
Morgan Pretty 2284375fc0 Started work on updated SOGS support
Split the OpenGroupAPIV2 into separate files
Started working on the new auth and blinded-id approaches (new auth working with un-blinded id suggesting blinded-id code is incorrect)
Updated the SOGS request/response types to use Codable
Updated the SOGS Request type to use enums instead of strings for keys (to reduce likelihood of typos breaking things)
Updated SessionMessagingKit to use Codable and JSONEncoder/JSONDecoder instead of the legacy JSONSerialization
Cleaned up some naming conventions in the SessionMessagingKit (calling a URLRequest body 'parameters' is very confusing...)
Removed the custom TSRequest class (just using standard URLRequest everywhere instead)
Added a number of extension functions to enable some more functional-coding styles
Added extensions to Sodium methods to allow scalar multiplication and the ability to hash providing a salt and a personalisation value (both needed for new SOGS auth)
Fixed an issue where the legacy auth for SOGS could crash due to threading issues (multiple threads accessing the same variable)
Fixed an issue where if you were in two rooms in a single SOGS and deleted one of them, the other room would stop getting updates as the server public key was getting removed
3 years ago
Morgan Pretty 394b0646a3 Updated the code to support additional session id prefixes 3 years ago
Ryan Zhao be1767a4ba clean 3 years ago
Ryan Zhao 80b18f0715 fix local video view weird rotation behaviour 3 years ago
Ryan Zhao 782dd20ddd implement screen rotation for video calls 3 years ago
Ryan Zhao d8401165cc bump up version & build number 3 years ago
Ryan Zhao 2d9f962a97 Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2 3 years ago
Morgan Pretty cd61fb8df0 Merge branch 'dev' into feature/message-requests
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	SignalUtilitiesKit/Utilities/UIColor+Extensions.swift
3 years ago
Ryan Zhao b1c2802613 update pods 3 years ago
Ryan Zhao 69e464e8ae bump up version & build number 3 years ago
Morgan Pretty 4d62ddbd77 Merge branch 'dev' into fix/safari-sharing
# Conflicts:
#	Podfile.lock
3 years ago
Morgan Pretty 9db5083cc5 Built out the Message Request functionality
Added the MessageRequestsViewController
Added a 'Message Requests' button to the settings screen
Added accept/reject buttons for message requests to the ConversationVC
Added the ability to hide the message request item on the HomeVC (re-appears if you get a new message request)
Added code to handle an edge-case where the message request approval state wouldn't be returned to the sender due to the recipient running an old version of the app
Prevented contacts which aren't associated with an approved thread from appearing when creating a closed group
Disabled notifications for threads which aren't approved
Updated the app notification count to exclude unapproved messages
Updated the app to ignore closed group creation messages if the group has no admins which are approved contacts
Fixed up the keyboard avoidance behaviour in the ConversationVC
Fixed a couple of minor interaction issues which affected some devices
Fixed an issue where the database migrations would run on the 2nd launch when creating a new account (causing odd behaviours)
3 years ago
Ryan Zhao 18fea4ab73 Merge branch 'dev' into global-search 3 years ago
Morgan Pretty 09d63456b6 Merge branch 'dev' into fix/safari-sharing
# Conflicts:
#	Podfile
#	Podfile.lock
#	Session.xcodeproj/project.pbxproj
3 years ago
Ryan Zhao 85c4b3d745 show recent search result as default for global search screen 3 years ago
Ryan Zhao 68ec1654e8 rebuild global search UI 3 years ago
Morgan Pretty 03fb5cbeeb Cleanup and tweaks
Fixed some compilation issues.
Removed an unused dependency.
Cleaned up the Podfile to minimise duplication.
Pointed at an oxen fork of SignalCoreKit instead of a personal one.
3 years ago
ryanzhao fed1218538 WIP: global search UI 3 years ago
Morgan Pretty 61f809caee Fixed a couple of bugs and started UI refactoring
Refactored the UI creation and layout code in the attachments UI.
Started refactoring the UI in the MediaMessageView (converting the existing stuff and will then consolidate when done).
Fixed a bug where playing a video attachment would result in the zoom continually getting reset.
Fixed a bug where the attachment zoom scale would randomly change causing odd behaviours.
3 years ago
Morgan Pretty 4f3faa28bc Refactored SessionShareExtension code to Swift 3 years ago
Ryan Zhao 544881fa69 bump up build number 3 years ago
Ryan Zhao ef2749d72d bump up build number 3 years ago
Ryan Zhao 7a22c9d329 update build number 3 years ago
Ryan Zhao 19cb916fa1 update version & build number 3 years ago
ryanzhao 44cf3c4d46 update build number 3 years ago
Ryan Zhao 6ac075fa5a update build number 3 years ago
Ryan Zhao d754311395 update version & build number 4 years ago
Ryan Zhao 8443818020 bump up build number 4 years ago
Ryan Zhao 5e87e9ceeb bump up build number 4 years ago
Ryan Zhao 9e4e126ef3 add call missed tips 4 years ago
Ryan Zhao 570c3fbe3b add ringtone and other UI improvement 4 years ago
Ryan Zhao 9e6c81d28b improve call message UI 4 years ago
Ryan Zhao 0a3d84d5c8 WIP: Call message Ui improvements 4 years ago
Ryan Zhao 78971b7d09 ignore call messages over 60s 4 years ago
Ryan Zhao 75658e1720 update build number 4 years ago
Ryan Zhao af16416898 update .gitignore 4 years ago
Ryan Zhao 74ef42558b add turn server info 4 years ago
Ryan Zhao d3a2b456f1 handle permission request for voice and video calls 4 years ago
ryanzhao bd0a89184b update build number 4 years ago
ryanzhao a6e5eb6fd6 update version number 4 years ago
ryanzhao bef20e2f9a refactor for CallKit 4 years ago
ryanzhao 4db87992b2 refactor for voip push notification 4 years ago
ryanzhao 0ef7bdc9ce refactor to plug in callkit 4 years ago
ryanzhao 365231f309 update build number 4 years ago
ryanzhao e2de82a11d WIP: webRTC + callkit 4 years ago
ryanzhao dea57081c7 WIP: callkit & pushkit 4 years ago
ryanzhao e529e68cb2 update build number 4 years ago
ryanzhao 1231b9c20a add preview before staring video 4 years ago
ryanzhao 7b23b8f601 Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2 4 years ago
ryanzhao a31700865a update build number 4 years ago
ryanzhao ecf92ceeea fix PN sound settings not applying to remote PNs 4 years ago
ryanzhao e51bd3b819 update version number 4 years ago
ryanzhao 78497d7eec update build number 4 years ago
ryanzhao 9b9a5d7a39 improve vibration for incoming calls 4 years ago
ryanzhao a1f8e16eb3 WIP: add mini call floating view 4 years ago
ryanzhao 0eba1eb14f update build number 4 years ago
ryanzhao fbe5b12c9d WIP: incoming call banner 4 years ago
ryanzhao 36f3f83298 update build number 4 years ago
ryanzhao 3b545ca618 Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2 4 years ago
ryanzhao c85b9020b9 update version number 4 years ago
ryanzhao 7aa751ca45 share log files in settings vc 4 years ago
ryanzhao 23fb69ba6f add incoming/outgoing call message bubble 4 years ago
ryanzhao 9030710d9d add data channel 4 years ago
ryanzhao daee269a7a Merge branch 'dev' into voice-calls-2 4 years ago
ryanzhao 5ccb84bcf0 update build number 4 years ago
ryanzhao 7e89c28038 update build number 4 years ago
ryanzhao bfe24ee7bb update version number 4 years ago
ryanzhao e049d05891 update translations 4 years ago
ryanzhao 592dd7b3d8 update version number 4 years ago
ryanzhao 6e07c56e7d Merge branch 'master' of https://github.com/oxen-io/session-ios into voice-calls-2 4 years ago
ryanzhao d60bbdb315 update build number 4 years ago
ryanzhao a25ef77f9a update version number 4 years ago
Niels Andriesse d6f1553050 Update build number 4 years ago
Niels Andriesse fff117e633 Update build number 4 years ago
Niels Andriesse cb2fb4497d Update version number 4 years ago
Niels Andriesse 027f9b2a87 Install pods 4 years ago
Niels Andriesse e81e25d447 Merge branch 'dev' into voice-calls-2 4 years ago
Niels Andriesse e226b9a273 Fix copyright notice 4 years ago
Niels Andriesse 8280748b39 Improve logging 4 years ago
Niels Andriesse 3206ce380e Rename WebRTCWrapper → WebRTCSession 4 years ago
Niels Andriesse e899804b85 Rename CallVCV2 → CallVC 4 years ago
Niels Andriesse 525eb40d8d Make signaling happen using Session messages 4 years ago
Niels Andriesse 0749510f4e Minor refactoring & clean up WebRTC constraints 4 years ago
Niels Andriesse c00ddde64d Remove unused code 4 years ago
Niels Andriesse 662fc945e2 Refactor CallVC 4 years ago
Niels Andriesse 4dd218daf6 Delete unused MockTURNServer 4 years ago
Niels Andriesse 49d93b9cfd Clean up TestCallServer 4 years ago
Niels Andriesse 8b187641b8 Clean up TestCallConfig 4 years ago
Niels Andriesse 36962cc059 Clean up WebSocket 4 years ago
Niels Andriesse 876814dd43 Basic proof of concept 4 years ago
Niels Andriesse f1f48ec865 Further implement CallVC 4 years ago
Niels Andriesse eb2cba7410 Add MockCallServer 4 years ago
Niels Andriesse 74e9cacd58 Implement MockWebSocket 4 years ago
Niels Andriesse 32426f9005 Add CallVC 4 years ago
Niels Andriesse 9e70432ec9 Update project settings 4 years ago
Niels Andriesse 4fd720cbc9 Implement MockCallConfig 4 years ago
Niels Andriesse 9664274a21 Rename TURNServer → MockTURNServer 4 years ago
Niels Andriesse 170da7a276 Implement VideoCallVC & CameraManager 4 years ago
Niels Andriesse b513eeb898 Add mock TURN server implementation 4 years ago
Niels Andriesse 72469f78f1 Fix organization name 4 years ago
Niels Andriesse 67792ad15f Add UI utilities 4 years ago
Niels Andriesse 1a12199d0b Implement CallManager 4 years ago
Niels Andriesse 030c869d06 Add WebRTC dependency & implement CallMessage 4 years ago
ryanzhao 03fde557fc Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 4 years ago
Niels Andriesse 530bb7983a Update version number 4 years ago
Ryan Zhao 6e45aed71b Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 4 years ago
Ryan Zhao eaab6ee22d deleted message UI in conversation screen 4 years ago
Ryan Zhao ab492d5304 Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 4 years ago
Niels Andriesse 29acca574c Update build number 4 years ago
Niels Andriesse d76d04d0f5 Merge branch 'dev' into conversation-ui 4 years ago
Niels Andriesse 1dc463a9ed Update build number 4 years ago
ryanzhao dd2f8c7df9 Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 4 years ago
Niels Andriesse 7043e83ea3 Merge branch 'dev' into conversation-ui 4 years ago
Niels Andriesse c132b16d01 Update build number 4 years ago
Niels Andriesse 7f0b87a2b2 Avoid unnecessary conversation screen updates 4 years ago
Ryan Zhao 885e9296d1 Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 4 years ago
Niels Andriesse 9b525f77b6 Update build number 4 years ago
Niels Andriesse 6851531014 Update build number 4 years ago
Ryan Zhao d9dde64e5f Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 4 years ago
Ryan Zhao dff99cf0fc add unsend request proto 4 years ago
Niels Andriesse 1543dc7b1f Update build number 4 years ago
Niels Andriesse ec4ce64887 Update build number 4 years ago
Niels Andriesse c4fafa132d Update build number 4 years ago
Niels Andriesse 2bffc3b830 Update build number 4 years ago
Niels Andriesse 02a318a1e3 Update build number 4 years ago
Niels Andriesse c90009d5fd Update version number 4 years ago
Niels Andriesse 81287f2b97 Update build number 4 years ago
Niels Andriesse ab42433a96 Update build number 4 years ago
Niels Andriesse ac730e00b4 Update build number 4 years ago
Niels Andriesse 8a1070cc8e Update build number 4 years ago
Niels Andriesse 44288c45e9 Fix auto scroll to bottom bug 4 years ago
Niels Andriesse 8183e8ea80 Update version number 4 years ago
Niels Andriesse 6d2044f230 Warn users if they're about to send their recovery phrase to someone 4 years ago
Niels Andriesse 5fca1de866 Update the build number again
App Store processing is stuck
4 years ago
Niels Andriesse 614626bffb Update build number 4 years ago
Niels Andriesse d2161545d6 WIP 4 years ago
Niels Andriesse 595080aba2 Update build number 4 years ago
Niels Andriesse 769dccb902 Update version number 4 years ago
Niels Andriesse dfdffc607c Make profile pictures tappable 4 years ago
Niels Andriesse a5beb8af06 Update build number 4 years ago
Niels Andriesse 06a3eaad2d Update build number 4 years ago
Niels Andriesse 5003a78a6f Update version number 4 years ago
Niels Andriesse 13e255892f Update build number 4 years ago
Niels Andriesse 08a3f3b476 Update version number 4 years ago
Niels Andriesse 8a7d3f5d6a Update build number 4 years ago
Niels Andriesse b5999f2fc7 Update version number 4 years ago
Niels Andriesse e296f0f814 Update build number 4 years ago
Niels Andriesse 937ad15050 Update version number 4 years ago
Niels Andriesse 57ebadcbdb Update translations 4 years ago
nielsandriesse 90f6b6f5b9 Update build number 4 years ago
nielsandriesse 56c2482b8e Update build number 4 years ago
nielsandriesse ae4e781055 Update build number 4 years ago
nielsandriesse f4d63ba48e Update version number 4 years ago
nielsandriesse a835f3e6d4 Add Finnish translation 4 years ago
nielsandriesse 235db55efb Add Hindi to translations list 4 years ago
nielsandriesse fb8bf6cbd2 Update build number 4 years ago
nielsandriesse 2730804e4a Update version number 4 years ago
nielsandriesse bf9d860214 Batch thread updates 4 years ago
Niels Andriesse 3d5d07fba3 Update build number 4 years ago
Niels Andriesse ac681c3bc2 Fix missing font 4 years ago
Niels Andriesse 3a5eeeb8ba Update version number 4 years ago
Niels Andriesse 3fda8daec9 Merge branch 'dev' into cleanup 4 years ago
Niels Andriesse 1e246389be Clean 4 years ago
Niels Andriesse cde644e693 Merge branch 'dev' 4 years ago
Niels Andriesse fe3493ff12 Update version number 4 years ago
Niels Andriesse 08fc17e0f9 Remove file server instability modal 4 years ago
Niels Andriesse 0fe8dc7aee Update build number 4 years ago
nielsandriesse 1d028e5f6c Add file server instability modal 4 years ago
nielsandriesse b1bb087c75 Update version number 4 years ago
nielsandriesse 340b9fcdf0 Update build number 4 years ago
nielsandriesse 4da8a0933c Add file server instability modal 4 years ago
nielsandriesse 8dffa249bb Update version number 4 years ago
nielsandriesse 8338ba3eca Update build number 4 years ago
Niels Andriesse 9cff7f8d4f Update build number 4 years ago
Niels Andriesse 8fcb8e562d Add Chinese (traditional) translation 4 years ago
Niels Andriesse 2218788858 Update build number 4 years ago
Niels Andriesse 1f6a00d9e4 Update build number 4 years ago
Niels Andriesse 0027481afe Update build number 4 years ago
Niels Andriesse 31f1a2e827 Update build number 4 years ago
Niels Andriesse f3afcc175e Update build number 4 years ago
nielsandriesse ce90620a23 Update build number 4 years ago
Niels Andriesse 428a61f9f9 Update build number 4 years ago
Niels Andriesse e4d1925436 Show confirmation dialog 4 years ago
Niels Andriesse bd04775cbf Implement open group invitations UI 4 years ago
Niels Andriesse e3671291c5 Merge branch 'dev' into cleanup 4 years ago
Niels Andriesse 9c5ceecc85 Update build number 4 years ago
Niels Andriesse 3813f6d643 Add Dutch translation 4 years ago
Niels Andriesse 9a9644bbb1 Update version number 4 years ago
Niels Andriesse 94902f7153 Delete old implementation 4 years ago
Niels Andriesse 1a11476b85 Fix screen lock handling 4 years ago
Niels Andriesse 4e487dd368 Display all threads 4 years ago
nielsandriesse 8751a87641 Prep for new share extension 4 years ago
Niels Andriesse 65d96d1c2b Update version number 4 years ago
Niels Andriesse 038bc3a44d Update build number 4 years ago
nielsandriesse b01b989815 Remove unused fonts 4 years ago
nielsandriesse 06f795169b Merge branch 'dev' into cleanup 4 years ago
nielsandriesse f46fb7dbd1 Update build number 4 years ago
nielsandriesse a098ba7125 Remove unused code 4 years ago
nielsandriesse 1bfc5617bf Update version number 4 years ago