Commit Graph

1126 Commits (2ad8041b59608ed99c22e9f536ba8d8328b63d2d)

Author SHA1 Message Date
Ryan Zhao 2ad8041b59 feat: allow group admin to set disappearing message config 2 years ago
ryanzhao 5c345174c1 update protobuf 2 years ago
ryanzhao 3da092019b Merge branch 'dev' into disappearing-message-redesign 2 years ago
RyanZhao 7e161e30a0
Merge pull request #655 from RyanRory/quote-standardise
Quote standardise
2 years ago
ryanzhao 723d676d81 sync expiries message handling 2 years ago
ryanzhao 89a5739883 send sync expiries 2 years ago
ryanzhao ab2dc8deaf Merge branch 'dev' into quote-standardise 2 years ago
ryanzhao fd14c50f61 add sync expires message and update protobuf 2 years ago
ryanzhao d4d7f6c72c clean 2 years ago
ryanzhao 387b5f953b apply disappearing message config to sync messages 2 years ago
ryanzhao f855e71d61 Merge branch 'dev' into disappearing-message-redesign 2 years ago
Morgan Pretty 7cbdca672e Fixed a bug where copying the open group url wasn't working correctly 2 years ago
Morgan Pretty 9dbab87ba4 Actually setting the 'forceBlinded' flag 2 years ago
Morgan Pretty f4d4e7d810 Fixed an issue with blinding being switched on
Fixed an issue where a user that was part of an open group before blinding was enabled wouldn't be able to access the group once blinding was switched on
Updated the code to better support errors sent from SOGS as bencoded data
2 years ago
Morgan Pretty c934415355 General bug fixing
Fixed an issue where the database could get suspended if the app is launched when the app is doing a background fetch
Fixed an incorrectly localized string
Fixed an issue where the author name on a message didn't have it's width constrained
Fixed a bug where the conversation message list inset wasn't getting updated properly in some cases
Tweaked some logic in the OpenGroupPoller when running from the background to try and close some of the odd cases
2 years ago
Ryan Zhao 03ed90c31d reverse & clean 2 years ago
Ryan Zhao 31c90162d3 fix sending messages with disappearing messages ttl 2 years ago
Ryan Zhao 3efba397ab add YOU for disappearing messages info message 2 years ago
Ryan Zhao e54a37ead0 update ttl after read when disappear after read is set 2 years ago
Ryan Zhao aa81a907a5 update disappearing messages info message 2 years ago
Ryan Zhao e4bf474fea fix disappearing messages configuration sending & receiving 2 years ago
Ryan Zhao 0567a4eb6a update protobuf 2 years ago
Ryan Zhao d5c7e3178f minor fix 2 years ago
Ryan Zhao 6e58a0d967 insert info message for updating disappearing message config 2 years ago
ryanzhao 601cc7b92a set disappearing messages config info to all kinds of messages 2 years ago
ryanzhao 38594f8dc1 minor refactor 2 years ago
ryanzhao aaa25c3004 add function to handle disappearing messages configuration 2 years ago
ryanzhao 61647e1c72 fix the migration 2 years ago
ryanzhao 8377da0876 lastChangeTimestamp migration 2 years ago
Ryan Zhao 03b3136316 disappearing message config to proto 2 years ago
Ryan Zhao 95d065f775 update protobuf 1 2 years ago
Ryan Zhao 70ba0bdc13 set ttl as disappearing message config 2 years ago
Ryan Zhao f5e41907d4 fix retrieve disappearing message config from database with session thread data model 2 years ago
ryanzhao 54914d69c6 WIP: fetch disappearing message config from database 2 years ago
ryanzhao 6708104efa update database migration 2 years ago
ryanzhao d01cda454c disappearing message settings UI for closed groups 2 years ago
ryanzhao 1a98b0be62 Merge branch 'dev' into disappearing-message-redesign 2 years ago
Ryan Zhao d0f790421a WIP: disappearing message settings ui 2 years ago
Morgan Pretty 301ae76b0f Updated the OpenGroupAPI to always use authentication and default to blinded when no capabilities are present 2 years ago
Morgan Pretty 89df1261e3 Added a method to allow safer database inserts
Fixed an issue where the app settings were updating immediately making them seem to
Updated GRDB to version 6.1 and SQLCipher to 4.5.2
Added a method which allows for inserting into the database while omitting columns which exist in the object but not in the database (so allow for old migrations to run with less issues)
Updated all the migrations to use the migration safe insert method
Removed some ObjC support extension functions
2 years ago
ryanzhao 981621738a Merge branch 'dev' into quote-standardise 2 years ago
Morgan Pretty d8fd3b35b4 Theming tweaks and bug fixes
Made a tweak to prevent some odd looking keyboard transitions when going to conversation settings
Updated the PagedDatabaseObserver to not call 'onChangeUnsorted' on the main thread (now we can generate the changeset on the background thread so there is less main thread work)
Fixed an issue where the most recently received message from the swarm could be removed from the swarm yet the app would still poll for it, resulting in the swarm always returning the oldest possible messages until the user sends a new one-to-one message
Fixed an issue where the initial scroll offset could be incorrect due to certain message types
Fixed an issue where the title view inside a conversation could jump when pushing to the conversation settings screen
Refactored a couple of ObjC functions to Swift as they were crashing (due to memory allocation?) hopefully this will fix it
Tweaked some DispatchQueue priorities to ensure PagedDatabaseObserver loading is prioritised
Updated buttons to use a standard convention for highlighted states
Updated the new conversation button to follow the new highlighted state convention
2 years ago
ryanzhao 85147551cf Merge branch 'dev' into quote-standardise 2 years ago
Morgan Pretty 42e82af8a2 Removed the 'screenshot notifications' setting 2 years ago
Ryan Zhao 01c0f8152c Merge branch 'dev' into quote-standardise 2 years ago
Morgan Pretty 2ad8fc381d Fixed a few message scrolling bugs and a couple minor UI tweaks
Fixed a bug where sending a quote message could result in the messages jumping incorrectly
Fixed a bug where the quote input UI wasn't styled correctly on dark themes
Fixed a minor padding issue
Fixed an issue where in-conversation search could be a bit jumpy (simplified logic greatly)
2 years ago
Morgan Pretty 58184d6d27 Fixed issues found during testing
Fixed an issue where the user config message wouldn't get sent correctly
Fixed an issue where the theme preference migration wasn't working properly
Fixed a crash which could occur in some cases when updating the theme
Fixed a crash which could occur when opening the new conversation screen with a contact with no name
Fixed a minor UI glitch with the 'sessionId' separator border
Fixed a minor UI issue where long author names in quotes could cause the message bubble to stretch incorrectly
Cleaned up some no-contact UI states
Updated the Atomic queue to have a 'userInteractive' priority so it can't be delayed by lower priority queues and block the main thread
2 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
2 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
2 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
2 years ago