Commit Graph

17593 Commits (16fbffd3d5666b4caf08e8c3e95d667aea2cef78)
 

Author SHA1 Message Date
Ryan ZHAO 16fbffd3d5 fix underline for links 2 years ago
Ryan ZHAO 5eefbaa905 only show full screen button when the media is valid 2 years ago
Ryan ZHAO f28467a039 minor fix document view 2 years ago
Ryan ZHAO 6ac0307650 clean 2 years ago
Ryan ZHAO 96c6965f44 fix an issue where media gallery detail view was not displayed properly 2 years ago
Ryan ZHAO edb623d49b pod update 2 years ago
Ryan ZHAO 4bab5d40ca minor fix on accessibility ids 2 years ago
Ryan ZHAO 4353f16694 implement quote view in message info screen 2 years ago
Ryan ZHAO 0d27bbed00 refactor quote view into SwiftUI and clean up UIKit quote view 2 years ago
Ryan ZHAO 2b42ffd6d4 minor refactor 2 years ago
Ryan ZHAO 3c5c68f10d fix an crash in SwiftUI preview 2 years ago
Ryan ZHAO d138dbd73d minor fix for open group invitation view 2 years ago
Ryan Zhao 74b62e9857 fix link preview with swift ui 2 years ago
Ryan Zhao 33bcefb710 fix broken ui on long messages 2 years ago
Ryan Zhao a826fcb061 fix document view swift ui 2 years ago
ryanzhao 2a10ab208a clean up and implementation in message info screen 2 years ago
ryanzhao b11e75dd53 refactor voice message view to swift ui 2 years ago
ryanzhao 2a148f17d4 minor fix on document view swift ui 2 years ago
Ryan Zhao b9ba355008 WIP: refactor document view and voice message view 2 years ago
Ryan Zhao 809e0eb6e6 WIP: refactor document view to Swift UI 2 years ago
ryanzhao d2c05fc88d WIP: refactor message views to swift-ui 2 years ago
ryanzhao 39e316eb51 fix merge 2 years ago
ryanzhao f603b422b0 Merge branch 'dev' into message-detail-screen
# Conflicts:
#	Session/Media Viewing & Editing/MediaInfoVC+MediaPreviewView.swift
#	SignalUtilitiesKit/Media Viewing & Editing/OWSVideoPlayer.swift
2 years ago
Morgan Pretty 109a81f33f
Merge pull request #929 from mpretty-cyro/fix/media-interactions
Fixed a few bugs and crashes around media interactions
2 years ago
Morgan Pretty 05460ca2b3 Fixed a bug where the play button wouldn't appear when swiping attachments 2 years ago
Morgan Pretty de7d85f4cb Merge remote-tracking branch 'upstream/dev' into fix/media-interactions 2 years 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
2 years 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
2 years 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
2 years 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
2 years 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
2 years 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
2 years ago
Morgan Pretty b3eb78aaee Fixed the broken tests 2 years 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
2 years 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
2 years ago
Morgan Pretty 658240e549 Fixed a crash which could occur when scrolling conversation messages 2 years ago
Morgan Pretty 819106b0f2 Fixed a bug where profiles with blank name values wouldn't fallback correctly 2 years ago
Morgan Pretty 3a9ada581d Fixed an issue where theme changes stopped updating nav styling 2 years 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
2 years ago
Morgan Pretty 06f12a58b0 Change the 'Grant Camera Access' copy to 'Continue' at Apple's request
Updated translations again
2 years ago
Morgan Pretty 187902e48a
Merge pull request #861 from KeeJef/master
Update Session iOS screenshot
2 years 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
2 years ago
Morgan Pretty 8346a2e610 Fixed an issue where string validation was failing on archive builds 2 years ago
Morgan Pretty bd64d182f8
Merge pull request #920 from mpretty-cyro/fix/blocked-contacts-issues
Fix contacts missing from blocked contact list issue
2 years ago
Morgan Pretty ed33e1f2e2 Merge remote-tracking branch 'upstream/dev' into fix/blocked-contacts-issues 2 years 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
2 years ago
Morgan Pretty 74f32e9ea3
Merge pull request #919 from mpretty-cyro/fix/add-migration-tests
Add migration tests
2 years ago
Morgan Pretty 9dd2e896bb Merge remote-tracking branch 'upstream/dev' into fix/add-migration-tests
# Conflicts:
#	SessionMessagingKit/SessionUtil/SessionUtil.swift
2 years ago
Morgan Pretty 4a95b4c921
Merge pull request #918 from mpretty-cyro/fix/onboarding-bugs
Fixed a couple of onboarding bugs and tweaks some logs
2 years ago
Morgan Pretty 42b49e0227 Added unit tests to verify migrations between all versions work
Fixed a busted test import
2 years ago