Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fede2782 committed Dec 7, 2024
1 parent bd2ea7c commit 8e0a65c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for oneCompleter 2

## v1.0.2
- Reduce risk of errors with custom BiometricSettings

## v1.0.0

Plase check in GitHub page for more informations about initial features
1 change: 0 additions & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ fi

if [[ "$(getprop ro.product.product.name)" == "a35x"* || "$(getprop ro.product.product.name)" == "a55x"* || "$(getprop ro.product.product.name)" == "a53x"* || "$(getprop ro.product.product.name)" == "a34x"* || "$(getprop ro.product.product.name)" == "a54x"* ]]; then
ui_print "- Enabling AOD-Lockscreen clock transition..."
tar xvzf "$MODPATH/resources/BiometricSettings-s23fe.tar.gz" -C "$MODPATH/system/"
SET_CONFIG "SEC_FLOATING_FEATURE_FRAMEWORK_CONFIG_AOD_ITEM" "aodversion=7,clocktransition"
fi

Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=onecompleter
name=OneCompleter 2
version=v1.0.1
versionCode=10000017
version=v1.0.2
versionCode=10000018
author=Fede2782
description=Enable missing features on One UI 6.1 and 6.1.1 devices
updateJson=https://github.com/Fede2782/oneCompleter/raw/refs/heads/sep-15.x/update.json
Expand Down
Binary file removed resources/BiometricSettings-s23fe.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.0.1",
"versionCode": 10000017,
"zipUrl": "https://github.com/Fede2782/oneCompleter/releases/download/v1.0.1/oneCompleter-v1.0.1-online.zip",
"version": "v1.0.2",
"versionCode": 10000018,
"zipUrl": "https://github.com/Fede2782/oneCompleter/releases/download/v1.0.2/oneCompleter-v1.0.2-online.zip",
"changelog": "https://github.com/Fede2782/oneCompleter/raw/sep-15.x/CHANGELOG.md"
}

0 comments on commit 8e0a65c

Please sign in to comment.