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: master
Choose a base ref
...
head repository: WenjunHuang/codeepiphanyapp-python4android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 17 files changed
  • 1 contributor

Commits on Mar 6, 2025

  1. update names

    WenjunHuang committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    77cc077 View commit details
    Browse the repository at this point in the history
  2. update names

    WenjunHuang committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    fa42f3a View commit details
    Browse the repository at this point in the history
  3. update names

    WenjunHuang committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    45f9f8c View commit details
    Browse the repository at this point in the history
  4. update names

    WenjunHuang committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    25547f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. ```

    refactor: simplify logging in Android bootstrap script
    
    The `LogFile` class and related code for handling stdout/stderr logging were removed and replaced with direct printing to `sys.stderr`. This change simplifies the logging mechanism and ensures consistent output behavior. The removed code was redundant and added unnecessary complexity. No breaking changes are introduced, as the logging output remains functionally the same.
    ```
    WenjunHuang committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    ed595f7 View commit details
    Browse the repository at this point in the history
  2. test

    WenjunHuang committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    18ead2e View commit details
    Browse the repository at this point in the history
  3. ```

    refactor: Remove redundant logging and simplify pip install command
    
    - Remove redundant 'info' logging in bootstrap.py for found directories to reduce noise in logs.
    - Simplify pip install command in build.py by removing '--no-deps' flag, allowing dependencies to be installed as needed.
    ```
    WenjunHuang committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    d5aa64b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

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

    refactor: comment out private.tar creation in build.py
    
    The creation of private.tar in the build process is temporarily disabled by commenting out the relevant code. This change is made to streamline the build process and avoid unnecessary steps, as private.tar is not currently required. No breaking changes are introduced, and the functionality can be restored by uncommenting the code if needed in the future.
    ```
    WenjunHuang committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    385c582 View commit details
    Browse the repository at this point in the history
  3. update

    WenjunHuang committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    53cb250 View commit details
    Browse the repository at this point in the history
  4. update

    WenjunHuang committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    067f0eb View commit details
    Browse the repository at this point in the history
  5. update

    WenjunHuang committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    b6affe1 View commit details
    Browse the repository at this point in the history
  6. update

    WenjunHuang committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    d1ccdc5 View commit details
    Browse the repository at this point in the history
  7. update

    WenjunHuang committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    5c6dd52 View commit details
    Browse the repository at this point in the history
  8. update

    WenjunHuang committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    febe025 View commit details
    Browse the repository at this point in the history
  9. update

    WenjunHuang committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    2a5e15d View commit details
    Browse the repository at this point in the history
  10. update

    WenjunHuang committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    d76a937 View commit details
    Browse the repository at this point in the history
  11. update

    WenjunHuang committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    1e7309e View commit details
    Browse the repository at this point in the history
  12. update

    WenjunHuang committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    0450d43 View commit details
    Browse the repository at this point in the history
  13. update

    WenjunHuang committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    9970ecc View commit details
    Browse the repository at this point in the history
Loading