Commit Graph

2338 Commits (54fea140b76a1d81668b354bc3a2f8bfdd68c9cf)

Author SHA1 Message Date
Ryan ZHAO 8c2491712e fix an issue where non-admin can change disappearing messages settings in legacy group 1 year ago
Ryan ZHAO 490cde57ce fix disappearing messages update control messages for legacy groups 1 year ago
Ryan ZHAO 4ec1d730cd remove previous logic for expiring control messages indicating disappearing messages turned off 1 year ago
Ryan ZHAO 362dcd3528 remove last change timestamp in local database 1 year ago
Ryan ZHAO 978ec30074 hide and display the following setting action accordingly 1 year ago
Ryan ZHAO 5d2a307d5e WIP: update copies and implement following setting 1 year ago
Ryan ZHAO 0038a78df3 fix outdated client banner 1 year ago
Ryan ZHAO c561a05273 WIP: fix outdated client banner 1 year ago
Ryan ZHAO e8ec91ba8b keep disappearing message update control message for legacy mode 1 year ago
Ryan ZHAO 9af95a672e only show outdated client banner when disappearing message is enabled 1 year ago
Ryan ZHAO d492290303 WIP: fix outdated client banner with sql query 1 year ago
Ryan ZHAO 666061fec9 fix outdated client banner in conversation screen 1 year ago
Morgan Pretty 60684bc977 Merge remote-tracking branch 'RyanFork/disappearing-message-redesign' into feature/drop-yap-database-support 1 year ago
Ryan ZHAO be5418dc4a further refactor on background 1 year ago
Ryan ZHAO 20db5a48a3 minor refactor on background 1 year ago
Ryan ZHAO 5eefbaa905 only show full screen button when the media is valid 1 year ago
Ryan ZHAO f28467a039 minor fix document view 1 year ago
Ryan ZHAO 96c6965f44 fix an issue where media gallery detail view was not displayed properly 1 year ago
Ryan ZHAO 3d566c1923 minor fix on close button accessibility id 1 year ago
Ryan ZHAO 4bab5d40ca minor fix on accessibility ids 1 year ago
Ryan ZHAO 6d92f31f6d update accessibility of empty state label 1 year ago
Ryan ZHAO 4353f16694 implement quote view in message info screen 1 year ago
Ryan ZHAO 0d27bbed00 refactor quote view into SwiftUI and clean up UIKit quote view 1 year ago
Ryan ZHAO 2b42ffd6d4 minor refactor 1 year ago
Ryan ZHAO d138dbd73d minor fix for open group invitation view 1 year ago
Ryan Zhao 74b62e9857 fix link preview with swift ui 1 year ago
Ryan Zhao 33bcefb710 fix broken ui on long messages 1 year ago
Ryan Zhao a826fcb061 fix document view swift ui 1 year ago
ryanzhao 2a10ab208a clean up and implementation in message info screen 1 year ago
ryanzhao b11e75dd53 refactor voice message view to swift ui 1 year ago
ryanzhao 2a148f17d4 minor fix on document view swift ui 1 year ago
Ryan Zhao b9ba355008 WIP: refactor document view and voice message view 1 year ago
Ryan Zhao 70326b5c74 fix disappearing messages for closed group control messages 1 year ago
Ryan Zhao f2629f193b add disappearing timer to call info messages 1 year ago
Ryan Zhao 8c6c6705a5 update control message text colour 1 year ago
Ryan Zhao d27475d0be feat: add timer for disappearing info messages 1 year ago
Ryan Zhao 83a64c5ca1 clean 1 year ago
Ryan Zhao 3d1b930ede feat: update disappearing messages ui for visible messages 1 year ago
Ryan Zhao 61df9e2cf1 refactor disappearing timer view from objc to swift 1 year ago
Ryan Zhao 809e0eb6e6 WIP: refactor document view to Swift UI 1 year ago
ryanzhao d2c05fc88d WIP: refactor message views to swift-ui 1 year ago
ryanzhao 5569da0874 add accessibility id for radio button in cells 1 year ago
ryanzhao 39e316eb51 fix merge 1 year ago
ryanzhao f603b422b0 Merge branch 'dev' into message-detail-screen
# Conflicts:
#	Session/Media Viewing & Editing/MediaInfoVC+MediaPreviewView.swift
#	SignalUtilitiesKit/Media Viewing & Editing/OWSVideoPlayer.swift
1 year ago
Ryan Zhao c933ea1734 add comments 1 year ago
Ryan Zhao b605193e61 fix an issue by the refactor 1 year ago
Ryan Zhao 99d5620536 minor refactor and clean up 1 year ago
Ryan Zhao 71fa811064 WIP: handle disappearing message failed to send 1 year ago
Ryan Zhao cf63d6e48f imp: modal of hiding recovery password permanently 1 year ago
Ryan Zhao 01f202ac79 clean up 1 year ago
Ryan Zhao 52ce8a49b4 replace old seed screen with updated recovery password screen 1 year ago
Ryan Zhao 281dfc3bb4 fix building issues after merge 1 year ago
Ryan Zhao 45d2964bf1 Merge branch 'dev' into onboarding 1 year ago
Ryan Zhao 44c8f21628 polish qrcode theme color 1 year ago
ryanzhao 0632514d45 imp: updated recovery password screen 1 year ago
Morgan Pretty 12347c9f2f Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign
# Conflicts:
#	Session/Media Viewing & Editing/MediaDetailViewController.swift
1 year ago
ryanzhao 4c95154485 remove recovery password screen 2 years ago
ryanzhao d86dd56aa4 update translation 2 years ago
Morgan Pretty 05460ca2b3 Fixed a bug where the play button wouldn't appear when swiping attachments 2 years ago
Morgan Pretty de7d85f4cb Merge remote-tracking branch 'upstream/dev' into fix/media-interactions 2 years ago
ryanzhao f9531a4cc8 polish the recovery password remider 2 years ago
ryanzhao fa1f54c091 bring back the recovery phrase bannner 2 years ago
Morgan Pretty a6931bb922 Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	Session/Conversations/Settings/ThreadDisappearingMessagesSettingsViewModel.swift
#	Session/Conversations/Settings/ThreadSettingsViewModel.swift
#	Session/Shared/SessionTableViewController.swift
#	Session/Shared/SessionTableViewModel.swift
#	Session/Shared/Types/SessionTableSection.swift
#	SessionTests/Conversations/Settings/ThreadDisappearingMessagesViewModelSpec.swift
#	SessionUIKit/Components/SessionButton.swift
2 years ago
Morgan Pretty 89b38dc2f5
Merge pull request #928 from mpretty-cyro/fix/blocked-contacts-crash
Fixed a crash on the blocked contacts screen and refactoring
2 years ago
Morgan Pretty e427e59544
Merge pull request #926 from mpretty-cyro/fix/rare-multi-threading-crash
Fixed a crash which could occur when scrolling conversation messages
2 years ago
Morgan Pretty bd98db2612 Fixed a few bugs and crashes around media interactions
Fixed a crash when trying to grant permission to access additional photos
Fixed a bug where audio files would incorrectly get recognised as voice messages
Replaced our custom video/audio players with the native ones (which have additional built-in controls)
Updated the errors from SSKKeychainStorage to include useful information
Updated layout for audio attachments
2 years ago
ryanzhao 65ee402ced modify recovery phase screen 2 years ago
ryanzhao 8f39a4ee10 add explanation on notification mode option screen 2 years ago
Morgan Pretty b97c0955be Copy tweak to better support localization 2 years ago
Morgan Pretty f97170fdcd Fixed a crash on the blocked contacts screen and refactoring
Refactored the SessionThreadViewModel to reduce boilerplate and clean up the interface a little
Refactored the MessageRequestsViewController to use the SessionTableViewController
Fixed a crash when returning from the background on the BlockedContactsViewModel
Fixed some minor lag on the NotificationSoundViewModel
Added an optional initial loading message to the SessionTableViewController
2 years ago
Morgan Pretty 75ba1edf73 Merge branch 'disappearing-message-redesign' into feature/drop-yap-database-support 2 years ago
Morgan Pretty d1d2531ced Fixed a minor layout issue and string linter tweaks 2 years ago
Morgan Pretty 658240e549 Fixed a crash which could occur when scrolling conversation messages 2 years ago
Morgan Pretty 3a9ada581d Fixed an issue where theme changes stopped updating nav styling 2 years ago
Morgan Pretty 4093d812b5 Merge branch 'disappearing-message-redesign' into feature/drop-yap-database-support 2 years ago
Morgan Pretty b20e533929 Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign 2 years ago
Morgan Pretty 06f12a58b0 Change the 'Grant Camera Access' copy to 'Continue' at Apple's request
Updated translations again
2 years ago
Morgan Pretty 18b296bcd8 Merge branch 'disappearing-message-redesign' into feature/drop-yap-database-support
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	Session/Meta/AppDelegate.swift
#	Session/Meta/Translations/de.lproj/Localizable.strings
#	Session/Meta/Translations/es-ES.lproj/Localizable.strings
#	Session/Meta/Translations/fi.lproj/Localizable.strings
#	Session/Meta/Translations/fr.lproj/Localizable.strings
#	Session/Meta/Translations/it.lproj/Localizable.strings
#	Session/Meta/Translations/ja.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/sk.lproj/Localizable.strings
#	Session/Meta/Translations/zh-CN.lproj/Localizable.strings
#	Session/Meta/Translations/zh-TW.lproj/Localizable.strings
#	SessionMessagingKit/Database/LegacyDatabase/SMKLegacy.swift
#	SessionMessagingKit/Database/Migrations/_003_YDBToGRDBMigration.swift
#	SessionMessagingKit/Messages/Control Messages/ConfigurationMessage.swift
#	SessionSnodeKit/Database/LegacyDatabase/SSKLegacy.swift
#	SessionSnodeKit/Database/Migrations/_003_YDBToGRDBMigration.swift
#	SessionUtilitiesKit/Database/LegacyDatabase/SUKLegacy.swift
#	SessionUtilitiesKit/Database/Migrations/_003_YDBToGRDBMigration.swift
2 years ago
Morgan Pretty 90cd3fb5e0 Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign
# Conflicts:
#	_SharedTestUtilities/MockJobRunner.swift
2 years 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
2 years 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
2 years ago
Ryan Zhao d9a5d38497 feat: loading indicator animation 2 years ago
Ryan Zhao f86ace0969 feat: loading indicator 2 years ago
ryanzhao dee5e56ccc Merge branch 'dev' into onboarding 2 years ago
ryanzhao c787d2558f Merge branch 'dev' into message-detail-screen 2 years ago
Morgan Pretty bf58831313 Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign
# Conflicts:
#	Scripts/LintLocalizableStrings.swift
2 years 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
2 years ago
Ryan Zhao 8721d8c5f3 update accessibility ids 2 years ago
Ryan Zhao 946acf3089 fix an issue where clicking on user count didn't navigate to the correct screen 2 years ago
Morgan Pretty 00008787cc Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign
# Conflicts:
#	Session/Meta/Translations/ar.lproj/Localizable.strings
#	Session/Meta/Translations/be.lproj/Localizable.strings
#	Session/Meta/Translations/bg.lproj/Localizable.strings
#	Session/Meta/Translations/bn.lproj/Localizable.strings
#	Session/Meta/Translations/cs.lproj/Localizable.strings
#	Session/Meta/Translations/da.lproj/Localizable.strings
#	Session/Meta/Translations/de.lproj/Localizable.strings
#	Session/Meta/Translations/el.lproj/Localizable.strings
#	Session/Meta/Translations/en.lproj/Localizable.strings
#	Session/Meta/Translations/eo.lproj/Localizable.strings
#	Session/Meta/Translations/es-ES.lproj/Localizable.strings
#	Session/Meta/Translations/fa.lproj/Localizable.strings
#	Session/Meta/Translations/fi.lproj/Localizable.strings
#	Session/Meta/Translations/fil.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/hu.lproj/Localizable.strings
#	Session/Meta/Translations/id.lproj/Localizable.strings
#	Session/Meta/Translations/it.lproj/Localizable.strings
#	Session/Meta/Translations/ja.lproj/Localizable.strings
#	Session/Meta/Translations/ko.lproj/Localizable.strings
#	Session/Meta/Translations/ku.lproj/Localizable.strings
#	Session/Meta/Translations/lt.lproj/Localizable.strings
#	Session/Meta/Translations/lv.lproj/Localizable.strings
#	Session/Meta/Translations/ne-NP.lproj/Localizable.strings
#	Session/Meta/Translations/nl.lproj/Localizable.strings
#	Session/Meta/Translations/no.lproj/Localizable.strings
#	Session/Meta/Translations/pl.lproj/Localizable.strings
#	Session/Meta/Translations/pt-BR.lproj/Localizable.strings
#	Session/Meta/Translations/pt-PT.lproj/Localizable.strings
#	Session/Meta/Translations/ro.lproj/Localizable.strings
#	Session/Meta/Translations/ru.lproj/Localizable.strings
#	Session/Meta/Translations/si-LK.lproj/Localizable.strings
#	Session/Meta/Translations/sk.lproj/Localizable.strings
#	Session/Meta/Translations/sl.lproj/Localizable.strings
#	Session/Meta/Translations/sv-SE.lproj/Localizable.strings
#	Session/Meta/Translations/th.lproj/Localizable.strings
#	Session/Meta/Translations/tr.lproj/Localizable.strings
#	Session/Meta/Translations/uk.lproj/Localizable.strings
#	Session/Meta/Translations/vi.lproj/Localizable.strings
#	Session/Meta/Translations/zh-CN.lproj/Localizable.strings
#	Session/Meta/Translations/zh-TW.lproj/Localizable.strings
2 years ago
Morgan Pretty cf159bdd77 Added a couple of missing strings 2 years ago
ryanzhao 99b76df32a update translation 2 years ago
ryanzhao dc02e588eb merge translation files 2 years ago
ryanzhao 22c7559e63 Merge branch 'dev' into disappearing-message-redesign 2 years ago
ryanzhao 2d0bbe4455 Merge branch 'dev' into disappearing-message-redesign
#	Session/Meta/Translations/de.lproj/Localizable.strings
#	Session/Meta/Translations/en.lproj/Localizable.strings
#	Session/Meta/Translations/es-ES.lproj/Localizable.strings
#	Session/Meta/Translations/fa.lproj/Localizable.strings
#	Session/Meta/Translations/fi.lproj/Localizable.strings
#	Session/Meta/Translations/fil.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/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/sk.lproj/Localizable.strings
#	Session/Meta/Translations/sl.lproj/Localizable.strings
#	Session/Meta/Translations/sv-SE.lproj/Localizable.strings
#	Session/Meta/Translations/th.lproj/Localizable.strings
#	Session/Meta/Translations/vi.lproj/Localizable.strings
#	Session/Meta/Translations/zh-CN.lproj/Localizable.strings
#	Session/Meta/Translations/zh-TW.lproj/Localizable.strings
2 years ago
Morgan Pretty 1d0733baa7 Added additional new disappearing messages strings 2 years ago
ryanzhao 38c34f2977 trigger disappear after read for community invitaion 2 years ago
Morgan Pretty b280c0a852 Increased Build and Version Numbers and removed extra strings 2 years ago
Morgan Pretty 7628edbb1c Merge remote-tracking branch 'upstream/dev' into fix/xcode-15-build-issues 2 years ago
Morgan Pretty e6494d3432
Merge pull request #910 from mpretty-cyro/feature/translations-update
Updated to the latest translations from Crowdin
2 years 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
2 years ago
Morgan Pretty 20ce1deb23 Merge remote-tracking branch 'upstream/dev' into fix/xcode-15-build-issues 2 years ago
ryanzhao d415ea5781 Merge branch 'dev' into disappearing-message-redesign 2 years 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
2 years 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
2 years ago
Morgan Pretty dbfeaef006
Merge pull request #904 from RyanRory/fix-link-preview-image
Fix link preview
2 years ago
Morgan Pretty 8fee4edf34 Updated to the latest translations from Crowdin 2 years ago
Ryan Zhao 65c6c50e36 WIP: loading indicator 2 years ago
Ryan Zhao 607da39c8d Merge branch 'dev' into message-detail-screen 2 years ago
Ryan Zhao 07348f2079 Merge branch 'dev' into disappearing-message-redesign 2 years 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
2 years ago
Ryan Zhao b7940e52ae WIP: loading 2 years ago
Ryan Zhao 66e37cef07 Merge branch 'dev' into disappearing-message-redesign 2 years 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
2 years 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
2 years 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
2 years 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
2 years ago
vlzuykov b9a5e0befb
Add files via upload 2 years ago
Ryan Zhao 5f25abc213 add paged database observer for link preview attachment 2 years ago
ryanzhao 5088e394f2 clean 2 years ago
ryanzhao e7bddfd4a6 WIP: refactor activity indicator 2 years ago
ryanzhao 03ab6d7372 refactor open group invitation view in SwiftUI 2 years ago
Ryan Zhao 0c7b64b41c WIP: refactor open group invitation view with SwiftUI 2 years ago
Ryan Zhao a943df4f9e refactor link preview view with SwiftUI 2 years ago
Ryan Zhao a576037cf5 WIP: fix messages not correctly shown in message info screen 2 years ago
ryanzhao 3e0a4dec20 WIP: fix original message rendering issues 2 years ago
ryanzhao f4b17c0f06 Merge branch 'dev' into message-detail-screen 2 years ago
ryanzhao 4bc1998446 fix push transition 2 years 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
2 years 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
2 years ago
Morgan Pretty b79de0cf32 Fixed an issue where call messages wouldn't get marked as read when the last message in a conversation 2 years 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
2 years 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
2 years ago
Morgan Pretty cbc1ab437b Fixed an issue where tapping All Media on the media detail screen wasn't working 2 years ago
Morgan Pretty c98af2386c Fixed an issue where the media picker wouldn't reload when changing image access 2 years ago
Morgan Pretty 260e9b0a43 Fixed a bug where the quote preview width could be too small 2 years ago
ryanzhao faf24e9514 minor refactor 2 years ago
Ryan Zhao 70606652e4 refactor and clean up 2 years ago
Ryan Zhao 9efba621f7 minor refactor and clean up 2 years ago
Ryan Zhao 0b2e825190 Merge branch 'dev' into onboarding 2 years ago
Ryan Zhao 8419d06a7e Merge branch 'dev' into message-detail-screen 2 years ago
Ryan Zhao 6c75007c0b Merge branch 'dev' into disappearing-message-redesign 2 years ago
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)
2 years ago
ryanzhao 55850584cb Merge branch 'dev' into onboarding 2 years ago
ryanzhao 7f1a1e1f29 Merge branch 'dev' into message-detail-screen 2 years ago
ryanzhao 8b529676a4 Merge branch 'dev' into disappearing-message-redesign 2 years ago
Morgan Pretty a4ade7fdb4 Merge remote-tracking branch 'upstream/dev' into feature/drop-yap-database-support 2 years ago
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
2 years ago
Morgan Pretty a6a545710d Merge remote-tracking branch 'upstream/dev' into feature/drop-yap-database-support 2 years ago
ryanzhao e1c662030f minor refactor 2 years ago
ryanzhao 1842422a67 minor refactor 2 years ago
Ryan Zhao 23f67763f4 WIP: toast 2 years ago
Ryan Zhao 012b3df646 clean 2 years ago
Ryan Zhao 353abe7089 imp: toast view 2 years ago
ryanzhao 2910dad390 WIP: scan qr code screen 2 years ago
ryanzhao 42bfb63c19 remove navigation view wrapper 2 years ago
Ryan Zhao 6741575f04 adjust horizontal padding of account created view 2 years ago
Ryan Zhao 9178133d14 refactor on paddings 2 years ago
Ryan Zhao b39d37a9c5 adjustment on layout in recovery password screen 2 years ago
Ryan Zhao a90f011507 adjustment on layout in display name screen 2 years ago
Ryan Zhao 5726122c99 WIP: QRCode scanner screen 2 years ago
Ryan Zhao 62fcc191fd adjustment on layout in landing screen 2 years ago
Ryan Zhao 8eb12b7bdc remove loading screen in navigation stack when display name screen shows 2 years ago
Ryan Zhao 1231de2caa improvements on fake chat bubble animation 2 years ago
Ryan Zhao b7e78c5806 imp: fake chat bubbles animation 2 years ago
Ryan Zhao 71433155e5 wip: fake chat bubbles animation 2 years ago
ryanzhao c7c5969e6f imp: legal modal 2 years ago
ryanzhao f6bf61f1b3 finish todo for recovery password input error handling 2 years ago
ryanzhao cd7c78fc7b recovery password input error handling 2 years ago
ryanzhao d0771cb4b7 polish loading animation 2 years ago
Morgan Pretty f3b2cc577c Fixed the settings bundle and added Cocoapod acknowledgements 2 years ago
ryanzhao 5f71dc6056 WIP: load account logic 2 years ago
ryanzhao e4a3903501 display name screen for setting a new name 2 years ago
ryanzhao 4f3a17670a 15s animation on loading screen 2 years ago
Ryan Zhao 5f4ecfd4a2 WIP: loading view 2 years ago
Morgan Pretty e1950ed0b5 Merge branch 'dev' into feature/drop-yap-database-support
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	SessionMessagingKit/Database/Migrations/_003_YDBToGRDBMigration.swift
#	SessionUtilitiesKit/Database/Storage.swift
2 years ago
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
2 years ago
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
Morgan Pretty 252e85fef9 Fixed a bug where the swipe-to-reply wasn't moving the message status text 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
Morgan Pretty e6c26e7ff4 Cleaned up the GRDB interface for complex queries 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
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
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