Skip to content

Commit b2cfa7b

Browse files
committed
added changelogs for v7.2.0
1 parent 2ace75e commit b2cfa7b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/java/in/hridayan/ashell/settings/data/source/VersionList.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ data class VersionToChangelogs(
88
)
99

1010
val versionToChangelogsMap = listOf(
11+
VersionToChangelogs("v7.2.0", R.string.changelog_v7_2_0),
1112
VersionToChangelogs("v7.1.0", R.string.changelog_v7_1_0),
1213
VersionToChangelogs("v7.0.1", R.string.changelog_v7_0_1),
1314
VersionToChangelogs("v7.0.0", R.string.changelog_v7_0_0),

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@
533533
* Use \n to separate changelog lines for bullet points in UI
534534
* Use this exact res ID naming format, eg: for v6.0.0 -> changelog_v6_0_0
535535
*/
536+
<string name="changelog_v7_2_0">\nAdded option to run adb commands from Quick Settings Tiles by adding custom tiles.\nAdded option to backup to cloud (Google Drive). This feature is only present in GitHub builds.\nImproved color scheme and UI and UX in a lot of areas.\nAdded a lot more ADB command examples.</string>
536537
<string name="changelog_v7_1_0">\nFixed an issue where English keyboard might not show up in command input in case user sets a locale other than English for the app\nFixed an issue with Mail icon not showing properly\nFixed an issue which caused app to crash while trying to save huge file outputs\nRemoved redundant permissions\nImproved UI in About section</string>
537538
<string name="changelog_v7_0_1">\nFastlane fix</string>
538539
<string name="changelog_v7_0_0">\nWhole UI Revamped, using material expressive components\nRewritten whole codebase in Kotlin and Jetpack Compose as UI Framework\nAdded push &amp; pull based file manager\nAdded QR Wifi Adb Pairing mode\nAdded app settings and database backup options\nAdded custom theming options\nAdded crash history to view app crash logs\nImproved auto update feature\nImproved UI &amp; UX in shell output\nAdded Android permissions suggestions\nRevamped command examples layout to include labels\nAdded option to Add, Edit or Delete commands as you wish\nLots of existing bugs are now fixed</string>

0 commit comments

Comments
 (0)