summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/drawable-anydpi/ic_foreground.xml18
-rw-r--r--res/mipmap-anydpi/ic_launcher.xml5
-rw-r--r--res/mipmap-hdpi/ic_launcher_live_wallpaper.pngbin6163 -> 0 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_live_wallpaper.pngbin3420 -> 0 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher_live_wallpaper.pngbin9991 -> 0 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher_live_wallpaper.pngbin17851 -> 0 bytes
-rw-r--r--res/values-ast-rES/strings.xml32
-rw-r--r--res/values-cy/strings.xml40
-rw-r--r--res/values-eo/strings.xml22
-rw-r--r--res/values-gd/strings.xml24
-rw-r--r--res/values-kab-rDZ/strings.xml24
-rw-r--r--res/values-ku/strings.xml30
-rw-r--r--res/values-lb/strings.xml32
-rw-r--r--res/values-ug/strings.xml30
-rw-r--r--res/values/lineage_colors.xml19
16 files changed, 277 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c483e64..4682931 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -32,7 +32,7 @@
<application
android:label="@string/application_name"
- android:icon="@mipmap/ic_launcher_live_wallpaper"
+ android:icon="@mipmap/ic_launcher"
android:supportsRtl="true" >
<activity android:name="LiveWallpaperActivity"
diff --git a/res/drawable-anydpi/ic_foreground.xml b/res/drawable-anydpi/ic_foreground.xml
new file mode 100644
index 0000000..7eda10f
--- /dev/null
+++ b/res/drawable-anydpi/ic_foreground.xml
@@ -0,0 +1,18 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="108dp"
+ android:height="108dp"
+ android:viewportWidth="115.8042"
+ android:viewportHeight="115.8042">
+ <group android:translateX="34.9021"
+ android:translateY="39.9021">
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M19.88,7.88L18,12L16.12,7.88L12,6L16.12,4.12L18,0L19.88,4.12L24,6L19.88,7.88Z"/>
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M8,8L10.5,13.5L16,16L10.5,18.5L8,24L5.5,18.5L0,16L5.5,13.5L8,8Z"/>
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M28,12L20.5,22L17.5,26C15,21.5 14,20 14,20L2,36L46,36L28,12Z"/>
+ </group>
+</vector>
diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml
new file mode 100644
index 0000000..92971f7
--- /dev/null
+++ b/res/mipmap-anydpi/ic_launcher.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+ <background android:drawable="@color/ic_background"/>
+ <foreground android:drawable="@drawable/ic_foreground"/>
+</adaptive-icon>
diff --git a/res/mipmap-hdpi/ic_launcher_live_wallpaper.png b/res/mipmap-hdpi/ic_launcher_live_wallpaper.png
deleted file mode 100644
index e2a6978..0000000
--- a/res/mipmap-hdpi/ic_launcher_live_wallpaper.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_live_wallpaper.png b/res/mipmap-mdpi/ic_launcher_live_wallpaper.png
deleted file mode 100644
index 83d98c4..0000000
--- a/res/mipmap-mdpi/ic_launcher_live_wallpaper.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher_live_wallpaper.png b/res/mipmap-xhdpi/ic_launcher_live_wallpaper.png
deleted file mode 100644
index 3f62ffb..0000000
--- a/res/mipmap-xhdpi/ic_launcher_live_wallpaper.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher_live_wallpaper.png b/res/mipmap-xxhdpi/ic_launcher_live_wallpaper.png
deleted file mode 100644
index b42c728..0000000
--- a/res/mipmap-xxhdpi/ic_launcher_live_wallpaper.png
+++ /dev/null
Binary files differ
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
new file mode 100644
index 0000000..d3fa7ed
--- /dev/null
+++ b/res/values-ast-rES/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2008 The Android Open Source Project
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="application_name">Seleutor de fondos de pantalla animaos</string>
+ <string name="live_wallpaper_picker_title">Esbillar fondu de pantalla animáu</string>
+ <string name="live_wallpaper_picker_label">Fondos de pantalla animaos</string>
+ <string name="live_wallpaper_preview_title">Previsualización de fondi de pantalla animáu</string>
+ <string name="configure_wallpaper">Axustes…</string>
+ <string name="wallpaper_instructions">Afitar fondu de pantalla</string>
+ <string name="live_wallpaper_empty">Nun hai fondos de pantalla animaos.</string>
+ <string name="set_live_wallpaper">Afitar fondu de pantalla</string>
+ <string name="wallpaper_title_and_author"><xliff:g id="title" example="Galaxy">%1$s</xliff:g> por <xliff:g id="author" example="Google">%2$s</xliff:g></string>
+ <string name="live_wallpaper_loading">Cargando fondu de pantalla animáu…</string>
+ <string name="which_wallpaper_option_home_screen">Pantalla d\'aniciu</string>
+ <string name="which_wallpaper_option_home_screen_and_lock_screen">Pantalles d\'aniciu y bloquéu</string>
+</resources>
diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml
new file mode 100644
index 0000000..7e1ff00
--- /dev/null
+++ b/res/values-cy/strings.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2008 The Android Open Source Project
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="application_name">Dewisydd Papur Wal Byw</string>
+ <string name="live_wallpaper_picker_title">Dewis papur wal byw</string>
+ <string name="live_wallpaper_picker_label">Papurau Wal Byw</string>
+ <string name="live_wallpaper_preview_title">Rhagolwg papur wal byw</string>
+ <string name="configure_wallpaper">Gosodiadau…</string>
+ <string name="delete_live_wallpaper">Dileu</string>
+ <string name="preview">Rhagolwg</string>
+ <string name="wallpaper_instructions">Gosod papur wal</string>
+ <string name="live_wallpaper_empty">Dim papurau wal byw</string>
+ <string name="set_live_wallpaper">Gosod papur wal</string>
+ <string name="wallpaper_title_and_author"><xliff:g id="title" example="Galaxy">%1$s</xliff:g> gan <xliff:g id="author" example="Google">%2$s</xliff:g></string>
+ <string name="live_wallpaper_loading">Yn llwytho papur wal byw…</string>
+ <string name="which_wallpaper_option_home_screen">Sgrin gartref</string>
+ <string name="which_wallpaper_option_home_screen_and_lock_screen">Sgrin gartref a sgrin cloi</string>
+ <string name="explore_further">Archwilio</string>
+ <string name="tab_info">Gwybodaeth</string>
+ <string name="tab_customize">Addasu</string>
+ <string name="delete_wallpaper_confirmation">Dileu\u2019r papur wal hwn o dy ffôn?</string>
+ <string name="collapse_attribution_panel">Cwympo panel gwybodaeth papur wal</string>
+ <string name="expand_attribution_panel">Ehangu panel gwybodaeth papur wal</string>
+</resources>
diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml
new file mode 100644
index 0000000..464dea3
--- /dev/null
+++ b/res/values-eo/strings.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2008 The Android Open Source Project
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="configure_wallpaper">Agordoj…</string>
+ <string name="wallpaper_title_and_author"><xliff:g id="title" example="Galaxy">%1$s</xliff:g> de <xliff:g id="author" example="Google">%2$s</xliff:g></string>
+</resources>
diff --git a/res/values-gd/strings.xml b/res/values-gd/strings.xml
new file mode 100644
index 0000000..c4278c1
--- /dev/null
+++ b/res/values-gd/strings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2008 The Android Open Source Project
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="configure_wallpaper">Roghainnean…</string>
+ <string name="wallpaper_instructions">Suidhich pàipear-balla</string>
+ <string name="set_live_wallpaper">Suidhich pàipear-balla</string>
+ <string name="which_wallpaper_option_home_screen">An sgrìn dachaigh</string>
+</resources>
diff --git a/res/values-kab-rDZ/strings.xml b/res/values-kab-rDZ/strings.xml
new file mode 100644
index 0000000..0038945
--- /dev/null
+++ b/res/values-kab-rDZ/strings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2008 The Android Open Source Project
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="which_wallpaper_option_home_screen">Agdil agejdan</string>
+ <string name="which_wallpaper_option_home_screen_and_lock_screen">Agdil agejdan d ugdil n usekker</string>
+ <string name="collapse_attribution_panel">Fneẓ agalis n telɣut n tugna n ugilal</string>
+ <string name="expand_attribution_panel">Snefli agalis n telɣut n tugna n ugilal</string>
+</resources>
diff --git a/res/values-ku/strings.xml b/res/values-ku/strings.xml
new file mode 100644
index 0000000..1c73a7b
--- /dev/null
+++ b/res/values-ku/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2008 The Android Open Source Project
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="application_name">هەڵباردنی وێنەی ڕاستەوخۆ</string>
+ <string name="live_wallpaper_picker_title">دەست نیشانکردنی وێنەی پشتی زیندوو</string>
+ <string name="live_wallpaper_picker_label">وێنەی پشتەوەی زیندوو</string>
+ <string name="live_wallpaper_preview_title">پێشبینینی وێنەی پشتی زیندوو</string>
+ <string name="configure_wallpaper">رێکخستنەکان…</string>
+ <string name="wallpaper_instructions">دانانی وێنەی پشتەوە</string>
+ <string name="live_wallpaper_empty">پشتەگەڵاڵەی ڕاستەوخۆ نیە.</string>
+ <string name="set_live_wallpaper">دانانی پشتەگەڵاڵە</string>
+ <string name="wallpaper_title_and_author"><xliff:g id="title" example="Galaxy">%1$s</xliff:g> لەلایەن<xliff:g id="author" example="Google">%2$s</xliff:g></string>
+ <string name="live_wallpaper_loading">دانانی پشتەگەڵاڵەی ڕاستەخۆ...</string>
+</resources>
diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml
new file mode 100644
index 0000000..0557f89
--- /dev/null
+++ b/res/values-lb/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2008 The Android Open Source Project
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="application_name">Galerie vu Live-Hannergrondbiller</string>
+ <string name="live_wallpaper_picker_title">Live-Hannergrondbild auswielen</string>
+ <string name="live_wallpaper_picker_label">Live-Hannergrondbiller</string>
+ <string name="live_wallpaper_preview_title">Virschau vum Live-Hannergrondbild</string>
+ <string name="configure_wallpaper">Astellungen…</string>
+ <string name="wallpaper_instructions">Hannergrondbild setzen</string>
+ <string name="live_wallpaper_empty">Keng Live-Hannergrondbiller.</string>
+ <string name="set_live_wallpaper">Hannergrondbild setzen</string>
+ <string name="wallpaper_title_and_author"><xliff:g id="title" example="Galaxy">%1$s</xliff:g> vu(n) <xliff:g id="author" example="Google">%2$s</xliff:g></string>
+ <string name="live_wallpaper_loading">Live-Hannergrondbild gëtt gelueden…</string>
+ <string name="which_wallpaper_option_home_screen">Startschierm</string>
+ <string name="which_wallpaper_option_home_screen_and_lock_screen">Startschierm a Spärschierm</string>
+</resources>
diff --git a/res/values-ug/strings.xml b/res/values-ug/strings.xml
new file mode 100644
index 0000000..529952f
--- /dev/null
+++ b/res/values-ug/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2008 The Android Open Source Project
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="application_name">ھەرىكەتچان تام قەغەز تاللىغۇچ</string>
+ <string name="live_wallpaper_picker_title">ەرىكەتچان تام قەغەز تاللاڭ</string>
+ <string name="live_wallpaper_picker_label">ھەرىكەتچان تام قەغەزلەر</string>
+ <string name="live_wallpaper_preview_title">ھەرىكەتچان تام قەغەزنى ئالدىن كۆزەت</string>
+ <string name="configure_wallpaper">تەڭشەكلەر…</string>
+ <string name="wallpaper_instructions">تام قەغەز تەڭشىكى</string>
+ <string name="live_wallpaper_empty">ھەرىكەتچان تام قەغەز يوق.</string>
+ <string name="set_live_wallpaper">تام قەغەز تەڭشىكى</string>
+ <string name="wallpaper_title_and_author"><xliff:g id="title" example="Galaxy">%1$s</xliff:g>/<xliff:g id="author" example="Google">%2$s</xliff:g></string>
+ <string name="live_wallpaper_loading">ھەرىكەتچان تام قەغەزنى يۈكلەۋاتىدۇ…</string>
+</resources>
diff --git a/res/values/lineage_colors.xml b/res/values/lineage_colors.xml
new file mode 100644
index 0000000..63140fd
--- /dev/null
+++ b/res/values/lineage_colors.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2018 The LineageOS Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <color name="ic_background">#00B1E5</color>
+</resources>