Skip to content

Commit

Permalink
Release tag: beta_v11.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 May 5, 2020
1 parent ed64ef9 commit 165118f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![](banner.png)

[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v11.3-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v11.3/com.smartpack.kernelmanager-v11.3-release.apk)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v11.4-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v11.4/com.smartpack.kernelmanager-v11.4-release.apk)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v11.3/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v11.4/total)
![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager)
![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager)

Expand All @@ -13,7 +13,7 @@ Welcome to the <strong>beta</strong> development channel of SmartPack-Kernel Man
## Download
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
alt=""
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v11.3/com.smartpack.kernelmanager-v11.3-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v11.4/com.smartpack.kernelmanager-v11.4-release.apk)

## Features
* Almost all the features available in Kernel Adiutor.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.smartpack.kernelmanager"
minSdkVersion 21
targetSdkVersion 29
versionCode 113
versionName "11.3"
versionCode 114
versionName "11.4"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1149,9 +1149,6 @@
<string name="busybox_installer">Intalador do Busybox</string>
<string name="flashing_finished">O flash terminou</string>
<string name="flashing_failed">O flash falhou</string>
<string name="export_all_warning">Alguns problemas detectados! Tente novamente depois de recarregar esta página!</string>
<string name="export_all_message">A lista de comandos inteira foi exportada como um shell script em \'%s\'!</string>
<string name="export_all">Exportra toda a lista de comandos para um shell script!</string>
<string name="scripts_manager_message">Gostaria de ter um aplicativo independente para gerenciar seus scripts? Clique aqui!</string>
<string name="scc_messgae">Gostaria de ter um aplicativo independente para controlar o KCAL / K-lapse? Clique aqui!</string>
<string name="gpu_lib">Biblioteca GPU do sistema</string>
Expand Down
12 changes: 6 additions & 6 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1063,11 +1063,11 @@
<string name="fahrenheit_summary">Use fahrenheit to measure temperature</string>
<string name="force_english">Force displaying english language</string>
<string name="user_interface">User interface</string>
<string name="dark_theme">Dark theme</string>
<string name="material_icon">Material icon</string>
<string name="banner_resizer">Banner resizer</string>
<string name="dark_theme">Dark Theme</string>
<string name="material_icon">Material Icon</string>
<string name="banner_resizer">Banner Resizer</string>
<string name="banner_resizer_message">Phone screen orientation should be \'Portrait\'!</string>
<string name="hide_banner">Hide banner</string>
<string name="hide_banner">Hide Banner</string>
<string name="force_cards_summary">Use cards for items if possible</string>
<string name="accent_color">Accent Color</string>
<string name="section_icons">Section Icons</string>
Expand Down Expand Up @@ -1113,8 +1113,8 @@
<string name="set_password_first">Set a password first</string>
<string name="fingerprint_summary">Use fingerprint to pass security check. This will work as long you have fingerprints registered.</string>
<string name="sections">Sections</string>
<string name="default_section">Default section</string>
<string name="default_section_summary">The default tab to be displayed when opening the app</string>
<string name="default_section">Default Section</string>
<string name="default_section_summary">The default tab to be displayed when opening the app!</string>

<!-- About -->
<string name="about_me" translatable="false">SmartPack-Kernel Manager is a heavily modified version of \'Kernel Adiutor\', which is originally developed by Willi Ye aka Grarak. All the credits goes to the original developer.</string>
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

## 110. May 05, 2020
*Release-tag: beta_v11.4*<br>
Added option to select default app page (Credits: @Lennoard). Updated icon colors on Hide Banner mode. Miscellaneous changes.

## 109. May 02, 2020
*Release-tag: beta_v11.3*<br>
Added option to set individual scripts on boot (Credits: @Lennoard). Miscellaneous changes.
Expand Down

0 comments on commit 165118f

Please sign in to comment.