Commit Graph

420 Commits (4e471aadb085d91b8fddd791ddca27d17830ea90)

Author SHA1 Message Date
Ryan Zhao da298756f8 bump up version & build number 2 years ago
Ryan Zhao 60e8da3bff Merge branch 'dev' into preformance-improvement 2 years ago
Ryan Zhao bf6de99395 Merge branch 'dev' into ipad-support-1 2 years ago
Morgan Pretty af543b980b Made a couple of changes to how the ConfigurationMessage is generated and handled
Stopped configuration messages from automatically creating threads for sync'ed contacts (now they will only be created if there are messages)
Updated the ConfigurationMessage to stop truncating the list of contacts but filter the full set (also update the logic to include previously approved contacts)
2 years ago
Ryan Zhao e8f996306d show call permission required modal when calls are nor enabled 2 years ago
Ryan Zhao 952a3d3414 minor fix for merging 2 years ago
Ryan Zhao 52407aec03 Merge branch 'ipad-support-1' into voice-calls-2 2 years ago
Ryan Zhao f22672ccd7 Merge branch 'dev' of https://github.com/oxen-io/session-ios into preformance-improvement 2 years ago
Ryan Zhao c0615fe11d Merge branch 'dev' of https://github.com/oxen-io/session-ios into ipad-support-1 2 years ago
Ryan Zhao a8c7f517eb clean 2 years ago
Ryan Zhao ab0714af00 fix search bar cancel button for iPad 2 years ago
Morgan Pretty 582ff0997a Fixed a couple of crashes and added some mock data generation logic
Possibly fixed a crash due to a database deadlock
Fixed a crash when the first message requests gets added if there are no other threads
Added code to generate a bunch of random thread data (Needs some testing to ensure no data leaves the device)
2 years ago
Ryan Zhao eec3d31109 WIP: timer + main thread 2 years ago
Ryan Zhao 6d99976a9c database migrate for unread mention 2 years ago
Morgan Pretty 47314bd639 Added a notification to indicate the user has a new message request
Fixed a bug where the notification count could be increased for message requests
Fixed a bug where an approved contact could be 'unapproved' due to an order of execution issue when generating the config sync message
Fixed a check to avoid registering for push notifications when on the simulator (old check didn't cater for M1 Macs)
Moved the 'hasHiddenMessageRequests' into the group user defaults so it can be accessed within the notification extension
Added code to handle an edge case where an old client could incorrectly un-approve a contact via a legacy configuration message
2 years ago
Ryan Zhao a8fd6d9d18 fix home screen not reloading when coming into foreground 2 years ago
Ryan Zhao cc1b1e8c51 poll for open groups in NSE 2 years ago
Ryan Zhao 56d4d8e674 bump up version & build number 2 years ago
Morgan Pretty 051f03f4b4 PR comments and a few missed use cases
Disabled the attachments and voice message buttons for the first message
Disabled the Disappearing Messages flag for the until the conversation is approved
Fixed a bug where the recipient of a message request could incorrectly get the 'pending approval' state
Refactored some standard auto layout code to use the custom extension code
2 years ago
Ryan Zhao be1767a4ba clean 2 years ago
Ryan Zhao 80b18f0715 fix local video view weird rotation behaviour 2 years ago
Ryan Zhao 782dd20ddd implement screen rotation for video calls 2 years ago
Ryan Zhao d8401165cc bump up version & build number 2 years ago
Ryan Zhao 2d9f962a97 Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2 2 years ago
Morgan Pretty cd61fb8df0 Merge branch 'dev' into feature/message-requests
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	SignalUtilitiesKit/Utilities/UIColor+Extensions.swift
2 years ago
Ryan Zhao b1c2802613 update pods 2 years ago
Ryan Zhao 69e464e8ae bump up version & build number 2 years ago
Morgan Pretty 4d62ddbd77 Merge branch 'dev' into fix/safari-sharing
# Conflicts:
#	Podfile.lock
2 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)
2 years ago
Ryan Zhao 18fea4ab73 Merge branch 'dev' into global-search 2 years ago
Morgan Pretty 09d63456b6 Merge branch 'dev' into fix/safari-sharing
# Conflicts:
#	Podfile
#	Podfile.lock
#	Session.xcodeproj/project.pbxproj
2 years ago
Ryan Zhao 85c4b3d745 show recent search result as default for global search screen 2 years ago
Ryan Zhao 68ec1654e8 rebuild global search UI 2 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.
2 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 3 years ago
Ryan Zhao 8443818020 bump up build number 3 years ago
Ryan Zhao 5e87e9ceeb bump up build number 3 years ago
Ryan Zhao 9e4e126ef3 add call missed tips 3 years ago
Ryan Zhao 570c3fbe3b add ringtone and other UI improvement 3 years ago
Ryan Zhao 9e6c81d28b improve call message UI 3 years ago
Ryan Zhao 0a3d84d5c8 WIP: Call message Ui improvements 3 years ago
Ryan Zhao 78971b7d09 ignore call messages over 60s 3 years ago
Ryan Zhao 75658e1720 update build number 3 years ago
Ryan Zhao af16416898 update .gitignore 3 years ago
Ryan Zhao 74ef42558b add turn server info 3 years ago
Ryan Zhao d3a2b456f1 handle permission request for voice and video calls 3 years ago
ryanzhao bd0a89184b update build number 3 years ago
ryanzhao a6e5eb6fd6 update version number 3 years ago
ryanzhao bef20e2f9a refactor for CallKit 3 years ago
ryanzhao 4db87992b2 refactor for voip push notification 3 years ago
ryanzhao 0ef7bdc9ce refactor to plug in callkit 3 years ago
ryanzhao 365231f309 update build number 3 years ago
ryanzhao e2de82a11d WIP: webRTC + callkit 3 years ago
ryanzhao dea57081c7 WIP: callkit & pushkit 3 years ago
ryanzhao e529e68cb2 update build number 3 years ago
ryanzhao 1231b9c20a add preview before staring video 3 years ago
ryanzhao 7b23b8f601 Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2 3 years ago
ryanzhao a31700865a update build number 3 years ago
ryanzhao ecf92ceeea fix PN sound settings not applying to remote PNs 3 years ago
ryanzhao e51bd3b819 update version number 3 years ago
ryanzhao 78497d7eec update build number 3 years ago
ryanzhao 9b9a5d7a39 improve vibration for incoming calls 3 years ago
ryanzhao a1f8e16eb3 WIP: add mini call floating view 3 years ago
ryanzhao 0eba1eb14f update build number 3 years ago
ryanzhao fbe5b12c9d WIP: incoming call banner 3 years ago
ryanzhao 36f3f83298 update build number 3 years ago
ryanzhao 3b545ca618 Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2 3 years ago
ryanzhao c85b9020b9 update version number 3 years ago
ryanzhao 7aa751ca45 share log files in settings vc 3 years ago
ryanzhao 23fb69ba6f add incoming/outgoing call message bubble 3 years ago
ryanzhao 9030710d9d add data channel 3 years ago
ryanzhao daee269a7a Merge branch 'dev' into voice-calls-2 3 years ago
ryanzhao 5ccb84bcf0 update build number 3 years ago
ryanzhao 7e89c28038 update build number 3 years ago
ryanzhao bfe24ee7bb update version number 3 years ago
ryanzhao e049d05891 update translations 3 years ago
ryanzhao 592dd7b3d8 update version number 3 years ago
ryanzhao 6e07c56e7d Merge branch 'master' of https://github.com/oxen-io/session-ios into voice-calls-2 3 years ago
ryanzhao d60bbdb315 update build number 3 years ago
ryanzhao a25ef77f9a update version number 3 years ago
Niels Andriesse d6f1553050 Update build number 3 years ago
Niels Andriesse fff117e633 Update build number 3 years ago
Niels Andriesse cb2fb4497d Update version number 3 years ago
Niels Andriesse 027f9b2a87 Install pods 3 years ago
Niels Andriesse e81e25d447 Merge branch 'dev' into voice-calls-2 3 years ago
Niels Andriesse e226b9a273 Fix copyright notice 3 years ago
Niels Andriesse 8280748b39 Improve logging 3 years ago
Niels Andriesse 3206ce380e Rename WebRTCWrapper → WebRTCSession 3 years ago
Niels Andriesse e899804b85 Rename CallVCV2 → CallVC 3 years ago
Niels Andriesse 525eb40d8d Make signaling happen using Session messages 3 years ago
Niels Andriesse 0749510f4e Minor refactoring & clean up WebRTC constraints 3 years ago