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.12
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Dec 22, 2020
1 parent 465e8b0 commit aa46e2a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
![](banner.png)

[![](https://img.shields.io/badge/Kernel%20Profiler-v0.11-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelprofiler)
[![](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/github/downloads/SmartPack/KernelProfiler/total)
![](https://img.shields.io/github/contributors/smartpack/KernelProfiler)
![](https://img.shields.io/github/license/smartpack/KernelProfiler)

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

## Requirements
* ROOT Access
Expand Down
6 changes: 3 additions & 3 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 29
versionCode 11
versionName "v0.11"
versionCode 12
versionName "v0.12"
vectorDrawables.useSupportLibrary = true
archivesBaseName = "$applicationId-$versionName"
testFunctionalTest = false
Expand Down Expand Up @@ -49,5 +49,5 @@ repositories {

dependencies {
implementation "com.github.topjohnwu.libsu:core:3.0.2"
implementation 'com.google.android.material:material:1.3.0-alpha04'
implementation 'com.google.android.material:material:1.3.0-beta01'
}
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.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.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."
}
4 changes: 3 additions & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<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.

This app requires

- ROOT Access
- Support from Kernel Developer (if your favourite kernel developer is not willing to support this app, please do not bother to install)

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

<b>Documentation</b>
- https://github.com/SmartPack/KernelProfiler/wiki

- <a href='https://github.com/SmartPack/KernelProfiler/wiki'>Wiki</a>
Binary file removed release/com.smartpack.kernelprofiler.apk
Binary file not shown.

0 comments on commit aa46e2a

Please sign in to comment.