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

Commit

Permalink
Kernel Profiler beta-v0.4
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Jun 1, 2020
1 parent cd0f3a8 commit 29fb31f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Kernel Profiler: The easiest way to manage your kernel settings.

## Download
[![](https://img.shields.io/badge/Kernel%20Profiler-beta--v0.3-green)](https://github.com/SmartPack/KernelProfiler/releases/download/v0.3/com.smartpack.kernelprofiler-beta-v0.3-release.apk)
[![](https://img.shields.io/badge/Kernel%20Profiler-beta--v0.4-green)](https://github.com/SmartPack/KernelProfiler/releases/download/v0.4/com.smartpack.kernelprofiler-beta-v0.4-release.apk)

## Requirements
* ROOT Access
Expand Down Expand Up @@ -57,6 +57,10 @@ The following commits shall be used for further reference
* [Kernel Profiler: Check and remove old files, if necessary](https://github.com/sunilpaulmathew/android_kernel_oneplus_msm8998/commit/a6ae07f4883463847ca5c138cf95b3d363498b25)
* [AnyKernel: Remove custom banner image for Kernel Profiler](https://github.com/sunilpaulmathew/android_kernel_oneplus_msm8998/commit/160c6fa4e1d755fc3f741fe395b5dbee27e1b03b)

## Translations
Please help me to translate this app. The original english string of this app is available at
> https://github.com/SmartPack/KernelProfiler/blob/master/app/src/main/res/values/strings.xml
## Support
[<img src="https://github.com/SmartPack/SmartPack.github.io/blob/master/asset/pic006.png?raw=true"
alt=""
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 3
versionName "beta-v0.3"
versionCode 4
versionName "beta-v0.4"
vectorDrawables.useSupportLibrary = true
archivesBaseName = "$applicationId-$versionName"
testFunctionalTest = false
Expand Down Expand Up @@ -53,5 +53,5 @@ dependencies {
}
implementation "com.github.topjohnwu.libsu:core:2.5.1"
implementation 'com.google.android.gms:play-services-ads:19.1.0'
implementation 'com.google.android.material:material:1.2.0-alpha06'
implementation 'com.google.android.material:material:1.2.0-beta01'
}
4 changes: 2 additions & 2 deletions app/src/main/assets/changelogs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"releaseNotes": "beta-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 current configuration file.\n - Introduced a Developer Mode, which is disabled by default.\n - Miscellaneous changes."
}
"releaseNotes": "beta-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 29fb31f

Please sign in to comment.