Removing Internal changelog

There's a lot of changes this release and I'm tired of writing them twice each time

Based on tachiyomiorg@88032e1

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
This commit is contained in:
Jays2Kings 2021-03-27 16:42:13 -04:00
parent ae4a4a9d28
commit 54a3767eb4
9 changed files with 59 additions and 390 deletions

View File

@ -31,12 +31,13 @@ import eu.kanade.tachiyomi.util.view.visible
import eu.kanade.tachiyomi.util.view.visibleIf
import kotlinx.android.synthetic.main.bottom_menu_sheet.*
class MaterialMenuSheet(
open class MaterialMenuSheet(
activity: Activity,
items: List<MenuSheetItem>,
title: String? = null,
selectedId: Int? = null,
maxHeight: Int? = null,
showDivider: Boolean = false,
onMenuItemClicked: (MaterialMenuSheet, Int) -> Boolean
) :
BottomSheetDialog
@ -56,6 +57,7 @@ class MaterialMenuSheet(
menu_scroll_view.requestLayout()
}
divider.visibleIf(showDivider)
var currentIndex: Int? = null
items.forEachIndexed { index, item ->
val view =

View File

@ -1,32 +0,0 @@
package eu.kanade.tachiyomi.ui.main
import android.app.Dialog
import android.content.Context
import android.os.Bundle
import android.util.AttributeSet
import com.afollestad.materialdialogs.MaterialDialog
import com.afollestad.materialdialogs.customview.customView
import eu.kanade.tachiyomi.BuildConfig
import eu.kanade.tachiyomi.R
import eu.kanade.tachiyomi.ui.base.controller.DialogController
import it.gmariotti.changelibs.library.view.ChangeLogRecyclerView
class ChangelogDialogController : DialogController() {
override fun onCreateDialog(savedViewState: Bundle?): Dialog {
val activity = activity!!
val view = WhatsNewRecyclerView(activity)
return MaterialDialog(activity)
.title(text = if (BuildConfig.DEBUG) "Notices" else "Changelog")
.customView(view = view, scrollable = false)
.positiveButton(android.R.string.yes)
}
class WhatsNewRecyclerView(context: Context) : ChangeLogRecyclerView(context) {
override fun initAttrs(attrs: AttributeSet?, defStyle: Int) {
mRowLayoutId = R.layout.changelog_row_layout
mRowHeaderLayoutId = R.layout.changelog_header_layout
mChangeLogFileResourceId = if (BuildConfig.DEBUG) R.raw.changelog_debug else R.raw.changelog_release
}
}
}

View File

@ -304,7 +304,9 @@ open class MainActivity : BaseActivity(), DownloadServiceListener {
// Show changelog if needed
if (Migrations.upgrade(preferences)) {
if (!BuildConfig.DEBUG) {
ChangelogDialogController().showDialog(router)
content.post {
WhatsNewSheet(this).show()
}
}
}
}

View File

@ -0,0 +1,42 @@
package eu.kanade.tachiyomi.ui.main
import android.app.Activity
import android.content.Intent
import androidx.core.net.toUri
import eu.kanade.tachiyomi.BuildConfig
import eu.kanade.tachiyomi.R
import eu.kanade.tachiyomi.ui.base.MaterialMenuSheet
import eu.kanade.tachiyomi.util.system.toast
class WhatsNewSheet(activity: Activity) : MaterialMenuSheet(
activity,
listOf(
MenuSheetItem(
0,
textRes = R.string.whats_new_this_release,
drawable = R.drawable.ic_new_releases_24dp
),
MenuSheetItem(
1,
textRes = R.string.close,
drawable = R.drawable.ic_close_24dp
)
),
title = activity.getString(R.string.updated_to_, BuildConfig.VERSION_NAME),
showDivider = true,
selectedId = 0,
onMenuItemClicked = { _, item ->
if (item == 0) {
try {
val intent = Intent(
Intent.ACTION_VIEW,
"https://github.com/jays2kings/tachiyomiJ2K/releases/tag/v${BuildConfig.VERSION_NAME}".toUri()
)
activity.startActivity(intent)
} catch (e: Throwable) {
activity.toast(e.message)
}
}
true
}
)

View File

@ -14,7 +14,6 @@ import eu.kanade.tachiyomi.data.updater.UpdateChecker
import eu.kanade.tachiyomi.data.updater.UpdateResult
import eu.kanade.tachiyomi.data.updater.UpdaterService
import eu.kanade.tachiyomi.ui.base.controller.DialogController
import eu.kanade.tachiyomi.ui.main.ChangelogDialogController
import eu.kanade.tachiyomi.util.lang.toTimestampString
import eu.kanade.tachiyomi.util.system.isOnline
import eu.kanade.tachiyomi.util.system.toast
@ -115,10 +114,6 @@ class AboutController : SettingsController() {
preference {
titleRes = R.string.build_time
summary = getFormattedBuildTime()
onClick {
ChangelogDialogController().showDialog(router)
}
}
preference {
titleRes = R.string.open_source_licenses

View File

@ -58,5 +58,15 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:text="Title Text" />
<View
android:id="@+id/divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
android:background="@color/divider"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -1,39 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="false">
<changelogversion changeDate="" versionName="r1340">
<changelogtext>A new screen for managing extensions was added. If you previously installed extensions from FDroid,
you will have to uninstall all of them first (tap on the extension then uninstall), otherwise you won't be able
to update them due to signature mismatch. You won't lose anything in this process as the extensions themselves
don't store anything.
</changelogtext>
</changelogversion>
<changelogversion changeDate="" versionName="r959">
<changelogtext>The download manager has been rewritten and it's possible some of your downloads
aren't recognized anymore. You may have to check your downloads folder and manually delete those.
</changelogtext>
<changelogtext>You can now download to any folder in your SD card.</changelogtext>
<changelogtext>The download directory setting has been reset.</changelogtext>
</changelogversion>
<changelogversion changeDate="" versionName="r857">
<changelogtext>[b]Important![/b] Delete after read has been updated.
This means the value has been reset set to disabled.
This can be changed in Settings > Downloads
</changelogtext>
</changelogversion>
<changelogversion changeDate="" versionName="r736">
<changelogtext>[b]Important![/b] Now chapters follow the order of the sources. [b]It's required that you update your entire library
before reading in order for them to be synced.[/b] Old behavior can be restored for a manga in the overflow menu of the chapters tab.
</changelogtext>
</changelogversion>
<changelogversion changeDate="" versionName="r724">
<changelogtext>Kissmanga covers may not load anymore. The only workaround is to update the details of the manga
from the info tab, or clearing the database (the latter won't fix covers from library manga).
</changelogtext>
</changelogversion>
</changelog>

View File

@ -1,312 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v1.0.10" changeDate="">
<changelogtext>Fixed MAL issues (You will need to log in again)</changelogtext>
<changelogtext>Option to mark previous as unread</changelogtext>
<changelogtext>Bulk Download unread chapters, mark read, mark unread in the library</changelogtext>
</changelogversion>
<changelogversion versionName="v1.0.9" changeDate="">
<changelogtext>Fixes to crashes while using certain extensions</changelogtext>
<changelogtext>Option to save or share a manga cover</changelogtext>
<changelogtext>In LTR/RTL Reader mode, the page no longer overlap the cutout area (notches, hole punches) when zoomed out, and pans past it when zoomed in</changelogtext>
</changelogversion>
<changelogversion versionName="v1.0.8" changeDate="">
<changelogtext>Deeplinking into chapter support for a few sources (Mangadex, MangaPlus, Jaimini's Box, Kirei Cake). more to come maybe</changelogtext>
<changelogtext>Tap on the manga title in reader to go to the manga's details</changelogtext>
<changelogtext>Fixes to MAL signouts</changelogtext>
<changelogtext>Fixes to Nth downloaded chapters not deleting as well as lag when deleting</changelogtext>
<changelogtext>Changed webtoon zoom setting to only disable zoom out</changelogtext>
<changelogtext>Various updates from upstream, such as DNS over HTTPS via Cloudflare</changelogtext>
</changelogversion>
<changelogversion versionName="v1.0.7" changeDate="">
<changelogtext>Fixes to crashes on certain Samsung phones</changelogtext>
<changelogtext>Fixed external links not opening sometimes (if you still have this issue, set this app to the default)</changelogtext>
</changelogversion>
<changelogversion versionName="v1.0.6" changeDate="">
<changelogtext>Dynamic categories: Group your library by sources, tags, and more</changelogtext>
<changelogtext>Editing online manga returns</changelogtext>
<changelogtext>Option to globally search only pinned sources</changelogtext>
<changelogtext>Updates to Migration, making it easier to change sources or migrate to the same one</changelogtext>
<changelogtext>Option to always show the category header</changelogtext>
<changelogtext>Reader now skips chapters based on your filters</changelogtext>
<changelogtext>Option to show list of errors when updating library</changelogtext>
<changelogtext>Continuous vertical mode's crop border setting use the same setting as paged viewer</changelogtext>
<changelogtext>Manga details colored background is now consistent between light and dark themes </changelogtext>
<changelogtext>Along with filtering by manhwa/manhua, you can now filter library by manga</changelogtext>
<changelogtext>New framework used for caching library covers</changelogtext>
<changelogtext>More bug fixes as always</changelogtext>
</changelogversion>
<changelogversion versionName="v1.0.5" changeDate="">
<changelogtext>When jumping to chapters while reading, your last read page will be saved</changelogtext>
<changelogtext>Option to hide category hopper</changelogtext>
<changelogtext>Fixed vpns and miui devices not working</changelogtext>
<changelogtext>Other minor fixes as well</changelogtext>
</changelogversion>
<changelogversion versionName="v1.0.4" changeDate="">
<changelogtext>Fixed local covers</changelogtext>
<changelogtext>Toolbar no longer shows when transitioning chapters with transition
off</changelogtext>
</changelogversion>
<changelogversion versionName="v1.0.3" changeDate="">
<changelogtext>Changed how navigation between categories is done, there's now a hopper at the bottom of the screen</changelogtext>
<changelogtext>The hopper can be moved to the left or right of the screen with a swipe</changelogtext>
<changelogtext>New fast scroll again. Out with the old, in with the older</changelogtext>
<changelogtext>New fast scroller is now in downloads and extensions as well as library and manga info</changelogtext>
<changelogtext>Backups now save a list of your extensions (same as main Tachi)</changelogtext>
<changelogtext>Restores made with newer backups now mention the missing sources by name</changelogtext>
<changelogtext>Reorder filters in the filter bar</changelogtext>
<changelogtext>Perform a global search from your library</changelogtext>
<changelogtext>Collapse or expand all categories at once</changelogtext>
<changelogtext>Downloads and updates now run in parallel, divided by the sources</changelogtext>
<changelogtext>Updated Russian, Portuguese, and Polish translations</changelogtext>
<changelogtext>More Bug fixes</changelogtext>
</changelogversion>
<changelogversion versionName="v1.0.2" changeDate="">
<changelogtext>Here at J2K, we are listening to our customers. Except those who want tabs
back</changelogtext>
<changelogtext>Switch categories by tapping on the library title, with
option to not show all categories at once</changelogtext>
<changelogtext>More grid size options</changelogtext>
<changelogtext>Compact List returns</changelogtext>
<changelogtext>Search by title and author via tapping returns</changelogtext>
<changelogtext>More Bug fixes, including fixing blank pages in reader</changelogtext>
</changelogversion>
<changelogversion versionName="v1.0.1" changeDate="">
<changelogtext>Various Bug fixes</changelogtext>
</changelogversion>
<changelogversion versionName="v1.0.0" changeDate="">
<changelogtext>Full MD2 overhaul, check the GitHub release for full
changelog</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.81" changeDate="">
<changelogtext>Fixed Extensions list sometimes not loading</changelogtext>
<changelogtext>Fixed Catalogue list resetting to the top</changelogtext>
<changelogtext>Fixed those without a category seeing "Updating Default"</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.8" changeDate="">
<changelogtext>Hide categories and show your library in a single list in filters</changelogtext>
<changelogtext>Option to set date format</changelogtext>
<changelogtext>You can now pull to refresh on multiple categories, they will be added to the queue</changelogtext>
<changelogtext>Fast scroller added to library</changelogtext>
<changelogtext>Search history in recently read</changelogtext>
<changelogtext>Unread sorting now always shows unread on top</changelogtext>
<changelogtext>Download notification placeholder improved</changelogtext>
<changelogtext>Confirmation popup when removing manga from library</changelogtext>
<changelogtext>Reworked downloads caching logic</changelogtext>
<changelogtext>Bug fixes for icons and themes</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.761" changeDate="">
<changelogtext>More bug fixes :(</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.76" changeDate="">
<changelogtext>Bug fixes and performance improvements :)</changelogtext>
<changelogtext>If titles of your manga disappeared in the last update, please go to sources and search for it, this will add the title back</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.75" changeDate="">
<changelogtext>Edit all manga info from title to tags for both online and local manga</changelogtext>
<changelogtext>Tracked filter no longer shows tracking for services you've logged out of</changelogtext>
<changelogtext>Added logout button to tracking settings</changelogtext>
<changelogtext>Track button pre-selected when adding new manga to track and there's a single entry</changelogtext>
<changelogtext>Tracking status options now reflect the site's wording and order</changelogtext>
<changelogtext>Refreshing metadata now updates the manga title (if there is a new manga title)</changelogtext>
<changelogtext>Search "local" to see local manga, also can now search artist</changelogtext>
<changelogtext>Tapping the app icon on homescreen no longer closes the reader or webview</changelogtext>
<changelogtext>Fixed crash when changing categories for global download</changelogtext>
<changelogtext>Fully Translated Russian Language</changelogtext>
<changelogtext>Default category name in settings now honors locale</changelogtext>
<changelogtext>Added Last Read to Drag &amp; Drop sorting</changelogtext>
<changelogtext>Fixes to stopping downloads</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.7" changeDate="">
<changelogtext>Extensions notifications now perfected</changelogtext>
<changelogtext>Extensions are checked every hour in app</changelogtext>
<changelogtext>Added badge showing how many updates for extension are pending in the side drawer</changelogtext>
<changelogtext>Extensions no longer available show obsolete</changelogtext>
<changelogtext>More material dialog boxes, Android 10 uses normal casing on buttons</changelogtext>
<changelogtext>Tap on manga thumbnails in info to expand them</changelogtext>
<changelogtext>Have different sorting per category in drag &amp; drop</changelogtext>
<changelogtext>Filter Library by tracked manga</changelogtext>
<changelogtext>Web view now has pull to refresh and progress bar</changelogtext>
<changelogtext>Extensions no longer available show up as obsolete</changelogtext>
<changelogtext>Sort drag &amp; drop by unread</changelogtext>
<changelogtext>Move selected manga to the top or bottom of the list in Drag &amp; Drop</changelogtext>
<changelogtext>Web view now hides the top bar when scroll</changelogtext>
<changelogtext>Search view in toolbar hides filter/no more duplicates</changelogtext>
<changelogtext>Fixed last updated sorting not going by latest chapter upload</changelogtext>
<changelogtext>More translations, Default category now honors your language</changelogtext>
<changelogtext>Fixes to a few dialog boxes, Drag &amp; Drop, selecting in library</changelogtext>
<changelogtext>Fixed double vibration when long pressing in drag &amp; drop mode</changelogtext>
<changelogtext>Updating wording in a few places</changelogtext>
<changelogtext>Settings -> About -> Build Time now shows you this changelog</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.69" changeDate="">
<changelogtext>Restoring backups is now a notification</changelogtext>
<changelogtext>Fixed Recent Read bugs, recently read goes back 50 years</changelogtext>
<changelogtext>Group notifications now only make one sound</changelogtext>
<changelogtext>New Last Updated (last updated being newest chapter) logic now is set on restore as well</changelogtext>
<changelogtext>Using new material dialog boxes</changelogtext>
<changelogtext>For unfavorited manga, chapters now start at the top of the list</changelogtext>
<changelogtext>Option for smart read bg to be based on the page or based on the app theme</changelogtext>
<changelogtext>Splash screen now matches app colors</changelogtext>
<changelogtext>Added option in Advanced to cleanup old downloads</changelogtext>
<changelogtext>Downloads will now take images from the reader cache, instead of downloading again</changelogtext>
<changelogtext>Downloads have been renamed to a more simple format</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.62" changeDate="">
<changelogtext>Fixed Status Bar in Black reader theme</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.61" changeDate="">
<changelogtext>Added splash screen</changelogtext>
<changelogtext>Truly fixed the dark theme bug</changelogtext>
<changelogtext>Fixed downloads not deleting after reading if the chapter has scanlator
</changelogtext>
<changelogtext>🦀Manga Rock is Dead🦀, but that shouldn't crash the app when
pressing browse</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.6" changeDate="">
<changelogtext>Pending downloads can be move to the top or bottom of the queue with a
menu button on the right side, they can also be canceled</changelogtext>
<changelogtext>Fixes for the extension updates notification (should be solid
now)</changelogtext>
<changelogtext>Auto migration now has a prompt before you quit early + fixes</changelogtext>
<changelogtext>Fixed dark theme sometimes mixing with the light, bugging out the
UI</changelogtext>
<changelogtext>Added option to reorder pending downloads by newest or oldest
chapter</changelogtext>
<changelogtext>Mass Migration now shows progress and total manga in the
title</changelogtext>
<changelogtext>Fixed the issue where deleted downloads using the old folder format said
they weren't (they were)</changelogtext>
<changelogtext>Canceled downloads now delete the temp folder</changelogtext>
<changelogtext>Auto Migration source now show their language if multiple languages are
enabled</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.56" changeDate="">
<changelogtext>Rewording a few things</changelogtext>
<changelogtext>Extensions Updater checker now checks every 12 hours, you might need to
renable this setting to get the new timing</changelogtext>
<changelogtext>Fixed reordering drag and drop by last updating being reversed</changelogtext>
<changelogtext>Auto Migrations now shows how many manual migrations were made after
skipping the rest</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.55" changeDate="">
<changelogtext>Drag &amp; Drop support in Library</changelogtext>
<changelogtext>Optimizations for the auto-migration, should now find alternative titles
for mangas</changelogtext>
<changelogtext>Fast scrolling in library</changelogtext>
<changelogtext>(From dev) faster loading when scrubbing the reader's seekbar</changelogtext>
<changelogtext>Barely smaller app size</changelogtext>
<changelogtext>Fix extension notifcation sometimes not showing</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.5" changeDate="">
<changelogtext>Mass/Automatic Source Migration</changelogtext>
<changelogtext>Fix single tag searching + multi tag searching by commas (ie. "Romance,
-Harem, Comedy")</changelogtext>
<changelogtext>Chapters FAB no longer hides</changelogtext>
<changelogtext>Added setting to ignore articles when sorting alphabetically</changelogtext>
<changelogtext>Downloaded chapters names now use scantalors names</changelogtext>
<changelogtext>Fixed reordering downloads restarting the progress</changelogtext>
<changelogtext>(From dev) Auto attempt a login refresh once if MAL returns http
400</changelogtext>
<changelogtext>(From dev) Increase default text size of the transition chapter
page</changelogtext>
<changelogtext>(From dev) Add .nomedia file in each chapter download folder</changelogtext>
<changelogtext>Hard coded Mangadex extension removed, please update your
extensions to access their preferences</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.41" changeDate="">
<changelogtext>Fixed status bar not being transparent for dark themes on Android Pie and
under</changelogtext>
<changelogtext>Manga/Chapter titles are no longer truncated on notifications</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.4" changeDate="">
<changelogtext>Automatically check for updates for installed extensions (Enable it by
going to Extensions -> Overflow menu -> Auto-check for updates)</changelogtext>
<changelogtext>Reorder downloads in queue</changelogtext>
<changelogtext>New Icon!</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.35" changeDate="">
<changelogtext>Fixed crash when disabling all sources in a language before disabling any
sources</changelogtext>
<changelogtext>Added back MangaDex Extension Preferences</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.3" changeDate="">
<changelogtext>Lock Tachiyomi using your fingerprint/Biometrics</changelogtext>
<changelogtext>Added search/sorting/mass enable/disable to catalogue sources</changelogtext>
<changelogtext>Extensions are now filtered to your locale, with an option to show other
languages</changelogtext>
<changelogtext>Fixed AMOLED theme not having dark snackbar</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.2" changeDate="">
<changelogtext>Fixes notification text when there are multiple chapters</changelogtext>
<changelogtext>Simplified errors now show after restoring a backup on the popup
dialog</changelogtext>
<changelogtext>Fixed last updated sorting being in a jumbled order after restoring (Note:
if the list is still jumbled after restore, refersh your library)</changelogtext>
<changelogtext>Fixed notifcations not expanding on older devices</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.1" changeDate="">
<changelogtext>Range Select for Library and Chapters: long Press on an item
then long press on another to select everything in between</changelogtext>
<changelogtext>Tap on top or bottom of a webtoon to scroll up and down
(tapping the sides still works too)</changelogtext>
<changelogtext>Tri-State Filters on library</changelogtext>
<changelogtext>Fixes to white background sometimes in auto dark mode</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.0" changeDate="">
<changelogtext>Android 10 Dark Theme support: You can have Tachiyomi follow the system
theme as well as customize which dark theme to use for dark mode</changelogtext>
<changelogtext>Android 10 edge to edge support (and a translucent nav bar for older
versions): no more small ugly bar for the gesture navigation</changelogtext>
<changelogtext>Automatic background based on manga page: For those that like having a
white background to match the content, this will automatically set the background to
match for moments such as a flashback section of a manga</changelogtext>
<changelogtext>Richer New chapters notifications: Now as a group of notifications,
expanding out to show more information about the new chapters (like chapter name and
manga cover). Tapping on it will bring you right into the chapter or expand it to
mark it as read or view all chapters</changelogtext>
<changelogtext>New material snackbar: Removing manga now auto deletes chapters and has an
undo button in case you change your mind</changelogtext>
<changelogtext>Multi Source Migration from library</changelogtext>
<changelogtext>Notification separation of updating library and new chapters</changelogtext>
<changelogtext>Share sheets upgrade for Android 10</changelogtext>
<changelogtext>Reader seekbar overrides switch app gesture in Android 10, so no more
accidents for that</changelogtext>
<changelogtext>Option to hide manga titles in grid view</changelogtext>
<changelogtext>Filter out your library by searching for tags (ex. "Comedy" or "Slice of
Life") or exclude manga by a tag (ex. "-Shounen" or "-Romance"). Tapping on these
tags also performs a local search</changelogtext>
<changelogtext>Android X Support</changelogtext>
</changelogversion>
</changelog>

View File

@ -539,6 +539,7 @@
<string name="system_default">System default</string>
<string name="date_format">Date format</string>
<string name="check_for_updates">Check for updates</string>
<string name="updated_to_">Updated to v%1$s</string>
<string name="auto_check_for_app_versions">Automatically check for new app versions</string>
<string name="secure_screen">Secure screen</string>
<string name="hide_bottom_nav">Auto-hide bottom navigation</string>