Commit Graph

17519 Commits (96804e73e64e374d0a9ffb9381570a90465bd1b9)
 

Author SHA1 Message Date
ryanzhao 78cea3ac29 implement carousel view delegate 3 years ago
ryanzhao 723beed101 Merge branch 'dev' into message-and-image-info 3 years ago
ryanzhao 54ef07402b update the build number 3 years ago
Ryan Zhao 2b38862524 optimise round corner for carousel view 3 years ago
Ryan Zhao 7e164ecf04 wrap up carousel view 3 years ago
Ryan Zhao 838969efa6 WIP: encapsulate carousel view 3 years ago
Ryan Zhao d1aacf24c2 Merge branch 'dev' into message-and-image-info 3 years ago
RyanZhao 9a4988f212
Merge pull request #772 from oxen-io/dev
Release 2.2.5
3 years ago
ryanzhao 41f1b14066 bump up version & build number 3 years ago
ryanzhao 42b27cd2bf WIP: carousel view loop 3 years ago
Morgan Pretty 07046db4b6 Updated to the latest libSession, fixed a few bugs
Added the logic to sync the last read state for a conversation
Added the legacyClosedGroup thread variant
Updated the config handling to be able to update the 'mergeResult' and require a dump/push due to local changes
Fixed an issue where the name on the CallVC could go off the screen
Fixed an issue where OpenGroup info could sometimes incorrectly get deleted
Fixed an issue where the ConfirmationModal on a SessionTableViewController wouldn't trigger it's action
Fixed an issue where the config handling could incorrectly trigger a contacts update when there were no changes
3 years ago
Morgan Pretty 4f8fb63f2c Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling
# Conflicts:
#	Session/Media Viewing & Editing/PhotoCapture.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/Onboarding/RestoreVC.swift
#	Session/Shared/SessionTableViewController.swift
#	Session/Shared/SessionTableViewModel.swift
#	SessionMessagingKit/Calls/WebRTCSession.swift
#	SessionMessagingKit/Database/Models/Attachment.swift
#	SessionMessagingKit/Database/Models/DisappearingMessageConfiguration.swift
#	SessionMessagingKit/File Server/FileServerAPI.swift
#	SessionMessagingKit/Jobs/Types/AttachmentDownloadJob.swift
#	SessionMessagingKit/Open Groups/OpenGroupAPI.swift
#	SessionMessagingKit/Sending & Receiving/Message Handling/MessageSender+ClosedGroups.swift
#	SessionMessagingKit/Sending & Receiving/MessageReceiver.swift
#	SessionMessagingKit/Sending & Receiving/MessageSender.swift
#	SessionSnodeKit/OnionRequestAPI.swift
#	SessionSnodeKit/SnodeAPI.swift
#	SessionUtilitiesKit/Database/Models/Identity.swift
#	SessionUtilitiesKit/JobRunner/JobRunner.swift
3 years ago
RyanZhao a5cc813dd5
Merge pull request #769 from mpretty-cyro/feature/read-status-updates
Added the updated delivery status UI
3 years ago
RyanZhao 1e435a2b79
Merge pull request #771 from mpretty-cyro/fix/job-runner-tweaks
JobRunner Tweaks
3 years ago
ryanzhao 31d081ff49 fix carousel view for media preview views 3 years ago
ryanzhao 3f33caf91a wip: carousel view 3 years ago
Morgan Pretty 5659b55eae Fixed a bug where a stale flag was used to determine how to send a push notification 3 years ago
Morgan Pretty d38a44515d Made some tweaks to help properly stop the JobRunner 3 years ago
ryanzhao fbc2eb35ec wip: carousel media preview view 3 years ago
ryanzhao d4957de746 update media info view 3 years ago
ryanzhao b1d78b91d2 improve logs for unhandled response code 3 years ago
ryanzhao a279b53064 change `pubKey` to `pubkey` 3 years ago
Ryan Zhao 671720c67b set up session style message info title 3 years ago
Ryan Zhao 5c629b2ab4 clean 3 years ago
Ryan Zhao da0fb2602c WIP: media preview view 3 years ago
Ryan Zhao d5343ac236 fix get_expiries endpoints & clean up 3 years ago
ryanzhao 33c239eae2 WIP: debug new endpoints 3 years ago
ryanzhao 8a2264e95f wip: add media preview view 3 years ago
Ryan Zhao ef662b2152 fix a threading issue 3 years ago
Ryan Zhao 1fc8261944 fix update expiries testing on testnet 3 years ago
Ryan Zhao 0c91f3e258 clean 3 years ago
Ryan Zhao 68efe731e7 WIP: Media info vc 3 years ago
Ryan Zhao 94456edd2e wrap up media info container view 3 years ago
ryanzhao 107231d5db WIP: media info screen 3 years ago
Morgan Pretty 349dc03e17 Added a secondary fallback for the timestamp in the context menu 3 years ago
ryanzhao 890d822a2b wrap up message info 3 years ago
Morgan Pretty 0abb09c0cf Fixed a few small issues found when testing
Fixed a couple of issues with the ConfigurationSyncJob logic
Moved the proto parsing out of the MessageReceiveJob write block (to reduce time blocking writes)
Removed difficulty from the SendMessageResponse (deprecated and removed)
3 years ago
ryanzhao f185ccf506 add info message view in context menu vc 3 years ago
Ryan Zhao d97730ab63 WIP: add receivedAtTimestampMs to MessageViewModel 3 years 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)
3 years ago
Ryan Zhao 7f5e03fad9 update translation 3 years ago
Ryan Zhao 73e05ec19e use new endpoint to shorten messages' TTL 3 years ago
Ryan Zhao 99610cf374 add snode api endpoint get expiries 3 years ago
Ryan Zhao 66b33b6623 update `expire` endpoint 3 years ago
Morgan Pretty af9a135c08 Fixed an issue where open group info could incorrectly get removed 3 years ago
ryanzhao 7515e81b4b WIP: add message info view to contextMenuVC 3 years ago
Ryan Zhao f9390654e7 add info action in context menu 3 years ago
ryanzhao 1f3bfde5b2 WIP: make new property lastChangeTimestampsMs optional 3 years ago
ryanzhao 4b852987cf clean 3 years ago
ryanzhao 4c366dedc2 clean up SyncedExpiries 3 years ago