diff --git a/app/build.gradle b/app/build.gradle index f1e1e7801..a15a297dc 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ android { minSdkVersion 15 targetSdkVersion 28 versionCode 7 - versionName "7.6-" + getDate() + versionName "7.7-" + getDate() vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" archivesBaseName = "$applicationId-v$versionName" diff --git a/change-logs.md b/change-logs.md index 4e01ded09..1d9ce6b81 100644 --- a/change-logs.md +++ b/change-logs.md @@ -1,5 +1,9 @@ # Change-logs +## 59. April 02, 2019 +*Release-tag: v7.7* +Changes: CPU Input Boost: Switched little and big cluster input frequency control to more convenient select view. CPU Input boost: Updated input boost frequency control for devices using old sysfs paths to avoid random issues. CPU Input Boost: Extended control over new sysfs paths (includes wake_boost_duration). Translations: update Chinese traditional (credits: jason5545). Display & LED: Updated and switched Max and Min display control to input style so that users can choose any value. Overall: Applied *refresh* function 500 ms after applying many tasks to make sure that it's really working. Miscellaneous changes. + ## 58. March 27, 2019 *Release-tag: v7.6* Changes: CPU Hotplug & Sound: Overall changes in the appearance. KSM: Updated for UKSM. GPU: Adreno idler & Simple GPU Algo: Visual enhancements. GPU: Added devfreq boost control. Screen: KLapse: Updated brightness control. Screen: KLapse: Brightness factor: Switched to seekbar view. SmartPack: Properly updated support check logic to avoid issues in discontinued devices. Thermal: MSM Simple: Updated thermal zone display style. LMK: Fixed some options not showing. diff --git a/download/App-update.json b/download/App-update.json index ce11543e4..3391a90e2 100644 --- a/download/App-update.json +++ b/download/App-update.json @@ -1,16 +1,14 @@ { - "latestVersion": "7.6-20190327", + "latestVersion": "7.7-20190402", "url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true", "releaseNotes": [ "Change-log:", - "- CPU Hotplug & Sound: Overall changes in the appearance.", - "- KSM: Updated for UKSM.", - "- GPU: Adreno idler & Simple GPU Algo: Visual enhancements.", - "- GPU: Added devfreq boost control.", - "- Screen: KLapse: Updated brightness control.", - "- Screen: KLapse: Brightness factor: Switched to seekbar view.", - "- SmartPack: Properly updated device support check.", - "- Thermal: MSM Simple: Updated thermal zone display style.", - "- LMK: Fixed some options not showing." + "- CPU Input Boost: Switched little and big cluster input frequency control to more convenient select view.", + "- CPU Input boost: Updated input boost frequency control for devices using old sysfs paths to avoid random issues.", + "- CPU Input Boost: Extended control over new sysfs paths (includes wake_boost_duration).", + "- Translations: update Chinese traditional (credits: jason5545).", + "- Display & LED: Updated and switched Max and Min display control to input style so that users can choose any value.", + "- Overall: Applied *refresh* function 500 ms after applying many (not all) tasks to make sure that it's really working.", + "- Miscellaneous changes." ] } diff --git a/download/com.smartpack.kernelmanager.apk b/download/com.smartpack.kernelmanager.apk index c65221d38..0238274ae 100644 Binary files a/download/com.smartpack.kernelmanager.apk and b/download/com.smartpack.kernelmanager.apk differ