Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Kernel Profiler v0.13
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Jun 16, 2021
1 parent 52e18b6 commit 596c571
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](banner.png)

[![](https://img.shields.io/badge/Kernel%20Profiler-v0.12-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelprofiler)
[![](https://img.shields.io/badge/Kernel%20Profiler-v0.13-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelprofiler)
![](https://img.shields.io/github/downloads/SmartPack/KernelProfiler/total)
![](https://img.shields.io/github/contributors/smartpack/KernelProfiler)
![](https://img.shields.io/github/license/smartpack/KernelProfiler)
Expand All @@ -15,9 +15,6 @@
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png"
alt=""
height="80">](https://apt.izzysoft.de/fdroid/index/apk/com.smartpack.kernelprofiler)
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
alt=""
height="80">](https://github.com/SmartPack/KernelProfiler/releases/download/v0.12/com.smartpack.kernelprofiler-v0.12-release.apk)

## Requirements
* ROOT Access
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.kernelprofiler"
minSdkVersion 23
targetSdkVersion 30
versionCode 12
versionName "v0.12"
versionCode 13
versionName "v0.13"
vectorDrawables.useSupportLibrary = true
archivesBaseName = "$applicationId-$versionName"
testFunctionalTest = false
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<uses-permission android:name="android.permission.ACCESS_SUPERUSER" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

<application
android:allowBackup="true"
android:fullBackupContent="true"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/changelogs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"releaseNotes": "v0.12\n - App will now use more material elements.\n - Updated testing profile to show live output.\n - Updated build tools.\n - Miscellaneous changes.\n\nv0.11\n - Completely remove Ads from the app.\n - Added Indonesian transition.\n - Updated build tools.\n - Miscellaneous changes.\n\nv0.10\n - Re-built (nearly) from scratch.\n - Removed a bunch of useless code.\n - Improved overall performance and response.\n - Miscellaneous changes.\n\nv0.9\n - Introduced a new status page on un-rooted or no kernel supported cases.\n - Improved Ad layout.\n - Miscellaneous changes.\n\nv0.8\n - Added Korean translations (credits: @FiestaLake).\n - Updated libsu to v3.0.2.\n - Updated gradle build tools and dependencies.\n - Miscellaneous changes.\n\nv0.7\n - Added language switch.\n - Added An Auto-Mode to App Theme.\n - Added Greek translations (Credits: @tsiflimagas).\n - Miscellaneous changes.\n\nv0.6\n - Blocked screen rotation while showing About/Change-logs.\n - Added Documentation, More apps and Share app options to About menu.\n - Developer tools will now always visible.\n - Miscellaneous changes.\n\nv0.5\n - Improved developer tools.\n - Preparations for play-store release.\n\nbeta-v0.4\n - Improved developer tools.\n - Remove custom banner option.\n - Updated build tools to latest.\n - Updated change-log view.\n - Miscellaneous changes.\n\nbeta-v0.3\n - Removed a bunch of unnecessary code from the developer tools (improved coding quality).\n - Added Portuguese (Brazilian) translations.\n - Added a title check button on create config activity.\n - Added option to edit the current configuration file.\n - Introduced a Developer Mode, which is disabled by default.\n - Miscellaneous changes.\n\nbeta-v0.2\n - Improved kernel support check status before applying custom details.\n - Simplified profile structure requirements.\n - Fixed title on profile creation menu.\n - Overall improvements.\n\nbeta-v0.1\n - Initial (pre) release for public testing."
"releaseNotes": "v0.13\n - App will now target latest Android SDK.\n - Remove unnecessary permissions from app.\n - Internal (coding) improvements.\n - Rebuilt language switch.\n - Updated build tools.\n - Miscellaneous changes.\n\nv0.12\n - App will now use more material elements.\n - Updated testing profile to show live output.\n - Updated build tools.\n - Miscellaneous changes.\n\nv0.11\n - Completely remove Ads from the app.\n - Added Indonesian transition.\n - Updated build tools.\n - Miscellaneous changes.\n\nv0.10\n - Re-built (nearly) from scratch.\n - Removed a bunch of useless code.\n - Improved overall performance and response.\n - Miscellaneous changes.\n\nv0.9\n - Introduced a new status page on un-rooted or no kernel supported cases.\n - Improved Ad layout.\n - Miscellaneous changes.\n\nv0.8\n - Added Korean translations (credits: @FiestaLake).\n - Updated libsu to v3.0.2.\n - Updated gradle build tools and dependencies.\n - Miscellaneous changes.\n\nv0.7\n - Added language switch.\n - Added An Auto-Mode to App Theme.\n - Added Greek translations (Credits: @tsiflimagas).\n - Miscellaneous changes.\n\nv0.6\n - Blocked screen rotation while showing About/Change-logs.\n - Added Documentation, More apps and Share app options to About menu.\n - Developer tools will now always visible.\n - Miscellaneous changes.\n\nv0.5\n - Improved developer tools.\n - Preparations for play-store release.\n\nbeta-v0.4\n - Improved developer tools.\n - Remove custom banner option.\n - Updated build tools to latest.\n - Updated change-log view.\n - Miscellaneous changes.\n\nbeta-v0.3\n - Removed a bunch of unnecessary code from the developer tools (improved coding quality).\n - Added Portuguese (Brazilian) translations.\n - Added a title check button on create config activity.\n - Added option to edit the current configuration file.\n - Introduced a Developer Mode, which is disabled by default.\n - Miscellaneous changes.\n\nbeta-v0.2\n - Improved kernel support check status before applying custom details.\n - Simplified profile structure requirements.\n - Fixed title on profile creation menu.\n - Overall improvements.\n\nbeta-v0.1\n - Initial (pre) release for public testing."
}

0 comments on commit 596c571

Please sign in to comment.