Thanks to visit codestin.com
Credit goes to github.com

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: mriscoc/python-for-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: kivy/python-for-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 13 commits
  • 67 files changed
  • 6 contributors

Commits on Mar 26, 2025

  1. sdl2_image: fix downloading

    T-Dynamos committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    d9ded99 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

  1. Add SDL3 bootstrap (alongside SDL3, SDL3_ttf, SDL3_mixer, `SD…

    …L3_image` recipes) for Kivy `3.0.0` (kivy#3125)
    
    * Add SDL3 bootstrap
    
    * Avoid some DRY issues + minor fixes + version bump
    misl6 authored Apr 12, 2025
    Configuration menu
    Copy the full SHA
    58d148b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Configuration menu
    Copy the full SHA
    53deb85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f491c6e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Fix Cmake compatibility issue

    The jpeg recipe doesn't compile anymore because CMake dropped compatibility with versions below 3.5.
    
    "Calls to cmake_minimum_required() or cmake_policy() that set the policy version to an older value now issue an error."
    
    Source: https://cmake.org/cmake/help/latest/release/4.0.html
    Huyston authored May 5, 2025
    Configuration menu
    Copy the full SHA
    d9e943b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Merge pull request kivy#3147 from Huyston/develop

    Fix Cmake compatibility issue on jpeg recipe
    AndreMiras authored May 7, 2025
    Configuration menu
    Copy the full SHA
    04dc2b9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2025

  1. pyjnius: pin cython version

    T-Dynamos committed May 11, 2025
    Configuration menu
    Copy the full SHA
    bd32caf View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Merge pull request kivy#3151 from T-Dynamos/hotfixc

    `pyjnius`: pin cython version
    clayote authored May 12, 2025
    Configuration menu
    Copy the full SHA
    40993e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc9a1d6 View commit details
    Browse the repository at this point in the history
  3. Fix typo in comment

    clayote authored May 12, 2025
    Configuration menu
    Copy the full SHA
    5a844e7 View commit details
    Browse the repository at this point in the history
  4. Remove redundant file.close()

    The end of a `with` block already does that.
    clayote authored May 12, 2025
    Configuration menu
    Copy the full SHA
    2d5ef7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2911a7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Merge pull request kivy#3135 from T-Dynamos/sdl2_image_fix

    `sdl2_image`: fix downloading
    clayote authored May 14, 2025
    Configuration menu
    Copy the full SHA
    be3de2e View commit details
    Browse the repository at this point in the history
Loading