diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f9e20557b5da..9512bb18da12 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -30,6 +30,16 @@ android:exported="false" tools:replace="android:authorities" /> + + + + + + + + diff --git a/app/src/main/res/drawable/ic_keepboth_brownish_24dp.xml b/app/src/main/res/drawable/ic_keepboth_brownish_24dp.xml new file mode 100644 index 000000000000..3aa857f93576 --- /dev/null +++ b/app/src/main/res/drawable/ic_keepboth_brownish_24dp.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_open_brownish_24dp.xml b/app/src/main/res/drawable/ic_open_brownish_24dp.xml new file mode 100644 index 000000000000..49896c1d7c28 --- /dev/null +++ b/app/src/main/res/drawable/ic_open_brownish_24dp.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_replace_brownish_24dp.xml b/app/src/main/res/drawable/ic_replace_brownish_24dp.xml new file mode 100644 index 000000000000..5b01ce51ce43 --- /dev/null +++ b/app/src/main/res/drawable/ic_replace_brownish_24dp.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/download_confirmation.xml b/app/src/main/res/layout/download_confirmation.xml new file mode 100644 index 000000000000..508c3d3a6bb1 --- /dev/null +++ b/app/src/main/res/layout/download_confirmation.xml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/sheet_fire_clear_data.xml b/app/src/main/res/layout/sheet_fire_clear_data.xml index 5fab0b53f10b..862a7c1da0bf 100644 --- a/app/src/main/res/layout/sheet_fire_clear_data.xml +++ b/app/src/main/res/layout/sheet_fire_clear_data.xml @@ -48,7 +48,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:background="?attr/selectableItemBackground" - android:drawableStart="@drawable/ic_clear_browsnish_24dp" + android:drawableStart="@drawable/ic_cancel_brownish_24dp" android:drawablePadding="24dp" android:fontFamily="sans-serif" android:paddingStart="24dp" diff --git a/app/src/main/res/values/string-untranslated.xml b/app/src/main/res/values/string-untranslated.xml index a84ca89f7cf6..557719e21c5c 100644 --- a/app/src/main/res/values/string-untranslated.xml +++ b/app/src/main/res/values/string-untranslated.xml @@ -39,6 +39,13 @@
I blocked it!

☝️You can check the URL bar to see who is trying to track you when you visit a new site.️]]>
+ Continue + Save %1$s + Keep both + Replace + Open + Can\'t open file + Search diff --git a/app/src/main/res/xml/provider_paths.xml b/app/src/main/res/xml/provider_paths.xml new file mode 100644 index 000000000000..b35839ef1254 --- /dev/null +++ b/app/src/main/res/xml/provider_paths.xml @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file