diff --git a/README.md b/README.md index 55ad4e6ab..df9d62eb2 100755 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ * Advanced Charge Control Interface for yank555.lu's Fast Charge * CPU Input Boost (Sultanxda) Control +* Boeffla Sound (Please note: Currently requires some changes in boeffla_sound.c. Please refer [this](https://github.com/SmartPack/SmartPack-Kernel-Project_kltexxx/commit/d2cb5948f31997070e334d60523c86d24139d051) commit). * Display Backlight Control * SELinux Switch * Real-time Charging Status diff --git a/app/build.gradle b/app/build.gradle index ea9a4aae9..dc6d75714 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ android { minSdkVersion 15 targetSdkVersion 27 versionCode 3 - versionName "3.3-" + getDate() + versionName "3.4-" + getDate() vectorDrawables.useSupportLibrary = true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" archivesBaseName = "$applicationId-v$versionName" diff --git a/change-logs.md b/change-logs.md index 5ad9d808a..5ad27e5e9 100644 --- a/change-logs.md +++ b/change-logs.md @@ -1,5 +1,9 @@ # Change-logs +## 14. April 22, 2018 +*Release-tag: v3.4* +Changes: Added support for Boeffla Sound engine (Sound). Added Real-time charging status (Battery). Switch to Blue accent colors. Rearrange all the Tabs (Updates is now at the bottom). Removed card view from various fragments (not all). Simplified GPU and CPU hotplug a bit (advanced hotplugging options will be visible only if the respective driver is enabled; please note, refreshing the respective pages are required). All-over clean-ups. + ## 13. April 13, 2018 *Release-tag: v3.3* Changes: Merged a lot of changes from official KA.(Misc) Added an option to control maximum display backlight. diff --git a/download/App-update.json b/download/App-update.json index f30ca9120..8ccd0c833 100644 --- a/download/App-update.json +++ b/download/App-update.json @@ -1,5 +1,5 @@ { - "name": "App-update (latest: v3.3)", + "name": "App-update (latest: v3.4)", "short_description": "

SmartPack-Kernel Manger

", "long_description": "SmartPack-Kernel Manager is a modified version of official Kernel Adiutor, which is originally developed by Willi Ye aka Grarak. All the credits goes to the original developer.

The purpose of this page is to ensure timely update to this app. All the new versions can be easily accessible by clicking the above ‘Downloads’ button. Enjoy.

", "logo": "https://raw.githubusercontent.com/SmartPack/SmartPack-Kernel-Manager/master/download/sp.jpg",