upstream changes

upstream changes
This commit is contained in:
2023-08-09 03:49:14 +03:00
committed by GitHub
parent d3bbdc75f5
commit 8a6378f509
302 changed files with 13608 additions and 6377 deletions
+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="en" />
<locale android:name="ru" />
</locale-config>
+4 -1
View File
@@ -12,4 +12,7 @@
<files-path
name="files"
path="." />
</paths>
<cache-path
name="shared_images"
path="images/" />
</paths>
+21
View File
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<shortcut
android:enabled="true"
android:icon="@drawable/ic_round_settings_primary"
android:shortcutId="settings"
android:shortcutShortLabel="@string/static_settings"
tools:targetApi="n_mr1">
<intent
android:action="android.intent.action.VIEW"
android:data="shortcut_settings"
android:targetClass="com.meloda.fast.screens.main.activity.MainActivity"
android:targetPackage="com.meloda.fast.dev" />
<intent
android:action="android.intent.action.VIEW"
android:data="shortcut_settings"
android:targetClass="com.meloda.fast.screens.main.activity.MainActivity"
android:targetPackage="com.meloda.fast" />
</shortcut>
</shortcuts>