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

Commit aa46e2a

Browse files
Kernel Profiler v0.12
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent 465e8b0 commit aa46e2a

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

README.md

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

3-
[![](https://img.shields.io/badge/Kernel%20Profiler-v0.11-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelprofiler)
3+
[![](https://img.shields.io/badge/Kernel%20Profiler-v0.12-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)
77

8-
## Download
8+
# Download
99
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png"
1010
alt=""
1111
height="80">](https://play.google.com/store/apps/details?id=com.smartpack.kernelprofiler)
1212
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
1313
alt=""
14-
height="80">](https://github.com/SmartPack/KernelProfiler/blob/master/release/com.smartpack.kernelprofiler.apk?raw=true)
14+
height="80">](https://github.com/SmartPack/KernelProfiler/releases/download/v0.12/com.smartpack.kernelprofiler-v0.12-release.apk)
1515

1616
## Requirements
1717
* ROOT Access

app/build.gradle

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

5050
dependencies {
5151
implementation "com.github.topjohnwu.libsu:core:3.0.2"
52-
implementation 'com.google.android.material:material:1.3.0-alpha04'
52+
implementation 'com.google.android.material:material:1.3.0-beta01'
5353
}

app/src/main/assets/changelogs.json

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

fastlane/metadata/android/en-US/full_description.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<i>Kernel Profiler</i> is a free and open-sourced profile based kernel management utility, which helps kernel developers to provide predefined profiles to their users.
22

33
This app requires
4+
45
- ROOT Access
56
- Support from Kernel Developer (if your favourite kernel developer is not willing to support this app, please do not bother to install)
67

@@ -12,4 +13,5 @@ This app requires
1213
- Easily create profiles and necessary configuration file within the app (for developers).
1314

1415
<b>Documentation</b>
15-
- https://github.com/SmartPack/KernelProfiler/wiki
16+
17+
- <a href='https://github.com/SmartPack/KernelProfiler/wiki'>Wiki</a>
-1.86 MB
Binary file not shown.

0 commit comments

Comments
 (0)