Skip to content

Releases: Lanchon/haystack

2019-03-08

08 Mar 18:56
Compare
Choose a tag to compare
  • Source code for all the different patches tailored to the various supported versions of Android is now generated from a unified and maintainable single source tree.
  • Rewritten and improved patches.
  • Add core and UI support for Android 9.0 (API Level 28).
  • Add UI support for Android 4.0 (API Levels 14 and 15).
  • Fix UI bugs:
    • The UI crashed if the device was rotated while showing the warning dialog.
    • Availability of the UI was not properly restricted to admin/primary/owner users.
  • More thorough testing of canonical patches at build time.
  • Add a build-all --quick/-q mode that runs fewer tests and speeds up builds.
  • Remove debug information from patches.

2019-02-25

25 Feb 21:34
Compare
Choose a tag to compare
  • Add core and UI support for Android 8.0 and 8.1 (API Levels 26 and 27).
  • Update DexPatcher tool to version 1.6.2.
  • Update patches to use the new contentOnly tag attribute.

2017-10-01

01 Oct 05:01
Compare
Choose a tag to compare
  • Bundle dx version 23.0.3 (runnable on Java 7).
  • Bundle dex2jar version v2.1-20171001-lanchon (compatible with Android 7 and 8).
  • No longer requires hacky, manually-dedexed Android 7 frameworks to build the patches.
  • Building the patches is now compatible with Java 8 and no longer works on Java 7.

2017-09-24

29 Sep 15:54
Compare
Choose a tag to compare
  • Update DexPatcher tool to version 1.4.0.
  • Update patches to use the new @DexAppend tag.

2017-08-21

29 Sep 15:52
Compare
Choose a tag to compare
  • Update DexPatcher tool to version 1.3.1.
  • Update patches to use implicit ignore of trivial default constructors.

2017-08-16

16 Aug 08:04
Compare
Choose a tag to compare
  • Update DexPatcher tool to version 1.3.0.
  • Update patches to use the new @DexWrap tag instead of the @DexEdit/@DexAdd idiom.
  • Document how to patch using TWRP recovery as an alternative to root adb.

2017-07-31

03 Aug 04:32
Compare
Choose a tag to compare
  • Add support for Android 7.1 (API Level 25).
  • Update DexPatcher tool to version 1.2.1.
  • Add the reference Android frameworks to the repo.
    (This increases the repo size dramatically, but makes it easy to compile the patches.)

2016-11-02

03 Aug 04:13
Compare
Choose a tag to compare

Initial release.