Commit Graph

77 Commits (c90f346d6a9f9e7d20d2eab520367bd237e34fc0)

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'
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
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 ebb7507728 Merge branch 'dev' of https://github.com/oxen-io/session-ios into 1.11.21 2 years ago
Ryan Zhao c81e0e517d fix ui issue after making unread message count 4 digits 2 years ago
Ryan Zhao 99022006da Make the unread message count 4 digits instead of 2 2 years ago
Ryan Zhao 2c7dfe6a37 fix conversation screen scrolling to bottom issue 2 years ago
Ryan Zhao 837b2ac157 fix a typo 2 years ago
Ryan Zhao 715c9eff98 clean 3 years ago
Ryan Zhao c1c5678056 implement animation for selected search result message flickering 3 years ago
ryanzhao fed1218538 WIP: global search UI 3 years ago
ryanzhao ac30e56151 enable unsend request 3 years ago
ryanzhao 0b5d6ae4b0 fix disappearing messages for sync messages 3 years ago
ryanzhao a856415438 fix conversation screen unread count > viewItems count crash 3 years ago
ryanzhao e0288f2bb3 clean draft after deleting it 3 years ago
Niels Andriesse 45042a1acf Fix typos 3 years ago
ryanzhao 76a96c31bf add flag to disable unsend request for now 3 years ago
Ryan Zhao 6e45aed71b Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 3 years ago
Niels Andriesse e311d2878f Fix message status indicator bug 3 years ago
Niels Andriesse 50d17be43b Fix animation glitch 3 years ago
Niels Andriesse b8c4e6aa93 Avoid unnecessary conversation screen updates 3 years ago
Niels Andriesse 3db8231bde Fix glitch 3 years ago
ryanzhao dd2f8c7df9 Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 3 years ago
Niels Andriesse 7d56e51690 Simplify conversation screen updating logic 3 years ago
Niels Andriesse ec41a9e08e Remove hack 3 years ago
Niels Andriesse 7f0b87a2b2 Avoid unnecessary conversation screen updates 3 years ago
Niels Andriesse e6949a5ae8 Fix glitch and add FIXME 3 years ago
Niels Andriesse c5c75a306e Hopefully fix scrolling issue 3 years ago
Ryan Zhao 68d14709e9 fix a race condition 3 years ago
Niels Andriesse 9565358b55 Increase scroll to bottom margin 3 years ago
Niels Andriesse 44288c45e9 Fix auto scroll to bottom bug 3 years ago
ryanzhao bd7e9b5943 add comment 3 years ago
ryanzhao fcca7f3076 clean 3 years ago
ryanzhao 4fad67484f fix incorrect unread position 3 years ago
Niels Andriesse 6d2044f230 Warn users if they're about to send their recovery phrase to someone 3 years ago
Ryan Zhao 7eb5d63a83 fix the misplaced scroll to bottom button 3 years ago
nielsandriesse 0b5e13ca59 Fix slight scroll behavior issue 3 years ago
nielsandriesse 1041f991fd Fix unnecessary map calls 3 years ago
ryanzhao 4c99b9ed05 make shouldScrollToBottom based on the table view's content offset. 3 years ago
ryanzhao 55786d6f17 fix scroll button 3 years ago
ryanzhao 0475274b4d only scroll down when we are already at the bottom 3 years ago
ryanzhao b2536173a0 fix conversations never scroll down when a new message comes in 3 years ago
Ryan ZHAO 65f3699093 fix expiration timer not starting in conversation screen 3 years ago
nielsandriesse 49f3b9f7db Rename contactIdentifier → contactSessionID 3 years ago
Ryan ZHAO f2fb8a57dc fix incorrect scrolling for link previews 3 years ago
Niels Andriesse 8a54a243a4 Fix long conversation crash the right way 3 years ago
Ryan ZHAO 887088b4bc fix the keyboard won't dismiss while swiping the vc back 3 years ago
Ryan ZHAO e6975e5984 fix scroll button hiding issue 3 years ago
Ryan ZHAO 60ee602b04 fix scroll button being hidden when coming back from conversation setting vc 3 years ago
Ryan ZHAO c998d302e5 fix faulty scrolling caused by keyboard for new conversations 3 years ago