Skip to content

Commit

Permalink
BusyBox Installer v2.7
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Feb 27, 2022
1 parent 0d434e2 commit a192540
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](fastlane/metadata/android/en-US/images/featureGraphic.png)

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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.smartpack.busyboxinstaller"
minSdkVersion 23
targetSdkVersion 31
versionCode 17
versionName "v2.6"
versionCode 18
versionName "v2.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
archivesBaseName = "$applicationId-$versionName"
testFunctionalTest = false
Expand Down
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": "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."
"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."
}
3 changes: 0 additions & 3 deletions fastlane/metadata/android/en-US/changelogs/17.txt

This file was deleted.

6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Implemented system-less installation mode if normal mode is unavailable (experimental).
* App now targets targets SDK 31.
* Implemented crash reporting.
* Added French, Polish, and Vietnamese translations.
* Updated build tools and dependencies.
* Miscellaneous changes.

0 comments on commit a192540

Please sign in to comment.