Commit Graph

16817 Commits (2b473332981011646621adb3ae471199b0aa201d)
 

Author SHA1 Message Date
ryanzhao 3870c0c505 minor fix 3 years ago
ryanzhao 9657998d7b WIP: add block button to message request view 3 years ago
ryanzhao 92e6f1a356 update localised strings 3 years ago
ryanzhao 78d68bcc38 tweak: Delete -> Decline 3 years ago
ryanzhao 0ed4c7d66e tweak: “Clear all” button just delete all message request conversations instead of blocking them 3 years ago
ryanzhao db701bb0e2 feat: add a separate “Block” action when swiping a message request 3 years ago
Morgan Pretty d56cee8234 Progressing on theming functionality
Created the ThemeManager and the system to control the dynamic theming
Started updating the main settings screens
Added the AppearanceViewController and connected it to the ThemeManager
Started adding theme values
Started applying theme values throughout
3 years ago
ryanzhao 9c9f1e3cd3 tweak: encode and sign reaction endpoints with raw emoji 3 years ago
Morgan Pretty e007870c34 Fixed a bug where disappearing messages weren't working for local outgoing messages 3 years ago
Ryan Zhao 88e419aac0 clean 3 years ago
Morgan Pretty 2acc32a44b Fixed the broken MediaDetail <-> MediaTile custom transition 3 years ago
Ryan Zhao 645f8e1d24 tweak: add update types of reaction to query parameter 3 years ago
Ryan Zhao 4a5674f7b3 tweak: keep the old logic of removing open group messsages 3 years ago
Ryan Zhao 4cb2d81670 clean up 3 years ago
ryanzhao 76833c0b9f tweak: fix album view background in visible message cells 3 years ago
ryanzhao 827ecee7b0 tweak: fix the layout of snapshot in context menu view 3 years ago
ryanzhao 85b3015d71 clean 3 years ago
ryanzhao d02b0c90bd Merge branch 'dev' into ui-media-message 3 years ago
ryanzhao fa1a67d957 feat: show all media view with media & document sections from tapping All Media nav button 3 years ago
ryanzhao a162f324b1 feat: add select button and delete function in media title screen 3 years ago
ryanzhao 99989f9944 Merge branch 'dev' into add-documents-section 3 years ago
ryanzhao ba578fcb3c Merge branch 'dev' into emoji-reacts 3 years ago
ryanzhao 1fa505d1a2 feat: show media detail 3 years ago
Morgan Pretty e6691b515f
Merge pull request #650 from oxen-io/dev
2.0.0
3 years ago
Morgan Pretty b40752dc78
Merge pull request #649 from mpretty-cyro/fix/background-fetch-timeout
Fix/background fetch timeout
3 years ago
Morgan Pretty 201c59fd2b Updated the logic for the background fetch timeout
Updated the logic for the background fetch timeout to happen in the AppDelegate and be based on a system property to avoid a few edge-cases
Removed the ID Blinding error handling 'e' suffix (as it's not actually part of the error)
3 years ago
ryanzhao 402bee2d38 feat: add action for document section 3 years ago
Ryan Zhao ab3bbab656 add one more localised string 3 years ago
Ryan Zhao 8c74ecbe63 add localised strings 3 years ago
Ryan Zhao bc16e3da4b fix: shift the threadId filter line above the variant and sourceFilename lines 3 years ago
Ryan Zhao 522d24caf6 Merge branch 'dev' into ui-media-message 3 years ago
Morgan Pretty f2cda62882 Merge remote-tracking branch 'upstream/dev' into dev 3 years ago
Ryan Zhao 2d510ccfe3 Merge branch 'dev' into emoji-reacts 3 years ago
Ryan Zhao d0039e446e Merge branch 'dev' into add-documents-section 3 years ago
Morgan Pretty 0596e81fd9
Merge pull request #648 from oxen-io/dev
2.0.0
3 years ago
Morgan Pretty 7ec48baffa
Merge pull request #612 from mpretty-cyro/feature/database-refactor
Database refactor
3 years ago
Morgan Pretty 09f2b41242 Updated the build number 3 years ago
Ryan Zhao aaf91c3327 Merge branch 'database-refactor' into emoji-reacts 3 years ago
Ryan Zhao f60f68e150 Merge branch 'database-refactor' into ui-media-message 3 years ago
Ryan Zhao dc0220accc Merge branch 'database-refactor' into add-documents-section 3 years ago
Ryan Zhao d98221feb4 fix: minor ui issue on the reaction user list 3 years ago
Morgan Pretty 2025fd2638 Fixed a crash and the SOGS deletion logic to continue to support the deprecated approach for the time being
Fixed an issue where the app could crash when entering the background during migration
Added the old 'messageServerIdsToRemove' code back for the time being to support the deprecated deletion behaviour
3 years ago
Ryan Zhao 7383ddad04 update sortId logic after open group reaction index 3 years ago
Ryan Zhao 91afad99d5 Merge branch 'database-refactor' into emoji-reacts 3 years ago
Ryan Zhao 6a1186b556 Merge branch 'database-refactor' into ui-media-message 3 years ago
Ryan Zhao 86a5fb7f1f Merge branch 'database-refactor' into add-documents-section 3 years ago
Morgan Pretty 3f63a44c31 Increased the build number 3 years ago
Morgan Pretty 1224e539ea Reduced unneeded DB write operations and fixed a few minor UI bugs
Updated the database to better support the application getting suspended (0xdead10cc crash)
Updated the SOGS message handling to delete messages based on a new 'deleted' flag instead of 'data' being null
Updated the code to prevent the typing indicator from needing a DB write block as frequently
Updated the code to stop any pending jobs when entering the background (in an attempt to prevent the database suspension from causing issues)
Removed the duplicate 'Capabilities.Capability' type (updated 'Capability.Variant' to work in the same way)
Fixed a bug where a number of icons (inc. the "download document" icon) were the wrong colour in dark mode
Fixed a bug where the '@You' highlight could incorrectly have it's width reduced in some cases (had protection to prevent it being larger than the line, but that is a valid case)
Fixed a bug where the JobRunner was starting the background (which could lead to trying to access the database once it had been suspended)
Updated to the latest version of GRDB
Added some logic to the BackgroundPoller process to try and stop processing if the timeout is triggered (will catch some cases but others will end up logging a bunch of "Database is suspended" errors)
Added in some protection to prevent future deferral loops in the JobRunner
3 years ago
ryanzhao 07a1d10212 fix an issue where reaction updates triggers scrolling 3 years ago
ryanzhao 073516ae78 feat: add sortId for reaction sorting 3 years ago