Commit Graph

214 Commits (7764f7f3f62cf8cff6034eb87fe4c1e65fdcceaf)

Author SHA1 Message Date
Ryan ZHAO 7764f7f3f6 clean with constants 1 year ago
Ryan ZHAO 1e1d71f788 deep clean 1 year ago
Ryan ZHAO 5ee048330b plurals and fix some strings 1 year ago
Ryan ZHAO 003816117f Merge branch 'dev' into standardised-strings 1 year ago
Morgan Pretty 3676f63cb0 Fixed some bugs found during QA
• Fixed a bug where the onboarding wouldn't be considered complete after successfully retrieving a displayName when restoring an account
• Fixed a couple of libSession networking bugs
• Tweaked some logging
• Removed some legacy code
1 year ago
Morgan Pretty ed472f44c5 Merge remote-tracking branch 'upstream/dev' into release/2.6.3
# Conflicts:
#	Session/Meta/AppDelegate.swift
#	Session/Onboarding/LandingVC.swift
#	Session/Onboarding/LinkDeviceVC.swift
#	Session/Onboarding/RegisterVC.swift
#	Session/Onboarding/RestoreVC.swift
2 years ago
Ryan ZHAO 77e9a1d29a fix landing screen T&C string 2 years ago
Ryan ZHAO 19b4055a2e Merge branch 'onboarding' into standardised-strings 2 years ago
Ryan ZHAO b2a7e142a3 update onboarding flow when the seed is already stored 2 years ago
Morgan Pretty 1fd65230b7 Fixed the broken unit tests
• Added a method to customise mock parameter summaries for unit tests
• Pulled across the updated libSession cache logic
2 years ago
Ryan ZHAO 572e5ceb7d fix an issue where 100 bytes string won't pass the display name length test 2 years ago
Ryan ZHAO ab2f93a993 workaround for restarting capture after going back from message notification screen 2 years ago
Ryan ZHAO 216a6666cc fix error logic for recovery password 2 years ago
Ryan ZHAO 527c921df3 Merge branch 'onboarding' into standardised-strings 2 years ago
Ryan ZHAO 63ca28b002 make the fake chat bubbles in landing screen scrollable 2 years ago
Ryan ZHAO ecb1b83a8e upgrade to minimum iOS 15.0 support 2 years ago
Ryan ZHAO 90de873ea0 add and modify strings 2 years ago
Ryan ZHAO 1d01eb91ae Merge branch 'onboarding' into standardised-strings 2 years ago
Ryan ZHAO 431c024354 update accessibility ids 2 years ago
Ryan ZHAO ae4c87a5b0 minor refactor on how to show error messages when the mnemonic is incorrect 2 years ago
Ryan ZHAO d8c6692fbc add closed button for Open URL Modal 2 years ago
Ryan ZHAO 2301c75c08 fix toast error message for scanning recovery password qrcode 2 years ago
Morgan Pretty d9a64e0148 Merge remote-tracking branch 'upstream/dev' into standardised-strings
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	Session/Closed Groups/EditClosedGroupVC.swift
#	Session/Closed Groups/NewClosedGroupVC.swift
#	Session/Conversations/ConversationVC+Interaction.swift
#	Session/Conversations/ConversationVC.swift
#	Session/Conversations/Emoji Picker/EmojiPickerCollectionView.swift
#	Session/Conversations/Settings/ThreadSettingsViewModel.swift
#	Session/Emoji/Emoji+Available.swift
#	Session/Home/New Conversation/NewDMVC.swift
#	Session/Media Viewing & Editing/GIFs/GifPickerViewController.swift
#	Session/Meta/AppDelegate.swift
#	Session/Meta/SessionApp.swift
#	Session/Onboarding/PNModeVC.swift
#	Session/Path/PathVC.swift
#	Session/Utilities/IP2Country.swift
#	SessionMessagingKit/Messages/Control Messages/SharedConfigMessage.swift
#	SessionMessagingKit/Sending & Receiving/Pollers/OpenGroupPoller.swift
#	SessionMessagingKit/Sending & Receiving/Pollers/Poller.swift
#	SessionNotificationServiceExtension/NotificationError.swift
#	SessionUIKit/Style Guide/Values.swift
#	SignalUtilitiesKit/Media Viewing & Editing/Attachment Approval/AttachmentCaptionToolbar.swift
2 years ago
Morgan Pretty e420ce4e58 Merge remote-tracking branch 'upstream/dev' into onboarding
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	Session/Conversations/ConversationVC.swift
#	Session/Home/New Conversation/NewDMVC.swift
#	Session/Onboarding/PNModeVC.swift
#	SessionUIKit/Style Guide/Values.swift
2 years ago
Ryan ZHAO 688ab805d7 UI fix for onboarding merge 2 years ago
Ryan ZHAO 0d6ed3fa1f fix display name screen title 2 years ago
Ryan ZHAO 96832484b3 minor refactor on getting app name 2 years ago
Ryan ZHAO bcc1d436bc WIP: update strings for onboarding changes 2 years ago
Ryan ZHAO f4a979f55f Merge branch 'onboarding' into standardised-strings 2 years ago
Morgan Pretty 5ee15bbc3f Moved a bunch of networking logic into libSession
• Moved the snode cache and path building into libSession (deleted associated logic)
• Moved reachability detection into libSession (remove Reachability dependency)
• Fixed a couple of crashes with using libQuic requests
• Fixed a bug where the MessageRequestFooterView would show buttons on outgoing message requests
2 years ago
Ryan ZHAO 6d297dc2a9 update strings 2 years ago
Morgan Pretty 352f6d7337 Fixed a number of bugs found while testing the internal build
• Reworked the keyboard avoidance in ConversationVC to fix some bugs and simplify the behaviour
• Moved the message request footer UI into it's own view
• Fixed an issue where paths wouldn't get built for a new isntall
• Fixed an issue where a couple of LibSession+Networking errors weren't getting logged correctly
• Fixed a log that could be thrown incorrect for a unique constraint failure
• Fixed an annoying startup warning due to thread priorities
2 years ago
Morgan Pretty a3188ebea4 Fixed a number of bugs found in the internal release
• Moved the 'getSwarm' behaviour into a distinct job to prevent duplicate API calls
• Updated to the latest libSession (fix libQuic crash)
• Updated the JobRunner to support the `runOnceTransient` behaviour and be able to run transient jobs in the app extensions
• Reworked the extension file logging to be written directly to the file in a single operation rather than line-by-line via the logger
• Fixed a bug where community invites has the wrong author
• Fixed a bug where the title on the disappearing messages settings screen was clipping vertically
• Fixed a bug where tapping on the disappearing messages setting subtitle could incorrectly appear in read-only state for admins
• Fixed a log which contained notification content
• Tweaks to extension logging logic
2 years ago
Ryan ZHAO 62af0aa907 update more localized strings 2 years ago
Ryan ZHAO ce04bb91bc clean 2 years ago
Ryan ZHAO a967b4dfd0 fix an issue where not the whole area of PN mode option is tappable 2 years ago
Morgan Pretty 7eb7eda74e [WIP] Cleaned up interface, error handling and redundant code 2 years ago
Ryan ZHAO 526172243b Merge branch 'dev' into onboarding 2 years ago
Ryan ZHAO 88a8ac3d01 Merge branch 'dev' into standardised-strings 2 years ago
Morgan Pretty 756e256d9a Moving libSession into SessionUtilitiesKit to expose it to other targets 2 years ago
Ryan ZHAO fd1c368ca0 WIP: check for any untouched strings 2 years ago
Ryan ZHAO d9a73bea95 adding missing strings 2 years ago
Ryan ZHAO 0ebf0ea365 Merge branch 'dev' into standardised-strings 2 years ago
Ryan ZHAO 72fa1ae52a WIP: add accessibility ids 2 years ago
Ryan ZHAO e85df4efd3 update string 2 years ago
Ryan ZHAO 673170360d Merge branch 'dev' into onboarding 2 years ago
Morgan Pretty e1bb6de7d6 Merge remote-tracking branch 'upstream/dev' into feature/drop-yap-database-support
# Conflicts:
#	Podfile.lock
#	SessionMessagingKit/Database/Migrations/_003_YDBToGRDBMigration.swift
2 years ago
Ryan ZHAO 8f0b6d8202 WIP: Replace strings 2 years ago
Ryan ZHAO f9ef58c9d3 WIP: add strings 2 years ago
Ryan ZHAO 23c0de426b WIP: remove unused strings 2 years ago