Commit Graph

20 Commits (9db547242c857c723041319098233dbbce509126)

Author SHA1 Message Date
Ryan Zhao 9db547242c insert config message for setting disappearing messages 2 years ago
ryanzhao 8377da0876 lastChangeTimestamp migration 2 years ago
Ryan Zhao a9065b90af minor fix on subtitle view 3 years ago
Ryan Zhao 0e242e57ef save the updated disappearing messages config into database 3 years ago
ryanzhao 6c4adc08e1 add footer button 3 years ago
ryanzhao 9e08ab308b correct closed group disappearing message type 3 years ago
ryanzhao 75856ff5c0 minor fix on choosing between DAR and DAS 3 years ago
ryanzhao fee64b6bf0 update disappearing message settings timer section 3 years ago
ryanzhao d01cda454c disappearing message settings UI for closed groups 3 years ago
ryanzhao 9c165000c2 wrap up the disappearing message settings screen 3 years ago
Ryan Zhao d0f790421a WIP: disappearing message settings ui 3 years ago
Ryan Zhao 56e377824a WIP: disappearing message settings ui 3 years ago
Ryan Zhao 4e2eab9975 add localised string and paged scrollview 3 years ago
Morgan Pretty 27e0981913 Added toast and info message deletion, fixed layout issues & unit tests
Added a toast when hitting the emoji reacts rate limit
Added the ability to delete info messages
Fixed some odd layout behaviours with the VisibleMessageCell
Fixed some layout issues with reactions
Removed some unneeded custom code
3 years ago
Morgan Pretty db54bf657e Fixed remaining bugs
Split the date out of the VisibleMessageCell into it's own cell to clean up deletion/insertion animations
Fixed a layout issue with the Open Group
Fixed an issue where the QRCode tinting wasn't working on iOS 16
Implemented a swift version of an ObjC function
3 years ago
Morgan Pretty 0c09f2bfc5 Fixed a few more QA issues, added a minor feature
Updated the document download UI
Minor font tweaks to match settings more closely
Added profile data to the MessageRequestResponse
Fixed the broken tests
3 years ago
Morgan Pretty 6eeb0ec7ac Fixed most of the styling issues raised during QA
Copy tweak
Added a toast when copying the sessionId or group URL (fixes to the toast UI as well)
Fixed the new conversation screen styling
Fixed the styling of the various attachment screens
Updated the buttons on the attachment screen to behave like the input view buttons
Removed the old OWSNavigationBar and OWSNavigationController (logic was buggy and not actually needed in most cases)
3 years ago
Morgan Pretty 40109e0bea Cleaned up the config-based table view controller to be more reusable
Updated the settings screens to have the "rounded group" styling
Added a "loading conversations" label to the Message Requests screen before the conversations load
Removed the legacy UserCell (replaced with the more reusable 'SessionCell')
Renamed a few things to make them more generic and reusable
3 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
3 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)
3 years ago