String extraction (#174)
* Refactored the EPUB reader to use localized string resources instead of hardcoded strings across multiple components. * Refactored the PDF viewer and annotation components to use centralized string resources instead of hardcoded text. * Updated `strings.xml` with extensive translation hints and localization metadata.
This commit is contained in:
parent
17a0097d4a
commit
b027331bd1
20 changed files with 716 additions and 313 deletions
8
app/src/releaseOffline/AndroidManifest.xml
Normal file
8
app/src/releaseOffline/AndroidManifest.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<!-- This instruction strips the internet permission specifically for the releaseOffline build type -->
|
||||
<uses-permission android:name="android.permission.INTERNET" tools:node="remove" />
|
||||
|
||||
</manifest>
|
||||
Loading…
Add table
Add a link
Reference in a new issue