Commit Graph

17814 Commits (f2629f193ba58f635a04b5e3d69fcb1a45b04ac0)
 

Author SHA1 Message Date
Ryan Zhao f2629f193b add disappearing timer to call info messages 8 months ago
Ryan Zhao 8c6c6705a5 update control message text colour 8 months ago
Ryan Zhao d27475d0be feat: add timer for disappearing info messages 8 months ago
Ryan Zhao 83a64c5ca1 clean 8 months ago
Ryan Zhao 3d1b930ede feat: update disappearing messages ui for visible messages 8 months ago
Ryan Zhao 61df9e2cf1 refactor disappearing timer view from objc to swift 8 months ago
ryanzhao 5569da0874 add accessibility id for radio button in cells 8 months ago
ryanzhao 2d6db6a768 feat(disabled): remove message requests from community when leaving this community 8 months ago
Ryan Zhao 5e0a29f5af WIP: clear message requests from community when leaving this community chat 8 months ago
Ryan Zhao c933ea1734 add comments 8 months ago
Ryan Zhao b605193e61 fix an issue by the refactor 8 months ago
Ryan Zhao 99d5620536 minor refactor and clean up 8 months ago
Ryan Zhao 928d7f2b1e add comments and minor refactor 8 months ago
ryanzhao a64d054537 only start disappearing messages after a message successfully sent 9 months ago
Ryan Zhao 71fa811064 WIP: handle disappearing message failed to send 9 months ago
Morgan Pretty c74d9a89f5 Fixed broken tests 9 months ago
Morgan Pretty 12347c9f2f Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign
# Conflicts:
#	Session/Media Viewing & Editing/MediaDetailViewController.swift
9 months ago
Morgan Pretty 109a81f33f
Merge pull request #929 from mpretty-cyro/fix/media-interactions
Fixed a few bugs and crashes around media interactions
9 months ago
Morgan Pretty f809a71c8b Updated the config merge process to only consider timestamps from merged messages 9 months ago
Morgan Pretty 05460ca2b3 Fixed a bug where the play button wouldn't appear when swiping attachments 9 months ago
Morgan Pretty de7d85f4cb Merge remote-tracking branch 'upstream/dev' into fix/media-interactions 9 months ago
Morgan Pretty a6931bb922 Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	Session/Conversations/Settings/ThreadDisappearingMessagesSettingsViewModel.swift
#	Session/Conversations/Settings/ThreadSettingsViewModel.swift
#	Session/Shared/SessionTableViewController.swift
#	Session/Shared/SessionTableViewModel.swift
#	Session/Shared/Types/SessionTableSection.swift
#	SessionTests/Conversations/Settings/ThreadDisappearingMessagesViewModelSpec.swift
#	SessionUIKit/Components/SessionButton.swift
9 months ago
Morgan Pretty 89b38dc2f5
Merge pull request #928 from mpretty-cyro/fix/blocked-contacts-crash
Fixed a crash on the blocked contacts screen and refactoring
9 months ago
Morgan Pretty 638685a8cc
Merge pull request #925 from mpretty-cyro/fix/blank-display-name-handling
Fixed a bug where profiles with blank name values wouldn't fallback correctly
9 months ago
Morgan Pretty e427e59544
Merge pull request #926 from mpretty-cyro/fix/rare-multi-threading-crash
Fixed a crash which could occur when scrolling conversation messages
9 months ago
Morgan Pretty aec2aed81f
Merge pull request #927 from mpretty-cyro/fix/snode-info-deduping
Fixed an issue where the messages might not get reprocessed when they should
9 months ago
Morgan Pretty 4b9e15e5c1
Merge pull request #924 from mpretty-cyro/fix/theme-nav-issue
Fixed an issue where theme changes stopped updating nav styling
9 months ago
Morgan Pretty bd98db2612 Fixed a few bugs and crashes around media interactions
Fixed a crash when trying to grant permission to access additional photos
Fixed a bug where audio files would incorrectly get recognised as voice messages
Replaced our custom video/audio players with the native ones (which have additional built-in controls)
Updated the errors from SSKKeychainStorage to include useful information
Updated layout for audio attachments
9 months ago
Morgan Pretty b3eb78aaee Fixed the broken tests 9 months ago
Morgan Pretty b97c0955be Copy tweak to better support localization 9 months ago
Morgan Pretty f97170fdcd Fixed a crash on the blocked contacts screen and refactoring
Refactored the SessionThreadViewModel to reduce boilerplate and clean up the interface a little
Refactored the MessageRequestsViewController to use the SessionTableViewController
Fixed a crash when returning from the background on the BlockedContactsViewModel
Fixed some minor lag on the NotificationSoundViewModel
Added an optional initial loading message to the SessionTableViewController
9 months ago
Morgan Pretty d1d2531ced Fixed a minor layout issue and string linter tweaks 9 months ago
Morgan Pretty 085a1a59aa Fixed an issue where the messages might not get reprocessed when they should
Dropped the auto-incrementing id from the SnodeReceivedMessageInfo
Changed the 'key, hash' from a uniqueKey to a primaryKey to allow "upsert" behaviours to work
9 months ago
Morgan Pretty 658240e549 Fixed a crash which could occur when scrolling conversation messages 9 months ago
Morgan Pretty 819106b0f2 Fixed a bug where profiles with blank name values wouldn't fallback correctly 9 months ago
Morgan Pretty 3a9ada581d Fixed an issue where theme changes stopped updating nav styling 9 months ago
Morgan Pretty b20e533929 Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign 9 months ago
Morgan Pretty 6d57523ede
Merge pull request #923 from mpretty-cyro/fix/apple-required-copy-change
Change the 'Grant Camera Access' copy to 'Continue' at Apple's request & Updated translations
9 months ago
Morgan Pretty 06f12a58b0 Change the 'Grant Camera Access' copy to 'Continue' at Apple's request
Updated translations again
9 months ago
Morgan Pretty c6455ceb3a Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign 9 months ago
Morgan Pretty 187902e48a
Merge pull request #861 from KeeJef/master
Update Session iOS screenshot
9 months ago
Morgan Pretty 992cc233c5 Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign 9 months ago
Morgan Pretty c81616c145
Merge pull request #922 from mpretty-cyro/fix/string-linter-for-archives
Fixed an issue where string validation was failing on archive builds
9 months ago
Morgan Pretty 8346a2e610 Fixed an issue where string validation was failing on archive builds 9 months ago
Morgan Pretty 90cd3fb5e0 Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign
# Conflicts:
#	_SharedTestUtilities/MockJobRunner.swift
9 months ago
Morgan Pretty bd64d182f8
Merge pull request #920 from mpretty-cyro/fix/blocked-contacts-issues
Fix contacts missing from blocked contact list issue
9 months ago
Morgan Pretty ed33e1f2e2 Merge remote-tracking branch 'upstream/dev' into fix/blocked-contacts-issues 9 months ago
Morgan Pretty 2cff251e8d Fixed a bug with the blocked contacts list
Fixed a bug where blocked contacts without profile information wouldn't be included in the blocked contacts list
Fixed broken test build issues
Increased build and version numbers
9 months ago
Morgan Pretty 74f32e9ea3
Merge pull request #919 from mpretty-cyro/fix/add-migration-tests
Add migration tests
9 months ago
Morgan Pretty 9dd2e896bb Merge remote-tracking branch 'upstream/dev' into fix/add-migration-tests
# Conflicts:
#	SessionMessagingKit/SessionUtil/SessionUtil.swift
9 months ago