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: repplus/rep
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Xlolololxxxx/rep
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: claude/android-conversion-01GaLSkFaYye4WUyjVzJ1MP7
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 37 files changed
  • 1 contributor

Commits on Nov 24, 2025

  1. feat: Add Android application with PCAPdroid integration

    Convert Chrome DevTools extension to native Android app using Bazel build system.
    
    Key Features:
    - WebView-based UI hosting existing Chrome extension interface
    - PCAPdroid integration for system-wide traffic capture via UDP
    - Native Kotlin implementation of HTTP client and request replay
    - JavaScript bridge connecting WebView to native Android functions
    - SQLite database for request storage and history
    - No root required - uses PCAPdroid's VPN-based capture
    
    Architecture:
    - MainActivity: WebView host with JavaScript bridge
    - CaptureService: UDP receiver parsing HTTP from PCAPdroid
    - HttpClient: Native HTTP replay engine
    - RequestDatabase: SQLite storage for captured requests
    - PCAPdroidHelper: Intent builder for PCAPdroid API integration
    
    Build System:
    - Bazel configuration with WORKSPACE and BUILD.bazel
    - Alternative manual build instructions provided
    - Comprehensive documentation in BUILD.md and README.md
    
    Dependencies:
    - Requires PCAPdroid app for traffic capture
    - Kotlin stdlib for Android
    - Android SDK API 21+ (Android 5.0+)
    
    See android/README.md for usage instructions and android/BUILD.md for build instructions.
    claude committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    ee9a5a0 View commit details
    Browse the repository at this point in the history
  2. build: Add compiled Android APK and build documentation

    - Compiled debug APK (643 KB, signed)
    - Fixed MainActivity to use legacy Activity APIs (no AndroidX)
    - Fixed vector drawable compatibility for API 23
    - Added BUILD_SUCCESS.md with complete build details
    - APK is ready to install on Android 5.0+
    - Requires PCAPdroid app for traffic capture
    
    APK location: rep-plus-android.apk
    claude committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    2a2bfe8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Merge Android conversion: Add native Android app with PCAPdroid integ…

    …ration
    
    - Complete Android app conversion from Chrome extension
    - WebView-based UI with JavaScript bridge
    - PCAPdroid integration for traffic capture
    - Native HTTP replay engine in Kotlin
    - SQLite database for request storage
    - Compiled and signed APK (643 KB)
    - Bazel build system (with manual build alternative)
    - Comprehensive documentation
    
    APK ready to install on Android 5.0+
    Requires PCAPdroid for packet capture
    claude committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    9972f34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a723ef1 View commit details
    Browse the repository at this point in the history
Loading