-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- got rid of deprecated methods & useless features - did the code cleaning to optimize app
- Loading branch information
1 parent
e6c3fd3
commit 1a135e9
Showing
60 changed files
with
529 additions
and
887 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,117 +1,118 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
package="com.verNANDo57.rulebook_educational.extradata"> | ||
|
||
<!-- <uses-permission android:name="android.permission.INTERNET" /> --> | ||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" | ||
tools:ignore="ScopedStorage" /> | ||
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" | ||
tools:ignore="ScopedStorage" /> | ||
|
||
<application | ||
android:allowBackup="true" | ||
android:label="@string/app_name" | ||
android:name="com.verNANDo57.rulebook_educational.AppRulebookClass" | ||
android:theme="@style/AppThemeRulebookLight" | ||
android:icon="@drawable/ic_launcher" | ||
android:roundIcon="@drawable/ic_launcher_round" | ||
android:fullBackupContent="true" | ||
android:supportsRtl="true" | ||
android:requestLegacyExternalStorage="true" | ||
tools:targetApi="q" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation"> | ||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.SplashScreenActivity" | ||
android:label="@string/app_name" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
<meta-data | ||
android:name="android.app.shortcuts" | ||
android:resource="@xml/shortcuts" /> | ||
</activity> | ||
<!-- Main --> | ||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.MainActivity" | ||
android:label="@string/app_name_mainactivity" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.AppChooseYourDestiny" | ||
android:label="@string/app_name_chooseyourdestiny" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation"/> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.mainrules.AppMainRulesActivity" | ||
android:label="@string/app_name_mainrules" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.AppRulesInSchemesAndTablesActivity" | ||
android:label="@string/app_name_schemesandtables" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.AppLexiconActivity" | ||
android:label="@string/app_name_lexicon" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.analyze_methods.AppAnalyzeMethods" | ||
android:label="@string/app_name_analyze_methods" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.dictionaries.AppDictionaries" | ||
android:label="@string/app_name_dictionaries" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.dictionaries.AppDictionariesScrollableActivity" | ||
android:label="@string/app_name_dictionaries" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.AppAboutApplicationActivity" | ||
android:label="@string/app_name_credits" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation"/> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.search.AppSearchActivity" | ||
android:label="@string/app_name_search" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation"/> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.mainrules.AppMainRulesScrollableActivityInMainRules" | ||
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.analyze_methods.AppAnalyzeMethodsScrollableActivity" | ||
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize" /> | ||
<!-- EndOfMain --> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.AppRatingActivity" | ||
android:label="@string/app_name_rating" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.preferences.AppSettingsActivity" | ||
android:label="@string/app_name_settings" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.customthemeengine.prefs.CustomThemeEngineThemePickerActivity" | ||
android:label="@string/label_theme_picker" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation"/> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.customthemeengine.prefs.CustomThemeEngineSettingsActivity" | ||
android:label="@string/label_theme_picker" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation"/> | ||
|
||
</application> | ||
</manifest> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
package="com.verNANDo57.rulebook_educational.extradata"> | ||
|
||
<!-- <uses-permission android:name="android.permission.INTERNET" /> --> | ||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" | ||
tools:ignore="ScopedStorage" /> | ||
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" | ||
tools:ignore="ScopedStorage" /> | ||
|
||
<application | ||
android:allowBackup="true" | ||
android:label="@string/app_name" | ||
android:name="com.verNANDo57.rulebook_educational.AppRulebookClass" | ||
android:theme="@style/AppThemeRulebookLight" | ||
android:icon="@drawable/ic_launcher" | ||
android:roundIcon="@drawable/ic_launcher_round" | ||
android:fullBackupContent="true" | ||
android:supportsRtl="true" | ||
android:requestLegacyExternalStorage="true" | ||
tools:targetApi="q" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation"> | ||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.SplashScreenActivity" | ||
android:label="@string/app_name" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" | ||
android:exported="true"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
<meta-data | ||
android:name="android.app.shortcuts" | ||
android:resource="@xml/shortcuts" /> | ||
</activity> | ||
<!-- Main --> | ||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.MainActivity" | ||
android:label="@string/app_name_mainactivity" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.AppSectionSelectionActivity" | ||
android:label="@string/app_name_chooseyourdestiny" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation"/> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.mainrules.AppMainRulesActivity" | ||
android:label="@string/app_name_mainrules" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.AppRulesInSchemesAndTablesActivity" | ||
android:label="@string/app_name_schemesandtables" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.AppLexiconActivity" | ||
android:label="@string/app_name_lexicon" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.analyze_methods.AppAnalyzeMethods" | ||
android:label="@string/app_name_analyze_methods" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.dictionaries.AppDictionaries" | ||
android:label="@string/app_name_dictionaries" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.dictionaries.AppDictionariesScrollableActivity" | ||
android:label="@string/app_name_dictionaries" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.AppAboutApplicationActivity" | ||
android:label="@string/app_name_credits" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation"/> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.search.AppSearchActivity" | ||
android:label="@string/app_name_search" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation"/> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.mainrules.AppMainRulesScrollableActivityInMainRules" | ||
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.rules.analyze_methods.AppAnalyzeMethodsScrollableActivity" | ||
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize" /> | ||
<!-- EndOfMain --> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.AppRatingActivity" | ||
android:label="@string/app_name_rating" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.preferences.AppSettingsActivity" | ||
android:label="@string/app_name_settings" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation" /> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.customthemeengine.prefs.CustomThemeEngineThemePickerActivity" | ||
android:label="@string/label_theme_picker" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation"/> | ||
|
||
<activity | ||
android:name="com.verNANDo57.rulebook_educational.customthemeengine.prefs.CustomThemeEngineSettingsActivity" | ||
android:label="@string/label_theme_picker" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation"/> | ||
|
||
</application> | ||
</manifest> |
Oops, something went wrong.