From 0b300d36790c61f624405d49d2f37f2a9745f814 Mon Sep 17 00:00:00 2001 From: Jahir Fiquitiva Date: Fri, 4 May 2018 23:38:19 -0500 Subject: [PATCH] Update (#70) --- .gitignore | 4 +- .idea/copyright/profiles_settings.xml | 63 +-- dependencies.gradle | 14 +- gradle/wrapper/gradle-wrapper.properties | 2 +- library/build.gradle | 2 +- library/src/main/AndroidManifest.xml | 4 +- .../blueprint/helpers/extensions/Context.kt | 11 +- .../blueprint/helpers/extensions/Launchers.kt | 3 +- .../providers/viewmodels/RequestsViewModel.kt | 4 +- .../libs/blueprint/quest/IconRequest.kt | 11 +- .../libs/blueprint/quest/utils/AppsLoader.kt | 1 + .../blueprint/quest/utils/NameComparator.kt | 21 +- .../ui/activities/BlueprintKuperActivity.kt | 2 + .../ui/activities/CreditsActivity.kt | 2 + .../blueprint/ui/activities/HelpActivity.kt | 15 +- .../LauncherIconRestorerActivity.kt | 12 +- .../ui/activities/SettingsActivity.kt | 2 + .../activities/base/BaseBlueprintActivity.kt | 5 +- .../libs/blueprint/ui/adapters/HelpAdapter.kt | 2 +- .../libs/blueprint/ui/adapters/HomeAdapter.kt | 27 +- .../blueprint/ui/adapters/IconsAdapter.kt | 6 +- .../blueprint/ui/adapters/LaunchersAdapter.kt | 8 +- .../blueprint/ui/adapters/RequestsAdapter.kt | 7 +- .../ui/adapters/viewholders/IconViewHolder.kt | 4 +- .../blueprint/ui/fragments/ApplyFragment.kt | 29 +- .../blueprint/ui/fragments/HomeFragment.kt | 45 +- .../blueprint/ui/fragments/IconsFragment.kt | 35 +- .../ui/fragments/RequestsFragment.kt | 28 +- .../ui/fragments/SettingsFragment.kt | 16 +- library/src/main/res/anim-v21/card_lift.xml | 20 +- library/src/main/res/drawable/ic_apply.xml | 6 +- library/src/main/res/drawable/ic_changes.xml | 8 +- library/src/main/res/drawable/ic_columns.xml | 4 +- library/src/main/res/drawable/ic_contact.xml | 4 +- library/src/main/res/drawable/ic_filter.xml | 4 +- library/src/main/res/drawable/ic_help.xml | 6 +- library/src/main/res/drawable/ic_home.xml | 4 +- .../main/res/drawable/ic_icons_preview.xml | 4 +- library/src/main/res/drawable/ic_rate.xml | 4 +- library/src/main/res/drawable/ic_request.xml | 4 +- .../src/main/res/drawable/ic_select_all.xml | 4 +- library/src/main/res/drawable/ic_send.xml | 4 +- library/src/main/res/drawable/ic_settings.xml | 6 +- library/src/main/res/drawable/ic_share.xml | 4 +- .../src/main/res/drawable/ic_wallpapers.xml | 8 +- .../main/res/layout/activity_blueprint.xml | 78 ++-- library/src/main/res/layout/dialog_icon.xml | 28 +- .../res/layout/extra_toolbar_icons_grid.xml | 32 +- .../main/res/layout/item_app_to_request.xml | 92 ++-- .../main/res/layout/item_drawer_filter.xml | 100 ++--- .../res/layout/item_drawer_filter_title.xml | 38 +- library/src/main/res/layout/item_help.xml | 50 +-- .../main/res/layout/item_home_app_link.xml | 100 ++--- .../main/res/layout/item_home_counters.xml | 416 +++++++++--------- .../res/layout/item_home_icons_preview.xml | 48 +- library/src/main/res/layout/item_icon.xml | 16 +- library/src/main/res/layout/item_launcher.xml | 70 +-- library/src/main/res/layout/section_home.xml | 28 +- library/src/main/res/layout/widget_clock.xml | 16 +- .../main/res/layout/widget_icon_restorer.xml | 20 +- library/src/main/res/menu/menu_help.xml | 26 +- library/src/main/res/menu/menu_main.xml | 122 ++--- library/src/main/res/menu/search.xml | 14 +- .../values-af-rZA/translatable_strings.xml | 12 +- .../values-ar-rSA/translatable_strings.xml | 26 +- .../values-ca-rES/translatable_strings.xml | 12 +- .../values-cs-rCZ/translatable_strings.xml | 14 +- .../values-da-rDK/translatable_strings.xml | 12 +- .../values-de-rDE/translatable_strings.xml | 214 ++++----- .../values-el-rGR/translatable_strings.xml | 12 +- .../values-en-rID/translatable_strings.xml | 14 +- .../values-en-rUS/translatable_strings.xml | 214 ++++----- .../values-es-rES/translatable_strings.xml | 214 ++++----- .../values-fi-rFI/translatable_strings.xml | 12 +- .../values-fr-rFR/translatable_strings.xml | 212 ++++----- .../values-hi-rIN/translatable_strings.xml | 112 ++--- .../values-hr-rHR/translatable_strings.xml | 202 ++++----- .../values-hu-rHU/translatable_strings.xml | 204 ++++----- .../values-in-rID/translatable_strings.xml | 206 ++++----- .../values-it-rIT/translatable_strings.xml | 214 ++++----- .../values-iw-rIL/translatable_strings.xml | 12 +- .../values-ja-rJP/translatable_strings.xml | 30 +- .../values-ko-rKR/translatable_strings.xml | 106 ++--- .../values-ml-rIN/translatable_strings.xml | 12 +- .../values-nl-rNL/translatable_strings.xml | 12 +- .../values-no-rNO/translatable_strings.xml | 14 +- .../values-pl-rPL/translatable_strings.xml | 214 ++++----- .../values-pt-rBR/translatable_strings.xml | 214 ++++----- .../values-pt-rPT/translatable_strings.xml | 12 +- .../values-ro-rRO/translatable_strings.xml | 158 +++---- .../values-ru-rRU/translatable_strings.xml | 184 ++++---- .../values-sh-rHR/translatable_strings.xml | 12 +- .../values-sr-rSP/translatable_strings.xml | 12 +- .../values-sv-rSE/translatable_strings.xml | 12 +- .../main/res/values-sw600dp-land/integers.xml | 2 +- .../src/main/res/values-sw600dp/integers.xml | 2 +- .../values-tr-rTR/translatable_strings.xml | 210 ++++----- .../values-uk-rUA/translatable_strings.xml | 12 +- .../values-vi-rVN/translatable_strings.xml | 12 +- .../values-zh-rCN/translatable_strings.xml | 214 ++++----- .../values-zh-rTW/translatable_strings.xml | 12 +- library/src/main/res/values/icon_pack.xml | 2 +- .../main/res/values/translatable_strings.xml | 22 +- library/src/main/res/values/wallpapers.xml | 4 +- .../main/res/xml/clock_widget_provider.xml | 16 +- .../res/xml/icon_restorer_widget_provider.xml | 2 +- library/src/main/res/xml/preferences.xml | 122 ++--- 107 files changed, 2669 insertions(+), 2646 deletions(-) diff --git a/.gitignore b/.gitignore index b0f4bbe59..fe2413fa2 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,8 @@ proguard/ /.idea/dictionaries /.idea/inspectionProfiles /.idea/libraries +/.idea/caches +/.idea/codeStyles /.idea/markdown-navigator /.idea/*.xml #gradle.properties @@ -88,4 +90,4 @@ proguard/ /captures /projectFilesBackup /reports -/report \ No newline at end of file +/report diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml index e4dc4193b..8d4e6b5eb 100644 --- a/.idea/copyright/profiles_settings.xml +++ b/.idea/copyright/profiles_settings.xml @@ -1,31 +1,36 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dependencies.gradle b/dependencies.gradle index 6acbc2748..4b79deaea 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -19,18 +19,18 @@ ext.versions = [ targetSdk : 27, buildTools : '27.0.3', // Versions: - versionCode : 113, - versionName : '1.1.3', + versionCode : 114, + versionName : '1.1.4', // Gradle Plugins - gradle : '3.0.1', - kotlin : '1.2.21', + gradle : '3.1.1', + kotlin : '1.2.41', libs : '2.0', // Dependencies - kuper : '1.3.0', - materialDrawer: '6.0.6', + kuper : '1.3.1', + materialDrawer: '6.0.7', counterFab : '1.0.3', bridge : '5.1.2', - oneSignal : '3.7.1' + oneSignal : '3.8.3' ] ext.gradlePlugins = [ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d00431268..bcadd3b61 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip diff --git a/library/build.gradle b/library/build.gradle index 3fae06f13..0ff63c145 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -117,4 +117,4 @@ tasks.whenTaskAdded { task -> } } -apply from: '../lib-artifacts.gradle' \ No newline at end of file +apply from: '../lib-artifacts.gradle' diff --git a/library/src/main/AndroidManifest.xml b/library/src/main/AndroidManifest.xml index 90696eb60..c75dc693b 100644 --- a/library/src/main/AndroidManifest.xml +++ b/library/src/main/AndroidManifest.xml @@ -20,8 +20,10 @@ package="jahirfiquitiva.libs.blueprint"> - + + diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/helpers/extensions/Context.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/helpers/extensions/Context.kt index ff10b264e..ebaa5be18 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/helpers/extensions/Context.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/helpers/extensions/Context.kt @@ -16,12 +16,19 @@ package jahirfiquitiva.libs.blueprint.helpers.extensions import android.content.Context +import android.support.v4.app.Fragment import jahirfiquitiva.libs.blueprint.R import jahirfiquitiva.libs.blueprint.helpers.utils.BPKonfigs +import jahirfiquitiva.libs.kauextensions.extensions.ctxt +import jahirfiquitiva.libs.kauextensions.ui.activities.ThemedActivity import java.util.concurrent.TimeUnit -internal val Context.bpKonfigs: BPKonfigs - get() = BPKonfigs(this) +@Suppress("DEPRECATION", "UNCHECKED_CAST") +internal val Fragment.configs: BPKonfigs + get() = (activity as? ThemedActivity)?.configs + ?: activity?.let { BPKonfigs(it) } + ?: context?.let { BPKonfigs(it) } + ?: BPKonfigs(ctxt) fun Context.millisToText(millis: Long): String { when { diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/helpers/extensions/Launchers.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/helpers/extensions/Launchers.kt index ce2de80e6..1e025d0b3 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/helpers/extensions/Launchers.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/helpers/extensions/Launchers.kt @@ -25,6 +25,7 @@ import ca.allanwang.kau.utils.materialDialog import ca.allanwang.kau.utils.startLink import jahirfiquitiva.libs.blueprint.R import jahirfiquitiva.libs.blueprint.data.models.Launcher +import jahirfiquitiva.libs.frames.helpers.extensions.jfilter import jahirfiquitiva.libs.frames.helpers.utils.PLAY_STORE_LINK_PREFIX import jahirfiquitiva.libs.kauextensions.extensions.showToast import jahirfiquitiva.libs.kauextensions.extensions.stringArray @@ -138,7 +139,7 @@ internal val Context.supportedLaunchers: ArrayList internal val Context.enabledLaunchers: ArrayList get() { val enabled = stringArray(R.array.launchers) - return ArrayList(supportedLaunchers.filter { enabled.contains(it.key) }) + return supportedLaunchers.jfilter { enabled.contains(it.key) } } fun Context.executeLauncherIntent(launcherKey: String) { diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/providers/viewmodels/RequestsViewModel.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/providers/viewmodels/RequestsViewModel.kt index d1d180395..fb933dacb 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/providers/viewmodels/RequestsViewModel.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/providers/viewmodels/RequestsViewModel.kt @@ -25,7 +25,7 @@ import ca.allanwang.kau.utils.integer import jahirfiquitiva.libs.archhelpers.tasks.QAsync import jahirfiquitiva.libs.blueprint.BuildConfig import jahirfiquitiva.libs.blueprint.R -import jahirfiquitiva.libs.blueprint.helpers.extensions.bpKonfigs +import jahirfiquitiva.libs.blueprint.helpers.utils.BPKonfigs import jahirfiquitiva.libs.blueprint.quest.App import jahirfiquitiva.libs.blueprint.quest.IconRequest import jahirfiquitiva.libs.blueprint.quest.events.RequestsCallback @@ -161,7 +161,7 @@ class RequestsViewModel : ViewModel() { .filterXmlId(R.xml.appfilter) .withTimeLimit( context.integer(R.integer.time_limit_in_minutes), - context.bpKonfigs.prefs) + BPKonfigs(context).prefs) .maxSelectionCount(context.integer(R.integer.max_apps_to_request)) .setCallback(callback) .build().loadApps(onProgress) diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/quest/IconRequest.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/quest/IconRequest.kt index 424a3b146..4b5c90458 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/quest/IconRequest.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/quest/IconRequest.kt @@ -55,6 +55,7 @@ import jahirfiquitiva.libs.blueprint.quest.utils.saveAll import jahirfiquitiva.libs.blueprint.quest.utils.saveIcon import jahirfiquitiva.libs.blueprint.quest.utils.wipe import jahirfiquitiva.libs.blueprint.quest.utils.zip +import jahirfiquitiva.libs.frames.helpers.extensions.jfilter import jahirfiquitiva.libs.kauextensions.extensions.getAppName import jahirfiquitiva.libs.kauextensions.extensions.getUri import jahirfiquitiva.libs.kauextensions.extensions.hasContent @@ -62,6 +63,7 @@ import jahirfiquitiva.libs.kauextensions.extensions.readBoolean import jahirfiquitiva.libs.kauextensions.extensions.readEnum import jahirfiquitiva.libs.kauextensions.extensions.writeBoolean import jahirfiquitiva.libs.kauextensions.extensions.writeEnum +import okhttp3.MultipartBody import org.json.JSONObject import org.xmlpull.v1.XmlPullParser import java.io.File @@ -176,7 +178,7 @@ class IconRequest private constructor() { request = this } - @IntDef(STATE_NORMAL.toLong(), STATE_LIMITED.toLong(), STATE_TIME_LIMITED.toLong()) + @IntDef(STATE_NORMAL, STATE_LIMITED, STATE_TIME_LIMITED) @Retention(AnnotationRetention.SOURCE) annotation class State @@ -804,22 +806,25 @@ class IconRequest private constructor() { } if (uploadToArctic) { + Bridge.config() .host(host) .defaultHeader("TokenID", apiKey) .defaultHeader("Accept", "application/json") .defaultHeader("User-Agent", "afollestad/icon-request") .validators(RemoteValidator()) + try { val zipFile = buildZip( - date, - ArrayList(arcticZipFiles.filter { it.name.endsWith("png", true) })) + date, arcticZipFiles.jfilter { it.name.endsWith("png", true) }) cleanFiles() if (zipFile != null) { val form = MultipartForm() form.add("archive", zipFile) form.add("apps", JSONObject(jsonSb?.toString().orEmpty()).toString()) + post("/v1/request").throwIfNotSuccess().body(form).request() + BPLog.d { "Request uploaded to the server!" } val amount = requestsLeft - selectedApps.size diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/quest/utils/AppsLoader.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/quest/utils/AppsLoader.kt index c8fcc7617..5ce819352 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/quest/utils/AppsLoader.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/quest/utils/AppsLoader.kt @@ -2,6 +2,7 @@ package jahirfiquitiva.libs.blueprint.quest.utils import android.content.Context import android.content.Intent +import android.content.pm.ApplicationInfo import android.content.pm.PackageManager import android.content.pm.ResolveInfo import jahirfiquitiva.libs.blueprint.helpers.utils.BPLog diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/quest/utils/NameComparator.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/quest/utils/NameComparator.kt index 5a9300a61..a342b73d2 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/quest/utils/NameComparator.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/quest/utils/NameComparator.kt @@ -20,14 +20,19 @@ import android.content.pm.ResolveInfo internal class NameComparator(private val mPM: PackageManager) : Comparator { override fun compare(ra: ResolveInfo, rb: ResolveInfo): Int { - var sa: CharSequence = ra.loadLabel(mPM) ?: "" - if (!sa.hasContent()) { - sa = ra.activityInfo.packageName + try { + var sa: CharSequence = ra.loadLabel(mPM) ?: "" + var sb: CharSequence = rb.loadLabel(mPM) ?: "" + + if (!sa.hasContent()) sa = ra.activityInfo.packageName + if (!sb.hasContent()) sb = rb.activityInfo.packageName + + if (!sa.hasContent() && !sb.hasContent()) return 0 + if (!sa.hasContent()) return -1 + if (!sb.hasContent()) return 1 + return sa.toString().compareTo(sb.toString()) + } catch (e: Exception) { + return 0 } - var sb: CharSequence = rb.loadLabel(mPM) ?: "" - if (!sa.hasContent()) { - sb = rb.activityInfo.packageName - } - return sa.toString().compareTo(sb.toString()) } } \ No newline at end of file diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/BlueprintKuperActivity.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/BlueprintKuperActivity.kt index bc8b09566..554c8e9f6 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/BlueprintKuperActivity.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/BlueprintKuperActivity.kt @@ -17,9 +17,11 @@ package jahirfiquitiva.libs.blueprint.ui.activities import com.github.javiersantos.piracychecker.PiracyChecker import jahirfiquitiva.libs.blueprint.R +import jahirfiquitiva.libs.blueprint.helpers.utils.BPKonfigs import jahirfiquitiva.libs.kuper.ui.activities.KuperActivity class BlueprintKuperActivity : KuperActivity() { + override val configs: BPKonfigs by lazy { BPKonfigs(this) } override fun getLicKey(): String? = "" override fun getLicenseChecker(): PiracyChecker? = null override fun amazonInstallsEnabled(): Boolean = false diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/CreditsActivity.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/CreditsActivity.kt index bc49e6d39..24242fb73 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/CreditsActivity.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/CreditsActivity.kt @@ -16,9 +16,11 @@ package jahirfiquitiva.libs.blueprint.ui.activities import jahirfiquitiva.libs.blueprint.R +import jahirfiquitiva.libs.blueprint.helpers.utils.BPKonfigs import jahirfiquitiva.libs.frames.ui.activities.CreditsActivity class CreditsActivity : CreditsActivity() { + override val configs: BPKonfigs by lazy { BPKonfigs(this) } override fun lightTheme(): Int = R.style.BlueprintLightTheme override fun darkTheme(): Int = R.style.BlueprintDarkTheme override fun amoledTheme(): Int = R.style.BlueprintAmoledTheme diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/HelpActivity.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/HelpActivity.kt index e420917c1..33e98179d 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/HelpActivity.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/HelpActivity.kt @@ -27,8 +27,10 @@ import android.view.MenuItem import ca.allanwang.kau.email.sendEmail import com.pluscubed.recyclerfastscroll.RecyclerFastScroller import jahirfiquitiva.libs.blueprint.R +import jahirfiquitiva.libs.blueprint.helpers.utils.BPKonfigs import jahirfiquitiva.libs.blueprint.ui.adapters.HelpAdapter import jahirfiquitiva.libs.blueprint.ui.adapters.HelpItem +import jahirfiquitiva.libs.frames.helpers.extensions.jfilter import jahirfiquitiva.libs.frames.ui.widgets.EmptyViewRecyclerView import jahirfiquitiva.libs.kauextensions.extensions.bind import jahirfiquitiva.libs.kauextensions.extensions.getActiveIconsColorFor @@ -44,7 +46,9 @@ import jahirfiquitiva.libs.kauextensions.ui.activities.ThemedActivity import jahirfiquitiva.libs.kauextensions.ui.widgets.CustomSearchView @SuppressLint("MissingSuperCall") -class HelpActivity : ThemedActivity() { +class HelpActivity : ThemedActivity() { + + override val configs: BPKonfigs by lazy { BPKonfigs(this) } override fun lightTheme(): Int = R.style.BlueprintLightTheme override fun darkTheme(): Int = R.style.BlueprintDarkTheme override fun amoledTheme(): Int = R.style.BlueprintAmoledTheme @@ -137,12 +141,9 @@ class HelpActivity : ThemedActivity() { private fun doSearch(filter: String = "") { if (filter.hasContent()) { - adapter.setItems( - ArrayList( - faqs.filter { - (it.question.contains(filter, true) || it.answer.contains( - filter, true)) - })) + adapter.setItems(faqs.jfilter { + (it.question.contains(filter, true) || it.answer.contains(filter, true)) + }) } else { adapter.setItems(faqs) } diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/LauncherIconRestorerActivity.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/LauncherIconRestorerActivity.kt index c47414f34..d9a1e428d 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/LauncherIconRestorerActivity.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/LauncherIconRestorerActivity.kt @@ -21,10 +21,12 @@ import android.os.Bundle import android.support.v7.app.AppCompatActivity import android.widget.Toast import jahirfiquitiva.libs.blueprint.R -import jahirfiquitiva.libs.blueprint.helpers.extensions.bpKonfigs +import jahirfiquitiva.libs.blueprint.helpers.utils.BPKonfigs class LauncherIconRestorerActivity : AppCompatActivity() { + private val configs: BPKonfigs by lazy { BPKonfigs(this) } + override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) val pm = packageManager @@ -45,15 +47,13 @@ class LauncherIconRestorerActivity : AppCompatActivity() { val content: String if (className != null) { val component = ComponentName(packageName, componentName) - if (!bpKonfigs.launcherIconShown) { - bpKonfigs.launcherIconShown = true + if (!configs.launcherIconShown) { + configs.launcherIconShown = true pm.setComponentEnabledSetting( component, PackageManager.COMPONENT_ENABLED_STATE_ENABLED, PackageManager.DONT_KILL_APP) - content = getString( - R.string.launcher_icon_restored, - getString(R.string.app_name)) + content = getString(R.string.launcher_icon_restored, getString(R.string.app_name)) } else { content = getString( R.string.launcher_icon_not_restored, diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/SettingsActivity.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/SettingsActivity.kt index 5e7f20bab..bfc778a51 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/SettingsActivity.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/SettingsActivity.kt @@ -17,10 +17,12 @@ package jahirfiquitiva.libs.blueprint.ui.activities import android.support.v4.app.Fragment import jahirfiquitiva.libs.blueprint.R +import jahirfiquitiva.libs.blueprint.helpers.utils.BPKonfigs import jahirfiquitiva.libs.blueprint.ui.fragments.SettingsFragment import jahirfiquitiva.libs.frames.ui.activities.SettingsActivity class SettingsActivity : SettingsActivity() { + override val configs: BPKonfigs by lazy { BPKonfigs(this) } override fun lightTheme(): Int = R.style.BlueprintLightTheme override fun darkTheme(): Int = R.style.BlueprintDarkTheme override fun amoledTheme(): Int = R.style.BlueprintAmoledTheme diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/base/BaseBlueprintActivity.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/base/BaseBlueprintActivity.kt index 91aebb0c9..aa1db307a 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/base/BaseBlueprintActivity.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/activities/base/BaseBlueprintActivity.kt @@ -48,6 +48,7 @@ import jahirfiquitiva.libs.blueprint.data.models.NavigationItem import jahirfiquitiva.libs.blueprint.helpers.extensions.blueprintFormat import jahirfiquitiva.libs.blueprint.helpers.extensions.defaultLauncher import jahirfiquitiva.libs.blueprint.helpers.extensions.executeLauncherIntent +import jahirfiquitiva.libs.blueprint.helpers.utils.BPKonfigs import jahirfiquitiva.libs.blueprint.helpers.utils.DEFAULT_APPLY_POSITION import jahirfiquitiva.libs.blueprint.helpers.utils.DEFAULT_HOME_POSITION import jahirfiquitiva.libs.blueprint.helpers.utils.DEFAULT_ICONS_POSITION @@ -96,8 +97,10 @@ import jahirfiquitiva.libs.kauextensions.ui.layouts.FixedElevationAppBarLayout import jahirfiquitiva.libs.kauextensions.ui.widgets.CustomSearchView import jahirfiquitiva.libs.kuper.ui.widgets.PseudoViewPager -abstract class BaseBlueprintActivity : BaseFramesActivity(), FilterTitleDrawerItem.ButtonListener { +abstract class BaseBlueprintActivity : BaseFramesActivity(), + FilterTitleDrawerItem.ButtonListener { + override val configs: BPKonfigs by lazy { BPKonfigs(this) } override fun lightTheme(): Int = R.style.BlueprintLightTheme override fun darkTheme(): Int = R.style.BlueprintDarkTheme override fun amoledTheme(): Int = R.style.BlueprintAmoledTheme diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/HelpAdapter.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/HelpAdapter.kt index 55e254118..eae75316a 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/HelpAdapter.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/HelpAdapter.kt @@ -28,6 +28,6 @@ class HelpAdapter : RecyclerViewListAdapter() { holder.setQA(list[position]) } - override fun doCreateVH(parent: ViewGroup, viewType: Int): HelpViewHolder = + override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): HelpViewHolder = HelpViewHolder(parent.inflate(R.layout.item_help)) } \ No newline at end of file diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/HomeAdapter.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/HomeAdapter.kt index 465b00514..b8145992f 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/HomeAdapter.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/HomeAdapter.kt @@ -32,6 +32,7 @@ import jahirfiquitiva.libs.blueprint.data.models.NavigationItem import jahirfiquitiva.libs.blueprint.ui.activities.base.BaseBlueprintActivity import jahirfiquitiva.libs.blueprint.ui.adapters.viewholders.AppLinkItemHolder import jahirfiquitiva.libs.blueprint.ui.adapters.viewholders.CounterItemHolder +import jahirfiquitiva.libs.frames.helpers.extensions.jfilter import jahirfiquitiva.libs.frames.helpers.extensions.tilesColor import jahirfiquitiva.libs.frames.ui.adapters.viewholders.SectionedHeaderViewHolder import jahirfiquitiva.libs.kauextensions.extensions.getActiveIconsColorFor @@ -108,24 +109,22 @@ class HomeAdapter( } } - override fun onCreateViewHolder(parent: ViewGroup?, viewType: Int): SectionedViewHolder? = - parent?.let { - when (viewType) { - 0 -> { - if (showInfo) CounterItemHolder(it.inflate(R.layout.item_home_counters)) - else AppLinkItemHolder(it.inflate(R.layout.item_home_app_link)) - } - 1, 2 -> - AppLinkItemHolder(it.inflate(R.layout.item_home_app_link)) - else -> SectionedHeaderViewHolder(it.inflate(R.layout.item_section_header)) + override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): SectionedViewHolder = + when (viewType) { + 0 -> { + if (showInfo) CounterItemHolder(parent.inflate(R.layout.item_home_counters)) + else AppLinkItemHolder(parent.inflate(R.layout.item_home_app_link)) } + 1, 2 -> + AppLinkItemHolder(parent.inflate(R.layout.item_home_app_link)) + else -> SectionedHeaderViewHolder(parent.inflate(R.layout.item_section_header)) } override fun getItemCount(section: Int): Int { return when (section) { - 0 -> if (showInfo) 1 else list.filter { it.isAnApp }.size - 1 -> list.filter { if (showInfo) it.isAnApp else !it.isAnApp }.size - 2 -> list.filter { !it.isAnApp }.size + 0 -> if (showInfo) 1 else list.jfilter { it.isAnApp }.size + 1 -> list.jfilter { if (showInfo) it.isAnApp else !it.isAnApp }.size + 2 -> list.jfilter { !it.isAnApp }.size else -> 0 } } @@ -229,7 +228,7 @@ class HomeAdapter( private fun bindAppsAndLinks(holder: AppLinkItemHolder, section: Int, position: Int) { val correctSection = if (showInfo) 1 else 0 holder.setItem( - list.filter { if (section == correctSection) it.isAnApp else !it.isAnApp }[position], + list.jfilter { if (section == correctSection) it.isAnApp else !it.isAnApp }[position], listener) } } \ No newline at end of file diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/IconsAdapter.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/IconsAdapter.kt index 0f726e38b..933911204 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/IconsAdapter.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/IconsAdapter.kt @@ -30,7 +30,7 @@ class IconsAdapter( ) : RecyclerViewListAdapter() { - override fun doCreateVH(parent: ViewGroup, viewType: Int): IconViewHolder = + override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): IconViewHolder = IconViewHolder(parent.inflate(R.layout.item_icon)) override fun doBind(holder: IconViewHolder, position: Int, shouldAnimate: Boolean) { @@ -41,8 +41,8 @@ class IconsAdapter( } } - override fun onViewRecycled(holder: IconViewHolder?) { + override fun onViewRecycled(holder: IconViewHolder) { super.onViewRecycled(holder) - holder?.unbind() + holder.unbind() } } \ No newline at end of file diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/LaunchersAdapter.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/LaunchersAdapter.kt index ba6638ae0..184c6731c 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/LaunchersAdapter.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/LaunchersAdapter.kt @@ -26,17 +26,17 @@ import jahirfiquitiva.libs.blueprint.ui.adapters.viewholders.LauncherViewHolder internal class LaunchersAdapter( private val manager: RequestManager?, private val listener: (Launcher) -> Unit = {} - ) : + ) : RecyclerViewListAdapter() { - override fun doCreateVH(parent: ViewGroup, viewType: Int): LauncherViewHolder = + override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): LauncherViewHolder = LauncherViewHolder(parent.inflate(R.layout.item_launcher)) override fun doBind(holder: LauncherViewHolder, position: Int, shouldAnimate: Boolean) = holder.bind(manager, list[position], listener) - override fun onViewRecycled(holder: LauncherViewHolder?) { + override fun onViewRecycled(holder: LauncherViewHolder) { super.onViewRecycled(holder) - holder?.unbind() + holder.unbind() } } \ No newline at end of file diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/RequestsAdapter.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/RequestsAdapter.kt index 349b1b3d2..687cf27be 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/RequestsAdapter.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/RequestsAdapter.kt @@ -29,7 +29,8 @@ class RequestsAdapter( private val onItemsChanged: () -> Unit ) : RecyclerViewListAdapter() { - override fun doCreateVH(parent: ViewGroup, viewType: Int): RequestViewHolder = + + override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): RequestViewHolder = RequestViewHolder(parent.inflate(R.layout.item_app_to_request)) override fun doBind(holder: RequestViewHolder, position: Int, shouldAnimate: Boolean) { @@ -42,8 +43,8 @@ class RequestsAdapter( } } - override fun onViewRecycled(holder: RequestViewHolder?) { + override fun onViewRecycled(holder: RequestViewHolder) { super.onViewRecycled(holder) - holder?.unbind() + holder.unbind() } } \ No newline at end of file diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/viewholders/IconViewHolder.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/viewholders/IconViewHolder.kt index 021ee2cfa..2f6df1599 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/viewholders/IconViewHolder.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/adapters/viewholders/IconViewHolder.kt @@ -26,7 +26,7 @@ import com.bumptech.glide.RequestManager import com.bumptech.glide.request.RequestOptions import jahirfiquitiva.libs.blueprint.R import jahirfiquitiva.libs.blueprint.data.models.Icon -import jahirfiquitiva.libs.blueprint.helpers.extensions.bpKonfigs +import jahirfiquitiva.libs.blueprint.helpers.utils.BPKonfigs import jahirfiquitiva.libs.blueprint.helpers.utils.ICONS_ANIMATION_DURATION import jahirfiquitiva.libs.blueprint.helpers.utils.ICONS_ANIMATION_DURATION_DELAY import jahirfiquitiva.libs.frames.helpers.extensions.releaseFromGlide @@ -55,7 +55,7 @@ class IconViewHolder(itemView: View) : RecyclerView.ViewHolder(itemView) { .apply(options) .listener(object : GlideRequestCallback() { override fun onLoadSucceed(resource: Drawable): Boolean { - return if (context.bpKonfigs.animationsEnabled && animate) { + return if (BPKonfigs(context).animationsEnabled && animate) { scaleXY = 0F lastPosition = adapterPosition animate().scaleX(1F) diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/ApplyFragment.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/ApplyFragment.kt index 70e07e8ba..785e63e56 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/ApplyFragment.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/ApplyFragment.kt @@ -15,7 +15,6 @@ */ package jahirfiquitiva.libs.blueprint.ui.fragments -import android.arch.lifecycle.ViewModelProviders import android.support.v7.widget.GridLayoutManager import android.view.View import ca.allanwang.kau.utils.dpToPx @@ -24,6 +23,7 @@ import ca.allanwang.kau.utils.isAppInstalled import ca.allanwang.kau.utils.setPaddingBottom import com.bumptech.glide.Glide import com.pluscubed.recyclerfastscroll.RecyclerFastScroller +import jahirfiquitiva.libs.archhelpers.extensions.lazyViewModel import jahirfiquitiva.libs.archhelpers.ui.fragments.ViewModelFragment import jahirfiquitiva.libs.blueprint.R import jahirfiquitiva.libs.blueprint.data.models.Launcher @@ -32,6 +32,7 @@ import jahirfiquitiva.libs.blueprint.helpers.extensions.showLauncherNotInstalled import jahirfiquitiva.libs.blueprint.providers.viewmodels.LaunchersViewModel import jahirfiquitiva.libs.blueprint.ui.activities.base.BaseBlueprintActivity import jahirfiquitiva.libs.blueprint.ui.adapters.LaunchersAdapter +import jahirfiquitiva.libs.frames.helpers.extensions.jfilter import jahirfiquitiva.libs.frames.ui.widgets.EmptyViewRecyclerView import jahirfiquitiva.libs.kauextensions.extensions.bind import jahirfiquitiva.libs.kauextensions.extensions.ctxt @@ -43,26 +44,22 @@ import jahirfiquitiva.libs.kauextensions.ui.decorations.GridSpacingItemDecoratio internal class ApplyFragment : ViewModelFragment() { private var recyclerView: EmptyViewRecyclerView? = null - private var launchersViewModel: LaunchersViewModel? = null + private val launchersViewModel: LaunchersViewModel by lazyViewModel() private val adapter: LaunchersAdapter? by lazy { LaunchersAdapter(context?.let { Glide.with(it) }) { onItemClicked(it, false) } } - override fun initViewModel() { - launchersViewModel = ViewModelProviders.of(this).get(LaunchersViewModel::class.java) - } - - override fun registerObserver() { - launchersViewModel?.observe(this) { setAdapterItems(it) } + override fun registerObservers() { + launchersViewModel.observe(this) { setAdapterItems(it) } } override fun loadDataFromViewModel() { - ctxt { launchersViewModel?.loadData(it) } + ctxt { launchersViewModel.loadData(it) } } - override fun unregisterObserver() { - launchersViewModel?.destroy(this) + override fun unregisterObservers() { + launchersViewModel.destroy(this) } override fun initUI(content: View) { @@ -99,15 +96,13 @@ internal class ApplyFragment : ViewModelFragment() { if (filter.hasContent()) { recyclerView?.setEmptyImage(R.drawable.no_results) recyclerView?.setEmptyText(R.string.search_no_results) - setAdapterItems( - ArrayList( - launchersViewModel?.getData().orEmpty().filter { - it.name.contains(filter, true) - })) + setAdapterItems(ArrayList(launchersViewModel.getData().orEmpty()).jfilter { + it.name.contains(filter, true) + }) } else { recyclerView?.setEmptyImage(R.drawable.empty_section) recyclerView?.setEmptyText(R.string.empty_section) - setAdapterItems(ArrayList(launchersViewModel?.getData().orEmpty())) + setAdapterItems(ArrayList(launchersViewModel.getData().orEmpty())) } scrollToTop() } diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/HomeFragment.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/HomeFragment.kt index bd2439268..a30a04765 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/HomeFragment.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/HomeFragment.kt @@ -15,8 +15,8 @@ */ package jahirfiquitiva.libs.blueprint.ui.fragments +import android.annotation.SuppressLint import android.app.WallpaperManager -import android.arch.lifecycle.ViewModelProviders import android.graphics.drawable.Drawable import android.support.v4.widget.NestedScrollView import android.support.v7.widget.LinearLayoutManager @@ -25,11 +25,11 @@ import ca.allanwang.kau.utils.dpToPx import ca.allanwang.kau.utils.setPaddingBottom import ca.allanwang.kau.utils.startLink import com.bumptech.glide.Glide +import jahirfiquitiva.libs.archhelpers.extensions.lazyViewModel import jahirfiquitiva.libs.archhelpers.ui.fragments.ViewModelFragment import jahirfiquitiva.libs.blueprint.R import jahirfiquitiva.libs.blueprint.data.models.HomeItem import jahirfiquitiva.libs.blueprint.data.models.Icon -import jahirfiquitiva.libs.blueprint.helpers.extensions.bpKonfigs import jahirfiquitiva.libs.blueprint.providers.viewmodels.HomeItemViewModel import jahirfiquitiva.libs.blueprint.providers.viewmodels.IconsViewModel import jahirfiquitiva.libs.blueprint.ui.activities.base.BaseBlueprintActivity @@ -49,9 +49,9 @@ class HomeFragment : ViewModelFragment() { override fun autoStartLoad(): Boolean = true - private var model: HomeItemViewModel? = null - private var iconsModel: IconsViewModel? = null - private var wallsModel: WallpapersViewModel? = null + private val model: HomeItemViewModel by lazyViewModel() + private val iconsModel: IconsViewModel by lazyViewModel() + private val wallsModel: WallpapersViewModel by lazyViewModel() private var recyclerView: EmptyViewRecyclerView? = null private var nestedScroll: NestedScrollView? = null @@ -60,8 +60,8 @@ class HomeFragment : ViewModelFragment() { private val homeAdapter: HomeAdapter? by lazy { HomeAdapter( WeakReference(activity), - iconsModel?.getData().orEmpty().size, - wallsModel?.getData().orEmpty().size) { + iconsModel.getData().orEmpty().size, + wallsModel.getData().orEmpty().size) { onItemClicked(it, false) } } @@ -80,18 +80,12 @@ class HomeFragment : ViewModelFragment() { } else null } - override fun initViewModel() { - model = ViewModelProviders.of(this).get(HomeItemViewModel::class.java) - iconsModel = ViewModelProviders.of(this).get(IconsViewModel::class.java) - wallsModel = ViewModelProviders.of(this).get(WallpapersViewModel::class.java) - } - - override fun registerObserver() { - model?.observe(this) { + override fun registerObservers() { + model.observe(this) { homeAdapter?.updateItems(ArrayList(it)) recyclerView?.state = EmptyViewRecyclerView.State.NORMAL } - iconsModel?.observe(this) { categories -> + iconsModel.observe(this) { categories -> val allIcons = ArrayList() val filters = ArrayList() categories.forEach { @@ -101,20 +95,20 @@ class HomeFragment : ViewModelFragment() { homeAdapter?.updateIconsCount(ArrayList(allIcons.distinctBy { it.name }).size) (activity as? BaseBlueprintActivity)?.initFiltersDrawer(filters) } - wallsModel?.observe(this) { homeAdapter?.updateWallsCount(it.size) } + wallsModel.observe(this) { homeAdapter?.updateWallsCount(it.size) } } - override fun unregisterObserver() { - model?.destroy(this) - iconsModel?.destroy(this) - wallsModel?.destroy(this) + override fun unregisterObservers() { + model.destroy(this) + iconsModel.destroy(this) + wallsModel.destroy(this) } override fun loadDataFromViewModel() { actv { - model?.loadData(it) - iconsModel?.loadData(it) - wallsModel?.loadData(it) + model.loadData(it) + iconsModel.loadData(it) + wallsModel.loadData(it) } } @@ -185,10 +179,11 @@ class HomeFragment : ViewModelFragment() { if (isVisibleToUser) scrollToTop() } + @SuppressLint("MissingPermission") private fun bindPreviewCard() { val wallManager: WallpaperManager? = WallpaperManager.getInstance(activity) val drawable: Drawable? = - if (activity?.bpKonfigs?.wallpaperInIconsPreview == true) { + if ((activity as? BaseBlueprintActivity)?.configs?.wallpaperInIconsPreview == true) { try { wallManager?.fastDrawable } catch (e: Exception) { diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/IconsFragment.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/IconsFragment.kt index fc6584ac3..7039a356a 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/IconsFragment.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/IconsFragment.kt @@ -17,7 +17,6 @@ package jahirfiquitiva.libs.blueprint.ui.fragments import android.annotation.SuppressLint import android.app.Activity -import android.arch.lifecycle.ViewModelProviders import android.content.Intent import android.graphics.Bitmap import android.graphics.BitmapFactory @@ -25,22 +24,23 @@ import android.graphics.drawable.BitmapDrawable import android.net.Uri import android.support.v4.content.res.ResourcesCompat import android.support.v7.widget.GridLayoutManager -import android.view.MotionEvent import android.view.View import ca.allanwang.kau.utils.dpToPx import ca.allanwang.kau.utils.integer import ca.allanwang.kau.utils.setPaddingBottom import com.bumptech.glide.Glide import com.pluscubed.recyclerfastscroll.RecyclerFastScroller +import jahirfiquitiva.libs.archhelpers.extensions.lazyViewModel import jahirfiquitiva.libs.archhelpers.ui.fragments.ViewModelFragment import jahirfiquitiva.libs.blueprint.R import jahirfiquitiva.libs.blueprint.data.models.Icon import jahirfiquitiva.libs.blueprint.data.models.IconsCategory -import jahirfiquitiva.libs.blueprint.helpers.extensions.bpKonfigs +import jahirfiquitiva.libs.blueprint.helpers.extensions.configs import jahirfiquitiva.libs.blueprint.providers.viewmodels.IconsViewModel import jahirfiquitiva.libs.blueprint.ui.activities.base.BaseBlueprintActivity import jahirfiquitiva.libs.blueprint.ui.adapters.IconsAdapter import jahirfiquitiva.libs.blueprint.ui.fragments.dialogs.IconDialog +import jahirfiquitiva.libs.frames.helpers.extensions.jfilter import jahirfiquitiva.libs.frames.helpers.utils.ICONS_PICKER import jahirfiquitiva.libs.frames.helpers.utils.IMAGE_PICKER import jahirfiquitiva.libs.frames.ui.widgets.EmptyViewRecyclerView @@ -60,7 +60,7 @@ class IconsFragment : ViewModelFragment() { fun create(key: Int) = IconsFragment().apply { pickerKey = key } } - private var model: IconsViewModel? = null + private val model: IconsViewModel by lazyViewModel() private var recyclerView: EmptyViewRecyclerView? = null private var fastScroller: RecyclerFastScroller? = null @@ -71,9 +71,9 @@ class IconsFragment : ViewModelFragment() { } fun applyFilters(filters: ArrayList) { - val list = ArrayList(model?.getData().orEmpty()) + val list = ArrayList(model.getData().orEmpty()) if (filters.isNotEmpty()) { - setAdapterItems(ArrayList(list.filter { validFilter(it.title, filters) })) + setAdapterItems(list.jfilter { validFilter(it.title, filters) }) } else { setAdapterItems(list) } @@ -87,7 +87,7 @@ class IconsFragment : ViewModelFragment() { recyclerView?.setEmptyImage(R.drawable.empty_section) recyclerView?.setEmptyText(R.string.empty_section) } - setAdapterItems(ArrayList(model?.getData().orEmpty()), search) + setAdapterItems(ArrayList(model.getData().orEmpty()), search) scrollToTop() } @@ -95,12 +95,8 @@ class IconsFragment : ViewModelFragment() { recyclerView?.post { recyclerView?.scrollToPosition(0) } } - override fun initViewModel() { - model = ViewModelProviders.of(this).get(IconsViewModel::class.java) - } - - override fun registerObserver() { - model?.observe(this) { categories -> + override fun registerObservers() { + model.observe(this) { categories -> setAdapterItems(ArrayList(categories)) (activity as? BaseBlueprintActivity)?.let { val filters = ArrayList() @@ -115,7 +111,7 @@ class IconsFragment : ViewModelFragment() { categories.forEach { category -> if (filteredBy.hasContent()) icons.addAll( - category.getIcons().filter { validIconFilter(filteredBy, it, category) }) + category.getIcons().jfilter { validIconFilter(filteredBy, it, category) }) else icons.addAll(category.getIcons()) } adapter?.setItems(ArrayList(icons.distinctBy { it.name }.sortedBy { it.name })) @@ -128,8 +124,7 @@ class IconsFragment : ViewModelFragment() { private fun validIconFilter(filter: String, icon: Icon, category: IconsCategory): Boolean { return if (filter.hasContent()) { - val deep = context?.bpKonfigs?.deepSearchEnabled ?: false - if (deep) { + if (configs.deepSearchEnabled) { icon.name.contains(filter, true) || category.title.contains(filter, true) } else { icon.name.contains(filter, true) @@ -137,8 +132,8 @@ class IconsFragment : ViewModelFragment() { } else true } - override fun unregisterObserver() { - model?.destroy(this) + override fun unregisterObservers() { + model.destroy(this) } override fun onDestroyView() { @@ -152,7 +147,7 @@ class IconsFragment : ViewModelFragment() { actv { dialog?.dismiss(it, IconDialog.TAG) } } - override fun loadDataFromViewModel() = actv { model?.loadData(it) } + override fun loadDataFromViewModel() = actv { model.loadData(it) } override fun getContentLayout(): Int = R.layout.section_layout @@ -205,7 +200,7 @@ class IconsFragment : ViewModelFragment() { actv { dialog?.dismiss(it, IconDialog.TAG) dialog = IconDialog() - dialog?.show(it, item.name, item.icon, it.bpKonfigs.animationsEnabled) + dialog?.show(it, item.name, item.icon, configs.animationsEnabled) } } } diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/RequestsFragment.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/RequestsFragment.kt index 08d2bd7bf..e5ac186d4 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/RequestsFragment.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/RequestsFragment.kt @@ -16,7 +16,6 @@ package jahirfiquitiva.libs.blueprint.ui.fragments import android.annotation.SuppressLint -import android.arch.lifecycle.ViewModelProviders import android.support.v7.widget.DefaultItemAnimator import android.support.v7.widget.GridLayoutManager import android.support.v7.widget.RecyclerView @@ -29,6 +28,7 @@ import com.afollestad.materialdialogs.MaterialDialog import com.andremion.counterfab.CounterFab import com.bumptech.glide.Glide import com.pluscubed.recyclerfastscroll.RecyclerFastScroller +import jahirfiquitiva.libs.archhelpers.extensions.lazyViewModel import jahirfiquitiva.libs.archhelpers.ui.fragments.ViewModelFragment import jahirfiquitiva.libs.blueprint.R import jahirfiquitiva.libs.blueprint.providers.viewmodels.RequestsViewModel @@ -38,6 +38,7 @@ import jahirfiquitiva.libs.blueprint.ui.activities.base.BaseBlueprintActivity import jahirfiquitiva.libs.blueprint.ui.adapters.RequestsAdapter import jahirfiquitiva.libs.blueprint.ui.fragments.dialogs.RequestLimitDialog import jahirfiquitiva.libs.frames.helpers.extensions.buildMaterialDialog +import jahirfiquitiva.libs.frames.helpers.extensions.jfilter import jahirfiquitiva.libs.frames.ui.widgets.EmptyViewRecyclerView import jahirfiquitiva.libs.kauextensions.extensions.actv import jahirfiquitiva.libs.kauextensions.extensions.ctxt @@ -50,7 +51,7 @@ import jahirfiquitiva.libs.kauextensions.ui.decorations.GridSpacingItemDecoratio @SuppressLint("MissingSuperCall") class RequestsFragment : ViewModelFragment() { - private var viewModel: RequestsViewModel? = null + private val viewModel: RequestsViewModel by lazyViewModel() private var recyclerView: EmptyViewRecyclerView? = null private var fastScroller: RecyclerFastScroller? = null @@ -169,23 +170,20 @@ class RequestsFragment : ViewModelFragment() { if (filter.hasContent()) { recyclerView?.setEmptyImage(R.drawable.no_results) recyclerView?.setEmptyText(R.string.search_no_results) - viewModel?.getData()?.let { - adapter?.setItems(ArrayList(it.filter { it.name.contains(filter, true) })) - } + adapter?.setItems( + ArrayList(viewModel.getData().orEmpty()).jfilter { + it.name.contains(filter, true) + }) } else { recyclerView?.setEmptyImage(R.drawable.empty_section) recyclerView?.setEmptyText(R.string.empty_section) - viewModel?.getData()?.let { adapter?.setItems(ArrayList(it)) } + viewModel.getData()?.let { adapter?.setItems(ArrayList(it)) } } scrollToTop() } - override fun initViewModel() { - viewModel = ViewModelProviders.of(this).get(RequestsViewModel::class.java) - } - - override fun registerObserver() { - viewModel?.observe(this) { + override fun registerObservers() { + viewModel.observe(this) { adapter?.setItems(ArrayList(it)) if (actuallyVisible) { if (it.isEmpty()) { @@ -208,7 +206,7 @@ class RequestsFragment : ViewModelFragment() { private fun internalLoadData(force: Boolean) { actv { actv -> - viewModel?.loadData( + viewModel.loadData( actv, { otherDialog = actv.buildMaterialDialog { title(R.string.no_selected_apps_title) @@ -247,8 +245,8 @@ class RequestsFragment : ViewModelFragment() { } } - override fun unregisterObserver() { - viewModel?.destroy(this) + override fun unregisterObservers() { + viewModel.destroy(this) } override fun onDestroy() { diff --git a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/SettingsFragment.kt b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/SettingsFragment.kt index 30c22bc8b..fb51b8b6c 100644 --- a/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/SettingsFragment.kt +++ b/library/src/main/kotlin/jahirfiquitiva/libs/blueprint/ui/fragments/SettingsFragment.kt @@ -20,7 +20,7 @@ import android.content.pm.PackageManager import android.preference.Preference import android.preference.SwitchPreference import jahirfiquitiva.libs.blueprint.R -import jahirfiquitiva.libs.blueprint.helpers.extensions.bpKonfigs +import jahirfiquitiva.libs.blueprint.helpers.extensions.configs import jahirfiquitiva.libs.frames.helpers.extensions.buildMaterialDialog import jahirfiquitiva.libs.kauextensions.extensions.actv import jahirfiquitiva.libs.kauextensions.extensions.ctxt @@ -34,8 +34,8 @@ class SettingsFragment : SettingsFragment() { val toolbarHeaderPref = findPreference("wallpaper_in_icons_preview") as SwitchPreference toolbarHeaderPref.setOnPreferenceChangeListener { _, any -> val enable = any.toString().equals("true", true) - if (enable != context?.bpKonfigs?.wallpaperInIconsPreview) - context?.bpKonfigs?.wallpaperInIconsPreview = enable + if (enable != configs.wallpaperInIconsPreview) + configs.wallpaperInIconsPreview = enable true } @@ -55,7 +55,7 @@ class SettingsFragment : SettingsFragment() { val hideIcon = findPreference("launcher_icon") as SwitchPreference if (className != null) { - hideIcon.isChecked = !ctxt.bpKonfigs.launcherIconShown + hideIcon.isChecked = !configs.launcherIconShown hideIcon.onPreferenceChangeListener = Preference.OnPreferenceChangeListener { _, newValue -> @@ -68,8 +68,8 @@ class SettingsFragment : SettingsFragment() { positiveText(android.R.string.yes) negativeText(android.R.string.no) onPositive { _, _ -> - if (ctxt.bpKonfigs.launcherIconShown) { - ctxt.bpKonfigs.launcherIconShown = false + if (configs.launcherIconShown) { + configs.launcherIconShown = false ctxt.packageManager.setComponentEnabledSetting( component, PackageManager.COMPONENT_ENABLED_STATE_DISABLED, @@ -86,8 +86,8 @@ class SettingsFragment : SettingsFragment() { } dialog?.show() } else { - if (!ctxt.bpKonfigs.launcherIconShown) { - ctxt.bpKonfigs.launcherIconShown = true + if (!configs.launcherIconShown) { + configs.launcherIconShown = true ctxt.packageManager.setComponentEnabledSetting( component, PackageManager.COMPONENT_ENABLED_STATE_ENABLED, diff --git a/library/src/main/res/anim-v21/card_lift.xml b/library/src/main/res/anim-v21/card_lift.xml index 6aca5d350..6a8be04f3 100644 --- a/library/src/main/res/anim-v21/card_lift.xml +++ b/library/src/main/res/anim-v21/card_lift.xml @@ -19,23 +19,23 @@ + android:state_enabled="true" + android:state_pressed="true"> + android:duration="@android:integer/config_shortAnimTime" + android:propertyName="translationZ" + android:valueTo="6dp" + android:valueType="floatType" /> + android:duration="@android:integer/config_shortAnimTime" + android:propertyName="translationZ" + android:valueTo="0" + android:valueType="floatType" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_apply.xml b/library/src/main/res/drawable/ic_apply.xml index 4b8b452ad..3c9dd0c4d 100644 --- a/library/src/main/res/drawable/ic_apply.xml +++ b/library/src/main/res/drawable/ic_apply.xml @@ -22,8 +22,8 @@ android:viewportHeight="24"> +v11.1h-4.4v2.2h4.4c1.2,0,2.2-1,2.2-2.2V5.3C22,4.1,21,3.1,19.8,3.1z" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_changes.xml b/library/src/main/res/drawable/ic_changes.xml index 41ef5b56c..5c4d2268a 100644 --- a/library/src/main/res/drawable/ic_changes.xml +++ b/library/src/main/res/drawable/ic_changes.xml @@ -21,10 +21,10 @@ android:viewportWidth="24" android:viewportHeight="24"> - + +3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_columns.xml b/library/src/main/res/drawable/ic_columns.xml index 71d831b1f..305576d93 100644 --- a/library/src/main/res/drawable/ic_columns.xml +++ b/library/src/main/res/drawable/ic_columns.xml @@ -21,6 +21,6 @@ android:viewportWidth="24" android:viewportHeight="24"> + android:fillColor="#ffffff" + android:pathData="M18,6V17H22V6M2,17H6V6H2M7,19H17V4H7V19Z" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_contact.xml b/library/src/main/res/drawable/ic_contact.xml index 2abd3c393..c9c8f368b 100644 --- a/library/src/main/res/drawable/ic_contact.xml +++ b/library/src/main/res/drawable/ic_contact.xml @@ -20,6 +20,6 @@ android:viewportWidth="24" android:viewportHeight="24"> + android:fillColor="#000" + android:pathData="M17,12V3A1,1 0 0,0 16,2H3A1,1 0 0,0 2,3V17L6,13H16A1,1 0 0,0 17,12M21,6H19V15H6V17A1,1 0 0,0 7,18H18L22,22V7A1,1 0 0,0 21,6Z" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_filter.xml b/library/src/main/res/drawable/ic_filter.xml index 741801cac..1a5103bd0 100644 --- a/library/src/main/res/drawable/ic_filter.xml +++ b/library/src/main/res/drawable/ic_filter.xml @@ -21,6 +21,6 @@ android:viewportWidth="24" android:viewportHeight="24"> + android:fillColor="#fff" + android:pathData="M6,13H18V11H6M3,6V8H21V6M10,18H14V16H10V18Z" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_help.xml b/library/src/main/res/drawable/ic_help.xml index 5f9b14b5b..1ff46c7e5 100644 --- a/library/src/main/res/drawable/ic_help.xml +++ b/library/src/main/res/drawable/ic_help.xml @@ -22,9 +22,9 @@ android:viewportHeight="24"> +s10-4.5,10-10C22,6.5,17.5,2,12,2z" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_home.xml b/library/src/main/res/drawable/ic_home.xml index f7898feeb..f0b1338ad 100644 --- a/library/src/main/res/drawable/ic_home.xml +++ b/library/src/main/res/drawable/ic_home.xml @@ -22,6 +22,6 @@ android:viewportHeight="24"> + android:fillColor="#fff" + android:pathData="M10,20.5v-6h4v6h5v-8h3l-10-9l-10,9h3v8H10z" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_icons_preview.xml b/library/src/main/res/drawable/ic_icons_preview.xml index 998d1f886..b2a6c75ac 100644 --- a/library/src/main/res/drawable/ic_icons_preview.xml +++ b/library/src/main/res/drawable/ic_icons_preview.xml @@ -22,6 +22,6 @@ android:viewportHeight="24"> + android:fillColor="#000000" + android:pathData="M13,3v6h8V3 M13,21h8V11h-8 M3,21h8v-6H3 M3,13h8V3H3V13z" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_rate.xml b/library/src/main/res/drawable/ic_rate.xml index 7da5053a1..ed14a701b 100644 --- a/library/src/main/res/drawable/ic_rate.xml +++ b/library/src/main/res/drawable/ic_rate.xml @@ -21,6 +21,6 @@ android:viewportWidth="24" android:viewportHeight="24"> + android:fillColor="#ffffff" + android:pathData="M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_request.xml b/library/src/main/res/drawable/ic_request.xml index 8b6cec572..213b22bb3 100644 --- a/library/src/main/res/drawable/ic_request.xml +++ b/library/src/main/res/drawable/ic_request.xml @@ -21,6 +21,6 @@ android:viewportWidth="24" android:viewportHeight="24"> + android:fillColor="#fff" + android:pathData="M20,6H10V12H8V4H14V0H6V6H4A2,2 0 0,0 2,8V20A2,2 0 0,0 4,22H20A2,2 0 0,0 22,20V8A2,2 0 0,0 20,6Z" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_select_all.xml b/library/src/main/res/drawable/ic_select_all.xml index 1c257f801..f1df2b667 100644 --- a/library/src/main/res/drawable/ic_select_all.xml +++ b/library/src/main/res/drawable/ic_select_all.xml @@ -21,6 +21,6 @@ android:viewportWidth="24" android:viewportHeight="24"> + android:fillColor="#ffffff" + android:pathData="M9,9H15V15H9M7,17H17V7H7M15,5H17V3H15M15,21H17V19H15M19,17H21V15H19M19,9H21V7H19M19,21A2,2 0 0,0 21,19H19M19,13H21V11H19M11,21H13V19H11M9,3H7V5H9M3,17H5V15H3M5,21V19H3A2,2 0 0,0 5,21M19,3V5H21A2,2 0 0,0 19,3M13,3H11V5H13M3,9H5V7H3M7,21H9V19H7M3,13H5V11H3M3,5H5V3A2,2 0 0,0 3,5Z" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_send.xml b/library/src/main/res/drawable/ic_send.xml index bbaa84eb2..a1364b45d 100644 --- a/library/src/main/res/drawable/ic_send.xml +++ b/library/src/main/res/drawable/ic_send.xml @@ -22,6 +22,6 @@ android:viewportHeight="24"> + android:fillColor="#000000" + android:pathData="M2.3,20.6l20-8.6l-20-8.6v6.7L16.5,12L2.3,13.9V20.6z" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_settings.xml b/library/src/main/res/drawable/ic_settings.xml index bb94b77bb..5d07ccb5c 100644 --- a/library/src/main/res/drawable/ic_settings.xml +++ b/library/src/main/res/drawable/ic_settings.xml @@ -21,7 +21,7 @@ android:viewportWidth="24" android:viewportHeight="24"> + android:fillColor="#000" + android:pathData="M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z" + tools:ignore="VectorPath" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_share.xml b/library/src/main/res/drawable/ic_share.xml index e2ed35ea6..fdca56ff1 100644 --- a/library/src/main/res/drawable/ic_share.xml +++ b/library/src/main/res/drawable/ic_share.xml @@ -21,6 +21,6 @@ android:viewportWidth="24" android:viewportHeight="24"> + android:fillColor="#000" + android:pathData="M18,16.08C17.24,16.08 16.56,16.38 16.04,16.85L8.91,12.7C8.96,12.47 9,12.24 9,12C9,11.76 8.96,11.53 8.91,11.3L15.96,7.19C16.5,7.69 17.21,8 18,8A3,3 0 0,0 21,5A3,3 0 0,0 18,2A3,3 0 0,0 15,5C15,5.24 15.04,5.47 15.09,5.7L8.04,9.81C7.5,9.31 6.79,9 6,9A3,3 0 0,0 3,12A3,3 0 0,0 6,15C6.79,15 7.5,14.69 8.04,14.19L15.16,18.34C15.11,18.55 15.08,18.77 15.08,19C15.08,20.61 16.39,21.91 18,21.91C19.61,21.91 20.92,20.61 20.92,19A2.92,2.92 0 0,0 18,16.08Z" /> \ No newline at end of file diff --git a/library/src/main/res/drawable/ic_wallpapers.xml b/library/src/main/res/drawable/ic_wallpapers.xml index 405c4f85e..d976291c3 100644 --- a/library/src/main/res/drawable/ic_wallpapers.xml +++ b/library/src/main/res/drawable/ic_wallpapers.xml @@ -22,11 +22,11 @@ android:viewportHeight="24"> +M4,13H2v7 c0,1.1,0.9,2,2,2h7v-2H4V13z" /> + android:pathData="M0,0h24v24H0V0z" /> \ No newline at end of file diff --git a/library/src/main/res/layout/activity_blueprint.xml b/library/src/main/res/layout/activity_blueprint.xml index 836a170a4..255f36137 100644 --- a/library/src/main/res/layout/activity_blueprint.xml +++ b/library/src/main/res/layout/activity_blueprint.xml @@ -15,56 +15,56 @@ --> + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/mainCoordinatorLayout" + android:layout_width="match_parent" + android:layout_height="match_parent"> + android:id="@+id/appbar" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:clipChildren="false"> + android:id="@+id/toolbar" + android:layout_width="match_parent" + android:layout_height="?actionBarSize" + android:transitionName="actionBar" + app:popupTheme="?attr/popupMenuStyle" + app:layout_collapseMode="pin" + tools:ignore="UnusedAttribute" /> + android:id="@+id/pager" + android:layout_width="match_parent" + android:layout_height="match_parent" + app:layout_behavior="@string/appbar_scrolling_view_behavior" /> + android:id="@+id/fab" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_alignParentBottom="true" + android:layout_alignParentRight="true" + android:layout_alignParentEnd="true" + android:layout_gravity="bottom|end" + android:visibility="visible" + app:fabSize="normal" + app:backgroundTint="?attr/colorAccent" /> + android:id="@+id/bottom_navigation" + android:visibility="gone" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_alignParentBottom="true" + android:layout_gravity="bottom" + android:clipToPadding="false" + app:elevation="8dp" /> \ No newline at end of file diff --git a/library/src/main/res/layout/dialog_icon.xml b/library/src/main/res/layout/dialog_icon.xml index a449d4281..0ef69e454 100644 --- a/library/src/main/res/layout/dialog_icon.xml +++ b/library/src/main/res/layout/dialog_icon.xml @@ -15,21 +15,21 @@ ~ limitations under the License. --> + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/icon_prev_dialog" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:clickable="false" + android:orientation="vertical"> + android:id="@+id/dialogicon" + android:layout_width="@dimen/dialog_icon_size" + android:layout_height="@dimen/dialog_icon_size" + android:layout_gravity="center" + android:layout_margin="@dimen/md_dialog_frame_margin" + android:clickable="false" + tools:ignore="ContentDescription,PrivateResource" /> \ No newline at end of file diff --git a/library/src/main/res/layout/extra_toolbar_icons_grid.xml b/library/src/main/res/layout/extra_toolbar_icons_grid.xml index 0776cae93..4fd65178a 100644 --- a/library/src/main/res/layout/extra_toolbar_icons_grid.xml +++ b/library/src/main/res/layout/extra_toolbar_icons_grid.xml @@ -16,27 +16,29 @@ --> + + - - + android:descendantFocusability="blocksDescendants" /> \ No newline at end of file diff --git a/library/src/main/res/layout/item_app_to_request.xml b/library/src/main/res/layout/item_app_to_request.xml index c985339a2..e453b7c3f 100644 --- a/library/src/main/res/layout/item_app_to_request.xml +++ b/library/src/main/res/layout/item_app_to_request.xml @@ -15,64 +15,64 @@ ~ limitations under the License. --> + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/request_item" + android:layout_width="match_parent" + android:layout_height="80dp" + android:background="?attr/selectableItemBackground" + android:clickable="true" + android:clipToPadding="false" + android:descendantFocusability="blocksDescendants" + android:focusable="true" + android:gravity="center_vertical" + tools:ignore="Overdraw"> + android:layout_width="64dp" + android:layout_height="64dp" + android:maxHeight="64dp" + android:maxWidth="64dp" + android:padding="@dimen/cards_margin" + android:layout_gravity="center" + android:gravity="center"> + android:id="@+id/icon" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_gravity="center" + android:gravity="center" + android:scaleType="centerCrop" + android:visibility="visible" + android:src="@drawable/ic_na_launcher" + tools:ignore="ContentDescription" /> + android:layout_width="match_parent" + android:layout_height="match_parent" + android:gravity="center_vertical" + android:orientation="horizontal"> + android:id="@+id/name" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:ellipsize="end" + android:maxLines="1" + android:padding="@dimen/cards_margin" + android:textAppearance="@style/TextAppearance.AppCompat.Medium" + tools:text="App Name And Some Other Texts Im testing right now" /> + android:id="@+id/checkbox" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:clickable="false" + android:padding="@dimen/cards_margin" /> diff --git a/library/src/main/res/layout/item_drawer_filter.xml b/library/src/main/res/layout/item_drawer_filter.xml index 56a72a280..9eb433719 100644 --- a/library/src/main/res/layout/item_drawer_filter.xml +++ b/library/src/main/res/layout/item_drawer_filter.xml @@ -16,70 +16,70 @@ --> + + - - + android:baselineAligned="false" + tools:ignore="Overdraw"> + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:orientation="horizontal"> + android:id="@+id/filter_name" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:minWidth="@dimen/materialize_touch_target" + android:ellipsize="end" + android:maxLines="1" + android:layout_marginStart="@dimen/fabs_margin" + android:layout_marginLeft="@dimen/fabs_margin" + android:paddingTop="@dimen/cards_small_margin" + android:paddingBottom="@dimen/cards_small_margin" + android:paddingStart="@dimen/cards_margin" + android:paddingEnd="@dimen/cards_margin" + android:textAppearance="@style/TextAppearance.AppCompat.Small" + android:layout_gravity="center" + android:gravity="center" + android:clipChildren="false" + android:clipToPadding="false" + tools:text="Google" /> + android:id="@+id/filter_checkbox" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:minHeight="@dimen/materialize_touch_target" + android:minWidth="@dimen/materialize_touch_target" + android:clickable="false" /> + android:id="@+id/divider" + android:layout_width="match_parent" + android:layout_height="1dp" /> \ No newline at end of file diff --git a/library/src/main/res/layout/item_drawer_filter_title.xml b/library/src/main/res/layout/item_drawer_filter_title.xml index 20f3aa209..6799fad1b 100644 --- a/library/src/main/res/layout/item_drawer_filter_title.xml +++ b/library/src/main/res/layout/item_drawer_filter_title.xml @@ -26,30 +26,30 @@ android:gravity="center_vertical"> + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:orientation="horizontal" + android:clickable="false"> + android:id="@+id/filters_title" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:ellipsize="end" + android:maxLines="1" + android:textAppearance="@style/TextAppearance.AppCompat.Medium" + android:text="@string/filter" /> + android:id="@+id/clear_filters" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + style="@style/Widget.AppCompat.Button.Borderless" + android:text="@string/clear" + android:textAllCaps="true" + android:textColor="?attr/colorAccent" /> \ No newline at end of file diff --git a/library/src/main/res/layout/item_help.xml b/library/src/main/res/layout/item_help.xml index 1f579e1e8..e7eb991d2 100644 --- a/library/src/main/res/layout/item_help.xml +++ b/library/src/main/res/layout/item_help.xml @@ -15,34 +15,34 @@ ~ limitations under the License. --> + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/faq_card" + style="@style/CardContent" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:minHeight="?listPreferredItemHeight" + android:foreground="?selectableItemBackground" + android:animateLayoutChanges="true" + android:focusable="false" + android:descendantFocusability="blocksDescendants" + tools:ignore="Overdraw"> + android:id="@+id/help_question" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:textAppearance="@style/TextAppearance.AppCompat.Title" + android:textSize="16sp" + tools:text="Question" /> + android:id="@+id/help_answer" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:paddingTop="@dimen/cards_margin" + android:textAppearance="@style/TextAppearance.AppCompat.Small" + android:textSize="14sp" + tools:text="Answer" /> \ No newline at end of file diff --git a/library/src/main/res/layout/item_home_app_link.xml b/library/src/main/res/layout/item_home_app_link.xml index 68cb4470d..6a253c841 100644 --- a/library/src/main/res/layout/item_home_app_link.xml +++ b/library/src/main/res/layout/item_home_app_link.xml @@ -14,67 +14,67 @@ ~ limitations under the License. --> + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + style="@style/HomeCardContent" + android:id="@+id/home_app_link_layout" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" + android:minHeight="@dimen/md_listitem_height" + android:layout_marginLeft="@dimen/cards_small_margin" + android:layout_marginStart="@dimen/cards_small_margin" + android:layout_marginRight="@dimen/cards_margin" + android:layout_marginEnd="@dimen/cards_margin" + android:layout_marginBottom="@dimen/cards_small_margin" + android:background="?selectableItemBackground" + android:orientation="horizontal" + tools:ignore="PrivateResource"> + android:id="@+id/home_app_link_image" + android:layout_width="@dimen/icon_medium" + android:layout_height="@dimen/icon_medium" + tools:ignore="ContentDescription" /> + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:orientation="vertical" + android:layout_gravity="center_vertical" + android:layout_marginLeft="@dimen/fabs_margin" + android:layout_marginStart="@dimen/fabs_margin" + android:gravity="center_vertical"> + android:id="@+id/home_app_link_title" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="start|center_vertical" + android:textAppearance="@style/TextAppearance.AppCompat.Subhead" + android:maxLines="1" + android:ellipsize="end" + tools:text="Something" /> + android:id="@+id/home_app_link_description" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:lineSpacingMultiplier="1.2" + android:paddingTop="@dimen/cards_small_margin" + android:maxLines="3" + android:ellipsize="end" + tools:text="Something" /> + android:id="@+id/home_app_link_open_icon" + android:layout_width="@dimen/materialize_touch_target" + android:layout_height="@dimen/materialize_touch_target" + android:scaleType="centerInside" + tools:ignore="ContentDescription" /> \ No newline at end of file diff --git a/library/src/main/res/layout/item_home_counters.xml b/library/src/main/res/layout/item_home_counters.xml index 53f978b7f..4304cf879 100644 --- a/library/src/main/res/layout/item_home_counters.xml +++ b/library/src/main/res/layout/item_home_counters.xml @@ -21,134 +21,134 @@ android:layout_height="wrap_content"> + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginLeft="@dimen/cards_small_margin" + android:layout_marginStart="@dimen/cards_small_margin" + android:layout_marginRight="@dimen/cards_small_margin" + android:layout_marginEnd="@dimen/cards_small_margin" + android:orientation="horizontal" + android:baselineAligned="false"> + android:id="@+id/icons_counter" + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="68dp" + android:layout_margin="@dimen/cards_small_margin" + android:paddingStart="@dimen/fabs_margin" + android:paddingLeft="@dimen/fabs_margin" + android:paddingEnd="@dimen/fabs_margin" + android:paddingRight="@dimen/fabs_margin" + android:orientation="horizontal" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" + android:clipChildren="false" + android:foreground="?selectableItemBackground"> + android:id="@+id/icons_counter_icon" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_gravity="center" + android:gravity="center" + tools:ignore="ContentDescription" /> + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" + android:paddingStart="@dimen/fabs_margin" + android:paddingLeft="@dimen/fabs_margin" + tools:ignore="RtlSymmetry"> + android:id="@+id/icons_counter_title" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:maxLines="1" + android:ellipsize="end" + android:textAppearance="@style/TextAppearance.AppCompat.Medium" + android:textSize="16sp" + android:text="@string/section_icons" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" + tools:text="Wallpaper name" /> + android:id="@+id/icons_counter_count" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="4dp" + android:maxLines="1" + android:ellipsize="end" + android:textAppearance="@style/TextAppearance.AppCompat.Small" + android:textSize="12sp" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" + tools:text="1997" /> + android:id="@+id/walls_counter" + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="68dp" + android:layout_margin="@dimen/cards_small_margin" + android:paddingStart="@dimen/fabs_margin" + android:paddingLeft="@dimen/fabs_margin" + android:paddingEnd="@dimen/fabs_margin" + android:paddingRight="@dimen/fabs_margin" + android:orientation="horizontal" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" + android:clipChildren="false" + android:foreground="?selectableItemBackground"> + android:id="@+id/walls_counter_icon" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_gravity="center" + android:gravity="center" + tools:ignore="ContentDescription" /> + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" + android:paddingStart="@dimen/fabs_margin" + android:paddingLeft="@dimen/fabs_margin" + tools:ignore="RtlSymmetry"> + android:id="@+id/walls_counter_title" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:maxLines="1" + android:ellipsize="end" + android:textAppearance="@style/TextAppearance.AppCompat.Medium" + android:textSize="16sp" + android:text="@string/section_wallpapers" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" + tools:text="Wallpaper name" /> + android:id="@+id/walls_counter_count" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="4dp" + android:maxLines="1" + android:ellipsize="end" + android:textAppearance="@style/TextAppearance.AppCompat.Small" + android:textSize="12sp" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" + tools:text="50" /> @@ -157,134 +157,134 @@ + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginLeft="@dimen/cards_small_margin" + android:layout_marginStart="@dimen/cards_small_margin" + android:layout_marginRight="@dimen/cards_small_margin" + android:layout_marginEnd="@dimen/cards_small_margin" + android:orientation="horizontal" + android:baselineAligned="false"> + android:id="@+id/kwgt_counter" + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="68dp" + android:layout_margin="@dimen/cards_small_margin" + android:paddingStart="@dimen/fabs_margin" + android:paddingLeft="@dimen/fabs_margin" + android:paddingEnd="@dimen/fabs_margin" + android:paddingRight="@dimen/fabs_margin" + android:orientation="horizontal" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" + android:clipChildren="false" + android:foreground="?selectableItemBackground"> + android:id="@+id/kwgt_counter_icon" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_gravity="center" + android:gravity="center" + tools:ignore="ContentDescription" /> + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" + android:paddingStart="@dimen/fabs_margin" + android:paddingLeft="@dimen/fabs_margin" + tools:ignore="RtlSymmetry"> + android:id="@+id/kwgt_counter_title" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:maxLines="1" + android:ellipsize="end" + android:textAppearance="@style/TextAppearance.AppCompat.Medium" + android:textSize="16sp" + android:text="Kustom" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" + tools:ignore="HardcodedText" /> + android:id="@+id/kwgt_counter_count" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="4dp" + android:maxLines="1" + android:ellipsize="end" + android:textAppearance="@style/TextAppearance.AppCompat.Small" + android:textSize="12sp" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" + tools:text="10" /> + android:id="@+id/zooper_counter" + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="68dp" + android:layout_margin="@dimen/cards_small_margin" + android:paddingStart="@dimen/fabs_margin" + android:paddingLeft="@dimen/fabs_margin" + android:paddingEnd="@dimen/fabs_margin" + android:paddingRight="@dimen/fabs_margin" + android:orientation="horizontal" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" + android:clipChildren="false" + android:foreground="?selectableItemBackground"> + android:id="@+id/zooper_counter_icon" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_gravity="center" + android:gravity="center" + tools:ignore="ContentDescription" /> + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" + android:paddingStart="@dimen/fabs_margin" + android:paddingLeft="@dimen/fabs_margin" + tools:ignore="RtlSymmetry"> + android:id="@+id/zooper_counter_title" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:maxLines="1" + android:ellipsize="end" + android:textAppearance="@style/TextAppearance.AppCompat.Medium" + android:textSize="16sp" + android:text="Zooper Widget" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" + tools:ignore="HardcodedText" /> + android:id="@+id/zooper_counter_count" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="4dp" + android:maxLines="1" + android:ellipsize="end" + android:textAppearance="@style/TextAppearance.AppCompat.Small" + android:textSize="12sp" + android:layout_gravity="center_vertical" + android:gravity="center_vertical" + tools:text="6" /> diff --git a/library/src/main/res/layout/item_home_icons_preview.xml b/library/src/main/res/layout/item_home_icons_preview.xml index 584456e06..66929c2d0 100644 --- a/library/src/main/res/layout/item_home_icons_preview.xml +++ b/library/src/main/res/layout/item_home_icons_preview.xml @@ -15,37 +15,37 @@ ~ limitations under the License. --> + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:id="@+id/icons_preview_card" + android:layout_width="match_parent" + android:layout_height="@dimen/icons_preview" + android:foreground="?selectableItemBackground" + android:descendantFocusability="blocksDescendants" + app:cardCornerRadius="0dp" + app:cardPreventCornerOverlap="false"> + + - - + tools:ignore="ContentDescription" /> + layout="@layout/extra_toolbar_icons_grid" + android:layout_gravity="center" + tools:ignore="IncludeLayoutParam" /> diff --git a/library/src/main/res/layout/item_icon.xml b/library/src/main/res/layout/item_icon.xml index 842fa6db7..4e1d972df 100644 --- a/library/src/main/res/layout/item_icon.xml +++ b/library/src/main/res/layout/item_icon.xml @@ -15,11 +15,11 @@ ~ limitations under the License. --> \ No newline at end of file + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/icon" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:foreground="?attr/selectableItemBackground" + android:padding="@dimen/cards_margin" + tools:ignore="ContentDescription" /> \ No newline at end of file diff --git a/library/src/main/res/layout/item_launcher.xml b/library/src/main/res/layout/item_launcher.xml index 45be10370..55c4b0322 100644 --- a/library/src/main/res/layout/item_launcher.xml +++ b/library/src/main/res/layout/item_launcher.xml @@ -15,47 +15,47 @@ ~ limitations under the License. --> + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/launcher_item" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:foreground="?attr/selectableItemBackground" + android:stateListAnimator="@anim/card_lift" + app:cardPreventCornerOverlap="false" + tools:ignore="UnusedAttribute"> + android:id="@+id/launcher_bg" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical"> + android:id="@+id/launcher_icon" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:padding="@dimen/cards_margin" + android:scaleType="centerInside" + android:src="@drawable/ic_na_launcher" + tools:ignore="ContentDescription, UnusedAttribute" /> + android:id="@+id/launcher_name" + style="@style/ListsContent" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_gravity="bottom" + android:paddingStart="@dimen/fabs_margin" + android:paddingEnd="@dimen/fabs_margin" + android:paddingTop="@dimen/cards_margin" + android:paddingBottom="@dimen/cards_margin" + android:ellipsize="end" + android:gravity="start|center_vertical" + android:maxLines="1" + android:textSize="16sp" + tools:text="Launcher Name" /> diff --git a/library/src/main/res/layout/section_home.xml b/library/src/main/res/layout/section_home.xml index 5c6362e76..ff4918fda 100644 --- a/library/src/main/res/layout/section_home.xml +++ b/library/src/main/res/layout/section_home.xml @@ -15,27 +15,27 @@ ~ limitations under the License. --> + + - - + layout="@layout/item_home_icons_preview" + app:layout_behavior="@string/appbar_scrolling_view_behavior" /> + layout="@layout/section_layout" + app:layout_behavior="@string/appbar_scrolling_view_behavior" /> diff --git a/library/src/main/res/layout/widget_clock.xml b/library/src/main/res/layout/widget_clock.xml index d222633e4..5a0588b0f 100644 --- a/library/src/main/res/layout/widget_clock.xml +++ b/library/src/main/res/layout/widget_clock.xml @@ -16,11 +16,11 @@ --> \ No newline at end of file + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/clockWidget" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:clickable="true" + android:dial="@drawable/clock_bg" + android:hand_hour="@drawable/clock_hour_hand" + android:hand_minute="@drawable/clock_minute_hand" /> \ No newline at end of file diff --git a/library/src/main/res/layout/widget_icon_restorer.xml b/library/src/main/res/layout/widget_icon_restorer.xml index dcbc3e93f..dc9cfa2ab 100644 --- a/library/src/main/res/layout/widget_icon_restorer.xml +++ b/library/src/main/res/layout/widget_icon_restorer.xml @@ -16,17 +16,17 @@ --> + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/appWidget" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical"> + android:layout_width="match_parent" + android:layout_height="match_parent" + android:src="@drawable/app_logo" + tools:ignore="ContentDescription" /> \ No newline at end of file diff --git a/library/src/main/res/menu/menu_help.xml b/library/src/main/res/menu/menu_help.xml index 0fdf94970..bf69deebd 100644 --- a/library/src/main/res/menu/menu_help.xml +++ b/library/src/main/res/menu/menu_help.xml @@ -19,20 +19,20 @@ xmlns:tools="http://schemas.android.com/tools"> + android:id="@+id/search" + android:title="@string/search" + android:icon="@drawable/ic_search" + android:orderInCategory="100" + app:showAsAction="always|collapseActionView" + app:actionViewClass="jahirfiquitiva.libs.kauextensions.ui.widgets.CustomSearchView" + tools:ignore="AppCompatResource" /> + android:id="@+id/contact" + android:icon="@drawable/ic_contact" + android:title="@string/section_help" + android:orderInCategory="200" + app:showAsAction="ifRoom" + tools:ignore="AppCompatResource" /> \ No newline at end of file diff --git a/library/src/main/res/menu/menu_main.xml b/library/src/main/res/menu/menu_main.xml index 50c495898..fc88024be 100644 --- a/library/src/main/res/menu/menu_main.xml +++ b/library/src/main/res/menu/menu_main.xml @@ -18,84 +18,84 @@ xmlns:tools="http://schemas.android.com/tools"> + android:id="@+id/search" + android:title="@string/search" + android:icon="@drawable/ic_search" + android:orderInCategory="100" + app:showAsAction="always|collapseActionView" + app:actionViewClass="jahirfiquitiva.libs.kauextensions.ui.widgets.CustomSearchView" + tools:ignore="AppCompatResource" /> + android:id="@+id/filters" + android:icon="@drawable/ic_filter" + android:title="@string/filter" + android:orderInCategory="200" + app:showAsAction="ifRoom" + tools:ignore="AppCompatResource" /> + android:id="@+id/select_all" + android:icon="@drawable/ic_select_all" + android:title="@string/select_all" + android:orderInCategory="300" + app:showAsAction="ifRoom" + tools:ignore="AppCompatResource" /> + android:id="@+id/refresh" + android:icon="@drawable/ic_refresh" + android:title="@string/refresh" + android:orderInCategory="400" + app:showAsAction="ifRoom" + tools:ignore="AppCompatResource" /> + android:id="@+id/templates" + android:icon="@drawable/ic_widgets" + android:title="@string/templates" + android:orderInCategory="500" + app:showAsAction="ifRoom" + tools:ignore="AppCompatResource" /> + android:id="@+id/changelog" + android:icon="@drawable/ic_changes" + android:title="@string/kau_changelog" + android:orderInCategory="600" + app:showAsAction="ifRoom" + tools:ignore="AppCompatResource" /> + android:id="@+id/about" + android:icon="@drawable/ic_about" + android:title="@string/section_about" + android:orderInCategory="700" + app:showAsAction="never" + tools:ignore="AppCompatResource" /> + android:id="@+id/settings" + android:icon="@drawable/ic_settings" + android:title="@string/settings" + android:orderInCategory="800" + app:showAsAction="never" + tools:ignore="AppCompatResource" /> + android:id="@+id/help" + android:icon="@drawable/ic_help" + android:title="@string/section_help" + android:orderInCategory="900" + app:showAsAction="never" + tools:ignore="AppCompatResource" /> + android:id="@+id/donate" + android:title="@string/donate" + android:icon="@drawable/ic_donate" + android:orderInCategory="1000" + app:showAsAction="never" + tools:ignore="AppCompatResource" /> \ No newline at end of file diff --git a/library/src/main/res/menu/search.xml b/library/src/main/res/menu/search.xml index 972dadb1f..7eb72b565 100644 --- a/library/src/main/res/menu/search.xml +++ b/library/src/main/res/menu/search.xml @@ -19,12 +19,12 @@ xmlns:tools="http://schemas.android.com/tools"> + android:id="@+id/search" + android:title="@string/search" + android:icon="@drawable/ic_search" + android:orderInCategory="100" + app:showAsAction="always|collapseActionView" + app:actionViewClass="jahirfiquitiva.libs.kauextensions.ui.widgets.CustomSearchView" + tools:ignore="AppCompatResource" /> \ No newline at end of file diff --git a/library/src/main/res/values-af-rZA/translatable_strings.xml b/library/src/main/res/values-af-rZA/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-af-rZA/translatable_strings.xml +++ b/library/src/main/res/values-af-rZA/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-ar-rSA/translatable_strings.xml b/library/src/main/res/values-ar-rSA/translatable_strings.xml index 6a9c16ca2..9b6c37af1 100644 --- a/library/src/main/res/values-ar-rSA/translatable_strings.xml +++ b/library/src/main/res/values-ar-rSA/translatable_strings.xml @@ -16,17 +16,17 @@ ~ limitations under the License. --> - مخطط لوحة المعلومات - Coming soon - - Home - الرموز - تطبيق - Wallpapers - Rate - - - - - + مخطط لوحة المعلومات + Coming soon + + Home + الرموز + تطبيق + Wallpapers + Rate + + + + + diff --git a/library/src/main/res/values-ca-rES/translatable_strings.xml b/library/src/main/res/values-ca-rES/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-ca-rES/translatable_strings.xml +++ b/library/src/main/res/values-ca-rES/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-cs-rCZ/translatable_strings.xml b/library/src/main/res/values-cs-rCZ/translatable_strings.xml index c95716be6..809337973 100644 --- a/library/src/main/res/values-cs-rCZ/translatable_strings.xml +++ b/library/src/main/res/values-cs-rCZ/translatable_strings.xml @@ -16,11 +16,11 @@ ~ limitations under the License. --> - Blueprint řídicí panel - - - - - - + Blueprint řídicí panel + + + + + + diff --git a/library/src/main/res/values-da-rDK/translatable_strings.xml b/library/src/main/res/values-da-rDK/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-da-rDK/translatable_strings.xml +++ b/library/src/main/res/values-da-rDK/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-de-rDE/translatable_strings.xml b/library/src/main/res/values-de-rDE/translatable_strings.xml index 10d982189..e9a17c5be 100644 --- a/library/src/main/res/values-de-rDE/translatable_strings.xml +++ b/library/src/main/res/values-de-rDE/translatable_strings.xml @@ -16,111 +16,111 @@ ~ limitations under the License. --> - Blueprint Dashboard - Demnächst verfügbar - - Home - Icons - Anwenden - Hintergrundbilder - Icon-Anfrage - Spenden - Über die App - Hilfe - Zooper-Setup - Widgets - Ich verwende %1$s und ich liebe es. Hole es dir hier: %2$s - Bewerten - - Filtern - Löschen - Weitere Apps - Allgemeine Informationen - Hilfreiche Links - Spaltenanzahl - %1$s ist momentan nicht auf deinem Gerät installiert.\nMöchtest du es aus dem Google Play Store installieren? - Dieser Launcher ist NICHT kompatibel - Dieser Lauchner ist mit KEINEM Icon Pack kompatibel und du kannst dieses Icon Pack nicht damit verwenden. Bitte bewerte deshalb das Icon Pack nicht negativ. Es gibt eine Lösung dafür, die du selbst probieren kannst, jedoch muss dafür eine externe App genutzt werden. Möchstest du sie herunterladen? - Themes-App konnte nicht geöffnet werden - Themes-App ist nicht auf diesem Gerät installiert - %1$s Vorlagen - %1$s Launcher-Icon wurde wiederhergestellt - %1$s Launcher-Icon ist bereits sichtbar - Es gibt ein Problem mit dem Code von %1$s. Bitte kontaktiere den Entwickler. - - Widget zur Icon-Wiederherstellung - Analog Uhr - Icons durchsuchen - Hintergrundbilder durchsuchen - Launcher durchsuchen - Apps durchsuchen - Sekunden - Minuten - Stunden - Tage - Wochen - Monate - - Alle auswählen - Keine Apps ausgewählt - Du hast keine App für deine Anfrage ausgewählt. Wähle etwas aus, bevor du den FAB erneut drückst. - Entschuldigung, aber du darfst nur %1$s Apps für deine Anfrage auswählen. - Entschuldigung, aber du darfst aktuell nur %1$s Apps für deine Anfrage auswählen. - Es tut uns leid, aber Sie dürfen nur alle %1$s Symbole anfragen. - Sie dürfen in %1$s wieder Symbole anfragen. - Sie können in weniger als einer Minute wieder Symbole anfragen. - Es gab einen Fehler beim Laden der Apps für deine Anfrage.\nTippe hier, um es erneut zu versuchen. - Lade Apps für die Anfrage… - Anfrage-Dateien werden erstellt… - Erfolgreich! - Die Anfrage wurde erfolgreich auf unseren Server hochgeladen. - - Verwendung der Hintergrundbildern als Symbolvorschau aktivieren - Ihr aktuelles Hintergrundbild wird angezeigt. - Launcher-Symbol - Launcher-Symbol ausblenden - Wenn ausgewählt, wird das Launcher-Symbol ausgeblendet. - Möchten Sie die App-Daten, Zwischenspeicher und Einstellungen wirklich löschen? Angewendete Symbole sind davon nicht betroffen. - Achtung! - Möchen Sie wirklich das App-Symbol im Launcher ausblenden?\nDie App könnte unerwartet geschlossen werden und Benachrichtigungen werden komplett deaktiviert.\nMöglicherweise möchten Sie die FAQs lesen, um zu erfahren, wie das Symbol wiederhergestellt werden kann, bevor Sie es ausblenden. - Senden mit… - - - Wie verwende ich diese Symbolbibliothek? - Wie übernehme ich die Symbolbibliothek? - Wie kann ich alle enthaltenen Symbole anzeigen? - Wie kann ich bestimmte Symbole durch Alternativen ersetzen? - Wie kann ich Symbole ohne Theme anfragen? - Nach einem Neustart meines Geräts ist die Symbolbibliothek nicht mehr angewendet. Die Symbole wurden auf Standard zurückgesetzt. - Warum sind Symbole auf meinem Gerät verpixelt? - Ich sehe ein Symbol für eine App in den enthaltenen Symbolen, aber es wird nicht übernommen. - Wie kann ich das App-Symbol im Launcher ausblenden? - Wie öffne ich die App, nachdem das App-Symbol im Launcher ausgeblendet wurde? - Wie kann ich das App-Symbol im Launcher erneut anzeigen? - Warum benötigt die App die Berechtigung, Inhalte auf meinem Speicher zu bearbeiten oder zu löschen? - Warum benötigt die App die Berechtigung für vollständigen Netzwerkzugriff? - Warum benötigt die App die Berechtigung, Netzwerkverbindungen einzusehen? - Warum benötigt die App die Berechtigung zum Festlegen von Hintergrundbildern? - Warum benötigt die App die Berechtigung zum Ändern der Größe von Hintergrundbildern? - Warum benötigt die App die Berechtigung, den Schlafmodus des Geräts zu verhindern? - - - Sie benötigen einen Launcher mit Symbolbibliothek-Unterstützung. Schauen Sie in der Play Store-Beschreibung für unterstützte Launcher. Wenn Sie sich nicht sicher sind, welchen Launcher Sie nutzen, wechseln Sie einfach in den Abschnitt „Anwenden” und wähle einen aus der Liste aus. - Öffne den Drawer von der linken Seite und gehe zum Abschnitt \"Anwenden\", oder gehe zurück zum Hauptbildschirm der App und tippe auf den FAB. Wähle den Launcher, den du möchtest, und wende die Symbole auf ihn an. Wenn dein Launcher hier nicht aufgeführt ist, aber die Symbolbibliothek damit kompatibel ist (schaue in der Play Store-Beschreibung für die Liste unterstützter Launcher), dann kannst du es manuell in den Launcher-Einstellungen anwenden. - Öffne den Drawer von der linken Seite und gehe zum Abschnitt \"Symbole\", oder wechseln zurück zum Hauptbildschirm der App und tippe auf die Schaltfläche \"Symbole\". - Es ist abhängig vom Launcher, den du verwendest. Nicht jeder Launcher unterstützt das Bearbeiten von Symbolen. Jedoch ist es in den meisten Fällen möglich, das Symbol durch langes Drücken oder doppeltes Antippen zu bearbeiten. - Öffne den Drawer von der linken Seite und gehe zum Abschnitt \"Anfragen\". - Das ist passiert, weil die Symbolbibliothek auf die SD-Karte verschoben wurde. Sie sollten es auf dem internen Speicher installieren. - Dieses Problem wird durch den Launcher bedingt und dessen Handhabung bei hohen Auflösungen. Sie können das Problem beheben, indem Sie die Symbolgröße auf 115 - 120 % erhöhen. Sie können auch versuchen, einen anderen Launcher zu verwenden. - Eine Symbol-Anfrage senden. - Öffnen Sie den Drawer von der linken Seite und wechseln zum Abschnitt \"Einstellungen\". Aktivieren Sie dort dort die Option \"Launcher-Symbol ausblenden\". - Wechseln Sie zu Ihrem Startbildschirm und erstelle ein Widget für die App mit dem Namen \"Widget zur Symbol-Wiederherstellung\". - Öffnen Sie den Drawer von der linken Seite und wechseln zum Abschnitt \"Einstellungen\". Deaktivieren Sie dort die Option \"Launcher-Symbol ausblenden\". - Diese wird verwendet, um Daten für Symbol-Anfragen speichern zu können, genauso wie für das Speichern der Hintergrundbildern und zur Änderung des Download-Verzeichnisses. - Diese wird verwendet, um Hintergrundbildern aus der Cloud herunterladen zu können. - Diese wird verwendet, um zu prüfen, ob dein Gerät eine Internet-Verbindung besitzt. - Diese wird verwendet, um das Hintergrundbild direkt aus der App heraus anwenden zu können. - Diese wird verwendet, um die Größe des Hintergrundbildes an deine Bildschirmauflösung anzupassen. - Dies wird von „Muzei Live Wallpaper” benötigt. - + Blueprint Dashboard + Demnächst verfügbar + + Home + Icons + Anwenden + Hintergrundbilder + Icon-Anfrage + Spenden + Über die App + Hilfe + Zooper-Setup + Widgets + Ich verwende %1$s und ich liebe es. Hole es dir hier: %2$s + Bewerten + + Filtern + Löschen + Weitere Apps + Allgemeine Informationen + Hilfreiche Links + Spaltenanzahl + %1$s ist momentan nicht auf deinem Gerät installiert.\nMöchtest du es aus dem Google Play Store installieren? + Dieser Launcher ist NICHT kompatibel + Dieser Lauchner ist mit KEINEM Icon Pack kompatibel und du kannst dieses Icon Pack nicht damit verwenden. Bitte bewerte deshalb das Icon Pack nicht negativ. Es gibt eine Lösung dafür, die du selbst probieren kannst, jedoch muss dafür eine externe App genutzt werden. Möchstest du sie herunterladen? + Themes-App konnte nicht geöffnet werden + Themes-App ist nicht auf diesem Gerät installiert + %1$s Vorlagen + %1$s Launcher-Icon wurde wiederhergestellt + %1$s Launcher-Icon ist bereits sichtbar + Es gibt ein Problem mit dem Code von %1$s. Bitte kontaktiere den Entwickler. + + Widget zur Icon-Wiederherstellung + Analog Uhr + Icons durchsuchen + Hintergrundbilder durchsuchen + Launcher durchsuchen + Apps durchsuchen + Sekunden + Minuten + Stunden + Tage + Wochen + Monate + + Alle auswählen + Keine Apps ausgewählt + Du hast keine App für deine Anfrage ausgewählt. Wähle etwas aus, bevor du den FAB erneut drückst. + Entschuldigung, aber du darfst nur %1$s Apps für deine Anfrage auswählen. + Entschuldigung, aber du darfst aktuell nur %1$s Apps für deine Anfrage auswählen. + Es tut uns leid, aber Sie dürfen nur alle %1$s Symbole anfragen. + Sie dürfen in %1$s wieder Symbole anfragen. + Sie können in weniger als einer Minute wieder Symbole anfragen. + Es gab einen Fehler beim Laden der Apps für deine Anfrage.\nTippe hier, um es erneut zu versuchen. + Lade Apps für die Anfrage… + Anfrage-Dateien werden erstellt… + Erfolgreich! + Die Anfrage wurde erfolgreich auf unseren Server hochgeladen. + + Verwendung der Hintergrundbildern als Symbolvorschau aktivieren + Ihr aktuelles Hintergrundbild wird angezeigt. + Launcher-Symbol + Launcher-Symbol ausblenden + Wenn ausgewählt, wird das Launcher-Symbol ausgeblendet. + Möchten Sie die App-Daten, Zwischenspeicher und Einstellungen wirklich löschen? Angewendete Symbole sind davon nicht betroffen. + Achtung! + Möchen Sie wirklich das App-Symbol im Launcher ausblenden?\nDie App könnte unerwartet geschlossen werden und Benachrichtigungen werden komplett deaktiviert.\nMöglicherweise möchten Sie die FAQs lesen, um zu erfahren, wie das Symbol wiederhergestellt werden kann, bevor Sie es ausblenden. + Senden mit… + + + Wie verwende ich diese Symbolbibliothek? + Wie übernehme ich die Symbolbibliothek? + Wie kann ich alle enthaltenen Symbole anzeigen? + Wie kann ich bestimmte Symbole durch Alternativen ersetzen? + Wie kann ich Symbole ohne Theme anfragen? + Nach einem Neustart meines Geräts ist die Symbolbibliothek nicht mehr angewendet. Die Symbole wurden auf Standard zurückgesetzt. + Warum sind Symbole auf meinem Gerät verpixelt? + Ich sehe ein Symbol für eine App in den enthaltenen Symbolen, aber es wird nicht übernommen. + Wie kann ich das App-Symbol im Launcher ausblenden? + Wie öffne ich die App, nachdem das App-Symbol im Launcher ausgeblendet wurde? + Wie kann ich das App-Symbol im Launcher erneut anzeigen? + Warum benötigt die App die Berechtigung, Inhalte auf meinem Speicher zu bearbeiten oder zu löschen? + Warum benötigt die App die Berechtigung für vollständigen Netzwerkzugriff? + Warum benötigt die App die Berechtigung, Netzwerkverbindungen einzusehen? + Warum benötigt die App die Berechtigung zum Festlegen von Hintergrundbildern? + Warum benötigt die App die Berechtigung zum Ändern der Größe von Hintergrundbildern? + Warum benötigt die App die Berechtigung, den Schlafmodus des Geräts zu verhindern? + + + Sie benötigen einen Launcher mit Symbolbibliothek-Unterstützung. Schauen Sie in der Play Store-Beschreibung für unterstützte Launcher. Wenn Sie sich nicht sicher sind, welchen Launcher Sie nutzen, wechseln Sie einfach in den Abschnitt „Anwenden” und wähle einen aus der Liste aus. + Öffne den Drawer von der linken Seite und gehe zum Abschnitt \"Anwenden\", oder gehe zurück zum Hauptbildschirm der App und tippe auf den FAB. Wähle den Launcher, den du möchtest, und wende die Symbole auf ihn an. Wenn dein Launcher hier nicht aufgeführt ist, aber die Symbolbibliothek damit kompatibel ist (schaue in der Play Store-Beschreibung für die Liste unterstützter Launcher), dann kannst du es manuell in den Launcher-Einstellungen anwenden. + Öffne den Drawer von der linken Seite und gehe zum Abschnitt \"Symbole\", oder wechseln zurück zum Hauptbildschirm der App und tippe auf die Schaltfläche \"Symbole\". + Es ist abhängig vom Launcher, den du verwendest. Nicht jeder Launcher unterstützt das Bearbeiten von Symbolen. Jedoch ist es in den meisten Fällen möglich, das Symbol durch langes Drücken oder doppeltes Antippen zu bearbeiten. + Öffne den Drawer von der linken Seite und gehe zum Abschnitt \"Anfragen\". + Das ist passiert, weil die Symbolbibliothek auf die SD-Karte verschoben wurde. Sie sollten es auf dem internen Speicher installieren. + Dieses Problem wird durch den Launcher bedingt und dessen Handhabung bei hohen Auflösungen. Sie können das Problem beheben, indem Sie die Symbolgröße auf 115 - 120 % erhöhen. Sie können auch versuchen, einen anderen Launcher zu verwenden. + Eine Symbol-Anfrage senden. + Öffnen Sie den Drawer von der linken Seite und wechseln zum Abschnitt \"Einstellungen\". Aktivieren Sie dort dort die Option \"Launcher-Symbol ausblenden\". + Wechseln Sie zu Ihrem Startbildschirm und erstelle ein Widget für die App mit dem Namen \"Widget zur Symbol-Wiederherstellung\". + Öffnen Sie den Drawer von der linken Seite und wechseln zum Abschnitt \"Einstellungen\". Deaktivieren Sie dort die Option \"Launcher-Symbol ausblenden\". + Diese wird verwendet, um Daten für Symbol-Anfragen speichern zu können, genauso wie für das Speichern der Hintergrundbildern und zur Änderung des Download-Verzeichnisses. + Diese wird verwendet, um Hintergrundbildern aus der Cloud herunterladen zu können. + Diese wird verwendet, um zu prüfen, ob dein Gerät eine Internet-Verbindung besitzt. + Diese wird verwendet, um das Hintergrundbild direkt aus der App heraus anwenden zu können. + Diese wird verwendet, um die Größe des Hintergrundbildes an deine Bildschirmauflösung anzupassen. + Dies wird von „Muzei Live Wallpaper” benötigt. + diff --git a/library/src/main/res/values-el-rGR/translatable_strings.xml b/library/src/main/res/values-el-rGR/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-el-rGR/translatable_strings.xml +++ b/library/src/main/res/values-el-rGR/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-en-rID/translatable_strings.xml b/library/src/main/res/values-en-rID/translatable_strings.xml index 3312383b4..f028859ea 100644 --- a/library/src/main/res/values-en-rID/translatable_strings.xml +++ b/library/src/main/res/values-en-rID/translatable_strings.xml @@ -16,11 +16,11 @@ ~ limitations under the License. --> - Cetak Biru Dashboard - - - - - - + Cetak Biru Dashboard + + + + + + diff --git a/library/src/main/res/values-en-rUS/translatable_strings.xml b/library/src/main/res/values-en-rUS/translatable_strings.xml index 11270e2ce..9c6ebb803 100644 --- a/library/src/main/res/values-en-rUS/translatable_strings.xml +++ b/library/src/main/res/values-en-rUS/translatable_strings.xml @@ -16,111 +16,111 @@ ~ limitations under the License. --> - Blueprint Dashboard - Coming soon - - Home - Icons - Apply - Wallpapers - Icon request - Donate - About the app - Help - Zooper Setup - Widgets - I\'m using %1$s and I love it. Go check it out at: %2$s - Rate - - Filter - Clear - More apps - General information - Useful Links - Column number - %1$s is currently not installed on your device.\nWould you like to install it from the Google Play Store? - This launcher is NOT Compatible - This launcher is NOT compatible with ANY Icon Pack and therefore you cannot use this icon pack with this launcher. Please do not rate the icon pack negatively for this reason. There is a solution that you can try for yourself, but it requires the use of an external app. Would you like to download it? - Impossible to open the file - Themes app is not installed in this device - %s template - %1$s launcher icon was restored - %1$s launcher icon is already visible - There is a problem with the code of %1$s. Please contact its developer. - - Icon Restorer Widget - Analog Clock - Search icons - Search Wallpapers - Search launchers - Search apps - Seconds - Minutes - Hours - Days - Weeks - Months - - Select all - No selected apps - You did not select any apps to request. Please select a few apps, then tap this button again. - Sorry, but you are only allowed to request %1$s more apps for now. - Sorry, but you are only allowed to select %1$s apps to request. - Sorry, but you are only allowed to request %1$s more apps for now. - You will be able to request icons again, in less than a minute. - You will be able to request icons again, in %1$s. - There was an error loading apps to request.\nPress here to retry. - Loading apps to request… - Building request files… - Success! - The request has been uploaded to our server successfully. - - Enable use of wallpaper in icons preview - Your current device wallpaper will be shown. - Launcher icon - Hide launcher icon - When checked, launcher icon will be hidden. - Are you sure you want to delete app data, cache and settings? Applied icons won\'t be affected. - WARNING! - Are you sure you want to hide app icon in your launcher? App may close unexpectedly and notifications will be completely disabled.\nYou may want to read the FAQs to learn how to make it appear again, before hiding it.\n. - Send using… - - - How to apply the Icon Pack? - How to use the Icon Pack? - How to see all the included icons? - How to replace certain icons with alternatives? - How to request unthemed icons? - After restarting my device, icon pack is not applied anymore. Icons were restored to default. - Why do icons look pixelated on my device? - I can see an icon for X app in the included icons, but the icon does not apply. - How to hide app icon from launcher? - How to open the app after app icon is hidden from launcher? - How to show app icon in launcher again? - Why does the app need permission to modify or delete content of my storage? - Why does the app need permission to full network access? - Why does the app need permission to set wallpaper? - Why does the app need permission to adjust the wallpaper size? - Why does the app need permission to set wallpaper? - Why does the app need permission to prevent phone from sleeping? - - - You need a launcher with Icon Pack support. Check the Google Play Store description for supported launchers. If you are not sure which launcher should you use, just go to \"Apply\" section, then choose one from the list. - Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. - Slide the NavigationDrawer from the left, and go to \"Icons\" section, or go back to main section of the app, then tap the button that says \"Icons\". - Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or by dragging it to the Edit field at the top of the screen. - Slide the NavigationDrawer from the left, and go to \"Requests\" section. - It happened because the icon pack was moved to SD Card, you should install it in internal storage. - The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 - 120%. Or try using another launcher. - Send another request. - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. - Go to your home screen, then create a widget for the app which name is \"IconRestorer\". - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. - It\'s needed to be able write icon requests data and files, as well as saving wallpapers, and being able to change Wallpapers download location. - It\'s needed to be able to load the cloud based wallpapers and download them. - It\'s needed to be able to check if your device has internet connection. - It\'s needed to be able to apply wallpaper directly from the app. - It\'s needed to be able to adjust wallpapers dimensions based on your screen resolution. - It\'s needed by Muzei Live Wallpaper. - + Blueprint Dashboard + Coming soon + + Home + Icons + Apply + Wallpapers + Icon request + Donate + About the app + Help + Zooper Setup + Widgets + I\'m using %1$s and I love it. Go check it out at: %2$s + Rate + + Filter + Clear + More apps + General information + Useful Links + Column number + %1$s is currently not installed on your device.\nWould you like to install it from the Google Play Store? + This launcher is NOT Compatible + This launcher is NOT compatible with ANY Icon Pack and therefore you cannot use this icon pack with this launcher. Please do not rate the icon pack negatively for this reason. There is a solution that you can try for yourself, but it requires the use of an external app. Would you like to download it? + Impossible to open the file + Themes app is not installed in this device + %s template + %1$s launcher icon was restored + %1$s launcher icon is already visible + There is a problem with the code of %1$s. Please contact its developer. + + Icon Restorer Widget + Analog Clock + Search icons + Search Wallpapers + Search launchers + Search apps + Seconds + Minutes + Hours + Days + Weeks + Months + + Select all + No selected apps + You did not select any apps to request. Please select a few apps, then tap this button again. + Sorry, but you are only allowed to request %1$s more apps for now. + Sorry, but you are only allowed to select %1$s apps to request. + Sorry, but you are only allowed to request %1$s more apps for now. + You will be able to request icons again, in less than a minute. + You will be able to request icons again, in %1$s. + There was an error loading apps to request.\nPress here to retry. + Loading apps to request… + Building request files… + Success! + The request has been uploaded to our server successfully. + + Enable use of wallpaper in icons preview + Your current device wallpaper will be shown. + Launcher icon + Hide launcher icon + When checked, launcher icon will be hidden. + Are you sure you want to delete app data, cache and settings? Applied icons won\'t be affected. + WARNING! + Are you sure you want to hide app icon in your launcher? App may close unexpectedly and notifications will be completely disabled.\nYou may want to read the FAQs to learn how to make it appear again, before hiding it.\n. + Send using… + + + How to apply the Icon Pack? + How to use the Icon Pack? + How to see all the included icons? + How to replace certain icons with alternatives? + How to request unthemed icons? + After restarting my device, icon pack is not applied anymore. Icons were restored to default. + Why do icons look pixelated on my device? + I can see an icon for X app in the included icons, but the icon does not apply. + How to hide app icon from launcher? + How to open the app after app icon is hidden from launcher? + How to show app icon in launcher again? + Why does the app need permission to modify or delete content of my storage? + Why does the app need permission to full network access? + Why does the app need permission to set wallpaper? + Why does the app need permission to adjust the wallpaper size? + Why does the app need permission to set wallpaper? + Why does the app need permission to prevent phone from sleeping? + + + You need a launcher with Icon Pack support. Check the Google Play Store description for supported launchers. If you are not sure which launcher should you use, just go to \"Apply\" section, then choose one from the list. + Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. + Slide the NavigationDrawer from the left, and go to \"Icons\" section, or go back to main section of the app, then tap the button that says \"Icons\". + Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or by dragging it to the Edit field at the top of the screen. + Slide the NavigationDrawer from the left, and go to \"Requests\" section. + It happened because the icon pack was moved to SD Card, you should install it in internal storage. + The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 - 120%. Or try using another launcher. + Send another request. + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. + Go to your home screen, then create a widget for the app which name is \"IconRestorer\". + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. + It\'s needed to be able write icon requests data and files, as well as saving wallpapers, and being able to change Wallpapers download location. + It\'s needed to be able to load the cloud based wallpapers and download them. + It\'s needed to be able to check if your device has internet connection. + It\'s needed to be able to apply wallpaper directly from the app. + It\'s needed to be able to adjust wallpapers dimensions based on your screen resolution. + It\'s needed by Muzei Live Wallpaper. + diff --git a/library/src/main/res/values-es-rES/translatable_strings.xml b/library/src/main/res/values-es-rES/translatable_strings.xml index f0c5c0a6e..cf7712592 100644 --- a/library/src/main/res/values-es-rES/translatable_strings.xml +++ b/library/src/main/res/values-es-rES/translatable_strings.xml @@ -16,111 +16,111 @@ ~ limitations under the License. --> - Aplicación Blueprint - Proximamente - - Inicio - Íconos - Aplicar - Fondos de Pantalla - Petición de iconos - Donar - Acerca de la aplicación - Ayuda - Configuración de Zooper - Widgets - Estoy usando %1$s y me encanta. Descargalo en: %2$s - Calificar - - Filtrar - Limpiar - Más aplicaciones - Información general - Enlaces útiles - Número de columnas - %1$s actualmente no está instalado en su dispositivo. \nDesea instalarlo desde Google Play Store? - Este launcher NO es compatible - Este lanzador no es compatible con ningún paquete de íconos y por lo tanto no puedes utilizar este paquete de iconos con este launcher. No califiques la app negativamente por ello. Hay una solución que puedes probar por ti mismo, pero requiere el uso de una app externa ¿quieres descargarla? - Imposible abrir aplicación de temas - Aplicación de temas no está instalada en este dispositivo - %1$s plantillas - El ícono de %1$s fue restaurado - El ícono de %1$s ya es visible - Hay un problema con el código de %1$s. Por favor contacta a su desarrollador. - - Widget restaurador de ícono - Reloj analógico - Buscar iconos - Buscar fondos de pantalla - Buscar launchers - Buscar aplicaciones - Segundos - Minutos - Horas - Días - Semanas - Meses - - Seleccionar todo - No hay aplicaciones seleccionadas - No has seleccionado ninguna app para solicitar. Por favor, selecciona algunas y presiona el botón de nuevo. - Lo sentimos, pero sólo se pueden seleccionar %1$s aplicaciones para solicitar. - Lo sentimos, pero sólo se puede solicitar %1$s más aplicaciones por ahora. - Lo sentimos, pero sólo se puede solicitar los iconos cada %1$s. - Podrás realizar una petición de iconos de nuevo, en %1$s. - Podrás realizar una petición de iconos de nuevo, en menos de un minuto. - Hubo un error al cargar las aplicaciones para solicitar. \nPresiona aquí para reintentar. - Cargando aplicaciones para solicitar… - Creando archivos de petición… - Correcto! - La solicitud se ha subido a nuestro servidor con éxito. - - Habilitar el uso de fondo de pantalla en vista previa de iconos - Aparecerá tu fondo de pantalla actual. - Icono en launcher - Ocultar el icono en el Launcher - Cuando está marcada, se oculta el icono en el launcher. - ¿Estás seguro que deseas eliminar la configuración, caché y datos de la aplicación? Los iconos aplicados no se verán afectados. - ¡Atención! - ¿Está seguro que desea ocultar el icono de la aplicación en el launcher? \nLa app puede cerrarse inesperadamente y las notificaciones serán completamente desactivadas. \nPuedes leer las FAQs para aprender a hacerlo aparecer de nuevo, antes de ocultarlo. - Enviar con… - - - ¿Cómo utilizar el paquete de iconos? - ¿Cómo aplicar el paquete de iconos? - ¿Cómo ver todos los iconos incluidos? - ¿Cómo reemplazar ciertos iconos con alternativas? - ¿Cómo solicitar iconos? - Después de reiniciar mi dispositivo, el paquete de iconos ya no se aplica. Se restauraron los iconos por defecto. - ¿Por qué parecen los iconos pixelados en mi dispositivo? - Puedo ver un icono de X aplicación en los iconos incluidos, pero el icono no se aplica. - ¿Cómo ocultar el icono de la aplicación del launcher? - ¿Cómo abrir la aplicación después de que oculté su icono? - ¿Cómo mostar el ícono de la aplicación en el launcher de nuevo? - ¿Por qué la aplicacióno necesita permiso para modificar o eliminar el contenido de mi almacenamiento? - ¿Por qué la aplicación necesita permiso para acceder a la red? - ¿Por qué la aplicación necesita permiso para ver las conexiones? - ¿Por qué la aplicación necesita permiso para establecer fondos de pantalla? - ¿Por qué la aplicación necesita permiso para ajustar el tamaño del fondo de pantalla? - ¿Por qué la aplicación necesita permiso para evitar que el teléfono de dormir? - - - Necesitas un launcher con soporte para paquetes de íconos. Revisa la descripción de Google Play Store para ver los launchers compatibles. Si no estás seguro de qué launcher usar, sólo ve a la sección \"Aplicar\" y escoge uno de la lista. - Desliza el NavigationDrawer desde la izquierda, ve a la sección \"Aplicar\" o vuelve a la sección principal de la aplicación y pulsa el botón de acción flotante. Elige el launcher al que deseas aplicar los iconos. Si el lanzador no aparece allí, pero este paquete de iconos es compatible con él (ver la descripción de Google Play Store para la lista de lanzadores compatibles), se puede aplicar manualmente desde ajustes del launcher. - Deslice el NavigationDrawer desde la izquierda, ir a la sección \"Iconos\", o volver a la sección principal de la aplicación y pulse el botón que dice \"Iconos\". - Según el lanzador que usas, el proceso puede ser ligeramente diferente o no estar disponible. En la mayoría de los casos, sin embargo, elegir un icono personalizado es posible mediante una pulsación larga sobre el icono que deseas modificar o arrastrando hasta el campo de edición en la parte superior de la pantalla. - Desliza el NavigationDrawer desde la izquierda y ve a la sección \"Solicitar Iconos\". - Sucedió porque el paquete de iconos se trasladó a la tarjeta SD, se debe instalar en almacenamiento interno. - El problema podría venir con el launcher que usas, cuando maneja gran resolución. Puedes solucionarlo mediante el aumento de tamaño de los iconos a 115 – 120%. O trata de usar otro launcher. - Envíe una solicitud de icono. - Deslice el NavigationDrawer desde la izquierda y ve a la sección \"Configuración\". Luego, marca la opción \"Ocultar ícono del iniciador\". - Ve a la pantalla de inicio y luego crea un widget para la aplicación cuyo nombre es \"IconRestorer\". - Deslice el NavigationDrawer desde la izquierda y ve a la sección \"Configuración\". Luego, desmarca la opción \"Ocultar ícono del iniciador\". - Se necesita para poder escribir datos de solicitudes de iconos y archivos, así como para guardar fondos de pantalla y poder cambiar la ubicación de descarga de Wallpapers. - Se necesita para cargar los fondos de pantalla en la nube y descargarlos. - Es necesario para poder verificar si su dispositivo tiene conexión a Internet. - Es necesario para poder aplicar el fondo de pantalla directamente desde la aplicación. - Es necesario para poder ajustar las dimensiones de los fondos de pantalla en función de la resolución de tu pantalla. - Muzei Live Wallpaper lo necesita. - + Aplicación Blueprint + Proximamente + + Inicio + Íconos + Aplicar + Fondos de Pantalla + Petición de iconos + Donar + Acerca de la aplicación + Ayuda + Configuración de Zooper + Widgets + Estoy usando %1$s y me encanta. Descargalo en: %2$s + Calificar + + Filtrar + Limpiar + Más aplicaciones + Información general + Enlaces útiles + Número de columnas + %1$s actualmente no está instalado en su dispositivo. \nDesea instalarlo desde Google Play Store? + Este launcher NO es compatible + Este lanzador no es compatible con ningún paquete de íconos y por lo tanto no puedes utilizar este paquete de iconos con este launcher. No califiques la app negativamente por ello. Hay una solución que puedes probar por ti mismo, pero requiere el uso de una app externa ¿quieres descargarla? + Imposible abrir aplicación de temas + Aplicación de temas no está instalada en este dispositivo + %1$s plantillas + El ícono de %1$s fue restaurado + El ícono de %1$s ya es visible + Hay un problema con el código de %1$s. Por favor contacta a su desarrollador. + + Widget restaurador de ícono + Reloj analógico + Buscar iconos + Buscar fondos de pantalla + Buscar launchers + Buscar aplicaciones + Segundos + Minutos + Horas + Días + Semanas + Meses + + Seleccionar todo + No hay aplicaciones seleccionadas + No has seleccionado ninguna app para solicitar. Por favor, selecciona algunas y presiona el botón de nuevo. + Lo sentimos, pero sólo se pueden seleccionar %1$s aplicaciones para solicitar. + Lo sentimos, pero sólo se puede solicitar %1$s más aplicaciones por ahora. + Lo sentimos, pero sólo se puede solicitar los iconos cada %1$s. + Podrás realizar una petición de iconos de nuevo, en %1$s. + Podrás realizar una petición de iconos de nuevo, en menos de un minuto. + Hubo un error al cargar las aplicaciones para solicitar. \nPresiona aquí para reintentar. + Cargando aplicaciones para solicitar… + Creando archivos de petición… + Correcto! + La solicitud se ha subido a nuestro servidor con éxito. + + Habilitar el uso de fondo de pantalla en vista previa de iconos + Aparecerá tu fondo de pantalla actual. + Icono en launcher + Ocultar el icono en el Launcher + Cuando está marcada, se oculta el icono en el launcher. + ¿Estás seguro que deseas eliminar la configuración, caché y datos de la aplicación? Los iconos aplicados no se verán afectados. + ¡Atención! + ¿Está seguro que desea ocultar el icono de la aplicación en el launcher? \nLa app puede cerrarse inesperadamente y las notificaciones serán completamente desactivadas. \nPuedes leer las FAQs para aprender a hacerlo aparecer de nuevo, antes de ocultarlo. + Enviar con… + + + ¿Cómo utilizar el paquete de iconos? + ¿Cómo aplicar el paquete de iconos? + ¿Cómo ver todos los iconos incluidos? + ¿Cómo reemplazar ciertos iconos con alternativas? + ¿Cómo solicitar iconos? + Después de reiniciar mi dispositivo, el paquete de iconos ya no se aplica. Se restauraron los iconos por defecto. + ¿Por qué parecen los iconos pixelados en mi dispositivo? + Puedo ver un icono de X aplicación en los iconos incluidos, pero el icono no se aplica. + ¿Cómo ocultar el icono de la aplicación del launcher? + ¿Cómo abrir la aplicación después de que oculté su icono? + ¿Cómo mostar el ícono de la aplicación en el launcher de nuevo? + ¿Por qué la aplicacióno necesita permiso para modificar o eliminar el contenido de mi almacenamiento? + ¿Por qué la aplicación necesita permiso para acceder a la red? + ¿Por qué la aplicación necesita permiso para ver las conexiones? + ¿Por qué la aplicación necesita permiso para establecer fondos de pantalla? + ¿Por qué la aplicación necesita permiso para ajustar el tamaño del fondo de pantalla? + ¿Por qué la aplicación necesita permiso para evitar que el teléfono de dormir? + + + Necesitas un launcher con soporte para paquetes de íconos. Revisa la descripción de Google Play Store para ver los launchers compatibles. Si no estás seguro de qué launcher usar, sólo ve a la sección \"Aplicar\" y escoge uno de la lista. + Desliza el NavigationDrawer desde la izquierda, ve a la sección \"Aplicar\" o vuelve a la sección principal de la aplicación y pulsa el botón de acción flotante. Elige el launcher al que deseas aplicar los iconos. Si el lanzador no aparece allí, pero este paquete de iconos es compatible con él (ver la descripción de Google Play Store para la lista de lanzadores compatibles), se puede aplicar manualmente desde ajustes del launcher. + Deslice el NavigationDrawer desde la izquierda, ir a la sección \"Iconos\", o volver a la sección principal de la aplicación y pulse el botón que dice \"Iconos\". + Según el lanzador que usas, el proceso puede ser ligeramente diferente o no estar disponible. En la mayoría de los casos, sin embargo, elegir un icono personalizado es posible mediante una pulsación larga sobre el icono que deseas modificar o arrastrando hasta el campo de edición en la parte superior de la pantalla. + Desliza el NavigationDrawer desde la izquierda y ve a la sección \"Solicitar Iconos\". + Sucedió porque el paquete de iconos se trasladó a la tarjeta SD, se debe instalar en almacenamiento interno. + El problema podría venir con el launcher que usas, cuando maneja gran resolución. Puedes solucionarlo mediante el aumento de tamaño de los iconos a 115 – 120%. O trata de usar otro launcher. + Envíe una solicitud de icono. + Deslice el NavigationDrawer desde la izquierda y ve a la sección \"Configuración\". Luego, marca la opción \"Ocultar ícono del iniciador\". + Ve a la pantalla de inicio y luego crea un widget para la aplicación cuyo nombre es \"IconRestorer\". + Deslice el NavigationDrawer desde la izquierda y ve a la sección \"Configuración\". Luego, desmarca la opción \"Ocultar ícono del iniciador\". + Se necesita para poder escribir datos de solicitudes de iconos y archivos, así como para guardar fondos de pantalla y poder cambiar la ubicación de descarga de Wallpapers. + Se necesita para cargar los fondos de pantalla en la nube y descargarlos. + Es necesario para poder verificar si su dispositivo tiene conexión a Internet. + Es necesario para poder aplicar el fondo de pantalla directamente desde la aplicación. + Es necesario para poder ajustar las dimensiones de los fondos de pantalla en función de la resolución de tu pantalla. + Muzei Live Wallpaper lo necesita. + diff --git a/library/src/main/res/values-fi-rFI/translatable_strings.xml b/library/src/main/res/values-fi-rFI/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-fi-rFI/translatable_strings.xml +++ b/library/src/main/res/values-fi-rFI/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-fr-rFR/translatable_strings.xml b/library/src/main/res/values-fr-rFR/translatable_strings.xml index 8486e81fd..ba6aad60a 100644 --- a/library/src/main/res/values-fr-rFR/translatable_strings.xml +++ b/library/src/main/res/values-fr-rFR/translatable_strings.xml @@ -16,110 +16,110 @@ ~ limitations under the License. --> - Tableau de bord Blueprint - Prochainement - - Accueil - Icônes - Appliquer - Fonds d\'écran - Demande d\'icônes - Faire un don - À propos - Aide - Configuration Zooper - Widgets - J\'utilise %1$s et je l\'adore. Jettes-y un œil : %2$s - Évaluer - - Filtre - Effacer - Plus d\'applis - Informations générales - Liens utiles - Nombre de colonnes - %1$s n\'est actuellement pas installée sur votre appareil.\nVoulez-vous l\'installer depuis le Play Store ? - Ce launcher n\'est PAS compatible - Ce launcher n\'est PAS compatible avec les Packs d\'icônes et par conséquent, vous ne pouvez pas utiliser ce pack d\'icônes avec ce launcher. Veuillez ne pas noter ce pack d\'icônes négativement pour ce motif. Il existe une solution que vous pouvez essayer par vous-même, mais elle nécessite l\'utilisation d\'une application externe. Souhaitez vous la télécharger? - Impossible d\'ouvrir l\'application de thèmes - L\'application de thèmes n\'est pas installée sur cet appareil - %1$s thèmes - L\'icône de l\'application %1$s a été restaurée - L\'icône de l\'application %1$s est déjà visible - Il y a un problème avec le code de %1$s. Merci contacter son développeur. - - Widget Restaurer icône - Horloge analogique - Rechercher des icônes - Rechercher des fonds d’écran - Rechercher des launchers - Rechercher des applis - Secondes - Minutes - Heures - Jours - Semaines - Mois - - Tout sélectionner - Aucune application sélectionnée - Vous n\'avez sélectionné aucune application pour votre demande. Veuillez sélectionner quelques applications, puis appuyez à nouveau sur ce bouton. - Désolé, mais vous êtes autorisé à sélectionner uniquement %1$s applications pour votre demande. - Désolé, mais vous êtes autorisé à demander uniquement %1$s applications pour l\'instant. - Désolé, mais vous êtes autorisé à demander des icônes chaque %1$s uniquement. - Vous serez en mesure de demander à nouveau des icônes, dans %1$s. - Vous serez en mesure de demander à nouveau des icônes, dans moins d\'une minute. - Une erreur est survenue lors du chargement de votre demande d\'icônes.\nAppuyez ici pour ressayer. - Chargement des applications à demander… - Création de la demande d\'icônes… - Succès ! - La demande a été téléchargée sur notre serveur avec succès. - - Activer l’utilisation du fond d\'écran dans l’aperçu des icônes - Votre fond d’écran actuel de l’appareil sera affiché. - Icône du launcher - Masquer l’icône de l\'application - Lorsque cochée, l\'icône de l\'application sera masquée. - Êtes-vous sûr de vouloir supprimer les données, le cache et les paramètres de l’application ? Les icônes appliquées ne seront pas affectées. - Attention ! - Envoyer avec… - - - Comment utiliser le pack d’icônes ? - Comment appliquer le pack d’icônes ? - Comment faire pour voir toutes les icônes inclues ? - How to replace an icon with an alternative one? - Comment demander des icônes non modifiées ? - Après le redémarrage de mon appareil, le pack d’icônes ne s’applique plus. Les icônes ont été restaurées par défaut. - Pourquoi les icônes sont-elles pixelisées sur mon appareil ? - Je peux voir une icône pour X app dans les icônes inclus, mais l’icône ne s’applique pas. - Comment faire pour masquer l’icône de l’application du lanceur ? - How to open the app after app icon is hidden from launcher? - How to show app icon in launcher again? - Why does the app need permission to modify or delete content of my storage? - Why does the app need permission to full network access? - Why does the app need permission to view connections? - Why does the app need permission to set wallpaper? - Why does the app need permission to adjust the wallpaper size? - Why does the app need permission to prevent phone from sleeping? - - - You need a launcher with Icon Pack support. Check the Google Play Store description for supported launchers. If you are not sure which launcher should you use, just go to \"Apply\" section, then choose one from the list. - Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. - Slide the NavigationDrawer from the left, and go to \"Icons\" section, or go back to main section of the app, then tap the button that says \"Icons\". - Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or dragging it to the Edit field at the top of the screen. - Slide the NavigationDrawer from the left, and go to \"Requests\" section. - It happened because the icon pack was moved to SD Card, you should install it in internal storage. - The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 – 120%. Or try using another launcher. - Envoyer une demande d\'icône. - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. - Go to your home screen, then create a widget for the app which name is \"IconRestorer\". - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. - C\'est nécessaire pour pouvoir écrire des données et des fichiers de demande d\'icône, ainsi que d\'enregistrer des fonds d\'écran, et de pouvoir modifier l\'emplacement de téléchargement des fonds d\'écran. - C\'est nécessaire pour pouvoir charger les fonds d\'écran basés sur le cloud et les télécharger. - C\'est nécessaire pour pouvoir vérifier si votre appareil est connecté à Internet. - C\'est nécessaire pour être en mesure d\'appliquer un fond d\'écran directement à partir de l\'application. - C\'est nécessaire pour pouvoir ajuster les dimensions du fond d\'écran en fonction de la résolution de votre écran. - It\'s needed by Muzei Live Wallpaper. - + Tableau de bord Blueprint + Prochainement + + Accueil + Icônes + Appliquer + Fonds d\'écran + Demande d\'icônes + Faire un don + À propos + Aide + Configuration Zooper + Widgets + J\'utilise %1$s et je l\'adore. Jettes-y un œil : %2$s + Évaluer + + Filtre + Effacer + Plus d\'applis + Informations générales + Liens utiles + Nombre de colonnes + %1$s n\'est actuellement pas installée sur votre appareil.\nVoulez-vous l\'installer depuis le Play Store ? + Ce launcher n\'est PAS compatible + Ce launcher n\'est PAS compatible avec les Packs d\'icônes et par conséquent, vous ne pouvez pas utiliser ce pack d\'icônes avec ce launcher. Veuillez ne pas noter ce pack d\'icônes négativement pour ce motif. Il existe une solution que vous pouvez essayer par vous-même, mais elle nécessite l\'utilisation d\'une application externe. Souhaitez vous la télécharger? + Impossible d\'ouvrir l\'application de thèmes + L\'application de thèmes n\'est pas installée sur cet appareil + %1$s thèmes + L\'icône de l\'application %1$s a été restaurée + L\'icône de l\'application %1$s est déjà visible + Il y a un problème avec le code de %1$s. Merci contacter son développeur. + + Widget Restaurer icône + Horloge analogique + Rechercher des icônes + Rechercher des fonds d’écran + Rechercher des launchers + Rechercher des applis + Secondes + Minutes + Heures + Jours + Semaines + Mois + + Tout sélectionner + Aucune application sélectionnée + Vous n\'avez sélectionné aucune application pour votre demande. Veuillez sélectionner quelques applications, puis appuyez à nouveau sur ce bouton. + Désolé, mais vous êtes autorisé à sélectionner uniquement %1$s applications pour votre demande. + Désolé, mais vous êtes autorisé à demander uniquement %1$s applications pour l\'instant. + Désolé, mais vous êtes autorisé à demander des icônes chaque %1$s uniquement. + Vous serez en mesure de demander à nouveau des icônes, dans %1$s. + Vous serez en mesure de demander à nouveau des icônes, dans moins d\'une minute. + Une erreur est survenue lors du chargement de votre demande d\'icônes.\nAppuyez ici pour ressayer. + Chargement des applications à demander… + Création de la demande d\'icônes… + Succès ! + La demande a été téléchargée sur notre serveur avec succès. + + Activer l’utilisation du fond d\'écran dans l’aperçu des icônes + Votre fond d’écran actuel de l’appareil sera affiché. + Icône du launcher + Masquer l’icône de l\'application + Lorsque cochée, l\'icône de l\'application sera masquée. + Êtes-vous sûr de vouloir supprimer les données, le cache et les paramètres de l’application ? Les icônes appliquées ne seront pas affectées. + Attention ! + Envoyer avec… + + + Comment utiliser le pack d’icônes ? + Comment appliquer le pack d’icônes ? + Comment faire pour voir toutes les icônes inclues ? + How to replace an icon with an alternative one? + Comment demander des icônes non modifiées ? + Après le redémarrage de mon appareil, le pack d’icônes ne s’applique plus. Les icônes ont été restaurées par défaut. + Pourquoi les icônes sont-elles pixelisées sur mon appareil ? + Je peux voir une icône pour X app dans les icônes inclus, mais l’icône ne s’applique pas. + Comment faire pour masquer l’icône de l’application du lanceur ? + How to open the app after app icon is hidden from launcher? + How to show app icon in launcher again? + Why does the app need permission to modify or delete content of my storage? + Why does the app need permission to full network access? + Why does the app need permission to view connections? + Why does the app need permission to set wallpaper? + Why does the app need permission to adjust the wallpaper size? + Why does the app need permission to prevent phone from sleeping? + + + You need a launcher with Icon Pack support. Check the Google Play Store description for supported launchers. If you are not sure which launcher should you use, just go to \"Apply\" section, then choose one from the list. + Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. + Slide the NavigationDrawer from the left, and go to \"Icons\" section, or go back to main section of the app, then tap the button that says \"Icons\". + Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or dragging it to the Edit field at the top of the screen. + Slide the NavigationDrawer from the left, and go to \"Requests\" section. + It happened because the icon pack was moved to SD Card, you should install it in internal storage. + The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 – 120%. Or try using another launcher. + Envoyer une demande d\'icône. + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. + Go to your home screen, then create a widget for the app which name is \"IconRestorer\". + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. + C\'est nécessaire pour pouvoir écrire des données et des fichiers de demande d\'icône, ainsi que d\'enregistrer des fonds d\'écran, et de pouvoir modifier l\'emplacement de téléchargement des fonds d\'écran. + C\'est nécessaire pour pouvoir charger les fonds d\'écran basés sur le cloud et les télécharger. + C\'est nécessaire pour pouvoir vérifier si votre appareil est connecté à Internet. + C\'est nécessaire pour être en mesure d\'appliquer un fond d\'écran directement à partir de l\'application. + C\'est nécessaire pour pouvoir ajuster les dimensions du fond d\'écran en fonction de la résolution de votre écran. + It\'s needed by Muzei Live Wallpaper. + diff --git a/library/src/main/res/values-hi-rIN/translatable_strings.xml b/library/src/main/res/values-hi-rIN/translatable_strings.xml index 27e25c6ac..e1e8fb68d 100644 --- a/library/src/main/res/values-hi-rIN/translatable_strings.xml +++ b/library/src/main/res/values-hi-rIN/translatable_strings.xml @@ -16,60 +16,60 @@ ~ limitations under the License. --> - खाका डैशबोर्ड - जल्द आ रहा है - - मुखपृष्ठ - आइकॉन - लागू करें - वॉलपेपर्स - चिह्न अनुरोध - दान करें - इस ऐप्प के बारे में - सहायता - Zooper सेटअप - विजेट्स - मैं %1$s का उपयोग कर रहा हूं और मैं इसे प्यार करता हूं । जाओ यह देखो पर: %2$s - मूल्यांकन करें - - फ़िल्टर: - साफ करें - अधिक अप्प्स - सामान्य जानकारी - उपयोगी कड़ियां - स्तंभ संख्या - %1$s वर्तमान में आपके डिवाइस पर स्थापित नहीं है. \n क्या आप इसे गूगल प्ले स्टोर से इंस्टॉल करना पसंद करते हैं? - इस लांचर संगत नहीं है - इस लांचर किसी भी आइकन पैक के साथ संगत नहीं है और इसलिए आप इस लांचर के साथ इस आइकन पैक का उपयोग नहीं कर सकते. कृपया इस कारण के लिए आइकन पैक दर नहीं है । वहां एक समाधान है कि आप अपने आप के लिए कोशिश कर सकते हैं, लेकिन यह एक बाहरी अनुप्रयोग के उपयोग की आवश्यकता है । क्या आप इसे डाउनलोड करना चाहेंगे? - थीम्स एप्लिकेशन को खोलने के लिए असंभव - विषयवस्तु अनुप्रयोग इस डिवाइस में स्थापित नहीं है - %1$s टेम्प्लेट - %1$s लांचर आइकन बहाल किया गया था - %1$s लांचर आइकन पहले से ही दिखाई दे रहा है - वहां %1$sके कोड के साथ एक समस्या है । कृपया इसके डेवलपर से संपर्क करें । - - आइकन आरोग्य विजेट - ऐनालॉग घड़ी - चिह्न खोजें - वॉलपेपर सेट करें - खोज लांचर - ऐप्लिकेशन खोजें - सेकंड्स - मिनट - घंटे - दिन - सप्ताह - महीने - - सभी चुनें - किसी ऐप का चयन नहीं किया गया - आप अनुरोध करने के लिए किसी भी अनुप्रयोग का चयन नहीं किया । कृपया कुछ ऐप्लिकेशन चुनें, फिर इस बटन को फिर से टैप करें. - क्षमा करें, लेकिन आप केवल अनुरोध करने के लिए %1$s apps का चयन करने की अनुमति है । - क्षमा करें, लेकिन आप केवल अनुरोध करने के लिए %1$s apps का चयन करने की अनुमति है । - क्षमा करें, लेकिन आप केवल अनुरोध करने के लिए %1$s apps का चयन करने की अनुमति है । - आप %1$s में, फिर से चिह्न का अनुरोध करने में सक्षम हो जाएगा । - आप %1$s में, फिर से चिह्न का अनुरोध करने में सक्षम हो जाएगा । - अनुरोध करने के लिए अनुप्रयोग लोड करने में कोई त्रुटि आई. \nPress के लिए यहां पुनर्प्रयास करें । - - + खाका डैशबोर्ड + जल्द आ रहा है + + मुखपृष्ठ + आइकॉन + लागू करें + वॉलपेपर्स + चिह्न अनुरोध + दान करें + इस ऐप्प के बारे में + सहायता + Zooper सेटअप + विजेट्स + मैं %1$s का उपयोग कर रहा हूं और मैं इसे प्यार करता हूं । जाओ यह देखो पर: %2$s + मूल्यांकन करें + + फ़िल्टर: + साफ करें + अधिक अप्प्स + सामान्य जानकारी + उपयोगी कड़ियां + स्तंभ संख्या + %1$s वर्तमान में आपके डिवाइस पर स्थापित नहीं है. \n क्या आप इसे गूगल प्ले स्टोर से इंस्टॉल करना पसंद करते हैं? + इस लांचर संगत नहीं है + इस लांचर किसी भी आइकन पैक के साथ संगत नहीं है और इसलिए आप इस लांचर के साथ इस आइकन पैक का उपयोग नहीं कर सकते. कृपया इस कारण के लिए आइकन पैक दर नहीं है । वहां एक समाधान है कि आप अपने आप के लिए कोशिश कर सकते हैं, लेकिन यह एक बाहरी अनुप्रयोग के उपयोग की आवश्यकता है । क्या आप इसे डाउनलोड करना चाहेंगे? + थीम्स एप्लिकेशन को खोलने के लिए असंभव + विषयवस्तु अनुप्रयोग इस डिवाइस में स्थापित नहीं है + %1$s टेम्प्लेट + %1$s लांचर आइकन बहाल किया गया था + %1$s लांचर आइकन पहले से ही दिखाई दे रहा है + वहां %1$sके कोड के साथ एक समस्या है । कृपया इसके डेवलपर से संपर्क करें । + + आइकन आरोग्य विजेट + ऐनालॉग घड़ी + चिह्न खोजें + वॉलपेपर सेट करें + खोज लांचर + ऐप्लिकेशन खोजें + सेकंड्स + मिनट + घंटे + दिन + सप्ताह + महीने + + सभी चुनें + किसी ऐप का चयन नहीं किया गया + आप अनुरोध करने के लिए किसी भी अनुप्रयोग का चयन नहीं किया । कृपया कुछ ऐप्लिकेशन चुनें, फिर इस बटन को फिर से टैप करें. + क्षमा करें, लेकिन आप केवल अनुरोध करने के लिए %1$s apps का चयन करने की अनुमति है । + क्षमा करें, लेकिन आप केवल अनुरोध करने के लिए %1$s apps का चयन करने की अनुमति है । + क्षमा करें, लेकिन आप केवल अनुरोध करने के लिए %1$s apps का चयन करने की अनुमति है । + आप %1$s में, फिर से चिह्न का अनुरोध करने में सक्षम हो जाएगा । + आप %1$s में, फिर से चिह्न का अनुरोध करने में सक्षम हो जाएगा । + अनुरोध करने के लिए अनुप्रयोग लोड करने में कोई त्रुटि आई. \nPress के लिए यहां पुनर्प्रयास करें । + + diff --git a/library/src/main/res/values-hr-rHR/translatable_strings.xml b/library/src/main/res/values-hr-rHR/translatable_strings.xml index 8cc95fa54..20d01edec 100644 --- a/library/src/main/res/values-hr-rHR/translatable_strings.xml +++ b/library/src/main/res/values-hr-rHR/translatable_strings.xml @@ -16,105 +16,105 @@ ~ limitations under the License. --> - Blueprint početna - Ubrzo dolazi - - Početna - Ikone - Primjeni - Pozadine - Zahtjev za ikone - Doniraj - O aplikaciji - Pomoć - Zooper postavljanje - Widgeti - Ja koristim %1$s i obožavam ga. Provjerite ga na: %2$s - Ocijeni - - Filter - Očisti - Još aplikacija - Općenite informacije - Korisne poveznice - Broj stupaca - %1$s trenutno nije instaliran na vašem uređaju.\nŽelite li instalirati sa Play Trgovine? - Ovaj pokretač NIJE podržan - Nije moguće otvoriti aplikaciju tema - Teme nisu instalirane na ovom uređaju - %1$s predložaka - %1$s ikona pokretača je vraćena - %1$s ikona pokretača je već vidljiva - Postoji problem sa kodom od %1$s. Molimo kontaktirajte njegovog razvojnog programera. - - Widget za povratak ikona - Analogni sat - Pretraži ikone - Pretraži pozadine - Pretraži pokretače - Pretraži aplikacije - Sekunde - Minute - Sati - Dana - Tjedana - Mjeseci - - Odaberi sve - Nema odabranih aplikacija - Bit ćete u mogućnosti zahtjevati ikone opet za %1$s. - Bit ćete u mogućnosti zahtjevati ikone opet, za manje od minute. - Dogodila se pogreška prilikom učitavanja aplikacija za zahtjev. \nDodirnite ovdje kako bi ste pokušali ponovno. - Učitavanje aplikacija za zahtjev… - Stvaranje datoteke zahtjeva… - Uspjeh! - Zahtjev je uspješno učitan na naš poslužitelj. - - Koristi pozadinu u pregl. ikona - Prikazati će se vaša trenutna pozadina. - Ikona pokretača - Sakrij ikonu pokretača - Kada je označeno, ikona pokretača će biti skrivena. - Jeste li sigurni da želite izbrisati podatke aplikacije, predmemoriju i postavke? Primijenjene ikone se neće ukloniti. - Upozorenje! - Pošalji koristeći… - - - Kako koristiti paket ikona? - Kako primjeniti paket ikona? - Kako vidjeti sve uključene ikone? - Kako zamijeniti ikonu sa alternativnom? - Kako zatražiti ikone koje nedostaju? - Nakon ponovnog pokretanja uređaja, paket ikona se više ne primjenjuje. Ikone su vraćene na zadano. - Zašto ikone izgledaju pikselirano na mom uređaju? - I can see an icon for X app in the included icons, but the icon does not apply. - Kako sakriti ikonu aplikacije iz pokretača? - How to open the app after app icon is hidden from launcher? - Kako ponovno prikazati ikonu aplikacije u pokretaču? - Zašto aplikacija treba dozvolu za izmjenu ili brisanje sadržaja sa moje pohrane? - Zašto aplikacija treba dozvolu za potpuni mrežni pristup? - Zašto aplikacija treba dozvolu za prikaz veza? - Zašto aplikacija treba dozvolu za postavljanje pozadine? - Zašto aplikacija treba dozvolu za prilagođavanje veličine pozadine? - Zašto aplikacija treba dozvolu za sprječavanje spavanja uređaja? - - - You need a launcher with Icon Pack support. Check the Google Play Store description for supported launchers. If you are not sure which launcher should you use, just go to \"Apply\" section, then choose one from the list. - Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. - Slide the NavigationDrawer from the left, and go to \"Icons\" section, or go back to main section of the app, then tap the button that says \"Icons\". - Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or dragging it to the Edit field at the top of the screen. - Slide the NavigationDrawer from the left, and go to \"Requests\" section. - It happened because the icon pack was moved to SD Card, you should install it in internal storage. - The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 – 120%. Or try using another launcher. - Pošalji zahtjev za ikone. - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. - Idite na svoj početni zaslon, zatim stvorite widget za aplikaciju koja se zove \"IconRestorer\". - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. - It\'s needed to be able write icon requests data and files, as well as saving wallpapers, and being able to change Wallpapers download location. - It\'s needed to be able to load the cloud based wallpapers and download them. - It\'s needed to be able to check if your device has internet connection. - It\'s needed to be able to apply wallpaper directly from the app. - It\'s needed to be able to adjust wallpapers dimensions based on your screen resolution. - Potrebno je za Muzei živu pozadinu. - + Blueprint početna + Ubrzo dolazi + + Početna + Ikone + Primjeni + Pozadine + Zahtjev za ikone + Doniraj + O aplikaciji + Pomoć + Zooper postavljanje + Widgeti + Ja koristim %1$s i obožavam ga. Provjerite ga na: %2$s + Ocijeni + + Filter + Očisti + Još aplikacija + Općenite informacije + Korisne poveznice + Broj stupaca + %1$s trenutno nije instaliran na vašem uređaju.\nŽelite li instalirati sa Play Trgovine? + Ovaj pokretač NIJE podržan + Nije moguće otvoriti aplikaciju tema + Teme nisu instalirane na ovom uređaju + %1$s predložaka + %1$s ikona pokretača je vraćena + %1$s ikona pokretača je već vidljiva + Postoji problem sa kodom od %1$s. Molimo kontaktirajte njegovog razvojnog programera. + + Widget za povratak ikona + Analogni sat + Pretraži ikone + Pretraži pozadine + Pretraži pokretače + Pretraži aplikacije + Sekunde + Minute + Sati + Dana + Tjedana + Mjeseci + + Odaberi sve + Nema odabranih aplikacija + Bit ćete u mogućnosti zahtjevati ikone opet za %1$s. + Bit ćete u mogućnosti zahtjevati ikone opet, za manje od minute. + Dogodila se pogreška prilikom učitavanja aplikacija za zahtjev. \nDodirnite ovdje kako bi ste pokušali ponovno. + Učitavanje aplikacija za zahtjev… + Stvaranje datoteke zahtjeva… + Uspjeh! + Zahtjev je uspješno učitan na naš poslužitelj. + + Koristi pozadinu u pregl. ikona + Prikazati će se vaša trenutna pozadina. + Ikona pokretača + Sakrij ikonu pokretača + Kada je označeno, ikona pokretača će biti skrivena. + Jeste li sigurni da želite izbrisati podatke aplikacije, predmemoriju i postavke? Primijenjene ikone se neće ukloniti. + Upozorenje! + Pošalji koristeći… + + + Kako koristiti paket ikona? + Kako primjeniti paket ikona? + Kako vidjeti sve uključene ikone? + Kako zamijeniti ikonu sa alternativnom? + Kako zatražiti ikone koje nedostaju? + Nakon ponovnog pokretanja uređaja, paket ikona se više ne primjenjuje. Ikone su vraćene na zadano. + Zašto ikone izgledaju pikselirano na mom uređaju? + I can see an icon for X app in the included icons, but the icon does not apply. + Kako sakriti ikonu aplikacije iz pokretača? + How to open the app after app icon is hidden from launcher? + Kako ponovno prikazati ikonu aplikacije u pokretaču? + Zašto aplikacija treba dozvolu za izmjenu ili brisanje sadržaja sa moje pohrane? + Zašto aplikacija treba dozvolu za potpuni mrežni pristup? + Zašto aplikacija treba dozvolu za prikaz veza? + Zašto aplikacija treba dozvolu za postavljanje pozadine? + Zašto aplikacija treba dozvolu za prilagođavanje veličine pozadine? + Zašto aplikacija treba dozvolu za sprječavanje spavanja uređaja? + + + You need a launcher with Icon Pack support. Check the Google Play Store description for supported launchers. If you are not sure which launcher should you use, just go to \"Apply\" section, then choose one from the list. + Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. + Slide the NavigationDrawer from the left, and go to \"Icons\" section, or go back to main section of the app, then tap the button that says \"Icons\". + Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or dragging it to the Edit field at the top of the screen. + Slide the NavigationDrawer from the left, and go to \"Requests\" section. + It happened because the icon pack was moved to SD Card, you should install it in internal storage. + The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 – 120%. Or try using another launcher. + Pošalji zahtjev za ikone. + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. + Idite na svoj početni zaslon, zatim stvorite widget za aplikaciju koja se zove \"IconRestorer\". + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. + It\'s needed to be able write icon requests data and files, as well as saving wallpapers, and being able to change Wallpapers download location. + It\'s needed to be able to load the cloud based wallpapers and download them. + It\'s needed to be able to check if your device has internet connection. + It\'s needed to be able to apply wallpaper directly from the app. + It\'s needed to be able to adjust wallpapers dimensions based on your screen resolution. + Potrebno je za Muzei živu pozadinu. + diff --git a/library/src/main/res/values-hu-rHU/translatable_strings.xml b/library/src/main/res/values-hu-rHU/translatable_strings.xml index 2e26842ed..fe4769dee 100644 --- a/library/src/main/res/values-hu-rHU/translatable_strings.xml +++ b/library/src/main/res/values-hu-rHU/translatable_strings.xml @@ -16,106 +16,106 @@ ~ limitations under the License. --> - Blueprint Dashboard - Hamarosan - - Kezdőlap - Ikonok - Alkalmaz - Háttérképek - Ikon kérés - Támogatás - Az alkalmazásról - Súgó - Zooper widget - Modulok - Használom a %1$s és imádom. Próbáld ki %2$s - Értékelés - - Szűrő - Töröl - További alkalmazások - Általános információk - Hasznos linkek - Oszlopok száma - %1$s jelenleg nincs telepítve az eszközön. \nWould szeretnéd telepíteni a Google Play áruházból? - Ezt az indító NEM kompatibilis - Ez az indító NEM kompatibilis SEMELYIK ikon csomaggal, ezért nem tudod használni a csomagot ebben az indítóban sem. Kérlek ne értékeld le az ikon csomagot emiatt. Van egy megoldás, amit ki tudsz próbálni, de ehhez szükséged lesz egy másik alkalmazásra. Szeretnéd letölteni? - Nem lehetséges a témák megnyitása. - A témák nincsenek telepítve az eszközre. - %1$s sablonok - %1$s ikon helyreállítva - %1$s ikon már látható - Probléma van a(z) %1$s kódjával. Kérlek vedd fel a kapcsolatot a fejlesztővel. - - Ikon visszaállító modul - Analóg óra - Ikonok keresése - Háttérképek keresése - Indítók keresése - Alkalmazások keresése - Másodperc - Perc - Óra - Nap - Hét - Hónap - - Összes kijelölése - Nincs kiválasztott alkalmazás - Nincs kijelölve aplikáció, kérjük jelöljön ki egy vagy több elemet majd próbálja újra. - Sajnáljuk, nem vagy jogosult a következő alkalmazás letöltésére: %1$s - Sajnáljuk, de nem vagy jogosult a ennél több alkalmazás kérésére: %1$s. - Alkalmazások betöltése a kéréshez… - Kérés felépítése… - Siker! - A kérelem sikeresen feltöltve a szerverünkre. - - Háttérkép engedélyezése az előnézetben - A jelenlegi háttérkép lesz látható. - Alkalmazásindító ikon - Alkalmazásindító elrejtése - Ha be van jelölve, az indító ikon rejtve lesz. - Biztos vagy benne, hogy törlöd az alkalmazásadatokat, a cache-t és a beállításokat? Ez az alkalmazott ikonokra nincs hatással. - Figyelem! - Küldés a következővel… - - - Hogyan használd az ikon csomagot? - Hogyan alkalmazd az ikon csomagot? - Hogyan láthatod a tartalmazott ikonokat? - Hogyan helyettesítsd az ikont egy másikkal? - Hogyan kérheted a témázatlan ikonokat? - After restarting my device, icon pack is not applied anymore. Icons were restored to default. - Why do icons look pixelated on my device? - I can see an icon for X app in the included icons, but the icon does not apply. - Hogyan rejtsem el az alkalmazás ikonját az indítóból? - How to open the app after app icon is hidden from launcher? - How to show app icon in launcher again? - Why does the app need permission to modify or delete content of my storage? - Why does the app need permission to full network access? - Why does the app need permission to view connections? - Why does the app need permission to set wallpaper? - Why does the app need permission to adjust the wallpaper size? - Why does the app need permission to prevent phone from sleeping? - - - You need a launcher with Icon Pack support. Check the Google Play Store description for supported launchers. If you are not sure which launcher should you use, just go to \"Apply\" section, then choose one from the list. - Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. - Slide the NavigationDrawer from the left, and go to \"Icons\" section, or go back to main section of the app, then tap the button that says \"Icons\". - Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or dragging it to the Edit field at the top of the screen. - Slide the NavigationDrawer from the left, and go to \"Requests\" section. - It happened because the icon pack was moved to SD Card, you should install it in internal storage. - The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 – 120%. Or try using another launcher. - Kérelem küldése. - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. - Go to your home screen, then create a widget for the app which name is \"IconRestorer\". - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. - It\'s needed to be able write icon requests data and files, as well as saving wallpapers, and being able to change Wallpapers download location. - It\'s needed to be able to load the cloud based wallpapers and download them. - It\'s needed to be able to check if your device has internet connection. - It\'s needed to be able to apply wallpaper directly from the app. - It\'s needed to be able to adjust wallpapers dimensions based on your screen resolution. - It\'s needed by Muzei Live Wallpaper. - + Blueprint Dashboard + Hamarosan + + Kezdőlap + Ikonok + Alkalmaz + Háttérképek + Ikon kérés + Támogatás + Az alkalmazásról + Súgó + Zooper widget + Modulok + Használom a %1$s és imádom. Próbáld ki %2$s + Értékelés + + Szűrő + Töröl + További alkalmazások + Általános információk + Hasznos linkek + Oszlopok száma + %1$s jelenleg nincs telepítve az eszközön. \nWould szeretnéd telepíteni a Google Play áruházból? + Ezt az indító NEM kompatibilis + Ez az indító NEM kompatibilis SEMELYIK ikon csomaggal, ezért nem tudod használni a csomagot ebben az indítóban sem. Kérlek ne értékeld le az ikon csomagot emiatt. Van egy megoldás, amit ki tudsz próbálni, de ehhez szükséged lesz egy másik alkalmazásra. Szeretnéd letölteni? + Nem lehetséges a témák megnyitása. + A témák nincsenek telepítve az eszközre. + %1$s sablonok + %1$s ikon helyreállítva + %1$s ikon már látható + Probléma van a(z) %1$s kódjával. Kérlek vedd fel a kapcsolatot a fejlesztővel. + + Ikon visszaállító modul + Analóg óra + Ikonok keresése + Háttérképek keresése + Indítók keresése + Alkalmazások keresése + Másodperc + Perc + Óra + Nap + Hét + Hónap + + Összes kijelölése + Nincs kiválasztott alkalmazás + Nincs kijelölve aplikáció, kérjük jelöljön ki egy vagy több elemet majd próbálja újra. + Sajnáljuk, nem vagy jogosult a következő alkalmazás letöltésére: %1$s + Sajnáljuk, de nem vagy jogosult a ennél több alkalmazás kérésére: %1$s. + Alkalmazások betöltése a kéréshez… + Kérés felépítése… + Siker! + A kérelem sikeresen feltöltve a szerverünkre. + + Háttérkép engedélyezése az előnézetben + A jelenlegi háttérkép lesz látható. + Alkalmazásindító ikon + Alkalmazásindító elrejtése + Ha be van jelölve, az indító ikon rejtve lesz. + Biztos vagy benne, hogy törlöd az alkalmazásadatokat, a cache-t és a beállításokat? Ez az alkalmazott ikonokra nincs hatással. + Figyelem! + Küldés a következővel… + + + Hogyan használd az ikon csomagot? + Hogyan alkalmazd az ikon csomagot? + Hogyan láthatod a tartalmazott ikonokat? + Hogyan helyettesítsd az ikont egy másikkal? + Hogyan kérheted a témázatlan ikonokat? + After restarting my device, icon pack is not applied anymore. Icons were restored to default. + Why do icons look pixelated on my device? + I can see an icon for X app in the included icons, but the icon does not apply. + Hogyan rejtsem el az alkalmazás ikonját az indítóból? + How to open the app after app icon is hidden from launcher? + How to show app icon in launcher again? + Why does the app need permission to modify or delete content of my storage? + Why does the app need permission to full network access? + Why does the app need permission to view connections? + Why does the app need permission to set wallpaper? + Why does the app need permission to adjust the wallpaper size? + Why does the app need permission to prevent phone from sleeping? + + + You need a launcher with Icon Pack support. Check the Google Play Store description for supported launchers. If you are not sure which launcher should you use, just go to \"Apply\" section, then choose one from the list. + Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. + Slide the NavigationDrawer from the left, and go to \"Icons\" section, or go back to main section of the app, then tap the button that says \"Icons\". + Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or dragging it to the Edit field at the top of the screen. + Slide the NavigationDrawer from the left, and go to \"Requests\" section. + It happened because the icon pack was moved to SD Card, you should install it in internal storage. + The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 – 120%. Or try using another launcher. + Kérelem küldése. + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. + Go to your home screen, then create a widget for the app which name is \"IconRestorer\". + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. + It\'s needed to be able write icon requests data and files, as well as saving wallpapers, and being able to change Wallpapers download location. + It\'s needed to be able to load the cloud based wallpapers and download them. + It\'s needed to be able to check if your device has internet connection. + It\'s needed to be able to apply wallpaper directly from the app. + It\'s needed to be able to adjust wallpapers dimensions based on your screen resolution. + It\'s needed by Muzei Live Wallpaper. + diff --git a/library/src/main/res/values-in-rID/translatable_strings.xml b/library/src/main/res/values-in-rID/translatable_strings.xml index 6e848e982..62f7def6e 100644 --- a/library/src/main/res/values-in-rID/translatable_strings.xml +++ b/library/src/main/res/values-in-rID/translatable_strings.xml @@ -16,107 +16,107 @@ ~ limitations under the License. --> - Dasbor Blueprint - Segera Hadir - - Beranda - Ikon - Menerapkan - Wallpaper - Permintaan Ikon - Menyumbangkan - Tentang Aplikasi - Bantuan - Pengaturan Zooper - Widget - Saya sedang menggunakan %1$s dan saya menyukainya. Pergi memeriksanya di:%2$s - Menilai - - Filter - Bersih - Lebih banyak aplikasi - Informasi Umum - Tautan yang bermanfaat - Nomor Kolom - %1$s saat ini tidak terpasang pada perangkat anda.\nApakah anda ingin memasang dari Google Play Store? - Peluncur ini TIDAK Cocok - Tidak mungkin untuk membuka tema aplikasi - Tema aplikasi tidak terpasang di perangkat ini - %1$s template - %1$s ikon peluncur dipulihkan - %1$s ikon peluncur sudah terlihat - Ada sebuah masalah dengan kode dari %1$s. Silahkan hubungi pengembangnya. - - Widget Pemulih Ikon - Jam Analog - Cari ikon - Cari wallpaper - Cari peluncur - Cari aplikasi - Detik - Menit - Jam - Hari - Minggu - Bulan - - Pilih semua - Tidak ada aplikasi yang dipilih - Maaf, tapi anda hanya diizinkan untuk memilih %1$s aplikasi untuk meminta. - Maaf, tapi anda hanya diizinkan untuk meminta %1$s lebih banyak aplikasi untuk sekarang. - Maaf, tapi anda hanya diizinkan untuk meminta ikon setiap %1$s. - Anda akan bisa meminta ikon lagi, di %1$s. - Anda akan bisa meminta ikon lagi, dalam waktu kurang dari satu menit. - Ada sebuah kesalahan saat memuat aplikasi untuk permintaan.\nTekan di sini untuk mencoba kembali. - Memuat aplikasi untuk meminta… - Membangun permintaan berkas… - Berhasil! - Permintaan telah berhasil di-upload ke server kami. - - Mengaktifkan penggunaan wallpaper dalam peninjauan ikon - Perangkat wallpaper anda saat ini akan ditampilkan. - Peluncur ikon - Sembunyikan peluncur ikon - Ketika diperiksa, peluncur ikon akan disembunyikan. - Peringatan! - Kirim menggunakan… - - - Bagaimana cara menggunakan Paket Ikon? - Bagaimana cara menerapkan Paket Ikon? - Bagaimana cara melihat semua ikon yang disertakan? - Bagaimana cara mengganti ikon dengan alternatif ikon lain? - Bagaimana cara meminta ikon yang tidak ada tema? - After restarting my device, icon pack is not applied anymore. Icons were restored to default. - Mengapa ikon terlihat pixelated pada perangkat saya? - I can see an icon for X app in the included icons, but the icon does not apply. - Bagaimana cara sembunyikan ikon aplikasi dari peluncur? - Bagaimana cara membuka aplikasi setelah ikon aplikasi tersembunyi dari peluncur? - Bagaimana cara menunjukkan lagi ikon aplikasi di peluncur? - Kenapa aplikasi tersebut perlu izin untuk mengubah atau menghapus konten dari peyimpanan saya? - Kenapa aplikasi tersebut perlu izin untuk akses jaringan penuh? - Kenapa aplikasi tersebut perlu izin untuk melihat koneksi? - Kenapa aplikasi tersebut perlu izin untuk mengatur wallpaper? - Kenapa aplikasi tersebut perlu izin untuk menyesuaikan ukuran wallpaper? - Kenapa aplikasi tersebut perlu izin untuk mencegah telepon dari tidur? - - - You need a launcher with Icon Pack support. Check the Google Play Store description for supported launchers. If you are not sure which launcher should you use, just go to \"Apply\" section, then choose one from the list. - Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. - Geser NavigationDrawer dari kiri, dan pergi ke bagian \"Ikon\", atau kembali ke bagian utama dari aplikasi, kemudian ketuk tombol yang mengatakan \"Ikon\". - Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or dragging it to the Edit field at the top of the screen. - Slide the NavigationDrawer from the left, and go to \"Requests\" section. - It happened because the icon pack was moved to SD Card, you should install it in internal storage. - The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 – 120%. Or try using another launcher. - Kirim sebuah permintaan ikon. - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. - Pergi ke layar beranda anda, kemudian buat sebuah widget untuk aplikasi yang dinamakan \"Pemulih Ikon\". - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. - Itu diperlukan untuk bisa menulis permintaan ikon data dan berkas, serta menyimpan wallpaper, dan mampu untuk mengubah lokasi mengunduh wallpaper. - Itu diperlukan untuk bisa memuat wallpaper berbasis awan dan mengunduh mereka. - Itu diperlukan untuk bisa memeriksa jika perangkat anda memiliki koneksi internet. - Itu diperlukan untuk bisa menerapkan wallpaper langsung dari aplikasi. - It\'s needed to be able to adjust wallpapers dimensions based on your screen resolution. - Itu diperlukan oleh Muzei Live Wallpaper. - + Dasbor Blueprint + Segera Hadir + + Beranda + Ikon + Menerapkan + Wallpaper + Permintaan Ikon + Menyumbangkan + Tentang Aplikasi + Bantuan + Pengaturan Zooper + Widget + Saya sedang menggunakan %1$s dan saya menyukainya. Pergi memeriksanya di:%2$s + Menilai + + Filter + Bersih + Lebih banyak aplikasi + Informasi Umum + Tautan yang bermanfaat + Nomor Kolom + %1$s saat ini tidak terpasang pada perangkat anda.\nApakah anda ingin memasang dari Google Play Store? + Peluncur ini TIDAK Cocok + Tidak mungkin untuk membuka tema aplikasi + Tema aplikasi tidak terpasang di perangkat ini + %1$s template + %1$s ikon peluncur dipulihkan + %1$s ikon peluncur sudah terlihat + Ada sebuah masalah dengan kode dari %1$s. Silahkan hubungi pengembangnya. + + Widget Pemulih Ikon + Jam Analog + Cari ikon + Cari wallpaper + Cari peluncur + Cari aplikasi + Detik + Menit + Jam + Hari + Minggu + Bulan + + Pilih semua + Tidak ada aplikasi yang dipilih + Maaf, tapi anda hanya diizinkan untuk memilih %1$s aplikasi untuk meminta. + Maaf, tapi anda hanya diizinkan untuk meminta %1$s lebih banyak aplikasi untuk sekarang. + Maaf, tapi anda hanya diizinkan untuk meminta ikon setiap %1$s. + Anda akan bisa meminta ikon lagi, di %1$s. + Anda akan bisa meminta ikon lagi, dalam waktu kurang dari satu menit. + Ada sebuah kesalahan saat memuat aplikasi untuk permintaan.\nTekan di sini untuk mencoba kembali. + Memuat aplikasi untuk meminta… + Membangun permintaan berkas… + Berhasil! + Permintaan telah berhasil di-upload ke server kami. + + Mengaktifkan penggunaan wallpaper dalam peninjauan ikon + Perangkat wallpaper anda saat ini akan ditampilkan. + Peluncur ikon + Sembunyikan peluncur ikon + Ketika diperiksa, peluncur ikon akan disembunyikan. + Peringatan! + Kirim menggunakan… + + + Bagaimana cara menggunakan Paket Ikon? + Bagaimana cara menerapkan Paket Ikon? + Bagaimana cara melihat semua ikon yang disertakan? + Bagaimana cara mengganti ikon dengan alternatif ikon lain? + Bagaimana cara meminta ikon yang tidak ada tema? + After restarting my device, icon pack is not applied anymore. Icons were restored to default. + Mengapa ikon terlihat pixelated pada perangkat saya? + I can see an icon for X app in the included icons, but the icon does not apply. + Bagaimana cara sembunyikan ikon aplikasi dari peluncur? + Bagaimana cara membuka aplikasi setelah ikon aplikasi tersembunyi dari peluncur? + Bagaimana cara menunjukkan lagi ikon aplikasi di peluncur? + Kenapa aplikasi tersebut perlu izin untuk mengubah atau menghapus konten dari peyimpanan saya? + Kenapa aplikasi tersebut perlu izin untuk akses jaringan penuh? + Kenapa aplikasi tersebut perlu izin untuk melihat koneksi? + Kenapa aplikasi tersebut perlu izin untuk mengatur wallpaper? + Kenapa aplikasi tersebut perlu izin untuk menyesuaikan ukuran wallpaper? + Kenapa aplikasi tersebut perlu izin untuk mencegah telepon dari tidur? + + + You need a launcher with Icon Pack support. Check the Google Play Store description for supported launchers. If you are not sure which launcher should you use, just go to \"Apply\" section, then choose one from the list. + Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. + Geser NavigationDrawer dari kiri, dan pergi ke bagian \"Ikon\", atau kembali ke bagian utama dari aplikasi, kemudian ketuk tombol yang mengatakan \"Ikon\". + Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or dragging it to the Edit field at the top of the screen. + Slide the NavigationDrawer from the left, and go to \"Requests\" section. + It happened because the icon pack was moved to SD Card, you should install it in internal storage. + The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 – 120%. Or try using another launcher. + Kirim sebuah permintaan ikon. + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. + Pergi ke layar beranda anda, kemudian buat sebuah widget untuk aplikasi yang dinamakan \"Pemulih Ikon\". + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. + Itu diperlukan untuk bisa menulis permintaan ikon data dan berkas, serta menyimpan wallpaper, dan mampu untuk mengubah lokasi mengunduh wallpaper. + Itu diperlukan untuk bisa memuat wallpaper berbasis awan dan mengunduh mereka. + Itu diperlukan untuk bisa memeriksa jika perangkat anda memiliki koneksi internet. + Itu diperlukan untuk bisa menerapkan wallpaper langsung dari aplikasi. + It\'s needed to be able to adjust wallpapers dimensions based on your screen resolution. + Itu diperlukan oleh Muzei Live Wallpaper. + diff --git a/library/src/main/res/values-it-rIT/translatable_strings.xml b/library/src/main/res/values-it-rIT/translatable_strings.xml index 6fd014e5d..977da50b1 100644 --- a/library/src/main/res/values-it-rIT/translatable_strings.xml +++ b/library/src/main/res/values-it-rIT/translatable_strings.xml @@ -16,111 +16,111 @@ ~ limitations under the License. --> - Blueprint Dashboard - Disponibile a breve - - Home - Icone - Applica - Sfondi - Richiesta icone - Dona - Informazioni sull\'app - Aiuto - Zooper installazione - Widget - Sto usando %1$s e mi piace tantissimo. Clicca il link sotto per scaricarlo sul playstore: %2$s - Vota - - Filtro - Ripulisci - Altre applicazioni - Informazioni generali - Link utili - Numero di colonne - %1$s attualmente non è installato sul tuo dispositivo.\nVuoi installarlo dal Google Play Store? - Questo launcher non è compatibile - Questo launcher non è compatibile con qualsiasi pacchetto di icone e di conseguenza non è possibile utilizzare questo icon pack con questo launcher. Per favore non votare l\'icon pack negativamente per questo motivo. C\'è una soluzione che si può provare per te, ma richiede l\'utilizzo di un\'app esterna vuoi scaricarla? - Impossibile aprire app temi - Applicazione di temi non è installata in questo dispositivo - %1$s modelli - %1$s icona di avvio è stata ripristinata - %1$s icona di avvio è già visibile - C\'è un problema con il codice di %1$s. Si prega di contattare lo sviluppatore. - - Icona ripristina Widget - Orologio Analogico - Cerca icone - Cerca sfondi - Cerca launchers - Cerca app - Secondi - Minuti - Ore - Giorni - Settimane - Mesi - - Seleziona tutto - Nessuna app selezionata - Non hai selezionato alcuna app da richiedere. Si prega di selezionarne alcune, poi premere nuovamente questo pulsante. - Ci dispiace, ma è consentito selezionare solo %1$s applicazioni da richiedere. - Ci dispiace, ma è consentito richiedere solo %1$s altre app per ora. - Ci dispiace, ma è consentito richiedere icone solo ogni %1$s. - Sarete in grado di richiesta icone ancora una volta, in %1$s. - Sarete in grado di richiedere icone ancora una volta, in meno di un minuto. - Si è verificato un errore durante il caricamento delle app da richiedere.\nPremi qui per riprovare. - Caricamento delle app da richiedere… - Creazione file di richiesta… - Completato! - La richiesta è stata caricata sul nostro server con successo. - - Abilita l\'uso dello sfondo nell\'anteprima delle icone - Verrà mostrato l\'attuale sfondo del dispositivo. - Icona del menù delle app - Nascondi l\'icona dal menù delle app - Quando selezionata, l\'icona sarà nascosta dal menù delle app. - Sei sicuro di voler eliminare i dati, la cache e le impostazioni dell\'app? Le icone applicate non verranno cambiate. - Attenzione! - Sei sicuro di voler nascondere l\'icona dell\'app dal menù delle app?\nL\'app potrebbe chiudersi inaspettatamente e le notifiche saranno disabilitate completamente.\nPotresti voler leggere le FAQ per saperne di più su come farla riapparire, prima di nasconderla. - Invia tramite… - - - Come usare l\'Icon Pack? - Come applicare l\'Icon Pack? - Come visualizzare tutte le icone? - Come rimpiazzare una icona con quella alternativa? - Come richiedere le icone non a tema? - Dopo aver riavviato il mio dispositivo, l\'icon pack non è più applicato. Le icone sono state ripristinate per impostazione predefinita. - Perché le icone appaiono sgranate nel mio dispositivo? - Posso vedere un\'icona per l\'app X nelle icone incluse, ma l\'icona non si applica. - Come nascondere l\'icona dell\'app dal menù delle app? - Come aprire l\'app dopo che la sua icona è stata nascosta dal menù delle app? - Come mostrare di nuovo l\'icona nel menù dell\'app? - Perché l\'app necessita del permesso di modificare o eliminare contenuti del mio spazio di archiviazione? - Perché l\'app necessita del permesso di acesso completo alla rete? - Perché l\'app necessita del permesso di visualizzare le connessioni? - Perché l\'app necessita del permesso di impostare lo sfondo? - Perché l\'app necessita del permesso di regolare la dimensione dello sfondo? - Perché l\'app necessita del permesso per evitare che il telefono dorma? - - - Hai bisogno di un launcher che supporti gli Icon Pack. Controlla la descrizione del Google Play Store dei launcher supportati. Se non sei sicuro quale launcher dovresti usare, ti basta andare nella sezione \"Applica\", poi scegline uno dalla lista. - Fai scorrere il NavigationDrawer da sinistra, e vai nella sezione \"Applica\", o torna indietro nella sezione principale dell\'app, poi tocca il Floating Action Button. Seleziona il launcher in cui vuoi applicare le icone. Se il tuo launcher non è presente nella lista, ma è compatibile con questo icon pack (vedi la descrizione nel Google Play Store per la lista dei launcher supportati), puoi applicarlo manualmente dalle impostazioni del launcher. - Fai scorrere il NavigationDrawer da sinistra verso destra, e vai nella sezione \"Icone\", o vai nella sezione principale dell\'app, poi premi il pulsante che dice:\" Icone\". - A seconda del launcher che si sta utilizzando, il processo potrebbe essere leggermente differente o non disponibile. Nella maggior parte dei casi, tuttavia, scegliendo un\'icona personalizzata è possibile tramite una pressione prolungata sull\'icona che si desidera modificare o trascinandola in campo di modifica nella parte superiore dello schermo. - Fai scorrere il NavigationDrawer da sinistra, e vai alla sezione \"Richieste\". - È successo perché l\'icon pack è stato spostato nella scheda SD, dovresti installarlo nella memoria interna. - Il problema potrebbe provenire dal launcher che stai usando, quando si usa una grande risoluzione. Puoi risolvere il problema aumentando la grandezza delle icone a 115 - 120%. O prova a usare un altro launcher. - Invia una richiesta di icona. - Fai scorrere il NavigationDrawer da sinistra, e vai alla sezione \"Impostazioni\". Poi seleziona l\'opzione \"Nascondi icona dal menù delle app\". - Vai nella tua schermata home, poi crea il widget dell\'app con il nome di \"IconRestorer\". - Fai scorrere il NavigationDrawer da sinistra, e vai alla sezione \"Impostazioni\". Poi seleziona l\'opzione \"Nascondi icona dal menù delle app\". - È necessario saper scrivere dati e file delle richieste di icone, così come salvare sfondi, e cambiare destinazione del download di sfondi. - È necessario saper caricare gli sfondi del cloud e scaricarli. - È necessario saper controllare se il tuo dispositivo ha una connessione ad internet. - È necessario saper applicare sfondi direttamente dall\'app. - È necessario saper regolare la dimensione degli sfondi in base alla risoluzione del tuo schermo. - È necessario Muzei Live Wallpaper. - + Blueprint Dashboard + Disponibile a breve + + Home + Icone + Applica + Sfondi + Richiesta icone + Dona + Informazioni sull\'app + Aiuto + Zooper installazione + Widget + Sto usando %1$s e mi piace tantissimo. Clicca il link sotto per scaricarlo sul playstore: %2$s + Vota + + Filtro + Ripulisci + Altre applicazioni + Informazioni generali + Link utili + Numero di colonne + %1$s attualmente non è installato sul tuo dispositivo.\nVuoi installarlo dal Google Play Store? + Questo launcher non è compatibile + Questo launcher non è compatibile con qualsiasi pacchetto di icone e di conseguenza non è possibile utilizzare questo icon pack con questo launcher. Per favore non votare l\'icon pack negativamente per questo motivo. C\'è una soluzione che si può provare per te, ma richiede l\'utilizzo di un\'app esterna vuoi scaricarla? + Impossibile aprire app temi + Applicazione di temi non è installata in questo dispositivo + %1$s modelli + %1$s icona di avvio è stata ripristinata + %1$s icona di avvio è già visibile + C\'è un problema con il codice di %1$s. Si prega di contattare lo sviluppatore. + + Icona ripristina Widget + Orologio Analogico + Cerca icone + Cerca sfondi + Cerca launchers + Cerca app + Secondi + Minuti + Ore + Giorni + Settimane + Mesi + + Seleziona tutto + Nessuna app selezionata + Non hai selezionato alcuna app da richiedere. Si prega di selezionarne alcune, poi premere nuovamente questo pulsante. + Ci dispiace, ma è consentito selezionare solo %1$s applicazioni da richiedere. + Ci dispiace, ma è consentito richiedere solo %1$s altre app per ora. + Ci dispiace, ma è consentito richiedere icone solo ogni %1$s. + Sarete in grado di richiesta icone ancora una volta, in %1$s. + Sarete in grado di richiedere icone ancora una volta, in meno di un minuto. + Si è verificato un errore durante il caricamento delle app da richiedere.\nPremi qui per riprovare. + Caricamento delle app da richiedere… + Creazione file di richiesta… + Completato! + La richiesta è stata caricata sul nostro server con successo. + + Abilita l\'uso dello sfondo nell\'anteprima delle icone + Verrà mostrato l\'attuale sfondo del dispositivo. + Icona del menù delle app + Nascondi l\'icona dal menù delle app + Quando selezionata, l\'icona sarà nascosta dal menù delle app. + Sei sicuro di voler eliminare i dati, la cache e le impostazioni dell\'app? Le icone applicate non verranno cambiate. + Attenzione! + Sei sicuro di voler nascondere l\'icona dell\'app dal menù delle app?\nL\'app potrebbe chiudersi inaspettatamente e le notifiche saranno disabilitate completamente.\nPotresti voler leggere le FAQ per saperne di più su come farla riapparire, prima di nasconderla. + Invia tramite… + + + Come usare l\'Icon Pack? + Come applicare l\'Icon Pack? + Come visualizzare tutte le icone? + Come rimpiazzare una icona con quella alternativa? + Come richiedere le icone non a tema? + Dopo aver riavviato il mio dispositivo, l\'icon pack non è più applicato. Le icone sono state ripristinate per impostazione predefinita. + Perché le icone appaiono sgranate nel mio dispositivo? + Posso vedere un\'icona per l\'app X nelle icone incluse, ma l\'icona non si applica. + Come nascondere l\'icona dell\'app dal menù delle app? + Come aprire l\'app dopo che la sua icona è stata nascosta dal menù delle app? + Come mostrare di nuovo l\'icona nel menù dell\'app? + Perché l\'app necessita del permesso di modificare o eliminare contenuti del mio spazio di archiviazione? + Perché l\'app necessita del permesso di acesso completo alla rete? + Perché l\'app necessita del permesso di visualizzare le connessioni? + Perché l\'app necessita del permesso di impostare lo sfondo? + Perché l\'app necessita del permesso di regolare la dimensione dello sfondo? + Perché l\'app necessita del permesso per evitare che il telefono dorma? + + + Hai bisogno di un launcher che supporti gli Icon Pack. Controlla la descrizione del Google Play Store dei launcher supportati. Se non sei sicuro quale launcher dovresti usare, ti basta andare nella sezione \"Applica\", poi scegline uno dalla lista. + Fai scorrere il NavigationDrawer da sinistra, e vai nella sezione \"Applica\", o torna indietro nella sezione principale dell\'app, poi tocca il Floating Action Button. Seleziona il launcher in cui vuoi applicare le icone. Se il tuo launcher non è presente nella lista, ma è compatibile con questo icon pack (vedi la descrizione nel Google Play Store per la lista dei launcher supportati), puoi applicarlo manualmente dalle impostazioni del launcher. + Fai scorrere il NavigationDrawer da sinistra verso destra, e vai nella sezione \"Icone\", o vai nella sezione principale dell\'app, poi premi il pulsante che dice:\" Icone\". + A seconda del launcher che si sta utilizzando, il processo potrebbe essere leggermente differente o non disponibile. Nella maggior parte dei casi, tuttavia, scegliendo un\'icona personalizzata è possibile tramite una pressione prolungata sull\'icona che si desidera modificare o trascinandola in campo di modifica nella parte superiore dello schermo. + Fai scorrere il NavigationDrawer da sinistra, e vai alla sezione \"Richieste\". + È successo perché l\'icon pack è stato spostato nella scheda SD, dovresti installarlo nella memoria interna. + Il problema potrebbe provenire dal launcher che stai usando, quando si usa una grande risoluzione. Puoi risolvere il problema aumentando la grandezza delle icone a 115 - 120%. O prova a usare un altro launcher. + Invia una richiesta di icona. + Fai scorrere il NavigationDrawer da sinistra, e vai alla sezione \"Impostazioni\". Poi seleziona l\'opzione \"Nascondi icona dal menù delle app\". + Vai nella tua schermata home, poi crea il widget dell\'app con il nome di \"IconRestorer\". + Fai scorrere il NavigationDrawer da sinistra, e vai alla sezione \"Impostazioni\". Poi seleziona l\'opzione \"Nascondi icona dal menù delle app\". + È necessario saper scrivere dati e file delle richieste di icone, così come salvare sfondi, e cambiare destinazione del download di sfondi. + È necessario saper caricare gli sfondi del cloud e scaricarli. + È necessario saper controllare se il tuo dispositivo ha una connessione ad internet. + È necessario saper applicare sfondi direttamente dall\'app. + È necessario saper regolare la dimensione degli sfondi in base alla risoluzione del tuo schermo. + È necessario Muzei Live Wallpaper. + diff --git a/library/src/main/res/values-iw-rIL/translatable_strings.xml b/library/src/main/res/values-iw-rIL/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-iw-rIL/translatable_strings.xml +++ b/library/src/main/res/values-iw-rIL/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-ja-rJP/translatable_strings.xml b/library/src/main/res/values-ja-rJP/translatable_strings.xml index f58bfd679..14aa868af 100644 --- a/library/src/main/res/values-ja-rJP/translatable_strings.xml +++ b/library/src/main/res/values-ja-rJP/translatable_strings.xml @@ -16,19 +16,19 @@ ~ limitations under the License. --> - - ホーム - 適用 - 背景画面 - 寄付 - このアプリについて - 助け - Zooper セットアップ - ウィジェット - - - 日々 - - - + + ホーム + 適用 + 背景画面 + 寄付 + このアプリについて + 助け + Zooper セットアップ + ウィジェット + + + 日々 + + + diff --git a/library/src/main/res/values-ko-rKR/translatable_strings.xml b/library/src/main/res/values-ko-rKR/translatable_strings.xml index 86f6f3c00..8c3064de0 100644 --- a/library/src/main/res/values-ko-rKR/translatable_strings.xml +++ b/library/src/main/res/values-ko-rKR/translatable_strings.xml @@ -16,57 +16,57 @@ ~ limitations under the License. --> - 출시 예정 - - - 아이콘 - 적용하기 - 배경 화면 - 아이콘 요청 - 후원하기 - 앱 소개 - 도움말 - Zooper 설치 - 위젯 - 평가하기 - - 필터 - 비우기 - 앱 더보기 - 일반 정보 - 유용한 링크 - 열 번호 - %1$s는 현재 당신의 장치에 설치되어 있지 않습니다.\n구글 플레이 스토어에서 설치하시겠습니까? - 이 장치에서는 호환되지 않습니다 - 이 런처는 어떠한 아이콘 팩과도 같이 쓸수 없습니다. 이 이유로 부정적인 평가를 남겨주지 말아주세요. 외부 앱을 이용하여 해결 하는 방법이 있습니다. 다운로드 하시겠습니까? - 테마의 앱을 여는것이 불가능합니다 - 테마의 앱이 장치에 설치되어있지 않습니다 - %1$s 템플릿 - %1$s 런처 아이콘이 복원되었습니다 - %1$s 런처 아이콘이 표시 됩니다. - 코드 %1$s의 문제가 있습니다. 개발자에게 연락해 주세요. - - 아이콘 복원 위젯 - 아날로그 시계 - 아이콘 찾기 - 배경화면 찾기 - 런처 검색 - 앱 찾기 - - - 시간 - - - - - 전부 선택 - 선택된 앱이 없습니다 - 요청할 앱을 선택하지 않았습니다. 몇 개의 앱을 선택하고 버튼을 눌러주세요 - 죄송합니다. 오직 %1$s 앱의 선택만 가능합니다. - 1분 안에 요청 아이콘을 다시 사용할 수 있을 것입니다. - 앱을 로딩 요청하는데 오류가 발생했습니다.\n 여기를 다시 눌러주세요. - 앱 로딩을 요청중... - 성공! - - + 출시 예정 + + + 아이콘 + 적용하기 + 배경 화면 + 아이콘 요청 + 후원하기 + 앱 소개 + 도움말 + Zooper 설치 + 위젯 + 평가하기 + + 필터 + 비우기 + 앱 더보기 + 일반 정보 + 유용한 링크 + 열 번호 + %1$s는 현재 당신의 장치에 설치되어 있지 않습니다.\n구글 플레이 스토어에서 설치하시겠습니까? + 이 장치에서는 호환되지 않습니다 + 이 런처는 어떠한 아이콘 팩과도 같이 쓸수 없습니다. 이 이유로 부정적인 평가를 남겨주지 말아주세요. 외부 앱을 이용하여 해결 하는 방법이 있습니다. 다운로드 하시겠습니까? + 테마의 앱을 여는것이 불가능합니다 + 테마의 앱이 장치에 설치되어있지 않습니다 + %1$s 템플릿 + %1$s 런처 아이콘이 복원되었습니다 + %1$s 런처 아이콘이 표시 됩니다. + 코드 %1$s의 문제가 있습니다. 개발자에게 연락해 주세요. + + 아이콘 복원 위젯 + 아날로그 시계 + 아이콘 찾기 + 배경화면 찾기 + 런처 검색 + 앱 찾기 + + + 시간 + + + + + 전부 선택 + 선택된 앱이 없습니다 + 요청할 앱을 선택하지 않았습니다. 몇 개의 앱을 선택하고 버튼을 눌러주세요 + 죄송합니다. 오직 %1$s 앱의 선택만 가능합니다. + 1분 안에 요청 아이콘을 다시 사용할 수 있을 것입니다. + 앱을 로딩 요청하는데 오류가 발생했습니다.\n 여기를 다시 눌러주세요. + 앱 로딩을 요청중... + 성공! + + diff --git a/library/src/main/res/values-ml-rIN/translatable_strings.xml b/library/src/main/res/values-ml-rIN/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-ml-rIN/translatable_strings.xml +++ b/library/src/main/res/values-ml-rIN/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-nl-rNL/translatable_strings.xml b/library/src/main/res/values-nl-rNL/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-nl-rNL/translatable_strings.xml +++ b/library/src/main/res/values-nl-rNL/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-no-rNO/translatable_strings.xml b/library/src/main/res/values-no-rNO/translatable_strings.xml index 2dd2ea29d..2e876929d 100644 --- a/library/src/main/res/values-no-rNO/translatable_strings.xml +++ b/library/src/main/res/values-no-rNO/translatable_strings.xml @@ -16,11 +16,11 @@ ~ limitations under the License. --> - - Icon request - - - - - + + Icon request + + + + + diff --git a/library/src/main/res/values-pl-rPL/translatable_strings.xml b/library/src/main/res/values-pl-rPL/translatable_strings.xml index 3d896f0b6..a736e11de 100644 --- a/library/src/main/res/values-pl-rPL/translatable_strings.xml +++ b/library/src/main/res/values-pl-rPL/translatable_strings.xml @@ -16,111 +16,111 @@ ~ limitations under the License. --> - Aplikacja bazowa Blueprint - Dostępne wkrótce - - Strona główna - Ikony - Zastosuj - Tapety - Prośba o dodanie ikon - Dotacja - O aplikacji - Pomoc - Ustawienie Zooper\'a - Widżety - Używam %1$s i kocham to. Sprawdź to sam na: %2$s - Oceń - - Filtr - Wyczyść - Więcej aplikacji - Informacje ogólne - Przydatne linki - Liczba kolumn - %1$s nie jest zainstalowany na urządzeniu.\nCzy chcesz zainstalować go ze Sklepu Google Play? - Ten launcher NIE jest kompatybilny - Ten launcher NIE jest kompatybilny z ŻADNĄ paczką ikon, a w związku z tym nie możesz użyć tej paczki ikon na tym launcherze. Proszę, nie oceniaj paczki ikon negatywnie z tego powodu. Istnieje rozwiązanie, które możesz samemu wypróbować, ale wymaga to innej aplikacji. Czy chcesz ją pobrać? - Nie można otworzyć aplikacji motywów - Aplikacja motywów nie jest zainstalowana na tym urządzeniu - %1$s szablonów - %1$s ikona launcher\'a została przywrócona - %1$s ikona launcher\'a jest już widoczna - Wystąpił problem z kodem %1$s. Skontaktuj się z deweloperem. - - Widżet przywracania ikon - Zegar analogowy - Szukaj ikon - Szukaj tapet - Szukaj launcher\'ów - Szukaj aplikacji - Sekundy - Minuty - Godziny - Dni - Tygodnie - Miesiące - - Zaznacz wszystko - Brak wybranych aplikacji - Nie wybrałeś aplikacji do wysłania prośby. Zaznacz kilka z nich i kliknij ten przycisk ponownie. - Przepraszamy, ale możesz dodać tylko %1$s aplikacji do swojej prośby. - Przepraszamy, ale chwilowo możesz wysłać prośbę tylko o %1$s ikon. - Przepraszamy, ale możesz żądać ikony każdego %1$s. - Będziesz mógł wysłać prośbę o dodanie ikon ponownie za %1$s. - Będziesz mógł wysłać prośbę o dodanie ikon ponownie za mniej niż minutę. - Wystąpił błąd podczas ładowania listy aplikacji.\n Stuknij tutaj, aby spróbować ponownie. - Ładowanie listy aplikacji… - Tworzenie plików prośby o dodanie ikon… - Sukces! - Prośba została pomyślnie wysłana na nasz serwer. - - Używaj tapety w podglądzie ikon - Aktualna tapeta twojego urządzenia będzie wyświetlana. - Ikona launchera - Ukryj ikonę launchera - Po zaznaczeniu, ikona launchera zostanie ukryta. - Czy chcesz usunąć dane aplikacji, pamięć cache i ustawienia? Nie ma to wpływu na zastosowane ikony. - Ostrzeżenie! - Czy napewno chcesz ukryć ikonę aplikacji w swoim launcherze?\nAplikacja może się niespodziewanie zamknąć, a powiadomienia się wyłączyć\nMoże chcesz przeczytać FAQ (często zadawane pytania) i dowiedzieć się, jak sprawić by pojawiły się znowu, zanim to ukryjesz. - Wyślij za pomocą… - - - Jak używać paczki ikon? - Jak zastosować paczkę ikon? - Jak zobaczyć wszystkie zawarte ikony? - Jak zastąpić jakąś ikonę ikoną alternatywną? - Jak zażądać ikon bez motywu? - Po zrestartowaniu mojego urządzenia, paczka ikon już nie jest zastosowana. Ikony zostały przywrócone do domyślnych. - Dlaczego ikony na moim urządzeniu są rozmazane? - Widzę ikone dla aplikacji X w zawartych ikonach, ale ikona nie jest zastosowana. - Jak ukryć ikonę aplikacji z launcher\'a? - Jak otworzyć aplikację po ukryciu ikony aplikacji z launcher\'a? - Jak ponownie pokazać ikonę aplikacji w launcherze? - Czemu aplikacja wymaga uprawnień, w celu modyfikowania, lub usuwania zawartości mojej pamięci? - Dlaczego aplikacja wymaga uprawnienia do pełnego dostępu do sieci? - Dlaczego aplikacja wymaga uprawnień do przeglądania połączeń? - Dlaczego aplikacja wymaga uprawnień do ustawiania tapety? - Dlaczego aplikacja wymaga uprawnień do dostosowywania rozmiaru tapety? - Dlaczego aplikacja wymaga uprawnienia do zapobiegania przechodzenia telefonu w stan uśpienia? - - - Potrzebujesz launchera, który wspiera Paczki Ikon. Zobacz Opis aplikacji w sklepie Google Play, aby sprawdzić wspierane Launchery. Jeśli nie jesteś pewien, którego użyć - po prostu wejdź do sekcji \"Zastosuj\" i wybierz jakąś z listy. - Przesuń szufladę nawigacji od lewej, wejdź do sekcji \"Zastosuj\", lub wróć do głównej sekcji aplikacji i dotknij \"Unoszący się\" przycisk akcji. Wybierz launcher, na który chcesz zastosować te ikony. Gdy twój launcher nie jest na tej liście, a ta paczka ikon jest z nim kompatybilna (zobacz w opisie w sklepie Google Play listę wspieranych launcherów), możesz ją zastosować manualnie z ustawień launchera. - Przesuń pasek nawigacji z lewej i przejdź do sekcji \"ikony\", lub wróć do głównej sekcji aplikacji, następnie naciśnij przycisk \"Ikony\". - W zależności od launchera, którego używasz - proces może być trochę inny lub niedostępny. W wielu przypadkach wybieranie własnych ikon jest możliwe, poprzez przytrzymanie ikony, którą chcesz zmienić lub przesuwając ją do pola Edytuj na górze ekranu. - Przesuń szufladę nawigacji od lewej i wybierz \"Prośba o dodanie ikon\". - Stało się to, ponieważ paczka ikon została przeniesiona na kartę SD(pamięci). Powinienieś zainstalować ją w pamięci wewnętrznej (normalnej). - Problem może wynikać z launchera, którego używasz, podczas obsługi dużej rozdzielczości. Możesz to naprawić, zwiększając rozmiar ikony do 115 - 120%. Albo spróbuj użyć innego launchera. - Wyślij prośbę o dodanie ikon. - Przesuń szufladę nawigacji od lewej, przejdź do Ustawień. Na końcu sprawdź opcję \"Ukryj ikonę z launchera\". - Przejdź do ekranu głównego, następnie utwórz widżet aplikacji o nazwie \"Przywracane ikon\". - Przesuń szufladę nawigacji od lewej i przejdź do Ustawień. Potem odznacz opcję \"Ukryj ikonę z launchera\". - Jest wymagane, aby móc zapisać pliki danych prośby o dodanie ikon, a także umożliwia zapisywanie tapet i zmianę lokalizacji ich miejsca pobrania. - Jest wymagany, aby móc załadować tapety z chmury i być w stanie je pobierać. - Jest wymagane, aby móc sprawdzić czy twoje urządzenie ma połączenie z internetem. - Jest wymagane, aby zastosować tapetę bezpośrednio z aplikacji. - Wymagane jest, by móc dostosować rozmiar i wymiary tapety, w zalezności od rozdzielczość ekranu. - Jest wymagane przez Muzei Live Wallpaper. - + Aplikacja bazowa Blueprint + Dostępne wkrótce + + Strona główna + Ikony + Zastosuj + Tapety + Prośba o dodanie ikon + Dotacja + O aplikacji + Pomoc + Ustawienie Zooper\'a + Widżety + Używam %1$s i kocham to. Sprawdź to sam na: %2$s + Oceń + + Filtr + Wyczyść + Więcej aplikacji + Informacje ogólne + Przydatne linki + Liczba kolumn + %1$s nie jest zainstalowany na urządzeniu.\nCzy chcesz zainstalować go ze Sklepu Google Play? + Ten launcher NIE jest kompatybilny + Ten launcher NIE jest kompatybilny z ŻADNĄ paczką ikon, a w związku z tym nie możesz użyć tej paczki ikon na tym launcherze. Proszę, nie oceniaj paczki ikon negatywnie z tego powodu. Istnieje rozwiązanie, które możesz samemu wypróbować, ale wymaga to innej aplikacji. Czy chcesz ją pobrać? + Nie można otworzyć aplikacji motywów + Aplikacja motywów nie jest zainstalowana na tym urządzeniu + %1$s szablonów + %1$s ikona launcher\'a została przywrócona + %1$s ikona launcher\'a jest już widoczna + Wystąpił problem z kodem %1$s. Skontaktuj się z deweloperem. + + Widżet przywracania ikon + Zegar analogowy + Szukaj ikon + Szukaj tapet + Szukaj launcher\'ów + Szukaj aplikacji + Sekundy + Minuty + Godziny + Dni + Tygodnie + Miesiące + + Zaznacz wszystko + Brak wybranych aplikacji + Nie wybrałeś aplikacji do wysłania prośby. Zaznacz kilka z nich i kliknij ten przycisk ponownie. + Przepraszamy, ale możesz dodać tylko %1$s aplikacji do swojej prośby. + Przepraszamy, ale chwilowo możesz wysłać prośbę tylko o %1$s ikon. + Przepraszamy, ale możesz żądać ikony każdego %1$s. + Będziesz mógł wysłać prośbę o dodanie ikon ponownie za %1$s. + Będziesz mógł wysłać prośbę o dodanie ikon ponownie za mniej niż minutę. + Wystąpił błąd podczas ładowania listy aplikacji.\n Stuknij tutaj, aby spróbować ponownie. + Ładowanie listy aplikacji… + Tworzenie plików prośby o dodanie ikon… + Sukces! + Prośba została pomyślnie wysłana na nasz serwer. + + Używaj tapety w podglądzie ikon + Aktualna tapeta twojego urządzenia będzie wyświetlana. + Ikona launchera + Ukryj ikonę launchera + Po zaznaczeniu, ikona launchera zostanie ukryta. + Czy chcesz usunąć dane aplikacji, pamięć cache i ustawienia? Nie ma to wpływu na zastosowane ikony. + Ostrzeżenie! + Czy napewno chcesz ukryć ikonę aplikacji w swoim launcherze?\nAplikacja może się niespodziewanie zamknąć, a powiadomienia się wyłączyć\nMoże chcesz przeczytać FAQ (często zadawane pytania) i dowiedzieć się, jak sprawić by pojawiły się znowu, zanim to ukryjesz. + Wyślij za pomocą… + + + Jak używać paczki ikon? + Jak zastosować paczkę ikon? + Jak zobaczyć wszystkie zawarte ikony? + Jak zastąpić jakąś ikonę ikoną alternatywną? + Jak zażądać ikon bez motywu? + Po zrestartowaniu mojego urządzenia, paczka ikon już nie jest zastosowana. Ikony zostały przywrócone do domyślnych. + Dlaczego ikony na moim urządzeniu są rozmazane? + Widzę ikone dla aplikacji X w zawartych ikonach, ale ikona nie jest zastosowana. + Jak ukryć ikonę aplikacji z launcher\'a? + Jak otworzyć aplikację po ukryciu ikony aplikacji z launcher\'a? + Jak ponownie pokazać ikonę aplikacji w launcherze? + Czemu aplikacja wymaga uprawnień, w celu modyfikowania, lub usuwania zawartości mojej pamięci? + Dlaczego aplikacja wymaga uprawnienia do pełnego dostępu do sieci? + Dlaczego aplikacja wymaga uprawnień do przeglądania połączeń? + Dlaczego aplikacja wymaga uprawnień do ustawiania tapety? + Dlaczego aplikacja wymaga uprawnień do dostosowywania rozmiaru tapety? + Dlaczego aplikacja wymaga uprawnienia do zapobiegania przechodzenia telefonu w stan uśpienia? + + + Potrzebujesz launchera, który wspiera Paczki Ikon. Zobacz Opis aplikacji w sklepie Google Play, aby sprawdzić wspierane Launchery. Jeśli nie jesteś pewien, którego użyć - po prostu wejdź do sekcji \"Zastosuj\" i wybierz jakąś z listy. + Przesuń szufladę nawigacji od lewej, wejdź do sekcji \"Zastosuj\", lub wróć do głównej sekcji aplikacji i dotknij \"Unoszący się\" przycisk akcji. Wybierz launcher, na który chcesz zastosować te ikony. Gdy twój launcher nie jest na tej liście, a ta paczka ikon jest z nim kompatybilna (zobacz w opisie w sklepie Google Play listę wspieranych launcherów), możesz ją zastosować manualnie z ustawień launchera. + Przesuń pasek nawigacji z lewej i przejdź do sekcji \"ikony\", lub wróć do głównej sekcji aplikacji, następnie naciśnij przycisk \"Ikony\". + W zależności od launchera, którego używasz - proces może być trochę inny lub niedostępny. W wielu przypadkach wybieranie własnych ikon jest możliwe, poprzez przytrzymanie ikony, którą chcesz zmienić lub przesuwając ją do pola Edytuj na górze ekranu. + Przesuń szufladę nawigacji od lewej i wybierz \"Prośba o dodanie ikon\". + Stało się to, ponieważ paczka ikon została przeniesiona na kartę SD(pamięci). Powinienieś zainstalować ją w pamięci wewnętrznej (normalnej). + Problem może wynikać z launchera, którego używasz, podczas obsługi dużej rozdzielczości. Możesz to naprawić, zwiększając rozmiar ikony do 115 - 120%. Albo spróbuj użyć innego launchera. + Wyślij prośbę o dodanie ikon. + Przesuń szufladę nawigacji od lewej, przejdź do Ustawień. Na końcu sprawdź opcję \"Ukryj ikonę z launchera\". + Przejdź do ekranu głównego, następnie utwórz widżet aplikacji o nazwie \"Przywracane ikon\". + Przesuń szufladę nawigacji od lewej i przejdź do Ustawień. Potem odznacz opcję \"Ukryj ikonę z launchera\". + Jest wymagane, aby móc zapisać pliki danych prośby o dodanie ikon, a także umożliwia zapisywanie tapet i zmianę lokalizacji ich miejsca pobrania. + Jest wymagany, aby móc załadować tapety z chmury i być w stanie je pobierać. + Jest wymagane, aby móc sprawdzić czy twoje urządzenie ma połączenie z internetem. + Jest wymagane, aby zastosować tapetę bezpośrednio z aplikacji. + Wymagane jest, by móc dostosować rozmiar i wymiary tapety, w zalezności od rozdzielczość ekranu. + Jest wymagane przez Muzei Live Wallpaper. + diff --git a/library/src/main/res/values-pt-rBR/translatable_strings.xml b/library/src/main/res/values-pt-rBR/translatable_strings.xml index 91e5dfb8b..2a2d80d19 100644 --- a/library/src/main/res/values-pt-rBR/translatable_strings.xml +++ b/library/src/main/res/values-pt-rBR/translatable_strings.xml @@ -16,111 +16,111 @@ ~ limitations under the License. --> - Blueprint Dashboard - Em breve - - Casa - Icons - Apply - Wallpapers - Icon request - Donate - About the app - Help - Configuração do Zooper - Widgets - I\'m using %1$s and I love it. Go check it out at: %2$s - Taxa - - Filtro - Claro - More apps - General information - Useful links - Columns number - %1$s is currently not installed on your device.\nWould you like to install it from the Google Play Store? - This launcher is NOT Compatible - Este iniciador NÃO é compatível com QUALQUER Pacote de ícones e, portanto, você não pode usar este pacote de ícones com este iniciador. Por favor, não classifique o pacote de ícones negativamente por esse motivo. Existe uma solução que você pode tentar por si mesmo, mas requer o uso de um aplicativo externo. Gostaria de baixá-lo? - Impossible to open themes app - O aplicativo Temas não está instalado neste dispositivo - Modelos de % 1 $ s - % 1 $ s ícone do iniciador foi restaurado - %1$s launcher icon is already visible - There is a problem with the code of %1$s. Please contact its developer. - - Icon Restorer Widget - Analog Clock - Ícones de pesquisa - Search wallpapers - Search launchers - Pesquisar aplicativos - Seconds - Minutes - Horas - Days - Weeks - Months - - Select all - Nenhum aplicativo selecionado - Você não selecionou nenhum aplicativo para solicitar. Selecione alguns aplicativos e, em seguida, toque neste botão novamente. - Sorry, but you are only allowed to select %1$s apps to request. - Sorry, but you are only allowed to request %1$s more apps for now. - Sorry, but you are only allowed to request icons every %1$s. - You will be able to request icons again, in %1$s. - You will be able to request icons again, in less than a minute. - There was an error loading apps to request.\nPress here to retry. - Loading apps to request… - Building request files… - Success! - The request has been uploaded to our server successfully. - - Enable use of wallpaper in icons preview - Your current device wallpaper will be shown. - Launcher icon - Hide launcher icon - When checked, launcher icon will be hidden. - Tem certeza de que deseja excluir dados do aplicativo, cache e configurações? Os ícones aplicados não serão afetados. - Atenção! - Tem certeza de que deseja esconder o ícone do aplicativo no seu iniciador? \ n A aplicação pode fechar inesperadamente e as notificações serão completamente desabilitadas. \ n Você pode querer ler as Perguntas frequentes para saber como fazê-lo aparecer novamente, antes de esconder. - Enviar usando… - - - How to use the Icon Pack? - Como aplicar o Icon Pack? - Como ver todos os ícones incluídos? - Como substituir um ícone com um alternativo? - How to request unthemed icons? - After restarting my device, icon pack is not applied anymore. Icons were restored to default. - Por ícones parece pixelado em meu dispositivo? - Eu posso ver um ícone para X app no ícones incluídos, mas o ícone não se aplica. - Como esconder o ícone do app do lançador? - Como abrir o app, depois o ícone do app é escondido do lançador? - Como mostrar o ícone do aplicativo no launcher novamente? - Por que o aplicativo precisa de permissão para modificar ou excluir conteúdo de meu armazenamento? - Por que o aplicativo precisa de permissão de acesso total à rede? - Por que o aplicativo precisa de permissão para exibir as conexões? - Por que o aplicativo precisa de permissão para definir o papel de parede? - Por que o aplicativo precisa de permissão para ajustar o tamanho de papel de parede? - Por que o app precisa de permissão para impedir que o telefone dormindo? - - - Você precisa de um lançador com suporte do Icon Pack. Verifique a descrição de loja de peça de Google para lançadores com suporte. Se não tiver certeza qual lançador deve você usar, basta ir à seção \"Aplicar\" e escolha um da lista. - Deslize o NavigationDrawer da esquerda, vá para a seção \"Aplicar\", ou voltar para a seção principal do app, e toque no botão de ação flutuante. Escolha você deseja aplicar os ícones para o lançador. Se seu lançador não está listado lá, mas este pacote de ícone é compatível com ele (veja na descrição de loja de peça de Google para a lista de lançadores com suporte), você pode aplicá-lo manualmente de configurações do lançador. - Deslize o NavigationDrawer da esquerda, vá para a seção \"Ícones\", ou voltar para a seção principal do app, e toque no botão que diz \"Ícones\". - Dependendo do lançador que você está usando, o processo pode ser ligeiramente diferente ou indisponível. Na maioria dos casos, no entanto, escolher que um ícone personalizado é possível através de uma imprensa longa sobre o ícone que você gostaria de modificar ou arrastando-a para o campo de edição no topo da tela. - Deslize o NavigationDrawer da esquerda e vá para a seção de \"Pedidos\". - Isso aconteceu porque o pacote de ícone foi transferido para o cartão SD, você deve instalá-lo no armazenamento interno. - O problema pode vir com o lançador que você está usando, ao lidar com grande resolução. Você pode corrigi-lo, aumentando o tamanho do ícone de 115-120%. Ou tente usar outro lançador. - Envie uma solicitação de ícone. - Deslize o NavigationDrawer da esquerda e vá para a seção \"Configurações\". Em seguida, verifique a opção \"Ocultar ícone do lançador\". - Vá para a tela inicial e crie um widget para o aplicativo cujo nome é \"IconRestorer\". - Deslize o NavigationDrawer da esquerda e vá para a seção \"Configurações\". Em seguida, desmarque a opção \"Ocultar ícone do launcher\". - É necessário escrever arquivos e dados de solicitações de ícones, além de salvar papéis de parede e poder alterar o local de download de Papéis de parede. - É necessário ser capaz de carregar os papéis de parede baseados em nuvem e baixá-los. - É necessário poder verificar se o seu dispositivo tem conexão com a internet. - É necessário poder aplicar papel de parede diretamente do aplicativo. - É necessário ajustar as dimensões dos papéis de parede com base na resolução da sua tela. - É necessário por Muzei Live Wallpaper. - + Blueprint Dashboard + Em breve + + Casa + Icons + Apply + Wallpapers + Icon request + Donate + About the app + Help + Configuração do Zooper + Widgets + I\'m using %1$s and I love it. Go check it out at: %2$s + Taxa + + Filtro + Claro + More apps + General information + Useful links + Columns number + %1$s is currently not installed on your device.\nWould you like to install it from the Google Play Store? + This launcher is NOT Compatible + Este iniciador NÃO é compatível com QUALQUER Pacote de ícones e, portanto, você não pode usar este pacote de ícones com este iniciador. Por favor, não classifique o pacote de ícones negativamente por esse motivo. Existe uma solução que você pode tentar por si mesmo, mas requer o uso de um aplicativo externo. Gostaria de baixá-lo? + Impossible to open themes app + O aplicativo Temas não está instalado neste dispositivo + Modelos de %1$s + %1$s ícone do iniciador foi restaurado + %1$s launcher icon is already visible + There is a problem with the code of %1$s. Please contact its developer. + + Icon Restorer Widget + Analog Clock + Ícones de pesquisa + Search wallpapers + Search launchers + Pesquisar aplicativos + Seconds + Minutes + Horas + Days + Weeks + Months + + Select all + Nenhum aplicativo selecionado + Você não selecionou nenhum aplicativo para solicitar. Selecione alguns aplicativos e, em seguida, toque neste botão novamente. + Sorry, but you are only allowed to select %1$s apps to request. + Sorry, but you are only allowed to request %1$s more apps for now. + Sorry, but you are only allowed to request icons every %1$s. + You will be able to request icons again, in %1$s. + You will be able to request icons again, in less than a minute. + There was an error loading apps to request.\nPress here to retry. + Loading apps to request… + Building request files… + Success! + The request has been uploaded to our server successfully. + + Enable use of wallpaper in icons preview + Your current device wallpaper will be shown. + Launcher icon + Hide launcher icon + When checked, launcher icon will be hidden. + Tem certeza de que deseja excluir dados do aplicativo, cache e configurações? Os ícones aplicados não serão afetados. + Atenção! + Tem certeza de que deseja esconder o ícone do aplicativo no seu iniciador? \ n A aplicação pode fechar inesperadamente e as notificações serão completamente desabilitadas. \ n Você pode querer ler as Perguntas frequentes para saber como fazê-lo aparecer novamente, antes de esconder. + Enviar usando… + + + How to use the Icon Pack? + Como aplicar o Icon Pack? + Como ver todos os ícones incluídos? + Como substituir um ícone com um alternativo? + How to request unthemed icons? + After restarting my device, icon pack is not applied anymore. Icons were restored to default. + Por ícones parece pixelado em meu dispositivo? + Eu posso ver um ícone para X app no ícones incluídos, mas o ícone não se aplica. + Como esconder o ícone do app do lançador? + Como abrir o app, depois o ícone do app é escondido do lançador? + Como mostrar o ícone do aplicativo no launcher novamente? + Por que o aplicativo precisa de permissão para modificar ou excluir conteúdo de meu armazenamento? + Por que o aplicativo precisa de permissão de acesso total à rede? + Por que o aplicativo precisa de permissão para exibir as conexões? + Por que o aplicativo precisa de permissão para definir o papel de parede? + Por que o aplicativo precisa de permissão para ajustar o tamanho de papel de parede? + Por que o app precisa de permissão para impedir que o telefone dormindo? + + + Você precisa de um lançador com suporte do Icon Pack. Verifique a descrição de loja de peça de Google para lançadores com suporte. Se não tiver certeza qual lançador deve você usar, basta ir à seção \"Aplicar\" e escolha um da lista. + Deslize o NavigationDrawer da esquerda, vá para a seção \"Aplicar\", ou voltar para a seção principal do app, e toque no botão de ação flutuante. Escolha você deseja aplicar os ícones para o lançador. Se seu lançador não está listado lá, mas este pacote de ícone é compatível com ele (veja na descrição de loja de peça de Google para a lista de lançadores com suporte), você pode aplicá-lo manualmente de configurações do lançador. + Deslize o NavigationDrawer da esquerda, vá para a seção \"Ícones\", ou voltar para a seção principal do app, e toque no botão que diz \"Ícones\". + Dependendo do lançador que você está usando, o processo pode ser ligeiramente diferente ou indisponível. Na maioria dos casos, no entanto, escolher que um ícone personalizado é possível através de uma imprensa longa sobre o ícone que você gostaria de modificar ou arrastando-a para o campo de edição no topo da tela. + Deslize o NavigationDrawer da esquerda e vá para a seção de \"Pedidos\". + Isso aconteceu porque o pacote de ícone foi transferido para o cartão SD, você deve instalá-lo no armazenamento interno. + O problema pode vir com o lançador que você está usando, ao lidar com grande resolução. Você pode corrigi-lo, aumentando o tamanho do ícone de 115-120%. Ou tente usar outro lançador. + Envie uma solicitação de ícone. + Deslize o NavigationDrawer da esquerda e vá para a seção \"Configurações\". Em seguida, verifique a opção \"Ocultar ícone do lançador\". + Vá para a tela inicial e crie um widget para o aplicativo cujo nome é \"IconRestorer\". + Deslize o NavigationDrawer da esquerda e vá para a seção \"Configurações\". Em seguida, desmarque a opção \"Ocultar ícone do launcher\". + É necessário escrever arquivos e dados de solicitações de ícones, além de salvar papéis de parede e poder alterar o local de download de Papéis de parede. + É necessário ser capaz de carregar os papéis de parede baseados em nuvem e baixá-los. + É necessário poder verificar se o seu dispositivo tem conexão com a internet. + É necessário poder aplicar papel de parede diretamente do aplicativo. + É necessário ajustar as dimensões dos papéis de parede com base na resolução da sua tela. + É necessário por Muzei Live Wallpaper. + diff --git a/library/src/main/res/values-pt-rPT/translatable_strings.xml b/library/src/main/res/values-pt-rPT/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-pt-rPT/translatable_strings.xml +++ b/library/src/main/res/values-pt-rPT/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-ro-rRO/translatable_strings.xml b/library/src/main/res/values-ro-rRO/translatable_strings.xml index f52a3fd43..dd039d4ee 100644 --- a/library/src/main/res/values-ro-rRO/translatable_strings.xml +++ b/library/src/main/res/values-ro-rRO/translatable_strings.xml @@ -16,83 +16,83 @@ ~ limitations under the License. --> - În curând - - Acasă - Pictograme - Aplică - Fundaluri - Cerere de pictograme noi - Donează - Despre - Ajutor - Setări Zooper - Widget-uri - Recomand %1$s. %2$s - Evaluează - - Filtru - Șterge - Mai multe aplicații - Informații generale - Link-uri utile - Număr de coloane - %1$s nu este instalat.\nDescarc din Play Store? - Acest ecran principal NU este compatbil - - Reactivează pictograma - Ceas analogic - Caută pictograme - Caută fundaluri - Caută ecrane principale - Caută aplicații - Secunde - Minute - Ore - Zile - Săptămâni - Luni - - Selectare toate - Nicio aplicație selectată - - - - How to use the Icon Pack? - How to apply the Icon Pack? - How to see all the included icons? - How to replace an icon with an alternative one? - How to request unthemed icons? - After restarting my device, icon pack is not applied anymore. Icons were restored to default. - Why do icons look pixelated on my device? - I can see an icon for X app in the included icons, but the icon does not apply. - How to hide app icon from launcher? - How to open the app after app icon is hidden from launcher? - How to show app icon in launcher again? - Why does the app need permission to modify or delete content of my storage? - Why does the app need permission to full network access? - Why does the app need permission to view connections? - De ce aplicația cere permisiune pentru a aplica fundaluri? - De ce aplicația cere permisiune pentru a ajusta dimensiunile? - Why does the app need permission to prevent phone from sleeping? - - - Un ecran principal cu suport pentru pictograme customizabile este necesar. Caută unul pe Play Store sau în secțiunea \"Aplică\". - Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. - Slide the NavigationDrawer from the left, and go to \"Icons\" section, or go back to main section of the app, then tap the button that says \"Icons\". - Apasă lung pe pictograma respectivă pentru a o schimba. În funcție de ecranul principal utilizat, procesul poate fi diferit sau indisponibil. - Slide the NavigationDrawer from the left, and go to \"Requests\" section. - S-a întâmplat deoarece aplicația a fost instalată pe cardul SD. Instalați aplicația în memoria internă. - The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 – 120%. Or try using another launcher. - Trimite o cerere de pictograme. - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. - Adaugă pe ecranul principal widget-ul \"Reactivează pictograma\". - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. - Este necesar pentru descărcarea fundalurilor și înregistrarea cererilor pentru pictograme noi. - Este necesar pentru a vizualiza și descărca fundalurile. - Este necesar pentru verificarea conexiunii la internet. - Este necesar pentru a seta un fundal direct din aplicație. - Este necesar pentru a putea ajusta fundalul în funcție de rezoluția ecranului tău. - Este necesar pentru Muzei Live Wallpaper. - + În curând + + Acasă + Pictograme + Aplică + Fundaluri + Cerere de pictograme noi + Donează + Despre + Ajutor + Setări Zooper + Widget-uri + Recomand %1$s. %2$s + Evaluează + + Filtru + Șterge + Mai multe aplicații + Informații generale + Link-uri utile + Număr de coloane + %1$s nu este instalat.\nDescarc din Play Store? + Acest ecran principal NU este compatbil + + Reactivează pictograma + Ceas analogic + Caută pictograme + Caută fundaluri + Caută ecrane principale + Caută aplicații + Secunde + Minute + Ore + Zile + Săptămâni + Luni + + Selectare toate + Nicio aplicație selectată + + + + How to use the Icon Pack? + How to apply the Icon Pack? + How to see all the included icons? + How to replace an icon with an alternative one? + How to request unthemed icons? + After restarting my device, icon pack is not applied anymore. Icons were restored to default. + Why do icons look pixelated on my device? + I can see an icon for X app in the included icons, but the icon does not apply. + How to hide app icon from launcher? + How to open the app after app icon is hidden from launcher? + How to show app icon in launcher again? + Why does the app need permission to modify or delete content of my storage? + Why does the app need permission to full network access? + Why does the app need permission to view connections? + De ce aplicația cere permisiune pentru a aplica fundaluri? + De ce aplicația cere permisiune pentru a ajusta dimensiunile? + Why does the app need permission to prevent phone from sleeping? + + + Un ecran principal cu suport pentru pictograme customizabile este necesar. Caută unul pe Play Store sau în secțiunea \"Aplică\". + Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. + Slide the NavigationDrawer from the left, and go to \"Icons\" section, or go back to main section of the app, then tap the button that says \"Icons\". + Apasă lung pe pictograma respectivă pentru a o schimba. În funcție de ecranul principal utilizat, procesul poate fi diferit sau indisponibil. + Slide the NavigationDrawer from the left, and go to \"Requests\" section. + S-a întâmplat deoarece aplicația a fost instalată pe cardul SD. Instalați aplicația în memoria internă. + The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 – 120%. Or try using another launcher. + Trimite o cerere de pictograme. + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. + Adaugă pe ecranul principal widget-ul \"Reactivează pictograma\". + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. + Este necesar pentru descărcarea fundalurilor și înregistrarea cererilor pentru pictograme noi. + Este necesar pentru a vizualiza și descărca fundalurile. + Este necesar pentru verificarea conexiunii la internet. + Este necesar pentru a seta un fundal direct din aplicație. + Este necesar pentru a putea ajusta fundalul în funcție de rezoluția ecranului tău. + Este necesar pentru Muzei Live Wallpaper. + diff --git a/library/src/main/res/values-ru-rRU/translatable_strings.xml b/library/src/main/res/values-ru-rRU/translatable_strings.xml index 30de5dd0e..7b6d85851 100644 --- a/library/src/main/res/values-ru-rRU/translatable_strings.xml +++ b/library/src/main/res/values-ru-rRU/translatable_strings.xml @@ -16,96 +16,96 @@ ~ limitations under the License. --> - Скоро - - Главная - Значки - Применить - Обои - Запрос значков - Пожертвовать - О приложении - Помощь - Настройка Zooper - Виджеты - Я использую %1$s, и мне нравится. Проверь на: %2$s - Оценить - - Фильтр - Очистить - Другие приложения - Общие сведения - Полезные ссылки - Число столбцов - %1$s в настоящее время не установлен на вашем устройства. \nХотите установить его из магазина Google Play? - Данный лаунчер НЕ совместим - Этот лаунчер не совместим с любым набором значков и, следовательно, вы не сможите использовать этот набор значков с этим лаунчером. Пожалуйста, не ставьте набору плохую оценку по этой причине. Вы можете попробовать воспользоваться внешним приложением. Хотите скачать его? - %1$s шаблоны - значок запуска %1$s был восстановлен - значок запуска %1$s уже отображается - Существует проблема с кодом %1$s. Пожалуйста, свяжитесь с его разработчиком. - - Виджет восстановления иконок - Аналоговые Часы - Искать значки - Искать обои - Искать лаунчеры - Искать приложения - Секунд - Минут - Часов - Дней - Недель - Месяцев - - Выделить все - Нет выбранных приложений - Вы не выбрали ни одного приложения для запроса. Пожалуйста, выберите несколько приложений, а затем нажмите эту кнопку снова. - Извините, но вам разрешено выбрать только %1$s приложений для запроса. - Подготовка файлов запроса… - Успешно! - - Скрыть значок приложения - Вы уверены, что Вы хотите удалить данные приложения, кэш и параметры? Установленные значки не будут затронуты. - Внимание! - Отправить с помощью… - - - Как использовать набор значков? - Как применить набор значков? - Как просмотреть все имеющиеся иконки? - Как заменить значок альтернативным? - How to request unthemed icons? - After restarting my device, icon pack is not applied anymore. Icons were restored to default. - Why do icons look pixelated on my device? - I can see an icon for X app in the included icons, but the icon does not apply. - How to hide app icon from launcher? - How to open the app after app icon is hidden from launcher? - How to show app icon in launcher again? - Why does the app need permission to modify or delete content of my storage? - Why does the app need permission to full network access? - Why does the app need permission to view connections? - Why does the app need permission to set wallpaper? - Why does the app need permission to adjust the wallpaper size? - Why does the app need permission to prevent phone from sleeping? - - - You need a launcher with Icon Pack support. Check the Google Play Store description for supported launchers. If you are not sure which launcher should you use, just go to \"Apply\" section, then choose one from the list. - Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. - Slide the NavigationDrawer from the left, and go to \"Icons\" section, or go back to main section of the app, then tap the button that says \"Icons\". - Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or dragging it to the Edit field at the top of the screen. - Slide the NavigationDrawer from the left, and go to \"Requests\" section. - Это произошло из-за того, что набор значков был перенесен на SD-карту. Вы должны установить его во внутреннюю память. - The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 – 120%. Or try using another launcher. - Send an icon request. - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. - Go to your home screen, then create a widget for the app which name is \"IconRestorer\". - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. - It\'s needed to be able write icon requests data and files, as well as saving wallpapers, and being able to change Wallpapers download location. - It\'s needed to be able to load the cloud based wallpapers and download them. - It\'s needed to be able to check if your device has internet connection. - It\'s needed to be able to apply wallpaper directly from the app. - It\'s needed to be able to adjust wallpapers dimensions based on your screen resolution. - It\'s needed by Muzei Live Wallpaper. - + Скоро + + Главная + Значки + Применить + Обои + Запрос значков + Пожертвовать + О приложении + Помощь + Настройка Zooper + Виджеты + Я использую %1$s, и мне нравится. Проверь на: %2$s + Оценить + + Фильтр + Очистить + Другие приложения + Общие сведения + Полезные ссылки + Число столбцов + %1$s в настоящее время не установлен на вашем устройства. \nХотите установить его из магазина Google Play? + Данный лаунчер НЕ совместим + Этот лаунчер не совместим с любым набором значков и, следовательно, вы не сможите использовать этот набор значков с этим лаунчером. Пожалуйста, не ставьте набору плохую оценку по этой причине. Вы можете попробовать воспользоваться внешним приложением. Хотите скачать его? + %1$s шаблоны + значок запуска %1$s был восстановлен + значок запуска %1$s уже отображается + Существует проблема с кодом %1$s. Пожалуйста, свяжитесь с его разработчиком. + + Виджет восстановления иконок + Аналоговые Часы + Искать значки + Искать обои + Искать лаунчеры + Искать приложения + Секунд + Минут + Часов + Дней + Недель + Месяцев + + Выделить все + Нет выбранных приложений + Вы не выбрали ни одного приложения для запроса. Пожалуйста, выберите несколько приложений, а затем нажмите эту кнопку снова. + Извините, но вам разрешено выбрать только %1$s приложений для запроса. + Подготовка файлов запроса… + Успешно! + + Скрыть значок приложения + Вы уверены, что Вы хотите удалить данные приложения, кэш и параметры? Установленные значки не будут затронуты. + Внимание! + Отправить с помощью… + + + Как использовать набор значков? + Как применить набор значков? + Как просмотреть все имеющиеся иконки? + Как заменить значок альтернативным? + How to request unthemed icons? + After restarting my device, icon pack is not applied anymore. Icons were restored to default. + Why do icons look pixelated on my device? + I can see an icon for X app in the included icons, but the icon does not apply. + How to hide app icon from launcher? + How to open the app after app icon is hidden from launcher? + How to show app icon in launcher again? + Why does the app need permission to modify or delete content of my storage? + Why does the app need permission to full network access? + Why does the app need permission to view connections? + Why does the app need permission to set wallpaper? + Why does the app need permission to adjust the wallpaper size? + Why does the app need permission to prevent phone from sleeping? + + + You need a launcher with Icon Pack support. Check the Google Play Store description for supported launchers. If you are not sure which launcher should you use, just go to \"Apply\" section, then choose one from the list. + Slide the NavigationDrawer from the left, and go to \"Apply\" section, or go back to main section of the app, then tap the Floating Action Button. Choose the launcher you want to apply the icons to. If your launcher is not listed there, but this icon pack is compatible with it (see on Google Play Store description for the list of supported launchers), you can apply it manually from launcher settings. + Slide the NavigationDrawer from the left, and go to \"Icons\" section, or go back to main section of the app, then tap the button that says \"Icons\". + Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or dragging it to the Edit field at the top of the screen. + Slide the NavigationDrawer from the left, and go to \"Requests\" section. + Это произошло из-за того, что набор значков был перенесен на SD-карту. Вы должны установить его во внутреннюю память. + The problem might come with the launcher you are using, when handling big resolution. You can fix it by increasing icon size to 115 – 120%. Or try using another launcher. + Send an icon request. + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then check the \"Hide icon from launcher\" option. + Go to your home screen, then create a widget for the app which name is \"IconRestorer\". + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. + It\'s needed to be able write icon requests data and files, as well as saving wallpapers, and being able to change Wallpapers download location. + It\'s needed to be able to load the cloud based wallpapers and download them. + It\'s needed to be able to check if your device has internet connection. + It\'s needed to be able to apply wallpaper directly from the app. + It\'s needed to be able to adjust wallpapers dimensions based on your screen resolution. + It\'s needed by Muzei Live Wallpaper. + diff --git a/library/src/main/res/values-sh-rHR/translatable_strings.xml b/library/src/main/res/values-sh-rHR/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-sh-rHR/translatable_strings.xml +++ b/library/src/main/res/values-sh-rHR/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-sr-rSP/translatable_strings.xml b/library/src/main/res/values-sr-rSP/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-sr-rSP/translatable_strings.xml +++ b/library/src/main/res/values-sr-rSP/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-sv-rSE/translatable_strings.xml b/library/src/main/res/values-sv-rSE/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-sv-rSE/translatable_strings.xml +++ b/library/src/main/res/values-sv-rSE/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-sw600dp-land/integers.xml b/library/src/main/res/values-sw600dp-land/integers.xml index c1ae93167..81abf2489 100644 --- a/library/src/main/res/values-sw600dp-land/integers.xml +++ b/library/src/main/res/values-sw600dp-land/integers.xml @@ -16,5 +16,5 @@ --> - 8 + 12 \ No newline at end of file diff --git a/library/src/main/res/values-sw600dp/integers.xml b/library/src/main/res/values-sw600dp/integers.xml index d57095dc4..c1ae93167 100644 --- a/library/src/main/res/values-sw600dp/integers.xml +++ b/library/src/main/res/values-sw600dp/integers.xml @@ -16,5 +16,5 @@ --> - 6 + 8 \ No newline at end of file diff --git a/library/src/main/res/values-tr-rTR/translatable_strings.xml b/library/src/main/res/values-tr-rTR/translatable_strings.xml index 2e7706830..9dbc21ffb 100644 --- a/library/src/main/res/values-tr-rTR/translatable_strings.xml +++ b/library/src/main/res/values-tr-rTR/translatable_strings.xml @@ -16,109 +16,109 @@ ~ limitations under the License. --> - Blueprint Kontrol Paneli - Yakında geliyor - - Ana sayfa - Simgeler - Uygula - Duvar kağıtları - Simge isteği - Bağış Yap - Uygulamak hakkında - Yardım - Zooper Kurulumu - Araçlar - %1$s kullanıyorum ve onu seviyorum. Bu adresten kontrol et: %2$s - Derecelendir - - Filtrele - Temizle - Daha fazla uygulama - Genel bilgiler - Kullanışlı bağlantılar - Sütun numarası - %1$s şu anda cihazınızda kurulu değil.\nGoogle Play Store dan kurmak ister misiniz? - Bu başlatıcı uyumlu DEĞİL - Bu başlatıcı HİÇBİR Simge Paketi ile uyumlu DEĞİL ve bu yüzden bu simge paketini bu başlatıcı ile kullanamazsanız. Lütfen simge paketini bu sebepten dolayı olumsuz derecelendirmeyin. Kendi kendiniz deneyebileceğiniz bir çözüm var, fakat bu harici bir uygulama kullanmayı gerektiriyor. İndirmek ister misiniz? - Tema uygulamasını açmak mümkün değil - Tema uygulaması bu cihaz da kurulu değil - %1$s şablon - %1$s başlatıcı simgeleri kurtarıldı - %1$s başlatıcı simgeleri zaten görülebilir - %1$s kodunda bir problem var. Lütfen geliştirici ile iletişime geçin. - - Simge Onarıcı Araç - Analog Saat - Simgeleri Ara - Duvar Kağıtlarını Ara - Başlatıcıları Ara - Uygulamaları ara - Saniyeler - Dakikalar - Saatler - Günler - Haftalar - Aylar - - Hepsini seç - Seçili uygulama yok - Üzgünüz, fakat sadece istek yapmak için %1$s uygulama seçmeye izniniz var. - Üzgünüz, ancak şimdilik yalnızca %1$s uygulama daha isteyebilirsin. - Üzgünüz, fakat sadece her %1$s için simge isteği yapmaya izniniz var. - %1$s içinde tekrar simge isteği yapabileceksiniz. - Bir dakikadan daha az bir süre içinde tekrar simge isteği yapabileceksiniz. - İstek yapmak için uygulama yüklenirken bir hata oluştu.\nYeniden denemek için burayı tıklayın. - İstek yapmak için uygulamalar yükleniyor… - İstek dosyaları oluşturuluyor… - Başarılı! - - Simgeleri ön izlemede duvar kağıdı kullanılmasını etkinleştir - Mevcut cihaz duvar kağıdınız gösterilecektir. - Başlatıcı simgesi - Başlatıcı simgesini gizle - İşaretlendiğinde başlatıcı simgesi gizlenecektir. - Uygulama verilerini, önbelleğini ve ayarlarını silmek istediğinizden emin misiniz? Uygulanmış simgeler etkilenmeyeceklerdir. - Uyarı! - Uygulama simgesini başlatıcınız içinde gizlemek istediğinize emin misiniz? Uygulama beklemendik şekilde kapanabilir ve bildirimler tamamen devre dışı kalacaklar.\nTekrar nasıl görünür yapmayı öğrenmek için SSS\'ı okumak isteyebilirsiniz, gizlemeden önce.\n. - Kullanarak gönder… - - - Simge Paketi nasıl kullanılır? - Simge Paketini nasıl uygulanır? - Dahili tüm simgeler nasıl görülür? - How to replace an icon with an alternative one? - Temasız simgeleri nasıl isteyebilirim? - Cihazımı yeniden başlattıktan sonra simge paketi artık uygulanmıyor. Simgeler varsayılana döndürüldü. - Neden bazı simgeler cihazımda piksel piksel gözüküyor? - Dahil edilen simgeler içerisinde X uygulaması için bir simge görüyorum fakat simge uygulanmıyor. - Uygulama simgesini başlatıcıdan nasıl gizleyebilirim? - Uygulama simgesi başlatıcıdan gizlendikten sonra uygulamayı nasıl açabilirim? - Uygulama simgesini başlatıcıda nasıl tekrar gösterebilirim? - Uygulamanın depolama alanımın içeriğini değiştirmek veya silmek için neden izin gerektiriyor? - Uygulamanın ağa erişim izni neden gerekli? - Uygulamanın bağlantıları görüntülemek için neden izin alması gerekiyor? - Duvar kağıdını ayarlamak için uygulamaya neden izin verilmesi gerekiyor? - Uygulama, duvar kağıdı boyutunu ayarlamak için neden izin almaya ihtiyaç duyuyor? - Telefonun uyku halini engellemek için uygulamanın neden izne ihtiyacı var? - - - Simge paketinin desteklediği bir başlatıcıya ihtiyacınız car. Desteklenen başlatıcılar için Google Play Store açıklamalarını kontrol edin. Eğer hangi başlatıcıyı kullanacağınızdan emin olamıyorsanız, \"Uygula\" bölümüne gidin, daha sonra listeden bir tane seçin. - Soldan GezinmeÇekmecesi\'ni kaydırın ve \"Uygula\" sekmesine gidin ya da uygulamanın ana sekmesine gidin, daha sonra Hareketli İşlem Düğmesi\'ne dokunun. Simgeleri uygulamak istediğiniz başlatıcıyı seçin. Eğer başlatıcınız burada listelenmemiş fakat simge paketi onunla uyumlu ise ( desteklenen başlatıcıları görmek için Google Play Store açıklamasına bakın), onu başlatıcı ayarlarınızdan manuel olarak uygulayabilirsiniz. - Soldan GezinmeÇekmecesi\'ni kaydırın ve \"Simgeler\" sekmesine yada uygulamanın ana sekmesine gidin daha sonra \"Simgeler\" yazan tuşa dokunun. - Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or dragging it to the Edit field at the top of the screen. - Soldan GezinmeÇekmecesi\'ni kaydırın ve \"İstekler\" sekmesine gidin. - Bu simge paketi SD Karta taşındığı için oldu, onu dahili hafıza içine yüklemelisiniz. - Bu problem kullandığınız başlatıcı yüksek çözünürlüklerle uğraşırken olabilir. Simge boyutunu %115-120 arttırarak onarmayı deneyebilirsiniz. Yada başka bir başlatıcı kullanmayı deneyin. - Bir simge isteği gönderin. - Soldan GezinmeÇekmecesi\'ni kaydırın ve \"Ayarlar\" sekmesine gidin. Daha sonra \"Simgeyi başlatıcıdan gizleyin\" seçeneğine tıklayın. - Ana ekranınıza gidin, daha sonra \"IconRestorer\" isimli uygulama için bir araç oluşturun. - Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. - Simge isteklerinin veri ve dosyalarını yazmak aynı zamanda duvar kağıtlarını kaydetmek ve duvar kağıtlarının indirileceği konumu değiştirebilmek için lazımdır. - Bulut tabanlı duvar kağıtlarını yüklemek ve onları indirmek için gereklidir. - Cihazınızın internet bağlantısı olup olmadığını kontrol etmek için gereklidir. - Duvar kağıtlarını direk olarak uygulamadan uygulayabilmek için gereklidir. - Duvar kağıdı boyutlarını ekranınızın çözünürlüğüne göre ayarlayabilmek için gereklidir. - Muzei Live Wallpaper tarafından gereklidir. - + Blueprint Kontrol Paneli + Yakında geliyor + + Ana sayfa + Simgeler + Uygula + Duvar kağıtları + Simge isteği + Bağış Yap + Uygulamak hakkında + Yardım + Zooper Kurulumu + Araçlar + %1$s kullanıyorum ve onu seviyorum. Bu adresten kontrol et: %2$s + Derecelendir + + Filtrele + Temizle + Daha fazla uygulama + Genel bilgiler + Kullanışlı bağlantılar + Sütun numarası + %1$s şu anda cihazınızda kurulu değil.\nGoogle Play Store dan kurmak ister misiniz? + Bu başlatıcı uyumlu DEĞİL + Bu başlatıcı HİÇBİR Simge Paketi ile uyumlu DEĞİL ve bu yüzden bu simge paketini bu başlatıcı ile kullanamazsanız. Lütfen simge paketini bu sebepten dolayı olumsuz derecelendirmeyin. Kendi kendiniz deneyebileceğiniz bir çözüm var, fakat bu harici bir uygulama kullanmayı gerektiriyor. İndirmek ister misiniz? + Tema uygulamasını açmak mümkün değil + Tema uygulaması bu cihaz da kurulu değil + %1$s şablon + %1$s başlatıcı simgeleri kurtarıldı + %1$s başlatıcı simgeleri zaten görülebilir + %1$s kodunda bir problem var. Lütfen geliştirici ile iletişime geçin. + + Simge Onarıcı Araç + Analog Saat + Simgeleri Ara + Duvar Kağıtlarını Ara + Başlatıcıları Ara + Uygulamaları ara + Saniyeler + Dakikalar + Saatler + Günler + Haftalar + Aylar + + Hepsini seç + Seçili uygulama yok + Üzgünüz, fakat sadece istek yapmak için %1$s uygulama seçmeye izniniz var. + Üzgünüz, ancak şimdilik yalnızca %1$s uygulama daha isteyebilirsin. + Üzgünüz, fakat sadece her %1$s için simge isteği yapmaya izniniz var. + %1$s içinde tekrar simge isteği yapabileceksiniz. + Bir dakikadan daha az bir süre içinde tekrar simge isteği yapabileceksiniz. + İstek yapmak için uygulama yüklenirken bir hata oluştu.\nYeniden denemek için burayı tıklayın. + İstek yapmak için uygulamalar yükleniyor… + İstek dosyaları oluşturuluyor… + Başarılı! + + Simgeleri ön izlemede duvar kağıdı kullanılmasını etkinleştir + Mevcut cihaz duvar kağıdınız gösterilecektir. + Başlatıcı simgesi + Başlatıcı simgesini gizle + İşaretlendiğinde başlatıcı simgesi gizlenecektir. + Uygulama verilerini, önbelleğini ve ayarlarını silmek istediğinizden emin misiniz? Uygulanmış simgeler etkilenmeyeceklerdir. + Uyarı! + Uygulama simgesini başlatıcınız içinde gizlemek istediğinize emin misiniz? Uygulama beklemendik şekilde kapanabilir ve bildirimler tamamen devre dışı kalacaklar.\nTekrar nasıl görünür yapmayı öğrenmek için SSS\'ı okumak isteyebilirsiniz, gizlemeden önce.\n. + Kullanarak gönder… + + + Simge Paketi nasıl kullanılır? + Simge Paketini nasıl uygulanır? + Dahili tüm simgeler nasıl görülür? + How to replace an icon with an alternative one? + Temasız simgeleri nasıl isteyebilirim? + Cihazımı yeniden başlattıktan sonra simge paketi artık uygulanmıyor. Simgeler varsayılana döndürüldü. + Neden bazı simgeler cihazımda piksel piksel gözüküyor? + Dahil edilen simgeler içerisinde X uygulaması için bir simge görüyorum fakat simge uygulanmıyor. + Uygulama simgesini başlatıcıdan nasıl gizleyebilirim? + Uygulama simgesi başlatıcıdan gizlendikten sonra uygulamayı nasıl açabilirim? + Uygulama simgesini başlatıcıda nasıl tekrar gösterebilirim? + Uygulamanın depolama alanımın içeriğini değiştirmek veya silmek için neden izin gerektiriyor? + Uygulamanın ağa erişim izni neden gerekli? + Uygulamanın bağlantıları görüntülemek için neden izin alması gerekiyor? + Duvar kağıdını ayarlamak için uygulamaya neden izin verilmesi gerekiyor? + Uygulama, duvar kağıdı boyutunu ayarlamak için neden izin almaya ihtiyaç duyuyor? + Telefonun uyku halini engellemek için uygulamanın neden izne ihtiyacı var? + + + Simge paketinin desteklediği bir başlatıcıya ihtiyacınız car. Desteklenen başlatıcılar için Google Play Store açıklamalarını kontrol edin. Eğer hangi başlatıcıyı kullanacağınızdan emin olamıyorsanız, \"Uygula\" bölümüne gidin, daha sonra listeden bir tane seçin. + Soldan GezinmeÇekmecesi\'ni kaydırın ve \"Uygula\" sekmesine gidin ya da uygulamanın ana sekmesine gidin, daha sonra Hareketli İşlem Düğmesi\'ne dokunun. Simgeleri uygulamak istediğiniz başlatıcıyı seçin. Eğer başlatıcınız burada listelenmemiş fakat simge paketi onunla uyumlu ise ( desteklenen başlatıcıları görmek için Google Play Store açıklamasına bakın), onu başlatıcı ayarlarınızdan manuel olarak uygulayabilirsiniz. + Soldan GezinmeÇekmecesi\'ni kaydırın ve \"Simgeler\" sekmesine yada uygulamanın ana sekmesine gidin daha sonra \"Simgeler\" yazan tuşa dokunun. + Depending on the launcher you\'re using, the process may be slightly different or unavailable. In most cases, however, choosing a custom icon is possible via a long press on the icon you\'d like to modify or dragging it to the Edit field at the top of the screen. + Soldan GezinmeÇekmecesi\'ni kaydırın ve \"İstekler\" sekmesine gidin. + Bu simge paketi SD Karta taşındığı için oldu, onu dahili hafıza içine yüklemelisiniz. + Bu problem kullandığınız başlatıcı yüksek çözünürlüklerle uğraşırken olabilir. Simge boyutunu %115-120 arttırarak onarmayı deneyebilirsiniz. Yada başka bir başlatıcı kullanmayı deneyin. + Bir simge isteği gönderin. + Soldan GezinmeÇekmecesi\'ni kaydırın ve \"Ayarlar\" sekmesine gidin. Daha sonra \"Simgeyi başlatıcıdan gizleyin\" seçeneğine tıklayın. + Ana ekranınıza gidin, daha sonra \"IconRestorer\" isimli uygulama için bir araç oluşturun. + Slide the NavigationDrawer from the left, and go to \"Settings\" section. Then uncheck the \"Hide icon from launcher\" option. + Simge isteklerinin veri ve dosyalarını yazmak aynı zamanda duvar kağıtlarını kaydetmek ve duvar kağıtlarının indirileceği konumu değiştirebilmek için lazımdır. + Bulut tabanlı duvar kağıtlarını yüklemek ve onları indirmek için gereklidir. + Cihazınızın internet bağlantısı olup olmadığını kontrol etmek için gereklidir. + Duvar kağıtlarını direk olarak uygulamadan uygulayabilmek için gereklidir. + Duvar kağıdı boyutlarını ekranınızın çözünürlüğüne göre ayarlayabilmek için gereklidir. + Muzei Live Wallpaper tarafından gereklidir. + diff --git a/library/src/main/res/values-uk-rUA/translatable_strings.xml b/library/src/main/res/values-uk-rUA/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-uk-rUA/translatable_strings.xml +++ b/library/src/main/res/values-uk-rUA/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-vi-rVN/translatable_strings.xml b/library/src/main/res/values-vi-rVN/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-vi-rVN/translatable_strings.xml +++ b/library/src/main/res/values-vi-rVN/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values-zh-rCN/translatable_strings.xml b/library/src/main/res/values-zh-rCN/translatable_strings.xml index d0fc192b3..f66f0faff 100644 --- a/library/src/main/res/values-zh-rCN/translatable_strings.xml +++ b/library/src/main/res/values-zh-rCN/translatable_strings.xml @@ -16,111 +16,111 @@ ~ limitations under the License. --> - Blueprint 仪表盘 - 即将到来 - - 主页 - 图标 - 应用图标 - 壁纸 - 申请图标适配 - 捐赠 - 关于本应用 - 帮助 - Zooper 部件设定 - 小部件 - 我正在使用%1$s,超喜欢它。快去看看!链接在此:%2$s - 评分 - - 筛选 - 清除 - 更多应用 - 信息概览 - 友情链接 - 列数 - 您的设备目前尚未安装 %1$s。\n您希望前往 Google Play 商店安装它吗? - 该启动器不兼容 - 该启动器不兼容任何图标包,因此您无法在该启动器上应用此图标包。恳请您不要因为这种原因而给我们差评。您可以尝试可行的解决方法,但需要安装额外的应用。您希望下载该应用吗? - 无法打开主题应用程序 - 此设备尚未安装主题应用程序 - %1$s个范例 - %1$s 启动器的图标已重置 - %1$s 启动器图标已可见 - %1$s 的代码发生了一个问题。请联系它的开发者。 - - 重置图标小部件 - 模拟时钟 - 搜索图标 - 搜索壁纸 - 搜索启动器 - 搜索应用程序 - - 分钟 - 小时 - - - - - 全选 - 未选择应用程序 - 您没有选择要请求的任何应用程序。请选择几个应用程序, 然后再次点击此按钮。 - 很抱歉,您只被允许选择 %1$s 个应用程序来申请适配。 - 很抱歉,您目前只被允许再选择另外 %1$s 个应用程序来申请适配。 - 很抱歉,您只被允许每%1$s申请一次图标。 - 您将能够在%1$s后再次申请图标。 - 您将能够在不到一分钟后再次申请适配。 - 加载可申请应用程序时发生了错误。\n点此重试。 - 正在加载可申请的应用程序… - 正在生成申请文件… - 申请成功! - 该请求已成功上传到我们的服务器。 - - 启用图标预览中的壁纸 - 您当前使用的壁纸将被显示。 - 启动器图标 - 隐藏启动器图标 - 选中时,启动器图标将被隐藏。 - 您确定要删除应用程序数据、缓存以及设定吗?已应用的图标不会受到影响。 - 警告! - 您确定要在启动器中隐藏应用图标吗?\n应用可能会意外关闭,并且通知将被完全关闭。\n您可能需要在隐藏图标前阅读一下常见问题来了解如何重新显示应用图标。 - 通过以下应用发送 - - - 如何使用图标包? - 如何应用图标包? - 如何查看所有包含的图标? - 如何使用备选图标来替换某个图标? - 如何申请未适配程序的图标? - 重启我的设备后,图标包未被应用且恢复到了默认状态。 - 为什么图标们在我的设备上看起来效果不好(失真)? - 我在图标包里可以看到某个应用,但它并没有被自动应用。 - 如何从启动其中隐藏应用程序图标? - 应用图标隐藏之后如何打开? - 如何再次显示应用图标? - 为什么此应用程序需要修改或删除设备内容的权限? - 为什么该应用程序需要完全的网络访问权限? - 为什么该应用程序需要检查连接的权限? - 为什么该应用程序需要设定壁纸的权限? - 为什么该应用程序需要调整壁纸大小的权限? - 为什么该应用程序需要保持设备唤醒状态的权限? - - - 您需要一个支持图标包的启动器。查看 Google Play 商店的描述内容里所包含的受支持的启动器。如果您不清楚应该用哪一个启动器,只需前往 “应用” 页面,从列表中选取一个即可。 - 从左侧向右滑出导航抽屉,前往 “应用” 页面,或者后退至应用程序主页,然后点击浮动按钮。选择您希望应用到的启动器。如果您的启动器不在列表内,但图标包的确兼容(查看 Google Play 商店描述页面包含的受支持的启动器),您可以在启动器设定中手动应用。 - 从左侧滑出导航抽屉,选择 “图标” 前往图标页面,或者后退至应用程序主页,然后点击 “图标” 按钮。。 - 根据你所使用的启动器,这一过程可能有所不同甚至不可用。但大多数情况下,可以通过长按图标或拖动它到屏幕顶部编辑区域的方式来选择自定义图标。 - 从左侧滑出导航抽屉,前往 “图标申请” 页面。 - 当图标包被移动到 SD 卡中时会发生这种情况,您应当把图标包程序安装在内置存储器中。 - 这个问题可能与您当前使用的启动器处理高分辨率的方式有关。您可以通过调整图标大小至 115 - 120% 的方式来解决这个问题。或者换一个启动器。 - 发送图标适配请求。 - 从左侧滑出导航抽屉,前往 “设定” 页面。然后检查 “从启动器隐藏图标” 选项。 - 前往您的主屏幕,然后为应用程序创建一个名为 “IconRestorer” 的小部件。 - 从左侧滑出导航抽屉,前往 “设定” 页面。然后检查 “从启动器隐藏图标” 选项。 - 需要能够写入图标适配申请的数据和文件,以及保存壁纸,以及能够改变壁纸下载路径。 - 需要能够加载云端壁纸并下载它们。 - 需要能够检查您的设备是否具有互联网连接。 - 需要能够从应用程序中直接应用壁纸。 - 需要能够根据您设备的屏幕分辨率来调整壁纸尺寸。 - 这是 Muzei 动态壁纸所需要的。 - + Blueprint 仪表盘 + 即将到来 + + 主页 + 图标 + 应用图标 + 壁纸 + 申请图标适配 + 捐赠 + 关于本应用 + 帮助 + Zooper 部件设定 + 小部件 + 我正在使用%1$s,超喜欢它。快去看看!链接在此:%2$s + 评分 + + 筛选 + 清除 + 更多应用 + 信息概览 + 友情链接 + 列数 + 您的设备目前尚未安装 %1$s。\n您希望前往 Google Play 商店安装它吗? + 该启动器不兼容 + 该启动器不兼容任何图标包,因此您无法在该启动器上应用此图标包。恳请您不要因为这种原因而给我们差评。您可以尝试可行的解决方法,但需要安装额外的应用。您希望下载该应用吗? + 无法打开主题应用程序 + 此设备尚未安装主题应用程序 + %1$s个范例 + %1$s 启动器的图标已重置 + %1$s 启动器图标已可见 + %1$s 的代码发生了一个问题。请联系它的开发者。 + + 重置图标小部件 + 模拟时钟 + 搜索图标 + 搜索壁纸 + 搜索启动器 + 搜索应用程序 + + 分钟 + 小时 + + + + + 全选 + 未选择应用程序 + 您没有选择要请求的任何应用程序。请选择几个应用程序, 然后再次点击此按钮。 + 很抱歉,您只被允许选择 %1$s 个应用程序来申请适配。 + 很抱歉,您目前只被允许再选择另外 %1$s 个应用程序来申请适配。 + 很抱歉,您只被允许每%1$s申请一次图标。 + 您将能够在%1$s后再次申请图标。 + 您将能够在不到一分钟后再次申请适配。 + 加载可申请应用程序时发生了错误。\n点此重试。 + 正在加载可申请的应用程序… + 正在生成申请文件… + 申请成功! + 该请求已成功上传到我们的服务器。 + + 启用图标预览中的壁纸 + 您当前使用的壁纸将被显示。 + 启动器图标 + 隐藏启动器图标 + 选中时,启动器图标将被隐藏。 + 您确定要删除应用程序数据、缓存以及设定吗?已应用的图标不会受到影响。 + 警告! + 您确定要在启动器中隐藏应用图标吗?\n应用可能会意外关闭,并且通知将被完全关闭。\n您可能需要在隐藏图标前阅读一下常见问题来了解如何重新显示应用图标。 + 通过以下应用发送 + + + 如何使用图标包? + 如何应用图标包? + 如何查看所有包含的图标? + 如何使用备选图标来替换某个图标? + 如何申请未适配程序的图标? + 重启我的设备后,图标包未被应用且恢复到了默认状态。 + 为什么图标们在我的设备上看起来效果不好(失真)? + 我在图标包里可以看到某个应用,但它并没有被自动应用。 + 如何从启动其中隐藏应用程序图标? + 应用图标隐藏之后如何打开? + 如何再次显示应用图标? + 为什么此应用程序需要修改或删除设备内容的权限? + 为什么该应用程序需要完全的网络访问权限? + 为什么该应用程序需要检查连接的权限? + 为什么该应用程序需要设定壁纸的权限? + 为什么该应用程序需要调整壁纸大小的权限? + 为什么该应用程序需要保持设备唤醒状态的权限? + + + 您需要一个支持图标包的启动器。查看 Google Play 商店的描述内容里所包含的受支持的启动器。如果您不清楚应该用哪一个启动器,只需前往 “应用” 页面,从列表中选取一个即可。 + 从左侧向右滑出导航抽屉,前往 “应用” 页面,或者后退至应用程序主页,然后点击浮动按钮。选择您希望应用到的启动器。如果您的启动器不在列表内,但图标包的确兼容(查看 Google Play 商店描述页面包含的受支持的启动器),您可以在启动器设定中手动应用。 + 从左侧滑出导航抽屉,选择 “图标” 前往图标页面,或者后退至应用程序主页,然后点击 “图标” 按钮。。 + 根据你所使用的启动器,这一过程可能有所不同甚至不可用。但大多数情况下,可以通过长按图标或拖动它到屏幕顶部编辑区域的方式来选择自定义图标。 + 从左侧滑出导航抽屉,前往 “图标申请” 页面。 + 当图标包被移动到 SD 卡中时会发生这种情况,您应当把图标包程序安装在内置存储器中。 + 这个问题可能与您当前使用的启动器处理高分辨率的方式有关。您可以通过调整图标大小至 115 - 120% 的方式来解决这个问题。或者换一个启动器。 + 发送图标适配请求。 + 从左侧滑出导航抽屉,前往 “设定” 页面。然后检查 “从启动器隐藏图标” 选项。 + 前往您的主屏幕,然后为应用程序创建一个名为 “IconRestorer” 的小部件。 + 从左侧滑出导航抽屉,前往 “设定” 页面。然后检查 “从启动器隐藏图标” 选项。 + 需要能够写入图标适配申请的数据和文件,以及保存壁纸,以及能够改变壁纸下载路径。 + 需要能够加载云端壁纸并下载它们。 + 需要能够检查您的设备是否具有互联网连接。 + 需要能够从应用程序中直接应用壁纸。 + 需要能够根据您设备的屏幕分辨率来调整壁纸尺寸。 + 这是 Muzei 动态壁纸所需要的。 + diff --git a/library/src/main/res/values-zh-rTW/translatable_strings.xml b/library/src/main/res/values-zh-rTW/translatable_strings.xml index afca4dd6a..2300b12a3 100644 --- a/library/src/main/res/values-zh-rTW/translatable_strings.xml +++ b/library/src/main/res/values-zh-rTW/translatable_strings.xml @@ -16,10 +16,10 @@ ~ limitations under the License. --> - - - - - - + + + + + + diff --git a/library/src/main/res/values/icon_pack.xml b/library/src/main/res/values/icon_pack.xml index e0e925990..df994ecf4 100644 --- a/library/src/main/res/values/icon_pack.xml +++ b/library/src/main/res/values/icon_pack.xml @@ -18,7 +18,7 @@ - + - + - + \ No newline at end of file diff --git a/library/src/main/res/xml/clock_widget_provider.xml b/library/src/main/res/xml/clock_widget_provider.xml index 35c954d7e..c16c56992 100644 --- a/library/src/main/res/xml/clock_widget_provider.xml +++ b/library/src/main/res/xml/clock_widget_provider.xml @@ -16,11 +16,11 @@ --> \ No newline at end of file + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:initialLayout="@layout/widget_clock" + android:minHeight="144dip" + android:minWidth="144dip" + android:updatePeriodMillis="0" + android:widgetCategory="home_screen" + tools:ignore="UnusedAttribute" /> \ No newline at end of file diff --git a/library/src/main/res/xml/icon_restorer_widget_provider.xml b/library/src/main/res/xml/icon_restorer_widget_provider.xml index 6aba93371..72165508b 100644 --- a/library/src/main/res/xml/icon_restorer_widget_provider.xml +++ b/library/src/main/res/xml/icon_restorer_widget_provider.xml @@ -18,4 +18,4 @@ \ No newline at end of file + android:minWidth="48dp" /> \ No newline at end of file diff --git a/library/src/main/res/xml/preferences.xml b/library/src/main/res/xml/preferences.xml index ff55e0f16..41d7558b5 100644 --- a/library/src/main/res/xml/preferences.xml +++ b/library/src/main/res/xml/preferences.xml @@ -18,103 +18,103 @@ android:key="preferences"> + android:key="ui_settings" + android:title="@string/ui_settings_title"> + android:key="theme" + android:persistent="true" + android:summary="@string/theme_setting_content" + android:title="@string/theme_setting_title" /> + android:defaultValue="true" + android:key="color_navbar" + android:persistent="true" + android:summary="@string/navbar_color_setting_content" + android:title="@string/navbar_color_setting_title" /> + android:key="columns" + android:persistent="true" + android:summary="@string/wallpapers_columns_setting_content" + android:title="@string/wallpapers_columns_setting_title" /> + android:defaultValue="true" + android:key="animations" + android:persistent="true" + android:summary="@string/animations_setting_content" + android:title="@string/animations_setting_title" /> + android:defaultValue="true" + android:key="wallpaper_in_icons_preview" + android:persistent="true" + android:summary="@string/pref_summary_wall_header" + android:title="@string/pref_title_wall_header" /> + android:defaultValue="false" + android:key="hi_res_pics" + android:persistent="true" + android:summary="@string/load_hi_res_pictures_content" + android:title="@string/load_hi_res_pictures_title" /> + android:defaultValue="true" + android:key="deep_search" + android:persistent="true" + android:summary="@string/deep_search_content" + android:title="@string/deep_search_title" /> + android:key="storage_settings" + android:title="@string/storage_settings_title"> + android:key="wallpapers_download_location" + android:persistent="true" + android:summary="@string/wallpapers_download_location_setting_content" + android:title="@string/wallpapers_download_location_setting_title" /> + android:key="clear_data" + android:persistent="true" + android:summary="@string/data_cache_setting_content" + android:title="@string/data_cache_setting_title" /> + android:key="clear_database" + android:persistent="true" + android:summary="@string/clear_favorites_setting_content" + android:title="@string/clear_favorites_setting_title" /> + android:key="notifications_settings" + android:title="@string/notifications_title"> + android:key="enable_notifications" + android:persistent="true" + android:title="@string/enable_notifications" /> + android:key="launcher_icon_preference" + android:title="@string/pref_header_launcher_icon"> + android:defaultValue="false" + android:key="launcher_icon" + android:persistent="true" + android:summary="@string/pref_summary_launcher_icon" + android:title="@string/pref_title_launcher_icon" />