Commit Graph

152 Commits (ed24b91199836a1975283b55377146192f1a6b10)

Author SHA1 Message Date
Ryan ZHAO 5c9140cb4c Merge branch 'dev' into standardised-strings 1 year ago
Morgan Pretty f150732e99
Merge pull request #959 from mpretty-cyro/fix/sync-message-issues
Fixed a few bugs with sync messages
1 year ago
Ryan ZHAO 28dbef71c3 Merge branch 'dev' into standardised-strings 1 year ago
Ryan ZHAO 63658f70d7 Merge branch 'dev' into standardised-strings 1 year ago
Morgan Pretty 8c21ccb0d5 Cleaned up the libSession build script (improved the xcode output) 1 year ago
Ryan ZHAO fa2ce14dd8 add code in script to check if the translation has the correct number of varables 1 year ago
Morgan Pretty 1f2516a360 Tweaks to CI scripts 1 year ago
Morgan Pretty 5485be3f69 Tweak to uuids_to_keep and check codecov_install_path content 1 year ago
Morgan Pretty d11b4d7ac6 Fixed up the output of the 'uuids_to_keep' case 1 year ago
Morgan Pretty 91998a1717 Finalising the script 1 year ago
Morgan Pretty 3f3dc5845f Shutting down simulators before deleting (if they are running) 1 year ago
Morgan Pretty b293fdcc68 Avoid using plutil and jq 1 year ago
Morgan Pretty eb573465a3 Debugging jq 1 year ago
Morgan Pretty 6c0cfbb782 Debugging the parsing of the plist 1 year ago
Morgan Pretty 0c03e2e694 Debugging device list contents 1 year ago
Morgan Pretty b71dc65b2a Fallback to hard-coded drone user 1 year ago
Morgan Pretty 38bd14240c Reworked the script to remove old simulators instead 1 year ago
Morgan Pretty d56a674816 Try output when deletion occurs 1 year ago
Morgan Pretty b5d94ab575 Move simulator cleanup into a separate script 1 year ago
Ryan ZHAO 6a04ba5fc2 fix untouched strings 1 year ago
Ryan ZHAO fd1c368ca0 WIP: check for any untouched strings 1 year ago
Ryan ZHAO f5afdae646 Merge branch 'dev' into message-detail-screen 1 year ago
Ryan ZHAO 73651773b7 Merge branch 'dev' into disappearing-message-redesign 1 year ago
Morgan Pretty 4aa5eb1bbc Remove debug lines 1 year ago
Morgan Pretty 0cbfbadef4 Fixed an incorrect grep format 1 year ago
Morgan Pretty a05963f6ac Added some debugging code for the upload exists script 1 year ago
Morgan Pretty 518818a8b0 Removed a debug line 1 year ago
Morgan Pretty 5c87334d43 Fixed an incorrect url 1 year ago
Morgan Pretty 9211766fc5 Updated the 'drone-upload-exists' to be a standalone script 1 year ago
Morgan Pretty 22433ad358 Fixed an incorrect env var, added an exit in the poller 1 year ago
Morgan Pretty 18bc37a8a6 Added a timeout for the polling 1 year ago
Morgan Pretty 6e3c48bd5f Tweaks to the polling script 1 year ago
Morgan Pretty 76d0e5f60a Removed debug code 1 year ago
Morgan Pretty 276ec8a100 Updated the CI scripts to follow our dev processes better 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
2 years ago
Morgan Pretty d1d2531ced Fixed a minor layout issue and string linter tweaks 2 years ago
Morgan Pretty 8346a2e610 Fixed an issue where string validation was failing on archive builds 2 years ago
Morgan Pretty 42b49e0227 Added unit tests to verify migrations between all versions work
Fixed a busted test import
2 years ago
ryanzhao c787d2558f Merge branch 'dev' into message-detail-screen 2 years ago
Morgan Pretty 655fcb5808 Minor log tweak 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
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
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
Ryan Zhao dbd5cc4f86 Merge branch 'dev' into message-detail-screen 2 years ago
Morgan Pretty 0ac7f7b339 Remove double dash from suffix 2 years ago
Morgan Pretty 76b37c2ad6 Further tweaks to CI setup
Added a suffix to distinguish the output files for upload
Attempting to exclude the Sim and AppStore builds from PR builds (they can't upload anyway)
2 years ago
Morgan Pretty bf98199800 Another incorrect statement in the upload script 2 years ago
Morgan Pretty 635a5182bc Fixed a typo in the upload script 2 years ago
Morgan Pretty 2341fbf59f Further tweaks to CI scripts 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