Skip to content

Commit

Permalink
Release tag: v16.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 15, 2021
1 parent 798e41d commit 1398da2
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 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-v16.3-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v16.4-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v16.3/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v16.4/total)
![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager)
![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager)

Expand All @@ -21,7 +21,7 @@ Welcome to the development center of SmartPack-Kernel Manager, a heavily modifie
height="80">](https://apt.izzysoft.de/fdroid/index/apk/com.smartpack.kernelmanager)
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
alt=""
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.3/com.smartpack.kernelmanager-v16.3-fdroid-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.4/com.smartpack.kernelmanager-v16.4-fdroid-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 163
versionName "v16.3"
versionCode 164
versionName "v16.4"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/assets/release.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"releaseNotes": "Change-logs\n - Moved Profiles from Tools to avoid crashing on certain cases.\n - Added a startup warning message on the CPU page.\n - Updated Russian, German and Polish translations.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.3/com.smartpack.kernelmanager-v16.3-fdroid-release.apk",
"sha1": "3def3c8e4f5f8ca3eead5c4c5da7df5f40dd1915",
"latestVersion": "16.3",
"latestVersionCode": 163
"releaseNotes": "Change-logs\n - Added a separate page to control all the I/O blocks.\n - Added control over Transmit Queue Length.\n - Doze control will now offer light and deep modes (F-Droid only feature).\n - Added Turkish translations.\n - Now building with latest gradle plugin.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.4/com.smartpack.kernelmanager-v16.4-fdroid-release.apk",
"sha1": "f4cae215bd17b1ce85f78ab571f1bc2922a9b60d",
"latestVersion": "16.4",
"latestVersionCode": 164
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public interface OnViewChangedListener {

private final List<RecyclerViewItem> mItems;
private final Map<RecyclerViewItem, View> mViews = new HashMap<>();
private OnViewChangedListener mOnViewChangedListener;
private final OnViewChangedListener mOnViewChangedListener;
private View mFirstItem;

public RecyclerViewAdapter(List<RecyclerViewItem> items, OnViewChangedListener onViewChangedListener) {
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

## 122. April 15, 2021
*Release-tag: v16.4*<br>
Added a separate page to control all the I/O blocks. Added control over Transmit Queue Length. Doze control will now offer light and deep modes (F-Droid only feature). Added Turkish translations. Now building with latest gradle plugin. Miscellaneous changes.

## 121. April 07, 2021
*Release-tag: v16.3*<br>
Moved Profiles from Tools to avoid crashing on certain cases. Added a startup warning message on the CPU page. Updated Russian, German and Polish translations. Miscellaneous changes.
Expand Down
4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/163.txt

This file was deleted.

6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/164.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Added a separate page to control all the I/O blocks.
* Added control over Transmit Queue Length.
* Doze control will now offer light and deep modes.
* Added Turkish translations.
* Now building with latest gradle plugin.
* Miscellaneous changes.

0 comments on commit 1398da2

Please sign in to comment.