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: whoozle/android-file-transfer-linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.5
Choose a base ref
...
head repository: whoozle/android-file-transfer-linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on May 14, 2025

  1. bump version to 4.6

    whoozle committed May 14, 2025
    Configuration menu
    Copy the full SHA
    d5c1882 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Use InquirerPy instead.

    **Problem**
    
    PyInquirer has no longer maintained and not working with recent python.
    
    **Solution**
    
    Use InquirerPy instead.
    niw authored and whoozle committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    e588ed7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. Add pyproject.toml to create Python package.

    **Problem**
    
    Since the repository doesn't have packaging configuration for Python
    but only for binding, it is not easy to use Python binding.
    
    **Solution**
    
    Add a Python packaging installation in CMake and minimum `pyproject.toml`
    file for packaging by using scikit-build-core.
    
    With these changes, users can install and use Python binding by simply
    using regular python package manager such as `pip` or `uv`.
    niw authored and whoozle committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    474e72a View commit details
    Browse the repository at this point in the history
  2. fix: Avoid double counting files and folders (#287)

    Adding the directory to the files list is used to recurse into the subdirectories.
    The iterator flag QDirIterator::Subdirectories already does that automatically, so we only need to create the directory, not recurse into it.
    Vekhir authored and whoozle committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    eeff31a View commit details
    Browse the repository at this point in the history
Loading