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: ankidroid/Anki-Android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ankidroid/Anki-Android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-2.22
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 16 files changed
  • 4 contributors

Commits on Jul 30, 2025

  1. build(deps): anki25.07.5

    + dependency bump
    
    (cherry picked from commit 15dba57)
    david-allison authored and mikehardy committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    752da34 View commit details
    Browse the repository at this point in the history
  2. refactor: simplify initialization

    (cherry picked from commit ba39712)
    BrayanDSO authored and mikehardy committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    a849fb3 View commit details
    Browse the repository at this point in the history
  3. fix(sync): empty endpoint

    Similar to 02deb0a
    
    (cherry picked from commit fa80b20)
    BrayanDSO authored and mikehardy committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    c20bcb1 View commit details
    Browse the repository at this point in the history
  4. fix: preferences navigation

    (cherry picked from commit ca22c3b)
    MorenoTropical authored and mikehardy committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    0416125 View commit details
    Browse the repository at this point in the history
  5. fix(libanki): create collection.media on collection init

    Broken in 18924 (3bbf498)
    
    Which moved `collection.media` creation to `Media.dir:get`
    
    'Create Collection', then 'Export'
     did not access `Media.dir`, which caused the export
     to fail
    
    Fixes 18990
    
    (cherry picked from commit b0e3aee)
    david-allison authored and mikehardy committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    18a46f9 View commit details
    Browse the repository at this point in the history
  6. fix(deck-config): string representation

    (cherry picked from commit 84b59fe)
    david-allison authored and mikehardy committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    aa34bea View commit details
    Browse the repository at this point in the history
  7. chore(dev): corrupt FSRS parameters

    To test 'The provided FSRS parameters are invalid'
    
    Issue 18984
    
    (cherry picked from commit fd87e32)
    david-allison authored and mikehardy committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    35e242e View commit details
    Browse the repository at this point in the history
  8. refactor: remove unused method

    getCoroutineExceptionHandler
    
    (cherry picked from commit cc2c965)
    david-allison authored and mikehardy committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    c993054 View commit details
    Browse the repository at this point in the history
  9. fix(fsrs-error): add link to deck options

    If the following error appears:
    
    The provided FSRS parameters are invalid. Leave them blank to use the default parameters.
    
    Then the user could not perform any actions to fix this.
    
    Provide a 'help' link which opens the deck options
    
    Fixes 18984
    
    (cherry picked from commit 5fb9997)
    david-allison authored and mikehardy committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    997043a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. fix: sync worker not initialized crash

    (cherry picked from commit 54d4db1)
    BrayanDSO authored and mikehardy committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    4aa449c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

  1. Configuration menu
    Copy the full SHA
    737e8cc View commit details
    Browse the repository at this point in the history
  2. Bumped version to 2.22.3

    mikehardy committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    4f2ec68 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2025

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