Commit Graph

17506 Commits

Author SHA1 Message Date
Morgan Pretty 6a9ffdd22b
Merge pull request #940 from oxen-io/dev
Release 2.4.4
2023-12-11 17:39:59 +11:00
Morgan Pretty f532496ee4 Increased build and version numbers 2023-12-11 17:04:57 +11:00
Morgan Pretty d8dc801e5f
Merge pull request #939 from RyanRory/turn-server-fix
TURN server fix
2023-12-11 17:01:38 +11:00
Ryan ZHAO 6d2e0b457e fix: wrong server removed 2023-12-08 10:28:46 +11:00
Ryan ZHAO e6cf75dd3f remove frigg&fenrir turn servers for now 2023-12-08 10:26:48 +11:00
Morgan Pretty 109a81f33f
Merge pull request #929 from mpretty-cyro/fix/media-interactions
Fixed a few bugs and crashes around media interactions
2023-10-18 08:53:26 +11:00
Morgan Pretty 05460ca2b3 Fixed a bug where the play button wouldn't appear when swiping attachments 2023-10-13 15:18:02 +11:00
Morgan Pretty de7d85f4cb Merge remote-tracking branch 'upstream/dev' into fix/media-interactions 2023-10-13 15:03:57 +11:00
Morgan Pretty 89b38dc2f5
Merge pull request #928 from mpretty-cyro/fix/blocked-contacts-crash
Fixed a crash on the blocked contacts screen and refactoring
2023-10-12 16:15:54 +11:00
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
2023-10-12 16:15:36 +11:00
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
2023-10-12 16:15:10 +11:00
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
2023-10-12 16:14:30 +11:00
Morgan Pretty 4b9e15e5c1
Merge pull request #924 from mpretty-cyro/fix/theme-nav-issue
Fixed an issue where theme changes stopped updating nav styling
2023-10-12 16:13:42 +11:00
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
2023-10-12 16:03:00 +11:00
Morgan Pretty b3eb78aaee Fixed the broken tests 2023-10-11 18:00:52 +11:00
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
2023-10-11 15:18:39 +11:00
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
2023-10-06 18:03:12 +11:00
Morgan Pretty 658240e549 Fixed a crash which could occur when scrolling conversation messages 2023-10-06 17:40:52 +11:00
Morgan Pretty 819106b0f2 Fixed a bug where profiles with blank name values wouldn't fallback correctly 2023-10-05 11:58:56 +11:00
Morgan Pretty 3a9ada581d Fixed an issue where theme changes stopped updating nav styling 2023-10-05 10:30:49 +11:00
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
2023-10-04 10:53:59 +11:00
Morgan Pretty 06f12a58b0 Change the 'Grant Camera Access' copy to 'Continue' at Apple's request
Updated translations again
2023-10-04 10:52:40 +11:00
Morgan Pretty 187902e48a
Merge pull request #861 from KeeJef/master
Update Session iOS screenshot
2023-10-04 09:35:00 +11:00
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
2023-10-04 09:31:44 +11:00
Morgan Pretty 8346a2e610 Fixed an issue where string validation was failing on archive builds 2023-10-04 09:31:08 +11:00
Morgan Pretty edfe0c35be
Merge pull request #921 from oxen-io/dev
Release 2.4.3
2023-10-03 14:09:54 +11:00
Morgan Pretty bd64d182f8
Merge pull request #920 from mpretty-cyro/fix/blocked-contacts-issues
Fix contacts missing from blocked contact list issue
2023-10-03 14:09:07 +11:00
Morgan Pretty ed33e1f2e2 Merge remote-tracking branch 'upstream/dev' into fix/blocked-contacts-issues 2023-10-03 13:43:57 +11:00
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
2023-10-03 13:43:09 +11:00
Morgan Pretty 74f32e9ea3
Merge pull request #919 from mpretty-cyro/fix/add-migration-tests
Add migration tests
2023-10-03 13:41:20 +11:00
Morgan Pretty 9dd2e896bb Merge remote-tracking branch 'upstream/dev' into fix/add-migration-tests
# Conflicts:
#	SessionMessagingKit/SessionUtil/SessionUtil.swift
2023-10-03 12:53:35 +11:00
Morgan Pretty 4a95b4c921
Merge pull request #918 from mpretty-cyro/fix/onboarding-bugs
Fixed a couple of onboarding bugs and tweaks some logs
2023-10-03 12:52:45 +11:00
Morgan Pretty 42b49e0227 Added unit tests to verify migrations between all versions work
Fixed a busted test import
2023-10-03 12:52:29 +11:00
Morgan Pretty f9dc85b7ab Fixed a couple of onboarding bugs and tweaks some logs
Fixed an issue where starting and then restarting onboarding would get the app into an invalid state
Fixed an issue where newline characters could cause issues with parsing the recovery phrase
Added additional logs to better be able to understand the database state
2023-10-02 12:59:52 +11:00
Morgan Pretty 3dd626fa28
Merge pull request #915 from oxen-io/dev
Release 2.4.2 - RC 2
2023-09-26 08:59:56 +10:00
Morgan Pretty 0c5f3f2db9
Merge pull request #914 from mpretty-cyro/feature/rework-localized-string-validation
Refactored the LintLocalizableStrings
2023-09-26 08:58:40 +10:00
Morgan Pretty 655fcb5808 Minor log tweak 2023-09-26 08:57:12 +10:00
Morgan Pretty 5917cf103f Refactored the LintLocalizableStrings
Added inline errors & warnings (regex could use some work to remove invalid cases)
Added a build step to validate the strings are included in the app and it's extensions
2023-09-25 18:32:56 +10:00
Morgan Pretty bfc5375a30
Merge pull request #913 from mpretty-cyro/featutre/additional-strings-2
Added a couple of missing strings
2023-09-22 18:51:52 +10:00
Morgan Pretty cf159bdd77 Added a couple of missing strings 2023-09-22 18:51:26 +10:00
Morgan Pretty 34481b7f1d
Merge pull request #912 from mpretty-cyro/feature/additional-strings
Added additional new disappearing messages strings
2023-09-22 16:31:36 +10:00
Morgan Pretty 1d0733baa7 Added additional new disappearing messages strings 2023-09-22 16:30:55 +10:00
Morgan Pretty 9411d803cb
Merge pull request #911 from oxen-io/dev
Release 2.4.2
2023-09-22 15:34:28 +10:00
Morgan Pretty a6bd2676b0
Merge pull request #908 from mpretty-cyro/fix/xcode-15-build-issues
Started work fixing XCode 15 build issues
2023-09-22 15:05:46 +10:00
Morgan Pretty b280c0a852 Increased Build and Version Numbers and removed extra strings 2023-09-22 15:00:49 +10:00
Morgan Pretty 7628edbb1c Merge remote-tracking branch 'upstream/dev' into fix/xcode-15-build-issues 2023-09-22 14:52:45 +10:00
Morgan Pretty e6494d3432
Merge pull request #910 from mpretty-cyro/feature/translations-update
Updated to the latest translations from Crowdin
2023-09-22 14:52:13 +10:00
Morgan Pretty c4aadaff1c Fixed the broken tests and updated test dependencies
Properly fixed the busted migration issue
Updated to the latest version of Quick and Nimble (unit testing libraries)
Updated the tests based on the above
2023-09-22 14:49:39 +10:00
Morgan Pretty 20ce1deb23 Merge remote-tracking branch 'upstream/dev' into fix/xcode-15-build-issues 2023-09-22 12:16:02 +10:00
Morgan Pretty 323a7a1bce
Merge pull request #906 from mpretty-cyro/feature/add-timestamps-to-notification-metadata
Added additional notification metadata and rate-limited PN subscriptions
2023-09-22 11:33:57 +10:00