Commit Graph

1163 Commits (c8bcd8fb33c5a901f430ba3c9c7fba2a64930bae)

Author SHA1 Message Date
Ryan Zhao a8fd6d9d18 fix home screen not reloading when coming into foreground 3 years ago
Ryan Zhao cc1b1e8c51 poll for open groups in NSE 3 years ago
Morgan Pretty 999d4a1082 Merge branch 'dev' into feature/message-requests
# Conflicts:
#	Session/Conversations/ConversationVC+Interaction.swift
3 years ago
Morgan Pretty d490cf7d19 Fixed an issue where only the first sync config message would be processed 3 years ago
Ryan Zhao 37edce9a09 remove duplicated PN register/unregister 3 years ago
Ryan Zhao 3c9cfa9d2e Merge branch 'dev' of https://github.com/oxen-io/session-ios into preformance-improvement 3 years ago
Ryan Zhao 529bc58d05 fix swiping to reply for very short messages 3 years ago
RyanZhao d221a5bef9
Merge pull request #558 from mpretty-cyro/feature/pdf-preview
Added code to allow previewing PDF attachments within the app
3 years ago
Morgan Pretty b655882cbd Started resolving TODOs
Added some new properties to the OpenGroupV2
Moved a number of methods and variables from OpenGroupAPI to OpenGroupManager (anything doing actual logic)
Moved the message signing into the OpenGroupAPI (since that's the only place it happens)
Renamed remaining old model classes to start with 'Legacy' to make clean up easier
Updated the OpenGroupAPI poll method to use the same logic as it previously did to determine if it should retrieve recent messages or messages since the last one
3 years ago
Ryan Zhao 27a4f20395 fix function name conflicts 3 years ago
Ryan Zhao c32cc4d649 Merge branch 'feature/pdf-preview' of https://github.com/mpretty-cyro/session-ios into voice-calls-2 3 years ago
Ryan Zhao 52886f2e16 Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2 3 years ago
Morgan Pretty 8cc9caa0fd Renamed the OpenGroupPollerV2 and OpenGroupManagerV2 3 years ago
Morgan Pretty 63e6cdd9ec Renamed OpenGroupAPIV2 to OpenGroupAPI
Added the inbox endpoints
3 years ago
Ryan Zhao 3fb7babecb clean 3 years ago
Morgan Pretty eb927c36a9 Started cleaning up some of the SOGS and Onion Requests structure
Cleaned up the OnionRequestAPI so we don't need the LegacyOnionRequestAPI
Added requests for the user endpoints
Added deprecated flags to the legacy endpoints and functions
Added some logic to start handling the new poll (batch) response
Started adding unit tests for the OpenGroupAPI functions
3 years ago
Ryan Zhao 7333d50825 rotate button if needed 3 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
3 years ago
Ryan Zhao 132254ee97 message bubble corner fix for link preview & open group invitation 3 years ago
Ryan Zhao 63e0a5285c minor refactor to prevent dead lock 3 years ago
Ryan Zhao 7d00897907 minor clean up 3 years ago
Morgan Pretty 1b820c48c6 Added support for Microsoft Word, Excel & Powerpoint previews 3 years ago
Morgan Pretty 161a90ad28 Updated the code to show the document interaction controller for text files as well 3 years ago
Morgan Pretty 6009c30805 Removed a resolved todo and fixed some variable naming 3 years ago
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 140cc97829 Fixed a couple of bugs with the share extension
Fixed a bug where sharing a text file was resulting in the entire contents being put into the message input field
Fixed a bug where sharing from within the app where the app was in dark mode but the device was in light mode would result in buggy UI
3 years ago
Morgan Pretty bdf2b825ad Updated the code to disable input for unapproved conversations after sending the first message 3 years ago
Ryan Zhao f7af8141c0 fix CallKit failed to report new incoming calls in focus mode 3 years ago
Morgan Pretty ad9282a7b9 Removed 'publicKey' from the MessageRequestResponse and updated logic to use 'message.sender' isntead 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
Ryan Zhao 54493e56ef minor fix on top & bottom margin 3 years ago
Ryan Zhao 36444f9e4c minor fix 3 years ago
Ryan Zhao 657f91ccf9 fix mini call view (remote video view) rotation and dragging issue 3 years ago
Ryan Zhao be1767a4ba clean 3 years ago
Ryan Zhao 65d78533c9 add comments 3 years ago
Ryan Zhao 80b18f0715 fix local video view weird rotation behaviour 3 years ago
Ryan Zhao e563353842 improve video scale 3 years ago
Ryan Zhao 782dd20ddd implement screen rotation for video calls 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 185b2d2a97 Merge branch 'dev' into feature/pdf-preview
# Conflicts:
#	Session/Conversations/ConversationVC+Interaction.swift
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 e543f86c8b Merge branch 'dev' of https://github.com/oxen-io/session-ios into 1.11.21 3 years ago
Morgan Pretty 16ab4be537 Merge branch 'dev' into feature/pdf-preview 3 years ago
Morgan Pretty 4d62ddbd77 Merge branch 'dev' into fix/safari-sharing
# Conflicts:
#	Podfile.lock
3 years ago
Morgan Pretty 7f479bbca4 Merge branch 'dev' into feature/message-requests 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 ebb7507728 Merge branch 'dev' of https://github.com/oxen-io/session-ios into 1.11.21 3 years ago
Ryan Zhao 166fbff26c improve selected message animation for global search 3 years ago
Morgan Pretty bee36423da Fixed a couple of issue with sharing large attachments
Added back localized attachment error messages
Fixed an issue where sending an attachment could fail and the screen would be dismissed before the user had a chance to read the error
3 years ago
Morgan Pretty b85c113da6 Added code to preview PDF attachments 3 years ago
Ryan Zhao c81e0e517d fix ui issue after making unread message count 4 digits 3 years ago
Ryan Zhao 99022006da Make the unread message count 4 digits instead of 2 3 years ago
Ryan Zhao 2c7dfe6a37 fix conversation screen scrolling to bottom issue 3 years ago
Ryan Zhao 70a562344c minor issue fix 3 years ago
Ryan Zhao 8ed77435d8 update translation 3 years ago
Ryan Zhao d96d7468a4 fix read more button colour 3 years ago
Ryan Zhao 6ae84d3e37 update outgoing message text colour in light mode 3 years ago
Ryan Zhao d642d8a4ed improve image message ratio 3 years ago
Ryan Zhao bcc5da75b6 minor fix on debug mode to prevent crashing 3 years ago
Ryan Zhao 16f6d49cec add note to self to the default global search screen with empty search text 3 years ago
Ryan Zhao 124d908686 add author for group messages 3 years ago
Ryan Zhao be1fb789e8 hide recent search results behind the flag 3 years ago
Ryan Zhao e4b0ca9ebc fix `not to self` 3 years ago
Ryan Zhao d329740bd4 add clear for recent search results 3 years ago
Ryan Zhao 85c4b3d745 show recent search result as default for global search screen 3 years ago
Ryan Zhao a2db4a8330 add comments 3 years ago
Ryan Zhao 79fc9459a4 clean 3 years ago
Ryan Zhao 837b2ac157 fix a typo 3 years ago
Ryan Zhao 78af18413f show at most 500 search results 3 years ago
Ryan Zhao d583422c73 add some comments 3 years ago
Ryan Zhao 20a3b6ee26 move path button into setttings 3 years ago
Ryan Zhao 2a229bd663 minor fix 3 years ago
Ryan Zhao 68ec1654e8 rebuild global search UI 3 years ago
Ryan Zhao e718cee611 WIP: rebuild global search UI 3 years ago
Ryan Zhao 3cc6a6b7c4 add comments 3 years ago
Ryan Zhao 0ddb4f355a minor improvements on dismissing the keyboard 3 years ago
Ryan Zhao 42903d835d search for name and nickname 3 years ago
Ryan Zhao 8be5768ad2 snippet for group members 3 years ago
Ryan Zhao 037d70b185 handle seed view reminder and search bar 3 years ago
Ryan Zhao 715c9eff98 clean 3 years ago
Ryan Zhao c1c5678056 implement animation for selected search result message flickering 3 years ago
Ryan Zhao 675dde9b1e improve unhighlighted text colour and contrast 3 years ago
Ryan Zhao af7dd3e82f highlight `Note to Self` 3 years ago
Ryan Zhao 5c112064da UI improvements on contact search results 3 years ago
Ryan Zhao 994a2e9c89 hide cancel button when the keyboard is hidden 3 years ago
Ryan Zhao aeabaea0ca fix no search results shown accidentally 3 years ago
Ryan Zhao 9d9a3f92cb minor UI fix 3 years ago
Ryan Zhao 3a626ed80a fix a deadlock issue 3 years ago
ryanzhao 10abbb0552 search result view UI 3 years ago
ryanzhao fed1218538 WIP: global search UI 3 years ago
Morgan Pretty 3b07be4eed Fixed a couple of crashes
Fixed an issue where sharing form Safari without adding comments would result in an invalid message getting sent.
Fixed a crash when sharing plain text from safari.
Fixed a crash when localising 'OK' (key and value can't be the same when using the new extension).
3 years ago
Morgan Pretty f02f53fc49 Added code to show a HTTP LinkPreview error
Added code to indicate the app won't load LinkPreviews for HTTP urls.
Updated the title & subtitle layout to better handle LinkPreview errors.
Missed an Objective C change in the last commit.
3 years ago
ryanzhao 9ec749285f minor clean 3 years ago
ryanzhao 75fe1e2b00 minor improvements 3 years ago
ryanzhao 0a23065fb1 change home screen title to SESSION 3 years ago
Morgan Pretty 67ad965859 Link Preview error state and UI standardisation
Added a couple of error states for Link Preview loading.
Standardised the UI creation code style.
Removed some debug and redundant code.
3 years ago
Morgan Pretty dd9eeb5d61 Added initial support for sharing URLs and text
Updated the share extension to load URL previews.
Updated the ThreadPickerVC to send plain text & URLs in the same way they are sent for normal messages.
3 years ago
Ryan Zhao 7ee76bf9ca minor fix on debug mode to prevent crashing 3 years ago
Ryan Zhao b4b6b24530 update translation 3 years ago
Ryan Zhao 29cd6fb312 fix minor issues 3 years ago
Ryan Zhao fb99bc6abd minor refactor on the local video view to make it draggable 3 years ago
Ryan Zhao 2ee4b0119d improve image message ratio 3 years ago
Ryan Zhao 67fdea13bd fix conversation screen scrolling to bottom issue 3 years ago
Ryan Zhao aea90988c5 Merge branch 'dev' into preformance-improvement 3 years ago
Ryan Zhao 53f75ff69b Merge branch 'dev' into voice-calls-2 3 years ago
Ryan Zhao 5e9695d234 disable typing indicators and read receipts by default 3 years ago
Ryan Zhao e62877baca Merge branch 'dev' into voice-calls-2 3 years ago
RyanZhao 9521098afa
Merge pull request #537 from RyanRory/open-group-spam-prevention
Do not show user details to prevent spam
3 years ago
Ryan Zhao ec9adfee7f remove populate cache on loading home page 3 years ago
Ryan Zhao 9e373dc3d1 do not show copy session id option when long press messages in open groups 3 years ago
Ryan Zhao 0dcb8f81ca Merge branch 'dev' into voice-calls-2 3 years ago
RyanZhao 69352efa32
Merge pull request #539 from RyanRory/nickname-for-anonymous
Set nickname to a person that never talked to
3 years ago
RyanZhao 3a4e9b9e24
Merge pull request #538 from RyanRory/video-progress-bar
Fix on video progress bar UI
3 years ago
RyanZhao 1558309805
Merge pull request #536 from RyanRory/copy-paste-image
Copy / paste images directly
3 years ago
RyanZhao 523f18ec87
Merge pull request #534 from RyanRory/hd-avatar
HD Profile Picture
3 years ago
Ryan Zhao c5635a39dd set nickname to a person that never talked to 3 years ago
Ryan Zhao 5803eae134 clean 3 years ago
Ryan Zhao 36985f6fa7 operation panel UI fix 3 years ago
Ryan Zhao d2413922c3 minor UI fix 3 years ago
Ryan Zhao e413b9da86 enable calls 3 years ago
Ryan Zhao b2b03eb273 clean up call button appearance logic 3 years ago
Ryan Zhao 324c421b46 rough fix on video progress bar UI 3 years ago
Ryan Zhao a356b080d0 Do not show user details to prevent spam 3 years ago
Ryan Zhao bbccbe42c1 copy / paste images directly 3 years ago
Ryan Zhao 42b7c0eebd mark calls in settings as beta 3 years ago
ryanzhao f2e3ae909f disable making calls 3 years ago
Ryan Zhao e7094c3f44 Merge branch 'hd-avatar' into voice-calls-2 3 years ago
Ryan Zhao 7da256d873 make avatar more clear 3 years ago
Ryan Zhao 71e6ccd94b add flag for enable/disable call function 3 years ago
Ryan Zhao e42c8ea592 Merge branch 'doc-with-text' into voice-calls-2 3 years ago
Ryan Zhao 6225c12ced minor improvement on pre-sending file page icon 3 years ago
Ryan Zhao 300f6f50cf add size label for file type attachment 3 years ago
Ryan Zhao d2f29e7db2 Merge branch 'doc-with-text' into voice-calls-2 3 years ago
Ryan Zhao 5e521a8192 fix the issue where no text will show along with a doc type attachment 3 years ago
Ryan Zhao 4658e76d46 fix linked device answering/ending call issues 3 years ago
RyanZhao 2a26eda36b
Merge pull request #531 from RyanRory/1.11.19
1.11.19 bug fixes and improvements
3 years ago
Ryan Zhao cfcd52c5bb minor refactoring to prevent crash after making a call 3 years ago
Ryan Zhao 4560f7e122 fix unreasonable ending call actions 3 years ago
Ryan Zhao 4b38f8b3b6 improve call message showing contact name 3 years ago
Ryan Zhao d2b95c6c31 Merge branch '1.11.19' into voice-calls-2 3 years ago
Ryan Zhao a75ecb30db minor fix 3 years ago
Ryan Zhao 8cab6d1013 show short session id for callee/caller name 3 years ago
Ryan Zhao 5a7fabf216 minor improvement on theme change 3 years ago
Ryan Zhao 10aa3c7fee probably fix the theme not being correct issue 3 years ago
Ryan Zhao 3a6d125724 minor improve on call UI 3 years ago
Ryan Zhao 6b505880fe minor improvement for small screen call UI 3 years ago
Ryan Zhao b0a9268cfd minor refactoring 3 years ago
Ryan Zhao 5e7c8513ed add call duration & update UI 3 years ago
Ryan Zhao 9e4e126ef3 add call missed tips 3 years ago
Ryan Zhao 912f8d80a6 Merge branch 'pin-chats' into voice-calls-2 3 years ago
Ryan Zhao 7e5573c96f fix cell updating and pin icon color 3 years ago
Ryan Zhao f3206416e0 WIP: show missed call tips 3 years ago
Ryan Zhao 9aad1e0e29 minor improvement 3 years ago
Ryan Zhao 44837b57e5 improve the audio output device displaying 3 years ago
Ryan Zhao daa205e471 clean 3 years ago
Ryan Zhao 2000297a5f Add missed call message for call offer messages from more than one minute 3 years ago
Ryan Zhao 82400c6734 clean 3 years ago
Ryan Zhao 570c3fbe3b add ringtone and other UI improvement 3 years ago
Ryan Zhao 6703d8c7f4 add timestamp to call message UI 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 cff3f4c479 Merge branch '1.11.19' into voice-calls-2 3 years ago
Ryan Zhao cfd7d67c9a fix for background polling collapsed notification title 3 years ago
Ryan Zhao 561cf98e6b Merge branch '1.11.19' into voice-calls-2 3 years ago
Ryan Zhao a6a297048c Merge branch 'pin-chats' into voice-calls-2 3 years ago
Ryan Zhao 4f1093beca improve translation and notificaiton displaying 3 years ago
Ryan Zhao 5a5741f47b Group notifications from background polling 3 years ago
Ryan Zhao 3f8f4ca060 clean 3 years ago
Ryan Zhao a8dd010b06 Merge branch '1.11.19' into voice-calls-2 3 years ago
Ryan Zhao e504e23f92 minor fix 3 years ago
Ryan Zhao e9f19b9c62 fix duplicated incoming call 3 years ago
Ryan Zhao bf33030d9a minor fix for handling calls on linked device 3 years ago
Ryan Zhao 81dd4557a5 sync answer and end call message 3 years ago
Ryan Zhao 8947f47d77 fix conversation title view position 3 years ago
Ryan Zhao d3a2b456f1 handle permission request for voice and video calls 3 years ago
Ryan Zhao 32790a9d99 fix title view position 3 years ago
Ryan Zhao 57f0595dc3 hide call button for note to self 3 years ago
Ryan Zhao 1cc2f17469 pin conversations 3 years ago
Ryan Zhao 2cb006c3e4 Fix image orientation 3 years ago
ryanzhao 13b7b1edb6 Keep screen on when recording voice message 3 years ago
ryanzhao dd891063bd minor fix 3 years ago
ryanzhao 95c8606408 deal with audio I/O change 3 years ago
ryanzhao 67f979e014 update icons 3 years ago
ryanzhao 716378ccd3 handle offer message might come in earlier than pre offer message 3 years ago
ryanzhao ee83523621 clean 3 years ago
ryanzhao d8021f6d6b clean 3 years ago
ryanzhao edffbe7d4c fix data channel and uuid check 3 years ago
ryanzhao 925bc8538c minor refactor on answering call logic 3 years ago
ryanzhao 02d0499618 seperate CallKit uuid from session call id 3 years ago
ryanzhao bd938897ad minor update on translation 3 years ago
ryanzhao 9346864843 end call if there is no answer in 60s 3 years ago
ryanzhao fa79124bb7 minor refactoring & handle network change 3 years ago
ryanzhao 336c694b52 refactoring on showing call ip exposure 3 years ago
ryanzhao da14539639 handle busy 3 years ago
ryanzhao 18afb4ae1c fix call kit UI audio nor working 4 years ago
ryanzhao 248a02e1e9 minor fix 4 years ago
ryanzhao 9d42c73de1 disable add call 4 years ago
ryanzhao 2942168030 fix call kit not working when the screen is locked 4 years ago
ryanzhao a1aa45ae10 trace call timestamp from NSE 4 years ago
ryanzhao ff79c58f44 update call message after a call ended 4 years ago
ryanzhao f019fe7733 use CallKit for all cases 4 years ago
ryanzhao 86aced218a minor fix for CallKit PN 4 years ago
ryanzhao 888df37581 fix call connection 4 years ago
ryanzhao bef20e2f9a refactor for CallKit 4 years ago
ryanzhao 6f78d6dfbe refactoring for CallKit 4 years ago
ryanzhao e530b50938 WIP: notification for voip call 4 years ago
ryanzhao 4db87992b2 refactor for voip push notification 4 years ago
ryanzhao 0ef7bdc9ce refactor to plug in callkit 4 years ago
ryanzhao dea57081c7 WIP: callkit & pushkit 4 years ago
ryanzhao bcdf49eada improve ip exposure modal content 4 years ago
ryanzhao bcf0ecfb69 show modal of ip exposure for calls 4 years ago
ryanzhao 7dfb999239 Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2 4 years ago
ryanzhao 3a38f44d1f fix deleting message in open groups 4 years ago
ryanzhao fb156b7d52 minor fix 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 ecf92ceeea fix PN sound settings not applying to remote PNs 4 years ago
ryanzhao ac30e56151 enable unsend request 4 years ago
ryanzhao 02932bca93 Appearance based on system theme 4 years ago
ryanzhao 1a669feb1a change `Support` to `Debug Log` 4 years ago
ryanzhao b81bdf71a4 Media message text UI improvement 4 years ago
ryanzhao 5553d4e068 fix default PN content 4 years ago
ryanzhao 78497d7eec update build number 4 years ago
ryanzhao 3de81ef2a0 imporvements 4 years ago
ryanzhao a8b8207154 clean 4 years ago
ryanzhao 45e209f831 minor UI fix on incoming call banner 4 years ago
ryanzhao 80151acad2 communicate video enabling status using data channel 4 years ago
ryanzhao 63d75040a6 clean 4 years ago
ryanzhao 7cd7343585 schedule background refresh tasks 4 years ago
ryanzhao c1e5511ed4 WIP: background vibrate & refresh tasks 4 years ago
ryanzhao 9b9a5d7a39 improve vibration for incoming calls 4 years ago
ryanzhao 42676188c7 add continuous vibration 4 years ago
ryanzhao a1f8e16eb3 WIP: add mini call floating view 4 years ago
ryanzhao 2cc638cc3e add gesture to incoming call banner 4 years ago
ryanzhao 0f957efcd8 minor fix 4 years ago
ryanzhao fbe5b12c9d WIP: incoming call banner 4 years ago
ryanzhao 98268ebf73 hide outgoing call message sending status 4 years ago
ryanzhao 0684e5250d use data channel to communicate video enabling status 4 years ago
ryanzhao 4e36052c6c Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2 4 years ago
ryanzhao ccbc819cc4 include more info in logs 4 years ago
ryanzhao 219440f444 update call protobuf 4 years ago
ryanzhao 3b545ca618 Merge branch 'dev' of https://github.com/oxen-io/session-ios into voice-calls-2 4 years ago
ryanzhao b315510ec2 Revert "improve attachment image quality"
This reverts commit ad4e65e6e1.
4 years ago
ryanzhao ad4e65e6e1 improve attachment image quality 4 years ago
ryanzhao 0b5d6ae4b0 fix disappearing messages for sync messages 4 years ago
ryanzhao 7aa751ca45 share log files in settings vc 4 years ago
ryanzhao c33630c1d1 don't wait for 5s before firing a message notification 4 years ago
ryanzhao b7c6eafa87 fix notification preview type nested transaction crash 4 years ago
ryanzhao bd73f14915 fix crash when quoted attachment's content type is null 4 years ago
ryanzhao a856415438 fix conversation screen unread count > viewItems count crash 4 years ago
ryanzhao 23fb69ba6f add incoming/outgoing call message bubble 4 years ago
ryanzhao 383f996e82 WIP: improve call UI 4 years ago
ryanzhao 1f65572f30 don't wait for 5s to fire the local PN 4 years ago
ryanzhao 0e473e35a7 minor fix 4 years ago
ryanzhao e15f84850e Merge branch 'fix-status-bar' into voice-calls-2 4 years ago
ryanzhao e1f87b7fd2 minor fix 4 years ago
ryanzhao 5354185696 improve UI 4 years ago
ryanzhao 101f7d3d93 add background to call vc 4 years ago
ryanzhao 90043702c0 Merge branch 'fix-status-bar' into voice-calls-2 4 years ago
ryanzhao a169284c85 fix iOS 15 status bar issue 4 years ago
ryanzhao ffaf149b1f turn on/off camera 4 years ago
ryanzhao 019a2cd299 add options for voice call and video call 4 years ago
ryanzhao d96b91dac7 update translation 4 years ago
ryanzhao e8500d75a7 fix input panel issue & make local video view draggable 4 years ago
ryanzhao daee269a7a Merge branch 'dev' into voice-calls-2 4 years ago
ryanzhao fc4fcae991 only show mention indicator for group chats 4 years ago
ryanzhao 69b262a081 add new survey button 4 years ago
ryanzhao bfc1e96c9d Merge branch 'sync-read' into bug-fixes 4 years ago
ryanzhao d0947b83a9 cancel specific notification if there is an identifier 4 years ago
ryanzhao e049d05891 update translations 4 years ago
ryanzhao bf2725183d automatically add space after mention 4 years ago
ryanzhao 17b15f2cd9 fix threading issue 4 years ago
ryanzhao 3c4a19e30d fix nested transaction crash 4 years ago
ryanzhao 4120c949de increase the max number of messages loaded 4 years ago
ryanzhao 8013cdacff add operations for video call 4 years ago
ryanzhao 6e07c56e7d Merge branch 'master' of https://github.com/oxen-io/session-ios into voice-calls-2 4 years ago
ryanzhao d10ad83d51 Improve date breaks between messages to be consistent with desktop 4 years ago
RyanZhao fbd30ca8e5
Merge pull request #500 from RyanRory/improvements
Improvements
4 years ago
RyanZhao 1c70ceac01
Merge pull request #499 from RyanRory/fix-crash-on-photo-selection
Fix the crash on photo selection
4 years ago
ryanzhao 7c11285dfb fix a crash when scanning false QR code to link a device 4 years ago
ryanzhao e0288f2bb3 clean draft after deleting it 4 years ago
ryanzhao a7e9606833 add copy link option when clicking a link 4 years ago
ryanzhao 42d4e07724 add @ symbol when there is mention in unread messages 4 years ago
ryanzhao f99fa58acc add accessibility for input text view 4 years ago
ryanzhao b7289e72a3 add accessibility to attachment buttons 4 years ago
ryanzhao d60475be99 add accessibility to send button and voice message button 4 years ago
ryanzhao a5369701b0 Fix the crash when seleting photos 4 years ago
ryanzhao da335a8401 clean 4 years ago
Niels Andriesse b9186f3aca Show connecting state on call screen 4 years ago
Niels Andriesse c1b95dc54f Fix freezing issue 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 baf9e4e9d4 Add ringing UI 4 years ago
Niels Andriesse b3ead76221 Debug 4 years ago
Niels Andriesse 6fdf544368 Implement end call message 4 years ago
Niels Andriesse ae3cce97df UI improvements 4 years ago
Niels Andriesse c1a61e897b UI improvements 4 years ago
Niels Andriesse 3206ce380e Rename WebRTCWrapper → WebRTCSession 4 years ago
Niels Andriesse e899804b85 Rename CallVCV2 → CallVC 4 years ago
Niels Andriesse 1ad42547b2 Batch send ICE candidates 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 b54cd3b026 Add call button to conversation screen 4 years ago
Niels Andriesse 950c6204b7 Fix layout 4 years ago
Niels Andriesse c00ddde64d Remove unused code 4 years ago
Niels Andriesse 662fc945e2 Refactor CallVC 4 years ago
Niels Andriesse 49d93b9cfd Clean up TestCallServer 4 years ago
Niels Andriesse 36962cc059 Clean up WebSocket 4 years ago
Niels Andriesse 48ef3f85c0 Debug 4 years ago
Niels Andriesse 876814dd43 Basic proof of concept 4 years ago
Niels Andriesse 56bd59c4ee Debug 4 years ago
Niels Andriesse 691f931dde Hook up CallVC 4 years ago
Niels Andriesse c2373747b1 Odds & ends 4 years ago
Niels Andriesse f1f48ec865 Further implement CallVC 4 years ago
Niels Andriesse 32426f9005 Add CallVC 4 years ago
Niels Andriesse 170da7a276 Implement VideoCallVC & CameraManager 4 years ago
Niels Andriesse 45042a1acf Fix typos 4 years ago
ryanzhao eee9ceff39 fix crash for older messages 4 years ago
ryanzhao 31cf0b7b20 don't send unsend requests for open groups 4 years ago
ryanzhao 951b8ac1e6 localisation for context menu 4 years ago
ryanzhao 76a96c31bf add flag to disable unsend request for now 4 years ago
ryanzhao 5f2890a1fc Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 4 years ago
ryanzhao 025ef2c301 clean 4 years ago
ryanzhao ce8f4f984d fix the date header issue 4 years ago
Niels Andriesse adc11e8d7e
Merge pull request #483 from malmazuke/disable-scroll
Disable table view scroll when swiping to reply in a conversation
4 years ago
ryanzhao 7fe0e46445 clean 4 years ago
Mark Feaver f0fb4529c8 Disabled tableview scroll when swiping to reply in a conversation 4 years ago
Mark Feaver 9a27e5d7bb Made app default to system-defined dark/light mode on first launch 4 years ago
ryanzhao 278f962488 clean & rollback to fix the issue that the date will not show after a message has been deleted 4 years ago
Ryan Zhao b714565480 smooth the hide and show of the input accessory view 4 years ago
Ryan Zhao 4904d2cdcf localisation 4 years ago
Ryan Zhao 90bd775fd5 show delete options for only outgoing messages 4 years ago
Ryan Zhao 8c897dcc3d use action sheet to show options for deleting a message 4 years ago
Ryan Zhao 33bd74338d localisation 4 years ago
Ryan Zhao 9bf31f69ae disable swipe to reply for deleted messages 4 years ago
Ryan Zhao da1fe9b287 clean 4 years ago
Ryan Zhao e1b99be6f2 disable interactions with deleted message in conversation screen 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
Niels Andriesse e311d2878f Fix message status indicator bug 4 years ago
Niels Andriesse 50d17be43b Fix animation glitch 4 years ago
Niels Andriesse b8c4e6aa93 Avoid unnecessary conversation screen updates 4 years ago
Niels Andriesse 3db8231bde Fix glitch 4 years ago
ryanzhao 8d53a775d2 Revert "delete real message and sync message together"
This reverts commit cc17a952e0.
4 years ago
ryanzhao cc17a952e0 delete real message and sync message together 4 years ago
ryanzhao dd2f8c7df9 Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 4 years ago
Niels Andriesse 1b0a12d7c0 Don't unnecessarily unsubscribe from closed group PNs
We don't need to do this anymore as we now have the ability to ignore PNs in the notification service extension
4 years ago
Niels Andriesse 7043e83ea3 Merge branch 'dev' into conversation-ui 4 years ago
Niels Andriesse 7d56e51690 Simplify conversation screen updating logic 4 years ago
Niels Andriesse ec41a9e08e Remove hack 4 years ago