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: omnirom/android_bootable_recovery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: android-9.0
Choose a base ref
...
head repository: codeworkx/android_bootable_recovery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: android-9.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 9, 2019

  1. install: disable compatibility check

    Change-Id: I68c2fa5a801c3749fc46d78b0e20466488b16d87
    codeworkx committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    76afb2a View commit details
    Browse the repository at this point in the history
  2. twrp: append maintainer name to version string

    Change-Id: I8f5faa7305c8bfe9bc3834e7a59ebac873d0a795
    codeworkx committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    f3d78b1 View commit details
    Browse the repository at this point in the history
  3. remove appcheck

    Change-Id: Ic40977c0e93570ad73806d7fc36f735f09b18481
    codeworkx committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    ffba2e4 View commit details
    Browse the repository at this point in the history
  4. twrp: append date string to version

    Change-Id: I8f3aa98fc187af5ef43bcd7ec4341294f7ee5cdc
    codeworkx committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    0eaa0fc View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

  1. Merge branch 'android-9.0' of github.com:omnirom/android_bootable_rec…

    …overy into android-9.0
    codeworkx committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    0cf8f74 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. ext4crypt: add missing cflag

    Avoid calling e4crypt_prepare_user_storage with wrong input parameters.
    
    Change-Id: I5c8945370cb642e46f08c65090c0290c15fe0b57
    libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 632 (recovery), pid 564 (recovery)
    codeworkx committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    fe3ba5e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Pass file_contexts path to e2fsdroid

     * Otherwise no context will be initialized but existing context will be
       erased and lead to unexpected behavior, e.g., device no longer boots
       after restoring a system backup due to missing valid seclabel of the
       system partition.
    
    Change-Id: I60c62fdc699714bb906a40ce5e1f40299681f72a
    moetayuko authored and codeworkx committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    79eb09b View commit details
    Browse the repository at this point in the history
  2. Use BSD grep for builds with toybox

    - Include symlinks for egrep and fgrep
    
    Change-Id: I78e27f95efa143fa63def02c9e72af567833aefe
    CaptainThrowback authored and codeworkx committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    f1087f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    4ed2fa5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. ext4crypt: support synthetic keys v3 on May update

    Re-implemented SP800Derive in C++, which is added as the new key
    derivation function in Android 9.0 May update. From file
    services/core/java/com/android/server/locksettings/SP800Derive.java in
    frameworks/base.
    
    This is required to get TWRP working on any Android device that has a
    screen lock set up after the May update.
    
    Change-Id: I5c1a51b110033f2b0b75d5e36fd8098c05e95179
    PeterCxy authored and codeworkx committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    4a67885 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Configuration menu
    Copy the full SHA
    19523a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Merge branch 'android-9.0' of github.com:omnirom/android_bootable_rec…

    …overy into android-9.0
    codeworkx committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    6617448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57a01e5 View commit details
    Browse the repository at this point in the history
Loading