Ryan Zhao
73ab8af072
handle input error
2 years ago
Ryan Zhao
90b2a4545c
Enter recovery password screen
2 years ago
Ryan Zhao
30b0620987
move getting mnemonic function from SeedVC to Identity
2 years ago
ryanzhao
c4c24f7053
new home screen account created design
2 years ago
ryanzhao
69879f776a
save recovery password screen
2 years ago
Ryan Zhao
87b84d0819
minor fix for tap to copy button
2 years ago
Ryan Zhao
b7e165bc12
WIP: recovery password screen
2 years ago
Ryan Zhao
f3be0c4a92
WIP: recovery password screen
2 years ago
Ryan Zhao
1421992e97
WIP: PN mode selection screen
2 years ago
Ryan Zhao
1adca8bbb1
add logic for setting display name
2 years ago
Ryan Zhao
b9a90cae74
add register logic
2 years ago
Ryan Zhao
a495b9eb63
display name screen
2 years ago
Ryan Zhao
6cd8326904
refactor and improvements on landing view
2 years ago
ryanzhao
e414f17a4d
landing screen
2 years ago
ryanzhao
c9d97c10d0
WIP: landing screen (attributed text)
2 years ago
ryanzhao
2f9ca3c0f6
WIP: landing page
2 years ago
ryanzhao
ec2e856914
clean
2 years ago
ryanzhao
c59b7e9f45
add import
2 years ago
ryanzhao
a939767d02
clean
2 years ago
Ryan Zhao
9fe9f19c94
Merge branch 'dev' into message-detail-screen
2 years ago
Morgan Pretty
382b466ded
Fixed a bug where conversations without messages could display invalid dates
2 years ago
Morgan Pretty
9c9fb09254
Merge remote-tracking branch 'upstream/dev' into feature/blinded-message-request-setting
...
# Conflicts:
# SessionMessagingKit/Configuration.swift
2 years ago
Morgan Pretty
32527d7e83
Merge pull request #856 from mpretty-cyro/feature/updated-push-server
...
Updated Push Notification API Integration
2 years ago
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
2 years ago
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
2 years ago
Morgan Pretty
49f2d3bfe2
Removed another couple of main thread assertions
2 years ago
Morgan Pretty
1a383ea850
Fixed a crash due to an assertion for encryption on the main thread
...
Removed some commented out code
2 years ago
Ryan Zhao
0e376d0d8a
rename Environment to SessionEnvironment to avoid conflicts on SwiftUI @Environment
2 years ago
Ryan Zhao
1adfc9cfbe
WIP: show media details full screen
2 years ago
Ryan Zhao
16db56572b
minor refactor on profile picture view size
2 years ago
Ryan Zhao
a0ea28234f
wrap profile picture view for swiftui
2 years ago
Ryan Zhao
0ace277878
enlarge the tapping area of actions in message info screen
2 years ago
ryanzhao
3013f9b7fd
fix carousel view scrolling animation
2 years ago
ryanzhao
068af1136d
customise UIHostingViewController
2 years ago
ryanzhao
8d4049f0da
push back to previous screen when tapping actions in message info screen
2 years ago
Ryan Zhao
1a9e2a51b4
WIP: dismiss message info view
2 years ago
Ryan Zhao
5fab5eb1bc
minor fix
2 years ago
Ryan Zhao
dbd5cc4f86
Merge branch 'dev' into message-detail-screen
2 years ago
Morgan Pretty
0e952b40bb
Removed 'useSharedUtilForUserConfig' flag and most legacy config logic
2 years ago
Morgan Pretty
87668d86a1
Fixed an issue where the device might not reregister for push notifications
2 years ago
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
2 years ago
ryanzhao
f988f272d1
WIP: show attachment full screen
2 years ago
Morgan Pretty
66b94778e0
Fixed the build issues and a bug where a new legacy group wasn't subscribile
2 years ago
Morgan Pretty
1b0fda56ad
Merge remote-tracking branch 'upstream/dev' into feature/updated-push-server
...
# Conflicts:
# Session.xcodeproj/project.pbxproj
# Session/Meta/AppDelegate.swift
# Session/Meta/Translations/de.lproj/Localizable.strings
# Session/Meta/Translations/en.lproj/Localizable.strings
# Session/Meta/Translations/es.lproj/Localizable.strings
# Session/Meta/Translations/fa.lproj/Localizable.strings
# Session/Meta/Translations/fi.lproj/Localizable.strings
# Session/Meta/Translations/fr.lproj/Localizable.strings
# Session/Meta/Translations/hi.lproj/Localizable.strings
# Session/Meta/Translations/hr.lproj/Localizable.strings
# Session/Meta/Translations/id-ID.lproj/Localizable.strings
# Session/Meta/Translations/it.lproj/Localizable.strings
# Session/Meta/Translations/ja.lproj/Localizable.strings
# Session/Meta/Translations/nl.lproj/Localizable.strings
# Session/Meta/Translations/pl.lproj/Localizable.strings
# Session/Meta/Translations/pt_BR.lproj/Localizable.strings
# Session/Meta/Translations/ru.lproj/Localizable.strings
# Session/Meta/Translations/si.lproj/Localizable.strings
# Session/Meta/Translations/sk.lproj/Localizable.strings
# Session/Meta/Translations/sv.lproj/Localizable.strings
# Session/Meta/Translations/th.lproj/Localizable.strings
# Session/Meta/Translations/vi-VN.lproj/Localizable.strings
# Session/Meta/Translations/zh-Hant.lproj/Localizable.strings
# Session/Meta/Translations/zh_CN.lproj/Localizable.strings
# Session/Notifications/SyncPushTokensJob.swift
# SessionMessagingKit/Sending & Receiving/Message Handling/MessageReceiver+ClosedGroups.swift
# SessionMessagingKit/Sending & Receiving/Message Handling/MessageSender+ClosedGroups.swift
# SessionShareExtension/ShareNavController.swift
2 years ago
Morgan Pretty
b471a32209
Merge remote-tracking branch 'upstream/dev' into feature/job-runner-unit-tests
...
# Conflicts:
# Session/Conversations/ConversationVC+Interaction.swift
# SessionMessagingKit/Open Groups/OpenGroupAPI.swift
# SessionMessagingKit/Open Groups/OpenGroupManager.swift
2 years ago
Morgan Pretty
a41f1c1366
Fixed the broken tests
...
Cleaned up the Dependencies so that tests can run synchronously without having to custom set queues as much
Sorted out the crypto and network dependencies to avoid needing weird dependency inheritance
Fixed the flaky tests so they are no longer flaky
Fixed some unexpected JobRunner behaviours
Updated the CI config to use a local build directory for derivedData (now works with build tweaks)
2 years ago
Ryan Zhao
bf3b870c8f
WIP: show full screen media gallery in message info screen
2 years ago
Ryan Zhao
0a7900ca1b
fix date formatter
2 years ago
Ryan Zhao
d5c448edac
wrap and use MediaView for message info screen
2 years ago
Ryan Zhao
a5f12649c1
link real data
2 years ago