Commit Graph

17506 Commits

Author SHA1 Message Date
Morgan Pretty 134d257faf
Merge pull request #907 from mpretty-cyro/fix/incorrect-screen-popping
Fixed an issue where the conversation screen was dismissed incorrectly
2023-09-22 11:33:42 +10:00
Morgan Pretty dbfeaef006
Merge pull request #904 from RyanRory/fix-link-preview-image
Fix link preview
2023-09-22 11:00:58 +10:00
Morgan Pretty 8fee4edf34 Updated to the latest translations from Crowdin 2023-09-22 09:28:51 +10:00
Morgan Pretty 2310652407
Merge pull request #905 from vlzuykov/master
Add Ukrainian translation from Crowdin
2023-09-21 16:00:16 +10:00
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
2023-09-21 15:55:26 +10:00
Morgan Pretty cdf918194a Fixed an issue where XCode 15 would hang on launch due to being unable to retrieve a read lock 2023-09-21 13:43:11 +10:00
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
2023-09-20 16:57:59 +10:00
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
2023-09-19 15:40:58 +10:00
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
2023-09-19 10:27:49 +10:00
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
2023-09-19 10:15:57 +10:00
vlzuykov b9a5e0befb
Add files via upload 2023-09-16 12:45:41 +03:00
Ryan Zhao 5f25abc213 add paged database observer for link preview attachment 2023-09-14 15:12:37 +10:00
ryanzhao 5088e394f2 clean 2023-09-13 17:23:18 +10:00
Morgan Pretty 3cbe749d3c
Merge pull request #903 from oxen-io/dev
Release 4.2.1
2023-09-08 17:46:08 +10:00
Morgan Pretty 67ab1e5194 Increased the build number for RC build 2023-09-08 17:45:45 +10:00
Morgan Pretty 65acd79812
Merge pull request #902 from mpretty-cyro/fix/notification-extension-issues
Fixed a number of issues with the Notification Service Extension
2023-09-08 13:25:00 +10:00
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
2023-09-08 11:42:04 +10:00
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
2023-09-08 11:30:38 +10:00
Morgan Pretty b79de0cf32 Fixed an issue where call messages wouldn't get marked as read when the last message in a conversation 2023-09-08 11:04:47 +10:00
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
2023-09-08 10:28:58 +10:00
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
2023-09-08 10:28:41 +10:00
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
2023-09-08 10:28:21 +10:00
Morgan Pretty cbc1ab437b Fixed an issue where tapping All Media on the media detail screen wasn't working 2023-09-08 09:09:28 +10:00
Morgan Pretty c98af2386c Fixed an issue where the media picker wouldn't reload when changing image access 2023-09-08 08:50:41 +10:00
Morgan Pretty 260e9b0a43 Fixed a bug where the quote preview width could be too small 2023-09-07 17:39:46 +10:00
Morgan Pretty 862a6a8898
Merge pull request #887 from oxen-io/dev
Release 2.4.0
2023-09-05 16:15:08 +10:00
Morgan Pretty 45bee6fdf9
Merge pull request #897 from mpretty-cyro/fix/silly-build-issues
Fixed a few silly build issues
2023-09-04 11:55:21 +10:00
Morgan Pretty dc15586dd1 Fixed a few silly build issues 2023-09-04 11:20:15 +10:00
Morgan Pretty 1a10049f39
Merge pull request #895 from mpretty-cyro/fix/config-processing-issues
Fixed a couple of config handling bugs
2023-09-04 09:54:28 +10:00
Morgan Pretty 7a8941db5c Fixed a couple of config handling bugs
Fixed an bug where config messages could be processed in the wrong order
Tweaked the behaviour or removing threads (this would cause issues with future config-based settings changes that live on the thread getting lost)
2023-09-01 16:16:13 +10:00
Morgan Pretty 6d990559b7
Merge pull request #888 from mpretty-cyro/fix/minor-outgoing-quote-bugs
Fix a couple of minor bugs and clean up query interface
2023-08-30 13:57:49 +10:00
Morgan Pretty d71d07c430
Merge pull request #893 from mpretty-cyro/fix/acknowledgements
Added Cocoapod Acknowledgements
2023-08-30 13:38:16 +10:00
Morgan Pretty f3b2cc577c Fixed the settings bundle and added Cocoapod acknowledgements 2023-08-23 10:30:21 +10:00
Morgan Pretty dfdf843f66 Fixed a few more issues
Fixed an issue where tapping a remote notification wasn't opening the conversation
Fixed an issue where the Share Extension could fail due to not having a snode pool loaded
Fixed an issue where the Theme may not be applied at the right time in the Share extension
2023-08-21 16:13:17 +10:00
Morgan Pretty 252e85fef9 Fixed a bug where the swipe-to-reply wasn't moving the message status text 2023-08-18 16:14:25 +10:00
Morgan Pretty 8e28726fa7 Fixed a bug where unwritable conversations appeared in the share extension 2023-08-17 18:06:06 +10:00
Morgan Pretty e6c26e7ff4 Cleaned up the GRDB interface for complex queries 2023-08-17 16:39:47 +10:00
Morgan Pretty 42853a08c9 Fixed a couple of minor outgoing quote bugs
Added a nicer mechanism for using table aliases
Fixed a bug where the quote preview view close button could overlap the content
Fixed a bug where an outgoing quote wouldn't show it's thumbnail in some cases
Fixed a bug where quoting a link preview wouldn't show the link preview attachment
2023-08-17 11:28:03 +10:00
Morgan Pretty 968f50f2fc
Merge pull request #886 from mpretty-cyro/feature/blinded-message-request-setting
Community message request setting
2023-08-11 18:58:35 +10:00
Morgan Pretty 382b466ded Fixed a bug where conversations without messages could display invalid dates 2023-08-11 18:58:04 +10:00
Morgan Pretty ef5aa927a0 Added logic to use the setting if it's already been sent in a config
Added the ability to define requirements for migrations (in case some data or state needs to be loaded for a migration to be able to be performed correctly)
2023-08-11 18:48:14 +10:00
Morgan Pretty 9c9fb09254 Merge remote-tracking branch 'upstream/dev' into feature/blinded-message-request-setting
# Conflicts:
#	SessionMessagingKit/Configuration.swift
2023-08-11 18:29:33 +10:00
Morgan Pretty 26c6df78ab Fixed test compilation issues 2023-08-11 18:04:15 +10:00
Morgan Pretty 32527d7e83
Merge pull request #856 from mpretty-cyro/feature/updated-push-server
Updated Push Notification API Integration
2023-08-11 18:02:20 +10:00
Morgan Pretty d863004e6d Added a setting to control community message request polling
Added logic to broadcast the community message request acceptance to SOGS so we can communicate it to message request senders
Fixed an issue where database setting changes wouldn't trigger a live update on a settings screen
Fixed an issue where some setting toggles wouldn't animate the state change
Fixed a rarw force-unwrap crash
2023-08-11 18:02:06 +10:00
Morgan Pretty 9eb7a6af6d
Merge pull request #881 from mpretty-cyro/feature/make-user-config-permanent
Make Updated User Config Permanent
2023-08-11 17:59:38 +10:00
Morgan Pretty c63a9d3994 Fixed an issue preventing notifications from working
Fixed an issue where Storage could be left in an invalid state when it was completed silently before properly getting setup
2023-08-10 16:44:28 +10:00
Morgan Pretty 5285d81177 Fixed a few more PN logic issues
Sorted out some more threading issues
Removed a redundant SyncPushTokensJob run
Fixed an issue where the NotificationServiceExtension could incorrectly setup the database before setting up it's context
Fixed a few warnings
Removed a bunch of legacy code
Refactored the MainAppContext from Objective C into Swift
2023-08-10 14:43:40 +10:00
Morgan Pretty 49f2d3bfe2 Removed another couple of main thread assertions 2023-08-09 15:31:07 +10:00
Morgan Pretty 1a383ea850 Fixed a crash due to an assertion for encryption on the main thread
Removed some commented out code
2023-08-09 15:22:42 +10:00