Skip to content

Commit 5c93940

Browse files
committed
fixed broken per app translation
1 parent 91620d4 commit 5c93940

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "in.hridayan.ashell"
1111
minSdk 26
1212
targetSdk 35
13-
versionCode 53
14-
versionName "v6.0.2"
13+
versionCode 54
14+
versionName "v6.0.3"
1515

1616
ndk.abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64'
1717
}

app/src/main/java/in/hridayan/ashell/fragments/ChangelogFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class ChangelogFragment extends Fragment {
2828
private FragmentChangelogBinding binding;
2929
private Pair<Integer, Integer> mRVPositionAndOffset;
3030

31-
private final String[] versionNames = {"v6.0.2","v6.0.1","v6.0.0","v5.2.1","v5.2.0",
31+
private final String[] versionNames = {"v6.0.3","v6.0.2","v6.0.1","v6.0.0","v5.2.1","v5.2.0",
3232
"v5.1.0", "v5.0.0", "v4.4.0", "v4.3.1", "v4.3.0", "v4.2.1", "v4.2.0", "v4.1.0", "v4.0.3",
3333
"v4.0.2", "v4.0.1", "v4.0.0", "v3.9.1", "v3.9.0", "v3.8.2", "v3.8.1", "v3.8.0", "v3.7.0",
3434
"v3.6.0", "v3.5.1", "v3.5.0", "v3.4.0", "v3.3.0", "v3.2.0", "v3.1.0", "v3.0.0", "v2.0.2",

changelogs/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
tools:ignore="MissingTranslation">
44
//Created by DP-Hridayan
55
Absolutely necessary to follow this string name format
6+
<string name="changelog_v6_0_3">\n\n• Fixed the issue which caused per app translations to be broken for aShell You</string>
67
<string name="changelog_v6_0_2">\n\n• Adapted Github Actions for release builds.\n\n• What this means for you?\n• All subsequent builds including this will be more secure!</string>
78
<string name="changelog_v6_0_1">\n\n• Maintenance update</string>
89
<string name="changelog_v6_0_0">\n\n• Added WIRELESS DEBUGGING mode for running ADB commands on both own or other device\n\n• Redesigned homepage for minimal navigation and less cluttery input field screen\n\n• Added Warning feedback when executing commands involving critical system packages\n\n• Added in-app updater. Now you can directly download the latest package without visiting Github repository\n\n• Fixed a lot of bugs</string>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
3+
• Fixed the issue which caused per app translations to be broken for aShell You

0 commit comments

Comments
 (0)