Commit Graph

16813 Commits (0e242e57ef7a2737d754d9b0494fc16c4d45c13a)
 

Author SHA1 Message Date
Ryan Zhao 0e242e57ef save the updated disappearing messages config into database 2 years ago
Ryan Zhao 0f3dc7348a minor fix on scrollable subtitle 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 6c4adc08e1 add footer button 2 years ago
ryanzhao c758ef4d27 Merge branch 'feature/add-footer-button-to-table-controller' of https://github.com/mpretty-cyro/session-ios into disappearing-message-redesign 2 years ago
ryanzhao 6708104efa update database migration 2 years ago
ryanzhao 9e08ab308b correct closed group disappearing message type 2 years ago
ryanzhao 75856ff5c0 minor fix on choosing between DAR and DAS 2 years ago
ryanzhao fee64b6bf0 update disappearing message settings timer section 2 years ago
ryanzhao d01cda454c disappearing message settings UI for closed groups 2 years ago
ryanzhao 9c165000c2 wrap up the disappearing message settings screen 2 years ago
Morgan Pretty 06d635fc30 Added the 'footerButton' UI the SessionTableViewController 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 91eff4fe39
Merge pull request #718 from mpretty-cyro/fix/migration-and-release-issues
Fix migration issues and theming crashes
2 years ago
Morgan Pretty 8907a33675 Fixed the broken unit tests
Increased the build & version numbers
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 1b350cf422 Fixed a number of crashes
Consolidated the PagedDatabaseObserver updating logic into a static function (can be improved further in the future)
Added defensive coding to prevent the LinkDeviceVC from crashing when the nav controller doesn't exist
Fixed an issue where the 'Permissions' callbacks were doing UI logic on background threads
Fixed an issue where the 'reloadCurrent' load type for the PagedDatabaseObserver was incorrectly increasing the 'currentCount' of the PageInfo
Fixed an issue where loading all of the data for paged data could result in a crash when the 'loadMore' section was removed
2 years ago
Ryan Zhao d803ba20e7 themed scrollable subtitle 2 years ago
Ryan Zhao 12cd02fa0e minor UI fix for scrollable subtitle 2 years ago
Ryan Zhao ee3a03f7cb scrollable subtitle for conversation screen 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
Ryan Zhao 56e377824a WIP: disappearing message settings ui 2 years ago
Ryan Zhao 4e2eab9975 add localised string and paged scrollview 2 years ago
Morgan Pretty 6c58e08b4c
Merge pull request #712 from mpretty-cyro/fix/tweak-thread-icon-colour
Updated the pinned icon to use "Text Secondary" for it's tint colour
2 years ago
Morgan Pretty c38a660d2f Updated the pinned icon to use "Text Secondary" for it's tint colour 2 years ago
Morgan Pretty 2d8fa193e2
Merge pull request #710 from mpretty-cyro/fix/theming-tweaks
Theming tweaks and bug fixes
2 years ago
Morgan Pretty f8b803a9db Merge remote-tracking branch 'upstream/dev' into fix/theming-tweaks 2 years ago
Morgan Pretty 36ccf5fbae
Merge pull request #709 from RyanRory/bad-call-fix-3
Bad call fix
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 48c0c06c4b cherry pick bacd call fix & clean 2 years ago
Morgan Pretty 59dac34fe8
Merge pull request #708 from mpretty-cyro/fix/emoji-padding
Tweaked a couple of layout issues in the visible message
2 years ago
Morgan Pretty b54700575f Tweaked a couple of layout issues in the visible message 2 years ago
Morgan Pretty 73bd4011a4 Increased build number 2 years ago
Morgan Pretty c4a23a1744
Merge pull request #706 from mpretty-cyro/fix/ons-and-ui-update-bugs
Fixed a couple of bugs with the release
2 years ago
Morgan Pretty 02e632aae4 Fixed a couple of bugs with the release
Fixed a bug where you couldn't start a conversation with an ONS
Fixed a bug where some dropdown settings wouldn't refresh their UI when returning from an update via a child screen
2 years ago
Morgan Pretty 76536a8293
Merge pull request #704 from mpretty-cyro/fix/remove-screenshot-notification-setting
Removed the 'screenshot notifications' setting
2 years ago
Morgan Pretty 42e82af8a2 Removed the 'screenshot notifications' setting 2 years ago
Morgan Pretty 3acec60f06
Merge pull request #702 from mpretty-cyro/feature/last-minute-tweaks
Made a few last minute tweaks and fixes
2 years ago
Morgan Pretty 5a758724b3 Made a few last minute tweaks and fixes
Updated a couple more translations
Updated the copy for the member count in communities
Deleted some more unused code
Fixed up another RTL issue
2 years ago
Morgan Pretty 912fe50d11
Merge pull request #672 from mpretty-cyro/feature/theming
Theming
2 years ago
Morgan Pretty da1833a5f1 Increased build number 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 0af00feed9 Added the version footer back to the settings screen 2 years ago
Morgan Pretty fc0ac730d0 Bumped build number 2 years ago
Morgan Pretty 5bf3c2d35d Fixed a minor animation glitch 2 years ago
Morgan Pretty c33b555c3c Translations, better RTL support and minor animation fix
Added some better support for right-to-left languages
Added updated Farsi translations
Fixed a minor transition glitch
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 47083cca38 Increased build and version numbers 2 years ago