Morgan Pretty
9c8653aa21
Updated the profile picture management UI
...
Updated the UI to use a modal
Added the ability to remove the profile picture
3 years ago
Morgan Pretty
08853e7333
Fixed an issue where mentions weren't working
3 years ago
Morgan Pretty
19856c7ef5
Disabled the disappearing messages setting when not a group member
3 years ago
ryanzhao
6699e7ea0d
Merge branch 'dev' into message-and-image-info
3 years ago
Morgan Pretty
70ce967df6
Made a few optimisations and fixes
...
Made a couple of DB query optimisations for the Home and Conversation screens
Removed some compiler-complex global generic functions
Increased the timeout for file uploads
Fixed a few import issues
Fixed an issue preventing calls on the simulator from working (disable CallKit on the simulator)
Fixed an issue where opening a conversation with a draft would result in a typing indicator notification being sent (if enabled)
Fixed a truncation issue on the CallVC
3 years ago
ryanzhao
cac8d22e0b
Merge branch 'dev' into message-and-image-info
3 years ago
ryanzhao
06172777a5
Merge branch 'dev' into message-and-image-info
3 years ago
Morgan Pretty
437ec27d72
JobRunner fixes
...
Updated the DataExtractionNotification to take a 'sentTimestamp' when created to reduce the chance for duplicates being sent
Fixed an issue where the 'hasPendingOrRunningJob' check didn't actually include running jobs
Fixed some odd behaviours with job dependencies
Fixed an incorrect failure count check
3 years ago
ryanzhao
26ca3541ce
Merge branch 'dev' into message-and-image-info
3 years ago
ryanzhao
84dd7f1a7f
Merge branch 'dev' into conversation-swipe-actions
3 years ago
Morgan Pretty
dcae781923
Fixed a crash due to database reentrancy when generating the users blinded public key
3 years ago
ryanzhao
7f24097343
update leave group copy in conversation settings view
3 years ago
ryanzhao
63f49615b5
fix an issue where info action will show when there is no attachments
3 years ago
ryanzhao
620d69ada9
Merge branch 'dev' into conversation-swipe-actions
3 years ago
Morgan Pretty
e1c83dc999
Merge remote-tracking branch 'upstream/dev' into fix/appium-interaction-issues
...
# Conflicts:
# Session/Conversations/Message Cells/VisibleMessageCell.swift
3 years ago
ryanzhao
cea2e1522d
WIP: make group leaving a job
3 years ago
ryanzhao
282230c87a
minor refactor
3 years ago
ryanzhao
102b4a67ad
update UI and copy for group leaving status
3 years ago
ryanzhao
ee8008ff4d
minor optimisation on fetching attachment from database
3 years ago
ryanzhao
d0ba22dc4f
fix retry sending attachments that are not downloaded
3 years ago
Ryan Zhao
2f909fbb55
Merge branch 'dev' into message-and-image-info
3 years ago
Ryan Zhao
00d5d08152
fix retry action will end up with sending the same interaction twice
3 years ago
Ryan Zhao
3aacf27b79
regenerate the quoted attachment thumbnail when retrying to send the message
3 years ago
ryanzhao
84ea821095
WIP: fix quote when retrying sending a message
3 years ago
ryanzhao
f8dc2ddfb8
fix incorrect closed group leaving warning for members and admins
3 years ago
Ryan Zhao
a0ba1484f5
fix an edge case of showing 'original message not found' incorrectly
3 years ago
Ryan Zhao
cd3c1ee043
fix attachment description
3 years ago
Ryan Zhao
900a97bd8c
fix incorrect icon colour in draft quote
3 years ago
RyanZhao
1791d7ebf2
Merge branch 'dev' into accessibility_ids_3
3 years ago
Ryan Zhao
bf5f927ad0
Merge branch 'dev' into message-and-image-info
3 years ago
Morgan Pretty
6851bb25fc
Fixed a wrong variable name
3 years ago
Morgan Pretty
bead5ca1e6
Fixed a couple of action sheets which could crash on iPad
3 years ago
Ryan Zhao
aca587be17
Merge branch 'dev' into fix-quoting-in-community-chats
3 years ago
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
3 years 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
3 years 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
3 years ago
Morgan Pretty
275314c9fd
Fixed an issue where the voice recording could break the input view
3 years ago
Morgan Pretty
2bcc049405
Fixed an issue where Appium couldn't long press message bubbles
3 years ago
Morgan Pretty
3b8153edd2
Added a warning prompt the first time someone uses Giphy
3 years 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
3 years ago
Ryan Zhao
08de65f774
minor refactor
3 years ago
Emily
361fa407d5
Updating read status accessibility ids
3 years ago
Ryan Zhao
07b01f3014
Merge branch 'dev' into message-and-image-info
3 years ago
Ryan Zhao
e5a4aec0ee
Merge branch 'dev' into fix-quoting-in-community-chats
3 years 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
3 years ago
Morgan Pretty
93d9f51140
Included a blinded id comparison for adding the delete action
3 years ago
ryanzhao
a6fa53aaf0
fix #768
3 years ago
ryanzhao
aee9d46e58
feat: show media full screen
3 years ago
ryanzhao
092864f918
Merge branch 'dev' into message-and-image-info
3 years ago
Emily
b22e303d40
Adding in accessibility id for the new read/sent/sending status
3 years ago