Skip to content

Commit 129457c

Browse files
BusyBox Installer v2.6
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent a9bd216 commit 129457c

File tree

6 files changed

+13
-12
lines changed

6 files changed

+13
-12
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](fastlane/metadata/android/en-US/images/featureGraphic.png)
22

3-
[![](https://img.shields.io/badge/BusyBox--Installer-v2.5-green)](https://play.google.com/store/apps/details?id=com.smartpack.busyboxinstaller)
3+
[![](https://img.shields.io/badge/BusyBox--Installer-v2.6-green)](https://play.google.com/store/apps/details?id=com.smartpack.busyboxinstaller)
44
![](https://img.shields.io/github/languages/top/SmartPack/BusyBox-Installer)
55
![](https://img.shields.io/github/contributors/smartpack/BusyBox-Installer)
66

@@ -14,6 +14,9 @@
1414
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
1515
alt=""
1616
height="80">](https://f-droid.org/packages/com.smartpack.busyboxinstaller)
17+
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png"
18+
alt=""
19+
height="80">](https://apt.izzysoft.de/fdroid/index/apk/com.smartpack.busyboxinstaller)
1720

1821
## Requirements
1922
* ROOT Access

app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId "com.smartpack.busyboxinstaller"
1818
minSdkVersion 23
1919
targetSdkVersion 30
20-
versionCode 16
21-
versionName "v2.5"
20+
versionCode 17
21+
versionName "v2.6"
2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
archivesBaseName = "$applicationId-$versionName"
2424
testFunctionalTest = false
@@ -54,8 +54,8 @@ repositories {
5454
}
5555

5656
dependencies {
57-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
57+
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
5858
playImplementation 'com.android.billingclient:billing:4.0.0'
5959
implementation "com.github.topjohnwu.libsu:core:3.1.2"
60-
implementation 'com.google.android.material:material:1.3.0'
60+
implementation 'com.google.android.material:material:1.4.0'
6161
}

app/src/main/assets/changelogs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"releaseNotes": "v2.5\n - App doesn't need storage access permission anymore.\n - Added Spanish, Turkish, Burmese and Arabic translations.\n - Updated Gradle plugin & build tools.\n - Internal updates.\n - Miscellaneous changes.\n\nv2.4\n - Restore separate binary for armv7l architecture.\n - Miscellaneous changes.\n\nv2.3\n - Updated to BusyBox v1.32.1.\n - Re-designed App theme and About page.\n - Miscellaneous changes.\n\nv2.2\n - Improved language switch.\n - Added Czech translations.\n - Miscellaneous changes.\n\nv2.1\n - Updates for latest Android versions.\n - App will now show a supporter badge for those who donated.\n - Updated Korean and Indonesian translations.\n - Added link to POEditor localization service to About menu.\n - Fixed possible crashes.\n - Miscellaneous changes.\n\nv2.0\n - Added support to armv8l architectures (need more testing).\n - App is now completely Ad-frees.\n - App will now follow the system themes.\n - Added a donation option (Settings --> About).\n - Merged About & Change-logs menus.\n - Added custom progress dialogue for BusyBox installation and removing processes.\n - Added Indonesian translations.\n - Replaced toast messages with SnackBars.\n - App now uses material elements as much as possibles.\n - Miscellaneous changes.\n\nv1.9\n - Added auto app theme mode.\n - Updated Ad layout.\n - Updated build tools.\n\nv1.8\n - Updated libsu to v3.0.2.\n - Updated translations, build tools and dependencies.\n - Miscellaneous changes.\n\nv1.7\n - Fixed crashes on clicking install/update button (sorry for that).\n - Slightly improved layout.\n - Miscellaneous changes.\n\nv1.6\n - Implemented Brand New About view.\n - Added change-logs to setting menu.\n - Added language switch.\n - Miscellaneous changes.\n\nv1.5\n - Improve Root handling.\n - Improved App UI.\n - Move top icons into a new Settings Menu.\n - Misc: Replace some toasts with snackbar.\n - Updated Portugease (Brazilian) (Credits @Lennoard) & Korean (Credits: @SmgKhOaRn) translations.\n\nv1.4\n - Migrated to libsu (Credits: @Lennoard ).\n - Largely improved BusyBox installation and removing process (Should work on most devices).\n - Updated Portuguese (Brazilian) translations (Credits: @Lennoard ).\n - Miscellaneous changes.\n\nv1.3\n - Added Greek translations (Credits: @tsiflimagas)\n - Replaced Paypal donation link with Donation app (to staisfy google)\n\nv1.2\n - Added option to remove BusyBox applets installed from the app.\n - Show installed applets list on long-clicking BusyBox image.\n - Show installed BusyBox version on long-clicking info icon.\n - Improved APP UI and coding quality (Credits: @Lennoard ).\n - Added share app & donation buttons.\n - Added Brazilian Portuguese (Credits: @Lennoard ), Amharic (Credits: @Mikesew1320 ) and Russian (Credits: @Mikesew1320 ) translations.\n - Improved Korean translations (Credits: @SmgKhOaRn )\n - Miscellaneous changes\n\nv1.1\n - Added Korean translations (Credits: @SmgKhOaRn)\n - Updated instalaltion success check\n\nv1.0\n - Initial release."
2+
"releaseNotes": "v2.6\n - Added Chinese (TW) and Croatian (incomplete) translations.\n - Updated build tools and dependencies.\n - Miscellaneous changes.\n\nv2.5\n - App doesn't need storage access permission anymore.\n - Added Spanish, Turkish, Burmese and Arabic translations.\n - Updated Gradle plugin & build tools.\n - Internal updates.\n - Miscellaneous changes.\n\nv2.4\n - Restore separate binary for armv7l architecture.\n - Miscellaneous changes.\n\nv2.3\n - Updated to BusyBox v1.32.1.\n - Re-designed App theme and About page.\n - Miscellaneous changes.\n\nv2.2\n - Improved language switch.\n - Added Czech translations.\n - Miscellaneous changes.\n\nv2.1\n - Updates for latest Android versions.\n - App will now show a supporter badge for those who donated.\n - Updated Korean and Indonesian translations.\n - Added link to POEditor localization service to About menu.\n - Fixed possible crashes.\n - Miscellaneous changes.\n\nv2.0\n - Added support to armv8l architectures (need more testing).\n - App is now completely Ad-frees.\n - App will now follow the system themes.\n - Added a donation option (Settings --> About).\n - Merged About & Change-logs menus.\n - Added custom progress dialogue for BusyBox installation and removing processes.\n - Added Indonesian translations.\n - Replaced toast messages with SnackBars.\n - App now uses material elements as much as possibles.\n - Miscellaneous changes.\n\nv1.9\n - Added auto app theme mode.\n - Updated Ad layout.\n - Updated build tools.\n\nv1.8\n - Updated libsu to v3.0.2.\n - Updated translations, build tools and dependencies.\n - Miscellaneous changes.\n\nv1.7\n - Fixed crashes on clicking install/update button (sorry for that).\n - Slightly improved layout.\n - Miscellaneous changes.\n\nv1.6\n - Implemented Brand New About view.\n - Added change-logs to setting menu.\n - Added language switch.\n - Miscellaneous changes.\n\nv1.5\n - Improve Root handling.\n - Improved App UI.\n - Move top icons into a new Settings Menu.\n - Misc: Replace some toasts with snackbar.\n - Updated Portugease (Brazilian) (Credits @Lennoard) & Korean (Credits: @SmgKhOaRn) translations.\n\nv1.4\n - Migrated to libsu (Credits: @Lennoard ).\n - Largely improved BusyBox installation and removing process (Should work on most devices).\n - Updated Portuguese (Brazilian) translations (Credits: @Lennoard ).\n - Miscellaneous changes.\n\nv1.3\n - Added Greek translations (Credits: @tsiflimagas)\n - Replaced Paypal donation link with Donation app (to staisfy google)\n\nv1.2\n - Added option to remove BusyBox applets installed from the app.\n - Show installed applets list on long-clicking BusyBox image.\n - Show installed BusyBox version on long-clicking info icon.\n - Improved APP UI and coding quality (Credits: @Lennoard ).\n - Added share app & donation buttons.\n - Added Brazilian Portuguese (Credits: @Lennoard ), Amharic (Credits: @Mikesew1320 ) and Russian (Credits: @Mikesew1320 ) translations.\n - Improved Korean translations (Credits: @SmgKhOaRn )\n - Miscellaneous changes\n\nv1.1\n - Added Korean translations (Credits: @SmgKhOaRn)\n - Updated instalaltion success check\n\nv1.0\n - Initial release."
33
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77

88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:4.2.1'
10+
classpath 'com.android.tools.build:gradle:7.0.2'
1111
}
1212
}
1313

fastlane/metadata/android/en-US/changelogs/16.txt

-5
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Added Chinese (TW) and Croatian (incomplete) translations.
2+
* Updated build tools and dependencies.
3+
* Miscellaneous changes.

0 commit comments

Comments
 (0)