Skip to content

Commit

Permalink
Release tag: v7.7
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Apr 2, 2019
1 parent 9444c0a commit 73f790e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions change-logs.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
18 changes: 8 additions & 10 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -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."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit 73f790e

Please sign in to comment.