Skip to content

Commit a192540

Browse files
BusyBox Installer v2.7
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent 0d434e2 commit a192540

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

README.md

+1-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.6-green)](https://play.google.com/store/apps/details?id=com.smartpack.busyboxinstaller)
3+
[![](https://img.shields.io/badge/BusyBox--Installer-v2.7-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

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId "com.smartpack.busyboxinstaller"
1818
minSdkVersion 23
1919
targetSdkVersion 31
20-
versionCode 17
21-
versionName "v2.6"
20+
versionCode 18
21+
versionName "v2.7"
2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
archivesBaseName = "$applicationId-$versionName"
2424
testFunctionalTest = false

app/src/main/assets/changelogs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
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."
2+
"releaseNotes": "v2.7\n - Implemented system-less installation mode if normal mode is unavailable (experimental).\n - App now targets targets SDK 31.\n - Implemented crash reporting.\n - Added French, Polish, and Vietnamese translations.\n - Updated build tools and dependencies.\n - Miscellaneous changes.\n\nv2.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
}

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

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* Implemented system-less installation mode if normal mode is unavailable (experimental).
2+
* App now targets targets SDK 31.
3+
* Implemented crash reporting.
4+
* Added French, Polish, and Vietnamese translations.
5+
* Updated build tools and dependencies.
6+
* Miscellaneous changes.

0 commit comments

Comments
 (0)