Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit fc6105e

Browse files
Release-tag: 4.7
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent 993f897 commit fc6105e

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Script Manager
22

3-
[![](https://img.shields.io/badge/Script%20Manager-v4.6-green)](https://play.google.com/store/apps/details?id=com.smartpack.scriptmanager)
3+
[![](https://img.shields.io/badge/Script%20Manager-v4.7-green)](https://play.google.com/store/apps/details?id=com.smartpack.scriptmanager)
44
![](https://img.shields.io/github/languages/top/SmartPack/ScriptManager)
55
![](https://img.shields.io/github/contributors/smartpack/ScriptManager)
66
![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager)

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.smartpack.scriptmanager"
1919
minSdkVersion 23
2020
targetSdkVersion 29
21-
versionCode 37
22-
versionName "v4.6"
21+
versionCode 38
22+
versionName "v4.7"
2323
vectorDrawables.useSupportLibrary = true
2424
archivesBaseName = "$applicationId-$versionName"
2525
testFunctionalTest = false
@@ -59,7 +59,7 @@ repositories {
5959
}
6060

6161
dependencies {
62-
playImplementation 'com.android.billingclient:billing:3.0.2'
62+
playImplementation 'com.android.billingclient:billing:3.0.3'
6363
implementation "com.github.topjohnwu.libsu:core:3.0.2"
6464
implementation 'com.google.android.material:material:1.3.0'
6565
}

app/src/main/assets/update_info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"changelogFull": "v4.6\n - Improved internal file picker to avoid some crashes.\n - Moved popup menu items into a new settings page.\n - Miscellaneous changes.\n\nv4.5\n - Fixed possible crashes on some devices.\n - Temporarily fixed issues on Android 11.\n - Overall improved coding style.\n - Miscellaneous changes.\n\nv4.4\n - Updated build tools and SDK.\n - Added a licence page.\n - Slightly updated app UI.\n - App will now show a supporter badge for those who supported development.\n - Miscellaneous changes.\n\nv4.3\n - Updated app to work with the non-rooted environment (with limited capabilities).\n - App will now show live outputs on applying/testing scripts.\n - Overall improvements in app UI (now using more material elements).\n - App will now use its own file picker for selecting scripts by default (configurable).\n - Added a new option to view script content before importing (by long click).\n - Miscellaneous changes.\n\nv4.2\n - Fixed app crashing when trying to import scripts from some locations.\n - Miscellaneous changes.\n\nv4.1\n - Completely removed Ads from the app.\n - Switched to use Material Alert Dialogs.\n - Added donation option.\n - Miscellaneous changes.\n\nv4.0\n - Re-built from (nearly) scratch.\n - App should be now much more fast.\n - Cleaned a whole lot of unused code.\n - Miscellaneous changes.\n\nv3.5\n - Fixed some issues on Create script.\n - Miscellaneous changes.\n\nv3.4\n - Fixed various issues on Edit, create and apply script.\n - Miscellaneous changes.\n\nv3.7\n - Introduced new page to explain no root status.\n - Miscellaneous changes.\n\nv3.6\n - Improved Ad Layout.\n - Removed unnecessary copyright text.\n - Miscellaneous changes.\n\nv3.5\n - Fixed some issues on Create script.\n - Miscellaneous changes.\n\nv3.4\n - Fixed various issues on Edit, create and apply script.\n - Miscellaneous changes.\n\nv3.3\n - Update script Edit and Details views.\n - Updated libsu to v3.0.2.\n - Update gradle build tools.\n - Miscellaneous changes.\n\nv3.2\n - Update description view (Each and every task on scripts are now more straight forward).\n - Added Russian translation (Credits: Mikesew1320).\n - Add an Auto-Mode to App Theme.\n - Improved About and Change-logs view.\n - Miscellaneous Changes.\n\nv3.1\n - Apply and Test script: Show success message if the output is empty \n - Fixed crashing in no root available situations.\n - Barnd new About & Change-log views.\n - Miscellaneous Changes.\n\nv3.0\n - Removed a bunch of unused code.\n - Removed interstitial ads from app.\n - Replace toast messages with snackbar.\n - Miscellaneous changes.\n\nv2.9\n - Largely improved app user interface.\n - Improved root handling.\n - Added portuguese (brazilian) translations (Credits: @Lennoard).\n - Miscellaneous changes.\n\nv2.8\n - Improved apply & test script options.\n - Miscellaneous changes.\n\nv2.7\n - Migrated to libsu (@Lennoard).\n - Added option to test a script while creating/editing.\n - Brand New applying script view.\n - Allow editing copyright text by long-clicking.\n - Miscellaneous changes.\n\nv2.6\n - Added Greek translations (credits: @tsiflimagas).\n - Miscellaneous changes.\n\nv2.5\n - Added dark & light themes.\n - Added an option to change app language.\n - Fixed creating app folder on Android 10.\n - Added Indonesian (credits: @okta-10) and Amharic (credits: @Mikesew1320) translations.\n - Improved Korean translations (credits: @SmgKhOaRn).\n - Updated build tools & dependencies.\n - Miscellaneous changes.\n\nv2.4\n - res: Added Korean translations (credits @SmgKhOaRn).\n - Main: Updated App UI.\n - Misc: Overall code cleaning and quality improvements.\n\nv2.3\n - Main: Disable Ads if SmartPack Donation Package is installed.\n - Main: App Theme: Make it more Dark.\n - gradle: Update build tools & dependencies.\n - Miscellaneous changes.\n\nv2.2\n - Main: Exit app only after pressing back button twice (prevent accidental closing).\n - Misc: Improved no-root message.\n - gradle: Updated build tools.\n - Miscellaneous changes.\n\nv2.1\n - Main: Improved overall coding style.\n - Miscellaneous Changes.\n\nv2.0\n - Scripts: Import: Updated to work with default Documents UI.\n - res: Brand new icons.\n - Miscellaneous Changes.\n\nv1.8\n - Fixed crashing on some devices.\n - Miscellaneous Changes.\n\nv1.7\n - Preparations for PlayStore release.\n - Misc: Updated example scripts.\n - Main: Added a simple banner Ad view at the bottom.\n - Miscellaneous Changes.\n\nbeta_v6\n - File picking: Support more file manager apps.\n - Main: Slightly updated dark theme.\n - Misc: Overall improvements and bug fixes.\n - Miscellaneous Changes.\n\nbeta_v5\n - Script: Main: Switched to Dark black theme.\n - Miscellaneous Changes.\n\nbeta_v4\n - Script: Added option to directly share scripts.\n - Scripts: Added a helper message, if the item list is empty.\n - Updated targetSdkVersion to 29 (Q).\n - Miscellaneous Changes.\n\nbeta_v3\n - Script Manager: Added a welcome message with examples.\n - App update: fully r-written & switched to json base.\n - Scripts: Import scripts: Fix importing from sdcard root folder.\n - Miscellaneous Changes.\n\nalpha_v2\n - Scripts: On-boot: Add choice to select post-fs or late_service.\n - Script: Edit Script: Show an alert dialog if On-boot is already enabled.\n - Miscellaneous Changes.\n\nalpha_v1\n - The very first public release of Script Manager, an app to create, import, edit and easily execute any properly formatted shell scripts."
2+
"changelogFull": "v4.7\n - Improved built-in file picker.\n - Improved language switch.\n - Updated build tools.\n - Miscellaneous changes.\n\nv4.6\n - Improved internal file picker to avoid some crashes.\n - Moved popup menu items into a new settings page.\n - Miscellaneous changes.\n\nv4.5\n - Fixed possible crashes on some devices.\n - Temporarily fixed issues on Android 11.\n - Overall improved coding style.\n - Miscellaneous changes.\n\nv4.4\n - Updated build tools and SDK.\n - Added a licence page.\n - Slightly updated app UI.\n - App will now show a supporter badge for those who supported development.\n - Miscellaneous changes.\n\nv4.3\n - Updated app to work with the non-rooted environment (with limited capabilities).\n - App will now show live outputs on applying/testing scripts.\n - Overall improvements in app UI (now using more material elements).\n - App will now use its own file picker for selecting scripts by default (configurable).\n - Added a new option to view script content before importing (by long click).\n - Miscellaneous changes.\n\nv4.2\n - Fixed app crashing when trying to import scripts from some locations.\n - Miscellaneous changes.\n\nv4.1\n - Completely removed Ads from the app.\n - Switched to use Material Alert Dialogs.\n - Added donation option.\n - Miscellaneous changes.\n\nv4.0\n - Re-built from (nearly) scratch.\n - App should be now much more fast.\n - Cleaned a whole lot of unused code.\n - Miscellaneous changes.\n\nv3.5\n - Fixed some issues on Create script.\n - Miscellaneous changes.\n\nv3.4\n - Fixed various issues on Edit, create and apply script.\n - Miscellaneous changes.\n\nv3.7\n - Introduced new page to explain no root status.\n - Miscellaneous changes.\n\nv3.6\n - Improved Ad Layout.\n - Removed unnecessary copyright text.\n - Miscellaneous changes.\n\nv3.5\n - Fixed some issues on Create script.\n - Miscellaneous changes.\n\nv3.4\n - Fixed various issues on Edit, create and apply script.\n - Miscellaneous changes.\n\nv3.3\n - Update script Edit and Details views.\n - Updated libsu to v3.0.2.\n - Update gradle build tools.\n - Miscellaneous changes.\n\nv3.2\n - Update description view (Each and every task on scripts are now more straight forward).\n - Added Russian translation (Credits: Mikesew1320).\n - Add an Auto-Mode to App Theme.\n - Improved About and Change-logs view.\n - Miscellaneous Changes.\n\nv3.1\n - Apply and Test script: Show success message if the output is empty \n - Fixed crashing in no root available situations.\n - Barnd new About & Change-log views.\n - Miscellaneous Changes.\n\nv3.0\n - Removed a bunch of unused code.\n - Removed interstitial ads from app.\n - Replace toast messages with snackbar.\n - Miscellaneous changes.\n\nv2.9\n - Largely improved app user interface.\n - Improved root handling.\n - Added portuguese (brazilian) translations (Credits: @Lennoard).\n - Miscellaneous changes.\n\nv2.8\n - Improved apply & test script options.\n - Miscellaneous changes.\n\nv2.7\n - Migrated to libsu (@Lennoard).\n - Added option to test a script while creating/editing.\n - Brand New applying script view.\n - Allow editing copyright text by long-clicking.\n - Miscellaneous changes.\n\nv2.6\n - Added Greek translations (credits: @tsiflimagas).\n - Miscellaneous changes.\n\nv2.5\n - Added dark & light themes.\n - Added an option to change app language.\n - Fixed creating app folder on Android 10.\n - Added Indonesian (credits: @okta-10) and Amharic (credits: @Mikesew1320) translations.\n - Improved Korean translations (credits: @SmgKhOaRn).\n - Updated build tools & dependencies.\n - Miscellaneous changes.\n\nv2.4\n - res: Added Korean translations (credits @SmgKhOaRn).\n - Main: Updated App UI.\n - Misc: Overall code cleaning and quality improvements.\n\nv2.3\n - Main: Disable Ads if SmartPack Donation Package is installed.\n - Main: App Theme: Make it more Dark.\n - gradle: Update build tools & dependencies.\n - Miscellaneous changes.\n\nv2.2\n - Main: Exit app only after pressing back button twice (prevent accidental closing).\n - Misc: Improved no-root message.\n - gradle: Updated build tools.\n - Miscellaneous changes.\n\nv2.1\n - Main: Improved overall coding style.\n - Miscellaneous Changes.\n\nv2.0\n - Scripts: Import: Updated to work with default Documents UI.\n - res: Brand new icons.\n - Miscellaneous Changes.\n\nv1.8\n - Fixed crashing on some devices.\n - Miscellaneous Changes.\n\nv1.7\n - Preparations for PlayStore release.\n - Misc: Updated example scripts.\n - Main: Added a simple banner Ad view at the bottom.\n - Miscellaneous Changes.\n\nbeta_v6\n - File picking: Support more file manager apps.\n - Main: Slightly updated dark theme.\n - Misc: Overall improvements and bug fixes.\n - Miscellaneous Changes.\n\nbeta_v5\n - Script: Main: Switched to Dark black theme.\n - Miscellaneous Changes.\n\nbeta_v4\n - Script: Added option to directly share scripts.\n - Scripts: Added a helper message, if the item list is empty.\n - Updated targetSdkVersion to 29 (Q).\n - Miscellaneous Changes.\n\nbeta_v3\n - Script Manager: Added a welcome message with examples.\n - App update: fully r-written & switched to json base.\n - Scripts: Import scripts: Fix importing from sdcard root folder.\n - Miscellaneous Changes.\n\nalpha_v2\n - Scripts: On-boot: Add choice to select post-fs or late_service.\n - Script: Edit Script: Show an alert dialog if On-boot is already enabled.\n - Miscellaneous Changes.\n\nalpha_v1\n - The very first public release of Script Manager, an app to create, import, edit and easily execute any properly formatted shell scripts."
33
}

change-logs.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change-logs
22

3+
## 38. March 14, 2021
4+
*Release-tag: 4.7*<br>
5+
Improved built-in file picker. Improved language switch. Updated build tools. Miscellaneous changes.
6+
37
## 37. February 13, 2021
48
*Release-tag: 4.6*<br>
59
Improved internal file picker to avoid some crashes. Moved popup menu items into a new settings page. Miscellaneous changes.

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

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Improved built-in file picker.
2+
* Improved language switch.
3+
* Updated build tools.
4+
* Miscellaneous changes.

0 commit comments

Comments
 (0)