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: kivy/python-for-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2023.02.10
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: v2023.05.21
Choose a head ref
  • 14 commits
  • 16 files changed
  • 8 contributors

Commits on Feb 11, 2023

  1. Merge pull request #2748 from kivy/master

    Merge master into develop
    misl6 authored Feb 11, 2023
    Configuration menu
    Copy the full SHA
    bdf1883 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Add support for Python 3.10 and make it the default while building ho…

    …stpython3 and python3 (#2577)
    
    * Add support for Python 3.10 and make it the default while building hostpython3 and python3
    
    * Update bugfix version
    misl6 authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    2b15b02 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Add PyAV recipe (#2750)

    * pyav recipe
    
    * flake8 fix
    
    * Update pythonforandroid/recipes/av/__init__.py
    
    Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com>
    DexerBR and AndreMiras authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    10f0f29 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Add debug loggings for identifying a matching dist (#2751)

    * Add debug loggings for identifying a matching dist
    
    * Fix lint failure on f-string.
    BitcoinWukong authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c2f92c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Adds flag to support home app (launcher) intent-filter on SDL2 bootst…

    …rap (#2761)
    
    * Home app functionality
    
    * Cleanup
    
    * Added --home-app to the docs
    
    * Fixed the if statements within the intent-filter
    kuzeyron authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    b7edc63 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Use io.IOBase for LogFile (#2763)

    This provides reasonable default implementations for common IO class
    methods such as isatty().
    
    Closes #2762.
    dylanmccall authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    8bed427 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. android_api to integer (#2765)

    * android_api to integer
    
    * changes to android_api
    
    * changes to android_api
    kuzeyron authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    62e0def View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. fix #2768 smallIconName null can t be compared to String (#2769)

    * fix #2768 smallIconName null can t be compared to String
    
    * fix: Remove Importance None of notification which is modification from my own fork
    
    * fix: Readd Importance_NONE in the notification channel as it s also in upstream p4a
    brvier authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    f7ba012 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. fix tools/liblink: syntax error

    regression from 22b7dfe
    SomberNight committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    63005b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2771 from SomberNight/202303_fix_liblink

    fix tools/liblink: syntax error
    AndreMiras authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8cae1f6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

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

Commits on May 21, 2023

  1. Update Kivy recipe for 2.2.0 (#2793)

    * Update Kivy recipe for 2.2.0rc1
    
    * Bump to 2.2.0
    misl6 authored May 21, 2023
    Configuration menu
    Copy the full SHA
    13fb979 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11c38b4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Merge pull request #2796 from misl6/release-2023.05.21

    * Add support for Python 3.10 and make it the default while building hostpython3 and python3 (#2577)
    
    * Add support for Python 3.10 and make it the default while building hostpython3 and python3
    
    * Update bugfix version
    
    * Add PyAV recipe (#2750)
    
    * pyav recipe
    
    * flake8 fix
    
    * Update pythonforandroid/recipes/av/__init__.py
    
    Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com>
    
    * Add debug loggings for identifying a matching dist (#2751)
    
    * Add debug loggings for identifying a matching dist
    
    * Fix lint failure on f-string.
    
    * Adds flag to support home app (launcher) intent-filter on SDL2 bootstrap (#2761)
    
    * Home app functionality
    
    * Cleanup
    
    * Added --home-app to the docs
    
    * Fixed the if statements within the intent-filter
    
    * Use io.IOBase for LogFile (#2763)
    
    This provides reasonable default implementations for common IO class
    methods such as isatty().
    
    Closes #2762.
    
    * android_api to integer (#2765)
    
    * android_api to integer
    
    * changes to android_api
    
    * changes to android_api
    
    * fix #2768 smallIconName null can t be compared to String (#2769)
    
    * fix #2768 smallIconName null can t be compared to String
    
    * fix: Remove Importance None of notification which is modification from my own fork
    
    * fix: Readd Importance_NONE in the notification channel as it s also in upstream p4a
    
    * fix tools/liblink: syntax error
    
    regression from 22b7dfe
    
    * Update pyjnius version in recipe (#2791)
    
    * Update Kivy recipe for 2.2.0 (#2793)
    
    * Update Kivy recipe for 2.2.0rc1
    
    * Bump to 2.2.0
    
    * Update CHANGELOG.md and bump version to 2023.05.21
    
    ---------
    
    Co-authored-by: Dexer <73297572+DexerBR@users.noreply.github.com>
    Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com>
    Co-authored-by: BitcoinWukong <87334822+BitcoinWukong@users.noreply.github.com>
    Co-authored-by: Mathias Lindström <kuzeyron@gmail.com>
    Co-authored-by: Dylan McCall <dylan@dylanmccall.ca>
    Co-authored-by: Benoît HERVIER <b@rvier.fr>
    Co-authored-by: SomberNight <somber.night@protonmail.com>
    8 people authored May 22, 2023
    Configuration menu
    Copy the full SHA
    0daa74c View commit details
    Browse the repository at this point in the history
Loading