Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crowdin/mobile-sdk-ios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.10.2
Choose a base ref
...
head repository: crowdin/mobile-sdk-ios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.10.3
Choose a head ref
  • 5 commits
  • 14 files changed
  • 3 contributors

Commits on Feb 7, 2025

  1. Configuration menu
    Copy the full SHA
    5ca7858 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Configuration menu
    Copy the full SHA
    441d993 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. build(deps): bump prismjs from 1.29.0 to 1.30.0 in /website (#317)

    Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0.
    - [Release notes](https://github.com/PrismJS/prism/releases)
    - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
    - [Commits](PrismJS/prism@v1.29.0...v1.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: prismjs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    15b80df View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. fix: Add thread safety to CrowdinLocalizationDownloader (#319)

    Fix concurrency issue in CrowdinLocalizationDownloader that was causing crashes
    when multiple threads attempted to modify shared dictionaries simultaneously.
    Implemented NSLock to ensure thread-safe access to shared resources (strings,
    plurals, and errors collections).
    serhii-londar authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    ba87451 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed4363a View commit details
    Browse the repository at this point in the history
Loading