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: emtee40/librootjava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Chainfire/librootjava
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.
  • 15 commits
  • 15 files changed
  • 1 contributor

Commits on Mar 21, 2019

  1. Q Preview 1 compatiblity

    On several older Android versions we needed to relocate app_process to
    prevent it from being executed in a restricted SELinux context, but this
    causes the "Error finding namespace of apex: no namespace called
    runtime" linker error on Q Preview 1. Running app_process straight from
    /system/bin (and daemonizer from /data/.../lib) works fine however on
    QP1, so we just skip relocating altogher for now.
    
    Closes Chainfire#4
    Chainfire committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    e7ea8c2 View commit details
    Browse the repository at this point in the history
  2. v1.3.0

    Chainfire committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    7c2da99 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Fix ProGuard issue

    Closes Chainfire#1
    
    This fix worked for the same issue in a different project, not sure why
    the issue shows up only for some projects, and even only for some people
    cloning the same git.
    Chainfire committed May 13, 2019
    Configuration menu
    Copy the full SHA
    aae3fa3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    aeab2d7 View commit details
    Browse the repository at this point in the history
  2. v1.3.1

    Chainfire committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    2cc1e9b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Deprecation notice

    Chainfire committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    8759ccb View commit details
    Browse the repository at this point in the history
  2. Update CI

    Chainfire committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    45e7815 View commit details
    Browse the repository at this point in the history
  3. gradlew permission for CI

    Chainfire committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    28bed81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed22c74 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    607a6d4 View commit details
    Browse the repository at this point in the history
  2. Build updates

    Chainfire committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    acdaf6b View commit details
    Browse the repository at this point in the history
  3. Fix CI

    Chainfire committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    4c0af8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5aa981 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a08dff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    baf9965 View commit details
    Browse the repository at this point in the history
Loading