Commit Graph

17480 Commits

Author SHA1 Message Date
Ryan Zhao 90b2a4545c Enter recovery password screen 2023-08-21 13:24:04 +10:00
Ryan Zhao 30b0620987 move getting mnemonic function from SeedVC to Identity 2023-08-21 09:52:06 +10:00
ryanzhao c4c24f7053 new home screen account created design 2023-08-18 17:27:37 +10:00
ryanzhao 69879f776a save recovery password screen 2023-08-18 14:30:29 +10:00
Ryan Zhao 87b84d0819 minor fix for tap to copy button 2023-08-17 17:25:58 +10:00
Ryan Zhao b7e165bc12 WIP: recovery password screen 2023-08-17 17:25:14 +10:00
Ryan Zhao f3be0c4a92 WIP: recovery password screen 2023-08-17 17:20:52 +10:00
Ryan Zhao 1421992e97 WIP: PN mode selection screen 2023-08-17 16:36:09 +10:00
Ryan Zhao 1adca8bbb1 add logic for setting display name 2023-08-17 14:31:15 +10:00
Ryan Zhao b9a90cae74 add register logic 2023-08-17 14:19:30 +10:00
Ryan Zhao a495b9eb63 display name screen 2023-08-17 14:14:29 +10:00
Ryan Zhao 6cd8326904 refactor and improvements on landing view 2023-08-17 14:14:07 +10:00
ryanzhao e414f17a4d landing screen 2023-08-16 16:04:06 +10:00
ryanzhao c9d97c10d0 WIP: landing screen (attributed text) 2023-08-16 13:43:33 +10:00
ryanzhao 2f9ca3c0f6 WIP: landing page 2023-08-15 17:13:17 +10:00
ryanzhao ec2e856914 clean 2023-08-15 11:50:56 +10:00
ryanzhao c59b7e9f45 add import 2023-08-15 10:40:41 +10:00
ryanzhao a939767d02 clean 2023-08-15 10:18:58 +10:00
Ryan Zhao e59586e3fd update LibSession-Util 2023-08-14 16:32:35 +10:00
Ryan Zhao 9fe9f19c94 Merge branch 'dev' into message-detail-screen 2023-08-14 16:27:25 +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
ryanzhao c6af2dba54 minor fix on theming 2023-08-08 15:28:16 +10:00
Ryan Zhao 0e376d0d8a rename Environment to SessionEnvironment to avoid conflicts on SwiftUI @Environment 2023-08-07 15:41:48 +10:00
Ryan Zhao 1adfc9cfbe WIP: show media details full screen 2023-08-07 15:35:41 +10:00
Ryan Zhao 16db56572b minor refactor on profile picture view size 2023-08-07 11:35:52 +10:00
Ryan Zhao a0ea28234f wrap profile picture view for swiftui 2023-08-07 11:32:15 +10:00
Ryan Zhao 01ee543758 refactor on profile picture view 2023-08-07 10:36:40 +10:00
Ryan Zhao 0ace277878 enlarge the tapping area of actions in message info screen 2023-08-07 09:53:55 +10:00
ryanzhao 3013f9b7fd fix carousel view scrolling animation 2023-08-04 16:52:39 +10:00
ryanzhao 068af1136d customise UIHostingViewController 2023-08-04 13:49:38 +10:00
ryanzhao 8d4049f0da push back to previous screen when tapping actions in message info screen 2023-08-04 12:01:30 +10:00
Ryan Zhao 1a9e2a51b4 WIP: dismiss message info view 2023-08-03 12:03:38 +10:00
Ryan Zhao 5fab5eb1bc minor fix 2023-08-03 10:55:55 +10:00
Ryan Zhao dbd5cc4f86 Merge branch 'dev' into message-detail-screen 2023-08-03 10:45:33 +10:00
Morgan Pretty 0e952b40bb Removed 'useSharedUtilForUserConfig' flag and most legacy config logic 2023-08-03 09:09:33 +10:00
Morgan Pretty 87668d86a1 Fixed an issue where the device might not reregister for push notifications 2023-08-02 14:35:59 +10:00
Morgan Pretty 18ee9d34fa Merge remote-tracking branch 'upstream/dev' into feature/updated-push-server
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	SessionMessagingKit/Open Groups/Types/SodiumProtocols.swift
#	SessionMessagingKit/Sending & Receiving/Message Handling/MessageSender+ClosedGroups.swift
#	SessionMessagingKitTests/_TestUtilities/MockAeadXChaCha20Poly1305Ietf.swift
#	SessionUtilitiesKit/JobRunner/JobRunner.swift
2023-08-02 14:35:16 +10:00
Morgan Pretty 4d098914b2
Merge pull request #813 from oxen-io/feature/job-runner-unit-tests
JobRunner unit tests
2023-08-02 14:13:04 +10:00
Morgan Pretty 0ac7f7b339 Remove double dash from suffix 2023-08-02 10:36:40 +10:00