Commit Graph

17208 Commits (fc94d24ddfff250473d553db6901250a6f9a9d76)
 

Author SHA1 Message Date
Morgan Pretty fc94d24ddf Fixed up and added more unit tests to the JobRunner 1 year ago
Morgan Pretty 77b6faccb3 Merge remote-tracking branch 'upstream/dev' into feature/job-runner-unit-tests
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	SessionUtilitiesKit/Database/Models/Job.swift
#	SessionUtilitiesKit/Database/Models/JobDependencies.swift
#	SessionUtilitiesKit/JobRunner/JobRunner.swift
1 year ago
Morgan Pretty 2035d508d9 Ran pod install 1 year ago
Morgan Pretty 7ecb645454 Merge remote-tracking branch 'upstream/master' into dev
# Conflicts:
#	Session/Meta/Translations/fr.lproj/Localizable.strings
1 year ago
Morgan Pretty 03d879804f Increased build and version numbers 1 year ago
Morgan Pretty 6be759d39c
Merge pull request #851 from mpretty-cyro/feature/updated-profile-picture-modal
Updated the profile picture management UI & functionality
1 year ago
Morgan Pretty c5a9c92a92
Merge pull request #847 from RyanRory/fix-link-preview
Fix link preview
1 year ago
Morgan Pretty cd5dd1e3fa
Merge pull request #848 from obouchet/chore/french_translations
add and fix missing French translations
1 year ago
Morgan Pretty e061bb02cd
Merge pull request #850 from mpretty-cyro/fix/general-bug-fixes
Various tweaks and fixes
1 year ago
Morgan Pretty ff2a48d94d
Merge pull request #852 from mpretty-cyro/fix/updated-seed3-cert
Updated the certificate for seed3
1 year ago
Morgan Pretty 4455af9771
Merge pull request #853 from RyanRory/fix-global-search-hanging
Fix global search hanging issue
1 year ago
Ryan Zhao c69c7fc63f fix an issue when using global search and there is a long long search result, the app will end up hanging 1 year ago
Morgan Pretty d19ed8599f Updated the certificate for seed3 1 year ago
Morgan Pretty 9c8653aa21 Updated the profile picture management UI
Updated the UI to use a modal
Added the ability to remove the profile picture
1 year ago
Morgan Pretty 5b5f4a4e88 Various tweaks and fixes
Fixed an issue where the GlobalSearch push animation could be jittery
Fixed a crash which could occur when returning from the background on certain screens
Removed the keyboard dismiss animation when pushing from global search to a conversation (apparently this is how iMessage avoids the animation bug...)
Updated to the latest version of GRDB
Updated the Atomic wrapper to use the ReadWrite lock for less blocking behaviours
Updated the audio attachment icon to be consistent with Android & Desktop
Updated the QuoteView to omit the "author" if we don't have their name and the quote can't be found
1 year ago
Olivier Bouchet e6d5e62693 add and fix missing French translations 1 year ago
Ryan Zhao f855d89af2 clean 1 year ago
Ryan Zhao 249ccab466 fix link preview not working 1 year ago
Morgan Pretty 50b349ab43
Merge pull request #841 from oxen-io/dev
Release 2.2.13 (RC 3)
1 year ago
Morgan Pretty 4dfe243965
Merge pull request #840 from mpretty-cyro/fix/app-permission-descriptions
Updated permission descriptions to appease Apple
1 year ago
Morgan Pretty 11b4c82bc3 Updated permission descriptions to appease Apple 1 year ago
Morgan Pretty 2d487101ec
Merge pull request #839 from oxen-io/dev
Increase build number
1 year ago
Morgan Pretty 6832b788d9 Increase build number 1 year ago
Morgan Pretty 6f79d83be0
Merge pull request #838 from oxen-io/dev
Release 2.2.13 (RC 2)
1 year ago
Morgan Pretty 14f78e584d
Merge pull request #837 from mpretty-cyro/fix/broken-mentions
Fixed an issue where mentions weren't working
1 year ago
Morgan Pretty 08853e7333 Fixed an issue where mentions weren't working 1 year ago
Morgan Pretty 4bda9691a8
Merge pull request #836 from oxen-io/dev
Release 2.2.13
1 year ago
Morgan Pretty 27e494dcb5 Increased build and version numbers 1 year ago
Morgan Pretty f63d7c21fa
Merge pull request #835 from mpretty-cyro/fix/broken-share-extension
Fixed a broken share extension
1 year ago
Morgan Pretty 61b30c8858
Merge pull request #834 from mpretty-cyro/fix/remove-icloud-entitlements
Removed the iCloud entitlements
1 year ago
Morgan Pretty 39b005172b
Merge pull request #833 from mpretty-cyro/fix/incorrect-status-query
Fix recipientState query bug
1 year ago
Morgan Pretty 55c9160f4d
Merge pull request #831 from oxen-io/fix/incorrect-disappearing-message-setting
Disabled the disappearing messages setting when not a group member
1 year ago
Morgan Pretty 1d85fa35bd Fixed a broken query preventing threads from appearing in the share extension 1 year ago
Morgan Pretty 16bfbd4bad Removed the iCloud entitlements 1 year ago
Morgan Pretty 982e25d61d Fixed an incorrect query resulting in always showing the 'sending' status 1 year ago
Morgan Pretty 19856c7ef5 Disabled the disappearing messages setting when not a group member 1 year ago
Morgan Pretty a16d5db785
Merge pull request #825 from oxen-io/dev
Release 2.2.12
1 year ago
Morgan Pretty b5004f38df Increased build and version numbers 1 year ago
Morgan Pretty 7e39ed369f
Merge pull request #782 from RyanRory/message-and-image-info
Media info
1 year ago
ryanzhao 73f5608f16 Merge branch 'dev' into message-and-image-info 1 year ago
Morgan Pretty ce5b1ca9e4
Merge pull request #824 from mpretty-cyro/fix/new-certificates
Updated the seed node certificates
1 year ago
Morgan Pretty 699a8200ae Updated the port being used for the seed nodes 1 year ago
ryanzhao 6699e7ea0d Merge branch 'dev' into message-and-image-info 1 year ago
Morgan Pretty a21839536c Merge remote-tracking branch 'upstream/dev' into fix/new-certificates 1 year ago
Morgan Pretty 7145bac72a
Merge pull request #823 from mpretty-cyro/feature/optimisations
Optimisations and Fixes
1 year ago
Morgan Pretty 5cbb4f632d Fix for PR comment 1 year ago
Morgan Pretty 2a693df4c1 Updated the seed node certificates and removed the workaround 1 year ago
Morgan Pretty cac2831208 Fixed a few issues with albums and attachments
Fixed an issue where the JobRunner could schedule dependent jobs which were already running (eg. uploading attachments multiple times)
Fixed an issue where the image used for quotes might not be the first in an album message
Fixed an issue where sending an album message wouldn't send attachments in the correct order
Fixed an issue where album attachments wouldn't be downloaded in the correct order
1 year ago
Morgan Pretty 70ce967df6 Made a few optimisations and fixes
Made a couple of DB query optimisations for the Home and Conversation screens
Removed some compiler-complex global generic functions
Increased the timeout for file uploads
Fixed a few import issues
Fixed an issue preventing calls on the simulator from working (disable CallKit on the simulator)
Fixed an issue where opening a conversation with a draft would result in a typing indicator notification being sent (if enabled)
Fixed a truncation issue on the CallVC
1 year ago
Morgan Pretty fa1d786ece
Merge pull request #792 from RyanRory/switch-video-view
Swapping video views in call
1 year ago