Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
VR-25 committed Jul 30, 2022
1 parent e4159d5 commit 74543c7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 2 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ avoid accd restart
las_curr
last_switch
last_current_workaround

dynamically adjust voltage for idle mode?
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
**v2022.7.30-dev (202207300)**
* e4159d5 Improve ctrl file write logic
* f440010 Use usleep for float seconds
* 305db14 Add configurable idleThreshold, and update idle mode information
* 31c96ff Update Idle mode support for Sony Xperia devices

**v2022.7.29-dev (202207290)**
* 30aacc2 Add new switch group for Sony Xperia devices
* 3575483 Merge pull request #161 from MrCarb0n/scrap (17fd1c4 prep for external editor app support)
Expand Down
10 changes: 5 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"busybox": "https://github.com/Magisk-Modules-Repo/busybox-ndk",
"changelog": "https://raw.githubusercontent.com/VR-25/acc/master/changelog.md",
"curl": "https://github.com/Zackptg5/Cross-Compiled-Binaries-Android/tree/master/curl",
"tgz": "https://github.com/VR-25/acc/releases/download/v2022.7.29-dev/acc_v2022.7.29-dev_202207290.tgz",
"tgzInstaller": "https://github.com/VR-25/acc/releases/download/v2022.7.29-dev/install-tarball.sh",
"version": "v2022.7.29-dev",
"versionCode": 202207290,
"zipUrl": "https://github.com/VR-25/acc/releases/download/v2022.7.29-dev/acc_v2022.7.29-dev_202207290.zip"
"tgz": "https://github.com/VR-25/acc/releases/download/v2022.7.30-dev/acc_v2022.7.30-dev_202207300.tgz",
"tgzInstaller": "https://github.com/VR-25/acc/releases/download/v2022.7.30-dev/install-tarball.sh",
"version": "v2022.7.30-dev",
"versionCode": 202207300,
"zipUrl": "https://github.com/VR-25/acc/releases/download/v2022.7.30-dev/acc_v2022.7.30-dev_202207300.zip"
}
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
id=acc
domain=vr25
name=Advanced Charging Controller (ACC)
version=v2022.7.29-dev
versionCode=202207290
version=v2022.7.30-dev
versionCode=202207300
author=VR25
description=Mainly intended for extending battery service life on Android devices. In a nutshell, this is achieved through limiting charging current, temperature, and voltage. Any root solution is supported. Regardless of whether the system is rooted with Magisk, the installation is always "systemless".
updateJson=https://raw.githubusercontent.com/VR-25/acc/master/module.json

0 comments on commit 74543c7

Please sign in to comment.