From 748d681ab3fb577dce0118e9cfb04fd3de05cbe0 Mon Sep 17 00:00:00 2001 From: sunilpaulmathew Date: Sun, 5 Sep 2021 23:16:49 +0200 Subject: [PATCH] Release tag: v16.8 Signed-off-by: sunilpaulmathew --- README.md | 7 ++++--- app/build.gradle | 4 ++-- app/src/main/assets/release.json | 10 +++++----- build.gradle | 2 +- change-logs.md | 4 ++++ fastlane/metadata/android/en-US/changelogs/167.txt | 4 ---- fastlane/metadata/android/en-US/changelogs/168.txt | 7 +++++++ seekbar/build.gradle | 2 +- 8 files changed, 24 insertions(+), 16 deletions(-) delete mode 100644 fastlane/metadata/android/en-US/changelogs/167.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/168.txt diff --git a/README.md b/README.md index af2e7b81c..95d9892c8 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ![](banner.png) -[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v16.7-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release) +[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v16.8-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.7/total) +![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v16.8/total) ![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager) ![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager) @@ -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) [](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.7/com.smartpack.kernelmanager-v16.7-fdroid-release.apk) + height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.8/com.smartpack.kernelmanager-v16.8-fdroid-release.apk) ## Features * Almost all the features available in Kernel Adiutor. @@ -107,6 +107,7 @@ Please help me to translate this application via [POEditor](https://poeditor.com * [Fruity-0](https://github.com/Fruity-0), Polish * [Fatih Fırıncı](https://github.com/Fatih-BaKeR) & omerakgoz34, Turkish * Phil, Portuguese (Portugal) +* Catellone94 & Gianfranco. liguori.96, Italian * Many other people contributed via [POEditor](https://poeditor.com/join/project?hash=qWFlVfAlp5) _If you think I missed your name, please let me know._ diff --git a/app/build.gradle b/app/build.gradle index a463be7a7..1d86b20ab 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.smartpack.kernelmanager" minSdkVersion 21 targetSdkVersion 30 - versionCode 167 - versionName "v16.7" + versionCode 168 + versionName "v16.8" multiDexEnabled true vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/assets/release.json b/app/src/main/assets/release.json index 00da71da6..e66fb7aac 100644 --- a/app/src/main/assets/release.json +++ b/app/src/main/assets/release.json @@ -1,7 +1,7 @@ { - "releaseNotes": "Change-logs\n - Added option to apply a (single) script (configurable) from Quick Title.\n - Fixed app crashing when clicking \"More\" options from the Memory card (overall page).\n - Fixed Force English option not working.\n - Miscellaneous changes.", - "releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.7/com.smartpack.kernelmanager-v16.7-fdroid-release.apk", - "sha1": "d199f1c38cb5f44e6f75669dd4960d4536e84a31", - "latestVersion": "16.7", - "latestVersionCode": 167 + "releaseNotes": "Change-logs\n - Logs and exported profiles will now be saved into /sdcard/SP.\n - LMK: Added Process Reclaim support.\n - VM: Added VM stat interval & Directory change notifier service.\n - Replaced using depreciated AsyncTask (almost) with Executer.\n - Improved Update channel.\n - Added Italian translations (and updated Portuguese (Brazilian) and Turkish).\n - Miscellaneous changes.", + "releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.8/com.smartpack.kernelmanager-v16.8-fdroid-release.apk", + "sha1": "cd31e0482eb691fa1a8711456ab599388264ee6f", + "latestVersion": "16.8", + "latestVersionCode": 168 } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 7dddb8358..378b14bc0 100755 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.1' + classpath 'com.android.tools.build:gradle:7.0.2' } } diff --git a/change-logs.md b/change-logs.md index 91007ccb9..1402ca3af 100644 --- a/change-logs.md +++ b/change-logs.md @@ -1,5 +1,9 @@ # Change-logs +## 126. September 05, 2021 +*Release-tag: v16.8*
+Logs and exported profiles will now be saved into /sdcard/SP. LMK: Added Process Reclaim support. VM: Added VM stat interval & Directory change notifier service. Replaced using depreciated AsyncTask (almost) with Executer. Improved Update channel. Added Italian translations (and updated Portuguese (Brazilian) and Turkish). Miscellaneous changes. + ## 125. June 13, 2021 *Release-tag: v16.7*
Added option to apply a (single) script (configurable) from Quick Title. Fixed app crashing when clicking "More" options from the Memory card (overall page). Fixed Force English option not working. Miscellaneous changes. diff --git a/fastlane/metadata/android/en-US/changelogs/167.txt b/fastlane/metadata/android/en-US/changelogs/167.txt deleted file mode 100644 index 5cce7afb9..000000000 --- a/fastlane/metadata/android/en-US/changelogs/167.txt +++ /dev/null @@ -1,4 +0,0 @@ -* Added option to apply a (single) script (configurable) from Quick Title. -* Fixed app crashing when clicking "More" options from the Memory card (overall page). -* Fixed Force English option not working. -* Miscellaneous changes. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/168.txt b/fastlane/metadata/android/en-US/changelogs/168.txt new file mode 100644 index 000000000..1b4bb1be2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/168.txt @@ -0,0 +1,7 @@ +* Logs and exported profiles will now be saved into /sdcard/SP. +* LMK: Added Process Reclaim support. +* VM: Added VM stat interval & Directory change notifier service. +* Replaced using depreciated AsyncTask (almost) with Executer. +* Improved Update channel. +* Added Italian translations (and updated Portuguese (Brazilian) and Turkish). +* Miscellaneous changes. \ No newline at end of file diff --git a/seekbar/build.gradle b/seekbar/build.gradle index 69c9575fd..787c6ebbc 100644 --- a/seekbar/build.gradle +++ b/seekbar/build.gradle @@ -11,5 +11,5 @@ android { } dependencies { - implementation 'com.google.android.material:material:1.3.0' + implementation 'com.google.android.material:material:1.4.0' } \ No newline at end of file