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: barteksc/PdfiumAndroid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SilverIceKey/PdfiumAndroid
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.
  • 7 commits
  • 69 files changed
  • 2 contributors

Commits on Aug 22, 2022

  1. change libc++_shared to libc++_shared1

    周文健 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    379dad2 View commit details
    Browse the repository at this point in the history
  2. change verision

    周文健 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    a8cf919 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. AndroidX迁移

    周文健 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    5f6047d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Upgrade AGP, Kotlin, and Gradle versions

    Update compile/target SDK versions
    Migrate NDK build from ndk-build to CMake
    Move JNI source files to cpp directory
    Remove jcenter repository
    Add namespace to build.gradle
    SilverIceKey committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    ed9684f View commit details
    Browse the repository at this point in the history
  2. Add .cxx to .gitignore

    SilverIceKey committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    dc89310 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d13cbd View commit details
    Browse the repository at this point in the history
  4. Refactor library module structure and build configurations

    - Moved all source files and resources from the root project into a new 'pdfium' library module.
    - Updated build.gradle files to reflect the new module structure.
    - Added maven-publish.gradle for publishing the library.
    - Added jitpack.yml to specify JDK 17 for JitPack builds.
    - Updated .gitignore to exclude build files in the new module.
    - Modified gradle.properties to include GROUP_ID and VERSION.
    - Changed AndroidManifest.xml in the library module.
    - Updated CMakeLists.txt path and include directory.
    - Replaced androidx.collection.ArrayMap with android.util.ArrayMap.
    SilverIceKey committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    efe9491 View commit details
    Browse the repository at this point in the history
Loading