3.1.0 (2024-11-27)
- Detect if app is installed by fixing inversion (649f06b)
- Warn when option could not be set because the option does not exist (7ec6504)
3.1.0-dev.1 (2024-11-25)
- Warn when option could not be set because the option does not exist (7ec6504)
3.0.3-dev.1 (2024-11-11)
- Detect if app is installed by fixing inversion (649f06b)
3.0.2 (2024-11-05)
3.0.2-dev.1 (2024-11-05)
3.0.1 (2024-10-13)
- Serialize compatible packages as a map instead of a set of pairs. (737e272)
3.0.1-dev.3 (2024-10-06)
3.0.1-dev.2 (2024-10-01)
3.0.1-dev.1 (2024-08-16)
- Serialize compatible packages as a map instead of a set of pairs. (737e272)
3.0.0 (2024-08-06)
- Make functions internal which are supposed to be internal (893d22d)
- Refactor to DSL to bump ReVanced Patcher (7f5d6da)
- Some functions have been removed.
- Some functions are not available anymore.
- The signature of some functions has changed.
3.0.0-dev.1 (2024-08-06)
- Make functions internal which are supposed to be internal (893d22d)
- Refactor to DSL to bump ReVanced Patcher (7f5d6da)
- Remove deprecated functions (b9bf3bc)
- Some functions have been removed.
- Some functions are not available anymore.
- The signature of some functions has changed.
2.4.0-dev.1 (2024-04-07)
2.3.0 (2024-03-14)
- Support mounting even when Magisk is not installed (2a30845)
- Add utility function around key certificate pairs (2df3484)
- Improve exception message (b15efa4)
- Simplify signing utility API (4c6a636)
2.3.0-dev.3 (2024-03-14)
- Improve exception message (b15efa4)
2.3.0-dev.2 (2024-03-14)
- Simplify signing utility API (4c6a636)
2.3.0-dev.1 (2024-03-13)
- Add utility function around key certificate pairs (2df3484)
2.2.2-dev.1 (2024-03-12)
- Support mounting even when Magisk is not installed (2a30845)
2.2.1 (2024-03-09)
- Do not specify a provider to automatically select an available one (249372c)
2.2.1-dev.1 (2024-03-09)
- Do not specify a provider to automatically select an available one (249372c)
2.2.0 (2024-03-09)
- Increase default expiration date of certificate (f2bd3f5)
2.2.0-dev.1 (2024-03-09)
- Increase default expiration date of certificate (f2bd3f5)
2.1.0 (2024-03-04)
- Use
BKS
instead of default signing provider to fix backwards compatibility (41805fc)
- Mention APK file name when logging aligning (244ebc2)
2.1.0-dev.2 (2024-03-04)
- Use
BKS
instead of default signing provider to fix backwards compatibility (41805fc)
2.1.0-dev.1 (2024-02-15)
- Mention APK file name when logging aligning (244ebc2)
2.0.0 (2024-02-15)
- Map dependencies from
KClass
intoString
to fix serialization (57e36ab) - Use the JVM name instead of the value from
KClass#toString
(d18e436)
- Use
apkzlib
instead of own implementations and bump ReVanced Patcher (3aa6dc2)
- This commit removes deprecated APIs and bumps ReVanced Patcher. Because of it's changes,
apkzlib
is now used instead of own implementations ofZipFile
2.0.0-dev.1 (2024-02-14)
- Use
apkzlib
instead of own implementations and bump ReVanced Patcher (3aa6dc2)
- This commit removes deprecated APIs and bumps ReVanced Patcher. Because of it's changes,
apkzlib
is now used instead of own implementations ofZipFile
1.5.1-dev.2 (2024-02-08)
- Use the JVM name instead of the value from
KClass#toString
(d18e436)
1.5.1-dev.1 (2024-02-08)
- Map dependencies from
KClass
intoString
to fix serialization (57e36ab)
1.5.0 (2023-12-28)
- Add JSON de- and serialization of patches (ecff6fe)
- Improve mount reliability by unmounting existing mounts and killing running apps (9fda407)
1.5.0-dev.2 (2023-12-07)
- Improve mount reliability by unmounting existing mounts and killing running apps (9fda407)
1.5.0-dev.1 (2023-12-07)
- Add JSON de- and serialization of patches (ecff6fe)
1.4.0 (2023-11-27)
- Differentiate no package compatibility to any version compatibility (762b7e3)
- Sort the version maps by the most common version (e4be6db)
- Add
PatchUtils#getMostCommonCompatibleVersions
utility function (c5f3536) - Allow getting most common compatible versions for all packages (96845ba)
1.4.0-dev.2 (2023-11-27)
- Differentiate no package compatibility to any version compatibility (762b7e3)
- Sort the version maps by the most common version (e4be6db)
- Allow getting most common compatible versions for all packages (96845ba)
1.4.0-dev.1 (2023-11-27)
- Add
PatchUtils#getMostCommonCompatibleVersions
utility function (c5f3536)
1.3.0 (2023-11-26)
- Increase certainty of the possibility to mount (10f8cd1)
- Select first Adb device, if none supplied automatically (1a5f868)
1.3.0-dev.1 (2023-11-26)
- Delete mount script (4fe0fb0)
- Increase certainty of the possibility to mount (10f8cd1)
- Select first Adb device, if none supplied automatically (1a5f868)
1.2.1-dev.1 (2023-11-13)
- Add missing log when calling
UserAdbManager#install
(90b612b)
1.2.0 (2023-11-03)
- Catch exceptions when serializing invalid patch options (cd73bd3)
- Log warnings when compiling resources (1dc8e2e)
- Use better log messages when handling exceptions (5896968)
1.2.0-dev.2 (2023-11-03)
- Log warnings when compiling resources (1dc8e2e)
1.2.0-dev.1 (2023-10-31)
- Catch exceptions when serializing invalid patch options (cd73bd3)
- Use better log messages when handling exceptions (5896968)
1.1.5 (2023-10-23)
1.1.5-dev.1 (2023-10-23)
1.1.4 (2023-10-12)
- Ask for root permissions before trying to use them (aea1d69)
- Execute ADB commands sequentially to fix mounting issues (#12) (fda3eca)
1.1.4-dev.2 (2023-10-10)
- Ask for root permissions before trying to use them (aea1d69)
1.1.4-dev.1 (2023-10-09)
1.1.3 (2023-10-09)
1.1.3-dev.2 (2023-10-09)
1.1.3-dev.1 (2023-10-09)
1.1.2 (2023-10-05)
1.1.2-dev.1 (2023-10-05)
1.1.1 (2023-10-04)
- Use maps to set options (13823b7)
1.1.1-dev.1 (2023-10-04)
- Use maps to set options (13823b7)
1.1.0 (2023-10-01)
- Increase the key size to 4096 (892e083)
1.1.0-dev.2 (2023-09-25)
- Use correct function name casing (ef38d8b)
1.1.0-dev.1 (2023-09-25)
- Increase the key size to 4096 (892e083)
1.0.2-dev.1 (2023-09-25)
- Only load the keystore once per instantiation (5993f7e)
1.0.1 (2023-09-24)
- Check if file exists before trying to open it (8ddc6e9)
1.0.1-dev.1 (2023-09-24)
- Check if file exists before trying to open it (8ddc6e9)
- Add initial project structure (833291d)
- Add initial project structure (833291d)