Ryan Zhao
612be697ef
feat: swap action leave/delete, pin, mute/unmute, mark read/unread
2 years ago
Ryan Zhao
2aee7b8c05
Merge branch 'dev' into conversation-swap-action
2 years ago
Ryan Zhao
9d11cf87e0
update build number
2 years ago
Ryan Zhao
9112231f66
WIP
2 years ago
RyanZhao
034988b4a7
Merge pull request #797 from burtonemily/accessibility_ids_3
...
Accessibility ids 3
2 years ago
RyanZhao
750dd41bea
Update Session.xcscheme
2 years ago
RyanZhao
2abc4f380d
Update LintLocalizableStrings.swift
2 years ago
RyanZhao
04ac337539
Update project.pbxproj
2 years ago
RyanZhao
5e041ddb41
Update LintLocalizableStrings.swift
2 years ago
RyanZhao
1791d7ebf2
Merge branch 'dev' into accessibility_ids_3
2 years ago
Ryan Zhao
b2fcf48c73
Merge branch 'dev' into switch-video-view
2 years ago
Ryan Zhao
bf5f927ad0
Merge branch 'dev' into message-and-image-info
2 years ago
Ryan Zhao
2ebc0a6789
Merge branch 'dev' into disappearing-message-redesign
2 years ago
ryanzhao
b3378992ed
WIP: feat: modify conversation swap actions
2 years ago
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
2 years ago
Morgan Pretty
6851bb25fc
Fixed a wrong variable name
2 years ago
Morgan Pretty
bead5ca1e6
Fixed a couple of action sheets which could crash on iPad
2 years ago
Ryan Zhao
b4f44d43e8
Merge branch 'dev' into disappearing-message-redesign
2 years ago
Ryan Zhao
52ba016b80
bump up version & build number
2 years ago
RyanZhao
98fd315661
Merge pull request #794 from RyanRory/fix-database-reentrance
...
Fix a crash caused by database write method reentrance
2 years ago
Ryan Zhao
c9b9400e9e
fix a crash caused by database write method reentrance
2 years ago
Morgan Pretty
ff36b3eeab
Resolved a number of TODOs and a couple of crashes
...
Updated the logic to always fetch all config messages (and not de-dupe them)
Updated the onboarding to fallback to fetch the legacy config if the there is no updated user config
Added sorting to config message processing to reduce the turn-around time for certain edge-cases to resolve
Removed some redundant code
Fixed a database re-entrancy crash
Fixed a crash when merging config messages
Fixed an issue which could occur by registering too many 'afterTransaction' closures
2 years ago
RyanZhao
4404dda331
Merge pull request #793 from mpretty-cyro/fix/early-push-registration
...
Fixed an incorrect push registration
2 years ago
Morgan Pretty
84daff6e3d
Fixed an incorrect push registration
2 years ago
Morgan Pretty
742c4a161f
Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling
...
# Conflicts:
# Session.xcodeproj/project.pbxproj
# Session/Conversations/ConversationVC+Interaction.swift
# Session/Conversations/ConversationViewModel.swift
# Session/Media Viewing & Editing/GIFs/GifPickerViewController.swift
# Session/Media Viewing & Editing/GIFs/GiphyAPI.swift
# 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
# Session/Notifications/AppNotifications.swift
# Session/Notifications/SyncPushTokensJob.swift
# Session/Notifications/UserNotificationsAdaptee.swift
# SessionMessagingKit/Configuration.swift
# SessionMessagingKit/Database/Models/Interaction.swift
# SessionMessagingKit/Database/Models/SessionThread.swift
# SessionMessagingKit/Jobs/Types/MessageReceiveJob.swift
# SessionMessagingKit/Jobs/Types/MessageSendJob.swift
# SessionMessagingKit/Jobs/Types/SendReadReceiptsJob.swift
# SessionMessagingKit/Messages/Message.swift
# SessionMessagingKit/Sending & Receiving/Message Handling/MessageReceiver+ReadReceipts.swift
# SessionMessagingKit/Sending & Receiving/MessageSender+Convenience.swift
# SessionMessagingKit/Sending & Receiving/MessageSender.swift
# SessionMessagingKit/Shared Models/MentionInfo.swift
2 years ago
Morgan Pretty
c8a199a8ba
Fixed the remaining broken tests
2 years ago
Morgan Pretty
f30b383bb8
Updated to the latest version of libSession-util
...
Updated the SharedConfigMessage type to have a TTL of 30 days
Updated the SnodeAPI to have a 'poll' method to be more consistent with the OpenGroupAPI (it also does multiple things now so is cleaner)
Added logic to limit the number of config messages to be retrieved per poll
Added the 'ValidatableResponse' protocol to standardise SnodeAPI response validation
Added the libSession version to the logs
Fixed an issue where the user profile pic wouldn't get synced correctly due to memory going out of scope
Fixed some threading issues
Refactored the thread variants to follow the updated terminology (will think about refactoring other code areas later)
Cleaned up the Combine error handling
Started fixing broken unit tests
2 years ago
RyanZhao
ae6f609b41
Merge pull request #785 from RyanRory/fix-quoting-in-community-chats
...
Fix quoting in community chats
2 years ago
Ryan Zhao
a14a99896b
Merge branch 'dev' into switch-video-view
2 years ago
Ryan Zhao
aca587be17
Merge branch 'dev' into fix-quoting-in-community-chats
2 years 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
2 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
2 years ago
Morgan Pretty
a1ad69d407
Merge pull request #784 from mpretty-cyro/fix/remaining-reachability-oddities
...
Fixed a couple of reachability oddities and bugs
2 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
2 years 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
2 years ago
Morgan Pretty
e40f99458a
Merge pull request #789 from mpretty-cyro/fix/broken-group-mentions
...
Fixed an issue where mentions weren't working in groups
2 years ago
Ryan Zhao
acd494c29d
minor adjustment for UI/UX
2 years ago
Ryan Zhao
5a35907cd3
implement new UI/UX design
2 years ago
ryanzhao
335bfb6874
hiding video view if needed
2 years ago
ryanzhao
1b35085015
fix local video view
2 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
2 years ago
Morgan Pretty
bdddfb35d7
Update the share extension to always show 'Note to Self' first
2 years ago
Morgan Pretty
275314c9fd
Fixed an issue where the voice recording could break the input view
2 years ago
Morgan Pretty
f68bbc2f0a
Fixed an issue where mentions weren't working in groups
2 years ago
Morgan Pretty
2bcc049405
Fixed an issue where Appium couldn't long press message bubbles
2 years ago
ryanzhao
0ccfdcd24d
WIP: switch video view
2 years ago
Morgan Pretty
3b8153edd2
Added a warning prompt the first time someone uses Giphy
2 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
2 years ago
ryanzhao
300eac51c0
Merge branch 'dev' into disappearing-message-redesign
2 years ago
ryanzhao
f7911d7e14
Merge branch 'dev' into fix-quoting-in-community-chats
2 years ago