Commit Graph

16834 Commits (31c90162d3452eaf129f92ce2646e12852992ff4)
 

Author SHA1 Message Date
Morgan Pretty 851cc56c65 Fixed a couple of bugs with the emoji picker and context menu
Cleaned up the context menu appearance and the message timestamp appearing off screen issue
Fixed an issue with keyboard avoidance on the emoji picker
2 years ago
RyanZhao 570883e28a
Merge pull request #687 from RyanRory/badcall-fix
Voice & video call fix
2 years ago
RyanZhao 31b62e28a7
Merge pull request #685 from RyanRory/emoji-react-tweak-2
Emoji reacts tweaks
2 years ago
RyanZhao cfecc71163
Merge pull request #665 from RyanRory/add-silence-audio
Fix notification sound None not working
2 years ago
Ryan Zhao 5bfa9eede3 ux: hide search bar cancel button when tapping on entering group name text field 2 years ago
Ryan Zhao e0550a6afb tweak: max group name length decrease to 30 2 years ago
Ryan Zhao afd908a64a ui: add gradient background for create new group button 2 years ago
Ryan Zhao b8c7199429 Merge branch 'dev' into menu-redesign 2 years ago
Morgan Pretty 7715c5ea09 Did some more styling and fixed a few UI bugs
Fixed a bug where the time label would no longer appear in the context menu
Fixed a bug where the tile label in the context menu could be clipped
Tweaked the context menu appearance animation to look less jumpy when at the edges of the screen
2 years ago
ryanzhao ac008fbd35 WIP: Gradient background for closed group create button 2 years ago
Morgan Pretty ab95841f6c
Merge pull request #690 from mpretty-cyro/fix/filter-unblinded-mentions
Updated open groups to filter the mentions list based on blinding
2 years ago
ryanzhao 11071c3dbc fix contacts search in new closed group page 2 years ago
ryanzhao 65d615ef24 fix join community button title 2 years ago
ryanzhao df669030ac fix community suggestion grid issues. 2 years ago
Morgan Pretty 88ad6483c1 Updated open groups to filter the mentions list based on blinding 2 years ago
ryanzhao b4d29c58c4 Merge branch 'dev' into menu-redesign 2 years ago
RyanZhao 70e326f819
Merge pull request #656 from RyanRory/message-request-tweak
Message request Block & Decline behaviour changes
2 years ago
RyanZhao b0eaeedc7d
Merge pull request #647 from RyanRory/ui-media-message
Media message UI redesign
2 years ago
RyanZhao d0e32a8272
Merge pull request #646 from RyanRory/add-documents-section
Add documents section for all media page
2 years ago
Morgan Pretty fe14bb1b31 Fixed a couple of bugs and did some more theming
Started trying to add the unit tests that were in the settings refactor branch (need to be refactored due to the implementation changes)
Fixed a bug where the typing indicators wouldn't get cleaned up in some cases
2 years ago
Morgan Pretty 157e8f10e5 Fixed some threading issues with the OWSQRCodeScanningViewController 2 years ago
ryanzhao 77b084bc34 clean up - remove unused strings 2 years ago
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