-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- build.sh auto-updates update-binary (module_installer.sh) - capacityOffset and capacitySync features for better control over battery capacity reported by the system - Cleaner and more intuitive code - readability and maintenance - coolDownRatio is null by default - Enhanced daemon efficiency and flexibility - Export logs to /sdcard/acc-logs-<device>.tar.bz2 with --log --export - Fallback editors for --config and --log options:nano > vim > vi - Improved overall performance - Live upgrade support - users don't need to reboot after installing/upgrading to use the module - Major fixes and optimizations - Modular config for simpler and more accurate patching (config with old format will be reset) - New charging voltage limit range: 3920-4349mV - Option to disable battery stats auto-reset - Regenerate power supply log on post-fs-data and during installation/upgrade - Removed self-upgrade feature (security vulnerability) - Restore default config with acc --set reset - Simpler and more modular installer - Standalone power supply logger - Swapped "-v" and "-v -" options - "display current charging voltage" and "restore default voltage", respectively - Temperature values are expressed in actual Celsius degrees - Updated charging switches database - Updated documentation
- Loading branch information
Showing
30 changed files
with
1,723 additions
and
1,823 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
.releases | ||
.rsc | ||
_builds | ||
_resources | ||
.directory | ||
*.kate-swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.