Commit Graph

19225 Commits (d21737eca7930f5dea6929a2d64d79c23bf5bfeb)
 

Author SHA1 Message Date
mpretty-cyro d21737eca7 [Automated] Update translations from Crowdin 2 months ago
Morgan Pretty 05d47392db
Merge pull request #393 from mpretty-cyro/fix/partial-group-state-loading
Fixed an issue where groups with only some config dumps wouldn't load
2 months ago
Morgan Pretty 231a3f882a
Merge pull request #391 from mpretty-cyro/fix/dependency-access-crash
Dependency access crash fix
2 months ago
Morgan Pretty 194833b6f7
Merge pull request #388 from mpretty-cyro/fix/community-message-info-crash
Fixed a crash when opening message info in a community
2 months ago
Morgan Pretty fd2b9b92ee
Merge pull request #381 from mpretty-cyro/fix/default-display-picture-not-updating
Fixed a bug where changing the display name wouldn't result in a default display pic update
2 months ago
Morgan Pretty 88a242b39f
Merge pull request #380 from mpretty-cyro/fix/read-status-not-appearing
Fixed an issue where the read receipt wouldn't show while the conversation was open
2 months ago
Morgan Pretty c1dee3e9b7
Merge pull request #378 from mpretty-cyro/feature/sort-members-by-pubkey
Sort group member change control messages deterministically
2 months ago
Morgan Pretty bd70ada50b
Merge pull request #372 from RyanRory/punycode-for-ons
Make ONS with emoji work by punycode
2 months ago
Morgan Pretty 32ce6c5b35
Merge pull request #369 from RyanRory/fix-highlight-background
Fix mentioning highlight background
2 months ago
Morgan Pretty 82b9c18929 Fixed an issue where groups with only some config dumps wouldn't load
• Cleaned up the interface for loading the "default" state for configs (shouldn't really be used outside of onboarding to tweaked it's interface)
• Updated the logic so group configs would be initialised all at once per group (previously it would load them in variant load order, now it will be group -> variant load order)
• Fixed an issue where groups in the invited state would incorrectly load their config states
2 months ago
Morgan Pretty e1f38f3761 Wrap the `getValue` logic in a `performMap` to ensure thread safety 2 months ago
Morgan Pretty 2642d3925e
Merge pull request #390 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
2 months ago
mpretty-cyro 38aefd6564 [Automated] Update translations from Crowdin 2 months ago
Ryan ZHAO a62cce2012 post merging dev 2 months ago
Ryan ZHAO 369be3a278 Merge branch 'dev' into punycode-for-ons 2 months ago
Morgan Pretty 637723d026 Fixed a crash when opening message info in a community 2 months ago
Morgan Pretty 926a25f6d3
Merge pull request #387 from mpretty-cyro/fix/broken-ci
Fix broken CI
2 months ago
Morgan Pretty 8bab3bda49 Fixed the broken CI 2 months ago
Morgan Pretty 7294fd2cb8
Merge pull request #322 from mpretty-cyro/feature/lib-session-spm
Updated LibSession to be sourced via Swift Package Manager
2 months ago
Morgan Pretty adc877ffbd Documentation tweak 2 months ago
Morgan Pretty 6299eeec3f Removed the 'clone_submodules' step 2 months ago
Morgan Pretty e51f56afa2 Updated to libSession 1.2.1 2 months ago
Morgan Pretty 3c2e510b0c Fixed the build script to support both local and CI builds 2 months ago
Morgan Pretty 347b6ace28 Pointed at a separate SPM-specific repo to reduce dependency size 2 months ago
Morgan Pretty ada7a4e499 Tweaked licence generation, updated to latest SPM libSession 2 months ago
Morgan Pretty c8e6bacbd1 Fixed the version discrepancies 2 months ago
Morgan Pretty 04b3a64f6b Updated LibSession to be sourced via Swift Package Manager
• Using a pre-built version of libSession as a SPM dependency for default builds
• Added a new scheme which will try to build libSession from source (update the `LIB_SESSION_SOURCE_DIR` User-Defined build setting to change the location - currently set to '${SRC_ROOT}/../LibSession-Util')
• Removed the libSession submodule
2 months ago
Ryan ZHAO a6c0762d2b Merge branch 'dev' into fix-highlight-background 2 months ago
Ryan ZHAO 97cbead8ae Merge branch 'dev' into punycode-for-ons 2 months ago
Morgan Pretty c5086981b9 Fixed build number 2 months ago
Morgan Pretty ee29b7b49d Merge remote-tracking branch 'upstream/dev' into feature/sort-members-by-pubkey 2 months ago
Morgan Pretty 1e4072420d Merge remote-tracking branch 'upstream/dev' into fix/read-status-not-appearing 2 months ago
Morgan Pretty a8a613e844 Merge remote-tracking branch 'upstream/dev' into fix/default-display-picture-not-updating 2 months ago
Morgan Pretty 42ba212d1a
Merge pull request #321 from mpretty-cyro/feature/groups-rebuild
Groups Rebuild
2 months ago
Morgan Pretty 312846e694 Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 2 months ago
Morgan Pretty 14ec056e4a Reset the feature flags and added the release timestamps 2 months ago
Morgan Pretty 115f7a55d6
Merge pull request #375 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
2 months ago
Morgan Pretty 4b54d242fe Updated the placeholder icon cache key to include the 'initials' 2 months ago
ThomasSession 527ea2757e [Automated] Update translations from Crowdin 2 months ago
Morgan Pretty f67c754088 Fixed an issue where the read receipt wouldn't show 2 months ago
Morgan Pretty 4b5eb7755c Sort group member change control messages deterministically 2 months ago
Morgan Pretty cba6729618 Bumped build number 2 months ago
Morgan Pretty 78f5adeb6d Updated to libSession v1.2.1 2 months ago
Morgan Pretty a049d87b11 Fixed a few bugs which came up during testing
• Added a 'requireAllRequestsSucceed' flag to the ConfigurationSyncJob (so it'll report a failure if any individual request fails)
• Fixed an issue where a number of 'response' types weren't encoding correctly (only impacted unit tests)
• Fixed an issue where the logger wasn't correctly respecting the log level settings
• Fixed an issue where the path status indicator wouldn't default to unknown
• Fixed an issue where the generic database error didn't replace the 'app_name' variable
• Fixed an issue where notification content might not be shown correctly
• Fixed an issue where a group could be partially created due to one of it's configs failing to be stored (we now consider that a failure so the user can try again)
• Fixed an issue where processing a config message in the BackgroundPoller could result in attempting to fetch from communities after the process completed
• Fixed a crash where a database query could incorrectly be interrupted after it completed if both happened at just the right time
• Fixed broken unit tests
2 months ago
Ryan ZHAO 0707f30e9a Merge branch 'dev' into punycode-for-ons 2 months ago
Ryan ZHAO 3aaa6b36f3 Merge branch 'dev' into fix-highlight-background 2 months ago
Morgan Pretty 04714deaa5 Updated to the target Lucide version we want (0.473.0) 2 months ago
Morgan Pretty 22f3974968 Fixed a couple of issues found during internal testing
• Fixed an issue where leaving a group from the settings screen would just sit there until you successfully left
• Fixed an issue where admin display pictures didn't have the crown icon in the conversation screen
2 months ago
Morgan Pretty 6a144633d2 Drop '.decryptionFailed' PNs for unknown or no auth groups 2 months ago
Morgan Pretty 8a60eee626 Fixed a crash when tapping on the attachment camera button 2 months ago