Skip to content

Commit

Permalink
Release tag: v3.4
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 22, 2018
1 parent 2473610 commit 6e10b0b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion download/App-update.json
@@ -1,5 +1,5 @@
{
"name": "App-update (latest: v3.3)",
"name": "App-update (latest: v3.4)",
"short_description": "<h3>SmartPack-Kernel Manger</h3>",
"long_description": "<b>SmartPack-Kernel Manager</b> is a modified version of official <b>Kernel Adiutor</b>, which is originally developed by <i>Willi Ye</i> aka <i>Grarak</i>. <i>All the credits goes to the original developer</i>.<p>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 ‘<b>Downloads</b>’ button. Enjoy.</p>",
"logo": "https://raw.githubusercontent.com/SmartPack/SmartPack-Kernel-Manager/master/download/sp.jpg",
Expand Down

0 comments on commit 6e10b0b

Please sign in to comment.