Commit graph

16975 commits

Author SHA1 Message Date
Ryan Zhao 612be697ef feat: swap action leave/delete, pin, mute/unmute, mark read/unread 2023-02-27 15:42:48 +11:00
Ryan Zhao 2aee7b8c05 Merge branch 'dev' into conversation-swap-action 2023-02-27 11:40:49 +11:00
Ryan Zhao 9d11cf87e0 update build number 2023-02-27 11:38:01 +11:00
Ryan Zhao 9112231f66 WIP 2023-02-27 11:37:25 +11:00
RyanZhao 034988b4a7
Merge pull request #797 from burtonemily/accessibility_ids_3
Accessibility ids 3
2023-02-27 11:37:05 +11:00
RyanZhao 750dd41bea
Update Session.xcscheme 2023-02-27 11:36:43 +11:00
RyanZhao 2abc4f380d
Update LintLocalizableStrings.swift 2023-02-27 11:36:06 +11:00
RyanZhao 04ac337539
Update project.pbxproj 2023-02-27 11:35:41 +11:00
RyanZhao 5e041ddb41
Update LintLocalizableStrings.swift 2023-02-27 11:34:39 +11:00
RyanZhao 1791d7ebf2
Merge branch 'dev' into accessibility_ids_3 2023-02-27 11:32:11 +11:00
ryanzhao b3378992ed WIP: feat: modify conversation swap actions 2023-02-24 17:03:45 +11:00
Morgan Pretty 64e6dd4b95
Merge pull request #796 from mpretty-cyro/fix/action-sheet-crash
Fixed a couple of action sheets which could crash on iPad
2023-02-24 11:22:34 +11:00
Morgan Pretty 6851bb25fc Fixed a wrong variable name 2023-02-24 11:19:28 +11:00
Morgan Pretty bead5ca1e6 Fixed a couple of action sheets which could crash on iPad 2023-02-24 11:12:41 +11:00
Ryan Zhao 52ba016b80 bump up version & build number 2023-02-23 15:06:41 +11:00
RyanZhao 98fd315661
Merge pull request #794 from RyanRory/fix-database-reentrance
Fix a crash caused by database write method reentrance
2023-02-23 15:04:30 +11:00
Ryan Zhao c9b9400e9e fix a crash caused by database write method reentrance 2023-02-23 14:40:10 +11:00
RyanZhao 4404dda331
Merge pull request #793 from mpretty-cyro/fix/early-push-registration
Fixed an incorrect push registration
2023-02-21 16:07:55 +11:00
Morgan Pretty 84daff6e3d Fixed an incorrect push registration 2023-02-21 16:05:46 +11:00
RyanZhao ae6f609b41
Merge pull request #785 from RyanRory/fix-quoting-in-community-chats
Fix quoting in community chats
2023-02-20 10:05:32 +11:00
Ryan Zhao aca587be17 Merge branch 'dev' into fix-quoting-in-community-chats 2023-02-20 10:02:08 +11:00
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
2023-02-20 08:45:56 +11:00
Morgan Pretty afc698e370
Merge pull request #790 from mpretty-cyro/fix/voice-recording-breaking-input
Fixed an issue where the voice recording could break the input view
2023-02-20 08:45:39 +11:00
Morgan Pretty a1ad69d407
Merge pull request #784 from mpretty-cyro/fix/remaining-reachability-oddities
Fixed a couple of reachability oddities and bugs
2023-02-20 08:45:11 +11:00
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
2023-02-20 08:44:56 +11:00
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
2023-02-20 08:40:28 +11:00
Morgan Pretty e40f99458a
Merge pull request #789 from mpretty-cyro/fix/broken-group-mentions
Fixed an issue where mentions weren't working in groups
2023-02-20 08:40:06 +11:00
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
2023-02-15 15:11:57 +11:00
Morgan Pretty bdddfb35d7 Update the share extension to always show 'Note to Self' first 2023-02-15 12:03:26 +11:00
Morgan Pretty 275314c9fd Fixed an issue where the voice recording could break the input view 2023-02-15 11:53:57 +11:00
Morgan Pretty f68bbc2f0a Fixed an issue where mentions weren't working in groups 2023-02-15 10:08:41 +11:00
Morgan Pretty 3b8153edd2 Added a warning prompt the first time someone uses Giphy 2023-02-14 16:02:24 +11:00
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
2023-02-14 13:41:24 +11:00
ryanzhao f7911d7e14 Merge branch 'dev' into fix-quoting-in-community-chats 2023-02-14 09:37:56 +11:00
Ryan Zhao 62b1470b55 further clean up for message sender 2023-02-13 17:20:25 +11:00
Ryan Zhao 2f8ac7deaf update build & version number 2023-02-13 16:41:48 +11:00
Ryan Zhao 08de65f774 minor refactor 2023-02-13 16:39:59 +11:00
Emily 361fa407d5 Updating read status accessibility ids 2023-02-13 15:23:30 +11:00
Ryan Zhao b271e9c4c9 update local open group message to save blinded author id 2023-02-13 11:55:55 +11:00
Ryan Zhao e5a4aec0ee Merge branch 'dev' into fix-quoting-in-community-chats 2023-02-13 10:25:12 +11:00
RyanZhao 06f42d9207
Merge pull request #783 from mpretty-cyro/fix/deletable-outgoing-community-messages
Fix deletable outgoing community messages
2023-02-13 10:22:08 +11:00
RyanZhao 4bec546d81
Merge pull request #781 from mpretty-cyro/fix/push-notification-reregistration
Update the SyncPushTokensJob to reregister every 12 hours
2023-02-13 10:21:52 +11:00
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
2023-02-10 17:36:40 +11:00
Morgan Pretty 93d9f51140 Included a blinded id comparison for adding the delete action 2023-02-10 12:11:32 +11:00
ryanzhao a6fa53aaf0 fix #768 2023-02-09 16:53:29 +11:00
Morgan Pretty 2286d51db6 Update the SyncPushTokensJob to reregister every 12 hours 2023-02-08 17:46:43 +11:00
Morgan Pretty 9a25688146
Merge pull request #780 from oxen-io/fix/incorrect-fileserver-size-bug
Fix incorrect fileserver size bug
2023-02-08 17:11:25 +11:00
Emily b22e303d40 Adding in accessibility id for the new read/sent/sending status 2023-02-08 16:16:20 +11:00
Morgan Pretty 1b97bb6aa8 Fixed an incorrect size in the FileServerAPI which could result in upload errors 2023-02-08 09:19:06 +11:00
Morgan Pretty 617eae6858 Increased build and version numbers 2023-02-06 13:11:20 +11:00