Commit Graph

13 Commits (36b1699319ec4b645164190aca08b51a4b0c83d7)

Author SHA1 Message Date
Morgan Pretty 2ee1fa0125 Updated NTS & 1-1 conversation deletion to be consistent with other plats
• Added a few functions to retrieve conversation settings from libSession
• Updated the Note to Self swipe action to be "Hide" (hides the conversation but does not delete the messages)
• Updated the one-to-one deletion behaviour (now syncs both hiding the conversation and deleting it's messages)
• Updated the logic to retrieve the relevant disappearing messages setting from libSession when creating a thread if it doesn't exist (allows us to delete threads without worrying about losing settings)
• Updated a bunch of dependency management & injection code so the unit tests would pass
11 months ago
Morgan Pretty a32af018a7 Refactored the LintLocalizableStrings script
• Added new 'LintControl' mechanisms to allow for ignoring sections of code
• Added new 'MatchType' mechanisms for excluding unlocalized cases
• Updated the code to explicitly handle localized template strings (both single and multiline)
• Updated the code to process files across multiple threads to improve performance
• Updated the code to use Swift 5.7 regex and store in static variables to prevent reconstruction every time they are used
• Removed the list of individual files which are ignored (now just output a count)
• Fixed an issue where having a localized string on a subsequent line could result in an unlocalized (or incorrectly localized) string not being detected
• Fixed an issue where having multiple strings on a single line could result in an unlocalized string not being detected
• Fixed an issue where zero-width characters would result in the variable count comparison between translations failing
• Fixed a number of localization warnings
1 year ago
Ryan ZHAO 19b4055a2e Merge branch 'onboarding' into standardised-strings 1 year ago
Ryan ZHAO ab2f93a993 workaround for restarting capture after going back from message notification screen 1 year ago
Ryan ZHAO 527c921df3 Merge branch 'onboarding' into standardised-strings 1 year ago
Ryan ZHAO fea940c69d fix an issue that the screen stack is odd when sending message requests 1 year ago
Ryan ZHAO 90de873ea0 add and modify strings 1 year ago
Ryan ZHAO 98ab03c454 add accessibility ids 2 years ago
Ryan ZHAO e85df4efd3 update string 2 years ago
Ryan ZHAO d303215663 WIP: new message screen 2 years ago
Ryan ZHAO c5eb55d1e8 WIP: implement start new conversation screen with SwiftUI 2 years ago
Ryan ZHAO f6beb2d315 Show toast rather than modal when there is an error scanning QR code 2 years ago
Ryan ZHAO 9faf835617 ui: refactor QR code screen with SwiftUI and update QR code style 2 years ago