Skip to content

Commit 6e10b0b

Browse files
Release tag: v3.4
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent 2473610 commit 6e10b0b

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
* Advanced Charge Control Interface for yank555.lu's Fast Charge
1010
* CPU Input Boost (Sultanxda) Control
11+
* 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).
1112
* Display Backlight Control
1213
* SELinux Switch
1314
* Real-time Charging Status

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
minSdkVersion 15
3131
targetSdkVersion 27
3232
versionCode 3
33-
versionName "3.3-" + getDate()
33+
versionName "3.4-" + getDate()
3434
vectorDrawables.useSupportLibrary = true
3535
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3636
archivesBaseName = "$applicationId-v$versionName"

change-logs.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change-logs
22

3+
## 14. April 22, 2018
4+
*Release-tag: v3.4*
5+
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.
6+
37
## 13. April 13, 2018
48
*Release-tag: v3.3*
59
Changes: Merged a lot of changes from official KA.(Misc) Added an option to control maximum display backlight.

download/App-update.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "App-update (latest: v3.3)",
2+
"name": "App-update (latest: v3.4)",
33
"short_description": "<h3>SmartPack-Kernel Manger</h3>",
44
"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>",
55
"logo": "https://raw.githubusercontent.com/SmartPack/SmartPack-Kernel-Manager/master/download/sp.jpg",

0 commit comments

Comments
 (0)