Commit Graph

1209 Commits (2ebc0a6789b4ebf93664e793571f050639f2070c)

Author SHA1 Message Date
Ryan Zhao b4f44d43e8 Merge branch 'dev' into disappearing-message-redesign 1 year ago
Ryan Zhao c9b9400e9e fix a crash caused by database write method reentrance 1 year ago
Ryan Zhao aca587be17 Merge branch 'dev' into fix-quoting-in-community-chats 1 year ago
Morgan Pretty e0f9be082a
Merge pull request #791 from mpretty-cyro/feature/pin-note-to-self-in-share-extension
Update the share extension to always show 'Note to Self' first
1 year ago
Morgan Pretty e4d6400375 Merge remote-tracking branch 'upstream/dev' into fix/remaining-reachability-oddities
# Conflicts:
#	Session/Meta/Translations/de.lproj/Localizable.strings
#	Session/Meta/Translations/en.lproj/Localizable.strings
#	Session/Meta/Translations/es.lproj/Localizable.strings
#	Session/Meta/Translations/fa.lproj/Localizable.strings
#	Session/Meta/Translations/fi.lproj/Localizable.strings
#	Session/Meta/Translations/fr.lproj/Localizable.strings
#	Session/Meta/Translations/hi.lproj/Localizable.strings
#	Session/Meta/Translations/hr.lproj/Localizable.strings
#	Session/Meta/Translations/id-ID.lproj/Localizable.strings
#	Session/Meta/Translations/it.lproj/Localizable.strings
#	Session/Meta/Translations/ja.lproj/Localizable.strings
#	Session/Meta/Translations/nl.lproj/Localizable.strings
#	Session/Meta/Translations/pl.lproj/Localizable.strings
#	Session/Meta/Translations/pt_BR.lproj/Localizable.strings
#	Session/Meta/Translations/ru.lproj/Localizable.strings
#	Session/Meta/Translations/si.lproj/Localizable.strings
#	Session/Meta/Translations/sk.lproj/Localizable.strings
#	Session/Meta/Translations/sv.lproj/Localizable.strings
#	Session/Meta/Translations/th.lproj/Localizable.strings
#	Session/Meta/Translations/vi-VN.lproj/Localizable.strings
#	Session/Meta/Translations/zh-Hant.lproj/Localizable.strings
#	Session/Meta/Translations/zh_CN.lproj/Localizable.strings
1 year ago
Morgan Pretty 507ab9f34f
Merge pull request #787 from mpretty-cyro/fix/warn-first-giphy-use
Added a warning prompt the first time someone uses Giphy
1 year ago
Morgan Pretty 08b1e9a131 Started caching pending ReadReceipt messages to resolve an edge-case
Fixed an issue where read receipts could be sent for already read messages
Fixed an issue where the read state change might not update the UI
1 year ago
Morgan Pretty bdddfb35d7 Update the share extension to always show 'Note to Self' first 1 year ago
Morgan Pretty f68bbc2f0a Fixed an issue where mentions weren't working in groups 1 year ago
Morgan Pretty 3b8153edd2 Added a warning prompt the first time someone uses Giphy 1 year ago
Morgan Pretty 3344e58716 Cleaned up some logic around sync messages
Added logic to indicate when a sync message failed to send (and the ability to retry)
Added the retry/resync button to the long press message menu
Updated sync messages to run via the MessageSendJob
Updated the delivery status to always show on the last outgoing message
Updated the logic to update the delivery status when retrying to send a failed message
Removed the convoluted recursion logic for turning self-send messages into sync messages
1 year ago
Ryan Zhao 62b1470b55 further clean up for message sender 1 year ago
Ryan Zhao 08de65f774 minor refactor 1 year ago
Ryan Zhao b271e9c4c9 update local open group message to save blinded author id 1 year ago
Ryan Zhao 494e12adb6 Merge branch 'dev' into disappearing-message-redesign 1 year ago
Morgan Pretty d020a7a05f Fixed a couple of reachability oddities and bugs
Updated the PathVC to indicate the network reachability
Updated messages sent to 'Note to Self' to properly indicate whether they were sent to the swarm
Fixed an issue where 'Note to Self' messages weren't actually getting sent to the swarm
1 year ago
ryanzhao a6fa53aaf0 fix #768 1 year ago
Morgan Pretty 1b97bb6aa8 Fixed an incorrect size in the FileServerAPI which could result in upload errors 1 year ago
Morgan Pretty eb3c31d911 Fixed a few more bugs
Updated the PathStatusView to take Reachability into account for it's status indicator
Fixed an issue where a user couldn't delete their own messages sent to a community
Fixed an issue where the app didn't require a passcode to be set to use screen lock
Fixed an issue where the delivery status on a sending message might not update when on the conversation screen
Fixed an issue where read receipts weren't working
1 year ago
RyanZhao a5cc813dd5
Merge pull request #769 from mpretty-cyro/feature/read-status-updates
Added the updated delivery status UI
1 year ago
Morgan Pretty 5659b55eae Fixed a bug where a stale flag was used to determine how to send a push notification 1 year ago
Ryan Zhao d5343ac236 fix get_expiries endpoints & clean up 1 year ago
ryanzhao 33c239eae2 WIP: debug new endpoints 1 year ago
Ryan Zhao ef662b2152 fix a threading issue 1 year ago
Ryan Zhao 1fc8261944 fix update expiries testing on testnet 1 year ago
Morgan Pretty 5c05fbbbb6 Added the updated delivery status UI
Updated the create closed group screen to cancel the search field when tapping outside of it (previously required tapping the cancel button)
1 year ago
Ryan Zhao 73e05ec19e use new endpoint to shorten messages' TTL 1 year ago
ryanzhao 1f3bfde5b2 WIP: make new property lastChangeTimestampsMs optional 1 year ago
ryanzhao 4c366dedc2 clean up SyncedExpiries 1 year ago
ryanzhao 0bfc337bcc add index & clean 2 years ago
ryanzhao 071d23c0df update comments 2 years ago
ryanzhao a50af6702e make expiresInSeconds & expiresStartedAtMs private(set) 2 years ago
ryanzhao 87dda2aa20 clean 2 years ago
ryanzhao 9954cddc2a Merge branch 'dev' into disappearing-message-redesign 2 years ago
RyanZhao 8d8028da13
Merge pull request #754 from RyanRory/bug-fixes
Bug fixes
2 years ago
RyanZhao 1f9e58956c
Merge pull request #761 from mpretty-cyro/fix/use-offset-time
Use service node offset time where possible
2 years ago
Ryan Zhao f105c1d7bc clean 2 years ago
Ryan Zhao 3712893bdc clean 2 years ago
Ryan Zhao 9c39945c89 clean 2 years ago
Ryan Zhao 3a3be0ca7b resolve a TODO 2 years ago
Ryan Zhao a3f8d9e81a clean 2 years ago
Ryan Zhao 71449c22b1 feat: remove previous disappearing messages change info message when adding a new one 2 years ago
Morgan Pretty a3da087352 Fixed a few build errors and cases where the offset wasn't taken into account 2 years ago
Morgan Pretty f7199b4c44 Updated the code to take the service node offset into account when setting timestamps 2 years ago
Morgan Pretty c78409a2d6 Increased the file upload size to 10Mb
Removed the 'fileSizeORMultiplier' that was dealing with the b64 encoding (no longer exists)
Increased the request timeout for file upload/download to 30 seconds (up from 10 seconds)
2 years ago
Ryan Zhao 751eb8ce66 fix an issue where linking a device will remove the username on main device 2 years ago
Ryan Zhao a14b2c0960 fix an issue where open group messages over 6 months old won't actually be trimmed 2 years ago
ryanzhao c4e6f3fe47 clear open group inbox when clear account data 2 years ago
ryanzhao 123c458c32 update disappearing messages off config info message's expiration 2 years ago
Ryan Zhao e93c83b9f2 wip: update disappearing messages config off info message's expiration 2 years ago