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

Commits on Dec 8, 2025

  1. docs: comprehensive README and architecture documentation

    - Added detailed ARCHITECTURE.md with mermaid diagrams showing:
      * Complete system architecture across Android/Linux/AirPods
      * Protocol flow diagrams (BLE, AACP, ATT)
      * Component responsibilities and data flow
    
    - Completely rewrote README.md with:
      * Clear explanations with real-world analogies
      * Comprehensive feature documentation
      * Installation guides for both platforms
      * FAQ section addressing common questions
      * Architecture overview with visual diagrams
      * Advanced features and Python tools documentation
    
    - Preserved old README as README_OLD.md for reference
    
    This documentation makes the codebase much more accessible to contributors
    and users by explaining complex protocols in simple terms.
    magen-ai committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    adb8029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc61cd View commit details
    Browse the repository at this point in the history
  3. fix: restore README.md content that was accidentally corrupted

    The README.md file became empty during the previous file move operation.
    This commit restores the full comprehensive documentation with:
    - Detailed explanations of LibrePods functionality
    - Complete feature documentation
    - Installation guides for Android and Linux
    - FAQ section
    - Architecture overview
    - Contributing guidelines
    magen-ai committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    bd657e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dde6526 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f455527 View commit details
    Browse the repository at this point in the history
Loading