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

Commit 596c571

Browse files
Kernel Profiler v0.13
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent 52e18b6 commit 596c571

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](banner.png)
22

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

2219
## Requirements
2320
* ROOT Access

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.smartpack.kernelprofiler"
1919
minSdkVersion 23
2020
targetSdkVersion 30
21-
versionCode 12
22-
versionName "v0.12"
21+
versionCode 13
22+
versionName "v0.13"
2323
vectorDrawables.useSupportLibrary = true
2424
archivesBaseName = "$applicationId-$versionName"
2525
testFunctionalTest = false

app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<uses-permission android:name="android.permission.ACCESS_SUPERUSER" />
88
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
99
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
10-
10+
1111
<application
1212
android:allowBackup="true"
1313
android:fullBackupContent="true"

app/src/main/assets/changelogs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"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."
2+
"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."
33
}

0 commit comments

Comments
 (0)