Commit Graph

15965 Commits (5326d925b837a047a757b2123c19c7e946a12ff3)
 

Author SHA1 Message Date
Ryan Zhao 5326d925b8 add SessionUtilitiesKit frameworks to SessionMessagingKit 2 years ago
Ryan Zhao a68ed28a7a Merge branch 'dev' into voice-calls-2 2 years ago
Ryan Zhao 5762445128 Merge branch 'ipad-support-1' into voice-calls-2 2 years ago
Ryan Zhao ce95b97f02 fix CFBundleIdentifier Collision 2 years ago
Ryan Zhao da298756f8 bump up version & build number 2 years ago
RyanZhao 482b872c42
Merge pull request #541 from RyanRory/preformance-improvement
Performance & UX Improvement Phase 1
2 years ago
Ryan Zhao eae8e91735 Merge branch 'dev' into preformance-improvement 2 years ago
Ryan Zhao d3342094a4 Merge branch 'dev' into ipad-support-1 2 years ago
RyanZhao 49c995ee92
Merge pull request #572 from RyanRory/fix-closed-group-not-restored
Fix closed groups not restored
2 years ago
Ryan Zhao b1fb202eab mark current user as approved in message request migration 2 years ago
Ryan Zhao 9a04c7a4fe mark current user as approved on preregistering 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
RyanZhao e287241bc5
Merge pull request #571 from mpretty-cyro/fix/unrecognised-selector-crash
Fixed unrecognised selector crash
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
Morgan Pretty decb946bf3 Fixed an unrecognised selector crash hidden by the conversion of Objective-C to Swift 2 years ago
Ryan Zhao 79c1cb08b6 minor UI adjustment 2 years ago
Ryan Zhao 88876138db Merge branch 'ipad-support-1' into voice-calls-2 2 years ago
Ryan Zhao 4edb666580 UI minor adjustment to modals 2 years ago
Morgan Pretty f316eb4e24 Merge remote-tracking branch 'upstream/dev' into dev 2 years ago
Ryan Zhao 38f972ec9a fix magic number 2 years ago
Ryan Zhao 6a9a5b2752 fix session id label width 2 years ago
Ryan Zhao 23508fb936 fix bottom margin & copy/share button width 2 years ago
Ryan Zhao c08b1617c2 slim the button width again 2 years ago
Ryan Zhao ea64469c2b Merge branch 'dev' into ipad-support-1 2 years ago
Ryan Zhao 5d97754635 Merge branch 'dev' into preformance-improvement 2 years ago
Ryan Zhao f6ef0b9f45 Merge branch 'dev' into voice-calls-2 2 years ago
Ryan Zhao e8f996306d show call permission required modal when calls are nor enabled 2 years ago
RyanZhao 8542564692
Merge pull request #569 from mpretty-cyro/fix/database-threading-crash
Fix database threading crash
2 years ago
Morgan Pretty 22921a6b5a Fixed a crash due to not passing the transaction when accessing the database 2 years ago
Ryan Zhao 2bfbf25c75 Merge branch 'ipad-support-1' into voice-calls-2 2 years ago
Ryan Zhao 094fbfec2e improvements on sizes to make the UI look much better 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 9b075efe0c Merge branch 'dev' into ipad-support-1 2 years ago
Ryan Zhao 1fb4952f5e Merge branch 'dev' into preformance-improvement 2 years ago
Ryan Zhao e243fb8817 fix unread message request count issues 2 years ago
Morgan Pretty f370b050a3 Merge remote-tracking branch 'upstream/dev' into dev 2 years ago
Ryan Zhao 3ab7192b26 clean up some code related to unread message (requests) count 2 years ago
Ryan Zhao daf0705d42 Merge branch 'dev' into preformance-improvement 2 years ago
Ryan Zhao 167d68870a show conversation settings button after approving message requests 2 years ago
RyanZhao 0332250498
Merge pull request #568 from mpretty-cyro/fix/failable-message-request-response
Fix for failing message request responses
2 years ago
Morgan Pretty bdaae2b347 Moved the copy for the message request approval error into Localizable.strings 2 years ago
Ryan Zhao f7bfeb6e6d fix typo 2 years ago
Ryan Zhao f632763eee revert debug code 2 years ago
Morgan Pretty 1b3f6c0ca6 Minor tweaks to the message request banner on the HomeVC
Fixed the unread message counting for message requests
Updated the message request banner to indicate the number of message requests with an unread message
Updated the message request banner to automatically disappear if the user has no unread message requests
Renamed a variable for ReadReceipt management to make it a bit more self-documenting (it looked like it would trigger a read receipt to be sent regardless of the setting)
2 years ago
Ryan Zhao 1609812e5b remove useless expiration flag in data message 2 years ago
Ryan Zhao da66b1af2c fix swiping back for approved message request conversation 2 years ago
Ryan Zhao e014fe0367 prevent the message bubble not being wide enough to show the corner radius for very short message 2 years ago
Morgan Pretty 9251d98bde Added a loading state when approving a message request
Removed the 'presentTimer' logic from the 'ModalActivityIndicatorViewController' (the delay looked buggy, if it does have "blipping" issues then we can fix those separately)
2 years ago