Commit Graph

17484 Commits (085a1a59aa31e68bd562df56a09bf82dfd4138ca)
 

Author SHA1 Message Date
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 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 187902e48a
Merge pull request #861 from KeeJef/master
Update Session iOS screenshot
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 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
Morgan Pretty 4a95b4c921
Merge pull request #918 from mpretty-cyro/fix/onboarding-bugs
Fixed a couple of onboarding bugs and tweaks some logs
9 months ago
Morgan Pretty 42b49e0227 Added unit tests to verify migrations between all versions work
Fixed a busted test import
9 months ago
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
9 months ago
Morgan Pretty 0c5f3f2db9
Merge pull request #914 from mpretty-cyro/feature/rework-localized-string-validation
Refactored the LintLocalizableStrings
9 months ago
Morgan Pretty 655fcb5808 Minor log tweak 9 months ago
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
9 months ago
Morgan Pretty bfc5375a30
Merge pull request #913 from mpretty-cyro/featutre/additional-strings-2
Added a couple of missing strings
10 months ago
Morgan Pretty cf159bdd77 Added a couple of missing strings 10 months ago
Morgan Pretty 34481b7f1d
Merge pull request #912 from mpretty-cyro/feature/additional-strings
Added additional new disappearing messages strings
10 months ago
Morgan Pretty 1d0733baa7 Added additional new disappearing messages strings 10 months ago
Morgan Pretty a6bd2676b0
Merge pull request #908 from mpretty-cyro/fix/xcode-15-build-issues
Started work fixing XCode 15 build issues
10 months ago
Morgan Pretty b280c0a852 Increased Build and Version Numbers and removed extra strings 10 months ago
Morgan Pretty 7628edbb1c Merge remote-tracking branch 'upstream/dev' into fix/xcode-15-build-issues 10 months ago
Morgan Pretty e6494d3432
Merge pull request #910 from mpretty-cyro/feature/translations-update
Updated to the latest translations from Crowdin
10 months ago
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
10 months ago
Morgan Pretty 20ce1deb23 Merge remote-tracking branch 'upstream/dev' into fix/xcode-15-build-issues 10 months ago
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
10 months ago
Morgan Pretty 134d257faf
Merge pull request #907 from mpretty-cyro/fix/incorrect-screen-popping
Fixed an issue where the conversation screen was dismissed incorrectly
10 months ago
Morgan Pretty dbfeaef006
Merge pull request #904 from RyanRory/fix-link-preview-image
Fix link preview
10 months ago
Morgan Pretty 8fee4edf34 Updated to the latest translations from Crowdin 10 months ago
Morgan Pretty 2310652407
Merge pull request #905 from vlzuykov/master
Add Ukrainian translation from Crowdin
10 months ago
Morgan Pretty 52836cff91 Fixed a couple more issues
Fixed an issue with the Emoji generation
Fixed the SessionThread 'isPinned' property
Fixed an issue when migrating from a pre 2.3.0 version to the latest version
10 months ago
Morgan Pretty cdf918194a Fixed an issue where XCode 15 would hang on launch due to being unable to retrieve a read lock 10 months ago
Morgan Pretty 4c934d2fda [WIP] Started work fixing XCode 15 build issues
Reworked the EmojiGenerator to structure the 'EmojiWithSkinTones+String" file as the original structure was causing XCode 15 to build forever
Reworked the seed node certificate loading in an effort to fix a crash
Updated to the latest version of webp
Commented out a line causing build issues
Fixed a number of build warnings
Fixed an issue which could cause migration issues when upgrading from certain old versions
10 months ago
Morgan Pretty f92579db07 Fixed a couple more bugs with link previews
Fixed an issue where sending a link with a preview wouldn't work if you have a previous "failed" preview for the same link
Fixed an issue where receiving a link with a preview could update all existing previews to an invalid state
10 months ago
Morgan Pretty 8cbd318cca Fixed an issue where the conversation screen was dismissed incorrectly
Fixed a bug where going to the settings screen in a conversation with no messages would pop to the conversation list
10 months ago
Morgan Pretty 8b1a4aaba0 Added additional notification metadata and rate-limited PN subscriptions
Fixed an issue where the PN subscription API call wasn't taking the frequency rate limit into account
Added the timestamp and expiration timestamp to the notification metadata
10 months ago
vlzuykov b9a5e0befb
Add files via upload 10 months ago
Ryan Zhao 5f25abc213 add paged database observer for link preview attachment 10 months ago
ryanzhao 5088e394f2 clean 10 months ago
Morgan Pretty 3cbe749d3c
Merge pull request #903 from oxen-io/dev
Release 4.2.1
10 months ago
Morgan Pretty 67ab1e5194 Increased the build number for RC build 10 months ago
Morgan Pretty 65acd79812
Merge pull request #902 from mpretty-cyro/fix/notification-extension-issues
Fixed a number of issues with the Notification Service Extension
10 months ago
Morgan Pretty a2f1f36d2c Fixed a number of issues with the Notification Service Extension
Fixed an issue where receiving a PN for outgoing messages could break the NotificationServiceExtension
Fixed an issue where the NotificationServiceExtension could startup in an invalid way resulting in subsequent PNs failing to process
Fixed an issue where you could incorrectly receive multiple generic notifications after receiving an incoming call notification
Fixed an issue where the read state syncing might not clear notifications from the notification center
Fixed an issue with parsing Bencoded data
Updated the PN subscription to subscribe to CONVO_INFO_VOLATILE notifications (update read state)
Updated the NotificationServiceExtension to use standard message processing where possible
Updated the NotificationServiceExtension to update the app badge based on a database query
10 months ago
Morgan Pretty fbae340bda
Merge pull request #901 from mpretty-cyro/fix/call-messages-not-marking-as-read
Fixed an issue where call messages wouldn't get marked as read when the last message in a conversation
10 months ago
Morgan Pretty b79de0cf32 Fixed an issue where call messages wouldn't get marked as read when the last message in a conversation 10 months ago
Morgan Pretty ab610578e6
Merge pull request #900 from mpretty-cyro/fix/media-detail-to-all-media-transition
Fixed an issue where tapping All Media on the media detail screen wasn't working
10 months ago
Morgan Pretty eaceabe217
Merge pull request #899 from mpretty-cyro/fix/media-picker-reload
Fixed an issue where the media picker wouldn't reload when changing image access
10 months ago
Morgan Pretty 5bdfd0e93c
Merge pull request #898 from mpretty-cyro/fix/quote-preview-x-alignment
Fixed a bug where the quote preview width could be too small
10 months ago