Skip to content

Commit

Permalink
Release tag: v9.1
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Dec 8, 2019
1 parent ecd8456 commit 2fca34c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 9
versionName "9.0-" + getDate()
versionName "9.1-" + 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

## 81. December 08, 2019
*Release-tag: v9.1*<br>
Changes: K-Lapse: Scheduler: Updated to use TimePicker. Misc: Brand new SmartPack icons, and also updated some other drawable. Misc: Shorten app name on android launcher for better user experience. Settings: Make section icons user configurable and enabled dark theme by default. Overall: Display device uptime including total, awake and deep sleep. Battery and Virtual Memory: Updated live status views. Miscellaneous changes.

## 80. November 27, 2019
*Release-tag: v9.0*<br>
Changes: Main: Overall updates according to material style guidelines. Main: Fixed crashing if Root access not available/granted. Battery: Charging Status: Report OnePlus Dash charging. SmartPack: Maintain flashing history inside '/sdcard/SP/'. VM: RAM & Swap view: Switched to a simple Status View. Main: File Picker: Show a message to prevent using default DocumentsUI. ApplyOnBoot: Initialize Spectrum and Boeffla Wakelock blocker upon boot. Miscellaneous changes.
Expand Down
13 changes: 6 additions & 7 deletions download/App-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
"releaseNotes": [
"Change-log:",
"- Main: Overall updates according to material style guidelines.",
"- Main: Fixed crashing if Root access not available/granted.",
"- Battery: Charging Status: Report OnePlus Dash charging.",
"- SmartPack: Maintain flashing history inside /sdcard/SP/.",
"- VM: RAM & Swap view: Switched to a simple Status View.",
"- Main: File Picker: Show a message to prevent using default DocumentsUI.",
"- ApplyOnBoot: Initialize Spectrum and Boeffla Wakelock blocker upon boot.",
"- K-Lapse: Scheduler: Updated to use TimePicker.",
"- Misc: Brand new SmartPack icons, and also updated some other drawable.",
"- Misc: Shorten app name on android launcher for better user experience.",
"- Settings: Make section icons user configurable and enabled dark theme by default.",
"- Overall: Display device uptime including total, awake and deep sleep.",
"- Battery and Virtual Memory: Updated live status views.",
"- Miscellaneous changes."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit 2fca34c

Please sign in to comment.