Commit Graph

16887 Commits (4169ee5c4fe8f1e034fc214fa24d8f3f84128c2a)
 

Author SHA1 Message Date
ryanzhao c121f99b22 Merge branch 'dev' into add-silence-audio 2 years ago
ryanzhao d939f95b4f Merge branch 'dev' into message-request-tweak 2 years ago
ryanzhao 4ca2adcd13 tweaks on scan QR code for community 2 years ago
ryanzhao 5dc8f4e6e2 clean up 2 years ago
ryanzhao e2e77f3e50 Merge branch 'dev' into ui-media-message 2 years ago
ryanzhao 747695c39b minor fix on threading issue 2 years ago
ryanzhao 2e67bc9374 feat: automatically open the community conversation if tapping on suggestion grids to join 2 years ago
ryanzhao d840204bc2 Merge branch 'dev' into add-documents-section 2 years ago
Morgan Pretty 93c2f0f503 Fixed some bugs with disappearing messages
Fixed an issue where the DisappearingMessages job could incorrectly overwrite it's nextRunTimestamp
Fixed an issue where sent/self-send messages wouldn't correctly trigger the disappearing messages job
Fixed an issue where sending the mnemonic along with an attachment wasn't showing the warning prompt
Fixed an issue where the home screen wasn't updating on launch if the displayed messages were removed disappearing messages
Fixed a small UI glitch where the input field wouldn't immediately get cleared when sending a message (unfortunately there is a slight delay before the message appears still)
2 years ago
Ryan Zhao 82aa2d0931 minor refactor 2 years ago
Ryan Zhao e7778725a5 feat: add close button on new conversation screens 2 years ago
Ryan Zhao ec8b9df3bb minor tableview tweaks 2 years ago
Ryan Zhao 6e3c80c16b feat: search contacts in create closed group page 2 years ago
Ryan Zhao 67a9047df7 update grey background color 2 years ago
Ryan Zhao 4394e64d9b update enter public key explanation content 2 years ago
Ryan Zhao 52449d6522 minor colour adjustment 2 years ago
Ryan Zhao 3e30ceb032 feat: long press to show copy on current user's public key label 2 years ago
ryanzhao e5c3c23e74 WIP: new closed group vc 2 years ago
Morgan Pretty c707a2f80c Started refactoring the conversation image picker screens
Fixed a bug where returning from the background on the conversation screen would result in the input view being hidden
Refactored the PhotoCollectionPickerViewController to use the SettingsTableViewController convention
Updated the SettingsTableViewModel to worked based on Combine instead of the DatabaseObservable so it's more reusable for non-db cases
2 years ago
Morgan Pretty face9da02b Fixed search performance, started styling in-conversaiton settings
Fixed a bug where the scroll to bottom button wasn't working
Fixed an issue where searching was running on the main thread (which could cause UI issues)
Updated the searching to interrupt the previous query when the search term changes
Updated the in-conversation settings to be use the new config-based approach (deleted the OWSConversationSettingsViewController)
2 years ago
ryanzhao df140584e7 feat: add tapping function for contacts in new conversation screen 2 years ago
ryanzhao 2213a99330 ui: new conversation screen contacts table 2 years ago
ryanzhao 87c2bc3700 tweaks on the logic to suspend database when call is ended in background 2 years ago
ryanzhao 39e2e052ee WIP: implement sorting and grouping contacts 2 years ago
ryanzhao 9f75f10d6a centre align the last open group suggestion if there is only one of them 2 years ago
ryanzhao b3ddea1626 update translation 2 years ago
ryanzhao 7c1d332763 move database suspending logic when handling calls in background after writeAsync 2 years ago
ryanzhao 9419f83f43 put back accidentally removed code 2 years ago
ryanzhao b2869b7538 refactor on layouts 2 years ago
ryanzhao 8ad21ba089 add tap gesture 2 years ago
ryanzhao 6aa37d4d98 Merge branch 'dev' into menu-redesign 2 years ago
Ryan Zhao ccbf4e0945 clean 2 years ago
Ryan Zhao ae7895c18e fix a issue where the call info message won't be updated 2 years ago
Ryan Zhao d42088e37c fix an edge case where the isCallOngoing will always be true 2 years ago
Ryan Zhao 62d730ea30 fix call notification title and content 2 years ago
Ryan Zhao e3479107f3 feat: give more time for calls to connect 2 years ago
Ryan Zhao 31605672e2 fix call threading issues 2 years ago
Morgan Pretty b029728b6c Did some more theming, removed some files and fixed a couple of minor call issues
Applied theming logic to the ConversationTitleView, blocked banner
Removed a few redundant modals (replaced them with the "Confirmation Modal")
Removed some duplicate code
Fixed an issue where a synchronous start/stop behaviour was running on the main thread causing some UI blocking
Fixed an issue where the minimised call view could be covered by presenting view controllers
2 years ago
ryanzhao 80894bc198 suspend database when call is ended in background 2 years ago
ryanzhao a5ede8c6a2 fix a case when the app goes into background with an ongoing call 2 years ago
ryanzhao 3eb7a5c5d9 fix self-send reaction notification 2 years ago
ryanzhao 87577e9d4b resume database when there is a VoIP call notifcation 2 years ago
ryanzhao 3d0239d31b fix missed call notification content 2 years ago
ryanzhao afc862d1c1 resume ans suspend database properly in extensions 2 years ago
RyanZhao 57eccd1e80
Merge pull request #680 from RyanRory/emoji-react-tweak-1
Emoji react tweaks
2 years ago
Ryan Zhao 3cfee13768 minor refactor to prevent fake calls 2 years ago
Ryan Zhao 85fc22110f fix selected emoji not shown in the popup list 2 years ago
Ryan Zhao bd0614532e feat: add cancel button for emoji search bar 2 years ago
Ryan Zhao e5a46a993d update emoji names for searching 2 years ago
Ryan Zhao ed3dcf7634 add comments and minor refactor back to previous logic 2 years ago