From 76897d5b0f3a73fa6eadd5ab6772cf5c2662af6b Mon Sep 17 00:00:00 2001 From: Juby210 Date: Sat, 2 Oct 2021 01:02:50 +0200 Subject: [PATCH 1/2] 94.9 - Beta (94109) --- app/build.gradle | 4 +- app/src/main/AndroidManifest.xml | 2 +- .../widgets/settings/WidgetSettings.java | 2 +- app/src/main/res/values-ar-rXB/strings.xml | 10 +- app/src/main/res/values-bg/plurals.xml | 18 +- app/src/main/res/values-bg/strings.xml | 286 +- app/src/main/res/values-cs/plurals.xml | 38 +- app/src/main/res/values-cs/strings.xml | 327 +- app/src/main/res/values-da/plurals.xml | 28 +- app/src/main/res/values-da/strings.xml | 338 +- app/src/main/res/values-de/plurals.xml | 28 +- app/src/main/res/values-de/strings.xml | 309 +- app/src/main/res/values-el/plurals.xml | 16 + app/src/main/res/values-el/strings.xml | 285 +- app/src/main/res/values-en-rXA/strings.xml | 10 +- app/src/main/res/values-es-rES/plurals.xml | 20 + app/src/main/res/values-es-rES/strings.xml | 290 +- app/src/main/res/values-fi/plurals.xml | 20 +- app/src/main/res/values-fi/strings.xml | 257 +- app/src/main/res/values-fr/plurals.xml | 40 +- app/src/main/res/values-fr/strings.xml | 298 +- app/src/main/res/values-hi/plurals.xml | 20 +- app/src/main/res/values-hi/strings.xml | 279 +- app/src/main/res/values-hr/plurals.xml | 21 +- app/src/main/res/values-hr/strings.xml | 257 +- app/src/main/res/values-hu/plurals.xml | 16 + app/src/main/res/values-hu/strings.xml | 291 +- app/src/main/res/values-it/plurals.xml | 24 +- app/src/main/res/values-it/strings.xml | 301 +- app/src/main/res/values-ja/plurals.xml | 26 +- app/src/main/res/values-ja/strings.xml | 286 +- app/src/main/res/values-ko/plurals.xml | 28 +- app/src/main/res/values-ko/strings.xml | 302 +- app/src/main/res/values-lt/plurals.xml | 19 + app/src/main/res/values-lt/strings.xml | 267 +- app/src/main/res/values-nl/plurals.xml | 24 +- app/src/main/res/values-nl/strings.xml | 274 +- app/src/main/res/values-no/plurals.xml | 16 + app/src/main/res/values-no/strings.xml | 266 +- app/src/main/res/values-pl/plurals.xml | 33 +- app/src/main/res/values-pl/strings.xml | 290 +- app/src/main/res/values-pt-rBR/plurals.xml | 30 +- app/src/main/res/values-pt-rBR/strings.xml | 287 +- app/src/main/res/values-ro/plurals.xml | 16 + app/src/main/res/values-ro/strings.xml | 265 +- app/src/main/res/values-ru/plurals.xml | 24 + app/src/main/res/values-ru/strings.xml | 273 +- app/src/main/res/values-sv-rSE/plurals.xml | 24 +- app/src/main/res/values-sv-rSE/strings.xml | 284 +- app/src/main/res/values-th/plurals.xml | 24 +- app/src/main/res/values-th/strings.xml | 290 +- app/src/main/res/values-tr/plurals.xml | 24 +- app/src/main/res/values-tr/strings.xml | 275 +- app/src/main/res/values-uk/plurals.xml | 31 +- app/src/main/res/values-uk/strings.xml | 281 +- app/src/main/res/values-vi/plurals.xml | 20 +- app/src/main/res/values-vi/strings.xml | 318 +- app/src/main/res/values-zh-rCN/plurals.xml | 32 +- app/src/main/res/values-zh-rCN/strings.xml | 314 +- app/src/main/res/values-zh-rTW/plurals.xml | 20 + app/src/main/res/values-zh-rTW/strings.xml | 296 +- app/src/main/res/values/public.xml | 17204 ++++++++-------- app/src/main/res/values/strings.xml | 12 +- 63 files changed, 16137 insertions(+), 9873 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index de235030c1..6688d00b71 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.discord' minSdkVersion 21 targetSdkVersion 29 - versionCode 94108 - versionName "94.8 - Beta" + versionCode 94109 + versionName "94.9 - Beta" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 3e0e45c444..1b843f8c30 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java index dae43486f5..2fb24ef5b2 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java @@ -314,7 +314,7 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi TextView textView = binding.f; m.checkNotNullExpressionValue(textView, "appInfoHeader"); String string = getString(R.string.app_information); - textView.setText(string + " - 94.8 - Beta (94108)"); + textView.setText(string + " - 94.9 - Beta (94109)"); binding.A.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$3(this)); binding.u.setOnClickListener(WidgetSettings$onViewBound$1$5.INSTANCE); binding.q.setOnClickListener(WidgetSettings$onViewBound$1$6.INSTANCE); diff --git a/app/src/main/res/values-ar-rXB/strings.xml b/app/src/main/res/values-ar-rXB/strings.xml index 8f7181e06b..c05a56c991 100644 --- a/app/src/main/res/values-ar-rXB/strings.xml +++ b/app/src/main/res/values-ar-rXB/strings.xml @@ -1236,11 +1236,11 @@ ‏‮Nicknames‬‏ ‏‮must‬‏ ‏‮be‬‏ ‏‮at‬‏ ‏‮least‬‏ ‏‮{minLength}‬‏ ‏‮Unlock‬‏ ‏‮with‬‏ ‏‮Nitro‬‏ ‏‮Change‬‏ ‏‮Log‬‏ - ‏‮A‬‏ ‏‮message‬‏ ‏‮from‬‏ ‏‮our‬‏ ‏‮founders‬‏ ‏‮{added marginTop}‬‏\n‏‮======================‬‏\n\n‏‮**We‬‏ ‏‮originally‬‏ ‏‮created‬‏ ‏‮Discord‬‏ ‏‮in‬‏ ‏‮2015**‬‏ ‏‮because‬‏ ‏‮we‬‏ ‏‮wanted‬‏ ‏‮an‬‏ ‏‮easier‬‏ ‏‮way‬‏ ‏‮to‬‏ ‏‮talk‬‏ ‏‮and‬‏ ‏‮hang‬‏ ‏‮out‬‏ ‏‮with‬‏ ‏‮our‬‏ ‏‮friends‬‏ ‏‮while‬‏ ‏‮playing‬‏ ‏‮games.‬‏ ‏‮A‬‏ ‏‮way‬‏ ‏‮to‬‏ ‏‮recreate‬‏ ‏‮that‬‏ ‏‮feeling‬‏ ‏‮of‬‏ ‏‮staying‬‏ ‏‮up‬‏ ‏‮all‬‏ ‏‮night‬‏ ‏‮laughing,‬‏ ‏‮joking,‬‏ ‏‮and,‬‏ ‏‮most‬‏ ‏‮of‬‏ ‏‮all,‬‏ ‏‮just‬‏ ‏‮being‬‏ ‏‮ourselves.‬‏ ‏‮We‬‏ ‏‮wanted‬‏ ‏‮to‬‏ ‏‮make‬‏ ‏‮that‬‏ ‏‮experience‬‏ ‏‮better‬‏ ‏‮and‬‏ ‏‮accessible‬‏ ‏‮to‬‏ ‏‮more‬‏ ‏‮people.‬‏\n\n‏‮Since‬‏ ‏‮then,‬‏ ‏‮Discord‬‏ ‏‮has‬‏ ‏‮become‬‏ ‏‮the‬‏ ‏‮place‬‏ ‏‮where‬‏ ‏‮anyone‬‏ ‏‮can‬‏ ‏‮talk‬‏ ‏‮and‬‏ ‏‮hang‬‏ ‏‮out‬‏ ‏‮with‬‏ ‏‮their‬‏ ‏‮communities‬‏ ‏‮or‬‏ ‏‮friends,‬‏ ‏‮whatever‬‏ ‏‮their‬‏ ‏‮passions‬‏ ‏‮are.‬‏ ‏‮It‬‏ ‏‮will‬‏ ‏‮always‬‏ ‏‮be‬‏ ‏‮that‬‏ ‏‮place‬‏ ‏‮where‬‏ ‏‮anyone‬‏ ‏‮can‬‏ ‏‮just‬‏ ‏‮relax‬‏ ‏‮and‬‏ ‏‮really‬‏ ‏‮be‬‏ ‏‮themselves,‬‏ ‏‮no‬‏ ‏‮matter‬‏ ‏‮where‬‏ ‏‮their‬‏ ‏‮friends‬‏ ‏‮may‬‏ ‏‮be.‬‏ \n\n‏‮Imagine‬‏ ‏‮A‬‏ ‏‮Place‬‏ ‏‮{added marginTop}‬‏\n‏‮======================‬‏\n\n‏‮But‬‏ ‏‮really,‬‏ ‏‮Discord‬‏ ‏‮means‬‏ ‏‮something‬‏ ‏‮different‬‏ ‏‮to‬‏ ‏‮everyone.‬‏ ‏‮So‬‏ ‏‮we‬‏ ‏‮asked‬‏ ‏‮people‬‏ ‏‮to‬‏ ‏‮share‬‏ ‏‮their‬‏ ‏‮stories‬‏ ‏‮about‬‏ ‏‮what‬‏ ‏‮Discord‬‏ ‏‮means‬‏ ‏‮to‬‏ ‏‮them.‬‏ ‏‮And‬‏ ‏‮then‬‏ ‏‮they‬‏ ‏‮let‬‏ ‏‮us‬‏ ‏‮share‬‏ ‏‮those‬‏ ‏‮stories‬‏ ‏‮with‬‏ ‏‮you‬‏ ‏‮so‬‏ ‏‮we‬‏ ‏‮could‬‏ ‏‮make‬‏ ‏‮a‬‏ ‏‮marketing‬‏ ‏‮campaign‬‏ ‏‮that‬‏ ‏‮didn\'t‬‏ ‏‮suck.‬‏\n\n‏‮We‬‏ ‏‮made‬‏ ‏‮Discord‬‏ ‏‮-‬‏ ‏‮The‬‏ ‏‮Movie‬‏ ‏‮(2021).‬‏ \n\n‏‮A‬‏ ‏‮short‬‏ ‏‮film‬‏ ‏‮that‬‏ ‏‮celebrates‬‏ ‏‮the‬‏ ‏‮amazing‬‏ ‏‮and‬‏ ‏‮wonderful‬‏ ‏‮stories‬‏ ‏‮that‬‏ ‏‮real‬‏ ‏‮people‬‏ ‏‮shared‬‏ ‏‮with‬‏ ‏‮us,‬‏ ‏‮like‬‏ ‏‮Lucie‬‏ ‏‮Winterwolf\'s‬‏ ‏‮pirate-themed‬‏ ‏‮server‬‏ ‏‮and‬‏ ‏‮Kevdog\'s‬‏ ‏‮server‬‏ ‏‮for‬‏ ‏‮nostalgic‬‏ ‏‮games.‬‏\n\n‏‮Oh,‬‏ ‏‮and‬‏ ‏‮it‬‏ ‏‮has‬‏ ‏‮some‬‏ ‏‮famous‬‏ ‏‮people‬‏ ‏‮too.‬‏\n\n‏‮Thank‬‏ ‏‮you‬‏ ‏‮{added marginTop}‬‏\n‏‮======================‬‏\n\n‏‮We\'re‬‏ ‏‮humbled‬‏ ‏‮and‬‏ ‏‮inspired‬‏ ‏‮by‬‏ ‏‮all‬‏ ‏‮the‬‏ ‏‮unique‬‏ ‏‮and‬‏ ‏‮creative‬‏ ‏‮ways‬‏ ‏‮you\'re‬‏ ‏‮using‬‏ ‏‮Discord,‬‏ ‏‮and‬‏ ‏‮all‬‏ ‏‮the‬‏ ‏‮ideas‬‏ ‏‮you‬‏ ‏‮have‬‏ ‏‮for‬‏ ‏‮making‬‏ ‏‮Discord‬‏ ‏‮more‬‏ ‏‮useful.‬‏ ‏‮Communities‬‏ ‏‮are‬‏ ‏‮the‬‏ ‏‮heart‬‏ ‏‮of‬‏ ‏‮Discord.‬‏ ‏‮We\'re‬‏ ‏‮honored‬‏ ‏‮to‬‏ ‏‮be‬‏ ‏‮the‬‏ ‏‮place‬‏ ‏‮where‬‏ ‏‮you‬‏ ‏‮talk‬‏ ‏‮and‬‏ ‏‮hang‬‏ ‏‮out‬‏ ‏‮with‬‏ ‏‮your‬‏ ‏‮favorite‬‏ ‏‮people‬‏ ‏‮while‬‏ ‏‮exploring‬‏ ‏‮your‬‏ ‏‮favorite‬‏ ‏‮things.‬‏ \n\n‏‮Met‬‏ ‏‮your‬‏ ‏‮best‬‏ ‏‮friend‬‏ ‏‮while‬‏ ‏‮gaming‬‏ ‏‮on‬‏ ‏‮Discord?‬‏ ‏‮Run‬‏ ‏‮a‬‏ ‏‮server‬‏ ‏‮for‬‏ ‏‮Gaelic‬‏ ‏‮language‬‏ ‏‮exchange?‬‏ ‏‮Or‬‏ ‏‮Tibetan‬‏ ‏‮bird‬‏ ‏‮photography?‬‏ ‏‮Share‬‏ ‏‮your‬‏ ‏‮story‬‏ ‏‮with‬‏ ‏‮us‬‏ ‏‮on‬‏ ‏‮Twitter,‬‏ ‏‮Instagram,‬‏ ‏‮or‬‏ ‏‮TikTok‬‏ ‏‮and‬‏ ‏‮use‬‏ ‏‮**#imagineaplace**‬‏ ‏‮to‬‏ ‏‮get‬‏ ‏‮our‬‏ ‏‮attention.‬‏\n\n‏‮We\'ll‬‏ ‏‮keep‬‏ ‏‮an‬‏ ‏‮eye‬‏ ‏‮out‬‏ ‏‮for‬‏ ‏‮your‬‏ ‏‮story.‬‏ ‏‮And‬‏ ‏‮it\'ll‬‏ ‏‮probably‬‏ ‏‮make‬‏ ‏‮our‬‏ ‏‮day.‬‏ ‏‮And‬‏ ‏‮we\'ll‬‏ ‏‮probably‬‏ ‏‮share‬‏ ‏‮it‬‏ ‏‮around‬‏ ‏‮our‬‏ ‏‮office‬‏ ‏‮server‬‏ ‏‮so‬‏ ‏‮it‬‏ ‏‮can‬‏ ‏‮make‬‏ ‏‮everyone\'s‬‏ ‏‮day.‬‏\n\n‏‮And‬‏ ‏‮as‬‏ ‏‮always,‬‏ ‏‮keep‬‏ ‏‮your‬‏ ‏‮ideas‬‏ ‏‮coming‬‏ ‏‮for‬‏ ‏‮how‬‏ ‏‮we‬‏ ‏‮can‬‏ ‏‮continue‬‏ ‏‮to‬‏ ‏‮make‬‏ ‏‮Discord‬‏ ‏‮even‬‏ ‏‮better.‬‏\n\n‏‮Jason‬‏ ‏‮&‬‏ ‏‮Stan‬‏\n\n\n - ‏‮2021-08-16‬‏ + ‏‮New‬‏ ‏‮Features‬‏ ‏‮{added marginTop}‬‏\n‏‮======================‬‏\n\n‏‮*‬‏ ‏‮**Student‬‏ ‏‮Hubs‬‏ ‏‮are‬‏ ‏‮rolling‬‏ ‏‮out‬‏ ‏‮internationally.**‬‏ ‏‮Connect‬‏ ‏‮with‬‏ ‏‮student-run‬‏ ‏‮servers‬‏ ‏‮for‬‏ ‏‮clubs,‬‏ ‏‮study‬‏ ‏‮groups,‬‏ ‏‮and‬‏ ‏‮more‬‏ ‏‮for‬‏ ‏‮your‬‏ ‏‮school‬‏ ‏‮or‬‏ ‏‮university.‬‏ ‏‮To‬‏ ‏‮access‬‏ ‏‮your‬‏ ‏‮Student‬‏ ‏‮Hub,‬‏ ‏‮grab‬‏ ‏‮your‬‏ ‏‮school‬‏ ‏‮email‬‏ ‏‮and‬‏ ‏‮[get‬‏ ‏‮started](https://discord.com/invite/hzA3MtAURu).‬‏ ‏‮Or,‬‏ ‏‮if‬‏ ‏‮you\'d‬‏ ‏‮like‬‏ ‏‮to‬‏ ‏‮go‬‏ ‏‮for‬‏ ‏‮a‬‏ ‏‮walk,‬‏ ‏‮open‬‏ ‏‮Discord,‬‏ ‏‮make‬‏ ‏‮a‬‏ ‏‮right‬‏ ‏‮and‬‏ ‏‮head‬‏ ‏‮to‬‏ ‏‮Server‬‏ ‏‮Discovery,‬‏ ‏‮and‬‏ ‏‮then‬‏ ‏‮take‬‏ ‏‮two‬‏ ‏‮lefts‬‏ ‏‮past‬‏ ‏‮the‬‏ ‏‮convenience‬‏ ‏‮store‬‏ ‏‮and‬‏ ‏‮click‬‏ ‏‮on‬‏ ‏‮the‬‏ ‏‮new‬‏ ‏‮Student‬‏ ‏‮Hubs‬‏ ‏‮tab.‬‏\n‏‮*‬‏ ‏‮**Added‬‏ ‏‮new‬‏ ‏‮User‬‏ ‏‮Profile‬‏ ‏‮page‬‏ ‏‮to‬‏ ‏‮settings.**‬‏ ‏‮You‬‏ ‏‮can‬‏ ‏‮now‬‏ ‏‮edit‬‏ ‏‮your‬‏ ‏‮profile‬‏ ‏‮avatar,‬‏ ‏‮about‬‏ ‏‮me,‬‏ ‏‮and,‬‏ ‏‮if‬‏ ‏‮you‬‏ ‏‮have‬‏ ‏‮Nitro,‬‏ ‏‮profile‬‏ ‏‮banner‬‏ ‏‮all‬‏ ‏‮in‬‏ ‏‮one‬‏ ‏‮place.‬‏\n‏‮*‬‏ ‏‮**Boosts‬‏ ‏‮needed‬‏ ‏‮for‬‏ ‏‮Boosting‬‏ ‏‮Levels‬‏ ‏‮2‬‏ ‏‮and‬‏ ‏‮3‬‏ ‏‮lowered.**‬‏ ‏‮Servers‬‏ ‏‮can‬‏ ‏‮now‬‏ ‏‮reach‬‏ ‏‮Level‬‏ ‏‮2‬‏ ‏‮with‬‏ ‏‮7‬‏ ‏‮Boosts‬‏ ‏‮and‬‏ ‏‮Level‬‏ ‏‮3‬‏ ‏‮with‬‏ ‏‮14‬‏ ‏‮Boosts!‬‏ ‏‮Unlock‬‏ ‏‮things‬‏ ‏‮for‬‏ ‏‮your‬‏ ‏‮server‬‏ ‏‮like‬‏ ‏‮more‬‏ ‏‮custom‬‏ ‏‮emoji,‬‏ ‏‮higher‬‏ ‏‮upload‬‏ ‏‮limits‬‏ ‏‮for‬‏ ‏‮everyone,‬‏ ‏‮a‬‏ ‏‮server‬‏ ‏‮banner,‬‏ ‏‮arguments‬‏ ‏‮about‬‏ ‏‮what‬‏ ‏‮the‬‏ ‏‮server‬‏ ‏‮banner‬‏ ‏‮should‬‏ ‏‮be,‬‏ ‏‮and‬‏ ‏‮role‬‏ ‏‮icons.‬‏\n‏‮*‬‏ ‏‮**And‬‏ ‏‮oh‬‏ ‏‮yea‬‏ ‏‮added‬‏ ‏‮custom‬‏ ‏‮role‬‏ ‏‮icons‬‏ ‏‮to‬‏ ‏‮Boosting‬‏ ‏‮Level‬‏ ‏‮2.**‬‏ ‏‮If‬‏ ‏‮you‬‏ ‏‮have‬‏ ‏‮a‬‏ ‏‮server‬‏ ‏‮at‬‏ ‏‮this‬‏ ‏‮level,‬‏ ‏‮upload‬‏ ‏‮an‬‏ ‏‮image‬‏ ‏‮or‬‏ ‏‮choose‬‏ ‏‮a‬‏ ‏‮default‬‏ ‏‮or‬‏ ‏‮custom‬‏ ‏‮emoji‬‏ ‏‮to‬‏ ‏‮set‬‏ ‏‮as‬‏ ‏‮an‬‏ ‏‮icon‬‏ ‏‮for‬‏ ‏‮each‬‏ ‏‮role.‬‏ ‏‮Role‬‏ ‏‮icons‬‏ ‏‮will‬‏ ‏‮display‬‏ ‏‮next‬‏ ‏‮to‬‏ ‏‮role‬‏ ‏‮names‬‏ ‏‮in‬‏ ‏‮the‬‏ ‏‮member\'s‬‏ ‏‮list‬‏ ‏‮and‬‏ ‏‮next‬‏ ‏‮to‬‏ ‏‮usernames‬‏ ‏‮while‬‏ ‏‮text‬‏ ‏‮chatting.‬‏ ‏‮Head‬‏ ‏‮to‬‏ ‏‮Server‬‏ ‏‮Settings‬‏ ‏‮>‬‏ ‏‮Roles‬‏ ‏‮and‬‏ ‏‮edit‬‏ ‏‮a‬‏ ‏‮role‬‏ ‏‮to‬‏ ‏‮get‬‏ ‏‮started.‬‏\n‏‮*‬‏ ‏‮**New‬‏ ‏‮threads‬‏ ‏‮permissions‬‏ ‏‮added.**‬‏ ‏‮Added‬‏ ‏‮a‬‏ ‏‮*Send‬‏ ‏‮Messages‬‏ ‏‮in‬‏ ‏‮Threads*‬‏ ‏‮permission‬‏ ‏‮to‬‏ ‏‮improve‬‏ ‏‮your‬‏ ‏‮community\'s‬‏ ‏‮experience‬‏ ‏‮and‬‏ ‏‮updated‬‏ ‏‮*Create‬‏ ‏‮Public‬‏ ‏‮Threads*,‬‏ ‏‮*Create‬‏ ‏‮Private‬‏ ‏‮Threads*,‬‏ ‏‮and‬‏ ‏‮*Manage‬‏ ‏‮Threads*‬‏ ‏‮permissions‬‏ ‏‮to‬‏ ‏‮be‬‏ ‏‮easier‬‏ ‏‮to‬‏ ‏‮understand.‬‏ ‏‮Learn‬‏ ‏‮more‬‏ ‏‮in‬‏ ‏‮our‬‏ ‏‮[Threads‬‏ ‏‮Moderation‬‏ ‏‮FAQ](https://support.discord.com/hc/en-us/articles/4404809613847).‬‏\n\n\n + ‏‮2021-10-04‬‏ ‏‮en-US‬‏ ‏‮1‬‏ - ‏‮https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4‬‏ + ‏‮https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png‬‏ ‏‮Change‬‏ ‏‮Nickname‬‏ ‏‮Members‬‏ ‏‮with‬‏ ‏‮this‬‏ ‏‮permission‬‏ ‏‮can‬‏ ‏‮change‬‏ ‏‮their‬‏ ‏‮own‬‏ ‏‮nickname.‬‏ ‏‮Nicknames‬‏ ‏‮are‬‏ ‏‮visible‬‏ ‏‮to‬‏ ‏‮everyone‬‏ ‏‮on‬‏ ‏‮this‬‏ ‏‮server.‬‏ ‏‮Do‬‏ ‏‮not‬‏ ‏‮change‬‏ ‏‮them‬‏ ‏‮unless‬‏ ‏‮you‬‏ ‏‮are‬‏ ‏‮enforcing‬‏ ‏‮a‬‏ ‏‮naming‬‏ ‏‮system‬‏ ‏‮or‬‏ ‏‮clearing‬‏ ‏‮a‬‏ ‏‮bad‬‏ ‏‮nickname.‬‏ @@ -5849,8 +5849,8 @@ ‏‮Members‬‏ ‏‮with‬‏ ‏‮this‬‏ ‏‮permission‬‏ ‏‮can‬‏ ‏‮drag‬‏ ‏‮other‬‏ ‏‮members‬‏ ‏‮out‬‏ ‏‮of‬‏ ‏‮this‬‏ ‏‮channel.‬‏ ‏‮They‬‏ ‏‮can‬‏ ‏‮only‬‏ ‏‮move‬‏ ‏‮members‬‏ ‏‮between‬‏ ‏‮channels‬‏ ‏‮both‬‏ ‏‮they‬‏ ‏‮and‬‏ ‏‮the‬‏ ‏‮member‬‏ ‏‮they‬‏ ‏‮are‬‏ ‏‮moving‬‏ ‏‮have‬‏ ‏‮access.‬‏ ‏‮Move‬‏ ‏‮To‬‏ ‏‮User‬‏ ‏‮has‬‏ ‏‮been‬‏ ‏‮moved‬‏ ‏‮to‬‏ ‏‮the‬‏ ‏‮selected‬‏ ‏‮channel.‬‏ - ‏‮Alert‬‏ ‏‮Cleared‬‏ - ‏‮No‬‏ ‏‮Alert‬‏ ‏‮Showing‬‏ + ‏‮Alert‬‏ ‏‮Cleared‬‏ + ‏‮No‬‏ ‏‮Alert‬‏ ‏‮Showing‬‏ ‏‮New‬‏ ‏‮notification‬‏ ‏‮Remove‬‏ ‏‮%1$s‬‏ ‏‮More‬‏ ‏‮than‬‏ %1$d ‏‮new‬‏ ‏‮notifications‬‏ diff --git a/app/src/main/res/values-bg/plurals.xml b/app/src/main/res/values-bg/plurals.xml index 7880473c64..0b1d028c12 100644 --- a/app/src/main/res/values-bg/plurals.xml +++ b/app/src/main/res/values-bg/plurals.xml @@ -916,7 +916,7 @@ **{count}** други сървъри не са налични поради временно спиране. - {#} Усилване е приложено + {#} усилване е приложено {#} усилвания са приложени @@ -1135,6 +1135,10 @@ след {#} ден след {#} дни + + {#} ден + {#} дни + {#} ден {#} дни @@ -1215,6 +1219,18 @@ 1 минута {retryAfter} минути + + , {#} непрочетено съобщение + , {#} непрочетени съобщения + + + , {#} непрочетено съобщение + , {#} непрочетени съобщения + + + , {#} непрочетено съобщение + , {#} непрочетени съобщения + 1 друг {n} други diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index e5269f490f..cbf9dfdb5b 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -60,6 +60,11 @@ Намали наситеността на цветовете в приложението (ако си с чувствителност към цветове). Това не влияе на наситеността на изображенията, видеоклиповете, цветовете за ролята или друго съдържание, предоставяно от потребителите по подразбиране. Връзките ще изглеждат така https://discord.com/ Наситеност + По-бързо + Скорост на Text-to-Speech + Визуализация + По-бавно + Така звучи text-to-speech със сегашната скорост. Ниво на мащабиране Акаунт Място за потребител @@ -812,14 +817,14 @@ Транзакциите с !!{paymentGatewayName}!! няма да бъдат изброени по-долу. За да видиш хронологията на транзакциите с !!{paymentGatewayName}!! или да промениш метода си за плащане в !!{paymentGatewayName}!!, [отиди в настройките си за фактуриране в !!{paymentGatewayName}!!]({billingHistoryLink}). Абонира сте през !!{paymentGatewayName}!! Това не се поддържа за абонаменти през !!{paymentGatewayName}!!. За да управляваш абонамента си, моля [отвори настройките си за фактуриране в !!{paymentGatewayName}!!]({subscriptionManagementLink}). - Окончателната цена и валута ще бъдат базирани на държавата, в която е регистриран твоя метод на плащане. [Научи повече тук]({documentationLink}). + Крайната цена и валута ще се основават на избрания от теб начин на плащане и държавата, която го е издала. [Научи повече]({documentationLink}). Копирана! Връзка за подарък Това беше подарък Може да бъде поискано възстановяване на сума, ако тази покупка е направена през последните {dateLimit} дни и подаръкът не е бил използван. [Нашият дружелюбен помощен център ще ти помогне да си върнеш монетите.]({supportURL}) Съжаляваме, нямаш право на връщане на сумата за тази покупка. Може да бъде поискано възстановяване на сума, ако тази покупка е направена през последните {dateLimit} дни и подаръкът не е бил използван. История на таксуването - [Кликни тук]({documentationLink}), за да научиш как определяме каква цена и в каква валута да плащаш. + [Кликни тук]({documentationLink}) , за да научиш как определяме каква валута и цена плащаш. Подарък !!{planName}!! Кредитът за абонамент е приложен! Данък @@ -884,7 +889,7 @@ Вече си възстановил(а) сумата за абонамент за Nitro. Връщане на суми Изглежда възникна проблем, когато се опитахме да върнем сумата за покупката ти: „!!{error}!!“. - Моля, свържи се с нашия [екип за поддръжка клиенти]({supportUrl}) за съдействие. + Моля, свържи се с нашия [екип за поддръжка на клиенти]({supportUrl}) за съдействие. Съжаляваме, нямате право на връщане на сумата за тази покупка. Проблеми с покупката? Връщане на сума @@ -899,6 +904,7 @@ Със заявяването на връщане ти приемаш, че ще загубиш достъп до тази функция. Избери основание за връщането Промених решението си + Вече не ми трябва Забравих да го отменя Купих подарък, който не използвах Нещо друго @@ -918,6 +924,7 @@ Настройки за таксуване Добавяне на метод на плащане Купи усилвания на сървър + Управлявай абонамент Преглед на историята на плащанията Подари Discord Nitro Купи Discord Nitro @@ -934,6 +941,7 @@ Избери план Избери план Магазин + Информация за Sofort Абонаментен кредит Промяна на план Твоят абонамент ще се поднови от **{renewalDate}**. @@ -962,6 +970,7 @@ Превключи към годишен план и спести малко пари. Наслаждавай се на супер заредени бонуси и {numFreeGuildSubscriptions} през цялата година. 2 месеца безплатно! Ти избра {planName}! + Анулирано Неуспешни Чакащи Върнати суми @@ -1012,6 +1021,7 @@ Подробно описание (по избор) Името на проблема е задължително Приоритетът е задължителен + Област на функцията Какъв е проблемът? Скрийншотът бе премахнат от доклада Приоритет @@ -1023,6 +1033,8 @@ Нисък (P2) **Не спешно и не важно.** P3 ни дава възможност да отчетем, че нещо е проблем, но тези видове проблеми няма нужда да бъдат коригирани преди други по-належащи притеснения. Много нисък (P3) + Търсене на области на функции + Избери област на функция Докладът се изпраща Докладът е изпратен Заместване на компилация @@ -1032,7 +1044,6 @@ Заместване на компилация за {releaseChannel} ИД на компилация Само за {releaseChannel} клиент - само {supportedTargets} цели Невалидно заместване на компилация Неправилен потребител Компилацията не е налична @@ -1088,10 +1099,12 @@ Готов ли си за видео чат? Ето визуализация на твоята камера: Видеофон + В момента задаването на видео фон се предлага само за ограничен брой хора. Замъгляване Промени фона Промяна на видеофона Персонализирани + Персонализиран фон Няма Достигна ограничението от {maxCustomBackgrounds}! Кликни с десния бутон на мишката, за да отстраниш фона, преди да добавиш друг. Качи свой собствен персонализиран фон благодарение на Nitro! @@ -1157,6 +1170,7 @@ Псевдоним (деактивирано) Можеш да промениш как другите те виждат в този сървър, като зададеш псевдоним и аватар за сървъра. Аватар за сървъра $[БЕТА ВЕРСИЯ](betaBadgeHook) + Нулиране към основния аватар Неизвестна грешка Промени аватара за сървъра Използвай различен аватар във всеки от своите сървъри и още много с **Discord Nitro!** @@ -1203,6 +1217,8 @@ Заглушаване на канал !!{channelName}!! Заглушаването на канал ще спре следенето за нови съобщения и показването на известия, освен ако някой те спомене. новканал + Проверка на допустимостта + „Откриване на сървър“ вече е налично за сървъри с над 1K членове! Канал или категория Този канал или сървър в момента е заглушен. Последователността на каналите е обновена. @@ -1463,7 +1479,6 @@ Свързано гласово устройство Потвърдено Връзки - Discord може да те свърже с приятелите ти и да им помогне да те намерят. Добави приятели от контактите си автоматично Синхронизиране на контактите ти Добави приятели от контактите си и им съобщи, че си в Discord. @@ -1893,7 +1908,12 @@ Изрежи чешки Персонализиран цвят + Задай уникални икони за всяка роля с усилване на сървъра. Иконите се показват в чата и в списъка с членовете. Отиди в **Настройки на сървъра > Роли**, за да ги изпробваш. + Вече можеш да задаваш икони за роли от **Настройки на сървъра > Роли**. Иконите са уникални за всяка роля и се показват в чата и списъка с членове. + Настройки на роля + Задай икони Разбрах + НОВО! Персонализирани икони за роли Персонален статус Изчисти след Изчисти статус @@ -2047,12 +2067,14 @@ Разкачването на твоя акаунт може да доведе до напускане на някои сървъри, към които си се присъединил с него. Разкачване !!{name}!! Разкачане от глас + Действия при прекъсване на връзката Прекъсни връзката Затвори Потребителят е бил изключен от гласов разговор. Присъедини се към над 100 милиони човека, които използват Discord да говорят и да се събират с общности и приятели. Представи си място Discord Rich Presence + Очаквай скоро и на мобилни устройства! Засега ти трябва настолен компютър, за да имаш достъп до ученическите хъбове Открий Откриване {speakersCount} @@ -2114,6 +2136,8 @@ Редактиране !!{user}!! Редактиране на съобщение Разбрах + Може би по-късно + Изпробвай гръцки Discord не може да стриймва аудиото на твоето приложение поради липсващи разрешения. Предоставяш ли на администратора на Discord разрешения да изпрати тези страхотни звукови вълни на твоите приятели? Стриймване без звук @@ -2479,6 +2503,8 @@ Изпрати произволно съобщение за добре дошли, когато някой се присъедини към този сървър. Изпрати съобщение, когато някой усили този сървър. Членовете се изритват автоматично при разкачане освен, ако нямат възложена роля. + Когато е деактивирано, само модераторите и създателят на нишката могат да добавят нови членове към тази нишка. + Когато е деактивирано, само модераторите могат да деархивират тази нишка. Ограничава броя потребители, които могат да се свържат към този гласов канал. Потребителите с разрешение за **Местене на членове** могат да пренебрегнат това ограничение и да преместят други потребители в този канал. Членовете на сървъра трябва да отговарят на следните критерии, преди да могат да изпращат съобщения в текстови канали или да започнат директен текстов разговор. Ако на един член е възложена роля, това не важи. **Препоръчваме настройване на ниво на проверка за обществен Discord.** Задава качеството на видеото на камерата за всички участници в канала. Избери **Автоматично** за оптимална работа. @@ -3008,6 +3034,7 @@ !!{username}!! Играе {applicationName} Твоите видео драйвери не са актуални. Обнови ги за по-добро споделяне на екрана. Гледа {username} + Към канала Разбрах Предоставяне на временно членство Зелено @@ -3115,10 +3142,13 @@ {count} за „{query}“ Проучи публични сървъри Виж + Липсващо разрешение за свързване. + Къде е събитието ти? Препоръчваме изображение, което да е поне 800px на ширина и 400px на височина. Добавяне на заглавна снимка (незадължително) Премахване на снимка Попълни подробностите за събитието си. + Кажи на хората малко повече за твоето събитие. Можеш да ползваш Markdown. За какво е събитието ти? Тема на събитието {date} на {time} @@ -3128,19 +3158,28 @@ Проявяват интерес: {count} {count} интерес Ще получиш известие, когато събитието стартира - Присъедини се към сървър + Събитието приключи + Включи се и виж събитието Можеш също така да изпратиш връзка за покана на приятел + Покани приятели на събитието Слушат: {count} Въвеждане на местоположение + Добави място, връзка или нещо друго. На друго място + Текстов канал, външна връзка, или местоположение на живо. + Къде беше, когато изтегли Discord + Чудесно за аудио събития за по-големи общности. Присъствай чрез глас, видео, споделяне на екрана или с Go Live. За да не се загуби някой по пътя. Къде е събитието ти? Избери канал Избери гласов канал + Създай събития, за да има повод сървърът ти да се събере. Няма предстоящи събития. Място + Инфо за събитието Преглед + Началният час трябва да е в бъдещето. Когато моментът настъпи, посети $[**!!{channelName}!!**](channelHook), за да стартираш събитието! Ето предварителен изглед на събитието ти. Само членовете, които могат да видят този канал, могат да видят и събитието. @@ -3151,6 +3190,7 @@ Опитай да използваш канал сцена! Старт на събитие: „{eventName}“ Насрочено за {startTime} + Насрочено за {startTime} Стъпка {step} от {total} Събития Създаване @@ -3613,6 +3653,7 @@ Вътре си! {serverName} е на картата! Разшири общността си с Откриване на сървър Discord ще даде приоритет на този сървър при търсене за потребители, които говорят избрания език. + Включването в [Откриване на сървър]({documentationUrl}) позволява на всички да намират твоя сървър и да се присъединяват към него. Все още чакаме твоите здравни показатели! Кажи на всички какъв е твоят сървър с описание! Категориите помагат на Discord да организира сървърите, така че да е по-лесно за хората да откриват общности, които ги интересуват. Можеш да избереш 1 основна категория и до 5 подкатегории. @@ -4134,12 +4175,12 @@ унгарски Избор на категория Категория - Описанието на този сървър ще се вижда в хъба. + Това описание на сървъра ще се показва в ученическия хъб. За какво става дума в сървъра ти? Какво правят хората в него? Описание на сървъра Успя! Разбрах! - Сървърът ти е добавен към хъба за !!{guildName}!!! + Твоят сървър е добавен в ученическия хъб за !!{guildName}!!. Добавяне на сървър Все още не си добавил(а) сървъри! Сървъри, които си добавил(а) @@ -4151,10 +4192,10 @@ Създаване на нов сървър Искаш да стартираш нова група? Ще си запазиш правото да каниш хора, които не са в хъба, в сървъра си. - Помогни за израстването на хъба на Discord за !!{guildName}!! + Помогни на ученическия хъб за !!{guildName}!! да се разрасне Към сървъра Назад към хъба - Сървърът ти е създаден и добавен към хъба за !!{guildName}!!! + Твоят сървър е създаден и добавен към !!{guildName}!!! Ученически хъб Персонализирай своя сървър Помогни на други ученици да намерят !!{guildName}!! Дай на сървъра си описание и категория, за да могат хората по-лесно да го намират. @@ -4165,20 +4206,21 @@ Покани хора в този хъб Ти си сред първите тук! Нека започнем, като добавим някои сървъри и членове. Добре дошъл(ла) в ученическия хъб за ученици от !!{guildName}!! - Хъб на Discord за !!{guildName}!! + Ученически хъб за !!{guildName}!! От клубове до групи за учене и до нощи, изпълнени с игри – имаш своето място. Намери своите хора + Ученически хъб Ученически хъбове Ексклузивно място, където да се свързваш с ученици, да откриваш сървъри и да споделяш своите собствени сървъри, към които да се присъединяват ученици. Хъбовете не са свързани с училищата, нито се управляват от тях. Сървърите в хъба се управляват от ученици, но могат да включват и лица, които не са ученици. Потвърди връзката от имейла си, за да продължиш с проверката. Тази страница ще се опресни автоматично. Опитай с друг имейл Изпратихме връзка с потвърждение до !!{email}!! Повторно изпращане на връзка за потвърждение - Присъедини се към ученическия хъб за всяко училище, което посещаваш. + Присъедини се към ученически хъб за твоето училище. Посещаваш повече от едно училище? + Не, благодаря Присъединяване към хъб Не, благодаря - Намери лесно сървъри за твоята група за учене, за клубове, гейминг нощи и други – всичките управлявани от ученици. В момента ученик ли си? Присъедини се към ученическия хъб за твоето училище! Училищен имейл name@school.edu @@ -4189,26 +4231,28 @@ Не можеш да намериш училището си? [Присъедини се към списъка с чакащи.](onJoinWaitlist) Присъедини се към още {count} в ученическия хъб за !!{guildName}!!! Присъединяване към друг хъб - Намери лесно сървъри за твоята група за учене, за клубове, гейминг нощи и други – всичките управлявани от ученици. - В момента ученик ли си? Присъедини се към хъба на Discord за твоето училище! - Присъединяване към „Моето училище“ + В момента ученик ли си? Присъедини се към ученическия хъб за твоето училище! + Присъединяване към хъб + Получи достъп до хъбове само за ученици + Хъбът за твоето училище все още не е на живо. Въведи името на училището ти и ще ти пишем, когато хъбът е на линия! Присъедини се към списъка с чакащи Име на училището Пълно име на училището Ексклузивно място, където да се свързваш с ученици, да откриваш сървъри и да споделяш своите собствени сървъри, към които да се присъединяват ученици. Хъбовете не са свързани с училищата, нито се управляват от тях. Сървърите в хъба се управляват от ученици, но могат да включват и лица, които не са ученици. Ученически хъбове + Какво е ученическият хъб? Ако сървърът ти е предназначен само за ученици, покани само съучениците си. Не им трябва адрес в .edu, за да се присъединят Премахване от хъба - Наистина ли искаш да премахнеш !!{guildName}!! от този хъб? + Наистина ли искаш да премахнеш !!{guildName}!! от този ученически хъб? Редактиране на настройки Редактиране на настройките за !!{guildName}!! - Какво е ученически хъб? + Какво е ученическият хъб? Посещаваш друго училище? [Присъедини се тук](onClick) Поканили са те да се присъединиш към хъб Изпратил(а) си покана за присъединяване към хъб Покани приятели в ученическия хъб за твоето училище - За да се присъединиш, се изисква ученически имейл. - Не получи кода? [Изпрати кода повторно](onClick) на !!{email}!! + За присъединяване е необходим имейл адрес на ученик. + Пратихме имейл с твоя код. Не го ли получи? [Повторно изпращане на кода](onClick) до !!{email}!! Да започваме! Трите имена Истинска име @@ -4221,11 +4265,13 @@ Покани хора Присъединяване към сървъри Училището ми не е тук - Потвърждаване на имейл адрес + Проверен ученически хъб + Потвърди имейл адреса си, за да се присъединиш sam@college.edu Училищен имейл + В момента ученик ли си? Присъедини се към ученическия хъб за твоето училище! Получавай известия, когато хъбът ти стартира, за да можеш лесно да намираш сървъри, управлявани от ученици, за твоите учебни групи и клубове по интереси. - Ще се свържем с теб, когато хъбът на Discord за !!{school}!! е вече активен. + Ще те потърсим, когато ученическият хъб за !!{school}!! е на живо. Благодарим! Ти си в списъка с чакащи. няколко секунди {time} @@ -4792,6 +4838,7 @@ Изритване Изритване на членове Изритване !!{user}!! + Наистина ли искаш да изриташ !!{user}!! от сървъра? Той/тя ще може да се присъедини отново с нова покана. „!!{user}!!“ беше изритан от сървъра. Опа… !!{user}!! не може да бъде изритан. Моля, опитай пак! Изритване на !!{user}!! от сървъра @@ -4913,17 +4960,17 @@ Избери език Можеш да го промениш по-късно. Здравей! Избери език - Знаеш ли за новата цена на Nitro в {country}? [Научи повече]({documentationLink}). - Управлявай план + Знаеш ли за новите цени на Nitro в {country}? [Научи повече]({documentationLink}). + Управление на план Намалихме цената на Nitro в твоя регион. Активирай отново сега, за да видиш дали можеш да спестиш. - Намалихме цената на Nitro в твоя регион. Управлявай метода си на плащане, за да видиш дали можеш да спестиш. [Научи повече]({documentationLink}). + Намалихме цената на Nitro в някои области. Управлявай метода си на плащане, за да видиш дали можеш да спестиш. [Научи повече]({documentationLink}). Обнови сега - Намалихме цената на Nitro в твоя регион. Актуализирай метода си на плащане, за да видиш дали можеш да спестиш. - Управлявай план + Ние намалихме цените на Nitro в твоята област. Актуализирай метода си на плащане, за да видиш дали можеш да спестиш. + Управление на план Намалихме цената на Nitro в твоя регион. Виж дали спестяваш с местната си валута. - Промяната на твоя метод на плащане ще промени цената и валутата на абонамента ти на {newCurrencyAndPrice}. [Кликни тук]({helpCenterLink}), за да научиш повече за това, как определяме колко да плащаш. - **Съвет**: Използвай метод на плащане, който е локален за {country}, за да плащаш абонамента си в {currency}! [Кликни тук]({helpCenterLink}), за да научиш повече за това, как определяме цената и валутата. - **Ура!** Като жител в {country} вече плащаш намалената цена от {newPrice} за Nitro! [Научи повече]({helpCenterLink}). + Промяната на метода на плащане ще промени цената на абонамента и валутата ти на {newCurrencyAndPrice}. [Кликни тук]({helpCenterLink}), за да научиш повече за това как определяме какво плащаш. + **Съвет**: Използвай метод за плащане, който е местен за {country}, за да платиш абонамента си в {currency}! [Кликни тук]({helpCenterLink}), за да научиш повече за това как ние определяме цената и валутата. + **Ура!** Като жител на {country}, сега плащаш намалената цена от {newPrice} за Nitro! [Научи повече]({helpCenterLink}). Вписване Влизаш като !!{username}!! Влез със своя имейл, за да започнеш да говориш. @@ -5056,8 +5103,10 @@ Подарък Член Списък с членове + Показване на списъка с членове Само хората, които си поканил(а), както и модераторите могат да виждат тази тема. Това е собственикът на сървъра и той/тя винаги има всички разрешения без значение на ролите. + Скриване на списъка с членове Добави въпрос Добави правило Ще получиш известие, когато има налична актуализация. @@ -5184,6 +5233,7 @@ Трябва да актуализираш приложението си, за да се присъединиш към сървъра. Членове {members} + Списък с членове за !!{channel}!! (канал) Съвпадение на членове **!!{prefix}!!** Търсене на членове Споменаване @@ -5259,7 +5309,6 @@ Трябва да посочиш друг в [Настройки на сървъра > Общност > Общ преглед](onClick), преди този канал да може да бъде изтрит. Активиране на хардуерно скалиране Експериментална функция, която може да подобри качеството на видео разговорите. Внимавай, може да създаде смущения. - Намирай лесно сървъри, управлявани от ученици, за групите си за учене, за клубовете, нощите, изпълнени с игри, и други. [Научи повече.](onClick) Ексклузивно място, където да се свързваш с ученици, да откриваш сървъри и да споделяш своите собствени сървъри с ученици, които да се присъединят към тях. Сървърите не са свързани с училищата и не са управлявани от тях. Сървърите в хъба се управляват от ученици, но в тях може да се включват и други хора, които не са ученици. @@ -5354,6 +5403,8 @@ Заглушаване на този канал Заглушаване на този сървър Заглушаване на този разговор + Заглушаване на тази нишка + Заглушаване на нишка Продължителност на заглушаването Заглушаване до {endTime} Общи приятели @@ -5855,6 +5906,24 @@ Въведи кода си за потвърждение, за да нулираш паролата си Изисква се парола. Показване на паролата + Вместо това влез с парола + Ще изпратим код на {recipient}. + Изпратено на {recipient}. + Въведи паролата за акаунта с имейл {email} + Въведи паролата за акаунта с телефонен номер {phone} + Въведи паролата си + Вземи еднократен код за влизане + Въведи кода, за да влезеш + Продължи + Изпрати пак + Влез със своя телефонен номер или имейл. Ще ти изпратим еднократен код, за да влезеш. + Здравей отново! + Изпрати ми код + Влез със своя телефонен номер или имейл, за да започнеш да говориш. + Добре дошли отново! + Влизането без парола ти позволява да влезеш в своя акаунт в Discord, като въведеш 8-цифрен код, който ще изпратим на телефона или имейла ти. + Активиране на „Влизане без парола“ + Влизане без парола Поставяне Пауза Продължи @@ -5893,6 +5962,7 @@ Редактирай метод на плащане Необходим е имейл. ММ/ГГ + Giropay Информация за плащане Невалидно Не можахме успешно да таксуваме този източник на плащане. Увери се, че информацията е правилна. @@ -5925,9 +5995,11 @@ Чакащи Чакащи приятели Хора + Аватар за сървър Бъди това, което искаш, и използвай различен аватар за всеки от своите сървъри. Няколко аватара - Бъди това, което искаш, и използвай различен аватар за всеки от своите сървъри + Бъди, който искаш да бъдеш, и ползвай различен аватар на всеки от сървърите си + Профилът е актуализиран! {percentage}%% от миналата седмица Имате нужда от помощ за разрешенията? Отказан достъп до медийни файлове - Discord се нуждае от достъп до диск за съхранение за публикуване на прикачени файлове. @@ -6021,7 +6093,7 @@ {boostCount} Достъп до **персонализирани емотикони** и **стикери** във всички твои сървъри **Анимиран аватар**, **банер на профила** и персонализиран **таг на Discord** - **Анимиран аватар**, **банер на профила** и персонализиран **таг на Discord** (#{discriminator}) + **Анимиран аватар**, **банер на профила** и персонализиран **Discord таг** (#{discriminator}) По-високо качество на **споделяне на екрана** Ако отмениш, **ще загубиш тези бонуси:** Наистина ли искаш да отмениш абонамента? @@ -6419,17 +6491,17 @@ Имаш премиум чат, **{num}x** Усилвания и отстъпка за Усилване Имаш премиум чат, **{num}x** усилвания и отстъпка за усилване за **!!{price}!!** (Изчаква анурилане) Имаш премиум чат, **{num}x** Усилвания и отстъпка за Усилване (изчакват анулиране) - Добави плащане - Абонаментът ти за Nitro приключва {daysLeft}. Добави метод на плащане, за да продължиш да използваш персонализиране на профила и други предимства. - Научете повече - Днес ще загубиш достъп до персонализиране на профила, анимирани емотикони и други. + Добави метод на плащане + Твоят абонамент за Nitro изтича {daysLeft}. Добави метод на плащане, за да продължиш да използваш персонализирането на профила и др. + Научи повече + Ще изгубиш достъп до персонализирането на профила, качването на по-големи файлове, по-доброто споделяне на екрана и още след {daysLeft}. Достъпът ти до Nitro приключва днес. - Отхвърляне + Затваряне Задръж Nitro Ако възстановиш абонамента си за Nitro, ще възобновим таксуването на **{price}** към твоя метод на плащане и ще продължим да те таксуваме **ежемесечно**, докато не отмениш абонамента си. Можеш да го отмениш по всяко време от страницата си „Настройки“. Ако възстановиш абонамента си за Nitro, ще възобновим таксуването на **{price}** към твоя метод на плащане и ще продължим да те таксуваме **ежегодно**, докато не отмениш абонамента си. Можеш да го отмениш по всяко време от страницата си „Настройки“. Ако не задържиш Nitro, **ще загубиш:** - Достъпът ти до Nitro приключва след {daysLeft}. + Твоят достъп до Nitro изтича след {daysLeft}. Наследеният абонамент за Nitro скоро ще се промени на Nitro Classic. Ако искаш да запазиш сегашните си бонуси, включително усилвания, надстрой сега. Корекция на усилване Купуваш промяна на план. Твоите усилвания на сървъри се актуализират в съответствие с това. @@ -6439,7 +6511,7 @@ Сума за нов абонамент Обнови сега Неуспешно плащане за абонамент за Nitro, моля, актуализирай своите данни за плащане. - Добави плащане + Добави метод на плащане Абонаментът ти за Nitro изтича. Добави метод на плащане, за да продължиш да използваш персонализиране на профила и други предимства. Датата на следващото ти подновяване ще бъде **{renewalDate}**. {planName} Корекция @@ -6645,6 +6717,14 @@ Не можеш да изпращаш съобщения на блокирани потребители Пиши на @!!{name}!! Quick Switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, Групово съобщение + !!{name}!!, Групово съобщение {mentions} + !!{name}!!, Сървър + Резултати + !!{name}!!, Потребител, !!{id}!! + !!{name}!!, Потребител, !!{id}!! {mentions} + {mentions} Чернови Научи повече за Бързо превключване Не намираш това, което търсиш? @@ -7310,6 +7390,120 @@ Този канал има специални разрешения. За да слушаш в него, ще трябва някой, като например модератор на сървър или администратор, да включи звука ти. Сървърът е заглушен Разкажи на света за този сървър. + Приемам правилата + Нарушаването на нашите правила може да доведе до наказания срещу сървъра ти, включително премахване от „Откриване“. + Спазвай [Правилника на общността]({communityGuidelinesUrl}) и [Правилника за откриване]({discoveryGuidelinesUrl}) + Правила + Създай дружелюбно пространство, където тормозът, обидите и незаконната дейност не се насърчават и толерират. + Развивай здравословна и позитивна среда + Помагай ни „Откриване на сървър“ да бъде безопасно за всички + Цялото съдържание на сървъра трябва да е подходящо за хора на възраст 13 или повече години. + Не публикувай графично или сексуално съдържание. + 3d + естетика + анимация + аниме + приложения + изкуство + баскетбол + напитки + биткойн + бодибилдинг + ботове + bts + калистеника + дрехи + програмиране + колеж + общност + кросфит + криптовалута + сладко + дефи + дизайн + discord-бот + дисни + дисниуърлд + рисуване + edm + образование + емоджита + емотикони + английски + електронни-спортове + ethereum + събития + упражнения + фентъзи-футбол + мода + fivem + храна + Американски-футбол + форекс + формула1 + fortnite + приятели + забавления + гейминг + github + подаръци + фитнес + хардуер + хипхоп + домашно + hypebeast + инвестиции + javascript + kpop + език + leagueoflegends + обучение + lgbtq + linux + манга + миймове + психично-здраве + метъл + minecraft + музикална-продукция + nba + nfl + nft + nitro + хранене + отворен-код + опции + фотография + висша-лига + програмиране + състезания + рап + reddit + роблокс + ролева-игра + училище + себеусъвършенстване + пеене + хапване + маратонки + футбол + социални + софтуер + спорт + акции + стриймър + улична-мода + учене + стил + поддръжка + supreme + технологии + трейдване + пътуване + twitch + valorant + yeezy + YouTube Сървърни емотикони Затваряне на всички папки Маркирай папката като прочетена @@ -7582,6 +7776,8 @@ Говорител Сцена на живо За какво ще си говорите днес? + Представи си, че сега свири асансьорна музика. + Натисни „Стартирай сцената“ и избери тема, за да започнеш разговора. Изчакваме сцената да стартира… Може би скоро. Изчакване за стартиране на сцената. !!{username}!!: @everyone „!!{topic}!!“ започва. Слушайте! @@ -7682,6 +7878,10 @@ Често използвани Безплатно $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Купи усилвания + Качи {count}+ персонализирани стикера с усилване на сървър. + Управлявай стикери + Сървърът ти те чака да качиш стикери! Подробности за {stickerPackName} Анимирано Оставащо ограничено време: {time} @@ -7985,6 +8185,7 @@ Публикуване на изображения, GIF-ове, стикери, мнения и шеги Текстови канали Съвпадение на текстови канали **!!{prefix}!!** + Начисляват се стандартните тарифи за съобщения и данни. Текстови разрешения Действия с текстова област Пиши в !!{channel}!! @@ -8029,6 +8230,7 @@ Присъедини се към тази тема, за да получаваш известия и за да я запазиш в списъка си с канали. Тази тема беше архивирана от модератор. Само модератор може да я деархивира. Всеки може да кани + Всеки може да деархивира В тази тема няма никого. Можеш да каниш хора чрез @mention в съобщение. Тази тема не може да бъде прегледана @@ -8224,6 +8426,7 @@ Премахване на заглушаването на канала Премахване на заглушаване на разговор Премахване на заглушаването на сървъра + Премахване на заглушаването на нишката Без име Откачи Махни го, моля те! @@ -8660,8 +8863,6 @@ Discord – филмът Wumpus Ваканция Вейпъруейв - Изрази себе си чрез видео фонове, а ако имаш Nitro – качи свой собствен фон! - Нови видео фонове! Сподели ни впечатленията си. Как ти се сториха видео фоновете? Разпознаването на фона не беше точно @@ -8672,6 +8873,7 @@ Имаше проблем? Благодарим ти, че докладва за проблема си! Обратните връзки като тази ни помагат да подобряваме видео фоновете Премахване на фона + Качвай персонализирани видео фонове, стриймвай с HD резолюция с 60 fps [и още много с Discord Nitro!](onLearnMore) Искаш ли да качиш свой собствен фон? Фокус Скрий членовете diff --git a/app/src/main/res/values-cs/plurals.xml b/app/src/main/res/values-cs/plurals.xml index 2f014177b3..c8d4c6529a 100644 --- a/app/src/main/res/values-cs/plurals.xml +++ b/app/src/main/res/values-cs/plurals.xml @@ -843,8 +843,8 @@ {#} zmínek, - {count} dalšímu příteli - {count} dalším přátelům + {count} other příteli + {count} other přátelům 1 den @@ -1051,9 +1051,9 @@ **{count}** dalších serverů je nedostupných z důvodu dočasného výpadku. - {#} využité vylepšení - {#} využitá vylepšení - {#} využitých vylepšení + {#} využité vylepšení + {#} využitá vylepšení + {#} využitých vylepšení {#} vylepšení @@ -1277,15 +1277,20 @@ {#} měsíců - za {#} den - za {#} dny - za {#} dní + za {#} den + za {#} dny + za {#} dní - + {#} den {#} dny {#} dní + + {#} den + {#} dny + {#} dní + 1 den {days} dny @@ -1377,6 +1382,21 @@ 1 minutu {retryAfter} minut + + , {#} nepřečtená zpráva + , {#} nepřečtené zprávy + , {#} nepřečtených zpráv + + + , {#} nepřečtená zpráva + , {#} nepřečtené zprávy + , {#} nepřečtených zpráv + + + , {#} nepřečtená zpráva + , {#} nepřečtené zprávy + , {#} nepřečtených zpráv + 1 další {n} další diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index c158b01781..b715a96329 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -60,6 +60,11 @@ Umožňuje snížit sytost barev v aplikaci, což ocení uživatelé s poruchami vnímání barev. Ve výchozím nastavení úprava tohoto parametru neovlivní sytost obrázků, videí, barev rolí ani ostatního uživatelského obsahu. Odkazy budou vypadat takto: https://discord.com/ Sytost + Rychlejší + Rychlost převodu textu na řeč + Náhled + Pomalejší + Takhle zní převod textu na řeč při aktuální rychlosti. Úroveň přiblížení Účet Oblast uživatele @@ -812,14 +817,14 @@ Transakce !!{paymentGatewayName}!! se níže nezobrazí. Pokud chceš zobrazit historii transakcí !!{paymentGatewayName}!! nebo změnit svou platební metodu pro !!{paymentGatewayName}!!, přejdi do [nastavení fakturace !!{paymentGatewayName}!!]({billingHistoryLink}). Máš předplatné přes !!{paymentGatewayName}!! Tohle není pro předplatná přes !!{paymentGatewayName}!! podporováno. Jestliže chceš spravovat své předplatné, přejdi do [nastavení fakturace !!{paymentGatewayName}!!]({subscriptionManagementLink}). - Konečná cena a měna bude záviset na zemi, odkud pochází tvá platební metoda. [Zjistit více zde]({documentationLink}). + Konečná cena a měna budou záviset na zvolené platební metodě a příslušné zemi. [Zjistit více]({documentationLink}). Zkopírováno! Odkaz na dárek Toto byl dárek Pokud nákup proběhl během posledních {dateLimit} dní a dosud nebyl uplatněn dárek, můžeš požádat o vrácení peněz. [Naše laskavá technická podpora ti pomůže dostat penízky zpět.]({supportURL}) Je nám líto, ale za tento nákup ti nemůžeme vrátit peníze. O vrácení peněz můžeš požádat, pokud nákup proběhl během posledních {dateLimit} dní a dosud nebyl uplatněn dárek. Fakturační historie - [Kliknutím sem]({documentationLink}) se dozvíš víc o tom, jak určujeme ceny a měnu pro tvou platbu. + [Klikni sem]({documentationLink}) a dozvíš se, jak určujeme cenu a měnu tvé platby. Darovat !!{planName}!! Uplatnil jsi kredit na předplatné! Daň @@ -884,26 +889,26 @@ Za předplatné Nitro už jsme ti peníze vraceli. Vrácení peněz Vypadá to, že jsme narazili na problém, když jsme ti vraceli peníze za nákup: „!!{error}!!“. - Požádej prosím o pomoc náš [tým zákaznické podpory]({supportUrl}). + O pomoc požádej náš [tým zákaznické podpory]({supportUrl}). Je nám líto, ale za tento nákup ti nemůžeme vrátit peníze. Došlo k problému s nákupem? Potvrdit vrácení peněz Něco se pokazilo - Vrácení peněz je omezeno na jednu žádost na každý typ předplatného a to včetně dárků, které využiješ pro sebe. + Vrácení peněz je omezeno na jednu žádost na každý typ předplatného, a to včetně tvých dárků. Nikdy nehráno Odehraný čas {daysSincePurchase} Datum nákupu Datum vydání Oznámit problém - Žádostí o vrácení peněz vyjadřuješ svůj souhlas s ukončením přístupu k této funkci. + Žádostí o vrácení peněz vyjadřuješ svůj souhlas s ukončením přístupu k této funkci. Vyber důvod pro vrácení peněz Rozmyslel/a jsem si to Už to nepotřebuji Zapomněl/a jsem zrušit - Dárek, který jsem nevyužil/a + Dárek jsem nevyužil/a Něco jiného - Měl/a jsem problémy s používáním vylepšení + Měl/a jsem problémy s používáním vylepšení Nenaplnilo to mé očekávání Chci změnit typ předplatného Nitro Koupil/a jsem to omylem @@ -919,6 +924,7 @@ Nastavení fakturace Přidat platební metodu Koupit vylepšení serveru + Spravovat předplatné Zobrazit historii plateb Darovat Discord Nitro Koupit Discord Nitro @@ -935,6 +941,7 @@ Vyber plán Vybrat plán Obchod + Údaje ke službě Sofort Kredit na předplatné Změnit plán Tvé předplatné se změní od **{renewalDate}**. @@ -963,6 +970,7 @@ Přejdi na roční plán a ušetři nějaké drobné. Užívej si supernabušené výhody a {numFreeGuildSubscriptions} po celý rok. 2 měsíce zdarma! Vybral/a sis {planName}! + Zrušeno Selhalo Nevyřízeno Vráceny peníze @@ -1013,6 +1021,7 @@ Podrobný popis (volitelné) Název je povinný Priorita je povinná + Oblast funkce Kde je problém? Snímek obrazovky odebrán z hlášení Priorita @@ -1024,6 +1033,8 @@ Nízká (P2) **Ani urgentní, ani důležité.** P3 nás upozorní, že existuje problém, ale není nutné jej řešit, dokud se nevypořádáme s dalšími, naléhavějšími záležitostmi. Velmi nízká (P3) + Hledat oblast funkce + Vybrat oblast funkce Odesílání hlášení Hlášení odesláno Prioritní pravidlo verze @@ -1033,7 +1044,6 @@ Prioritní pravidlo verze pro {releaseChannel} ID verze Pouze klient {releaseChannel} - Pouze {supportedTargets} podporovaných cílů Neplatné prioritní pravidlo verze Nesprávný uživatel Vytváření není k dispozici @@ -1089,10 +1099,12 @@ Připraven/a na video chat? Tady je náhled tvé kamery: Pozadí videa + Možnost nastavit pozadí videa je momentálně dostupná jen omezenému počtu lidí. Rozostření Změnit pozadí Změnit pozadí videa Vlastní + Vlastní pozadí Žádný Dosáhl/a jsi limitu {maxCustomBackgrounds}! Pravým tlačítkem klikni pro odebrání některého z nich, než budeš moct přidat další. Nahraj si prostřednictvím Nitra vlastní pozadí! @@ -1154,10 +1166,11 @@ Upravit profil serveru Možnost nastavení různého avatara pro každý server je momentálně dostupná jen omezenému počtu lidí. Rozumím - Na každém ze svých serverů používej různé avatary a více s Discordem Nitro! + Na každém serveru jiný avatar a další výhody s Discordem Nitro! Přezdívka (vypnuto) Můžeš změnit, jak tě ostatní na tomto serveru vidí, nastavením přezdívky a avataru pro konkrétní server. Avatar pro server $[BETA VERZE](betaBadgeHook) + Obnovit výchozí avatar Neznámá chyba Změnit avatar pro server Na každém ze svých serverů používej různé avatary a více s **Discordem Nitro!** @@ -1204,6 +1217,8 @@ Ztlumit kanál !!{channelName}!! Ztlumení kanálu vypne upozornění na nepřečtené zprávy a oznámení, dokud tě někdo nezmíní. nový-kanál + Ověřit způsobilost + Vyhledávání serverů je nyní dostupné pro servery s alespoň tisícovkou členů! Kanál nebo kategorie Tento kanál nebo server je momentálně ztlumen. Aktualizováno pořadí kanálů. @@ -1464,7 +1479,6 @@ Hlas připojen Ověřeno Propojení - Discord ti může pomoct najít tvé přátele a spojit se s nimi. Automaticky přidávat přátele z tvých kontaktů Synchronizovat kontakty Přidej si přátele ze svých kontaktů a dej jim vědět, že jsi na Discordu. @@ -1899,7 +1913,12 @@ Oříznout Čeština Vlastní barva + Nastav každé roli unikátní ikonu díky vylepšení serveru. Ikony se zobrazují v chatu a seznamu členů. Mrkni se do **Nastavení serveru > Role**. + V **Nastavení serveru > Role** můžeš nyní měnit ikony rolí. Každá role má jedinečnou ikonu, která se zobrazuje v chatu a seznamu členů. + Nastavení rolí uživatelů + Nastavit ikony Rozumím + NOVINKA! Vlastní ikony rolí Vlastní status Vymazat po Smazat status @@ -2053,12 +2072,14 @@ Odpojení tvého účtu tě může odebrat ze serverů, ke kterým ses přes tento účet připojil. Odpojit !!{name}!! Odpojit od hlasového chatu + Akce odpojení Odpojit Odpojit Uživatel byl odpojen od hlasového chatu. Přidej se k více než 100 milionům lidí, kteří používají Discord k pokecu a trávení volného času v komunitách a s přáteli. Představ si místo Discord Rich Presence + Již brzy na mobilu! Zatím se do studentských center dostávej přes počítač Objevovat Vyhledávání {speakersCount} @@ -2120,6 +2141,8 @@ Upravit !!{user}!! Upravování zprávy Rozumím + Možná později + Vyzkoušej to Řečtina Discord nemůže streamovat zvuk aplikace, protože nemá oprávnění. Udělit Discordu administrátorská práva, aby mohl tvým přátelům přehrát ty libozvučné melodie? Streamovat bez zvuku @@ -2485,6 +2508,8 @@ Pošli náhodnou uvítací zprávu vždy, když se někdo připojí k tomuto serveru. Pošli zprávu, když někdo vylepší tento server. Členové jsou automaticky vyhozeni, pokud se odpojí bez přidělené role. + Pokud je tato možnost vypnutá, nové členy mohou do vlákna přidávat jen moderátoři a autor vlákna. + Pokud je tato možnost vypnutá, archivaci vlákna mohou zrušit jen moderátoři. Limituje počet uživatelů, kteří se můžou připojit do tohoto hlasového kanálu. Uživatelé s oprávněním **Přesunout uživatele** ignorují tento limit a můžou přesouvat ostatní uživatele přímo do kanálu. Pro zasílání zpráv do textových kanálů a zahájení konverzace v soukromých zprávách musejí členové serveru splňovat následující podmínky. Ty se nevztahují na členy s přidělenou rolí. **Pro veřejný Discord doporučujeme nastavit úroveň ověření.** Nastaví kvalitu videa z kamery pro všechny členy kanálu. Pro optimální výkon zvol **automaticky**. @@ -3014,6 +3039,7 @@ !!{username}!! hraje {applicationName} Tvé ovladače videa jsou zastaralé. Aktualizuj je a získej výkonnější sdílení obrazovky. Sleduje {username} + Přejít do kanálu Rozumím Udělit dočasné členství Zelená @@ -3121,10 +3147,13 @@ {count} pro „{query}“ Prozkoumej veřejné servery Zobrazit + Chybí přístupová oprávnění. + Kde tvoje událost probíhá? Doporučujeme obrázek o šířce alespoň 800 px a výšce alespoň 400 px. Přidat úvodní fotku (volitelné) Odebrat fotku Vyplň podrobnosti o tvé události. + Pověz lidem o své události něco bližšího. Můžeš použít markdown. Co bude náplní tvé události? Téma události {date} v {time} @@ -3134,19 +3163,28 @@ {count} má zájem {count} má zájem Až událost začne, dáme ti vědět - Přidat se k serveru + Událost skončila + Připojit se a zobrazit událost Nebo pošli kamarádovi odkaz s pozvánkou na událost + Pozvi na událost přátele {count} posluchačů Zadat umístění + Přidej místo, odkaz nebo něco jiného. Někde jinde + Textový kanál, externí odkaz nebo reálné místo. + Kde jsi byl/a, když sis stáhnul/a Discord + Perfektní pro větší komunitní audio události. Bav se díky hlasové komunikaci, videu, sdílení obrazovky a streamování Go Live. Aby každý věděl, kam má jít. Kde tvoje událost probíhá? Vybrat kanál Vyber hlasový kanál + Vytvoř pro svůj server události, kde se budete moci všichni setkat. Nejsou naplánované žádné události. Umístění + Informace o události Kontrola + Čas zahájení musí být v budoucnosti. Až bude čas začít, přejdi do $[**!!{channelName}!!**](channelHook) a zahaj svou událost! Tady je náhled tvojí události. Tuto událost mohou vidět jenom členové, kteří vidí tento kanál. @@ -3157,6 +3195,7 @@ Zkus použít řečnický kanál! Zahájit událost: „{eventName}“ Naplánováno na {startTime} + Naplánováno na {startTime} Krok {step} z {total} Události Vytvořit @@ -3617,6 +3656,7 @@ Jsi tam! {serverName} je teď vidět na mapě! Rozšiřuj svou komunitu pomocí Vyhledávání serverů Discord upřednostní tento server, když budou hledat servery uživatelé mluvící vybraným jazykem. + Zařazení do [Vyhledávání serverů]({documentationUrl}) umožní komukoliv tvůj server najít a přidat se. Ještě čekáme na výsledky zdraví! Řekni světu v popisku, o čem tvůj server je. Kategorie pomáhají organizovat servery na Discordu, aby pro uživatele bylo jednodušší najít komunity, které jsou pro ně zajímavé. Můžeš vybrat 1 primární kategorii a až 5 podkategorií. @@ -4138,12 +4178,12 @@ Maďarština Vyber kategorii Kategorie - Tento popis serveru se objeví v centru. + Tento popis serveru se objeví ve studentském centru. O čem tvůj server je? Co tam lidé dělají? Popis serveru Úspěch! Rozumím! - Tvůj server je nyní součástí centra !!{guildName}!!! + Tvůj server je nyní součástí studentského centra !!{guildName}!!. Přidat server Zatím jsi žádné servery nepřidal/a! Servery, které jsi přidal/a @@ -4155,10 +4195,10 @@ Vytvořit nový server Chceš založit novou skupinu? Stále budeš moct na svůj server zvát lidi mimo centrum. - Pomáhej budovat Discord centrum pro !!{guildName}!! + Pomáhej budovat studentské centrum !!{guildName}!! Přejít na server Zpět do centra - Tvůj server je na světě a součástí centra !!{guildName}!!! + Tvůj server je na světě a stal se součástí studentského centra !!{guildName}!!! Server dle tvého gusta Pomoz dalším studentům najít !!{guildName}!! Přidej svému serveru popis a kategorii, aby ho lidé mohli lépe najít. @@ -4169,21 +4209,22 @@ Pozvat do tohoto centra lidi Jsi tu mezi prvními! Pojďme to rozběhnout přidáním pár serverů a členů. Vítej ve studentském centru pro studenty z !!{guildName}!! - Discord centrum pro !!{guildName}!! + Studentské centrum !!{guildName}!! Od klubů přes studijní skupiny až po herní večery – místo se pro tebe vždy najde. Najdi své lidi + Studentské centrum Studentská centra - Je to exkluzivní místo, kde se můžeš setkávat se studenty, objevovat servery nebo sdílet své vlastní servery, ke kterým se studenti mohou připojit. Centra nevlastní ani nespravují školy napřímo. Servery v centru spravují studenti, ale členové nemusejí být pouze z jejich řad. + Jde o exkluzivní místo, kde se můžeš setkávat se studenty, objevovat servery nebo sdílet své vlastní servery otevřené studentům. Centra nevlastní ani nespravují školy napřímo. Servery v centru spravují studenti, ale členové nemusejí být pouze z jejich řad. Kliknutím na odkaz v e-mailové zprávě budeš pokračovat v ověření. Tato stránka se automaticky aktualizuje. Zkus jiný e-mail Na adresu !!{email}!! jsme poslali potvrzovací odkaz Znovu poslat potvrzovací odkaz - Přidej se ke studentskému centru kterékoli školy, na kterou chodíš. + Přidej se ke studentskému centru školy, na kterou chodíš. Chodíš na více škol? + Ne, díky Připojit se k centru Ne, díky - Jednoduše si vyhledej servery, které pro tvou studijní skupinu, klub, herní večery a další příležitosti spravují přímo studenti. - Jsi student? Přidej se do studentského centra své školy! + Studuješ? Přidej se do studentského centra své školy! Školní e-mail jmeno@skola.edu Vyber svou školu @@ -4191,32 +4232,34 @@ Žádné výsledky [Zapsat se na pořadník.](onJoinWaitlist) Nemůžeš najít svou školu? [Zapiš se na pořadník.](onJoinWaitlist) - Přidej se k {count} ve studentském centru pro server !!{guildName}!!! + Přidej se k {count} ve studentském centru pro !!{guildName}!!! Přidat se k dalšímu centru - Jednoduše si vyhledej servery, které pro tvou studijní skupinu, klub, herní večery a další příležitosti spravují přímo studenti. - Jsi student? Přidej se na Discord centrum své školy! + Studuješ? Přidej se do studentského centra své školy! Připojit se k centru + Získej přístup do center jen pro studenty + Centrum tvé školy ještě neběží. Zadej název školy a my ti dáme vědět, až bude v provozu! Zapsat se na pořadník Název školy Úplný název školy Je to exkluzivní místo, kde se můžeš setkávat se studenty, objevovat servery nebo sdílet své vlastní servery, ke kterým se studenti mohou připojit. Centra nevlastní ani nespravují školy napřímo. Servery v centru spravují studenti, ale členové nemusejí být pouze z jejich řad. Studentská centra + Co je to studentské centrum? Pokud je tvůj server pouze pro studenty, prostě pozvi své spolužáky. Nepotřebují adresu s příponou .edu, aby se mohli přidat Odebrat z centra - Určitě chceš !!{guildName}!! odebrat z tohoto centra? + Určitě chceš !!{guildName}!! odebrat z tohoto studentského centra? Upravit nastavení Upravit nastavení pro !!{guildName}!! Co je to studentské centrum? Chodíš na jinou školu? [Přidej se tady](onClick) Dostal/a jsi pozvánku do centra Poslal/a jsi pozvánku do centra - Pozvi přátele do studentského centra tvé školy - Pro připojení je nutná studentská e-mailová adresa. - Nepřišel ti kód? [Poslat kód znovu](onClick) na !!{email}!! + Pozvi přátele do studentského centra své školy + K připojení je nutná studentská e-mailová adresa. + Kód jsme ti poslali na e-mail. Ještě ti nepřišel? [Odeslat kód znovu](onClick) na !!{email}!! Jdeme na to! Celé jméno Skutečné jméno - Vítej ve studentském centru pro !!{guildName}!!! + Vítej ve studentském centru !!{guildName}!!! Přidej své skutečné jméno, aby tě lidé poznali. Můžeš to kdykoliv změnit v Nastavení centra. Odesláno Nepodařilo se odeslat e-mail @@ -4225,11 +4268,13 @@ Pozvat lidi Přidat se k serverům Moje škola tu není - Ověřit e-mailovou adresu + Ověřené studentské centrum + Než se přidáš, ověř svůj e-mail tom@skola.edu Školní e-mail + Studuješ? Přidej se do studentského centra své školy! Nech si poslat upozornění, až se spustí tvoje centrum, abys mohl/a jednoduše vyhledat servery pro své studijní skupiny a kluby. - Ozveme se, až se spustí Discord centrum pro !!{school}!!. + Ozveme se, až bude studentské centrum školy !!{school}!! spuštěno. Děkujeme! Jsi na pořadníku. pár sekund {time} @@ -4519,7 +4564,7 @@ Tenhle smajlík tady nefunguje, protože je z jiného serveru. Jestli chceš používat smajlíky z jiných serverů, přejdi na Discord Nitro. Tenhle smajlík tady nefunguje, protože je z jiného serveru. Discord Nitro to může všechno vyřešit. Víc informací najdeš v Uživatelská nastavení > Nitro. Zadej platný zvací odkaz nebo kód. - Tvá platební metoda se nezdařila. Pro další využívání Nitra prosím aktualizuj své platební údaje. + Tvá platební metoda selhala. Pokud chceš předplatné Nitro dál využívat, aktualizuj své platební údaje. neplatný-kanál Neplatný kanál Pozvat přítele @@ -4796,6 +4841,7 @@ Vyhodit Vyhodit člena Vyhodit !!{user}!! + Určitě chceš uživatele !!{user}!! vyhodit ze serveru? Návrat mu umožní nová pozvánka. „!!{user}!!“ byl vyhozen ze serveru. Jejda… Nepodařilo se vyhodit !!{user}!!. Zkus to znovu! Vyhodit !!{user}!! ze serveru @@ -4917,17 +4963,17 @@ Vybrat jazyk Později můžeš nastavení změnit. Ahoj! Vyber jazyk - Už víš o nových cenách Nitra v {country}? [Zjistit více]({documentationLink}). + Už víš o nových cenách Nitra ve státě {country}? [Zjistit více]({documentationLink}). Spravovat plán - Snížili jsme ceny za Nitro pro oblast tvého pobytu. Obnov své předplatné a podívej se, jestli něco neušetříš. - Snížili jsme ceny za Nitro pro oblast tvého pobytu. Zkontroluj nastavení své platební metody a podívej se, jestli něco neušetříš. [Zjistit více]({documentationLink}). + V oblasti, kde žiješ, jsme snížili ceny za Nitro. Obnov své předplatné a podívej se, jestli něco neušetříš. + V některých oblastech jsme snížili ceny za Nitro. Zkontroluj svou platební metodu a podívej se, jestli něco neušetříš. [Zjistit více]({documentationLink}). Aktualizovat - Snížili jsme ceny za Nitro pro oblast tvého pobytu. Aktualizuj si platební metodu a podívej se, jestli něco neušetříš. + V oblasti, kde žiješ, jsme snížili ceny za Nitro. Aktualizuj si platební metodu a podívej se, jestli něco neušetříš. Spravovat plán - Snížili jsme ceny za Nitro pro oblast tvého pobytu. Podívej se, jestli se svou místní měnou neušetříš. - Změnou platební metody dojde ke změně ceny předplatného a měny na {newCurrencyAndPrice}. [Kliknutím sem]({helpCenterLink}) se dozvíš víc o tom, jak určujeme, co budeš platit. - **Tip**: nastav si platební metodu dostupnou v {country} a budeš moct za své předplatné platit v {currency}! [Kliknutím sem]({helpCenterLink}) se dozvíš víc o tom, jak určujeme ceny a měnu. - **Hurááá!** Jako obyvatel {country} teď za Nitro platíš sníženou cenu {newPrice}! [Zjistit více]({helpCenterLink}). + V oblasti, kde žiješ, jsme snížili ceny za Nitro. Podívej se, jestli se svou místní měnou neušetříš. + Změnou platební metody dojde ke změně ceny předplatného a měny na {newCurrencyAndPrice}. [Klikni sem]({helpCenterLink}) a dozvíš se, jak určujeme, kolik budeš platit. + **Tip**: nastav si platební metodu dostupnou ve státě {country} a budeš moct za své předplatné platit v měně {currency}! [Klikni sem]({helpCenterLink}) a dozvíš se, jak určujeme ceny a měnu. + **Hurááá!** Jako obyvatel státu {country} teď za Nitro platíš sníženou cenu {newPrice}! [Zjistit více]({helpCenterLink}). Přihlásit se Přihlašuješ se jako !!{username}!! Přihlas se svým e-mailem a začni si povídat. @@ -5060,8 +5106,10 @@ Darovat Uživatel Seznam členů + Zobrazit seznam členů Toto vlákno uvidí pouze moderátoři a pozvaní uživatelé. Tato osoba je vlastníkem serveru a vždy má všechna oprávnění bez ohledu na role. + Skrýt seznam členů Přidat otázku Přidat pravidlo Až bude něco nového, dáme ti vědět. @@ -5188,6 +5236,7 @@ Aby ses mohl přidat na tento server, musíš nejdřív aktualizovat aplikaci. Uživatelé {members} + Seznam členů kanálu !!{channel}!! Členové odpovídající **!!{prefix}!!** Hledání uživatelů Zmínka @@ -5258,12 +5307,11 @@ Discord pro tebe nemůže tuto hru spustit, protože na ni už nemáš nárok. To může mít několik důvodů, např. vyčerpané předplatné Nitro, vrácení peněz nebo hra už není v obchodě Discord. [Další informace a podporu najdeš v tomto článku.]({supportArticleURL}) Nelze spustit {applicationName} Hru nelze spustit - Tvé předplatné Nitro brzy skončí. Jestli si chceš své předplatné ponechat, zadej platnou platební metodu. + Tvé předplatné Nitro brzy skončí. Jestli si ho chceš ponechat, zadej platnou platební metodu. Vypnuli jsme detekci hlasové aktivity, abychom zvýšili výkon telefonu. Než tento kanál budeš moct vymazat, musíš vybrat jiný v [Nastavení serveru > Komunita > Přehled](onClick). Povolit hardwarové škálování Experimentální funkce, která může zlepšit výkon při videohovorech. Bacha, může to dělat i bordel. - Jednoduše si vyhledej servery, které pro tvou studijní skupinu, klub, herní večery a další příležitosti spravují přímo studenti. [Zjistit více.](onClick) Exkluzivní místo, kde se můžeš setkávat se studenty, objevovat servery nebo sdílet své vlastní servery, ke kterým se studenti mohou připojit. Centra nevlastní ani nespravují školy napřímo. Servery v centru spravují studenti, ale členové nemusejí být pouze z jejich řad. @@ -5358,6 +5406,8 @@ Ztlumit tento kanál Ztlumit tento server Ztlumit tuto konverzaci + Ztlumit toto vlákno + Ztlumit vlákno Trvání ztlumení Ztlumeno do {endTime} Společní přátelé @@ -5859,6 +5909,24 @@ Pro obnovení hesla zadej svůj ověřovací kód Potřebujeme heslo. Zobrazit heslo + Přihlásit se raději pomocí hesla + Kód zašleme na {recipient}. + Odesláno na {recipient}. + Zadej heslo k účtu s e-mailovou adresou {email} + Zadej heslo k účtu s telefonním číslem {phone} + Zadej své heslo + Získej jednorázový přihlašovací kód + Zadej přihlašovací kód + Pokračovat + Odeslat znovu + Přihlas se pomocí e-mailu nebo telefonního čísla. Pošleme ti jednorázový přihlašovací kód. + Ahoj! + Pošlete mi kód + Přihlas se pomocí e-mailu nebo telefonního čísla a začni si povídat. + Vítej zpět! + Díky přihlášení bez hesla se můžeš k účtu na Discordu přihlásit pomocí osmimístného kódu, který ti zašleme na telefon nebo e-mail. + Povolit přihlášení bez hesla + Přihlášení bez hesla Vložit Pozastavit Pokračovat @@ -5897,6 +5965,7 @@ Upravit platební metodu E-mail je povinný. MM/RR + Giropay Informace o platbě Neplatné Nepodařilo se nám strhnout poplatek pomocí tohoto způsobu platby. Ujisti se, že jsou informace správné. @@ -5929,9 +5998,11 @@ Nevyřízeno Čekající přátelé Lidé + Avatar serveru Buď tím, kým chceš, a na každém ze svých serverů používej různé avatary. Více avatarů - Buď tím, kým chceš, a na každém ze svých serverů používej různé avatary + Buď, kým chceš být, a na každém serveru používej jiný avatar + Identita aktualizována! {percentage} %% od minulého týdne Potřebuješ pomoct s oprávněními? Přístup k médiím byl zamítnut – pro odesílání příloh potřebuje Discord přístup k úložišti. @@ -6021,15 +6092,15 @@ Nepodařilo se nám zrušit tvé předplatné Nitro. Zkus to prosím znovu nebo se obrať na naši podporu, pokud problém přetrvává. Předplatné Nitro a vylepšení serveru budou zrušeny okamžitě. Pokud sis změnil/a svůj Discord tag, bude opět náhodný. Tak nic, nechám si Nitro - Tvá **2 vylepšení zdarma** a **30%% sleva na vylepšení** + Tvá **dvě vylepšení zdarma** a **30%% sleva na vylepšení** {boostCount} - Přístup k **vlastním smajlíkům** a **samolepkám** na všech tvých serverech - **Animovaný avatar**, **banner profilu** a **vlastní Discord tag** - **Animovaný avatar**, **banner profilu** a **vlastní Discord tag** (#{discriminator}) + Přístup k **vlastním smajlíkům** a **samolepkám** na všech tvých serverech + **Animovaný avatar**, **banner profilu** a **vlastní Discord tag** + **Animovaný avatar**, **banner profilu** a **vlastní Discord tag** (#{discriminator}) **Sdílení obrazovky** ve vyšší kvalitě - Pokud ho teď zrušíš, **přijdeš o všechny tyto výhody:** - Opravdu chceš Nitro zrušit? - **Nahrávání** větších souborů a **delší zprávy** + Pokud ho teď zrušíš, **přijdeš o všechny tyto výhody:** + Opravdu chceš své Nitro zrušit? + **Nahrávání** větších souborů a **delší zprávy** Takový tag je neplatný. Tag musí obsahovat 4 číslice. Až tvé předplatné Nitro skončí, bude tvůj Discord tag opět náhodný. Určitě chceš Discord tag změnit? Změnit Discord tag @@ -6049,7 +6120,7 @@ Vypíchni jednu ze svých zálib, která tě nejlépe vystihuje. Můžeš k tomu využít nový banner profilu, přiléhavý animovaný avatar a vlastní tag. Bannery profilu Procházet samolepky - Ukaž svým přátelům, jak se skutečně cítíš. Skvěle ti k tomu poslouží vlastní samolepky v chatu ze všech tvých serverů a 300 exkluzivních samolepek z Nitra. + Ukaž svým přátelům, jak se skutečně cítíš. Skvěle ti k tomu poslouží vlastní samolepky v chatu ze všech tvých serverů a 300 exkluzivních samolepek z Nitra. Samolepky v chatu Nitro je mnohem lepší. Nevěříš? [Tak o Nitru zjisti víc.](onLearnMore) Co je v Nitru nového @@ -6423,17 +6494,17 @@ Máš prémiový chat, **{num}×** vylepšení serveru a slevu na další vylepšení serveru Máš vylepšený chat, **{num}x** vylepšení a vylepšovací slevu na **!!{price}!!** (nevyřízené zrušení) Máš prémiový chat, **{num}×** vylepšení serveru a slevu na další vylepšení serveru (čeká na zrušení) - Přidat platbu - Tvé předplatné Nitro končí {daysLeft}. Jestli si chceš dál užívat přizpůsobení profilu a dalších výhod, přidej platební metodu. - Dozvědět se více - Již dnes přijdeš o přístup k přizpůsobení profilu, animovaným smajlíkům a dalším výhodám. - Tvůj přístup k Nitru dnes končí. - Zavřít + Přidat platební metodu + Tvé předplatné Nitro {daysLeft} skončí. Jestli chceš dál využívat přizpůsobení profilu a další výhody, přidej platební metodu. + Zjistit více + Za {daysLeft} přijdeš o možnost přizpůsobení profilu, nahrávání větších souborů, lepšího sdílení obrazovky a další výhody. + Tvůj přístup k Nitru dnes končí. + Zahodit Zachovat Nitro - Pokud obnovíš Nitro, začneme ti opět strhávat **{price}** prostřednictvím nastavené platební metody a to **každý měsíc**, dokud předplatné nezrušíš. Zrušit jej můžeš kdykoliv na stránce Nastavení. - Pokud obnovíš Nitro, začneme ti opět strhávat **{price}** prostřednictvím nastavené platební metody a to **každý rok**, dokud předplatné nezrušíš. Zrušit jej můžeš kdykoliv na stránce Nastavení. + Pokud Nitro obnovíš, začneme ti opět strhávat **{price}** prostřednictvím nastavené platební metody, a to **každý měsíc**, dokud předplatné nezrušíš. Zrušit jej můžeš kdykoliv na stránce Nastavení. + Pokud Nitro obnovíš, začneme ti opět strhávat **{price}** prostřednictvím nastavené platební metody, a to **každý rok**, dokud předplatné nezrušíš. Zrušit jej můžeš kdykoliv na stránce Nastavení. Pokud si Nitro neponecháš, **přijdeš také o:** - Tvůj přístup k Nitru vyprší za {daysLeft}. + Tvůj přístup k Nitru vyprší za {daysLeft}. Tvoje staré předplatné Nitro se brzy změní na Nitro Classic. Jestli si chceš nechat své dosavadní výhody včetně vylepšení, co nejdříve proveď upgrade. Úprava vylepšení Kupuješ si změnu plánu. Tvá vylepšení serveru se patřičně aktualizují. @@ -6443,8 +6514,8 @@ Nové předplatné celkem Aktualizovat Platba za předplatné Nitro se nezdařila, aktualizuj prosím své platební údaje. - Přidat platbu - Tvé předplatné Nitro brzy skončí. Jestli si chceš dál užívat přizpůsobení profilu a dalších výhod, přidej platební metodu. + Přidat platební metodu + Tvé předplatné Nitro brzy skončí. Jestli chceš dál využívat přizpůsobení profilu a další výhody, přidej platební metodu. Datum dalšího obnovení je **{renewalDate}**. Úprava {planName} Podrobnosti předplatné a automatického obnovení viz níže @@ -6649,6 +6720,14 @@ Nemůžeš posílat zprávy blokovaným uživatelům Poslat zprávu @!!{name}!! Quick switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, skupinová zpráva + !!{name}!!, skupinová zpráva {mentions} + !!{name}!!, server + Výsledky + !!{name}!!, uživatel, !!{id}!! + !!{name}!!, uživatel !!{id}!! {mentions} + {mentions} Návrhy Zjistit víc o Quick Switcheru Nemůžeš najít, co hledáš? @@ -7314,6 +7393,120 @@ Tento kanál má zvláštní oprávnění. Pokud v něm chceš poslouchat, potřebuješ moderátora nebo správce serveru, který ti zruší ztlumení zvuku. Zvuk ztlumen serverem Řekni světu něco málo o tomto serveru. + Souhlas s pravidly + Porušení našich pravidel může vést k postihům tvého serveru a to včetně odstranění z Vyhledávání. + Dodržuj [zásady komunity]({communityGuidelinesUrl}) Discord a [zásady pro Vyhledávání serverů]({discoveryGuidelinesUrl}) + Pravidla + Buduj přívětivý prostor, kde nepodporujeme ani netolerujeme obtěžování, toxické chování ani nezákonnou činnost. + Rozvíjej zdravé a pozitivní prostředí + Pomáhej nám udržovat Vyhledávání serverů bezpečné pro všechny + Veškerý obsah serveru musí být vhodný pro osoby starší 13 let. + Nesdílej grafický nebo sexuální obsah + 3d + estetika + animace + anime + aplikace + umění + basketball + nápoj + bitcoin + bodybuilding + boti + bts + kalistenika + oblékání + kódování + vysoká + komunita + crossfit + kryptoměna + roztomilé + defi + design + bot-discord + disney + disneyworld + kreslení + edm + vzdělání + smajlík + emotikony + angličtina + esport + ethereum + události + cvičení + fantasy-football + móda + fivem + jídlo + fotbal + forex + formule1 + fortnite + přátelé + zábava + hraní + github + dárky + posilovna + hardware + hiphop + domácí úkoly + hypebeast + investice + javascript + kpop + jazyk + leagueoflegends + učení + lgbtq + linux + manga + memy + mentální-zdraví + metal + minecraft + hudební-produkce + nba + nfl + nft + nitro + výživa + opensource + možnosti + fotografie + premier-league + programování + závody + rap + reddit + roblox + roleplay + škola + sebevzdělávání + zpěv + svačina + tenisky + fotbal + sociální + software + sport + akcie + streamer + streetwear + studium + styl + podpora + supreme + technika + obchodování + cestování + twitch + valorant + yeezy + youtube Smajlíci serveru Zavřít všechny složky Označit složku jako přečtenou @@ -7586,6 +7779,8 @@ Řečník Pódium otevřeno O čem se dnes budete bavit? + Předstírej, že tu hraje hudba jako ve výtahu. + Stiskni „Otevřít pódium“, zvol téma a začni debatu. Čekáme na otevření pódia… Už každým dnem. Čekáme na otevření pódia. !!{username}!!: @everyone „!!{topic}!!“ právě začíná. Poslouchejte! @@ -7686,6 +7881,10 @@ Často používané $[~~{regularPrice}~~](originalPriceHook) zdarma !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Koupit vylepšení + Nahraj s vylepšením serveru víc než {count} vlastních samolepek. + Spravovat samolepky + Tvůj server už se těší, až nahraješ samolepky! Podrobnosti o sadě {stickerPackName} Animované Už nezbývá moc času: {time} @@ -7989,6 +8188,7 @@ Posílej obrázky, GIFy, samolepky, názory a slovní hříčky Textové kanály Textové kanály odpovídající **!!{prefix}!!** + Za zprávy SMS a data jsou účtovány běžné poplatky operátora. Textová povolení Akce textové oblasti Zpráva !!{channel}!! @@ -8033,6 +8233,7 @@ Připoj se k tomuto vláknu, dostávej oznámení a ulož si toto vlákno do svého seznamu kanálů. Některý z moderátorů archivoval toto vlákno a jenom moderátoři můžou jeho archivaci zrušit. Zvát mohou všichni + Zrušit archivaci mohou všichni V tomto vláknu nikdo není. Nové lidi můžeš pozvat tak, že o nich napíšeš @zmínku. Toto vlákno nelze zobrazit @@ -8228,6 +8429,7 @@ Zrušit ztlumení kanálu Zrušit ztlumení konverzace Zrušit ztlumení serveru + Zrušit ztlumení vlákna Beze jména Odepnout Odstranit, prosím! @@ -8664,8 +8866,6 @@ Film Discord Wumpus na prázdninách Vaporwave - Ukaž svou náladu pomocí pozadí videa, a jestli máš Nitro, nahraj si své vlastní! - Nová pozadí videa! Popiš nám, jak se ti líbí pozadí videa. Jak to šlo s pozadím videa? Detekce pozadí nebyla přesná @@ -8676,6 +8876,7 @@ Narazil jsi na problém? Děkujeme za oznámení problému! Tvoje zpětná vazba nám pomůže pozadí videa vylepšovat Odebrat pozadí + Nastav si vlastní pozadí videa, streamuj ve vysokém rozlišení rychlostí až 60 FPS [a získej další výhody s Discordem Nitro!](onLearnMore) Chceš nahrát vlastní pozadí? Zaostření Skrýt členy diff --git a/app/src/main/res/values-da/plurals.xml b/app/src/main/res/values-da/plurals.xml index bd52825633..8471cf5fbf 100644 --- a/app/src/main/res/values-da/plurals.xml +++ b/app/src/main/res/values-da/plurals.xml @@ -156,6 +156,10 @@ {#} baggrund {#} baggrunde + + {#} tegn + {#} tegn + {#} medlem {#} medlemmer @@ -733,8 +737,8 @@ {#} mentions, - {count} anden ven - {count} andre venner + {count} other ven + {count} other venner 1 dag @@ -912,6 +916,10 @@ **1** anden server er utilgængelig grundet en midlertidig strømafbrydelse. **{count}** andre servere er utilgængelige pga. en midlertidig strømafbrydelse. + + {#} Boost anvendt + {#} Boosts anvendt + {#} Boost {#} Boosts @@ -1128,6 +1136,10 @@ om {#} dag om {#} dage + + {#} dag + {#} dage + {#} dag {#} dage @@ -1208,6 +1220,18 @@ 1 minut {retryAfter} minutter + + , {#} ulæst besked + , {#} ulæste beskeder + + + , {#} ulæst besked + , {#} ulæste beskeder + + + , {#} ulæst besked + , {#} ulæste beskeder + 1 anden {n} andre diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index af674b33b7..8445ac756d 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -60,6 +60,11 @@ Reducer farvemætningen i applikationen for dem med farvefølsomhed. Dette påvirker som standard ikke mætningen af billeder, videoer, rollefarver eller andet brugerleveret indhold. links vil se sådan ud https://discord.com/ Farvemætning + Hurtigere + Tekst-til-tale hastighed + Forhåndsvisning + Langsommere + Sådan lyder tekst-til-tale med den nuværende hastighed. Zoom-niveau Konto Brugerområde @@ -257,6 +262,7 @@ Læs hjælpeartikel Din fødselsdag AKA + Se flere server-avatarer Alle aktive tråde Alle servere Tillad @@ -812,14 +818,14 @@ !!{paymentGatewayName}!! transaktioner vil ikke blive vist nedenfor. For at se transaktionshistorikken for !!{paymentGatewayName}!! eller at ændre din !!{paymentGatewayName}!! betalingsmetode, [kan du gå til dine !!{paymentGatewayName}!! Indstillinger for fakturering]({billingHistoryLink}). Du tilmeldte dig via !!{paymentGatewayName}!! Dette understøttes ikke for !!{paymentGatewayName}!! abonnementer. For at administrere dit abonnement, gå [venligst til dine !!{paymentGatewayName}!! Indstillinger for fakturering]({subscriptionManagementLink}). - Den endelige pris og valuta er baseret på det land, der har udstedt din betalingsmetode. [Få mere at vide her]({documentationLink}). + Den endelige pris og valuta vil være baseret på din valgte betalingsmetode og det land, der har udstedt den. [Få mere at vide her]({documentationLink}). Forstået! Gave-link Dette var en gave Der kan anmodes om refusion, hvis dette køb blev foretaget inden for de seneste {dateLimit} dage, og gaven ikke er blevet indløst. [Vores venlige hjælpeservice hjælper dig med at få dine mønter tilbage.]({supportURL}) Dette køb er desværre ikke berettiget refusion. Der kan anmodes om refusion, hvis dette køb blev foretaget inden for de seneste {dateLimit} dage, og gaven ikke er blevet indløst. Faktureringshistorik - [Klik her]({documentationLink}) for at få mere at vide om, hvordan vi fastsætter valuta, og den pris du betaler. + [Klik her]({documentationLink}) for at få mere at vide om, hvordan vi fastsætter den valuta, der anvendes, og den pris du betaler. Gave !!{planName}!! Abonnementskredit blev tilføjet! Skatter @@ -880,25 +886,33 @@ !!{price}!! / År ({numFreeMonths} gratis!) Detaljer omkring købet Denne gave er allerede blevet indløst. - You have already refunder a Boost abonnement. + Du har allerede refunderet et Boost-abonnement. + Du har allerede refunderet et Nitro-abonnement. Refunder - Looks like there was a problem when we tried to refund your purchase: !!{error}!!. - Vær sød kontakt our [kundesupport team]({supportUrl}) for assistance. - Dette køb er desværre ikke berettiget refusion. + Det ser ud til, at der opstod et problem, da vi forsøgte at refundere dit køb: !!{error}!!. + Du bedes kontakte vores [kundesupportteam]({supportUrl}) for hjælp. + Dette køb er desværre ikke berettiget til refusion. Problemer med dit køb? - Anmodning om refusion + Indsend refusion Noget gik galt + Begræns én refusion pr. abonnementstype, inklusive gaver, du indløser til dig selv. Aldrig spillet Tid spillet {daysSincePurchase} Købsdato Udgivelsesdato Rapportér et problem - Vælg en årsag - Har du ændret mening? + Ved at anmode om en refusion accepterer du at miste adgangen til denne funktion. + Vælg en årsag til refusionen + Ændrede mening + Har ikke brug for den længere + Glemte at annullere + Købte en gave, jeg ikke brugte Noget andet - Ik had een probleem bij het gebruik van boosts - Skift Discord Nitro-abonnement + Havde et problem med at bruge Boosts + Var ikke, hvad jeg forventede + Vil skifte Nitro-abonnementer + Købte den ved en fejl !!{tax}!! moms er tilføjet pga. din faktureringsadresse Moms er inkluderet i prisen. Dine betalingsmetoder krypteres og opbevares med en sikker betalingsbehandlingstjeneste. @@ -911,6 +925,7 @@ Faktureringsindstillinger Tilføj betalingsmetode Køb Serverboosts + Administrer abonnement Vis betalingshistorik Giv Discord Nitro som gave Køb Discord Nitro @@ -927,6 +942,7 @@ Vælg en aftale Vælg aftale Shop + Sofort Information Abonnementskredit Skift plan Dit abonnement vil blive ændret med start d. **{renewalDate}**. @@ -955,6 +971,7 @@ Skift til et årligt abonnement og spar nogle gysser. Nyd superstærke frynsegoder og {numFreeGuildSubscriptions} hele året rundt. 2 måneder gratis! Du valgte {planName}! + Annulleret Mislykkedes Afventer Refunderet @@ -1005,6 +1022,7 @@ Detaljeret beskrivelse (valgfrit) Problemnavn påkrævet Prioritet påkrævet + Funktionsområde Hvad er problemet? Screenshot blev fjernet fra fejlrapport Prioritet @@ -1016,6 +1034,8 @@ Lav (P2) **Ikke presserende og ikke vigtigt.** P3 giver os mulighed for at erkende, at noget er et problem, men denne slags problemer behøver ikke at blive løst, før andre mere presserende bekymringer er håndteret. Meget lav (P3) + Søg i funktionsområde + Vælg funktionsområde Afsender rapport Anmeldelse afsendt Tilsidesættelse af opbygning @@ -1025,7 +1045,6 @@ Tilsidesættelse af opbygning for {releaseChannel} Opbygnings-ID {releaseChannel} kun klient - {supportedTargets} kun målrettede Ugyldig tilsidesættelse af opbygning Forkert bruger Opbygning er ikke til rådighed @@ -1081,10 +1100,12 @@ Er du oppe i gear til en video-chat? Her kan du se en forhåndsvisning af dit kamera: Videobaggrund + Indstilling af videobaggrund er i øjeblikket kun tilgængelig for et begrænset antal personer. Slør Skift baggrund Skift videobaggrund Brugertilpasset + Tilpasset baggrund Ingen Du har nået grænsen for {maxCustomBackgrounds}! Højreklik for at fjerne en baggrund, før du tilføjer en anden. Upload din egen brugerdefinerede baggrund, drevet af Nitro! @@ -1146,15 +1167,25 @@ Rediger serverprofil Angivelse af en anden avatar for hver af dine servere er i øjeblikket kun tilgængelig for et begrænset antal mennesker. Forstået + Brug et kælenævn, og hvis du har Nitro, en anden avatar på hver af dine servere! + Opdater min serverprofil + NY! Serverprofiler Brug en anden avatar på hver af dine servere og meget mere med Discord Nitro! Kaldenavn (Deaktiveret) Du kan ændre, hvordan andre ser dig inde på denne server ved at angive et kaldenavn og avatar. Server-avatar $[BETA](betaBadgeHook) + Nulstil til primær avatar Ukendt fejl Ændr Server- avatar Brug en anden avatar på hver af dine servere og meget mere med **Discord Nitro!** + Kælenavne skal være mindst {minLength} Lås op med Nitro Ændringslogfil + Nye funktioner {added marginTop}\n======================\n\n* **Student Hubs ruller ud internationalt.** Opret forbindelse til elevdrevne servere til klubber, studiegrupper og mere til din skole eller universitet. For at få adgang til din Student Hub, få fat på din skolemail og [kom i gang](https://discord.com/invite/hzA3MtAURu). Eller hvis du gerne vil gå en tur, så skal du åbne Discord, dreje til højre og gå til Server Discovery og derefter dreje til venstre to gange forbi dagligvarebutikken og klikke på den nye fane Student Hubs.\n* **Tilføjet ny brugerprofilside til indstillinger.** Du kan nu redigere din profilavatar, om mig, og hvis du har Nitro, profilbanner alt på ét sted.\n* **Antal af Boosts nødvendige for Boosting Niveau 2 og 3 sænket.** Servere kan nu nå niveau 2 med 7 boosts og niveau 3 med 14 boosts! Lås ting op for din server som flere brugertilpassede emoji, højere uploadgrænser for alle, et serverbanner, argumenter omkring hvad serverbanneret skal være, og rolleikoner.\n* **Og når ja tilføjet tilpassede rolleikoner til Boosting Niveau 2. ** Hvis du har en server med 7 Boosts, så kan du uploade et billede eller vælge en brugertilpassede emoji, der kan anvendes som et ikon for hver rolle. Rolleikoner vises ved siden af ​​rollenavne på medlemslisten og ved siden af ​​brugernavne, mens du chatter tekst. Gå til Serverindstillinger > Roller, og rediger en rolle for at komme i gang.\n* **Nye tråde tilladelser tilføjet.** Tilføjede *Send beskeder i tråde* tilladelse til at forbedre dit fællesskabs oplevelse og opdateret *Opret offentlige tråde*, *Opret private tråde*, og *Administrer tråde* tilladelser for at være lettere at forstå. Lær mere i vores [Ofte stillede spørgsmål om moderering af tråde](https://support.discord.com/hc/da/articles/4404809613847).\n\n\n + 2021-10-04 + da + 1 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png Skift Kælenavn Medlemmer med denne tilladelse kan ændre deres eget kælenavn. Kælenavne kan ses af alle på denne server. Ændr dem ikke, medmindre du gennemtvinger et navnesystem eller rydder op i dårlige kælenavne. @@ -1196,6 +1227,8 @@ Gør kanal stum !!{channelName}!! At gøre en kanal stum forhindrer ulæste indikatorer og meddelelser i at blive vist for dig, medmindre du er nævnt. ny-kanal + Tjek berettigelse + Server-Discovery er nu tilgængelig for servere med mere end 1000 medlemmer! Kanal eller kategori Denne kanal eller server er i øjeblikket gjort stum. Kanalrækkefølge opdateret. @@ -1456,7 +1489,6 @@ Stemmetilsluttet Bekræftet Forbindelser - Discord kan forbinde dig med dine venner og hjælpe dem med at finde dig. Tilføj automatisk venner fra dine kontakter Synkroniser dine kontakter Tilføj venner fra dine kontakter, og fortæl dem, at du er på Discord. @@ -1886,7 +1918,12 @@ Beskær Tjekkisk Brugerdefineret farve + Indstil unikke ikoner for hver rolle med Server Boosting. Ikonerne vises i chatten og på medlemslisten. Gå til **Serverindstillinger > Roller** for at tjekke det ud. + Du kan nu indstille rolleikoner under **Serverindstillinger > Roller**. Ikonerne er unikke for en rolle og vises i chatten og på medlemslisten. + Rolleindstillinger + Indstil ikoner Forstået + NYT! Tilpassede rolleikoner Skræddersyet status Fjern efter Fjern status @@ -2040,12 +2077,14 @@ Frakobling af din konto kan fjerne dig fra servere, du har tilmeldt dig via denne konto. Frakobl !!{name}!! Frakobl stemme + Frakobl handlinger Frakobl Frakobl Bruger er blevet frakoblet fra stemme. Slut dig sammen med flere end 100 millioner mennesker, som anvender Discord til at tale og hænge ud med communities og venner. Forestil dig et sted Discord Rich Presence + Kommer snart til mobilen! Indtil videre kan du smutte over på desktopversionen for adgang til Elevhubber Udforsk Discovery {speakersCount} @@ -2107,6 +2146,8 @@ Rediger !!{user}!! Redigerer besked Forstået + Måske senere + Prøv det Græsk Discord er ikke i stand til at streame din lyd fra applikationen grundet manglende rettigheder. Giv Discord administrator-rettigheder for at kunne sende disse søde, indsmigrende lydbølger til dine venner? Stream uden lyd @@ -2472,6 +2513,8 @@ Send en vilkårlig velkomstbesked når nogen tilslutter sig til serveren. Send en besked når nogen booster denne server. Medlemmer bliver automatisk smidt ud, når de frakobler, medmindre en rolle er tildelt. + Når den er deaktiveret, er det kun moderatorer og trådstarter, der kan tilføje nye medlemmer til denne tråd. + Når den er deaktiveret, er det kun moderatorer, der kan genåbne denne tråd. Begrænser antallet af brugere, der kan oprette forbindelse til denne lydkanal. Brugere med **Flyt medlemmer** -rettigheden kan ignorere denne grænse og kan flytte andre brugere ind i kanalen. Serverens medlemmer skal opfylde følgende kriterier, før de kan sende beskeder i tekstkanaler eller indlede en direkte beskedsamtale. Hvis et medlem har en tildelt rolle, gælder dette ikke. **Det anbefales at sætte et verifikationsniveau for en offentlig Discord.** Indstiller videokvalitet på kamera for alle kanaldeltagere. Vælg **Auto** for optimal ydeevne. @@ -2571,7 +2614,7 @@ Du har gjort denne server stum indtil $[**{endTime}**](endTimeHook) Styr alle beskederne i din app. Brugermeddelelsesindstillinger - Gør **!!{name}!!**stum + Gør **!!{name}!!** stum At gøre en server stum forhindrer ulæste indikatorer og meddelelser i at blive vist for dig, medmindre du er nævnt. Gjort stum Ny adgangskode @@ -3001,6 +3044,7 @@ !!{username}!! Spiller {applicationName} Dine videodrivere er forældede. Opdater dem for at få en bedre skærmdelingsoplevelse. Ser {username} + Gå til kanal Forstået Giv midlertidigt medlemskab Grøn @@ -3108,10 +3152,13 @@ {count} for {query} Udforsk offentlige servere Se + Ingen tilladelser til forbindelse. + Hvor er dit event? Vi anbefaler et billede, der er mindst 800 px bred og 400 px høj. Tilføj et coverfoto (valgfrit) Fjern foto Udfyld detaljerne for dit event. + Fortæl folk lidt mere om dit event. Det er ok, at anvende Markdown her. Hvad handler dit event om? Event emne {date} ved {time} @@ -3121,19 +3168,28 @@ {count} Interesseret {count} interesserede Du vil få en besked, når eventet starter - Join serveren + Eventet er slut + Join, og se eventet Eller send et invitationslink til en ven + Inviter venner til eventet {count} Lytter Indtast en placering + Tilføj en placering, et link eller noget andet. Andetsteds + Tekstkanal, eksternt link eller en personlig event. + Hvor du var, da du downloadede Discord + Fantastisk til større lydbegivenheder i communities. Hæng ud sammen med stemme, video, skærmdeling og Go Live. Så ingen farer vild. Hvor er dit event? Vælg en kanal Vælg en talekanal + Opret nogle events til din server, så I kan mødes. Der er ingen fremtidige events. Sted + Event-oplysninger Gennemse + Startdato skal være i fremtiden. Når det er tid, skal du besøge $[**!!{channelName}!!**](channelHook) for at starte eventet! Her kan du se en forhåndsvisning af dit event. Det er kun medlemmer, der kan se denne kanal, som kan se dette event. @@ -3144,6 +3200,7 @@ Prøv at bruge en podiekanal! Start Event: {eventName} Planlagt til {startTime} + Planlagt til {startTime} Trin {step} af {total} Begivenheder Opret @@ -3604,6 +3661,7 @@ Du er inde! {serverName} er nu på kortet! Øg dit fællesskab med Serveropdagelse Discord vil prioritere denne server i søgninger til brugere, der taler det valgte sprog. + Ved at blive opført i [Server-Discovery]({documentationUrl}) kan alle finde og tilslutte dig din server. Vi venter stadig på din sundhedstilstand! Fortæl folk, hvad din server handler om med en beskrivelse! Kategorier hjælper Discord til at organisere servere, så det er nemmere for folk at opdage fællesskaber, der interesserer dem. Du kan vælge 1 primær kategori og op til 5 underkategorier. @@ -4125,12 +4183,12 @@ Ungarsk Vælg kategori Kategori - Denne serverbeskrivelse bliver vist i hubben. + Denne serverbeskrivelse bliver vist i Elevhubben. Hvad handler din server om? Hvad laver folk her? Serverbeskrivelse Succes! Forstået! - Din server er blevet tilføjet til hubben for !!{guildName}!!! + Din server er blevet tilføjet til Elevhubben for !!{guildName}!!. Tilføj server Du har ikke tilføjet nogen server endnu! Servere, du har tilføjet @@ -4142,10 +4200,10 @@ Opret en ny server Vil du starte en ny gruppe? Du kan stadig invitere folk uden for hubben til din server. - Hjælp Discord Hub’en for !!{guildName}!! til at vokse + Hjælp med at udvikle Elevhubben for !!{guildName}!! Gå til serveren Tilbage til hub - Din server er blevet oprettet og tilføjet til hubben for !!{guildName}!!! + Din server er blevet oprettet og tilføjet til Elevhubben for !!{guildName}!!! Elevhub Tilpas din server Hjælp andre studerende med at finde !!{guildName}!! Tilføj en beskrivelse og en kategori til din server, så folk lettere kan finde den. @@ -4155,10 +4213,11 @@ Tilføj en server til denne hub Inviter folk til denne hub Du er en af de første, der er her! Lad os begynde med at tilføje nogle servere og medlemmer. - Velkommen til elevhubben for elever på !!{guildName}!! - Discord Hub for !!{guildName}!! + Velkommen til Elevhubben for elever på !!{guildName}!! + Elevhub for !!{guildName}!! Fra klubber til studiegrupper til spilaftner – der er et sted, der passer dig. Find dit folk + Elevhub Elevhubber Et eksklusivt sted at oprette forbindelse til studerende, finde servere og dele dine egne servere, så eleverne kan deltage. Hubber er ikke tilknyttet til eller administreret af skoler. Servere i hubben drives af elever, men kan omfatte ikke-studerende. Bekræft ved at klikke på linket i e-mailen for at fortsætte bekræftelsen. Denne side vil blive opdateret automatisk. @@ -4167,10 +4226,10 @@ Send bekræftelseslink igen Join Elevhubben for enhver skole, du går på. Har du gået på flere skoler? + Nej tak Join hub Nej tak - Find nemt studieservere til dine studiegrupper, klubber, spilaftener og meget mere. - Studerer du? Tilmeld dig Elevhubben for din skole! + Studerer du? Join Elevhubben for din skole! Skole e-mail name@school.edu Vælg din skole @@ -4180,17 +4239,19 @@ Kan du ikke finde din skole? [Tilmeld dig ventelisten.](onJoinWaitlist) Join {count} i Elevhubben for !!{guildName}!!! Join en anden hub - Find nemt studieservere til dine studiegrupper, klubber, spilaftener og meget mere. - Er du nuværende studerende? Tilmeld dig Discord Hub for din skole! + Studerer du? Join Elevhubben for din skole! Join hub + Få adgang til hubs kun for elever + Din skoles hub er ikke live endnu. Indtast din skoles navn, så giver vi dig besked, når dens hub går live! Tilmeld dig ventelisten Skolens navn Skolens fulde navn Et eksklusivt sted at oprette forbindelse til studerende, finde servere og dele dine egne servere, så eleverne kan deltage. Hubber er ikke tilknyttet til eller administreret af skoler. Servere i hubben drives af elever, men kan omfatte ikke-studerende. Elevhubber + Hvad er en elevhub? Hvis din server udelukkende er beregnet for studerende, så kan du bare invitere dine klassekammerater. De behøver ikke have en .edu-adresse for at joine Fjern fra hub - Er du sikker på, at du vil fjerne !!{guildName}!! fra denne hub? + Er du sikker på, at du vil fjerne !!{guildName}!! fra denne Elevhub? Rediger indstillinger Rediger indstillinger for !!{guildName}!! Hvad er en elevhub? @@ -4199,11 +4260,11 @@ Du sendte en invitation til at joine en hub Inviter venner til Elevhubben for din skole Der kræves en studie e-mailadresse for at joine. - Fik du ingen kode? [Send koden igen](onClick) til !!{email}!! + Vi har afsendt en e-mail med din kode. Fik du ingen kode? [Send koden igen](onClick) til !!{email}!! Lad os komme i gang! Fulde navn Virkelige navn - Velkommen til elevhubben for !!{guildName}!!! + Velkommen til Elevhubben for !!{guildName}!!! Tilføj dit virkelige navn, så folk kan genkende dig. Du kan ændre det når som helst via indstillingerne for hubben. Afsendt Kan ikke sende e-mail @@ -4212,11 +4273,13 @@ Inviter folk Join servere Min skole findes ikke her - Bekræft e-mailadresse + Verificeret Elevhub + Bekræft din e-mail for at joine sam@college.edu Skole e-mail + Studerer du? Join Elevhubben for din skole! Få besked, når din hub lanceres, så du nemt kan finde elev-drevne servere til dine studiegrupper og klubber. - Vi kontakter dig, når Discord Hub’en for !!{school}!! er live. + Vi kontakter dig, når Elevhubben for !!{school}!! er live. Tak! Du står nu på venteliste. om få sekunder {time} @@ -4506,7 +4569,7 @@ Denne emoji virker ikke, fordi den stammer fra en anden server. Opgrader til Discord Nitro for at kunne bruge emojier fra andre servere Denne emoji virker ikke, fordi den stammer fra en anden server. Discord Nitro kan løse det hele. Tjek Brugerindstillinger > Nitro om detaljer Indtast et gyldigt invitationslink eller invitationskode. - Din betalingsmetode mislykkedes. Opdater dine betalingsoplysninger for at fortsætte dit Nitro abonnement. + Din betalingsmetode mislykkedes. Opdater dine betalingsoplysninger for at fortsætte med dit Nitro-abonnement. ugyldig-kanal Ugyldig kanal Inviter en ven @@ -4783,6 +4846,7 @@ Smid ud Smid medlemmer ud Smid !!{user}!! ud + Er du sikker på, at du vil smide !!{user}!! ud fra serveren? De vil kunne vende tilbage igen med en ny invitation. \'!!{user}!!\' er blevet smidt ud fra serveren. Hovsa… !!{user}!! kunne ikke smides ud. Prøv igen! Spark !!{user}!! ud af serveren @@ -4905,16 +4969,16 @@ Du kan ændre dette senere. Hej! Vælg sprog Har du hørt om de nye Nitro-priser i {country}? [Få mere at vide]({documentationLink}). - Håndter abonnement - Vi har sænket priserne for Nitro i nogle områder. Genaktiver abonnementet nu, for at se om du kan spare noget. - Vi har sænket priserne for Nitro i nogle områder. Administrer din betalingsmetode, for at se om du kan spare noget. [Få mere at vide]({documentationLink}). + Administrer abonnement + Vi har sænket priserne for Nitro i dit område. Genaktiver abonnementet nu for at se, om du kan spare noget. + Vi har sænket priserne for Nitro i nogle områder. Administrer din betalingsmetode for at se, om du kan spare noget. [Få mere at vide]({documentationLink}). Opdater nu - Vi har opdateret priserne for Nitro i nogle områder. Opdater din betalingsmetode, for at se om du kan spare noget. - Håndter abonnement - Vi har opdateret priserne for Nitro i nogle områder. Se om du sparer noget med din lokale valuta. + Vi har sænket priserne for Nitro i dit område. Opdater din betalingsmetode for at se, om du kan spare noget. + Administrer abonnement + Vi har sænket priserne for Nitro i dit område. Se, om du sparer noget med din lokale valuta. Når du ændrer din betalingsmetode, vil det ændre prisen for dit abonnement og valuta for {newCurrencyAndPrice}. [Klik her]({helpCenterLink}) for at få mere at vide om, hvordan vi fastsætter, hvad du betaler. - Tip: Brug en lokal betalingsmetode til {country} for at betale for dit abonnement i {currency}! [Klik her]({helpCenterLink}) for at få mere at vide om, hvordan vi fastsætter pris og valuta. - **Hooray!** As a resident of {country}, you\'re now paying the discounted price of {newPrice} for Nitro! [Learn More]({helpCenterLink}). + **Tip**: Brug en lokal betalingsmetode til {country} for at betale for dit abonnement i {currency}! [Klik her]({helpCenterLink}) for at få mere at vide om, hvordan vi fastsætter pris og valuta. + **Hurra!** Som indbygger i {country}, betaler du nu den nedsatte pris af {newPrice} for Nitro! [Få mere at vide]({helpCenterLink}). Log ind Logger ind som !!{username}!! Log ind med din e-mail for at begynde at tale. @@ -5047,8 +5111,10 @@ Gave Medlem Medlemsliste + Vis medlemsliste Det er kun personer du inviterer og moderatorer, der kan se denne tråd. Denne person er ejer af serveren og har alle tilladelser uanset roller. + Skjul medlemsliste Tilføj et spørgsmål Tilføj en regel Du vil få besked når der er en opdatering. @@ -5175,6 +5241,7 @@ Du skal opdatere din app, for at kunne joine denne server. Medlemmer {members} + Medlemsliste for !!{channel}!! (kanal) Medlemmer, der matcher **!!{prefix}!!** Søg efter medlemmer Nævn @@ -5250,7 +5317,6 @@ Du må tildele en ny inde i [Serverindstillinger > Community > Overblik](onClick), før denne kanal kan slettes. Aktivér hardwareskalering Eksperimentel funktion, der kan forbedre kvaliteten af videoopkald. Vær forsigtig, det kan forårsage forstyrrelser. - Find nemt studieservere til dine studiegrupper, klubber, spilaftener og meget mere. [Få mere at vide.](onClick) Et eksklusivt sted at oprette forbindelse til elever, opdage servere og dele dine egne servere, så eleverne kan tilmelde sig. Hubs er ikke tilknyttet til eller drevet af skoler. Servere i hubben drives af elever, men kan omfatte ikke-studerende. @@ -5345,6 +5411,8 @@ Gør denne kanal stum Gør denne server stum Gør denne samtale stum + Gør denne tråd stum + Stum tråd Varighed af stumhed Gjort stum indtil {endTime} Fælles venner @@ -5846,6 +5914,24 @@ Indtast din bekræftelseskode for at nulstille din adgangskode Adgangskode er påkrævet. Vis adgangskode + Log ind med adgangskode i stedet + Vi sender en kode til {recipient}. + Sendt til {recipient}. + Indtast adgangskoden for kontoen med e-mailadressen {email} + Indtast adgangskoden for kontoen med telefonnummeret {phone} + Bekræft din adgangskode + Få en engangskode til login + Indtast kode til login + Fortsæt + Send igen + Log ind med dit telefonnummer eller din e-mail. Vi sender dig en engangskode til at logge ind. + Hej igen! + Send en kode til mig + Log ind med dit telefonnummer for at begynde at tale. + Velkommen tilbage! + Login uden adgangskode giver dig mulighed for at logge ind på din Discord-konto efter at have indtastet en 8-cifret kode, som vi sender til din telefon eller e-mail. + Aktiver Login uden adgangskode + Login uden adgangskode Indsæt Sæt på pause Fortsæt @@ -5884,6 +5970,7 @@ Rediger betalingsmetode E-mail er påkrævet. MM/ÅÅ + Giropay Betalingsoplysninger Ugyldig Vi var ude af stand til at opkræve betaling fra betalingskilden. Sørg for, at oplysningerne er korrekte. @@ -5916,9 +6003,11 @@ Afventer Afventende venner Mennesker + Server-avatarer Vær den, du ønsker at være, og brug en anden avatar på hver af dine servere. Flere avatarer Vær den, du ønsker at være, og brug en anden avatar på hver af dine servere + Identitet opdateret! {percentage}%% siden sidste uge Har du brug for hjælp med tilladelser? Adgang til medier nægtet – Discord kræver adgang til lager for at kunne poste vedhæng. @@ -6007,11 +6096,16 @@ Afmeld !!{planPremiumType}!! Vi kunne ikke annullere dit Nitro-abonnement. Prøv igen, eller kontakt vores supportteam, hvis problemet ikke bliver løst. Afmelding træder i kraft omgående for alle Nitro og Serverboost abonnementer. Dit Discord-tag vil blive vilkårligt, hvis du har ændret det. - Nevermind, Behold Nitro - Udtryk dig selv med en animeret avatar, profilbanner og brugerdefineret tag - Udtryk dig selv med en animeret avatar, profilbanner og brugerdefineret tag (#{discriminator}) - Hvis du afmelder nu, **vil du miste adgang til dit hævdvundne abonnement** - Er du sikker på, at du ønsker at afbryde? + Nevermind, behold Nitro + Dine **2 gratis Boosts** og **30%% Boost rabat** + {boostCount} + Adgang til **brugerdefinerede emojier** og **stickere** på tværs af alle dine servere + Et **animeret avatar**, **profilbanner** og brugerdefineret **Discord-tag** + Et **animeret avatar**, **profilbanner** og brugerdefineret **Discord-tag** (#{discriminator}) + Højere **skærmdelings-** kvalitet + Hvis du afmelder **, vil du miste disse frynsegoder:** + Er du sikker på, at du ønsker at afmelde? + Større **uploads** og **længere beskeder** Dette tag er ugyldigt. Tags skal indeholde 4 cifre. Når dit Nitro-abonnement udløber, bliver dit Discord-tag randomiseret. Er du sikker på, at du vil ændre dit Discord-tag? Ændr Discord-tag @@ -6028,12 +6122,12 @@ Ny GIF-vælger til din avatar eller dit banner … og mere! Rediger brugerprofil - Markér den ene interesse, du gjorde til hele din personlighed med et nyt profilbanner, matchende animeret avatar og brugerdefineret tag. + Markér den ene interesse, du har gjort til hele din personlighed, med et nyt profilbanner, matchende animeret avatar og brugerdefineret tag. Profilbannere Se stickere Vis dine venner, hvordan du rigtig har det med individuelle stickere i chat fra alle dine servere, og nyd godt af 300 eksklusive Nitro-stickere. Stickere i chat - Nitro er flere længder bedre. Har du ikke længtes efter det? Undskyld. [Få mere at vide om Nitro.](onLearnMore) + Nitro er flere hop bedre. Er det ikke kvækkende? Undskyld. [Få mere at vide om Nitro.](onLearnMore) Nyheder i Nitro Vi har sat prisen ned på Nitro i Brasilien! Vi har sat prisen ned på Nitro i Polen! @@ -6405,15 +6499,15 @@ Du har premiumchat, **{num}x** Boosts, og en Boost-rabat Du har premiumchat, **{num}x** Boosts, og en Boost-rabat på **!!{price}!!** (Afventer annullering) Du har premiumchat, **{num}x** Boosts, og en Boost-rabat (Afventer annullering) - Tilføj betaling - Dit Nitro-abonnement ophører {daysLeft}. Tilføj en betalingsmetode for fortsat at kunne bruge profiltilpasning med mere. - Lær Mere - Du mister adgangen til profiltilpasning, animeret emoji og meget mere i dag. + Tilføj betalingsmetode + Dit Nitro-abonnement ophører {daysLeft}.Tilføj en betalingsmetode for fortsat at kunne bruge profiltilpasning med mere. + Få mere at vide + Du mister adgangen til profiltilpasning, større filuploads, bedre skærmdeling, og meget mere i {daysLeft}. Din Nitro-adgang ophører i dag. Afvis Behold Nitro - Hvis du starter op med Nitro igen, genoptager vi opkrævningen af din betalingsmetode **{price}** og fortsætter med at opkræve **månedligt** indtil du annullerer abonnementet. Du kan annullere det når som helst fra din side med Indstillinger. - Hvis du starter op med Nitro igen, genoptager vi opkrævningen af din betalingsmetode **{price}** og fortsætter med at opkræve **årligt** indtil du annullerer abonnementet. Du kan annullere det når som helst fra din side med Indstillinger. + Hvis du starter op med Nitro igen, genoptager vi opkrævningen af din betalingsmetode **{price}** og fortsætter med at opkræve **månedligt**, indtil du annullerer abonnementet. Du kan annullere det når som helst fra din side med Indstillinger. + Hvis du starter op med Nitro igen, genoptager vi opkrævningen af din betalingsmetode **{price}** og fortsætter med at opkræve **årligt**, indtil du annullerer abonnementet. Du kan annullere det når som helst fra din side med Indstillinger. Hvis du ikke beholder Nitro, **vil du miste følgende:** Dit Nitro-abonnement ophører om {daysLeft}. Dit hævdvundne Nitroabonnement skifter snart til Nitro Classic. Hvis du ønsker at beholde dine nuværende frynsegoder, inklusive Boosts, skal du opgradere nu. @@ -6425,8 +6519,8 @@ Nyt abonnement totalt Opdater nu Betalingen for dit Nitro-abonnement mislykkedes. Opdater dine betalingsoplysninger. - Tilføj betaling - Dit Nitro-sub ophører inden længe. Tilføj en betalingsmetode for fortsat at kunne bruge profiltilpasning med mere. + Tilføj betalingsmetode + Dit Nitro-abonnement ophører inden længe. Tilføj en betalingsmetode for fortsat at kunne bruge profiltilpasning med mere. Din næste dato for fornyelse vil være **{renewalDate}**. {planName} Justering Se detaljer for abonnement og auto-fornyelse nedenfor @@ -6632,6 +6726,14 @@ Du kan ikke sende besked til blokerede brugere Send besked til @!!{name}!! Quick switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, gruppebesked + !!{name}!!, gruppebesked {mentions} + !!{name}!!, server + Resultater + !!{name}!!, bruger, !!{id}!! + !!{name}!!, bruger, !!{id}!! {mentions} + {mentions} Udkast Få mere at vide om Quick Switcher Det ser ud til, at vi ikke kan finde det, du leder efter? @@ -7297,6 +7399,120 @@ Denne server har specielle tilladelser. For at kunne lytte i den, har du brug for en eller anden, f.eks. en server-moderator eller en administrator til at ophæve din døvhed. Server døvet Fortæl verden en smule om denne server. + Accepter reglerne + Overtrædelse af vores politikker kan resultere i sanktioner mod din server, herunder fjernelse fra Discovery. + Overhold Discords [Community-retningslinjer]({communityGuidelinesUrl}) og [Retningslinjer for Discovery]({discoveryGuidelinesUrl}) + Regler + Skab et indbydende rum, hvor chikane, giftighed og ulovlig aktivitet ikke fremmes eller tolereres. + Vær med til at fremme et sundt og positivt miljø + Hjælp med til at holde Server-Discovery sikker for alle + Alt serverindhold skal være egnet til en alder over 13 år. + Vær ikke vært for grafisk eller seksuelt indhold + 3d + æstetisk + animation + anime + apps + kunst + basketball + drikkevarer + bitcoin + bodybuilding + bots + bts + gymnastik + tøj + kodning + gymnasium + community + crossfit + kryptovaluta + sød + defi + design + discord-bot + disney + disneyland + tegning + edm + uddannelse + emoji + humørikoner + engelsk + esport + ethereum + events + træning + fantasy-fodbold + mode + fivem + mad + amerikansk-fodbold + forex + formula1 + fortnite + venner + sjov + spil + github + uddelinger + gym + hardware + hiphop + lektier + hypebeast + investering + javascript + kpop + sprog + leagueoflegends + læring + lgbtq + linux + manga + memes + mentalt-helbred + metal + minecraft + musikproduktion + nba + nfl + nft + nitro + ernæring + open-source + valgmuligheder + fotografering + premier-league + programmering + racerløb + rap + reddit + roblox + rollespil + skole + selvudvikling + sang + snacks + sneakers + fodbold + socialt + software + sport + aktier + streamer + streetwear + studere + stil + support + suverænt + teknik + handel + rejse + twitch + valorant + yeezy + youtube Server-emoji Luk alle mapper Marker mappe som læst @@ -7569,6 +7785,8 @@ Taler Podie live Hvad vil du tale om i dag? + Lad som om, at der er elevatormusik, der spiller. + Tryk på Start podiet, og vælg et emne for at få gang i snakken. Venter på at podiet starter… Det kan ske når som helst. Venter på at podiet starter. !!{username}!!: @everyone !!{topic}!! starter. Lyt med! @@ -7669,6 +7887,10 @@ Ofte brugt Gratis $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Køb boosts + Upload {count}+ brugerdefinerede stickere med Server Boosting. + Administrer stickere + Din server venter på, at du uploader nogle stickere! {stickerPackName} Detaljer Animeret Begrænset tid tilbage: {time} @@ -7972,6 +8194,7 @@ Opslå billeder, gif’er, stickers, meninger og ordspil Tekstkanaler Tekstkanaler, der matcher **!!{prefix}!!** + Der gælder standardtakster for meddelelser og data. Beskedtilladelser Handlinger for tekstområde Send besked i !!{channel}!! @@ -8016,6 +8239,7 @@ Join denne tråd for at få underretninger og gemme den i din kanalliste. Denne tråd blev arkiveret af en moderator. Det er kun moderatorer der kan genåbne tråden. Alle kan invitere + Enhver kan genåbne Der er ikke nogen i denne tråd endnu. Du kan invitere nye personer ved at bruge @mentioning i en besked til dem. Kan ikke se denne tråd @@ -8211,6 +8435,7 @@ Ophæv stumhed for kanal Ophæv stumhed for samtale Ophæv stumhed for server + Ophæv stumhed i tråd Unavngiven Frigør Fjern det nu, tak! @@ -8647,8 +8872,6 @@ Discord-filmen Wumpus-ferie Vaporwave - Udtryk dig selv med en videobaggrund, og hvis du har Nitro – så upload din egen! - Nye videobaggrunde! Fortæl os om din oplevelse med videobaggrunde. Hvordan gik det med videobaggrunde? Baggrundsfokus var unøjagtig @@ -8659,6 +8882,7 @@ Havde du et problem? Tak, fordi du rapporterede dit problem! Feedback som din hjælper os med at forbedre videobaggrunde Fjern baggrund + Upload brugerdefinerede videobaggrunde, stream i HD-opløsning med 60 fps [og meget mere med Discord Nitro!](onLearnMore) Vil du uploade din egen baggrund? Fokuseret Skjul medlemmer diff --git a/app/src/main/res/values-de/plurals.xml b/app/src/main/res/values-de/plurals.xml index c86c830ec0..d0654970ca 100644 --- a/app/src/main/res/values-de/plurals.xml +++ b/app/src/main/res/values-de/plurals.xml @@ -156,6 +156,10 @@ {#} Hintergrund {#} Hintergründen + + {#} Zeichen + {#} Zeichen + {#} Mitglied {#} Mitglieder @@ -733,8 +737,8 @@ {#} Erwähnungen - {count} anderer Freund ist - {count} andere Freunde sind + {count} other Freund ist + {count} other Freunde sind 1 Tag @@ -913,8 +917,8 @@ **{count}** andere Server sind aufgrund einer vorübergehenden Störung nicht verfügbar. - {#} verwendeten Boost - {#} verwendete Boosts + {#} verwendeten Boost + {#} verwendete Boosts {#} Boost @@ -1132,6 +1136,10 @@ in {#} Tag in {#} Tagen + + {#} Tag + {#} Tagen + {#} Tag {#} Tagen @@ -1212,6 +1220,18 @@ 1 Minute {retryAfter} Minuten + + , {#} ungelesene Nachricht + , {#} ungelesene Nachrichten + + + , {#} ungelesene Nachricht + , {#} ungelesene Nachrichten + + + {#} ungelesene Nachricht + , {#} ungelesene Nachrichten + 1 weitere Person {n} weitere Personen diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 6977edf0b5..c6bbddaf91 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -60,6 +60,11 @@ Verringere die Sättigung der Farben innerhalb der Anwendung für Personen mit Farbempfindlichkeit. Dies wirkt sich nicht auf die Sättigung von Bildern, Videos, Rollenfarben oder sonstigen nutzergenerierten Inhalten aus. Links werden so aussehen: https://discord.com/ Sättigung + Schneller + Text-zu-Sprache-Geschwindigkeit + Vorschau + Langsamer + So hört sich Text-zu-Sprache bei aktueller Geschwindigkeit an. Zoomstufe Account Benutzerbereich @@ -257,6 +262,7 @@ Artikel anzeigen Dein Geburtsdatum aka + Weitere Server-Avatare ansehen Alle aktiven Threads Alle Server Erlauben @@ -812,7 +818,7 @@ !!{paymentGatewayName}!!-Transaktionen werden unten nicht aufgeführt. Bitte [geh zu deinen !!{paymentGatewayName}!!-Zahlungseinstellungen]({billingHistoryLink}), um deinen !!{paymentGatewayName}!!-Transaktionsverlauf einzusehen oder deine !!{paymentGatewayName}!!-Zahlungsart zu ändern. Du hast dein Abonnement über !!{paymentGatewayName}!! abgeschlossen. Diese Funktion wird für !!{paymentGatewayName}!!-Abonnements nicht unterstützt. Um dein Abonnement zu verwalten, [besuche bitte deine !!{paymentGatewayName}!!-Zahlungseinstellungen]({subscriptionManagementLink}). - Preis und Währung sind abhängig von dem Land, in deine Zahlungsmethode durchgeführt wird. [Hier erfährst du mehr dazu]({documentationLink}). + Preis und Währung sind abhängig von dem Land, in dem deine Zahlungsmethode durchgeführt wird. [Mehr erfahren]({documentationLink}). Kopiert! Geschenklink Dies war ein Geschenk @@ -888,7 +894,7 @@ Dieser Kauf kann leider nicht rückerstattet werden. Fragen zu deinem Kauf? Rückerstattung anfordern - Etwas ist schiefgegangen + Etwas ist schiefgegangen. Pro Abonnement ist nur eine Rückerstattung möglich. Dazu zählen auch Geschenke, die du für dich selbst einlöst. Noch nicht gespielt Spielzeit @@ -897,16 +903,16 @@ Veröffentlichungsdatum Ein Problem melden Mit der Anforderung einer Rückerstattung erklärst du dich damit einverstanden, den Zugriff auf diese Funktion zu verlieren. - Wähle einen Grund für die Rückerstattung aus - Ich habe mich umentschieden - Ich brauche es nicht mehr - Ich wollte den Kauf eigentlich abbrechen - Ich habe ein Geschenk gekauft, das ich nicht verwendet habe + Wähle einen Grund für die Rückerstattung aus. + Ich habe mich umentschieden. + Ich brauche es nicht mehr. + Ich wollte den Kauf eigentlich abbrechen. + Ich habe ein Geschenk gekauft, das ich nicht verwendet habe. Sonstiges - Bei der Verwendung der Boosts ist ein Problem aufgetreten - Es entspricht nicht meinen Erwartungen - Ich möchte mein Nitro-Abonnement ändern - Der Kauf war ein Versehen + Beim Boosten ist ein Problem aufgetreten. + Es entspricht nicht meinen Erwartungen. + Ich möchte mein Nitro-Abonnement ändern. + Der Kauf war ein Versehen. Aufgrund deiner Rechnungsadresse wurden !!{tax}!! Mehrwertsteuer hinzugefügt. Steuern sind im Preis enthalten. Deine Zahlungsarten werden verschlüsselt und über ein sicheres Zahlungsverfahren bearbeitet. @@ -919,6 +925,7 @@ Rechnungseinstellungen Zahlungsart hinzufügen Server-Boosts kaufen + Abonnement verwalten Zahlungsverlauf anzeigen Discord Nitro verschenken Discord Nitro kaufen @@ -935,6 +942,7 @@ Abo auswählen Abo auswählen Shop + Sofort-Informationen Abonnement-Guthaben Abo ändern Dein Abonnement ändert sich ab dem **{renewalDate}**. @@ -963,6 +971,7 @@ Wechsle zu einem Jahresabo und spar dein hart verdientes Geld. Genieße das ganze Jahr hindurch übermächtige Vorteile und {numFreeGuildSubscriptions}. 2 Monate kostenlos! Du hast {planName} ausgewählt! + Abgebrochen Fehlgeschlagen Ausstehend Zurückerstattet @@ -1013,6 +1022,7 @@ Detaillierte Beschreibung (Optional) Titel ist erforderlich Prioritätsstufe ist erforderlich + Feature Was ist das Problem? Screenshot aus Fehlermeldung entfernt Priorität @@ -1024,6 +1034,8 @@ Niedrig (P2) **Weder dringend noch wichtig.** Mit Priorität 3 kannst du uns auf Probleme hinweisen. Diese können jedoch warten, bis dringendere Fehler behoben wurden. Sehr niedrig (P3) + Features durchsuchen + Feature auswählen Meldung wird gesendet Meldung gesendet Versionsüberschreibung @@ -1033,7 +1045,6 @@ Versionsüberschreibung für {releaseChannel} Versions-ID Nur {releaseChannel}-Client - Nur für {supportedTargets} Ungültige Versionsüberschreibung Ungültiger Benutzer Version nicht verfügbar @@ -1089,10 +1100,12 @@ Bereit für den Videochat? Hier ist eine Vorschau deines Kamerabilds: Video-Hintergrund + Video-Hintergründe stehen derzeit nur einer begrenzten Anzahl an Nutzern zur Verfügung. Unschärfe Hintergrund ändern Video-Hintergrund ändern Benutzerdefiniert + Benutzerdefinierter Hintergrund Keine Du hast das Limit von {maxCustomBackgrounds} erreicht! Entferne einen Hintergrund per Rechtsklick, bevor du einen neuen hinzufügst. Lade mit Nitro deinen eigenen Hintergrund hoch! @@ -1154,20 +1167,24 @@ Serverprofil bearbeiten Die Nutzung verschiedener Avatare für jeden Server steht derzeit nur einer begrenzten Anzahl an Nutzern zur Verfügung. Alles klar + Mein Server-Profil aktualisieren + NEU! Server-Profile Benutze auf jedem deiner Server einen anderen Avatar und vieles mehr mit Discord Nitro! Nickname (deaktiviert) Du kannst ändern, wie andere auf diesem Server dich sehen, indem du deinen Server-Nickname und Avatar änderst. Server-Avatar $[BETA](betaBadgeHook) - Unbekannter Error + Ursprünglichen Avatar wiederherstellen + Unbekannter Fehler Server -Avatar ändern Benutze auf jedem deiner Server einen anderen Avatar und vieles mehr mit **Discord Nitro!** + Nicknamen müssen mindestens {minLength} lang sein Mit Nitro freischalten Änderungsprotokoll - Eine Mitteilung von unseren Gründern {added marginTop}\n======================\n\n**Wir haben Discord 2015 gegründet**, weil wir uns eine leichtere Möglichkeit gewünscht haben, beim Spielen mit unseren Freunden abhängen und uns mit ihnen unterhalten zu können. Dabei wollten wir das Gefühl nachempfinden, die ganze Nacht aufzubleiben, zusammen zu lachen, Witze zu reißen und vor allem einfach wir selbst zu sein. Wir wollten diese Erfahrung verbessern und mehr Leuten ermöglichen.\n\nSeitdem ist aus Discord der Ort geworden, an dem jeder sich mit seinen Communitys oder Freunden treffen und unterhalten kann, egal wofür man sich begeistert. Discord wird immer ein Ort sein, an dem sich jeder entspannen und einfach er selbst sein kann, wo auch immer die Freunde gerade sind. \n\nStell dir einen Ort vor, … {added marginTop}\n======================\n\nAber mal ehrlich, Discord bedeutet für jeden etwas anderes. Also haben wir Leute darum gebeten, uns zu erzählen, was Discord für sie bedeutet. Sie haben uns erlaubt, diese Geschichten mit euch zu teilen, damit wir eine Marketingkampagne auf die Beine stellen können, die kein totaler Reinfall ist.\n\nWir haben Discord – The Movie (2021) daraus gemacht. \n\nDas ist ein Kurzfilm, der die großartigen Geschichten feiert, die echte Menschen uns erzählt haben, wie zum Beispiel die von Lucie Winterwolfs Piratenserver oder Kevdogs Server für Nostalgie-Spiele.\n\nOh, und ein paar berühmte Leute sind auch dabei.\n\nVielen Dank {added marginTop}\n======================\n\nWir sind beeindruckt und inspiriert von all den einzigartigen und kreativen Arten, auf die ihr Discord nutzt und von all den Ideen, die ihr habt, um Discord noch besser zu machen. Communitys sind das Herz von Discord. Wir fühlen uns geehrt, der Ort zu sein, an dem ihr euch mit euren Lieblingsmenschen trefft und unterhaltet, während ihr Spaß mit euren Lieblingsbeschäftigungen habt. \n\nDu hast deine beste Freundin beim Spielen auf Discord getroffen? Du betreibst einen Server für gälischen Sprachaustausch? Oder für tibetanische Vogelfotografie? Erzähle uns deine Geschichte auf Twitter, Instagram oder TikTok und benutze das Hashtag **#imagineaplace**, damit wir darauf aufmerksam werden.\n\nWir warten gespannt auf deine Geschichte. Wahrscheinlich wird sie uns den Tag versüßen. Und wir werden sie wahrscheinlich auf unserem Büroserver teilen, damit sie allen den Tag versüßen kann.\n\nNatürlich sind wir immer offen für eure Ideen, wie wir Discord noch besser machen können.\n\nJason & Stan\n\n\n - 2021-08-16 + Neue Funktionen {added marginTop}\n======================\n\n* **Bildungshubs sind jetzt international verfügbar** Verbinde dich mit von Schülern erstellten Servern für AGs, Lerngruppen und mehr für deine Schule oder Universität. Um auf dein Bildungshub zugreifen zu können, schnapp dir deine Schul-E-Mail-Adresse und [lege los](https://discord.com/invite/hzA3MtAURu). Oder, falls du einen Umweg gehen willst, öffne Discord, biege rechts ab und gehe zur Serverentdeckung und biege dann zweimal nach dem Mini-Markt links ab und tippe auf den neuen Bildungshub-Tab.\n* **Neue Nutzerprofilseite in den Einstellungen hinzugefügt.** Du kannst jetzt deinen Profilavatar, Über mich und, falls du Nitro hast, dein Profilbanner an einem Ort bearbeiten.\n* **Die Anzahl der Boosts für die Boosting-Level 2 und 3 wurden verringert.** Server können jetzt mit 7 Boosts Level 2 und mit 14 Boosts Level 3 erreichen! Schalte neue Sachen für deinen Server frei, wie z. B. mehr personalisierte Emojis, höhere Upload-Limits für alle, einen Server-Banner, Diskussionen darüber, was das Server-Banner sein sollte, und Rollen-Icons.\n* **Oh ja, und personalisierte Rollen-Icons wurden zum Boosting-Level 2 hinzugefügt.** Wenn du einen Server mit 7 Boosts hast, lade ein Bild hoch oder verwende ein personalisiertes Emoji, um es als Icon für eine Rolle zu verwenden. Rollen-Icons werden neben dem Rollennamen in der Mitgliederliste und neben den Benutzernamen im Text-Chat angezeigt. Gehe in die Servereinstellungen > Rollen und bearbeite eine Rolle, um loszulegen.\n* **Neue Threads-Berechtigung hinzugefügt** Wir haben eine *Nachrichten in Threads senden*-Berechtigung hinzugefügt, um das Erlebnis deiner Community zu verbessern und wir haben die *Öffentliche Threads erstellen*, *Private Threads erstellen* und *Threads verwalten* Berechtigungen aktualisiert, damit diese einfacher zu verstehen sind. Erfahre mehr darüber in unserem [Threads Moderation FAQ](https://support.discord.com/hc/en-us/articles/4404809613847).\n\n\n + 2021-10-04 de 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png Nickname ändern Mitglieder mit dieser Berechtigung können ihren eigenen Nickname ändern. Nicknames sind für alle auf diesem Server sichtbar. Ändere sie nicht, es sei denn, du möchtest ein Benennungssystem durchsetzen oder einen problematischen Nickname ändern. @@ -1209,6 +1226,8 @@ Kanal !!{channelName}!! stummschalten Wenn du einen Kanal stummschaltest, erhältst du keine Benachrichtigungen, es sei denn, du wirst direkt erwähnt. neuer-kanal + Voraussetzungen prüfen + „Server entdecken“ ist jetzt für Server mit mehr als 1.000 Mitgliedern verfügbar! Kanal oder Kategorie Dieser Kanal oder Server ist zurzeit stummgeschaltet. Kanalreihenfolge aktualisiert. @@ -1469,7 +1488,6 @@ Sprachchat verbunden Verifiziert Verknüpfungen - Discord kann dich mit deinen Freunden verbinden und dir helfen, sie zu finden. Füge Freunde aus deinen Kontakten automatisch hinzu Synchronisiere deine Kontakte Füge Freunde aus deinen Kontakten hinzu, damit sie wissen, dass du bei Discord bist. @@ -1904,7 +1922,12 @@ Zuschneiden Tschechisch Benutzerdefinierte Farbe + Mit Server-Boosts kannst du für jede Rolle ein individuelles Icon festlegen. Diese Icons werden im Chat und in der Mitgliederliste angezeigt. Alle Optionen dazu findest du unter **Servereinstellungen > Rollen**. + Du kannst nun unter **Servereinstellungen > Rollen** Rollenicons festlegen. Icons sind für jede Rolle einzigartig und werden im Chat und in der Mitgliederliste angezeigt. + Rolleneinstellungen + Icons festlegen Alles klar + NEU! Benutzerdefinierte Rollenicons Personalisierter Status Löschen nach Status löschen @@ -2058,12 +2081,14 @@ Das Trennen deines Accounts könnte dich von Servern entfernen, denen du mit diesem Account beigetreten bist. !!{name}!! trennen Von Sprachchat trennen + Verbindungsabbruch-Aktionen Verbindung trennen Verbindung trennen Benutzer wurde vom Sprachchat getrennt. Schließe dich den mehr als 100 Millionen Leuten an, die über Discord mit ihren Freunden und Communitys reden und Zeit verbringen. Stell dir einen Ort vor Discord Rich Presence + Bald für Mobilgeräte verfügbar! Bis dahin kannst du über den Desktop-Client auf Bildungshubs zugreifen. Entdecken Entdeckung {speakersCount} @@ -2125,6 +2150,8 @@ !!{user}!! bearbeiten Nachricht bearbeiten Alles klar + Vielleicht später + Versuch es mal Griechisch Discord kann den Ton deiner Anwendung nicht streamen, da erforderliche Berechtigungen noch nicht erteilt wurden. Discord Administrator-Berechtigungen gewähren, damit wir deinen Freunden diese süßen Klänge senden können? Ohne Ton streamen @@ -2490,6 +2517,8 @@ Sende eine beliebige Willkommensnachricht, wenn jemand diesem Server beitritt. Sende eine Nachricht, wenn jemand diesen Server boostet. Wenn keine Rolle zugewiesen ist, werden Mitglieder bei Trennung der Verbindung automatisch gekickt. + Wenn die Funktion deaktiviert ist, können nur Moderatoren und der Ersteller des Threads neue Mitglieder zu diesem Thread hinzufügen. + Wenn die Funktion deaktiviert ist, können nur Moderatoren diesen Thread dearchivieren. Begrenzt die Anzahl der Teilnehmer, die sich mit diesem Sprachkanal verbinden können. Benutzer mit der Berechtigung **Mitglieder verschieben** können die Begrenzung ignorieren und diesem Kanal trotzdem Teilnehmer hinzufügen. Mitglieder dieses Servers müssen die folgenden Kriterien erfüllen, bevor sie Nachrichten an Textkanäle oder Direktnachrichten senden können. Ist einem Mitglied eine Rolle zugewiesen, ist das nicht nötig. **Wir empfehlen, eine Verifizierungsstufe für öffentliche Discord-Server einzustellen.** Legt die Videoqualität der Kamera für alle Teilnehmer des Kanals fest. Wähle **Auto** für optimale Leistung. @@ -3019,6 +3048,7 @@ !!{username}!! spielt {applicationName} Deine Videotreiber sind veraltet. Installiere ein Update, um die Leistung der Bildschirmübertragung zu verbessern. Bei {username} im Stream + Zum Kanal Alles klar Vorübergehende Mitgliedschaft erlauben Grün @@ -3126,10 +3156,13 @@ {count} für „{query}“ Entdecke öffentliche Server Anzeigen + Fehlende Verbindungsberechtigungen. + Wo ist dein Event? Wir empfehlen ein Bild, das mindestens 800 px breit und 400 px hoch ist. Füge ein Coverfoto hinzu (optional) Foto entfernen Gib Details zu deinem Event an. + Erzähl etwas über dein Event. Du kannst hier auch Markdown verwenden. Worum geht es bei deinem Event? Thema {date} um {time} @@ -3139,19 +3172,28 @@ {count} interessiert {count} interessiert. Du wirst benachrichtigt, sobald das Event startet. - Server beitreten + Event ist zu Ende + Komm und mach mit Oder schicke einen Event-Einladungslink an einen Freund + Lade Freunde zum Event ein {count} Zuhörer Ort eingeben + Gib einen Ort, Link oder etwas anderes ein. Irgendwo anders + Textkanal, externer Link oder ein realer Ort. + Der Ort, an dem dein Discord-Abenteuer begann + Für größere Audioevents von Communitys geeignet. Nutze Videos, Bildschirmübertragung und Go Live, wenn ihr abhängt. Damit alle wissen, wo sie hingehen müssen. Wo ist dein Event? Kanal auswählen Wähle einen Sprachkanal + Erstelle Events, an denen alle Servermitglieder teilnehmen können. Es stehen keine Events an. Verzeichnis + Eventinformationen Vorschau + Der Startzeitpunkt muss in der Zukunft liegen. Rufe $[**!!{channelName}!!**](channelHook) auf, um das Event zu starten! Hier ist eine Vorschau deines Events. Nur Mitglieder, die Zugriff auf diesen Kanal haben, können das Event sehen. @@ -3162,6 +3204,7 @@ Probiere es mit einem Stage-Kanal! Event {eventName} starten Für {startTime} Uhr geplant + Für {startTime} geplant Schritt {step} von {total} Events Erstellen @@ -3622,6 +3665,7 @@ Du bist drin! {serverName} ist jetzt auf der Liste! Vergrößere deine Community mit „Server entdecken“. Discord wird diesen Server gegenüber Benutzern, die die gewählte Sprache sprechen, in der Suche priorisieren. + Wenn dein Server in [Server entdecken]({documentationUrl}) aufgelistet wird, können alle auf Discord deinen Server finden und ihm beitreten. Wir warten noch auf deine Gesundheitsstatistiken! Lass andere durch eine Beschreibung wissen, worum es auf deinem Server geht! Kategorien helfen Discord dabei, Server nach ihrem Inhalt zu strukturieren, sodass jeder ganz kinderleicht interessante Communitys entdecken kann. Du kannst eine primäre Kategorie und bis zu fünf Unterkategorien auswählen. @@ -4143,12 +4187,12 @@ Ungarisch Kategorie wählen Kategorie - Diese Serverbeschreibung wird im Hub angezeigt. + Diese Serverbeschreibung wird im Bildungshub angezeigt. Worum geht es auf diesem Server? Was tun Mitglieder hier? Serverbeschreibung Erfolg! Alles klar! - Dein Server wurde zum Hub für !!{guildName}!! hinzugefügt! + Dein Server wurde zum Bildungshub für !!{guildName}!! hinzugefügt. Server hinzufügen Du hast noch keine Server hinzugefügt! Server, die du hinzugefügt hast @@ -4160,10 +4204,10 @@ Neuen Server erstellen Möchtest du eine neue Gruppe erstellen? Du kannst weiterhin Leute außerhalb des Hubs auf deinen Server einladen. - Hilf dem Discord-Hub für !!{guildName}!! zu wachsen + Hilf dem Bildungshub für !!{guildName}!! zu wachsen Zum Server Zurück zum Hub - Dein Server wurde erstellt und zum Hub für !!{guildName}!! hinzugefügt! + Dein Server wurde erstellt und zum Bildungshub für !!{guildName}!! hinzugefügt! Passe deinen Server an Hilf anderen dabei, !!{guildName}!! zu finden! Füge deinem Server eine Beschreibung und Kategorie hinzu, damit andere ihn finden können. @@ -4173,21 +4217,22 @@ Server zum Hub hinzufügen Leute zum Hub einladen Du bist gehört zu den Ersten hier! Fügen wir ein paar Server und Mitglieder hinzu. - Willkommen auf dem Bildungshub für Schüler und Studierende von !!{guildName}!! - Discord-Hub für !!{guildName}!! + Willkommen auf dem Bildungshub für !!{guildName}!! + Bildungshub für !!{guildName}!! Ob Interessengemeinschaften, Lerngruppen oder Spieleabende – hier bekommst du einen Ort dafür. Hol andere Leute dazu + Bildungshub Bildungshubs - Ein exklusiver Ort, um dich mit anderen zu vernetzen, Server zu entdecken und eigene Server mit anderen zu teilen. Die Hubs selbst sind von Bildungsstätten und deren Verwaltung unabhängig. Alle Server im Hub werden von Schülern bzw. Studierenden betrieben, die nicht unbedingt der Bildungsstätte angehören müssen. + Ein exklusiver Ort, um dich mit anderen zu vernetzen, Server zu entdecken und eigene Server mit anderen zu teilen. Die Hubs selbst sind von Bildungsstätten und deren Verwaltung unabhängig. Alle Server im Hub werden von den Mitgliedern betrieben, also von Schülern und/oder Studierenden, aber nicht unbedingt ausschließlich. Bestätige den Link in deiner E-Mail, um die Verifizierung fortzusetzen. Diese Seite wird automatisch neu geladen. Andere E-Mail-Adresse verwenden Wir haben einen Bestätigungslink an !!{email}!! gesendet. Bestätigungslink erneut senden Tritt den Hubs aller deiner Bildungsstätten bei. Mehreren Bildungsstätten beitreten? + Nein danke Hub beitreten Nein danke - Finde ganz leicht Server für deine Lerngruppen, Interessengemeinschaften, Spieleabende und noch mehr. Du gehst zur Schule, zur Uni oder bist anderweitig in Ausbildung? Tritt dem Hub deiner Bildungsstätte bei! E-Mail der Bildungsstätte name@bildungsstätte.edu @@ -4196,19 +4241,21 @@ Keine Treffer gefunden [Auf die Warteliste setzen.](onJoinWaitlist) Deine Bildungsstätte ist nicht dabei? [Auf die Warteliste setzen.](onJoinWaitlist) - {count} schon auf dem Bildungshub von !!{guildName}!!! + {count} schon auf dem Bildungshub für !!{guildName}!!! Einem weiteren Hub beitreten - Finde ganz leicht Server für deine Lerngruppen, Interessengemeinschaften, Spieleabende und noch mehr. - Bist du Schüler oder Student? Tritt dem Discord-Hub für deine Bildungsstätte bei! - Meiner Bildungsstätte beitreten + Du gehst zur Schule, zur Uni oder bist anderweitig in Ausbildung? Tritt dem Hub deiner Bildungsstätte bei! + Hub beitreten + Erhalte Zugriff auf exklusive Bildungshubs. + Der Hub für deine Bildungsstätte ist noch nicht live. Gib den Namen deiner Bildungsstätte ein und wir benachrichtigen dich, sobald er live ist. Auf die Warteliste setzen Name der Bildungsstätte Voller Name der Bildungsstätte Ein exklusiver Ort, um dich mit anderen zu vernetzen, Server zu entdecken und eigene Server mit anderen zu teilen. Die Hubs selbst sind von Bildungsstätten und deren Verwaltung unabhängig. Alle Server im Hub werden von Schülern bzw. Studierenden betrieben, die nicht unbedingt der Bildungsstätte angehören müssen. Bildungshubs + Was ist ein Bildungshub? Falls dein Server nur für Schüler und Studierende ist, kannst du sie direkt einladen. Sie brauchen keine E-Mail-Adresse der Bildungsstätte, um beizutreten. Von Hub entfernen - Bist du sicher, dass du !!{guildName}!! von diesem Hub entfernen möchtest? + Bist du sicher, dass du !!{guildName}!! von diesem Bildungshub entfernen möchtest? Einstellungen bearbeiten Einstellungen für !!{guildName}!! bearbeiten Was ist ein Bildungshub? @@ -4217,7 +4264,7 @@ Du hast eine Einladung zu einem Hub verschickt Lade Freunde zum Bildungshub deiner Bildungsstätte ein Du benötigst eine E-Mail-Adresse deiner Bildungsstätte, um beizutreten. - Keinen Code erhalten? [Code erneut senden](onClick) an !!{email}!!. + Wir haben dir eine E-Mail mit deinem Code gesendet. Keinen Code erhalten? [Code erneut senden](onClick) an !!{email}!!. Los geht’s! Vollständiger Name Echter Name @@ -4230,11 +4277,13 @@ Leute einladen Servern beitreten Meine Bildungsstätte ist nicht dabei - E-Mail-Adresse verifizieren + Verifizierter Bildungshub + Verifiziere deine E-Mail-Adresse, um beizutreten. sam@bildungsstätte.edu E-Mail der Bildungsstätte + Du gehst zur Schule, zur Uni oder bist anderweitig in Ausbildung? Tritt dem Hub deiner Bildungsstätte bei! Lass dich benachrichtigen, wenn dein Hub live geht, damit du ganz leicht Server für deine Lerngruppen und Vereine finden kannst. - Wir benachrichtigen dich, sobald der Discord-Hub für !!{school}!! live ist. + Wir benachrichtigen dich, sobald der Bildungshub für !!{school}!! live ist. Danke! Du bist auf der Warteliste. ein paar Sekunden {time} @@ -4524,7 +4573,7 @@ Dieses Emoji funktioniert hier nicht, weil es von einem anderen Server stammt. Hol dir Discord Nitro, um Emojis von anderen Servern benutzen zu können. Dieses Emoji funktioniert hier nicht, weil es von einem anderen Server stammt. Discord Nitro kann das beheben. Mehr Infos findest du unter Benutzereinstellungen > Discord Nitro. Bitte gib einen gültigen Einladungslink oder Einladungscode ein. - Deine Zahlungsmethode ist fehlgeschlagen. Aktualisiere deine Zahlungsinformationen, um dein Nitro Abo weiterführen zu können. + Deine Zahlungsmethode ist fehlgeschlagen. Aktualisiere deine Zahlungsinformationen, um dein Nitro-Abonnement zu behalten. Ungültiger Textkanal Ungültiger Sprachkanal Einen Freund einladen @@ -4801,6 +4850,7 @@ Kicken Mitglieder kicken !!{user}!! kicken + Bist du sicher, dass du !!{user}!! von deinem Server kicken möchtest? Die Person kann mit einer neuen Einladung wieder beitreten. „!!{user}!!“ wurde vom Server gekickt. Ups … !!{user}!! konnte nicht gekickt werden. Bitte versuche es noch einmal! !!{user}!! vom Server kicken @@ -4922,17 +4972,17 @@ Sprache auswählen Du kannst deine Auswahl auch später noch ändern. Hi! Wähle eine Sprache aus. - Hast du schon von den neuen Nitro-Preisen in {country} gehört? [Mehr erfahren]({documentationLink}). + Hast du schon von den neuen Nitro-Preisen für {country} gehört? [Mehr erfahren]({documentationLink}). Abo verwalten In deiner Region haben wir die Preise für Nitro gesenkt. Erneuere jetzt dein Abo, um zu sparen. - In deiner Region haben wir die Preise für Nitro gesenkt. Verwalte deine Zahlungsmethode, um zu sparen. [Mehr erfahren]({documentationLink}). + In manchen Regionen haben wir die Preise für Nitro gesenkt. Verwalte deine Zahlungsmethode, um zu sparen. [Mehr erfahren]({documentationLink}). Jetzt aktualisieren In deiner Region haben wir die Preise für Nitro gesenkt. Aktualisiere deine Zahlungsmethode, um zu sparen. Abo verwalten In deiner Region haben wir die Preise für Nitro gesenkt. Zahle mit deiner Landeswährung, um zu sparen. Mit der Änderung deiner Zahlungsmethode ändern sich auch Abonnementpreis und Währung zu {newCurrencyAndPrice}. [Klicke hier]({helpCenterLink}), um mehr darüber zu erfahren, wie der Preis festgelegt wurde. - **Tipp**: Verwende eine in {country} verfügbare Zahlungsmethode, um dein Abonnement in {currency} zu bezahlen! [Klicke hier]({helpCenterLink}), um mehr über alle Preise und Währungen zu erfahren. - **Hurra!** Da du in {country} wohnst, wird der Preis für Nitro für dich auf {newPrice} gesenkt! [Mehr erfahren]({helpCenterLink}). + **Tipp**: Verwende eine im Land {country} verfügbare Zahlungsmethode, um dein Abonnement in {currency} zu bezahlen! [Klicke hier]({helpCenterLink}), um mehr über alle Preise und Währungen zu erfahren. + **Hurra!** Da du im Land {country} wohnst, wird der Preis für Nitro für dich auf {newPrice} gesenkt! [Mehr erfahren]({helpCenterLink}). Anmelden Als !!{username}!! anmelden Melde dich mit deiner E-Mail-Adresse an und rede drauflos. @@ -5065,8 +5115,10 @@ Geschenke Mitglied Mitgliederliste + Mitgliederliste anzeigen Nur eingeladene Personen und Moderatoren können diesen Thread sehen. Diese Person ist der Servereigentümer und hat unabhängig von Rollen immer alle Berechtigungen. + Mitgliederliste ausblenden Frage hinzufügen Regel hinzufügen Du bekommst eine Benachrichtigung, sobald es etwas Neues gibt. @@ -5193,6 +5245,7 @@ Du musst deine App aktualisieren, um diesem Server beizutreten. Mitglieder {members} + Mitgliederliste von !!{channel}!! (Kanal) Mitglieder mit **!!{prefix}!!** Mitglieder suchen Erwähnung @@ -5268,7 +5321,6 @@ Bevor dieser Kanal gelöscht werden kann, musst du über [Servereinstellungen > Community > Übersicht](onClick) einen neuen bestimmen. Hardware-Skalierung aktivieren Dieses experimentelle Feature kann die Leistung von Videoanrufen verbessern. Achtung: Es ist noch nicht ausgereift und kann Probleme verursachen. - Finde ganz leicht Server für deine Lerngruppen, Interessengemeinschaften, Spieleabende und noch mehr. [Mehr erfahren.](onClick) Ein exklusiver Ort, um dich mit anderen zu vernetzen, Server zu entdecken und eigene Server mit anderen zu teilen. Die Hubs selbst sind von Bildungsstätten und deren Verwaltung unabhängig. Alle Server im Hub werden von Schülern bzw. Studierenden betrieben, die nicht unbedingt der Bildungsstätte angehören müssen. @@ -5363,6 +5415,8 @@ Diesen Kanal stummschalten Diesen Server stummschalten Diese Unterhaltung stummschalten + Diesen Thread stummschalten + Thread stummschalten Dauer der Stummschaltung Bis {endTime} stummgeschaltet Gemeinsame Freunde @@ -5864,6 +5918,24 @@ Gib deinen Bestätigungscode ein, um dein Passwort zurückzusetzen. Passwort ist erforderlich. Passwort anzeigen + Stattdessen mit Passwort einloggen + Wir schicken den Code an {recipient}. + An {recipient} geschickt. + Gib das Passwort für den Account mit der E-Mail-Adresse {email} ein + Gib das Passwort für den Account mit der Telefonnummer {phone} ein + Passwort eingeben + Hol dir deinen einmaligen Login-Code + Code zum Einloggen eingeben + Weiter + Erneut senden + Logge dich mit deiner Telefonnummer oder E-Mail-Adresse ein. Wir senden dir einen einmaligen Login-Code. + Hey da! + Schick mir einen Code + Melde dich mit deiner Telefonnummer oder E-Mail-Adresse an und rede drauflos. + Willkommen zurück! + Mit dem passwortlosen Login kannst du dich bei Discord nach Eingabe eines achtstelligen Codes, den wir dir auf dein Smartphone oder an deine E-Mail schicken, einloggen. + Passwortlosen Login aktivieren + Passwortloser Login Einfügen Anhalten Weiter @@ -5902,6 +5974,7 @@ Zahlungsart bearbeiten E-Mail-Adresse ist erforderlich. MM/JJ + Giropay Zahlungsinformationen Ungültig Wir konnten über diese Zahlungsmethode kein Geld einziehen. Bitte prüfe, ob deine Angaben stimmen. @@ -5934,9 +6007,11 @@ Ausstehend Ausstehende Freunde Personen + Server-Avatar Zeig, wer du bist, und benutze einen anderen Avatar auf jedem deiner Server. Mehrere Avatare - Sei so, wie du willst und benutze einen anderen Avatar auf jedem deiner Server + Zeig, wer du bist, und benutze einen anderen Avatar auf jedem deiner Server! + Profil aktualisiert! {percentage} %% seit letzter Woche Brauchst du Hilfe mit den Berechtigungen? Medienzugriff verweigert – Discord benötigt Speicherzugriff, um Anhänge posten zu können. @@ -6026,7 +6101,7 @@ Wir konnten dein Nitro-Abonnement nicht kündigen. Bitte versuche es noch einmal oder nimm Kontakt mit unserem Support-Team auf, wenn das Problem bestehen bleibt. Die Kündigung wird sofort für sämtliche Nitro- und Server-Boost-Abonnements wirksam. Du erhältst einen zufälligen Discord-Tag, falls du ihn geändert hast. Vergiss es, Nitro behalten - Deine **2 kostenlosen Boosts** und **um 30 %% reduzierte Boosts** + Deine **2 kostenlosen Boosts** und **um 30 %% reduzierte Boosts** {boostCount} Zugriff auf **personalisierte Emojis** und **Sticker** auf allen deinen Servern Einen **animierten Avatar**, ein **Profilbanner** und einen personalisierten **Discord-Tag** @@ -6051,10 +6126,10 @@ Neue GIF-Auswahl für deinen Avatar oder dein Banner … und noch mehr! Nutzerprofil bearbeiten - Mit einem neuen Profilbanner, einem animierten Avatar und einem personalisierten Tag stichst du aus der Menge heraus. + Mit einem neuen Profilbanner, einem animierten Avatar und einem personalisierten Tag stichst du aus der Masser heraus. Profilbanner Sticker durchstöbern - Zeit für große Gefühle – mit benutzerdefinierten Stickern im Chat auf all deinen Servern und 300 exklusiven Nitro-Stickern. + Zeit für große Gefühle – mit benutzerdefinierten Stickern von allen deinen Servern und 300 exklusiven Nitro-Stickern. Sticker im Chat Nitro hat einen ganz schönen Sprung gemacht. Also sei kein Frosch! (Der war wirklich schlecht.) [Mehr über Nitro erfahren.](onLearnMore) Was gibt’s Neues bei Nitro? @@ -6429,16 +6504,16 @@ Du hast Premium-Chat, **{num}x** Boosts und einen Boost-Rabatt für **!!{price}!!** (Kündigung ausstehend) Du hast Premium-Chat, **{num}x** Boosts und einen Boost-Rabatt (Kündigung ausstehend) Zahlungsart hinzufügen - Dein Nitro-Abonnement endet {daysLeft}. Füge eine Zahlungsmethode hinzu, um weiterhin die Profilanpassung und viele andere Vorteile nutzen zu können. + Dein Nitro-Abonnement läuft {daysLeft} ab. Füge eine Zahlungsmethode hinzu, um weiterhin die Profilanpassung und viele andere Vorteile nutzen zu können. Mehr erfahren - Du verlierst heute deinen Zugriff auf Profilanpassung, animierte Emojis und mehr. + In {daysLeft} verlierst du Zugriff auf Profilanpassung, größere Datei-Uploads, bessere Bildschirmübertragungen und mehr. Dein Nitro-Abo läuft heute aus. - Verwerfen + Schließen Nitro behalten - Wenn du dich für Nitro entscheidest, buchen wir dir über die gewünschte Zahlungsmethode **monatlich** **{price}** ab, bis du dein Abonnement kündigst. Du kannst dein Abonnement jederzeit in den Account-Einstellungen jederzeit kündigen. - Wenn du dich für Nitro entscheidest, buchen wir dir über die gewünschte Zahlungsmethode **jährlich** **{price}** ab, bis du dein Abonnement kündigst. Du kannst dein Abonnement in den Account-Einstellungen jederzeit kündigen. + Wenn du dich für Nitro entscheidest, buchen wir über die gewünschte Zahlungsmethode **monatlich** **{price}** ab, bis du dein Abonnement kündigst. Du kannst dein Abonnement jederzeit in den Account-Einstellungen kündigen. + Wenn du dich für Nitro entscheidest, buchen dir über die gewünschte Zahlungsmethode **jährlich** **{price}** ab, bis du dein Abonnement kündigst. Du kannst dein Abonnement in den Account-Einstellungen jederzeit kündigen. Wenn dein Nitro-Abo ausläuft, **verlierst du Zugriff auf:** - Dein Nitro-Abo läuft in {daysLeft} aus. + Dein Nitro-Abo läuft in {daysLeft} ab. Dein „Grandfathered“-Nitro-Abonnement wird bald zu Nitro Classic. Wenn du deine aktuellen Vorteile (wie Boosts) behalten möchtest, kannst du es jetzt upgraden. Boost-Anpassung Du schließt eine Abonnement-Änderung ab. Deine Server-Boosts werden entsprechend aktualisiert. @@ -6655,6 +6730,14 @@ Du kannst blockierten Nutzern nicht schreiben Nachricht an @!!{name}!! Quick Switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, Gruppennachricht + !!{name}!!, Gruppennachricht {mentions} + !!{name}!!, Server + Ergebnisse + !!{name}!!, Benutzer, !!{id}!! + !!{name}!!, Nutzer, !!{id}!! {mentions} + {mentions} Entwürfe Mehr über den Quick Switcher erfahren Kannst du nicht finden, was du suchst? @@ -7320,6 +7403,120 @@ Für diesen Kanal werden zusätzliche Berechtigungen benötigt. Um hier mithören zu können, brauchst du jemanden, der die Ein- und Ausgabe für dich aktiviert, wie z. B. einen Server-Moderator oder Administrator. Serverweit Ein- und Ausgabe deaktiviert Dann erzähl doch mal, was auf dem Server so los ist. + Regeln zustimmen + Bei Verstößen gegen unsere Richtlinien werden wir Maßnahmen gegen deinen Server ergreifen, darunter auch der Ausschluss des Servers von „Server entdecken“. + Befolge Discords Richtlinien zu [Communitys]({communityGuidelinesUrl}) und zu [Server entdecken]({discoveryGuidelinesUrl}) + Regeln + Erschaffe einen Ort, an dem sich alle willkommen fühlen, an dem Belästigung, toxisches Verhalten und illegale Aktivitäten weder befürwortet noch toleriert werden. + Sorge für ein sicheres und positives Umfeld. + Trage dazu bei, dass „Server entdecken“ für alle Nutzer sicher ist + Alle Inhalte auf dem Server müssen für Nutzer ab 13 Jahren angemessen sein. + Teile und dulde keine gewaltverherrlichenden oder sexuellen Inhalte. + 3d + ästhetik + animation + anime + apps + kunst + basketball + getränke + bitcoin + bodybuilding + bots + bts + calisthenics + kleidung + coding + hochschulen + community + crossfit + kryptowährung + hübsche-sachen + defi + design + discord-bots + disney + disney-world + zeichnen + edm + bildung + emojis + emotes + englisch + e-sports + ethereum + events + bewegung + fantasy-football + mode + fivem + essen + american-football + forex + formel-1 + fortnite + freunde + lustiges + gaming + github + give-aways + fitness + hardware + hip-hop + hausaufgaben + hypebeast + geldanlage + javascript + k-pop + sprachen + league-of-legends + lernen + lgbtqia + linux + mangas + memes + geist-und-psyche + metal + minecraft + music-production + nba + nfl + nft + nitro + ernährung + open-source + optionen + fotografie + premier-league + programmieren + rennsport + rap + reddit + roblox + rollenspiele + schule + persönlichkeitsentwicklung + singen + snacks + sneakers + fußball + miteinander + software + sport + aktien + streamer + streetwear + studium + style + support + supreme + tech + handel + reisen + twitch + valorant + yeezy + youtube Server-Emojis Alle Ordner schließen Ordner als gelesen markieren @@ -7592,6 +7789,8 @@ Sprecher Stage live Worüber möchtest du heute reden? + An dieser Stelle könnte auch Fahrstuhlmusik spielen. + Drücke auf „Stage starten“ und wähle ein Thema, um ein Gespräch zu beginnen. Auf den Start der Stage warten … Geduld ist eine Tugend. Warte auf den Start der Stage. !!{username}!!: @everyone !!{topic}!! beginnt. Komm vorbei! @@ -7692,6 +7891,10 @@ Häufig verwendet $[~~{regularPrice}~~](originalPriceHook) kostenlos !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Boosts kaufen + Lade mit Server-Boosts über {count} benutzerdefinierte Sticker hoch. + Sticker verwalten + Dein Server wartet darauf, dass du ein paar Sticker hochlädst! Details zu {stickerPackName} Animiert Verbleibende Zeit: {time} @@ -7996,6 +8199,7 @@ Poste Bilder, GIFs, Sticker, Meinungen und Wortspiele Textkanäle Textkanäle mit **!!{prefix}!!** + Es gelten die üblichen Mobilfunk- und Datentarife des Anbieters. Text-Berechtigungen Textbereichsaktionen Nachricht an !!{channel}!! @@ -8040,6 +8244,7 @@ Tritt diesem Thread bei, um Benachrichtigungen zu erhalten und ihn in deiner Kanalliste zu speichern. Dieser Thread wurde von einem Moderator archiviert. Nur Moderatoren können ihn dearchivieren. Alle dürfen einladen + Alle dürfen dearchivieren Dieser Thread ist leer. Durch @Erwähnen kannst du Leute dazu einladen. Dieser Thread kann nicht angezeigt werden. @@ -8238,6 +8443,7 @@ Kanal-Stummschaltung aufheben Stummschaltung der Unterhaltung aufheben Server-Stummschaltung aufheben + Thread-Stummschaltung aufheben Unbenannt Loslösen Einmal Entfernen bitte! @@ -8674,8 +8880,6 @@ Discord – Der Film Wumpus im Urlaub Dunstschwaden - Mit Video-Hintergründen kannst du anderen mehr von dir zeigen. Lade mit Nitro deine eigenen, personalisierten Hintergründe hoch! - Neue Video-Hintergründe! Erzähl uns von deiner Erfahrung mit Video-Hintergründen. Wie haben dir die Video-Hintergründe gefallen? Die Hintergrunderkennung war ungenau. @@ -8686,6 +8890,7 @@ Gab es ein Problem? Danke, dass du das Problem gemeldet hast! Dein Feedback hilft uns dabei, unsere Video-Hintergründe zu verbessern. Hintergrund entfernen + Mit Discord Nitro kannst du benutzerdefinierte Video-Hintergründe hochladen, mit 60 FPS in HD streamen [und vieles mehr!](onLearnMore) Du willst deinen eigenen Hintergrund hochladen? Zentriert Mitglieder ausblenden diff --git a/app/src/main/res/values-el/plurals.xml b/app/src/main/res/values-el/plurals.xml index 37c7b8ba23..5f309431b5 100644 --- a/app/src/main/res/values-el/plurals.xml +++ b/app/src/main/res/values-el/plurals.xml @@ -1132,6 +1132,10 @@ σε {#} μέρα σε {#} μέρες + + {#} μέρα + {#} μέρες + {#} μέρα {#} μέρες @@ -1212,6 +1216,18 @@ 1 λεπτό {retryAfter} λεπτά + + , {#} μη αναγνωσμένο μήνυμα + , {#} μη αναγνωσμένα μηνύματα + + + , {#} μη αναγνωσμένο μήνυμα + , {#} μη αναγνωσμένα μηνύματα + + + , {#} μη αναγνωσμένο μήνυμα + , {#} μη αναγνωσμένα μηνύματα + 1 ακόμα {n} ακόμα diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index fe4eb59063..b015fb7e1e 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -60,6 +60,11 @@ Μείωση του κορεσμού των χρωμάτων μέσα στην εφαρμογή για τα άτομα που έχουν ευαισθησία στα χρώματα. Αυτό δεν επηρεάζει τον κορεσμό των εικόνων, των βίντεο, των χρωμάτων ρόλων ή άλλου περιεχομένου που παρέχεται από τον χρήστη από προεπιλογή. οι σύνδεσμοι θα φαίνονται έτσι https://discord.com/ Κορεσμός + Πιο γρήγορα + Ταχύτητα κειμένου σε ομιλία + Προεπισκόπηση + Πιο αργά + Έτσι ακούγεται το κείμενο σε ομιλία στην τρέχουσα ταχύτητα. Επίπεδο μεγέθυνσης Λογαριασμός Περιοχή χρήστη @@ -812,7 +817,7 @@ Οι συναλλαγές στο !!{paymentGatewayName}!! δεν θα εμφανίζονται παρακάτω. Για να δεις το ιστορικό συναλλαγών στο !!{paymentGatewayName}!! ή για να αλλάξεις τον τρόπο πληρωμής στο !!{paymentGatewayName}!!, [πήγαινε στις ρυθμίσεις χρέωσης του !!{paymentGatewayName}!!]({billingHistoryLink}). Έχεις εγγραφεί μέσω του !!{paymentGatewayName}!! Δεν υποστηρίζεται για συνδρομές !!{paymentGatewayName}!!. Για να διαχειριστείς τη συνδρομή σου, [πήγαινε στις ρυθμίσεις χρέωσης του !!{paymentGatewayName}!!]({subscriptionManagementLink}). - Η τελική τιμή και το νόμισμα καθορίζονται βάσει της χώρας που εκτελεί τον τρόπο πληρωμής σου. [Μάθε περισσότερα εδώ]({documentationLink}). + Η τελική τιμή και το νόμισμα θα υπολογιστούν βάσει του επιλεγμένου τρόπου πληρωμής και της χώρας έκδοσής του. [Μάθε περισσότερα]({documentationLink}). Αντιγράφηκε! Σύνδεσμος Δώρου Αυτό ήταν ένα δώρο @@ -885,7 +890,7 @@ Επιστροφή χρημάτων Παρουσιάστηκε κάποιο πρόβλημα κατά την προσπάθεια επιστροφής χρημάτων για την αγορά σου: !!{error}!!. Επικοινώνησε με την [ομάδα υποστήριξης πελατών]({supportUrl}) για βοήθεια. - Λυπούμαστε, αυτή η αγορά δεν είναι επιλέξιμη για επιστροφές. + Λυπούμαστε, αυτή η αγορά δεν είναι επιλέξιμη για επιστροφή χρημάτων. Προβλήματα με την αγορά σας; Υποβολή αιτήματος επιστροφής χρημάτων Κάτι πήγε στραβά @@ -919,6 +924,7 @@ Ρυθμίσεις χρέωσης Προσθήκη Τρόπου Πληρωμής Αγορά Ενισχύσεων Διακομιστή + Διαχείριση Συνδρομής Προβολή Ιστορικού Πληρωμών Δώρισε συνδρομή Discord Nitro Αγορά συνδρομής Discord Nitro @@ -935,6 +941,7 @@ Επιλογή προγράμματος Επιλογή συνδρομής Κατάστημα + Στοιχεία Sofort Πίστωση Συνδρομής Αλλαγή Προγράμματος Η συνδρομή σου θα αλλάξεις από τις **{renewalDate}**. @@ -963,6 +970,7 @@ Άλλαξε σε ετήσιο πρόγραμμα και εξοικονόμησε μετρητά. Απόλαυσε υπερδύναμα προνόμια και {numFreeGuildSubscriptions} όλο τον χρόνο. 2 μήνες δωρεάν! Επέλεξες {planName}! + Ακυρώθηκε Απέτυχε Εκκρεμεί Επιστράφηκε @@ -1013,6 +1021,7 @@ Λεπτομερής περιγραφή (προαιρετικό) Απαιτείται όνομα προβλήματος Απαιτείται προτεραιότητα + Περιοχή χαρακτηριστικών Ποιο είναι το πρόβλημα; Το στιγμιότυπο οθόνης αφαιρέθηκε από την αναφορά Προτεραιότητα @@ -1024,6 +1033,8 @@ Χαμηλή (Π2) **Ούτε επείγον ούτε σημαντικό.** Η Π3 μάς επιτρέπει να αναγνωρίζουμε ένα ζήτημα, αλλά αυτού του είδους τα ζητήματα δεν χρειάζονται επιδιόρθωση έως ότου αντιμετωπιστούν άλλα, σοβαρότερα θέματα. Πολύ χαμηλή (Π3) + Αναζήτηση περιοχών χαρακτηριστικών + Επιλογή περιοχής χαρακτηριστικών Γίνεται αποστολή της αναφοράς Η αναφορά στάλθηκε Παράκαμψη εσωτερικής έκδοσης @@ -1033,7 +1044,6 @@ Παράκαμψη εσωτερικής έκδοσης για τον/την {releaseChannel} Αναγνωριστικό(ID) εσωτερικής έκδοσης {releaseChannel} μόνο πελάτης-χρήστης - απευθύνεται μόνο σε{supportedTargets} Μη έγκυρη παράκαμψη εσωτερικής έκδοσης Λανθασμένος χρήστης Η εσωτερική έκδοση δεν είναι διαθέσιμη @@ -1089,10 +1099,12 @@ Όλα έτοιμα για συνομιλία με βίντεο; Εδώ μπορείς να δεις την προεπισκόπηση της κάμεράς σου: Φόντο βίντεο + Ο ορισμός φόντου βίντεο προς το παρόν είναι διαθέσιμος σε περιορισμένο αριθμό ατόμων. Θάμπωμα Αλλαγή φόντου Αλλαγή φόντου βίντεο Προσαρμοσμένο + Προσαρμοσμένο φόντο Κανένα Έφτασες το όριο {maxCustomBackgrounds}! Κάνε δεξί κλικ για να αφαιρέσεις ένα φόντο πριν προσθέσεις ένα άλλο. Μεταφόρτωσε το δικό σου προσαρμοσμένο φόντο, με τη δύναμη του Discord Nitro! @@ -1158,6 +1170,7 @@ Ψευδώνυμο (απενεργοποιημένο) Μπορείς να αλλάξεις τον τρόπο με τον οποίο σε βλέπουν οι άλλοι μέσα στον διακομιστή, ορίζοντας ψευδώνυμο και άβαταρ διακομιστή. Άβαταρ διακομιστή $[BETA](betaBadgeHook) + Επαναφορά στο αρχικό άβαταρ Άγνωστο σφάλμα Αλλαγή Άβαταρ Διακομιστή Χρησιμοποίησε διαφορετικό άβαταρ σε κάθε διακομιστή σου και πολλά άλλα με το **Discord Nitro!** @@ -1204,6 +1217,8 @@ Σίγαση καναλιού !!{channelName}!! Η σίγαση ενός καναλιού αποτρέπει την εμφάνιση ειδοποιήσεων νέων μηνυμάτων, εκτός κι αν κάποιος σε κάνει mention. νέο-κανάλι + Έλεγχος εκπλήρωσης προϋποθέσεων + Η Ανακάλυψη διακομιστή τώρα είναι διαθέσιμη σε διακομιστές με 1K+ μέλη! Κανάλι ή κατηγορία Αυτό το κανάλι ή διακομιστής αυτήν τη στιγμή είναι σε σίγαση. Η διάταξη των καναλιών ενημερώθηκε. @@ -1464,7 +1479,6 @@ Η φωνή συνδέθηκε Επαληθευμένο Συνδέσεις - Το Discord μπορεί να σε συνδέσει με τους φίλους σου και να τους βοηθήσει να σε βρουν. Πρόσθεσε αυτόματα φίλους από τις επαφές σου Συγχρόνισε τις επαφές σου Πρόσθεσε φίλους από τις επαφές σου και ενημέρωσέ τους ότι είσαι στο Discord. @@ -1894,7 +1908,12 @@ Περικοπή Τσέχικα Προσαρμοσμένο χρώμα - Το έπιασα + Όρισε μοναδικά εικονίδια για κάθε ρόλο με την Ενίσχυση διακομιστή. Τα εικονίδια εμφανίζονται στη γραπτή συνομιλία και τη λίστα μελών. Πήγαινε στις **Ρυθμίσεις διακομιστή > Ρόλοι** για να το τσεκάρεις. + Τώρα μπορείς να ορίσεις εικονίδια ρόλων στις **Ρυθμίσεις διακομιστή > Ρόλοι**. Τα εικονίδια είναι μοναδικά για κάθε ρόλο και εμφανίζονται στη γραπτή συνομιλία και τη λίστα μελών. + Ρυθμίσεις ρόλου + Ορισμός εικονιδίων + Κατάλαβα + ΝΕΟ! Εικονίδια προσαρμοσμένων ρόλων Προσαρμογή Κατάστασης Εκκαθάριση μετά Εκκαθάριση Κατάστασης @@ -2048,12 +2067,14 @@ Αν αποσυνδέσεις τον λογαριασμό σου μπορεί να διαγραφείς από τους διακομιστές στους οποίους έχεις συνδεθεί με αυτόν. Αποσύνδεση !!{name}!! Αποσύνδεση από φωνή + Αποσύνδεση ενεργειών Αποσύνδεση Αποσύνδεση Ο χρήστης αποσυνδέθηκε από τη φωνή. Γίνε κι εσύ ένας από τους 100 εκατομμύρια χρήστες της Discord, για να αράζεις και να συνομιλείς με τις κοινότητες και τους φίλους σου. Φαντάσου ένα μέρος Discord Rich Presence + Έρχεται σύντομα σε κινητά! Για την ώρα, απόκτησε πρόσβαση στα Φοιτητικά Hub από τον υπολογιστή σου Ανακάλυψη Ανακάλυψη {speakersCount} @@ -2114,7 +2135,9 @@ Επεξεργασία νήματος Επεξεργασία χρήστη !!{user}!! Γίνεται επεξεργασία μηνύματος - Το έπιασα + Κατάλαβα + Ίσως αργότερα + Δοκίμασέ το Ελληνικά H Discord δεν μπορεί να μεταδώσει ζωντανά τον ήχο της εφαρμογής σου, εξαιτίας μιας άδειας που λείπει. Επιτρέπεις στον διαχειριστή της Discord να στείλει αυτά τα πανέμορφα ηχητικά κύματα στους φίλους σου; Κάντε ζωντανή μετάδοση χωρίς ήχο @@ -2480,6 +2503,8 @@ Στείλτε έναν τυχαίο χαιρετισμό όταν κάποιος συνδεθεί στον διακομιστή. Στείλτε ένα μήνυμα όταν κάποιος ενισχύει αυτόν τον διακομιστή. Τα μέλη διώχνονται αυτόματα όταν αποσυνδεθούν, εκτός αν τους έχει δοθεί ένας ρόλος. + Όταν είναι απενεργοποιημένο, μόνο οι συντονιστές και ο δημιουργός του νήματος μπορούν να προσθέσουν νέα μέλη σε αυτό το νήμα. + Όταν είναι απενεργοποιημένο, μόνο οι συντονιστές μπορούν να βγάλουν από το αρχείο αυτό το νήμα. Περιορίζει τον αριθμό των χρηστών που μπορούν να συνδεθούν σε αυτό το κανάλι ομιλίας. Οι χρήστες με άδεια **Μετακίνησης Μελών** δεν δεσμεύονται αυτό το όριο και μπορούν να βάζουν άλλους χρήστες στο κανάλι. Τα μέλη του διακομιστή πρέπει να ικανοποιούν τα ακόλουθα κριτήρια για να στείλουν μηνύματα σε κανάλια κειμένου ή να ξεκινήσουν μια συνομιλία άμεσων μηνυμάτων. Εάν σε ένα μέλος έχει ανατεθεί ρόλος αυτό δεν ισχύει. ** Προτείνουμε να ρυθμίσεις έναν βαθμό επαλήθευσης για το δημόσιο Discord.** Ορίζει την ποιότητα βίντεο για όλους τους συμμετέχοντες του καναλιού. Επίλεξε **Αυτόματη** για βέλτιστη απόδοση. @@ -3009,6 +3034,7 @@ Ο/Η !!{username}!! παίζει {applicationName} Τα προγράμματα οδήγησης βίντεο που έχεις είναι παλιά. Ανανέωσέ τα για να αποκτήσεις καλύτερη επίδοση στη λειτουργία Κοινή Χρήση Οθόνης. Βλέπει {username} + Μετάβαση στο κανάλι Το έπιασα Χορήγηση προσωρινής ιδιότητας μέλους Πράσινο @@ -3116,10 +3142,13 @@ {count} για «{query}» Εξερεύνηση δημόσιων διακομιστών Προβολή + Λείπει άδεια για σύνδεση. + Πού βρίσκεται η εκδήλωσή σου; Προτείνουμε μια εικόνα με τουλάχιστον 800px φάρδος και 400px ύψος. Προσθήκη φωτογραφίας εξώφυλλου (Προαιρετικό) Αφαίρεση φωτογραφίας Συμπλήρωσε τις λεπτομέρειες για την εκδήλωσή σου. + Πες στον κόσμο λίγα λόγια για την εκδήλωσή σου. Το markdown λειτουργεί εδώ. Τι αφορά η εκδήλωσή σου; Θέμα εκδήλωσης {date} σε {time} @@ -3129,19 +3158,28 @@ {count} Ενδιαφέρονται {count} Θα ειδοποιηθείς όταν αρχίσει η εκδήλωση - Σύνδεση στον διακομιστή + Η εκδήλωση τελείωσε + Συνδέσου και παρακολούθησε την εκδήλωση Αλλιώς, στείλε σ’ έναν φίλο σύνδεσμο πρόσκλησης στην εκδήλωση + Προσκάλεσε φίλους στην εκδήλωση {count} Ακούνε Εισαγωγή τοποθεσίας + Προσθήκη τοποθεσίας, συνδέσμου ή οτιδήποτε άλλου. Κάπου αλλού + Κανάλι κειμένου, εξωτερικός σύνδεσμος ή εκδήλωση από κοντά. + Πού βρισκόσουν όταν έκανες λήψη του Discord + Τέλειο για ηχητικές εκδηλώσεις μεγαλύτερης κοινότητας. Άραξε με ομιλία, βίντεο, κοινή χρήση οθόνης, και Go Live. Για να μη χάνει κανείς τον δρόμο. Πού βρίσκεται η εκδήλωσή σου; Επέλεξε ένα κανάλι Επιλέξτε ένα κανάλι ομιλίας + Δημιούργησε εκδηλώσεις για να φέρεις πιο κοντά τον διακομιστή σου. Δεν υπάρχουν προσεχείς εκδηλώσεις. Τοποθεσία + Πληροφορίες εκδήλωσης Επισκόπηση + Η ώρα έναρξης πρέπει να είναι μελλοντική. Όταν είσαι έτοιμος, επισκέψου το $[**!!{channelName}!!**](channelHook) για να ξεκινήσει η εκδήλωση! Εδώ μπορείς να δεις την προεπισκόπηση της εκδήλωσής σου. Μόνο τα μέλη που βλέπουν αυτό το κανάλι μπορούν να δουν αυτήν την εκδήλωση. @@ -3152,6 +3190,7 @@ Χρησιμοποίησε ένα κανάλι σκηνής! Εκκίνηση εκδήλωσης: {eventName} Προγραμματισμένη για τις {startTime} + Προγραμματισμένη στις {startTime} Βήμα {step} από {total} Εκδηλώσεις Δημιουργία @@ -3612,6 +3651,7 @@ Είσαι μέσα! Ο {serverName} μπήκε στη λίστα! Διεύρυνε την κοινότητά σου με την Ανακάλυψη Διακομιστή Η Discord θα δώσει προτεραιότητα σε αυτόν τον διακομιστή σε αναζητήσεις χρηστών που μιλούν την επιλεγμένη γλώσσα. + Το να βρίσκεσαι στην [Ανακάλυψη διακομιστή]({documentationUrl}) επιτρέπει σε όλους να βρίσκουν και να συνδέονται στον διακομιστή σου. Αναμένουμε ακόμα τις μετρήσεις υγείας σου! Πες στον κόσμο τα πάντα για τον διακομιστή σου με μια περιγραφή! Οι κατηγορίες βοηθούν τη Discord να οργανώνει τους διακομιστές, ώστε να είναι ευκολότερο τα μέλη να ανακαλύπτουν κοινότητες που τους ενδιαφέρουν. Μπορείς να διαλέξεις 1 κύρια κατηγορία και έως 5 υποκατηγορίες. @@ -4133,12 +4173,12 @@ Ουγγρικά Επίλεξε κατηγορία Κατηγορία - Αυτή η περιγραφή διακομιστή θα εμφανίζεται στο Hub. + Αυτή η περιγραφή διακομιστή θα εμφανίζεται στο Φοιτητικό Hub. Τι γίνεται σε αυτόν τον διακομιστή; Τι μπορεί να κάνει κανείς εδώ; Περιγραφή διακομιστή Επιτυχία! Το ’πιασα! - Ο διακομιστής σου προστέθηκε στο Hub του !!{guildName}!!! + Ο διακομιστής σου προστέθηκε στο Φοιτητικό Hub του !!{guildName}!!. Προσθήκη διακομιστή Δεν έχεις προσθέσεις διακομιστή ακόμα! Διακομιστές που έχεις προσθέσει @@ -4150,10 +4190,10 @@ Δημιουργία νέου διακομιστή Θέλεις να ξεκινήσεις μια νέα ομάδα; Θα εξακολουθείς να μπορείς να προσκαλέσεις άτομα εκτός του Hub στον διακομιστή σου. - Βοήθησε να μεγαλώσει το Discord Hub του !!{guildName}!! + Βοήθησε το Φοιτητικό Hub του !!{guildName}!! να μεγαλώσει Μετάβαση στον διακομιστή Πίσω στο Hub - Ο διακομιστής σου δημιουργήθηκε και προστέθηκε στο Hub του !!{guildName}!!! + Ο διακομιστής σου δημιουργήθηκε και προστέθηκε στο Φοιτητικό Hub του !!{guildName}!! Προσάρμοσε τον διακομιστή σου Βοήθησε άλλους φοιτητές να βρουν το !!{guildName}!! Δώσε στον διακομιστή σου περιγραφή και κατηγορία για να βοηθήσεις τους άλλους να τον βρουν. @@ -4163,22 +4203,23 @@ Προσθήκη διακομιστή σε αυτό το Hub Προσκάλεσε άτομα σε αυτό το Hub Είσαι ένας από τους πρώτους εδώ! Ας ξεκινήσουμε προσθέτοντας μερικούς διακομιστές και μέλη. - Καλώς ήρθες στο Hub φοιτητών για τους φοιτητές !!{guildName}!! - Discord Hub για το !!{guildName}!! + Καλώς ήρθες στο Φοιτητικό Hub των φοιτητών του !!{guildName}!! + Φοιτητικό Hub του !!{guildName}!! Από συλλόγους, μέχρι ομάδες μελέτης και βραδιές παιχνιδιού, υπάρχει ένα μέρος για σένα. Βρες τον λαό σου - Hub φοιτητών + Φοιτητικό Hub + Φοιτητικά Hub Ένα ιδιωτικό μέρος όπου μπορείς να επικοινωνείς με φοιτητές, να ανακαλύπτεις διακομιστές και να μοιράζεσαι τους δικούς σου διακομιστές όπου θα μπορούν να συνδέονται οι φοιτητές. Τα Hub δεν συνδέονται με τις σχολές, ούτε βρίσκονται υπό τη διαχείρισή τους. Οι διακομιστές στο Hub είναι υπό τη διαχείριση των φοιτητών, αλλά ενδέχεται να περιλαμβάνουν και άτομα που δεν σπουδάζουν. Επιβεβαίωσε τον σύνδεσμο από το email σου ώστε να συνεχίσεις την επαλήθευση. Αυτή η σελίδα θα ανανεωθεί αυτόματα. Δοκίμασε άλλο email Έχουμε στείλει έναν σύνδεσμο επιβεβαίωσης στο !!{email}!! Επαναποστολή συνδέσμου επιβεβαίωσης - Γίνε μέλος στο Hub φοιτητών οποιονδήποτε σχολών στις οποίες φοιτάς. + Γίνε μέλος του Φοιτητικού Hub της σχολής στην οποία φοιτάς. Φοιτάς σε πολλές σχολές; + Όχι, ευχαριστώ Γίνε μέλος του Hub Όχι, ευχαριστώ - Βρες εύκολα διακομιστές υπό τη διαχείριση φοιτητών για τις ομάδες μελέτης, τους συλλόγους, τις βραδιές παιχνιδιών και άλλες δραστηριότητες. - Είσαι φοιτητής; Λάβε μέρος στο Hub φοιτητών της σχολής σου! + Είσαι φοιτητής; Γίνε μέλος του Φοιτητικού Hub της σχολής σου! Φοιτητικό email name@school.edu Επίλεξε τη σχολή σου @@ -4186,45 +4227,49 @@ Δεν βρέθηκαν αποτελέσματα [Μπες στη λίστα αναμονής.](onJoinWaitlist) Δεν βρίσκεις τη σχολή σου; [Μπες στη λίστα αναμονής.](onJoinWaitlist) - Συνδέσου με {count} στο Hub φοιτητών για το !!{guildName}!!! + Συνδέσου με {count} στο Φοιτητικό Hub του !!{guildName}!!! Γίνε μέλος σε άλλο Hub - Βρες εύκολα διακομιστές υπό τη διαχείριση φοιτητών για τις ομάδες μελέτης, τους συλλόγους, τις βραδιές παιχνιδιών και άλλες δραστηριότητες. - Είσαι φοιτητής; Λάβε μέρος στο Discord Hub της σχολής σου! + Είσαι φοιτητής; Γίνε μέλος του Φοιτητικού Hub της σχολής σου! Γίνε μέλος του Hub + Απόκτησε πρόσβαση σε Hub μόνο για φοιτητές + Το Ηub της σχολής σου δεν είναι ακόμα ενεργό. Συμπλήρωσε το όνομα της σχολής σου και θα σε ενημερώσουμε μόλις ενεργοποιηθεί το Hub! Μπες στη λίστα αναμονής Όνομα σχολής Πλήρες όνομα σχολής Ένα ιδιωτικό μέρος όπου μπορείς να επικοινωνείς με φοιτητές, να ανακαλύπτεις διακομιστές και να μοιράζεσαι τους δικούς σου διακομιστές όπου θα μπορούν να συνδέονται οι φοιτητές. Τα Hub δεν συνδέονται με τις σχολές, ούτε βρίσκονται υπό τη διαχείρισή τους. Οι διακομιστές στο Hub είναι υπό τη διαχείριση των φοιτητών, αλλά ενδέχεται να περιλαμβάνουν και άτομα που δεν σπουδάζουν. - Hub φοιτητών + Φοιτητικά Hub + Τι είναι ένα Φοιτητικό Hub; Εάν ο διακομιστής σου απευθύνεται μόνο σε φοιτητές, προσκάλεσε απλά συμφοιτητές σου. Δεν χρειάζονται διεύθυνση .edu για να συνδεθούν Αφαίρεση από το Hub - Σίγουρα θέλεις να αφαιρέσεις το !!{guildName}!! από αυτό το Hub; + Σίγουρα θέλεις να αφαιρέσεις το !!{guildName}!! από αυτό το Φοιτητικό Hub; Επεξεργασία ρυθμίσεων Επεξεργασία ρυθμίσεων για !!{guildName}!! - Τι είναι το Hub φοιτητών; + Τι είναι ένα Φοιτητικό Hub; Φοιτάς σε διαφορετική σχολή; [Συνδέσου εδώ](onClick) Προσκλήθηκες να συμμετάσχεις σε ένα Hub Έστειλες πρόσκληση για συμμετοχή σε ένα Ηub - Προσκάλεσε φίλους στο Hub φοιτητών της σχολής σου + Προσκάλεσε φίλους στο Φοιτητικό Hub της σχολής σου Για τη συμμετοχή, είναι απαραίτητη φοιτητική διεύθυνση email. - Δεν ήρθε ο κωδικός; [Επανάληψη αποστολής κωδικού](onClick) στο !!{email}!! + Στείλαμε ένα email με τον κωδικό σου. Δεν έλαβες κωδικό; [Επανάληψη αποστολής κωδικού](onClick) στο !!{email}!! Πάμε! Πλήρες όνομα Πραγματικό όνομα - Καλώς ήρθες στο Hub φοιτητών για το !!{guildName}!!! + Καλώς ήρθες στο Φοιτητικό Hub του !!{guildName}!!! Πρόσθεσε το πραγματικό σου όνομα ώστε να σε αναγνωρίζουν οι άλλοι. Μπορείς να το αλλάξεις οποτεδήποτε στις ρυθμίσεις του Hub. Στάλθηκε Αδυναμία αποστολής email - Hub φοιτητών + Φοιτητικά Hub Προσθήκη διακομιστών Προσκάλεσε άτομα Σύνδεση στους διακομιστές Η σχολή μου δεν είναι εδώ - Επαλήθευσε τη διεύθυνση email + Επαληθευμένο Φοιτητικό Hub + Επαλήθευσε το email σου για να συνδεθείς sam@college.edu Φοιτητικό email + Είσαι φοιτητής; Γίνε μέλος του Φοιτητικού Hub της σχολής σου! Λάβε ειδοποίηση όταν γίνει εκκίνηση του hub σου, ώστε να μπορείς να βρεις εύκολα διακομιστές υπό τη διαχείριση φοιτητών για τις ομάδες μελέτης και τους συλλόγους. - Θα επικοινωνήσουμε όταν το Discord Hub της σχολής !!{school}!! είναι ζωντανά. + Θα σε ενημερώσουμε όταν το Φοιτητικό Hub της σχολής !!{school}!! είναι διαθέσιμο. Ευχαριστούμε! Βρίσκεσαι στη λίστα αναμονής. μερικά δευτερόλεπτα {time} @@ -4514,7 +4559,7 @@ Αυτό το emoji δεν λειτουργεί εδώ γιατί είναι από διαφορετικό διακομιστή. Κάνε αναβάθμιση σε Discord Nitro για να χρησιμοποιείς emoji από άλλους διακομιστές Αυτό το emoji δεν λειτουργεί εδώ γιατί είναι από διαφορετικό διακομιστή. Τo Discord Nitro μπορεί να τα λύσει όλα αυτά, πήγαινε στις Ρυθμίσεις χρήστη > Nitro για λεπτομέρειες Παρακαλούμε, καταχώρισε έναν έγκυρο σύνδεσμο ή κωδικό πρόσκλησης. - Deine Zahlungsmethode ist fehlgeschlagen. Aktualisiere deine Zahlungsinformationen, um dein Nitro-Abonnement zu behalten. + Ο τρόπος πληρωμής σου απέτυχε, ενημέρωσε τα στοιχεία πληρωμής σου για να συνεχίσεις τη συνδρομή σου στο Nitro. μη-έγκυρο-κανάλι Μη έγκυρο κανάλι Προσκάλεσε έναν φίλο @@ -4791,6 +4836,7 @@ Εκδίωξη Αποβολή Μελών Εκδίωξη !!{user}!! + Θέλεις σίγουρα να διώξεις τον χρήστη !!{user}!! από τον διακομιστή; Θα έχει τη δυνατότητα επανασύνδεσης με μια νέα πρόσκληση. Ο χρήστης \'!!{user}!!\' έχει εκδιωχθεί από τον διακομιστή. Ουπς… Δεν ήταν δυνατή η εκδίωξη του χρήστη !!{user}!!. Προσπάθησε ξανά! Εκδίωξη !!{user}!! από τον διακομιστή @@ -4915,14 +4961,14 @@ Γνωρίζεις για τη νέα τιμή του Nitro στην {country}; [Μάθε περισσότερα]({documentationLink}). Διαχείριση συνδρομής Μειώσαμε την τιμή του Nitro στην περιοχή σου. Κάνε ενεργοποίηση εκ νέου για να δεις αν εξοικονομείς χρήματα. - Μειώσαμε την τιμή του Nitro στην περιοχή σου. Διαχειρίσου τον τρόπο πληρωμής σου για να δεις αν εξοικονομείς χρήματα. [Μάθε περισσότερα]({documentationLink}). + Μειώσαμε την τιμή του Nitro σε ορισμένες περιοχές. Διαχειρίσου τον τρόπο πληρωμής σου για να δεις αν εξοικονομείς χρήματα. [Μάθε περισσότερα]({documentationLink}). Ενημέρωση τώρα Μειώσαμε την τιμή του Nitro στην περιοχή σου. Ενημέρωσε τον τρόπο πληρωμής σου για να δεις αν εξοικονομείς χρήματα. Διαχείριση συνδρομής Μειώσαμε την τιμή του Nitro στην περιοχή σου. Δες αν εξοικονομείς χρήματα με το τοπικό σου νόμισμα. - Η αλλαγή του τρόπου πληρωμής θα αλλάξει την τιμή και το νόμισμα της συνδρομής σου σε {newCurrencyAndPrice}. [Κάνε κλικ εδώ]({helpCenterLink}) για να μάθεις περισσότερα σχετικά με τον τρόπο που καθορίζεται η πληρωμή σου. + Η αλλαγή του τρόπου πληρωμής θα αλλάξει την τιμή και το νόμισμα της συνδρομής σου σε {newCurrencyAndPrice}. [Κάνε κλικ εδώ]({helpCenterLink}) για να μάθεις περισσότερα σχετικά με το πώς καθορίζεται η τιμή που πληρώνεις. **Συμβουλή**: Επίλεξε έναν τρόπο πληρωμής που χρησιμοποιείται στην {country} για να πληρώσεις τη συνδρομή σου σε {currency}! [Κάνε κλικ εδώ]({helpCenterLink}) για να μάθεις περισσότερα σχετικά με τον καθορισμό τιμής και νομίσματος. - **Γιούπι!** Επειδή κατοικείς στην {country}, πληρώνεις τη μειωμένη τιμή των {newPrice} για το Nitro! [Μάθε περισσότερα]({helpCenterLink}). + **Γιούπι!** Επειδή κατοικείς στην {country}, τώρα πληρώνεις τη μειωμένη τιμή των {newPrice} για το Nitro! [Μάθε περισσότερα]({helpCenterLink}). Είσοδος Σύνδεση ως !!{username}!! Συνδέσου με το email σου και ξεκίνα τη συνομιλία. @@ -5055,8 +5101,10 @@ Δώρο Μέλος Λίστα μελών + Εμφάνιση λίστας μελών Μόνο άτομα που προσκαλείς και συντονιστές μπορούν να δουν αυτό το νήμα. Αυτό το άτομο είναι ο ιδιοκτήτης του διακομιστή και έχει πάντα όλες τις άδειες ανεξάρτητα από τον ρόλο του. + Απόκρυψη λίστας μελών Προσθήκη ερώτησης Προσθήκη κανόνα Θα σε ειδοποιήσουμε αν υπάρχει ενημέρωση. @@ -5183,6 +5231,7 @@ Πρέπει να ενημερώσεις την εφαρμογή σου για να γίνεις μέλος του διακομιστή. Μέλη {members} + Λίστα μελών του !!{channel}!! (κανάλι) Μέλη που αντιστοιχούν σε **!!{prefix}!!** Αναζήτηση μελών Αναφορά @@ -5258,7 +5307,6 @@ Πρέπει να ορίσεις ένα άλλο στις [Ρυθμίσεις διακομιστή > Κοινότητα > Επισκόπηση](onClick) πριν διαγράψεις αυτό το κανάλι. Ενεργοποίηση κλιμάκωσης υλικού Πειραματική δυνατότητα βελτίωσης της απόδοσης των βιντεοκλήσεων. Προσοχή, ίσως προκαλέσει προβλήματα. - Βρες εύκολα διακομιστές υπό τη διαχείριση φοιτητών για τις ομάδες μελέτης, τους συλλόγους, τις βραδιές παιχνιδιών και άλλες δραστηριότητες. [Μάθε περισσότερα.](onClick) Ένα ιδιωτικό μέρος όπου μπορείς να επικοινωνείς με φοιτητές, να ανακαλύπτεις διακομιστές και να μοιράζεσαι τους δικούς σου διακομιστές όπου θα μπορούν να συνδέονται οι φοιτητές. Τα Hub δεν συνδέονται με τις σχολές, ούτε βρίσκονται υπό τη διαχείρισή τους. Οι διακομιστές στο Hub είναι υπό τη διαχείριση των φοιτητών, αλλά ενδέχεται να περιλαμβάνουν και άτομα που δεν σπουδάζουν. @@ -5353,6 +5401,8 @@ Σίγαση αυτού του καναλιού Σίγαση αυτού του διακομιστή Σίγαση αυτής της συνομιλίας + Σίγαση αυτού του νήματος + Σίγαση νήματος Διάρκεια σίγασης Σε σίγαση έως {endTime} Κοινοί φίλοι @@ -5854,6 +5904,24 @@ Καταχώρισε τον κωδικό επιβεβαίωσης για να επαναφέρεις τον κωδικό πρόσβασης Απαιτείται κωδικός πρόσβασης. Εμφάνιση κωδικού πρόσβασης + Σύνδεση με κωδικό πρόσβασης καλύτερα + Θα στείλουμε έναν κωδικό στο {recipient}. + Εστάλη στον χρήστη {recipient}. + Εισαγωγή κωδικού πρόσβασης για τον λογαριασμό με email {email} + Εισαγωγή κωδικού πρόσβασης για τον λογαριασμό με αριθμό τηλεφώνου {phone} + Εισαγωγή κωδικού πρόσβασης + Απόκτησε κωδικό μίας χρήσης για σύνδεση + Εισαγωγή κωδικού για σύνδεση + Συνέχεια + Επανάληψη αποστολής + Συνδέσου με τον αριθμό τηλεφώνου ή το email σου. Θα σου στείλουμε έναν κωδικό μίας χρήσης για να συνδεθείς. + Γεια σου και πάλι! + Στείλτε μου έναν κωδικό + Συνδέσου με τον αριθμό τηλεφώνου ή το email σου και ξεκίνα να μιλάς. + Καλώς ήρθες και πάλι! + Η σύνδεση χωρίς κωδικό πρόσβασης σού επιτρέπει να συνδεθείς στον λογαριασμό Discord σου αφού εισαγάγεις έναν 8-ψήφιο κωδικό που θα στείλουμε στο τηλέφωνο ή το email σου. + Ενεργοποίηση σύνδεσης χωρίς κωδικό πρόσβασης + Σύνδεση χωρίς κωδικό πρόσβασης Επικόλληση Παύση Συνέχισε @@ -5892,6 +5960,7 @@ Επεξεργασία τρόπου πληρωμής Απαιτείται email. ΜΜ/ΕΕ + Giropay Πληροφορίες Πληρωμής Μη έγκυρο Δεν μπορέσαμε να χρεώσουμε με επιτυχία αυτήν την πηγή πληρωμής. Βεβαιώσου ότι οι πληροφορίες είναι σωστές. @@ -5924,9 +5993,11 @@ Εκκρεμεί Φίλοι σε εκκρεμότητα Άτομα + Άβαταρ διακομιστή Γίνε όποιος θέλεις και χρησιμοποίησε διαφορετικό άβαταρ σε κάθε διακομιστή σου. Πολλαπλά άβαταρ Γίνε όποιος θέλεις και χρησιμοποίησε διαφορετικό άβαταρ σε κάθε διακομιστή σου + Το προφίλ ενημερώθηκε! {percentage}%% από την προηγούμενη εβδομάδα Χρειάζεσαι βοήθεια με τις άδειες; Η πρόσβαση στα πολυμέσα απορρίφθηκε - Το Discord απαιτεί πρόσβαση στο χώρο αποθήκευσης για να δημοσιεύσει συνημμένα. @@ -6036,17 +6107,17 @@ Επεξεργασία προφίλ διακομιστή Όρισε ένα μοναδικό άβαταρ για κάθε διακομιστή σου. Στον έναν μπορείς να είσαι φοιτητής, στον άλλο χαρακτήρας D&D και ο πραγματικός εαυτός σου σε έναν τρίτο, όποιος κι αν είναι αυτός… Άβαταρ διακομιστή - Γίνε μέλος σε 200 διακομιστές + Γίνε μέλος σε έως και 200 διακομιστές Μεγαλύτερα μηνύματα έως 4000 χαρακτήρες Νέος επιλογέας GIF για το άβαταρ ή το banner σου …και περισσότερα! Επεξεργασία προφίλ χρήστη - Επισήμανε εκείνο το ενδιαφέρον με το οποίο έχτισες την προσωπικότητά σου με ένα νέο banner προφίλ, ταιριαστό κινούμενο άβαταρ και προσαρμοσμένο tag. + Επισήμανε εκείνο το ενδιαφέρον που σε παθιάζει τόσο με ένα νέο banner προφίλ, ταιριαστό κινούμενο άβαταρ και προσαρμοσμένο tag. Banner προφίλ Περιηγήσου στα αυτοκόλλητα Δείξε στους φίλους σου πώς αισθάνεσαι με προσαρμοσμένα αυτοκόλλητα στη γραπτή συνομιλία από όλους τους διακομιστές σου και απόλαυσε 300 αποκλειστικά αυτοκόλλητα Nitro. Αυτοκόλλητα στη γραπτή συνομιλία - Το Nitro κάνει άλματα. Κουάξ. Σόρυ. [Μάθε περισσότερα σχετικά με το Nitro.](onLearnMore) + Το Nitro κάνει άλματα. Δεν είναι καταπληκτικό; Κουάξ. Σόρυ. [Μάθε περισσότερα σχετικά με το Nitro.](onLearnMore) Τι νέο υπάρχει στο Nitro Ρίξαμε την τιμή του Nitro στη Βραζιλία! Ρίξαμε την τιμή του Nitro στην Πολωνία! @@ -6419,9 +6490,9 @@ Έχεις premium γραπτή συνομιλία, **{num}x** Ενισχύσεις, και έκπτωση Ενίσχυσης για **!!{price}!!** (Εκκρεμεί ακύρωση) Έχεις premium γραπτή συνομιλία, **{num}x** Ενισχύσεις, και έκπτωση Ενίσχυσης (Εκκρεμεί ακύρωση) Προσθήκη πληρωμής - Η συνδρομή σου στο Nitro λήγει {daysLeft}. Πρόσθεσε έναν τρόπο πληρωμής για να συνεχίσεις να χρησιμοποιείς την προσαρμογή προφίλ και πολλά άλλα. - Μάθετε περισσότερα - Θα χάσεις την πρόσβαση σε προσαρμογή προφίλ, κινούμενα emoji και πολλά άλλα σήμερα. + Η συνδρομή σου στο Nitro θα λήξει {daysLeft}. Πρόσθεσε έναν τρόπο πληρωμής για να συνεχίσεις να χρησιμοποιείς την προσαρμογή προφίλ και πολλά άλλα. + Μάθε περισσότερα + Θα χάσεις την πρόσβαση σε προσαρμογή προφίλ, μεταφόρτωση μεγαλύτερων αρχείων, καλύτερη κοινή χρήση οθόνης και πολλά άλλα σε {daysLeft}. Η πρόσβασή σου στο Nitro λήγει σήμερα. Απόρριψη Διατήρηση Nitro @@ -6644,6 +6715,14 @@ Δεν μπορείς να στείλεις μηνύματα σε αποκλεισμένους χρήστες Μήνυμα στον χρήστη @!!{name}!! Quick Switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, Ομαδικό μήνυμα + !!{name}!!, Ομαδικό μήνυμα {mentions} + !!{name}!!, Διακομιστής + Αποτελέσματα + !!{name}!!, Χρήστης, !!{id}!! + !!{name}!!, Χρήστης, !!{id}!! {mentions} + {mentions} Πρόχειρα Μάθε περισσότερα για το Quick Switcher Δεν μπορείς να βρεις αυτό που ψάχνεις; @@ -7309,6 +7388,120 @@ Αυτό το κανάλι διαθέτει ειδικές άδειες. Για να ακούσεις σε αυτό το κανάλι, πρέπει να γίνει κατάργηση κώφωσης από τον συντονιστή ή τον διαχειριστή του διακομιστή. Κώφωση από τον διακομιστή Πείτε λίγα λόγια στον κόσμο για αυτόν διακομιστή. + Συμφωνώ με τους κανόνες + Η παραβίαση των πολιτικών μας ενδέχεται να οδηγήσει σε ποινές κατά του διακομιστή σου, συμπεριλαμβανομένης της αφαίρεσής του από την Ανακάλυψη. + Συμμόρφωση με τις [Οδηγίες κοινότητας]({communityGuidelinesUrl}) και τις [Οδηγίες Ανακάλυψης]({discoveryGuidelinesUrl}) του Discord + Κανόνες + Δημιούργησε έναν φιλόξενο χώρο που δεν προάγει ούτε ανέχεται την παρενόχληση, την τοξικότητα και τις παράνομες δραστηριότητες. + Ενθάρρυνε ένα υγιές και θετικό περιβάλλον + Βοήθησε να κρατήσουμε την Ανακάλυψη διακομιστή ασφαλή για όλους + Όλο το περιεχόμενο του διακομιστή πρέπει να είναι κατάλληλο για ηλικίες 13+. + Μην φιλοξενείς προκλητικό ή σεξουαλικό περιεχόμενο + 3d + αισθητική + animation + anime + εφαρμογές + τέχνη + μπάσκετ + ρόφημα + bitcoin + bodybuilding + bot + bts + καλλισθενική-γυμναστική + ρουχισμός + κώδικας + κολλέγιο + κοινότητα + crossfit + κρυπτονόμισμα + χαριτωμένο + defi + σχεδίαση + bot Discord + disney + disneyworld + ζωγραφική + edm + εκπαίδευση + emoji + emote + αγγλικά + esports + ethereum + εκδηλώσεις + άσκηση + fantasy-football + μόδα + fivem + φαγητό + αμερικανικό-ποδόσφαιρο + forex + formula1 + fortnite + φίλοι + διασκέδαση + gaming + github + δώρα-giveaway + γυμναστήριο + υλισμικό + hiphop + εργασίες-για-το-σπίτι + hypebeast + επενδύσεις + javascript + kpop + γλώσσα + leagueoflegends + μάθηση + λοατκι + linux + manga + meme + ψυχική-υγεία + metal + minecraft + μουσική-παραγωγή + nba + nfl + nft + nitro + διατροφή + opensource + επιλογές + φωτογραφία + premier-league + προγραμματισμός + αγώνες + rap + reddit + roblox + παιχνίδι-ρόλων + σχολή + αυτοβελτίωση + τραγούδι + σνακ + αθλητικά-παπούτσια + ποδόσφαιρο + κοινωνικά + λογισμικό + αθλήματα + μετοχές + στρίμερ + streetwear + μελέτη + στυλ + υποστήριξη + supreme + τεχνολογία + συναλλαγές + ταξίδια + twitch + valorant + yeezy + youtube Emoji διακομιστή Κλείσιμο όλων των φακέλων Επισήμανση φακέλου ως αναγνωσμένου @@ -7581,6 +7774,8 @@ Ομιλητής Σκηνή σε ζωντανή μετάδοση Για τι θα μιλήσεις σήμερα; + Φαντάσου ότι ακούγεται μουσική υπόκρουση. + Πάτα «Έναρξη σκηνής» και επίλεξε ένα θέμα για να ξεκινήσεις τη συζήτηση. Περιμένοντας να ξεκινήσει η Σκηνή… Από στιγμή σε στιγμή. Περιμένοντας να ξεκινήσει η Σκηνή. !!{username}!!: @everyone Το !!{topic}!! ξεκινά. Άκουσε! @@ -7681,6 +7876,10 @@ Χρησιμοποιούνται συχνά Δωρεάν $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Αγορά Ενισχύσεων + Μεταφόρτωση {count}+ προσαρμοσμένων αυτοκόλλητων με Ενίσχυση διακομιστή. + Διαχείριση αυτοκόλλητων + Ο διακομιστής σου σε περιμένει να μεταφορτώσεις μερικά αυτοκόλλητα! Λεπτομέρειες{stickerPackName} Κινούμενα Απομένει περιορισμένος χρόνος: {time} @@ -7984,6 +8183,7 @@ Δημοσίευσε εικόνες, GIF, αυτοκόλλητα, απόψεις και λογοπαίγνια Κανάλια κειμένου Κανάλια κειμένου που αντιστοιχούν σε **!!{prefix}!!** + Ισχύουν τυπικές χρεώσεις μηνυμάτων και δεδομένων. Άδειες κειμένου Ενέργειες περιοχής κειμένου Μήνυμα στο !!{channel}!! @@ -8028,6 +8228,7 @@ Συνδέσου σε αυτό το νήμα για να λαμβάνεις ειδοποιήσεις και για να αποθηκευτεί στη λίστα καναλιών σου. Αυτό το νήμα αρχειοθετήθηκε από έναν συντονιστή. Μόνο οι συντονιστές μπορούν να το βγάλουν από το αρχείο. Μπορεί να προσκαλέσει οποιοσδήποτε + Οποιοσδήποτε μπορεί να το βγάλει από το αρχείο Δεν υπάρχει κανείς σε αυτό το νήμα. Μπορείς να προσκαλέσεις άτομα κάνοντας @mention σε αυτά σε ένα μήνυμα. Αδυναμία προβολής αυτού του νήματος @@ -8223,6 +8424,7 @@ Κατάργηση σίγασης καναλιού Κατάργηση σίγασης συνομιλίας Κατάργηση σίγασης διακομιστή + Κατάργηση σίγασης νήματος Χωρίς όνομα Ξεκαρφίτσωμα Να αφαιρεθεί! @@ -8659,8 +8861,6 @@ Discord η ταινία Ο Wumpus σε διακοπές Vaporwave - Εκφράσου με φόντα βίντεο και, εάν διαθέτεις το Nitro, μεταφόρτωσε το δικό σου! - Νέα φόντα βίντεο! Πες μας για την εμπειρία σου με τα φόντα βίντεο. Πώς ήταν τα φόντα βίντεο; Ο εντοπισμός φόντου δεν ήταν ακριβής @@ -8671,6 +8871,7 @@ Είχες κάποιο πρόβλημα; Ευχαριστούμε για την αναφορά του προβλήματός σου! Σχόλια σαν τα δικά σου μας βοηθούν να βελτιώσουμε τα φόντα βίντεο Αφαίρεση φόντου + Μεταφόρτωσε προσαρμοσμένα φόντα βίντεο, στρίμαρε με υψηλή ευκρίνεια στα 60 FPS [και πολλά άλλα με το Discord Nitro!](onLearnMore) Θες να μεταφορτώσεις το δικό σου φόντο; Εστίαση Απόκρυψη μελών diff --git a/app/src/main/res/values-en-rXA/strings.xml b/app/src/main/res/values-en-rXA/strings.xml index 6e615537b2..002a09d89f 100644 --- a/app/src/main/res/values-en-rXA/strings.xml +++ b/app/src/main/res/values-en-rXA/strings.xml @@ -1236,11 +1236,11 @@ [Ñîçķñåḿéš ḿûšţ ɓé åţ ļéåšţ »{minLength}« one two three four] [Ûñļöçķ ŵîţĥ Ñîţŕö one two three] [Çĥåñĝé Ļöĝ one two] - [Å ḿéššåĝé ƒŕöḿ öûŕ ƒöûñðéŕš »{added marginTop}«\n======================\n\n**Ŵé öŕîĝîñåļļý çŕéåţéð Ðîšçöŕð îñ 2015** ɓéçåûšé ŵé ŵåñţéð åñ éåšîéŕ ŵåý ţö ţåļķ åñð ĥåñĝ öûţ ŵîţĥ öûŕ ƒŕîéñðš ŵĥîļé þļåýîñĝ ĝåḿéš. Å ŵåý ţö ŕéçŕéåţé ţĥåţ ƒééļîñĝ öƒ šţåýîñĝ ûþ åļļ ñîĝĥţ ļåûĝĥîñĝ, ĵöķîñĝ, åñð, ḿöšţ öƒ åļļ, ĵûšţ ɓéîñĝ öûŕšéļVéš. Ŵé ŵåñţéð ţö ḿåķé ţĥåţ éхþéŕîéñçé ɓéţţéŕ åñð åççéššîɓļé ţö ḿöŕé þéöþļé.\n\nŠîñçé ţĥéñ, Ðîšçöŕð ĥåš ɓéçöḿé ţĥé þļåçé ŵĥéŕé åñýöñé çåñ ţåļķ åñð ĥåñĝ öûţ ŵîţĥ ţĥéîŕ çöḿḿûñîţîéš öŕ ƒŕîéñðš, ŵĥåţéVéŕ ţĥéîŕ þåššîöñš åŕé. Îţ ŵîļļ åļŵåýš ɓé ţĥåţ þļåçé ŵĥéŕé åñýöñé çåñ ĵûšţ ŕéļåх åñð ŕéåļļý ɓé ţĥéḿšéļVéš, ñö ḿåţţéŕ ŵĥéŕé ţĥéîŕ ƒŕîéñðš ḿåý ɓé. \n\nÎḿåĝîñé Å Þļåçé »{added marginTop}«\n======================\n\nβûţ ŕéåļļý, Ðîšçöŕð ḿéåñš šöḿéţĥîñĝ ðéŕéñţ ţö éVéŕýöñé. Šö ŵé åšķéð þéöþļé ţö šĥåŕé ţĥéîŕ šţöŕîéš åɓöûţ ŵĥåţ Ðîšçöŕð ḿéåñš ţö ţĥéḿ. Åñð ţĥéñ ţĥéý ļéţ ûš šĥåŕé ţĥöšé šţöŕîéš ŵîţĥ ýöû šö ŵé çöûļð ḿåķé å ḿåŕķéţîñĝ çåḿþåîĝñ ţĥåţ ðîðñ\'ţ šûçķ.\n\nŴé ḿåðé Ðîšçöŕð - Ţĥé ḾöVîé (2021). \n\nÅ šĥöŕţ ƒîļḿ ţĥåţ çéļéɓŕåţéš ţĥé åḿåžîñĝ åñð ŵöñðéŕƒûļ šţöŕîéš ţĥåţ ŕéåļ þéöþļé šĥåŕéð ŵîţĥ ûš, ļîķé Ļûçîé Ŵîñţéŕŵöļƒ\'š þîŕåţé-ţĥéḿéð šéŕVéŕ åñð ĶéVðöĝ\'š šéŕVéŕ ƒöŕ ñöšţåļĝîç ĝåḿéš.\n\nÖĥ, åñð îţ ĥåš šöḿé ƒåḿöûš þéöþļé ţöö.\n\nŢĥåñķ ýöû »{added marginTop}«\n======================\n\nŴé\'ŕé ĥûḿɓļéð åñð îñšþîŕéð ɓý åļļ ţĥé ûñîQûé åñð çŕéåţîVé ŵåýš ýöû\'ŕé ûšîñĝ Ðîšçöŕð, åñð åļļ ţĥé îðéåš ýöû ĥåVé ƒöŕ ḿåķîñĝ Ðîšçöŕð ḿöŕé ûšéƒûļ. Çöḿḿûñîţîéš åŕé ţĥé ĥéåŕţ öƒ Ðîšçöŕð. Ŵé\'ŕé ĥöñöŕéð ţö ɓé ţĥé þļåçé ŵĥéŕé ýöû ţåļķ åñð ĥåñĝ öûţ ŵîţĥ ýöûŕ ƒåVöŕîţé þéöþļé ŵĥîļé éхþļöŕîñĝ ýöûŕ ƒåVöŕîţé ţĥîñĝš. \n\nḾéţ ýöûŕ ɓéšţ ƒŕîéñð ŵĥîļé ĝåḿîñĝ öñ Ðîšçöŕð¿ Ŕûñ å šéŕVéŕ ƒöŕ Ĝåéļîç ļåñĝûåĝé éхçĥåñĝé¿ Öŕ Ţîɓéţåñ ɓîŕð þĥöţöĝŕåþĥý¿ Šĥåŕé ýöûŕ šţöŕý ŵîţĥ ûš öñ Ţŵîţţéŕ, Îñšţåĝŕåḿ, öŕ ŢîķŢöķ åñð ûšé **#îḿåĝîñéåþļåçé** ţö ĝéţ öûŕ åţţéñţîöñ.\n\nŴé\'ļļ ķééþ åñ éýé öûţ ƒöŕ ýöûŕ šţöŕý. Åñð îţ\'ļļ þŕöɓåɓļý ḿåķé öûŕ ðåý. Åñð ŵé\'ļļ þŕöɓåɓļý šĥåŕé îţ åŕöûñð öûŕ öƒƒîçé šéŕVéŕ šö îţ çåñ ḿåķé éVéŕýöñé\'š ðåý.\n\nÅñð åš åļŵåýš, ķééþ ýöûŕ îðéåš çöḿîñĝ ƒöŕ ĥöŵ ŵé çåñ çöñţîñûé ţö ḿåķé Ðîšçöŕð éVéñ ɓéţţéŕ.\n\nĴåšöñ & Šţåñ\n\n\n one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six] - [2021-08-16 one two] + [Ñéŵ Féåţûŕéš »{added marginTop}«\n======================\n\n* **Šţûðéñţ Ĥûɓš åŕé ŕöļļîñĝ öûţ îñţéŕñåţîöñåļļý.** Çöññéçţ ŵîţĥ šţûðéñţ-ŕûñ šéŕVéŕš ƒöŕ çļûɓš, šţûðý ĝŕöûþš, åñð ḿöŕé ƒöŕ ýöûŕ šçĥööļ öŕ ûñîVéŕšîţý. Ţö åççéšš ýöûŕ Šţûðéñţ Ĥûɓ, ĝŕåɓ ýöûŕ šçĥööļ éḿåîļ åñð [ĝéţ šţåŕţéð](ĥţţþš://ðîšçöŕð.çöḿ/îñVîţé/ĥžÅ3ḾţÅÛŔû). Öŕ, îƒ ýöû\'ð ļîķé ţö ĝö ƒöŕ å ŵåļķ, öþéñ Ðîšçöŕð, ḿåķé å ŕîĝĥţ åñð ĥéåð ţö ŠéŕVéŕ ÐîšçöVéŕý, åñð ţĥéñ ţåķé ţŵö ļéƒţš þåšţ ţĥé çöñVéñîéñçé šţöŕé åñð çļîçķ öñ ţĥé ñéŵ Šţûðéñţ Ĥûɓš ţåɓ.\n* **Åððéð ñéŵ Ûšéŕ Þŕöƒîļé þåĝé ţö šéţţîñĝš.** Ýöû çåñ ñöŵ éðîţ ýöûŕ þŕöƒîļé åVåţåŕ, åɓöûţ ḿé, åñð, îƒ ýöû ĥåVé Ñîţŕö, þŕöƒîļé ɓåññéŕ åļļ îñ öñé þļåçé.\n* **βööšţš ñééðéð ƒöŕ βööšţîñĝ ĻéVéļš 2 åñð 3 ļöŵéŕéð.** ŠéŕVéŕš çåñ ñöŵ ŕéåçĥ ĻéVéļ 2 ŵîţĥ 7 βööšţš åñð ĻéVéļ 3 ŵîţĥ 14 βööšţš¡ Ûñļöçķ ţĥîñĝš ƒöŕ ýöûŕ šéŕVéŕ ļîķé ḿöŕé çûšţöḿ éḿöĵî, ĥîĝĥéŕ ûþļöåð ļîḿîţš ƒöŕ éVéŕýöñé, å šéŕVéŕ ɓåññéŕ, åŕĝûḿéñţš åɓöûţ ŵĥåţ ţĥé šéŕVéŕ ɓåññéŕ šĥöûļð ɓé, åñð ŕöļé îçöñš.\n* **Åñð öĥ ýéå åððéð çûšţöḿ ŕöļé îçöñš ţö βööšţîñĝ ĻéVéļ 2.** ΃ ýöû ĥåVé å šéŕVéŕ åţ ţĥîš ļéVéļ, ûþļöåð åñ îḿåĝé öŕ çĥööšé å ðéƒåûļţ öŕ çûšţöḿ éḿöĵî ţö šéţ åš åñ îçöñ ƒöŕ éåçĥ ŕöļé. Ŕöļé îçöñš ŵîļļ ðîšþļåý ñéхţ ţö ŕöļé ñåḿéš îñ ţĥé ḿéḿɓéŕ\'š ļîšţ åñð ñéхţ ţö ûšéŕñåḿéš ŵĥîļé ţéхţ çĥåţţîñĝ. Ĥéåð ţö ŠéŕVéŕ Šéţţîñĝš > Ŕöļéš åñð éðîţ å ŕöļé ţö ĝéţ šţåŕţéð.\n* **Ñéŵ ţĥŕéåðš þéŕḿîššîöñš åððéð.** Åððéð å *Šéñð Ḿéššåĝéš îñ Ţĥŕéåðš* þéŕḿîššîöñ ţö îḿþŕöVé ýöûŕ çöḿḿûñîţý\'š éхþéŕîéñçé åñð ûþðåţéð *Çŕéåţé Þûɓļîç Ţĥŕéåðš*, *Çŕéåţé ÞŕîVåţé Ţĥŕéåðš*, åñð *Ḿåñåĝé Ţĥŕéåðš* þéŕḿîššîöñš ţö ɓé éåšîéŕ ţö ûñðéŕšţåñð. Ļéåŕñ ḿöŕé îñ öûŕ [Ţĥŕéåðš Ḿöðéŕåţîöñ FÅq](ĥţţþš://šûþþöŕţ.ðîšçöŕð.çöḿ/ĥç/éñ-ûš/åŕţîçļéš/4404809613847).\n\n\n one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven] + [2021-10-04 one two] [éñ-ÛŠ one] [1 one] - [ĥţţþš://çðñ.ðîšçöŕðåþþ.çöḿ/åţţåçĥḿéñţš/702262956624314398/874360165003034674/Ðîšçöŕð_-_Ţĥé_ḾöVîé_2021.ḿþ4 one two three four five six seven eight nine ten eleven] + [ĥţţþš://çðñ.ðîšçöŕðåþþ.çöḿ/åţţåçĥḿéñţš/677236002271526936/857671612651143178/7ĝFžåðķq.þñĝ one two three four five six seven eight nine ten] [Çĥåñĝé Ñîçķñåḿé one two three] [Ḿéḿɓéŕš ŵîţĥ ţĥîš þéŕḿîššîöñ çåñ çĥåñĝé ţĥéîŕ öŵñ ñîçķñåḿé. one two three four five six seven] [Ñîçķñåḿéš åŕé Vîšîɓļé ţö éVéŕýöñé öñ ţĥîš šéŕVéŕ. Ðö ñöţ çĥåñĝé ţĥéḿ ûñļéšš ýöû åŕé éñƒöŕçîñĝ å ñåḿîñĝ šýšţéḿ öŕ çļéåŕîñĝ å ɓåð ñîçķñåḿé. one two three four five six seven eight nine ten eleven twelve thirteen] @@ -5849,8 +5849,8 @@ [Ḿéḿɓéŕš ŵîţĥ ţĥîš þéŕḿîššîöñ çåñ ðŕåĝ öţĥéŕ ḿéḿɓéŕš öûţ öƒ ţĥîš çĥåññéļ. Ţĥéý çåñ öñļý ḿöVé ḿéḿɓéŕš ɓéţŵééñ çĥåññéļš ɓöţĥ ţĥéý åñð ţĥé ḿéḿɓéŕ ţĥéý åŕé ḿöVîñĝ ĥåVé åççéšš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen] [ḾöVé Ţö one two] [Ûšéŕ ĥåš ɓééñ ḿöVéð ţö ţĥé šéļéçţéð çĥåññéļ. one two three four five] - [Åļéŕţ Çļéåŕéð one two] - [Ñö Åļéŕţ Šĥöŵîñĝ one two three] + [Åļéŕţ Çļéåŕéð one two] + [Ñö Åļéŕţ Šĥöŵîñĝ one two three] [Ñéŵ ñöţîƒîçåţîöñ one two three] [ŔéḿöVé »%1$s« one two] [Ḿöŕé ţĥåñ %1$d ñéŵ ñöţîƒîçåţîöñš one two three four] diff --git a/app/src/main/res/values-es-rES/plurals.xml b/app/src/main/res/values-es-rES/plurals.xml index 7e9b0583c7..57bb63ce4b 100644 --- a/app/src/main/res/values-es-rES/plurals.xml +++ b/app/src/main/res/values-es-rES/plurals.xml @@ -156,6 +156,10 @@ {#} fondo {#} fondos + + {#} character + {#} characters + {#} miembro {#} miembros @@ -1120,6 +1124,10 @@ en {#} día en {#} días + + {#} día + {#} días + {#} día {#} días @@ -1200,6 +1208,18 @@ 1 minuto {retryAfter} minutos + + , {#} mensaje no leído + , {#} mensajes no leídos + + + , {#} mensaje no leído + , {#} mensajes no leídos + + + , {#} mensaje no leído + , {#} mensajes no leídos + 1 persona más {n} personas más diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index de12d562ab..444bf855ea 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -33,6 +33,11 @@ Reduce la saturación de los colores en la aplicación para quienes sean sensibles a los colores. Por defecto, no afecta a la saturación de imágenes, vídeos, colores de los roles u otro contenido de los usuarios. los enlaces aparecerán así https://discord.com/ Saturación + Más rápido + Velocidad de texto a voz + Escucha previa + Más lento + Así es como suenan los mensajes de texto a voz con la velocidad actual. Nivel de zoom Cuenta Área de usuario @@ -230,6 +235,7 @@ Ver artículo de ayuda Tu fecha de nacimiento Alias + Ver más avatares del servidor Todos los hilos activos Todos los servidores Permitir @@ -769,7 +775,7 @@ Lamentablemente, esta compra no es susceptible de reembolso. Es posible solicitar un reembolso si la compra se realizó en los últimos {dateLimit} días y si se ha jugado al juego menos de {playtimeLimit} horas. *Se aplica a todas las suscripciones ¡Eh! ¿Intentas canjear una clave de Discord? La hemos movido a [tu inventario](onClick). - Confirmar cambio de precio + Confirmar cambio en el precio Descargar factura del IVA Descargar nota de crédito del IVA No puedes añadir nuevos métodos de pago en Modo Streamer. @@ -785,7 +791,7 @@ Las transacciones de !!{paymentGatewayName}!! no se indicarán a continuación. Para ver el historial de transacciones de !!{paymentGatewayName}!! o para cambiar tu método de pago en !!{paymentGatewayName}!!, [ve a los ajustes de facturación de !!{paymentGatewayName}!!]({billingHistoryLink}). Te has suscrito con !!{paymentGatewayName}!! Esta opción no está disponible para las suscripciones de !!{paymentGatewayName}!!. Para gestionar tu suscripción, [ve a los ajustes de facturación de !!{paymentGatewayName}!!]({subscriptionManagementLink}). - El precio final y la moneda dependerán del país que haya emitido el método de pago. [Más información aquí]({documentationLink}). + El precio final y la moneda dependerán del método de pago seleccionado y del país de emisión del mismo. [Más información aquí]({documentationLink}). ¡Copiado! Enlace de regalo Era un regalo @@ -853,8 +859,8 @@ !!{price}!! / año (¡{numFreeMonths} gratis!) Detalles de compra Este regalo ya se ha utilizado. - Ya has reembolsado una suscripción de mejora. - Ya has reembolsado una suscripción Nitro. + Ya se te ha reembolsado una suscripción de mejora. + Ya se te ha reembolsado una suscripción Nitro. Reembolsar Parece que ha habido un problema al intentar reembolsar tu compra: «!!{error}!!». Ponte en contacto con nuestro [equipo de soporte técnico]({supportUrl}) para recibir ayuda. @@ -875,10 +881,10 @@ Ya no me hace falta Me olvidé de cancelarla Compré un regalo que no llegué a usar - Otra cosa + Otro He tenido un problema al usar mejoras No era lo que me esperaba - Quiero cambiar de plan de suscripción Nitro + Quiero cambiar de plan de Nitro Lo he comprado por error Se ha añadido un impuesto de venta de !!{tax}!! debido a tu dirección de facturación. Los impuestos están incluidos en el precio. @@ -892,6 +898,7 @@ Ajustes de facturación Añadir método de pago Comprar mejoras del servidor + Gestionar suscripción Ver historial de pagos Regalar Discord Nitro Comprar Discord Nitro @@ -908,6 +915,7 @@ Selecciona un plan Seleccionar plan Tienda + Información de Sofort Crédito de suscripción Cambiar plan Tu suscripción cambiará el **{renewalDate}**. @@ -936,6 +944,7 @@ Cámbiate a un plan anual y ahorra algo de dinero. Disfruta de ventajas superpoderosas y de {numFreeGuildSubscriptions} durante todo el año. ¡2 meses gratis! ¡Has seleccionado {planName}! + Cancelado Fallido Pendiente Reembolsado @@ -985,6 +994,7 @@ Descripción detallada (opcional) Nombre del problema obligatorio Prioridad obligatoria + Característica con error ¿Qué problema has tenido? Se ha eliminado la captura de pantalla del informe Prioridad @@ -996,6 +1006,8 @@ Baja (P2) **Ni urgente ni importante.** La P3 nos permite reconocer que hay un problema, pero que no tiene por qué solucionarse hasta que se resuelvan otros más urgentes. Muy baja (P3) + Buscar características con error + Seleccionar característica con error Enviando informe Informe enviado Anulación de versión @@ -1005,7 +1017,6 @@ Anulación de versión para {releaseChannel} ID de versión {releaseChannel} solo de cliente - Solo objetivos {supportedTargets} Anulación de versión no válida Usuario incorrecto La versión no está disponible @@ -1061,10 +1072,12 @@ ¿Listo para un chat de vídeo? Aquí tienes una vista previa de tu cámara: Fondo del vídeo + Establecer un fondo de vídeo está disponible para un número limitado de personas. Difuminar Cambiar fondo Cambiar fondo del vídeo Personalizados + Fondo personalizado Ninguno ¡Has alcanzado el límite de {maxCustomBackgrounds}! Haz clic derecho para eliminar un fondo antes de añadir otro. ¡Sube tu propio fondo personalizado con Nitro! @@ -1126,20 +1139,25 @@ Editar perfil de servidor El establecimiento de un avatar diferente para cada uno de tus servidores está disponible para un número limitado de personas. Entendido + ¡Usa un pseudónimo y, si tienes Nitro, un avatar diferente en cada uno de tus servidores! + Actualizar mi perfil del servidor + ¡Novedades! Perfiles de servidores ¡Utiliza un avatar diferente en cada uno de tus servidores y más con Discord Nitro! Apodo (deshabilitado) Puedes cambiar cómo te ven los demás dentro de este servidor estableciendo un apodo y un avatar del servidor. Avatar de servidor $[BETA](betaBadgeHook) + Restablecer avatar principal Error desconocido Cambiar de avatar de servidor ¡Utiliza un avatar diferente en cada uno de tus servidores y más con **Discord Nitro!** + Los pseudónimos deben ser al menos {minLength} Desbloquear con Nitro Historial de cambios - Un mensaje de nuestros fundadores {added marginTop}\n======================\n\n**Creamos Discord en 2015** porque queríamos tener una forma más sencilla de hablar y pasar el rato con nuestros amigos mientras jugábamos. Buscábamos una forma de recrear la sensación de pasarse toda la noche de risas, bromeando y, sobre todo, siendo nosotros mismos. Queríamos mejorar esa experiencia y que fuera accesible a más personas.\n\nDesde entonces, Discord se ha convertido en el lugar en el que todo el mundo puede hablar y divertirse con sus comunidades o amigos, independientemente de la pasión que tengan. Siempre será el sitio en el que las personas se pueden relajar y mostrarse tal y como son, aunque sus amigos estén lejos. \n\nImagina un lugar {added marginTop}\n======================\n\nEn realidad, Discord tiene un significado distinto para cada persona. Por eso, hemos pedido a la gente que nos cuente historias de lo que Discord representa en su vida. Y nos han dejado compartir sus historias con vosotros para que montar una campaña publicitaria que no sea un asco.\n\nHemos creado Discord: la película (2021). \n\nEste corto homenajea las impresionantes y maravillosas historias que gente real ha compartido con nosotros, como el servidor de temática pirata de Lucie Winterwolf o el servidor de juegos nostálgicos de Kevdog.\n\nAh, también hay gente famosa.\n\nGracias {added marginTop}\n======================\n\nEs un orgullo y una gran inspiración ver las formas únicas y creativas que tenéis de usar Discord y las ideas que se os ocurren para aprovecharlo más. Las comunidades son el corazón de Discord. Nos honra habernos convertido en el lugar en el que habláis y os divertís con vuestra gente favorita mientras ahondáis en vuestros temas favoritos. \n\n¿Habéis conocido a vuestro mejor amigo jugando en Discord? ¿Administráis un servidor de intercambio de idiomas en gaélico? ¿O uno de fotografía de aves tibetanas? Compartid vuestras historias con nosotros en Twitter, Instagram o TikTok y usad el hashtag **#imagineaplace** para que podamos verlas.\n\nEstaremos atentos a vuestras historias. Y probablemente nos alegren el día. Y probablemente las compartamos en el servidor de la oficina para que les alegren el día a todos.\n\nComo siempre, seguidnos enviando ideas para que podamos mejorar Discord.\n\nJason y Stan\n\n\n - 2021-08-16 + Nuevas funciones {added marginTop}\n======================\n\n* **Los Centros de estudiantes se están implementando internacionalmente.** Conéctate con servidores administrados por estudiantes como clubes para tu escuela o universidad, grupos de estudio y más. Para acceder a tu Centro de estudiantes, toma el correo electrónico de tu escuela y [comienza](https://discord.com/invite/hzA3MtAURu). O, si deseas dar un paseo, abre Discord, gira a la derecha y diríjete a Explora servidores públicos, y luego gira dos veces a la izquierda, después de la tiendita de la esquina y haz clic en la nueva pestaña Centros de estudiantes.\n* **Agregamos una nueva página de perfil de usuario en los ajustes.** Ahora puedes cambiar tu avatar de perfil, sobre mí y, si tienes Nitro, el cartel de perfil, todo en un solo lugar.\n* **Se redujo el número de Boosts necesarios para los niveles 2 y 3.** ¡Los servidores ahora pueden alcanzar el nivel 2 con 7 Boosts y el nivel 3 con 14 Boosts! Desbloquea cosas para tu servidor como más emojis personalizados, límites de carga más altos para todos, un cartel del servidor, discusiones sobre qué debería ser el cartel del servidor e íconos de rol.\n* **Ah, sí, agregamos íconos de rol personalizados al nivel 2 de mejoras.** Si tienes un servidor con 7 Boosts, sube una imagen o elige un emoji personalizado para configurarlo como un ícono para cada rol. Los íconos de rol se mostrarán junto a los nombres del rol en la lista de miembros y junto a los nombres de usuario en el chat de texto. Dirígete a Ajustes del servidor > Roles y edita un rol para comenzar.\n* **Se agregaron nuevos permisos para hilos.** Agregamos el permiso *Enviar mensajes en los hilos* para mejorar la experiencia de tu comunidad, y actualizamos los permisos *Crear hilos públicos*, *Crear hilos privados*, y *Gestionar hilos* para que sean más fáciles de entender. Obtén más información en nuestro [FAQ de Moderación en hilos](https://support.discord.com/hc/es/articles/4404809613847).\n\n\n + 2021-10-04 es-ES 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png Cambiar apodo Los miembros con este permiso pueden cambiar su propio apodo. Los apodos son visibles para todos en este servidor. No los cambies a menos que quieras aplicar un sistema de nombres o borrar un apodo incorrecto. @@ -1181,6 +1199,8 @@ Silenciar canal !!{channelName}!! Silenciar un canal evita que aparezcan indicadores y notificaciones de no leído, a menos que te mencionen. nuevo-canal + Revisar requisitos + ¡El Descubrimiento de servidor ya está disponible para los servidores con más de mil miembros! Canal o categoría Este canal o servidor está actualmente silenciado. Orden del canal actualizado. @@ -1420,7 +1440,6 @@ Voz conectada Verificado Conexiones - Discord puede conectar con tus amigos y ayudarte a encontrarlos. Añade amigos de tus contactos de forma automática Sincroniza tus contactos Añade amigos de tus contactos y avísalos de que estás en Discord. @@ -1849,7 +1868,12 @@ Recortar Checo Color personalizado + Establece iconos únicos para cada rol con una mejora del servidor. Los iconos se muestran en el chat y la lista de miembros. Ve a **Ajustes del servidor > Roles** para comprobarlo. + Ya puedes establecer iconos de rol en **Ajustes del servidor > Roles**. Los iconos son únicos para cada rol y se muestran en el chat y la lista de miembros. + Ajustes del rol + Establecer iconos Entendido + ¡Novedad! Iconos de rol personalizados Estado personalizado Borrar después de Borrar estado @@ -2003,12 +2027,14 @@ Puede que al desconectar tu cuenta te eliminen de los servidores a los que te hayas unido con ella. Desconectar !!{name}!! Desconectar de voz + Acciones de desconexión Desconectar Desconectar Se ha desconectado de voz al usuario. Únete a más de 100 millones de personas que utilizan Discord para hablar y pasar el rato con comunidades y amigos. Imagina un lugar Rich Presence de Discord + ¡Próximamente en móvil! Por ahora, utiliza la versión de escritorio para acceder al Centro de Estudiantes. Descubrir Descubrimiento {speakersCount} @@ -2070,6 +2096,8 @@ Editar !!{user}!! Editando mensaje Entendido + Quizás más tarde + ¡Pruébalo! Griego Discord no tiene permiso para transmitir el sonido de tu aplicación. ¿Le das permisos de administrador a Discord para que les pueda enviar a tus amigos esas ondas de sonido tan molonas? Transmitir sin sonido @@ -2379,6 +2407,8 @@ Envía un mensaje aleatorio de bienvenida cuando alguien se una a este servidor. Envía un mensaje cuando alguien mejore este servidor. Se expulsará automáticamente a los miembros cuando se desconecten, a menos que tengan un rol asignado. + Si se deshabilita, solo los moderadores y quien haya creado el hilo podrán añadir nuevos miembros al hilo. + Si se deshabilita, solo los moderadores podrán desarchivar este hilo. Limita el número de usuarios que se pueden conectar a este canal de voz. Los usuarios con el permiso de **Mover miembros** pueden ignorar el límite y mover a otros usuarios a este canal. Los miembros del servidor deben cumplir los siguientes criterios antes de poder enviar mensajes en canales de texto o iniciar una conversación de mensajes directos. Esto no se aplica si un miembro tiene un rol asignado. **Se recomienda establecer un nivel de verificación para un Discord público.** Establece la calidad de vídeo de todos los participantes del canal. Elige **Automático** para conseguir un rendimiento óptimo. @@ -2908,6 +2938,7 @@ !!{username}!! jugando a {applicationName} Tus controladores de vídeo están desactualizados. Actualízalos para mejorar el rendimiento de la opción de compartir pantalla. Viendo a {username} + Ir al canal Entendido Otorgar membresía temporal Verde @@ -3015,10 +3046,13 @@ {count} para «{query}» Explora servidores públicos Ver + No tienes permiso para conectarte. + ¿Dónde es tu evento? Recomendamos una imagen de, al menos, 800 px de ancho y 400 px de alto. Añade una foto de portada (opcional) Eliminar foto Rellena los detalles de tu evento. + Cuéntales a los demás de qué va tu evento. Aquí puedes usar Markdown. ¿En qué se centra tu evento? Tema del evento {date} a las {time} @@ -3028,19 +3062,28 @@ {count} interesado(s) {count} Se te notificará cuando comience el evento - Unirse al servidor + Evento finalizado + Unirse y ver el evento O envía a un amigo un enlace de invitación al evento + Invita amigos al evento {count} escuchando Introducir una ubicación + Añade una ubicación, un enlace o algo. Otro lugar + Canal de texto, enlace externo o ubicación en persona. + Donde estabas cuando descargaste Discord + Es genial para eventos de audio de comunidades a gran escala. Diviértete con voz, vídeo, compartir pantalla y Go Live. Para que nadie se pierda por el camino. ¿Dónde es tu evento? Selecciona un canal Seleccionar un canal de voz + Crea eventos para reunir a tu servidor. No hay eventos próximamente. Ubicación + Información del evento Revisión + La hora de inicio debe estar en el futuro. Cuando llegue el momento, visita $[**!!{channelName}!!**](channelHook) para empezar el evento. Aquí tienes una vista previa de tu evento. Solo los miembros que pueden ver este canal tienen acceso a este evento. @@ -3051,6 +3094,7 @@ ¡Prueba con un canal de escenario! Empezar evento: {eventName} Programado para las {startTime} + Programado a las {startTime} Paso {step} de {total} Eventos Crear @@ -3511,6 +3555,7 @@ ¡Lo has conseguido! ¡{serverName} ya está en el mapa! Haz crecer tu comunidad con Descubrimiento de servidor Discord dará prioridad a este servidor en las búsquedas para los usuarios que hablen el idioma seleccionado. + Aparecer en la lista de [Descubrimiento de servidor]({documentationUrl}) permite que cualquier persona encuentre tu servidor y se una a él. ¡Seguimos pendientes de las estadísticas del estado de tu servidor! ¡Cuéntale a la gente de qué trata tu servidor con una descripción! Las categorías ayudan a Discord a organizar servidores para que la gente descubra con más facilidad las comunidades que les interesen. Puedes seleccionar 1 categoría principal y hasta 5 subcategorías. @@ -4032,12 +4077,12 @@ Húngaro Elegir categoría Categoría - Esta descripción del servidor aparecerá en el Centro. + Esta descripción del servidor aparecerá en el Centro de Estudiantes. ¿De qué trata tu servidor? ¿A qué se dedica la gente que hay aquí? Descripción del servidor ¡Listo! ¡Entendido! - ¡Tu servidor se ha añadido al Centro de !!{guildName}!!! + Tu servidor se ha añadido al Centro de Estudiantes de !!{guildName}!!. Añadir servidor ¡Todavía no has añadido ningún servidor! Servidores que has añadido @@ -4049,10 +4094,10 @@ Crear nuevo servidor ¿Quieres empezar un nuevo grupo? Podrás seguir invitando a gente ajena al Centro a tu servidor. - Ayuda a que crezca el Centro Discord de !!{guildName}!! + Ayuda a que crezca el Centro de Estudiantes de !!{guildName}!! Ir al servidor Volver al Centro - ¡Tu servidor se ha creado y añadido al Centro de !!{guildName}!!! + ¡Tu servidor se ha creado y añadido al Centro de Estudiantes de !!{guildName}!!! Personaliza tu servidor Ayuda a otros estudiantes a encontrar !!{guildName}!! Añade una descripción y una categoría a tu servidor para que la gente pueda encontrarlo con más facilidad. @@ -4063,20 +4108,21 @@ Invitar gente a este Centro ¡Eres de las primeras personas en llegar! Empecemos por añadir unos servidores y miembros. Te damos la bienvenida al Centro de Estudiantes para estudiantes de !!{guildName}!! - Centro Discord para !!{guildName}!! + Centro de Estudiantes de !!{guildName}!! Desde clubes y grupos de estudio hasta noches de juegos, hay un lugar para ti. Encuentra a tu gente + Centro de Estudiantes Centros de Estudiantes Es un lugar exclusivo para conectar con alumnos, descubrir servidores y compartir tus propios servidores para que se unan los alumnos. Los Centros de Estudiantes no están asociados ni los gestionan los centros educativos. Los servidores del Centro están dirigidos por estudiantes, pero puede haber personas que no sean estudiantes. Confirma el enlace desde tu correo electrónico para continuar la verificación. Esta página se actualizará automáticamente. Probar con otro correo electrónico Hemos enviado un enlace de confirmación a !!{email}!! Reenviar enlace de confirmación - Únete al Centro de Estudiantes del centro educativo a la que asistes. + Únete al Centro de Estudiantes del centro educativo al que asistes. ¿Estudias en varios centros? + No, gracias Unirse a Centro No, gracias - Encuentra fácilmente servidores dirigidos por estudiantes para tus grupos de estudio, clubs, noches de juegos y mucho más. ¿Estás estudiando actualmente? ¡Únete al Centro de Estudiantes de tu centro educativo! Correo electrónico del centro educativo name@school.edu @@ -4087,17 +4133,19 @@ ¿No encuentras tu centro educativo? [Únete a la lista de espera.](onJoinWaitlist) ¡Invitación para unirse a {count} en el Centro de Estudiantes de !!{guildName}!!! Unirse a otro Centro - Encuentra fácilmente servidores dirigidos por estudiantes para tus grupos de estudio, clubs, noches de juegos y mucho más. - ¿Estás estudiando actualmente? ¡Únete al Centro Discord de tu centro educativo! + ¿Estás estudiando actualmente? ¡Únete al Centro de Estudiantes de tu centro educativo! Unirse a Centro + Obtén acceso a centros exclusivos para estudiantes + El Centro de Estudiantes de tu centro educativo no está disponible todavía. ¡Escribe el nombre del centro y te avisaremos cuando lo esté! Unirse a la lista de espera Nombre del centro educativo Nombre completo del centro educativo Es un lugar exclusivo para conectar con alumnos, descubrir servidores y compartir tus propios servidores para que se unan los alumnos. Los Centros Discord no están asociados ni los gestionan los centros educativos. Los servidores del Centro están dirigidos por estudiantes, pero puede haber personas que no sean estudiantes. Centros de Estudiantes + ¿Qué es un Centro de Estudiantes? Si tu servidor va dirigido solamente a estudiantes, invita a tus compañeros de clase. No necesitan una dirección .edu para unirse. Eliminar del Centro - ¿Seguro que quieres eliminar a !!{guildName}!! de este Centro? + ¿Seguro que quieres eliminar a !!{guildName}!! de este Centro de Estudiantes? Editar ajustes Editar ajustes de !!{guildName}!! ¿Qué es un Centro de Estudiantes? @@ -4106,7 +4154,7 @@ Has enviado una invitación para unirse a un Centro. Invita amigos al Centro de Estudiantes de tu centro educativo Para unirse hace falta una dirección de correo electrónico. - ¿No has recibido el código? [Reenviar código](onClick) a !!{email}!! + Te hemos enviado un correo con el código. ¿No has recibido el código? [Reenviar código](onClick) a !!{email}!! ¡Vamos! Nombre completo Nombre real @@ -4119,11 +4167,13 @@ Invitar gente Unirse a servidores Mi escuela no aparece aquí - Verificar correo electrónico + Centro de Estudiantes verificado + Verifica tu correo electrónico para unirte sam@college.edu Correo electrónico del centro educativo + ¿Estás estudiando actualmente? ¡Únete al Centro de Estudiantes de tu centro educativo! Recibe una notificación cuando tu centro se cree para que puedas encontrar fácilmente servidores dirigidos por estudiantes para tus grupos de estudio y clubs. - Te avisaremos cuando el Centro Discord de !!{school}!! esté disponible. + Te avisaremos cuando el Centro de Estudiantes de !!{school}!! esté disponible. ¡Gracias! Estás en la lista de espera. unos segundos {time} @@ -4412,7 +4462,7 @@ Este emoji no funciona aquí porque es de un servidor diferente. Mejora a Discord Nitro para usar emojis de otros servidores. Este emoji no funciona aquí porque es de un servidor diferente. Discord Nitro puede solucionarlo. Revisa Ajustes de usuario > Nitro para más detalles. Introduce un enlace o código de invitación válido. - Tu método de pago falló, actualiza tus detalles de pago para continuar con tu suscripción Nitro. + Ha habido un error en el método de pago, actualiza tus datos de pago para continuar tu suscripción Nitro. canal-no-válido Canal no válido Invitar a un amigo @@ -4688,6 +4738,7 @@ Expulsar Expulsar miembros Expulsar a !!{user}!! + ¿Seguro que quieres expulsar a !!{user}!! del servidor? Podrá unirse de nuevo con una nueva invitación. Se ha expulsado a «!!{user}!!» del servidor. Ups… No se ha podido expulsar a !!{user}!!. ¡Vuelve a intentarlo! Expulsar a !!{user}!! del servidor @@ -4811,7 +4862,7 @@ ¿Te has enterado del nuevo precio de Nitro en {country}? [Más información]({documentationLink}). Gestionar plan Hemos reducido el precio de Nitro en tu zona. Reactívalo ya para ver si puedes ahorrar. - Hemos reducido el precio de Nitro en tu zona. Gestiona tu método de pago para ver si puedes ahorrar. [Más información]({documentationLink}). + Hemos reducido el precio de Nitro en algunas zonas. Gestiona tu método de pago para ver si puedes ahorrar. [Más información]({documentationLink}). Actualizar ahora Hemos reducido el precio de Nitro en tu zona. Actualiza tu método de pago para ver si puedes ahorrar. Gestionar plan @@ -4939,8 +4990,10 @@ Regalar Miembro Lista de miembros + Mostrar lista de miembros Este hilo solo lo podrán ver la gente a la que invites y los moderadores. Esta persona es propietaria del servidor y siempre tiene todos los permisos, independientemente de los roles. + Ocultar lista de miembros Añadir una pregunta Añadir una norma Recibirás una notificación cuando haya una actualización. @@ -5067,6 +5120,7 @@ Tienes que actualizar tu aplicación para unirte a este servidor. Miembros {members} + Lista de miembros de !!{channel}!! (canal) Miembros que coinciden con **!!{prefix}!!** Buscar miembros Mencionar @@ -5142,7 +5196,6 @@ Debes designar otro canal desde los [Ajustes del servidor > Comunidad > Vista general](onClick) antes de borrar este canal. Habilitar escala de hardware Característica experimental que puede mejorar el rendimiento en videollamadas. Cuidado, puede provocar inestabilidad. - Encuentra fácilmente servidores dirigidos por estudiantes para tus grupos de estudio, clubs, noches de juegos y mucho más. [Más información.](onClick) Un lugar exclusivo para conectar con alumnos, descubrir servidores y compartir tus propios servidores para que se unan otros alumnos. Los Centros Discord no están asociados ni los gestionan los centros educativos. Los servidores del Centro están dirigidos por estudiantes, pero puede haber personas que no sean estudiantes. @@ -5204,6 +5257,8 @@ Silenciar este canal Silenciar este servidor Silenciar esta conversación + Silenciar este hilo + Silenciar hilo Duración del silencio Silenciado hasta {endTime} Amigos en común @@ -5703,6 +5758,24 @@ Se ha enviado un SMS al teléfono asociado a esta cuenta. ¿No has recibido el código? [Reenviar código](onResendClick) Introduce el código de autenticación para restablecer tu contraseña Contraseña obligatoria. + Iniciar sesión con la contraseña en su lugar + Enviaremos un código a {recipient}. + Se ha enviado a {recipient}. + Introduce tu contraseña para la cuenta con el correo {email} + Introduce tu contraseña para la cuenta con el número de teléfono {phone} + Introduce tu contraseña + Obtén un código de inicio de sesión de un solo uso + Introduce el código para iniciar sesión + Continuar + Reenviar + Inicia sesión con tu número de teléfono o correo. Te enviaremos un código de un solo uso para iniciar sesión. + ¡Hola, hola! + Envíame un código + Inicia sesión con tu número de teléfono o correo para empezar a hablar. + ¡Hola de nuevo! + El inicio de sesión sin contraseña te permite iniciar sesión en tu cuenta de Discord tras introducir un código de 8 dígitos que te enviaremos al móvil o al correo. + Habilitar inicio de sesión sin contraseña + Inicio de sesión sin contraseña Pegar Pausar Continuar @@ -5741,6 +5814,7 @@ Editar método de pago Correo electrónico obligatorio. MM/AA + Giropay Información de pago No válido No hemos podido realizar correctamente el cargo en este método de pago. Asegúrate de que la información es correcta. @@ -5773,9 +5847,11 @@ Pendiente Sugerencias pendientes Gente + Avatar de servidor Sé quien quieras ser y utiliza un avatar diferente en cada uno de tus servidores. Múltiples avatares Sé quien quieras ser y utiliza un avatar diferente en cada uno de tus servidores + ¡Identidad actualizada! {percentage} %% desde la semana pasada ¿Necesitas ayuda con los permisos? Acceso a multimedia denegado - Discord tiene que acceder al almacenamiento para publicar archivos adjuntos. @@ -5863,15 +5939,15 @@ ¿Cancelar !!{planPremiumType}!!? No hemos podido cancelar tu suscripción Nitro. Vuelve a intentarlo o ponte en contacto con nuestro equipo de soporte técnico si el problema continúa. La cancelación para las suscripciones de Nitro y mejora del servidor se efectuará de inmediato. Tu Discord Tag pasará a ser aleatoria si la habías cambiado. - Olvídalo, conservar Nitro - Tus **2 mejoras gratis** y un **30 %% de descuento en mejoras** + Olvídalo, quiero conservar Nitro + Tus **2 mejoras gratis** y un **30 %% de descuento en mejoras** {boostCount} Acceso a **emojis personalizados** y **pegatinas** en todos tus servidores Un **avatar animado**, un **cartel de perfil** y una **Discord Tag** personalizada Un **avatar animado**, un **cartel de perfil** y una **Discord Tag** personalizada (#{discriminator}) Mayor calidad al **compartir pantalla** - Si cancelas, **perderás las siguientes ventajas:** - ¿Seguro que quieres cancelar? + Si lo cancelas, **perderás las siguientes ventajas:** + ¿Seguro que lo quieres cancelar? **Subidas** de archivos mayores y **mensajes más largos** Esta etiqueta no es válida. Debe tener 4 dígitos. Cuando termine tu suscripción Nitro, tu Discord Tag pasará a ser aleatoria. ¿Seguro que quieres cambiar tu Discord Tag? @@ -5894,7 +5970,7 @@ Explorar pegatinas Enseña a tus amigos cómo te sientes de verdad con las pegatinas personalizadas en el chat de todos los servidores y disfruta de 300 pegatinas exclusivas de Nitro. Pegatinas en el chat - Nitro es de lejos lo mejor. Y también de cerca. Perdón. [Más información sobre Nitro.](onLearnMore) + Nitro es un salto de calidad, una idea «soberrana». Perdón. [Más información sobre Nitro.](onLearnMore) Novedades de Nitro ¡Hemos bajado el precio de Nitro en Brasil! ¡Hemos bajado el precio de Nitro en Polonia! @@ -6266,17 +6342,17 @@ Tienes chat prémium, **{num}x** mejoras y un descuento en mejoras Tienes chat prémium, **{num}x** mejoras y un descuento en mejoras por **!!{price}!!** (cancelación pendiente) Tienes chat prémium, **{num}x** mejoras y un descuento en mejoras (cancelación pendiente) - Añadir pago - Tu suscripción Nitro termina {daysLeft}. Añade un método de pago para seguir usando la personalización de perfil y más. + Añadir método de pago + Tu suscripción Nitro acaba {daysLeft}. Añade un método de pago para seguir usando la personalización de perfil y más. Más información - Perderás el acceso a la personalización del perfil, los emojis animados y más hoy. - Tu acceso Nitro termina hoy. - Descartar + Perderás el acceso a la personalización del perfil, las subidas de archivos más grandes, compartir pantalla mejorado y más en {daysLeft}. + Tu acceso Nitro acaba hoy. + Cerrar Conservar Nitro Si vuelves a activar Nitro, reanudaremos el cargo de **{price}** en tu método de pago y seguiremos cobrándote **mensualmente** hasta que canceles la suscripción. Puedes cancelarla en cualquier momento desde la página de Ajustes. Si vuelves a activar Nitro, reanudaremos el cargo de **{price}** en tu método de pago y seguiremos cobrándote **anualmente** hasta que canceles la suscripción. Puedes cancelarla en cualquier momento desde la página de Ajustes. Si no conservas Nitro, **perderás las siguientes ventajas:** - Tu acceso Nitro termina en {daysLeft}. + Tu acceso Nitro acaba en {daysLeft}. Tu suscripción Nitro veterana está a punto de pasar a ser Nitro Classic. Si quieres conservar tus ventajas actuales, incluidas las mejoras, actualiza ya. Ajuste de mejoras Vas a realizar un cambio de plan. Tus mejoras del servidor se cambiarán en consecuencia. @@ -6286,7 +6362,7 @@ Precio total de la nueva suscripción Actualizar ahora Ha habido un error en el pago de tu suscripción Nitro, actualiza tus datos de pago. - Añadir pago + Añadir método de pago Tu suscripción Nitro está a punto de terminar. Añade un método de pago para seguir usando la personalización de perfil y más. La fecha de tu próxima renovación es el **{renewalDate}**. Ajuste de {planName} @@ -6493,6 +6569,14 @@ No puedes enviar mensajes a usuarios bloqueados Enviar mensaje a @!!{name}!! Quick Switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, mensaje de grupo + !!{name}!!, mensaje de grupo {mentions} + !!{name}!!, servidor + Resultados + !!{name}!!, usuario, !!{id}!! + !!{name}!!, usuario, !!{id}!! {mentions} + {mentions} Borradores Más información acerca de Quick Switcher ¿No encuentras lo que buscas? @@ -7157,6 +7241,120 @@ Este canal cuenta con permisos especiales. Para escuchar, necesitarás que desactive el ensordecimiento alguien como un moderador o un administrador del servidor. Servidor ensordecido Háblales un poco a todos acerca de este servidor. + Acepta las normas + Incumplir nuestras políticas puede dar lugar a sanciones contra tu servidor, como su eliminación de Descubrimiento. + Cumple con las [Directivas de la Comunidad]({communityGuidelinesUrl}) y las [Directivas de Descubrimiento]({discoveryGuidelinesUrl}) de Discord + Normas + Crea un espacio acogedor en el que no se promueva ni tolere el acoso, la toxicidad y las actividades ilegales. + Fomenta un ambiente sano y positivo + Ayuda a que el Descubrimiento de servidor siga siendo seguro para todos + La totalidad del contenido de los servidores debe ser apta para mayores de 13 años. + No exhibas contenido explícito, gráfico ni sexual + 3d + estética + animación + anime + aplicaciones + arte + baloncesto + bebidas + bitcoin + culturismo + bots + bts + calistenia + ropa + codificación + universidad + comunidad + crossfit + criptomonedas + adorable + defi + diseño + bot-de-discord + disney + disneyworld + dibujo + música-electrodance + educación + emojis + emoticonos + inglés + e-sports + ethereum + eventos + ejercicio + fantasy-football + moda + fivem + comida + fútbol-americano + forex + formula1 + fortnite + amigos + divertido + juegos + github + regalos + gimnasio + hardware + hiphop + deberes + hypebeast + inversiones + javascript + k-pop + idioma + leagueoflegends + aprendizaje + lgbtq + linux + manga + memes + salud-mental + metal + minecraft + producción-musical + nba + nfl + nft + nitro + nutrición + código-abierto + opciones + fotografía + premier-league + programación + carreras + rap + reddit + roblox + juego-de-roles + colegio + superación-personal + cantar + aperitivos + zapatillas + fútbol + social + software + deportes + acciones + streamer + streetwear + estudiar + estilo + apoyo + supreme + tecnología + trading + viajes + twitch + valorant + yeezy + youtube Emojis del servidor Cerrar todas las carpetas Marcar carpeta como leída @@ -7429,6 +7627,8 @@ Orador Escenario en directo ¿De qué vas a hablar hoy? + Imagínate que hay musiquilla de ascensor. + Pulsa «Iniciar el escenario» y elige un tema para empezar la conversación. Esperando a que empiece el escenario… algún día de estos. Esperando a que empiece el escenario. !!{username}!!: @everyone !!{topic}!! va a empezar. ¡Atentos! @@ -7528,6 +7728,10 @@ Usadas frecuentemente $[~~{regularPrice}~~](originalPriceHook) gratis !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Comprar mejoras + Sube {count} o más pegatinas personalizadas con una mejora del servidor. + Gestionar pegatinas + ¡Tu servidor está esperando a que subas unas cuantas pegatinas! Detalles de {stickerPackName} Animadas Tiempo limitado restante: {time} @@ -7830,6 +8034,7 @@ Publica imágenes, GIF, pegatinas, opiniones y bromas Canales de texto Canales de texto que coinciden con **!!{prefix}!!** + Se aplican las tarifas de datos y mensajes normales. Permisos de texto Acciones de zona de texto Enviar mensaje a !!{channel}!! @@ -7874,6 +8079,7 @@ Únete a este hilo para recibir notificaciones y guardarlo en tu lista de canales. Un moderador ha archivado este hilo. Solo los moderadores pueden desarchivarlo. Todo el mundo puede invitar + Todo el mundo puede desarchivar No hay nadie en este hilo. Puedes invitar a gente si la @mencionas en un mensaje. No puedes ver este hilo @@ -8069,6 +8275,7 @@ Desactivar silencio del canal Desactivar silencio de conversación Desactivar silencio del servidor + Desactivar silencio del hilo Sin nombre Retirar ¡Elimínalo! @@ -8503,8 +8710,6 @@ Discord, la película Las vacaciones de Wumpus Vaporwave - ¡Exprésate con los fondos de vídeo y, si tienes Nitro, sube tus propios fondos! - ¡Nuevos fondos de vídeo! Háblanos de tu experiencia con los fondos de vídeo. ¿Qué tal los fondos de vídeo? La detección del fondo no era precisa @@ -8515,6 +8720,7 @@ ¿Has tenido un problema? ¡Gracias por informarnos de tu problema! Opiniones como la tuya nos ayudan a mejorar los fondos de vídeo. Eliminar fondo + ¡Sube fondos de vídeo personalizados, transmite con resolución HD a 60 fps [y más con Discord Nitro](onLearnMore)! ¿Quieres subir tu propio fondo? Centrar Ocultar miembros diff --git a/app/src/main/res/values-fi/plurals.xml b/app/src/main/res/values-fi/plurals.xml index db733bad17..d436787f9d 100644 --- a/app/src/main/res/values-fi/plurals.xml +++ b/app/src/main/res/values-fi/plurals.xml @@ -1129,8 +1129,12 @@ {#} kuukautta - {#} päivän kuluttua - {#} päivän kuluttua + {#} päivän + {#} päivän + + + {#} päivän + {#} päivän {#} päivän @@ -1212,6 +1216,18 @@ 1 minuutin {retryAfter} minuutin + + , {#} lukematon viesti + , {#} lukematonta viestiä + + + , {#} lukematon viesti + , {#} lukematonta viestiä + + + , {#} lukematon viesti + , {#} lukematonta viestiä + 1 muu {n} muuta diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index bb7021147a..8762057510 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -60,6 +60,11 @@ Vähennä sovelluksen värikylläisyyttä väriherkkiä käyttäjiä varten. Tämä ei oletusarvoisesti vaikuta kuvien, videoiden, roolin värien tai muun käyttäjien toimittaman sisällön värikylläisyyteen. linkit näyttävät tältä: https://discord.com/ Värikylläisyys + Nopeampi + Tekstistä puheeksi -nopeus + Esikatselu + Hitaampi + Tekstistä puheeksi kuulostaa tältä nykyisellä nopeudella. Suurennuksen taso Tili Käyttäjäalue @@ -812,7 +817,7 @@ Palveluntarjoajan !!{paymentGatewayName}!! tapahtumat eivät näy alla olevassa luettelossa. Jos haluat tarkastaa palveluntarjoajan !!{paymentGatewayName}!! tapahtumahistoriasi tai muuttaa palveluntarjoajan !!{paymentGatewayName}!! kanssa käyttämääsi maksutapaa, [siirry palveluntarjoajan !!{paymentGatewayName}!! laskutusasetuksiin]({billingHistoryLink}). Olet tehnyt tilauksen palveluntarjoajan !!{paymentGatewayName}!! kautta Tätä ei tueta palveluntarjoajan !!{paymentGatewayName}!! kautta tehdyissä tilauksissa. Voit hallita tilaustasi [siirtymällä palveluntarjoajan !!{paymentGatewayName}!! laskutusasetuksiin]({subscriptionManagementLink}). - Lopullinen hinta ja valuutta perustuvat siihen, mikä maa on myöntänyt maksutapasi. [Lue lisää täältä]({documentationLink}). + Lopullinen hinta ja valuutta perustuvat valittuun maksutapaan ja siihen, missä maassa maksuväline on myönnetty. [Lue lisää täältä]({documentationLink}). Kopioitu! Lahjalinkki Tämä oli lahja @@ -919,6 +924,7 @@ Laskutusasetukset Lisää maksutapa Osta palvelimen nostatuksia + Tilauksen hallinta Näytä maksuhistoria Anna Discord Nitro lahjaksi Osta Discord Nitro @@ -935,6 +941,7 @@ Valitse tilaus Valitse tilaus Kauppa + Sofort-tiedot Tilaushyvitys Vaihda tilausta Tilauksesi muuttuu **{renewalDate}** alkaen. @@ -963,6 +970,7 @@ Siirry vuositilaajaksi ja säästä selvää rahaa. Supermahtavat edut ja {numFreeGuildSubscriptions} ovat käytettävissäsi ympäri vuoden. 2 kk ilmaiseksi! Valintasi on {planName}! + Peruutettu Epäonnistui Odottaa Hyvitetty @@ -1013,6 +1021,7 @@ Yksityiskohtainen kuvaus (valinnainen) Ongelman nimi on pakollinen Prioriteetti on pakollinen + Esittelyalue Mikä on ongelmana? Näyttökuva poistettu ilmoituksesta Prioriteetti @@ -1024,6 +1033,8 @@ Alhainen (P2) **Ei kiireellinen eikä tärkeä.** P3-prioriteettitasoa käyttämällä voit ilmoittaa ongelmista, joiden korjaamiseen ei ole tarve ryhtyä ennen kuin kiireellisemmät asiat on käsitelty. Erittäin alhainen (P3) + Etsi esittelyalueista + Valitse esittelyalue Lähetetään ilmoitus Ilmoitus lähetetty Koontiversion ohitus @@ -1033,7 +1044,6 @@ Koontiversion ohitus kanavalle {releaseChannel} Koontiversion tunnus {releaseChannel}, vain asiakasohjelma - Vain {supportedTargets} Virheellinen koontiversion ohitus Virheellinen käyttäjä Koontiversio ei ole käytettävissä @@ -1089,10 +1099,12 @@ Oletko valmis videokeskusteluun? Tässä on esikatselukuva kameraltasi: Videokuvan tausta + Videokuvan taustan asettaminen on tällä hetkellä rajoitetun käyttäjäjoukon käytettävissä. Sumennus Vaihda tausta Vaihda videokuvan tausta Mukautettu + Mukautettu taustakuva Ei mitään {maxCustomBackgrounds} enimmäisrajasi on täyttynyt! Poista tausta hiiren kakkospainiketta napsauttamalla ennen kuin lisäät uuden taustan. Lataa itsellesi oma mukautettu tausta Nitro-etuna! @@ -1154,10 +1166,11 @@ Muokkaa palvelinprofiilia Eri avatarin valitseminen kullekin omalle palvelimelleen on tällä hetkellä rajoitetun käyttäjäjoukon käytettävissä. Selvä - Käytä eri avataria kullakin palvelimellesi ja monia muita etuja Discord Nitrolla! + Käytä eri avataria kullakin palvelimellesi ja monia muita etuja Discord Nitrolla. Nimimerkki (pois käytöstä) Asettamalla palvelinkohtaisen nimimerkin ja avatarin voit muuttaa sitä, miten muut näkevät sinut palvelimella. Palvelimen avatar $[BEETA](betaBadgeHook) + Palauta ensisijainen avatar Tuntematon virhe Vaihda avatar palvelimelle Käytä eri avataria kullakin palvelimellesi ja monia muita etuja **Discord Nitrolla**. @@ -1204,6 +1217,8 @@ Mykistä kanava !!{channelName}!! Kanavan mykistäminen estää ilmoitusten ja huomautusten näkymisen, jollei sinua mainita. uusi_kanava + Tarkista kelpoisuus. + Palvelinhaku on nyt avoinna palvelimille, joissa on vähintään tuhat jäsentä! Kanava tai luokka Tämä kanava tai palvelin on tällä hetkellä mykistettynä. Kanavajärjestys päivitetty. @@ -1464,7 +1479,6 @@ Äänet yhdistetty Vahvistettu Yhteydet - Discord voi yhdistää sinut kavereihisi ja auttaa kavereitasi löytämään sinut. Lisää yhteystietosi kavereiksi automaattisesti Synkronoi yhteystietosi Lisää yhteystiedoissasi olevat henkilöt kavereiksesi ja ilmoita heille, että olet Discordissa. @@ -1894,7 +1908,12 @@ Rajaa tšekki Mukautettu väri + Palvelimen nostatusta käyttämällä voit asettaa yksilölliset kuvakkeet kullekin roolille. Tutustu toimintoon valitsemalla **Palvelinasetukset > Roolit**. + Voit nyt asettaa roolien kuvakkeet valitsemalla **Palvelinasetukset > Roolit**. Kuvakkeet ovat nyt roolikohtaisia ja ne näkyvät keskusteluissa ja jäsenluetteossa. + Rooliasetukset + Aseta kuvakkeet Selvä + UUTTA! Mukautetut roolikuvakkeet Mukautettu tila Tyhjennä jälkeen Tyhjennä tila @@ -2048,12 +2067,14 @@ Tilisi yhteyden katkaiseminen saattaa poistaa sinut palvelimilta, joihin olet liittynyt tällä tilillä. Katkaise tilin !!{name}!! yhteys Katkaise yhteys puhekanavaan + Yhteyden katkaisutoiminnot Katkaise yhteys Katkaise yhteys Käyttäjän yhteys puhekanavaan on katkaistu. Liity yli 100 miljoonan Discordin käyttäjän joukkoon juttelemaan ja hengailemaan yhteisöjesi ja kavereidesi kanssa. Kuvittele paikka Discordin Rich Presence + Tulossa pian mobiililaitteille! Toistaiseksi oppilaskeskukset ovat käytettävissä tietokoneella Hae Haku {speakersCount} @@ -2115,6 +2136,8 @@ Muokkaa käyttäjää !!{user}!! Muokataan viestiä Selvä + Ehkä myöhemmin + Kokeile sitä kreikka Discord ei voi striimata sovelluksesi ääniä puuttuvien käyttöoikeuksien takia. Haluatko antaa Discordille järjestelmänvalvojan oikeudet, jotta voit lähettää ääniaaltoja kavereidesi kuuloelimiin? Striimaa ilman ääniä @@ -2480,6 +2503,8 @@ Lähetä satunnainen tervetuloviesti, kun joku liittyy tälle palvelimelle. Lähetä viesti, kun joku nostattaa tätä palvelinta. Mikäli jäsenellä ei ole roolia, hänet erotetaan automaattisesti yhteyden katketessa. + Kun tämä asetus on pois käytöstä, vain valvojat ja ketjun luoja voivat lisätä uusia jäseniä tähän ketjuun. + Kun tämä asetus on pois käytöstä, vain valvojat voivat peruuttaa tämän ketjun arkistoinnin. Rajoittaa yhtäaikaisesti tälle kanavalle päästettävien käyttäjien määrää. **Siirrä käyttäjiä** -oikeuden omistavat henkilöt voivat ohittaa rajoituksen ja siirtää muita henkilöitä kanavalle rajoituksesta huolimatta. Palvelimen jäsenten on täytettävä seuraavat kriteerit, ennen kuin he voivat lähettää viestejä tekstikanavilla. Tämä ei päde, jos jäsenelle on annettu jokin rooli. **Suosittelemme asettamaan varmistustason julkiselle Discord-palvelimelle.** Asettaa kameran videokuvan laadun kaikille kanavan osallistujille. Valitse **Automaattinen**, jos haluat optimoida suorituskyvyn. @@ -3009,6 +3034,7 @@ !!{username}!! pelaa ({applicationName}) Video-ohjaimesi ovat vanhentuneet. Päivitä ne, niin ruudunjako toimii paremmin. Katsoo tätä: {username} + Siirry kanavalle Selvä Myönnä väliaikainen jäsenyys Vihreä @@ -3116,10 +3142,13 @@ {count} löytyi haulla ”{query}” Selaa julkisia palvelimia Näytä + Yhdistämisoikeutta ei ole. + Missä tapahtumasi järjestetään? Suositus on vähintään 800 kuvapistettä leveä 400 kuvapistettä korkea kuva. Lisää kansivalokuva (valinnainen) Poista valokuva Täytä tapahtumasi tiedot. + Kerro ihmisille hieman lisää tapahtumastasi. Tässä voi käyttää markdown-syntaksia. Mitä tapahtumasi käsittelee? Tapahtuman aihe {date} klo {time} @@ -3129,19 +3158,28 @@ {count} kiinnostunutta {count} on kiinnostunut Saat ilmoituksen, kun tapahtuma käynnistyy - Liity palvelimelle + Tapahtuma on päättynyt + Liity ja katso tapahtumaa Tai lähetä tapahtumakutsulinkki kaverille + Kutsu kavereita tapahtumaan {count} kuuntelee Anna sijainti + Lisää sijaintitieto, linkki tai muita tietoja. Jossakin muualla + Tekstikanava, ulkoinen linkki tai fyysinen paikka. + Missä olit, kun latasit Discordin + Hyvä isompien yhteisöjen äänitapahtumiin. Hengaile yhdessä käyttämällä ääni- ja videokeskusteluja, ruudunjakoa ja Go Live ‑striimausta. Jotta kaikki löytävät perille. Missä tapahtumasi järjestetään? Valitse kanava Valitse puhekanava + Kokoa palvelin yhteen luomalla tapahtumia. Tulevia tapahtumia ei ole. Sijainti + Tapahtuman tiedot Tarkistus + Alkamisajan on oltava tulevaisuudessa. Kun on aika käynnistää tapahtuma, siirry tänne: $[**!!{channelName}!!**](channelHook)! Tässä on tapahtumasi esikatselukuva. Tämän tapahtuman näkevät vain ne jäsenet, jotka näkevät tämän kanavan. @@ -3152,6 +3190,7 @@ Kokeile esityskanavaa! Aloita tapahtuma ”{eventName}” Ajoitettu alkamisaika: {startTime} + Ajoitettu alkamisaika: {startTime} Vaihe {step}/{total} Tapahtumat Luo @@ -3612,6 +3651,7 @@ Olet mukana! {serverName} on nyt kartalla! Kasvata yhteisöäsi palvelinhaun avulla Discord käsittelee tämän palvelimen ensisijaisena valittua kieltä puhuvien käyttäjien hauissa. + Kun olet mukana [palvelinhaussa]({documentationUrl}), kuka tahansa käyttäjä voi löytää palvelimesi ja liittyä sille. Odotamme yhä palvelimesi toimintakuntotietoja! Kerro kuvauksessa, mikä palvelimesi tarkoitus on! Luokat auttavat Discordia järjestämään palvelimet niin, että ihmiset löytävät itseään kiinnostavat yhteisöt helposti. Voit valita yhden pääluokan ja enintään viisi alaluokkaa. @@ -4133,12 +4173,12 @@ unkari Valitse luokka Luokka - Tämä palvelimen kuvaus näkyy keskuksessa. + Tämä palvelimen kuvaus näkyy oppilaskeskuksessa. Mistä palvelimessasi oikein on kyse? Mitä ihmiset tekevät siellä? Palvelimen kuvaus Onnistui! Asia ymmärretty! - Palvelimesi on lisätty keskukseen (!!{guildName}!!)! + Palvelimesi on lisätty oppilaskeskukseen (!!{guildName}!!)! Lisää palvelin Et ole vielä lisännyt yhtään palvelinta. Lisäämäsi palvelimet @@ -4150,10 +4190,10 @@ Luo uusi palvelin Haluatko aloittaa uuden ryhmän? Voit edelleen kutsua ihmisiä keskuksen ulkopuolelta palvelimellesi. - Auta Discord-keskuksen (!!{guildName}!!) kasvattamisessa + Auta kasvattamaan oppilaitoksen !!{guildName}!! oppilaskeskusta Siirry palvelimelle Takaisin keskukseen - Palvelimesi on luotu ja lisätty keskukseen (!!{guildName}!!)! + Palvelimesi on luotu ja lisätty oppilaskeskukseen (!!{guildName}!!)! Mukauta palvelintasi Auta muita opiskelijoita löytämään tiensä tänne: !!{guildName}!! Kirjoita palvelimesi kuvaus ja valitse sille luokka, jonka avulla ihmiset löytävät sen. @@ -4163,10 +4203,11 @@ Lisää palvelin tähän keskukseen Kutsu ihmisiä tähän keskukseen Olet ensimmäisten joukossa! Aloitetaan lisäämällä palvelimia ja jäseniä. - Tervetuloa yhteisön !!{guildName}!! oppilaiden oppilaskeskukseen - Discord-keskus – !!{guildName}!! + Tervetuloa oppilaitoksen !!{guildName}!! oppilaiden oppilaskeskukseen + Oppilaitoksen !!{guildName}!! oppilaskeskus Seuroista opintopiireihin ja peli-iltoihin – löydä itsellesi sopiva paikka. Etsi tutut ihmiset + Oppilaskeskus Oppilaskeskukset Eksklusiivinen paikka, jossa opiskelijat voivat pitää yhteyttä toisiinsa, löytää uusia kiinnostavia palvelimia ja jakaa omia palvelimiaan muille opiskelijoille. Keskukset eivät ole virallisesti yhteydessä oppilaitoksiin tai niiden hallinnoimia. Keskusten palvelimet ovat opiskelijavetoisia, mutta niissä voi olla jäseninä myös muita kuin opiskelijoita. Jatka vahvistusta valitsemalla sähköpostiisi saamassasi viestissä oleva linkki. Tämä sivu päivitetään automaattisesti. @@ -4175,9 +4216,9 @@ Lähetä vahvistuslinkki uudelleen Voit liittyä kaikkien sellaisten oppilaitosten oppilaskeskuksiin, joissa olet kirjoilla. Opiskeletko useassa oppilaitoksessa? + Ei kiitos Liity keskukseen Ei kiitos - Sen kautta löydät helposti oppilaitoksesi opiskelijoiden ylläpitämät opintopiirien, seurojen, peli-iltojen ja muiden aktiviteettien palvelimet. Oletko nykyinen opiskelija? Liity oppilaitoksesi oppilaskeskukseen! Oppilaitoksen sähköpostiosoite nimi@oppilaitos.edu @@ -4188,17 +4229,19 @@ Eikö oppilaitostasi löydy? [Liity odotuslistalle.](onJoinWaitlist) Liity {count} seuraan yhteisön !!{guildName}!! oppilaskeskukseen! Liity toiseen keskukseen - Sen kautta löydät helposti oppilaitoksesi opiskelijoiden ylläpitämät opintopiirien, seurojen, peli-iltojen ja muiden aktiviteettien palvelimet. - Oletko nykyinen opiskelija? Liity oppilaitoksesi Discord-keskukseen! + Oletko nykyinen opiskelija? Liity oppilaitoksesi oppilaskeskukseen! Liity keskukseen + Liity vain opiskelijoille tarkoitettuihin keskuksiin + Oppilaitoksesi oppilaskeskusta ei ole vielä avattu. Anna oppilaitoksesi nimi, niin ilmoitamme, kun sen keskus avataan. Liity odotuslistalle Oppilaitoksen nimi Oppilaitoksen koko nimi Eksklusiivinen paikka, jossa opiskelijat voivat pitää yhteyttä toisiinsa, löytää uusia kiinnostavia palvelimia ja jakaa omia palvelimiaan muille opiskelijoille. Keskukset eivät ole virallisesti yhteydessä oppilaitoksiin tai niiden hallinnoimia. Keskusten palvelimet ovat opiskelijavetoisia, mutta niissä voi olla jäseninä myös muita kuin opiskelijoita. Oppilaskeskukset + Mikä oppilaskeskus oikein on? Jos palvelimesi on tarkoitettu vain opiskelijoille, kutsu sinne vain opiskelukavereitasi. He voivat liittyä vain .edu-osoitteella. Poista keskuksesta - Haluatko varmasti, että !!{guildName}!! poistetaan tästä keskuksesta? + Haluatko varmasti, että !!{guildName}!! poistetaan tästä oppilaskeskuksesta? Muokkaa asetuksia Muokkaa asetuksia – !!{guildName}!! Mikä oppilaskeskus oikein on? @@ -4207,7 +4250,7 @@ Lähetit keskukseen liittymiskutsun Kutsu kavereita oppilaitoksesi oppilaskeskukseen Liittymiseen tarvitaan oppilaitoksen myöntämä sähköpostiosoite. - Etkö saanut koodia? [Lähetä koodi uudestaan](onClick) osoitteeseen !!{email}!! + Lähetimme koodin sähköpostiisi. Etkö saanut koodia? [Lähetä koodi uudestaan](onClick) osoitteeseen !!{email}!! Aloitetaan Koko nimi Oikea nimi @@ -4220,11 +4263,13 @@ Kutsu ihmisiä Liity palvelimille Oppilaitokseni ei ole tässä - Vahvista sähköpostiosoite + Vahvistettu oppilaskeskus + Liity vahvistamalla sähköpostisi matti@oppilaitos.edu Oppilaitoksen sähköpostiosoite + Oletko nykyinen opiskelija? Liity oppilaitoksesi oppilaskeskukseen! Tilaa ilmoitus oppilaitoksesi keskuksen avaamisesta, niin löydät helposti opiskelijoiden ylläpitämät opintopiirien ja muiden ryhmien palvelimet. - Otamme yhteyttä, kun !!{school}!! saa oman Discord-keskuksen. + Otamme yhteyttä, kun !!{school}!! saa oppilaskeskuksen. Kiitos! Olet odotuslistalla. muutama sekunti {time} @@ -4791,6 +4836,7 @@ Erota Erota jäseniä Erota !!{user}!! + Haluatko varmasti erottaa käyttäjän !!{user}!! palvelimelta? Hän voi liittyä takaisin uudella kutsulla. !!{user}!! on erotettu palvelimelta. Hupsista… käyttäjää !!{user}!! ei voitu erottaa. Yritä uudelleen! Erota !!{user}!! palvelimelta @@ -4913,15 +4959,15 @@ Voit muuttaa tätä myöhemmin. Hei! Valitse kieli Oletko jo kuullut uudesta {country}-kohtaisesta Nitro-hinnoittelusta? [Lue lisää]({documentationLink}). - Hallinnoi tilausta + Tilauksen hallinta Olemme laskeneet Nitron hintoja alueellasi. Aktivoi nyt uudelleen ja katso, saatko säästöjä. - Olemme laskeneet Nitron hintoja alueellasi. Hallinnoi maksutapaasi ja katso, saatko säästöjä. [Lue lisää]({documentationLink}). + Olemme laskeneet Nitron hintoja joillakin alueilla. Siirry maksutavan hallintaan, niin näet, saatko säästöjä. [Lue lisää]({documentationLink}). Päivitä nyt Olemme laskeneet Nitron hintoja alueellasi. Päivitä maksutapasi ja katso, saatko säästöjä. - Hallinnoi tilausta + Tilauksen hallinta Olemme laskeneet Nitron hintoja alueellasi. Katso, saatko säästöjä paikallisella valuutallasi. Kun vaihdat maksutapasi, myös tilauksesi hinta ja valuuttaa vaihtuvat uuteen hintaan ja valuuttaan, jotka ovat {newCurrencyAndPrice}. [Klikkaa tästä]({helpCenterLink}), niin saat lisätietoja maksusi suuruuden määräytymisestä. - **Vinkki**: Maksa tilauksesi käyttämällä paikallista {country} maksutapaa ja valuuttaa {currency}! [Klikkaa tästä]({helpCenterLink}), niin saat lisätietoja hinnan ja valuutan määräytymisestä. + **Vinkki**: Maksa tilauksesi käyttämällä paikallista ({country}) maksutapaa ja valuuttaa ({currency})! [Klikkaa tästä]({helpCenterLink}), niin saat lisätietoja hinnan ja valuutan määräytymisestä. **Hurraa!** Koska asuinpaikkasi on {country}, saat Nitron nyt alennettuun hintaan {newPrice}! [Lue lisää]({helpCenterLink}). Kirjaudu sisään Kirjaudutaan nimellä !!{username}!! @@ -5055,8 +5101,10 @@ Lahjoita Jäsen Jäsenluettelo + Näytä jäsenluettelo Vain kutsumasi ihmiset ja valvojat näkevät tämän ketjun. Tämä henkilö on palvelimen omistaja ja hänellä on aina kaikki oikeudet riippumatta hänen roolistaan. + Piilota jäsenluettelo Lisää kysymys Lisää sääntö Saat ilmoituksen, kun tilanne muuttuu. @@ -5183,6 +5231,7 @@ Sinun on päivitettävä sovelluksesi, jos haluat liittyä tälle palvelimelle. Jäsenet {members} + Jäsenluettelo: !!{channel}!! (kanava) Jäsenet, joita vastaa **!!{prefix}!!** Etsi jäseniä Mainitse @@ -5258,7 +5307,6 @@ Määritä ensin korvaava kanava valitsemalla [Palvelinasetukset > Yhteisö > Yleiskatsaus](onClick), jotta voit poistaa tämän kanavan. Käytä laitteistoskaalausta Kokeellinen ominaisuus, joka saattaa parantaa videopuheluiden suorituskykyä. Varo, voi johtaa hitauteen. - Löydä helposti oppilaitoksesi opiskelijoiden ylläpitämät opintopiirien, seurojen, peli-iltojen ja muiden aktiviteettien palvelimet. [Lue lisää.](onClick) Eksklusiivinen paikka, jossa opiskelijat voivat pitää yhteyttä toisiinsa, löytää uusia kiinnostavia palvelimia ja jakaa omia palvelimiaan muille opiskelijoille. Keskukset eivät ole virallisesti yhteydessä oppilaitoksiin tai niiden hallinnoimia. Keskusten palvelimet ovat opiskelijavetoisia, mutta niissä voi olla jäseninä myös muita kuin opiskelijoita. @@ -5353,6 +5401,8 @@ Mykistä tämä kanava Mykistä tämä palvelin Mykistä tämä keskustelu + Mykistä tämä ketju + Mykistä ketju Mykistyksen kesto Mykistetty {endTime} asti Yhteiset kaverit @@ -5854,6 +5904,24 @@ Nollaa salasanasi antamalla vahvistuskoodisi Salasana vaaditaan. Näytä salasana + Kirjaudu sen sijaan salasanalla + Koodi lähetetään tänne: {recipient}. + Koodi lähetetty tänne: {recipient}. + Anna sähköpostiosoitteeseen {email} liitetyn tilin salasana + Anna puhelinnumeroon {phone} liitetyn tilin salasana + Anna salasana + Hanki kirjautumisen kertakäyttökoodi + Kirjaudu sisään antamalla koodi + Jatka + Lähetä uudelleen + Kirjaudu puhelinnumerollasi tai sähköpostiosoitteellasi. Lähetämme sinulle kertakäyttökoodin kirjautumista varten. + Hei taas! + Lähetä koodi + Aloita keskustelu kirjautumalla puhelinnumerollasi tai sähköpostiosoitteellasi. + Tervetuloa takaisin! + Salasanatonta kirjautumista käyttämällä voit kirjautua Discord-tilillesi antamalla puhelimeesi tai sähköpostiisi lähettämämme 8-numeroisen koodin. + Ota salasanaton kirjautuminen käyttöön + Salasanaton kirjautuminen Liitä Keskeytä Jatka @@ -5892,6 +5960,7 @@ Muokkaa maksutapaa Sähköposti on pakollinen. KK/VV + Giropay Maksutiedot Virheellinen Maksua ei voitu veloittaa näillä maksutapatiedoilla. Tarkista, että tiedot ovat oikeat. @@ -5924,9 +5993,11 @@ Odottaa Kaveripyynnöt Ihmiset + Palvelinkohtainen avatar Voit valita haluamasi avatarin erikseen kullekin palvelimellesi. Useita avatareja Voit valita haluamasi avatarin erikseen kullekin palvelimellesi + Henkilöllisyys päivitetty! {percentage} %% viime viikosta alkaen Tarvitsetko apua käyttöoikeuksien kanssa? Ei pääsyä mediaan – Discord tarvitsee tallennustilan käyttöoikeuden liitteiden lähettämiseen. @@ -6016,7 +6087,7 @@ Emme pystyneet peruuttamaan Nitro-jäsenyyttäsi. Ole hyvä ja yritä uudelleen, tai ota yhteyttä tukeemme, jos ongelma jatkuu. Nitron ja palvelinnostatusten tilausten peruutus tulee voimaan välittömästi. DiscordTagisi vaihtuu satunnaisesti, jos olet muuttanut sitä. Unohdetaan koko juttu, pidän Nitron - **2 ilmaista nostatusta** ja **30 %%:n alennus nostatuksista** + **2 ilmaista nostatusta** ja **30 %%:n alennus nostatuksista** {boostCount} Oikeus käyttää **mukautettuja emojeita** ja **tarroja** kaikilla omilla palvelimilla **Animoitu avatar**, **profiilibanneri** ja mukautettu **DiscordTag** @@ -6419,9 +6490,9 @@ Sinulla on käytössä premium-keskustelu, **{num} kpl** nostatuksia ja nostatusalennus arvoltaan **!!{price}!!** (peruutus käynnissä) Sinulla on käytössä premium-keskustelu, **{num} kpl** nostatuksia ja nostatusalennus (peruutus käynnissä) Lisää maksu - Nitro-tilauksesi päättyy {daysLeft}. Jos haluat käyttää profiilin mukautusta ja muita ominaisuuksia myös jatkossa, lisää maksutapa. + Nitro-tilauksesi päättyy {daysLeft} kuluttua. Jos haluat käyttää profiilin mukautusta ja muita etuja myös jatkossa, lisää maksutapa. Lue lisää - Tänään menetät pääsyn profiilin mukautukseen, animoituihin hymiöihin ja moneen muuhun. + {daysLeft} kuluttua menetät oikeuden profiilin mukautukseen, suurempiin tiedostojen latauskokoihin, parempaan ruudunjakoon ja moneen muuhun etuun. Nitro-käyttöoikeutesi päättyy tänään. Sulje Pidä Nitro @@ -6644,6 +6715,14 @@ Et voi lähettää viestejä estetyille käyttäjille Viestitä käyttäjälle @!!{name}!! Pikavaihtaja + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, ryhmäviesti + !!{name}!!, ryhmäviesti {mentions} + !!{name}!!, palvelin + Tulokset + !!{name}!!, käyttäjä, !!{id}!! + !!{name}!!, käyttäjä, !!{id}!! {mentions} + {mentions} Luonnokset Lue lisää pikavaihdosta Etkö löydä hakemaasi? @@ -7309,6 +7388,120 @@ Tällä kanavalla on käytössä erikoiskäyttöoikeudet. Jos haluat kuunnella kanavalla, sinun on pyydettävä valtuutettua käyttäjää, kuten palvelimen valvojaa tai ylläpitäjää, poistamaan hiljennyksesi. Palvelin hiljennetty Kerro muulle maailmalle jotain tästä palvelimesta. + Hyväksy säännöt + Käytäntöjemme rikkominen saattaa johtaa palvelimeesi kohdistuviin rangaistustoimiin, kuten palvelinhausta poistamiseen. + Noudata Discordin [yhteisösääntöjä]({communityGuidelinesUrl}) ja [palvelinhaun toimintasääntöjä]({discoveryGuidelinesUrl}) + Säännöt + Luo turvallinen ympäristö, jossa ei kannusteta häirintään, loukkaavaan käytökseen tai laittomaan toimintaan tai suvaita niitä. + Edistä turvallista ja myönteistä ympäristöä + Auta pitämään palvelinhaku turvallisena kaikille + Kaiken palvelimen sisällön on oltava sopivaa 13-vuotiaille ja vanhemmille. + Älä salli sopimatonta tai seksuaalista sisältöä + 3d + estetiikka + animaatio + anime + sovellukset + taide + koripallo + virvoitusjuomat + bitcoin + kehonrakennus + botit + bts + kalisteniikka + vaatteet + koodaus + korkeakoulut + yhteisö + crossfit + kryptovaluutta + söpö + hajautettu-rahoitus + design + discord-botti + disney + disneyworld + piirtäminen + elektroninen-tanssimusiikki + koulutus + emoji + emotet + englanti + esports + ethereum + tapahtumat + harjoittelu + fantasiajalkapallo + muoti + fivem + ruoka + amerikkalainen-jalkapallo + valuutanvaihto + formula1 + fortnite + kaverit + hauskanpito + pelaaminen + github + ilmaislahjat + kuntosali + tietokonelaitteet + hiphop + kotityöt + hypebeast + sijoittaminen + javascript + k-pop + kieli + leagueoflegends + oppiminen + hlbt + linux + manga + meemit + mielenterveys + metalli + minecraft + musiikin-tuottaminen + nba + nfl + nft + nitro + ravitsemus + avoin-koodi + optiot + valokuvaus + valioliiga + ohjelmointi + kilpa-autoilu + rap + reddit + roblox + roolipeli + koulunkäynti + itsensä-kehittäminen + laulu + napostelu + lenkkarit + jalkapallo + sosiaalisuus + ohjelmistot + urheilu + osakkeet + striimaaja + katuvaatteet + opiskeleminen + tyyli + tuki + supreme + tekniikka + osakekauppa + matkailu + twitch + valorant + yeezy + youtube Palvelimen emoji Sulje kaikki kansiot Merkitse kansio luetuksi @@ -7581,6 +7774,8 @@ Puhuja Esitys livenä Mistä aiot puhua tänään? + Kuvittele tähän hissimusiikkia. + Aloita keskustelu valitsemalla ”Aloita esitys” ja valitsemalla sitten aihe. Odotetaan esityksen alkamista… Ihan milloin tahansa. Odotetaan esityksen alkamista. !!{username}!!: @everyone ”!!{topic}!!” on alkamassa. Kuuntele sitä! @@ -7681,6 +7876,10 @@ Usein käytetyt Ilmainen $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Osta nostatuksia + Lataa palvelimelle yli {count} mukautettua tarraa palvelimen nostatuksella. + Tarrojen hallinta + Palvelimesi odottaa, että lataat sinne tarroja! {stickerPackName} – tiedot Animoitu Rajoitettu, aikaa jäljellä: {time} @@ -7984,6 +8183,7 @@ Lisää viesteihin kuvia, GIF-animaatioita, tarroja, mielipiteitä ja sanaleikkejä Tekstikanavat Tekstikanavat, joita vastaa **!!{prefix}!!** + Normaalit viesti- ja datasiirtomaksut ovat voimassa. Tekstioikeudet Tekstialuetoiminnot Lähetä viesti: !!{channel}!! @@ -8028,6 +8228,7 @@ Liity tähän ketjuun, niin voit saada ilmoituksia ja tallentaa kanavaluetteloosi. Valvoja on arkistoinut tämän ketjun. Vain valvojat voivat avata sen uudelleen. Kaikki voivat käyttää kutsuja + Kuka tahansa voi peruuttaa arkistoinnin Tässä ketjussa ei ole ketään. Voit kutsua uusia ihmisiä @mainitsemalla heidät viestissä. Tätä ketjua ei voi katsoa @@ -8227,6 +8428,7 @@ Poista kanavan mykistys Poista keskustelun mykistys Poista palvelimen mykistys + Poista ketjun mykistys Nimetön Poista kiinnitys Kyllä, poista se. @@ -8663,8 +8865,6 @@ Discord-elokuva Wumpuksen loma Vaporwave - Ilmaise itseäsi videokuvan taustoilla – ja jos sinulla on Nitro, lataa omia taustoja! - Uudet videokuvan taustat! Kerro meille kokemuksestasi videokuvan taustojen kanssa. Miltä videokuvan taustat tuntuivat? Taustan tunnistus ei toiminut tarkasti @@ -8675,6 +8875,7 @@ Onko sinulla ongelmia? Kiitos ongelmasta ilmoittamisesta! Kaltaisesi palautteen antajat auttavat meitä parantamaan videokuvan taustoja Poista tausta + Tilaamalla [Discord Nitron](onLearnMore) voit ladata käyttöösi mukautettuja videoiden taustakuvia, striimata HD-tarkkuudella 60 FPS:n nopeudella ja käyttää monia muita etuja! Haluatko ladata oman taustan palvelimelle? Tarkenna Piilota jäsenet diff --git a/app/src/main/res/values-fr/plurals.xml b/app/src/main/res/values-fr/plurals.xml index 9db535a902..4877f2113c 100644 --- a/app/src/main/res/values-fr/plurals.xml +++ b/app/src/main/res/values-fr/plurals.xml @@ -156,6 +156,10 @@ {#} d'arrière-plan {#} arrière-plans + + {#} caractère + {#} caractères + {#} membre {#} membres @@ -517,12 +521,12 @@ {#} personnes sont intéressées - 1 événement - {count} événements + 1 Événement + {count} Événements - {#} événement - {#} événements + {#} Événement + {#} Événements , {#} mention non lue @@ -913,8 +917,8 @@ **{count}** autres serveurs sont indisponibles à cause d'une panne temporaire. - {#} boost appliqué - {#} boosts appliqués + {#} boost appliqué + {#} boosts appliqués {#} boost @@ -1129,12 +1133,16 @@ {#} mois - dans {#} journée - dans {#} jours + dans {#} jour + dans {#} jours + + + {#} jour + {#} jours - {#} jour - {#} jours + {#} jour + {#} jours 1 jour @@ -1212,6 +1220,18 @@ 1 minute {retryAfter} minutes + + , {#} message non lu + , {#} messages non lus + + + , {#} message non lu + , {#} messages non lus + + + , {#} message non lu + , {#} messages non lus + une autre personne {n} autres personnes diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 8bec369ebf..f35f6ee720 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -60,6 +60,11 @@ Réduit la saturation des couleurs dans l\'application pour les personnes sensibles aux couleurs. Par défaut, ceci n\'affecte pas la saturation des images, des vidéos, des couleurs de rôles ou de tout autre contenu fourni par les utilisateurs. les liens ressembleront à ceci : https://discord.com/ Saturation + Plus rapide + Vitesse synthèse vocale + Aperçu + Plus lent + Voici à quoi ressemble la synthèse vocale à la vitesse actuelle. Niveau de zoom Compte Zone utilisateur @@ -257,6 +262,7 @@ Consulter l\'article d\'assistance Ta date de naissance Alias + Voir d\'autres avatars de serveurs Tous les fils actifs Tous les serveurs Autoriser @@ -796,7 +802,7 @@ Nous sommes désolés, mais cet achat ne peut pas être remboursé. Un remboursement peut être demandé si cet achat a été fait dans les {dateLimit} derniers jours et si tu as joué au jeu pendant moins de {playtimeLimit} heures. *S\'applique à tous les abonnements Psst ! Alors comme ça on essaie d\'utiliser une clé Discord ? On a pris la liberté de la déplacer dans [ton Inventaire](onClick). - Confirmer le changement de prix + Confirmer le changement de tarif Télécharger la facture TVA Télécharger l\'avoir TVA Tu ne peux pas ajouter de nouvelles sources de paiement en étant en mode streamer. @@ -812,7 +818,7 @@ Les transactions !!{paymentGatewayName}!! n\'apparaîtront pas ci-dessous. Pour voir l\'historique des transactions !!{paymentGatewayName}!! ou pour modifier ton mode de paiement !!{paymentGatewayName}!!, [rends-toi dans tes paramètres de facturation !!{paymentGatewayName}!!]({billingHistoryLink}). Tu t\'es abonné(e) avec !!{paymentGatewayName}!! Ceci n\'est pas compatible avec les abonnements !!{paymentGatewayName}!!. Pour gérer ton abonnement, [consulte tes paramètres de facturation !!{paymentGatewayName}!!]({subscriptionManagementLink}). - Le tarif final et la monnaie seront basés sur le pays qui t\'a fourni ton mode de paiement. [En savoir plus ici]({documentationLink}). + Le tarif final et la monnaie seront basés sur ton choix de mode de paiement et sur le pays qui te l\'a fourni. [En savoir plus]({documentationLink}). Copié ! Lien de cadeau Ceci était un cadeau @@ -883,7 +889,7 @@ Nous avons déjà remboursé un abonnement Boost pour ce compte. Nous avons déjà remboursé un abonnement Nitro pour ce compte. Remboursement - On dirait qu\'il y a eu un problème lorsque nous avons essayé de rembourser ton achat : !!{error}!!. + On dirait qu\'il y a eu un problème lorsque nous avons essayé de rembourser ton achat : !!{error}!!. Contacte notre [équipe d\'assistance clientèle]({supportUrl}) pour demander de l\'aide. Nous sommes désolés, mais cet achat ne peut pas être remboursé. Des problèmes avec ton achat ? @@ -897,7 +903,7 @@ Date de sortie Signaler un problème En demandant un remboursement, tu acceptes de perdre ton accès à cette fonctionnalité. - Pour quelle raison souhaites-tu un remboursement + Pour quelle raison souhaites-tu un remboursement ? J\'ai changé d\'avis Je n\'en ai plus besoin J\'ai oublié de résilier @@ -919,6 +925,7 @@ Paramètres de facturation Ajouter un mode de paiement Acheter des boosts de serveur + Gérer ton abonnement Afficher l\'historique de paiement Cadeau Discord Nitro Acheter Discord Nitro @@ -935,6 +942,7 @@ Sélectionne un abonnement Sélectionner l\'abonnement Boutique + Informations Sofort Crédit d\'abonnement Changer d\'abonnement Ton abonnement changera le **{renewalDate}**. @@ -963,6 +971,7 @@ Passe à un abonnement annuel et fais des économies. Profite d\'avantages surpuissants et de {numFreeGuildSubscriptions} toute l\'année. 2 mois gratuits ! Tu as sélectionné {planName} ! + Annulé Échec En attente Remboursé @@ -1013,6 +1022,7 @@ Description détaillée (facultatif) Nom de problème requis Priorité requise + Zone de fonctionnalités Quel est le problème ? Capture d\'écran supprimée du signalement Priorité @@ -1024,6 +1034,8 @@ Basse (P2) **Ni urgent ni important.** P3 nous permet de relever des points incommodants, mais qui n\'ont pas besoin d\'être résolus avant d\'autres problèmes plus pressants. Très basse (P3) + Rechercher des zones de fonctionnalités + Sélectionner une zone de fonctionnalités Envoi du signalement en cours Signalement envoyé Dérogation de version @@ -1033,7 +1045,6 @@ Dérogation de version pour {releaseChannel} Identifiant de version Client {releaseChannel} uniquement - Cibles {supportedTargets} uniquement Dérogation de version invalide Utilisateur incorrect Version non disponible @@ -1089,10 +1100,12 @@ Prêt à discuter par vidéo ? Voici un aperçu de ta caméra : Arrière-plan de la vidéo + La possibilité de sélectionner un arrière-plan de vidéo est accessible à un nombre limité de personnes pour le moment. Flou Changer l\'arrière-plan Changer l\'arrière-plan de la vidéo Personnalisés + Arrière-plan personnalisé Aucun Tu as atteint la limite de {maxCustomBackgrounds} ! Fais un clic droit pour supprimer un arrière-plan avant d\'en ajouter un nouveau. Télécharge ton arrière-plan personnalisé, optimisé par Nitro ! @@ -1154,20 +1167,25 @@ Modifier le profil du serveur Définir un avatar différent pour chacun de tes serveurs est actuellement possible pour un nombre restreint de personnes. Compris + Utilisez un pseudo, et si vous avez Nitro, un avatar différent dans chacun de vos serveurs ! + Mise à jour du profil de mon serveur + NOUVEAU ! Profils de serveur Avec Discord Nitro, utilise un avatar différent sur chacun de tes serveurs et bien plus ! Pseudo (Désactivé) Tu peux changer la façon dont les autres te voient dans ce serveur en personnalisant ton pseudo et ton avatar de serveur. Avatar du serveur $[BÊTA](betaBadgeHook) + Restaurer l\'avatar principal Erreur inconnue Changer l\'avatar du serveur Avec **Discord Nitro**, utilise un avatar différent sur chacun de tes serveurs et bien plus ! + Les caractères doivent être d\'au moins {minLength} Déverrouiller avec Nitro Notes de mise à jour - Un message de nos fondateurs {added marginTop}\n======================\n\n**Discord est né en 2015** d\'une envie de proposer une façon plus pratique de jouer aux jeux vidéo tout en discutant et en passant du temps avec nos amis. Une façon de recréer ce sentiment de rester debout toute la nuit à rire, à blaguer, et, le plus important, à être nous-mêmes. Nous voulions rendre cette expérience meilleure et accessible à plus de monde.\n\nDepuis, Discord est devenu le lieu où nous pouvons tous discuter et passer du temps avec notre communauté ou nos amis, quelles que soient nos passions. Ce sera toujours un lieu de détente et d\'expression de soi, peu importe où nos amis se trouvent. \n\nImagine un endroit {added marginTop}\n======================\n\nMais en réalité, Discord représente quelque chose de différent pour chacun. Donc nous avons proposé à des personnes de partager leur histoire et ce que Discord représente pour eux. Et ils nous laissent partager ces histoires avec vous pour faire une campagne de marketing pas trop nulle.\n\nNous avons créé Discord - Le film (2021). \n\nUn court-métrage qui met en avant les histoires incroyablement passionnantes que de véritables personnes ont partagées avec nous, comme le serveur de Lucie Winterwolf et son thème sur la piraterie, ou celui de Kevdog inspiré de jeux rétro.\n\nOh, et il y a des célébrités aussi.\n\nMerci à vous {added marginTop}\n======================\n\nNous sommes émus et inspirés par l\'utilisation unique et créative que vous faites de Discord, et par toutes vos idées pour rendre Discord plus utile. Les communautés sont ce qui fait vivre Discord. Nous sommes honorés d\'être le lieu où vous discutez et où vous vous amusez avec les gens que vous aimez, tout en explorant les choses que vous aimez. \n\nVous avez rencontré votre meilleur ami en jouant sur Discord ? Vous gérez un serveur d\'échanges linguistiques en gaélique ? Ou de photographie d\'oiseaux tibétains ? Partagez votre histoire avec nous sur Twitter, Instagram ou TikTok et utilisez **#imagineaplace** pour attirer notre attention.\n\nNous serons à l\'affût de votre histoire. Et elle illuminera certainement notre journée. Et nous la partagerons certainement sur le serveur du bureau pour qu\'elle illumine la journée de tout le monde.\n\nEt comme toujours, continuez de laisser libre cours à vos idées pour faire de Discord quelque chose d\'encore mieux.\n\nJason & Stan\n\n\n - 2021-08-16 + Nouvelles Fonctionnalités {added marginTop}\n======================\n\n* **Les Pôles Étudiants sont déployés au niveau international.** Connectez-vous avec des serveurs gérés par des étudiants pour des clubs, des groupes d\'études et bien plus, pour votre école ou votre université. Pour accéder à votre Pôle Étudiant, saisissez le courriel de votre institution et [commencez](https://discord.com/invite/hzA3MtAURu). Ou si vous préférez passer par un chemin un peu plus long, ouvrez Discord, dirigez-vous vers Découvrir les serveurs, puis cliquez sur le nouvel onglet Pôles Étudiants.\n* **Ajout d\'une nouvelle page au Profil d\'Utilisateur dans les paramètres.** Vous pouvez désormais modifier votre profil d\'avatar, votre à propos de moi, et si vous avez Nitro, votre bannière de profil, et ce tout en une seule place.\n* **Boosts requis pour atteindre les niveaux 2 et 3 revus à la baisse.** Les serveurs peuvent désormais atteindre le niveau 2 avec 7 Boosts et le niveau 3 avec 14 Boosts ! Débloquez des choses pour votre serveur comme des emojis personnalisés, des limites de téléchargement plus élevées pour tout le monde, une bannière de serveur, des discussions sur ce que la bannière du serveur devrait être, et des icônes pour chaque rôle.\n* **Ah oui, et on a ajouté des icônes de rôle personnalisées au niveau de boost 2.** Si vous avez un serveur à ce niveau, téléchargez une image ou choisissez un emoji personnalisé pour mettre une icône pour chaque rôle. Les icônes de rôle seront affichées à côté des noms de rôle dans la liste de membres et à côté des noms d\'utilisateur lors d\'un clavardage. Visitez les paramètres du serveur, puis les Rôles et modifiez un rôle pour commencer.\n* **Nouvelles permissions pour les fils de discussion ajoutées.** La permission *Envoyer des messages dans les fils de discussion* a été ajoutée pour améliorer l\'expérience de votre communauté et les permissions *Créer des fils de discussion publics*, *Créer des fils de discussion privés* et *Gérer les fils de discussion* ont été mises à jour pour être plus faciles à comprendre. Pour en savoir plus, consultez notre [Réponses aux questions pour la modération des fils de discussion](https://support.discord.com/hc/fr/articles/4404809613847).\n\n\n + 2021-10-04 fr 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png Changer le pseudo Les membres ayant cette permission peuvent changer leur propre pseudo. Les pseudos sont visibles de tous sur ce serveur. Ne les modifie pas à moins de vouloir faire respecter une règle de nommage ou de vouloir remplacer un pseudo que tu juges inapproprié. @@ -1209,6 +1227,8 @@ Rendre le salon !!{channelName}!! muet Rendre muet un salon empêche tout type d\'indicateurs et notifications d\'apparaître à moins que tu ne sois mentionné(e). nouveau-salon + Vérifier l\'éligibilité + La fonctionnalité Découverte de serveurs est maintenant disponible pour les serveurs comptant plus de 1 000 membres ! Salon ou catégorie Ce salon ou ce serveur est muet. Ordre des salons mis à jour. @@ -1469,7 +1489,6 @@ Voix connectée Vérifiée Connexions - Discord te connecte avec tes amis et leur permet de te retrouver plus facilement. Ajouter des amis automatiquement à partir des contacts Synchroniser tes contacts Ajoute tes amis depuis tes contacts et dis-leur que tu es sur Discord. @@ -1899,7 +1918,12 @@ Recadrer Tchèque Couleurs personnalisées + Définis une icône unique pour chaque rôle avec les boosts de serveur. Les icônes apparaissent dans la discussion et dans la liste des membres. Jette un œil dans **Paramètres du serveur > Rôles**. + Tu peux maintenant définir des icônes de rôle dans **Paramètres du serveur > Rôles**. Les icônes sont spécifiques à un rôle et apparaissent dans la discussion et dans la liste des membres. + Paramètres du rôle + Définir les icônes Compris + NOUVEAUTÉ : icônes de rôle personnalisées Statut personnalisé Supprimer ultérieurement Supprimer le statut @@ -2053,12 +2077,14 @@ Déconnecter ton compte pourrait t\'éjecter des serveurs que tu as rejoints grâce à ce compte. Déconnecter !!{name}!! Déconnexion vocale + Déconnecter les actions Déconnecter Déconnexion Un utilisateur a été déconnecté du salon vocal. Rejoins plus de 100 millions d\'utilisateurs sur Discord, retrouve tes amis et découvre des communautés. Imagine un endroit Rich Presence Discord + Bientôt sur mobile ! En attendant, va vite sur l\'application de bureau pour accéder aux Pôles étudiants Découvrir Découverte {speakersCount} @@ -2120,6 +2146,8 @@ Modifier !!{user}!! Modification du message Compris + Peut-être plus tard + Fais le test Grec Pour cause de permissions manquantes, Discord ne peut pas streamer le son de ton application. Accorder les permissions d\'administrateur à Discord afin d\'envoyer ces douces fréquences audio à tes amis ? Streamer sans son @@ -2485,6 +2513,8 @@ Envoyer un message d\'accueil aléatoire lorsque quelqu\'un rejoint ce serveur. Envoyer un message lorsque quelqu\'un booste ce serveur. Les membres seront expulsés automatiquement lors de leur déconnexion, sauf si un rôle leur est assigné. + Quand cette option est désactivée, seuls les modérateurs et la personne qui a créé le fil peuvent ajouter de nouveaux membres au fil. + Quand cette option est désactivée, seuls les modérateurs peuvent désarchiver ce fil. Limite le nombre d\'utilisateurs pouvant se connecter à ce salon vocal. Les utilisateurs ayant la permission **Déplacer des membres** peuvent ignorer cette limite et déplacer d\'autres utilisateurs dans le salon. Les membres du serveur doivent répondre aux critères suivants avant de pouvoir envoyer des messages dans les salons de discussion ou commencer une conversation privée. Ces exigences ne s\'appliquent pas aux membres ayant un rôle assigné. **Nous recommandons de définir un niveau de vérification pour un serveur Discord public.** Définit la qualité vidéo de la caméra pour tous les salons participants. Choisis **Automatique** pour obtenir la performance la plus adaptée. @@ -3014,6 +3044,7 @@ !!{username}!! Joue à {applicationName} Tes pilotes vidéo ne sont plus à jour. Mets-les à jour pour profiter d\'une meilleure performance de partage d\'écran. Regarde {username} + Aller dans le salon Compris Accorder le statut de membre provisoire Vert @@ -3121,10 +3152,13 @@ {count} pour « {query} » Explore les serveurs publics Afficher + Permission manquante pour se connecter. + Où se trouve ton événement ? Nous recommandons une image d\'au moins 800 px de large et 400 px de haut. Ajoute une photo de couverture (facultatif) Retirer la photo Décris en détail ton événement. + Donne un peu plus de détails sur ton événement. La syntaxe Markdown fonctionne ici. C\'est quoi, ton événement ? Sujet de l\'événement {date} à {time} @@ -3134,19 +3168,28 @@ {count} personnes intéressées {count} Tu seras averti(e) lorsque l\'événement débutera - Rejoindre un serveur + L\'événement est terminé + Rejoindre et assister à l\'événement Ou sinon, envoie un lien d\'invitation à un événement à un ami + Invite des amis à rejoindre l\'événement {count} personnes à l\'écoute Saisis un emplacement + Ajouter un lieu, un lien ou autre. Ailleurs + Salon textuel, lien externe ou lien en personne. + Où tu étais quand tu as installé Discord + Idéal pour les événements audio de communautés plus grandes. Rejoins tes ami(e)s en vocal, vidéo, partage d\'écran et Go Live. Ainsi, personne ne se perd en chemin. Où se trouve ton événement ? Sélectionne un salon Sélectionner un salon vocal + Crée des événements pour rassembler ton serveur. Aucun événement à venir. Emplacement + Infos de l\'événement Révision + La date de départ doit être une date à venir. Quand c\'est le moment, visite $[**!!{channelName}!!**](channelHook) pour commencer l\'événement ! Voici un aperçu de ton événement. Seuls les membres capables d\'afficher ce salon peuvent voir cet événement. @@ -3157,6 +3200,7 @@ Essaie d\'utiliser un salon de conférence ! Commencer l\'événement : « {eventName} » Prévu pour {startTime} + Prévu pour {startTime} Étape {step} de {total} Événements Créer @@ -3617,6 +3661,7 @@ Ça y est ! {serverName} est dans la cour des grands ! Fais grandir ta communauté avec la Découverte de serveurs Discord mettra en priorité ce serveur dans les résultats de recherche des utilisateurs parlant la langue sélectionnée. + Si ton serveur est affiché dans la [Découverte de serveurs]({documentationUrl}), tout le monde peut le trouver et le rejoindre. Nous analysons encore la vitalité de ton serveur ! Décris ton serveur pour que les gens sachent ce qu\'il s\'y passe ! Les catégories aident Discord à organiser les serveurs afin qu\'il soit plus facile pour les utilisateurs de découvrir des communautés qui les intéressent. Tu peux sélectionner 1 catégorie principale et jusqu\'à 5 sous-catégories. @@ -4138,12 +4183,12 @@ Hongrois Choisir une catégorie Catégorie - La description de ce serveur apparaîtra dans le Pôle. + La description de ce serveur apparaîtra dans le Pôle étudiant. Quel est l\'objectif de ce serveur ? Que peut-on y faire ? Description du serveur Bravo ! Compris ! - Ton serveur a été ajouté au Pôle de !!{guildName}!! ! + Ton serveur a été ajouté au Pôle étudiant de !!{guildName}!!. Ajouter un serveur Tu n\'as pas encore ajouté de serveur ! Serveurs que tu as ajoutés @@ -4155,10 +4200,10 @@ Créer un nouveau serveur Envie de commencer un nouveau groupe ? Tu pourras toujours inviter dans ton serveur des gens en dehors du Pôle. - Aide à faire grandir le Pôle Discord de !!{guildName}!! + Aide à faire grandir le Pôle étudiant de !!{guildName}!! Aller sur le serveur Retour au Pôle - Ton serveur a été créé et ajouté au Pôle de !!{guildName}!! ! + Ton serveur a été créé et ajouté au Pôle étudiant de !!{guildName}!!. Personnalise ton serveur Aide d\'autres étudiants à retrouver !!{guildName}!! Donne une description et une catégorie à ton serveur pour aider les gens à le retrouver. @@ -4169,9 +4214,10 @@ Inviter des gens sur ce Pôle Tu es une des premières personnes ici ! Commençons par ajouter quelques serveurs et des membres. Bienvenue sur le Pôle étudiant pour les étudiants de !!{guildName}!! - Pôle Discord pour !!{guildName}!! + Pôle étudiant pour !!{guildName}!! Des clubs, aux groupes de travail, aux soirées jeux, il y a une place pour toi. Trouve ta communauté + Pôle étudiant Pôles étudiants Un endroit exclusif pour te rapprocher des autres étudiants, découvrir des serveurs et partager les tiens pour que d\'autres les rejoignent. Les serveurs du Pôle ne sont pas affiliés aux établissements scolaires ni gérés par eux. Les serveurs du Pôle sont gérés par des étudiants, mais n\'incluent pas forcément que des étudiants. Pour continuer la vérification, suis le lien reçu par e-mail. Cette page s\'actualisera automatiquement. @@ -4180,10 +4226,10 @@ Renvoyer un lien de confirmation Rejoins le Pôle étudiant de n\'importe quel établissement scolaire que tu fréquentes. Tu fréquentes plusieurs établissements scolaires ? + Non merci Rejoindre Pôle Non merci - Retrouve facilement des serveurs gérés par des étudiants pour des groupes de travail, des clubs, des soirées jeu et plus encore. - Tu es actuellement étudiant(e) ? Rejoins le Pôle étudiant de ton établissement scolaire ! + Tu es actuellement étudiant(e) ? Rejoins le Pôle étudiant de ton établissement scolaire ! E-mail de l\'établissement scolaire nom@ecole.edu Sélectionne ton établissement scolaire @@ -4193,17 +4239,19 @@ Tu ne trouves pas ton établissement scolaire ? [Rejoins la liste d\'attente.](onJoinWaitlist) Rejoins {count} dans le Pôle étudiant de !!{guildName}!! ! Rejoindre un autre Pôle - Retrouve facilement des serveurs gérés par des étudiants pour des groupes de travail, des clubs, des soirées jeu et plus encore. - Tu es actuellement étudiant(e) ? Rejoins le Pôle Discord de ton établissement scolaire ! + Tu es actuellement étudiant(e) ? Rejoins le Pôle étudiant de ton établissement scolaire ! Rejoindre Pôle + Obtenir l\'accès à des Pôles composés uniquement d\'étudiants + Le Pôle de ton établissement scolaire n\'est pas encore ouvert. Saisis le nom de ton établissement scolaire et nous te ferons savoir dès qu\'il sera disponible ! Rejoindre la liste d’attente Nom de l’établissement scolaire Nom complet de l’établissement scolaire Un endroit exclusif pour te rapprocher des autres étudiants, découvrir des serveurs et partager les tiens pour que d\'autres les rejoignent. Les serveurs du Pôle ne sont pas affiliés aux établissements scolaires ni gérés par eux. Les serveurs du Pôle sont gérés par des étudiants, mais n\'incluent pas forcément que des étudiants. Pôles étudiants + Qu\'est-ce qu\'un Pôle étudiant ? Si le but de ton serveur est uniquement d\'accueillir des étudiants, invite simplement tes camarades. Ils n\'ont pas besoin d\'une adresse .edu pour rejoindre Retirer du Pôle - Tu es sûr(e) de vouloir supprimer !!{guildName}!! de ce Pôle ? + Tu es sûr(e) de vouloir supprimer !!{guildName}!! de ce Pôle étudiant ? Modifier les paramètres Modifier les paramètres de !!{guildName}!! Qu\'est-ce qu\'un Pôle étudiant ? @@ -4212,11 +4260,11 @@ Tu as envoyé une invitation à rejoindre un Pôle Invite des amis au Pôle étudiant de ton établissement scolaire Il te faut une adresse e-mail étudiante pour rejoindre. - Tu n\'as pas reçu le code ? [Renvoyer le code](onClick) à !!{email}!! + Nous t\'avons envoyé un e-mail avec ton code. Tu n\'as pas reçu le code ? [Renvoyer le code](onClick) à !!{email}!! C\'est parti ! Nom complet Vrai nom - Bienvenue sur le Pôle étudiant de !!{guildName}!! ! + Bienvenue sur le Pôle étudiant de !!{guildName}!!. Ajoute ton vrai nom pour qu\'on puisse te reconnaître. Tu peux le changer à tout moment via les paramètres du Pôle. Envoyé Impossible d\'envoyer l\'e-mail @@ -4225,11 +4273,13 @@ Inviter des gens Rejoindre des serveurs Mon établissement scolaire n\'apparaît pas - Vérifie ton adresse e-mail + Pôle étudiant certifié + Vérifie ton e-mail pour rejoindre sam@college.edu E-mail de l\'établissement scolaire + Tu es actuellement étudiant(e) ? Rejoins le Pôle étudiant de ton établissement scolaire ! Sois informé(e) du lancement de ton pôle et retrouve facilement des serveurs gérés par des étudiants pour des groupes de travail et des clubs. - Nous te contacterons quand le Pôle Discord de l\'établissement !!{school}!! sera disponible. + Nous te contacterons quand le Pôle étudiant de l\'établissement !!{school}!! sera disponible. Merci ! Tu es sur la liste d’attente. quelques secondes {time} @@ -4519,7 +4569,7 @@ Cet émoji ne fonctionne pas ici car il provient d\'un autre serveur. Passe à Discord Nitro pour pouvoir utiliser les émojis provenant d\'autres serveurs Cet émoji ne fonctionne pas ici car il provient d\'un autre serveur. Avec Discord Nitro, ce problème sera de l\'histoire ancienne. Rends-toi dans les Paramètres utilisateur -> Nitro pour en savoir plus Tu dois entrer un lien d\'invitation ou un code d\'invitation valide. - Votre mode de paiement a échoué, mettez à jour vos coordonnées de paiement pour poursuivre votre abonnement Nitro. + Ton mode de paiement a échoué, il faut que tu mettes à jour tes informations de paiement pour poursuivre ton abonnement Nitro. salon-invalide Salon invalide Inviter un ami @@ -4796,6 +4846,7 @@ Expulser Expulser des membres Expulser !!{user}!! + Tu es sûr(e) de vouloir expulser !!{user}!! du serveur ? Il/Elle pourra revenir avec une nouvelle invitation. \'!!{user}!!\' a été expulsé(e) du serveur. Oups… !!{user}!! n\'a pas pu être expulsé(e). Réessaie, pour voir ! Expulser !!{user}!! du serveur @@ -4917,17 +4968,17 @@ Sélectionner une langue Tu pourras changer cela plus tard. Salut ! Sélectionne une langue - Es-tu au courant du changement de tarif de Nitro en {country} ? [En savoir plus]({documentationLink}). - Gérer ton abonnement + Es-tu au courant du changement de tarif de Nitro en {country} ? [En savoir plus]({documentationLink}). + Gérer l\'abonnement Nous avons baissé le prix de Nitro là où tu habites. Réactive-le dès maintenant pour voir si tu peux faire des économies. Nous avons baissé le prix de Nitro là où tu habites. Vérifie ton mode de paiement pour voir si tu peux faire des économies. [En savoir plus]({documentationLink}). Mettre à jour maintenant Nous avons baissé le prix de Nitro là où tu habites. Mets à jour ton mode de paiement pour voir si tu peux faire des économies. - Gérer ton abonnement + Gérer l\'abonnement Nous avons baissé le prix de Nitro là où tu habites. Regarde si tu fais des économies avec ta monnaie officielle. Modifier ton mode de paiement changera le prix de ton abonnement et ta monnaie en {newCurrencyAndPrice}. [Clique ici]({helpCenterLink}) pour en savoir plus sur la façon dont nous déterminons ce que tu payes. - **Astuce** : Utilise un mode de paiement local en {country} pour payer ton abonnement en {currency} ! [Clique ici]({helpCenterLink}) pour en savoir plus sur la façon dont nous déterminons le prix et la monnaie. - **Hourra !** Comme tu habites en {country}, tu payes maintenant {newPrice} pour Nitro ! [En savoir plus]({helpCenterLink}). + **Astuce** : utilise un mode de paiement local en {country} pour payer ton abonnement en {currency} ! [Clique ici]({helpCenterLink}) pour en savoir plus sur la façon dont nous déterminons le prix et la monnaie. + **Hourra !** Comme tu habites en {country}, tu payes maintenant {newPrice} pour Nitro ! [En savoir plus]({helpCenterLink}). Se connecter Connexion en tant que !!{username}!! Connecte-toi avec ton adresse e-mail pour commencer à discuter. @@ -5060,8 +5111,10 @@ Cadeau Membre Liste des membres + Afficher la liste des membres Seules les personnes que tu as invitées ainsi que les modérateurs peuvent voir ce fil. Cette personne est propriétaire du serveur et possèdes toujours toutes les permissions, indépendamment des rôles. + Masquer la liste des membres Ajouter une question Ajouter une règle Tu recevras une notification en cas de mise à jour. @@ -5188,6 +5241,7 @@ Tu dois mettre à jour l\'application avant de rejoindre ce serveur. Membres {members} + Liste des membres pour !!{channel}!! (salon) Membre(s) correspondant à **!!{prefix}!!** Rechercher des membres Mentionner @@ -5263,7 +5317,6 @@ Tu dois en désigner un autre dans [Paramètres du serveur > Communauté > Vue d\'ensemble](onClick) avant de pouvoir supprimer ce salon. Activer la mise à l\'échelle matérielle Fonctionnalité expérimentale pouvant améliorer les performances pendant les appels vidéo. Attention, peut provoquer des ralentissements. - Retrouve facilement des serveurs gérés par des étudiants pour des groupes de travail, des clubs, des soirées jeu et plus encore. [En savoir plus.](onClick) Un endroit exclusif pour te rapprocher des autres étudiants, découvrir des serveurs et partager les tiens pour que d\'autres les rejoignent. Les serveurs du Pôle ne sont pas affiliés aux établissements scolaires ni gérés par eux. Les serveurs du Pôle sont gérés par des étudiants, mais n\'incluent pas forcément que des étudiants. @@ -5358,6 +5411,8 @@ Rendre ce salon muet Rendre ce serveur muet Rendre cette conversation muette + Rendre ce fil muet + Rendre le fil muet Durée du statut « muet » Muet jusqu\'au {endTime} Amis en commun @@ -5859,6 +5914,24 @@ Saisis ton code de confirmation pour réinitialiser ton mot de passe Mot de passe requis. Afficher le mot de passe + Se connecter avec un mot de passe à la place + Nous allons envoyer un code à {recipient}. + Envoyé à {recipient}. + Entre le mot de passe du compte associé à l\'adresse e-mail {email} + Entre le mot de passe du compte associé au numéro de téléphone {phone} + Entre ton mot de passe + Obtiens un code de première connexion + Entre le code pour te connecter + Continuer + Renvoyer + Connecte-toi avec ton numéro de téléphone ou ton e-mail. Nous t\'enverrons un code d\'authentification pour te connecter. + Re-bonjour ! + Envoyez-moi un code + Connecte-toi avec ton numéro de téléphone ou ton e-mail pour commencer à discuter. + Ha, te revoilà ! + Te connecter sans mot de passe te permet de te connecter à ton compte Discord en entrant un code à 8 chiffres qui t\'est envoyé par SMS ou par e-mail. + Autoriser la connexion sans mot de passe + Se connecter sans mot de passe Coller Pause Continuer @@ -5897,6 +5970,7 @@ Modifier un mode de paiement Une adresse e-mail est requise. MM/AA + Giropay Informations de paiement Invalide Nous n\'avons pas réussi à facturer cette source de paiement. Assure-toi que les informations sont correctes, s\'il te plaît. @@ -5929,9 +6003,11 @@ En attente Demande d\'ami en attente Personnes + Avatar de serveur Affiche-toi comme tu veux et utilise un avatar différent sur chacun de tes serveurs. Avatars multiples Affiche-toi comme tu veux et utilise un avatar différent sur chacun de tes serveurs + Identité mise à jour ! {percentage} %% depuis la semaine dernière Besoin d\'aide avec les permissions ? Accès au média refusé - Discord requiert un accès au stockage afin de poster des pièces jointes. @@ -6021,15 +6097,15 @@ Nous n\'avons pas pu résilier ton abonnement à Nitro. Réessaie ou prends contact avec notre équipe de support si le problème persiste. La résiliation prendra effet immédiatement pour tout abonnement Nitro ou Boosts de serveur. Ton Discord Tag sera régénéré aléatoirement si tu l\'as changé. Tout compte fait, garder Nitro - Tes **2 boosts gratuits** et tes **30 %% de réduction sur les boosts** + tes **2 boosts gratuits** et tes **30 %% de réduction sur les boosts** {boostCount} - Ton accès aux **émojis personnalisés** et aux **autocollants** sur l\'ensemble de tes serveurs - Un **avatar animé**, une **bannière de profil**, et un **Discord Tag** personnalisé - Un **avatar animé**, une **bannière de profil**, et un **Discord Tag** personnalisé (#{discriminator}) - Une meilleure qualité de **partage d\'écran** - Si tu résilies, **tu perdras ces avantages :** - Veux-tu vraiment résilier ? - Des **uploads** de fichiers plus volumineux et des **messages plus longs** + ton accès aux **émojis personnalisés** et aux **autocollants** sur l\'ensemble de tes serveurs + un **avatar animé**, une **bannière de profil**, et un **Discord Tag** personnalisé + un **avatar animé**, une **bannière de profil**, et un **Discord Tag** personnalisé (#{discriminator}) + une meilleure qualité de **partage d\'écran** + Si tu résilies, **tu perdras ces avantages :** + Veux-tu vraiment résilier ? + des **uploads** de fichiers plus volumineux et des **messages plus longs** Ce tag est invalide. Les tags doivent contenir 4 chiffres. Lorsque ton abonnement Nitro se terminera, ton Discord Tag sera regénéré aléatoirement. Tu es sûr(e) de vouloir changer ton Discord Tag ? Changer de Discord Tag @@ -6426,13 +6502,13 @@ Ajouter un mode de paiement Ton abonnement Nitro se termine {daysLeft}. Ajoute un mode de paiement pour continuer à utiliser la personnalisation de profil et les autres avantages. En savoir plus - Tu vas perdre accès à la personnalisation de ton profil, aux émojis animés et à bien d\'autres choses aujourd\'hui. + Tu perdras accès à la personnalisation de ton profil, au chargement de fichiers plus volumineux, au partage d\'écran en meilleure qualité et à bien plus dans {daysLeft}. Ton accès à Nitro se termine aujourd\'hui. - Fermer + Ignorer Conserver l\'abonnement Nitro - Si tu réinstalles Nitro, nous recommencerons à facturer ton mode de paiement **{price}** et nous continuerons à te facturer **tous les mois** jusqu\'à ce que tu résilies ton abonnement. Tu peux le résilier à tout moment depuis ta page Paramètres. - Si tu réinstalles Nitro, nous recommencerons à facturer ton mode de paiement **{price}** et nous continuerons à te facturer **tous les ans** jusqu\'à ce que tu résilies ton abonnement. Tu peux le résilier à tout moment depuis ta page Paramètres. - Si tu ne gardes pas Nitro, **tu perdras :** + Si tu réinstalles Nitro, nous recommencerons à facturer ton mode de paiement **{price}** et nous continuerons à te facturer **tous les mois** jusqu\'à ce que tu résilies ton abonnement. Tu peux le résilier à tout moment depuis ta page Paramètres. + Si tu réinstalles Nitro, nous recommencerons à facturer ton mode de paiement **{price}** et nous continuerons à te facturer **tous les ans** jusqu\'à ce que tu résilies ton abonnement. Tu peux le résilier à tout moment depuis ta page Paramètres. + Si tu ne gardes pas Nitro, **tu perdras :** Ton accès à Nitro se termine dans {daysLeft}. Ton abonnement Nitro parrainé va bientôt être changé en Nitro Classic. Si tu veux conserver tes avantages actuels, y compris les boosts, améliore ton abonnement maintenant. Ajustement de boost @@ -6650,6 +6726,14 @@ Tu ne peux pas envoyer de messages aux utilisateurs bloqués Envoyer un message à @!!{name}!! Quick Switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, message de groupe + !!{name}!!, message de groupe {mentions} + !!{name}!!, serveur + Résultats + !!{name}!!, utilisateur, !!{id}!! + !!{name}!!, utilisateur, !!{id}!! {mentions} + {mentions} Brouillons En savoir plus sur Quick Switcher Tu ne trouves pas ce que tu recherches ? @@ -7315,6 +7399,120 @@ Ce salon a des permissions spéciales. Pour pouvoir écouter, tu dois demander à un modérateur ou un administrateur du serveur de rétablir ton son. Mis en sourdine sur le serveur Présente ce serveur au monde entier. + Accepter les règles + En cas de violation de nos politiques, des actions pourront être prises à l\'encontre de ton serveur, notamment de retirer celui-ci de la fonctionnalité de Découverte. + Respecte la [Charte d’Utilisation de la Communauté]({communityGuidelinesUrl}) et la [Charte d\'Utilisation de la Découverte]({discoveryGuidelinesUrl}) Discord + Règles + Crée un espace accueillant ou le harcèlement, les comportements toxiques et les activités illégales ne sont pas encouragés ou tolérés. + Entretiens un environnement sain et positif + Aide à faire en sorte que la Découverte de serveurs soit sûre pour tout le monde + Tout le contenu présent sur les serveurs doit être approprié pour un public de 13 ans et plus. + Ne propose pas de contenu violent ou de contenu sexuel explicite + 3d + aesthetic + animation + animé + applications + art + basket-ball + boisson + bitcoin + bodybuilding + bots + bts + callisthénie + vêtement + codage + université + communauté + crossfit + cryptomonnaie + mignon + defi + design + bot-discord + disney + monde-de-disney + dessin + edm + éducation + émoji + emotes + anglais + esport + ethereum + événements + entraînement + fantasy-football + mode + fivem + nourriture + football-américain + forex + formule1 + fortnite + amis + fun + gaming + github + cadeaux + salle-de-sport + matériel-informatique + hip-hop + devoirs + hypebeast + investissement + javascript + kpop + langue + leagueoflegends + apprendre + lgbtq + linux + manga + memes + santé-mentale + metal + minecraft + production-musicale + nba + nfl + nft + nitro + alimentation + opensource + options + photographie + premier-league + programmation + course + rap + reddit + roblox + jeux-de-rôles + école + développement-personnel + chant + casse-croûte + baskets + football + social + logiciel + sports + actions + streamer + streetwear + étude + style + assistance + supreme + technologie + échange + voyage + twitch + valorant + yeezy + youtube Émojis du serveur Fermer tous les dossiers Marquer le dossier comme lu @@ -7587,6 +7785,8 @@ Locuteur Conférence en direct De quoi vas-tu parler aujourd\'hui ? + Fais comme s\'il y avait de la musique d\'ascenseur. + Appuie su « Commencer la conférence », et choisis un sujet pour commencer la conversation. En attente du début de la conférence… C\'est sans doute imminent. En attente du début de la conférence. !!{username}!! : @everyone « !!{topic}!! » commence. Écoutez ça ! @@ -7687,6 +7887,10 @@ Fréquemment utilisés Gratuit $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Acheter des boosts + Viens uploader {count}+ autocollants personnalisés avec les boosts de serveur. + Gérer les autocollants + Ton serveur attend que tu viennes uploader des autocollants ! Détails du lot : {stickerPackName} Animé Temps restant : {time} @@ -7990,6 +8194,7 @@ Partage des images, des GIFs, des autocollants, tes opinions et tes blagues Salons textuels Salon(s) textuel(s) correspondant à **!!{prefix}!!** + Les frais de message texte et de transmission de données standards s\'appliquent. Permissions textuelles Actions de la zone de texte Envoyer un message dans !!{channel}!! @@ -8034,6 +8239,7 @@ Rejoins ce fil pour recevoir des notifications et pour l\'enregistrer dans ta liste des salons. Ce fil a été archivé par un modérateur. Seuls les modérateurs peuvent le désarchiver. Tout le monde peut inviter + Tout le monde peut désarchiver Il n\'y a personne sur ce fil. Tu peux inviter des personnes en utilisant @mention dans un message. Impossible d\'afficher ce fil @@ -8232,6 +8438,7 @@ Rétablir les notifications du salon Rétablir les notifications de cette conversation Rétablir les notifications du serveur + Rétablir les notifications du fil Sans nom Désépingler Enlevez ça de ma vue ! @@ -8668,8 +8875,6 @@ Discord le film Vacances Wumpus Vaporwave - Exprime-toi avec des arrière-plans de vidéo, et si tu as l\'abonnement Discord Nitro, uploade les tiens ! - Nouveaux arrière-plans de vidéo ! Parle-nous de ton expérience par rapport aux arrière-plans. Comment as-tu trouvé les arrière-plans de vidéo ? La détection de l\'arrière-plan n\'était pas ajustée @@ -8680,6 +8885,7 @@ Tu as eu un problème ? Merci d\'avoir signalé ton problème ! Les commentaires comme le tien nous aident à améliorer les arrière-plans de vidéo Supprimer l\'arrière-plan + Avec Discord Nitro, viens uploader des arrière-plans de vidéo, bénéficie de streams d\'une résolution HD de 60 IPS, [et plus encore !](onLearnMore) Tu veux uploader ton propre arrière-plan ? Focalisation Masquer les membres diff --git a/app/src/main/res/values-hi/plurals.xml b/app/src/main/res/values-hi/plurals.xml index 68fbb2482a..791f7b1d8a 100644 --- a/app/src/main/res/values-hi/plurals.xml +++ b/app/src/main/res/values-hi/plurals.xml @@ -913,8 +913,8 @@ **{count}** दूसरे सर्वर टेम्परेरी आउटेज की वजह से उपलब्ध नहीं हैं. - {#} अप्लाई किए गए बूस्ट्स - {#} अप्लाई किए गए बूस्ट्स + {#} बूस्ट अप्लाई किया गया + {#} बूस्ट्स अप्लाई किए गए {#} बूस्ट @@ -1132,6 +1132,10 @@ {#} दिन में {#} दिनों में + + {#} दिन + {#} दिनों + {#} दिन {#} दिनों @@ -1212,6 +1216,18 @@ 1 मिनट {retryAfter} मिनट + + , {#} बिना पढ़ा हुआ मैसेज + , {#} बिना पढ़े हुए मैसेज + + + , {#} बिना पढ़ा हुआ मैसेज + , {#} बिना पढ़े हुए मैसेज + + + , {#} बिना पढ़ा हुआ मैसेज + , {#} बिना पढ़े हुए मैसेज + 1 दूसरे {n} दूसरों diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index c47974abbc..d55608a3bf 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -60,6 +60,11 @@ एप्लिकेशन के अंदर कलर सेंसिटिव लोगों के लिए सेचुरेशन का कलर हल्का करें. इससे डिफ़ॉल्ट तौर पर इमेज, वीडियो, रोल के कलर्स या दूसरे यूज़र द्वारा दिए गए कॉन्टेंट के सेचुरेशन पर कोई असर नहीं पड़ता है. लिंक्स कुछ इस तरह दिखाई देंगे https://discord.com/ सेचुरेशन + तेज + टेक्सट-टू-स्पीच रेट + प्रीव्यू + धीमा + मौजूदा स्पीड पर टेक्सट से स्पीच में ऐसा साउंड आ रहा है. ज़ूम लेवल अकाउंट यूज़र एरिया @@ -812,14 +817,14 @@ !!{paymentGatewayName}!! के ट्रांज़ैक्शन की लिस्ट नीचे नहीं दी जाएगी. !!{paymentGatewayName}!! की ट्रांज़ैक्शन हिस्ट्री देखने के लिए या अपना !!{paymentGatewayName}!! पेमेंट का तरीका बदलने के लिए [अपने !!{paymentGatewayName}!! बिलिंग सेटिंग्स पर जाएं]({billingHistoryLink}). आपने !!{paymentGatewayName}!! के ज़रिए सब्सक्राइब किया है यह !!{paymentGatewayName}!! सब्सक्रिप्शन के लिए समर्थित नहीं है. अपना सब्सक्रिप्शन मैनेज करने के लिए, कृपया [अपने !!{paymentGatewayName}!! बिलिंग सेटिंग्स पर जाएं]({subscriptionManagementLink}). - फ़ाइनल कीमत और करेंसी उस देश पर आधारित होगी जो आपका पेमेंट का तरीका जारी करेगा. [यहां पर ज़्यादा जानें]({documentationLink}). + फ़ाइनल कीमत और करेंसी आपके सलेक्ट किए गए पेमेंट के तरीके और उसे जारी करने वाले देश पर आधारित होगी. [और ज़्यादा जानें ज़्यादा जानें]({documentationLink}). कॉपी हो गया! गिफ्ट लिंक यह एक गिफ्ट था रिफंड का अनुरोध किया जा सकता है अगर यह खरीद पिछले {dateLimit} दिनों में की गई थी और गिफ्ट रिडीम नहीं किया गया है. [हमारा मिलनसार हेल्प डेस्क आपके कॉइन वापस पाने में आपकी मदद करेगा.]({supportURL}) हमें खेद है, यह खरीद रिफंड के लिए योग्य नहीं है. रिफंड का अनुरोध किया जा सकता है अगर यह खरीद पिछले {dateLimit} दिनों में की गई थी और गिफ्ट रिडीम नहीं किया गया है. बिलिंग इतिहास - आप कौन सी करेंसी में और कितने की पेमेंट कर रहे हैं हम इसे कैसे तय करते हैं इसके बारे में और ज़्यादा जानने के लिए [यहां क्लिक करें]({documentationLink}). + आप कौन सी करेंसी में और कितनी पेमेंट कर रहे हैं हम इसे कैसे तय करते हैं इसके बारे में और ज़्यादा जानने के लिए [यहां क्लिक करें]({documentationLink}). !!{planName}!! गिफ्ट करें सब्सक्रिप्शन क्रेडिट लागू कर दिया! टैक्स @@ -888,7 +893,7 @@ हम माफ़ी चाहते हैं, यह खरीदारी रिफंड के योग्य नहीं है. आपकी खरीद में समस्याएं हो रही हैं? रिफंड सबमिट करें - कुछ गलत हुआ है + कुछ गड़बड़ी हुई है खुद के लिए रिडीम किए जाने वाले गिफ़्ट के साथ-साथ हरेक तरह के सब्सक्रिप्शन के लिए एक रिफंड की लिमिट रखें. कभी खेला नहीं गया जितनी बार खेला गया @@ -919,6 +924,7 @@ बिलिंग सेटिंग्स पेमेंट का तरीका ऐड करें सर्वर बूस्ट खरीदें + सब्सक्रिप्शन मैनेज करें पेमेंट हिस्ट्री देखें Discord Nitro गिफ्ट करें Discord Nitro खरीदें @@ -935,6 +941,7 @@ प्लान चुनें प्लान सलेक्ट करें शॉप + Sofort की जानकारी सब्सक्रिप्शन क्रेडिट प्लान बदलें आपका सब्सक्रिप्शन **{renewalDate}** से बदल जाएगा. @@ -963,6 +970,7 @@ सालाना प्लान पर स्विच करें और कुछ कैश बचाएं. सुपरपावर पर्क्स का और {numFreeGuildSubscriptions} पूरे साल मजा लें. 2 महीने फ़्री! आपने सलेक्ट किया {planName}! + कैंसल किया गया विफल हुआ पेंडिंग रिफंड हो गया @@ -1013,6 +1021,7 @@ पूरी जानकारी (ऑप्शन के तौर पर) समस्या का नाम जरूरी है इसे ठीक करना कितना ज़रूरी है + फ़ीचर एरिया समस्या क्या है? रिपोर्ट से स्क्रीनशॉट रिमूव कर दिया गया ज़रूरी @@ -1024,6 +1033,8 @@ लो (P2) **अर्जेंट नहीं और ज़रूरी भी नहीं.** P3 हमें ये मानने देती है कि कोई समस्या तो है, पर इस तरह की समस्याओं को तब तक ठीक नहीं किया जाना चाहिए जब तक दूसरी बड़ी समस्याओं को हल न कर लिया जाए. काफ़ी लो (P3) + फ़ीचर एरिया सर्च करें + फ़ीचर एरिया सलेक्ट करें रिपोर्ट भेजी जा रही है रिपोर्ट भेज दी गई बिल्ड ओवरराइड @@ -1033,7 +1044,6 @@ {releaseChannel} के लिए बिल्ड ओवरराइड बिल्ड आईडी {releaseChannel} सिर्फ क्लाइंट - सिर्फ़ {supportedTargets} टारगेट गलत बिल्ड ओवरराइड गलत यूज़र बिल्ड उपलब्ध नहीं है @@ -1089,10 +1099,12 @@ वीडियो चैट के लिए तैयार हैं? आपके कैमरे का प्रीव्यू ऐसा है: वीडियो बैकग्राउंड + वीडियो बैकग्राउंड सेट करना फ़िलहाल कुछ लोगों के लिए ही उपलब्ध है. ब्लर बैकग्राउंड बदलें वीडियो बैकग्राउंड बदलें कस्टम + कस्टम बैकग्राउंड कोई नहीं आपके {maxCustomBackgrounds}की लिमिट पूरी हो गई है! दूसरा बैकग्राउंड ऐड करने से पहले राइट क्लिक करके पहले का कोई बैकग्राउंड रिमूव करें. अपना खुद का कस्टम बैकग्राउंड अपलोड करें, पावर्ड बाई Nitro! @@ -1158,7 +1170,8 @@ निकनेम (ऑफ़ है) अब सर्वर का निकनेम और अवतार सेट करके, आप दूसरो के लिए सर्वर में अपने दिखने के तरीके को बदल सकते हैं. सर्वर का अवतार $[बीटा](betaBadgeHook) - अज्ञात त्रुटि‍ + प्राइमरी अवतार पर रीसेट करें + अनजान गड़बड़ी सर्वर का अवतार बदलें **Discord Nitro** के साथ अपने हर सर्वर में अलग-अलग अवतार का इस्तेमाल और भी बहुत कुछ करें! Nitro के साथ अनलॉक करें @@ -1204,6 +1217,8 @@ !!{channelName}!! को चैनल म्यूट करें किसी चैनल को म्यूट करना न पढ़े गए इंडिकेटर और नोटिफिकेशन को तब तक दिखने से रोकता है, जब तक कि उसको मेंशन न किया जाए. नया-चैनल + पात्रता देखें + सर्वर डिस्कवरी फिलहाल 1K+ मेम्बर्स वाले सर्वर के लिए उपलब्ध है! चैनल या कैटेगरी यह चैनल या सर्वर अभी म्यूट है. चैनल ऑर्डर अपडेट किया गया है. @@ -1464,7 +1479,6 @@ वॉयस कनेक्ट हो गई है वेरीफाई किया गया कनेक्शन - Discord आपको आपके फ्रेंड्स से कनेक्ट करके उन्हें आपको ढूंढने में भी मदद कर सकता है. अपने कांटेक्ट में से फ्रेंड्स को खुद से ऐड करें अपने कांटेक्ट को सिंक्रोनाइज़ करें अपने कॉन्टैक्ट्स से फ्रेंड्स को ऐड करें और उन्हें बताएं कि आप भी Discord पर आ गए हैं. @@ -1894,7 +1908,12 @@ क्रॉप करें चेक कस्टम कलर + सर्वर बूस्टिंग के साथ हरेक रोल के लिए एक यूनीक आइकॉन्स सेट करें. आइकॉन्स चैट और मेम्बर्स लिस्ट में दिखाई देते हैं. इसे चेक करने के लिए **सर्वर सेटिंग्स> रोल्स** पर जाएं. + अब आप **सर्वर सेटिंग्स> रोल्स** में रोल आइकॉन्स सेट कर सकते हैं. आइकॉन्स रोल के लिए यूनीक होते हैं और चैट और मेम्बर्स लिस्ट में दिखाई देते हैं. + रोल सेटिंग्स + आइकॉन्स सेट करें समझ गए + नया! कस्टम रोल आइकॉन्स कस्टम स्टेटस के बाद साफ़ करें स्टेटस साफ़ करें @@ -2048,12 +2067,14 @@ अपने अकाउंट को डिस्कनेक्ट करने से आप उन सर्वर से भी रिमूव हो सकते हैं जिन्हें आपने इस अकाउंट के ज़रिए जॉइन किया है. !!{name}!! को डिस्कनेक्ट करें वॉयस से डिस्कनेक्ट करें + डिस्कनेक्ट एक्शन्स डिस्कनेक्ट करें डिस्कनेक्ट करें यूज़र की आवाज़ डिसकनेक्ट हो गयी है. 100 मिलियन से ज़्यादा लोगों से जुड़ें जो फ़्री में कम्युनिटी और फ्रेंड्स के साथ बातचीत करने और हैंग आउट करने के लिए Discord का यूज़ करते हैं. कल्पना करें एक ऐसी जगह की Discord Rich Presence + मोबाइल पर जल्द आ रहा है! अभी के लिए, स्टूडेंट हब्स एक्सेस करने के लिए डेस्कटॉप पर जाएं खोजें डिस्कवरी {speakersCount} @@ -2115,6 +2136,8 @@ !!{user}!! को एडिट करें मैसेज को एडिट किया जा रहा है समझ गए + शायद कभी बाद में + इसकी कोशिश करके देखो ग्रीक परमिशन न होने की वजह से Discord आपका एप्लिकेशन ऑडियो स्ट्रीम नहीं कर पा रहा है. अपने फ्रेंड्स को वो मीठे, मीठे साउंडवेव भेजने के लिए Discord एडमिनिस्ट्रेटर परमिशन दें? आवाज़ के बगैर स्ट्रीम करें @@ -2480,6 +2503,8 @@ जब कोई इस सर्वर को जॉइन करता है, तो रैंडम वेलकम मैसेज भेजें. जब कोई इस सर्वर को बूस्ट करता है, तो उसे मैसेज भेजें. जब तक कोई रोल असाइन नहीं किया गया हो, तब तक मेम्बर को डिस्कनेक्ट होने पर खुद ही किक कर दिया जाता है. + जब बंद होगा, तो इस थ्रेड में सिर्फ़ मॉडरेटर्स और थ्रेड क्रिएटर्स ही नए मेम्बर्स ऐड कर सकते हैं. + जब बंद होगा, तो इस थ्रेड को सिर्फ़ मॉडरेटर्स ही इसे अनआर्काइव कर सकते हैं. इस वॉयस चैनल से कनेक्ट हो सकने वाले यूज़र की संख्या की लिमिट तय करता है. **मेम्बर मूव करने की** परमिशन वाले यूज़र इस लिमिट को अनदेखा करते हैं और दूसरे यूज़र को चैनल में मूव कर सकते हैं. सर्वर के मेम्बर को टैक्स्ट चैनल में मैसेज भेजने या डायरेक्ट मैसेज कन्वर्सेशन को शुरू करने से पहले नीचे दिए गए मानदंडों को पूरा करना होगा. अगर किसी मेम्बर को रोल असाइन किया गया है, तो यह लागू नहीं होगा. **हम पब्लिक Discord के लिए वेरिफिकेशन लेवल को सेट करने की सलाह देते हैं.** सभी चैनल प्रतिभागियों के लिए कैमरा वीडियो की क्वालिटी को सेट करता है. बेहतरीन परफॉर्मेंस के लिए **ऑटो** चुनें. @@ -3009,6 +3034,7 @@ !!{username}!! {applicationName} खेल रहा है आपके वीडियो ड्राइवर अपडेटेड नहीं हैं. स्क्रीन शेयर की बेहतर परफॉरमेंस के लिए उन्हें अपडेट करें. {username} देख रहे हैं + चैनल पर जाएं समझ गए अस्थायी मेम्बरशिप दें हरा @@ -3116,10 +3142,13 @@ {query} के लिए {count} पब्लिक सर्वर एक्सप्लोर करें देखें + कनेक्ट करने की परमिशन नहीं है. + आपका इवेंट कहां पर है? हम कम से कम 800px चौड़ी और 400px लंबी इमेज का सुझाव देते हैं. कवर फ़ोटो ऐड करें (ऑप्शनल) फ़ोटो को रिमूव करें अपने इवेंट की जानकारी डालें. + लोगों को अपने इवेंट के बारे में थोड़ा और बताएं. यहां पर मार्कडाउन काम करता है. आपका इवेंट किस बारे में है? इवेंट टॉपिक {date} पर {time} @@ -3129,19 +3158,28 @@ {count} लोग जुड़ना चाहते हैं {count} जुड़ना चाहते हैं जब इवेंट स्टार्ट होता है तो आपको नोटिफ़ाई किया जाता है - सर्वर को जॉइन करें + इवेंट खत्म हो गया है + इवेंट जॉइन करें या देखें या, किसी फ्रेंड को एक इवेंट का इनवाइट लिंक भेजें + इवेंट में फ्रेंड्स को इनवाइट करना {count} सुन रहे हैं कोई लोकेशन डालें + कोई लोकेशन, लिंक, या कुछ और ऐड करें. कहीं दूसरी जगह + टेक्स्ट चैनल, एक्सटर्नल लिंक, या कोई व्यक्तिगत लोकेशन. + जब आपने Discord डाउनलोड किया था तब आप कहां थे + बड़ी कम्युनिटी और ऑडियो इवेंट्स के लिए अच्छा है. वॉइस, वीडियो, स्क्रीन शेयर और Go Live के साथ हैंगआउट करें. ताकि कोई भी रास्ता न भूले कि कहां जाना है. आपका इवेंट कहां पर है? चैनल को सलेक्ट करें एक वॉयस चैनल सलेक्ट करें + अपने सर्वर को एक साथ लाने के लिए कुछ इवेंट्स क्रिएट करें. कोई भी आगामी (अपकमिंग) इवेंट्स नहीं हैं. लोकेशन + इवेंट की जानकारी रिव्यू करें + शुरू करने का समय भविष्य का होना चाहिए. जब समय हो, तब इवेंट शुरू करने के लिए $[**!!{channelName}!!**](channelHook) पर जाएं! ये रहा आपके इवेंट का प्रीव्यू है. जो मेम्बर्स इस चैनल को देख सकते हैं सिर्फ़ वही इस इवेंट को देख सकते हैं. @@ -3152,6 +3190,7 @@ स्टेज चैनल का इस्तेमाल करके देखें! इवेंट शुरू करें: {eventName} {startTime} के लिए शेड्यूल करें + {startTime} पर शेड्यूल करें {total} में से {step} स्टेप इवेंट्स क्रिएट करें @@ -3612,6 +3651,7 @@ आप आ गए हैं! {serverName} अब मैप पर हैं! सर्वर डिस्कवरी के साथ अपनी कम्युनिटी बढ़ाएं Discord सर्च और रेकमेंडेशन्स में सलेक्ट की गई भाषा को बोलने वाले यूज़र्स के लिए इस सर्वर को पहले रखेगा. + [सर्वर डिस्कवरी]({documentationUrl}) में लिस्ट होने से कोई भी आपके सर्वर को खोज और उससे जुड़ सकता है. हम आपके हेल्थ मैट्रिक्स का इंतज़ार कर रहें है! लोगों को डिस्क्रिप्शन के साथ बताएं कि आपका सर्वर किस बारे में है! कैटेगरी सर्वर को ऑर्गनाइज़ करने में Discord की मदद करती हैं ताकि लोगों के लिए उन कम्युनिटी को डिस्कवर करना आसान हो जिनमें वे रुचि रखते हैं. आप 1 प्राइमरी कैटेगरी और 5 सबकैटेगरी तक सलेक्ट कर सकते हैं. @@ -4133,12 +4173,12 @@ हंगेरियन कैटेगरी चुनें कैटेगरी - सर्वर का यह डिस्क्रिप्शन हब में दिखेगा. + सर्वर का यह डिस्क्रिप्शन स्टूडेंट हब में दिखेगा. आपका सर्वर किस बारे में है? इस सर्वर पर लोग क्या करते हैं? सर्वर डिस्क्रिप्शन सफल हुआ! समझ गए! - आपका सर्वर !!{guildName}!!के लिए हब के साथ ऐड किया गया है! + आपका सर्वर !!{guildName}!! के स्टूडेंट हब के साथ ऐड किया गया है. सर्वर ऐड करें आपने अभी तक कोई भी सर्वर ऐड नहीं किया है! वो सर्वर जो आपने ऐड किए हैं @@ -4150,10 +4190,10 @@ नया सर्वर क्रिएट करें नया ग्रुप स्टार्ट करना चाहते हैं? आप अब भी अपने सर्वर पर हब के बाहर से लोगो को इनवाइट कर सकते हैं. - !!{guildName}!! के लिए Discord हब को बढ़ाने में मदद करें + !!{guildName}!! के लिए स्टूडेंट हब को बढ़ाने में मदद करो सर्वर पर जाएं हब पर वापस जाएं - आपका सर्वर !!{guildName}!!के लिए क्रिएट और हब के साथ ऐड किया गया है! + आपका सर्वर !!{guildName}!! के लिए क्रिएट और स्टूडेंट हब के साथ ऐड किया गया है! अपना सर्वर कस्टमाइज़ करें बाकी स्टूडेंट्स की !!{guildName}!! को ढूंढ़ने में मदद करें लोगों को आपका सर्वर ढूंढ़ने में मदद करने के लिए उन्हें सर्वर का डिस्क्रिप्शन और कैटेगरी बताएं. @@ -4163,21 +4203,22 @@ इस हब के साथ सर्वर ऐड करें इस हब में लोगों को इनवाइट करें आप यहां पर सबसे पहले आने वाले लोगों में से हैं! आइए कुछ सर्वर और मेम्बर्स को ऐड करके स्टार्ट करें. - !!{guildName}!! स्टूडेंट के लिए स्टूडेंट हब में आपका स्वागत है - !!{guildName}!! के लिए Discord हब + !!{guildName}!! स्टूडेंट्स के लिए स्टूडेंट हब में आपका स्वागत है + !!{guildName}!! के लिए स्टूडेंट हब क्लब, से लेकर स्टडी ग्रुप, गेम नाइट्स तक, यहां आपके लिए जगह है. अपने लोगों को ढूंढ़े + स्टूडेंट हब स्टूडेंट हब्स यह आपके स्टूडेंट्स से कनेक्ट करने, सर्वर्स डिस्कवर करने और स्टूडेंट्स के जॉइन करने के लिए अपने खुद के सर्वर को शेयर करने के लिए एक बेहतरीन जगह है. हब्स स्कूल से जुड़े नहीं होते हैं या स्कूल उन्हें मैनेज नहीं करते हैं. हब में मौजूद सर्वर्स स्टूडेंट्स के ज़रिए चलाए जाते हैं, लेकिन इसमें नॉन-स्टूडेंट भी शामिल हो सकते हैं. वेरिफिकेशन जारी रखने के लिए अपने ईमेल से लिंक को कन्फर्म करें. ये पेज अपने आप से रिफ्रेश हो जाएगा. कोई दूसरा ईमेल डालकर कोशिश करें हमने !!{email}!! पर कन्फ़र्मेशन लिंक भेज दिया है कन्फ़र्मेशन लिंक दोबारा भेजें - जिस भी स्कूल में आप पढ़ रहे हैं उसका स्टूडेंट हब या स्कूल जॉइन करें + जिस भी स्कूल में आप पढ़ रहे हैं उसका स्टूडेंट हब जॉइन करें. एक से ज़्यादा स्कूल अटेंड किए हैं? + जी नहीं, धन्यवाद हब जॉइन करें जी नहीं, धन्यवाद - अपने स्टडी ग्रुप, क्लब, गेम नाइट्स और भी बहुत कुछ के लिए स्टूडेंट्स के ज़रिए चलाए जा रहे सर्वर आसानी से ढूंढ़ें. क्या आप अभी स्टूडेंट हैं? अपने स्कूल के लिए स्टूडेंट हब जॉइन करें! स्कूल का ईमेल name@school.edu @@ -4186,19 +4227,21 @@ कोई मैच नहीं मिला [वेटलिस्ट जॉइन करें.](onJoinWaitlist) आपको अपना स्कूल नहीं मिल रहा? [वेटलिस्ट जॉइन करें.](onJoinWaitlist) - स्टूडेंट हब में !!{guildName}!! के लिए {count} जॉइन करें! + स्टूडेंट हब में !!{guildName}!!के लिए {count} जॉइन करें! किसी दूसरे हब को जॉइन करें - अपने स्टडी ग्रुप, क्लब, गेम नाइट्स और भी बहुत कुछ के लिए स्टूडेंट्स के ज़रिए चलाए जा रहे सर्वर आसानी से ढूंढ़ें. - क्या आप स्टूडेंट हैं? अपने स्कूल के लिए Discord हब जॉइन करें! + क्या आप अभी स्टूडेंट हैं? अपने स्कूल के लिए स्टूडेंट हब जॉइन करें! हब जॉइन करें + सिर्फ़ स्टूडेंट्स के लिए हब्स का एक्सेस पाएं + आपका स्कूल के लिए हब फ़िलहाल लाइव नहीं हुआ है. अपने स्कूल का नाम डालें और जब यह लाइव होगा तब हम आपको बता देंगे! वेटलिस्ट ज़ॉइन करें स्कूल का नाम स्कूल का पूरा नाम यह आपके स्टूडेंट्स से कनेक्ट करने, सर्वर्स डिस्कवर करने और स्टूडेंट्स के जॉइन करने के लिए अपने खुद के सर्वर को शेयर करने के लिए एक बेहतरीन जगह है. हब्स स्कूल से जुड़े नहीं होते हैं या स्कूल उन्हें मैनेज नहीं करते हैं. हब में मौजूद सर्वर्स स्टूडेंट्स के ज़रिए चलाए जाते हैं, लेकिन इसमें नॉन-स्टूडेंट भी शामिल हो सकते हैं. स्टूडेंट हब्स + स्टूडेंट हब क्या है? अगर आपका सर्वर सिर्फ़ स्टूडेंट्स के लिए ही है, तो सिर्फ़ अपने क्लासमेट्स को इनवाइट करें. उन्हें जॉइन करने के लिए किसी .edu पते की ज़रूरत नहीं होगी हब से रिमूव करें - क्या आप वाकई में !!{guildName}!! को इस हब से रिमूव करना चाहते हैं? + क्या आप वाकई में !!{guildName}!! को इस स्टूडेंट हब से रिमूव करना चाहते हैं? सेटिंग्स एडिट करें !!{guildName}!! के लिए सेटिंग्स एडिट करें स्टूडेंट हब क्या है? @@ -4206,8 +4249,8 @@ आपको हब जॉइन करने के लिए इनवाइट किया गया है आपने हब जॉइन करने के लिए इनवाइट भेजा है अपने स्कूल के लिए अपने फ्रेंड्स को स्टूडेंट हब पर इनवाइट करें - जॉइन करने के लिए स्टूडेंट ईमेल पते की ज़रूरत है - कोड नहीं मिला है? !!{email}!! पर [कोड फिर से भेजें](onClick) + जॉइन करने के लिए स्टूडेंट का ईमेल एड्रेस चाहिए. + हमने कोड के साथ आपको एक ईमेल भेजा है. कोड नहीं मिला है? !!{email}!! पर [कोड फिर से भेजें ](onClick) चलो शुरू करते हैं! पूरा नाम असली नाम @@ -4220,11 +4263,13 @@ लोगो को इनवाइट करें सर्वर जॉइन करें मेरा स्कूल यहां नहीं है - ईमेल पता वेरीफ़ाई करें + वेरीफ़ाय किया गया स्टूडेंट हब + जॉइन करने के लिए अपना ईमेल वेरीफाई करें sam@college.edu स्कूल का ईमेल + क्या आप अभी स्टूडेंट हैं? अपने स्कूल के लिए स्टूडेंट हब जॉइन करें! जब आपका हब लॉन्च हो तो नोटिफ़िकेशन पाएं ताकि आप अपने स्टडी ग्रुप और क्लब के लिए स्टूडेंट के ज़रिए चलाए जा रहे सर्वर को आसानी से ढूंढ़ सकें. - जब Discord हब !!{school}!! के लिए लाइव होगा, तब हम आपसे संपर्क करेंगे. + जब स्टूडेंट हब !!{school}!! के लिए लाइव होगा, तब हम आपसे संपर्क करेंगे. धन्यवाद! आप वेटलिस्ट में आ गए हैं. कुछ सेकंड {time} @@ -4791,6 +4836,7 @@ किक करें मेम्बर किक करें !!{user}!! किक करें + क्या आप वाकई में !!{user}!! को सर्वर से बाहर निकालना चाहते हैं? वो नए इनवाइट के साथ फिर से जॉइन कर सकेंगे. \'!!{user}!!\' को सर्वर से किक कर दिया गया है. उप्स.!!{user}!! को किक नहीं किया जा सकता. कृपया फिर से कोशिश करें! सर्वर से !!{user}!! को बाहर निकालें @@ -4912,16 +4958,16 @@ भाषा सलेक्ट करें आप इसको बाद में चेंज कर सकते है. हैलो! अपनी भाषा सलेक्ट करें - क्या आपको {country} में Nitro की नई कीमत के बारे में जानकारी है? [और ज़्यादा जानें]({documentationLink}). + क्या आपको {country}में Nitro की नई कीमत के बारे में जानकारी है? [और ज़्यादा जानें]({documentationLink}). प्लान मैनेज करें हमने आपके क्षेत्र में Nitro की कीमत को कम कर दिया है. क्या आप कुछ सेविंग्स कर सकते हैं या नहीं, यह देखने के लिए अभी फिर से एक्टिवेट करें. - हमने आपके क्षेत्र में Nitro की कीमत को कम कर दिया है. अपना पेमेंट का तरीका मैनेज करके देखें कि आप सेविंग्स कर सकते हैं या नहीं. [और ज़्यादा जानें]({documentationLink}). + हमने कुछ क्षेत्रों में Nitro की कीमत को कम किया है. अपने पेमेंट का तरीका अपडेट करके देखें कि क्या आप सेव कर सकते हैं. [और ज़्यादा जानें]({documentationLink}). अभी अपडेट करें - हमने आपके क्षेत्र में Nitro की कीमत को कम कर दिया है. अपना पेमेंट का तरीका अपडेट करके देखें कि आप कुछ सेविंग्स कर सकते हैं या नहीं. + हमने आपके क्षेत्र में Nitro की कीमत को कम कर दिया है. अपना पेमेंट का तरीका अपडेट करके देखें कि आप कुछ बचा सकते हैं या नहीं. प्लान मैनेज करें हमने आपके क्षेत्र में Nitro की कीमत को कम कर दिया है. देखिए शायद आप अपनी लोकल करेंसी में कुछ सेविंग्स कर पाएं. - अपना पेमेंट का तरीका बदलने से आपके सब्सक्रिप्शन की कीमत और करेंसी {newCurrencyAndPrice} में बदल जाएगी. आप क्या पेमेंट करते हैं हम इसे कैसे तय करते हैं इसके बारे में और ज़्यादा जानने के लिए [यहां क्लिक करें]({helpCenterLink}). - **टिप्स**: अपने सब्सक्रिप्शन की {currency}में पेमेंट करने के लिए {country} के पेमेंट के किसी लोकल तरीके का इस्तेमाल करें! हम कीमत और करेंसी कैसे तय करते हैं इसके बारे में और ज़्यादा जानने के लिए [यहां क्लिक करें]({helpCenterLink}). + अपना पेमेंट का तरीका बदलने से आपके सब्सक्रिप्शन की कीमत और करेंसी {newCurrencyAndPrice} बदल जाएगी. आप कितनी पेमेंट करेंगे हम इसे कैसे तय करते हैं इसके बारे में और ज़्यादा जानने के लिए [यहां क्लिक करें]({helpCenterLink}). + **टिप्स**: अपने सब्सक्रिप्शन की {currency}में पेमेंट करने के लिए {country} पेमेंट के किसी लोकल तरीके का इस्तेमाल करें! हम कीमत और करेंसी कैसे तय करते हैं इसके बारे में और ज़्यादा जानने के लिए [यहां क्लिक करें]({helpCenterLink}). **हुर्रे!** {country} के निवासी के तौर पर, फ़िलहाल आप Nitro के लिए छूट वाली {newPrice} की पेमेंट कर रहे हैं! [और ज़्यादा जानें]({helpCenterLink}). लॉगिन करें !!{username}!! के रूप में लॉग इन कर रहे हैं @@ -5055,8 +5101,10 @@ गिफ़्ट मेम्बर मेम्बर लिस्ट + मेम्बर लिस्ट को दिखाएं सिर्फ वे लोग जिन्हें आप इनवाइट करते हैं और मॉडरेटर्स इस थ्रेड को देख सकते हैं. यह सर्वर के ओनर हैं और कोई भी रोल हो इसके पास सभी परमिशन होती हैं. + मेम्बर लिस्ट को छिपाएं सवाल जोड़ें नियम जोड़ें आपको अपडेट आने पर सूचित कर दिया जाएगा. @@ -5183,6 +5231,7 @@ इस सर्वर को जॉइन करने के लिए आपको अपनी ऐप को अपडेट करना पड़ेगा. मेम्बर {members} + !!{channel}!! (चैनल) के लिए मेम्बर्स लिस्ट मेम्बर मैच करते हैं **!!{prefix}!!** मेम्बर सर्च करें मेंशन @@ -5258,7 +5307,6 @@ इस चैनल को डिलीट करने से पहले आपको [सर्वर सेटिंग्स > कम्युनिटी > ओवरव्यू](onClick) में दूसरे चैनल को डेजिग्नेट करना होगा. हार्डवेयर स्केलिंग ऑन करें एक्सपेरिमेंटल फ़ीचर्स जो वीडियो कॉल में परफॉरमेंस को बेहतर कर सकते है. सचेत रहें, जंक का कारण भी बन सकते है. - अपने स्टडी ग्रुप, क्लब, गेम नाइट्स और भी बहुत कुछ के लिए स्टूडेंट्स के ज़रिए चलाए जा रहे सर्वर आसानी से ढूंढ़ें. [और ज़्यादा जानें.](onClick) स्टूडेंट्स से कनेक्ट करने, सर्वर्स डिस्कवर करने और स्टूडेंट्स के जॉइन करने के लिए अपने खुद के सर्वर शेयर करने के लिए एक बेहतरीन जगह है. हब्स स्कूल से जुड़े नहीं होते हैं और न ही स्कूल उन्हें मैनेज करते हैं. हब में मौजूद सर्वर्स स्टूडेंट्स के ज़रिए चलाए जाते हैं, लेकिन इसमें नॉन-स्टूडेंट भी शामिल हो सकते हैं. @@ -5353,6 +5401,8 @@ इस चैनल को म्यूट करें इस सर्वर को म्यूट करें इस कन्वर्सेशन को म्यूट करें + इस थ्रेड को म्यूट करें + थ्रेड को म्यूट करें म्यूट करने की अवधि {endTime} तक के लिए म्यूट करें म्युचुअल फ्रेंड्स @@ -5854,6 +5904,24 @@ अपना पासवर्ड रिसेट करने के लिए अपना कन्फर्मेशन कोड एंटर करें पासवर्ड जरूरी है. पासवर्ड दिखाएं + इसके बजाय पासवर्ड के साथ लॉगिन करें + हम {recipient} पर एक कोड भेजेंगे. + {recipient} को भेज दिया. + ईमेल एड्रेस {email} से जुड़े अकाउंट के लिए पासवर्ड डालें + फ़ोन नंबर {phone} से जुड़े अकाउंट के लिए पासवर्ड डालें + अपना पासवर्ड डालें + वन-टाइम लॉगिन कोड पाएं + लॉगिन करने के लिए कोड डालें + जारी रखें + फिर से भेजें + अपने फ़ोन नंबर या ईमेल के साथ लॉगिन करें. हम आपको लॉगिन के लिए एक वन-टाइम कोड भेजेंगे. + एक बार फिर से हैलो! + मुझे एक कोड भेजें + बातचीत शुरू करने के लिए अपने फ़ोन नंबर या ईमेल के साथ लॉगिन करें. + आपका फिर से स्वागत है! + बिना पासवर्ड के लॉगिन आपको अपने Discord अकाउंट को हमारी ओर से आपके फ़ोन या ईमेल पर भेजे गए 8 अंकों के कोड को डालने के बाद लॉगिन करने की अनुमति देता है. + बिना पासवर्ड के लॉगिन इनेबल करें + बिना पासवर्ड के लॉगिन पेस्ट करें पॉज़ करें जारी रखें @@ -5892,6 +5960,7 @@ पेमेंट के तरीके में बदलाव करें ईमेल ज़रूरी है. माह/वर्ष + Giropay पेमेंट की जानकारी गलत हम इस पेमेंट सोर्स से सफलतापूर्वक पेमेंट नहीं ले पाए. कृपया सुनिश्चित करें कि जानकारी सही है. @@ -5924,9 +5993,11 @@ पेंडिंग पेंडिंग फ्रेंड्स लोग + सर्वर अवतार बनें वो जो आप बनना चाहते हैं और अपने हर सर्वर में अलग-अलग अवतार इस्तेमाल करें. ढेर सारे अवतार - बनें वो जो आप बनना चाहते हैं और अपने हर सर्वर में अलग-अलग अवतार इस्तेमाल करें + वो बनें जो आप बनना चाहते हैं और अपने हर सर्वर में अलग-अलग अवतार का इस्तेमाल करें + आइडेंटिटी अपडेट की गई है! {percentage}%% पिछले हफ्ते से परमिशन पाने में मदद चाहिए? मीडिया का एक्सेस नहीं दिया गया - अटैचमेंट पोस्ट करने के लिए Discord को स्टोरेज का एक्सेस चाहिए. @@ -6418,17 +6489,17 @@ आपको प्रीमियम चैट, **{num}x** बूस्ट, और बूस्ट पर एक डिस्काउंट मिला है आपके पास प्रीमियम चैट, **{num}x** बूस्ट, तथा के लिए बूस्ट छूट है. **!!{price}!!** (कैंसेलेशन अभी पेंडिंग है) आपको प्रीमियम चैट, **{num}x** बूस्ट, और बूस्ट पर एक डिस्काउंट मिला है (पेंडिंग कैंसलेशन) - पेमेंट ऐड करें - आपका Nitro सब्सक्रिप्शन {daysLeft} खत्म हो जाएगा. प्रोफ़ाइल कस्टमाइज़ेशन और भी बहुत कुछ का इस्तेमाल करते रहने के लिए कोई पेमेंट का तरीका ऐड करें. + पेमेंट जोड़ें + आपका Nitro सब्सक्रिप्शन {daysLeft} खत्म हो रहा है. प्रोफ़ाइल कस्टमाइज़ेशन और भी बहुत कुछ का इस्तेमाल जारी रखने के लिए पेमेंट का तरीका ऐड करें. और ज़्यादा जानें - आप आज प्रोफ़ाइल कस्टमाइज़ेशन, एनिमेटेड इमोजी, और भी बहुत कुछ का एक्सेस खो देंगे. + आप {daysLeft} में प्रोफ़ाइल कस्टमाइज़ेशन, बड़ी फ़ाइल को अपलोड करने, बेहतर स्क्रीन शेयर, और भी बहुत कुछ का एक्सेस खो देंगे. Nitro का एक्सेस आज खत्म हो रहा है. - खारिज करें - Nitro को बनाये रखें + खारिज कर दें + Nitro को बनाए रखें अगर आप Nitro को बहाल करते हैं, तो हम आपसे आपके पेमेंट के तरीके से **{price}** चार्ज करना शुरू कर देंगे और आप जब तक अपने सब्सक्रिप्शन को कैंसल नहीं करेंगे तब तक आपको **महीने का** चार्ज देते रहना होगा. आप किसी भी समय अपने सेटिंग्स पेज से इसे कैंसल कर सकते हैं. अगर आप Nitro को बहाल करते हैं, तो हम आपसे आपके पेमेंट के तरीके से **{price}** चार्ज करना शुरू कर देंगे और आप जब तक आप सब्सक्रिप्शन कैंसल नहीं करते तब तक आपको **वर्ष का** चार्ज देते रहना होगा. आप किसी भी समय अपने सेटिंग पेज से इसे कैंसल कर सकते हैं. अगर आप Nitro को बनाए नहीं रखते हैं, तो **आप ये खो देंगे:** - Nitro का एक्सेस {daysLeft} में खत्म हो जाएगा. + आपका Nitro एक्सेस {daysLeft} में खत्म हो रहा है. आपकी ग्रैंडफादर्ड Nitro सब्सक्रिप्शन को Nitro Classic में जल्द ही बदल दिया जाएगा. अगर आप अपने मौजूदा सभी पर्क के साथ-साथ बूस्ट को भी रखने चाहते हैं, तो अभी अपग्रेड करें. बूस्ट एडजस्टमेंट आप एक प्लान बदलाव खरीद रहे हैं. आपके सर्वर बूस्ट्स उसी के मुताबिक अपडेट किए जा रहे हैं. @@ -6438,7 +6509,7 @@ नए सब्सक्रिप्शन का जोड़ अभी अपडेट करें आपके Nitro सब्सक्रिप्शन की पेमेंट नहीं हो पाई है, अपनी पेमेंट की जानकारी अपडेट करें. - पेमेंट ऐड करें + पेमेंट जोड़ें आपका Nitro सबस्क्रिप्शन खत्म होने वाला है. प्रोफ़ाइल कस्टमाइज़ेशन और भी बहुत कुछ का इस्तेमाल करते रहने के लिए कोई पेमेंट का तरीका ऐड करें. आपकी अगली रिन्युअल तारीख **{renewalDate}** होगी. {planName} एडजस्टमेंट @@ -6644,6 +6715,14 @@ आप ब्लॉक किए गए यूज़र को मैसेज नहीं कर सकते हैं @!!{name}!! को मैसेज करें Quick Switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, ग्रुप मैसेज + !!{name}!!, ग्रुप मैसेज {mentions} + !!{name}!!, सर्वर + रिज़ल्ट्स + !!{name}!!, यूज़र, !!{id}!! + !!{name}!!, यूज़र, !!{id}!! {mentions} + {mentions} ड्राफ़्ट Quick Switcher के बारे में ज़्यादा जानें आपको जिसकी तलाश है वो नहीं मिल रहा? @@ -7309,6 +7388,120 @@ इस चैनल में खास अनुमतियां होती हैं. इसमें सुनने के लिए, आपको सर्वर मॉडरेटर या एडमिन जैसा कोई चाहिए जो आपको अनडेफ़ेन कर सके. सर्वर की आवाज़ बंद की गयी दुनिया को इस सर्वर के बारे में कुछ बताएं. + नियमों से सहमत हैं + हमारी पॉलिसी का उल्लंघन करने पर आपके सर्वर पर जुर्माना लगाया जाएगा, जिसमें डिस्कवरी से भी हटाया जाना शामिल है. + Discord की [कम्युनिटी गाइडलाइन्स]({communityGuidelinesUrl}) और [डिस्कवरी गाइडलाइन्स]({discoveryGuidelinesUrl}) का पालन करें + नियम + ऐसा स्पेस बनाएं जहां उत्पीड़न, नकारात्मकता और अवैध गतिविधि को बढ़ावा या बर्दाश्त नहीं किया जाता हो. + स्वस्थ और सकारात्मक वातावरण को बढ़ावा दें + सर्वर डिस्कवरी को सभी के लिए सुरक्षित रखने में सहायता करें + सभी सर्वर कॉन्टेंट 13+ आयु वर्ग के लिए उपयुक्त होना चाहिए. + ग्राफिक या सेक्सुअल कॉन्टेंट को बढ़ावा न दें + 3d + एस्थेटिक + ऐनिमेशन + एनीमे + ऐप्स + आर्ट + बास्केटबॉल + बेवरेज + bitcoin + बॉडी-बिल्डिंग + बॉट + bts + कैलिस्थेनिक्स + क्लोदिंग + कोडिंग + कॉलेज + कम्युनिटी + क्रॉसफिट + क्रिप्टोकरेंसी + क्यूट + डेफ़ि + डिज़ाइन + discord-बॉट + disney + disneyworld + ड्राइंग + edm + एजुकेशन + इमोजी + इमोट + अंग्रेजी + esports + एथेरियम + इवेंट्स + एक्सरसाइज़ + फैन्टसी-फुटबाल + फैशन + fivem + फूड + फुटबॉल + forex + फॉर्मूला1 + fortnite + फ्रेंड्स + फन + गेमिंग + github + गिवअवेज़ + जिम + हार्डवेयर + hiphop + होमवर्क + हाइपबिस्ट + इन्वेस्टिंग + javascript + kpop + भाषा + leagueoflegends + लर्निंग + lgbtq + linux + manga + मीम्स + मेंटल-हैल्थ + metal + minecraft + म्यूजिक-प्रोडक्शन + nba + nfl + nft + nitro + न्यूट्रिशन + opensource + ऑप्शन + फोटोग्राफी + प्रीमियर-लीग + प्रोग्रामिंग + रेसिंग + रैप + reddit + roblox + roleplay + स्कूल + सेल्फ-इम्प्रूवमेंट + singing + स्नैक्स + स्नीकर्स + सॉकर + सोशल + सॉफ्टवेयर + स्पोर्ट्स + स्टॉक्स + स्ट्रीमर + स्ट्रीटवेयर + स्टडी + स्टाइल + सपोर्ट + सुप्रीम + टेक्नोलॉजी + ट्रेडिंग + ट्रेवल + twitch + valorant + yeezy + youtube सर्वर इमोजी सभी फ़ोल्डर बंद करें फ़ोल्डर को रीड कर लिया गया है के तौर पर मार्क करें @@ -7581,6 +7774,8 @@ स्पीकर स्टेज लाइव आज आप किस बारे में बात करेंगे? + ऐसा दिखावा करो कि तेज़ म्यूज़िक चल रहा है. + बातचीत शुरू करने के लिए कोई एक टॉपिक चुनें और स्टेज स्टार्ट करें को दबाएं. स्टेज के शुरू होने का इंतज़ार कर रहे हैं… अब किसी भी दिन शुरू हो सकता है. स्टेज के शुरू होने का इंतज़ार कर रहे हैं. !!{username}!!: @everyone !!{topic}!! शुरू हो रहा है. सुनें! @@ -7681,6 +7876,10 @@ अक्सर इस्तेमाल किए गए मुफ़्त $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + बूस्ट खरीदें + सर्वर बूस्टिंग के साथ {count}+ कस्टम स्टीकर अपलोड करें. + स्टीकर्स को मैनेज करें + आपका सर्वर कुछ स्टीकर अपलोड करने के लिए आपका इंतज़ार कर रहा है! {stickerPackName} की जानकारी एनिमेटेड लिमिटेड समय रह गया है: {time} @@ -7984,6 +8183,7 @@ इमेज, GIFs, स्टीकर, ओपिनियन और पन्स पोस्ट करें टैक्स्ट चैनल टैक्स्ट चैनल मैच करते हैं **!!{prefix}!!** + स्टैंडर्ड मैसेज और डेटा के रेट लागू होंगे. टैक्स्ट परमिशन टैक्स्ट एरिया एक्शन मैसेज !!{channel}!! @@ -8028,6 +8228,7 @@ नोटिफिकेशन पाने और अपनी चैनल लिस्ट में सेव करने के लिए इस थ्रेड को जॉइन करें. इस थ्रेड को मॉडरेटर ने आर्काइव किया था. इसलिए सिर्फ मॉडरेटर्स ही इसे अनआर्काइव सकते हैं. कोई भी इनवाइट कर सकता है + कोई भी अनआर्काइव कर सकता है थ्रेड में कोई नहीं है. अपने मैसेज में @mentioning करके आप लोगों को इनवाइट कर सकते हैं. इस थ्रेड को नहीं देख सकते @@ -8223,6 +8424,7 @@ चैनल अनम्यूट करें कन्वर्सेशन को अनम्यूट करें सर्वर अनम्यूट करें + थ्रेड को अनम्यूट करें बेनाम अनपिन करें प्लीज़ इसे रिमूव कर दें! @@ -8659,8 +8861,6 @@ Discord मूवी Wumpus वैकेशन वापोरवेव - वीडियो बैकग्राउंड के साथ खुद को एक्सप्रेस करें, और अगर आपके पास Nitro सब्सक्रिप्शन है, तो अपने खुद के वीडियो अपलोड करें! - नए वीडियो बैकग्राउंड! अपने वीडियो बैकग्राउंड एक्सपीरियंस के बारे में हमें बताएं. वीडियो बैकग्राउंड कैसे थे? बैकग्राउंड डिटेक्शन ठीक नहीं था @@ -8671,6 +8871,7 @@ कोई समस्या थी? अपनी समस्या रिपोर्ट करने के लिए आपका धन्यवाद! आपके जैसे फ़ीडबैक हमें वीडियो बैकग्राउंड में सुधार करने में सहायता करते हैं बैकग्राउंड रिमूव करें + कस्टम वीडियो बैकग्राउंड अपलोड करना, 60 फ्रेम प्रति सेकंड के हिसाब से HD रिज़ॉल्यूशन में वीडियो स्ट्रीम करना, [और भी बहुत कुछ Discord Nitro के साथ पाएं!](onLearnMore) अपना खुद का बैकग्राउंड अपलोड करना चाहते हैं? फोकस मेम्बर को हाइड करें diff --git a/app/src/main/res/values-hr/plurals.xml b/app/src/main/res/values-hr/plurals.xml index be14aa2aaa..ff96093b2d 100644 --- a/app/src/main/res/values-hr/plurals.xml +++ b/app/src/main/res/values-hr/plurals.xml @@ -1045,7 +1045,7 @@ {#} Boost iskorišten {#} Boosta iskorištena - {#} Boostova iskorištenih + {#} Boostova iskorišteno {#} boost @@ -1300,6 +1300,10 @@ za {#} dan za {#} dana + + {#} dan + {#} dana + {#} dan {#} dana @@ -1391,6 +1395,21 @@ {retryAfter} minte {retryAfter} minuta + + , {#} nepročitana poruka + , {#} nepročitane poruke + , {#} nepročitanih poruka + + + ,{#} nepročitana poruka + , {#} nepročitane poruke + , {#} nepročitanih poruka + + + , {#} nepročitana poruka + , {#} nepročitane poruke + , {#} nepročitanih poruka + još jedna osoba je reagirala s {n} druge osobe reagirale su s diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 19092f2b93..d26fe440ed 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -60,6 +60,11 @@ Smanjuje zasićenost boja unutar aplikacije za one koji su osjetljivi na jarke boje. Prema zadanim postavkama, to neće utjecati na zasićenost u slikama, videu, bojama uloga ili drugim sadržajima koje doprinose korisnici. linkovi će izgledati ovako https://discord.com/ Zasićenost + Brže + Brzina za tekst u govor + Pretpregled + Sporije + Ovako zvuči tekst u govor na trenutačno podešenoj brzini. Razina zumiranja Račun Korisnički prostor @@ -812,7 +817,7 @@ !!{paymentGatewayName}!! transakcije neće biti izlistane u nastavku. Ako želiš vidjeti povijest transakcija !!{paymentGatewayName}!! ili promijeniti svoj !!{paymentGatewayName}!! način plaćanja, [idi na !!{paymentGatewayName}!! postavke naplate]({billingHistoryLink}). Pretplaćen si preko !!{paymentGatewayName}!! !!{paymentGatewayName}!! pretplate ovo ne podržavaju. Za upravljanje svojim pretplatama [idi na postavke !!{paymentGatewayName}!! naplate]({subscriptionManagementLink}). - Konačnu cijenu i valutu određujemo prema državi u kojoj je izvor za tvoja plaćanja. [Ovdje doznaješ više]({documentationLink}). + Konačnu cijenu i valutu određujemo prema načinu plaćanja koji ti je u postavkama i u državi u kojoj je izdan. [Ovdje doznaješ više]({documentationLink}) Kopirano! Poveznica za darovanje Ovo je bio dar @@ -884,7 +889,7 @@ Već si uzeo/la povrat novca za Nitro pretplatu. Povrat novca Čini se da nešto nije bilo u redu kad smo pokušali vratiti novac za tvoju kupnju: !!{error}!!. - Molimo te da se javiš našoj [ekipi za podršku]({supportUrl}) koja će ti rado pomoći. + Molimo te da se javiš našoj [ekipi za podršku]({supportUrl}) kako bi ti pomogla. Žao nam je, ali ova kupnja ne ispunjava uvjete za povrat novca. Ima li kakvih problema s kupnjom? Podnesi povrat novca @@ -919,6 +924,7 @@ Postavke naplate Dodaj Način Plaćanja Kupuj server boostove + Upravljanje pretplatom Prikaži povijest plaćanja Pokloni Discord Nitro Kupuj Discord Nitro @@ -935,6 +941,7 @@ Odaberi model pretplate Odaberi model pretplate Kupuj + Sofort informacije Kredit iz pretplate Promijeni plan Tvoja pretplata mijenja se na dan **{renewalDate}**. @@ -963,6 +970,7 @@ Prijeđi na godišnji model i uštedi si novce. Uživaj u posebnim pogodnostima na steroidima i u {numFreeGuildSubscriptions} tijekom cijele godine. Dva mjeseca besplatno! Odabrao si {planName}! + Otkazano Neuspješno U tijeku Novac vraćen @@ -1013,6 +1021,7 @@ Detaljan opis (neobavezno) Obavezno je dati naziv problema Prioritet je obavezan + Područje značajke U čemu je problem? Snimka zaslona je uklonjena iz prijave Proritet @@ -1024,6 +1033,8 @@ Nizak (P2) **Nije hitno i nije važno.** P3 nam omogućuje da primimo k znanju da postoji neki problem, ali taj problem može čekati dok se mi ne pozabavimo ozbiljnijim problemima. Vrlo nizak (P3) + Pretraži područja značajki + Odaberi područja značajki Slanje prijave Prijava poslana Prekoračenje builda @@ -1033,7 +1044,6 @@ Prekoračenje builda za {releaseChannel} ID builda {releaseChannel} samo za klijente - {supportedTargets} su jedine dopuštene Neispravno prekoračenje builda Neispravan korisnik Build nije dostupan @@ -1089,10 +1099,12 @@ Spreman/na za video chat? Ovdje imaš pretpregled tvoje kamere: Video pozadina + Postavljanje video pozadine trenutačno je omogućeno tek za ograničeni broj ljudi Zamućenje Promijeni pozadinu Promijeni video pozadinu Prilagođeno + Vlastita pozadina Ništa Dosegao/la si ograničenje od {maxCustomBackgrounds}! Učini jedan desni klik i lijepo ukloni neku pozadinu prije nego dodaš drugu. Prenesi svoju vlastitu prilagođenu pozadinu iza koje stoji snažni Nitro! @@ -1158,6 +1170,7 @@ Nadimak (onemogućen) Da bi promijenio kako te drugi vide unutar ovog servera, možeš postaviti nadimak i avatar koji vrijede samo za njega. Server Avatar $[BETA](betaBadgeHook) + Vrati na primarni avatar Nepoznata greška Promijeni server avatar Koristi drugi avatar u svakom od svojih servera i još mnogo toga uz **Discord Nitro!** @@ -1204,6 +1217,8 @@ Utišaj kanal !!{channelName}!! Isključivanje glasa kanalu sprječava indikatore nepročitanih poruka i pojavljivanje obavijesti - osim ako te netko ne spomene. novi kanal + Provjeri prihvatljivost svog servera + Otkrivanje servera od sada je dostupno za servere koji imaju preko 1000 članova! Kanal ili kategorija Server ili kanal je trenutno utišan. Redoslijed kanala ažuriran. @@ -1464,7 +1479,6 @@ Glas povezan Potvrđeno Veze - Discord te može spojiti s vlastitim prijateljima, a i pomoći im da te lociraju. Automatski dodaj prijatelje iz svojih kontakata Sinkroniziraj svoje kontakte Automatski dodaj prijatelje iz svojih kontakata i javi im da si na Discordu. @@ -1894,7 +1908,12 @@ Oreži Češki Prilagođena boja + S boostanjem servera možeš postaviti jedinstvenu ikonu za svaku ulogu. Ikone se prikazuju u chatu i na popisu članova. Idi na **Postavke servera > Uloge** i pogledaj. + Od sada ikone uloga možeš postaviti ako odeš na **Postavke servera > Uloge**. Svaka uloga ima svoju jedinstvenu ikonu, a prikazuju se u chatu i u popisu članova. + Postavke uloga + Postavi ikone Kužim + NOVO! Prilagođene ikone uloga Prilagođeni status Obriši nakon Obriši status @@ -2048,12 +2067,14 @@ Prekidanjem veze s računom moglo bi te izbaciti sa servera na koje si se spojio/la s ovim računom. Prekini vezu s !!{name}!! Odspoji se s glasovnog kanala + Prekidanje veze Prekini vezu Prekini vezu Korisnik je odspojen od glasovne veze. Pristupi u zajednicu od preko 100 milijuna ljudi koji koriste Discord za razgovor i druženje sa svojim zajednicama i prijateljima. Zamisli jedno mjesto Discord Rich Presence + Uskoro dolazi i na mobitele! Za sada moraš ići na verziju za radnu površinu da pristupiš Učeničkim Hubovima Otkrij Otkrivanje {speakersCount} @@ -2115,6 +2136,8 @@ Uredi !!{user}!! Uređivanje poruke Kužim + Možda kasnije + Isprobaj, pogledaj Grčki Discord nema neke dozvole pa ne može pustiti zvuk iz tvoje aplikacije niz stream. Hoćeš možda prepustiti Discordu administratorske ovlasti da može slati sav taj milozvuk tvoje igre frendovima? Streamaj bez zvuka @@ -2480,6 +2503,8 @@ Pošalji neku nasumičnu poruku dobrodošlice kad se netko pridruži ovom serveru. Pošalji neku poruku kad netko boosta ovaj server. Članovi su automatski izbačeni kada se odspoje, osim ako im se ne dodijeli uloga. + Kad je ovo onemogućeno, samo moderator i onaj tko je nit otvorio mogu dodati nove članove u ovu nit. + Kad je ovo onemogućeno, onda samo moderatori mogu ovu nit vratiti iz arhive. Ograničava broj korisnika koji se mogu povezati u ovaj glasovni kanal. Korisnici s dozvolom **Premještanje članova** ignoriraju ovo ograničenje i mogu premještati ostale korisnike u ovaj kanal. Članovi ovoga servera moraju ispunjavati sljedeće kriterije prije nego što mogu slati poruke u tekstualnim kanalima ili pokrenuti izravni razgovor. Ako član ima dodijeljenu ulogu, to više ne važi. **Preporučujemo da se postavi razina provjere za javni Discord.** Postavi kvalitetu videa koja će vrijediti za sve sudionike u kanalu. Da bi učinak uvijek bio optimalan, predlažemo da postavka bude **Automatski**. @@ -3009,6 +3034,7 @@ !!{username}!! igra {applicationName} Video driveri su ti malo zastarjeli. Ako želiš da dijeljenje zaslona radi super, onda ih ažuriraj. Gleda {username} + Idi u kanal Kužim Dopusti privremeno članstvo Zelena @@ -3116,10 +3142,13 @@ {count} za {query} Istraži javne servere Prikaži + Nedostaju dozvole za spajanje + Gdje je tvoj događaj? Preporuka je da to bude slika koja je najmanje 800 piksela široka i 400 visoka. Dodaj naslovnu fotografiju (nije nužno) Ukloni fotografiju Napiši sve o tom događaju. + Reci ljudima nešto više o svojem događaju. Ovdje se mogu koristiti i efekti. Kakav je to događaj? Tema događaja {date} u {time} @@ -3129,19 +3158,28 @@ Broj zainteresiranih: {count} {count} Kada događaj počne, stići će ti obavijest - Pridruži se serveru + Događaj je završen + Pridruži se i gledaj događaj Ili, pošalji link pozivnice za događaj nekom prijatelju + Pozovi prijatelje na događaj Broj slušatelja: {count} Unesi lokaciju + Stavi mjesto, link ili već što treba. Negdje drugdje + Tekstualni kanal, vanjski link ili događaj uživo. + Gdje si bio kada si skinuo/la Discord + Odlično za velike zajednice i događaje sa zvukom. Provodite vrijeme skupa uz glas, sliku, dijeljenje zaslona i Go Live. Zato da se nitko ne zagubi u dolasku. Gdje je tvoj događaj? Odaberi kanal Odaberi neki glasovni kanal + Napravi poneki događaj kako bi se ekipa s tvojeg servera mogla okupiti. Nema nadolazećih događaja. Mjesto + Informacije o događaju Pregled + Vrijeme početka mora biti u budućnosti. Kad dođe vrijeme, idi u $[**!!{channelName}!!**](channelHook) i pokreni taj događaj! Ovdje imaš pretpregled tvojeg događaja. Događaj će moći vidjeti samo oni članovi koji mogu vidjeti taj kanal. @@ -3152,6 +3190,7 @@ Pokušaj upotrijebiti kanal s pozornicom! Pokreni događaj: {eventName} Zakazano za {startTime} + Zakazano u {startTime} Korak {step} od {total} Događanja Napravi @@ -3612,6 +3651,7 @@ Upao si! {serverName} od sada je dio vidljivog svijeta! Uz Otkrivanje servera neka tvoja zajednica raste Discord će u pretraživanju dati prednost ovom serveru onim korisnicima koji govore odabranim jezikom. + Ako ti je server uvršten u [Otkrivanje servera]({documentationUrl}), svatko ti ga može naći. Još uvijek čekamo metrike o zdravlju tvojeg servera! U njegovom opisu, reci ljudima u čemu je tvoj server ono pravo! Kategorije pomažu Discordu da organizira servere kako bi ljudima bilo lakše pronaći zajednice koje ih zanimaju. Možete izabrati 1 osnovnu kategoriju i do 5 podkategorija. @@ -4133,12 +4173,12 @@ Mađarski Odaberi kategoriju Kategorija - Ovaj opis servera pojavit će se unutar Huba. + Ovaj opis servera pojavit će se unutar Učeničkog Huba. Čemu služi ovaj server? Čime se ljudi tu bave? Opis servera Uspjeh! Kužim! - Tvoj server dodan je u Hub za !!{guildName}!!! + Tvoj server je stvoren i dodan u Hub za !!{guildName}!! Učenički Hub. Dodaj server Još nisi dodao nijedan server! Serveri koje si već dodao/la @@ -4150,10 +4190,10 @@ Izradi novi server Želiš li osnovati novu grupu? I nakon toga ćeš moći pozivati ​​ljude izvan Huba na svoj server. - Pomozi u razvoju Discord Huba za !!{guildName}!! + Pomozi da Učenički Hub !!{guildName}!! naraste Idi na Server Natrag na Hub - Tvoj server je stvoren i dodan u Hub za !!{guildName}!!! + Tvoj server je stvoren i dodan u Hub za !!{guildName}!!! Učenički Hub Prilagodi svoj server Pomozi drugim učenicima da pronađu !!{guildName}!! Daj svom serveru opis i kategoriju kako bi ga ljudi lakše našli. @@ -4164,9 +4204,10 @@ Pozovi ljude na ovaj Hub Ti ste među prvima ovdje! Počnimo dodavanjem nekoliko servera i članova. Pozovi prijatelje u Učenički Hub za učenike !!{guildName}!! - Discord Hub za !!{guildName}!! + Učenički Hub za !!{guildName}!! Od klubova, do grupa za učenje, do tuluma za gledanje tekmi, negdje ćeš već naći nešto za sebe. Pronađi svoje ljude + Učenički Hub Učenički Hubovi Ekskuzivno mjesto na kojem se okupljaju i povezuju učenici, otkrivaju serveri i međusobno razmjenjuju informacije o serverima kojima se možete priključivati. Hubovi nisu povezani sa školom i škola ne upravlja njima. Servere koji su uključeni u Hub vode učenici, ali članovi mogu biti i druge osobe. Da bismo nastavili proces verifikacije, trebaš potvrditi poveznicu kojus smo ti poslali e-poštom. Ova stranica će se osvježiti automatski. @@ -4175,9 +4216,9 @@ Ponovno pošalji link potvrde Možeš se pridružiti u Učenički Hub svake škole koju pohađaš. Ideš li u više škola? + Ne, hvala Pridruži se Hubu Ne, hvala - Bez problema ćeš pronaći servere za svoje grupu za učenje, klubove, gaming okupljanja i drugo. Jesi li trenutno učenica ili učenik? Pridruži se u Učenički Hub tvoje škole! E-pošta škole ime@škola.edu @@ -4188,17 +4229,19 @@ Ne možeš pronaći svoju školu? [Stani u red čekanja.](onJoinWaitlist) Pridruži se {count} i uđi u Učenički Hub škole !!{guildName}!!! Pridruži se u još jedan Hub - Bez problema ćeš pronaći servere za svoje grupu za učenje, klubove, gaming okupljanja i drugo. - Jesi li trenutno učenica ili učenik? Pridruži se u Discord Hub tvoje škole! + Jesi li trenutno učenica ili učenik? Pridruži se u Učenički Hub tvoje škole! Pridruži se Hubu + Ostvari pristup hubovima koji su samo za učenike + Hub tvoje škole za sada nismo porinuli. Unesi ime škole i javit ćemo ti kada hub krene. Stani u red čekanja Ime škole Cijelo ime škole Ekskuzivno mjesto na kojem se okupljaju i povezuju učenici, otkrivaju serveri i međusobno razmjenjuju informacije o serverima kojima se možete priključivati. Hubovi nisu povezani sa školom i škola ne upravlja njima. Servere koji su uključeni u Hub vode učenici, ali članovi mogu biti i druge osobe. Učenički Hubovi + Što je Učenički Hub? Ako je vaš poslužitelj namijenjen samo učenicima, samo pozovi svoje iz razreda. Ne treba im .edu adresa da bi se pridružili Ukloni iz Huba - Jesi li siguran/na da želiš !!{guildName}!! ukloniti s ovog Huba? + Jesi li siguran/na da želiš !!{guildName}!! ukloniti s ovog Učeničkog Huba? Uredi postavke Uredi postavke za !!{guildName}!! Što je Učenički Hub? @@ -4207,7 +4250,7 @@ Poslao/la si pozivnicu za pridruživanje hubu Pozovi prijatelje u Učenički Hub svoje škole E-pošta učenika obavezna je za pridruživanje. - Nisi dobio/la kôd? [Ponovo pošalji kôd](onClick) na !!{email}!! + Kôd smo ti poslali e-poštom. Nisi dobio/la kôd? [Ponovo pošalji kôd](onClick) na !!{email}!! Krenimo! Puno ime Pravo ime @@ -4220,11 +4263,13 @@ Pozovi ljude Pridruži se serverima Moja škola nije ovdje - Potvrdi svoju e-poštu + Verificirani Učenički Hub + Prvo ovjeri svoju adresu e-pošte da možeš prići sam@college.edu E-pošta škole + Jesi li trenutno učenica ili učenik? Pridruži se u Učenički Hub tvoje škole! Zakaži primanje obavijesti o pokretanju tvojeg huba i možeš lako pronaći servere za svoju grupu za učenje i klubove. - Javit ćemo ti čim Discord Hub škole !!{school}!! bude porinut. + Javit ćemo ti se čim Učenički Hub škole !!{school}!! bude počeo raditi. Hvala! Sada stojiš u redu i čekaš. nekoliko sekundi {time} @@ -4791,6 +4836,7 @@ Izbaci Izbacivanje članova Izbaci korisnika !!{user}!! + Želiš li sigurno sa servera izbaciti korisnika !!{user}!!? Moći će se vratiti ponovno samo uz novu pozivnicu. \'!!{user}!!\' je izbačen/a sa servera. Ups… Nismo uspjeli izbaciti !!{user}!!. Molimo pokušaj ponovno! Izbaci korisnika !!{user}!! sa servera @@ -4912,13 +4958,13 @@ Odaberi jezik Ovo možeš promijeniti kasnije. Bok! Odaberi jezik - Znaš li da će {country} dobiti nove cijene za Nitro? [Saznaj više]({documentationLink}). - Upravljanje pretplatom + Znaš li da će {country} dobiti nove cijene za Nitro? [Doznaj više]({documentationLink}). + Upravljanje modelom Snizili smo cijenu koja vrijedi za Nitro u tvojoj državi. Pokušaj ponovno aktivirati jer moguće je da ćeš sada uštedjeti. - Snizili smo cijenu koja vrijedi za Nitro u tvojoj državi. Uredi način plaćanja i tako uštedi. [Saznaj više]({documentationLink}). + Snizili smo cijenu koja vrijedi za Nitro u nekim područjima. Uredi način plaćanja i vidi možeš li uštedjeti. [Doznaj više]({documentationLink}). Ažurirajmo to odmah Snizili smo cijenu koja vrijedi za Nitro u tvojoj državi. Pokušaj promijeniti način plaćanja i tako uštedjeti. - Upravljanje pretplatom + Upravljanje modelom Snizili smo cijenu koja vrijedi za Nitro u tvojoj državi. Provjeri to jer možda naplatom u tvojoj lokalnoj valuti možeš proći jeftinije. Promjena tvojeg načina plaćanja promijenit će za tebe cijenu pretplate na {newCurrencyAndPrice}. [Klikni ovdje]({helpCenterLink}) ako želiš doznati više o tome kako određujemo način na koji plaćaš. **Savjet**: uzmi neki način plaćanja kojeg lokalno podržava {country} kako bi svoju pretplatu plaćao u {currency}! [Klikni ovdje]({helpCenterLink}) ako želiš doznati više o tome kako određujemo cijenu i valutu. @@ -5055,8 +5101,10 @@ Dar Član Popis članova + Prikaži popis članova Samo ljudi koje pozoveš i moderatori mogu vidjeti ovu nit. Ova osoba je vlasnik servera i uvijek će imati sve dozvole neovisno o ulogama. + Sakrij popis članova Dodaj pitanje Dodaj ulogu Bude li novosti, obavijestit ćemo te. @@ -5183,6 +5231,7 @@ Da se pridružiš ovom serveru, moraš ažurirati svoju aplikaciju. Članovi {members} + Popis članova za !!{channel}!! (kanal) Članovi koji odgovaraju **!!{prefix}!!** Pretraži članove Spomeni @@ -5258,7 +5307,6 @@ Moraš odrediti neki drugi i to učini u [Postavke servera > Zajednica > Pregled](onClick) pa se ovaj kanal može obrisati nakon toga. Omogući hardversko skaliranje Eksperimentalna značajka koja bi mogla poboljšati performanse u video pozivima. Pazi, mogla bi prouzročiti smetnje. - Bez problema ćeš pronaći servere za svoje grupu za učenje, klubove, gaming okupljanja i drugo. [Doznaj više.](onClick) Odvojeno i zasebno mjesto na kojem se učenici povezuju, otkrivaju servere i razmjenjuju informacije o serverima kojima se mogu priključivati. Hubovi nisu povezani sa školom i škola ne upravlja njima. Serverima unutar huba upravljaju učenici, ali na njima mogu biti i drugi. @@ -5353,6 +5401,8 @@ Utišaj ovaj kanal Utišaj ovaj server Utišaj ovu konverzaciju + Utišaj ovu nit + Utišaj nit Trajanje utišavanja Utišano do {endTime} Zajednički prijatelji @@ -5854,6 +5904,24 @@ Unesi svoj kod za potvrdu da ponovno postaviš svoju lozinku Potrebna je lozinka. Prikaži zaporku + Zapravo, prijava lozinkom + Kôd šaljemo na: {recipient}. + Poslano na: {recipient}. + Unesi lozinku za račun s e-adresom {email} + Unesi lozinku za račun s brojem telefona {phone} + Unesi svoju lozinku + Dobij jednokratni kôd za prijavu + Unesi kôd da bi se prijavio/la + Nastavi + Ponovno pošalji + Prijavi se svojim brojem telefona ili e-mailom. Poslat ćemo ti jednokratni kôd s kojim se možeš prijaviti. + Opet bok! + Pošalji mi kôd + Prijavi se svojim brojem telefona ili e-mailom i kreni pričati. + Dobrodošao/la natrag! + Prijava bez lozinke omogućuje ti da se prijaviš na svoj Discord račun nakon što uneseš 8-znamenkasti kôd kojeg ti pošaljemo na tvoj telefon ili e-poštu. + Omogući prijavu bez lozinke + Prijava bez lozinke Zalijepi Pauza Nastavi @@ -5892,6 +5960,7 @@ Uredi način plaćanja E-pošta je obavezna. Mjesec/godina (MM/YY) + Giropay Podaci o Plaćanju Neispravno Nismo uspjeli naplatiti se iz tog izvora sredstava. Provjeri i ispravi netočne informacije, ako ih ima. @@ -5924,9 +5993,11 @@ U tijeku Prijatelji na čekanju Ljudi + Avatar za server Budi tko god želiš i koristi drugi avatar u svakom od svojih servera. Višestruki avatari Budi tko god želiš i koristi drugi avatar u svakom od svojih servera + Identitet je ažuriran {percentage}%% od prošlog tjedna Trebaš pomoć s dozvolama? Medijski pristup odbijen - Discord traži pristup memoriji za slanje privitaka. @@ -6020,7 +6091,7 @@ {boostCount} Pristup **posebnim emojijima** i **naljepnicama** na svim tvojim serverima **Animirani avatar**, **banner profila** i poseban **Discord Tag** - **Animirani avatar**, **banner profila** i poseban **Discord Tag** (#{discriminator}) + **Animirani avatar**, **banner profila** i poseban **Discord Tag** (# {discriminator}) Povećana kvaliteta **dijeljenja zaslona** Ako otkažeš, onda **gubiš sljedeće fine stvari:** Jesi li siguran/na da želiš otkazati? @@ -6046,7 +6117,7 @@ Pregledavaj naljepnice Pokaži svojim prijateljima kako se uistinu osjećaš s prilagođenim naljepnicama u chatu na svakom tvojem serveru i uživaj u 300 ekskluzivnih Nitro naljepnica. Naljepnice u chatu - S Nitrom je sve awwww. Nije li to swatko? Sorry. [Više informacija o tome što je Nitro.](onLearnMore) + S Nitrom se sve krekreće nabolje. Nije li to krekreativno? Dad jokes much? Sorry. [Više informacija o tome što je Nitro.](onLearnMore) Što novo donosi Nitro Nitro je sada jeftiniji u Brazilu! Nitro je sada jeftiniji u Poljskoj! @@ -6419,9 +6490,9 @@ Imaš premium chat, **{num}×** Boost i popust na Boost za **!!{price}!!** (čeka otkazivanje) Imaš premium chat, **{num}×** Boost i popust na Boost (otkazivanje na čekanju) Dodaj Plaćanje - Pretplata na Nitro isječe ti {daysLeft}. Dodaj način plaćanja kako bi nastavio koristiti prilagođavanje profila i ostalo. + Nitro pretplata će ti isteći {daysLeft}. Dodaj način plaćanja kako bi nastavio koristiti prilagođavanje profila i ostalo. Saznaj više - Danas ćeš izgubiti pristup prilagođavanju profila, animiranim emojijima i drugom. + Za {daysLeft} izgubit ćeš pristup prilagođavanjima profila, prenošenju većih datoteka, boljem dijeljenju zaslona i drugome. Tvoj pristup Nitru završit će danas. Odbaci Zadrži Nitro @@ -6644,6 +6715,14 @@ Ne možeš slati poruke blokiranim korisnicima Pošalji poruku @!!{name}!! Brzi prekidač + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, grupna poruka + !!{name}!!, grupna poruka {mentions} + !!{name}!!, server + Rezultati + !!{name}!!, korisnik, !!{id}!! + !!{name}!!, korisnik, !!{id}!! {mentions} + {mentions} Skice Saznaj više o Quick Switcheru Ne možeš naći ono što tražiš? @@ -7309,6 +7388,120 @@ Ovaj kanal ima posebna dopuštenja. Da ga slušaš, trebat će ti netko, poput moderatora servera ili administratora, uključiti zvuk. Onemogućeno slušanje na serveru Reci cijelom svijetu ponešto o ovom serveru. + Prihvati pravila + Kršenje naših pravila može imati za posljedicu kazne protiv tvojeg servera, među njima i uklanjanje iz Otkrivanja. + Pridržavaj se Discordovih [Pravila ponašanja u zajednici]({communityGuidelinesUrl}) i [Upute otkrivanja servera]({discoveryGuidelinesUrl}) + Pravila + Stvori pozitivnu atmosferu u kojoj nitko neće ni poticati ni tolerirati maltretiranje, dosađivanje, gnjavažu i bilo što negativno. + Pomozi da se stvara i razvija pozitivna atmosfera + Pomozi da Otkrivanje servera ostane sigurno svima + Sve što je na serveru mora biti primjereno za dob od 13 godina (ili više). + Nemoj hostati eksplicitni, jeziv ili seksualni sadržaj + 3d + estetski + animacija + anime + aplikacije + umjetnost + košarka + piće + bitcoin + bodybuilding + botovi + bts + kalistenika + odjeća + kodiranje + faks + zajednica + crossfit + kriptovaluta + slatko + defi + dizajn + discord-bot + disney + disneyworld + crtanje + edm + obrazovanje + emoji + emotes + Engleski + e-sportovi + ethereum + događaji + vježbanje + fantasy-football + moda + fivem + hrana + nogomet + forex + F1 + fortnite + prijatelji + zabava + gaming + github + nagradne-igre + teretana + hardver + hiphop + domaća-zadaća + hypebeast + ulaganje + javascript + kpop + jezici + leagueoflegends + učenje + lgbtq + linux + manga + memeovi + mentalno-zdravlje + metal + minecraft + glazba-produkcija + nba + nfl + nft + nitro + prehrana + opensource + mogućnosti + fotografija + premier-league + programiranje + utrkivanje + rap + reddit + roblox + roleplay + škola + samopoboljšanje + pjevanje + grickalice + tenisice + nogomet + društveno + softver + sportovi + dionice + streamer + ulična-odjeća + učenje + moda + podrška + supreme + tech + trgovanje + putovanje + twitch + valorant + yeezy + youtube Emoji servera Zatvoriti sve mape Označi mapu kao pročitanu @@ -7581,6 +7774,8 @@ Govornik Pozornica radi O čemu ćete danas razgovarati? + Glumi kao da se čuje neka muzika za liftove. + Pritisni Pokreni pozornicu i odaberi temu za pokretanje razgovora. Čeka se početak rada pozornice… Još nekoliko dana. Čeka se početak rada pozornice. !!{username}!!: @everyone !!{topic}!! je pokrenuto. Slušaj i ti! @@ -7681,6 +7876,10 @@ Često korišteno Besplatno: $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Kupuj boostove + Prenesi preko {count}+ prilagođenih naljepnica sa server Boostom. + Upravljanje naljepnicama + Tvoj server čeka da mu se prenese koja naljepnica! Podaci o paketu {stickerPackName} Animirano Ostalo je samo ograničeno vrijeme: {time} @@ -7984,6 +8183,7 @@ Postaj slike, GIF-ove, naljepnice, mišljenja i doskočice Tekstualni kanali Tekstualni kanali koji odgovaraju **!!{prefix}!!** + Vrijede standardne naknade za poruke i prijenos podataka. Tekstualne dozvole Radnje vezane uz prostor za tekst Pošalji poruku u !!{channel}!! @@ -8028,6 +8228,7 @@ Pridruži se ovoj niti da bi dobivao obavijesti i spremao ih na popis kanala. Ovu je nit arhivirao moderator. Vraćanje mogu izvršiti samo moderatori. Svatko može pozvati + Svatko može poništiti arhiviranje U ovoj niti nema nikoga. Možeš pozvati ljude tako što ćeš ih @spomenuti u poruci. Nije moguće pregledati ovu nit @@ -8223,6 +8424,7 @@ Ukini utišavanje kanala Ukini utišavanje konverzacije Ukini utišavanje servera + Ukini utišavanje niti Neimenovano Otkvači Pliz, ukloni je! @@ -8659,8 +8861,6 @@ Discord film Wumpus na godišnjem Para - Izrazi se video pozadinama, a ako imaš Nitro, postaviš i svoje vlastite! - Nove video pozadine! Reci nam kako ti se sviđa koristiti video pozadine. Kakve su bile video pozadine? Otkrivanje pozadine nije bilo precizno @@ -8671,6 +8871,7 @@ Bilo je nekih problema? Hvala ti na ovoj informaciji! Zahvaljujući takvim povratnim informacijama mi možemo poboljšati video pozadine. Ukloni pozadinu + Prenesi vlastite video pozadine, streamaj uz HD razlučivost na 60 fps i [još više uz Discord Nitro!](onLearnMore) Želiš li prenijeti svoju vlastitu pozadinu? Fokus Skrivanje članova diff --git a/app/src/main/res/values-hu/plurals.xml b/app/src/main/res/values-hu/plurals.xml index feb8c4fca0..c5d7996acb 100644 --- a/app/src/main/res/values-hu/plurals.xml +++ b/app/src/main/res/values-hu/plurals.xml @@ -1132,6 +1132,10 @@ {#} nap múlva {#} nap múlva + + {#} nap + {#} nap + {#} nap {#} nap @@ -1212,6 +1216,18 @@ 1 perc {retryAfter} perc múlva + + , {#} olvasatlan üzenet + , {#} olvasatlan üzenet + + + , {#} olvasatlan üzenet + , {#} olvasatlan üzenet + + + , {#} olvasatlan üzenet + , {#} olvasatlan üzenet + 1 tag {n} tag diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 138041fd75..b991bee3cb 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -60,6 +60,11 @@ Csökkentsd a színek telítettségét az alkalmazáson belül a színérzékenyek kedvéért. Ez alapértelmezés szerint nem befolyásolja a képek, videók, rangszínek vagy más, a felhasználó által megadott tartalmak telítettségét. A hivatkozások így néznek majd ki: https://discord.com/ Telítettség + Gyorsabb + Szövegfelolvasási sebesség + Előnézet + Lassabb + A jelenlegi sebességen így hangzik a szövegfelolvasás. Nagyítás mértéke Fiók Felhasználói terület @@ -812,14 +817,14 @@ A(z) !!{paymentGatewayName}!! tranzakciók nem kerülnek lentebb felsorolásra. A(z) !!{paymentGatewayName}!! tranzakciós előzmények megtekintéséhez vagy a(z) !!{paymentGatewayName}!! fizetési mód megváltoztatásához [lépj be a(z)!!{paymentGatewayName}!! számlázási beállításaidba]({billingHistoryLink})! A(z) !!{paymentGatewayName}!! rendszeren keresztül fizettél elő A(z) !!{paymentGatewayName}!! előfizetések ezt nem támogatják. Az előfizetésed kezeléséhez lépj át [a(z) !!{paymentGatewayName}!! számlázási beállításaidra]({subscriptionManagementLink})! - A végső díjat és pénznemet a fizetési módod szerinti ország határozza meg. [További tájékoztatás itt]({documentationLink}). + A végső díjat és pénznemet a választott fizetési módod szerinti ország határozza meg. [További tájékoztatás|]({documentationLink}) Kimásolva! Ajándék hivatkozás Ez egy ajándék volt Visszatérítés akkor igényelhető, ha a vásárlás az utóbbi {dateLimit} napban történt és az ajándék nem került beváltásra. [A barátságos ügyfélszolgálatunk segít, hogy visszaszerezd a pénzed.]({supportURL}) Sajnáljuk, erre a vásárlásra visszatérítés nem igényelhető. Visszatérítés akkor igényelhető, ha a vásárlás az utóbbi {dateLimit} napban történt és az ajándék nem került beváltásra. Számlázási előzmények - [Kattints ide]({documentationLink}) a további tájékoztatásért arról, hogyan határozzuk meg, milyen összegű díjat és milyen pénznemben fizetsz. + [Kattints ide|]({documentationLink}) a további tájékoztatásért arról, hogyan határozzuk meg, milyen összegű díjat és milyen pénznemben fizetsz. Ajándék !!{planName}!! Előfizetési kredit alkalmazva! Adó @@ -888,8 +893,8 @@ Sajnáljuk, erre a vásárlásra visszatérítés nem igényelhető. Problémák a vásárlásnál? Visszatérítés küldése - Valami félrement - Korlát: előfizetési típusonként egy visszatérítés, beleértve az önmagadnak beváltott ajándékokat is. + Hiba történt + Korlát: előfizetési típusonként egy visszatérítés, beleértve az általad beváltott ajándékokat is. Sohasem játszott Játszott idő {daysSincePurchase} @@ -905,7 +910,7 @@ Valami más Gondjaim akadtak a gyorsítások felhasználása során Nem az volt, amire számítottam - Már Nitro-csomagra szeretnék váltani + Nitro-csomagra szeretnék váltani Tévedésből vásároltam meg !!{tax}!! forgalmi adó lett felszámolva a számlázási cím miatt. Az ár tartalmazza az adót. @@ -919,6 +924,7 @@ Számlázási beállítások Fizetési mód hozzáadása Szervergyorsítások vásárlása + Előfizetés kezelése Fizetés előzmények megtekintése Ajándék Discord Nitro Discord Nitro vásárlása @@ -935,6 +941,7 @@ Válassz csomagot Előfizetés kiválasztása Bolt + Sofort-adatok Előfizetési kredit Díjcsomag módosítása Az előfizetésed ekkortól változik meg: **{renewalDate}**. @@ -963,6 +970,7 @@ Válts éves csomagra, és takaríts meg ezzel pénzt. Élvezd ki a szupererejű jutalmakat és {numFreeGuildSubscriptions} egész évben! 2 hónap ingyen! Ezt választottad: {planName}! + Visszavonva Sikertelen Függőben lévő Visszatérítve @@ -1013,6 +1021,7 @@ Részletes leírás (opcionális) A probléma nevének megadása kötelező A prioritás megadása kötelező + Funkcióterület Mi a probléma? Képernyőkép eltávolítva a jelentésből Prioritás @@ -1024,6 +1033,8 @@ Alacsony (P2) **Nem sürgős és nem fontos.** A P3 lehetővé teszi az olyan problémák tudomásul vételét, amelyek nem igényelnek javítást addig, amíg más, ezeknél sürgetőbb dolgokkal nem foglalkoznak. Nagyon alacsony (P3) + Funkcióterületek keresése + Funkcióterület kijelölése Jelentés küldése Jelentés elküldve Készítés felülbírálása @@ -1033,7 +1044,6 @@ Készítés felülbírálása a következőhöz: {releaseChannel} Készítésazonosító {releaseChannel} kliens csak - Csak {supportedTargets} célpont Érvénytelen készítés felülbírálás Helytelen felhasználó Készítés nem elérhető @@ -1089,10 +1099,12 @@ Készen állsz a videocsevegésre? Íme a kamerád előnézete: Videóháttér + A videóháttér beállítása jelenleg korlátozott számú felhasználó számára érhető el. Elmosás Háttércsere Videóháttér cseréje Egyedi + Egyéni háttér Nincs Elérted a korlátot: {maxCustomBackgrounds}! Jobb kattintással távolíthatsz el egy hátteret, mielőtt másikat adnál hozzá. Töltsd fel saját egyedi hátteredet a Nitro-előfizetés segítségével! @@ -1154,11 +1166,12 @@ Szerverprofil szerkesztése A különféle profilkép beállítása a szervereiden jelenleg korlátozott számú felhasználó számára érhető el. Megértettem - Használj eltérő profilképet minden egyes szerveren, és juss hozzá még sok minden máshoz is a Discord Nitro-előfizetéssel! + Használj eltérő profilképet minden szervereden, és juss hozzá még sok minden máshoz Discord Nitro-előfizetéssel! Becenév (letiltva) A szerverbecenév és -profilkép beállításával módosíthatod, hogy mások hogyan lássanak ezen a szerveren. Szerverprofilkép $[BÉTA](betaBadgeHook) - Ismeretlen Hiba + Elsődleges profilkép visszaállítása + Ismeretlen hiba Szerver profilkép módosítása Használj eltérő profilképet minden egyes szerveren, és juss hozzá még sok minden máshoz is a **Discord Nitro-előfizetéssel**! Feloldás Nitróval @@ -1204,6 +1217,8 @@ !!{channelName}!! csatorna némítása Ha elnémítasz egy csatornát, akkor nem kapsz értesítéseket olvasatlan üzenetekről, kivéve, ha megemlítenek. új-csatorna + Jogosultság ellenőrzése + A Szerverfelfedezés most már elérhető az 1000-nél több taggal rendelkező szervereknek is! Csatorna vagy kategória Ez a csatorna vagy szerver jelenleg le van némítva. A csatorna sorrend frissítésre került. @@ -1464,7 +1479,6 @@ Hang csatlakoztatva Hitelesítve Kapcsolatok - A Discord összeköthet barátaiddal és segíthet abban, hogy megtaláljanak. Barátok automatikus hozzáadása a kapcsolatokból Szinkronizáld a kapcsolatokat Add hozzá a kapcsolataidat barátként és értesítsd őket, hogy te is használod a Discordot. @@ -1894,7 +1908,12 @@ Körülvágás Cseh Egyéni szín + Állíts be egyedi ikont minden ranghoz a Szervergyorsítással! Az ikonok megjelennek csevegéskor és a taglistán. Lépj a **Szerverbeállítások > Rangok** menüpontra, és nézd meg! + Most már rangikonokat is beállíthatsz a **Szerverbeállítások > Rangok** menüpontban. Mindegyik rang egyedi ikonnal rendelkezik, amely megjelenik csevegéskor és a taglistán. + Rangbeállítások + Ikonok beállítása Megértettem + ÚJ! Egyedi rangikonok Egyéni állapot Törlés utána Állapot törlése @@ -2048,12 +2067,14 @@ A felhasználói fiókod lecsatlakoztatása eltávolíthat téged azokról a szerverekről, amikre ezzel a fiókkal csatlakoztál. !!{name}!! lecsatlakoztatása Lecsatlakozás a hangcsatornáról + Tevékenységek lekapcsolása Szétkapcsolás Lecsatlakoztatás A felhasználó lecsatlakozott a hangcsatornáról. Csatlakozz a Discordot használó több mint 100 millió emberhez, hogy beszélgessetek és lazuljatok a barátaiddal és közösségeiddel! Képzelj el egy helyet Rich Presence engedélyezése + Hamarosan mobilon is! Egyelőre azonban irány az asztali számítógép, ha hozzá szeretnél férni a Diákcsomópontokhoz! Felfedezés Felfedezés {speakersCount} @@ -2115,6 +2136,8 @@ !!{user}!! szerkesztése Üzenet szerkesztése Megértettem + Talán később + Próbáld ki! Görög A Discord a jogosultságok hiánya miatt nem tudja közvetíteni az alkalmazásod hangját. Rendszergazdai jogosultságot adsz a Discordnak, hogy elküldhesd barátaidnak azokat a drága, édes hanghullámokat? Közvetítés hang nélkül @@ -2480,6 +2503,8 @@ Véletlen üdvözlő üzenet küldése, amikor valaki csatlakozik ehhez a szerverhez. Üzenet küldése, amikor valaki felturbózza ezt a szervert. A tagok automatikusan ki lesznek rúgva lecsatlakoztatáskor, ha nem kapnak rangot. + Ha le van tiltva, csak moderátorok vagy a gondolatmenet létrehozója adhat új tagokat a gondolatmenethez. + Ha le van tiltva, csak a moderátorok szüntethetik meg a gondolatmenet archiválását. Megadja, hogy hány felhasználó csatlakozhat a hangcsatornához. A **Tagok áthelyezése** jogosultsággal rendelkező felhasználók a korlátot figyelmen kívül hagyva is áthelyezhetnek a csatornába más felhasználókat. A szerver tagjainak meg kell felelniük a következő feltételeknek, hogy üzenetet küldhessenek a szövegcsatornákon, vagy közvetlen üzenet beszélgetést indíthassanak. Ez nem érvényes olyan tagokra, akik már rangot kaptak. **Javasoljuk egy ellenőrzési szint beállítását nyilvános szervereken.** Beállítja a videóminőséget a csatorna minden felhasználója számára. Válaszd az **Automatikus** lehetőséget az optimális teljesítményhez. @@ -3009,6 +3034,7 @@ !!{username}!! a következővel játszik: {applicationName} A videókártya illesztőprogramjai elavultak. Frissítsd őket a képernyőmegosztás minőségének javításához. Nézi: {username} + Ugrás a csatornára Megértettem Ideiglenes tagság biztosítása Zöld @@ -3116,10 +3142,13 @@ {count} erre: {query} Nyilvános szerverek felfedezése Nézet + Hiányzik a jogosultság a csatlakozáshoz. + Hol van az eseményed? Javasoljuk, hogy a kép legalább 800px széles és 400px magas legyen. Adj hozzá borítóképet (opcionális) Kép eltávolítása Töltsd ki az eseményed részletes adatait. + Értesítsd az embereket az eseményedről. A jelölések is működnek itt. Miről szól az eseményed? Esemény témája {date}, {time} @@ -3129,19 +3158,28 @@ {count} érdeklődő {count} érdekel Értesítést kapsz, amikor elkezdődik az esemény - Csatlakozás szerverhez + Az esemény véget ért + Csatlakozás és esemény megtekintése Vagy küldj egy eseménymeghívó linket egy barátnak + Hívd meg barátaidat az eseményre {count} hallgató Adj meg egy helyszínt + Adj meg egy helyszínt, hivatkozást vagy valamit. Valahol máshol + Szöveges csatorna, külső hivatkozás vagy személyes esemény. + Itt voltál, amikor letöltötted a Discordot + Remek a nagyobb közösségek hangos eseményeihez. Lógjatok együtt hanggal, videóval, képernyőmegosztással és Go Live közvetítéssel! Így mindenki tudni fogja, hová kell menni. Hol van az eseményed? Válassz csatornát Hangcsatorna választása + Szervezz eseményeket a szerverednek, hogy együtt lehessenek. Nincsenek közelgő események. Hely + Esemény infó Áttekintés + A kezdő időpontnak jövőbelinek kell lennie. Ha eljön az ideje, látogass el ide: $[**!!{channelName}!!**](channelHook) és indítsd el az eseményt! Íme, az eseményed előnézete. Csak azok a tagok láthatják ezt az eseményt, akik megnézhetik ezt a csatornát. @@ -3152,6 +3190,7 @@ Próbáld ki a pódiumcsatornát! Esemény indítása: „{eventName}” Beütemezett kezdés: {startTime} + Beütemezett kezdés: {startTime} {step}/{total}. lépés Rendezvények Létrehozás @@ -3612,6 +3651,7 @@ Sikerült! {serverName} szervered felkerült a térképre! Növeld meg közösséged szerverfelfedezéssel A Discord előnyben részesíti ezt a szervert a keresésnél olyan felhasználók számra, akik a választott nyelvet beszélik. + Ha szerepelsz a [Szerverfelfedezés]({documentationUrl}) listáján, bárki rátalálhat a szerveredre és csatlakozhat hozzá. Továbbra is várjuk az állapotértékelést! Egy leírásban tájékoztasd az embereket arról, hogy a szervered mire szolgál. A kategóriák segítenek a Discordnak a szerverek rendszerezésében, így az emberek könnyebben fedezhetik fel azokat a közösségeket, melyek érdeklik őket. 1 elsődleges kategóriát és legfeljebb 5 alkategóriát adhatsz meg. @@ -4133,12 +4173,12 @@ Magyar Kategória kiválasztása Kategória - Ez a szerverleírás jelenik meg a csomóponton. + Ez a szerverleírás jelenik meg a diákcsomóponton. Miről szól a szervered? Mit csinálnak itt az emberek? Szerver leírása Sikerült! Értettem! - Hozzáadtad a szerveredet a(z) !!{guildName}!! csomópontjához! + Hozzáadtad a szerveredet a következő diákcsomópontjához: !!{guildName}!!. Szerver hozzáadása Még nem adtál hozzá egy szervert sem! Hozzáadott szerverek @@ -4150,10 +4190,10 @@ Új szerver létrehozása Új csoportot szeretnél indítani? Továbbra is meg tudsz hívni személyeket a csomóponton kívülről is a szerveredre. - Segíts !!{guildName}!! Discord-csomópontjának gyarapításában! + Segíts !!{guildName}!! diákcsomópontjának gyarapításában! Ugrás a szerverre Vissza a csomópontra - Létrehoztad a szerveredet és hozzáadtad a(z) !!{guildName}!! csomópontjához! + Létrehoztad a szerveredet és hozzáadtad a(z) !!{guildName}!! diákcsomópontjához! A szervered személyre szabása Segíts, hogy mások is rátaláljanak: !!{guildName}!! Add meg szervered leírását és kategóriáját, hogy mások is megtalálják! @@ -4163,22 +4203,23 @@ Szerver hozzáadása a csomóponthoz Személyek meghívása a csomópontra Te vagy itt az elsők egyike. Kezdjük néhány szerver és tag hozzáadásával! - Köszöntünk !!{guildName}!! diákjainak Diákcsomópontján! - !!{guildName}!! Discord-csomópontja + Köszöntünk !!{guildName}!! diákjainak diákcsomópontján! + !!{guildName}!! diákcsomópontja A kluboktól a tanulócsoportokon át a játszós estékig, valahol biztosan megtalálod a helyed. Személyek keresése + Diákcsomópont Diákcsomópontok Egy különleges hely, ahol diákokkal találkozhatsz, szervereket fedezhetsz fel és megoszthatod saját szervereidet, amelyekhez csatlakozhatnak a diákok. A csomópontok nem kapcsolódnak az iskolákhoz, azokat nem az iskolák üzemeltetik. A csomópont szervereit diákok kezelik, azonban lehetnek olyan tagjaik, akik nem diákok. A hitelesítés folytatásához erősítsd meg az e-mailben található hivatkozást. Ez az oldal automatikusan frissül. Próbálj meg másik e-mail-címet Küldtünk egy megerősítő hivatkozást ide: !!{email}!! Megerősítő hivatkozás újraküldése - Bármelyik iskola Diákcsomópontjához csatlakozhatsz, ahová jársz. + Bármelyik iskola diákcsomópontjához csatlakozhatsz, ahová jársz. Több iskolába is jársz? + Kösz, nem Csatlakozás a csomóponthoz Köszönöm, nem - Könnyen megtalálhatod diáktársaid szervereit tanulócsoportokhoz, klubokhoz, játszós estékhez és egyebekhez. - Tanulsz valahol? Csatlakozz az iskolád Diákcsomópontjához! + Tanulsz valahol? Csatlakozz az iskolád diákcsomópontjához! Iskolai e-mail-cím name@school.edu Válaszd ki az iskoládat @@ -4188,30 +4229,32 @@ Nem találod az iskoládat? [Csatlakozz a várólistához!](onJoinWaitlist) Csatlakozz {count} a(z) !!{guildName}!! Diákcsomópontján! Csatlakozás másik csomóponthoz - Könnyen megtalálhatod diáktársaid szervereit tanulócsoportokhoz, klubokhoz, játszós estékhez és egyebekhez. - Tanulsz valahol? Csatlakozz az iskolád Discord-csomópontjához! + Tanulsz valahol? Csatlakozz az iskolád diákcsomópontjához! Csatlakozás a csomóponthoz + Szerezz hozzáférést csak diákoknak szóló csomópontokhoz + Az iskolád csomópontja még nem indult el. Írd be az iskolád nevét és szólunk, amikor elindul! Csatlakozás a várólistához Iskola neve Iskola teljes neve Egy különleges hely, ahol diákokkal találkozhatsz, szervereket fedezhetsz fel és megoszthatod saját szervereidet, amelyekhez csatlakozhatnak a diákok. A csomópontok nem kapcsolódnak az iskolákhoz, azokat nem az iskolák üzemeltetik. A csomópont szervereit diákok kezelik, azonban lehetnek olyan tagjaik, akik nem diákok. Diákcsomópontok + Mi a Diákcsomópont? Amennyiben csak diákoknak szánod a szerveredet, csak az iskolatársaidat hívd meg. Nekik nincs szükségük feltétlenül .edu végződésű címre a csatlakozáshoz. Eltávolítás a csomópontról - Biztos vagy benne, hogy eltávolítod a következőt a csomópontról: !!{guildName}!!? + Biztos vagy benne, hogy eltávolítod a következőt erről a diákcsomópontról: !!{guildName}!!? Beállítások szerkesztése !!{guildName}!! beállításainak szerkesztése Mi az a Diákcsomópont? Más oktatási intézménybe jársz? [Csatlakozz itt](onClick) Meghívtak, hogy csatlakozz egy csomóponthoz Meghívót küldtél, hogy csatlakozzanak egy csomóponthoz - Hívd meg barátaidat, hogy csatlakozzanak az iskolátok Diákcsomópontjához + Hívd meg barátaidat, hogy csatlakozzanak az iskolátok Diákcsomópontjához! Diák e-mail-cím szükséges a csatlakozáshoz. - Nem kaptad meg a kódot? [Kód újraküldése](onClick) ide: !!{email}!! + Küldtünk egy e-mailt a kódoddal. Nem kaptad meg a kódot? [Kód újraküldése](onClick) ide: !!{email}!! Rajta! Teljes név Valódi név - Köszöntünk a(z) !!{guildName}!! Diákcsomópontján! + Köszöntünk !!{guildName}!! diákcsomópontján! A valódi nevedet add meg, hogy felismerjenek. Ezt bármikor megváltoztathatod a csomópont beállításai között. Elküldve Nem sikerült elküldeni az e-mailt @@ -4220,11 +4263,13 @@ Személyek meghívása Csatlakozás szerverekhez Nem látom az iskolámat - E-mail hitelesítése + Ellenőrzött Diákcsomópont + Ellenőrizd az e-mail-címed a csatlakozáshoz sam@college.edu Iskolai e-mail-cím + Tanulsz valahol? Csatlakozz az iskolád diákcsomópontjához! Értesítést kaphatsz, amikor elindul a csomópontotok, így könnyen megtalálhatod diáktársaid szervereit tanulócsoportokhoz és klubokhoz. - Értesítünk, amikor elindul a következő iskola Discord-csomópontja: !!{school}!!. + Értesítünk, amikor elindul a következő iskola diákcsomópontja: !!{school}!!. Köszönjük! Felkerültél a várólistára. néhány másodperc {time} @@ -4791,6 +4836,7 @@ Kirúgás Tagok kirúgása !!{user}!! kidobása + Biztosan kirúgod !!{user}!! felhasználót a szerveredről? Új meghívóval ismét csatlakozhat. \'!!{user}!!\' felhasználó ki lett rúgva a szerverről. Hoppá… !!{user}!! felhasználót nem lehetett kirúgni! Próbáld meg újra! !!{user}!! kirúgása a szerverről @@ -4914,15 +4960,15 @@ Üdv! Válassz nyelvet Hallottál már róla, hogy {country} területén változott a Nitro-előfizetés ára? [További tájékoztatás]({documentationLink}). Csomag kezelése - हमने आपके क्षेत्र में Nitro की कीमत को कम कर दिया है. क्या आप कुछ सेविंग्स कर सकते हैं या नहीं, यह देखने के लिए अभी फिर से एक्टिवेट करें. - Csökkentettük a Nitro-előfizetés díját lakóhelyeden. Kezeld a fizetési módodat, hátha tudsz spórolni valamennyit! [További tájékoztatás]({documentationLink}). + Csökkentettük a Nitro-előfizetés díját lakóhelyeden. Aktiváld újra most, hátha tudsz spórolni valamennyit! + Csökkentettük a Nitro-előfizetés díját egyes területeken. Kezeld a fizetési módodat, hátha tudsz spórolni valamennyit! [További tájékoztatás]({documentationLink}). Frissítés most - Csökkentettük a Nitro-előfizetés díját lakóhelyeden. Frissítsd a fizetési módodat, hátha tudsz spórolni valamennyit. + Csökkentettük a Nitro-előfizetés díját lakóhelyeden. Frissítsd a fizetési módodat, hátha tudsz spórolni valamennyit! Csomag kezelése - Csökkentettük a Nitro-előfizetés díját lakóhelyeden. Nézd meg, tudsz-e spórolni valamennyit a helyi pénznemeddel. + Csökkentettük a Nitro-előfizetés díját lakóhelyeden. Nézd meg, tudsz-e spórolni valamennyit a helyi pénznemeddel! A fizetési módod megváltoztatásával megváltozik az előfizetési díjad és pénznemed is, az új díj: {newCurrencyAndPrice}. [Kattints ide]({helpCenterLink}) a további tájékoztatásért arról, hogyan határozzuk meg, mennyit fizetsz. **Tipp**: Használj {country} területén helyi fizetési módot, és fizess az előfizetésedért {currency} használatával! [Kattints ide]({helpCenterLink}) a további tájékoztatásért arról, hogyan határozzuk meg a díjat és a pénznemet. - **Hurrá!** {country} területén élőként most új, kedvezményes áron fizethetsz elő a Nitróra: {newPrice}! [További tájékoztatás]({helpCenterLink}). + **Hurrá!** {country} lakosaként most új, kedvezményes áron fizethetsz elő a Nitróra: {newPrice}! [További tájékoztatás]({helpCenterLink}). Bejelentkezés Bejelentkezés mint !!{username}!! Jelentkezz be az e-mail-címeddel a beszélgetés megkezdéséhez. @@ -5055,8 +5101,10 @@ Ajándék Tag Tagok listája + Taglista megjelenítése Ezt a gondolatmenetet csak az általad meghívottak és a moderátorok láthatják. Ő a szerver tulajdonosa, és rangoktól függetlenül mindenre jogosult. + Taglista elrejtése Kérdés hozzáadása Szabály hozzáadása Értesítünk, ha frissítéssel szolgálhatunk. @@ -5183,6 +5231,7 @@ Frissítened kell az alkalmazásodat, hogy csatlakozhass a szerverhez. Tagok {members} + Taglista: !!{channel}!! (csatorna) Tagok, akik egyeznek ezzel: **!!{prefix}!!** Tagok keresése Említés @@ -5258,7 +5307,6 @@ Mielőtt ezt a csatornát törölnéd, ki kell jelölnöd egy másikat a [Szerverbeállítások > Közösség > Áttekintés](onClick) menüpont alatt. Hardveres skálázás engedélyezése Ez a kísérleti funkció javíthatja a videohívás teljesítményét, de vigyázz, hibákat okozhat! - Könnyen megtalálhatod diáktársaid szervereit tanulócsoportokhoz, klubokhoz, játszós estékhez és egyebekhez. [További tájékoztatás.](onClick) Egy különleges hely, ahol diákokkal találkozhatsz, szervereket fedezhetsz fel és megoszthatod saját szervereidet, amelyekhez csatlakozhatnak a diákok. A csomópontok nem kapcsolódnak az iskolákhoz, illetve azokat nem az iskolák üzemeltetik. A csomópont szervereit diákok kezelik, azonban lehetnek olyan tagjaik, akik nem diákok. @@ -5353,6 +5401,8 @@ Ennek a csatornának a némítása Ennek a szervernek a némítása Ennek a beszélgetésnek a némítása + A gondolatmenet némítása + Gondolatmenet némítása Némítás időtartama Némítva eddig: {endTime} Közös barátok @@ -5854,6 +5904,24 @@ Írd be a megerősítő kódodat a jelszavad visszaállításához Jelszó megadása kötelező. Jelszó megjelenítése + Bejelentkezés inkább jelszóval + Küldünk egy kódot ide: {recipient}. + Elküldve ide: {recipient}. + Írd be a jelszót a következő e-mail-címhez tartozó fiókhoz: {email} + Írd be a jelszót a következő telefonszámhoz tartozó fiókhoz: {phone} + Írd be a jelszavadat + Egyszeri bejelentkezési kód kérése + Írd be a kódot a bejelentkezéshez + Folytatás + Újraküldés + Jelentkezz be telefonszámoddal vagy e-mail-címeddel. Küldünk egy egyszeri kódot a bejelentkezéshez. + Üdv ismét! + Kérek egy kódot + Jelentkezz be telefonszámoddal vagy e-mail-címeddel a beszélgetés megkezdéséhez. + Üdv újra! + A jelszómentes bejelentkezés lehetővé teszi, hogy egy nyolc számjegyű kóddal jelentkezz be a Discord-fiókodba, amit a telefonodra vagy e-mail-címedre küldünk. + Jelszómentes bejelentkezés engedélyezése + Jelszómentes bejelentkezés Beillesztés Szünet Folytatás @@ -5892,6 +5960,7 @@ Fizetési mód szerkesztése Az e-mail-cím megadása kötelező. HH/ÉÉ + Giropay Fizetési információk Érvénytelen Nem tudtuk beterhelni ezt a fizetésforrást. Ellenőrizd, hogy az információ helyes. @@ -5924,9 +5993,11 @@ Függőben lévő Függőben lévő barátok Emberek + Szerverprofilkép Legyél, aki csak szeretnél, és használj eltérő profilképet minden egyes szerveren. Több profilkép - Legyél, aki csak szeretnél és használj eltérő profilképet minden egyes szerveren + Legyél, aki csak szeretnél, és használj eltérő profilképet minden egyes szervereden + Azonosító frissítve! {percentage}%% múlt hét óta Segítségre van szükséged a jogosultságokkal kapcsolatban? Média hozzáférés megtagadva – a Discordnak hozzáférés szükséges a tárhelyedhez ahhoz, hogy csatolmányokat küldj. @@ -6015,12 +6086,12 @@ !!{planPremiumType}!! lemondása? Nem tudtuk lemondani a Nitro-előfizetésed. Kérjük próbáld újra, vagy vedd fel a kapcsolatot velünk ha a probléma továbbra is fennáll. A lemondás azonnal életbe lép minden Nitro- és szervergyorsítás-előfizetés esetében. A Discord-címke véletlenszerűen lesz kiválasztva, ha korábban módosítottad azt. - Hagyjuk, megtartom a Nitrót + Hagyjuk, megtartom a Nitro-előfizetést A **2 ingyenes gyorsításod** és **30%% gyorsítási kedvezményed** {boostCount} Hozzáférés **egyedi emotikonokhoz** és **matricákhoz** minden szervereden **Animált profilkép**, **profilbanner** és egyedi **Discord-címke** - **Animált profilkép**, **profilbanner** és egyedi **Discord-címke** (#{discriminator}) + **Animált profilkép**, **profilbanner** és egyedi **Discord-címke** (# {discriminator}) Jobb minőségű **képernyőmegosztás** Ha lemondod, **elveszíted a következő jutalmakat:** Biztos vagy benne, hogy lemondod? @@ -6044,7 +6115,7 @@ Emeld ki azt az érdeklődési kört, amely az egész személyiségedet bemutatja egy új profilbannerrel, a hozzáillő animált profilképpel és egyedi címkével. Profilbannerek Matricák böngészése - Oszd meg barátaiddal, milyen hangulatban vagy az egyedi matricákkal a szerverek csevegéseiben, és élvezd ki a 300 exkluzív Nitro-matricát. + Oszd meg barátaiddal, milyen hangulatban vagy az egyedi matricákkal a szervereid csevegéseiben, és élvezd ki a 300 exkluzív Nitro-matricát. Matricák a csevegésben A Nitro-előfizetés hatalmas ugrást tett. Egész nap csak brekegnék örömömben! Bocsi. [További tájékoztatás a Nitro-előfizetésről.](onLearnMore) Íme, a Nitro-előfizetés újdonságai @@ -6419,16 +6490,16 @@ Prémium csevegéssel és **{num}x** gyorsítással rendelkezel, így a gyorsítás kedvezményes ára **!!{price}!!** (függőben lévő lemondás) Prémium csevegés, **{num}x** gyorsítás, és gyorsítási kedvezmény áll rendelkezésedre (függőben lévő lemondás) Fizetés hozzáadása - A Nitro-előfizetésed {daysLeft} lejár. Adj meg egy fizetési módot, hogy tovább élvezhesd a profilod testre szabásával és a többi funkcióval járó előnyöket. + A Nitro-előfizetésed {daysLeft} lejár. Adj hozzá fizetési módot, hogy tovább használhasd a profil testreszabását és más funkciókat. További tájékoztatás - Ma el fogod veszíteni a lehetőséget a profil testreszabására, az animált emotikonok használatára és egyebekre. - A Nitro hozzáférésed ma lejár. + {daysLeft} múlva elveszíted a lehetőséget a profil testreszabására, a nagyobb fájlfeltöltésekre, a jobb képernyőmegosztásra és egyéb funkciókra. + A Nitro-hozzáférésed ma lejár. Elvetés - Nitro megtartása + Nitro-előfizetés megtartása Ha visszaállítod a Nitrót, folytatjuk a díj beszedését a megadott fizetési móddal **{price}** áron, ami továbbra is **havonta** esedékes, amíg le nem mondod az előfizetésedet. A Beállítások oldalon bármikor lemondhatod. Ha visszaállítod a Nitrót, folytatjuk a díj beszedését a megadott fizetési móddal **{price}** áron, ami továbbra is **évente** esedékes, amíg le nem mondod az előfizetésedet. A Beállítások oldalon bármikor lemondhatod. - Ha nem tartod meg a Nitrót, **elveszíted a következőket:** - A Nitro hozzáférésed {daysLeft} múlva lejár. + Ha nem tartod meg a Nitro-előfizetést, **elveszíted a következőket:** + A Nitro-hozzáférésed {daysLeft} múlva lejár. A korábbi Nitro-előfizetésed Nitro Classic-ra változik. Ha szeretnéd megtartani a jelenlegi jutalmakat (beleértve a gyorsításokat is), frissíts most! Gyorsítás beállítása Csomagváltást vásárolsz, és a szervergyorsításaid ennek megfelelően frissülnek. @@ -6644,6 +6715,14 @@ Nem írhatsz üzenetet tiltott felhasználóknak Üzenet neki: @!!{name}!! Gyors váltó + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, csoportos üzenet + !!{name}!!, csoportos üzenet {mentions} + !!{name}!!, szerver + Eredmények + !!{name}!!, felhasználó, !!{id}!! + !!{name}!!, felhasználó, !!{id}!! {mentions} + {mentions} Piszkozatok Tudj meg többet a QuickSwitcherről Nem találod amit keresel? @@ -7309,6 +7388,120 @@ Ez a csatorna speciális jogosultságokkal rendelkezik. Ahhoz, hogy beszélhess benne, kell valaki, például egy szervermoderátor vagy -admin, aki a süketítést kikapcsolja. Szerver süketítve Mesélj a világnak egy kicsit erről a szerverről. + Szabályok elfogadása + A szabályzataink megszegése büntetést vonhat maga után a szervereddel szemben, így az eltávolításra kerülhet a Felfedezésből. + Tartsd be a Discord [közösségi irányelveit]({communityGuidelinesUrl}) és a [Felfedezés irányelveit]({discoveryGuidelinesUrl}) + Szabályok + Hozz létre egy szívélyes helyet, ahol a zaklatás, a toxikusság és a jogellenes tevékenység nem bátorított és megtűrt dolog. + Óvd az egészséges és pozitív környezetet + Segíts, hogy a Szerverfelfedezés mindenki számára biztonságos legyen + A szerver teljes tartalmának megfelelőnek kell lennie a 13+ korosztálynak. + Ne adj teret megrázó vagy szexuális tartalomnak + 3d + esztétika + animáció + anime + alkalmazások + művészet + kosárlabda + ital + bitcoin + testépítés + botok + bts + kalisztenika + öltözködés + kódolás + egyetem + közösség + crossfit + kriptovaluta + cuki + defi + tervezés + discord-bot + disney + disneyworld + rajzolás + edm + oktatás + emotikon + emotikonok + angol + e-sport + ethereum + események + edzés + fantasy-futball + divat + fivem + étel + futball + forex + formula-1 + fortnite + barátok + szórakozás + játék + github + ajándékok + edzőterem + hardver + hiphop + házi-feladat + divatmánia + befektetés + javascript + k-pop + nyelv + league-of-legends + tanulás + lmbtq + linux + manga + mémek + mentális-egészség + metál + minecraft + zenekészítés + nba + nfl + nft + nitro + táplálkozás + nyílt-forráskód + beállítások + fényképezés + premier-league + programozás + versenyzés + rap + reddit + roblox + szerepjáték + iskola + önfejlesztés + éneklés + snackek + edzőcipők + labdarúgás + közösségi + szoftver + sport + részvények + streamer + utcai-viselet + tanulmányok + stílus + támogatás + supreme + tech + kereskedés + utazás + twitch + valorant + yeezy + youtube Szerver emotikon Minden mappa bezárása Mappa megjelölése olvasottként @@ -7581,6 +7774,8 @@ Beszélő Élő pódium Miről fogtok ma beszélgetni? + Tegyünk úgy, mintha liftzene menne. + Nyomd meg a „Pódium indítása” lehetőséget, majd válassz témát a beszélgetés elkezdéséhez. Várakozás a pódium indítására… Bármikor bekövetkezhet. Várakozás a pódium indulására. !!{username}!!: @everyone „!!{topic}!!” indul. Hallgassatok bele! @@ -7681,6 +7876,10 @@ Gyakran használt Ingyenes $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Gyorsítások vásárlása + {count}+ egyedi matrica feltöltése Szervergyorsítással. + Matricák kezelése + A szervered arra vár, hogy feltölts néhány matricát. {stickerPackName} csomag részletei Animált Hátralévő korlátozott idő: {time} @@ -7984,6 +8183,7 @@ Képeket, GIF-eket, matricákat, véleményeket és szójátékokat tehetsz közzé Szöveges csatornák Szöveges csatornák, melyek egyeznek ezzel: **!!{prefix}!!** + Az általános üzenet- és adatforgalmi díjak vonatkoznak rá. Szöveges jogosultságok Szövegterületi műveletek Üzenet: !!{channel}!! @@ -8028,6 +8228,7 @@ Csatlakozz ehhez a gondolatmenethez, hogy értesítést kaphass és el tudd menteni a csatornalistádban. Ezt a gondolatmenetet egy moderátor archiválta. Csak moderátor szüntetheti meg az archiválását. Bárki küldhet meghívót + Bárki megszüntetheti az archiválást Senki sincs ebben a gondolatmenetben. Új személyeket hívhatsz meg a @mention segítségével megemlítve őket. Ez a gondolatmenet nem tekinthető meg @@ -8223,6 +8424,7 @@ Csatorna némításának visszavonása Beszélgetés némításának visszavonása Szerver némításának visszavonása + Gondolatmenet némításának visszavonása Névtelen Kitűzés megszüntetése Távolítsd el, légyszi! @@ -8659,8 +8861,6 @@ Discord film Wumpus szabadságon Vaporwave - Fejezd ki magad a videóhátterekkel, és ha van Nitro-előfizetésed, töltsd fel a sajátodat! - Új videóhátterek! Mondd el, hogy tetszettek a videóhátterek! Milyenek voltak az új videóhátterek? Nem volt pontos a háttérfelismerés @@ -8671,6 +8871,7 @@ Problémába ütköztél? Köszönjük, hogy jelentetted problémádat! Az ehhez hasonló visszajelzések segítenek fejleszteni a videóháttereket. Háttér eltávolítása + Tölts fel egyéni videóháttereket, közvetíts HD-felbontásban 60 fps sebességgel [és számos további dolgot tehetsz Discord Nitro-előfizetéssel!](onLearnMore) Szeretnéd feltölteni a saját hátteredet? Kiemelés Tagok elrejtése diff --git a/app/src/main/res/values-it/plurals.xml b/app/src/main/res/values-it/plurals.xml index 19802bb951..60fd449e43 100644 --- a/app/src/main/res/values-it/plurals.xml +++ b/app/src/main/res/values-it/plurals.xml @@ -156,6 +156,10 @@ {#} sfondo {#} sfondi + + {#} carattere + {#} caratteri + {#} membro {#} membri @@ -733,8 +737,8 @@ {#} menzioni, - {count} altro amico - {count} altri amici + {count} other amico + {count} other amici 1 giorno @@ -1132,6 +1136,10 @@ tra {#} giorno tra {#} giorni + + {#} giorno + {#} giorni + {#} giorno {#} giorni @@ -1212,6 +1220,18 @@ 1 minuto {retryAfter} minuti + + , {#} messaggio non letto + , {#} messaggi non letti + + + , {#} messaggio non letto + , {#} messaggi non letti + + + , {#} messaggio non letto + , {#} messaggi non letti + 1 altro {n} altri diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index a38e817528..0906d7eff6 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -60,6 +60,11 @@ Riduce la saturazione dei colori nell\'applicazione, per chi soffre di sensibilità cromatica. Non ha effetto automatico sulla saturazione di immagini, video, ruoli e altri contenuti forniti dagli utenti. i link appariranno in questo modo https://discord.com/ Saturazione + Più veloce + Frequenza sintesi vocale + Anteprima + Più lento + Ecco come suona la sintesi vocale alla velocità attuale. Livello di zoom Account Area utente @@ -257,6 +262,7 @@ Consulta l\'articolo di supporto La tua data di nascita AKA + Vedere più avatar del server Tutti i thread attivi Tutti i server Consenti @@ -796,7 +802,7 @@ Ci dispiace, ma non hai diritto a un rimborso per questo acquisto. Puoi richiedere un rimborso se l\'acquisto è stato effettuato negli ultimi {dateLimit} giorni e hai giocato al gioco per meno di {playtimeLimit} ore. *Vale per tutti gli abbonamenti Ehi tu! Vuoi riscattare una chiave Discord? L\'abbiamo spostata nel [tuo inventario](onClick). - Conferma cambio prezzo + Conferma modifica di prezzo Scarica fattura IVA Scarica nota di credito IVA Non puoi aggiungere nuove fonti di pagamento mentre sei in Modalità Streamer. @@ -812,14 +818,14 @@ Le transazioni !!{paymentGatewayName}!! non saranno elencate qui in basso. Se vuoi visualizzare la cronologia transazioni di !!{paymentGatewayName}!! o cambiare il tuo metodo di pagamento !!{paymentGatewayName}!!, [vai alle tue impostazioni di fatturazione !!{paymentGatewayName}!!]({billingHistoryLink}). Ti sei abbonato tramite !!{paymentGatewayName}!! Questo non è supportato per abbonamenti !!{paymentGatewayName}!!. Per gestire il tuo abbonamento, ti preghiamo di [andare nelle tue impostazioni di fatturazione !!{paymentGatewayName}!!]({subscriptionManagementLink}). - Il costo e la valuta finali si baseranno sul paese che emetterà il tuo metodo di pagamento. [Scopri di più qui]({documentationLink}). + Il costo e la valuta finali si baseranno sul metodo di pagamento selezionato e sul paese che lo emetterà. [Scopri di più qui|]({documentationLink}). Copiato! Link regalo Questo era un regalo Puoi richiedere un rimborso se l\'acquisto è stato effettuato negli ultimi {dateLimit} giorni e il regalo non è stato riscattato. [Il nostro Centro assistenza ti aiuterà cortesemente a riavere il tuo denaro.]({supportURL}) Ci dispiace, ma non hai diritto a un rimborso per questo acquisto. Puoi richiedere un rimborso solo se l\'acquisto è stato effettuato negli ultimi {dateLimit} giorni e il regalo non è stato riscattato. Cronologia dei pagamenti - [Clicca qui]({documentationLink}) per scoprire di più su come decidiamo quanto e in quale valuta pagherai. + [Clicca qui|]({documentationLink}) per scoprire come decidiamo quanto e in quale valuta pagherai. Regala !!{planName}!! Credito abbonamento applicato! Tasse @@ -900,12 +906,12 @@ Seleziona il motivo del rimborso Ho cambiato idea Non mi serve più - Ho dimenticato di cancellarlo + Ho dimenticato di annullarlo Ho acquistato un regalo che non ho usato Altro - Ho riscontrato problemi nell\'usare il potenziamento + Ho avuto dei problemi con i potenziamenti Non era come mi aspettavo - Voglio cambiare piano di Nitro + Voglio cambiare abbonamento Nitro L\'ho acquistato per errore !!{tax}!! di imposta sulle vendite sono stati sommati al tuo Indirizzo di fatturazione. Le tasse sono incluse nel prezzo. @@ -919,6 +925,7 @@ Impostazioni di fatturazione Aggiungi metodo di pagamento Acquista potenziamenti server + Gestisci abbonamento Vedi storico pagamenti Regala Discord Nitro Acquista Discord Nitro @@ -935,6 +942,7 @@ Seleziona un piano Seleziona piano Negozio + Informazioni Sofort Credito abbonamento Cambia piano Il tuo abbonamento cambierà a partire dal **{renewalDate}**. @@ -963,6 +971,7 @@ Passa a un piano annuale e risparmia. Goditi i benefici aumentati e {numFreeGuildSubscriptions} tutto l\'anno. 2 mesi gratis! Hai selezionato {planName}! + Annullato Non riuscito In attesa Rimborsato @@ -1013,6 +1022,7 @@ Descrizione dettagliata (facoltativa) Nome del problema necessario Priorità necessaria + Area funzionalità Qual è il problema? Screenshot rimosso dalla segnalazione Priorità @@ -1024,6 +1034,8 @@ Bassa (P2) **Non urgente né importante.** P3 ci permette di prendere atto della presenza di un problema, ma i problemi di questo tipo non devono essere risolti prima di aver risolto altre questioni più urgenti. Molto bassa (P3) + Cerca aree funzionalità + Seleziona area funzionalità Invio della segnalazione Segnalazione inviata Crea permesso speciale @@ -1033,7 +1045,6 @@ Crea permesso speciale per {releaseChannel} Creazione ID {releaseChannel} solo cliente - Solo destinazioni {supportedTargets} Creazione permesso speciale non valida Utente non valido Creazione non disponibile @@ -1089,10 +1100,12 @@ Pronto a video chattare? Ecco l\'anteprima della tua webcam: Sfondo video + Lo sfondo video è al momento disponibile per un numero limitato di persone. Sfocatura Cambia sfondo Cambia sfondo video Personalizzato + Sfondo personalizzato Nessuno Hai raggiunto il limite di {maxCustomBackgrounds}! Clicca con il tasto destro per rimuovere uno sfondo, prima di aggiungerne un altro. Carica il tuo sfondo personalizzato, grazie a Discord Nitro! @@ -1154,20 +1167,24 @@ Modifica il profilo del server L\'impostazione di un avatar diverso per ognuno dei propri server al momento è disponibile solo per un numero limitato di persone. Capito + Usa un nickname e, se hai Nitro, un avatar diverso per ogni server! + Aggiorna il mio profilo del server + NUOVO! Profili dei Server Utilizza un avatar diverso in ognuno dei tuoi server e molto altro ancora con Discord Nitro! Nickname (disattivato) Puoi modificare il modo in cui gli altri possono vederti all\'interno di questo server impostando un nickname e un avatar specifici per questo server. Avatar per il server $[BETA](betaBadgeHook) + Ripristina avatar principale Errore sconosciuto Cambia avatar del server Utilizza un avatar diverso in ognuno dei tuoi server e molto altro ancora con **Discord Nitro!** + I nickname devono essere almeno {minLength} Sblocca con Nitro Registro dei cambiamenti - Un messaggio dai nostri fondatori {added marginTop}\n======================\n\n**Abbiamo creato Discord nel 2015** perché volevamo un modo più semplice per parlare e passare il tempo in compagnia dei nostri amici mentre giocavamo. Un modo per ricreare quella sensazione che si prova nello stare svegli tutta la notte a ridere e scherzare e, soprattutto, nell\'essere noi stessi. Volevamo che quell\'esperienza fosse migliore e accessibile a più persone.\n\nDa allora, Discord è diventato uno spazio nel quale chiunque può ritrovarsi con amici o community per parlare delle proprie passioni, qualunque esse siano. Sarà sempre quel luogo nel quale tutti possono rilassarsi e sentirsi a proprio agio, senza preoccuparsi della distanza che li separa dai propri amici. \n\nImmagina uno spazio {added marginTop}\n======================\n\nIn realtà, Discord rappresenta qualcosa di diverso per ciascuno di voi. Quindi abbiamo chiesto alla gente di condividere le proprie storie e di raccontarci ciò che Discord rappresenta per loro. Poi ci hanno permesso di condividere queste storie con voi, consentendoci di creare una campagna di marketing che non facesse schifo.\n\nAbbiamo creato Discord: il film (2021). \n\nUn corto che celebra le fantastiche storie che la gente ha condiviso con noi, come quella del server a tema piratesco di Lucie Winterwolf o quella del server dedicato ai giochi rétro di Kevdog.\n\nOh, e ci sono anche dei personaggi famosi.\n\nGrazie {added marginTop}\n======================\n\nSiamo onorati e ispirati dall\'unicità e creatività dei modi in cui usate Discord e da tutte le idee che avete per rendere Discord più utile. Le community sono il cuore di Discord. Siamo onorati di essere il luogo nel quale parlate e vi divertite con la gente che amate, mentre vi dedicate alle cose che amate. \n\nHai incontrato il tuo migliore amico durante una partita su Discord? Gestisci un server per lo scambio linguistico in gaelico? O uno sulla fotografia degli uccelli tibetani? Condividete le vostre storia con noi su Twitter, Instagram o TikTok e usa **#imagineaplace** per richiamare la nostra attenzione.\n\nTerremo gli occhi aperti per la vostre storie. Probabilmente, ognuna ci renderà memorabile la giornata. E noi probabilmente la condivideremo nel server del nostro ufficio affinché possa rendere memorabile la giornata di tutti.\n\nE, come sempre, continuate a inviarci le vostre idee su come continuare a migliorare Discord.\n\nJason e Stan\n\n\n - 2021-08-16 + Nuove Funzioni {added marginTop}\n======================\n\n* **Gli Student Hub si stanno diffondendo a livello internazionale.** Connettiti con server gestiti da studenti per club, gruppi di studio e altro ancora per la tua scuola o università. Per accedere al tuo Student Hub, utilizza l\'email della tua scuola e [comincia da qui](https://discord.com/invite/hzA3MtAURu). Oppure, se desideri fare una passeggiata, apri Discord, svolta a destra e vai su Server Discovery, quindi svolta due volte a sinistra oltre il minimarket e fai clic sulla nuova scheda Student Hub.\n* **Aggiunta una nuova pagina del profilo utente alle impostazioni.** Ora potrai modificare l\'avatar del tuo profilo, About Me, se hai Nitro, il banner del profilo tutto in un unico posto.\n* **I boost necessari per raggiungere i livelli 2 e 3 sono stati ridotti.** I server ora possono raggiungere il livello 2 con 7 potenziamenti e il livello 3 con 14 potenziamenti! Sblocca nuovi vantaggi per il tuo server come più emoji personalizzate, limiti di caricamento più elevati per tutti, un banner del server, discussioni riguardo a come dovrebbe essere il banner del server e le icone dei ruoli.\n* **E ah già, abbiamo aggiunto le icone per personalizzare i ruoli dal livello 2 di potenziamento.** Se hai un server a questo livello, carica un\'immagine o scegli un\'emoji personalizzata da impostare come icona per ogni ruolo. Le icone dei ruoli verranno visualizzate accanto ai nomi dei ruoli nell\'elenco dei membri e accanto ai nomi utente sulle chat di testo. Vai su Impostazioni Server > Ruoli e modifica un ruolo per iniziare.\n* **Aggiunte nuove autorizzazioni per le discussioni.** Aggiunta l\'autorizzazione *Invia messaggi nelle discussioni* per migliorare l\'esperienza della tua community e aggiornate le autorizzazioni *Crea discussioni pubbliche*, *Crea discussioni private* e *Gestisci discussioni* per essere più facili da capire. Scopri di più nelle nostre [Domande frequenti sulla moderazione dei thread](https://support.discord.com/hc/en-us/articles/4404809613847).\n\n\n it 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png Cambia nickname I membri con questo permesso potranno cambiare il proprio nickname. I nickname sono visibili a tutti gli utenti del server. Non cambiarli a meno che tu non voglia seguire uno stile preciso o rimuovere un soprannome offensivo. @@ -1209,6 +1226,8 @@ Silenzia canale !!{channelName}!! Silenziare un canale non ti mostrerà le notifiche e gli indicatori per i messaggi non letti a meno che tu non venga menzionato. nuovo-canale + Controlla i requisiti necessari + Esplora server ora è disponibile per i server con più di 1.000 membri! Canale o categoria Questo canale o server è attualmente silenziato. Posizione dei canali aggiornata. @@ -1469,7 +1488,6 @@ Connesso al canale vocale Verificato Collegamenti - Discord può metterti in contatto con i tuoi amici e può aiutare loro a trovare te. Aggiungi automaticamente amici dalla tua lista contatti Sincronizza i tuoi contatti Aggiungi gli amici dalla tua lista contatti e fagli sapere che sei su Discord. @@ -1899,7 +1917,12 @@ Raccolto Ceco Colore personalizzato + Imposta un\'icona unica per ogni ruolo con il Potenziamento server. Le icone sono visibili nella chat e nella lista dei membri. Dacci un\'occhiata su **Impostazioni del server > Ruoli**. + Puoi impostare le icone di ruolo su **Impostazioni del server > Ruoli**. Ogni icona corrisponde a un ruolo preciso ed è visibile nelle chat e nella lista dei membri. + Impostazioni dei ruoli + Imposta icone Capito + NOVITÀ! Icone di ruolo personalizzate Stato personalizzato Svuota dopo Cancella stato @@ -2053,12 +2076,14 @@ Scollegando l\'account potresti essere rimosso dai server a cui ti sei unito usandolo. Disconnetti !!{name}!! Disconnettiti dalla chat vocale + Azioni di disconnessione Disconnetti Disconnetti L\'utente è stato disconnesso dalla chat vocale. Unisciti a più di 100 milioni di persone che usano Discord per parlare e trascorrere il tempo con amici e community. Immagina uno spazio Rich Presence di Discord + In arrivo su dispositivo mobile! Per il momento, accedi agli hub studenti da desktop Scopri Esplora {speakersCount} @@ -2120,6 +2145,8 @@ Modifica !!{user}!! Modifica del messaggio in corso Capito + Magari più tardi + Fai una prova Greco Discord non è in grado di trasmettere l\'audio della tua applicazione a causa di permessi mancanti. Vuoi concedere a Discord i permessi da amministratore per poter mandare quei dolci, dolci suoni ai tuoi amici? Trasmetti senza suono @@ -2485,6 +2512,8 @@ Invia un messaggio casuale di benvenuto quando qualcuno si unisce a questo server. Invia un messaggio quando qualcuno potenzia questo server. Gli utenti a cui non viene assegnato un ruolo verranno automaticamente espulsi dal server non appena si disconnetteranno. + Se è disattivato, solo un moderatore e chi ha creato il thread possono aggiungervi nuovi membri. + Se è disattivato, solo un moderatore può riaprire questo thread. Limita il numero di utenti ai quali è consentito accedere a questo canale vocale. Gli utenti che hanno il permesso **Sposta utenti** possono ignorare questo limite e spostare altri utenti nel canale. I membri del server devono soddisfare i seguenti criteri prima di poter inviare messaggi nei canali testuali o avviare conversazioni con messaggi diretti. Non conta per i membri a cui viene assegnato un ruolo. **Consigliamo di impostare un livello di verifica per un Discord pubblico** Imposta la qualità video della telecamera per tutti i partecipanti al canale. Scegli **Automatica** per prestazioni ottimali. @@ -3014,6 +3043,7 @@ !!{username}!! sta giocando a {applicationName} I tuoi driver video non sono aggiornati. Aggiornali per ottenere migliori prestazioni della condivisione schermo. Sta guardando {username} + Vai al canale Capito Unione temporanea al server Verde @@ -3121,10 +3151,13 @@ {count} per {query} Esplora server pubblici Visualizza + Permesso per accedere assente. + Dov\'è il tuo evento? Raccomandiamo di usare un\'immagine di almeno 800 pixel di larghezza per 400 pixel di altezza. Aggiungi una foto di copertina (facoltativo) Rimuovi foto Scrivi i dettagli del tuo evento. + Dai qualche informazione in più sul tuo evento. Puoi utilizzare anche il markdown. Di cosa tratta il tuo evento? Argomento dell\'evento {date} alle ore {time} @@ -3134,19 +3167,28 @@ {count} interessati {count} mostrato interesse Riceverai una notifica quando inizierà l\'evento - Unisciti al server + L\'evento è terminato + Unisciti e assisti all\'evento Oppure manda un link d\'invito all\'evento a un amico + Invita amici all\'evento {count} in ascolto Inserisci una posizione + Aggiungi una posizione, un link o altro. Da qualche altra parte + Canale testuale, link esterno o luogo fisico. + Dov\'eri quando hai scaricato Discord + Perfetta per eventi audio delle community più grandi. Passa il tempo con chat vocale, video, condivisione schermo e streaming Go Live. Così nessuno si perde e non sa dove andare. Dov\'è il tuo evento? Seleziona un canale Seleziona un canale vocale + Crea degli eventi per dare occasione al tuo server di ritrovarsi. Non ci sono eventi in programma. Posizione + Informazioni evento Anteprima + L\'ora di inizio non può essere già passata. Quando è ora, entra in $[**!!{channelName}!!**](channelHook) per avviare l\'evento! Ecco l\'anteprima del tuo evento. Solamente i membri che possono vedere questo canale possono assistere a questo evento. @@ -3157,6 +3199,7 @@ Prova a usare una sala conferenze! Avvia l\'evento {eventName} In programma per le {startTime} + In programma alle {startTime} Passo {step} di {total} Eventi Crea @@ -3617,6 +3660,7 @@ Ce l\'hai fatta! {serverName} è ora in vetrina! Fai crescere la tua community con Esplora server Discord farà comparire questo server tra le ricerche degli utenti che parlano la stessa lingua. + Apparire in [Esplora server]({documentationUrl}) permette a chiunque di trovare e unirsi al tuo server. Stiamo ancora aspettando i tuoi parametri di salute! Di\' alla gente di cosa tratta il tuo server con una descrizione! Le categorie aiutano Discord a mantenere i server in ordine e permettono alle persone di scoprire community di loro interesse con maggiore facilità. Puoi selezionare 1 categoria principale e fino a 5 sottocategorie. @@ -4138,12 +4182,12 @@ Ungherese Scegli categoria Categoria - La descrizione del server sarà visibile nell\'hub. + La descrizione del server sarà visibile nell\'hub studenti. Cosa succede nel tuo server? Cosa fa la gente qui? Descrizione del server Alla grande! Capito! - Il server è stato aggiunto all\'hub di !!{guildName}!!! + Il server è stato aggiunto all\'hub studenti di !!{guildName}!!. Aggiungi server Non hai ancora aggiunto server! Server che hai aggiunto @@ -4155,10 +4199,10 @@ Crea un nuovo server Vuoi creare un nuovo gruppo? Potrai ancora invitare persone al di fuori dell\'hub a unirsi al tuo server. - Aiuta a crescere l\'hub di Discord di !!{guildName}!! + Aiuta a far crescere l\'hub studenti di !!{guildName}!! Vai al server Torna all\'hub - Il server è stato creato e aggiunto all\'hub di !!{guildName}!!! + Il server è stato creato e aggiunto all\'hub studenti di !!{guildName}!!! Personalizza il tuo server Aiuta altri studenti a trovare !!{guildName}!! Inserisci una descrizione e una categoria per il tuo server per renderlo più facile da trovare. @@ -4168,21 +4212,22 @@ Aggiungi un server a questo hub Invita altre persone a unirsi a questo hub Sei tra i primi ad arrivare! Cominciamo ad aggiungere server e membri. - Benvenuti nell\'hub studenti degli studenti di !!{guildName} - Hub di Discord di !!{guildName}!! + Benvenuti nell\'hub studenti di !!{guildName}!! + Hub studenti di !!{guildName}!! Da locali, a gruppi studio, a serate di giochi, troverai di sicuro il posto che fa per te. Trova persone come te + Hub studenti Hub studenti Un posto esclusivo in cui entrare in contatto con gli studenti, scoprire server e condividere i tuoi, così che gli studenti possano unirvisi. Gli hub non sono affiliati o gestiti dagli istituti. I server nell\'hub sono gestiti dagli studenti, ma alcuni membri potrebbero non essere studenti. Conferma il link dalla tua e-mail per continuare con la verifica. Questa schermata verrà aggiornata automaticamente. Prova un indirizzo e-mail diverso Abbiamo inviato un link di conferma all\'indirizzo !!{email}!! Invia di nuovo il link di conferma - Unisciti all\'hub studenti di qualunque istituto che frequenti. + Unisciti all\'hub studenti di qualunque istituto frequenti. Frequenti diversi istituti? + No, grazie Unisciti all\'hub No, grazie - Cerca facilmente server gestiti da studenti per organizzare gruppi di studio, serate di gioco e chi più ne ha più ne metta. Sei uno studente o una studentessa? Unisciti all\'hub studenti del tuo istituto! E-mail dell\'istituto tuonome@tuoistituto.edu @@ -4193,17 +4238,19 @@ Non trovi il tuo istituto? [Mettiti in lista d\'attesa.](onJoinWaitlist) Unisciti a {count} nell\'hub studenti di !!{guildName}!!! Unisciti a un altro hub - Cerca facilmente server gestiti da studenti per organizzare gruppi di studio, serate di gioco e chi più ne ha più ne metta. - Sei uno studente o una studentessa? Unisciti all\'hub di Discord del tuo istituto! + Sei uno studente o una studentessa? Unisciti all\'hub studenti del tuo istituto! Unisciti all\'hub + Ottieni l\'accesso agli hub per soli studenti + L\'hub del tuo istituto non è ancora disponibile. Inserisci il nome della tua scuola e ti faremo sapere quando sarà pronto! Mettiti in lista d\'attesa Nome dell\'istituto Nome completo dell\'istituto Un posto esclusivo in cui entrare in contatto con gli studenti, scoprire server e condividere i tuoi, così che gli studenti possano unirvisi. Gli hub non sono affiliati o gestiti dagli istituti. I server nell\'hub sono gestiti dagli studenti, ma alcuni membri potrebbero non essere studenti. Hub studenti + Cos\'è un hub studenti? Se il server è inteso solo per studenti, invita solo i tuoi compagni di classe. Non serve avere un indirizzo .edu per partecipare Rimuovi dall\'hub - Vuoi davvero rimuovere !!{guildName}!! da questo hub? + Vuoi davvero rimuovere !!{guildName}!! da questo hub studenti? Modifica le impostazioni Modifica le impostazioni per !!{guildName}!! Cos\'è un hub studenti? @@ -4211,8 +4258,8 @@ Sei stato invitato a entrare in un hub Hai mandato un invito a entrare in un hub Invita gli amici nell\'hub studenti del tuo istituto - Per unirsi è necessario un indirizzo e-mail da studente. - Non hai ricevuto il codice? [Invia di nuovo il codice](onClick) to !!{email}!! + Per unirsi, è necessario un indirizzo e-mail da studente. + Ti abbiamo inviato un\'e-mail con il codice. Non l\'hai ricevuto? [Invia di nuovo il codice](onClick) a: !!{email}!! Andiamo! Nome intero Nome vero @@ -4225,11 +4272,13 @@ Invita Unisciti ai server Il mio istituto non c\'è - Verifica l\'indirizzo e-mail + Hub studenti verificato + Verifica la tua e-mail per unirti tuonome@tuoistituto.edu E-mail dell\'istituto + Sei uno studente o una studentessa? Unisciti all\'hub studenti del tuo istituto! Ricevi notifiche quando il tuo hub viene lanciato così potrai trovare facilmente server gestiti da studenti per organizzare gruppi di studio e club. - Ti contatteremo quando l\'hub di Discord per l\'istituto !!{school}!! sarà disponibile. + Ti contatteremo quando l\'hub studenti per l\'istituto !!{school}!! sarà disponibile. Grazie! Ora sei sulla lista d\'attesa. qualche secondo {time} @@ -4519,7 +4568,7 @@ Non puoi usare quell\'emoji poiché appartiene a un altro server. Abbonati a Discord Nitro per usare le emoji di altri server Non puoi usare quell\'emoji perché appartiene a un altro server. Discord Nitro risolve tutto questo, vai nelle Impostazioni utente > Nitro per saperne di più Per favore, inserisci un link d\'invito o un codice di invito valido. - Il tuo metodo di pagamento non è riuscito, aggiorna i dettagli di pagamento per continuare il tuo abbonamento Nitro. + Il pagamento con il metodo che hai scelto non è riuscito. Aggiorna i dettagli di pagamento per mantenere il tuo abbonamento a Nitro. canale non valido Canale non valido Invita un amico @@ -4796,6 +4845,7 @@ Espelli Espelli membri Espelli !!{user}!! + Vuoi davvero espellere !!{user}!! dal server? Potrà riunirsi con un nuovo invito. «!!{user}!!» è stato espulso dal server. Ops… non è stato possibile espellere !!{user}!!. Riprova! Espelli !!{user}!! dal server @@ -4917,17 +4967,17 @@ Seleziona una lingua Puoi cambiarla in un secondo momento. Ciao! Seleziona una lingua - Conosci il nuovo costo di Nitro in {country}? [Scopri di più]({documentationLink}). + Sai che Nitro ha cambiato prezzo in {country}? [Scopri di più]({documentationLink}). Gestisci piano - Abbiamo abbassato il costo di Nitro nella tua area. Riattivalo ora per scoprire quanto risparmieresti. - Abbiamo abbassato il costo di Nitro nella tua area. Gestisci il tuo metodo di pagamento per scoprire quanto risparmieresti. [Scopri di più]({documentationLink}). - Aggiorna ora - Abbiamo abbassato il costo di Nitro nella tua area. Aggiorna il tuo metodo di pagamento per scoprire quanto risparmieresti. + Abbiamo ridotto il costo di Nitro nella tua area. Riattivalo subito per scoprire se hai diritto allo sconto. + Abbiamo ridotto il costo di Nitro nella tua area. Controlla il tuo metodo di pagamento per scoprire se hai diritto allo sconto. [Scopri di più]({documentationLink}). + Aggiorna! + Abbiamo ridotto il costo di Nitro nella tua area. Aggiorna il tuo metodo di pagamento per scoprire se hai diritto allo sconto. Gestisci piano - Abbiamo abbassato il costo di Nitro nella tua area. Scopri quanto risparmieresti nella tua valuta. - Cambiando il tuo metodo di pagamento, il costo e la valuta del tuo abbonamento saranno {newCurrencyAndPrice}. [Clicca qui]({helpCenterLink}) per scoprire di più su come decidiamo quanto pagherai. - **Suggerimento**: Usa un metodo di pagamento locale in {country} per pagare il tuo abbonamento in {currency}! [Clicca qui]({helpCenterLink}) per scoprire di più su come decidiamo costi e valute. - **Urrà!** Come residente in {country}, da ora pagherai Nitro al prezzo scontato di {newPrice}! [Scopri di più]({helpCenterLink}). + Abbiamo ridotto il costo di Nitro nella tua area. Scopri se hai diritto allo sconto nella tua valuta. + Cambiando il metodo di pagamento, il costo e la valuta del tuo abbonamento saranno {newCurrencyAndPrice}. [Clicca qui]({helpCenterLink}) per scoprire come decidiamo quanto pagherai. + **Suggerimento**: Usa un metodo di pagamento locale in {country} per pagare il tuo abbonamento in {currency}! [Clicca qui]({helpCenterLink}) per scoprire come decidiamo costi e valute. + **Urrà!** Come residente in {country}, da ora in poi avrai Nitro al prezzo scontato di {newPrice}! [Scopri di più]({helpCenterLink}). Accedi Accesso in corso come !!{username}!! Accedi con la tua e-mail per iniziare a parlare. @@ -5060,8 +5110,10 @@ Regalo Membro Lista dei membri + Mostra lista dei membri Solo le persone che inviti e i moderatori possono visualizzare questo thread. Questo utente è il proprietario del server ed è sempre dotato di tutti i permessi. + Nascondi lista dei membri Aggiungi una domanda Aggiungi una regola Riceverai una notifica in caso di aggiornamento. @@ -5188,6 +5240,7 @@ Devi aggiornare l\'app per unirti a questo server. Membri {members} + Lista dei membri di !!{channel}!! (canale) Membri trovati per **!!{prefix}!!** Cerca tra i membri Menzione @@ -5263,7 +5316,6 @@ Devi indicarne un altro in [Impostazioni del server > Community > Panoramica](onClick) prima che questo canale possa essere eliminato. Attiva l\'accelerazione hardware Funzione sperimentale che può migliorare le prestazioni delle videochiamate. Attenzione: può causare problemi di prestazioni. - Cerca facilmente server gestiti da studenti per organizzare gruppi di studio, serate di gioco e chi più ne ha più ne metta. [Scopri di più.](onClick) Un posto esclusivo in cui entrare in contatto con gli studenti, scoprire server e condividere i tuoi, così che gli studenti possano unirvisi. Gli hub non sono affiliati o gestiti dagli istituti. I server nell\'hub sono gestiti dagli studenti, ma alcuni membri potrebbero non essere studenti. @@ -5358,6 +5410,8 @@ Silenzia questo canale Silenzia questo server Silenzia questa conversazione + Silenzia questo thread + Silenzia thread Durata silenziamento Silenziato fino a {endTime} Amici in comune @@ -5859,6 +5913,24 @@ Inserisci il tuo codice di conferma per reimpostare la password Password obbligatoria. Mostra password + Accedi con la password + Invieremo un codice a {recipient}. + Inviato a {recipient}. + Inserisci la password dell\'account a cui corrisponde l\'indirizzo e-mail: {email} + Inserisci la password dell\'account a cui corrisponde il numero di telefono: {phone} + Inserisci la password + Ottieni un codice d\'accesso temporaneo + Inserisci il codice per accedere + Continua + Invia di nuovo + Accedi con il tuo numero di telefono o la tua e-mail. Ti invieremo un codice temporaneo per effettuare l\'accesso. + Ciao di nuovo! + Mandami un codice + Accedi con il tuo numero di telefono o la tua e-mail per iniziare a parlare. + Eccoti qui! + L\'accesso senza password ti consente di accedere al tuo account di Discord dopo aver inserito un codice di 8 cifre che invieremo al tuo telefono o indirizzo e-mail. + Attiva l\'accesso senza password + Accesso senza password Incolla Pausa Continua @@ -5897,6 +5969,7 @@ Modifica metodo di pagamento Il campo e-mail è obbligatorio. MM/AA + Giropay Informazioni di pagamento Non valido Non è stato possibile addebitare questa fonte di pagamento. Fai attenzione ad inserire le informazioni corrette. @@ -5929,9 +6002,11 @@ In attesa Amici in attesa Persone + Avatar del server Puoi essere chi vuoi e utilizzare un avatar diverso in ognuno dei tuoi server. Avatar multipli Puoi essere chi vuoi e utilizzare un avatar diverso in ognuno dei tuoi server + Profilo aggiornato! {percentage}%% dalla scorsa settimana Serve aiuto con i permessi? Accesso ai file multimediali negato: a Discord serve l\'accesso ai file multimediali per allegare contenuti. @@ -6021,14 +6096,14 @@ Non è stato possibile annullare il tuo abbonamento Nitro. Riprova o contatta l\'assistenza se il problema persiste. La cancellazione avrà effetto immediato per qualsiasi abbonamento a Discord Nitro o di potenziamento server. Il tuo Discord Tag sarà randomizzato se l\'hai cambiato. No, conserva Nitro - I tuoi **2 potenziamenti gratuiti** e lo **sconto del 30%% sui potenziamenti** + I **2 potenziamenti gratuiti** e lo **sconto del 30%% sui potenziamenti** {boostCount} Accesso a **emoji** e **adesivi personalizzati** in tutti i tuoi server **Avatar animato**, **banner del profilo** e **Discord Tag** personalizzato **Avatar animato**, **banner del profilo** e **Discord Tag** personalizzato (#{discriminator}) **Condivisione schermo** ad alta qualità - Se lo cancelli, **perderai i seguenti benefici:** - Vuoi davvero cancellare l\'abbonamento? + Se lo annulli, **perderai i seguenti benefici:** + Vuoi davvero annullarlo? **Caricamenti** più grandi e **messaggi più lunghi** Questo tag non è valido. Deve avere almeno 4 cifre. Quando l\'abbonamento Nitro scadrà, il tuo Discord Tag verrà rigenerato casualmente. Vuoi davvero cambiarlo? @@ -6037,7 +6112,7 @@ Vuoi personalizzare il tuo tag? Abbonati a Nitro! Quando l\'abbonamento Nitro scadrà, il tuo Discord Tag verrà rigenerato casualmente. Questo tag non è valido. Deve essere maggiore di 0. - Personalizza il tuo Discord e mostra a tutti chi sei grazie ai nostri aggiornamenti estivi! + Personalizza il tuo profilo e mostra a tutto Discord chi sei, grazie ai nostri aggiornamenti estivi! Modifica il profilo del server Imposta un avatar unico per ognuno dei tuoi server: un topo da biblioteca in uno, il tuo personaggio di D&D in un altro, il tuo vero volto, chiunque tu sia, in un altro ancora… Avatar del server @@ -6426,12 +6501,12 @@ Aggiungi metodo di pagamento Il tuo abbonamento a Nitro finisce {daysLeft}. Inserisci un metodo di pagamento per continuare a usare la personalizzazione del profilo e molto altro. Scopri di più - Oggi perderai l\'accesso alla personalizzazione del profilo, alle emoji animate e a molto altro. + Tra {daysLeft}, perderai l\'accesso alla personalizzazione del profilo, all\'upload di file di grandi dimensioni, alla condivisione schermo migliorata e a molto altro. Il tuo accesso a Nitro finisce oggi. Chiudi Conserva Nitro - Se ripristini Nitro, riprenderemo ad addebitare **{price}** sul tuo metodo di pagamento e continueremo a farlo **mensilmente** fino alla cancellazione dell\'abbonamento. Comunque, puoi sempre cancellare l\'abbonamento dalla schermata Impostazioni. - Se ripristini Nitro, riprenderemo ad addebitare **{price}** sul tuo metodo di pagamento e continueremo a farlo **annualmente** fino alla cancellazione dell\'abbonamento. Comunque, puoi sempre cancellare l\'abbonamento dalla schermata Impostazioni. + Se ripristini Nitro, riprenderemo ad addebitarti **{price}** con il tuo metodo di pagamento e continueremo a farlo **mensilmente** fino all\'annullamento dell\'abbonamento. Puoi annullare l\'abbonamento quando vuoi dalla schermata Impostazioni. + Se ripristini Nitro, riprenderemo ad addebitarti **{price}** con il tuo metodo di pagamento e continueremo a farlo **annualmente** fino all\'annullamento dell\'abbonamento. Puoi annullare l\'abbonamento quando vuoi dalla schermata Impostazioni. Se non conservi Nitro, **perderai:** Il tuo accesso a Nitro finisce tra {daysLeft}. Il tuo abbonamento Nitro da veterano sta per essere cambiato in Nitro Classic. Se desideri mantenere i benefici attuali, inclusi i potenziamenti, fai l\'upgrade ora. @@ -6441,7 +6516,7 @@ Nascondi dettagli abbonamento Nuovo abbonamento Totale nuovo abbonamento - Aggiorna ora + Aggiorna! Il pagamento del tuo abbonamento a Nitro non è riuscito. Aggiorna i dettagli di pagamento. Aggiungi metodo di pagamento Il tuo abbonamento a Nitro sta per scadere. Inserisci un metodo di pagamento per continuare a usare la personalizzazione del profilo e molto altro. @@ -6650,6 +6725,14 @@ Non puoi inviare messaggi agli utenti bloccati Invia un messaggio a @!!{name}!! Quick Switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, messaggio di gruppo + !!{name}!!, messaggio di gruppo {mentions} + !!{name}!!, server + Risultati + !!{name}!!, utente, !!{id}!! + !!{name}!!, utente, !!{id}!! {mentions} + {mentions} Bozze Scopri di più sul Quick Switcher Non trovi quello che cerchi? @@ -7315,6 +7398,120 @@ Questo canale ha permessi speciali. Per ascoltare in esso hai bisogno che qualcuno, come un moderatore o amministratore del server, ti riattivi l\'audio. Server silenziato Diffondi il verbo di Discord su questo server. + Accetta le regole + Violare le nostre norme può risultare in punizioni per il tuo server, tra cui la rimozione da Esplora. + Rispetta le [Linee guida della community]({communityGuidelinesUrl}) e le [Linee guida di Esplora]({discoveryGuidelinesUrl}) di Discord + Regole + Crea uno spazio accogliente dove molestie, tossicità e attività illegali non sono promosse o tollerate. + Incoraggia un ambiente sano e positivo + Aiuta a mantenere Esplora server un posto sicuro per tutti + Tutti i contenuti dei server devono essere adatti a utenti dai 13 anni in su. + Non accettare contenuti grafici o sessuali + 3d + bellezza + animazione + anime + app + arte + basket + bibite + bitcoin + bodybuilding + bot + bts + callistenia + abbigliamento + linguaggi-programmazione + università + community + crossfit + cripto-valuta + adorabile + defi + design + bot-discord + disney + disneyworld + disegno + musica-elettronica + istruzione + emoji + emote + inglese + esport + ethereum + eventi + esercizio + fantacalcio + moda + fivem + cibo + football + forex + formula1 + fortnite + amici + divertimento + videogiochi + github + giveaway + palestra + hardware + hiphop + compiti + hypebeast + investimenti + javascript + kpop + lingua + leagueoflegends + formazione + lgbtq + linux + manga + meme + salute-mentale + metal + minecraft + produzione-musicale + nba + nfl + nft + nitro + alimentazione + opensource + opzioni + fotografia + premier-league + programmazione + corse + rap + reddit + roblox + giochi-di-ruolo + scuola + auto-miglioramento + cantare + snack + scarpe-da-ginnastica + calcio + social + software + sport + azioni + streamer + streetwear + studio + stile + supporto + supreme + tecnologia + trading + viaggi + twitch + valorant + yeezy + youtube Emoji del server Chiudi tutte le cartelle Segna cartella come letta @@ -7587,6 +7784,8 @@ Relatore Conferenza in onda Di che cosa parlerete? + Immagina di sentire musica da sala d\'attesa di sottofondo. + Premi Avvia la conferenza e scegli un argomento per iniziare la conversazione. In attesa dell\'avvio del palco… nei prossimi giorni. In attesa dell\'avvio della conferenza. !!{username}!!: @everyone !!{topic}!! sta iniziando. Entra e ascolta! @@ -7687,6 +7886,10 @@ Utilizzati di frequente $[~~{regularPrice}~~](originalPriceHook) gratuito !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Acquista potenziamenti + Carica più di {count} adesivi personalizzati con il Potenziamento server. + Gestisci adesivi + Il server non vede l\'ora che ci carichi degli adesivi! {stickerPackName} Dettagli Animati Tempo a disposizione limitato: {time} @@ -7990,6 +8193,7 @@ Pubblica immagini, GIF, adesivi, pensieri e battute Canali testuali Canali testuali trovati per **!!{prefix}!!** + Sono applicate le tariffe standard per messaggi e dati. Permessi della chat testuale Azioni Area di testo Invia un messaggio in !!{channel}!! @@ -8034,6 +8238,7 @@ Partecipa a questo thread per riceverne le notifiche e salvarlo nella tua lista canali. Questo thread è stato archiviato da un moderatore. Solo un moderatore può riaprirlo. Chiunque può invitare + Chiunque può riaprirlo Non c\'è nessuno in questo thread. Puoi invitare nuove persone @menzionandole in un messaggio. Impossibile visualizzare questo thread @@ -8232,6 +8437,7 @@ Riattiva canale Riattiva conversazione Riattiva server + Riattiva thread Senza nome Stacca Sì, toglilo! @@ -8668,8 +8874,6 @@ Discord: il film Wumpus in vacanza Vaporwave - Esprimiti con gli sfondi video e, se hai Nitro, carica quelli fatti da te! - Nuovi sfondi video! Parlaci della tua esperienza con gli sfondi video. Come sono gli sfondi video? Il rilevamento dello sfondo non era accurato @@ -8680,6 +8884,7 @@ Hai qualche problema? Grazie per averci segnalato questo problema! I tuoi suggerimenti ci aiutano a migliorare gli sfondi video Rimuovi sfondo + Carica sfondi video personalizzati, trasmetti con risoluzione HD a 60 FPS [e molto altro ancora con Discord Nitro!](onLearnMore) Vuoi caricare un tuo sfondo? In primo piano Nascondi membri diff --git a/app/src/main/res/values-ja/plurals.xml b/app/src/main/res/values-ja/plurals.xml index 4df5ea7006..c7ca9c9eda 100644 --- a/app/src/main/res/values-ja/plurals.xml +++ b/app/src/main/res/values-ja/plurals.xml @@ -156,6 +156,10 @@ {#} {#} + + {#} character + {#} characters + {#} 人のメンバー {#} 人のメンバー @@ -913,8 +917,8 @@ **{count}**台のサーバーが一時的にダウンしています。 - {#} つの適用済みブースト - {#} つの適用済みブースト + {#} 個の適用済みブースト + {#} 個の適用済みブースト {#}ブースト @@ -1129,9 +1133,13 @@ {#} 月 - あと{#} 日で + あと {#} 日で あと {#} 日で + + {#} 日 + {#} 日 + {#} 日 {#} 日 @@ -1212,6 +1220,18 @@ 1分 {retryAfter}分 + + 、{#} 件の未読のメッセージ + 、{#} 件の未読のメッセージ + + + 、{#} 件の未読のメッセージ + 、{#} 件の未読のメッセージ + + + 、{#} 件の未読のメッセージ + 、{#} 件の未読のメッセージ + 1人 {n}人 diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index b640267f39..e0bb69658b 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -60,6 +60,11 @@ 色に敏感な方向けに、アプリ内の色の彩度を調整できます。この設定は、画像、動画、ロールカラー、その他ユーザー提供のコンテンツの彩度には影響しません。 リンクは次のように表示されます: https://discord.com/ 彩度 + もっと速く + テキスト読み上げの速度 + プレビュー + もっと遅く + 現在の速度でのテキスト読み上げはこんな感じです。 拡大率 アカウント ユーザーエリア @@ -257,6 +262,7 @@ ヘルプ記事を見る あなたの誕生日 通称 + サーバーアバターをもっと見る 全てのアクティブ状態のスレッド すべてのサーバー 許可 @@ -796,7 +802,7 @@ 申し訳ありませんが、この商品は払い戻し対象外です。過去{dateLimit}日以内に購入したもので、プレイ時間が{playtimeLimit}時間未満の場合に、払い戻しを請求することができます。 *全ての購読に適用 残念! Discordキーの返還をお望みですか? それは[在庫](onClick)に移動しました。 - 価格改定を確認する + 価格変更の承認をお願いします VAT インボイスをダウンロード VAT クレジットノートをダウンロード 配信モード中には新たな支払い元を追加できません。 @@ -812,14 +818,14 @@ !!{paymentGatewayName}!!の取引はここには表示されません。!!{paymentGatewayName}!!の取引履歴の表示や、!!{paymentGatewayName}!!のお支払い方法変更については、[!!{paymentGatewayName}!!の請求設定]({billingHistoryLink})をご確認ください。 !!{paymentGatewayName}!!を通じて登録されています こちらは!!{paymentGatewayName}!!のサブスクリプションではサポートされていません。サブスクリプションの管理は、[!!{paymentGatewayName}!!の請求設定]({subscriptionManagementLink})から行ってください。 - 最終的な価格および通貨は、お客様のお支払い方法を提供する国を基準に決まります。[詳しくはこちら]({documentationLink}). + 最終的な価格および通貨は、ご選択のお支払方法ならびにお支払い方法の提供国に基づいて決定いたします。[詳しくはこちら|]({documentationLink}) コピーされました! リンクを贈ります ギフトはこちらでした 過去{dateLimit}日以内に購入し、ギフトが交換されていない場合は、払い戻しを請求することができます。[払い戻しのお手伝いは、当方の友好的なヘルプデスクしかできません。]({supportURL}) 申し訳ありませんが、この商品は払い戻し対象外です。過去{dateLimit}日以内に購入し、ギフトが交換されていない場合に、払い戻しを請求することができます。 支払い履歴 - [ここをクリック]({documentationLink})すれば、価格や通貨の決定に関する詳細を確認できます。 + 価格や通貨の決定についての詳細は、[こちらをクリック|]({documentationLink})してご確認ください。 ギフト!!{planName}!! 購読クレジットが適用されました! @@ -884,7 +890,7 @@ お客様はすでに Nitro サブスクリプションの返金をしておられます。 返金 お客様のご購入の返金で、問題が発生したようです: !!{error}!!。 - [カスタマーサポートチーム]({supportUrl})までご連絡をお願いします。 + [カスタマーサポートチーム]({supportUrl})までご連絡ください。 申し訳ありませんが、このご購入は返金対象外です。 購入に問題がありましたか? 返金をリクエスト @@ -919,6 +925,7 @@ 請求設定 お支払い方法を追加する サーバーブーストの購入 + サブスクリプションを管理する お支払い履歴の表示 Discord Nitroを贈る Discord Nitroの購入 @@ -935,6 +942,7 @@ プランの選択 プランを選択してください ショップ + Sofort の詳細情報 サブスクリプションクレジット プランを変更する 購読の変更は、**{renewalDate}**に発効します。 @@ -963,6 +971,7 @@ 年間プランに切り替えて節約しましょう。 年中ずっと超強力な特典と{numFreeGuildSubscriptions}を利用できます。 2ヶ月分無料! {planName}を選択しました! + キャンセル 失敗 保留中 返金済み @@ -1013,6 +1022,7 @@ 詳しい説明(省略可) 問題の名称を指定してください 優先度を指定してください + 機能エリア どのような問題が発生していますか? スクリーンショットを報告から削除しました 優先度 @@ -1024,6 +1034,8 @@ 低(P2) **緊急ではなく重要性も低い**。P3 指定がなされた場合、問題の存在は認識されますが、他の緊急性が高い問題が解決されるまで対処する必要はないものと定義されます。 超低(P3) + 機能エリアを検索 + 機能エリアを選択 報告を送信中 報告を送信しました ビルドの上書き @@ -1033,7 +1045,6 @@ {releaseChannel}のビルドの上書き ビルド ID {releaseChannel}クライアント限定 - {supportedTargets}ターゲットのみ 無効なビルドの上書き 正しくないユーザー ビルドが利用できません @@ -1089,10 +1100,12 @@ ビデオチャットの準備はよろしいですか? カメラのプレビュー: ビデオ背景 + ビデオ背景設定は現在、一部のユーザー限定の機能となっています。 ぼかし 背景を変更 ビデオ背景を変更 カスタム + カスタム背景 設定しない 背景数の上限 {maxCustomBackgrounds} に達しました! 新しい背景を追加するには、右クリックで既存の背景を削除してください。 Nitro の力でカスタム背景をアップロード! @@ -1154,20 +1167,25 @@ サーバープロフィールを編集 サーバーごとに異なるアバターを使える機能は現在、一部のユーザー限定となっています。 了解 + ニックネームをつけよう! Nitroがあれば各サーバーで違うアバターも設定できます! + サーバープロフィールをアップデートする + New! サーバープロフィール サーバーごとに使うアバターを変えることも、Discord Nitro ならできちゃいます! ニックネーム(無効) このサーバー専用のニックネームとアバターを設定して、サーバー内のメンバーに見せる自分を変更できます。 サーバーアバター $[BETA](betaBadgeHook) + 初期アバターに戻す 不明なエラー サーバー アバターを 変更 サーバーごとに使うアバターを変えることも、**Discord Nitro ならできちゃいます!** + ニックネームは、少なくとも {minLength}にしてください。 Nitro でアンロックする 変更履歴 - Discord 創業者からのメッセージ {added marginTop}\n======================\n\n**私たちは 2015 年に Discord を作りました**。ゲームをしながら友達とおしゃべりしたり、つるんだりする、手軽な場がほしかったからです。徹夜して笑い合い、冗談を交わし、素のままの自分でいられる、あの感じを再現したくて。その体験をさらに磨き上げ、もっとたくさんの人に味わってもらいたくて。\n\n以来 Discord は、あらゆる人がコミュニティの仲間や友達と集まり、おしゃべりできる場に成長しました。そう、どんな興味や関心がある人でも。Discord はこれからも変わらず、誰もがリラックスして自分らしくいられる場、世界のどこにいる友達ともつながることのできる場であり続けます。 \n\n想像してみよう {added marginTop}\n======================\n\nでも実のところ、Discord という場のもつ意味は、人によって大きく違います。ですのでユーザーの皆さんに、「あなたにとっての Discord って何?」という問いを投げかけてみました。そしてダサくないマーケティングキャンペーンを展開できるよう、問いの答えをシェアさせてもらいました。\n\nこうして創り上げたのが、Discord - The Movie (2021)。 \n\n本物の Discord ユーザーの皆さんが私たちと共有してくれた、素敵な物語に光を当てるショートフィルムです。例えば海賊をテーマにした Lucie Winterwolf のサーバーや、Kevdog の懐ゲーサーバーなど。\n\nあ、ちなみに有名人も出てます。\n\nありがとう {added marginTop}\n======================\n\n皆さんがユニークに、クリエイティブに Discord を活用しておられる様子を拝見したり、Discord をもっと便利な場にしていくためのアイディアをいただいたりするたびに、本当にありがたく感じるとともに、刺激を受けています。コミュニティこそが Discord の魂です。皆さんがおしゃべりし、集まり、大好きな人たちと一緒に大好きなことを楽しむ場となれたことを、心から名誉に思っています。 \n\nDiscord でゲームをしていて親友ができた方もおられるでしょう。ゲール語を勉強したい人とパートナーをつなぐサーバーを運営している方もおられるかも。あるいはチベットに棲息する鳥の写真撮影が専門のサーバーだったりして。皆さんの体験を Twitter、Instagram、または TikTok でシェアして、私たちが探せるようにハッシュタグ **#imagineaplace** を使ってください。\n\nあなたの物語を楽しみにしています。見つけたらきっと幸せな気持ちになれます。他のスタッフも幸せになれるように、社内サーバーで回覧しようと思います。\n\nそしてこれからも変わらず、Discord をよりよい場所にしていくため、皆さんのアイディアをどしどしお寄せください。どうぞよろしくお願いします。\n\nジェイソン&スタン\n\n\n - 2021-08-16 + New Features {added marginTop}\n======================\n\n* **学生ハブを世界に公開** クラブとか勉強とか、つまり学校や大学のために学生が運営しているサーバーに繋がろう。学生ハブにアクセスするには、学校のEメールを使って[始めてみよう](https://discord.com/invite/hzA3MtAURu)。あるいは、外に出てDiscordを開いて、右に曲がってサーバーディスカバリーが見えたら、そこから学生ハブをタップして。\n* **新ユーザープロフィールページを設定に追加** プロフィールアバター、自己紹介を編集できるよ。Nitroを持っていればプロフィールバナーも。\n* **レベル2と3に必要なブースト数が減ったよ** ブーストx7でレベル2に、ブーストx14でレベル3に!カスタム絵文字や全員が恩恵を受けるアップロード上限の緩和、サーバーバナー、そしてロールアイコンをアンロックしよう。サーバーバナーがなにがいいか、みんなでわいわい議論してね。\n* **ああそうだ、カスタムロールアイコンはレベル2で使えるにしたんだ** サーバーがブーストx7されていれば、画像をアップロードするか、デフォルトorカスタム絵文字を選択して、各ロールにセットすることができるようになったんだった。ロールアイコンはメンバーリストのロールネームの隣に表示されて、テキストチャット中はユーザーネームの隣にも表示されるよ。サーバー設定>ロールから編集してね。\n* **スレッドに新権限を追加** スレッドでメッセージを送信を追加したんだ。これでコミュニティの体験を改善できると思う。あと、公開スレッドを作成、プライベートスレッドの作成、そしてスレッドの管理もアップデートしたよ。こっちのほうが分かりやすいでしょ。詳細はこっち [Threads Moderation FAQ](https://support.discord.com/hc/en-us/articles/4404809613847).\n\n\n + 2021-10-04 ja 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png ニックネームの変更 この権限を持つユーザーは、自分のニックネームを変更することができます。 ニックネームはこのサーバー上のすべてに表示されます。 ニックネーム変更を利用して荒らされたり、悪意のあるニックネームをリセットするとき以外は利用しないでください。 @@ -1209,6 +1227,8 @@ チャンネル!!{channelName}!!をミュートする チャンネルを通知オフにすると、自分がメンションされた場合を除き、未読メッセージ表示や通知がされなくなります。 新チャンネル + 資格を確認 + サーバー発見が、メンバー 1000 人以上のサーバーに解放されました! チャンネルまたはカテゴリー このチャンネルまたはサーバーは現在通知オフになっています。 チャンネルの順序を更新しました。 @@ -1469,7 +1489,6 @@ 通話中 認証済み 接続 - Discordで友達を見つけたり、友達があなたを追加したりできます。 連絡先から自動的に友達を追加しよう 連絡先の同期 連絡先から友達を追加して、あなたがDiscordに入ったことを友達に知らせましょう。 @@ -1904,7 +1923,12 @@ 切り取り チェコ語 カスタムカラー + サーバーブーストで、各ロールに独自のアイコンを設定できます。アイコンはチャットおよびメンバーリストで表示されます。**サーバー設定 > ロール**でチェック! + **サーバー設定 > ロール** でロールアイコンを設定できるようになりました。ロールアイコンはロールごとに異なり、チャットやメンバーリストで表示されます。 + ロールの設定 + アイコンの設定 了解 + NEW! カスタムロール アイコン カスタムステータス 後に消去 ステータスを消去 @@ -2058,12 +2082,14 @@ このアカウントとの連携を解除すると、連携を通じて参加したサーバーから除外される可能性があります。 !!{name}!!を切断 ボイスチャンネルから切断 + 切断操作 切断 切断 ユーザーがボイスチャンネルから切断されました。 1億人を超えるDiscordユーザーの輪に加わって、コミュニティや友達とおしゃべりや集まりを楽しみましょう。 想像してみよう DiscordのRich Presence + モバイル版でも近日実装予定! 今はデスクトップ版で Student Hubs をご利用ください 発見 発見 {speakersCount} @@ -2125,6 +2151,8 @@ !!{user}!!を編集 メッセージ編集中 了解 + 気が向いたら + 試してみる ギリシャ語 Discordに権限が付与されていないため、アプリケーション音声を配信することができません。あなたの甘~いボイスをフレンドたちに聞かせてあげるためにも、Discordに管理者権限を付与してください。 サウンドなしで配信する @@ -2490,6 +2518,8 @@ このサーバーに入る人がいたら、ウェルカムメッセージをランダムに送信します。 このサーバーをブーストする人がいたら、メッセージを送信します。 このメンバーはロールが割り当てられていない限り、切断したときに自動的にキックされます。 + 無効にした場合、このスレッドに新しくメンバーを追加できるのはモデレーターとスレッド作成者のみとなります。 + 無効にした場合、モデレーターのみがこのスレッドをアーカイブ解除できます。 このボイスチャンネルに接続できるユーザー数を制限します。**メンバーを移動**の権限を持つユーザーはこの制限を 無視でき、他のユーザーをこのチャンネルに移動することもできます。 サーバーのメンバーはテキストチャンネルで発言する、あるいは ダイレクトメッセージを送信する前に以下の基準を満たさなければなりません。メンバーに何らかのロールが割り当てられている場合は、この限りではありません。 **一般公開されているDiscordサーバーでは、この認証レベルの設定をおすすめします** 全チャンネル参加者のビデオ画質を設定します。パフォーマンスを最適化したい場合は「**自動**」を選択してください。 @@ -3019,6 +3049,7 @@ !!{username}!!さんは{applicationName}をプレイ中です ビデオカードドライバが古くなっています。画面共有の品質を向上させるためにアップデートしましょう。 {username}を視聴中 + チャンネルへ移動 了解 一時的なメンバーとして招待 グリーン @@ -3126,10 +3157,13 @@ 「{query}」のコミュニティが{count}あります 公開サーバーを探す 表示 + アクセス権限がありません。 + イベントはどこで行われますか? 少なくとも幅 800 ピクセル、高さ 400 ピクセルある画像を推奨します。 カバー画像を追加(省略可) 画像を削除 イベントの詳細を記入してください。 + あなたのイベントについてもう少し詳しく説明してください。マークダウン使用可能です。 イベントのテーマは? イベントのトピック {date}日の{time}時に @@ -3139,19 +3173,28 @@ {count} 人が興味を持っています {count}が興味を持っています イベントの開始時に通知いたします - サーバーに参加する + イベントは終了しました + 参加してイベントを見る または友達にイベントへの招待リンクを送りましょう + 友達をイベントに招待 {count} 人が聴いています 場所を入力してください + 場所とかリンクとかを追加しましょう。 他の場所 + テキストチャンネル、外部リンク、対面イベントなど。 + Discord をダウンロードしたときにいた場所 + 大規模コミュニティのオーディオイベントにぴったり。 ボイスチャット、ビデオチャット、画面共有、Go Live で楽しみましょう。 迷子が出ないように注意です。 イベントはどこで行われますか? チャンネルを選択 ボイスチャンネルを選択 + サーバーの仲間が集まって楽しめるイベントを計画しましょう。 予定されているイベントはありません。 場所 + イベントの情報 確認 + 開始時間は今後の時間にしてください。 時間になったら、$[**!!{channelName}!!**](channelHook)を開いてイベントを始めましょう! イベントのプレビューです。 このイベントを見られるのはこのチャンネルを閲覧できるメンバーのみです。 @@ -3162,6 +3205,7 @@ ステージチャンネルを使ってみよう! イベントを開始: {eventName} {startTime} に開始予定 + {startTime} に開始予定 {step}/{total}ステップ イベント 新規作成 @@ -3622,6 +3666,7 @@ ようこそ!{serverName}が地図に載りました! サーバー発見でコミュニティを広げましょう Discordは検索の際、選択された言語を話すユーザーに対してこのサーバーを優先させます。 + [サーバー発見]({documentationUrl})に載ると、誰でもあなたのサーバーを見つけて参加できるようになります。 まだ正常性メトリックがありません。 概要を記入して、あなたのサーバーのことをみんなに伝えましょう! カテゴリーはDiscordがサーバーを整理する助けになり、他のユーザーの皆さんが関心のあるコミュニティを探すのに役立ちます。メインカテゴリーを1つ、サブカテゴリーを5つまで選ぶことができます。 @@ -4143,12 +4188,12 @@ ハンガリー語 カテゴリーを選択 カテゴリー - このサーバー概要は Hub に表示されます。 + このサーバー概要は Student Hub に表示されます。 どんなサーバーですか? メンバーはサーバーで何をしていますか? サーバーの概要 成功! 了解! - あなたのサーバーは!!{guildName}!!の Hub に追加されました! + あなたのサーバーは!!{guildName}!!の Student Hub に追加されました。 サーバーを追加 まだサーバーを追加していません! 追加したサーバー @@ -4160,10 +4205,10 @@ 新しいサーバーを作成 新しいグループを始めませんか? Hub に所属していない人をサーバーに招待することは引き続き可能となります。 - !!{guildName}!!の Discord Hub を成長させましょう + !!{guildName}!!の Student Hub を成長させよう サーバーへ移動 Hub に戻る - サーバーが作成され、!!{guildName}!!の Hub に追加されました! + サーバーが作成され、!!{guildName}!!の Student Hub に追加されました! サーバーをカスタマイズ 他の学生たちが !!{guildName}!! を探しやすくする サーバーに概要とカテゴリーを追加し、探しやすくしましょう。 @@ -4174,20 +4219,21 @@ Hub に友達を招待する さっそくのご参加ありがとうございます! サーバーやメンバーを追加して盛り上げていきましょう。 !!{guildName}!!の学生専用 Student Hub へようこそ - !!{guildName}!! Discord Hub + !!{guildName}!! Student Hub 部活や勉強会からゲーム大会まで、あなたにぴったりのスペースがきっとあります。 仲間を探す + Student Hub Student Hub 他の学生とつながり、サーバーを発見し、自分のサーバーを公開して参加者を募れる専用スペースです。 Hub は学校・大学と提携・管理関係にはありません。 Hub 内のサーバーは学生が運営していますが、学生以外のメンバーがいる可能性もあります。 メールのリンクを確認して認証プロセスを続けてください。このページは自動的に更新されます。 別のメールアドレスで試す !!{email}!! に確認リンクを送信しました 確認リンクを再送信する - 通っている学校・大学の Student Hub に参加しよう + 通っている学校・大学の Student Hub に参加しよう。 複数の学校に通っていますか? + やめとく Hub に参加 やめておく - 学生が運営しているサーバーを手軽に探して、勉強会や部活、ゲーム大会などを楽しみましょう。 学生さんですか? 学校・大学の Student Hub にぜひご参加ください! 学校・大学のメールアドレス name@school.edu @@ -4198,17 +4244,19 @@ 一覧に所属校が見当たらない場合は、[ウェイティングリストにご登録ください](onJoinWaitlist)。 !!{guildName}!!の Student Hub に参加して、{count}の友達に加わろう! 別の Hub に参加する - 学生が運営しているサーバーを手軽に探して、勉強会や部活、ゲーム大会などを楽しみましょう。 - 学生さんですか? 学校・大学の Discord Hub にぜひご参加ください! + 学生さんですか? 学校・大学の Student Hub にぜひご参加ください! Hub に参加 + 学生専用の Hub に参加しよう + あなたの学校・大学の Hub はまだ始動していません。校名をご入力いただければ、始動時にご連絡します! ウェイティングリストに登録 学校・大学名 学校・大学名を省略せず入力 他の学生とつながり、サーバーを発見し、自分のサーバーを公開して参加者を募れる専用スペースです。 Hub は学校・大学と提携・管理関係にはありません。 Hub 内のサーバーは学生が運営していますが、学生以外のメンバーがいる可能性もあります。 Student Hub + Student Hub とは? 学生限定のサーバーの場合はクラスメイトを招待してください。参加に .edu アドレスは必要ありません Hub から削除 - 本当に !!{guildName}!! をこの Hub から削除してよろしいですか? + 本当に !!{guildName}!! をこの Student Hub から削除してよろしいですか? 設定を変更 !!{guildName}!! の設定を変更 Student Hub とは? @@ -4216,8 +4264,8 @@ Hub に招待されました Hub への招待を送信しました あなたの学校・大学の Student Hub へフレンドを招待 - 参加するには学校・大学のメールアドレスが必要です - コードが届いていない場合は !!{email}!! まで[コードを再送信](onClick)してください + 参加するには学校・大学のメールアドレスが必要です。 + コードを記載したメールをお送りしました。 コードが届いていない場合は !!{email}!! まで[コードを再送信](onClick)してください レッツゴー! フルネーム 実名 @@ -4230,11 +4278,13 @@ 友達を招待 サーバーに参加 自分の学校・大学がない - メールアドレスを認証 + 認証済み Student Hub + 参加するにはメールを認証してください sam@college.edu 学校・大学のメールアドレス + 学生さんですか? 学校・大学の Student Hub にぜひご参加ください! Hub 始動時に通知を受け取れるよう設定しましょう。 勉強会や部活など、学生が運営しているサーバーを手軽に探せます。 - !!{school}!!の Discord Hub がスタートしたらお知らせします。 + !!{school}!!の Student Hub がスタートしたらお知らせします。 ありがとうございます! ウェイティングリストに登録しました。 数秒 {time} @@ -4524,7 +4574,7 @@ この絵文字は外部サーバーの絵文字のため、このサーバーでは使用できません。Discord Nitroにアップグレードして外部サーバーの絵文字をどこでも使えるようにしよう この絵文字は外部サーバーの絵文字のため使用できません。Discord Nitroで解決可能ですので、[ユーザー設定] > [Nitro]で詳細をご覧ください 有効な招待リンクもしくは招待コードを入力してください。 - お支払い方法の確認に失敗しました。お支払いの詳細を更新し、Nitroサブスクリプションを継続してください。 + お客様のお支払いが失敗しました。Nitro サブスクリプションを継続するには、お支払い方法をアップデートしてください。 無効なチャンネル 無効なチャンネル フレンドを招待する @@ -4801,6 +4851,7 @@ キック メンバーをキック !!{user}!!を追放 + !!{user}!! をサーバーからキック(追放)しますか? キック後、再度サーバーに参加させる場合は、改めて招待してください。 「!!{user}!!」がサーバーからキックされました。 おっと… !!{user}!!の接続を切ることができませんでした。もう一度やり直してください! !!{user}!! をサーバーからキック @@ -4922,17 +4973,17 @@ 言語を選択 これは後で変更できます。 こんにちは! 言語を選択してください - {country} での Nitro サブスクリプションの新価格をご存知ですか? [詳しくはこちら]({documentationLink}). + {country}での Nitro サブスクリプションの新価格をご存知ですか? [詳しくはこちら]({documentationLink})。 プランの管理 お客様のエリアでの Nitro の価格が下がりました。もう一度 Nitro を有効にして、お得になっているか確認しましょう。 - お客様のエリアでの Nitro の価格が下がりました。お支払い方法の管理をしてお得になるか確認しましょう。[詳しくはこちら]({documentationLink}) + 一部の地域での Nitro の価格が下がりました。お支払い方法の管理をして、お得になるか確認しましょう。[詳しくはこちら]({documentationLink})。 今すぐアップデート - お客様のエリアでの Nitro の価格が下がりました。お支払い方法をアップデートしてお得になるか確認しましょう。 + お客様のエリアでの Nitro の価格が下がりました。お支払い方法をアップデートしてお得になっているか確認しましょう。 プランの管理 お客様のエリアでの Nitro の価格が下がりました。お客様の通貨でお得になっているか確認しましょう。 - お支払い方法を変更すると、サブスクリプションの価格、通貨が{newCurrencyAndPrice}に変更されます。[ここをクリック]({helpCenterLink})すれば、お支払いに関する詳細を確認できます。 - **お得情報**: {country} を本拠地とするお支払い方法で、{currency} でのサブスクリプションの支払いをしましょう! [ここをクリック]({helpCenterLink})すれば、価格や通貨の決定に関する詳細を確認できます。 - **やったー!**お客様は{country}にお住まいなので、Nitro の価格が {newPrice} に下がりましたよ![詳しくはこちら]({helpCenterLink})。 + お支払い方法を変更すると、サブスクリプションの価格、通貨が{newCurrencyAndPrice}に変更されます。お支払いに関する詳細を確認するには、[ここをクリック]({helpCenterLink})してください。 + **お得情報**: {country}を本拠地とするお支払い方法を使って、サブスクリプションを{currency}で支払いましょう! [ここをクリック]({helpCenterLink})すれば、価格や通貨の決定に関する詳細を確認できます。 + **やったー!**お客様は{country}にお住まいなので、Nitro の価格が {newPrice} に下がりましたよ! [詳しくはこちら]({helpCenterLink})。 ログイン !!{username}!!としてログインしています 会話を始めるには、メールアドレスでログインしてください。 @@ -5065,8 +5116,10 @@ ギフト メンバー メンバーリスト + メンバーリストを表示 このスレッドを閲覧できるのは、招待された人とモデレーターのみです。 サーバー管理人はロールに関係なくすべての権限を持っています。 + メンバーリストを非表示 質問を追加 ルールを追加 新たな情報があった場合、通知されます。 @@ -5193,6 +5246,7 @@ このサーバーに加入するには、アプリを更新してください。 メンバー {members} + !!{channel}!!(チャンネル)のメンバーリスト **!!{prefix}!!**に一致するメンバー メンバーを検索 メンション @@ -5268,7 +5322,6 @@ チャンネルを削除する前に [サーバー設定 > コミュニティ > 概要](onClick) で別のチャンネルを指定する必要があります。 ハードウェア拡大縮小を有効にする ビデオ通話品質が向上する可能性のある試験機能です。有効化することで動作が不安定になることがあります。 - 学生が運営しているサーバーを手軽に探して、勉強会や部活、ゲーム大会などを楽しみましょう。[詳しくはこちら](onClick) 他の学生とつながったり、サーバーを発見したり、自分のサーバーを公開して学生の参加者を募ったりできる、専用スペースです。 Hub は学校・大学と提携関係にはなく、管理母体も学校側ではありません。 Hub のサーバーは学生・生徒が運営していますが、学生でないメンバーもいる可能性があります。 @@ -5363,6 +5416,8 @@ このチャンネルを通知オフ このサーバーを通知オフ この会話を通知オフ + このスレッドを通知オフ + スレッドを通知オフ 通知オフ期間 {endTime}まで通知オフ 共通のフレンド @@ -5864,6 +5919,24 @@ パスワード再設定のため、確認コードを入力してください パスワードは必須です。 パスワードを表示 + 代わりにパスワードでログインする + {recipient} にコードを送信します。 + {recipient} に送信しました。 + メールアドレス {email} で登録しているアカウントのパスワードを入力してください + 電話番号 {phone} で登録しているアカウントのパスワードを入力してください + パスワードを入力してください + ワンタイム・ログインコードを入手する + コードを入力してログインしてください + はい + 再送信する + 電話番号またはメールアドレスでログインしてください。ログイン用のワンタイムコードをお送りします。 + またお会いしましたね! + コードを送信する + 会話を始めるには、電話番号またはメールアドレスでログインしてください。 + おかえりなさい! + パスワードレス・ログインは、お使いの携帯電話またはメールアドレスにお送りする 8 桁のコードを入力することで Discord アカウントにログインできる機能です。 + パスワードレス・ログインを有効にする + パスワードレス・ログイン 貼り付け ポーズ はい @@ -5902,6 +5975,7 @@ 支払い方法を編集する メールアドレスが必要です。 MM/YY + Giropay お支払い情報 無効 このお支払い源に請求することができませんでした。情報が正しいかを確認してください。 @@ -5934,9 +6008,11 @@ 保留中 保留中のフレンド候補 人物 + サーバーアバター サーバーごとに使うアバターを変えて、なりたい自分になりましょう。 複数アバター - サーバーごとに使うアバターを変えて、なりたい自分になりましょう。 + サーバーごとに使うアバターを変えて、なりたい自分になりましょう + プロフィールを更新しました! 先週から{percentage}%% アクセス権限についてお困りですか? メディアのアクセスが拒否されました。Discordでは、添付ファイルの投稿にストレージへのアクセスが必要です。 @@ -6030,7 +6106,7 @@ {boostCount} 参加している全てのサーバーでの**カスタム絵文字**と**スタンプ**の利用 **アニメアバター**、**プロフィールバナー**、カスタム**Discord Tag** - **アニメアバター**、**プロフィールバナー**、カスタム**Discord Tag** (#{discriminator}) + **アニメアバター**、**プロフィールバナー**、カスタム **Discord Tag**(#{discriminator}) 高画質の**画面共有** キャンセルすると、**以下の特典が失われます:** 本当にキャンセルしますか? @@ -6428,13 +6504,13 @@ プレミアムチャット、ブースト**{num}x**回、ブースト割引をご利用いただけます プレミアムチャット、**{num}x**ブースト、**!!{price}!!**のブースト割引をご利用いただけます(キャンセル保留中) プレミアムチャット、ブースト**{num}x**回、ブースト割引をご利用いただけます(キャンセル保留中) - お支払い方法を追加 + 支払いを追加 お客様の Nitro サブスクリプションは{daysLeft}終了します。プロフィールのカスタマイズなどをこれからも利用するには、お支払い方法を追加してください。 詳細 - 本日、プロフィールのカスタマイズ、アニメ絵文字などがご利用できなくなります。 + あと {daysLeft}で、プロフィールのカスタマイズ、大容量ファイルのアップロード、高品質な画面共有などがご利用できなくなります。 Nitro のご利用が本日終了します。 閉じる - Nitroを保つ + Nitro を継続 Nitro を再開すると、お客様のお支払い方法への**{price}**のご請求が再開し、サブスクリプションをキャンセルされるまで**毎月**のご請求が継続します。キャンセルは設定ページからいつでもできます。 Nitro を再開すると、お客様のお支払い方法への**{price}**のご請求が再開し、サブスクリプションをキャンセルされるまで**毎年**のご請求が継続します。キャンセルは設定ページからいつでもできます。 Nitro を継続しない場合、**以下のものが失われます:** @@ -6448,7 +6524,7 @@ 新しい購読合計 今すぐアップデート お客様の Nitro サブスクリプションのお支払いが失敗しました。お支払い情報をアップデートしてください。 - お支払い方法を追加 + 支払いを追加 お客様の Nitro サブスクリプションはもうすぐ終わります。プロフィールのカスタマイズなどをこれからも利用するには、お支払い方法を追加してください。 次回の更新日は**{renewalDate}**です。 {planName}の調整 @@ -6655,6 +6731,14 @@ ブロック中のためメッセージ不可 @!!{name}!!へメッセージを送信 Quick switcher + !!{name}!!、!!{type}!!、!!{guild}!! + !!{name}!!、グループメッセージ + !!{name}!!、グループメッセージ {mentions} + !!{name}!!、サーバー + 結果 + !!{name}!!、ユーザー、!!{id}!! + !!{name}!!、ユーザー、!!{id}!! {mentions} + {mentions} 下書き Quick Switcherの使い方を見る 探しものが見つからない? @@ -7320,6 +7404,120 @@ このチャンネルには特別な権限が設定されています。ここで話を聞くためには、サーバーのモデレーターや管理者などにスピーカーミュートを解除してもらう必要があります。 サーバー側スピーカーミュート中 このサーバーを世界にご紹介ください。 + ルールに同意する + ポリシーに違反した場合、サーバーにペナルティ(サーバー発見からの除外など)が課される可能性があります。 + Discord の[コミュニティガイドライン]({communityGuidelinesUrl})と[サーバー発見ガイドライン]({discoveryGuidelinesUrl})を遵守する + ルール + ハラスメント、悪意、違法行為が助長・受容されない、誰でも受け入れられるスペースを作りましょう。 + 健全でポジティブな環境を育てよう + 「サーバー発見」を安心して使える場に保つために + サーバーのコンテンツは全て、13 歳以上の誰に対しても適切である必要があります。 + 露骨な表現を含むコンテンツや性的コンテンツを扱わない + 3D + 美学 + アニメーション + アニメ + アプリ + アート + バスケットボール + ドリンク + ビットコイン + ボディービルディング + Bot + BTS + 美容体操 + + コーディング + 大学 + コミュニティ + クロスフィット + 暗号通貨 + かわいい + DeFi + デザイン + DiscordBot + ディズニー + ディズニーワールド + お絵描き + EDM + 教育 + 絵文字 + イーモート + 英語 + eスポーツ + イーサリアム + イベント + エクササイズ + ファンタジー・フットボール + ファッション + FiveM + 食べ物 + アメフト + 外国為替 + フォーミュラ1 + フォートナイト + 友達 + エンジョイ + ゲーミング + GitHub + プレゼント + ジム + ハードウェア + ヒップホップ + 宿題 + HYPEBEAST + 投資 + Javascript + K-POP + 言語 + リーグ・オブ・レジェンド + 学習 + LGBTQ + Linux + 漫画 + ミーム + メンタルヘルス + メタル + マインクラフト + 音楽制作 + NBA + NFL + NFT + Nitro + 栄養 + オープンソース + オプション + 写真 + プレミアリーグ + プログラミング + レーシング + ラップ + Reddit + Roblox + ロールプレイ + 学校 + 自分磨き + + おやつ + スニーカー + サッカー + 交流 + ソフトウェア + スポーツ + 株式 + ストリーマー + ストリートウェア + 勉強 + スタイル + サポート + シュプリーム + テクノロジー + トレーディング + 旅行 + Twitch + VALORANT + YEEZY + YouTube サーバー絵文字 全てのフォルダを閉じる フォルダを既読にマークする @@ -7592,6 +7790,8 @@ スピーカー ステージ ライブ配信中 今日は何の話をしますか? + いい感じの音楽が流れてると思って~。 + 「ステージを開始」を押し、トピックを選んで話を始めましょう。 ステージの開始を待機中です……もうすぐですよ。 ステージの開始を待機中です。 !!{username}!!: @everyone 「!!{topic}!!」が始まります。聞きに来てね! @@ -7692,6 +7892,10 @@ よく使うスタンプ 無料 $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + ブーストを購入 + サーバーブーストで {count} 以上のカスタムスタンプをアップロードしよう。 + スタンプの管理 + サーバーのみんながスタンプのアップロードを待っていますよ! {stickerPackName}の詳細 アニメ 残り時間: {time} @@ -7995,6 +8199,7 @@ 画像やGIF、スタンプ、意見、ダジャレを投稿しましょう テキストチャンネル **!!{prefix}!!**に一致するテキストチャンネル + 通常のメッセージ/データ使用料が適用されます。 テキストの権限 テキストエリア操作 !!{channel}!!へメッセージを送信 @@ -8039,6 +8244,7 @@ このスレッドに参加すると、通知を受け取ったり、チャンネルリストに保存したりできます。 このスレッドはモデレーターによってアーカイブされました。アーカイブ解除できるのはモデレーターだけです。 誰でも招待可能 + 誰でもアーカイブ解除可能 このスレッドには誰もいません。 メッセージで @mention することで人を招待できます。 このスレッドを閲覧できません @@ -8235,6 +8441,7 @@ チャンネルを通知オン 会話を通知オン サーバーを通知オン + スレッドを通知オン 名称未設定 ピンを外す はい、消去します! @@ -8671,8 +8878,6 @@ Discord ザ・ムービー ウンパス・バケーション ヴェイパーウェイヴ - ビデオ背景で自己表現。Nitro に登録していればオリジナルの背景も使えます! - 新しいビデオ背景が登場! ビデオ背景を使った感想を教えてください。 ビデオ背景はどうでしたか? 背景の検出が不正確だった @@ -8683,6 +8888,7 @@ 問題がありましたか? 問題のご報告ありがとうございます! いただいたフィードバックはビデオ背景の改善に活用いたします 背景を削除 + [Discord Nitro](onLearnMore) なら、カスタムビデオ背景のアップロード、60FPS での HD 配信など、いろんな嬉しい特典がありますよ! オリジナルの背景をアップロードしたい? フォーカス メンバーの非表示 diff --git a/app/src/main/res/values-ko/plurals.xml b/app/src/main/res/values-ko/plurals.xml index cbeb23dd5f..0c0fb7ea78 100644 --- a/app/src/main/res/values-ko/plurals.xml +++ b/app/src/main/res/values-ko/plurals.xml @@ -156,6 +156,10 @@ + + {#} character + {#} characters + {#}명 {#}명 @@ -733,8 +737,8 @@ 멘션 {#}개 - {count}명 - {count}명 + 다른 친구 {count}명 + 다른 친구 {count}명 1일 @@ -1129,8 +1133,12 @@ {#}개월 - {#}일 후 - {#}일 후 + {#}일 후에 + {#}일 후에 + + + {#}일 + {#}일 {#}일 @@ -1212,6 +1220,18 @@ 1분 {retryAfter}분 + + , 읽지 않은 메시지 {#}개 + , 읽지 않은 메시지 {#}개 + + + , 읽지 않은 메시지 {#}개 + , 읽지 않은 메시지 {#}개 + + + , 읽지 않은 메시지 {#}개 + , 읽지 않은 메시지 {#}개 + 다른 1명이 {n}명이 diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index c15d5dad14..c1a60c3295 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -60,6 +60,11 @@ 채도를 조정하려면 애플리케이션에서 색상의 채도를 낮추세요. 이미지, 영상, 역할 색상 등 기본적으로 사용자가 제공하는 콘텐츠의 채도에는 영향을 주지 않아요. 링크가 이렇게 돼요 https://discord.com/ 채도 + 더 빠르게 + 텍스트 음성 변환(TTS) 속도 + 미리 보기 + 더 느리게 + 현재 텍스트 음성 변환(TTS) 속도는 이 정도예요. 확대/축소 수준 계정 사용자 영역 @@ -257,6 +262,7 @@ 도움말 보기 내 생일 다른 별명 + 더 많은 서버 아바타 보기 모든 활성 스레드 모든 서버 허용 @@ -812,14 +818,14 @@ !!{paymentGatewayName}!! 거래 내역은 아래 목록에 표시되지 않아요. !!{paymentGatewayName}!! 거래 기록을 확인하거나 !!{paymentGatewayName}!! 결제 방식을 변경하려면 [!!{paymentGatewayName}!! 청구 설정으로 이동하세요]({billingHistoryLink}). !!{paymentGatewayName}!!을(를) 통해 구독하셨어요 !!{paymentGatewayName}!! 구독은 지원하지 않아요. 구독을 관리하려면 [!!{paymentGatewayName}!! 청구 설정으로 이동]({subscriptionManagementLink})하세요. - 최종 가격 및 통화는 회원님의 결제 방식을 발급한 국가를 기준으로 결정돼요. [여기에서 자세히 알아보기]({documentationLink}). + 최종 가격 및 통화는 회원님의 결제 방식을 발급한 국가를 기준으로 결정돼요. [자세히 알아보기]({documentationLink}). 복사 완료! 선물 링크 선물이에요 최근 {dateLimit}일 내에 구매하고 아직 사용하지 않은 선물 내역에 대한 환불을 요청할 수 있어요. [친절한 지원 센터에서 여러분의 돈을 되찾을 수 있도록 도와드릴게요.]({supportURL}) 죄송하지만, 이 구매 내역은 환불할 수 없어요. 최근 {dateLimit}일 내에 구매하고 아직 사용하지 않은 선물 내역만 환불을 요청할 수 있어요. 청구 기록 - Discord의 결제 통화 및 가격 방침에 대해 자세히 알아보시려면 [여기를 클릭]({documentationLink})하세요. + Discord의 결제 통화 및 가격 방침을 자세히 알아보시려면 [여기를 클릭]({documentationLink})하세요. !!{planName}!! 선물하기 구독 크레딧이 적용돼요! 세금 @@ -880,8 +886,8 @@ !!{price}!!/년({numFreeMonths} 무료!) 구매 상세 내역 선물을 이미 사용하셨어요. - 이미 부스트 구독을 환불 받으셨어요. - 이미 Nitro 구독을 환불 받으셨어요. + 이미 부스트 구독을 환불받으셨어요. + 이미 Nitro 구독을 환불받으셨어요. 환불 이용자님의 구매를 환불하는 과정에서 문제가 있었던 것 같아요. \'!!{error}!!\' [고객 지원팀]({supportUrl})에 문의하셔서 도움을 받으세요. @@ -889,17 +895,17 @@ 구매하는데 문제가 있나요? 환불 제출 뭔가 잘못됐어요 - 환불은 구독 유형 당 1건으로 제한되어 있고, 여기에는 스스로에게 한 선물도 포함돼요. + 환불은 구독 유형 당 1건으로 제한되어 있고, 여기에는 자신에게 한 선물도 포함돼요. 플레이한 적 없음 플레이한 시간 {daysSincePurchase} 구매 날짜 출시 날짜 문제 신고하기 - 환불을 요청하시면 이 기능을 이용할 수 없다는 데 동의하시는 걸로 간주돼요. + 환불을 요청하시면 이 기능을 이용할 수 없다는 데 동의하시는 걸로 간주해요. 환불 이유 선택하기 마음이 바뀌었어요 - 더 이상 필요 없어요 + 이제 필요 없어요 취소하는 걸 잊었어요 제가 사용하지 않은 선물을 샀어요 다른 이유 @@ -919,6 +925,7 @@ 청구 설정 결제 방식 추가하기 서버 부스트 구매 + 구독 관리하기 결제 기록 보기 Discord Nitro 선물 Discord Nitro 구매 @@ -935,6 +942,7 @@ 플랜 선택하기 플랜 선택하기 상점 + Sofort 정보 구독 크레딧 플랜 변경하기 구독은 **{renewalDate}**부터 변경돼요. @@ -963,6 +971,7 @@ 더욱 저렴한 비용의 연간 플랜으로 전환하세요. 1년 내내 슈퍼 파워 특전과 서버 부스트 {numFreeGuildSubscriptions}를 이용하실 수 있어요. 2개월 무료! {planName} 플랜을 선택하셨어요! + 취소됨 실패함 대기 중 환불됨 @@ -1013,6 +1022,7 @@ 상세 설명 (선택) 문제의 이름을 입력해주세요 우선순위를 입력해주세요 + 기능 위치 문제가 무엇인가요? 신고 내용에서 스크린샷이 제거됨 우선순위 @@ -1024,6 +1034,8 @@ 낮음 (P2) **시급하지도, 중요하지도 않음.** P3은 보다 시급한 다른 문제들이 해결되기 전까지는 해결되지 않아도 되는 문제입니다. 매우 낮음 (P3) + 주요 부분 찾기 + 주요 부분 선택 신고 전송하기 신고 전송됨 빌드 우선 설정 @@ -1033,7 +1045,6 @@ {releaseChannel} 빌드 우선 설정 빌드 ID {releaseChannel} 클라이언트만 - {supportedTargets} 대상 전용 사용할 수 없는 빌드 우선 설정 올바르지 않은 사용자 사용할 수 없는 빌드 @@ -1089,10 +1100,12 @@ 영상 채팅할 준비가 되셨나요? 여기에서 카메라 미리 보기를 확인하세요. 영상 배경 + 영상 배경 설정은 현재 일부 사용자들만 사용할 수 있어요. 흐리게 배경 변경하기 영상 배경 변경하기 사용자 지정 + 사용자 지정 배경 없음 # 배경이 {maxCustomBackgrounds}에 도달했어요! 다른 배경을 추가하려면 오른쪽 클릭해서 기존 배경을 제거하세요. Nitro가 있으면 나만의 맞춤 배경 등을 업로드할 수 있어요! @@ -1154,20 +1167,25 @@ 서버 프로필 편집 서버마다 다른 아바타를 선택할 수 있는 기능은 현재 일부 사용자만 사용할 수 있습니다. 알겠어요 + 닉네임을 사용해 보세요. 만약 Nitro가 있다면 서버마다 다른 아바타를 사용할 수도 있어요! + 내 서버 프로필 업데이트 + New! 서버 프로필 Discord Nitro 구독으로 참가 중인 서버마다 각기 다른 아바타를 사용해보세요! 별명 (비활성화됨) 서버 별명 및 아바타 설정으로, 이 서버에서 자신이 어떻게 타인에게 나타날지를 바꿀 수 있어요. 서버 아바타 $[BETA](betaBadgeHook) - 모르는 오류 + 기본 아바타로 재설정 + 알 수 없는 오류 서버 아바타 변경하기 **Discord Nitro 구독**으로 참가 중인 서버마다 각기 다른 아바타를 사용해보세요! + 닉네임은 최소 {minLength}자 이상이어야 합니다. Nitro로 해제 변경 사항 - Discord 창립자, {added marginTop}이 전하는 메시지\n======================\n\n**저희가 처음 Discord를 만든 건 2015년이었어요.** 게임을 하면서 친구들과 간편하게 얘기하면서 놀려고 만든 거였죠. 밤새도록 웃고 농담하고, 무엇보다 저희의 모습 그대로 편하게 즐기곤 했어요. 이런 경험을 더 재미있게, 그리고 더 많은 사람이 누릴 수 있게 하고 싶었어요.\n\n그때부터였어요, Discord가 누구나 들어와 커뮤니티나 친구들, 아니면 마음 맞는 아무나와 대화하고 어울려 놀 수 있는 공간이 된 게. Discord는 앞으로도 항상, 누구나 쉴 수 있고 자기 모습 그대로 편히 즐기고 어디에서나 친구를 만날 수 있는 공간이 될 거예요. \n\n이런 공간이 있다면 어떨까요 {added marginTop}\n======================\n\n실제로 Discord에 대해 갖는 의미가 사람마다 다르더군요. 그래서 사람들에게 Discord가 어떤 의미인지 말해달라고 했어요. 그리고 그 이야기들을 여러분과 공유할 수 있게 해주셨죠. 덕분에 꽤 괜찮은 광고 영상을 만들 수 있었어요.\n\n소개합니다, Discord - 더 무비 2021이에요. \n\n실제 유저들이 공유하는 대단하고 멋진 사연들을 기념하기 위해 만든 짧은 영상이에요. 해적 테마로 꾸민 Lucie Winterwolf의 서버도 나오고 옛날 생각이 나는 게임이 가득한 Kevdog의 서버도 나온답니다.\n\n참, 유명인들도 좀 나와요.\n\n감사합니다 {added marginTop}\n======================\n\n여러분이 Discord를 독특하고 창의적인 방식으로 사용하는 모습을 보고, 또 Discord가 더욱 유용해지도록 제안한 아이디어들을 보고 저희는 숙연해졌고 깊이 감명받았어요. 커뮤니티는 Discord의 중심이에요. Discord가 좋아하는 걸 알아가면서 좋아하는 사람들과 대화하고 어울리는 공간이 된 게 저희로서는 영광이에요. \n\nDiscord에서 게임을 하면서 친구가 생겼나요? 게일어 언어 교환을 위한 서버를 운영하고 있나요? 아니면 티베트 새 사진을 공유하는 서버인가요? 여러분의 이야기를 Twitter나 Instagram, TikTok에 공유해주세요. **#imagineaplace**를 붙여서 저희가 알 수 있게 해주시고요.\n\n여러분의 사연을 계속 찾아볼게요. 저희의 하루도 행복해질 거예요. 사연을 회사 서버에 공유해서 모두의 하루가 행복해질 거고요.\n\n그리고 항상 그랬듯 Discord를 계속해서 더 좋아지게 만들 아이디어가 생각나면 언제든 알려주세요.\n\nJason과 Stan 드림\n\n\n - 2021-08-16 + 새로운 기능 {added marginTop}\n======================\n\n* **학생 허브는 국제적으로 출시되고 있습니다.** 학교 또는 대학의 클럽, 스터디 그룹 등을 위해 학생이 운영하는 서버에 연결해 보세요. 학생 허브에 액세스하려면 학교 이메일을 받아 [시작](https://discord.com/invite/hzA3MtAURu)하세요. 또는 산책을 하고 싶다면 Discord를 열고 우회전하여 Server Discovery로 이동한 다음 편의점을 지나 좌회전하여 새로운 학생 허브 탭을 클릭하세요.\n* **새 사용자 프로필 페이지가 설정에 추가되었습니다.** 이제 프로필 아바타, 나에 대한 정보, 프로필 배너(Nitro가 있는 경우)를 한 곳에서 모두 편집할 수 있습니다.\n* **부스트 레벨 2 및 3에 필요한 부스트가 낮아졌습니다.** 이제 서버는 부스트 7개로 레벨 2, 부스트 14개로 레벨 3에 도달할 수 있습니다! 더 많은 사용자 커스텀 이모티콘, 모든 사람에 대한 더 높은 업로드 제한, 서버 배너, 서버 배너와 역할 아이콘이 무엇이어야 하는지에 대해 논의해 보고, 이와 같은 서버의 기능을 잠금 해제해 보세요.\n* **그리고 부스팅 레벨 2에 커스텀 역할 아이콘이 추가되었습니다.** 7개의 부스트가 있는 서버인 경우, 이미지를 업로드하거나 기본 또는 사용자 커스텀 이모티콘을 선택하여 각 역할에 대한 아이콘으로 설정할 수 있습니다. 역할 아이콘은 멤버 목록의 역할 이름 옆과 문자 채팅 시 사용자 이름 옆에 표시됩니다. 시작하려면 서버 설정 > 역할로 이동하고 역할을 편집해 보세요.\n* **새 스레드 권한이 추가되었습니다.** 커뮤니티의 경험을 개선하기 위해 *스레드에서 메시지 보내기* 권한이 추가되었고 이해하기 쉽도록 *공개 스레드 만들기*, *비공개 스레드 만들기* 및 *스레드 관리하기* 권한이 업데이트되었습니다. [Threads Moderation FAQ](https://support.discord.com/hc/en-us/articles/4404809613847)에서 자세히 알아보세요.\n\n\n + 2021-10-04 ko 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png 별명 변경하기 이 권한을 가진 멤버는 자신의 별명을 변경할 수 있어요. 별명은 서버의 모든 이에게 보이는 이름이에요. 서버의 규정을 준수하기 위해 별명을 변경하는 것이 아니라면 가급적 재설정은 자제해 주세요. @@ -1209,6 +1227,8 @@ !!{channelName}!! 채널 알림 끄기 채널 알림을 끄면 멘션했을 때를 제외한 새 메시지 알림이 나타나지 않아요. 새로운 채널 + 자격 확인 + 이제 멤버 수가 1,000명이 넘는 서버가 서버 찾기를 이용할 수 있어요! 채널 또는 카테고리 이 채널 또는 서버는 현재 알림이 꺼져 있어요. 채널 순서가 업데이트되었어요. @@ -1469,7 +1489,6 @@ 음성 연결됨 인증됨 연결 - Discord에서 친구를 찾거나 친구가 나를 찾을 수 있어요. 자동으로 연락처의 친구 추가 연락처 동기화 연락처의 친구를 추가하고 회원님이 Discord에 가입했음을 알려주세요. @@ -1899,7 +1918,12 @@ 자르기 체코어 사용자 지정 색상 + 서버 부스팅을 사용해서 역할마다 고유의 아이콘을 설정해보세요. 아이콘은 대화창과 멤버 목록에 나타나요. **서버 설정 > 역할**에서 확인해 보세요. + 이제 **서버 설정 > 역할**에서 역할 아이콘을 설정할 수 있어요. 아이콘은 역할마다 고유하며 대화창과 멤버 목록에 나타나요. + 역할 설정 + 아이콘 설정 알겠어요 + 새 기능! 사용자 지정 역할 아이콘 사용자 지정 상태 지우기까지: 상태 지우기 @@ -2053,12 +2077,14 @@ 현재 계정의 연결을 끊으면 가입된 서버에서 계정이 삭제될 수 있어요. !!{name}!! 연결 끊기 음성 연결 끊기 + 활동 연결 끊기 연결 끊기 연결 끊기 사용자의 음성 연결이 끊어졌어요. 1억 명 이상의 전 세계 커뮤니티와 친구들이 모이는 Discord에서 함께 대화를 나누고 친구를 사귀어보세요. 이런 공간이 있다면 어떨까요 Discord Rich Presence + 모바일에서도 곧 학생 허브를 이용할 수 있게 돼요! 지금은 PC에서 이용해주세요 찾기 찾기 연설자 {speakersCount} @@ -2120,6 +2146,8 @@ !!{user}!! 편집 메시지 수정 중 알겠어요 + 나중에 + 이용해보기 그리스어 Discord에게 애플리케이션 사운드를 송출할 권한이 없어요. Discord 관리자에게 권한을 허용하여 게임의 화려한 사운드를 친구들에게 들려주시겠어요? 사운드 없이 방송하기 @@ -2485,6 +2513,8 @@ 누군가 서버에 참가하면 랜덤 환영 메시지를 보내요. 누군가 이 서버를 부스트하면 메시지를 보내요. 역할을 부여받지 않은 멤버는 접속 종료 시 자동으로 추방돼요. + 비활성화하면 관리자와 스레드 작성자만 이 스레드에 새 멤버를 추가할 수 있어요. + 비활성화하면 관리자만 이 스레드를 보관 해제할 수 있어요. 음성 채널에 접속할 수 있는 사용자 수를 제한해요. **멤버 이동** 권한을 가진 사용자는 제한을 무시하고 다른 사용자를 입장시킬 수 있어요. 다음 조건을 만족해야만 채팅 채널에 메시지를 보낼 수 있어요. 특정 역할을 지정받은 멤버들에게는 적용되지 않아요. **공용 Discord에서는 보안 수준을 설정하는 것을 권장해요.** 모든 채널 참가자의 카메라 동영상 품질을 설정하세요. 최적의 성능을 원한다면 **자동**을 선택하세요. @@ -3014,6 +3044,7 @@ !!{username}!!님은 {applicationName} 플레이 중 비디오 드라이버가 최신 버전이 아니에요. 업데이트로 화면 공유 성능을 높이세요. {username} 시청 중 + 채널로 이동 알겠어요 임시 멤버 자격 부여 녹색 @@ -3121,10 +3152,13 @@ {query}(으)로 검색된 {count} 공개 서버 살펴보기 보기 + 연결할 권한이 없어요. + 이벤트의 위치가 어디인가요? 최소 800x400 픽셀인 이미지를 사용하는 게 좋아요. 커버 사진 추가하기(선택사항) 사진 제거하기 이벤트의 세부사항을 입력하세요. + 이벤트에 관해 좀 더 자세히 설명해주세요. 마크다운을 사용해도 돼요. 이벤트 주제가 무엇인가요? 이벤트 주제 날짜:{date}, 시간:{time} @@ -3134,19 +3168,28 @@ {count} 명이 관심 갖는 중 {count} 관심이 있어요 이벤트가 시작되면 알림을 받아요 - 서버 참가하기 + 이벤트가 끝났어요 + 이벤트 참여 및 보기 또는 친구에게 이벤트 초대 링크를 보내세요 + 이벤트에 친구 초대 {count}명이 듣는 중 위치 입력하기 + 위치나 링크 같은 것을 추가하세요. 다른 곳 + 채팅 채널, 외부 링크, 개인 위치가 있어요. + Discord를 다운로드했을 때 있던 곳 + 대형 커뮤니티와 음성 이벤트에 적합해요. 음성, 영상, 화면 공유, Go Live로 즐거운 시간을 보내세요. 아무도 어디인지 헤매지 않게 해주세요. 이벤트의 위치가 어디인가요? 채널 선택하기 음성 채널 선택 + 서버를 위한 이벤트를 만들어서 사람들이 모이게 해보세요. 다가오는 이벤트가 없어요. 위치 + 이벤트 정보 검토하기 + 시작 시각은 지나지 않은 시간이어야 해요. 시간이 되면 $[**!!{channelName}!!**](channelHook)에서 이벤트가 시작돼요! 여기에서 이벤트의 미리보기를 확인하세요. 이벤트는 이 채널을 볼 수 있는 멤버만 볼 수 있어요. @@ -3157,6 +3200,7 @@ 무대 채널을 이용해보세요! \'{eventName}\' 이벤트 시작하기 {startTime}(으)로 예약하기 + {startTime}(으)로 예약됨 {total} 단계 중 {step}단계 행사 만들기 @@ -3617,6 +3661,7 @@ 됐습니다! {serverName} 서버를 알릴 수 있어요! 서버 찾기로 커뮤니티를 키우세요 Discord가 검색 결과에서 이 서버를 해당 언어를 사용하는 사람들에게 우선적으로 보여줄 거예요. + [서버 찾기]({documentationUrl}) 목록에 오르면 누구나 내 서버를 찾아서 참가할 수 있어요. 건강도가 더 높아야 해요! 설명으로 여기가 어떤 서버인지 소개하세요! 카테고리는 Discord가 서버를 분류해 사람들이 자신의 관심사에 맞는 커뮤니티를 더 쉽게 발견할 수 있도록 해준답니다. 주요 카테고리는 1개, 하위 카테고리는 5개까지 고를 수 있어요. @@ -4138,12 +4183,12 @@ 헝가리어 카테고리 선택 카테고리 - 이 서버 설명이 Hub에 나타나요. + 이 서버 설명이 학생 허브에 나타나요. 이 서버는 어떤 서버죠? 이 서버에서 무엇을 할 수 있나요? 서버 설명 성공! 알겠어요! - 서버가 !!{guildName}!!에 대한 Hub에 추가되었어요! + 서버가 !!{guildName}!! 학생 허브에 추가되었어요. 서버 추가 아직 서버를 추가하지 않으셨어요! 추가한 서버 @@ -4155,10 +4200,10 @@ 새로운 서버 만들기 새로운 그룹을 시작할까요? 여전히 Hub 바깥에 있는 사람들을 서버로 초대할 수 있어요. - !!{guildName}!!를 위한 Discord Hub가 성장할 수 있게 도와주세요 + !!{guildName}!!를 위한 학생 허브가 성장하도록 도와주세요 서버로 가기 Hub로 돌아가기 - !!{guildName}!!에 대한 Hub에 이용자님의 서버가 생성 및 추가되었어요! + 서버가 생성되어 !!{guildName}!!학생 허브에 추가되었어요! 서버 커스터마이징하기 다른 학생들이 !!{guildName}!!을(를) 찾을 수 있게 해주세요 서버에 설명과 카테고리를 제공해서 사람들이 찾을 수 있게 해주세요. @@ -4169,20 +4214,21 @@ 이 Hub에 사람들 초대하기 이 곳의 초기 멤버세요! 서버와 멤버를 추가하는 것부터 시작해볼까요? !!{guildName}!! 학생들을 위한 학생 허브에 오신 것을 환영해요 - !!{guildName}!!용 Discord Hub + !!{guildName}!!용 학생 허브 동아리에도, 스터디 그룹에도, 게임 약속에도, 우리를 위한 공간이 있어요. 사람들을 찾으세요 + 학생 허브 학생 허브 - 학생들이 서로 연락하고, 서버를 탐색하고, 다른 사람들이 내 서버에 참가하도록 서버를 공유할 수 있는 전용 공간이에요. Hub는 학교와 연계되어 있거나 학교가 관리하지 않아요. Hub 안에 있는 서버들은 학생들이 운영하지만 학생이 아닌 사람도 참가할 수 있어요. + 학생들이 서로 연락하고, 서버를 탐색하고, 다른 사람들이 내 서버에 참가하도록 서버를 공유할 수 있는 전용 공간이에요. 허브는 학교와 연계되어 있거나 학교가 관리하지 않아요. 허브 안에 있는 서버들은 학생들이 운영하지만 학생이 아닌 사람도 참가할 수 있어요. 이메일에서 링크를 확인하시면 인증이 계속 진행돼요. 이 페이지는 자동으로 새로 고침된답니다. 다른 이메일로 시도해보세요 !!{email}!!(으)로 확인 링크를 보냈어요 확인 메일 재전송하기 - 다니시는 학교의 학생 허브에 참가해 보세요 + 다니시는 학교의 학생 허브에 참가해보세요. 여러 학교에 다니시나요? + 아니요, 사양할게요 허브 참가하기 사양할게요 - 학생이 운영하는 서버를 쉽게 찾을 수 있어요. 서버에서 스터디 그룹, 동아리, 게임 약속 등을 해보세요. 현재 학생이세요? 학생 허브에 참가하세요! 학교 이메일 name@school.edu @@ -4191,28 +4237,30 @@ 일치하는 결과가 없어요 [대기 목록에 등록하세요.](onJoinWaitlist) 학교를 못 찾으셨나요? [대기 목록에 등록하세요.](onJoinWaitlist) - !!{guildName}!! 학생 허브에 참가하면 친구 {count}을 만날 수 있어요! + !!{guildName}!! 학생 허브에 참가하면 {count}을 만날 수 있어요! 다른 허브에 참가하기 - 학생이 운영하는 서버를 쉽게 찾을 수 있어요. 서버에서 스터디 그룹, 동아리, 게임 약속 등을 해보세요. - 현재 학생이세요? 학교용 Discord Hub에 참가하세요! + 현재 학생이세요? 학생 허브에 참가하세요! 허브 참가하기 + 학생 전용 허브 이용하기 + 아직 이용자님의 학교 허브가 개설되지 않았어요. 학교명을 입력하시면 허브가 개설되었을 때 알려드릴게요! 대기 목록에 등록하세요 학교명 학교 전체 이름 학생들이 서로 연락하고, 서버를 탐색하고, 다른 사람들이 내 서버에 참가하도록 서버를 공유할 수 있는 전용 공간이에요. Hub는 학교와 연계되어 있거나 학교가 관리하지 않아요. Hub 안에 있는 서버들은 학생들이 운영하지만 학생이 아닌 사람도 참가할 수 있어요. 학생 허브 + 학생 허브가 뭔가요? 서버가 학생 전용이면 학교 사람들을 초대하면 돼요. 서버 참가에는 .edu 주소가 필요하지 않아요 Hub에서 제거하기 - 정말로 !!{guildName}!!을(를) 이 Hub에서 제거하시겠어요? + 정말로 !!{guildName}!!을(를) 이 학생 허브에서 제거하시겠어요? 설정 편집하기 !!{guildName}!!에 대한 설정을 편집하세요 학생 허브가 뭔가요? 다른 학교에 다니세요? [여기에 참가하세요](onClick) Hub에 초대받았어요 Hub 가입 초대장을 보냈어요 - 다니시는 학교의 학생 허브에 친구들을 초대하세요! - 참가하려면 학생 이메일 주소가 필요해요 - 코드를 못 받으셨나요? [코드를](onClick) !!{email}!!(으)로 재전송 + 다니시는 학교의 학생 허브에 친구들을 초대하세요 + 참가하려면 학생 이메일 주소가 필요해요. + 이메일로 코드를 보내드렸어요. 코드를 못 받으셨나요? [코드를](onClick) !!{email}!!(으)로 재전송 시작합시다! 성 및 이름 본명 @@ -4225,11 +4273,13 @@ 초대하기 서버 참가하기 우리 학교가 안 나와요 - 이메일 주소를 인증하세요 + 학생 허브 인증 완료 + 참가하려면 이메일을 인증하세요 sam@college.edu 학교 이메일 + 현재 학생이세요? 학생 허브에 참가하세요! Hub가 개설되었을 때 알림을 받으면 스터디 그룹이나 동아리 관련 학생이 운영하는 서버를 쉽게 찾을 수 있답니다. - !!{school}!!용 Discord Hub가 개설되면 연락 드릴게요. + !!{school}!!용 학생 허브가 개설되면 연락 드릴게요. 감사해요! 대기목록에 오르셨어요. 몇 초 {time} @@ -4519,7 +4569,7 @@ 다른 서버의 이모티콘이라서 사용할 수가 없네요. Discord Nitro로 업그레이드하여 다른 서버의 이모티콘을 사용해 보세요! 다른 서버의 이모티콘이라서 사용할 수가 없네요. 사용자 설정 > Discord Nitro를 확인해 문제를 해결해 보세요! 유효한 초대 링크나 초대 코드를 입력해 주세요. - 결제 방법을 확인하는 데 실패했습니다. Nitro 구독을 계속하려면 결제 세부 정보를 업데이트하세요. + 결제 방식에 문제가 발생했어요. Nitro 구독을 계속하시려면 결제 정보를 수정해주세요. 올바르지 않은 채널이에요 올바르지 않은 채널이에요 친구 초대하기 @@ -4796,6 +4846,7 @@ 추방하기 멤버 추방하기 !!{user}!!님 추방하기 + 정말로 !!{user}!! 님을 서버에서 추방하시겠어요? !!{user}!! 님이 새 초대를 받으면 다시 참가할 수 있어요. \'!!{user}!!\' 님이 서버에서 추방되었어요. 이런… !!{user}!! 님을 추방할 수 없어요. 다시 시도해 주세요! !!{user}!! 님을 서버에서 추방하기 @@ -4917,17 +4968,17 @@ 언어 선택 나중에 변경할 수 있어요. 안녕하세요. 언어를 선택해주세요 - {country} 에 적용되는 새로운 Nitro 가격에 대해 아시나요? [자세히 알아보기({documentationLink}). + {country}에서 적용되는 새로운 Nitro 가격에 대해 아시나요? [자세히 알아보기]({documentationLink}). 플랜 관리하기 회원님 거주 국가의 Nitro 가격이 저렴해졌어요. 지금 재활성화하셔서 혜택을 누리세요. - 회원님 거주 국가의 Nitro 가격이 저렴해졌어요. 결제 방식을 관리해서 혜택을 누리세요. [자세히 알아보기({documentationLink}). + 일부 국가에서 Nitro 가격이 저렴해졌어요. 결제 수단을 관리해서 혜택을 누릴 수 있는지 확인해보세요. [자세히 알아보기]({documentationLink}). 지금 수정하기 - 회원님 거주 국가의 Nitro 가격이 저렴해졌어요. 결제 방식을 수정해서 혜택을 누리세요. + 회원님 거주 국가의 Nitro 가격이 저렴해졌어요. 결제 수단을 수정하셔서 혜택을 누리세요. 플랜 관리하기 회원님 거주 국가의 Nitro 가격이 저렴해졌어요. 현지 통화로 이용 중이신지 확인해보세요. - 결제 방식을 변경하시면 구독 가격과 통화가 {newCurrencyAndPrice}(으)로 변경돼요. Discord의 가격 산정 방침에 대해 자세히 알아보시려면 [여기를 클릭]({helpCenterLink})하세요. - **팁**: {country} 현지의 결제 방식을 이용하셔서 구독료을 {currency}(으)로 결제하세요! 가격 산정과 통화에 대해 더 알아보시려면 [여기를 클릭]({helpCenterLink})하세요. - **야호!** {country}에 거주 중이시라서 앞으로는 Nitro를 할인된 가격인 {newPrice}(으)로 결제하시면 돼요! [자세히 알아보기]({helpCenterLink}). + 결제 수단을 변경하시면 구독 가격과 통화가 {newCurrencyAndPrice}(으)로 변경돼요. Discord의 가격 산정 방침에 대해 자세히 알아보시려면 [여기를 클릭]({helpCenterLink})하세요. + **팁**: {country} 현지의 결제 수단을 이용하시면 구독료를 {currency}(으)로 결제할 수 있어요! Discord의 가격 산정 및 통화 방침에 대해 더 알아보시려면 [여기를 클릭]({helpCenterLink})하세요. + **야호!** {country}에 살고 계셔서 앞으로는 Nitro를 저렴해진 가격인 {newPrice}(으)로 결제하실 수 있어요! [자세히 알아보기]({helpCenterLink}). 로그인 !!{username}!!(으)로 로그인 중 대화를 시작하려면 이메일로 로그인해주세요. @@ -5060,8 +5111,10 @@ 선물 멤버 멤버 목록 + 멤버 목록 표시하기 이 스레드는 내가 초대한 사람들과 관리자만 볼 수 있어요. 이 멤버는 서버 주인으로 현재 역할과 관계없이 모든 권한을 가지고 있어요. + 멤버 목록 숨기기 질문 추가하기 규칙 추가하기 업데이트 사항이 있으면 알려드릴게요. @@ -5188,6 +5241,7 @@ 이 서버에 가입하려면 애플리케이션을 업데이트해야 해요. 멤버 멤버 {members} + !!{channel}!!(채널) 멤버 목록 멤버 검색 결과 **!!{prefix}!!** 멤버 검색하기 멘션 @@ -5263,7 +5317,6 @@ 이 채널을 삭제하려면 먼저 [서버 설정 > 커뮤니티 > 일반](onClick)에서 다른 채널을 지정해야 해요. 하드웨어 스케일링 활성화 영상 통화 성능을 향상할 수 있는 실험 기능이에요. 사용 시 문제가 생길 수도 있어요. - 학생이 운영하는 서버를 쉽게 찾을 수 있어요. 서버에서 스터디 그룹, 동아리, 게임 약속 등을 해보세요. [자세히 알아보세요.](onClick) 학생들이 서로 연락하고, 서버를 탐색하고, 다른 사람들이 내 서버에 참가하도록 서버를 공유할 수 있는 전용 공간이에요. Hub는 학교와 연계되어 있거나 학교가 관리하지 않아요. Hub 안에 있는 서버는 학생이 운영하지만 학생이 아닌 사람도 참가할 수 있어요. @@ -5358,6 +5411,8 @@ 이 채널 알림 끄기 이 서버 알림 끄기 이 대화 알림 끄기 + 이 스레드 음소거 + 스레드 알림 끄기 알림 끄기 지속 시간 {endTime}까지 알림 꺼짐 같이 아는 친구 @@ -5859,6 +5914,24 @@ 비밀번호를 재설정하려면 확인 코드를 입력해주세요 비밀번호를 입력해 주세요. 비밀번호 표시 + 코드 대신 비밀번호로 로그인하기 + {recipient} (으)로 코드를 보내드릴게요. + {recipient} 님께 보내드렸어요. + 이메일 주소 {email}에 연결된 계정의 비밀번호를 입력하세요 + 전화번호 {phone}에 연결된 계정의 비밀번호를 입력하세요 + 비밀번호를 입력하세요 + 일회용 로그인 코드 받기 + 코드를 입력해서 로그인하기 + 계속하기 + 재전송하기 + 전화번호나 이메일로 로그인해주세요. 로그인에 필요한 일회용 코드를 보내드릴게요. + 또 만났네요! + 코드 보내기 + 대화를 시작하려면 전화번호나 이메일로 로그인해주세요. + 돌아오신 것을 환영해요! + 비밀번호 없이 로그인 기능을 이용하면 전화번호나 이메일 주소로 보내드리는 8자리 코드를 입력해서 Discord 계정에 로그인할 수 있어요. + 비밀번호 없이 로그인 사용하기 + 비밀번호 없이 로그인 붙여넣기 일시 정지 계속하기 @@ -5897,6 +5970,7 @@ 결제 방식 수정하기 이메일을 입력해주세요. MM/YY + Giropay 결제 정보 유효하지 않은 결제 수단 이 결제 수단으로 결제를 완료할 수 없었어요. 정보가 정확한지 다시 한번 확인해 주세요. @@ -5929,9 +6003,11 @@ 대기 중 대기 중인 친구 사람 + 서버 아바타 참가 중인 서버마다 다른 아바타를 사용해보세요. 멀티 아바타 - 참가 중인 서버마다 다른 아바타를 사용해보세요 + 서버마다 다른 아바타를 사용하며 되고 싶은 내가 되어 보세요 + 프로필 정보가 업데이트되었어요! 지난주 이후 {percentage}%% 권한 설정에 도움이 필요하신가요? 미디어 액세스 거부 - 첨부 파일을 저장하려면 Discord에게 저장소 액세스 권한이 필요해요. @@ -6025,7 +6101,7 @@ 적용된 부스트 {boostCount} 소속된 모든 서버에서 **사용자 지정 이모티콘** 및 **스티커** 이용 **움직이는 아바타**, **프로필 배너**, 사용자 지정 **Discord Tag** - **움직이는 아바타**, **프로필 배너**, 사용자 지정 **Discord Tag**(#{discriminator}) + **움직이는 아바타**, **프로필 배너**, 사용자 지정 **Discord Tag** (#{discriminator}) 고품질 **화면 공유** 취소하시면 **다음 특전을 사용할 수 없게 돼요.** 정말로 취소하시겠어요? @@ -6424,14 +6500,14 @@ 프리미엄 채팅, 부스트 **{num}회**, 부스트 **!!{price}!!** 할인 혜택을 받을 수 있어요(취소 대기 중) 프리미엄 채팅, 부스트 **{num}회**, 부스트를 할인받으세요(취소 대기 중) 결제 추가 - Nitro 구독이 {daysLeft}에 종료돼요. 프로필 맞춤 설정 등을 계속 이용하시려면 결제 방식을 추가하세요. + Nitro 구독이 {daysLeft} 끝나요. 프로필 맞춤 설정 등을 계속 이용하시려면 결제 수단을 추가하세요. 자세히 알아보기 - 오늘부터 프로필 맞춤 설정, 움직이는 이모티콘 등을 이용할 수 없게 돼요. + {daysLeft} 후면 프로필 맞춤 설정, 대용량 파일 업로드, 고품질 화면 공유 등을 이용할 수 없게 돼요. Nitro 이용이 오늘 종료돼요. - 무시 + 닫기 Nitro 유지하기 - Nitro를 다시 이용하시면 구독을 취소할 때까지 선택하신 결제 방식으로 **매월** 구독료 **{price}**이(가) 청구될 거에요. 하지만 설정 페이지에서 언제든지 취소하실 수 있답니다! - Nitro를 다시 이용하시면 구독을 취소할 때까지 선택하신 결제 방식으로 **매년** 구독료 **{price}**이(가) 청구될 거에요. 하지만 설정 페이지에서 언제든지 취소하실 수 있답니다! + Nitro를 다시 이용하시면 구독을 취소할 때까지 선택하신 결제 방식으로 **매월** 구독료 **{price}**(이)가 청구될 거에요. 하지만 설정 페이지에서 언제든지 취소하실 수 있답니다. + Nitro를 다시 이용하시면 구독을 취소할 때까지 선택하신 결제 방식으로 **매년** 구독료 **{price}**(이)가 청구될 거에요. 하지만 설정 페이지에서 언제든지 취소하실 수 있답니다. Nitro를 유지하지 않으면 **다음을 잃게 돼요.** Nitro 이용이 {daysLeft} 후에 종료돼요. 기존의 초기 사용자 Nitro 구독이 곧 Nitro Classic으로 변경될 거예요. 부스트 등 현재 특전을 유지하고 싶으시다면 지금 업그레이드하세요. @@ -6650,6 +6726,14 @@ 차단한 사용자에게는 메시지를 전송할 수 없어요 @!!{name}!! 님에게 메시지 보내기 빠른 스위처 + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, 그룹 메시지 + !!{name}!!, 그룹 메시지 {mentions} + !!{name}!!, 서버 + 결과 + !!{name}!!, 사용자, !!{id}!! + !!{name}!!, 사용자 !!{id}!! {mentions} + {mentions} 초안 Quick Switcher 자세히 알아보기 찾는 기능이 없나요? @@ -7315,6 +7399,120 @@ 이 채널에는 특별한 권한이 있어요. 여기서는 관리자가 내 헤드셋 음소거를 해제해야 들을 수 있답니다. 서버에서 헤드셋 음소거함 이 서버에 대해 간단하게 설명해 주세요. + 규칙에 동의해요 + 지침을 위반하면 찾기에서 서버가 삭제되는 등 서버에 처벌이 가해질 수 있어요. + Discord의 [커뮤니티 지침]({communityGuidelinesUrl}) 및 [찾기 지침]({discoveryGuidelinesUrl})을 준수해주세요 + 규칙 + 환영해주는 공간을 만들어요. 괴롭힘, 유해성, 불법 행위는 권장해서도, 넘어가서도 안 돼요. + 건전하고 긍정적인 환경을 만들어가요 + 서버 찾기가 모두에게 안전한 곳이 되도록 도와주세요 + 서버의 모든 콘텐츠는 13세 등급이어야 해요. + 선정적이거나 성적인 콘텐츠는 다루면 안 돼요 + 3D + 미학 + 애니메이션 + 애니 + + 아트 + 농구 + 음료 + 비트코인 + 보디빌딩 + + BTS + 맨손운동 + + 코딩 + 대학 + 커뮤니티 + 크로스핏 + 암호화폐 + 귀여움 + DeFi + 디자인 + Discord-봇 + Disney + 디즈니월드 + 드로잉 + EDM + 교육 + 이모티콘 + 이모트 + 영어 + e스포츠 + 이더리움 + 이벤트 + 운동 + 판타지-풋볼 + 패션 + FiveM + 음식 + 미식축구 + 외환거래 + F1 + 포트나이트 + 친구 + 재미 + 게임 + GitHub + 무료나눔 + 체육관 + 하드웨어 + 힙합 + 숙제 + 하이프비스트 + 투자 + 자바스크립트 + 케이팝 + 언어 + LOL + 학습 + LGBTQ + 리눅스 + 만화 + + 정신건강 + 메탈 + 마인크래프트 + 음악-제작 + NBA + NFL + NFT + Nitro + 영양 + 오픈소스 + 옵션 + 사진 + 프리미어리그 + 프로그래밍 + 레이싱 + + Reddit + 로블록스 + 롤플레이 + 학교 + 자기계발 + 노래하기 + 간식 + 운동화 + 축구 + 소셜 + 소프트웨어 + 스포츠 + 주식 + 스트리머 + 스트리트-패션 + 공부 + 스타일 + 서포트 + Supreme + 테크 + 거래 + 여행 + 트위치 + 발로란트 + Yeezy + 유튜브 서버 이모티콘 폴더 모두 닫기 폴더 읽음으로 표시하기 @@ -7587,6 +7785,8 @@ 스피커 열린 무대 오늘은 무슨 주제로 대화를 나눠볼까요? + 배경 음악이 나오고 있다고 생각하세요. + \'무대 시작하기\'를 누르고 대화를 시작할 주제를 정하세요. 스테이지가 곧 시작되기를 기다리고 있어요… 스테이지가 시작되기를 기다리고 있어요. !!{username}!!: @everyone \'!!{topic}!!\'을(를) 시작합니다. 들어오세요! @@ -7687,6 +7887,10 @@ 최근에 사용한 것 무료 $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + 부스트 구매하기 + {count}개 업로드+ 사용자 지정 스티커(서버 부스팅 포함). + 스티커 관리하기 + 서버에 스티커를 업로드해보세요! {stickerPackName} 자세히 보기 움직임 남은 시간: {time} @@ -7990,6 +8194,7 @@ 이미지, GIF, 스티커, 의견, 농담을 올려보세요 채팅 채널 채팅 채널 검색 결과 **!!{prefix}!!** + 일반 메시지 및 데이터 요금이 적용돼요. 채팅 권한 텍스트 영역 동작 !!{channel}!!에 메시지 보내기 @@ -8034,6 +8239,7 @@ 알림을 받고 채널 목록에 저장하려면 스레드에 참여하세요. 이 스레드는 관리자가 보관했어요. 관리자만 보관을 해제할 수 있어요. 누구나 초대할 수 있어요 + 누구나 보관 해제할 수 있음 스레드에 아무도 없어요. 메시지에서 @mention으로 사람들을 초대할 수 있어요. 이 스레드는 볼 수 없어요 @@ -8232,6 +8438,7 @@ 채널 알림 켜기 대화 알림 켜기 서버 알림 켜기 + 스레드 알림 켜기 이름 없음 고정 해제 네, 해제해 주세요! @@ -8668,8 +8875,6 @@ Discord 더 무비 Wumpus 휴가 베이퍼웨이브 - 영상 배경으로 나를 표현해보세요. Nitro가 있으면 나만의 배경도 올릴 수 있답니다! - 새로운 영상 배경이 나왔어요! 영상 배경을 써본 느낌이 어땠는지 알려주세요. 영상 배경이 어땠나요? 배경 인식이 정확하지 않았어요 @@ -8680,6 +8885,7 @@ 문제가 있었나요? 문제를 알려주셔서 감사합니다! 이런 피드백이 영상 배경을 개선할 수 있어요 배경 제거 + Discord Nitro를 구독하면 사용자 지정 영상 배경을 올리고, HD 해상도에 초당 60프레임으로 방송하는 등, [여러 기능을 사용할 수 있어요!](onLearnMore) 나만의 배경을 업로드해볼래요? 포커스 멤버 숨기기 diff --git a/app/src/main/res/values-lt/plurals.xml b/app/src/main/res/values-lt/plurals.xml index 9509d9a1af..ec006d204a 100644 --- a/app/src/main/res/values-lt/plurals.xml +++ b/app/src/main/res/values-lt/plurals.xml @@ -1267,6 +1267,10 @@ po {#} dienos po {#} dienų + + {#} dienos + {#} dienų + {#} dienos {#} dienų @@ -1355,6 +1359,21 @@ 1 min {retryAfter} min + + , {#} neperskaitytas pranešimas + , {#} neperskaityti pranešimai + , {#} neperskaitytų pranešimų + + + , {#} neperskaitytas pranešimas + , {#} neperskaityti pranešimai + , {#} neperskaitytų pranešimų + + + , {#} neperskaitytas pranešimas + , {#} neperskaityti pranešimai + , {#} neperskaitytų pranešimų + 1 kitas {n} kiti diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index bc7da792df..781b117c35 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -60,6 +60,11 @@ Sumažink programėlės spalvų sodrumą tiems, kurie jautrūs spalvoms. Pagal numatytuosius nustatymus tai nepaveikia vaizdų, vaizdo įrašų, vaidmenų spalvų ar kito naudotojų pateikto turinio spalvų sodrumo. nuorodos atrodys taip: https://discord.com/ Sodrumas + Greičiau + Funkcijos tekstas į kalbą sparta + Peržiūra + Lėčiau + Taip tekstas į kalbą skamba dabartiniu greičiu. Mastelio lygis Paskyra Naudotojo sritis @@ -812,7 +817,7 @@ !!{paymentGatewayName}!! operacijos toliau pateiktos nebus. Kad peržiūrėtum !!{paymentGatewayName}!! operacijų istoriją arba pakeistum !!{paymentGatewayName}!! mokėjimo būdą, [apsilankyk !!{paymentGatewayName}!! atsiskaitymo nustatymų srityje]({billingHistoryLink}). Užsiprenumeravai per !!{paymentGatewayName}!! Nepalaikoma naudojant !!{paymentGatewayName}!! prenumeratas. Kad valdytum prenumeratą, [apsilankyk !!{paymentGatewayName}!! atsiskaitymo nustatymų srityje]({subscriptionManagementLink}). - Galutinė kaina ir valiuta nustatoma pagal tavo šalyje taikomą mokėjimo būdą. [Sužinoti daugiau]({documentationLink}). + Galutinė kaina ir valiuta nustatoma pagal tavo pasirinktą mokėjimo būdą ir jį teikiančią šalį. [Sužinoti daugiau]({documentationLink}). Nukopijuota! Dovanos nuoroda Tai buvo dovana @@ -885,7 +890,7 @@ Lėšų grąžinimas Rodos, iškilo problema, kai bandėme grąžinti lėšas už tavo pirkinį: „!!{error}!!“. Susisiek su mūsų [pagalbos komanda]({supportUrl}), kuri tau padės. - Deja, šiam pirkimui lėšų grąžinimas negali būti taikomas. + Deja, šiam pirkiniui lėšų grąžinimas negali būti taikomas. Kyla problemų pirkimo metu? Pateikti lėšų grąžinimo prašymą Kažkas nepavyko @@ -905,7 +910,7 @@ Kita priežastis Kilo problemų naudojant stiprinimą Neatitiko lūkesčių - Noriu keisti Nitro planus + Noriu keisti Nitro planą Nusipirkau per klaidą !!{tax}!! prie tavo atsiskaitymo adreso buvo pridėtas mokėtinas pardavimo mokestis. Į kainą įskaičiuoti mokesčiai. @@ -919,6 +924,7 @@ Atsiskaitymo nustatymai Pridėti mokėjimo būdą Įsigyti serverio stiprinimų + Tvarkyti prenumeratą Peržiūrėti mokėjimų istoriją Padovanoti Discord Nitro Įsigyti Discord Nitro @@ -935,6 +941,7 @@ Pasirinkti planą Pasirinkti planą Parduotuvė + Sofort informacija Prenumeratos kreditas Keisti Planą Tavo prenumerata pasikeis nuo **{renewalDate}**. @@ -963,6 +970,7 @@ Pakeisk į metinį planą ir sutaupyk. Mėgaukis ypatingais pranašumais ir {numFreeGuildSubscriptions} ištisus metus. 2 mėnesiai nemokamai! Pasirinkai {planName}! + Atšaukta Nepavyko Laukiama Lėšų grąžinimas @@ -1013,6 +1021,7 @@ Detalus aprašymas (nebūtina) Būtina nurodyti problemos pavadinimą Būtina nurodyti svarbą + Ypatybių sritis Kokia problema? Ekrano kopija pašalinta iš pranešimo Svarba @@ -1024,6 +1033,8 @@ Žema (P2) **Neskubu ir nesvarbu.** P3 leidžia mums pamatyti problemas, bet šio tipo problemų nereikia taisyti, kol neišsprendžiami skubesni nesklandumai. Labai žema (P3) + Atlikti ypatybių sričių paiešką + Pasirinkti ypatybių sritį Siunčiamas pranešimas Pranešimas išsiųstas Versijos apėjimas @@ -1033,7 +1044,6 @@ Versijos apėjimas {releaseChannel} Versijos ID {releaseChannel} tik klientas - Tik {supportedTargets} tikslinės vertės Netinkamas versijos apėjimas Neteisingas naudotojas Versija neprieinama @@ -1089,10 +1099,12 @@ Pasiruošęs (-usi) vaizdo pokalbiui? Čia pateikiama kameros peržiūra: Vaizdo įrašo fonas + Šiuo metu galimybė nustatyti vaizdo įrašo foną prieinama ribotam žmonių skaičiui. Fono suliejimas Keisti foną Keisti vaizdo įrašo foną Tinkintas + Tinkintas fonas Nėra Pasiekei {maxCustomBackgrounds} leidžiamą ribą! Spustelėk dešinį pelės klavišą, kad pašalintum esamą foną prieš pridėdamas (-a) naują. Įkelk savo sukurtą foną su Nitro! @@ -1154,10 +1166,11 @@ Redaguoti serverio profilį Skirtingų pseudoportretų kiekvienam serveriui nustatymas šiuo metu galimas tik ribotam žmonių skaičiui. Supratau - Naudok skirtingus pseudoportretus kiekviename savo serveryje, atrakink animuotus pseudoportretus ir dar daugiau su Discord Nitro! + Naudok skirtingus pseudoportretus kiekviename savo serveryje ir dar daugiau su Discord Nitro! Slapyvardis (išjungtas) Gali pakeisti, kaip kiti mato tave šiame serveryje, nustatydamas serverio slapyvardį ir pseudoportretą. Serverio pseudoportretas $[BETA](betaBadgeHook) + Atkurti pirminį pseudoportretą Nežinoma klaida Pakeisti serverio pseudoportretą Naudok skirtingus pseudoportretus kiekviename savo serveryje **ir dar daugiau su Discord Nitro!** @@ -1204,6 +1217,8 @@ Nutildyti kanalą !!{channelName}!! Jei nutildysi serverį, daugiau nebematysi jokių naujų žinučių ir prisijungimo / atsijungimo pranešimų, nebent tave paminės. naujas-kanalas + Tikrinti reikalavimų atitikimą + Serverių atradimas dabar prieinamas daugiau nei 1 tūkst. narių turintiems serveriams! Kanalą ar Kategoriją Šiuo metu šis kanalas ar serveris nutildytas. Kanalo tvarka atnaujinta. @@ -1464,7 +1479,6 @@ Prisijungta Prie Pokalbio Patvirtinta Sąsajos - Discord gali susieti tave su tavo draugais ir padėti jiems tave surasti. Automatiškai pridėk draugus iš savo kontaktų Sinchronizuok savo kontaktus Pridėk draugus iš savo kontaktų ir pranešk jiems, kad esi Discord. @@ -1894,7 +1908,12 @@ Apkirpti Čekų k. Pasirinktina spalva + Parink unikalią piktogramą kiekvienam vaidmeniui su serverio stiprinimu. Piktogramos rodomos pokalbyje ir narių sąraše. Jei nori pažiūrėti, eik į **Serverio Nustatymai > Vaidmenys**. + Vaidmenų piktogramas dabar gali parinkti čia: **Serverio Nustatymai > Vaidmenys**. Kiekvienas vaidmuo turės unikalią piktogramą, kuriuos bus rodomos pokalbyje ir narių sąraše. + Vaidmenų nustatymai + Piktogramų parinkimas Supratau + NAUJA! Tinkintos vaidmenų piktogramos Pritaikyta būsena Išvalyti po Išvalyti būseną @@ -2048,12 +2067,14 @@ Atsijungimas nuo šios paskyros gali tave pašalinti iš serverių, prie kurių tu prisijungei naudodamas šią paskyrą. Atsijungė !!{name}!! Atsijungti nuo Balso + Atsijungimo veiksmai Atsijungti Atsijungti Naudotojas išjungė balso funkciją. Prisijunk prie daugiau nei 100 mln. žmonių, kurie naudoja Discord, kad galėtum kalbėtis ir gerai leisti laiką su bendruomenėmis bei draugais. Įsivaizduok vietą Discord Rich Presence + Greitai ir mobiliajame telefone! Kol kas eik į darbalaukį, kad pasiektum mokyklų / universitetų Student Hub Atrasti Atradimas Kalbėtojų: {speakersCount} @@ -2115,6 +2136,8 @@ Redaguoti !!{user}!! Redaguojama žinutė Supratau + Galbūt vėliau + Išbandyk Graikų Discord negali transliuoti tavo programos garso, nes trūksta leidimų. Suteikti programai Discord administratoriaus leidimus, kad galėtum draugams siųsti tas nuostabias garso bangas? Transliuoti be garso @@ -2480,6 +2503,8 @@ Nusiųsk atsitiktinį pasveikinimo pranešimą, kai kas nors prisijungia prie serverio. Nusiųsk pranešimą, kai kas nors sustiprina šį serverį. Atsijungiant iš serverio nariai automatiškai išmetami, nebent jie turi priskirtą rolę. + Kai ši parinktis išjungta, į šią giją pridėti naujų narių gali tik moderatoriai ir gijos kūrėjas (-a). + Kai ši parinktis išjungta, šią giją išarchyvuoti gali tik moderatoriai. Riboja, kiek naudotojų gali prisijungti į šį balso kanalą. Naudotojai su **Perkelti Narius** teise nepaisyk šios ribos ir galima perkelti kitus naudotojus į kanalą. Nariai serveryje turi atitikti šiuos kriterijus prieš įgydami teisę siųsti pranešimus teksto kanaluose arba inicijuoti asmeninio pranešimo pokalbį. Jei narys turi priskirtą vartotojo vaidmenį, šis kriterijus netaikomas. **Rekomenduojame nustatyti patikrinimo lygį viešajam Discord serveriui.** Nustatoma visų kanalo dalyvių kameros vaizdo kokybė. Jei nori užtikrinti optimalų našumą, pasirink **Automatinė**. @@ -3009,6 +3034,7 @@ !!{username}!! žaidžia {applicationName} Tavo vaizdo tvarkyklės pasenusios. Atnaujink jas ir mėgaukis geresniu ekrano bendrinimo veikimu. Žiuri {username} + Eiti į kanalą Supratau Suteikti laikiną narystę Žalias @@ -3116,10 +3142,13 @@ {count} užklausą „{query}“ Naršyk viešus serverius Peržiūrėti + Trūksta leidimo prisijungti. + Kur tavo renginys vyks? Rekomenduojame naudoti bent jau 800 px pločio ir 400 px aukščio nuotrauką. Pridėti fono nuotrauką (neprivaloma) Pašalinti nuotrauką Nurodyk išsamią informaciją apie savo renginį. + Papasakok kitiems išsamiau apie savo renginį. Čia gali naudoti Markdown. Apie ką tavo renginys? Renginio tema {date} esantis {time} @@ -3129,19 +3158,28 @@ Domina: {count} Domina: {count} Tau bus pranešta, kai renginys prasidės - Prisijungti prie serverio + Renginys baigėsi + Prisijungti ir stebėti renginį Arba išsiųsk kvietimo į renginį nuorodą draugui + Pakviesk draugų į renginį Klausosi: {count} Įvesti vietą + Pridėk vietą, nuorodą ar kažką tokio. Kažkur kitur + Tekstinių pokalbių kanalas, išorinė nuoroda arba renginio, kuriame dalyvaujama fiziškai, vieta. + Kur buvai, kai atsisiuntei Discord + Puikiai tinka didesnių bendruomenių garso renginiams. Leiskite laiką drauge su balso ir vaizdo pokalbiais, ekrano bendrinimu ir Go Live transliacijomis. Kad niekas nepaklystų beieškodami. Kur tavo renginys vyks? Pasirink kanalą Pasirinkite balso kanalą + Sukurk keletą renginių ir stiprink savo serverio bendruomenę. Artėjančių renginių nėra. Vieta + Renginio informacija Peržiūra + Renginio pradžios laikas privalo būti ateityje. Atėjus laikui, apsilankyk $[**!!{channelName}!!**](channelHook) ir pradėk renginį! Čia pateikiama renginio išankstinė peržiūra. Šį renginį matys tik šį kanalą galintys stebėti nariai. @@ -3152,6 +3190,7 @@ Pabandyk naudoti scenos kanalą! Pradėti renginį: „{eventName}“ Prasidės {startTime} + Prasidės {startTime} {step} veiksmas iš {total} Renginiai Sukurti @@ -3612,6 +3651,7 @@ Patekai! Nuo šiol {serverName} matomas žemėlapyje! Plėsk savo bendruomenę su serverių atradimo funkcija Paieškoje naudotojams, kurie kalba pasirinkta kalba, Discord teiks pirmenybę šiam serveriui. + Jei tavo serveris įtrauktas į [serverių atradimo]({documentationUrl}) sąrašą, jį galės rasti bet kas. Vis dar laukiame tavo tvarkingumo metrikos! Pateik tavo serverį apibūdinantį aprašymą! Kategorijos padeda Discord sutvarkyti serverius, kad žmonėms būtų lengviau atrasti juos dominančias bendruomenes. Gali pasirinkti 1 pagrindinę kategoriją ir iki 5 subkategorijų. @@ -4133,12 +4173,12 @@ Vengrų Pasirinkti kategoriją Kategorija - Šis serverio aprašas bus matomas Hub. + Šis serverio aprašas bus matomas Student Hub. Kam skirtas tavo serveris? Ką žmonės čia daro? Serverio aprašas Puiku! Supratau! - Tavo serveris pridėtas į !!{guildName}!! Hub! + Tavo serveris pridėtas į !!{guildName}!! Student Hub. Pridėti serverį Dar nepridėjai jokių serverių! Serveriai, kuriuos pridėjai @@ -4150,10 +4190,10 @@ Sukurti naują serverį Nori sukurti naują grupę? Į savo serverį galėsi pakviesti ir žmones, nedalyvaujančius šiame Hub. - Padėk !!{guildName}!! Discord Hub augti + Padėk !!{guildName}!! Student Hub augti Eiti į serverį Atgal į Hub - Tavo serveris sukurtas ir pridėtas į !!{guildName}!! Hub! + Tavo serveris sukurtas ir pridėtas į !!{guildName}!! Student Hub Tinkink savo serverį Padėk kietiems moksleiviams / studentams rasti !!{guildName}!! Pateik savo serverio aprašą ir nurodyk jo kategoriją, kad serverį lengviau rastų kiti. @@ -4164,10 +4204,11 @@ Pakviesti žmonių į šį Hub Tu – vienas (-a) iš pirmųjų čia apsilankiusių. Pradėkim nuo serverių ir narių pridėjimo. Sveikiname atvykus į !!{guildName}!! moksleiviams / studentams skirtą Student Hub - !!{guildName}!! Discord Hub + !!{guildName}!! Student Hub Ar tai būtų klubai, ar mokymosi grupės, ar žaidimų vakarai – visada rasi, kur nori būti. Rask žmones - Mokyklų / universitetų Student Hub serveriai + Student Hub + Student Hub serveriai Tai išskirtinė vieta palaikyti ryšį su moksleiviais / studentais, atrasti serverius ir dalytis savo serveriais, prie kurių galės prisijungti kiti. Hub serveriai nėra kontroliuojami ar valdomi mokyklų / universitetų. Hub serverius valdo moksleiviai / studentai, tačiau tarp jų naudotojų gali būti ne tik moksleivių / studentų. Norėdamas tęsti patvirtinimą, patvirtink nuorodą savo gautame el. laiške. Šis puslapis atsinaujins automatiškai. Bandyti kitą el. pašto adresą @@ -4175,9 +4216,9 @@ Siųsti patvirtinimo nuorodą iš naujo Junkis prie bet kurios lankomos mokyklos ar universiteto Student Hub. Lankai ne vieną mokyklą / universitetą? + Ačiū, ne Prisijungti prie Hub Ne, Ačiū - Lengvai rask moksleivių / studentų valdomus serverius tavo mokymosi grupėms, klubams, žaidimų vakarams ir dar daugiau. Šiuo metu mokaisi arba studijuoji? Junkis prie savo mokyklos / universiteto Student Hub! Mokyklos / universiteto el. paštas vardaspavarde@universitetas.lt @@ -4188,17 +4229,19 @@ Nepavyksta rasti savo mokyklos / universiteto? [Junkis prie laukiančiųjų sąrašo.](onJoinWaitlist) Junkis prie {count} !!{guildName}!! Student Hub! Jungtis prie dar vieno Hub - Lengvai rask moksleivių / studentų valdomus serverius tavo mokymosi grupėms, klubams, žaidimų vakarams ir dar daugiau. - Šiuo metu mokaisi arba studijuoji? Junkis prie savo mokyklos / universiteto Discord Hub! + Šiuo metu mokaisi arba studijuoji? Junkis prie savo mokyklos / universiteto Student Hub! Prisijungti prie Hub + Gauk prieigą Hub serverių, kuriuose yra tik moksleiviai / studentai + Tavo mokyklos / universiteto Hub dar nėra transliuojamas. Įvesk savo mokyklos / universiteto pavadinimą ir tau pranešime, kai transliacija prasidės! Junkis prie laukiančiųjų sąrašo Mokyklos / universiteto pavadinimas Visas mokyklos / universiteto pavadinimas Tai išskirtinė vieta palaikyti ryšį su moksleiviais / studentais, atrasti serverius ir dalytis savo serveriais, prie kurių galės prisijungti kiti. Hub serveriai nėra kontroliuojami ar valdomi mokyklų / universitetų. Hub serverius valdo moksleiviai / studentai, tačiau tarp jų naudotojų gali būti ne tik moksleivių / studentų. - Mokyklų / universitetų Student Hub serveriai + Student Hub serveriai + Kas yra Student Hub? Jei tavo serveris yra skirtas tik moksleiviams / studentams, kviesk tik savo klasiokus / grupiokus. Jiems nereikės mokyklos / universiteto el. pašto adreso Pašalinti iš Hub - Ar tikrai nori pašalinti !!{guildName}!! iš šio Hub? + Ar tikrai nori pašalinti !!{guildName}!! iš šio Student Hub? Redaguoti nustatymus Redaguoti !!{guildName}!! nustatymus Kas yra Student Hub? @@ -4207,7 +4250,7 @@ Išsiuntei kvietimą prisijungti prie Hub Kviesk draugus jungtis prie tavo mokyklos ar universiteto Student Hub serverio Prisijungimui reikalingas moksleivio / studento el. pašto adresas. - Negavai kodo? [Atsiųsk kodą iš naujo](onClick) į !!{email}!! + Išsiuntėme el. laišką su tavo kodu. Negavai kodo? [Atsiųsk kodą iš naujo](onClick) į !!{email}!! Varom! Vardas, pavardė Tikras vardas @@ -4215,16 +4258,18 @@ Įvesk savo tikrą vardą, kad kiti tave atpažintų. Šią informaciją galėsi visada pakeisti Hub nustatymuose. Išsiųsta El. laiško išsiųsti nepavyko - Mokyklų / universitetų Student Hub serveriai + Student Hub serveriai Pridėti serverių Kviesti žmones Prisijungti prie serverių Čia nėra mano mokyklos / universiteto - Patvirtinti el. paštą + Patvirtintas Student Hub + Kad prisijungtum, patvirtink savo el. pašto adresą vardaspavarde@universitetas.lt Mokyklos / universiteto el. paštas + Šiuo metu mokaisi arba studijuoji? Junkis prie savo mokyklos / universiteto Student Hub! Gauk pranešimą, kai tavo Hub bus pristatytas, ir lengvai rask moksleivių / studentų valdomus serverius tavo mokymosi grupėms ir klubams. - Informuosime, kai !!{school}!! Discord Hub pradės transliaciją. + Informuosime, kai !!{school}!! Student Hub pradės transliaciją. Ačiū! Tu jau laukiančiųjų sąraše. kelios sekundės {time} @@ -4791,6 +4836,7 @@ Išmesti Išmesti Narius Išmesti !!{user}!! + Ar tikrai nori iš šio serverio išmesti !!{user}!!? Jis ar ji galės sugrįžti su nauju kvietimu. „!!{user}!!“ buvo išspirtas iš serverio. Ups… !!{user}!! negalėjo būti išspirtas. Prašome bandyti dar kartą! Išmesti !!{user}!! iš serverio @@ -4915,7 +4961,7 @@ Ar girdėjai apie naujas Nitro kainas {country}? [Sužinoti daugiau]({documentationLink}). Tvarkyti planą Sumažinome Nitro kainas tavo vietovėje. Pažiūrėk, ar gali sutaupyti, aktyvindamas (-a) Nitro prenumeratą iš naujo. - Sumažinome Nitro kainas tavo vietovėje. Pažiūrėk, ar gali sutaupyti, tvarkydamas (-a) savo mokėjimo būdą. [Sužinoti daugiau]({documentationLink}). + Sumažinome Nitro kainas tam tikrose vietovėse. Pažiūrėk, ar gali sutaupyti, tvarkydamas (-a) savo mokėjimo būdą. [Sužinoti daugiau]({documentationLink}). Atnaujinti dabar Sumažinome Nitro kainas tavo vietovėje. Pažiūrėk, ar gali sutaupyti, atnaujindamas (-a) savo mokėjimo būdą. Tvarkyti planą @@ -5055,8 +5101,10 @@ Dovanoti Narys Narių Sąrašas + Rodyti narių sąrašą Tik tavo pakviesti žmonės ir moderatoriai gali matyti šią giją. Šis asmuo yra serverio savininkas ir turi visas teises nepriklausomai nuo rolės. + Nerodyti narių sąrašo Pridėti klausimą Pridėti taisyklę Pranešime tau, kai naujinys bus išleistas. @@ -5183,6 +5231,7 @@ Norėdamas prisijungti prie šio serverio turi atnaujinti savo programėlę. Nariai {members} + !!{channel}!! (kanalo) narių sąrašas Narių atitikmenys **!!{prefix}!!** Ieškoti Narių Paminėti @@ -5258,7 +5307,6 @@ Kad galėtum ištrinti šį kanalą, turi nurodyti kitą kanalą nuėjęs į [Serverio nustatymai > Bendruomenė > Apžvalga](onClick). Įgalinti Įrangos Mastelį Eksperimentinė funkcija, kuri gali pagerinti vaizdo skambučius. Saugokitės, gali sukelti netvarką. - Lengvai rask moksleivių / studentų valdomus serverius tavo mokymosi grupėms, klubams, žaidimų vakarams ir dar daugiau. [Sužinoti daugiau.](onClick) Išskirtinė vieta palaikyti ryšį su moksleiviais / studentais, atrasti serverius ir dalytis savo serveriais, prie kurių galės prisijungti kiti. Hub serveriai nėra kontroliuojami ar valdomi mokyklų / universitetų. Hub serverius valdo moksleiviai / studentai, tačiau tarp jų naudotojų gali būti ne tik moksleivių / studentų. @@ -5353,6 +5401,8 @@ Nutildyti šį kanalą Nutildyti šį serverį Nutildyti šį pokalbį + Nutildyti šią giją + Nutildyti giją Nutildymo trukmė Nutildyta iki {endTime} Bendri draugai @@ -5854,6 +5904,24 @@ Įvesk patvirtinimo kodą, kad atkurtum slaptažodį Reikalingas slaptažodis. Rodyti slaptažodį + Prisijungti su slaptažodžiu + Kodą siųsime {recipient}. + Išsiųstas {recipient}. + Įvesk su el. paštu {email} susietos paskyros slaptažodį + Įvesk su telefono numeriu {phone} susietos paskyros slaptažodį + Įvesti slaptažodį + Gauti vienkartinį prisijungimo kodą + Įvesti prisijungimo kodą + Tęsti + Siųsti iš naujo + Prisijunk naudodamas (-a) savo el. paštą ar telefono numerį. Atsiųsime vienkartinį prisijungimo kodą. + Labas dar kartą! + Atsiųskit kodą + Jei nori pradėti kalbėtis, prisijunk naudodamas (-a) savo el. paštą ar telefono numerį. + Sveikiname sugrįžus! + Prisijungimas be slaptažodžio tau leis prisijungti prie savo Discord paskyros įvedus 8 skaitmenų kodą, kurį atsiųsime į tavo telefoną ar el. paštą. + Įjungti prisijungimą be slaptažodžio + Prisijungimas be slaptažodžio Įklijuoti Pristabdyti Tęsti @@ -5892,6 +5960,7 @@ Redaguoti mokėjimo būdą Būtina nurodyti el. pašto adresą. MM/YY + Giropay Mokėjimo Informacija Negalioja Negalėjome sėkmingai pritaikyti šio mokėjimo šaltinio. Įsitikink, kad informacija teisinga. @@ -5924,9 +5993,11 @@ Laukiama Laukiantys draugai Žmonės + Serverio pseudoportretas Būk, kuo nori būti, ir naudok skirtingus pseudoportretus kiekviename savo serveryje. Keli pseudoportretai - Būk kuo nori būti ir naudok skirtingus pseudoportretus kiekviename savo serveryje + Būk, kuo nori būti, ir naudok skirtingus pseudoportretus kiekviename savo serveryje + Tapatybė atnaujinta! {percentage} %% nuo praėjusios savaitės Reikia pagalbos su leidimais? Medijos prieiga uždrausta — jį reikalinga įkeliant priedus. @@ -6018,7 +6089,7 @@ Tiek to, pasilieku Nitro Tavo **2 nemokamų stiprinimų** ir **30 %% nuolaidos stiprinimams** {boostCount} - Prieigos prie **tinkintų emoji** ir **lipdukų** visuose tavo serveriuose + Prieigos prie **tinkintų jaustukų** ir **lipdukų** visuose tavo serveriuose **Animuoto pseudoportreto**, **profilio reklamjuostės** ir tinkintos **Discord žymės** **Animuoto pseudoportreto**, **profilio reklamjuostės** ir tinkintos **Discord žymės** (#{discriminator}) Aukštesnės **ekrano bendrinimo** kokybės @@ -6418,12 +6489,12 @@ Tu turi premium pokalbio funkcijų, **{num}x** stiprinimų ir stiprinimo nuolaidą Gausi premium pokalbio funkcijų, stiprinimų (**{num}x**) stiprinimo nuolaidą, vertą **!!{price}!!** (laukiantis atšaukimas) Tu turi premium pokalbio funkcijų, **{num}x** stiprinimų ir stiprinimo nuolaidą (laukiama atšaukimo) - Pridėti mokėjimą + Pridėti mokėjimo būdą Tavo Nitro prenumerata baigiasi {daysLeft}. Kad galėtum ir toliau naudotis profilio tinkinimų ir kitais pranašumais, pridėk mokėjimo būdą. - Sužinokite daugiau - Jau šiandien prarasi prieigą prie profilio tinkinimo, animacinio emoji ir kt. + Sužinoti daugiau + Po {daysLeft} prarasi prieigą prie profilio tinkinimo, didesnių failų įkėlimo, aukštesnės kokybės ekrano bendrinimo ir kt. Tavo Nitro prieiga baigiasi šiandien. - Atsisakyti + Atmesti Pasilikti Nitro Jei atkursi Nitro prenumeratą, nuskaičiuosime **{price}** tavo mokėjimo būdu ir šį mokestį nuskaitysime **kas mėnesį**, kol atšauksi prenumeratą. Tačiau gali ją bet kada atšaukti Nustatymų puslapyje. Jei atkursi Nitro prenumeratą, nuskaičiuosime **{price}** tavo mokėjimo būdu ir šį mokestį nuskaitysime **kasmet**, kol atšauksi prenumeratą. Tačiau gali ją bet kada atšaukti Nustatymų puslapyje. @@ -6438,7 +6509,7 @@ Bendra naujos prenumeratos suma Atnaujinti dabar Nepavyko atlikti mokėjimo už tavo Nitro prenumeratą, prašome atnaujinti mokėjimo informaciją. - Pridėti mokėjimą + Pridėti mokėjimo būdą Tavo Nitro prenumerata netrukus baigsis. Kad galėtum ir toliau naudotis profilio tinkinimų ir kitais pranašumais, pridėk mokėjimo būdą. Kita atnaujinimo data – **{renewalDate}**. {planName} koregavimas @@ -6644,6 +6715,14 @@ Tu negali rašyti užblokuotiems vartotojams Parašyti @!!{name}!! Greitasis perjungimas + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, grupinė žinutė + !!{name}!!, grupinė žinutė {mentions} + !!{name}!!, serveris + Rezultatai + !!{name}!!, naudotojas, !!{id}!! + !!{name}!!, naudotojas, !!{id}!! {mentions} + {mentions} Juodraščiai Sužinok daugiau apie Greitąjį Perjungiklį Atrodo, negali rasti, ko ieškai? @@ -7309,6 +7388,120 @@ Šiame kanale taikomi specialūs leidimai. Kad galėtum jame kas nors, kažkas, pvz., serverio moderatorius arba administratorius, turi įjungti garsą. Serverio garsas išjungtas Papasakok pasauliui šiek tiek apie šį serverį. + Sutinku su taisyklėmis + Dėl mūsų taikomos politikos pažeidimo tavo serveriui gali būti taikomos bausmės, įskaitant pašalinimą iš serverių atradimo. + Laikykis Discord [bendruomenės gairių]({communityGuidelinesUrl}) ir [atradimo gairių]({discoveryGuidelinesUrl}) + Taisyklės + Kurk malonią aplinką, kurioje neleidžiamas ir netoleruojamas priekabiavimas, pagiežinga kalba ir neteisėta veikla. + Padėk kurti sveiką ir teigiamą aplinką + Padėk užtikrinti, kad serverių atradimas išliktų saugus visiems + Visas serverio turinys privalo būti tinkamas asmenims nuo 13 metų. + Nesudaryk sąlygų skelbti atviro pobūdžio arba seksualinį turinį + 3d + estetika + animacija + anime + programėlės + menas + krepšinis + gėrimai + bitkoinas + kultūrizmas + botai + bts + kalistenika + apranga + kodavimas + universitetas + bendruomenė + crossfit + kriptovaliutos + miela + defi + dizainas + discord-botas + disney + disneyworld + piešimas + edm + švietimas + jaustukai + emotes + anglų-k + e-sportas + ethereum + renginiai + mankšta + fantasy-futbolas + mada + fivem + maistas + amerikietiškasis-futbolas + forex + formulė-1 + fortnite + draugai + linksmybės + žaidimai + github + dovanų-dalybos + sporto-salės + techninė-įranga + hiphopas + namų-darbai + hypebeast + investavimas + javascript + k-pop + kalba + leagueoflegends + mokymasis + lgbtq + linux + manga + memai + psichinė-sveikata + metalas + minecraft + muzikos-produkcija + nba + nfl + nft + nitro + mityba + atvirasis-kodas + pasirinkimai + fotografija + premier-lyga + programavimas + lenktynės + repas + reddit + roblox + roleplay + mokykla + savęs-tobulinimas + dainavimas + užkandžiai + kedai + futbolas + bendravimas + programinė-įranga + sportas + akcijų-birža + transliuotojas + gatvės-stilius + studijos + stilius + pagalba + supreme + technologijos + prekyba + kelionės + twitch + valorant + yeezy + youtube Serverio Jaustukas Uždaryti visus aplankus Pažymėti aplanką kaip perskaitytą @@ -7581,6 +7774,8 @@ Kalbėtojas Scenos kanalas tiesiogiai transliuojamas Apie ką kalbėsitės šiandien? + Apsimesk, kad girdi lifte grojančią muziką. + Kad pradėtum pokalbį, spausk „Pradėti šį scenos kanalą“ ir išsirink temą. Laukiama scenos kanalo pradžios… Jau artimiausiomis dienomis. Laukiama scenos kanalo pradžios. !!{username}!!: @everyone „!!{topic}!!“ prasideda. Klausykis! @@ -7681,6 +7876,10 @@ Dažniausiai naudojami nemokamą $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Įsigyti stiprinimų + Įkelk {count}+ tinkintų lipdukų su serverio stiprinimu. + Tvarkyti lipdukus + Tavo serveris nesulaukia, kol įkelsi lipdukų! {stickerPackName} išsamūs duomenys Animuotas Tik ribotą laiką: {time} @@ -7984,6 +8183,7 @@ Skelbk vaizdus, GIF, lipdukus, nuomones ir kalambūrus Pokalbių Kanalai Teksto kanalų atitikmenys **!!{prefix}!!** + Taikomi įprasti pranešimų ir duomenų naudojimo įkainiai. Pokalbių Leidimai Veiksmai teksto laukelyje Siųsti žinutę į !!{channel}!! @@ -8028,6 +8228,7 @@ Prisijunk prie šios gijos, kad gautum pranešimus, ir kad išsaugotum ją savo kanalų sąraše. Šią giją archyvavo moderatorius. Tik moderatoriai gali ją išarchyvuoti. Pakviesti gali bet kas + Išarchyvuoti gali bet kas Šioje gijoje nieko nėra. Gali pakviesti žmones @paminėdamas juos žinutėse. Negalima peržiūrėti šios gijos @@ -8223,6 +8424,7 @@ Atšaukti kanalo nutildymą Atšaukti pokalbio nutildymą Atšaukti serverio nutildymą + Atšaukti gijos nutildymą Be pavadinimo Atsegti Pašalinkite! @@ -8659,8 +8861,6 @@ Discord filmas Wumpus atostogos Vaporwave - Išreikšk save naudodamas (-a) vaizdo įrašų fonus ir, jei turi Nitro, įkeldamas (-a) savo sukurtus! - Nauji vaizdo įrašų fonai! Pasidalyk atsiliepimais apie vaizdo įrašų fonų naudojimo patirtį. Ar patiko vaizdo įrašų fonai? Fono aptikimas buvo netikslus @@ -8671,6 +8871,7 @@ Kilo problema? Dėkui, kad pranešei apie problemą! Tokie atsiliepimai mums padeda tobulinti vaizdo įrašų fonus Šalinti foną + Įkelk tinkintus vaizdo įrašų fonus, transliuok HD raiška 60 kadrų per sekundę sparta [ir dar daugiau su Discord Nitro!](onLearnMore) Nori įkelti savo foną? Fokusavimas Slėpti narius diff --git a/app/src/main/res/values-nl/plurals.xml b/app/src/main/res/values-nl/plurals.xml index 7520b35dab..03d1b45ff3 100644 --- a/app/src/main/res/values-nl/plurals.xml +++ b/app/src/main/res/values-nl/plurals.xml @@ -156,6 +156,10 @@ {#} achtergrond {#} achtergronden + + {#} teken + {#} tekens + {#} lid {#} leden @@ -913,8 +917,8 @@ **{count}** andere servers zijn niet beschikbaar vanwege een tijdelijke storing. - {#} boost geactiveerd - {#} boosts geactiveerd + {#} boost toegepast + {#} boosts toegepast {#} boost @@ -1132,6 +1136,10 @@ over {#} dag over {#} dagen + + {#} dag + {#} dagen + {#} dag {#} dagen @@ -1212,6 +1220,18 @@ 1 minuut {retryAfter} minuten + + , {#} ongelezen bericht + , {#} ongelezen berichten + + + , {#} ongelezen bericht + , {#} ongelezen berichten + + + , {#} ongelezen bericht + , {#} ongelezen berichten + 1 andere {n} anderen diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index a1d4a6094d..24f14471ef 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -60,6 +60,11 @@ Verminder de kleurverzadiging in de applicatie als je kleurgevoelig bent. Dit heeft standaard geen invloed op de verzadiging van afbeeldingen, video\'s, rolkleuren of andere door de gebruiker aangeleverde content. links komen er zo uit te zien: https://discord.com/ Verzadiging + Sneller + Tekst-naar-spraak-snelheid + Voorbeeld + Langzamer + Tekst naar spraak klinkt op de huidige snelheid als volgt. Zoomniveau Account Gebruikersgebied @@ -257,6 +262,7 @@ Help-artikel bekijken Je geboortedatum AKA + Meer server-avatars bekijken Alle actieve threads Alle servers Toestaan @@ -796,7 +802,7 @@ Onze excuses, deze aankoop komt niet in aanmerking voor restituties. Er kan een restitutie worden aangevraagd als deze aankoop de afgelopen {dateLimit} dagen is gedaan en de game korter dan {playtimeLimit} uren is gespeeld. *Van toepassing op alle abonnementen Psst! Wil je een Discord-sleutel verzilveren? We hebben \'m verplaatst naar [je inventaris](onClick). - Prijsverandering bevestigen + Prijswijziging bevestigen Btw-factuur downloaden Creditnota btw downloaden Je kunt geen nieuwe betalingsmethode toevoegen terwijl je Streamer-Modus gebruikt. @@ -812,7 +818,7 @@ !!{paymentGatewayName}!!-transacties worden hieronder niet getoond. Om de transactiegeschiedenis van !!{paymentGatewayName}!! te zien of je betalingsmethode voor !!{paymentGatewayName}!! te wijzigen, [ga je naar facturatie-instellingen van !!{paymentGatewayName}!!]({billingHistoryLink}). Je hebt je geabonneerd via !!{paymentGatewayName}!! Dit wordt niet ondersteund voor !!{paymentGatewayName}!!-abonnementen. Om je abonnement te beheren, [ga je naar je facturatie-instellingen van !!{paymentGatewayName}!!]({subscriptionManagementLink}). - De uiteindelijke prijs en het betaalmiddel wordt gebaseerd op het land dat verantwoordelijk is voor je betalingsmethode. [Meer info vind je hier]({documentationLink}). + De uiteindelijke prijs en het betaalmiddel worden gebaseerd op je gekozen betalingsmethode en het land dat daarvoor verantwoordelijk is. [Meer info]({documentationLink}). Gekopieerd! Cadeaulink Dit was een cadeau @@ -919,6 +925,7 @@ Factuurinstellingen Voeg een betalingsmethode toe Koop serverboosts + Abonnement beheren Bekijk je betalingsgeschiedenis Geef Discord Nitro cadeau Koop Discord Nitro @@ -935,6 +942,7 @@ Selecteer een abonnement Selecteer je abonnement Winkel + Sofort-informatie Abonnementtegoed Abonnement aanpassen Je abonnement wordt gewijzigd op **{renewalDate}**. @@ -963,6 +971,7 @@ Stap over op een jaarlijks abonnement en bespaar geld. Profiteer het hele jaar lang van fantastische voordelen en {numFreeGuildSubscriptions}. 2 maanden gratis! Je hebt {planName} geselecteerd! + Geannuleerd Mislukt In afwachting Terugbetaald @@ -1013,6 +1022,7 @@ Gedetailleerde beschrijving (optioneel) Naam voor probleem vereist Prioriteit vereist + Gebied in de kijker Wat is het probleem? Screenshot verwijderd uit melding Prioriteit @@ -1024,6 +1034,8 @@ Laag (P2) **Niet dringend en niet belangrijk.** Met de prioriteit P3 kunnen we bevestigen dat iets een probleem is, maar dit soort bugs hoeft niet te worden opgelost voordat we andere, dringendere problemen hebben afgehandeld. Zeer laag (P3) + Zoek gebieden in de kijker + Selecteer een gebied in de kijker Melding wordt verzonden Melding is verzonden Build-overschrijving @@ -1033,7 +1045,6 @@ Build-overschrijving voor {releaseChannel} Build-ID {releaseChannel} alleen client - Werkt alleen voor {supportedTargets} Ongeldige build-overschrijving Onjuiste gebruiker Build is niet beschikbaar @@ -1089,10 +1100,12 @@ Klaar om te videochatten? Dit is een voorproefje van je camera: Videoachtergrond + Een beperkt aantal mensen kan nu een videoachtergrond instellen. Onscherpte Achtergrond wijzigen Videoachtergrond wijzigen Persoonlijk + Persoonlijke achtergrond Geen Je hebt de limiet van {maxCustomBackgrounds} bereikt! Verwijder met je rechtermuisknop een achtergrond voordat je een nieuwe toevoegt. Upload je persoonlijke achtergrond, mogelijk gemaakt door Nitro! @@ -1154,20 +1167,25 @@ Serverprofiel bewerken Het instellen van een andere avatar voor iedere server is op dit moment beschikbaar voor een beperkt aantal mensen. Begrepen + Verwende einen Nicknamen und, falls du Nitro hast, einen anderen Avatar für jeden deiner Server! + Mijn serverprofiel bijwerken + NIEUW! Serverprofielen Gebruik een andere avatar op al je servers en nog veel meer met Discord Nitro! Bijnaam (uitgeschakeld) Je kunt wijzigen hoe anderen je zien in deze server door een bijnaam en avatar in te stellen. Serveravatar $[BÈTA](betaBadgeHook) + Resetten naar standaardavatar Onbekende fout Andere serveravatar Gebruik een andere avatar op al je servers en nog veel meer met **Discord Nitro!** + Bijnamen moeten ten minste {minLength} bevatten Ontgrendel met Nitro Logboek - Een bericht van onze oprichters {added marginTop}\n======================\n\n**In 2015 hebben we Discord gemaakt** omdat we een makkelijkere manier zochten om te praten met onze vrienden terwijl ze aan het gamen waren. We wilden dat gevoel nabootsen dat je krijgt als je de hele nacht doorgaat, lachend en grappenmakend, compleet op je gemak. Die ervaring wilden we verbeteren en toegankelijker maken voor meer mensen.\n\nSindsdien is Discord uitgegroeid tot een plek waar iedereen aan de praat kan raken in community\'s of met vrienden, ongeacht je hobby\'s. Het zal altijd een plek zijn waar iedereen zich thuis voelt, ook al zijn je vrienden niet in de buurt. \n\nCreëer een plek in je gedachten {added marginTop}\n======================\n\nMaar Discord betekent voor iedereen wat anders. Daarom hebben we onze gebruikers gevraagd om te vertellen wat Discord voor hen betekent. Vervolgens mochten wij hun verhalen met jullie delen, om een marketingcampagne te maken die gewoon leuk is.\n\nDat werd Discord - The Movie (2021). \n\nEen korte film ter ere van de geweldige en ongelooflijke verhalen die jullie met ons hebben gedeeld, zoals Lucie Winterwolfs piratenserver en Kevdogs server voor nostalgische games.\n\nO ja, er zitten ook beroemdheden in.\n\nBedankt {added marginTop}\n======================\n\nWe zijn ontroerd en geïnspireerd door de unieke en creatieve manieren waarop jullie Discord gebruiken en de ideeën die jullie hebben om Discord te verbeteren. De community\'s vormen het hart van Discord. We zien het als een eer dat jullie ons hebben gekozen als dé plek om bij te praten met je favoriete mensen over je favoriete onderwerpen. \n\nHeb jij je beste vriend(in) ontmoet via Discord? Heb je een server waar alleen Gaelic wordt gesproken? Of waar het louter over foto\'s van Tibetaanse vogels gaat? Deel je verhaal met ons op Twitter, Instagram of TikTok en gebruik **#imagineaplace** om ons erop te wijzen.\n\nWe kijken uit naar je verhaal. En waarschijnlijk is het het hoogtepunt van onze dag. En waarschijnlijk delen we het rond op onze kantoorserver, zodat iedereen er blij van wordt.\n\nEn blijf ons vooral jullie ideeën sturen om Discord nog verder te verbeteren.\n\nJason & Stan\n\n\n - 2021-08-16 + Nieuwe functies {added marginTop}\n======================\n* **Student Hubs zijn wereldwijd beschikbaar.** Maak verbinding met servers die beheerd worden door studenten voor clubs, studiegroepen, en meer voor je school of universiteit. Om toegang te krijgen tot je Student Hub, ga je met je e-mailadres voor school [aan de slag](https://discord.com/invite/hzA3MtAURu). Of, als je graag een ommetje maakt, open je Discord, sla je rechts en ga je naar Servers Verkennen, en vervolgens ga je twee keer naar links voorbij de buurtwinkel en klik je op het nieuwe tabblad Student Hubs.\n* **Nieuwe gebruikersprofiel-pagina toegevoegd aan instellingen.** Je kunt nu je profielafbeelding, Over mij, en, als je Nitro hebt, profielbanner allemaal wijzigen op één plek.\n* **Aantal vereiste Boosts voor Level 2 en 3 zijn verlaagd.** Servers kunnen nu Level 2 bereiken met 7 Boosts en Level 3 met 14 Boosts! Ontgrendel extra\'s voor de server zoals meer aangepaste emojis, hogere uploadlimieten voor iedereen, een server banner, onenigheid over hoe de server banner eruit moet zien, en rol-iconen.\n* **Oh ja, rol-iconen zijn toegevoegd aan Boost Level 2.** Als je een server hebt met 7 Boosts, upload een afbeelding of stel een standaard of aangepaste emoji in als icoon voor iedere rol. Rol-iconen zullen weergegeven worden naast de titel van de rol in de ledenlijst en naast de gebruikersnamen tijdens tekstchat. Ga naar Serverinstellingen > Rollen en wijzig een rol om aan de slag te gaan. \n* **Nieuwe threads machtigingen toegevoegd.** Nieuwe *Verstuur berichten in Threads* machtiging toegevoegd om de ervaring van je community te verbeteren en *Creëer Openbare Threads*, *Creëer Privé Threads*, en *Beheer Threads* machtigingen zijn geüpdatet zodat ze makkelijker te begrijpen zijn. Leer meer in onze [Veelgestelde vragen over het beheren van Threads](https://support.discord.com/hc/nl/articles/4404809613847).\n\n\n + 2021-10-04 nl 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png Verander gebruikersnaam Leden met deze machtiging kunnen hun eigen bijnaam wijzigen. Bijnamen zijn zichtbaar voor iedereen op deze server. Verander ze niet tenzij je een naamgevingssysteem toepast of een slechte bijnaam wist. @@ -1209,6 +1227,8 @@ Kanaal !!{channelName}!! dempen Door een kanaal te dempen, voorkom je dat ongelezen indicatoren en meldingen verschijnen, tenzij je wordt genoemd. nieuw-kanaal + Deelnamevereisten checken + Serverontdekking is nu beschikbaar voor servers met meer dan duizend leden! Kanaal of categorie Dit kanaal of deze server is momenteel gedempt. Kanaalvolgorde bijgewerkt. @@ -1469,7 +1489,6 @@ Spraak gekoppeld Geverifieerd Verbindingen - Discord kan je verbinden met je vrienden en kan hen helpen jou te vinden. Automatisch vrienden uit je contactpersonen toevoegen Je contactpersonen synchroniseren Voeg vrienden uit je contactpersonen toe en laat ze weten dat je op Discord zit. @@ -1899,7 +1918,12 @@ Bijsnijden Tjechisch Persoonlijke kleur + Stel unieke pictogrammen in voor elke rol met serverboosting. Pictogrammen worden weergegeven in de chat- en ledenlijst. Ga naar **serverinstellingen > Rollen** om eens te kijken. + Je kunt nu rolpictogrammen instellen onder **serverinstellingen > Rollen**. Pictogrammen zijn uniek voor een rol en worden weergegeven in de chat- en ledenlijst. + Rolinstellingen + Pictogrammen instellen Begrepen + NIEUW! Persoonlijke rolpictogrammen Gepersonaliseerde status Wissen na Status wissen @@ -2053,12 +2077,14 @@ Als je je account ontkoppelt, word je mogelijk verwijderd van servers waarmee je via dit account bent toegetreden. !!{name}!! Ontkoppelen Ontkoppelen van Spraak + Ontkoppelingsacties Verbinding verbreken Ontkoppelen Gebruikersverbinding met spraak is verbroken. Sluit je aan bij meer dan 100 miljoen mensen die Discord gebruiken om community\'s en vrienden op te zoeken en met elkaar te chatten. Creëer een plek in je gedachten Discord Rich Presence + Binnenkort op mobiel! Voorlopig moet je nog even naar je desktop om toegang te krijgen tot studentenhubs Ontdekken Ontdekking {speakersCount} @@ -2120,6 +2146,8 @@ !!{user}!! bewerken Bericht wordt bewerkt Begrepen + Misschien later + Uitproberen Grieks Discord kan je applicatie-audio niet streamen omwille van ontbrekende rechten. Wil je de Discord-beheerder rechten geven om die mooie geluidsgolven naar je vrienden te sturen? Stream zonder geluid @@ -2485,6 +2513,8 @@ Stuur een willekeurig welkomstbericht als iemand lid wordt van deze server. Stuur een bericht als deze server een boost geeft. Leden worden automatisch gekickt als ze de verbinding verbreken, tenzij een rol is toegewezen. + Als deze thread is uitgeschakeld, kunnen alleen moderators en de maker ervan nieuwe leden eraan toevoegen. + Als deze thread is uitgeschakeld, kunnen alleen moderators hem uit het archief halen. Beperkt het aantal gebruikers dat verbinding kan maken met dit spraakkanaal. Gebruikers met de machtiging om **Leden te verplaatsen** negeren deze limiet en kunnen andere gebruikers naar het kanaal verplaatsen. Leden van de server moeten aan de volgende criteria voldoen voordat ze berichten in tekstkanalen kunnen verzenden of een direct berichtengesprek kunnen starten. Als een lid een toegewezen rol heeft, is dit niet van toepassing. **We raden voor een openbare Discord aan een verificatieniveau in te stellen.** Stel de videokwaliteit in voor alle kanaaldeelnemers. Kies **Automatisch** voor een optimale prestatie. @@ -3014,6 +3044,7 @@ !!{username}!! speelt {applicationName} Je videodrivers zijn verouderd. Update ze voor betere schermdelen-prestaties. Kijkt naar {username} + Naar kanaal Begrepen Verleen tijdelijk lidmaatschap Groen @@ -3121,10 +3152,13 @@ {count} voor {query} Verken openbare servers Bekijken + Machtiging ontbreekt om verbinding te maken. + Waar bevindt je evenement zich? We raden een afbeelding aan van minstens 800 pixels breed en 400 pixels hoog. Coverfoto toevoegen (optioneel) Foto verwijderen Geef de details van je evenement. + Vertel iets meer over je evenement. Gebruik hier markdown op woorden. Waar gaat je evenement over? Onderwerp evenement {date} om {time} @@ -3134,19 +3168,28 @@ {count} geïnteresseerd {count} geïnteresseerd Je krijgt een bericht als het evenement begint - Word lid van server + Evenement is voorbij + Neem deel aan en bekijk evenement Of stuur een uitnodigingslink van het evenement naar een vriend(in) + Nodig vrienden uit voor evenement {count} aan het meeluisteren Locatie invoeren + Voeg een locatie, link of iets anders toe. Ergens anders + Tekstkanaal, externe link of persoonlijke locatie. + Waar je was toen je Discord downloadde + Zeer geschikt voor grotere audio-evenementen van community\'s. Chil met spraak, video, schermdelen en Go Live. Zodat niemand de weg kwijtraakt. Waar bevindt je evenement zich? Selecteer een kanaal Selecteer een spraakkanaal + Organiseer wat evenementen om je server samen te brengen. Er zijn geen komende evenementen. Locatie + Evenementinformatie Overzicht + De begintijd moet in de toekomst liggen. Ga als het zover is naar $[**!!{channelName}!!**](channelHook) om het evenement te starten! Dit is een voorproefje van je evenement. Alleen leden die dit kanaal kunnen bekijken, kunnen dit evenement zien. @@ -3157,6 +3200,7 @@ Probeer een podiumkanaal! Evenement starten: \'{eventName}\' Gepland voor {startTime} + Gepland om {startTime} Stap {step} van {total} Evenementen Creëren @@ -3617,6 +3661,7 @@ Je zit erin! {serverName} staat nu op de kaart! Vergroot je community met serverontdekking Discord geeft deze server bij zoekopdrachten prioriteit aan gebruikers die de geselecteerde taal spreken. + Als je wordt vermeld in [serverontdekking]({documentationUrl}) kan iedereen je server vinden en deelnemen. We wachten nog steeds op je gezondheidsstatistieken! Vertel mensen in de beschrijving waar je server om draait! Categorieën zorgen ervoor dat Discord servers beter kan organiseren, zodat mensen makkelijker interessante community\'s kunnen vinden. Je kunt 1 hoofdcategorie selecteren en maximaal 5 subcategorieën. @@ -4138,12 +4183,12 @@ Hongaars Categorie kiezen Categorie - Deze serverbeschrijving zal in de hub verschijnen. + Deze serverbeschrijving verschijnt in de studentenhub. Wat is dit voor server? Wat doen mensen daar? Serverbeschrijving Gelukt! Begrepen! - Je server is toegevoegd aan de hub voor !!{guildName}!!! + Je server is toegevoegd aan de !!{guildName}!!-studentenhub. Server toevoegen Je hebt nog geen servers toegevoegd! Servers die je hebt toegevoegd @@ -4155,10 +4200,10 @@ Nieuwe server aanmaken Wil je een nieuwe groep starten? Je kunt nog steeds mensen van buiten de hub uitnodigen op je server. - Help om de Discord-hub voor !!{guildName}!! te laten groeien + Help om de studentenhub van !!{guildName}!! te laten groeien Naar server gaan Terug naar hub - Je server is aangemaakt en toegevoegd aan de hub voor !!{guildName}!!! + Je server is aangemaakt en toegevoegd aan de studentenhub van !!{guildName}!!! Je server aanpassen Help andere studenten om !!{guildName}!! te kunnen vinden Geef je server een beschrijving en categorie zodat mensen hem makkelijker kunnen vinden. @@ -4169,20 +4214,21 @@ Nodig mensen uit voor deze hub Je bent een van de eerste aanwezigen! Laten we beginnen met het toevoegen van wat servers en leden. Welkom in de studentenhub van !!{guildName}!!-studenten - Discord-hub voor !!{guildName}!! + Studentenhub van !!{guildName}!! Van clubs tot studiegroepjes en game-avonden; er is een plek voor jou. Vind jouw soort mensen + Studentenhub Studentenhubs Een exclusieve plek waar je contact kunt leggen met studenten, servers kunt ontdekken en je eigen servers kunt delen met andere studenten. Onderwijsinstellingen hebben geen invloed op hubs. Servers in de hub worden beheerd door studenten, maar er kunnen ook niet-studenten bij zijn aangesloten. Bevestig de link in je e-mail om door te gaan met de verificatie. Deze pagina wordt automatisch ververst. Probeer een ander e-mailadres We hebben een bevestigingslink gestuurd naar !!{email}!! Bevestigingslink opnieuw sturen - Sluit je aan bij de studentenhub van jouw onderwijsinstelling. + Sluit je aan bij de studentenhub voor de onderwijsinstelling waar je op zit. Ga je naar meerdere onderwijsinstellingen? + Nee, bedankt Aansluiten bij hub Nee bedankt - Vind op eenvoudige wijze door studenten beheerde servers voor je studiegroepen, clubs, gameavondjes en nog veel meer. Studeer jij? Sluit je dan aan bij de studentenhub van je onderwijsinstelling! Studie-e-mail name@school.edu @@ -4193,17 +4239,19 @@ Kun je je onderwijsinstelling niet vinden? [Zet jezelf op de wachtlijst.](onJoinWaitlist) Doe mee met {count} in de studentenhub van !!{guildName}!!! Doe mee met een andere hub - Vind op eenvoudige wijze door studenten beheerde servers voor je studiegroepen, clubs, gameavondjes en nog veel meer. - Ben je een student? Maak gebruik van de Discord-hub voor je onderwijsinstelling! + Studeer jij? Sluit je dan aan bij de studentenhub van je onderwijsinstelling! Aansluiten bij hub + Krijg toegang tot hubs die alleen voor studenten zijn + De hub van je onderwijsinstelling is nog niet live. Vul de naam van je onderwijsinstelling in, dan laten we je het weten als de hub live gaat! Zet jezelf op de wachtlijst Naam onderwijsinstelling Volledige naam onderwijsinstelling Een exclusieve plek waar je contact kunt leggen met studenten, servers kunt ontdekken en je eigen servers kunt delen met andere studenten. Onderwijsinstellingen hebben geen invloed op hubs. Servers in de hub worden beheerd door studenten, maar er kunnen ook niet-studenten bij zijn aangesloten. Studentenhubs + Wat is een studentenhub? Als je server alleen voor studenten bedoeld is, kun je gewoon je klasgenoten uitnodigen. Ze hebben geen e-mailadres nodig dat eindigt op .edu om deel te nemen Uit hub verwijderen - Weet je zeker dat je !!{guildName}!! uit deze hub wilt verwijderen? + Weet je zeker dat je !!{guildName}!! uit deze studentenhub wilt verwijderen? Instellingen aanpassen Instellingen aanpassen voor !!{guildName}!! Wat is een studentenhub? @@ -4212,7 +4260,7 @@ Je hebt een uitnodiging verzonden om lid te worden van een hub Nodig vriend(inn)en uit voor de studentenhub van je onderwijsinstelling Je hebt een studenten-e-mailadres nodig om je aan te sluiten. - Geen code ontvangen? [Stuur code opnieuw](onClick) naar !!{email}!! + We hebben je een e-mail met een code gestuurd. Geen code ontvangen? [Stuur de code opnieuw](onClick) naar !!{email}!! Aan de slag! Volledige naam Echte naam @@ -4225,11 +4273,13 @@ Mensen uitnodigen Word lid van servers Mijn onderwijsinstelling zit er niet bij - Verifieer je e-mailadres + Geverifieerde studentenhub + Verifieer je e-mailadres om je aan te sluiten sam@college.edu Studie-e-mail + Studeer jij? Sluit je dan aan bij de studentenhub van je onderwijsinstelling! Ontvang een melding als je hub live is, zodat je op eenvoudige wijze door studenten beheerde servers kunt vinden voor je studiegroepen en clubs. - We nemen contact met je op als de Discord-hub voor !!{school}!! live is. + We nemen contact met je op als de studentenhub voor !!{school}!! live is. Bedankt! Je staat op de wachtlijst. een paar seconden {time} @@ -4519,7 +4569,7 @@ Deze emoji werkt hier niet omdat deze van een andere server afkomstig is. Upgrade naar Discord Nitro om emoji van andere servers te gebruiken Deze emoji werkt hier niet omdat deze van een andere server afkomstig is. Discord Nitro kan dit oplossen, ga voor meer details naar Gebruikersinstellingen> Nitro Voer een geldige uitnodigingslink of uitnodigingscode in. - Er is een probleem met je betaalmethode. Werk je betalingsgegevens bij om je Nitro-abonnement te verlengen. + De betaling voor je Nitro-abonnement is mislukt. Update alsjeblieft je betalingsinformatie om je Nitro-abonnement te verlengen. ongeldig-kanaal Ongeldig kanaal Een vriend(in) uitnodigen @@ -4796,6 +4846,7 @@ Kicken Leden verwijderen !!{user}!! kicken + Weet je zeker dat je !!{user}!! wilt verwijderen van de server? Deze gebruiker kan opnieuw deelnemen met een nieuwe uitnodiging. \'!!{user}!!\' is van de server gegooid. Oeps… !!{user}!! kon niet gekickt worden. Probeer het opnieuw! !!{user}!! van server verwijderen @@ -4917,13 +4968,13 @@ Kies een taal Je kunt dit later wijzigen. Hoi! Kies een taal - Weet je al dat de prijs van Nitro is veranderd in {country}? [Meer informatie]({documentationLink}). - Beheer je abonnement + Wist je al dat de prijs van Nitro is veranderd in {country}? [Meer informatie]({documentationLink}). + Abonnement beheren We hebben de prijs van Nitro in jouw gebied verlaagt. Activeer je abonnement opnieuw om te zien of je korting krijgt. - We hebben de prijs van Nitro in jouw gebied verlaagt. Beheer je betalingsmethode om te zien of je korting krijgt. [Meer informatie]({documentationLink}). + We hebben de prijs van Nitro in sommige gebieden verlaagd. Beheer je betalingsmethode om te zien of je korting krijgt. [Meer informatie]({documentationLink}). Nu updaten We hebben de prijs van Nitro in jouw gebied verlaagt. Update je betalingsmethode om te zien of je korting krijgt. - Beheer je abonnement + Abonnement beheren We hebben de prijs van Nitro in jouw gebied verlaagt. Kijk of je met je lokale betaalmiddel korting krijgt. Door het wijzigen van je betalingsmethode zal je abonnementsprijs en betaalmiddel veranderen in {newCurrencyAndPrice}. [Klik hier]({helpCenterLink}) voor meer informatie over hoe we bepalen wat je betaalt. **Tip**: gebruik een lokale betalingsmethode voor {country} om met {currency} voor je abonnement te betalen! [Klik hier]({helpCenterLink}) voor meer informatie over het bepalen van prijs en betaalmiddel. @@ -5060,8 +5111,10 @@ Cadeau Lid Ledenlijst + Ledenlijst tonen Alleen mensen die je uitnodigt en moderators kunnen deze thread zien. Deze persoon is de servereigenaar en heeft altijd alle machtigingen, ongeacht de rollen. + Ledenlijst verbergen Voeg een vraag toe Voeg een regel toe Je krijgt bericht als er een update is. @@ -5188,6 +5241,7 @@ Je moet je app updaten om deel te nemen aan deze server. Leden {members} + Ledenlijst voor !!{channel}!! (kanaal) Leden die overeenkomen met **!!{prefix}!!** Leden zoeken Vermelding @@ -5263,7 +5317,6 @@ Je moet een ander kanaal aanwijzen via [Serverinstellingen > Community > Overzicht](onClick) voordat dit kanaal verwijderd kan worden. Hardwareschalen inschakelen Experimentele functie die de prestaties bij videogesprekken kan verbeteren. Pas op, kan wat haperingen veroorzaken. - Vind op eenvoudige wijze door studenten beheerde servers voor je studiegroepen, clubs, gameavondjes en nog veel meer. [Meer informatie.](onClick) Een exclusieve plek waar je contact kunt leggen met studenten, servers kunt ontdekken en je eigen servers kunt delen met andere studenten. Onderwijsinstellingen hebben geen invloed op hubs. De servers in de hub worden beheerd door studenten, maar er kunnen ook niet-studenten bij zijn aangesloten. @@ -5358,6 +5411,8 @@ Dit kanaal dempen Deze server dempen Dit gesprek dempen + Deze thread dempen + Thread dempen Dempingsduur Gedempt tot {endTime} Gemeenschappelijke vrienden @@ -5859,6 +5914,24 @@ Voer je bevestigingscode in om je wachtwoord opnieuw in te stellen Wachtwoord is vereist. Wachtwoord weergeven + Inloggen met een wachtwoord ipv code + We sturen een code naar {recipient}. + Verstuurd naar {recipient}. + Voer het wachtwoord in voor het account met e-mailadres {email} + Voer het wachtwoord in voor het account met telefoonnummer {phone} + Voer je wachtwoord in + Krijg een eenmalige inlogcode + Voer code in om in te loggen + Doorgaan + Opnieuw sturen + Log in met je mobiele nummer of e-mailadres. We sturen je dan een eenmalige code om mee in te loggen. + Nogmaals hallo! + Stuur me een code + Log in met je mobiele nummer of e-mailadres om te kunnen praten. + Welkom terug! + Met \'Inloggen zonder wachtwoord\' kun je inloggen op je Discord-account met een 8-cijferige code die we naar je telefoon of e-mailadres sturen. + Inloggen zonder wachtwoord inschakelen + Inloggen zonder wachtwoord Plakken Pauze Doorgaan @@ -5897,6 +5970,7 @@ Betalingsmethode bewerken E-mailadres vereist. MM/JJ + Giropay Betalingsinformatie Ongeldig We konden deze betalingsbron niet in rekening brengen. Zorg dat de informatie klopt. @@ -5929,9 +6003,11 @@ In afwachting Vrienden in afwachting Mensen + Serveravatar Wees wie je wil zijn met een andere avatar op al je servers. Meerdere avatars - Wees wie je wil zijn met een andere avatar op al je servers + Wees wie je wilt zijn met een andere avatar op al je servers + Profiel bijgewerkt! {percentage}%% sinds vorige week Hulp nodig met machtigingen? Mediatoegang geweigerd - Discord heeft toegang tot opslag nodig om bijlagen te plaatsen. @@ -6025,7 +6101,7 @@ {boostCount} Toegang tot **aangepaste emoji\'s** en **stickers** op al je servers Een **geanimeerde avatar**, **profielbanner** en **aangepaste Discord Tag** - Een **geanimeerde avatar**, **profielbanner** en **aangepaste Discord Tag** (#{discriminator}) + Een **geanimeerde avatar**, **profielbanner** en aangepaste **Discord Tag** (#{discriminator}) Beter **gedeeld scherm** Als je opzegt, **verlies je de volgende voordelen:** Weet je zeker dat je wilt annuleren? @@ -6049,7 +6125,7 @@ Markeer die ene interesse die je hele persoonlijkheid is geworden met een nieuwe profielbanner, bijpassende geanimeerde avatar en aangepaste tag. Profielbanners Door stickers browsen - Laat je vrienden zien hoe je je echt voelt met persoonlijke stickers in de chat van al je servers. Geniet van 300 exclusieve Nitro-stickers. + Laat je vrienden zien hoe je je echt voelt in de chat, met persoonlijke stickers van al je servers. Geniet van 300 exclusieve Nitro-stickers. Stickers in chat Nitro is met sprongen vooruitgegaan. Kikker je daar niet van op? Sorry. [Meer informatie over Nitro.](onLearnMore) Wat is nieuw in Nitro @@ -6426,9 +6502,9 @@ Voeg betaling toe Je Nitro-abonnement verloopt {daysLeft}. Voeg een betalingsmethode toe om te blijven profiteren van onder andere profielaanpassing. Meer informatie - Je verliest vandaag toegang tot profielaanpassing, geanimeerde emoji\'s en meer. + Je verliest over {daysLeft} toegang tot profielaanpassing, het uploaden van grotere bestanden, beter gedeeld scherm en meer. Je toegang tot Nitro verloopt vandaag. - Sluit + Afwijzen Nitro behouden Als je opnieuw voor Nitro kiest, zullen we weer **maandelijks** **{price}** afschrijven via de door jou opgegeven betalingsmethode tot je het abonnement opzegt. Je kunt op elk moment opzeggen via je instellingenpagina. Als je opnieuw voor Nitro kiest, zullen we weer **jaarlijks** **{price}** afschrijven via de door jou opgegeven betalingsmethode tot je het abonnement opzegt. Je kunt op elk moment opzeggen via je instellingenpagina. @@ -6650,6 +6726,14 @@ Je kunt geen geblokkeerde gebruikers berichten Bericht sturen aan @!!{name}!! Quick Switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, groepsbericht + !!{name}!!, groepsbericht {mentions} + !!{name}!!, server + Resultaten + !!{name}!!, gebruiker, !!{id}!! + !!{name}!!, gebruiker, !!{id}!! {mentions} + {mentions} Concepten Meer informatie over Quick Switcher Kun je niet vinden waarnaar je op zoek bent? @@ -7315,6 +7399,120 @@ Dit kanaal heeft speciale machtigingen. Als je wilt meeluisteren, moet iemand (bijvoorbeeld een servermoderator of beheerder) je hoorbaar maken. Server onhoorbaar gemaakt Vertel de wereld een beetje over deze server. + Regels aanvaarden + Als je ons beleid schendt, kan je server worden gestraft en zelfs uit Ontdekking worden gehaald. + Hou je aan Discords [Communityrichtlijnen]({communityGuidelinesUrl}) en [Ontdekkingrichtlijnen]({discoveryGuidelinesUrl}) + Regels + Zorg voor een gastvrije omgeving waarin pestgedrag, toxiciteit en illegale activiteiten niet worden aangemoedigd of getolereerd. + Creëer een gezonde en positieve omgeving + Help mee om serverontdekking voor iedereen veilig te houden + Alle serverinhoud moet geschikt zijn voor 13 jaar en ouder. + Host geen gewelddadige of seksuele inhoud + 3d + esthetisch + animatie + anime + apps + kunst + basketbal + frisdrank + bitcoin + bodybuilding + bots + bts + calisthenics + kleding + coderen + universiteit-hogeschool + community + crossfit + cryptocurrency + schattig + defi + design + discord-bot + disney + disneyworld + tekenen + edm + onderwijs + emoji + emotes + engels + e-sport + ethereum + evenementen + lichamelijke-oefeningen + fantasy-football + mode + fivem + eten + american-football + forex + formule1 + fortnite + vrienden + plezier + gaming + github + giveaways + sportschool + doe-het-zelf + hip-hop + huiswerk + hypebeast + investeren + javascript + kpop + taal + leagueoflegends + leren + lgbtq + linux + manga + memes + geestelijke-gezondheid + metal + minecraft + muziekproductie + nba + nfl + nft + nitro + voedingswaarden + opensource + opties + fotografie + premier-league + programmeren + racen + rap + reddit + roblox + rollenspel + school + zelfhulp + zingen + snacks + sneakers + voetbal + sociaal + software + sport + aandelen + streamer + streetwear + studeren + stijl + ondersteuning + supreme + tech + ruilhandel + reizen + twitch + valorant + yeezy + youtube Server-emoticons Alle mappen sluiten Map als gelezen markeren @@ -7587,6 +7785,8 @@ Spreker Podium is live Waar ga je het vandaag over hebben? + Je moet je zelf even voorstellen dat er een liftmuzakje speelt. + Druk op \'Podium starten\' en kies een onderwerp om het gesprek te beginnen. We wachten op het podium… Het kan elk moment beginnen. We wachten op het podium. !!{username}!!: @everyone \'!!{topic}!!\' gaat beginnen. Meeluisteren! @@ -7687,6 +7887,10 @@ Vaak gebruikt Gratis $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Koop boosts + Upload {count}+ persoonlijke stickers met serverboosting. + Stickers beheren + Je server kan niet wachten tot je stickers uploadt! {stickerPackName}-details Geanimeerd Nog resterende tijd: {time} @@ -7990,6 +8194,7 @@ Afbeeldingen, gifjes, stickers, meningen en woordgrappen plaatsen Tekstkanalen Tekstkanalen die overeenkomen met **!!{prefix}!!** + Standaard tarieven voor berichten en data zijn van toepassing. Tekstrechten Tekstgebiedacties Bericht sturen naar !!{channel}!! @@ -8034,6 +8239,7 @@ Neem deel aan deze thread om meldingen te krijgen en hem op te slaan in je kanaallijst. Deze thread is gearchiveerd door een moderator. Alleen moderators kunnen hem weer heropenen. Iedereen kan een uitnodiging versturen + Iedereen kan iets uit het archief halen Er bevindt zich niemand in deze thread. Je kunt mensen uitnodigen met @mention in een bericht. Kan deze thread niet bekijken @@ -8232,6 +8438,7 @@ Kanaal dempen opheffen Dempen gesprek opheffen Server dempen opheffen + Thread dempen opheffen Zonder naam Vastpinnen ongedaan maken Verwijder hem maar! @@ -8668,8 +8875,6 @@ Discord de film Wumpus-vakantie Vaporwave - Toon je creativiteit met videoachtergronden. En als je Nitro hebt, kun je zelfs je eigen videoachtergrond uploaden! - Nieuwe videoachtergronden! Vertel ons wat je van de videoachtergronden vond. Wat vond je van de videoachtergronden? De achtergronddetectie was niet nauwkeurig @@ -8680,6 +8885,7 @@ Had je een probleem? Bedankt voor het melden van je probleem! Met feedback kunnen we de videoachtergronden verbeteren Achtergrond verwijderen + Upload persoonlijke videoachtergronden, stream HD-resoluties met 60 frames per seconde [en meer met Discord Nitro!](onLearnMore) Wil je je eigen achtergrond uploaden? Focus Leden verbergen diff --git a/app/src/main/res/values-no/plurals.xml b/app/src/main/res/values-no/plurals.xml index fcdce33ead..5ee717b128 100644 --- a/app/src/main/res/values-no/plurals.xml +++ b/app/src/main/res/values-no/plurals.xml @@ -1120,6 +1120,10 @@ om {#} dag om {#} dager + + {#} dag + {#} dager + {#} dag {#} dager @@ -1200,6 +1204,18 @@ 1 minutt {retryAfter} minutter + + , {#} ulest melding + , {#} uleste meldinger + + + , {#} ulest melding + , {#} uleste meldinger + + + , {#} ulest melding + , {#} uleste meldinger + 1 annen {n} andre diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml index d01939adb9..f6f2d70584 100644 --- a/app/src/main/res/values-no/strings.xml +++ b/app/src/main/res/values-no/strings.xml @@ -33,6 +33,11 @@ Reduser fargemetningen i applikasjonen for de med fargefølsomhet. Dette påvirker ikke metningen til bilder, videoer, rollefarger eller annet brukerlevert innhold som standard. koblinger ser slik ut https://discord.com/ Metning + Raskere + Tekst-til-tale-rate + Forhåndsvisning + Saktere + Slik høres tekst-til-tale ut med den gjeldende hastigheten. Zoomnivå Konto Brukerområde @@ -230,6 +235,7 @@ Se hjelpeartikkelen Fødselsdatoen din AKA + Meer server-avatars bekijken Alle aktive tråder Alle servere Tillat @@ -785,7 +791,7 @@ !!{paymentGatewayName}!!-transaksjoner blir ikke oppført nedenfor. For å se !!{paymentGatewayName}!!-transaksjonshistorikken eller for å endre !!{paymentGatewayName}!!-betalingsmåten må du [gå til faktureringsinnstillingene dine for !!{paymentGatewayName}!!]({billingHistoryLink}). Du abonnerte gjennom !!{paymentGatewayName}!! Dette støttes ikke for !!{paymentGatewayName}!!-abonnementer. For å administrere abonnementet ditt må du [gå til faktureringsinnstillingene dine for !!{paymentGatewayName}!!]({subscriptionManagementLink}). - Den endelige prisen og valutaen avhenger av hvilket land betalingsmåten din ble utstedt i. [Mer info]({documentationLink}). + Den endelige prisen og valutaen avhenger av betalingsmåten du velger, og i hvilket land den ble utstedt. [Mer info]({documentationLink}). Kopiert! Lenke til gave Dette var en gave @@ -876,7 +882,7 @@ Jeg glemte å si opp Jeg kjøpte en gave jeg ikke brukte Noe annet - Jeg hadde et problem med å bruke boost + Jeg hadde et problem med å bruke booster Det var ikke det jeg forventet Jeg vil bytte Nitro-abonnement Jeg kjøpte dette ved en feil @@ -892,6 +898,7 @@ Faktureringsinnstillinger Legg til betalingsmåte Kjøp Server Booster + Administrer abonnement Se betalingslogg Gi Discord Nitro i gave Kjøp Discord Nitro @@ -908,6 +915,7 @@ Velg et abonnement Velg abonnement Butikk + Informasjon om Sofort Abonnementskreditt Endre abonnement Abonnementet ditt fornyes **{renewalDate}**. @@ -936,6 +944,7 @@ Bytt til et årlig abonnement og spar litt penger. Dra nytte av supereffektive fordeler og {numFreeGuildSubscriptions} hele året. To måneder gratis! Du valgte {planName}! + Avbrutt Mislykket Venter Tilbakebetalt @@ -985,6 +994,7 @@ Detaljert beskrivelse (valgfritt) Problemets navn er obligatorisk Prioritet er obligatorisk + Sted med element Hva er problemet? Skjermbilde fjernet fra rapport Prioritet @@ -996,6 +1006,8 @@ Lav (P2) **Haster ikke og ikke viktig.** P3 lar oss bekrefte at det har oppstått et problem, men slike problemer vil ikke rettes opp før mer presserende problemer er behandlet. Svært lav (P3) + Søk i steder med element + Velg sted med element Sender rapport Rapport sendt Overstyring av delversjon @@ -1005,7 +1017,6 @@ Overstyring av delversjon for {releaseChannel} Delversjons-ID {releaseChannel} kun kunde - Kun {supportedTargets}-mål Ugyldig overstyring av delversjon Feil bruker Delversjonen er ikke tilgjengelig @@ -1061,10 +1072,12 @@ Klar for å videochatte? Slik vil du se ut på kameraet: Videobakgrunn + Det å angi videobakgrunn er foreløpig tilgjengelig for et begrenset antall personer. Uklar Endre bakgrunn Endre videobakgrunn Egendefinert + Tilpasset bakgrunn Ingen Du har nådd grensen på {maxCustomBackgrounds}! Høyreklikk for å fjerne en bakgrunn før du legger til en ny. Skaff deg Nitro for å laste opp en egendefinert bakgrunn! @@ -1126,10 +1139,11 @@ Rediger serverprofil Bruk av forskjellig avatar for hver server er for øyeblikket tilgjengelig for et begrenset antall brukere. Forstått - Bruk en ulik avatar på hver av serverne dine og mer med Discord Nitro! + Bruk forskjellig avatar på hver av serverne dine og mer med Discord Nitro! Kallenavn (deaktivert) Du kan endre hvordan andre ser deg i denne serveren ved å angi et kallenavn og en avatar for serveren. Server-avatar $[BETA](betaBadgeHook) + Tilbakestill til primæravatar Ukjent feil Bytt server-avatar Bruk forskjellig avatar på hver av serverne dine og mer med **Discord Nitro!** @@ -1176,6 +1190,8 @@ Demp kanal !!{channelName}!! Hvis du demper en kanal, ser du ikke indikatorer for uleste meldinger eller varslinger med mindre du blir nevnt. ny-kanal + Sjekk berettigelse + Serveroppdagelse er nå tilgjengelig for servere med over 1000 medlemmer! Kanal eller kategori Du mottar ikke varsler fra denne kanalen eller serveren. Kanalrekkefølgen er oppdatert. @@ -1415,7 +1431,6 @@ Tale er tilkoblet Bekreftet Tilkoblinger - Discord kan sette deg i kontakt med venner og hjelpe dem med å finne deg. Legg til venner fra kontaktene dine automatisk Synkroniser kontaktene dine Legg til venner fra kontaktene dine og gi dem beskjed om at du er på Discord. @@ -1844,7 +1859,12 @@ Beskjær Tsjekkisk Egendefinert farge + Angi et eget ikon for hver rolle med serverboosting. Ikoner vises i chatten og medlemslisten. Gå til **Serverinnstillinger > Roller** for å ta en titt. + Nå kan du angi rolleikoner under **Serverinnstillinger > Roller**. Ikoner er unike for hver rolle og vises i chat og medlemslister. + Rolleinnstillinger + Angi ikoner Forstått + NYHET! Egendefinerte rolleikoner Egendefinert status Fjern etter Fjern status @@ -1998,12 +2018,14 @@ Hvis du kobler fra kontoen din, kan du bli fjernet fra serverene du er tilkoblet via denne kontoen. Koble fra !!{name}!! Koble fra tale + Handlinger for frakobling Koble fra Koble fra Brukeren er koblet fra tale. Bli en av over 100 millioner mennesker som bruker Discord til å snakke og være sammen med venner og likesinnede. Se for deg et sted Discord Rich Presence + Kommer snart på mobil! Inntil videre får du tilgang til skolehuber på datamaskin Oppdag Oppdagelse {speakersCount} @@ -2065,6 +2087,8 @@ Rediger !!{user}!! Redigerer melding Forstått + Kanskje senere + Prøv selv Gresk Discord mangler tillatelse til å strømme applyden. Gi Discord administratortillatelser for å sende de myke, deilige lydbølgene til vennene dine? Strøm uten lyd @@ -2374,6 +2398,8 @@ Send en tilfeldig velkomstmelding når noen blir med på denne serveren. Send en melding når noen får fart på denne serveren. Medlemmer blir automatisk sparket ut når de frakobles med mindre en rolle er tildelt. + Når dette er slått av, er det bare moderatorer og trådskaperen som kan legge til nye medlemmer i tråden. + Når dette er slått av, er det bare moderatorer som kan gjenåpne tråden. Begrenser antallet brukere som kan koble til i denne samtalen. Brukere med **Flytt medlemmer**-tillatelsen kan forandre dette tallet og kan flytte andre brukere inn i samtalen. Medlemmer av serveren må oppfylle følgende kriterier før de kan sende meldinger i tekstkanaler eller sende en direktemelding. Hvis et medlem har en tilordnet rolle, gjelder ikke dette. **Vi anbefaler å sette et bekreftelsesnivå for en offentlig Discord.** Bestemmer kameraets videokvalitet for alle deltakerne på kanalen. Velg **Auto** for best ytelse. @@ -2903,6 +2929,7 @@ !!{username}!! spiller {applicationName} Du har utdaterte videodrivere. Oppdater dem for å få en bedre opplevelse med skjermdeling. Ser på {username} + Gå til kanalen Forstått Gi midlertidig medlemskap Grønn @@ -3010,10 +3037,13 @@ {count} for «{query}» Utforsk offentlige servere Vis + Mangler tillatelse til å koble til. + Hvor foregår eventen? Vi anbefaler et bilde som er minst 800 px bredt og 400 px høyt. Legg til et omslagsbilde (valgfritt) Fjern bildet Skriv detaljer om eventen din. + Fortell folk litt mer om eventen din. Markdown fungerer her. Hva er temaet for eventen din? Eventemne {date} klokken {time} @@ -3023,19 +3053,28 @@ {count} er interessert {count} interessert Du mottar et varsel når eventen starter - Bli med i server + Eventen er avsluttet + Bli med i og vis event Eller send en lenke til eventen for å invitere en venn + Inviter venner til eventen {count} hører på Angi et sted + Angi et sted, en lenke eller noe annet. Et annet sted + Tekstkanal, ekstern lenke eller sted for møte ansikt til ansikt. + Der du kunne laste ned Discord + Utmerket for større lydeventer for fellesskap. Vær sammen gjennom video, skjermdeling og Go Live. Sånn at ingen går seg vill når de prøver å finne frem. Hvor foregår eventen? Velg en kanal Velg en talekanal + Lag noen eventer som serveren din kan samles rundt. Det er ingen kommende eventer. Posisjon + Info om event Gjennomgang + Startklokkeslettet må være i fremtiden. Når tiden er inne, går du til $[**!!{channelName}!!**](channelHook) for å starte eventen! Slik kommer eventen til å se ut. Bare medlemmer som ser denne kanalen, kan se eventen. @@ -3046,6 +3085,7 @@ Prøv å bruke en scenekanal! Start event: «{eventName}» Planlagt til {startTime} + Planlagt til {startTime} Trinn {step} av {total} Eventer Opprett @@ -3506,6 +3546,7 @@ Du er med! {serverName} er nå på kartet! Utvid fellesskapet ditt med serveroppdagelse Discord prioriterer denne serveren i søk fra brukere som snakker det valgte språket. + Når du er listet i [serveroppdagelse]({documentationUrl}), kan alle finne deg og bli med på serveren din. Vi venter fortsatt på helseinformasjonen din! Fortell folk hva serveren din handler om med en beskrivelse! Kategorier gjør det mulig for Discord å organisere servere, slik at det blir lettere å finne fellesskap som interesser en. Du kan velge 1 primærkategori og opptil 5 underkategorier. @@ -4027,12 +4068,12 @@ Ungarsk Velg kategori Kategori - Denne serverbeskrivelsen vises i huben. + Denne serverbeskrivelsen vises i skolehuben. Hva handler serveren din om? Hva gjør folk der? Serverbeskrivelse Fullført! Skjønner! - Serveren din ble lagt til huben for !!{guildName}!!! + Serveren din ble lagt til skolehuben for !!{guildName}!!. Legg til server Du har ikke lagt til noen servere! Servere du har lagt til @@ -4044,10 +4085,10 @@ Opprett ny server Vil du starte en ny gruppe? Du kan fortsatt invitere folk utenfor huben til serveren. - Bidra til å gjøre Discord-huben til !!{guildName}!! større + Bidra til at skolehuben for !!{guildName}!! vokser Gå til server Tilbake til huben - Serveren din ble opprettet og lagt til huben for !!{guildName}!!! + Serveren din ble opprettet og lagt til skolehuben for !!{guildName}!!. Tilpass serveren din Hjelp andre med å finne !!{guildName}!! Gi serveren en beskrivelse og kategori, så det blir enklere for andre å finne den. @@ -4058,9 +4099,10 @@ Inviter folk til denne huben Du er en av de første her! Vi kan begynne med å legge til servere og medlemmer. Velkommen til skolehuben for de som går på !!{guildName}!! - Discord-hub for !!{guildName}!! + Skolehub for !!{guildName}!! Fra klubber til studiegrupper og spillkvelder – det finnes et sted for deg. Finn folkene dine + Skolehub Skolehuber Et eksklusivt sted for å komme i kontakt med andre som går på skolen din, oppdage servere og dele dine egne servere som andre kan bli med i. Huber er ikke knyttet til eller administrert av skoler. Servere i huben drives av folk som går på skolen, men det kan hende at andre også er med. Trykk på lenken i e-posten din for å fortsette verifiseringen. Denne siden oppdateres automatisk. @@ -4069,9 +4111,9 @@ Send bekreftelseslenken på nytt Bli med i skolehuben for skolen din. Går du på flere skoler? + Nei takk Bli med i hub Nei takk - Det er enkelt å finne student- og elevdrevne servere for studiegrupper, klubber, spillkvelder og mye mer. Går du på skole nå? Bli med i skolehuben for skolen din! Skolens e-postadresse name@school.edu @@ -4082,17 +4124,19 @@ Finner du ikke skolen din? [Sett deg på ventelisten.](onJoinWaitlist) Slutt deg til {count} i skolehuben for !!{guildName}!!! Bli med i en annen hub - Det er enkelt å finne student- og elevdrevne servere for studiegrupper, klubber, spillkvelder og mye mer. - Går du på skole nå? Bli med i Discord-huben for skolen din! + Går du på skole nå? Bli med i skolehuben for skolen din! Bli med i hub + Få tilgang til huber som kun er for folk på skolen din + Huben til skolen din er ikke live ennå. Skriv inn skolens navn, så gir vi deg beskjed når det skjer! Sett deg på ventelisten Skolens navn Skolens fulle navn Et eksklusivt sted for å komme i kontakt med andre som går på skolen din, oppdage servere og dele dine egne servere som andre kan bli med i. Huber er ikke knyttet til eller administrert av skoler. Servere i huben drives av folk som går på skolen, men det kan hende at andre også er med. Skolehuber + Hva er en skolehub? Hvis serveren kun er beregnet på de du går på skole med, er det bare å invitere dem. De trenger ikke en .edu-adresse for å bli med Fjern fra huben - Er du sikker på at du vil fjerne !!{guildName}!! fra denne huben? + Er du sikker på at du vil fjerne !!{guildName}!! fra denne skolehuben? Rediger innstillinger Rediger innstillinger for !!{guildName}!! Hva er en skolehub? @@ -4101,7 +4145,7 @@ Du inviterte noen til en hub Inviter venner til skolehuben for skolen din Student-e-post kreves for å delta. - Mottok du ikke koden? [Send koden på nytt](onClick) til !!{email}!! + Vi har sendt en e-post med koden din. Mottok du ikke koden? [Send koden på nytt](onClick) til !!{email}!! Kom igjen! Fullt navn Virkelig navn @@ -4114,11 +4158,13 @@ Inviter folk Bli med i servere Skolen min er ikke her - Bekreft e-postadresse + Verifisert skolehub + Bekreft e-postadressen din for å bli med sam@college.edu Skolens e-postadresse + Går du på skole nå? Bli med i skolehuben for skolen din! Du kan bli varslet når huben lanseres, sånn at du enkelt kan finne student- og elevdrevne servere for studiegrupper og klubber. - Vi gir deg beskjed når Discord-huben til !!{school}!! er live. + Vi tar kontakt når skolehuben for !!{school}!! er live. Takk! Du står på ventelisten. noen få sekunder {time} @@ -4683,6 +4729,7 @@ Spark ut Spark medlemmer Spark ut !!{user}!! + Er du sikker på at du vil sparke ut !!{user}!! fra serveren? Vedkommende kan bli med igjen med en ny invitasjon. «!!{user}!!» har blitt sparket ut fra serveren. Oops … !!{user}!! kunne ikke sparkes ut. Prøv igjen! Spark ut !!{user}!! fra server @@ -4804,10 +4851,10 @@ Velg språk Du kan endre dette senere. Hei! Velg språk - Visste du at Nitro har fått ny pris i {country}? [Mer info]({documentationLink}). + Visste du at Nitro har fått ny pris i {country}? [Mer informasjon]({documentationLink}). Administrer abonnement Vi har senket prisen på Nitro der du holder til. Aktiver på nytt nå for å se om du kan spare penger. - Vi har senket prisen på Nitro der du holder til. Administrer betalingsmåten for å se om du kan spare penger. [Mer info]({documentationLink}). + Vi har senket prisen på Nitro i enkelte områder. Administrer betalingsmåten for å se om du kan spare penger. [Mer informasjon]({documentationLink}). Oppdater nå Vi har senket prisen på Nitro der du holder til. Oppdater betalingsmåten for å se om du kan spare penger. Administrer abonnement @@ -4935,8 +4982,10 @@ Gi i gave Medlem Medlemsliste + Vis medlemsliste Bare folk du inviterer og moderatorer kan se denne tråden. Denne personen eier serveren og har alltid alle rettigheter – uansett rolle. + Skjul medlemsliste Legg til et spørsmål Legg til en regel Du blir varslet når det finnes en oppdatering. @@ -5063,6 +5112,7 @@ Det kan hende du må oppdatere appen for å bli med i denne serveren. Medlemmer {members} + Medlemsliste for !!{channel}!! (kanal) Samsvarende medlemmer **!!{prefix}!!** Søk etter medlemmer Nevn @@ -5138,7 +5188,6 @@ Du må velge en annen i [Serverinnstillinger > Fellesskap > Oversikt](onClick) før du kan slette denne kanalen. Aktiver maskinvareskalering Eksperimentell funksjon som kan forbedre ytelsen i videosamtaler. Pass på, dette kan forårsake problemer. - Det er enkelt å finne student- og elevdrevne servere for studiegrupper, klubber, spillkvelder og mye mer. [Mer info](onClick) Et eksklusivt sted for å komme i kontakt med andre på skolen, oppdage servere og dele egne servere som andre kan bli med i. Huber er ikke knyttet til eller administrert av skoler. Servere i huben drives av folk som går på skolen, men det kan hende at andre også er med. @@ -5200,6 +5249,8 @@ Demp denne kanalen Demp denne serveren Demp denne samtalen + Demp denne tråden + Demp tråd Varighet for demping Dempet til {endTime} Felles venner @@ -5699,6 +5750,24 @@ En SMS ble sendt til telefonnummeret som er knyttet til denne kontoen. Har du ikke fått koden? [Send koden på nytt](onResendClick) Angi bekreftelseskoden for å tilbakestille passordet Passord er påkrevd. + Logg på med passord i stedet + Vi sender en kode til {recipient}. + Sendt til {recipient}. + Skriv inn passordet for kontoen med e-postadressen {email} + Skriv inn passordet for kontoen med telefonnummeret {phone} + Skriv inn passordet + Motta en engangskode for innlogging + Skriv inn koden for å logge på + Fortsett + Send på nytt + Logg på med telefonnummeret eller e-posten din for å begynne å snakke. Vi sender deg en engangskode du kan bruke til å logge på. + Hei igjen! + Send en kode til meg + Logg på med telefonnummeret eller e-posten din for å begynne å snakke. + Velkommen tilbake! + Med innlogging uten passord kan du logge på Discord-kontoen din ved å angi en åttesifret kode som vi sender til telefonen eller e-posten din. + Aktiver innlogging uten passord + Innlogging uten passord Lim inn Sett på pause Fortsett @@ -5737,6 +5806,7 @@ Rediger betalingsmåten E-post kreves. MM/ÅÅ + Giropay Betalingsinformasjon Ugyldig Vi kunne ikke belaste denne betalingskilden. Kontroller at informasjonen er riktig. @@ -5769,9 +5839,11 @@ Venter Ventende venner Mennesker + Serveravatar Vær den du vil og bruk forskjellig avatar på hver server. Flere avatarer - Vær den du har lyst til og bruk en ulik avatar på hver av serverne dine + Vær den du vil og bruk forskjellig avatar på hver server + Profil oppdatert! {percentage}%% siden forrige uke Trenger du hjelp med tillatelser? Medietilgang er nektet – Discord krever tilgang til lagring for å legge ved vedlegg. @@ -5860,7 +5932,7 @@ Vi klarte ikke å avslutte Nitro-abonnementet ditt. Prøv igjen eller kontakt støtteteamet vårt hvis dette problemet fortsetter. Avbestillingen trer i kraft øyeblikkelig for abonnementer på Nitro og Server Boost. Discord-taggen din blir randomisert hvis du har endret den. Jeg vil beholde Nitro - De **2 boostene på kjøpet** og **30 %% rabatt på booster** + De **2 boostene på kjøpet** og **30 %% rabatt på booster** {boostCount} Tilgang til **egendefinerte emojier** og **klistremerker** på alle serverne dine En **animert avatar**, **profilbanner** og egendefinert **Discord-tagg** @@ -5885,12 +5957,12 @@ Ny GIF-velger for avatar og banner … og mye mer! Rediger brukerprofil - Med et nytt profilbanner, en matchende animert avatar og en tilpasset tagg kan du vise hva som virkelig definerer deg. + Den ene interessen du har bygd hele personligheten din på? Med et nytt profilbanner, en matchende animert avatar og en tilpasset tagg kan du vise den frem overalt, hele tiden. Profilbannere Se gjennom klistremerker Med tilpassede klistremerker fra alle serverne dine kan du vise venner hva du egentlig mener, og du får dessuten 300 eksklusive Nitro-klistremerker. Klistremerker i chat - Nitro ligger ti skritt foran. [Finn ut mer om Nitro.](onLearnMore) + Nitro er helt kvekkstraordinært bra. Sorry. [Finn ut mer om Nitro.](onLearnMore) Hva er nytt i Nitro Vi har senket prisen på Nitro i Brasil! Vi har senket prisen på Nitro i Polen! @@ -6262,12 +6334,12 @@ Du har premium chat, **{num}x** booster og en boostrabatt Du har premium chat, **{num}x** booster og en boostrabatt for **!!{price}!!** (Venter på kansellering) Du har premium chat, **{num}x** booster og en boostrabatt (venter på kansellering) - Legg til betalingsmåte + Legg til betaling Nitro-abonnementet ditt avsluttes {daysLeft}. Legg til en betalingsmåte for å fortsatt ha tilgang til profiltilpasning og annet. - Finn ut mer - Du kommer til å miste tilgang til å tilpasse profilen, animerte emojier og annet i dag. + Mer informasjon + Du mister tilpassing av profilen din, opplasting av større filer, bedre skjermdeling og annet om {daysLeft}. Du mister Nitro-tilgangen i dag. - Ignorer + Avvis Behold Nitro Hvis du tar i bruk Nitro igjen, fortsetter vi å belaste betalingsmåten din **{price}** og fortsetter å belaste deg **månedlig** inntil du sier opp abonnementet. Du kan gå til Innstillinger og si opp abonnementet når du vil. Hvis du tar i bruk Nitro igjen, fortsetter vi å belaste betalingsmåten din **{price}** og fortsetter å belaste deg **årlig** inntil du sier opp abonnementet. Du kan gå til Innstillinger og si opp abonnementet når du vil. @@ -6282,7 +6354,7 @@ Ny totalsum for abonnement Oppdater nå Betalingen av Nitro-abonnementet mislyktes. Prøv å oppdatere betalingsopplysningene. - Legg til betalingsmåte + Legg til betaling Nitro-abonnementet ditt nærmer seg slutten. Legg til en betalingsmåte for å fortsatt ha tilgang til profiltilpasning og annet. Den neste fornyelsesdatoen din er **{renewalDate}**. {planName} justering @@ -6488,6 +6560,14 @@ Du kan ikke sende meldinger til blokkerte brukere Send melding til @!!{name}!! Quick switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, gruppemelding + !!{name}!!, gruppemelding {mentions} + !!{name}!!, server + Resultater + !!{name}!!, bruker, !!{id}!! + !!{name}!!, bruker, !!{id}!! {mentions} + {mentions} Kladd Finn ut mer om Quick Switcher Virker det ikke som at du finner det du leter etter? @@ -7152,6 +7232,120 @@ Denne kanalen har spesialtillatelser. For å lytte i den må noen, som en av serverens moderatorer eller administratorer, slå på lyden for deg. Serverlyden er dempet Fortell verden litt om denne serveren. + Godta reglene + Det å handle i strid med retningslinjene kan føre til sanksjoner mot serveren din, deriblant fjerning fra oppdagelse. + Overhold Discords [retningslinjer for fellesskapet]({communityGuidelinesUrl}) og [retningslinjer for oppdagelse]({discoveryGuidelinesUrl}) + Regler + Skap et inkluderende rom der trakassering, negativitet og ulovlige aktiviteter ikke fremmes eller tolereres. + Skap grobunn for et sunt og positivt miljø + Bidra til at serveroppdagelse er trygt for alle + Alt innhold på serveren må være passende for folk i alderen 13+. + Ikke godta støtende, voldelig eller seksuelt innhold + 3d + estetikk + animasjon + anime + apper + kunst + basketball + drikkevarer + bitcoin + bodybuilding + boter + bts + egenvektstrening + klær + koding + høyere-utdanning + fellesskap + crossfit + kryptovaluta + søtt + defi + design + discord-bot + disney + disneyworld + tegning + edm + utdanning + emoji + emotes + engelsk + e-sport + ethereum + eventer + trening + fantasy-football + mote + fivem + mat + amerikansk-fotball + forex + formel1 + fortnite + venner + moro + gaming + github + gavedryss + treningsstudio + maskinvare + hiphop + lekser + hypebeast + investering + javascript + kpop + språk + leagueoflegends + læring + lhbtq + linux + manga + memer + mental-helse + metal + minecraft + musikkproduksjon + nba + nfl + nft + nitro + ernæring + opensource + valg + fotografi + premier-league + programmering + racing + rap + reddit + roblox + rollespill + skole + selvutvikling + sang + snacks + sneakers + fotball + sosialt + programvare + sport + aksjer + strømming + streetwear + studere + stil + støtte + supreme + tech + trading + reise + twitch + valorant + yeezy + youtube Server-emoji Lukk alle mapper Marker mappen som lest @@ -7424,6 +7618,8 @@ Ttaler Scene med direktesending Hva skal du snakke om i dag? + Lat som om det spilles heismusikk. + Trykk på «Start scenen», og velg et emne for å starte samtalen. Venter på at scenen skal starte … når som helst nå. Venter på at scenen skal starte. !!{username}!!: @everyone «!!{topic}!!» starter. Hør på! @@ -7523,6 +7719,10 @@ Ofte brukt $[~~{regularPrice}~~](originalPriceHook) på kjøpet !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Kjøp booster + Last opp {count}+ tilpassede klistremerker med serverboosting. + Administrer klistremerker + Serveren din venter på at du skal laste opp klistremerker! Informasjon om {stickerPackName} Animert Kort tid igjen: {time} @@ -7825,6 +8025,7 @@ Legge ut bilder, GIF-er, klistremerker, debattinnlegg og morsomheter Tekstkanaler Tekstkanaler som samsvarer **!!{prefix}!!** + Vanlige kostnader for tekstmeldinger og datatrafikk påløper. Teksttillatelse Tekstområdehandlinger Send melding til !!{channel}!! @@ -7869,6 +8070,7 @@ Bli med i denne tråden for å få varsler og lagre den i kanallisten din. Denne tråden ble arkivert av en moderator. Bare moderatorer kan gjenåpne den. Alle kan invitere + Alle kan gjenåpne Det er ingen i denne tråden. Du kan invitere folk ved å @mentioning dem i en melding. Kan ikke vise denne tråden @@ -8064,6 +8266,7 @@ Opphev demping av kanal Opphev demping av samtale Opphev demping av server + Opphev demping av tråd Uten navn Løsne Ja, fjern den. @@ -8498,8 +8701,6 @@ Discord-filmen Wumpus’ ferie Vaporwave - Uttrykk deg med videobakgrunner. Hvis du har Nitro, kan du til og med laste opp egne! - Nye videobakgrunner! Fortell oss om opplevelsen med videobakgrunner. Hvordan var videobakgrunnene? Registreringen av bakgrunnen var unøyaktig @@ -8510,6 +8711,7 @@ Har du et problem? Takk for at du meldte fra om problemet! Slike tilbakemeldinger hjelper oss å forbedre videobakgrunnene Fjern bakgrunn + Last opp tilpassede bakgrunner, strøm i HD-oppløsning opptil 60 fps [og mye mer med Discord Nitro!](onLearnMore) Vil du laste opp en egen bakgrunn? Fokus Skjul medlemmer diff --git a/app/src/main/res/values-pl/plurals.xml b/app/src/main/res/values-pl/plurals.xml index 170d7665bd..21e074aad4 100644 --- a/app/src/main/res/values-pl/plurals.xml +++ b/app/src/main/res/values-pl/plurals.xml @@ -176,6 +176,10 @@ {#} tła {#} teł + + {#} znak + {#} znaków + {#} członek {#} członków @@ -824,8 +828,8 @@ {#} wzmianek, - {count} innego znajomego - {count} innych znajomych + {count} other znajomego + {count} other znajomych 1 dzień @@ -1277,11 +1281,15 @@ {#} miesięcy - w ciągu {#} dnia - w ciągu {#} dni + jutro + za {#} dni + + + {#} dzień + {#} dni - {#} dnia + {#} dzień {#} dni @@ -1371,6 +1379,21 @@ {retryAfter} minuty {retryAfter} minut + + , {#} nieprzeczytana wiadomość + , {#} nieprzeczytane wiadomości + , {#} nieprzeczytanych wiadomości + + + , {#} nieprzeczytana wiadomość + , {#} nieprzeczytane wiadomości + , {#} nieprzeczytanych wiadomości + + + , {#} nieprzeczytana wiadomość + , {#} nieprzeczytane wiadomości + , {#} nieprzeczytanych wiadomości + 1 inna osoba zareagowała {n} inne osoby zareagowały diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 39fd4f3945..ca65c6793b 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -60,6 +60,11 @@ Pozwala obniżyć saturację kolorów w aplikacji dla osób wrażliwych na kolory. Opcja ta nie wpływa na saturację obrazów, filmów, kolorów ról ani innej zawartości dostarczonej przez użytkownika. linki będą wyglądały tak https://discord.com/ Saturacja + Szybciej + Prędkość TTS + Podgląd + Wolniej + Tak brzmi zamiana tekstu na mowę (TTS) z aktualną prędkością. Poziom przybliżenia Konto Obszar użytkownika @@ -257,6 +262,7 @@ Wyświetl artykuł pomocy Twoja data urodzenia AKA + Zobacz więcej awatarów serwerów Wszystkie aktywne wątki Wszystkie serwery Zezwól @@ -812,7 +818,7 @@ Transakcje !!{paymentGatewayName}!! nie będą wymieniane poniżej. Aby wyświetlić historię transakcji !!{paymentGatewayName}!! lub zmienić metodę płatności w !!{paymentGatewayName}!!, [przejdź do ustawień płatności !!{paymentGatewayName}!!]({billingHistoryLink}). Zasubskrybowano przez !!{paymentGatewayName}!! Ta usługa nie jest obsługiwana w przypadku subskrypcji !!{paymentGatewayName}!!. Aby zarządzać subskrypcją, [przejdź do ustawień płatności !!{paymentGatewayName}!!]({subscriptionManagementLink}). - Ostateczna cena i waluta są uzależnione od kraju, w którym wydano Twoją metodę płatności. [Więcej informacji tutaj]({documentationLink}). + Ostateczna cena i waluta są uzależnione od wybranej metody płatności oraz kraju, z którym powiązana jest dana metoda płatności. [Dowiedz się więcej]({documentationLink}). Skopiowano! Link do prezentu To był prezent @@ -884,7 +890,7 @@ Już otrzymano zwrot pieniędzy za subskrypcję Nitro. Zwrot pieniędzy Podczas próby dokonania zwrotu pieniędzy za zakup wystąpił problem: „!!{error}!!”. - Skontaktuj się z naszym [zespołem wsparcia]({supportUrl}). + By uzyskać pomoc, skontaktuj się z naszym [zespołem wsparcia]({supportUrl}). Przepraszamy, w przypadku tego zakupu nie przysługuje zwrot pieniędzy. Problemy z zakupem? Wyślij prośbę o zwrot pieniędzy @@ -901,6 +907,7 @@ Zmiana zdania Produkt nie jest już potrzebny Zapomniano anulować + Zakup prezentu, który nie został wykorzystany Coś innego Problem podczas korzystania z ulepszeń Inne oczekiwania @@ -918,6 +925,7 @@ Ustawienia rozliczeń Dodaj metodę płatności Kup ulepszenia serwera + Zarządzaj subskrypcją Wyświetl historię płatności Podaruj Discord Nitro Kup Discord Nitro @@ -934,6 +942,7 @@ Wybierz plan Wybierz plan Sklep + Informacje o Sofort Kredyty na subskrypcję Zmień plan Twoja subskrypcja zmieni się, poczynając od dnia **{renewalDate}**. @@ -962,6 +971,7 @@ Przejdź na plan roczny i zaoszczędź trochę grosza. Ciesz się fantastycznymi korzyściami i {numFreeGuildSubscriptions} przez cały rok. 2 miesiące za darmo! Wybrano {planName}! + Anulowano Nieudane Oczekujące Zwrócono @@ -1012,6 +1022,7 @@ Szczegółowy opis (opcjonalnie) Wymagana nazwa błędu Wymagany priorytet + Obszar funkcji Na czym polega problem? Zrzut ekranu usunięty ze zgłoszenia Priorytet @@ -1023,6 +1034,8 @@ Błąd o niskim priorytecie (P2) **Nie pilne i o mniejszej wadze.** Błędy typu P3 informują nas o tym, że coś nie działa dobrze, ale tego typu usterki można naprawić dopiero po uporaniu się z bardziej naglącymi problemami. Błąd o bardzo niskim priorytecie (P3) + Przeszukaj obszary funkcji + Wybierz obszar funkcji Wysyłanie zgłoszenia Zgłoszenie zostało wysłane Nadpisanie wersji @@ -1032,7 +1045,6 @@ Nadpisanie wersji dla {releaseChannel} ID wersji tylko dla użytkowników {releaseChannel} - Tylko {supportedTargets} Nieprawidłowe nadpisanie wersji Niewłaściwy użytkownik Wersja nie jest dostępna @@ -1088,10 +1100,12 @@ Gotów na czat wideo? Oto podgląd Twojej kamery: Tło filmu + Ustawienie tła wideo jest obecnie dostępne tylko dla ograniczonej liczby osób. Rozmycie Zmień tło Zmień tło filmu Własne + Niestandardowe tło Żaden Osiągnięto limit {maxCustomBackgrounds}! Użyj prawego przycisku myszy, aby usunąć tło, nim dodasz nowe. Prześlij swoje własne tło dzięki Nitro! @@ -1153,20 +1167,25 @@ Edytuj profil serwera Ustawienie innego awatara dla każdego z serwerów jest obecnie dostępne tylko dla ograniczonej liczby osób. Zrozumiano + Użyj pseudonimu, a jeśli masz Nitro, innego awatara na każdym z Twoich serwerów! + Zaktualizuj mój profil serwera + NOWOŚĆ! Profile serwerów Używaj innego awatara na każdym ze swoich serwerów i nie tylko dzięki Discord Nitro! Pseudonim (wył.) Możesz zmienić to, jak inne osoby widzą Cię na tym serwerze, ustawiając pseudonim serwerowy oraz awatar. Awatar serwerowy $[BETA](betaBadgeHook) + Przywróć domyślnego awatara Nieznany błąd Zmień awatar serwerowy Używaj innego awatara na każdym ze swoich serwerów i nie tylko dzięki **Discord Nitro!** + Pseudonimy muszą mieć co najmniej {minLength} Odblokuj dzięki Nitro Dziennik zmian - Wiadomość od naszych założycieli {added marginTop}\n======================\n\n**Stworzyliśmy Discorda w 2015 roku,** ponieważ szukaliśmy łatwiejszego sposobu na rozmawianie i spędzanie czasu ze znajomymi podczas gry. Sposobu na odtworzenie atmosfery wspólnych nocek pełnych śmiechu i zabawy, kiedy mogliśmy być po prostu sobą. Chcieliśmy, aby spędzanie czasu w ten sposób było jeszcze przyjemniejsze i możliwe dla większej liczby osób.\n\nOd tego czasu Discord przerodził się w miejsce, w którym osoby o wszelkich zainteresowaniach mogą rozmawiać i spędzać czas ze swoimi społecznościami lub znajomymi. Ta platforma zawsze będzie miejscem, gdzie każdy może rozluźnić się i być sobą, bez względu na to, gdzie przebywają jego znajomi. \n\nWyobraź sobie miejsce {added marginTop}\n======================\n\nAle Discord oznacza dla wszystkich coś innego. Dlatego poprosiliśmy ludzi, aby podzielili się anegdotami o tym, co Discord dla nich znaczy. Użytkownicy ci pozwolili nam opublikować ich historie w ramach fajnej kampanii marketingowej.\n\nTak powstał Discord – The Movie (2021): \n\nkrótki film przedstawiający wspaniałe historie opowiedziane nam przez prawdziwych ludzi, takich jak Lucie Winterwolf, która prowadzi serwer w tematyce piratów, i Kevdog, który stworzył serwer o budzących nostalgię grach.\n\nW filmie występują też celebryci.\n\nDziękujemy {added marginTop}\n======================\n\nJesteśmy zdumieni wyjątkowymi, twórczymi sposobami, na które używacie Discorda, i Waszymi pomysłami na udoskonalenie serwisu – jesteście dla nas prawdziwą inspiracją. Społeczności leżą u serca Discorda. To zaszczyt prowadzić serwis, w którym możecie rozmawiać, spędzać czas i wykonywać ulubione zajęcia z najbliższymi. \n\nPoznaliście najlepszego przyjaciela podczas gry na Discordzie? Prowadzicie serwer dla osób uczących się języka galickiego lub miłośników fotografowania tybetańskich ptaków? Podzielcie się swoją historią na Twitterze, Instagramie lub TikToku, używając hasztagu **#imagineaplace**, aby przyciągnąć naszą uwagę.\n\nBędziemy wypatrywać Waszych historii, które z pewnością podbiją nasze serca. Prawdopodobnie udostępnimy je też na biurowym serwerze, aby umilić dzień całemu biuru.\n\nZachęcamy również do dalszego przesyłania pomysłów na doskonalenie Dsicorda.\n\nJason i Stan\n\n\n - 2021-08-16 + Nowości {added marginTop}\n======================\n\n* **Centra studenckie są dostępne dla wszystkich.** Połącz się z serwerami studenckimi, skupiającymi się na klubach, grupach naukowych i nie tylko w Twojej szkole lub uniwersytecie. Aby uzyskać dostęp do centrum studenckiego, skopiuj adres email swojej szkoły i [zacznij tutaj](https://discord.com/invite/hzA3MtAURu). Albo jeśli masz ochotę na spacer, otwórz Discorda, skręć w prawo i przejdź do wyszukiwarki serwerów, potem dwa razy w lewo, miniesz spożywczak i trafisz na nową zakładkę z centrami studenckimi.\n* **Nowa strona profilu użytkownika w ustawieniach.** Od teraz możesz zmienić swoje zdjęcie, informacje o sobie oraz, jeśli posiadasz Nitro, baner profilu w jednym miejscu.\n* **Wymagana liczba wzmocnień na poziomy 2 i 3 została obniżona.** Serwery mogą od teraz osiągnąć 2 poziom za pomocą 7 wzmocnień, a 3 za pomocą 14 wzmocnień! Dzięki temu odblokujesz dla swojego serwera takie rzeczy jak więcej własnych emoji, większy limit wgrywanych danych dla wszystkich, baner serwera, dyskusje na temat wyglądu banera i ikony dla ról.\n* **A właśnie, dodatkowe ikony ról dla 2 poziomu wzmocnienia.** Jeśli Twój serwer posiada 7 wzmocnień, możesz wgrać obraz lub wybrać własną emoji jako ikonę dla każdej roli. Ikony ról pojawią się obok nazw ról na liście członków oraz obok nazw członków podczas rozmów. Przejdź do Ustawień serwera > Role i zacznij zmieniać ich ustawienia. \n* **Nowe uprawnienia wątków.** Dodaliśmy uprawnienie do *Wysyłania wiadomości w wątkach*, aby społeczności lepiej się z nich korzystało i zaktualizowaliśmy uprawnienia do *Tworzenia wątków publicznych*, *Tworzenia prywatnych wątków* oraz *Zarządzania wątkami*, aby łatwiej było je zrozumieć. Więcej informacji znajdziecie w naszym [FAQ do moderacji wątków](https://support.discord.com/hc/en-us/articles/4404809613847).\n\n\n + 2021-10-04 pl 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png Zmiana pseudonimu Członkowie z tym uprawnieniem mogą zmieniać swój własny pseudonim. Pseudonimy są widoczne dla wszystkich na tym serwerze. Nie zmieniaj ich, jeśli nie wprowadzasz systematyki w pseudonimach lub nie poprawiasz niewłaściwego pseudonimu. @@ -1208,6 +1227,8 @@ Wycisz kanał !!{channelName}!! Wyciszenie kanału zapobiega pojawianiu się wskaźników i powiadomień, chyba że zostaniesz wspomiany(-a). nowy-kanał + Sprawdź uprawnienia do uczestnictwa + Wyszukiwanie serwerów jest teraz dostępne dla serwerów z ponad 1000 członków! Kanał lub Kategoria Ten serwer lub kanał jest aktualnie wyciszony. Kolejność kanałów zaktualizowana. @@ -1468,7 +1489,6 @@ Połączono z czatem głosowym Zweryfikowane Połączone konta - Discord może dodać Twoich znajomych i pomóc im znaleźć Ciebie. Automatycznie dodaj znajomych z kontaktów Zsynchronizuj swoje kontakty Dodaj znajomych z kontaktów i poinformuj ich, że korzystasz z Discorda. @@ -1903,7 +1923,12 @@ Przytnij Czeski Własny kolor + Ustaw unikalną ikonę dla każdej roli dzięki ulepszeniom serwera. Ikony są widoczne na czacie i liście członków. Przejdź do **Ustawień serwera > Role** i sprawdź tę funkcję. + Możesz teraz ustawić ikony ról w dziale **Ustawienia serwera > Role**. Ikony są niepowtarzalne i przypisane do roli. Wyświetlają się na czacie i liście członków. + Ustawienia ról + Ustaw ikony Zrozumiano + NOWOŚĆ! Własne ikony ról Status własny Wyczyść po Wyczyść status @@ -2057,12 +2082,14 @@ Odłączenie Twojego konta może spowodować usunięcie Ciebie z serwerów, do których dołączyłeś(-łaś) za jego pomocą. Rozłącz !!{name}!! Rozłącz się z kanałem głosowym + Rozłącz działania Rozłącz Rozłącz Użytkownik rozłączył się z kanałem głosowym. Dołącz do ponad 100 milionów osób, które korzystają z Discorda, by rozmawiać ze znajomymi i społecznościami oraz spędzać z nimi czas. Wyobraź sobie miejsce Rich Presence Discorda + Korzystaj z centrów szkolnych na komputerze stacjonarnym – wkrótce będą dostępne również na urządzeniach mobilnych! Wyszukuj Wyszukiwanie {speakersCount} @@ -2124,6 +2151,8 @@ Edytuj !!{user}!! Edytowanie wiadomości Zrozumiano + Może później + Wypróbuj to Grecki Discord nie może streamować dźwięku z aplikacji z powodu braku uprawnień. Przyznać Discordowi uprawnienia administratora, aby te wspaniałe dźwięki mogły dotrzeć do uszu Twoich znajomych? Streamuj bez dźwięku @@ -2489,6 +2518,8 @@ Wyślij losową wiadomość powitalną, gdy ktoś dołączy do tego serwera. Wyślij wiadomość, gdy ktoś ulepszy ten serwer. Członkowie są automatycznie wyrzucani przy rozłączeniu, chyba że przypisano im rolę. + Gdy to wyłączysz, tylko moderatorzy i twórca wątku będą mogli dodawać nowych członków do wątku. + Gdy to wyłączysz, tylko moderatorzy będą mogli przywrócić ten wątek z archiwum. Ogranicza liczbę użytkowników mogących połączyć się z tym kanałem głosowym. Użytkownicy posiadający uprawnienie **Przenoszenie członków** nie podlegają ograniczeniu i mogą swobodnie przenosić użytkowników do tego kanału. Użytkownicy serwera muszą spełniać poniższe kryteria, aby wysyłać wiadomości na kanałach tekstowych lub rozpoczynać rozmowy prywatne. Nie dotyczy użytkowników mających przypisaną rolę. **Zalecamy ustawienie poziomu weryfikacji dla publicznego Discorda.** Umożliwia ustawienie jakości wideo dla wszystkich uczestników kanału. Wybierz **Auto**, aby uzyskać optymalną jakość. @@ -3018,6 +3049,7 @@ !!{username}!! gra w: {applicationName} Twoje sterowniki wideo są nieaktualne. Zaktualizuj je, by podnieść wydajność współdzielenia ekranu. Ogląda: {username} + Przejdź na kanał Zrozumiano Przyznaj tymczasowe członkostwo Zielony @@ -3125,10 +3157,13 @@ {count} dla zapytania „{query}” Odkrywaj serwery publiczne Wyświetl + Brakuje uprawnień do połączenia. + Gdzie odbywa się Twoje wydarzenie? Zalecamy użycie zdjęcia o wymiarach co najmniej 800 na 400 pikseli. Dodaj zdjęcie główne (opcjonalnie) Usuń zdjęcie Podaj szczegóły wydarzenia. + Opowiedz trochę o swoim wydarzeniu. Działa tu składnia Markdown. Czego dotyczy Twoje wydarzenie? Temat wydarzenia {date} o {time} @@ -3138,19 +3173,28 @@ Zainteresowani: {count} Zainteresowani: {count} Otrzymasz powiadomienie, gdy wydarzenie się rozpocznie - Dołącz do serwera + Wydarzenie się skończyło + Dołącz i wyświetl wydarzenie Lub wyślij link z zaproszeniem na wydarzenie do znajomych + Zaproś znajomych na wydarzenie Słuchacze: {count} Podaj lokalizację + Dodaj miejsce, łącze lub coś podobnego. Gdzieś indziej + Kanał tekstowy, łącze zewnętrzne lub miejsce spotkania na żywo. + Miejsce, w którym zainstalowano Discorda + Doskonały wybór w przypadku wydarzeń audio dla większych społeczności. Spotkania z dźwiękiem, obrazem, współdzielenie ekranów i Go Live. Aby nikt się nie pogubił. Gdzie odbywa się Twoje wydarzenie? Wybierz kanał Wybierz kanał głosowy + Stwórz dla swojego serwera kilka wydarzeń integracyjnych. Brak zbliżających się wydarzeń. Lokalizacja + Informacje o wydarzeniu Sprawdzanie + Godzina rozpoczęcia musi być w przyszłości. Kiedy nadejdzie czas, odwiedź $[**!!{channelName}!!**](channelHook), by rozpocząć to wydarzenie! Oto podgląd Twojego wydarzenia. Tylko członkowie z dostępem do tego kanału zobaczą to wydarzenie. @@ -3161,6 +3205,7 @@ Spróbuj użyć kanału podium! Rozpocznij wydarzenie: „{eventName}” Zaplanowano na {startTime} + Zaplanowano na {startTime} Krok {step} z {total} Wydarzenia Stwórz @@ -3621,6 +3666,7 @@ Udało się! {serverName} jest już na mapie! Niech Twoja społeczność rośnie dzięki Wyszukiwaniu serwerów Discord będzie dawał priorytet temu serwerowi w wyszukiwaniach użytkowników mówiących w wybranym języku. + Umieszczenie serwera na liście [Wyszukiwanie serwerów]({documentationUrl}) pozwala dowolnym osobom znaleźć Twój serwer i dołączyć do niego. Wciąż czekamy na statystyki zdrowia Twojego serwera! Opowiedz w opisie, o co chodzi w Twoim serwerze! Kategorie pomagają Discordowi w organizacji serwerów, by łatwiej było wyszukiwać interesujące użytkowników społeczności. Możesz wybrać 1 kategorię główną i do 5 podkategorii. @@ -4142,12 +4188,12 @@ Węgierski Wybierz kategorię Kategoria - Ten opis serwera będzie widoczny w centrum. + Ten opis serwera będzie widoczny w centrum szkolnym. Co to za serwer? Czym zajmują się jego użytkownicy? Opis serwera Udało się! Zrozumiano! - Twój serwer został dodany do centrum dla: !!{guildName}!!! + Twój serwer został dodany do centrum szkolnego dla: !!{guildName}!!. Dodaj serwer Nie dodano jeszcze żadnych serwerów! Dodane przez Ciebie serwery @@ -4159,10 +4205,10 @@ Stwórz nowy serwer Chcesz założyć nową grupę? Wciąż będziesz mieć możliwość zapraszania osób spoza tego centrum na swój serwer. - Pomóż rozwijać centrum Discorda dla: !!{guildName}!! + Pomóż rozwijać centrum szkolne dla: !!{guildName}!! Przejdź do serwera Wróć do centrum - Twój serwer został utworzony i dodany do centrum dla: !!{guildName}!!! + Twój serwer został utworzony i dodany do centrum szkolnego dla: !!{guildName}!! Spersonalizuj swój serwer Pomóż innym uczniom/studentom odnaleźć: !!{guildName}!! Dodaj opis i kategorię swojego serwera, aby inni mogli go łatwiej znaleźć. @@ -4173,10 +4219,11 @@ Zaproś ludzi do tego centrum Jesteś tutaj jedną z pierwszych osób! Zacznijmy od dodania kilku serwerów i członków. Witamy w centrum szkolnym dla uczniów/studentów: !!{guildName}!! - Centrum Discorda dla: !!{guildName}!! + Centrum szkolne dla: !!{guildName}!! Od klubów, przez grupy wspólnej nauki, po wieczory gier, każdy znajdzie tu coś dla siebie. Znajdź swoich znajomych - Centrum szkolne + Centrum szkolne + Centra szkolne To miejsce na wyłączność, w którym możesz nawiązywać kontakty z innymi uczniami/studentami, wyszukiwać serwery innych i udostępniać swoje, aby dołączyli do nich inni uczniowie/studenci. Centra nie są powiązane ze szkołami/uczelniami ani przez nie zarządzane. Serwery w centrum prowadzą uczniowie/studenci, ale mogą z nich korzystać również inne osoby. Użyj łącza w otrzymanej wiadomości e-mail, by kontynuować weryfikację. Ta strona zostanie automatycznie odświeżona. Spróbuj z innym adresem e-mail @@ -4184,9 +4231,9 @@ Ponownie wyślij link potwierdzający Możesz dołączyć do centrów szkolnych dowolnych szkół/uczelni, w których się uczysz. Uczęszczasz do kilku szkół/uczelni? + Nie, dzięki Dołącz do centrum Nie, dzięki - Łatwo znajduj prowadzone przez uczniów/studentów serwery dla grup wspólnej nauki, klubów, nocy gier i nie tylko. Jesteś obecnie uczniem/studentem? Dołącz do centrum szkolnego swojej szkoły/uczelni! Adres e-mail szkoły/uczelni name@school.edu @@ -4195,28 +4242,30 @@ Brak wyników wyszukiwania [Zapisz się na listę oczekiwania.](onJoinWaitlist) Nie widzisz swojej szkoły/uczelni? [Zapisz się na listę oczekiwania.](onJoinWaitlist) - Dołącz do {count} w centrum szkolnym szkoły/uczelni !!{guildName}!!! + Dołącz do {count} w centrum szkolnym dla: !!{guildName}!!! Dołącz do innego centrum - Łatwo znajduj prowadzone przez uczniów/studentów serwery dla grup wspólnej nauki, klubów, nocy gier i nie tylko. - Czy jesteś obecnie uczniem/studentem? Dołącz do centrum Discorda dla Twojej szkoły/uczelni! + Jesteś obecnie uczniem/studentem? Dołącz do centrum szkolnego swojej szkoły/uczelni! Dołącz do centrum + Zdobądź dostęp do centrów tylko dla uczniów/studentów + Centrum Twojej szkoły/uczelni jeszcze nie działa. Wprowadź jej nazwę, a powiadomimy Cię, gdy się to stanie! Zapisz się na listę oczekiwania Nazwa szkoły/uczelni Pełna nazwa szkoły/uczelni To miejsce na wyłączność, w którym możesz nawiązywać kontakty z innymi uczniami/studentami, wyszukiwać serwery innych i udostępniać swoje, aby dołączyli do nich inni uczniowie/studenci. Centra nie są powiązane ze szkołami/uczelniami ani przez nie zarządzane. Serwery w centrum prowadzą uczniowie/studenci, ale mogą z nich korzystać również inne osoby. - Centrum szkolne + Centra szkolne + Czym jest centrum szkolne? Jeśli Twój serwer jest przeznaczony tylko dla uczniów/studentów, zaproś na niego swoich kolegów ze szkoły/uczelni. Nie potrzebują adresu w domenie .edu, aby dołączyć Usuń z centrum - Czy na pewno chcesz usunąć !!{guildName}!! z tego centrum? + Czy na pewno chcesz usunąć z tego centrum szkolnego: !!{guildName}!!? Edytuj ustawienia Edytuj ustawienia dla: !!{guildName}!! Czym jest centrum szkolne? Uczęszczasz do innej szkoły/uczelni? [Dołącz tutaj](onClick) Otrzymano zaproszenie do dołączenia do centrum Wysłano zaproszenie do dołączenia do centrum - Zaproś znajomych do centrum szkolnego swojej szkoły/uczelni! - Aby dołączyć, należy podać uczniowski/studencki adres e-mail - Kod nie dotarł? [Wyślij ponownie](onClick) na adres !!{email}!! + Zaproś znajomych do centrum szkolnego swojej szkoły/uczelni + Aby dołączyć, należy podać uczniowski/studencki adres e-mail. + Wysłaliśmy wiadomość e-mail z Twoim kodem. Kod nie dotarł? [Wyślij ponownie](onClick) na adres !!{email}!! Do dzieła! Imię i nazwisko Prawdziwe imię i nazwisko @@ -4224,16 +4273,18 @@ Dodaj swoje prawdziwie imię i nazwisko, aby inni mogli Cię rozpoznać. Można to w każdej chwili zmienić w ustawieniach centrum. Wysłano Nie można wysłać wiadomości e-mail - Centrum szkolne + Centra szkolne Dodaj serwery Zaproś osoby Dołącz do serwerów Nie widzę mojej szkoły/uczelni - Zweryfikuj adres e-mail + Zweryfikowane centrum szkolne + Zweryfikuj swój adres e-mail, by dołączyć sam@college.edu Adres e-mail szkoły/uczelni + Jesteś obecnie uczniem/studentem? Dołącz do centrum szkolnego swojej szkoły/uczelni! Uzyskaj powiadomienie po uruchomieniu Twojego centrum, aby z łatwością wyszukiwać prowadzone przez uczniów/studentów serwery dla grup wspólnej nauki i klubów. - Skontaktujemy się z Tobą, gdy centrum Discorda dla szkoły/uczelni !!{school}!! będzie działać. + Skontaktujemy się z Tobą, gdy centrum szkolne dla szkoły/uczelni !!{school}!! będzie działać. Dziękujemy! Jesteś na liście oczekiwania. kilka sekund {time} @@ -4523,7 +4574,7 @@ To emoji nie zadziała tutaj, ponieważ pochodzi z innego serwera. Wykup Discord Nitro, aby używać emoji z innych serwerów To emoji tutaj nie zadziała, ponieważ pochodzi z innego serwera. Discord Nitro rozwiąże ten problem, sprawdź Ustawienia użytkownika > Nitro po więcej informacji Proszę wprowadzić prawidłowy link z zaproszeniem lub kod zaproszenia. - Twoja metoda płatności zawiodła, zaktualizuj swoje dane do płatności aby kontynuować subskrybowanie Nitro. + Metoda płatności została odrzucona. Aby przedłużyć subskrypcję Nitro, zaktualizuj swoje dane płatności. nieprawidłowy-kanał Nieprawidłowy kanał Zaproś znajomego @@ -4800,6 +4851,7 @@ Wyrzuć Wyrzucanie członków Wyrzuć !!{user}!! + Czy na pewno chcesz wyrzucić z serwera użytkownika !!{user}!!? Ta osoba będzie mogła powrócić po otrzymaniu nowego zaproszenia. Użytkownik \'!!{user}!!\' został wyrzucony z serwera. Ups… Użytkownik !!{user}!! nie może zostać wyrzucony. Spróbuj ponownie! Wyrzuć użytkownika !!{user}!! z serwera @@ -4921,16 +4973,16 @@ Wybierz język Możesz to zmienić później. Cześć! Wybierz język - Czy wiesz o nowej cenie Nitro w kraju: {country}? [Więcej informacji]({documentationLink}). + Czy wiesz o nowej cenie Nitro w: {country}? [Dowiedz się więcej]({documentationLink}). Zarządzaj planem - Obniżyliśmy ceny Nitro na Twoim obszarze. Aktywuj ponownie i sprawdź, czy możesz oszczędzić pieniądze. - Obniżyliśmy ceny Nitro na Twoim obszarze. Zarządzaj metodą płatności i sprawdź, czy możesz oszczędzić pieniądze. [Więcej informacji]({documentationLink}). + Obniżyliśmy ceny Nitro na Twoim obszarze. Aktywuj ponownie i sprawdź, czy możesz zaoszczędzić pieniądze. + Obniżyliśmy ceny Nitro na niektórych obszarach. Zarządzaj metodą płatności i sprawdź, czy możesz oszczędzić pieniądze. [Dowiedz się więcej]({documentationLink}). Zaktualizuj teraz Obniżyliśmy ceny Nitro na Twoim obszarze. Zaktualizuj metodę płatności i sprawdź, czy możesz oszczędzić pieniądze. Zarządzaj planem Obniżyliśmy ceny Nitro na Twoim obszarze. Sprawdź, czy możesz oszczędzić pieniądze dzięki płatności miejscową walutą. Zmiana metody płatności spowoduje zmianę ceny subskrypcji i waluty na: {newCurrencyAndPrice}! [Kliknij tutaj]({helpCenterLink}), aby dowiedzieć się więcej o sposobie określania cen. - **Wskazówka**: Użyj lokalnej metody płatności właściwej dla kraju: {country}, aby zapłacić za swoją subskrypcję w walucie: {currency}! [Kliknij tutaj]({helpCenterLink}), aby dowiedzieć się więcej o sposobie określania ceny i waluty. + **Wskazówka**: Użyj metody płatności właściwej dla: {country}, aby zapłacić za swoją subskrypcję w walucie: {currency}! [Kliknij tutaj]({helpCenterLink}), aby dowiedzieć się więcej o sposobie określania ceny i waluty. **Hurraa!** Jako rezydent kraju {country} płacisz teraz niższą cenę ({newPrice}) za Nitro! [Więcej informacji]({helpCenterLink}). Zaloguj się Logowanie jako !!{username}!! @@ -5064,8 +5116,10 @@ Podaruj Członek Lista członków + Pokaż listę członków Wątek będzie widoczny tylko dla zaproszonych przez Ciebie osób i moderatorów. Ta osoba jest właścicielem serwera i posiada wszystkie uprawnienia bez względu na rolę. + Ukryj listę członków Dodaj pytanie Dodaj zasadę Kiedy nastąpi zmiana statusu zgłoszenia, otrzymasz powiadomienie. @@ -5192,6 +5246,7 @@ Musisz zaktualizować swoją aplikację, aby dołączyć do tego serwera. Członkowie {members} + !!{channel}!! (kanał) – lista członków Członkowie pasujący do **!!{prefix}!!** Szukaj członków Wspominanie @@ -5267,7 +5322,6 @@ Zanim będzie można usunąć ten kanał, należy wyznaczyć inny w: [Ustawienia serwera > Społeczność > Przegląd](onClick). Włącz skalowanie sprzętowe Funkcja eksperymentalna, która może zwiększyć wydajność podczas rozmów wideo. Uwaga, należy zachować ostrożność. - Łatwo znajduj prowadzone przez uczniów/studentów serwery dla grup wspólnej nauki, klubów, nocy gier i nie tylko. [Więcej informacji.](onClick) Miejsce na wyłączność, w którym możesz nawiązywać kontakty z innymi uczniami/studentami, wyszukiwać serwery innych i udostępniać swoje, aby dołączyli do nich inni uczniowie/studenci. Centra nie są powiązane ze szkołami/uczelniami ani przez nie zarządzane. Serwery w centrum są prowadzone przez uczniów/studentów, ale mogą zawierać użytkowników niebędących uczniami/studentami. @@ -5362,6 +5416,8 @@ Wycisz ten kanał Wycisz ten serwer Wycisz tę rozmowę + Wycisz ten wątek + Wycisz wątek Czas trwania wyciszenia Wyciszono do {endTime} Wspólni znajomi @@ -5863,6 +5919,24 @@ Wprowadź kod potwierdzający, by zresetować hasło Hasło jest wymagane. Pokaż hasło + Wolę zalogować się hasłem + Wyślemy kod na {recipient}. + Wysłano na {recipient}. + Wprowadź hasło do konta powiązanego z adresem e-mail {email} + Wprowadź hasło do konta powiązanego z numerem telefonu {phone} + Wprowadź hasło + Zdobądź jednorazowy kod logowania + Wprowadź kod, by się zalogować + Kontynuuj + Wyślij ponownie + Zaloguj się za pomocą numeru telefonu lub adresu e-mail. Wyślemy Ci kod jednorazowy potrzebny do zalogowania. + Witaj znowu! + Wyślij mi kod + Aby zacząć rozmawiać, zaloguj się za pomocą numeru telefonu lub adresu e-mail. + Witamy ponownie! + Logowanie bez hasła pozwala zalogować się na konto Discord po wprowadzeniu 8-cyfrowego kodu, który wysyłamy na telefon lub adres e-mail. + Zezwól na logowanie bez hasła + Logowanie bez hasła Wklej Wstrzymaj Kontynuuj @@ -5901,6 +5975,7 @@ Edytuj metodę płatności Adres e-mail jest wymagany. MM/RR + Giropay Informacje dotyczące płatności Nieprawidłowość Nie udało nam się pobrać opłaty z tego źródła płatności. Upewnij się, że dane są prawidłowe. @@ -5933,9 +6008,11 @@ Oczekujące Oczekujący znajomi Osoby + Awatar serwerowy Bądź tym, kim chcesz, i używaj innego awatara na każdym ze swoich serwerów. Wiele awatarów Bądź tym, kim chcesz, i używaj innego awatara na każdym ze swoich serwerów + Zaktualizowano profil! {percentage}%% od ostatniego tygodnia Potrzebujesz pomocy z uprawnieniami? Odmówiono dostępu do pamięci – Discord wymaga dostępu do pamięci, aby móc przesyłać pliki. @@ -6053,9 +6130,9 @@ Podkreśl ten jeden wyjątkowy element swojego „ja”, korzystając z nowego banera profilu, dopasowanego animowanego awatara i niestandardowego tagu. Banery profilu Przeglądaj naklejki - Pokaż swoim znajomym ze wszystkich serwerów, jak naprawdę się czujesz, korzystając na czacie z własnych naklejek oraz 300 specjalnych naklejek Nitro. + Pokaż swoim znajomym, jak naprawdę się czujesz, korzystając na czacie z własnych naklejek ze wszystkich swoich serwerów oraz 300 specjalnych naklejek Nitro. Naklejki na czacie - Nitro jest dużo lepsze. Niesamowite, prawda? [Dowiedz się więcej o Nitro.](onLearnMore) + Nitro jest dużo lepsze. Kumkastycznie, prawda? [Dowiedz się więcej o Nitro.](onLearnMore) Co nowego w Nitro Obniżyliśmy cenę Nitro w Brazylii! Obniżyliśmy cenę Nitro w Polsce! @@ -6063,6 +6140,7 @@ Nitro kosztuje teraz !!{price}!! Rzuć okiem! Dzięki Nitro możesz ustawić unikalny awatar na każdym serwerze. I nie tylko! + Obniżyliśmy cenę Nitro w Twoim kraju! Sprawdź nasze najnowsze korzyści Nitro – a wśród nich m. in. awatary serwerowe, dzięki którym na każdym serwerze możesz korzystać z innego awatara. Nowe letnie udoskonalenia! Przesyłaj i używaj animowanych awatarów i emoji Dziel się własnymi emoji na wszystkich serwerach @@ -6428,16 +6506,16 @@ Masz czat premium, ulepszenia **×{num}** i zniżkę na ulepszenia za **!!{price}!!** (oczekuje na anulowanie) Masz czat premium, ulepszenia **×{num}** i zniżkę na ulepszenia (oczekuje na anulowanie) Dodaj płatność - Twoja subskrypcja Nitro wygasa {daysLeft}. Aby móc nadal korzystać m.in. z możliwości personalizacji profilu, dodaj metodę płatności. - Więcej informacji - Stracisz dziś m.in. dostęp do personalizacji profilu i animowanych emoji. + Twoja subskrypcja Nitro kończy się {daysLeft}. Aby móc nadal korzystać m.in. z możliwości personalizacji profilu, dodaj metodę płatności. + Dowiedz się więcej + Za {daysLeft} stracisz m.in. dostęp do personalizacji profilu, możliwość przesyłania większych plików oraz większe możliwości w zakresie współdzielenia ekranu. Twój dostęp do Nitro kończy się dzisiaj. - Zamknij + Odrzuć Zachowaj Nitro Jeżeli przywrócisz subskrypcję Nitro, zaczniemy pobierać opłaty zgodnie z wybraną metodą płatności (**{price}**) i będziemy robić to **co miesiąc** aż do momentu anulowania subskrypcji. Można ją anulować w dowolnym momencie na stronie Ustawień. Jeżeli przywrócisz subskrypcję Nitro, zaczniemy pobierać opłaty zgodnie z wybraną metodą płatności (**{price}**) i będziemy robić to **co rok** aż do momentu anulowania subskrypcji. Można ją anulować w dowolnym momencie na stronie Ustawień. Jeżeli nie zachowasz Nitro, **stracisz:** - Twój dostęp do Nitro skończy się w ciągu {daysLeft}. + Twój dostęp do Nitro skończy się za {daysLeft}. Twoja subskrypcja Nitro wczesnego sympatyka zamieni się niedługo w Nitro Classic. Jeśli chcesz zachować obecne korzyści, w tym ulepszenia, ulepsz subskrypcję teraz. Dostosowanie ulepszeń Kupujesz zmianę planu. Twoje ulepszenia serwerów zostaną odpowiednio zaktualizowane. @@ -6654,6 +6732,14 @@ Nie możesz wysyłać wiadomości do zablokowanych użytkowników Napisz do @!!{name}!! Szybkie przełączanie + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, wiadomość grupowa + !!{name}!!, wiadomość grupowa {mentions} + !!{name}!!, serwer + Wyniki + !!{name}!!, użytkownik, !!{id}!! + !!{name}!!, użytkownik, !!{id}!! {mentions} + {mentions} Kopie robocze Dowiedz się więcej o Quick Switcher Nie możesz znaleźć czego szukasz? @@ -7319,6 +7405,120 @@ Ten kanał ma specjalne uprawnienia. By użytkownik mógł słuchać, ktoś – na przykład moderator serwera lub administrator – musi włączyć mu dźwięk. Dźwięk wyłączony na serwerze Opowiedz innym o tym serwerze. + Wyraź zgodę na zasady + Naruszanie naszych polityk może poskutkować ukaraniem Twojego serwera, w tym usunięciem z Wyszukiwania. + Postępuj zgodnie z [Wytycznymi dla Społeczności]({communityGuidelinesUrl}) Discorda i [Wytycznymi dotyczącymi Wyszukiwania serwerów]({discoveryGuidelinesUrl}) + Zasady + Stwórz przyjazną przestrzeń, gdzie nie promuje się ani nie toleruje nękania, toksycznych zachowań i nielegalnej działalności. + Dbaj o zdrową i pozytywną atmosferę + Pomóż sprawić, by Wyszukiwanie serwerów było bezpieczne dla wszystkich + Wszystkie treści na serwerze muszą być odpowiednie dla osób w wieku 13+. + Nie pozwalaj zamieszczać treści drastycznych ani seksualnych + 3d + estetyka + animacja + anime + aplikacje + sztuka + koszykówka + napoje + bitcoin + kulturystyka + boty + bts + kalistenika + ubrania + kodowanie + szkoła-wyższa + społeczność + crossfit + kryptowaluty + urocze + defi + projektowanie + boty-discorda + disney + disneyworld + rysowanie + edm + edukacja + emoji + emotki + angielski + esport + ethereum + wydarzenia + ćwiczenia + fantasy-football + moda + fivem + jedzenie + futbol-amerykański + forex + formuła-1 + fortnite + przyjaciele + zabawa + gry + github + rozdawanie + siłownia + sprzęt + hip-hop + praca-domowa + hypebeast + inwestycje + javascript + k-pop + język + league-of-legends + nauka + lgbtq + linux + manga + memy + zdrowie-psychiczne + metal + minecraft + produkcja-muzyki + nba + nfl + nft + nitro + odżywianie + open-source + opcje + fotografowanie + premier-league + programowanie + wyścigi + rap + reddit + roblox + role-playing + szkoła + rozwój-osobisty + śpiewanie + przekąski + sneakersy + piłka-nożna + społecznościowe + oprogramowanie + sport + giełda + streamerzy + moda-uliczna + uczenie-się + styl + wsparcie + supreme + technika + trading + podróże + twitch + valorant + yeezy + youtube Serwerowe emoji Zamknij wszystkie foldery Oznacz folder jako przeczytany @@ -7591,6 +7791,8 @@ Mówca Podium na żywo O czym będziecie dziś rozmawiać? + Udawaj, że słyszysz muzykę z windy. + Naciśnij „Zainicjuj podium” i wybierz temat, aby rozpocząć rozmowę. Oczekiwanie na zainicjowanie podium… Oby dzisiaj. Oczekiwanie na zainicjowanie podium. !!{username}!!: @everyone, rozpoczyna się „!!{topic}!!”. Posłuchajcie! @@ -7691,6 +7893,10 @@ Często używane $[~~{regularPrice}~~](originalPriceHook) za darmo !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Kup ulepszenia + Dzięki ulepszeniom serwera można przesłać własne naklejki – nawet ponad {count}. + Zarządzaj naklejkami + Twój serwer czeka, aż prześlesz naklejki! Szczegóły: {stickerPackName} Animowane Pozostały czas: {time} @@ -7994,6 +8200,7 @@ Przesyłaj obrazy, GIF-y, naklejki, opinie i żarty Kanały tekstowe Kanały tekstowe pasujące do **!!{prefix}!!** + Mają zastosowanie standardowe stawki dotyczące wiadomości i danych. Uprawnienia wiadomości Działania dotyczące pól tekstowych Napisz na !!{channel}!! @@ -8038,6 +8245,7 @@ Dołącz do tego wątku, aby otrzymywać powiadomienia i dodać go do listy kanałów. Ten wątek został zarchiwizowany przez moderatora. Tylko moderatorzy mogą przywrócić go z archiwum. Każdy może zapraszać + Każdy może przywrócić z archiwum W tym wątku nikogo nie ma. Możesz zapraszać ludzi, @wzmiankując o nich w wiadomości. Nie można wyświetlić tego wątku @@ -8233,6 +8441,7 @@ Wyłącz wyciszenie kanału Wyłącz wyciszenie rozmowy Wyłącz wyciszenie serwera + Wyłącz wyciszenie wątku Bez nazwy Odepnij Odepnij ją, proszę! @@ -8669,8 +8878,6 @@ Discord: Film Wakacje Wumpusa Vaporwave - Wyraź siebie za pomocą teł wideo, a jeśli masz Nitro, przesyłaj własne! - Nowe tła wideo! Opowiedz nam o swoich doświadczeniach z tłami wideo. Co sądzisz o tłach wideo? Wykrywanie tła było niedokładne @@ -8681,6 +8888,7 @@ Wystąpił problem? Dziękujemy za zgłoszenie problemu! Informacje zwrotne takie jak Twoja pomagają nam usprawnić tła wideo Usuń tło + Przesyłaj niestandardowe tła wideo, streamuj 60 klatek na sekundę w rozdzielczości HD [i nie tylko z Discord Nitro!](onLearnMore) Chcesz przesłać własne tło? Przybliżenie Ukryj członków diff --git a/app/src/main/res/values-pt-rBR/plurals.xml b/app/src/main/res/values-pt-rBR/plurals.xml index 6f9cc0a43c..8ee6fe1493 100644 --- a/app/src/main/res/values-pt-rBR/plurals.xml +++ b/app/src/main/res/values-pt-rBR/plurals.xml @@ -156,6 +156,10 @@ {#} fundo {#} fundos + + {#} caractere + {#} caracteres + {#} membro {#} membros @@ -725,8 +729,8 @@ {#} menções, - {count} amigo - {count} amigos + {count} other amigo + {count} other amigos 1 dia @@ -905,8 +909,8 @@ mais **{count}** servidores estão indisponíveis devido a uma queda temporária. - {#} Impulso aplicado - {#} Impulsos aplicados + {#} impulso aplicado + {#} impulsos aplicados {#} impulso @@ -1124,10 +1128,14 @@ em {#} dia em {#} dias - + {#} dia {#} dias + + {#} dia + + 1 dia {days} dias @@ -1204,6 +1212,18 @@ 1 minuto {retryAfter} minutos + + , {#} mensagem não lida + , {#} mensagens não lidas + + + , {#} mensagem não lida + , {#} mensagens não lidas + + + , {#} mensagem não lida + , {#} mensagens não lidas + 1 outra pessoa outras {n} pessoas diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 3aa175141d..7af7841c86 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -60,6 +60,11 @@ Reduz a saturação de cores no aplicativo para pessoas com sensibilidade a cores. Isso, por padrão, não afeta a saturação de imagens, vídeos, cores de cargos ou outros conteúdos criados pelos usuários. Os links ficarão assim: https://discord.com/ Saturação + Mais rápido + Taxa de texto-para-voz + Prévia + Mais devagar + É assim que o texto-para-voz soa na velocidade atual. Nível de zoom Conta Área do usuário @@ -257,6 +262,7 @@ Ver artigo de ajuda Seu aniversário Vulgo + Ver mais avatares de servidores Todos os tópicos ativos Todos os servidores Permitir @@ -796,7 +802,7 @@ Desculpe, esta compra não pode ser reembolsada. Você pode solicitar um reembolso se a compra tiver sido feita nos últimos {dateLimit} dias e o jogo tiver sido jogado por menos de {playtimeLimit} horas. *Vale para todas as assinaturas Psst! Está querendo resgatar uma chave do Discord? Nós a movemos para o [seu inventário](onClick). - Confirmar Alteração de Preço + Confirmar alteração de preço Baixar invoice VAT Baixar nota de crédito VAT Não é possível adicionar novas fontes de pagamento estando em modo streamer. @@ -812,14 +818,14 @@ As transações do(a) !!{paymentGatewayName}!! não aparecerão abaixo. Para ver o histórico de transações do(a) !!{paymentGatewayName}!! ou para mudar seu métodos de pagamento no(a) !!{paymentGatewayName}!!, [acesse suas configurações de pagamento do(a) !!{paymentGatewayName}!!]({billingHistoryLink}). Você assinou através do(a) !!{paymentGatewayName}!! Isto não é compatível com assinaturas !!{paymentGatewayName}!!. Para gerenciar sua assinatura, acesse [suas configurações de cobrança do(a) !!{paymentGatewayName}!!]({subscriptionManagementLink}). - O preço final e a moeda serão baseados em qual país emite o seu método de pagamento. [Saiba mais]({documentationLink}). + O preço final e a moeda serão baseados no seu método de pagamento selecionado e em qual país o emite. [Saiba mais|]({documentationLink}). Copiado! Link de presente Isso foi um presente Você pode solicitar um reembolso se a compra tiver sido feita nos últimos {dateLimit} dias e se o presente ainda não tiver sido resgatado. [Nossos simpáticos atendentes vão te ajudar a recuperar suas moedas.]({supportURL}) Desculpe, essa compra não pode ser reembolsada. Você pode solicitar um reembolso se a compra tiver sido feita nos últimos {dateLimit} dias e se o presente ainda não tiver sido resgatado. Histórico de cobrança - [Clique aqui]]({documentationLink}) para saber mais sobre como determinamos qual o preço e em qual moeda você vai pagar. + [Clique aqui]({documentationLink}) para saber mais sobre como determinamos qual o preço e em qual moeda você vai pagar. !!{planName}!! - Presente Crédito de assinatura aplicado! Imposto @@ -898,8 +904,10 @@ Relatar um problema Ao solicitar um reembolso, você concorda em perder o acesso a essa funcionalidade. Escolha um motivo para o reembolso + Mudei de ideia Não preciso mais disso Esqueci de cancelar + Comprei um presente que não usei Outra coisa Tive problemas usando Impulsos Não era o que eu esperava @@ -917,6 +925,7 @@ Configurações de cobrança Adicionar método de pagamento Comprar impulsos de servidor + Gerenciar assinatura Ver histórico de pagamentos Presentear com Discord Nitro Comprar Discord Nitro @@ -933,6 +942,7 @@ Selecione um plano Selecionar plano Loja + Informações Sofort Crédito de Assinatura Alterar plano Sua assinatura será mudada a partir de **{renewalDate}**. @@ -961,6 +971,7 @@ Mude para um plano anual e economize uma grana. Curta suas supervantagens e {numFreeGuildSubscriptions} o ano inteiro. 2 meses de graça! Você selecionou {planName}! + Cancelado Malsucedida Pendente Reembolsada @@ -1011,6 +1022,7 @@ Descrição detalhada (opcional) O nome do problema é obrigatório A prioridade é obrigatória + Área com bug Qual o problema? Captura de tela removida do relatório Prioridade @@ -1022,6 +1034,8 @@ Baixa (P2) **Nem urgente, nem importante.** O nível P3 nos deixa saber que existe um problema, mas estes não são do tipo que precisam ser consertados imediatamente. Muito baixa (P3) + Buscar áreas + Selecionar área com bug Enviando relatório Relatório enviado Permissão especial de versão @@ -1031,7 +1045,6 @@ Permissão especial de versão para {releaseChannel} ID da versão {releaseChannel} apenas no cliente - Apenas para {supportedTargets} Permissão especial de versão inválida Usuário incorreto Versão indisponível @@ -1087,10 +1100,12 @@ Vamos ligar a câmera? Aqui está uma prévia da sua câmera: Fundo do vídeo + No momento, vídeos de fundo estão disponíveis para um número limitado de pessoas. Borrar Alterar plano de fundo Mudar fundo de vídeo Personalizado + Plano de fundo personalizado Nenhum Você atingiu o limite de {maxCustomBackgrounds}! Clique com o botão direito para remover um fundo de antes adicionar outro. Carregue seu próprio fundo com a assinatura Nitro! @@ -1152,20 +1167,25 @@ Editar perfil do servidor Definir um avatar diferente para cada um dos seus servidores está disponível apenas para algumas pessoas. Entendi + Use um apelido, e se tiver Nitro, um avatar diferente em cada um dos seus servidores! + Atualizar meu perfil do servidor + NOVO! Perfis de Servidores Use um avatar diferente em cada um dos seus servidores e muito mais com o Discord Nitro! Apelido (desabilitado) Você pode mudar como os outros te veem dentro deste servidor ao definir seu apelido e seu avatar no servidor. Avatar do servidor $[BETA](betaBadgeHook) + Redefinir para avatar principal Erro desconhecido Mudar avatar do servidor Use um avatar diferente em cada um dos seus servidores e muito mais com o **Discord Nitro!** + Apelidos devem ter ao menos {minLength} Desbloquear com Nitro Registro de alterações - Uma mensagem dos nossos fundadores {added marginTop}\n======================\n\n**Originalmente, criamos o Discord em 2015** porque queríamos um jeito mais simples de passar tempo com nossos amigos enquanto jogávamos. Uma maneira de recriar aquela sensação de varar a noite rindo, brincando e, acima de tudo, sendo nós mesmos. Queríamos tornar essa experiência melhor e acessível para mais pessoas.\n\nDesde então, o Discord se tornou um lugar onde todos podem conversar e passar tempo com suas comunidade ou amigos, independente de qual seja a paixão deles. Sempre seremos aquele espaço onde qualquer um pode apenas relaxar e ser quem quiser ser, não importando onde seus amigos estejam. \n\nImagine um lugar {added marginTop}\n======================\n\nMas na verdade, o Discord tem um significado diferente para cada pessoa. Então, nós pedimos que algumas delas contassem o que o Discord significa para elas. E agora elas nos deixaram compartilhar estas histórias com você, para fazermos uma campanha de marketing que não fosse um saco.\n\nNós fizemos o Discord - O Filme (2021). \n\nUm curta-metragem que celebra as histórias incríveis e maravilhosas que pessoas reais compartilharam conosco, como o servidor com tema de piratas de Lucie Winterwolf e o do Kevdog, sobre jogos nostálgicos.\n\nE tem uns famosos lá também.\n\nObrigado {added marginTop}\n======================\n\nFicamos muito inspirados com todas as formas únicas e criativas com que vocês estão usando o Discord e todas as ideias para torná-lo ainda mais útil. As comunidades são o coração do Discord. Temos a honra de ser o lugar onde você conversa e passam tempo com suas pessoas favoritas enquanto explora suas coisas favoritas. \n\nConheceu seu melhor amigo jogando no Discord? Fez um servidor para aprender gaélico? Ou sobre fotografias de pássaros tibetanos? Compartilhe sua história no nosso Twitter, Instagram ou TikTok e use **#imagineaplace** para chamar nossa atenção.\n\nVamos ficar atentos para sua história. E ela provavelmente vai deixar nosso dia melhor. E provavelmente vamos compartilhá-la pelo servidor do escritório, para deixar todos mais felizes.\n\nE, como sempre, continue mandando suas ideias de como melhorar o Discord.\n\nJason & Stan\n\n\n - 2021-08-16 + Novos Recursos {added marginTop}\n======================\n\n* **As Centrais de Estudantes estão sendo lançadas internacionalmente.** Conecte-se a servidores administrados por alunos focados em clubes, grupos de estudo e muito mais para sua escola ou universidade. Para acessar a Central de Estudantes, pegue seu e-mail estudantil [começar](https://discord.com/invite/hzA3MtAURu). Ou, se quiser dar um confere, abra o Discord, pegue a direita, chegando em Descoberta de Servidores, dali são duas vezes à esquerda depois da loja da mercado e toque na aba Centrais de Estudantes.\n* **Adicionada nova página de Perfil de Usuário às configurações.** Agora você pode editar o avatar do seu perfil, sobre mim e, se você tiver o Nitro, o banner do perfil em um só lugar.\n* **Redução no número de Impulsos necessários para os Níveis de Impulso 2 e 3.** Os Servidores agora podem alcançar o Nível 2 com 7 Impulsos e 3 com 14! Ative novas funcionalidades ao seu servidor como mais emojis personalizados, limite maior de upload para todos, banners de servidor, discussões sobre qual deve ser o banner, e ícones para os Cargos.\n* **Ah, verdade! Tem isso também: adicionamos ícones customizados para os cargos no Nível de Impulso 2.** Se você tem um servidor com & impulsos ou mais, você poderá carregar uma imagem ou escolher um emoji customizado para ser o ícone de um cargo. Esses ícones vão aparecer ao lado do nome do cargo na lista de membros e ao lado dos nomes dos usuários nos chats de texto. Vá em Configurações de Servidor > Cargos e edite um cargo para começar.\n* **Novas permissões para as Conversas.** Adicionamos a permissão *Enviar Mensagens em Conversas* para melhorar a experiência da comunidade e incrementamos as já existentes *Criar Conversas Públicas*, *Criar Conversas Privadas*, and *Gerenciar Conversas* para ficaremos mais fáceis de entender. Você poderá ler mais sobre isso no nosso [FAQ de Moderação das Conversas](https://support.discord.com/hc/articles/4404809613847).\n\n\n + 2021-10-04 pt-BR 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png Alterar apelido Membros com esta permissão podem mudar o próprio apelido. Os apelidos são visíveis para todos neste servidor. Não os altere a não ser que você tenha regras de nomes ou removendo um apelido ruim. @@ -1207,6 +1227,8 @@ Silenciar canal !!{channelName}!! Silenciar um canal evita que indicações de não lido e notificações apareçam, exceto se você for mencionado(a). novo-canal + Conferir elegibilidade + Descobrir Servidores agora está disponível para servidores com mais de 1.000 membros! Canal ou categoria Este canal ou servidor está silenciado no momento. Ordem dos canais atualizada. @@ -1467,7 +1489,6 @@ Voz conectada Verificado Conexões - O Discord pode conectar você com seus amigos e ajudá-los a encontrar você. Adicione amigos automaticamente dos seus contatos Sincronizar seus contatos Adicione amigos a partir dos seus contatos e avise-os que você está no Discord. @@ -1897,7 +1918,12 @@ Cortar Tcheco Cor personalizada + Defina ícones únicos para cada cargo com Impulsos de Servidor. Ícones aparecem no bate-papo e na lista de membros. Vá para **configurações do servidor > cargos** para dar uma olhada. + Agora você pode definir ícones de cargos em **configurações do servidor > cargos**. Ícones são únicos de cada cargo e aparecem no bate-papo e na lista de membros. + Configurações do cargo + Definir ícones Entendi + NOVO! Ícones de cargos personalizados Status personalizado Limpar depois de Limpar status @@ -2051,12 +2077,14 @@ Desconectar sua conta poderá te remover dos servidores que você entrou por meio dela. Desconectar !!{name}!! Desconectar-se da voz + Ações de desconexão Desconectar Desconectar O usuário foi desconectado do canal de voz. Junte-se a mais de 100 milhões de pessoas que usam o Discord para conversar e curtir com seus amigos e comunidades. Imagine um lugar Rich Presence do Discord + Em breve no app móvel! Por enquanto, use o Discord para área de trabalho para acessar as Centrais de Estudantes Descubra Descobrir {speakersCount} @@ -2118,6 +2146,8 @@ Editar !!{user}!! Editando mensagem Entendi + Talvez mais tarde + Experimentar Grego O Discord não pode transmitir o áudio do seu app pois estão faltando permissões. Conceder permissões de administrador ao Discord para mandar vibrações harmônicas no ar para seus amigos? Transmitir sem som @@ -2434,6 +2464,8 @@ Enviar uma mensagem aleatória de boas-vindas quando alguém entrar nesse servidor. Enviar uma mensagem quando alguém impulsionar esse servidor. Membros são expulsos automaticamente quando se desconectam, exceto se um cargo for atribuído. + Quando desativado, apenas moderadores e quem criou o tópico podem adicionar novos membros a ele. + Quando desativado, apenas moderadores podem desarquivar este tópico. Limita o número de usuários que podem se conectar a este canal de voz. Os usuários com a permissão **Mover Membros** podem ignorar este limite e mover outros usuários ao canal. Os membros deste servidor devem atender aos seguintes critérios antes de poderem enviar mensagens em canais de texto ou iniciar uma conversa via mensagem direta. Isso não se aplica a membros que recebem um cargo. **Recomendamos definir um nível de verificação para servidores públicos.** Define a qualidade da câmera de vídeo para todos os canais participantes. Escolha **Auto** para uma performance otimizada. @@ -2963,6 +2995,7 @@ !!{username}!! Jogando {applicationName} Seus drivers de vídeo estão desatualizados. Atualize-os para ter uma experiência melhor com o compartilhamento de tela. Assistindo {username} + Vá para o canal Entendi Permitir associação temporária Verde @@ -3070,10 +3103,13 @@ {count} para {query} Explore servidores públicos Ver + Faltando permissão para conectar. + Onde é seu evento? Recomendamos uma imagem que tenha 800px de largura e 400px de altura. Coloque uma foto de capa (opcional) Remover foto Preencha os detalhes do seu evento. + Conte às pessoas um pouco mais sobre o seu evento. Markdown funciona aqui. Sobre o que é o seu evento? Assunto do evento {date} {time} @@ -3083,19 +3119,28 @@ {count} Têm interesse {count} interessadas Você receberá uma notificação quando o evento começar - Entrar no servidor + O evento terminou + Entrar e visualizar evento Ou, envie um convite do evento a um amigo + Convide amigos para o evento {count} Ouvindo Insira uma localização + Coloque a localização, um link ou algo assim. Em outro lugar + Canal de texto, link esterno, ou local em pessoa. + Onde você estava quando baixou o Discord + Ótimo para eventos de áudio de comunidades maiores. Encontrem-se com voz, vídeo, compartilhamento de tela e Go Live. Para ninguém ficar perdido e saber aonde ir. Onde é seu evento? Selecione um canal Escolha um canal de voz + Crie alguns eventos no seu servidor para reunir a galera. Não há eventos futuros. Localização + Informações do evento Revisar + A hora de início deve ser no futuro. Quando for a hora, visite $[**!!{channelName}!!**](channelHook) para começar o evento! Aqui está uma prévia do seu evento. Apenas membros que podem visualizar este canal podem ver este evento. @@ -3106,6 +3151,7 @@ Tente usar um canal palco! Começar evento: {eventName} Agendar para {startTime} + Agendado para {startTime} Passo {step} de {total} Eventos Criar @@ -3566,6 +3612,7 @@ Estamos transmitindo! {serverName} está aparecendo no mapa! Expanda sua comunidade com o Descobrir Servidores O Discord priorizará esse servidor na busca para usuários que falarem o idioma selecionado. + Estar listado no [Descobrir Servidores]({documentationUrl}) permite que qualquer um encontre e entre no seu servidor. Ainda estamos esperando o resultado dos exames! Escreva uma descrição para contar pra todo mundo qual a pira do seu servidor! Categorias ajudam o Discord a organizar servidores, assim fica mais fácil descobrir comunidades que te interessem. Você pode selecionar 1 categoria primária e até 5 subcategorias. @@ -4092,7 +4139,7 @@ Descrição do Servidor Sucesso! Entendi! - Seu servidor foi adicionado à Central de !!{guildName}!!! + Seu servidor foi adicionado à Central de !!{guildName}!!. Adicionar servidor Você ainda não adicionou nenhum servidor! Servidores que você adicionou @@ -4104,10 +4151,10 @@ Criar novo servidor Quer começar um novo grupo? Você ainda poderá convidar pessoas de fora da Central para o seu servidor. - Ajude a Central Discord !!{guildName}!! a crescer + Ajude a Central de Estudantes de !!{guildName}!! a crescer Ir para o Servidor Voltar à Central - Seu servidor foi criado e adicionado à Central de !!{guildName}!!! + Seu servidor foi criado e adicionado à Central de !!{guildName}!! Personalize seu servidor Ajude outros estudantes a encontrar !!{guildName}!! Dê uma descrição e uma categoria ao seu servidor e ajude as pessoas a encontrá-lo. @@ -4118,9 +4165,10 @@ Convidar pessoas para esta Central Você é uma das primeiras pessoas aqui! Vamos começar adicionando alguns servidores e membros. Bem-vindo(a) à Central de Estudantes de !!{guildName}!! - Central Discord para !!{guildName}!! + Centrais de Estudantes de !!{guildName}!! De clubes e grupos de estudo a noites de jogos, temos um lugar para você. Encontre sua turma + Central de Estudantes Centrais de Estudantes Um ambiente exclusivo para se conectar com alunos, descobrir servidores e compartilhar seus próprios servidores para os alunos entrarem. As Centrais não estão afiliadas nem são administradas por instituições de ensino. Os servidores na Central são completamente administrados por estudantes, mas podem incluir outras pessoas. Confirme o link em seu e-mail para prosseguir a verificação. Essa página será automaticamente atualizada. @@ -4129,9 +4177,9 @@ Reenviar link de confirmação Entre na Central de Estudantes de quaisquer instituições de que fizer parte. Vai a várias escolas? + Não, valeu Entrar na Central Não, valeu - Encontre com facilidade servidores de alunos para seus grupos de estudo, clubes, noite de jogos e muito mais. Você é estudante? Junte-se à Central de Estudantes da sua instituição de ensino! E-mail da instituição de ensino nome@escola.edu @@ -4140,16 +4188,18 @@ Nenhum resultado encontrado [Entre na lista de espera.](onJoinWaitlist) Não encontra sua instituição de ensino? [Entre na lista de espera.](onJoinWaitlist) - Junte-se a {count} na Central de Estudantes de !!{guildName}!!! + Entre em {count} na Central de Estudantes de !!{guildName}!!! Entrar em outra Central - Encontre com facilidade servidores de alunos para seus grupos de estudo, clubes, noite de jogos e muito mais. - Você é estudante? Junte-se à Central Discord da sua instituição de ensino! + Você é estudante? Junte-se à Central de Estudantes da sua instituição de ensino! Entrar na Central + Acesse centrais exclusivas para estudantes + A Central da sua instituição de ensino ainda não está online. Informe o nome da sua instituição de ensino e nós avisaremos você quando a Central estiver funcionando! Entre na lista de espera Nome da instituição Nome completo da instituição de ensino Um ambiente exclusivo para se conectar com alunos, descobrir servidores e compartilhar seus próprios servidores para os alunos entrarem. As Centrais não estão afiliadas nem são administradas por instituições de ensino. Os servidores na Central são completamente administrados por estudantes, mas podem incluir outras pessoas. Centrais de Estudantes + O que é uma Central de Estudantes? Se o seu servidor for apenas para estudantes, basta convidar seus colegas de classe. Eles não precisam ter um e-mail .edu para participar Remover da Central Deseja mesmo remover !!{guildName}!! desta Central? @@ -4161,7 +4211,7 @@ Você enviou um convite para uma Central Convide amigos para a Central de Estudantes da sua instituição de ensino É necessário ter um e-mail de estudante para entrar. - Não recebeu o código? [Reenviar código](onClick) para !!{email}!! + Enviamos um e-mail com seu código. Não recebeu? [Reenviar código](onClick) para !!{email}!! Vamos nessa! Nome completo Nome verdadeiro @@ -4174,11 +4224,13 @@ Convidar pessoas Entrar em servidores Minha instituição de ensino não está aqui - Verificar e-mail + Central de Estudantes verificada + Verifique seu e-mail para entrar joão@faculdade.edu E-mail da instituição de ensino + Você é estudante? Junte-se à Central de Estudantes da sua instituição de ensino! Receba uma notificação quando sua central estiver funcionando para que você encontre facilmente servidores de alunos para seus grupos de estudo, clubes. - Nós avisaremos quando a Central Discord da instituição de ensino !!{school}!! estiver funcionando. + Nós avisaremos quando a Central de Estudantes de !!{school}!! estiver funcionando. Valeu! Você está na lista de espera. alguns segundos {time} @@ -4468,7 +4520,7 @@ Este emoji não funciona aqui porque é de um servidor diferente. Atualize para o Discord Nitro para poder usar emojis de outros servidores Este emoji não funciona aqui porque é de outro servidor. O Discord Nitro pode resolver isso. Dê uma olhada nas Configurações de Usuário > Nitro para mais detalhes Insira um link de convite ou um código de convite válido. - A sua forma de pagamento falhou, atualize os seus dados de pagamento para continuar com a sua assinatura Nitro. + Seu método de pagamento falhou, atualize suas informações de pagamento para continuar usando sua assinatura Nitro. canal-inválido Canal inválido Convidar um amigo @@ -4745,6 +4797,7 @@ Expulsar Expulsar membros Expulsar !!{user}!! + Deseja mesmo expulsar !!{user}!! do servidor? Ele(a) poderá entrar novamente com um novo convite. !!{user}!! foi expulso(a) do servidor. Ops… !!{user}!! não pôde ser expulso(a). Tente novamente! Expulsar !!{user}!! do servidor @@ -4865,15 +4918,15 @@ Selecionar idioma Você pode mudar isso mais tarde. Olá! Selecione um idioma - Já está sabendo sobre o novo preço do Nitro em {country}? [Saiba mais]({documentationLink}). + Já está sabendo sobre o novo preço do Nitro em {country}? [Saiba mais em]({documentationLink}). Gerenciar plano Nós abaixamos o preço do Nitro na sua região. Reative sua assinatura e descubra se vai economizar. - Nós abaixamos o preço do Nitro na sua região. Gerencie seu método de pagamento e descubra se vai economizar. [Saiba mais]({documentationLink}). + Nós abaixamos o preço do Nitro na sua região. Gerencie seu método de pagamento e descubra se vai economizar. [Saiba mais em]({documentationLink}). Atualizar agora Nós abaixamos o preço do Nitro na sua região. Atualize seu método de pagamento e descubra se vai economizar. Gerenciar plano Nós abaixamos o preço do Nitro na sua região. Veja se você vai economizar usando sua moeda. - Mudar seu método de pagamento vai alterar o preço da sua assinatura e a moeda do pagamento para {newCurrencyAndPrice}. [[Clique aqui]]({helpCenterLink}) para saber mais sobre como determinamos o que você paga. + Mudar seu método de pagamento vai alterar o preço da sua assinatura e a moeda do pagamento para {newCurrencyAndPrice}. [Clique aqui]({helpCenterLink}) para saber mais sobre como determinamos o que você paga. **Dica**: Use um método de pagamento de {country} para pagar pela sua assinatura em {currency}! [Clique aqui]({helpCenterLink}) para saber mais sobre como determinar o preço e a moeda. **Viva!** Já que você mora em {country}, agora vai pagar apenas {newPrice} pelo Nitro! [Saiba Mais]({helpCenterLink}). Entrar @@ -5008,8 +5061,10 @@ Presente Membro Lista de membros + Mostrar lista de membros Apenas moderadores e usuários convidados podem ver este tópico. Esta pessoa é a dono(a) do servidor e sempre tem todas as permissões, independentemente dos cargos. + Ocultar lista de membros Adicionar pergunta Adicionar regra Você receberá notificações de qualquer mudança. @@ -5136,6 +5191,7 @@ Você precisa atualizar seu app para entrar neste servidor. Membros {members} + Lista de membros para !!{channel}!! (canal) Resultados de membros para **!!{prefix}!!** Buscar membros Mencionar @@ -5211,7 +5267,6 @@ Você precisa designar outro em [Configurações do servidor > Comunidade > Visão geral](onClick) antes de poder excluir este canal. Ativar escala de hardware Função experimental que pode melhorar o desempenho em chamadas de vídeo. Cuidado, pode causar problemas. - Encontre com facilidade servidores de alunos para seus grupos de estudo, clubes, noite de jogos e muito mais. [Saiba mais.](onClick) Um ambiente exclusivo para se conectar com alunos, descobrir servidores e compartilhar seus próprios servidores para os alunos entrarem. As Centrais não estão afiliadas nem são administradas por escolas. Servidores na Central são geridos pelos alunos, mas podem incluir não alunos. @@ -5306,6 +5361,8 @@ Silenciar este canal Silenciar este servidor Silenciar esta conversa + Silenciar este tópico + Silenciar tópico Duração do silêncio Silenciado(a) até {endTime} Amigos em comum @@ -5807,6 +5864,24 @@ Insira seu código de confirmação para redefinir sua senha A senha é obrigatória. Exibir senha + Entrar com a senha + Enviaremos o código para {recipient}. + Enviado para {recipient}. + Insira a senha para a conta com o e-mail {email} + Insira a senha para a conta com o número de telefone {phone} + Insira sua senha + Receba um código de uso único para entrar + Insira o código para entrar + Continuar + Reenviar + Entre com seu número de telefone ou e-mail. Enviaremos um código de uso único para você entrar. + Olá de novo! + Envie-me um código + Entre com seu número de telefone ou e-mail para começar a conversar. + Bem-vindo(a) de volta! + A entrada sem senha permite que você entre na sua conta Discord ao inserir um código de 8 dígitos que enviaremos para seu telefone ou e-mail. + Ativar entrada sem senha + Entrada sem senha Colar Pausa Continuar @@ -5845,6 +5920,7 @@ Editar método de pagamento É necessário um e-mail. MM/AA + Giropay Informações do pagamento Inválido Não conseguimos cobrar este método de pagamento. Garanta que a informação está correta. @@ -5877,9 +5953,11 @@ Pendente Amigos pendentes Pessoas + Avatares de servidor Seja quem você quiser e use um avatar diferente em cada um dos seus servidores. Avatares múltiplos Seja quem você quiser e use um avatar diferente em cada um dos seus servidores + Identidade atualizada! {percentage}%% desde a semana passada Precisa de ajuda com as permissões? Acesso aos arquivos multimídia negado - o Discord requer acesso ao armazenamento para publicar anexos. @@ -5969,11 +6047,11 @@ Não foi possível cancelar a sua assinatura Nitro. Tente novamente ou entre em contato com nossa equipe de assistência se esse problema persistir. O cancelamento ocorrerá imediatamente para qualquer assinatura Nitro e de Impulso de Servidor. Sua Discord Tag será aleatorizada, caso você a tenha mudado. Esqueça, manter o Nitro - Seus **2 Impulsos grátis** e **30%% de desconto em Impulsos** + Seus **2 impulsos grátis** e **30%% de desconto em impulsos** {boostCount} Acesso a **emojis personalizados** e **figurinhas** em todos os seus servidores - Um **avatar animado**, **uma faixa de perfil** e **Discord Tag** personalizada - Um **avatar animado**, **uma faixa de perfil** e **Discord Tag** personalizada (#{discriminator}) + Um **avatar animado**, **uma faixa de perfil** e uma **Discord Tag** personalizada + Um **avatar animado**, **uma faixa de perfil** e uma **Discord Tag** personalizada (#{discriminator}) Melhor qualidade de **compartilhamento de tela** Se você cancelar, **perderá estas vantagens:** Deseja mesmo cancelar? @@ -5985,21 +6063,21 @@ Quer personalizar sua tag? Assine o Nitro! Quando sua assinatura Nitro terminar, sua Discord Tag será aleatorizada. Esta tag é inválida. As tags devem ser maiores que 0. - Personalize e expresse quem você é por todo o Discord com as nossas atualizações de verão! + Aproveite as novas atualizações para personalizar e expressar quem você é no Discord! Editar perfil do servidor - Defina um avatar único para cada um dos seus servidores. Seja um estudante em um, seu personagem de D&D em outro e seu eu real, seja lá quem for, em um terceiro. + Defina um avatar único em cada um dos seus servidores. Seja um estudante em um, seu personagem de D&D em outro e seu eu real, seja lá quem for, em um terceiro. Avatares de servidor Entre em até 200 servidores Mensagens mais longas, com até 4 mil caracteres Novo Seletor de GIFs para o seu avatar ou a sua faixa - … e mais! + … e muito mais! Editar perfil de usuário - Destaque aquele interesse que faz parte da sua personalidade em uma nova faixa de perfil com avatar animado combinando e ainda uma marca personalizada. + Destaque aquele interesse que faz parte da sua personalidade em uma nova faixa de perfil com avatar animado combinando e ainda uma tag personalizada. Faixas de perfil Navegar pelas figurinhas - Mostre aos amigos como você se sente de verdade com as figurinhas personalizadas no bate-papo, em todos os seus servidores, e ainda desfrute de 300 figurinhas exclusivas do Nitro. + Mostre aos seus amigos como você realmente se sente com figurinhas personalizadas no bate-papo de todos os seus servidores, e aproveite 300 figurinhas exclusivas do Nitro. Figurinhas no bate-papo - O Nitro está muito melhor. Você vai se sentir um pinto no lixo - não é confortável? Bom… Desculpe. [Saiba mais sobre o Nitro.](onLearnMore) + Nitro fornece um salto de qualidade. Salto, entendeu? Rê, rê. [Saiba mais sobre o Nitro.](onLearnMore) O que tem novo no Nitro Baixamos o preço do Nitro no Brasil! Baixamos o preço do Nitro na Polônia! @@ -6007,6 +6085,7 @@ O Nitro agora custa !!{price}!! Dê uma olhada! Carregue um avatar único para cada servidor e muito mais com o Nitro. + Baixamos o preço do Nitro no seu país! Confira as mais novas vantagens Nitro, incluindo avatares de servidor, que permite utilizar avatares diferentes em cada servidor. Novas atualizações de verão! Envie e use avatares animados e emojis Compartilhe emojis personalizados em todos os servidores @@ -6372,16 +6451,16 @@ Por **!!{price}!!**, você recebe o bate-papo premium, **{num}x** Impulsos e um desconto em novos Impulsos (Cancelamento pendente) Você recebe o bate-papo premium, **{num}x** impulsos e um desconto em novos impulsos (Cancelamento pendente) Adicionar pagamento - Sua assinatura Nitro termina {daysLeft}. Adicione um método de pagamento para continuar usando funções como a personalização de perfil. + Sua assinatura Nitro termina em {daysLeft}. Adicione um método de pagamento para continuar usando funções como a personalização de perfil. Saiba mais - Você perderá acesso à personalização do perfil, emojis animados e outras coisas, hoje. + Você perderá acesso à personalização do perfil, envio de arquivos maiores, compartilhamento de tela melhor, entre outras coisas, em {daysLeft}. Seu acesso ao Nitro acaba hoje. Ignorar Manter o Nitro Se você reabrir o Nitro, nós voltaremos a cobrar **{price}** do seu método de pagamento **mensalmente** até que você cancele sua assinatura. Você pode cancelá-la a qualquer momento na sua página de Configurações. Se você reabrir o Nitro, nós voltaremos a cobrar **{price}** do seu método de pagamento **anualmente** até que você cancele sua assinatura. Você pode cancelá-la a qualquer momento na sua página de Configurações. Se não ficar com o Nitro, **você perderá:** - Seu acesso ao Nitro acaba em {daysLeft}. + Seu acesso ao Nitro acaba em {daysLeft} # dias. Sua assinatura ancestral está prestes a se tornar uma Nitro Classic. Se desejar manter suas vantagens atuais, incluindo os impulsos, melhore agora. Ajuste nos impulsos Você está comprando uma mudança de plano. Seus impulsos de servidor serão atualizados de acordo com isso. @@ -6598,6 +6677,14 @@ Você não pode conversar com usuários bloqueados Conversar com @!!{name}!! Troca rápida + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, mensagem de grupo + !!{name}!!, mensagem de grupo {mentions} + !!{name}!!, servidor + Resultados + !!{name}!!, usuário, !!{id}!! + !!{name}!!, usuário, !!{id}!! {mentions} + {mentions} Rascunhos Saiba mais sobre o Quick Switcher Não consegue encontrar o que você está procurando? @@ -7263,6 +7350,120 @@ Este canal tem permissões especiais. Para ouvir nele, você precisará pedir que um moderador ou administrador do servidor reative seu áudio. Inaudível no servidor Conte ao mundo mais sobre esse servidor. + Concordar com as regras + Violar nossas políticas pode resultar em penalidades contra seu servidor, incluindo remoção das Descobertas. + Cumpra as [Diretrizes da Comunidade]({communityGuidelinesUrl}) e [Diretrizes de Descoberta]({discoveryGuidelinesUrl}) do Discord + Regras + Crie uma área acolhedora na qual o assédio, a toxicidade e a atividade ilegal não sejam promovidos ou tolerados. + Promova um ambiente saudável e positivo + Ajude a manter Descobrir Servidores seguro para todos + O conteúdo do servidor deve ser apropriado para todos acima de 13 anos. + Não hospede conteúdo gráfico ou conteúdo sexual + 3d + estética + animação + anime + aplicativos + arte + basquete + bebidas + bitcoin + bodybuilding + bots + bts + calistenia + roupas + programação + faculdade + comunidade + crossfit + criptomoeda + bonitinho + defi + design + bot-do-discord + disney + disneyworld + desenho + edm + educação + emoji + emotes + inglês + e-sports + ethereum + eventos + exercício + fantasy-football + moda + fivem + comida + futebol-americano + forex + formula1 + fortnite + amigos + diversão + jogos + github + brindes + academia + hardware + hiphop + dever-de-casa + antecipação + investimento + javascript + kpop + idioma + leagueoflegends + aprendizado + lgbtq + linux + mangá + memes + saúde-mental + metal + minecraft + produção-musical + nba + nfl + nft + nitro + nutrição + opensource + opções + fotografia + premier-league + programação + corrida + rap + reddit + roblox + interpretação + escola + autoaperfeiçoamento + canto + petiscos + tênis + futebol + social + software + esportes + ações + streamer + streetwear + estudo + estilo + suporte + supremo + tecnologia + negociação + viagem + twitch + valorant + yeezy + youtube Emojis do servidor Fechar todas as pastas Marcar pasta como lida @@ -7535,6 +7736,8 @@ Orador Palco ao vivo Sobre o que você vai falar hoje? + Faz de conta que tem música de elevador tocando. + Pressione Começar o palco e escolha um assunto para começar a conversa. Esperando o palco começar… Alguém quer um cházinho? Esperando o palco começar. !!{username}!!: @everyone !!{topic}!! está começando. Venham ouvir! @@ -7635,6 +7838,10 @@ Utilizadas com frequência $[~~{regularPrice}~~](originalPriceHook) Grátis !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Comprar impulsos + Envie {count}+ figurinhas personalizadas com Impulsos de Servidor. + Gerenciar figurinhas + Seu servidor está esperando as figurinhas que você vai enviar! {stickerPackName} (Detalhes) Com animação Tempo restante: {time} @@ -7938,6 +8145,7 @@ Poste imagens, GIFs, figurinhas, opiniões e piadas Canais de texto Resultados de canais de texto para **!!{prefix}!!** + Taxas de dados e mensagens podem ser cobradas. Permissões de texto Ações de área de texto Conversar em !!{channel}!! @@ -7982,6 +8190,7 @@ Entre neste tópico para obter notificações e salvá-lo na sua lista de canais. Este tópico foi arquivado por um(a) moderador(a). Apenas moderadores podem reabri-lo. Qualquer um pode convidar + Qualquer um pode desarquivar Não há ninguém neste tópico. Convide pessoas @mencionando-as em uma mensagem. Não é possível ver este tópico @@ -8177,6 +8386,7 @@ Dessilenciar canal Dessilenciar conversa Dessilenciar servidor + Dessilenciar tópico Sem nome Desafixar Tira ela daí, por favor! @@ -8613,8 +8823,6 @@ Discord - O Filme Férias Wumpus Vaporwave - Expresse-se com fundos do vídeo, e se tiver o Nitro, envie o seu próprio! - Novos fundos do vídeo! Conte-nos como foi sua experiência com os fundos de vídeo. Que tal os fundos de vídeo A detecção do fundo não estava precisa. @@ -8625,6 +8833,7 @@ Teve algum problema? Obrigado por informar seu problema! Comentários como o seu nos ajudam a melhorar os fundos de vídeo. Remover fundo + Envie vídeos de fundo personalizados, transmita em 60 quadros por segundo com resolução HD, [e muito mais com o Discord Nitro!](onLearnMore) Quer enviar seu próprio fundo? Foco Ocultar membros diff --git a/app/src/main/res/values-ro/plurals.xml b/app/src/main/res/values-ro/plurals.xml index 1f770546e6..8d96c1e909 100644 --- a/app/src/main/res/values-ro/plurals.xml +++ b/app/src/main/res/values-ro/plurals.xml @@ -1135,6 +1135,10 @@ în {#} zi în {#} zile + + {#} zi + {#} zile + {#} zi {#} zile @@ -1215,6 +1219,18 @@ 1 minut {retryAfter} minute + + , {#} mesaj necitit + , {#} mesaje necitite + + + , {#} mesaj necitit + , {#} mesaje necitite + + + , {#} mesaj necitit + , {#} mesaje necitite + 1 alt {n} alți diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 9adfcb64a3..b6f722e0ee 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -60,6 +60,11 @@ Reduce saturația culorilor în aplicație, pentru persoanele cu sensibilitate la culori. Setarea nu afectează saturația imaginilor, clipurilor video, culorilor pentru roluri sau a conținutului furnizat de utilizatori. linkurile vor arăta așa: https://discord.com/ Saturație + Mai rapid + Viteză Text-to-Speech + Previzualizare + Mai lent + Așa sună funcția text-to-speech la viteza actuală. Nivelul zoom-ului Cont Spațiu opțiuni utilizator @@ -812,7 +817,7 @@ Tranzacțiile !!{paymentGatewayName}!! nu vor fi enumerate mai jos. Pentru a vizualiza istoricul tranzacțiilor !!{paymentGatewayName}!! sau pentru a schimba metoda de plată din !!{paymentGatewayName}!!, [accesează setările de facturare !!{paymentGatewayName}!!]({billingHistoryLink}). Te-ai abonat prin !!{paymentGatewayName}!! Această acțiune nu este acceptată pentru abonamentele prin !!{paymentGatewayName}!!. Pentru a gestiona abonamentul, [accesează setările de facturare !!{paymentGatewayName}!!]({subscriptionManagementLink}). - Prețul final și valuta vor fi stabilite în funcție de țara care a emis metoda de plată. [Află mai multe aici]({documentationLink}). + Prețul final și valuta vor fi stabilite în funcție de metoda de plată selectată și de țara care a emis-o. [Află mai multe]({documentationLink}). Copiat! Link cadou Acesta a fost un cadou @@ -904,7 +909,7 @@ Am cumpărat un cadou pe care nu l-am folosit Alt motiv Am întâmpinat o problemă la folosirea boost-urilor - Nu a corespuns așteptările mele + Nu a corespuns așteptărilor mele Vreau să trec la un alt abonament Nitro L-am cumpărat din greșeală !!{tax}!! a fost adăugată la taxele pe vânzare din cauza adresei tale de facturare. @@ -919,6 +924,7 @@ Setări facturare Adaugă o metodă de plată Cumpără boost-uri pentru server + Gestionează abonament Vezi istoricul plăților Dăruiește Discord Nitro Cumpără Discord Nitro @@ -935,6 +941,7 @@ Selectează un abonament Selectează planul Magazin + Informații Sofort Credit abonament Schimbă planul Abonamentul tău se va schimba începând de pe **{renewalDate}**. @@ -963,6 +970,7 @@ Treci la abonamentul anual și economisește niște bani. Bucură-te de avantaje super tari și de {numFreeGuildSubscriptions} pe durata întregului an. 2 luni gratuite! Ai selectat {planName}! + Anulat Eșuat În așteptare Restituit @@ -1013,6 +1021,7 @@ Descriere detaliată (opțional) Numele problemei este obligatoriu Prioritatea este obligatorie + Zona funcției Despre ce problemă este vorba? S-a eliminat captura de ecran din raport Prioritate @@ -1024,6 +1033,8 @@ Redusă (P2) **Nici urgentă, nici importantă.** P3 ne permite să recunoaștem că există o problemă, însă nu este nevoie ca aceasta să fie rezolvată decât după soluționarea altor problemele mai urgente. Foarte redusă (P3) + Caută zona funcției + Selectează zona de funcții Se trimite raportul Raport trimis Suprascriere build @@ -1033,7 +1044,6 @@ Suprascriere build pentru {releaseChannel} ID build doar client {releaseChannel} - doar țintele {supportedTargets} Suprascriere build nevalidă Utilizator incorect Build indisponibil @@ -1089,10 +1099,12 @@ Ești gata de chat video? Iată previzualizarea camerei tale: Fundal video + Configurarea fundalurilor video este momentan disponibilă doar pentru un număr limitat de persoane. Estompat Schimbă fundalul Schimbă fundalul video Personalizat + Fundal personalizat Niciunul Ai atins limita de {maxCustomBackgrounds}! Dă clic dreapta pentru a elimina un fundal înainte să adaugi unul nou. Încarcă-ți propriul fundal personalizat, cu ajutorul Nitro! @@ -1158,7 +1170,8 @@ Poreclă (Dezactivată) Poți schimba cum te văd ceilalți de pe acest server setând o poreclă și un avatar specifice serverului. Avatar server $[BETA](betaBadgeHook) - Eroare Necunoscută + Resetează la avatarul principal + Eroare necunoscută Schimbă avatarul pentru server Folosește câte un avatar diferit pe fiecare server, plus multe altele cu **Discord Nitro!** Deblochează cu Nitro @@ -1204,6 +1217,8 @@ Amuțește canalul !!{channelName}!! Amuțirea unui canal împiedică apariția indicatorilor de mesaje necitite și a notificărilor, cu excepția mențiunilor directe. canal-nou + Verifică eligibilitatea + Descoperirea serverelor este acum disponibilă pentru serverele cu peste o mie de membri! Canal sau categorie Acest canal sau server este momentan amuțit. Ordinea canalelor a fost actualizată. @@ -1464,7 +1479,6 @@ Voce conectată Verificat Conexiuni - Discord te poate conecta cu prietenii și îi poate ajuta să te găsească. Adaugă automat contactele ca prieteni Sincronizează-ți contactele Adaugă prieteni din lista de contacte și dă-le de știre că ești pe Discord. @@ -1894,7 +1908,12 @@ Decupează Cehă Culoare personalizată + Setează o pictogramă unică pentru fiecare rol prin Stimularea serverelor. Pictogramele se afișează în chat și în lista de membri. Mergi la **Setări server > Roluri** ca să le încerci. + Acum poți configura pictogramele pentru roluri accesând **Setări server > Roluri**. Pictogramele sunt unice pentru fiecare rol și sunt afișate în chat și în lista de membri. + Setări roluri + Setează pictogramele Am înțeles + NOU! Pictograme pentru roluri personalizate Status personalizat Șterge după Șterge status @@ -2048,12 +2067,14 @@ Deconectarea contului ar putea să te elimine din serverele în care ai intrat cu acest cont. Deconectează !!{name}!! Deconectat de la voce + Acțiuni pentru deconectare Deconectează-te Deconectează-te Utilizatorul a fost deconectat de la voce. Alătură-te celor peste 100 de milioane de persoane care folosesc Discord pentru a sta de vorbă și a-și petrece timpul cu comunitățile și prietenii. Imaginează-ți un loc Rich Presence de la Discord + În curând pe mobil! Deocamdată, accesează Hub-uri studențești de pe desktop Descoperă Descoperire {speakersCount} @@ -2115,6 +2136,8 @@ Editează pe !!{user}!! Mesajul se editează Am înțeles + Poate mai târziu + Încearcă și tu! Greacă Discord nu poate face streaming la sunetul aplicației tale din cauză că nu are permisiunea necesară. Îi acorzi administratorului Discord permisiunile necesare pentru a le transmite prietenilor tăi aceste unde sonore dulci și melodioase? Fă streaming fără sunet @@ -2480,6 +2503,8 @@ Trimite un mesaj de bun venit aleatoriu atunci când cineva se alătură acestui server. Trimite un mesaj atunci când cineva oferă un boost acestui server. Membrii sunt dați afară automat când se deconectează, cu excepția cazului în care li s-a atribuit un rol. + După ce a fost dezactivat, doar moderatorii și creatorul firului pot adăuga membri noi la acesta. + După ce a fost dezactivat, doar moderatorii pot dezarhiva acest fir. Limitează numărul de utilizatori care se pot conecta la acest canal de voce. Utilizatorii cu permisiunea **Mută membri** ignoră această limită și pot muta alți utilizatori pe canal. Membrii server-ului trebuie să îndeplinească următoarea condiție înainte să trimită mesaje pe canalele de text sau să inițieze o conversație prin mesaje directe. Dacă un membru are un rol atribuit, atunci aceasta nu se aplică. **Recomandăm setarea unui nivel de verificare în cazul în care server-ul Discord este public.** Configurează calitatea video pentru toți participanții de pe canal. Alege **Automată** pentru o performanță optimă. @@ -3009,6 +3034,7 @@ !!{username}!! joacă {applicationName} Driverele video nu sunt la zi. Pentru o performanță mai bună a funcției de partajare a ecranului, actualizează-le. Urmărește pe {username} + Mergi la Canal Am înțeles Acordă temporar calitatea de membru Verde @@ -3116,10 +3142,13 @@ {count} corespund căutării „{query}” Explorează serverele publice Vizualizează + Lipsește permisiunea de conectare. + Unde se ține evenimentul tău? Îți recomandăm o imagine de cel puțin 800px lungime și 400px înălțime. Adaugă o poză de copertă (Opțional) Elimină poza Introdu detaliile evenimentului. + Spune ceva mai multe despre evenimentul tău. Poți folosi sintaxa markdown. Despre ce este evenimentul tău? Subiectul evenimentului {date} la {time} @@ -3129,19 +3158,28 @@ {count} sunt interesați {count} Vrei primi o notificare când începe evenimentul - Alătură-te serverului + Evenimentul s-a încheiat + Alătură-te și vizualizează evenimentul Sau trimite-i unui prieten un link de invitație la eveniment + Invită prieteni la eveniment {count} ascultă Introdu o locație + Adaugă o locație, un link sau altceva. Altundeva + Canal de text, link extern sau locație de întâlnire față în față. + Unde te aflai când ai descărcat Discord + E opțiunea perfectă pentru evenimentele audio adresate comunităților mai mari. Stai de vorbă audio, pornește-ți camera, partajează-ți ecranul sau profită de Go Live. Ca să nu se piardă nimeni pe drum. Unde se ține evenimentul tău? Alege un canal Selectează un canal de voce + Creează evenimente la care să poată participa serverul tău. Nu există evenimente viitoare. Locație + Informații eveniment Verifică + Ora deschiderii trebuie să fie în viitor. Când e momentul, mergi la $[**!!{channelName}!!**](channelHook) ca să pornești evenimentul! Iată previzualizarea evenimentului tău. Doar membrii care văd acest canal pot accesa evenimentul. @@ -3152,6 +3190,7 @@ Folosește un canal podium! Pornește evenimentul: „{eventName}” Programat pe {startTime} + Programat pe {startTime} Pasul {step} din {total} Evenimente Creează @@ -3612,6 +3651,7 @@ Ai reușit! {serverName} este acum pe hartă! Crește-ți comunitatea cu Descoperire server Discord îi va acorda prioritate acestui server în căutări pentru utilizatorii care vorbesc limba selectată. + Dacă serverul tău e inclus în [Descoperirea serverelor]({documentationUrl}), oricine îl poate descoperi și i se poate alătura. Încă îți așteptăm parametrii de sănătate! Povestește-le tuturor despre server-ul tău printr-o descriere! Categoriile ajută la organizarea serverelor Discord, astfel încât utilizatorilor să le fie mai ușor să descopere comunitățile care îi interesează. Poți selecta 1 categorie principală și maximum 5 subcategorii. @@ -4133,12 +4173,12 @@ Maghiară Alege o categorie Categorie - Descrierea serverului va fi afișată în hub. + Descrierea serverului va fi afișată în hub-ul studențesc. Care e treaba cu serverul tău? Ce face lumea acolo? Descrierea serverului A mers! Am înțeles! - Serverul tău a fost adăugat în hub-ul pentru !!{guildName}!!! + Serverul tău a fost adăugat în hub-ul studențesc pentru !!{guildName}!!. Adaugă un server Încă nu ai adăugat niciun server! Servere pe care le-ai adăugat @@ -4150,10 +4190,10 @@ Creează un server nou Vrei să pornești un grup nou? Vei putea în continuare să inviți persoane din afara hub-ului pe serverul tău. - Ajută hub-ul Discord pentru !!{guildName}!! să se dezvolte + Ajută hub-ul studențesc pentru !!{guildName}!! să se dezvolte Mergi la server Înapoi la hub - Serverul tău a fost creat și adăugat în hub-ul pentru !!{guildName}!!! + Serverul tău a fost creat și adăugat în hub-ul studențesc pentru !!{guildName}!! Personalizează-ți server-ul Ajută alți studenți sau elevi să găsească !!{guildName}!! Adaugă descrierea și categoria serverului tău, pentru a-l face mai ușor de găsit. @@ -4164,9 +4204,10 @@ Invită persoane pe hub Ești printre primii membri! Pentru a începe, poți să adăugi câteva servere și niște membri. Bine ai venit la hub-ul studențesc pentru elevii sau studenții de la !!{guildName}!! - Hub-ul Discord pentru !!{guildName}!! + Hub studențesc pentru !!{guildName}!! Fie că e vorba de un club, de un grup de studii sau de o seară de gaming, locul pe care ți-l dorești există. Găsește-ți locul ideal + Hub studențesc Hub-uri studențești Un loc exclusiv în care poți să iei legătura cu alți elevi sau studenți, să descoperi servere și să distribui serverele create de tine ca să ți se alăture colegii. Hub-urile nu sunt afiliate instituțiilor de învățământ și nici gestionate de ele. Serverele din hub sunt organizate de elevi sau studenți, dar pot include și persoane care nu sunt elevi sau studenți. Confirmă linkul trimis prin e-mail pentru a continua verificarea. Această pagină se va reîmprospăta automat. @@ -4175,9 +4216,9 @@ Retrimite link-ul de confirmare Alătură-te hub-urilor tuturor școlilor sau universităților tale. Ești elev sau student la mai multe instituții? + Nu, mulțumesc Alătură-te hub-ului Nu, mulțumesc - Găsește cu ușurință servere organizate de alți elevi sau studenți pentru grupuri de studii, seri de gaming și multe altele. Ești elev/ă sau student/ă? Alătură-te hub-ului studențesc pentru instituția ta de învățământ! Adresa de e-mail de la instituție nume@instituție.edu @@ -4188,17 +4229,19 @@ Nu-ți găsești instituția de învățământ? [Intră pe lista de așteptare.](onJoinWaitlist) Fii alături de {count} în hub-ul studențesc pentru !!{guildName}!!! Alătură-te altui hub - Găsește cu ușurință servere organizate de alți elevi sau studenți pentru grupuri de studii, seri de gaming și multe altele. - Ești elev/ă sau student/ă? Alătură-te hub-ului Discord pentru instituția ta de învățământ! + Ești elev/ă sau student/ă? Alătură-te hub-ului studențesc pentru instituția ta de învățământ! Alătură-te hub-ului + Obține acces la hub-urile adresate exclusiv studenților sau elevilor + Hub-ul instituției tale nu este încă activ. Introdu numele școlii și te vom anunța când devine activ! Intră pe lista de așteptare Numele instituției Numele complet al instituției Un loc exclusiv în care poți să iei legătura cu alți elevi sau studenți, să descoperi servere și să distribui serverele create de tine ca să ți se alăture colegii. Hub-urile nu sunt afiliate instituțiilor de învățământ și nici gestionate de ele. Serverele din hub sunt organizate de elevi sau studenți, dar pot include și persoane care nu sunt elevi sau studenți. Hub-uri studențești + Ce e un hub studențesc? Chiar dacă serverul tău e doar pentru studenți, e suficient să-ți inviți colegii. Nu au nevoie de o adresă .edu ca să se alăture Elimină din hub - Sigur vrei să elimini !!{guildName}!! din acest hub? + Sigur vrei să elimini !!{guildName}!! din acest hub studențesc? Editează setările Editează setările pentru !!{guildName}!! Ce e un hub studențesc? @@ -4207,7 +4250,7 @@ Ai trimis o invitație de alăturare la un hub Invită-ți prietenii la hub-ul studențesc pentru instituția ta de învățământ Ai nevoie de o adresă de e-mail de elev sau student pentru a te alătura. - N-ai primit codul? [Retrimite codul](onClick) către !!{email}!! + Ți-am trimis un e-mail cu codul. N-ai primit codul? [Retrimite codul](onClick) către !!{email}!! Să mergem! Nume complet Nume real @@ -4220,11 +4263,13 @@ Invită pe cineva Alătură-te unor servere Instituția mea de învățământ nu apare aici - Verifică adresa de e-mail + Hub studențesc verificat + Verifică-ți e-mailul pentru a te alătura alex@facultate.edu Adresa de e-mail de la instituție + Ești elev/ă sau student/ă? Alătură-te hub-ului studențesc pentru instituția ta de învățământ! Vei primi o notificare când se lansează hub-ul tău, ca să găsești cu ușurință serverele organizate de alți elevi sau studenți pentru grupuri de studii și cluburi. - Te vom contacta când este activ hub-ul Discord pentru !!{school}!!. + Te vom contacta când este activ hub-ul studențesc pentru !!{school}!!. Mulțumim! Ești pe lista de așteptare. câteva secunde {time} @@ -4791,6 +4836,7 @@ Exclude Exclude membri Dă afară pe !!{user}!! + Sigur vrei să excluzi pe !!{user}!! de pe server? Se va putea realătura cu o nouă invitație. \'!!{user}!!\' a fost dat afară de pe server. Hopa… !!{user}!! nu a putut fi dat afară. Te rugăm să încerci din nou! Exclude de pe server pe !!{user}!! @@ -4912,16 +4958,16 @@ Selectează limba O poți schimba mai târziu. Salut! Selectează limba - Ai aflat despre noile tarife Nitro din {country}? [Află mai multe]({documentationLink}). + Știai de noile tarife Nitro din {country}? [Află mai multe]({documentationLink}). Gestionează abonamentul Am redus tarifele Nitro în zona ta. Reactivează acum pentru a vedea dacă poți face economii. - Am redus tarifele Nitro în zona ta. Gestionează metoda de plată pentru a vedea dacă poți face economii. [Află mai multe]({documentationLink}). + Am redus tarifele Nitro în unele zone. Gestionează-ți metoda de plată pentru a vedea dacă poți face economii. [Află mai multe]({documentationLink}). Actualizează acum Am redus tarifele Nitro în zona ta. Actualizează metoda de plată pentru a vedea dacă poți face economii. Gestionează abonamentul - Am redus tarifele Nitro în zona ta. Vezi dacă faci economii plătind în moneda locală. + Am redus tarifele Nitro în zona ta. Vezi dacă poți face economii plătind în moneda locală. Schimbarea metodei de plată va modifica prețul abonamentului și valuta în {newCurrencyAndPrice}! [Dă clic aici]({helpCenterLink}) pentru a afla mai multe despre cum stabilim ce plătești. - **Sfat**: Folosește o metodă de plată din {country} pentru a achita abonamentul în {currency}! [Dă clic aici]({helpCenterLink}) pentru a afla mai multe despre cum stabilim prețul și valuta. + **Sfat**: Folosește o metodă locală de plată din {country} pentru a achita abonamentul în {currency}! [Dă clic aici]({helpCenterLink}) pentru a afla mai multe despre cum stabilim prețul și valuta. **Felicitări!** Pentru că locuiești în {country}, acum plătești prețul redus de {newPrice} pentru Nitro! [Află mai multe]({helpCenterLink}). Autentificare Te autentifici ca !!{username}!! @@ -5055,8 +5101,10 @@ Dăruiește Membru Lista membrilor + Arată lista membrilor Numai moderatorii și invitații pot vedea acest fir. Această persoană deține server-ul și are întotdeauna toate permisiunile, indiferent de roluri. + Ascunde lista membrilor Adaugă o întrebare Adaugă o regulă Vei primi o notificare când apare o actualizare. @@ -5183,6 +5231,7 @@ Trebuie să-ți actualizezi aplicația pentru a te alătura acestui server. Membri {members} + Lista membrilor pentru canalul !!{channel}!! Membri care corespund cu **!!{prefix}!!** Caută membri Menționează @@ -5258,7 +5307,6 @@ Înainte ca acest canal să poată fi șters, trebuie să desemnezi altul accesând [Setări server > Comunitate > Prezentare generală](onClick). Activează scalarea hardware Caracteristică experimentală care poate îmbunătăți performanța în apelurile video. Atenție, poate provoca probleme. - Găsește cu ușurință servere organizate de alți elevi sau studenți pentru grupuri de studii, seri de gaming și multe altele. [Află mai multe](onClick) Un loc exclusiv în care poți să iei legătura cu alți elevi sau studenți, să descoperi servere și să distribui serverele create de tine ca să ți se alăture colegii. Hub-urile nu sunt afiliate instituțiilor de învățământ și nici gestionate de ele. Serverele din hub sunt organizate de elevi sau studenți, dar pot include și persoane care nu sunt elevi sau studenți. @@ -5353,6 +5401,8 @@ Amuțește canalul Amuțește serverul Amuțește conversația + Amuțește acest fir + Amuțește firul Durată amuțire Amuțit până la {endTime} Prieteni comuni @@ -5854,6 +5904,24 @@ Introdu codul de confirmare pentru a-ți reseta parola Parola este necesară. Afișați parola + Conectează-te cu parola + Vom trimite un cod către {recipient}. + Trimis către {recipient}. + Introdu parola pentru contul asociat adresei de e-mail {email} + Introdu parola pentru contul asociat numărului de telefon {phone} + Introdu parola + Obține un cod unic de conectare + Introdu codul pentru a te conecta + Continuă + Retrimite + Autentifică-te cu numărul tău de telefon sau adresa de e-mail. Îți vom trimite un cod unic cu care să te conectezi. + Salut din nou! + Trimiteți-mi un cod + Autentifică-te cu numărul de telefon sau adresa de e-mail pentru a începe să discuți. + Bine ai revenit! + Conectarea fără parolă îți permite să intri în contul Discord după ce ai introdus codul de 8 cifre pe care ți l-am trimis pe telefon sau e-mail. + Activează conectarea fără parolă + Conectare fără parolă Lipește Pauză Continuă @@ -5892,6 +5960,7 @@ Editează metoda de plată Adresa de e-mail este obligatorie. LL/AA + Giropay Informații despre plată Nevalid Nu am reușit să folosim cu succes această sursă de plată. Te rugăm să te asiguri că informațiile sunt corecte. @@ -5924,9 +5993,11 @@ În așteptare Prieteni în așteptare Persoane + Avatar server Fii cine vrei să fii și folosește câte un avatar diferit pe fiecare server. Avataruri multiple Fii cine vrei să fii și folosește câte un avatar diferit pe fiecare server + Identitate actualizată! {percentage}%% de săptămâna trecută Ai nevoie de ajutor cu permisiunile? Acces media refuzat - Discord are nevoie de acces la stocare pentru a posta atașamente. @@ -6019,8 +6090,8 @@ Cele **2 boost-uri gratuite** și **reducerea de 30%% la boost-uri** {boostCount} Accesul la **emoji-uri** și **stickere personalizate** pe toate serverele tale - Un **avatar animat**, **banner pentru profil** și **Discord Tag personalizat** - Un **avatar animat**, **banner pentru profil** și **Discord Tag personalizat** (#{discriminator}) + Un **avatar animat**, **banner pentru profil** și **Discord Tag** personalizat + Un **avatar animat**, **banner pentru profil** și **Discord Tag** personalizat (#{discriminator}) Calitatea mai bună la **partajarea ecranului** Dacă anulezi, **pierzi următoarele avantaje:** Sigur vrei să anulezi? @@ -6044,7 +6115,7 @@ Scoate în evidență ceea ce te interesează cu adevărat cu un nou banner pentru profil, un avatar animat din aceeași gamă și un tag personalizat. Bannere pentru profil Explorează stickerele - Arată-le prietenilor cum te simți cu ajutorul stickerelor personalizate de pe chat pe toate serverele tale și bucură-te de cele 300 de stickere exclusive din Nitro. + Arată-le prietenilor cum te simți cu ajutorul stickerelor personalizate de pe chat din toate serverele tale și bucură-te de cele 300 de stickere exclusive din Nitro. Stickere pe chat Nitro face mari salturi înainte. Astea-s lucruri care-mi plac, oac, oac! Scuze. [Află mai multe despre Nitro.](onLearnMore) Ce-i nou în Nitro @@ -6419,11 +6490,11 @@ Ai chat premium, **{num}x** boost-uri și o reducere la boost-uri cu **!!{price}!!** (Anulare în curs) Ai chat premium, **{num}x** boost-uri și o reducere la boost-uri (Anulare în curs) Adaugă metodă de plată - Abonamentul tău Nitro se încheie {daysLeft}. Adaugă o metodă de plată pentru a avea în continuare acces la personalizarea profilului și multe altele. + Abonamentul Nitro expiră {daysLeft}. Adaugă o metodă de plată pentru a avea în continuare acces la personalizarea profilului și multe altele. Află mai multe - Astăzi vei pierde accesul la personalizarea profilului, la emoji-urile animate și la multe altele. + În {daysLeft}, vei pierde accesul la personalizarea profilului, la încărcarea fișierelor mai mari, la partajarea ecranului îmbunătățită și la multe altele. Accesul tău la Nitro se încheie astăzi. - Renunță + Ignoră Păstrează Nitro Dacă reiei abonamentul Nitro, vom începe din nou să percepem **lunar** suma de **{price}** folosindu-ți metoda de plată, până când anulezi abonamentul. Îl poți anula oricând, accesând pagina Setări. Dacă reiei abonamentul Nitro, vom începe din nou să percepem **anual** suma de **{price}** folosindu-ți metoda de plată, până când anulezi abonamentul. Îl poți anula oricând, accesând pagina Setări. @@ -6438,7 +6509,7 @@ Total nou abonament Actualizează acum Nu s-a putut efectua plata abonamentului Nitro, actualizează-ți detaliile de plată. - Adaugă metodă de plată + Adaugă o metodă de plată Abonamentul Nitro expiră în curând. Adaugă o metodă de plată pentru a avea în continuare acces la personalizarea profilului și multe altele. Următoarea dată de reînnoire va fi **{renewalDate}**. Ajustare {planName} @@ -6644,6 +6715,14 @@ Nu poți trimite mesaje utilizatorilor blocați Trimite-i un mesaj lui @!!{name}!! Quick Switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, mesaj de grup + !!{name}!!, mesaj de grup {mentions} + !!{name}!!, server + Rezultate + !!{name}!!, utilizator, !!{id}!! + !!{name}!!, utilizator, !!{id}!! {mentions} + {mentions} Ciorne Învață mai multe despre Trecerea Rapidă Se pare că nu găsești ceea ce cauți? @@ -7309,6 +7388,120 @@ Acest canal are permisiuni speciale. Pentru a asculta pe el vei avea nevoie de cineva, cum ar fi un moderator sau un administrator de server, care să-ți activeze sunetul. Server asurzit Povestește oamenilor câte ceva despre acest server. + Acceptă regulamentul + Încălcarea politicilor noaste poate duce la penalizări ale serverului tău, inclusiv la eliminarea din Descoperire. + Respectă [Regulamentul comunității Discord]({communityGuidelinesUrl}) și [Regulamentul privind serverele care pot fi descoperite]({discoveryGuidelinesUrl}) + Regulament + Creează un spațiu plăcut, în care hărțuirea, toxicitatea și activitățile ilegale nu sunt nici promovate, nici tolerate. + Încurajează un mediu sănătos și pozitiv + Ajută-ne să menținem siguranța în Descoperirea serverelor + Tot conținutul de pe server trebuie să fie adecvat pentru vârste de peste 13 ani. + Nu găzdui materiale cu conținut grafic sau sexual. + 3d + estetică + animație + anime + aplicații + artă + baschet + băuturi + bitcoin + bodybuilding + boți + bts + calistenice + haine + coding + facultate + comunitate + crossfit + criptomonede + chestii-drăguțe + defi + design + bot-discord + disney + disneyworld + desenat + edm + educație + emoji + emoteuri + engleză + esports + ethereum + evenimente + sport + fotbal-fantezie + modă + fivem + mâncare + fotbal-american + forex + formula1 + fortnite + prieteni + distracție + gaming + github + oferte + sală + hardware + hiphop + teme-pentru-acasă + hypebeast + investiții + javascript + kpop + limbă + leagueoflegends + învățare + lgbtq + linux + manga + meme + sănătate-mentală + metal + minecraft + producție-muzicală + nba + nfl + nft + nitro + nutriție + opensource + opțiuni + fotografie + premier-league + programare + curse + rap + reddit + roblox + roleplay + școală + dezvoltare-personală + cântat + snacks + pantofi-sport + fotbal + social + software + sporturi + bursă + streamer + streetwear + studiu + stil + asistență + suprem + tech + tranzacții + călătorii + twitch + valorant + yeezy + youtube Emoji-urile server-ului Închide toate folderele Marchează folder-ul ca citit @@ -7581,6 +7774,8 @@ Vorbitor Podium în direct Despre ce se va vorbi azi? + Prefă-te că auzi muzică ca la serviciul clienți. + Apasă „Deschide podiumul” și alege un subiect pentru a începe conversația. Se așteaptă deschiderea podiumului… cât de curând. Se așteaptă deschiderea podiumului. !!{username}!!: @everyone Începe „!!{topic}!!”. Puteți asculta! @@ -7681,6 +7876,10 @@ Folosite frecvent Gratuit $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Cumpără boost-uri + Încarcă mai mult de {count} stickere personalizate cu Stimularea serverelor. + Gestionează stickerele + Serverul tău așteaptă să încarci niște stickere! Detalii {stickerPackName} Animat Timp rămas din perioada limitată: {time} @@ -7984,6 +8183,7 @@ Postează imagini, GIF-uri, stickere, opinii și jocuri de cuvinte Canale de text Canale de text care corespund cu **!!{prefix}!!** + Sunt aplicabile tarifele standard pentru date și mesaje. Permisiuni text Acțiuni pentru zona de text Trimite un mesaj pe !!{channel}!! @@ -8028,6 +8228,7 @@ Alătură-te acestui fir pentru a primi notificări și a-l salva în lista ta de canale. Acest fir a fost arhivat de un moderator. Doar moderatorii îl pot dezarhiva. Oricine poate invita + Oricine poate dezarhiva Nu se află nimeni în acest fir. Poți invita persoane folosind @mention într-un mesaj. Nu poți vedea acest fir @@ -8223,6 +8424,7 @@ Dezamuțește canalul Dezamuțește conversația Dezamuțește serverul + Dezamuțește firul Anonim Anulează fixarea Elimină-l, te rog! @@ -8659,8 +8861,6 @@ Filmul Discord Wumpus în vacanță Vaporwave - Exprimă-te folosind fundaluri video și, dacă ai Nitro, încarcă unul personalizat! - Noi fundaluri video! Spune-ne despre experiența ta cu fundalurile video. Cum ți s-au părut fundalurile video? Detectarea fundalului nu a fost precisă @@ -8671,6 +8871,7 @@ Ai întâmpinat o problemă? Îți mulțumim că ai raportat problema întâmpinată! Feedback-ul ne ajută să îmbunătățim fundalurile video Elimină fundalul + Încarcă fundaluri video personalizate, fă streaming la rezoluții HD cu 60 de cadre pe secundă [și multe altele cu Discord Nitro!](onLearnMore) Vrei să-ți încarci propriul fundal? Focalizare Ascunde membrii diff --git a/app/src/main/res/values-ru/plurals.xml b/app/src/main/res/values-ru/plurals.xml index 77c1769c09..4a729925df 100644 --- a/app/src/main/res/values-ru/plurals.xml +++ b/app/src/main/res/values-ru/plurals.xml @@ -182,6 +182,10 @@ {#} фона {#} фонов + + {#} символа + {#} символов + {#} участник {#} участника @@ -1313,6 +1317,11 @@ через {#} дня через {#} дней + + {#} день + {#} дня + {#} дней + {#} день {#} дня @@ -1409,6 +1418,21 @@ {retryAfter} минуты {retryAfter} минут + + , {#} непрочитанное сообщение + , {#} непрочитанных сообщения + , {#} непрочитанных сообщений + + + , {#} непрочитанное сообщение + , {#} непрочитанных сообщения + , {#} непрочитанных сообщений + + + , {#} непрочитанное сообщение + , {#} непрочитанных сообщения + , {#} непрочитанных сообщений + 1 человек поставили {n} человека поставили diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 5baa008039..541fbc1bc4 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -60,6 +60,11 @@ Уменьшает насыщенность цветов приложения для людей с высоким цветоощущением. По умолчанию эта настройка не меняет насыщенность цветов изображений, видео, ролей или другого пользовательского контента. ссылки будут выглядеть так: https://discord.com/ Насыщенность + Быстрее + Скорость преобразования текста в речь + Предпросмотр + Медленнее + Так преобразование текста в речь (Text-to-Speech) звучит сейчас. Уровень масштабирования Учётная запись Пользовательская область @@ -257,6 +262,7 @@ Посмотреть статью Ваш день рождения AKA + Просмотреть больше аватарок для серверов Все активные ветки Все серверы Разрешить @@ -796,7 +802,7 @@ Простите, за эту операцию возврат не предусмотрен. Возврат средств можно запросить, если вы совершили покупку в последние {dateLimit} дн. и играли в игру меньше {playtimeLimit} ч. * Распространяется на все подписки Эй! Хотите применить ключ Discord? Мы положили его на [ваш склад](onClick). - Подтвердить изменение цены + Подтвердить изменение стоимости Загрузить налоговую накладную Загрузить возвратную накладную по НДС В режиме стримера нельзя добавлять новые методы оплаты. @@ -812,6 +818,7 @@ Операции !!{paymentGatewayName}!! не отображаются ниже. Посмотреть историю операций !!{paymentGatewayName}!! или изменить способ оплаты !!{paymentGatewayName}!! [можно в настройках способа оплаты !!{paymentGatewayName}!!]({billingHistoryLink}). Вы оформили подписку через !!{paymentGatewayName}!! Не поддерживается сервисом подписок !!{paymentGatewayName}!!. Управлять подписками [можно в настройках выставления счетов !!{paymentGatewayName}!!]({subscriptionManagementLink}). + Окончательные стоимость и валюта будут определены по выбранному вами способу оплаты и стране, в которой вы осуществляете оплату. [Подробнее]({documentationLink}). Скопировано! Ссылка на подарок Это был подарок. @@ -918,6 +925,7 @@ Настройки выставления счетов Добавить способ оплаты Купить бусты сервера + Управление подпиской Просмотр истории оплаты Подарить Discord Nitro Купить Discord Nitro @@ -934,6 +942,7 @@ Выберите тариф Выберите подписку Магазин + Данные Sofort Кредит подписки Изменить подписку Ваша подписка будет изменена **{renewalDate}**. @@ -962,6 +971,7 @@ Сэкономьте деньги, перейдя на годовой тариф. Наслаждайтесь классными бонусами круглый год и получите {numFreeGuildSubscriptions} сервера. 2 месяца бесплатно! Вы выбрали {planName}! + Отменено Сбой Ожидание Возврат @@ -1012,6 +1022,7 @@ Подробное описание (необязательно) Нужно указать название проблемы Нужно указать приоритет + Местонахождение В чём проблема? Скриншот удалён из жалобы Приоритет @@ -1023,6 +1034,8 @@ Низкий (П2) **Не срочно и не важно.** П3 даёт нам понять, что существует какая-то проблема, но её исправление можно отложить до того времени, когда мы разберёмся с более насущными проблемами. Очень низкий (П3) + Искать местонахождение + Выбрать местонахождение Отправка жалобы Жалоба отправлена Переопределение сборки @@ -1032,7 +1045,6 @@ Переопределение сборки для {releaseChannel} ID сборки Только клиент {releaseChannel} - Только для {supportedTargets} Некорректное переопределение сборки Некорректный пользователь Сборка недоступна @@ -1088,10 +1100,12 @@ Готовы к видеочату? Вот что показывает ваша камера: Фон видео + На текущий момент выбор фона видео доступен ограниченному кругу пользователей. Размытие Сменить фон Сменить фон видео Пользовательские + Пользовательский фон Пусто Достигнут лимит в {maxCustomBackgrounds}! Щёлкните правой кнопкой мыши, чтобы удалить фон перед тем, как добавлять новый. Загрузите свой пользовательский фон, подписавшись на Discord Nitro! @@ -1153,20 +1167,25 @@ Редактировать профиль сервера На текущий момент возможность выбора разных аватаров для каждого сервера доступна ограниченному кругу пользователей. Ясно - Используйте разные аватары на каждом из своих серверов и многое другое с подпиской Discord Nitro! + Используйте никнейм и, если у вас есть Nitro, другой аватар на каждом из ваших серверов! + Обновить мой профиль на сервере + НОВИНКА! Профили для серверов + Подписка Discord Nitro позволяет вам использовать разные аватары на каждом из своих серверов и даёт многие другие возможности! Никнейм (выключен) Вы можете изменить то, как другие видят вас на этом сервере, выбрав никнейм и аватар для этого сервера. Аватары для серверов $[БЕТА](betaBadgeHook) + Вернуться к основному аватару Неизвестная ошибка Изменить аватар на сервере Используйте разные аватары на каждом из своих серверов и многое другое с **подпиской Discord Nitro!** + Никнеймы должны содержать не менее {minLength} Откройте с подпиской Nitro Список изменений - Послание от наших основателей {added marginTop}\n======================\n\n**Мы создали Discord в 2015 году,** чтобы всем было проще общаться с друзьями, зависая вместе в различных играх. Мы хотели воссоздать то чувство, когда вы со своей компанией не спите всю ночь, смеясь, шутя и, самое главное, просто оставаясь собой. Нам хотелось, чтобы ещё больше людей смогли пережить это чувство.\n\nС тех пор Discord стал местом, где каждый может общаться и зависать со знакомыми или друзьями, независимо от своих увлечений. И он всегда останется местом, где каждый сможет просто расслабиться и по-настоящему быть собой, где бы ни находились его друзья. \n\nПредставьте себе… {added marginTop}\n======================\n\nНа самом деле каждый по-своему воспринимает Discord. Поэтому мы попросили людей рассказать о том, что он для них значит. А затем они разрешили нам поделиться этими историями с вами, ну, чтобы наша маркетинговая кампания не была такой отстойной.\n\nМы сняли кино о Discord (2021 г.). \n\nЭто короткометражный фильм, посвящённый удивительным и чудесным историям, которыми с нами поделились реальные люди, например Lucie Winterwolf с сервера, посвящённого пиратам, и Kevdog с сервера для старых, классических игр.\n\nКстати, там засветилась и парочка знаменитостей.\n\nСпасибо вам {added marginTop}\n======================\n\nНас поражают и вдохновляют ваши творческие способы использования Discord, а также все ваши идеи о том, как сделать Discord ещё полезнее. Сообщества — это сердце Discord. Для нас честь, что вы выбрали именно это место для общения с теми, кто вам нравится, и занятия тем, что вам интересно. \n\nПознакомились с лучшим другом в Discord? Запустили сервер для общения на гэльском языке? Или, может, обмена фотографиями с птицами Тибета? Поделитесь с нами своей историей в Twitter, Instagram или TikTok и используйте тег **#imagineaplace**, чтобы привлечь наше внимание.\n\nМы будем ждать вашу историю. Уверены, что она поднимет нам настроение. Мы даже поделимся ей на нашем офисном сервере, чтобы она подняла настроение всем нашим коллегам.\n\nИ, как обычно, не забывайте делиться с нами своими идеями о том, как сделать Discord ещё лучше.\n\nДжейсон и Стэн\n\n\n - 2021-08-16 + Новые функции {added marginTop}\n======================\n\n* **Студенческие центры постепенно появляются на международном уровне.** Подключайтесь к управляемым студентами серверам для клубов по интересам, учебных групп и многого другого в вашей школе или университете. Чтобы получить [здесь](https://discord.com/invite/hzA3MtAURu) доступ к Студенческому центру, вам понадобится ваш электронный адрес от школы/университета. Либо, откройте Discord, нажмите кнопку слева внизу Исследуйте публичные серверы > новая вкладка Студенческие центры.\n* **Добавлена вкладка Профиль пользователя в настройках.** Теперь вы можете редактировать там аватар своего профиля, Обо мне и, если у вас есть Nitro, установить баннер профиля.\n* **Количество бустов, необходимых для 2-го и 3-го уровня бустинга, снизилось.** Для 2-го уровня теперь нужно 7 бустов, а для 3-го - 14! Разблокируйте для вашего сервера такие штуки, как большее количество кастомных эмодзи, более высокий лимит загрузки для всех, баннер сервера и иконки для ролей.\n* **И да, добавлены иконки для ролей доступные со втором уровнем бустинга.** Если на вашем сервере есть 7 бустов, вы можете загрузить картинку или выбрать эмодзи в качестве иконки для каждой роли. Иконки ролей будут отображаться рядом с названиями ролей в списке участников и рядом с именами пользователей в текстовом чате. Перейдите в Настройки сервера > Роли > нажмите на роль, чтобы установить иконку.\n* **Добавлены новые права для веток.** Добавлено для удобства право *Отправлять сообщения в ветках*, а также обновлены права *Создать публичные ветки*, *Создание приватных веток*, *Управление ветками*. Узнайте больше в нашем [ЧАВО по веткам](https://support.discord.com/hc/articles/4404809613847).\n\n\n + 2021-10-04 ru 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png Изменить никнейм Участники с этим правом могут менять свои никнеймы. Никнеймы видны всем на этом сервере. Меняйте их только в том случае, если нужно ввести свою систему присвоения имён или устранить неподобающий никнейм. @@ -1208,6 +1227,8 @@ Заглушить канал !!{channelName}!! Заглушение канала убирает индикатор непрочитанных сообщений и всплывающие уведомления, если вы не упомянуты. новый-канал + Проверьте доступность + Теперь в «Путешествие по серверам» могут попасть серверы с количеством участников от 1000 и более! Канал или категория Оповещения этого канала или сервера в настоящее время отключены. Порядок каналов обновлён. @@ -1468,7 +1489,6 @@ Голосовая связь подключена Проверено Интеграции - Discord поможет вашим друзьям найти вас. Автоматически добавьте друзей из контактов Синхронизируйте свои контакты Добавьте друзей из контактов и сообщите им о том, что вы теперь используете Discord. @@ -1903,7 +1923,12 @@ Обрезать Чешский Пользовательский цвет + Установите уникальный значок для каждой роли благодаря бусту сервера. Значки будут отображаться в чате и списке участников. Чтобы попробовать, откройте **раздел «Роли» в настройках сервера**. + Теперь вы можете устанавливать значки ролей в **разделе «Роли» настроек сервера**. Каждая роль имеет уникальный значок, который отображается в чате и списке участников. + Настройки роли + Установить значки Ясно + НОВИНКА! Пользовательские значки ролей Пользовательский статус Удалить через Удалить статус @@ -2057,12 +2082,14 @@ Отключение вашей учётной записи может отключить вас от серверов, к которым вы подключались через эту учётную запись. Отключить !!{name}!! Отключиться от голосового чата + Действия при отключении Отключить Отключиться Пользователь был отключён от голосового чата. Более 100 миллионов человек уже используют Discord, чтобы общаться и отдыхать со своими друзьями и сообществами. Представьте себе… Discord Rich Presence + Скоро на мобильных устройствах! Но пока студенческие центры доступны только на компьютерах. Путешествие Путешествие {speakersCount} @@ -2124,6 +2151,8 @@ Редактировать !!{user}!! Редактирование сообщения Ясно + Может, позже + Попробуйте Греческий Discord не может стримить звуки из приложения, потому что у него отсутствует доступ. Предоставить Discord права администратора, чтобы начать отправлять друзьям эти чарующие звуковые волны? Стримить без звука @@ -2489,6 +2518,8 @@ Отправлять случайное приветственное сообщение, когда пользователь подключается к этому серверу. Отправлять сообщение, когда кто-то бустит этот сервер. Участники без назначенной роли автоматически выгоняются при отключении. + Если отключено, только модераторы и создатель ветки могут приглашать в неё новых участников. + Если отключено, возобновить ветку могут только модераторы. Ограничивает количество пользователей, которые могут подключаться к этому голосовому каналу. Пользователи с правом на **перемещение участников** могут игнорировать это ограничение и перемещать других пользователей в канал. Участники сервера должны соответствовать указанным критериям, чтобы писать в текстовые каналы или в личные сообщения. Это не распространяется на участников, имеющих роли. **Мы рекомендуем установить один из уровней проверки на публичных серверах Discord**. Устанавливает качество изображения для всех участников канала. Выберите **Автоматически** для оптимальной производительности. @@ -3018,6 +3049,7 @@ !!{username}!! играет в {applicationName} Ваши драйверы видеокарты устарели. Обновите их, чтобы повысить производительность демонстрации экрана. Смотрит {username} + Перейти к каналу Ясно Предоставить временное членство Зелёный @@ -3125,10 +3157,13 @@ {count} для «{query}» Исследуйте публичные серверы Просмотр + Нет прав для подключения. + Где пройдёт ваше событие? Рекомендуем использовать изображение размером не менее 800 пикселей в ширину и 400 пикселей в высоту. Добавьте фотографию обложки (необязательно) Удалить фотографию Опишите подробнее своё событие. + Расскажите о своём событии подробнее. Можно использовать разметку текста. Чему посвящено ваше событие? Тема события {date} в {time} @@ -3138,19 +3173,28 @@ Интересуются: {count} {count} Вы получите уведомление о начале события - Присоединиться к серверу + Событие закончено + Присоединиться и смотреть событие Или отправьте другу ссылку с приглашением на событие + Пригласить друзей на событие Слушают: {count} Укажите место + Введите место, ссылку, что-нибудь. В другом месте + Текстовый канал, внешняя ссылка или место проведения. + Где вы находились, когда загрузили Discord + Отлично подходит для голосовых событий крупных сообществ. Голос, видео, показ экрана и стриминг Go Live. Чтобы все знали, где его искать. Где пройдёт ваше событие? Выбрать канал Выберите голосовой канал + Организуйте события для своего сервера. Нет предстоящих событий. Место + Сведения о событии Просмотреть + Время начала должно быть в будущем. В назначенное время начните событие, перейдя в: $[**!!{channelName}!!**](channelHook)! Предпросмотр вашего события. Событие доступно только для участников, которые могут просматривать этот канал. @@ -3161,6 +3205,7 @@ Попробуйте использовать трибуну! Начать событие: «{eventName}» Начало в {startTime} + Начало: {startTime} Шаг {step} из {total} Мероприятия Создать @@ -3621,6 +3666,7 @@ Получилось! {serverName} добавлен на карту! Увеличивайте своё сообщество с помощью «Путешествия по серверам» Discord приоритизирует этот сервер в поиске для пользователей, которые говорят на выбранном языке. + В [«Путешествии по серверам»]({documentationUrl}) ваш сервер будет виден и доступен всем пользователям. Мы всё ещё ждём результата проверки! Опишите свой сервер, чтобы люди понимали, чего ожидать! Категории помогают Discord сортировать серверы, чтобы людям было проще найти интересующие их сообщества. Вы можете выбрать 1 основную категорию и до 5 подкатегорий. @@ -4142,12 +4188,12 @@ Венгерский Выберите категорию Категория - Описание этого сервера появится в центре. + Описание этого сервера появится в студенческом центре. Что это за сервер? Чем там занимаются? Описание сервера Выполнено! Ясно! - Ваш сервер был добавлен в центр для «!!{guildName}!!»! + Ваш сервер был добавлен в студенческий центр «!!{guildName}!!». Добавить сервер Вы ещё не добавили ни одного сервера! Серверы, которые вы уже добавили @@ -4159,10 +4205,10 @@ Создать новый сервер Хотите начать новую группу? Вы сможете приглашать людей и за пределами центра к себе на сервер. - Помогите центру Discord для «!!{guildName}!!» вырасти + Помогите студенческому центру «!!{guildName}!!» вырасти Перейти на сервер Вернуться в центр - Ваш сервер был создан и добавлен в центр для «!!{guildName}!!»! + Ваш сервер был создан и добавлен в студенческий центр «!!{guildName}!!» Персонализируйте свой сервер Помогите другим учащимся найти «!!{guildName}!!» Добавьте к своему серверу описание и категорию, чтобы его было проще найти. @@ -4173,9 +4219,10 @@ Пригласить людей в этот центр Вы здесь среди самых первых! Давайте начнём добавлять серверы и других участников. Студенческий центр «!!{guildName}!!» приветствует своих студентов - Центр Discord для «!!{guildName}!!» + Студенческий центр для «!!{guildName}!!» От клубов по интересам до учебных групп и игровых сообществ, это место создано специально для вас. Найти своих + Студенческий центр Студенческие центры Эксклюзивное место для связи с учащимися, предоставления им своих серверов и поиска любых других. Центры не связаны с учебными заведениями и не контролируются ими. Серверы в центре создаются учащимися, но к ним может присоединяться кто угодно. Перейдите по ссылке из электронной почты, чтобы продолжить верификацию. Данная страница будет автоматически обновлена. @@ -4184,9 +4231,9 @@ Отправить ссылку для подтверждения ещё раз Присоединяйтесь к студенческому центру своего учебного заведения. Посещаете несколько учебных заведений? + Нет, спасибо. Присоединиться к центру Нет, спасибо - Вы сможете с лёгкостью найти студенческие серверы для учёбы, клубов по интересам, совместных игр и многого другого. Вы учитесь? Присоединяйтесь к студенческому центру своего учебного заведения! Адрес электронной почты учебного заведения name@school.edu @@ -4197,17 +4244,19 @@ Не можете найти своё учебное заведение? [Присоединяйтесь к списку ожидания.](onJoinWaitlist) Присоединяйтесь к {count} в студенческом центре «!!{guildName}!!»! Присоединиться к другому центру - Вы сможете с лёгкостью найти студенческие серверы для учёбы, клубов по интересам, совместных игр и многого другого. - Вы сейчас учитесь? Присоединяйтесь к центру Discord для своего учебного заведения! + Вы учитесь? Присоединяйтесь к студенческому центру своего учебного заведения! Присоединиться к центру + Получите доступ к центрам только для студентов + Центр вашего учебного заведения ещё не создан. Введите его название, и мы сообщим вам, когда это произойдёт! Присоединиться к списку ожидания Название учебного заведения Полное название учебного заведения Эксклюзивное место для связи с учащимися, предоставления им своих серверов и поиска любых других. Центры не связаны с учебными заведениями и не контролируются ими. Серверы в центре создаются учащимися, но к ним может присоединяться кто угодно. Студенческие центры + Что такое студенческий центр? Если ваш сервер предназначен только для учащихся, просто пригласите своих одноклассников. Им не нужен адрес .edu, чтобы присоединиться. Удалить из центра - Вы уверены, что хотите удалить «!!{guildName}!!» из этого центра? + Вы уверены, что хотите удалить «!!{guildName}!!» из этого студенческого центра? Редактировать настройки Редактировать настройки для «!!{guildName}!!» Что такое студенческий центр? @@ -4216,7 +4265,7 @@ Вы отправили приглашение присоединиться к центру Пригласите друзей в студенческий центр вашего учебного заведения Чтобы присоединиться, требуется адрес электронной почты от учебного заведения. - Не получили код? [Прислать код ещё раз](onClick) на адрес: !!{email}!! + Мы отправили вам код по электронной почте. Не получили код? [Прислать код ещё раз](onClick) на адрес: !!{email}!! Поехали! Полное имя Настоящее имя @@ -4229,11 +4278,13 @@ Пригласить людей Присоединиться к серверам Здесь нет моего учебного заведения - Подтверждение адреса электронной почты + Верифицированный студенческий центр + Подтвердите адрес эл. почты, чтобы присоединиться sam@college.edu Адрес электронной почты учебного заведения + Вы учитесь? Присоединяйтесь к студенческому центру своего учебного заведения! Вы получите уведомление, когда откроется ваш центр, и с лёгкостью найдёте студенческие серверы для учёбы и клубов по интересам. - Мы сообщим вам, когда центр Discord «!!{school}!!» станет доступен. + Мы сообщим вам, когда студенческий центр «!!{school}!!» станет доступен! Спасибо! Теперь вы в списке ожидания. несколько сек. {time} @@ -4523,7 +4574,7 @@ Этот эмодзи не работает здесь, потому что он с другого сервера. Приобретите Discord Nitro, чтобы использовать эмодзи с других серверов Этот эмодзи не работает, потому что он с другого сервера. Discord Nitro может решить эту проблему, за подробностями загляните в Настройки пользователя → Discord Nitro Пожалуйста, введите действительный код или ссылку-приглашение. - Ваш способ оплаты не сработал, обновите платёжные данные, чтобы продлить подписку Nitro. + При оплате подписки произошла ошибка. Обновите платёжную информацию, чтобы продолжить пользоваться подпиской Nitro. недействительный канал Недействительный канал Пригласите друга @@ -4800,6 +4851,7 @@ Выгнать Выгонять участников Выгнать !!{user}!! + Вы уверены, что хотите выгнать !!{user}!! с сервера? Он(а) сможет снова присоединиться к серверу, используя новое приглашение. Вы выгнали участника \'!!{user}!!\' с сервера. Упс… Участника !!{user}!! не удалось выгнать. Попробуйте снова! Выгнать !!{user}!! с сервера @@ -4921,17 +4973,17 @@ Выберите язык Потом его можно будет изменить. Привет! Выберите язык - А вы знаете о новой стоимости подписки Nitro {country}? [Подробнее]({documentationLink}). + А вы знаете о новой стоимости подписки Nitro ({country})? [Подробнее]({documentationLink}). Управление подпиской Мы снизили стоимость подписки Nitro в вашем регионе. Возобновите подписку, чтобы узнать, сможете ли вы сэкономить. - Мы снизили стоимость подписки Nitro в вашем регионе. Ознакомьтесь со своим способом оплаты, чтобы узнать, сможете ли вы сэкономить. [Подробнее]({documentationLink}). + Мы снизили стоимость подписки Nitro в некоторых регионах. Ознакомьтесь со своим способом оплаты, чтобы узнать, сможете ли вы сэкономить. [Подробнее]({documentationLink}). Обновить Мы снизили стоимость подписки Nitro в вашем регионе. Обновите способ оплаты, чтобы узнать, сможете ли вы сэкономить. Управление подпиской Мы снизили стоимость подписки Nitro в вашем регионе. Посмотрите, сможете ли вы сэкономить в местной валюте. При смене способа оплаты изменится стоимость вашей подписки и валюта: {newCurrencyAndPrice}. [Щёлкните здесь]({helpCenterLink}), чтобы узнать подробнее о нашей ценовой политике. - **Совет**: используйте способ оплаты для страны {country}, чтобы оплачивать подписку в местной валюте ({currency})! [Щёлкните здесь]({helpCenterLink}), чтобы узнать подробнее о нашей ценовой политике. - **Ура!** Для жителей страны {country} стоимость подписки Nitro снизилась до {newPrice}! [Подробнее]({helpCenterLink}). + **Совет**: используйте способ оплаты для вашей страны ({country}), чтобы оплачивать подписку в местной валюте ({currency})! [Щёлкните здесь]({helpCenterLink}), чтобы узнать подробнее о нашей ценовой политике. + **Ура!** Для жителей вашей страны ({country}) стоимость подписки Nitro снизилась до {newPrice}! [Подробнее]({helpCenterLink}). Вход Вход: !!{username}!! Войдите с помощью электронной почты, чтобы начать общение. @@ -5064,8 +5116,10 @@ Подарить Участник Список участников + Показать список участников Эту ветку видят только приглашённые пользователи и модераторы. Этот человек – владелец сервера и всегда имеет все права независимо от ролей. + Скрыть список участников Добавить вопрос Добавить правило Вы получите уведомление, когда у нас появятся для вас новости. @@ -5192,6 +5246,7 @@ Обновите приложение, чтобы присоединиться к серверу. Участники {members} + Список участников «!!{channel}!!» (канал) Участники, имена которых содержат **!!{prefix}!!** Поиск по участникам Упомянуть @@ -5267,7 +5322,6 @@ Перед удалением канала выберите другой канал в [Настройках сервера > Сообщество > Обзор](onClick). Включить аппаратное масштабирование Экспериментальная функция, которая может повысить производительность в видеозвонках. Будьте осторожны, может вызывать некоторые проблемы. - Вы можете легко найти студенческие серверы для учёбы, клубов по интересам, совместных игр и многого другого. [Узнать больше.](onClick) Эксклюзивное место для связи с учащимися, предоставления им своих серверов и поиска любых других. Центры не связаны с учебными заведениями и не контролируются ими. Серверы в центре создаются учащимися, но к ним может присоединяться кто угодно. @@ -5362,6 +5416,8 @@ Заглушить этот канал Заглушить этот сервер Заглушить эту беседу + Заглушить эту ветку + Заглушить ветку Длительность заглушения Заглушено до {endTime} Общие друзья @@ -5863,6 +5919,24 @@ Введите код подтверждения, чтобы сбросить пароль Требуется пароль. Показать пароль + Войти с помощью пароля + Мы отправим код на {recipient}. + Отправлено {recipient}. + Использовать электронную почту {email} и пароль для входа в учётную запись + Использовать номер телефона {phone} и пароль для входа в учётную запись + Введите ваш пароль + Получить одноразовый код для входа + Введите код, чтобы войти + Продолжить + Отправить заново + Войдите с помощью номера телефона или электронной почты. Мы отправим вам одноразовый код для входа. + И снова привет! + Отправьте мне код + Войдите с помощью номера телефона или электронной почты, чтобы начать общение. + С возвращением! + Вход без пароля позволяет входить в учётную запись Discord по 8-значному коду, который мы отправим на ваш номер телефона или электронную почту. + Включить вход без пароля + Вход без пароля Вставить Пауза Продолжить @@ -5901,6 +5975,7 @@ Изменить способ оплаты Нужно указать адрес эл. почты. мм/гг + Giropay Платёжная информация Некорректно Нам не удалось снять средства с указанного источника оплаты. Пожалуйста, проверьте правильность информации. @@ -5933,9 +6008,11 @@ Ожидание Запросы дружбы Люди + Аватар на сервере Будьте, кем захотите, и используйте разные аватары на каждом из своих серверов. Несколько аватаров - Будьте, кем захотите, и используйте разные аватары на каждом из своих серверов + Будьте, кем захотите, и используйте разные аватары на каждом из своих серверов. + Личность обновлена! {percentage}%% с прошлой недели Нужна помощь с правами? Доступ к медиа запрещён. Discord требует доступ к хранилищу, чтобы отправить файлы. @@ -6029,7 +6106,7 @@ {boostCount} Доступ к **пользовательским эмодзи** и **стикерам** на всех ваших серверах **Анимированный аватар**, **баннер профиля** и собственный **Discord Tag** - **Анимированный аватар**, **баннер профиля** и собственный **Discord Tag** (#{discriminator}) + **Анимированный аватар**, **баннер профиля** и собственный **Discord Tag** (#{discriminator}) Более высокое качество видео при **показе экрана** В случае отмены **вы потеряете следующие бонусы:** Вы уверены, что хотите отменить? @@ -6428,11 +6505,11 @@ У вас есть доступ к премиум-чату, бусты (**{num} шт.**) и скидка на бусты за **!!{price}!!**. (Ожидание отмены.) У вас есть премиум-возможности в чате, бусты (**{num} шт.**) и скидка на бусты. (Ожидание отмены.) Добавить способ оплаты - Ваша подписка Nitro завершится {daysLeft}. Добавьте способ оплаты, чтобы сохранить доступ к персонализации профиля и многому другому. + Ваша подписка Nitro закончится {daysLeft}. Добавьте способ оплаты, чтобы сохранить доступ к персонализации профиля и другим возможностям. Подробнее - Вы потеряете доступ к персонализации профиля, анимированным эмодзи и многому другому уже сегодня. + Вы потеряете доступ к персонализации профиля, возможности загружать файлы большего размера, более высокому качеству видео при показе экрана и многому другому через {daysLeft}. Ваша подписка Nitro завершается сегодня. - Отклонить + Закрыть Не отменять Nitro Если вы восстановите подписку Nitro, мы возобновим использование вашего способа оплаты (**{price}**) и будем взимать плату **ежемесячно**, пока вы не отмените подписку. Отменить её можно в любое время, зайдя в «Настройки пользователя». Если вы восстановите подписку Nitro, мы возобновим использование вашего способа оплаты (**{price}**) и будем взимать плату **ежегодно**, пока вы не отмените подписку. Отменить её можно в любое время, зайдя в «Настройки пользователя». @@ -6654,6 +6731,14 @@ Вы не можете отправлять сообщения заблокированным пользователям Сообщение для @!!{name}!! Быстрый переключатель + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, групповой чат + !!{name}!!, групповой чат {mentions} + !!{name}!!, сервер + Результаты + !!{name}!!, пользователь, !!{id}!! + !!{name}!!, пользователь, !!{id}!! {mentions} + {mentions} Черновики Узнать больше про Quick Switcher Не можете найти то, что ищете? @@ -7319,6 +7404,120 @@ На этом канале установлены особые разрешения. Чтобы слушать на этом канале, попросите модератора или администратора сервера включить вам звук. Звук отключён сервером Расскажите миру об этом сервере. + Согласие с правилами + В случае нарушения правил к вашему серверу могут быть применены меры воздействия, вплоть до исключения его из «Путешествия». + Соблюдайте [Правила сообщества Discord]({communityGuidelinesUrl}) и [Правила «Путешествия»]({discoveryGuidelinesUrl}) + Правила + Создавайте гостеприимную площадку, которая не одобряет и не продвигает домогательства, враждебность и незаконные действия. + Поддерживайте позитивную и дружелюбную атмосферу + Помогайте делать «Путешествие по серверам» безопасным для всех + Весь контент сервера должен быть приемлем для пользователей от 13 лет. + Не публикуйте откровенные сообщения и контент сексуального характера + 3d + эстетика + анимация + аниме + приложения + творчество + баскетбол + напитки + биткойн + бодибилдинг + боты + bts + калистеника + одежда + написание-кода + студсообщества + сообщество + кроссфит + криптовалюта + милота + децентрализованные-финансы + дизайн + бот-discord + дисней + диснейуорлд + рисование + edm + образование + эмодзи + смайлики + английский + киберспорт + ethereum + мероприятия + упражнения + фэнтези-футбол + мода + fivem + еда + американский-футбол + forex + формула1 + fortnite + друзья + веселье + игры + github + лотереи + спортзал + комплектующие + хип-хоп + домашняя-работа + hypebeast + инвестиции + javascript + kpop + язык + leagueoflegends + учеба + lgbtq + linux + манга + мемы + душевное-здоровье + метал + minecraft + создание-музыки + нба + нфл + nft + nitro + питание + открытый-код + настройки + фотография + премьер-лига + программирование + гонки + рэп + reddit + roblox + ролевая-игра + школа + саморазвитие + пение + перекус + кроссовки + футбол + общение + программное-обеспечение + спорт + акции + стример + стиль-улиц + изучение + стиль + поддержка + supreme + технологии + трейдинг + путешествия + twitch + valorant + yeezy + youtube Эмодзи сервера Закрыть все папки Отметить папку как прочитанную @@ -7591,6 +7790,8 @@ Оратор Открытая трибуна О чём вы будете говорить сегодня? + Представьте, что ожидание скрашивает бодрая музыка. + Нажмите «Открыть трибуну» и выберите тему для начала разговора. Трибуна откроется уже скоро… Со дня на день. Трибуна откроется уже скоро. !!{username}!!: @everyone «!!{topic}!!» начинается. Присоединяйтесь! @@ -7691,6 +7892,10 @@ Часто используемые Бесплатный набор «$[~~{regularPrice}~~](originalPriceHook)» !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Купить бусты + Загрузите более {count} пользовательских стикеров с бустом сервера. + Управлять стикерами + Ваш сервер ждёт, когда вы загрузите стикеры! {stickerPackName} Подробности Анимированный Осталось: {time} @@ -7994,6 +8199,7 @@ Делитесь картинками, GIF-файлами, стикерами, мнениями и шутками Текстовые каналы Текстовые каналы, названия которых содержат **!!{prefix}!!** + Применяются стандартные тарифы на передачу сообщений и данных. Права текстовых каналов Действия с текстовым полем Написать !!{channel}!! @@ -8038,6 +8244,7 @@ Присоединитесь к этой ветке, чтобы получать уведомления и сохранить её в списке каналов. Эта ветка была заархивирована модератором. Только модераторы могут возобновить её. Пригласить может кто угодно + Любой пользователь может возобновить ветку В этой ветке никого нет. Вы можете @упомянуть человека в сообщении, чтобы пригласить его. Вы не можете просматривать эту ветку @@ -8233,6 +8440,7 @@ Включить оповещения канала Включить оповещения беседы Включить оповещения сервера + Включить оповещения ветки Без имени Открепить Ага, уберите его, пожалуйста! @@ -8669,8 +8877,6 @@ Кино Discord Вампус на отдыхе Вейпорвейв - Придайте своему профилю уникальности с помощью фонов видео и, если у вас есть подписка Nitrо, загрузите свои собственные! - Новинка: фоны видео! Расскажите нам, что вы думаете о фонах видео. Понравились ли вам фоны видео? Обнаружение фона было неточным @@ -8681,6 +8887,7 @@ Возникли проблемы? Спасибо за сообщение об ошибке! Ваши отзывы помогают нам улучшить фоны видео. Удалить фон + Загружайте пользовательские фоны видео, стримьте в разрешении HD с частотой 60 кадров в секунду [и получите доступ ко многим другим возможностям Discord Nitro!](onLearnMore) Хотите загрузить собственный фон? Фокусировка Скрыть участников diff --git a/app/src/main/res/values-sv-rSE/plurals.xml b/app/src/main/res/values-sv-rSE/plurals.xml index 060fc4a845..f625e62ed6 100644 --- a/app/src/main/res/values-sv-rSE/plurals.xml +++ b/app/src/main/res/values-sv-rSE/plurals.xml @@ -156,6 +156,10 @@ {#} bakgrund {#} bakgrunder + + {#} tecken + {#} tecken + {#} medlem {#} medlemmar @@ -901,8 +905,8 @@ **{count}** andra servrar är otillgängliga på grund av ett tillfälligt avbrott. - {#} Aktiverad boost - {#} Aktiverad boost + {#} aktiverad boost + {#} aktiverade boostar {#} boost @@ -1120,6 +1124,10 @@ om {#} dag om {#} dagar + + {#} dag + {#} dagar + {#} dag {#} dagar @@ -1200,6 +1208,18 @@ 1 minut {retryAfter} minuter + + , {#} oläst meddelande + , {#} olästa meddelanden + + + , {#} oläst meddelande + , {#} olästa meddelanden + + + , {#} oläst meddelande + , {#} olästa meddelanden + en till {n} andra diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index 6b95d7f46b..4c07e9c96f 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -33,6 +33,11 @@ Minska färgmättnaden i applikationen för de som lider av färgkänslighet. Detta påverkar inte mättnaden för bilder, videor, rollfärger eller annat användarskapat innehåll, som standard. länkar kommer att se ut så här: https://discord.com/ Färgmättnad + Snabbare + Text-till-tal-hastighet + Förhandsgranska + Långsammare + Så här låter text-till-tal i nuvarande hastighet. Zoomnivå Konto Användarområde @@ -230,6 +235,7 @@ Visa hjälpartikel Din födelsedag AKA + Visa fler serveravatarer Alla aktiva trådar Alla servrar Tillåt @@ -785,7 +791,7 @@ !!{paymentGatewayName}!!-transaktioner finns inte med nedan. För att se !!{paymentGatewayName}!!-transaktionshistorik eller ändra din betalningsmetod för !!{paymentGatewayName}!!, [går du till dina faktureringsinställningar för !!{paymentGatewayName}!!]({billingHistoryLink}). Du prenumererade genom !!{paymentGatewayName}!! Vi stöder inte det här för !!{paymentGatewayName}!!-prenumerationer. För att hantera din prenumeration [går du till dina faktureringsinställningar för !!{paymentGatewayName}!!]({subscriptionManagementLink}). - Det slutliga priset och valutan kommer att baseras på det land som erbjöd din betalningsmetod. [Ta reda på mer här]({documentationLink}). + Det slutliga priset och valutan kommer att baseras på din valda betalningsmetod och det land den är utställd i. [Läs mer]({documentationLink}). Kopierad! Gåvolänk Det här var en gåva @@ -856,8 +862,8 @@ Du har redan fått återbetalning för ett boostabonnemang. Du har redan fått återbetalning för en Nitro-prenumeration. Återbetalning - Det verkar ha uppstått ett problem när vi försökte att återbetala ditt köp: !!{error}!!. - Kontakta vårt [kundsupportteam]({supportUrl}) för att få hjälp. + Det verkar ha uppstått ett problem när vi försökte återbetala ditt köp: !!{error}!!. + Kontakta vår [kundsupport]({supportUrl}) för att få hjälp. Tyvärr, det här köpet kan inte återbetalas. Problem med köpet? Skicka in begäran om återbetalning @@ -892,6 +898,7 @@ Faktureringsinställningar Lägg till betalningsmetod Köp serverboostar + Hantera prenumeration Visa betalningshistorik Ge Discord Nitro i gåva Köp Discord Nitro @@ -908,6 +915,7 @@ Välj en plan Välj plan Butik + Sofort-information Prenumerationskredit Byt prenumeration Din prenumeration kommer att ändras från och med den **{renewalDate}**. @@ -936,6 +944,7 @@ Byt till en årsplan och spara pengar. Dra nytta av superkraftsförmåner och {numFreeGuildSubscriptions} året runt. 2 månader gratis! Du valde {planName}! + Avbruten Misslyckades Väntande Återbetalat @@ -985,6 +994,7 @@ Utförlig beskrivning (valfritt) Problembenämning krävs Prioritet krävs + Aktuellt område Vad är problemet? Skärmdumpen togs bort från rapporten Prioritet @@ -996,6 +1006,8 @@ Låg (P2) **Inte akut och inte viktigt.** P3 gör oss uppmärksamma på att det finns ett problem, men dessa typer av problem behöver inte åtgärdas innan andra, mer brådskande, problem har åtgärdats. Mycket låg (P3) + Sök i aktuella områden + Välj aktuellt område Skickar rapport Rapporten har skickats Versionsåsidosättning @@ -1005,7 +1017,6 @@ Versionsåsidosättning för {releaseChannel} Versions-ID {releaseChannel}-klient endast - endast {supportedTargets}-mål Ogiltig versionsåsidosättning Fel användare Version ej tillgänglig @@ -1061,10 +1072,12 @@ Redo att videochatta? Här är en förhandsgranskning av din kamera: Videobakgrund + Funktionen att välja videobakgrund finns för närvarande bara för ett begränsat antal personer. Suddig Ändra bakgrund Ändra videobakgrund Anpassad + Egen bakgrund Ingen Du har nått gränsen {maxCustomBackgrounds}! Högerklicka för att ta bort en bakgrund innan du kan lägga till en ny. Ladda upp en egen bakgrund, med hjälp av Nitro! @@ -1126,20 +1139,25 @@ Redigera serverprofil För närvarande har ett begränsat antal personer möjlighet att välja olika avatarer för var och en av sina servrar. Jag förstår + Använd ett smeknamn, eller om du har Nitro, en ny avatar i varje server! + Uppdatera min serverprofil + NYTT! Serverprofiler Använd olika avatarer på var och en av dina servrar och mer med Discord Nitro! Smeknamn (inaktiverat) Du kan ändra hur andra ser dig på den här servern genom att ange ett serversmeknamn och en avatar. Serveravatar $[BETA](betaBadgeHook) - Okänt Fel + Återställ till huvudavatar + Okänt fel Ändra serveravatar Använd olika avatarer på var och en av dina servrar och mer med **Discord Nitro!** + Smeknamn måste vara minst {minLength} Lås upp med Nitro Ändringslogg - Ett meddelande från våra grundare {added marginTop}\n======================\n\n**Vi skapade Discord 2015** för att vi ville kunna snacka och umgås med våra kompisar när vi spelade spel. Vi ville återskapa känslan från när vi var uppe hela natten och skrattade, skojade och framför allt bara var oss själva. Vi ville förstärka den upplevelsen och sprida den till fler.\n\nSedan dess har Discord blivit ett ställe där alla kan snacka och umgås i gemenskaper och kompisgäng, oavsett vad man brinner för. Discord kommer alltid att vara ett ställe där man kan spänna av och verkligen vara sig själv, oavsett var kompisarna är någonstans. \n\nTänk dig ett ställe {added marginTop}\n======================\n\nMen Discord betyder olika saker för alla. Så vi bad folk berätta vad Discord betyder för just dem. Och de gick med på att vi visade dig deras berättelser så att vi kunde göra en kampanj som inte var helt kass.\n\nVi gjorde Discord – The Movie (2021). \n\nDen här kortfilmen är en hyllning till alla fantastiska och underbara berättelser som riktiga personer delat med sig av. Som Lucie Winterwolfs server med pirattema och Kevdogs retrospelsserver.\n\nFörresten är ett par kändisar med också.\n\nTack {added marginTop}\n======================\n\nVi imponeras och inspireras av hur eget och påhittigt ni använder Discord och hur uppslagsrikt ni drar nytta av Discord. Gemenskaperna är Discords hjärta. Vi är hedrade av att få vara stället där ni umgås med de som ni tycker bäst om och snackar om det ni gillar bäst. \n\nTräffades du och din bästa kompis när ni gejmade på Discord? När ni hade en samisk språkserver? Eller en server för tibetanskt fågelfoto? Berätta på Twitter, Instagram eller TikTok – med **#imagineaplace** så att vi kan se.\n\nVi håller utkik efter din berättelse. Den kommer säkert att lysa upp vår dag. Och vi skickar säkert vidare den till kontorsservern så att alla här blir lika glada.\n\nOch som vanligt hoppas vi att ni fortsätter att komma med inspel om hur vi kan förbättra Discord ännu mer.\n\nJason och Stan\n\n\n - 2021-08-16 + Nya funktioner {added marginTop}\n======================\n\nServrar som aktiverat Community-funktionen kan se och skapa händelser i den nya fliken Händelser. De gamla vanliga servrarna kan planera händelser i listrutemenyn bredvid servernamnet. Nu finns ingen ursäkt för att missa spelkvällarna … haha, eller hur?\n* **Studenthubbar släpps internationellt.** Anslut till studentstyrda servrar för klubbar, studiegrupper och mer på dina skola eller ditt universitet. För att få tillgång till din Studenthubb tar du din skole-postadress för att [komma igång](https://discord.com/invite/hzA3MtAURu). Om du vill ta omvägen öppnar du Discord, svänger höger och går till Upptäck offentliga servrar, svänger vänster två gånger förbi närbutiken och klickar på den nya fliken Studenthubbar.\n* **En ny Användarprofilsida har lagts till.** Nu kan du redigera din profilavatar, om mig och, om du har Nitro, din profilbanner, allt på ett och samma ställe.\n* **Boostar som krävs för Boostnivå 2 och 3 har sänkts.**\nNu kan servrar nå nivå 2 med 7 boostar och nivå 3 med 14 boostar! Lås upp saker på din server, till exempel anpassade emojis, högre uppladdningsgränser för alla, en serverbanner, diskussioner om vad den bästa serverbannern kan vara, samt rollikoner.\n* **Åh, just ja, anpassade rollikoner har lagts till i boostnivå 2.** Om du har en server med 7 boostar kan du ladda upp en bild eller välja en anpassad eller standardemoji och ange den som ikon för önskad roll. Rollikoner visas bredvid rollens namn i medlemslistan och bredvid användarnamnet i textchattar. Gå till Serverinställningar > Roller och redigera en roll för att komma igång.\n* **Nya behörigheter för Trådar har lagts till.** Behörigheten *Skicka meddelanden i Trådar* har lagts till för att förbättra din communitys upplevelse. Dessutom har behörigheterna *Skapa allmänna Trådar*, *Skapa privata Trådar* och *Hantera Trådar* uppdaterats för att bli mer lättförståeliga. Lä mer i våra [Vanliga frågor om Trådmoderering](https://support.discord.com/hc/en-us/articles/4404809613847).\n\n\n + 2021-10-04 sv-SE 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png Ändra smeknamn Medlemmar med denna behörighet kan byta sina egna smeknamn. Smeknamn är synliga för alla på denna server. Ändra dem enbart om du eftersträvar ett visst namnskick eller om du vill ta bort ett oönskat smeknamn. @@ -1181,6 +1199,8 @@ Tysta kanal !!{channelName}!! När du tystar en kanal kommer indikatorer och aviseringar om olästa meddelanden endast att visas om du blir omnämnd. ny-kanal + Kontrollera behörighet + Serveridentifiering är nu tillgängligt för servrar med 1K+ medlemmar! Kanal eller kategori Den här kanalen eller servern är för närvarande tystad. Kanalordning uppdaterad. @@ -1420,7 +1440,6 @@ Röst ansluten Verifierad Anslutningar - Discord kan hjälpa dig att få kontakt med dina vänner och hjälpa dem hitta dig. Lägg till vänner från dina kontakter automatiskt Synka dina kontakter Lägg till vänner från dina kontakter och låt dem veta att du finns på Discord. @@ -1849,7 +1868,12 @@ Beskära Tjeckiska Egen färg + Välj unika ikoner per roll med Serverboost. Ikoner visas i chatt och medlemslistor. Gå till **Serverinställningar > Roller** när du vill testa. + Nu kan du bestämma rollikoner under **Serverinställningar > Roller**. Ikoner är unika per roll och visas i chatt och medlemslistor. + Rollinställningar + Välj ikoner Jag förstår + NYTT! Egna rollikoner Anpassad status Rensa efter Rensa status @@ -2003,12 +2027,14 @@ När du kopplar från ditt konto kan du tas bort från servrar som du gått med i via kontot. Koppla från !!{name}!! Koppla från röstchatt + Frånkopplingshandlingar Koppla från Koppla från Användaren har blivit frånkopplad från röstchatten. Häng med över 100 miljoner människor som använder Discord för att prata och umgås med communityn och vänner. Tänk dig ett ställe Rich Presence i Discord + Kommer snart till mobilen! Till dess hittar du studenthubbarna på datorn Upptäck Identifiering {speakersCount} @@ -2070,6 +2096,8 @@ Ändra !!{user}!! Redigerar meddelande Jag förstår + Kanske senare + Testa Grekiska Discord kan inte streama ljudet från din applikation på grund av att behörigheter saknas. Vill du ge Discord-administratören behörighet för att dina vänner ska kunna ta del av de där ljuva, ljuva ljudvågorna? Streama utan ljud @@ -2379,6 +2407,8 @@ Skicka ett slumpmässigt välkomstmeddelande när någon ansluter till servern. Skicka ett meddelande när någon boostar servern. Medlemmar sparkas automatiskt när de kopplar från såvida inte en roll är tilldelad. + När detta är inaktiverat kan endast moderatorer och trådens skapare lägga till nya medlemmar till tråden. + När detta är inaktiverat kan endast moderatorer återöppna denna tråd. Begränsar antalet användare som kan koppla upp sig till den här röstkanalen. Användare med behörighet att **Flytta medlemmar** ignorerar denna gräns, och kan flytta andra medlemmar till kanalen. Medlemmar på servern måste uppfylla följande kriterier innan de kan skicka meddelanden i textkanaler eller inleda en konversation. Detta gäller inte om en medlem har en tilldelad roll. **Vi rekommenderar att en verifieringsnivå ställs in för en offentlig Discord.** Ställer in kamerans videokvalitet för alla kanaldeltagarna. Välj **Automatisk** för bästa prestanda. @@ -2908,6 +2938,7 @@ !!{username}!! spelar {applicationName} Dina videodrivrutiner är föråldrade. Uppdatera dem för bättre skärmdelningsprestanda. Tittar på {username} + Gå till kanal Jag förstår Ge tillfälligt medlemskap Grön @@ -3015,10 +3046,13 @@ {count} för {query} Utforska offentliga servrar Visa + Saknar behörighet att ansluta. + Var hålls ditt event? Vi rekommenderar en bild som är minst 800 pixlar bred och 400 pixlar hög. Lägg till ett omslagsfoto (valfritt) Ta bort foto Fyll i detaljer om ditt event. + Berätta lite mer om ditt event. Markdown fungerar här. Vad handlar ditt event om? Eventämne {date} kl. {time} @@ -3028,19 +3062,28 @@ {count} Intresserad {count} intresserade Du får en avisering när eventet startar - Anslut till server + Eventet är över + Gå med och titta på event Eller skicka en inbjudningslänk till en vän + Bjud in vänner till event {count} Lyssnar Ange en plats + Lägg till en plats, länk eller något. Någon annanstans + Textkanal, extern länk eller på plats. + Var du var när du laddade ner Discord + Bra för stora community-ljudevent. Umgås via röst, video, skärmdelning och Go Live. Så att alla vet var de ska. Var hålls ditt event? Välj en kanal Välj en röstkanal + Skapa några event som för samman din server. Det finns inga kommande event. Plats + Eventinfo Granska + Starttiden måste vara i framtiden. När det är dags går du till $[**!!{channelName}!!**](channelHook) för att starta eventet! Här är en förhandsgranskning av ditt event. Bara de medlemmar som kan se den här kanalen kan se eventet. @@ -3051,6 +3094,7 @@ Testa att använda en podiekanal! Starta eventet: {eventName} Schemalagt till {startTime} + Schemalagt till {startTime} Steg {step} av {total} Event Skapa @@ -3511,6 +3555,7 @@ Du är med! {serverName} finns nu på kartan! Få ditt community att växa med Serveridentifiering Discord kommer att prioritera den här servern i sökningar för användare som talar det valda språket. + Om du listar dig i [Serveridentifiering]({documentationUrl}) kan vem som helst hitta och gå med i din server. Vi väntar fortfarande på dina hälsovärden! Berätta vad du har för server med en beskrivning! Kategorier hjälper Discord att organisera servrarna så att det blir lättare för användare att hitta communityn som intresserar dem. Du kan välja 1 primärkategori och upp till 5 underkategorier. @@ -4032,12 +4077,12 @@ Ungerska Välj kategori Kategori - Den här serverbeskrivningen kommer att visas i hubben. + Den här serverbeskrivningen kommer att visas i studenthubben. Vad handlar din server om? Vad gör man där? Serverbeskrivning Det gick! Jag förstår! - Din server har lagts till i hubben för !!{guildName}!!! + Din server har lagts till i studenthubben för !!{guildName}!!. Lägg till server Du har inte lagt till några servrar ännu! Servrar du har lagt till @@ -4049,10 +4094,10 @@ Skapa en ny server Vill du starta en ny grupp? Du kommer fortfarande att kunna bjuda in personer utanför hubben till din server. - Hjälp Discord-hubben för !!{guildName}!! att växa! + Hjälp till med att få studenthubben för !!{guildName}!! att växa Gå till server Tillbaka till hubben - Din server har skapats och lagts till i hubben för !!{guildName}!!! + Din server har skapats och lagts till i studenthubben för !!{guildName}!!! Specialanpassa din server Hjälp andra studenter hitta !!{guildName}!! Ge din server en beskrivning och en kategori för att hjälpa folk att hitta den. @@ -4063,9 +4108,10 @@ Bjud in personer till den här hubben Du är en av de första här! Vi börjar med att lägga till några servrar och medlemmar. Välkommen till studenthubben för !!{guildName}!!-studenter - Discord-hubb för !!{guildName}!! + Studenthubb för !!{guildName}!! Allt från klubbar till studiegrupper och spelnätter, det finns en plats för dig. Hitta ditt folk + Studenthubb Studenthubbar Det är en exklusiv plats där du kan hålla kontakten med studenter, hitta servrar och dela egna servrar som andra studenter kan gå med i. Hubbarna är inte anknutna till och administreras inte av skolorna. Servrarna i hubben drivs av studenter men kan omfatta personer som inte studerar. Bekräfta länken i din e-post för att fortsätta med verifieringen. Den här sidan uppdateras automatiskt. @@ -4074,9 +4120,9 @@ Skicka ny bekräftelselänk Gå med i studenthubben för vilken skola du än går i. Studerar du vid flera skolor? + Nej tack Gå med i hubben Nej tack - Hitta enkelt studentdrivna servrar för dina studiegrupper, klubbar, spelnätter och annat. Är du student för närvarande? Gå med i din skolas studenthubb! Studentmejl namn@lärosäte.se @@ -4087,17 +4133,19 @@ Kan du inte hitta din skola? [Gå med i väntelistan.](onJoinWaitlist) Gör som {count} och gå med i studenthubben för !!{guildName}!!! Gå med i en till hubb - Hitta enkelt studentdrivna servrar för dina studiegrupper, klubbar, spelnätter och annat. - Är du student? Gå med i skolans Discord-hubb! + Är du student för närvarande? Gå med i din skolas studenthubb! Gå med i hubben + Få tillgång till hubbar som endast är till för studenter + Din skolas hubb är inte igång än. Skriv in skolans namn så hör vi av oss när den är det. Gå med i väntelistan Skolans namn Skolans kompletta namn Det är en exklusiv plats där du kan hålla kontakten med studenter, hitta servrar och dela egna servrar som andra studenter kan gå med i. Hubbarna är inte anknutna till och administreras inte av skolorna. Servrarna i hubben drivs av studenter men kan omfatta personer som inte studerar. Studenthubbar + Vad är en studenthubb? Om din server endast är till för studenter bjuder du bara in dina kurskamrater. De behöver ingen .edu-adress för att gå med Ta bort från hubben - Är du säker på att du vill ta bort !!{guildName}!! från den här hubben? + Är du säker på att du vill ta bort !!{guildName}!! från den här studenthubben? Ändra inställningar Ändra inställningar för !!{guildName}!! Vad är en studenthubb? @@ -4106,7 +4154,7 @@ Du skickade en hubbinbjudan Bjud in vänner till din skolas studenthubb Det krävs en studentmejladress för att få gå med. - Fick du inte koden? [Skicka koden igen](onClick) till !!{email}!! + Vi har skickat mejl med din kod. Fick du ingen kod? [Skicka kod igen](onClick) till !!{email}!! Nu kör vi! Komplett namn Verkligt namn @@ -4119,11 +4167,13 @@ Bjud in folk Gå med i servrar Min skola finns inte med - Verifiera din e-postadress + Verifierad studenthubb + Verifiera din e-post för att gå med namn@skola.se Studentmejl + Är du student för närvarande? Gå med i din skolas studenthubb! Få en påminnelse när din hubb kommer igång så att du enkelt kan hitta studentdrivna servrar för dina studiegrupper och klubbar. - Vi hör av oss när Discord-hubben för !!{school}!! är igång. + Vi kontaktar dig när studenthubben för !!{school}!! är igång. Tack! Du är med på väntelistan. några sekunder {time} @@ -4412,7 +4462,7 @@ Denna emoji funkar inte här eftersom den kommer från en annan server. Uppgradera till Discord Nitro för att använda emojier från andra servrar Denna emoji funkar inte här eftersom den kommer från en annan server. Med Discord Nitro löser du detta, gå till Användarinställningar > Nitro för mer info Ange en giltig inbjudningslänk eller inbjudningskod. - Din betalningsmetod fungerade inte. Uppdatera dina betalningsuppgifter för att fortsätta med din Nitro-prenumeration. + Din betalningsmetod misslyckades. Uppdatera din betalningsinformation för att fortsätta med din Nitro-prenumeration. ogiltig-kanal Ogiltig kanal Bjud in vän @@ -4688,6 +4738,7 @@ Sparka Sparka medlemmar Sparka !!{user}!! + Vill du verkligen sparka !!{user}!! från denna server? Hon eller han kan återansluta till servern med en ny inbjudan. ”!!{user}!!” har sparkats från servern. Hoppsan … !!{user}!! kunde inte sparkas. Försök igen! Sparka !!{user}!! från server @@ -4808,17 +4859,17 @@ Välj språk Du kan ändra detta senare. Hej! Välj språk - Har du hört om det nya priset på Nitro i {country}? [Ta reda på mer]({documentationLink}). + Har du hört om det nya priset på Nitro i {country}? [Läs mer]({documentationLink}). Hantera plan Vi har sänkt priset på Nitro där du bor. Återaktivera nu för att se om du kan spara pengar. - Vi har sänkt priset på Nitro där du bor. Hantera din betalningsmetod för att se om du kan spara pengar. [Ta reda på mer]({documentationLink}). + Vi har sänkt priset på Nitro i vissa områden. Hantera din betalningsmetod för att se om du kan spara pengar. [Läs mer]({documentationLink}). Uppdatera nu Vi har sänkt priset på Nitro där du bor. Uppdatera din betalningsmetod för att se om du kan spara pengar. Hantera plan Vi har sänkt priset på Nitro där du bor. Se om du kan spara pengar med din lokala valuta. Genom att byta betalningsmetod kommer du att ändra priset på, och valutan för din prenumeration till {newCurrencyAndPrice}! [Klicka här]({helpCenterLink}) för att få veta mer om hur vi fastställer ditt pris. **Tips**: Använd en betalningsmetod som är lokal för {country} för att betala för din prenumeration i {currency}! [Klicka här]({helpCenterLink}) för att få veta mer om hur vi fastställer pris och valuta. - **Hurra!** Som invånare i {country} betalar du nu det rabatterade priset {newPrice} för Nitro! [Ta reda på mer]({helpCenterLink}). + **Hurra!** Som invånare i {country} betalar du nu det rabatterade priset {newPrice} för Nitro! [Läs mer]({helpCenterLink}). Logga in Loggar in som !!{username}!! Logga in med din e-postadress för att börja prata. @@ -4939,8 +4990,10 @@ Gåva Medlem Medlemslista + Visa medlemslista Bara moderatorer och de du bjuder in kan se denna tråd. Denna person är ägare av servern och har alltid alla behörigheter oavsett roll. + Dölj medlemslista Lägg till en fråga Lägg till en regel Du blir meddelad när det sker en uppdatering. @@ -5067,6 +5120,7 @@ Du måste uppdatera appen för att gå med i den här servern. Medlemmar {members} + Medlemslista för !!{channel}!! (kanal) Medlemmar som matchar **!!{prefix}!!** Sök medlemmar Nämn @@ -5142,7 +5196,6 @@ Du måste utse en ny i [Serverinställningar > Community > Översikt](onClick) innan du kan ta bort den här kanalen. Aktivera hårdvaruskalning Experimentell funktion som kan förbättra prestandan i videosamtal. Observera att detta kan orsaka störningar. - Hitta enkelt studentdrivna servrar för dina studiegrupper, klubbar, spelnätter och annat. [Läs mer.](onClick) En exklusiv plats där du kan hålla kontakten med studenter, hitta servrar och dela dina egna servrar som studenter kan gå med i. Hubbarna är inte anknutna till och administreras inte av skolorna. Servrarna i hubben drivs av studenter men kan omfatta personer som inte studerar. @@ -5204,6 +5257,8 @@ Tysta den här kanalen Tysta den här servern Tysta den här konversationen + Tysta den här tråden + Tysta tråd Tystad varaktighet Tystad fram till {endTime} Gemensamma vänner @@ -5703,6 +5758,24 @@ Ett sms skickades till det telefonnummer som är knutet till kontot. Fick du ingen kod? [Skicka koden igen](onResendClick) Ange bekräftelsekoden för att byta lösenord Lösenord krävs. + Inloggning med lösenord istället + Vi skickar en kod till {recipient}. + Skickad till {recipient}. + Ange lösenordet för kontot med e-postadressen {email} + Ange lösenordet för kontot med telefonnumret {phone} + Ange ditt lösenord + Få en engångsinloggningskod + Ange kod för inloggning + Fortsätt + Skicka igen + Logga in med ditt telefonnummer eller din e-postadress. Vi skickar en engångskod för inloggning. + Hej igen! + Skicka en kod till mig + Logga in med ditt telefonnummer eller din e-postadress för att börja prata. + Välkommen tillbaka! + Med inloggning utan lösenord kan du logga in på ditt Discord-konto efter att ha angett den 8-siffriga kod som vi skickar till din telefon eller e-postadress. + Aktivera Inloggning utan lösenord + Inloggning utan lösenord Klistra in Paus Fortsätt @@ -5741,6 +5814,7 @@ Redigera betalningsmetod Kräver e-post. MM/ÅÅ + Giroinbetalning Betalningsinformation Ogiltigt Det gick inte att debitera dig med den här betalningsmetoden. Kontrollera att informationen är korrekt. @@ -5773,9 +5847,11 @@ Väntande Väntande vänner Människor + Serveravatar Var den du vill vara och använd olika avatarer på var och en av dina servrar. Flera avatarer Var den du vill vara och använd olika avatarer på var och en av dina servrar + Identitet uppdaterad! {percentage}%% sedan förra veckan Behöver du hjälp med behörigheterna? Mediaåtkomst nekad – Discord kräver åtkomst till lagring för att posta bilagor. @@ -5880,7 +5956,7 @@ Vill du ändra din tagg? Skaffa Nitro! När din Nitro-prenumeration tar slut kommer din Discord-tagg att återställas. Denna tagg är ogiltig. Värdet måste vara större än 0. - Gör personliga anpassningar och uttryck din personlighet över hela Discord med våra sommaruppdateringar! + Anpassa och uttryck din personlighet i hela Discord med våra sommaruppdateringar! Redigera serverprofil Använd en unik avatar på var och en av dina servrar. Var en student i en, din D&D-karaktär i en annan och ditt riktiga jag i en tredje, vem nu än det kan vara… Serveravatarer @@ -5888,14 +5964,14 @@ Längre meddelanden på upp till 4 000 tecken Ny GIF-väljare för din avatar eller banner … med mera! - Redigera användarprofil - Framhäv det intresse som utgör hela din personlighet med en ny profilbanner, en matchande animerad avatar och en personlig tagg. + Redigera serverprofil + Framhäv det intresse som visar upp hela din personlighet med en ny profilbanner, en matchande animerad avatar och en personlig tagg. Profilbanners Titta igenom dekalerna - Visa dina vänner hur du verkligen känner dig genom specialdekaler i chatten från alla dina servrar och använd 300 exklusiva Nitro-dekaler. + Visa dina vänner hur du verkligen känner med personliga dekaler i chatten från alla dina servrar och använd 300 exklusiva Nitro-dekaler. Dekaler i chatten Nitro ligger flera skutt före. Visst är det paddtastiskt? Förlåt. [Läs mer om Nitro.](onLearnMore) - Vad är nytt i Nitro + Nyheter i Nitro Vi har sänkt priset på Nitro i Brasilien! Vi har sänkt priset på Nitro i Polen! Vi har sänkt priset på Nitro i Turkiet! @@ -6266,12 +6342,12 @@ Du har premiumchatt, **{num}x** boostar och en boostrabatt Du har premiumchatt, **{num}x** boostar och en boostrabatt på **!!{price}!!** (planerad annullering) Du har premiumchatt, **{num}x** boostar och en boostrabatt (planerad annullering) - Lägg till betalning - Din Nitro-prenumeration upphör {daysLeft}. Lägg till en betalningsmetod för att fortsätta profilanpassning och annat. + Lägg till betalningsmetod + Din Nitro-prenumeration upphör {daysLeft} Lägg till en betalningsmetod för att kunna fortsätta med profilanpassning och annat. Läs mer - Idag kommer du att förlora åtkomsten till profilanpassning, animerad emoji och annat. + Om {daysLeft} kommer du att förlora åtkomsten till profilanpassning, större filuppladdningar, bättre skärmdelning och annat. Din åtkomst till Nitro upphör idag. - Ignorera + Avvisa Behåll Nitro Om du återaktiverar Nitro kommer vi att återuppta debiteringen av din betalningsmetod **{price}** och fortsätta att debitera dig **varje månad** tills du säger upp prenumerationen. Du kan avbryta när som helst från din inställningssida. Om du återaktiverar Nitro kommer vi att återuppta debiteringen av din betalningsmetod **{price}** och fortsätta att debitera dig **varje år** tills du säger upp prenumerationen. Du kan avbryta när som helst från din inställningssida. @@ -6286,7 +6362,7 @@ Ny prenumeration sammanlagt Uppdatera nu Din betalning för Nitro-prenumerationen misslyckades. Uppdatera din betalningsinformation. - Lägg till betalning + Lägg till betalningsmetod Din Nitro-prenumeration håller på att upphöra. Lägg till en betalningsmetod för att fortsätta profilanpassning och annat. Ditt nästa förlängningsdatum är den **{renewalDate}**. Justering av {planName} @@ -6493,6 +6569,14 @@ Du kan inte skicka meddelanden till blockerade användare Skicka meddelande till @!!{name}!! Snabbväxlare + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, gruppmeddelande + !!{name}!!, gruppmeddelande {mentions} + !!{name}!!, server + Resultat + !!{name}!!, användare, !!{id}!! + !!{name}!!, användare, !!{id}!! {mentions} + {mentions} Utkast Lär dig mer om snabbväxlaren Har du svårt att hitta det du söker? @@ -7157,6 +7241,120 @@ Den här kanalen har specialbehörigheter. För att lyssna i den måste någon, som en servermoderator eller administratör, slå på lyssningsljudet för dig. Ljud av på servern Berätta lite för världen om den här servern. + Godkänn reglerna + Överträdelser av våra policyer kan leda till bestraffningar av din server, inklusive att den kan tas bort från Identifiering. + Efterlev Discords [communityriktlinjer]({communityGuidelinesUrl}) och [Identifieringsriktlinjer]({discoveryGuidelinesUrl}) + Regler + Skapa en välkomnande plats där trakasserier, fientlighet och olaglig verksamhet varken främjas eller tolereras. + Främja en hälsosam och positiv miljö + Hjälp till att hålla Serveridentifiering säkert för alla + Allt innehåll på servern måste vara lämpligt för åldrarna 13 och uppåt. + Ladda inte upp grafiskt eller sexuellt innehåll + 3d + estetik + animation + anime + appar + konst + basket + dryck + bitcoin + bodybuilding + bottar + bts + gymnastik + kläder + koda + universitet + community + crossfit + kryptovaluta + söt + defi + design + discord-bot + disney + disneyworld + rita + edm + utbildning + emoji + emotes + engelska + e-sport + ethereum + event + träning + fantasy-fotboll + mode + fivem + mat + amerikansk-fotboll + forex + Formel1 + fortnite + vänner + roligt + gaming + github + utlottningar + gym + hårdvara + hiphop + läxor + hypebeast + investering + javascript + kpop + språk + leagueoflegends + lärande + hbti + linux + manga + memes + psykisk-hälsa + metal + minecraft + musikproduktion + nba + nfl + nft + nitro + näring + opensource + alternativ + fotografi + premier-league + programmering + racing + rap + reddit + roblox + rollspel + skola + själv-förbättring + sång + snacks + sneakers + fotboll + socialt + mjukvara + idrott + aktier + streamare + gatumode + plugga + stil + support + suverän + teknik + trading + resor + twitch + valorant + yeezy + youtube Server-emoji Stäng alla mappar Markera mapp som läst @@ -7429,6 +7627,8 @@ Talare Podium live Vad ska du prata om i dag? + Låtsas att hissmusik spelas. + Tryck på Starta podiet och välj ett ämne för att starta samtalet. Väntar på att podiet ska starta … När som helst nu. Väntar på att podiet ska starta. !!{username}!!: @everyone !!{topic}!! startar nu. Var med och lyssna! @@ -7528,6 +7728,10 @@ Ofta använda Gratis $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Köp boostar + Ladda upp {count}+ egna dekaler med serverboost. + Hantera dekaler + Din server väntar på att du ska ladda upp dekaler! Detaljinfo om {stickerPackName} Animerade Begränsad tid kvar: {time} @@ -7830,6 +8034,7 @@ Posta bilder, GIF-filer, dekaler, åsikter och ordlekar Textkanaler Textkanaler som matchar **!!{prefix}!!** + Vanliga avgifter för meddelanden och data gäller. Textbehörighet Textområdesåtgärder Skicka meddelande till !!{channel}!! @@ -7874,6 +8079,7 @@ Gå med i den här tråden för att få aviseringar och spara den i din kanallista. Denna tråd arkiverades av en moderator. Endast moderatorer kan återöppna den. Vem som helst kan bjuda in + Vem som helst kan återöppna Det finns ingen i den här tråden. Du kan bjuda in folk genom att @nämna dem i ett meddelande. Kan inte visa denna tråd @@ -8069,6 +8275,7 @@ Sluta tysta kanal Sluta tysta konversation Sluta tysta server + Sluta tysta tråd Namnlös Lossa Ja, ta bort det! @@ -8503,8 +8710,6 @@ Discordfilmen Wumpus på semester Vaporwave - Tala om vem du är med videobakgrunder, och om du har Nitro kan du ladda upp dina egna! - Nya videobakgrunder! Berätta om din upplevelse med videobakgrunder. Hur var videobakgrunderna? Bakgrundsdetekteringen var inte korrekt @@ -8515,6 +8720,7 @@ Problem? Tack för att du rapporterar! Det är sådan här feedback som gör att vi kan förbättra videobakgrunderna Ta bort bakgrund + Ladda upp egna videobakgrunder, streama i HD-upplösning med 60 bildrutor per sekund [och annat med Discord Nitro!](onLearnMore) Vill du ladda upp en egen bakgrund? Fokusera Dölj medlemmar diff --git a/app/src/main/res/values-th/plurals.xml b/app/src/main/res/values-th/plurals.xml index f9c815209e..baf272e017 100644 --- a/app/src/main/res/values-th/plurals.xml +++ b/app/src/main/res/values-th/plurals.xml @@ -733,8 +733,8 @@ {#} การกล่าวถึง - {count} เพื่อนคนอื่น - {count} เพื่อนคนอื่น ๆ + {count} other คน + {count} other คน 1 วัน @@ -1129,8 +1129,12 @@ {#} เดือน - ในอีก {#} วัน - ในอีก {#} วัน + ใน {#} วัน + ใน {#} วัน + + + {#} วัน + {#} วัน {#} วัน @@ -1212,6 +1216,18 @@ 1 นาที {retryAfter} นาที + + , {#} ข้อความที่ยังไม่ได้อ่าน + , {#} ข้อความที่ยังไม่ได้อ่าน + + + , {#} ข้อความที่ยังไม่ได้อ่าน + , {#} ข้อความที่ยังไม่ได้อ่าน + + + , {#} ข้อความที่ยังไม่ได้อ่าน + , {#} ข้อความที่ยังไม่ได้อ่าน + 1 คน {n} คน diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml index 1ba9eb70d5..d54f84056b 100644 --- a/app/src/main/res/values-th/strings.xml +++ b/app/src/main/res/values-th/strings.xml @@ -60,6 +60,11 @@ ลดความอิ่มตัวของสีภายในแอปพลิเคชันสำหรับผู้ที่มีสายตาไวต่อสีสัน การดำเนินการนี้จะไม่ส่งผลต่อความอิ่มตัวของรูปภาพ วิดีโอ สีของตำแหน่ง หรือเนื้อหาจากผู้ใช้รายอื่น ๆ โดยค่าเริ่มต้น ลิงก์จะปรากฏในรูปแบบ https://discord.com/ ความอิ่มตัว + เร็วขึ้น + ความเร็วการแปลงข้อความเป็นเสียงพูด + แสดงตัวอย่าง + ช้าลง + นี่คือลักษณะการแปลงข้อความเป็นเสียงพูดที่ความเร็วปัจจุบัน ระดับการซูม บัญชี พื้นที่ของผู้ใช้ @@ -812,7 +817,7 @@ ธุรกรรมของ !!{paymentGatewayName}!! จะไม่อยู่ในรายการด้านล่าง ดูประวัติธุรกรรมของ !!{paymentGatewayName}!! หรือเปลี่ยนวิธีการชำระเงินทาง !!{paymentGatewayName}!! ของคุณ [ไปที่ !!{paymentGatewayName}!! การตั้งค่าเรียกเก็บเงินทาง]({billingHistoryLink}) ของคุณ คุณสมัครสมาชิกผ่าน !!{paymentGatewayName}!! ไม่รองรับสำหรับการสมัครสมาชิก !!{paymentGatewayName}!! เพื่อจัดการการสมัครสมาชิกของคุณ โปรด[ไปที่ !!{paymentGatewayName}!! การตั้งค่าการเรียกเก็บเงิน]({subscriptionManagementLink}) ของคุณ - ราคาและสกุลเงินสุดท้ายจะขึ้นอยู่กับประเทศที่ออกวิธีการชำระเงินของคุณ [เรียนรู้เพิ่มเติมที่นี่]({documentationLink}). + ราคาสุดท้ายและสกุลเงินจะขึ้นอยู่กับวิธีการชำระเงินที่คุณเลือกและประเทศที่ออกวิธีการชำระเงินให้ [เรียนรู้เพิ่มเติม]({documentationLink}) คัดลอกแล้ว! ลิงก์ของขวัญ นี่เป็นของขวัญ @@ -884,7 +889,7 @@ คุณได้ขอคืนเงินสำหรับการสมัครสมาชิก Nitro ไปแล้ว คืนเงิน ดูเหมือนว่าจะเกิดปัญหาขึ้นในระหว่างที่เราพยายามคืนเงินให้การซื้อของคุณ: “!!{error}!!” - โปรดติดต่อขอความช่วยเหลือจาก [ทีมฝ่ายสนับสนุนลูกค้า]({supportUrl}) ของเรา + โปรดติดต่อขอความช่วยเหลือจาก[ทีมฝ่ายสนับสนุนลูกค้า]({supportUrl})ของเรา ขออภัย การซื้อนี้ไม่มีสิทธิ์ขอคืนเงิน พบปัญหาในการซื้อใช่ไหม? ยื่นขอคืนเงิน @@ -919,6 +924,7 @@ การตั้งค่าการเรียกเก็บเงิน เพิ่มวิธีการชำระเงิน ซื้อบูสต์เซิร์ฟเวอร์ + จัดการการสมัครสมาชิก ดูประวัติการชำระเงิน ซื้อ Discord Nitro เป็นของขวัญ ซื้อ Discord Nitro @@ -935,6 +941,7 @@ เลือกแผน เลือกแผน ร้านค้า + ข้อมูล Sofort เครดิตสมาชิก เปลี่ยนการใช้งาน การสมัครสมาชิกของคุณจะเปลี่ยนในวันที่ **{renewalDate}** @@ -963,6 +970,7 @@ เปลี่ยนเป็นแผนรายปีพร้อมประหยัดเงิน สนุกไปกับการใช้สิทธิประโยชน์ที่เหนือกว่าและการบูสต์เซิร์ฟเวอร์ {numFreeGuildSubscriptions} ตลอดปี ฟรี 2 เดือน คุณได้เลือกแผน {planName}! + ยกเลิกแล้ว ล้มเหลว กำลังรอ คืนเงินแล้ว @@ -1013,6 +1021,7 @@ คำอธิบายโดยละเอียด (ไม่บังคับ) ต้องการชื่อของปัญหา ต้องการลำดับความสำคัญ + ส่วนฟีเจอร์ ปัญหาคืออะไร ภาพถ่ายหน้าจอถูกลบจากรายงาน ลำดับความสำคัญ @@ -1024,6 +1033,8 @@ ต่ำ (P2) **ไม่เร่งด่วนและไม่สำคัญ** P3 ช่วยให้เรารับรู้ว่าบางสิ่งเป็นปัญหา แต่ปัญหาประเภทนี้ไม่จำเป็นต้องได้รับการแก้ไขจนกว่าจะมีการจัดการข้อกังวลอื่นๆ ที่เร่งด่วนกว่า ต่ำมาก (P3) + ค้นหาส่วนฟีเจอร์ + เลือกส่วนฟีเจอร์ กำลังส่งรายงาน ส่งรายงานแล้ว Build Override @@ -1033,7 +1044,6 @@ Build Override สำหรับ {releaseChannel} รหัส Build {releaseChannel} เฉพาะลูกค้า - สำหรับ {supportedTargets} เท่านั้น build override ไม่ถูกต้อง ผู้ใช้ไม่ถูกต้อง ไม่มี Build @@ -1089,10 +1099,12 @@ พร้อมที่จะวิดีโอแชทแล้วหรือยัง นี่คือตัวอย่างกล้องของคุณ: พื้นหลังวิดีโอ + ขณะนี้การตั้งค่าพื้นหลังวิดีโอเปิดให้ใช้งานแล้ว แต่ยังจำกัดจำนวนผู้ใช้ เบลอ เปลี่ยนภาพพื้นหลัง เปลี่ยนพื้นหลังวิดีโอ กำหนดเอง + พื้นหลังแบบกำหนดเอง ไม่มี คุณมีพื้นหลังถึงขีดจำกัดสูงสุด {maxCustomBackgrounds}แล้ว! คลิกขวาเพื่อลบพื้นหลังก่อนเพิ่มพื้นหลังอื่น ๆ อัปโหลดพื้นหลังที่ปรับแต่งตามสไตล์ของคุณเอง สนับสนุนโดย Nitro! @@ -1158,11 +1170,17 @@ ชื่อเล่น (ปิดใช้งาน) คุณสามารถเปลี่ยนลักษณะที่ผู้อื่นเห็นคุณในเซิร์ฟเวอร์นี้ได้โดยตั้งค่าชื่อเล่นและสัญลักษณ์ประจำตัวของเซิร์ฟเวอร์ สัญลักษณ์ประจำตัวของเซิร์ฟเวอร์ $[เบตา](betaBadgeHook) - เกิดข้อผิดพลาดที่ไม่ทราบสาเหตุ + รีเซ็ตไปยังสัญลักษณ์ประจำตัวหลัก + ข้อผิดพลาดที่ไม่รู้จัก เปลี่ยนสัญลักษณ์ประจำตัวของ เซิร์ฟเวอร์ ใช้สัญลักษณ์ประจำตัวที่แตกต่างกันในแต่ละเซิร์ฟเวอร์ของคุณ และอีกมากมายด้วย **Discord Nitro!** ปลดล็อกด้วย Nitro รายการการเปลี่ยนแปลง + คุณลักษณะใหม่ {added marginTop}\n======================\n\n* **Student Hubs กำลังเปิดตัวในระดับสากล** เชื่อมต่อกับเซิร์ฟเวอร์ที่ดำเนินการโดยนักเรียนสำหรับสโมสร กลุ่มการศึกษา และอื่น ๆ สำหรับโรงเรียนหรือมหาวิทยาลัยของคุณ หากต้องการเข้าถึง Student Hub ให้ใช้อีเมลของโรงเรียนและ [เริ่มต้นใช้งาน](https://discord.com/invite/hzA3MtAURu) หรือถ้าคุณต้องการไปเดินเล่นดู ก็ให้เปิด Discord เลี้ยวขวาแล้วไปที่ Server Discovery จากนั้นเลี้ยวซ้ายสองทางผ่านร้านสะดวกซื้อ แล้วคลิกแท็บ Student Hubs ใหม่\n* **เพิ่มหน้าโปรไฟล์ผู้ใช้ใหม่ในการตั้งค่า** ตอนนี้คุณสามารถแก้ไขรูปประจำตัวโปรไฟล์ของคุณ เกี่ยวกับฉัน และถ้าคุณมี Nitro แบนเนอร์โปรไฟล์ทั้งหมดในที่เดียว\n* **บูสต์ที่จำเป็นสำหรับการบูสต์ระดับ 2 และ 3 ที่ต่ำลง** ตอนนี้เซิร์ฟเวอร์สามารถเข้าถึงระดับ 2 ได้ด้วย 7 บูสต์ และระดับ 3 ด้วย 14 บูสต์! ปลดล็อกสิ่งต่าง ๆ สำหรับเซิร์ฟเวอร์ของคุณ เช่น อีโมจิที่กำหนดเอง ขีดจำกัดการอัปโหลดที่สูงขึ้นสำหรับทุกคน แบนเนอร์เซิร์ฟเวอร์ ข้อโต้แย้งเกี่ยวกับแบนเนอร์ของเซิร์ฟเวอร์ และไอคอนบทบาท\n* **และใช่ เพิ่มไอคอนบทบาทที่กำหนดเองในการบูสต์ระดับ 2** หากคุณมีเซิร์ฟเวอร์ในระดับนี้ ให้อัปโหลดรูปภาพหรือเลือกอีโมจิที่กำหนดเองเพื่อตั้งเป็นไอคอนสำหรับแต่ละบทบาท ไอคอนบทบาทจะแสดงถัดจากชื่อบทบาทในรายชื่อสมาชิกและถัดจากชื่อผู้ใช้ขณะแชทด้วยข้อความ ไปที่การตั้งค่าเซิร์ฟเวอร์ > บทบาท และแก้ไขบทบาทเพื่อเริ่มต้น\n* **เพิ่มการอนุญาตสำหรับกระทู้ใหม่** เพิ่มการอนุญาต *ส่งข้อความในกระทู้* เพื่อปรับปรุงประสบการณ์ของชุมชนและอัปเดต *สร้างกระทู้สาธารณะ* *สร้างกระทู้ส่วนตัว* และ*จัดการกระทู้* เพื่อให้เข้าใจได้ง่ายขึ้น เรียนรู้เพิ่มเติมใน [คำถามที่พบบ่อยในการดูแลกระทู้](https://support.discord.com/hc/en-us/articles/4404809613847)\n\n\n + 2021-10-04 + th + 1 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png เปลี่ยนชื่อเล่น สมาชิกที่มีสิทธิ์นี้สามารถเปลี่ยนชื่อเล่นของตนเองได้ ชื่อเล่นนี้สามารถเห็นได้โดยผู้ใช้ทุกคนในเซิร์ฟเวอร์ กรุณาอย่าเปลี่ยนยกเว้นการเปลี่ยนตามกฎของเซิร์ฟเวอร์ หรือชื่อหยาบคาย @@ -1204,6 +1222,8 @@ ปิดแจ้งเตือนช่อง !!{channelName}!! การปิดแจ้งเตือนช่องจะป้องกันไม่ให้ตัวระบุข้อความที่ยังไม่อ่านและการแจ้งเตือนใดๆ ปรากฏ ยกเว้นว่าคุณถูกกล่าวถึง ช่องใหม่ + ตรวจสอบสิทธิ์ + การค้นพบเซิร์ฟเวอร์พร้อมให้ใช้งานแล้วในเซิร์ฟเวอร์ที่มีสมาชิก 1,000 คนขึ้นไป! ช่องหรือหมวดหมู่ ช่องหรือเซิร์ฟเวอร์นี้ปิดแจ้งเตือนอยู่ ลำดับช่องอัพเดทแล้ว @@ -1464,7 +1484,6 @@ เชื่อมต่อเสียงแล้ว ยืนยันแล้ว การเชื่อมต่อ - Discord สามารถเชื่อมต่อคุณกับเพื่อน ๆ และช่วยให้พวกเขาหาคุณพบ เพิ่มเพื่อนจากรายชื่อผู้ติดต่อของคุณโดยอัตโนมัติ ซิงก์รายชื่อติดต่อของคุณ เพิ่มเพื่อน ๆ จากรายชื่อติดต่อของคุณแล้วแจ้งให้พวกเขารู้ว่าคุณอยู่บน Discord แล้ว @@ -1894,7 +1913,12 @@ ตัดภาพ เชก สีที่กำหนดเอง - ได้แล้ว + ตั้งไอคอนเฉพาะสำหรับแต่ละตำแหน่งด้วยการบูสต์เซิร์ฟเวอร์ ไอคอนจะปรากฏในแชทและรายชื่อสมาชิก ไปที่ส่วน**ตั้งค่าเซิร์ฟเวอร์ > ตำแหน่ง**เพื่อดูฟีเจอร์นี้ + ตอนนี้คุณสามารถตั้งค่าไอคอนตำแหน่งได้ในส่วน**ตั้งค่าเซิร์ฟเวอร์ > ตำแหน่ง** ไอคอนจะเป็นของแต่ละตำแหน่งโดยเฉพาะ ซึ่งจะปรากฏในแชทและรายชื่อสมาชิก + การตั้งค่าตำแหน่ง + ตั้งไอคอน + เข้าใจแล้ว + ใหม่! ไอคอนตำแหน่งแบบกำหนดเอง สถานะกำหนดเอง ล้างภายหลัง ล้างสถานะ @@ -2048,12 +2072,14 @@ การตัดการเชื่อมต่อบัญชีของคุณ อาจลบคุณออกจากเซิร์ฟเวอร์ที่คุณเข้าร่วมผ่านทางบัญชีนี้ ตัดการเชื่อมต่อ !!{name}!! ออกจากการคุยด้วยเสียง + ตัดการเชื่อมต่อการดำเนินการ ตัดการเชื่อมต่อ ตัดการเชื่อมต่อ ผู้ใช้ได้ถูกยกเลิกการเชื่อมจากเสียง เข้าร่วมกับผู้คนมากกว่า 100 ล้านคนที่ใช้งาน Discord เพื่อพูดคุยและสังสรรค์กับชุมชนและเพื่อน ๆ โลกที่เป็นดั่งใจนึก Discord Rich Presence + ใกล้จะพร้อมใช้งานในมือถือแล้ว! แต่สำหรับตอนนี้ โปรดไปที่เดสก์ท็อปเพื่อเข้าถึง Student Hub ค้นพบ การค้นพบ {speakersCount} @@ -2114,7 +2140,9 @@ แก้ไขเธรด แก้ไข !!{user}!! กำลังแก้ไขข้อความ - ได้แล้ว + เข้าใจแล้ว + ไว้ทีหลัง + ลองเลย กรีก Discord ไม่สามารถสตรีมเสียงแอปพลิเคชันของคุณได้เนื่องจากไม่มีสิทธิ์การอนุญาต ต้องการมอบสิทธิ์การอนุญาตแก่ผู้ดูแลระบบ Discord เพื่อส่งเสียงหวาน ๆ นั้นไปถึงเพื่อนของคุณหรือไม่ ถ่ายทอดสดโดยไม่มีเสียง @@ -2480,6 +2508,8 @@ ส่งข้อความต้อนรับแบบสุ่มถึงบางคนที่เข้าร่วมเซิร์ฟเวอร์นี้ ส่งข้อความเมื่อมีผู้บูสต์เซิร์ฟเวอร์นี้ สมาชิกจะถูกเตะโดยอัตโนมัติเมื่อพวกเขาตัดการเชื่อมต่อ ยกเว้นแต่ว่าพวกเขาจะมีตำแหน่งในช่อง + เมื่อปิดใช้งานแล้ว ผู้ดูแลและผู้สร้างเธรดเท่านั้นที่สามารถเพิ่มสมาชิกใหม่ในเธรดนี้ได้ + เมื่อปิดใช้งานแล้ว ผู้ดูแลเท่านั้นที่จะสามารถเปิดอีกครั้งได้ การจำกัดจำนวนของผู้ใช้งานที่สามารถเชื่อมต่อกับช่องพูดคุยนี้ ผู้ใช้ที่มีสิทธิในการ **ย้ายสมาชิก** จะละเว้นข้อจำกัดนี้และสามารถย้ายผู้ใช้อื่นไปยังช่องได้ สมาชิกของเซิฟเวอร์ต้องทำตามเกณฑ์ที่ให้ไว้ก่อนจะสามารถส่งข้อความใน ช่องข้อความหรือก่อนจะเริ่มการสนทนาโดยตรงได้ ถ้าสมาชิกมีตำแหน่งที่กำหนดจะไม่เป็นผล **ขอแนะนำให้ตั้งระดับการยืนยันสำหรับช่อง Discord สาธารณะ** ตั้งคุณภาพวิดีโอของกล้องสำหรับผู้เข้าร่วมช่องทุกคน เลือก**อัตโนมัติ**เพื่อประสิทธิภาพที่ดีที่สุด @@ -3009,6 +3039,7 @@ !!{username}!! กำลังเล่น {applicationName} ไดรเวอร์วิดีโอของคุณเป็นเวอร์ชั่นเก่า โปรดอัปเดตเพื่อเพิ่มประสิทธิภาพของการแบ่งปันหน้าจอ กำลังดู {username} + ไปยังช่อง ได้แล้ว ให้สิทธิสมาชิกชั่วคราว สีเขียว @@ -3116,10 +3147,13 @@ {count} สำหรับ “{query}” สำรวจเซิร์ฟเวอร์สาธารณะ มุมมอง + ไม่พบสิทธิ์การอนุญาตในการเชื่อมต่อ + กิจกรรมของคุณจัดขึ้นที่ใด เราแนะนำให้ใช้ภาพกว้าง 800px และสูง 400px เป็นอย่างน้อย เพิ่มภาพหน้าปก (ไม่บังคับ) ลบรูปภาพ กรอกรายละเอียดกิจกรรม + บอกรายละเอียดกิจกรรมให้คนอื่นรู้อีกสักหน่อย โดยสามารถใช้ Markdown ได้ กิจกรรมของคุณเกี่ยวกับอะไร หัวข้อกิจกรรม {date} ที่ {time} @@ -3129,19 +3163,28 @@ {count} สนใจ {count} สนใจ คุณจะได้รับการแจ้งเตือนเมื่อกิจกรรมเริ่มแล้ว - เข้าร่วมเซิร์ฟเวอร์ + กิจกรรมจบแล้ว + เข้าร่วมและดูกิจกรรม หรือส่งลิงก์คำเชิญเข้ากิจกรรมให้เพื่อนของคุณ + เชิญเพื่อนเข้าสู่กิจกรรม {count} กำลังฟัง ป้อนตำแหน่ง + เพิ่มตำแหน่ง ลิงก์ หรือข้อมูลอื่น ๆ ที่อื่น + ช่องข้อความ ลิงก์ภายนอก หรือตำแหน่งของตัวเอง + คุณอยู่ที่ไหนตอนคุณดาวน์โหลด Discord + เหมาะสำหรับกิจกรรมเสียงชุมชนขนาดใหญ่ สังสรรค์กันด้วยเสียง วิดีโอ การแบ่งปันหน้าจอ และ Go Live เพื่อไม่ให้ใครหลงทางว่าจะไปไหน กิจกรรมของคุณจัดขึ้นที่ใด เลือกช่อง เลือกช่องสำหรับพูดคุย + สร้างกิจกรรมให้เซิร์ฟเวอร์ของคุณมารวมตัวกัน ไม่มีกิจกรรมที่กำลังจะมาถึง ตำแหน่ง + ข้อมูลกิจกรรม ตรวจทาน + เวลาเริ่มต้นต้องเป็นเวลาในอนาคต เมื่อถึงเวลา ให้ไปที่ $[**!!{channelName}!!**](channelHook) เพื่อเริ่มกิจกรรม! นี่คือตัวอย่างกิจกรรมของคุณ เฉพาะสมาชิกที่ดูช่องนี้ได้จึงจะเห็นกิจกรรมนี้ @@ -3152,6 +3195,7 @@ ลองใช้ช่องเวที! เริ่มต้นกิจกรรม: {eventName} กำหนดเวลาไว้ที่ {startTime} + กำหนดเวลาไว้ที่ {startTime} ขั้นที่ {step} จาก {total} กิจกรรม สร้าง @@ -3612,6 +3656,7 @@ เรียบร้อยแล้ว {serverName} ตอนนี้อยู่บนแผนที่แล้ว ขยายชุมชนของคุณด้วยการค้นพบเซิร์ฟเวอร์ Discord จะแสดงเซิร์ฟเวอร์นี้ในการค้นหาให้แก่ผู้ใช้ที่พูดภาษาที่กำหนดไว้เป็นอันดับแรก + การมีรายชื่อใน[การค้นพบเซิร์ฟเวอร์]({documentationUrl})ช่วยให้ทุกคนสามารถค้นหาและเข้าร่วมเซิร์ฟเวอร์ของคุณได้ เรารอดูเมตริกส์สุขภาพของคุณอยู่นะ! เขียนคำบรรยายให้คนอื่นรู้ว่าเซิร์ฟเวอร์ของคุณเกี่ยวกับอะไร! หมวดหมู่จะช่วย Discord จัดเรียงเซิร์ฟเวอร์เพื่อให้ผู้คนค้นหาชุมชนที่ตนสนใจได้ง่ายมากขึ้น คุณสามารถเลือกหมวดหมู่หลักได้ 1 หมวด และเลือกหมวดหมู่ย่อยได้สูงสุด 5 หมวด @@ -4133,12 +4178,12 @@ ฮังการี เลือกหมวดหมู่ หมวดหมู่ - คำบรรยายเซิร์ฟเวอร์นี้จะปรากฏใน Hub + คำบรรยายเซิร์ฟเวอร์นี้จะปรากฏใน Student Hub เซิร์ฟเวอร์ของคุณเกี่ยวกับอะไร ผู้คนทำอะไรกันที่นั่น คำบรรยายเซิร์ฟเวอร์ สำเร็จ! เข้าใจแล้ว - เซิร์ฟเวอร์ของคุณถูกเพิ่มไปยัง Hub สำหรับ !!{guildName}!! แล้ว! + เซิร์ฟเวอร์ของคุณถูกเพิ่มไปยัง Student Hub สำหรับ !!{guildName}!! แล้ว! เพิ่มเซิร์ฟเวอร์ คุณยังไม่ได้เพิ่มเซิร์ฟเวอร์ใดเลย เซิร์ฟเวอร์ที่คุณได้เพิ่ม @@ -4150,10 +4195,10 @@ สร้างเซิร์ฟเวอร์ใหม่ ต้องการเริ่มกลุ่มใหม่หรือไม่ คุณจะยังสามารถเชิญผู้คนจากนอก Hub มายังเซิร์ฟเวอร์ของคุณได้ - ช่วยสร้างการเติบโตให้ Discord Hub สำหรับ !!{guildName}!! + ช่วยสร้างการเติบโตให้ Student Hub สำหรับ !!{guildName}!! ไปที่เซิร์ฟเวอร์ กลับไปที่ Hub - เซิร์ฟเวอร์ของคุณถูกสร้างและเพิ่มไปยัง Hub สำหรับ !!{guildName}!! แล้ว! + เซิร์ฟเวอร์ของคุณถูกสร้างและเพิ่มไปยัง Student Hub สำหรับ !!{guildName}!! แล้ว ปรับแต่งเซิร์ฟเวอร์ของคุณ ช่วยให้นักเรียนนักศึกษาคนอื่นค้นเจอ !!{guildName}!! ระบุคำบรรยายและหมวดหมู่ให้เซิร์ฟเวอร์ของคุณ เพื่อช่วยให้ผู้คนค้นพบเซิร์ฟเวอร์ @@ -4163,22 +4208,23 @@ เพิ่มเซิร์ฟเวอร์ไปยัง Hub นี้ เชิญผู้คนมาที่ Hub นี้ คุณเป็นหนึ่งในคนแรก ๆ ของที่นี่! มาเริ่มใช้งานโดยการเพิ่มเซิร์ฟเวอร์และสมาชิกกัน - ยินดีต้อนรับสู่ Student Hub สำหรับ !!{guildName}!! นักเรียนนักศึกษา - Discord Hub สำหรับ !!{guildName}!! + ยินดีต้อนรับสู่ Student Hub สำหรับนักเรียนนักศึกษาของ !!{guildName}!! + Student Hub สำหรับ !!{guildName}!! ตั้งแต่ชมรมไปจนถึงกลุ่มติวหนังสือและกลุ่มเล่นเกมตอนกลางคืน เราจัดพื้นที่ไว้ให้พร้อมสำหรับคุณ ค้นหาผู้คนของคุณ - Student Hubs + Student Hub + Student Hub พื้นที่สุดพิเศษที่ให้นักเรียนนักศึกษาได้ติดต่อกัน ค้นหาเซิร์ฟเวอร์ และแบ่งปันเซิร์ฟเวอร์ต่าง ๆ ของคุณเองเพื่อให้นักเรียนนักศึกษาได้เข้าร่วม Hub ไม่มีส่วนเกี่ยวข้องหรือได้รับการจัดการโดยสถานศึกษาแต่อย่างใด เซิร์ฟเวอร์ใน Hub นั้นดำเนินการโดยนักเรียนนักศึกษา แต่อาจรวมถึงบุคคลที่ไม่ใช่นักเรียนนักศึกษาด้วย ยืนยันลิงก์ในอีเมลของคุณเพื่อดำเนินการยืนยันต่อ และหน้านี้จะรีเฟรชอัตโนมัติ ลองอีเมลอื่น เราส่งลิงก์ยืนยันไปยัง !!{email}!! แล้ว ส่งลิงก์ยืนยันใหม่ - เข้าร่วม Student Hub สำหรับสถานศึกษาใดก็ตามที่คุณกำลังเรียนอยู่ + เข้าร่วม Student Hub ของสถานศึกษาที่คุณกำลังเรียนอยู่ หากเข้าเรียนในสถานศึกษาหลายแห่ง + ไม่ดีกว่า เข้าร่วม Hub ไม่ดีกว่า - ค้นหาเซิร์ฟเวอร์ที่ดำเนินการโดยนักเรียนนักศึกษาสำหรับกลุ่มติว ชมรม กลุ่มเล่นเกมตอนกลางคืน และอีกมากมายได้อย่างง่ายดาย - คุณเป็นนักเรียนนักศึกษาอยู่หรือเปล่า มาเข้าร่วม Discord Hub สำหรับสถานศึกษาของคุณกันเถอะ! + คุณเป็นนักเรียนนักศึกษาอยู่หรือเปล่า มาเข้าร่วม Student Hub สำหรับสถานศึกษาของคุณกันเถอะ! อีเมลสถานศึกษา name@school.edu เลือกสถานศึกษาของคุณ @@ -4186,19 +4232,21 @@ ไม่พบรายการที่ตรงกัน [เข้าร่วมรายการที่รอคิว](onJoinWaitlist) หากไม่พบสถานศึกษาของคุณ [มาเข้าร่วมรายการที่รอคิวเลย](onJoinWaitlist) - เข้าร่วม{count}ใน Student Hub สำหรับ !!{guildName}!!! + เข้าร่วมกับเพื่อนอีก {count}ใน Student Hub สำหรับ !!{guildName}!!! เข้าร่วม Hub อื่น - ค้นหาเซิร์ฟเวอร์ที่ดำเนินการโดยนักเรียนนักศึกษาสำหรับกลุ่มติว ชมรม กลุ่มเล่นเกมตอนกลางคืน และอีกมากมายได้อย่างง่ายดาย - คุณเป็นนักเรียนนักศึกษาอยู่หรือเปล่า เข้าร่วม Discord Hub สำหรับสถานศึกษาของคุณ! + คุณเป็นนักเรียนนักศึกษาอยู่หรือเปล่า มาเข้าร่วม Student Hub สำหรับสถานศึกษาของคุณกันเถอะ! เข้าร่วม Hub + รับสิทธิ์เข้าถึง Hub เฉพาะนักเรียนนักศึกษาเท่านั้น + Hub สำหรับสถานศึกษาของคุณยังไม่มีการถ่ายทอดสด ป้อนชื่อสถานศึกษาของคุณและเราจะแจ้งให้ทราบเมื่อถึงเวลา! เข้าร่วมรายการที่รอคิว ชื่อสถานศึกษา ชื่อเต็มของสถานศึกษา พื้นที่สุดพิเศษที่สามารถเชื่อมต่อกับนักเรียนนักศึกษา ค้นพบเซิร์ฟเวอร์ และแบ่งปันเซิร์ฟเวอร์ของคุณเองเพื่อให้นักเรียนนักศึกษาเข้าร่วม Hub ไม่มีส่วนเกี่ยวข้องหรือได้รับการจัดการโดยสถานศึกษาแต่อย่างใด เซิร์ฟเวอร์ใน Hub นั้นดำเนินการโดยนักเรียนนักศึกษา แต่อาจรวมถึงบุคคลที่ไม่ใช่นักเรียนนักศึกษาด้วย - Student Hubs + Student Hub + Student Hub คืออะไร หากเซิร์ฟเวอร์ของคุณมีจุดประสงค์ให้นักเรียนนักศึกษาเข้าร่วมเท่านั้น ก็เชิญเพื่อนร่วมชั้นของคุณได้เลย พวกเขาไม่ต้องใช้ที่อยู่อีเมล .edu เพื่อเข้าร่วม ลบจาก Hub - คุณแน่ใจว่าต้องการลบ !!{guildName}!! จาก Hub นี้หรือไม่ + คุณแน่ใจว่าต้องการลบ !!{guildName}!! จาก Student Hub นี้หรือไม่ แก้ไขการตั้งค่า แก้ไขการตั้งค่าสำหรับ !!{guildName}!! Student Hub คืออะไร @@ -4207,7 +4255,7 @@ คุณส่งคำเชิญให้เข้าร่วม Hub เชิญเพื่อน ๆ มาเข้าร่วม Student Hub สำหรับสถานศึกษาของคุณ ต้องใช้อีเมลของนักเรียนนักศึกษาในการเข้าร่วม - หากไม่ได้รับรหัส ให้[ส่งรหัสใหม่](onClick)ไปยัง !!{email}!! + เราได้ส่งอีเมลพร้อมกับรหัสของคุณไปให้แล้ว หากไม่ได้รับรหัส ให้[ส่งรหัสใหม่](onClick)ไปยัง !!{email}!! เอาเลย! ชื่อเต็ม ชื่อจริง @@ -4215,16 +4263,18 @@ เพิ่มชื่อจริงของคุณเพื่อให้ผู้คนจดจำคุณได้ คุณสามารถเปลี่ยนชื่อนี้ได้ตลอดผ่านการตั้งค่า Hub ส่งแล้ว ไม่สามารถส่งอีเมลได้ - Student Hubs + Student Hub เพิ่มเซิร์ฟเวอร์ เชิญคน เข้าร่วมเซิร์ฟเวอร์ ไม่มีสถานศึกษาของฉัน - ยืนยันที่อยู่อีเมล + Student Hub ที่ยืนยันแล้ว + ยืนยันอีเมลของคุณเพื่อเข้าร่วม sam@college.edu อีเมลสถานศึกษา + คุณเป็นนักเรียนนักศึกษาอยู่หรือเปล่า มาเข้าร่วม Student Hub สำหรับสถานศึกษาของคุณกันเถอะ! รับการแจ้งเตือนเมื่อ Hub ของคุณเปิดใช้งาน เพื่อให้คุณค้นหา เซิร์ฟเวอร์ที่ดำเนินการโดยนักเรียนนักศึกษาสำหรับกลุ่มติวและชมรมได้อย่างง่ายดาย - เราจะแจ้งให้ทราบเมื่อ Discord Hub สำหรับ !!{school}!! ถ่ายทอดสด + เราจะแจ้งให้ทราบเมื่อ Student Hub สำหรับ !!{school}!! มีการถ่ายทอดสด ขอบคุณ! คุณอยู่ในรายการที่รอคิวแล้ว ไม่กี่วินาที {time} @@ -4514,7 +4564,7 @@ อีโมจินี้ใช้ไม่ได้เนื่องจากมาจากอีกเซิร์ฟเวอร์หนึ่ง อัปเกรดเป็น Discord Nitro เพื่อใช้อีโมจิอย่างข้ามเซิร์ฟเวอร์ อีโมจินี้ใช้ไม่ได้เนื่องจากมาจากอีกเซิร์ฟเวอร์หนึ่ง Discord Nitro สามารถแก้ปัญหาทั้งหมดให้คุณได้ เพียงไปที่การตั้งค่าผู้ใช้ > ไนโตรเพื่อหาข้อมูลเพิ่มเติม กรุณาใส่ลิงก์คำเชิญหรือรหัสคำเชิญที่ถูกต้อง - วิธีการชำระเงินของคุณล้มเหลว อัปเดตรายละเอียดการชำระเงินของคุณเพื่อสมัคร Nitro ต่อ + วิธีการชำระเงินของคุณล้มเหลว อัปเดตรายละเอียดการชำระเงินของคุณเพื่อใช้งานการเป็นสมาชิก Nitro ของคุณต่อ ช่องไม่ถูกต้อง ช่องไม่ถูกต้อง เชิญเพื่อน @@ -4791,6 +4841,7 @@ เตะ เตะสมาชิก เตะ !!{user}!! + คุณแน่ใจหรือว่าจะเตะ !!{user}!! ออกจากเซิร์ฟเวอร์ พวกเขาจะสามารถกลับเข้ามาในเซิร์ฟเวอร์อีกครั้งถ้ามีคำเชิญใหม่ \'!!{user}!!\' ถูกเตะออกจากเซิร์ฟเวอร์ ขออภัย… ไม่สามารถเตะ !!{user}!! กรุณาลองอีกครั้ง เตะ !!{user}!! ออกเซิร์ฟเวอร์ @@ -4915,13 +4966,13 @@ คุณทราบเกี่ยวกับราคาใหม่ของ Nitro ใน {country} หรือไม่ [เรียนรู้เพิ่มเติม]({documentationLink}) จัดการแผน เราได้ปรับลดราคา Nitro ในพื้นที่ของคุณแล้ว เปิดใช้งานใหม่เลยตอนนี้เพื่อดูว่าคุณประหยัดลงหรือไม่ - เราได้ปรับลดราคา Nitro ในพื้นที่ของคุณแล้ว จัดการวิธีการชำระเงินของคุณเพื่อดูว่าคุณประหยัดลงหรือไม่ [เรียนรู้เพิ่มเติม]({documentationLink}) + เราได้ปรับลดราคา Nitro ในบางพื้นที่แล้ว จัดการวิธีการชำระเงินของคุณเพื่อดูว่าคุณประหยัดลงหรือไม่ [เรียนรู้เพิ่มเติม]({documentationLink}) อัปเดตเลยตอนนี้ เราได้ปรับลดราคา Nitro ในพื้นที่ของคุณแล้ว อัปเดตวิธีการชำระเงินของคุณเพื่อดูว่าคุณประหยัดลงหรือไม่ จัดการแผน เราได้ปรับลดราคา Nitro ในพื้นที่ของคุณแล้ว ลองดูว่าคุณประหยัดลงหรือไม่จากสกุลเงินท้องถิ่น - การเปลี่ยนวิธีการชำระเงินของคุณจะเป็นการเปลี่ยนราคาและสกุลเงินของการเป็นสมาชิกของคุณกับ {newCurrencyAndPrice} [คลิกที่นี่]({helpCenterLink}) เพื่อเรียนรู้เพิ่มเติมเกี่ยวกับวิธีที่เรากำหนดราคาที่คุณชำระ - **เคล็ดลับ**: ใช้วิธีการชำระเงินในประเทศกับ {country} เพื่อชำระค่าสมาชิกของคุณเป็น {currency}! [คลิกที่นี่]({helpCenterLink}) เพื่อเรียนรู้เพิ่มเติมเกี่ยวกับวิธีที่เรากำหนดราคาและสกุลเงิน + การเปลี่ยนวิธีการชำระเงินของคุณจะเป็นการเปลี่ยนราคาและสกุลเงินของการเป็นสมาชิกของคุณกับ {newCurrencyAndPrice} [คลิกที่นี่]({helpCenterLink})เพื่อเรียนรู้เพิ่มเติมเกี่ยวกับวิธีที่เรากำหนดราคาที่คุณชำระ + **เคล็ดลับ**: ใช้วิธีการชำระเงินในประเทศกับ {country} เพื่อชำระค่าสมาชิกของคุณเป็น {currency}! [คลิกที่นี่]({helpCenterLink})เพื่อเรียนรู้เพิ่มเติมเกี่ยวกับวิธีที่เรากำหนดราคาและสกุลเงิน **เย้!** ในฐานะผู้อาศัยอยู่ใน {country} คุณจะจ่ายค่า Nitro ได้ถูกลงในราคาเพียง {newPrice}! [เรียนรู้เพิ่มเติม]({helpCenterLink}) เข้าสู่ระบบ ลงชื่อเข้าใช้เป็น !!{username}!! @@ -5055,8 +5106,10 @@ ของขวัญ สมาชิก รายชื่อสมาชิก + แสดงรายชื่อสมาชิก ผู้คนที่คุณเชิญและผู้ดูแลเท่านั้นที่จะเห็นเธรดนี้ คนนี้เป็นเจ้าของเซิร์ฟเวอร์ และมีสิทธิทั้งหมดในการบริหารเซิร์ฟเวอร์ + ซ่อนรายชื่อสมาชิก เพิ่มคำถาม เพิ่มกฎ คุณจะได้รับการแจ้งเตือนเมื่อมีการอัปเดต @@ -5183,6 +5236,7 @@ คุณต้องอัปเดตแอปของคุณเพื่อเข้าร่วมเซิร์ฟเวอร์นี้ สมาชิก {members} + รายชื่อสมาชิกสำหรับ !!{channel}!! (ช่อง) สมาชิกที่ตรงกับ **!!{prefix}!!** ค้นหาสมาชิก กล่าวถึง @@ -5258,7 +5312,6 @@ ถ้าคุณต้องการลบช่องนี้ คุณต้องกำหนดไปยังช่องอื่นก่อนใน [ตั้งค่าเซิร์ฟเวอร์ > ชุมชน > ภาพรวม](onClick) เปิดใช้การปรับสัญญาณตามฮาร์ดแวร์ ฟังก์ชั่นทดลองที่อาจจะเพิ่มประสิทธิภาพในการทำการโทรด้วยวิดีโอ ระวัง อาจจะเจ๊งกะบ๊ง - ค้นหาเซิร์ฟเวอร์ที่ดำเนินการโดยนักเรียนนักศึกษาสำหรับกลุ่มติว ชมรม กลุ่มเล่นเกมตอนกลางคืน และอีกมากมายได้อย่างง่ายดาย [เรียนรู้เพิ่มเติม](onClick) พื้นที่สุดพิเศษที่สามารถเชื่อมต่อกับนักเรียนนักศึกษา ค้นพบเซิร์ฟเวอร์ และแบ่งปันเซิร์ฟเวอร์ของคุณเองเพื่อให้นักเรียนนักศึกษาเข้าร่วม Hub ไม่มีส่วนเกี่ยวข้องหรือได้รับการจัดการโดยสถานศึกษาแต่อย่างใด เซิร์ฟเวอร์ใน Hub นั้นดำเนินการโดยนักเรียนนักศึกษา แต่อาจรวมถึงบุคคลที่ไม่ใช่นักเรียนนักศึกษาด้วย @@ -5353,6 +5406,8 @@ ปิดแจ้งเตือนช่องนี้ ปิดแจ้งเตือนเซิร์ฟเวอร์นี้ ปิดแจ้งเตือนการสนทนานี้ + ปิดแจ้งเตือนเธรดนี้ + ปิดแจ้งเตือนเธรด ระยะเวลาการปิดแจ้งเตือน ปิดแจ้งเตือนจนถึง {endTime} เพื่อนร่วมกัน @@ -5854,6 +5909,24 @@ ป้อนรหัสยืนยันเพื่อรีเซ็ตรหัสผ่านของคุณ ต้องมีรหัสผ่าน แสดงรหัสผ่าน + เข้าสู่ระบบด้วยรหัสผ่านแทน + เราจะส่งรหัสไปที่ {recipient} + ส่งไปที่ {recipient} + ป้อนรหัสผ่านสำหรับบัญชีนี้ที่ใช้อีเมล {email} + ป้อนรหัสผ่านสำหรับบัญชีนี้ที่ใช้หมายเลขโทรศัพท์ {phone} + ป้อนรหัสผ่าน + รับรหัสแบบใช้ครั้งเดียวเพื่อเข้าสู่ระบบ + ป้อนรหัสเพื่อเข้าสู่ระบบ + ไปต่อ + ส่งใหม่ + เข้าสู่ระบบด้วยหมายเลขโทรศัพท์หรืออีเมลของคุณ เราจะส่งรหัสแบบใช้ครั้งเดียวให้คุณเพื่อเข้าสู่ระบบ + สวัสดีอีกครั้ง! + ส่งรหัสให้ฉัน + เข้าสู่ระบบด้วยหมายเลขโทรศัพท์หรืออีเมลของคุณเพื่อเริ่มพูดคุย + ยินดีต้อนรับกลับ + การเข้าสู่ระบบโดยไม่ใช้รหัสผ่านทำให้คุณสามารถเข้าสู่ระบบบัญชี Discord ได้หลังจากป้อนรหัส 8 หลักที่เราส่งไปยังโทรศัพท์หรืออีเมลของคุณ + เปิดใช้งานการเข้าสู่ระบบโดยไม่ใช้รหัสผ่าน + การเข้าสู่ระบบโดยไม่ใช้รหัสผ่าน วาง พัก ไปต่อ @@ -5892,6 +5965,7 @@ แก้ไขวิธีการชำระเงิน ต้องระบุอีเมล ดด/ปป + Giropay ข้อมูลการชำระเงิน ไม่ถูกต้อง เราไม่สามารถเรียกเก็บเงินจากแหล่งการชำระเงิน โปรดดูให้แน่ใจว่าข้อมูลถูกต้อง @@ -5924,9 +5998,11 @@ กำลังรอ เพื่อนที่รอการตอบรับ บุคคล + สัญลักษณ์ประจำตัวในเซิร์ฟเวอร์ เป็นตัวตนที่คุณต้องการและใช้สัญลักษณ์ประจำตัวที่แตกต่างกันในแต่ละเซิร์ฟเวอร์ของคุณ สัญลักษณ์ประจำตัวหลายแบบ เป็นตัวตนที่คุณต้องการและใช้สัญลักษณ์ประจำตัวที่แตกต่างกันในแต่ละเซิร์ฟเวอร์ของคุณ + อัปเดตตัวตน! {percentage}%% ตั้งแต่สัปดาห์ที่แล้ว ต้องการคำช่วยเหลือเกี่ยวกับสิทธิ? ถูกปฏิเสธการใช้มีเดีย - Discord ต้องสามารถเข้าใช้อุปกรณ์เก็บข้อมูลเพื่อใส่ไฟล์แนบ @@ -6041,7 +6117,7 @@ ตัวเลือก GIF ใหม่สำหรับสัญลักษณ์ประจำตัวและแบนเนอร์ …และอื่น ๆ อีกมากมาย! แก้ไขโปรไฟล์ผู้ใช้ - ไฮไลต์ความสนใจหนึ่งเดียวที่เป็นตัวตนของคุณด้วยแบนเนอร์โปรไฟล์ใหม่ที่เข้ากับสัญลักษณ์ประจำตัวแบบเคลื่อนไหวและแท็กแบบกำหนดเอง + ไฮไลต์ความสนใจหนึ่งเดียวที่นำเสนอตัวตนของคุณด้วยแบนเนอร์โปรไฟล์ใหม่ที่เข้ากับสัญลักษณ์ประจำตัวแบบเคลื่อนไหวและแท็กแบบกำหนดเอง แบนเนอร์โปรไฟล์ เลือกดูสติกเกอร์ แสดงความรู้สึกที่แท้จริงของคุณให้เพื่อน ๆ รู้ด้วยสติกเกอร์แบบกำหนดเองในแชทจากทุกเซิร์ฟเวอร์ของคุณ และใช้สติกเกอร์พิเศษของ Nitro กว่า 300 รายการ @@ -6419,14 +6495,14 @@ คุณมีแชทพรีเมียม การบูสต์ **{num}x** บูสต์ และส่วนลดการบูสต์มูลค่า **!!{price}!!** (อยู่ระหว่างการยกเลิก) คุณมีแชทพรีเมี่ยม การบูสต์ **{num}x** และส่วนลดบูสต์ (อยู่ระหว่างการยกเลิก) เพิ่มวิธีชำระเงิน - การเป็นสมาชิก Nitro ของคุณสิ้นสุดลงแล้ว {daysLeft} เพิ่มวิธีการชำระเงินเพื่อใช้การปรับแต่งโปรไฟล์และอื่น ๆ ต่อ + การสมัครสมาชิก Nitro ของคุณกำลังจะหมดอายุลง{daysLeft} เพิ่มวิธีการชำระเงินเพื่อใช้การปรับแต่งโปรไฟล์และอื่น ๆ ต่อ เรียนรู้เพิ่มเติม - คุณกำลังจะสูญเสียสิทธิ์การเข้าถึงการปรับแต่งโปรไฟล์ อีโมจิแบบเคลื่อนไหว และอื่น ๆ ในวันนี้ - สิทธิ์การเข้าถึง Nitro จะสิ้นสุดลงวันนี้ - ไม่สนใจ + คุณจะสูญเสียสิทธิ์การเข้าถึงการปรับแต่งโปรไฟล์ การอัปโหลดไฟล์ที่ใหญ่ขึ้น การแบ่งปันหน้าจอที่ดีขึ้น และอื่น ๆ ใน {daysLeft} + สิทธิ์การเข้าถึง Nitro ของคุณจะสิ้นสุดลงวันนี้ + ปิด เก็บ Nitro - หากคุณกู้คืน Nitro เราจะเรียกเก็บเงินตามวิธีการชำระเงินของคุณ **{price}** และดำเนินการเรียกเก็บเงินคุณต่อ **ต่อเดือน** จนกว่าคุณจะยกเลิกการเป็นสมาชิก คุณสามารถยกเลิกได้ทุกเมื่อจากหน้าการตั้งค่าของคุณ - หากคุณกู้คืน Nitro เราจะเรียกเก็บเงินตามวิธีการชำระเงินของคุณ **{price}** และดำเนินการเรียกเก็บเงินคุณต่อ **ต่อปี** จนกว่าคุณจะยกเลิกการเป็นสมาชิก คุณสามารถยกเลิกได้ทุกเวลาจากหน้าการตั้งค่าของคุณ + หากคุณกู้คืน Nitro เราจะเรียกเก็บเงินตามวิธีการชำระเงินของคุณ **{price}** และดำเนินการเรียกเก็บเงินคุณต่อเป็น**รายเดือน** จนกว่าคุณจะยกเลิกการเป็นสมาชิก คุณสามารถยกเลิกได้ทุกเมื่อจากหน้าการตั้งค่าของคุณ + หากคุณกู้คืน Nitro เราจะเรียกเก็บเงินตามวิธีการชำระเงินของคุณ **{price}** และดำเนินการเรียกเก็บเงินคุณต่อเป็น**รายปี** จนกว่าคุณจะยกเลิกการเป็นสมาชิก คุณสามารถยกเลิกได้ทุกเวลาจากหน้าการตั้งค่าของคุณ หากคุณไม่เก็บ Nitro ไว้ **คุณจะสูญเสีย:** สิทธิ์การเข้าถึง Nitro ของคุณสิ้นสุดในอีก {daysLeft} การสมัครใช้งาน Nitro แผนคุณปู่ของคุณกำลังจะเปลี่ยนเป็น Nitro Classic แล้ว หากต้องการเก็บสิทธิประโยชน์เดิม รวมถึงบูสต์เอาไว้ ก็ให้อัปเกรดตอนนี้เลย @@ -6439,7 +6515,7 @@ อัปเดตเลยตอนนี้ การชำระเงินค่าสมาชิก Nitro ของคุณล้มเหลว โปรดอัปเดตรายละเอียดการชำระเงินของคุณ เพิ่มวิธีชำระเงิน - การเป็นสมาชิก Nitro ของคุณกำลังจะหมดอายุลง เพิ่มวิธีการชำระเงินเพื่อใช้การปรับแต่งโปรไฟล์และอื่น ๆ ต่อ + การสมัครสมาชิก Nitro ของคุณกำลังจะหมดอายุลง เพิ่มวิธีการชำระเงินเพื่อใช้การปรับแต่งโปรไฟล์และอื่น ๆ ต่อ วันต่ออายุสมาชิกครั้งต่อไปของคุณคือ **{renewalDate}** การปรับเปลี่ยน{planName} ดูรายละเอียดการสมัครสมาชิกและการต่ออายุอัตโนมัติด้านล่าง @@ -6645,6 +6721,14 @@ คุณไม่สามารถส่งข้อความให้กับผู้ใช้ที่ถูกบล็อกได้ ส่งข้อความถึง @!!{name}!! Quick Switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, ข้อความกลุ่ม + !!{name}!!, ข้อความกลุ่ม{mentions} + !!{name}!!, เซิร์ฟเวอร์ + ผลลัพธ์ + !!{name}!!, ผู้ใช้, !!{id}!! + !!{name}!!, ผู้ใช้, !!{id}!!{mentions} + {mentions} แบบร่าง เรียนรู้เพิ่มเติมเกี่ยวกับ Quick Switcher หาสิ่งที่คุณต้องการไม่เจอเหรอ @@ -7310,6 +7394,120 @@ ช่องนี้มีการอนุญาตแบบพิเศษ หากต้องการที่จะฟังช่องนี้ คุณจะต้องให้ใครสักคนอย่างผู้ดูแลหรือแอดมินของเซิร์ฟเวอร์เปิดการได้ยินของคุณ ปิดหูฟังเซิร์ฟเวอร์แล้ว บอกให้โลกรู้จักเซิร์ฟเวอร์เพิ่มอีกสักนิด + ยอมรับกฎ + การละเมิดนโยบายของเราอาจส่งผลให้มีบทลงโทษต่อเซิร์ฟเวอร์ของคุณ รวมถึงการถูกลบออกจากการค้นพบ + ปฏิบัติตาม[แนวทางปฏิบัติในชุมชน]({communityGuidelinesUrl})และ[แนวทางปฏิบัติสำหรับการค้นพบ]({discoveryGuidelinesUrl})ของ Discord + กฎ + สร้างพื้นที่ต้อนรับที่ไม่ส่งเสริมหรือยอมรับการล่วงละเมิด พฤติกรรมเชิงลบ และกิจกรรมที่ผิดกฎหมาย + ส่งเสริมสภาพแวดล้อมเชิงบวกที่เป็นมิตร + ช่วยให้การค้นพบเซิร์ฟเวอร์ปลอดภัยสำหรับทุกคน + เนื้อหาเซิร์ฟเวอร์ทั้งหมดต้องเหมาะสมกับเด็กอายุ 13 ปีขึ้นไป + ห้ามเป็นเจ้าของภาพรุนแรงหรือเนื้อหาทางเพศ + 3d + สวยงาม + แอนิเมชั่น + อนิเมะ + แอป + ศิลปะ + บาสเกตบอล + เครื่องดื่ม + บิตคอยน์ + เพาะกาย + บอท + bts + กายบริหาร + เสื้อผ้า + เขียนโค้ด + วิทยาลัย + ชุมชน + ครอสฟิต + สกุลเงินดิจิทัล + น่ารัก + defi + ออกแบบ + บอท-discord + ดิสนีย์ + ดิสนีย์เวิลด์ + วาดรูป + edm + การศึกษา + อีโมจิ + อีโมต + ภาษาอังกฤษ + อีสปอร์ต + อีเธอเรียม + กิจกรรม + ออกกำลังกาย + แฟนตาซี-ฟุตบอล + แฟชั่น + fivem + อาหาร + อเมริกันฟุตบอล + ฟอเร็กซ์ + formula1 + fortnite + เพื่อน + สนุก + เกม + github + ของแจกฟรี + ยิม + ฮาร์ดแวร์ + ฮิปฮอป + การบ้าน + hypebeast + ลงทุน + จาวาสคริปต์ + เคป๊อป + ภาษา + leagueoflegends + การเรียนรู้ + lgbtq + linux + มังงะ + มีม + สุขภาพจิต + เมทัล + minecraft + ทำเพลง + nba + nfl + nft + nitro + โภชนาการ + โอเพนซอร์ส + ตัวเลือก + ถ่ายภาพ + พรีเมียร์-ลีก + เขียนโปรแกรม + แข่งรถ + แร็ป + reddit + roblox + บทบาทสมมติ + โรงเรียน + ปรับปรุงตนเอง + ร้องเพลง + อาหารว่าง + สนีกเกอร์ + ฟุตบอล + โซเชียล + ซอฟต์แวร์ + กีฬา + หุ้น + สตรีมเมอร์ + สตรีทแวร์ + เรียน + สไตล์ + สนับสนุน + supreme + เทค + ค้าขาย + ท่องเที่ยว + twitch + valorant + yeezy + youtube อิโมจิของเซิร์ฟเวอร์ ปิดโฟลเดอร์ทั้งหมด ทำเครื่องหมายโฟลเดอร์ว่าอ่านแล้ว @@ -7582,6 +7780,8 @@ ผู้พูด เวทีถ่ายทอดสด คุณจะพูดเรื่องอะไรในวันนี้ + แกล้งทำเป็นว่าได้ยินเสียงเพลงรอสาย + กด ตั้งเวที และเลือกหัวข้อเพื่อเริ่มการสนทนา กำลังรอให้เวทีเริ่มจัด… ใกล้แล้ว กำลังรอให้เวทีเริ่มจัด !!{username}!!: @everyone “!!{topic}!!” เริ่มแล้ว เข้ามาฟังกัน! @@ -7682,6 +7882,10 @@ ใช้บ่อย $[~~{regularPrice}~~](originalPriceHook) ฟรี !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + ซื้อบูสต์ + อัปโหลดสติกเกอร์แบบกำหนดเองได้มากกว่า {count} ตัวด้วยการบูสต์เซิร์ฟเวอร์ + จัดการสติกเกอร์ + เซิร์ฟเวอร์ของคุณกำลังรอให้คุณอัปโหลดสติกเกอร์! รายละเอียดของ {stickerPackName} เคลื่อนไหวได้ เหลือเวลาอีก: {time} @@ -7985,6 +8189,7 @@ โพสต์รูปภาพ, GIF, สติกเกอร์, ข้อเสนอแนะ และมุกคำพ้องเสียง ช่องข้อความ ช่องข้อความตรงกับ **!!{prefix}!!** + คิดค่าบริการส่งข้อความและอินเทอร์เน็ตตามมาตรฐาน การอนุญาตข้อความ การดำเนินการสำหรับพื้นที่ข้อความ ส่งข้อความถึง !!{channel}!! @@ -8029,6 +8234,7 @@ เข้าร่วมเธรดนี้เพื่อรับการแจ้งเตือนและบันทึกในรายการช่องของคุณ ผู้ดูแลเก็บเธรดถาวรนี้แล้ว ผู้ดูแลเท่านั้นที่สามารถเลิกเก็บถาวรได้ ใครก็ส่งคำเชิญได้ + ทุกคนจะเปิดอีกครั้งได้ ไม่มีใครในเธรดนี้ คุณสามารถเชิญคนอื่นได้โดยการใช้ @mention พวกเขาในข้อความ ไม่สามารถดูเธรดนี้ได้ @@ -8224,6 +8430,7 @@ เปิดแจ้งเตือนช่อง เปิดแจ้งเตือนการสนทนา เปิดแจ้งเตือนเซิร์ฟเวอร์ + เปิดแจ้งเตือนเธรด ไม่มีชื่อ เลิกปัก ลบออกที! @@ -8660,8 +8867,6 @@ หนัง Discord วันพักผ่อนของ Wumpus เวเพอร์เวฟ - แสดงความเป็นตัวคุณด้วยพื้นหลังวิดีโอและอัปโหลดพื้นหลังของคุณเองหากคุณมี Nitro! - พื้นหลังวิดีโอใหม่! บอกเล่าเกี่ยวกับประสบการณ์การใช้งานพื้นหลังวิดีโอของคุณ พื้นหลังวิดีโอเป็นอย่างไรบ้าง การตรวจจับพื้นหลังไม่แม่นยำ @@ -8672,6 +8877,7 @@ มีปัญหาเหรอ? ขอบคุณที่รายงานปัญหาที่คุณเจอ! คำติชมของคุณช่วยให้เราปรับปรุงพื้นหลังวิดีโอได้ ลบพื้นหลัง + อัปโหลดพื้นหลังวิดีโอแบบกำหนดเอง สตรีมความละเอียด HD ที่ 60 fps [และอื่น ๆ ด้วย Discord Nitro!](onLearnMore) ต้องการอัปโหลดพื้นหลังของคุณเองหรือไม่ โฟกัส ซ่อนสมาชิก diff --git a/app/src/main/res/values-tr/plurals.xml b/app/src/main/res/values-tr/plurals.xml index bb63467242..fa32205f8e 100644 --- a/app/src/main/res/values-tr/plurals.xml +++ b/app/src/main/res/values-tr/plurals.xml @@ -156,6 +156,10 @@ {#} arka plan {#}arka plan + + {#} karakter + {#} karakterler + {#} üye {#} üye @@ -913,8 +917,8 @@ **{count}** sunucular geçici bir kesilmeden dolayı kullanım dışı. - {#} Takviye Uygulandı - {#} Takviye Uygulandı + {#} uygulanmış takviye + {#} uygulanmış takviye {#} Takviye @@ -1132,6 +1136,10 @@ {#} gün içinde {#} gün içinde + + {#} gün + {#} gün + {#} gün {#} gün @@ -1212,6 +1220,18 @@ 1 dakika {retryAfter} dakika + + , {#} okunmamış mesaj + , {#} okunmamış mesaj + + + , {#} okunmamış mesaj + , {#} okunmamış mesaj + + + , {#} okunmamış mesaj + , {#} okunmamış mesaj + 1 diğer kişi {n} diğer kişi diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 80693ec492..95e0880759 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -60,6 +60,11 @@ Renk duyarlılığı olanlar için uygulamadaki renklerin doygunluğunu azaltır. Bu ayar varsayılan olarak görsellerin, videoların, rol renklerinin veya kullanıcıların sağladığı diğer içeriklerin doygunluğunu etkilemez. Bağlantılar şöyle görünecek: https://discord.com/ Doygunluk + Daha Hızlı + Metin Okuma Hızı + Önizleme + Daha Yavaş + Mevcut hızıyla metinler bu şekilde okunuyor. Yakınlaştırma seviyesi Hesap Kullanıcı bölgesi @@ -257,6 +262,7 @@ Yardım Yazısını Görüntüle Doğum günün Diğer adıyla + Daha fazla sunucu avatarı gör Tüm Aktif Alt Başlıklar Bütün Sunucular İzin Ver @@ -796,7 +802,7 @@ Üzgünüz, bu satın alma işlemi iade koşullarına uygun değil. Bu satın alma işlemi son {dateLimit} gün içinde yapıldıysa ve oyun {playtimeLimit} saatten az oynandıysa bir iade talebi gönderilebilir. *Tüm abonelikler için geçerlidir Psst! Bir Discord anahtarı almak mı istiyorsun? Onu [envanterine taşıdık](onClick). - Fiyat Değişimini Onayla + Fiyat Değişikliğini Onayla KDV Faturasını İndir KDV Kredi Notunu İndir Yayıncı Modundayken yeni ödeme kaynakları ekleyemezsin. @@ -812,7 +818,7 @@ !!{paymentGatewayName}!! işlemleri aşağıda listelenmeyecek. !!{paymentGatewayName}!! işlem geçmişini görüntülemek veya !!{paymentGatewayName}!! ödeme yöntemini değiştirmek için [!!{paymentGatewayName}!! Faturalandırma ayarlarını ziyaret et]({billingHistoryLink}). !!{paymentGatewayName}!! kullanarak abone oldun Bu, !!{paymentGatewayName}!! abonelikleri için desteklenmez. Aboneliğini yönetmek için lütfen [!!{paymentGatewayName}!! Faturalandırma ayarlarını ziyaret et]({subscriptionManagementLink}). - Son fiyat ve para birimi, ödeme yönteminin dağıtımını yapan ülkeye göre belirlenir. [Buradan daha fazla bilgi edin]({documentationLink}). + Son fiyat ve para birimi, seçtiğin ödeme yöntemine ve ödeme yönteminin dağıtımını yapan ülkeye göre belirlenir. [Daha Fazla Bilgi Edin]({documentationLink}). Kopyalandı! Hediye Bağlantısı Bu bir hediyeydi @@ -880,7 +886,7 @@ !!{price}!! / Yıl ({numFreeMonths} ücretsiz!) Satın Alma Detayları Bu hediye zaten kullanılmış. - Zaten bir takviye aboneliği iade etmişsin. + Zaten bir Takviye aboneliği iade etmişsin. Zaten bir Nitro aboneliği iade etmişsin. İade Et Görünüşe göre satın alımını iade etmeye çalışırken bir hata oluştu: !!{error}!!. @@ -919,6 +925,7 @@ Faturalandırma Ayarları Ödeme Yöntemi Ekle Sunucu Takviyeleri Satın Al + Aboneliği Yönet Ödeme Geçmişini Görüntüle Discord Nitro Hediye Et Discord Nitro Satın Al @@ -935,6 +942,7 @@ Bir Plan seç Plan seç Mağaza + Anında Bilgi Abonelik Kredisi Planı Değiştir Aboneliğin **{renewalDate}** tarihinden itibaren değişecek. @@ -963,6 +971,7 @@ Bir yıllık plana geçerek tasarruf yap. Süper güçlendirilmiş avantajların ve {numFreeGuildSubscriptions} keyfini tüm yıl boyunca çıkar. 2 ay ücretsiz! {planName} planını seçtin! + İptal Edildi Başarısız Bekleyen İade Edildi @@ -1013,6 +1022,7 @@ Ayrıntılı açıklama (isteğe bağlı) Sorunun adı gerekli Önem derecesi gerekli + Özellik alanı Sorun nedir? Ekran görüntüsü rapordan silindi Önem Derecesi @@ -1024,6 +1034,8 @@ Düşük (P2) **Acil ve önemli değil.** P3 düzeyi, ortada bir sorun olduğunu görmemizi sağlar ancak önce daha önemli sorunlarla ilgilendikten sonra bu tür sorunlara eğilebiliriz. Çok Düşük (P3) + Özellik alanı ara + Özellik Alanı Seç Rapor gönderiliyor Rapor gönderildi Yapı Geçersiz Kılma @@ -1033,7 +1045,6 @@ {releaseChannel} için Yapı Geçersiz Kılma Yapı ID\'si Sadece {releaseChannel} istemcisi - Yalnızca {supportedTargets} hedefler Yapı geçersiz kılma geçerli değil Yanlış kullanıcı Yapı mevcut değil @@ -1089,10 +1100,12 @@ Görüntülü sohbete hazır mısın? Kameranın önizlemesi: Video Arka Planı + Video arka planı ayarlama şimdilik sınırlı sayıda kişi tarafından kullanılabilir. Bulanık Arka Planı değiştir Video Arka Planını Değiştir Özel + Özel Arka Plan Yok {maxCustomBackgrounds} limitine ulaştın! Başka bir arka plan eklemeden önce sağ tıklayarak bir arka planı kaldır. Nitro sayesinde kendi özel arka planını yükle! @@ -1154,20 +1167,25 @@ Sunucu Profilini Düzenle Sunucular için ayrı ayrı avatar belirleme özelliği şimdilik sınırlı sayıda kişi tarafından kullanılabilir. Anladım - Discord Nitro! ile sunucularında farklı avatarlar kullan ve daha fazla özelliğe eriş! + Her sunucunda farklı bir takma ad ve eğer Nitro\'n varsa farklı bir avatar kullan! + Sunucu profilimi güncelle + Yeni! Sunucu Profilleri + Discord Nitro ile sunucularında farklı avatarlar kullan ve daha fazla özelliğe eriş! Kullanıcı adı (devre dışı) Bu sunucuya özel kullanıcı adı ve avatar belirleyerek bu sunucudaki diğer kullanıcılara nasıl görüneceğini belirleyebilirsin. Sunucu Avatarı $[BETA](betaBadgeHook) - Bilinmeyen Hata + Ana Avatara Sıfırla + Bilinmeyen hata Sunucu Avatarını Değiştir **Discord Nitro** ile sunucularında farklı avatarlar kullan ve daha fazla özelliğe eriş! + Takma isimler en az {minLength} olmalıdır Nitro ile aç Değişim Kaydı - Kurucularımızdan bir mesaj {added marginTop}\n======================\n\nOyun oynarken arkadaşlarımızla daha kolay bir şekilde konuşup takılmak istediğimiz için **2015\'te Discord\'u oluşturduk**. Bu, o bütün gece uyumayıp gülme, şakalaşma ve en önemlisi de kendimiz olma hissini yeniden yaratmanın bir yoluydu. Bu deneyimi daha iyi ve daha fazla insan tarafından erişilebilir hale getirmek istedik.\n\nO günden beri Discord, tutkuları ne olursa olsun herkesin topluluklarıyla ya da arkadaşlarıyla konuşup takılabileceği bir ortam haline geldi. Her zaman da arkadaşları nerede olursa olsun herkesin rahatlayıp kendileri olabileceği bir ortam olarak kalacak. \n\nBir Ortam Hayal Et {added marginTop}\n======================\n\nAma Discord gerçekten de herkes için farklı bir anlam taşıyor. Bu yüzden insanlardan Discord\'un onlar için ne anlam ifade ettiğine dair hikâyelerini paylaşmasını istedik. Onlar da doğru düzgün bir pazarlama kampanyası yapabilmemiz için bu hikâyelerini paylaşmamıza izin verdi.\n\nVe ortaya Discord - The Movie (2021) çıktı. \n\nLucie Winterwolf\'un korsan temalı sunucusu ve Kevdog\'un nostaljik oyun sunucusu gibi gerçek insanların bizimle paylaştığı harika ve müthiş hikâyelerden oluşan bir kısa film.\n\nBu arada, filmde birkaç ünlü de var.\n\nTeşekkürler {added marginTop}\n======================\n\nEşsiz ve yaratıcı Discord kullanma şekilleriniz ve Discord\'u daha kullanışlı kılmak için sahip olduğunuz fikirleriniz bizi onurlandırdı ve bizim için ilham kaynağı oldu. Topluluklar Discord\'un kalbi. En sevdiğiniz şeyleri keşfettiğiniz ve en sevdiğiniz insanlarla konuşup takıldığınız ortam olmaktan dolayı onur duyuyoruz. \n\nEn yakın arkadaşınla Discord\'da oyun oynarken mi tanıştın? Gaelce dil paylaşımı için bir sunucu mu yönetiyorsun? Ya da Tibet kuşu fotoğrafçılığı için? Hikâyeni bizimle Twitter, Instagram ya da TikTok\'tan paylaş ve dikkatimizi çekmek için **#imagineaplace** etiketini kullan.\n\nHikâyen için gözümüzü açık tutacağız. Ve muhtemelen günümüzü gün edecek. Ve muhtemelen ofis sunucumuzda herkesin gününü gün etmesi için de paylaşacağız.\n\nSon olarak her zamanki gibi, Discord\'u nasıl daha da iyileştirebileceğimize dair fikirlerinizi paylaşmaya devam edin.\n\nJason ve Stan\n\n\n - 2021-08-16 + Yeni Özellikler {added marginTop}\n======================\n\n* **Öğrenci Merkezleri uluslararası olarak kullanıma açılıyor.** Okulun veya üniversiten için kulüpler, çalışma grupları ve daha fazlasına ulaşmak adına öğrenciler tarafından işletilen sunucularla bağlantı kur. Öğrenci Merkezine erişmek için okul e-postanı al ve [başla](https://discord.com/invite/hzA3MtAURu). Veya yürüyüşe çıkmak istiyorsan Discord\'u aç, sağa dön ve Sunucu Keşfi\'ne git. Ardından marketten iki sola dön ve yeni Öğrenci Merkezleri sekmesine tıkla.\n* **Ayarlar\'a yeni Kullanıcı Profili sayfası eklendi.** Artık profil avatarını, hakkımda bölümünü ve Nitro\'n varsa profil başlığını tek bir yerde düzenleyebilirsin.\n* **Seviye 2 ve 3 Takviyesi için gereken Takviyeler düşürüldü. ** Sunucular artık 7 Takviye ile 2. Seviyeye ve 14 Takviye ile 3. Seviyeye ulaşabilir! Sunucun için daha fazla özel emoji, herkes için daha yüksek yükleme yapma imkanı, bir sunucu başlığı, sunucu başlığının ne olması gerektiğine dair argümanlar ve rol simgeleri gibi şeylerin kilidini aç.\n* **Evet, yanlış okumuyorsun, 2. Seviye Yükseltme\'ye özel rol simgeleri eklendi.** 7 Takviyesi olan bir sunucun varsa, bir resim yükle veya her rol için simge olarak ayarlamak üzere özel bir emoji seç. Rol simgeleri, üye listesindeki rol adlarının yanında ve metin sohbeti sırasında kullanıcı adlarının yanında görüntülenecek. Rol simgelerini hemen denemek için Sunucu Ayarları> Roller\'e git ve bir rolü düzenle.\n* **Yeni alt başlıklar izinleri eklendi.** Topluluğun deneyimini geliştirmek için *Alt Başlıklarda İleti Gönder* izni eklendi ve daha kolay anlaşılması için *Genel Alt Başlık Oluştur*, *Özel Alt Başlık Oluştur* ve *Alt Başlıkları Yönet* izinleri güncellendi. [Alt Başlık SSS\'mizden](https://support.discord.com/hc/en-us/articles/4404809613847) daha fazla bilgi edinebilirsin.\n\n\n + 2021-10-04 tr 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png Kullanıcı Adı Değiştir Bu izne sahip olan üyeler, bu sunucuda kendi kullanıcı adını değiştirebilir. Kullanıcı adları bu sunucudaki herkese görünür. Eğer adlandırma sistemi uygulamıyorsan veya kötü bir kullanıcı adı temizlemiyorsan onları değiştirme. @@ -1209,6 +1227,8 @@ !!{channelName}!! kanalını sustur Bir kanalı susturmak senden bahsedilmediği sürece okunmamış göstergelerinin ve bildirimlerin görünmesini engeller. yeni-kanal + Uygunluğu Kontrol Et + Sunucu Keşfi artık 1000+ üyesi olan sunuculara açık! Kanal veya Kategori Bu kanal ya da sunucu şu an için susturulmuş. Kanal sırası güncellendi. @@ -1469,7 +1489,6 @@ Ses Bağlantısı Kuruldu Doğrulandı Bağlantılar - Discord, arkadaşlarınla bağlantı kurmana ve onların seni bulmalarına yardımcı olur. Kişilerinden otomatik olarak arkadaş ekle Kişilerini senkronize et Kişilerinden arkadaş ekle ve onları Discord\'da olduğundan haberdar et. @@ -1904,7 +1923,12 @@ Kırp Çekçe Özel renk + Sunucu Takviyesi\'yle her rol için eşsiz simgeler ayarla. Simgeler sohbette ve üye listesinde görünür. Göz atmak için **Sunucu Ayarları > Roller** bölümüne git. + Artık **Sunucu Ayarları > Roller** bölümünden rol simgeleri ayarlayabilirsin. Simgeler bir role özeldir ve sohbet ile üyeler listesinde görünür. + Rol Ayarları + Simge Belirle Anladım + YENİ! Özel Rol Simgeleri Özel Durum Sonrasında temizle Durumu temizle @@ -2058,12 +2082,14 @@ Hesabının bağlantısını kesmek seni bu hesapla katılmış olduğun sunuculardan atabilir. !!{name}!! Hesabının Bağlantısını Kes Sesli Konuşmadan Ayrıl + Bağlantıyı Kesme Eylemleri Bağlantıyı Kes Bağlantıyı Kes Kullanıcı sesli konuşmadan ayrıldı. Topluluklarıyla ve arkadaşlarıyla konuşmak ve takılmak için Discord kullanan 100 milyondan fazla kişiye katıl. Bir ortam hayal et Discord Rich Presence + Çok yakında mobilde! Şimdilik Öğrenci Merkezi\'ne erişmek için masaüstüne geç. Keşfet Keşif {speakersCount} @@ -2125,6 +2151,8 @@ !!{user}!! Kullanıcısını Düzenle Mesaj Düzenleniyor Anladım + Belki daha sonra + Hemen dene Yunanca Discord, gerekli izinlere sahip olmadığı için uygulamanın sesini yayınlayamıyor. O güzelim ses dalgalarını arkadaşlarına yollayabilmek için Discord\'a yönetici izinleri vermek ister misin? Sessiz Yayın Yap @@ -2490,6 +2518,8 @@ Biri bu sunucuya katıldığında rastgele bir hoş geldin mesajı gönder. Biri bu sunucuya takviye yaptığında bir mesaj gönder. Üyeler bir rol atanmadığı sürece otomatik olarak atılırlar. + Devre dışı bırakıldığında yalnızca moderatörler ve alt başlığı oluşturan kişi bu alt başlığa üye ekleyebilir. + Devre dışı bırakıldığında bu alt başlığı yalnızca moderatörler arşivden çıkarabilir. Bu sesli kanala bağlanabilecek kullanıcıların sayısını kısıtlar. **Üyeleri Taşı** yetkisine sahip olan kullanıcılar bu kısıtlamaya dahil olmaz ve başka kullanıcıları bu kanala taşıyabilirler. Sunucu üyeleri yazı kanallarında mesaj göndermeden ya da direkt mesaj sohbeti başlatmadan önce sözü edilen kriterleri karşılamak zorundadır. Eğer kullanıcıya bir rol atanmışsa bu geçerli değildir. **Herkese açık bir Discord için bir doğrulama seviyesi ayarlamanızı öneririz.** Tüm kanal katılımcıları için video kalitesini belirler. En iyi performans için **Otomatik** kaliteyi seç. @@ -3019,6 +3049,7 @@ !!{username}!! {applicationName} oynuyor Video sürücülerin güncel değil. Daha iyi ekran paylaşımı performansı için onları güncelle. {username} izliyor + Kanala Git Anladım Geçici üyelik ver Yeşil @@ -3126,10 +3157,13 @@ {query} araması için {count} Herkese Açık Sunucuları Keşfet Görüntüle + Bağlanma izni yok. + Etkinliğin nerede olacak? En az 800 px genişliğinde ve 400 px uzunluğunda bir görsel öneririz. Bir Kapak Fotoğrafı ekle (İsteğe Bağlı) Fotoğrafı Kaldır Etkinliğinin ayrıntılarını doldur. + İnsanlara etkinliğinden biraz daha bahset. Markdown burada çalışır. Etkinliğin neyle ilgili? Etkinlik Konusu {date} saat {time} @@ -3139,19 +3173,28 @@ {count} Kişi İlgileniyor {count} ilgileniyor Etkinlik başladığında sana haber verilecek - Sunucuya Katıl + Etkinlik sona erdi + Katıl ve Etkinliği Görüntüle Veya bir arkadaşına etkinlik davet bağlantısı gönder + Arkadaşlarını etkinliğe davet et {count} Kişi Dinliyor Bir konum gir + Bir konum veya bağlantı gibi bir şey ekle. Başka Bir Yer + Metin kanalı, dış bağlantı ya da yüz yüze konum. + Discord\'u indirdiğinde olduğun yer + Büyük topluluk ses etkinlikleri için harika. Ses, video, ekran paylaşımı ve Go Live ile zaman geçir. İnsanlar kafa karışıklığı yaşamasın diye. Etkinliğin nerede olacak? Bir kanal seç Bir ses kanalı seç + Sunucunun bir araya gelmesi için birkaç etkinlik oluştur. Yakında bir etkinlik yok. Konum + Etkinlik Bilgisi İncele + Başlangıç saati gelecekte olmalı. Zamanı geldiğinde etkinliği başlatmak için $[**!!{channelName}!!**](channelHook) kanalını ziyaret et! İşte etkinliğinin önizlemesi. Sadece bu kanalı görüntüleyebilen üyeler bu etkinliği görebilir. @@ -3162,6 +3205,7 @@ Bir Sahne kanalı kullanmayı dene! Etkinliği Başlat: {eventName} {startTime} için zamanlandı + {startTime} saatine zamanlandı Adım {step} / {total} Etkinlikler Oluştur @@ -3622,6 +3666,7 @@ Katıldın! {serverName} artık haritada! Sunucu Keşfi ile topluluğunu büyüt Discord, seçili dili konuşan kullanıcılar için arama yaparken bu sunucuya öncelik verecek. + [Sunucu Keşfi]({documentationUrl})\'nde listelenmek herkesin sunucunu bulup katılmasını sağlar. Hala sağlık ölçütlerini bekliyoruz! Bir açıklama ekleyerek insanları sunucunun içeriği hakkında bilgilendir! Kategoriler, kullanıcıların ilgilerini çeken toplulukları keşfetmelerini kolaylaştırmak için Discord\'un sunucuları düzenlemesine yardımcı olur. 1 adet birincil kategori ve en fazla 5 alt kategori seçebilirsin. @@ -4143,12 +4188,12 @@ Macarca Kategori seç Kategori - Bu sunucu açıklaması Merkez\'de görünecek. + Bu sunucu açıklaması Öğrenci Merkezi\'nde görünecek. Sunucun ne için? İnsanlar burada ne yapacak? Sunucu Açıklaması Başarılı oldu! Anladım! - Sunucun !!{guildName}!! için Merkez\'e eklendi! + Sunucun, !!{guildName}!! adlı sunucunun Öğrenci Merkezi\'ne eklendi. Sunucu Ekle Henüz hiçbir sunucu eklemedin! Eklediğin Sunucular @@ -4160,10 +4205,10 @@ Yeni Sunucu Oluştur Yeni bir grup başlatmak mı istiyorsun? Merkez\'inin dışındaki insanları hâlâ sunucuna davet edebileceksin. - !!{guildName}!! için Discord Merkezi\'ni büyütmeye yardım et + !!{guildName}!! için Öğrenci Merkezi\'ni büyütmeye yardım et Sunucuya git Merkez\'e dön - Sunucun oluşturuldu ve !!{guildName}!! için Merkez\'e eklendi! + Sunucun oluşturuldu ve !!{guildName}!! için Öğrenci Merkezi\'ne eklendi! Sunucunu özelleştir Diğer öğrencilerin !!{guildName}!! guild\'ini bulmasına yardımcı ol İnsanların bulabilmesi için sunucuna bir açıklama ve kategori ver. @@ -4174,9 +4219,10 @@ İnsanları bu Merkez\'e davet et Buradaki ilk kişilerden birisin! Hadi birkaç sunucu ve üye ekleyerek başlayalım. !!{guildName}!! öğrencilerinin Öğrenci Merkezi\'ne hoş geldin - !!{guildName}!! için Discord Merkezi + !!{guildName}!! için Öğrenci Merkezi Kulüplerden, ders çalışma gruplarına ve oyun gecelerine, senin için bir ortam var. Toplumunu bul + Öğrenci Merkezi Öğrenci Merkezleri Öğrenci Merkezi öğrencilerle bağlantı kurmak, sunucular keşfetmek ve öğrencilerin katılabileceği kendi sunucularını paylaşmak için özel bir ortamdır. Merkezler okullara bağlı değildir veya okullar tarafından yönetilmez. Merkezdeki sunucuları öğrenciler yönetir ama öğrenci olmayanlar da sunucuda bulunabilir. Doğrulamaya devam etmek için e-posta adresindeki bağlantıyı onayla. Bu sayfa otomatik olarak yenilenecek. @@ -4185,9 +4231,9 @@ Doğrulama Bağlantısını Yeniden Gönder Gittiğin herhangi bir okulun Öğrenci Merkezi\'ne katıl. Birden fazla okula mı gidiyorsun? + Hayır, teşekkürler Merkeze Katıl Hayır, teşekkürler - Çalışma grupların, kulüplerin, oyun gecelerin ve daha fazlası için öğrencilerin yönettiği sunucuları kolayca bul. Şu anda öğrenci misin? Okulunun Öğrenci Merkezi\'ne katıl! Okul E-Postası isim@okul.edu @@ -4198,17 +4244,19 @@ Okulunu bulamıyor musun? [Bekleme listesine katıl.](onJoinWaitlist) !!{guildName}!! sunucusu için Öğrenci Merkezi\'nde {count} katıl! Başka Merkez\'e Katıl - Çalışma grupların, kulüplerin, oyun gecelerin ve daha fazlası için öğrencilerin yönettiği sunucuları kolayca bul. - Şu anda öğrenci misin? Okulunun Discord Merkezi\'ne katıl! + Şu anda öğrenci misin? Okulunun Öğrenci Merkezi\'ne katıl! Merkeze Katıl + Öğrencilere özel merkezlere erişim sağla + Okulunun merkezi henüz açık değil. Okulunun adını girersen merkezi açıldığında sana haber vereceğiz! Bekleme listesine katıl Okul Adı Tam Okul Adı Discord Merkezi öğrencilerle bağlantı kurmak, sunucular keşfetmek ve öğrencilerin katılabileceği kendi sunucularını paylaşmak için özel bir ortamdır. Merkezler okullara bağlı değildir veya okullar tarafından yönetilmez. Merkezdeki sunucuları öğrenciler yönetir ama öğrenci olmayanlar da sunucuda bulunabilir. Öğrenci Merkezleri + Öğrenci Merkezi nedir? Eğer sunucun sadece öğrenciler içinse, yalnızca sınıf arkadaşlarını davet et. Katılmak için bir .edu adresine ihtiyaç duymazlar Merkez\'den kaldır - !!{guildName}!! guild\'ini bu Merkez\'den kaldırmak istediğine emin misin? + !!{guildName}!! adlı sunucuyu bu Öğrenci Merkezi\'nden kaldırmak istediğine emin misin? Ayarları düzenle !!{guildName}!! için Ayarları düzenle Öğrenci Merkezi nedir? @@ -4217,7 +4265,7 @@ Merkeze katılması için bir davet gönderdin Okulunun Öğrenci Merkezi\'ne arkadaşlarını davet et Katılmak için bir öğrenci e-posta adresi gerekiyor. - Kod eline ulaşmadı mı? !!{email}!! adresine [kodu tekrar gönder](onClick) + Kodunun bulunduğu bir e-posta gönderdik. Kod eline ulaşmadı mı? !!{email}!! adresine [kodu tekrar gönder](onClick) Hadi! Tam Adı Gerçek Adı @@ -4230,11 +4278,13 @@ İnsanları Davet Et Sunuculara Katıl Okulum burada yok - E-posta adresini doğrula + Doğrulanmış Öğrenci Merkezi + Katılmak için e-postanı doğrula ismin@universite.edu Okul E-Postası + Şu anda öğrenci misin? Okulunun Öğrenci Merkezi\'ne katıl! Merkezin açıldığında bildirim al ve çalışma grupların ve kulüplerin için öğrencilerin yönettiği sunucuları kolayca bul. - !!{school}!! için Discord Merkezi yayında olduğunda iletişime geçeceğiz. + !!{school}!! için Öğrenci Merkezi açıldığında sana haber vereceğiz. Teşekkürler! Bekleme listesindesin. birkaç saniye {time} @@ -4801,6 +4851,7 @@ At Üyeleri At !!{user}!! kullanıcısını at + !!{user}!! adlı kullanıcıyı sunucudan atmak istediğine emin misin? Yeni bir davetle tekrar katılabilir. \'!!{user}!!\' sunucudan atıldı. Tüh… !!{user}!! atılamadı. Lütfen tekrar dene! !!{user}!! kullanıcısını sunucudan at @@ -4922,10 +4973,10 @@ Dil Seç Bunu daha sonra değiştirebilirsin. Selam! Bir dil seç - {country} için yeni Nitro fiyatını biliyor musun? [Daha Fazla Bilgi]({documentationLink}). + {country} için yeni Nitro fiyatını biliyor musun? [Daha fazla bilgi edin]({documentationLink}). Planı Yönet Bölgendeki Nitro fiyatını düşürdük. Tasarruf edip etmediğini öğrenmek için şimdi yeniden etkinleştir. - Bölgendeki Nitro fiyatını düşürdük. Tasarruf edip etmediğini öğrenmek için ödeme yöntemini yönet. [Daha Fazla Bilgi]({documentationLink}). + Bazı bölgelerde Nitro fiyatını düşürdük. Tasarruf edip etmediğini öğrenmek için ödeme yöntemini yönet. [Daha fazla bilgi edin]({documentationLink}). Şimdi Güncelle Bölgendeki Nitro fiyatını düşürdük. Tasarruf edip etmediğini öğrenmek için ödeme yöntemini güncelle. Planı Yönet @@ -5065,8 +5116,10 @@ Hediye Et Üye Üye Listesi + Üye Listesini Göster Bu alt başlığı yalnızca davet ettiğin kişiler ve moderatörler görebilir. Bu kişi sunucunun sahibidir ve rollere bakılmaksızın her zaman bütün yetkilere sahiptir. + Üye Listesini Gizle Bir soru ekle Bir kural ekle Güncelleme geldiğinde sana haber vereceğiz. @@ -5193,6 +5246,7 @@ Bu sunucuya katılmak için başvurunu güncellemen gerek. Üyeler {members} + !!{channel}!! (kanal) için üye listesi **!!{prefix}!!** ile eşleşen üyeler Üyeleri Ara Bahset @@ -5268,7 +5322,6 @@ Bu kanalın silinebilmesi için önce [Sunucu Ayarları > Topluluk > Genel Bakış](onClick) bölümünden başka bir kanal ataman gerekir. Donanım Arttırmayı etkinleştir Video çağrılarının kalitesini artırabilecek deneysel özellik. Dikkat et, sorun oluşabilir. - Çalışma grupların, kulüplerin, oyun gecelerin ve daha fazlası için öğrencilerin yönettiği sunucuları kolayca bul. [Daha fazla bilgi edin.](onClick) Öğrencilerle bağlantı kurmak, sunucular keşfetmek ve öğrencilerin katılabileceği kendi sunucularını paylaşmak için özel bir ortam. Merkezler okullara bağlı değildir veya okullar tarafından yönetilmez. Merkezdeki sunucuları öğrenciler yönetir ama öğrenci olmayanlar da sunucuda bulunabilir. @@ -5363,6 +5416,8 @@ Bu kanalı sustur Bu sunucuyu sustur Bu konuşmayı sustur + Bu alt başlığı sustur + Alt Başlığı Sustur Susturma süresi Susturma bitişi: {endTime} Ortak Arkadaşlar @@ -5864,6 +5919,24 @@ Şifreni sıfırlamak için onay kodunu gir. Şifre gerekli. Şifreyi göster + Bunun yerine şifreyle giriş yap + Şuraya bir kod göndereceğiz: {recipient} + Şuraya kod gönderildi: {recipient} + {email} e-posta adresine bağlı hesabın şifresini gir + {phone} telefon numarasına bağlı hesabın şifresini gir + Şifreni gir + Tek seferlik giriş kodu al + Giriş yapmak için kodu gir + Devam Et + Yeniden Gönder + Telefon numaranla veya e-postanla giriş yap. Giriş yapman için sana tek seferlik bir kod göndereceğiz. + Tekrar selam! + Bana bir kod gönder + Konuşmaya başlamak için telefon numaranla veya e-postanla giriş yap. + Tekrar hoş geldin! + Şifresiz giriş yapma, telefonuna ya da e-postana gönderdiğimiz 8 haneli bir kodu girdikten sonra Discord hesabına giriş yapmanı sağlar. + Şifresiz Giriş Yapmayı Etkinleştir + Şifresiz Giriş Yapma Yapıştır Duraklat Devam Et @@ -5902,6 +5975,7 @@ Ödeme Yöntemini Düzenle E-posta Gerekiyor. AA/YY + Giropay Ödeme Bilgisi Geçersiz Bu ödeme kaynağından başarıyla ödeme alamadık. Lütfen bilgilerin doğru olduğundan emin ol. @@ -5934,9 +6008,11 @@ Bekleyen Bekleyen Arkadaşlar İnsanlar + Sunucu Avatarı Nasıl istiyorsan öyle görün; sunucularında farklı avatarlar kullan. Birden Fazla Avatar Nasıl istiyorsan öyle görün; sunucularında farklı avatarlar kullan + Kimlik güncellendi! Geçen haftadan beri %%{percentage} İzinler ile ilgili yardıma mı ihtiyacın var? Medya erişimi reddedildi - Ek dosyaları yükleyebilmek için Discord\'un depolama alanına erişmesi gerekiyor. @@ -6064,6 +6140,7 @@ Nitro şimdi !!{price}!! Hemen göz at! Nitro ile her sunucu için eşsiz bir avatar yükle ve daha fazlasını yap. + Ülkende Nitro fiyatını düşürdük! Her sunucuda farklı bir avatar kullanmanı sağlayan sunucu avatarları gibi en yeni Nitro avantajlarına göz at. Yeni Yaz Güncellemeleri! Hareketli avatarlar ve emojiler yükle ve kullan Tüm sunucularda özel emojiler paylaş @@ -6428,13 +6505,13 @@ Ayrıcalıklı sohbetin, **{num}x** Takviyen ve Takviye indirimin var Ayrıcalıklı sohbetin, **{num}x** Takviyen ve **!!{price}!!** Takviye indirimin var (İptal İşlemi Bekleniyor) Ayrıcalıklı sohbetin, **{num}x** Takviyen ve Takviye indirimin var (İptal İşlemi Bekleniyor) - Ödeme Yöntemi Ekle + Ödeme Ekle Nitro aboneliğin {daysLeft} sona eriyor. Profil özelleştirmeleri ve daha fazlasını kullanmaya devam etmek için bir ödeme yöntemi ekle. - Daha Fazlasını Öğren - Bugün profil özelleştirmeleri, hareketli emoji ve daha fazlasına erişimini kaybedeceksin. + Daha Fazla Bilgi Edin + {daysLeft} içinde profil özelleştirmeleri, daha büyük dosya yükleme, daha iyi ekran paylaşımı gibi birçok özelliğe erişimini kaybedeceksin. Nitro erişimin bugün sona eriyor. - Yoksay - Nitro\'yu bırakma + Kapat + Nitro\'yu Bırakma Nitro\'yu yeniden etkinleştirirsen ödeme yönteminden **{price}** ücret almaya ve sen aboneliğini iptal edene kadar da **aylık** ücret almaya devam edeceğiz. Ayarlar sayfasından istediğin zaman iptal edebilirsin. Nitro\'yu yeniden etkinleştirirsen ödeme yönteminden **{price}** ücret almaya ve sen aboneliğini iptal edene kadar da **yıllık** ücret almaya devam edeceğiz. Ayarlar sayfasından istediğin zaman iptal edebilirsin. Nitro\'ya devam etmezsen **şunları kaybedeceksin:** @@ -6448,7 +6525,7 @@ Yeni Abonelik Toplamı Şimdi Güncelle Nitro aboneliği ödemen başarısız oldu, lütfen ödeme bilgilerini güncelle. - Ödeme Yöntemi Ekle + Ödeme Ekle Nitro aboneliğin bitmek üzere. Profil özelleştirmeleri ve daha fazlasını kullanmaya devam etmek için bir ödeme yöntemi ekle. Bir sonraki yenileme tarihin **{renewalDate}** olacak. {planName} Ayarı @@ -6655,6 +6732,14 @@ Engellediğin kullanıcılara mesaj gönderemezsin @!!{name}!! kullanıcısına mesaj gönder Hızlı Geçiş + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, Grup Mesajı + !!{name}!!, Grup Mesajı {mentions} + !!{name}!!, Sunucu + Sonuçlar + !!{name}!!, Kullanıcı, !!{id}!! + !!{name}!!, Kullanıcı, !!{id}!! {mentions} + {mentions} Taslaklar Quick Switcher hakkında daha fazlasını öğren Aradığını bulamıyorsun gibi mi görünüyor? @@ -7320,6 +7405,120 @@ Bu kanalda özel izinler bulunuyor. Dinleyebilmen için, sağırlığın sunucu moderatörü veya yönetici görevindeki bir kişi tarafından kaldırılmalı. Sunucuda Sağırlaştırıldı Dünyaya bu sunucu hakkında bir şeyler söyle. + Kuralları kabul et + İlkelerimizi ihlal etmek, sunucunun Keşif\'ten çıkarılması gibi cezalar almasına neden olabilir. + Discord [Topluluk İlkeleri]({communityGuidelinesUrl}) ve [Keşif İlkeleri]({discoveryGuidelinesUrl})\'ne uy + Kurallar + Taciz, toksiklik ve yasa dışı aktivitelerin desteklenmediği veya hoş karşılanmadığı, kucaklayıcı bir alan oluştur. + Sağlıklı ve pozitif bir ortam teşvik et + Sunucu Keşfi\'nin herkes için güvenli kalmasına yardımcı ol + Bütün sunucu içerikleri 13 yaş üzeri için uygun olmalıdır. + Şiddet içeren ya da cinsel içerikler barındırma. + 3d + estetik + animasyon + anime + uygulamalar + sanat + basketbol + içecek + bitcoin + vücut-geliştirme + botlar + bts + jimnastik + giyim + kodlama + üniversite + topluluk + crossfit + kriptopara + tatlı + defi + tasarım + discord-bot + disney + disneyworld + çizim + edm + eğitim + emoji + ifadeler + ingilizce + espor + ethereum + etkinlikler + egzersiz + fantezi-futbol + moda + fivem + yemek + amerikan-futbolu + forex + formula1 + fortnite + arkadaşlar + eğlence + oyun + github + çekilişler + spor-salonu + donanım + hiphop + ödev + hypebeast + yatırım + javascript + kpop + dil + leagueoflegends + öğrenme + lgbtq + linux + manga + meme\'ler + akıl-sağlığı + metal + minecraft + müzik-yapımcılığı + nba + nfl + nft + nitro + beslenme + açık-kaynak + seçenekler + fotoğraf + premier-lig + programlama + yarış + rap + reddit + roblox + rol-yapma + okul + kişisel-gelişim + şarkı-söyleme + atıştırmalar + spor-ayakkabılar + futbol + sosyal + yazılım + spor + stok + yayıncı + sokak-giyimi + çalışma + tarz + destek + supreme + teknoloji + takas + seyahat + twitch + valorant + yeezy + youtube Sunucu Emojisi Tüm Klasörleri Kapat Klasörü Okundu Olarak İşaretle @@ -7592,6 +7791,8 @@ Konuşmacı Sahne Yayında Bugün ne hakkında konuşacaksın? + Asansör müziği çalıyormuş gibi düşün. + Konuşma başlatmak için Sahneyi Başlat seçeneğine bas ve bir konu seç. Sahne\'nin başlaması bekleniyor… Eli kulağında. Sahne\'nin başlaması bekleniyor. !!{username}!!: @everyone !!{topic}!! başlıyor. Şimdi dinle! @@ -7692,6 +7893,10 @@ Sık kullanılan Ücretsiz $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Takviye Satın Al + Sunucu Takviyesi\'yle {count}+ özel çıkartma yükle. + Çıkartmaları Yönet + Sunucun birkaç çıkartma yüklemeni bekliyor! {stickerPackName} Ayrıntıları Hareketli Kalan sınırlı süre: {time} @@ -7995,6 +8200,7 @@ Resimler, GIF\'ler, çıkartmalar, fikirler ve şakalar paylaş Metin Kanalları **!!{prefix}!!** ile eşleşen yazı kanalları + Standart mesaj ve veri ücretleri uygulanır. Yazı İzinleri Metin Alanı Eylemleri !!{channel}!! kanalına mesaj gönder @@ -8039,6 +8245,7 @@ Bildirim almak ve kanal listene kaydetmek için bu alt başlığa katıl. Bu alt başlık bir moderatör tarafından arşivlendi. Yalnızca moderatörler arşivden çıkarabilir. Herkes davet edebilir + Herkes arşivden çıkarabilir Bu alt başlıkta kimse yok. Kişileri davet etmek için bir mesajda onlardan @bahset. Bu alt başlık görüntülenemiyor @@ -8234,6 +8441,7 @@ Kanaldaki Susturmayı Kaldır Konuşmadaki susturmayı kaldır Sunucudaki Susturmayı Kaldır + Alt Başlıktaki Susturmayı Kaldır İsimsiz Sabitlemeyi kaldır Lütfen kaldır! @@ -8670,8 +8878,6 @@ Discord Filmi Wumpus Tatili Vaporwave - Video arka planlarıyla kendini ifade et ve eğer Nitro sahibiysen kendin yükle! - Yeni Video Arka Planları! Bize video arka planları deneyiminden bahset. Video arka planları nasıldı? Arka plan tespiti doğru değildi @@ -8682,6 +8888,7 @@ Bir sorun mu yaşadın? Yaşadığın sorunu bildirdiğin için teşekkürler! Bu tarz geri bildirimler Video Arka Planlarını geliştirmemize yardımcı oluyor Arka Planı Kaldır + Özel video arka planları yüklemeye, HD çözünürlükle 60 FPS\'de yayın yapmaya [ve daha fazlasına Discord Nitro](onLearnMore) ile erişim elde et! Kendi arka planını yüklemek ister misin? Odakla Üyeleri Gizle diff --git a/app/src/main/res/values-uk/plurals.xml b/app/src/main/res/values-uk/plurals.xml index 47f74eabc0..6d9fcf8b67 100644 --- a/app/src/main/res/values-uk/plurals.xml +++ b/app/src/main/res/values-uk/plurals.xml @@ -854,9 +854,9 @@ {#} згадувань - {count} друга - {count} друзів - {count} друзів + {count} іншого друга + {count} інших друзів + {count} інших друзів 1 день @@ -1070,9 +1070,9 @@ серверів недоступні через тимчасове відключення. - {#} застосований буст - застосовані бусти - {#} застосованих бустів + {#} використаний буст + використані бусти + {#} використаних бустів {#} буст @@ -1329,6 +1329,10 @@ за {#} день за {#} дн + + {#} день + {#} дн + {#} день {#} дн @@ -1421,6 +1425,21 @@ хвилини {retryAfter} хвилин + + {#} непрочитане повідомлення + {#} непрочитані повідомлення + {#} непрочитаних повідомлень + + + {#} непрочитане повідомлення + , {#} непрочитані повідомлення + , {#} непрочитаних повідомлень + + + , {#} непрочитане повідомлення + непрочитані повідомлення + , {#} непрочитаних повідомлень + 1 людина поставила {n} людини поставили diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 6fbacc8c5f..0dff112d0c 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -60,6 +60,11 @@ Зменшить насиченість кольорів у програмі для людей із чутливістю до кольору. За умовчуванням не впливатиме на насиченість зображень, відео, кольорових позначок ролей та інший контент, наданий користувачами. посилання матимуть ось такий вигляд: https://discord.com/ Насиченість + Швидше + Швидкість синтезу мовлення + Попередній перегляд + Повільніше + Ось як звучить синтез мовлення на поточній швидкості. Рівень масштабування Акаунт Зона користувача @@ -812,7 +817,7 @@ Транзакції у !!{paymentGatewayName}!! не відображатимуться унизу. Щоби побачити історію транзакцій у !!{paymentGatewayName}!! або змінити метод оплати в !!{paymentGatewayName}!!, [подивись !!{paymentGatewayName}!! налаштування виставлення рахунків]({billingHistoryLink}). У тебе передплата через !!{paymentGatewayName}!! Недоступно для передплат, оформлених через !!{paymentGatewayName}!!. Для керування своєю передплатою [перейди до !!{paymentGatewayName}!! налаштувань виставлення рахунків]({subscriptionManagementLink}). - Остаточна ціна та валюта визначаються залежно від країни, яка забезпечує ваш спосіб оплати. [Більше інфо тут]({documentationLink}). + Остаточна вартість та валюта залежатимуть від обраного вами способу оплати та країни, з якої здійснюється операція.[Детальніше тут]({documentationLink}) Скопійовано! Подарункове посилання Це був подарунок @@ -884,8 +889,8 @@ Ви вже повернули кошти за передплату Nitro. Повернення коштів Виникла проблема, коли було надіслано запит про повернення коштів за покупку: «!!{error}!!». - Будь ласка, зверніться до [команди підтримки користувачів]({supportUrl}), щоб отримати допомогу. - Нажаль, повернути кошти за цю покупку неможливо. + Будь ласка, зв\'яжіться з нашою [службою підтримки клієнтів]({supportUrl}), щоб отримати допомогу. + На жаль, повернути кошти за цю покупку неможливо. Виникли проблеми з покупкою? Запросити повернення коштів Щось пішло не так @@ -919,6 +924,7 @@ Налаштування оплати Додати спосіб оплати Купити бусти сервера + Керувати передплатою Дивитися історію платежів Подарувати Discord Nitro Купити Discord Nitro @@ -935,6 +941,7 @@ Вибрати план передплати Вибрати план передплати Крамниця + Інформація Sofort Кредит на передплату Змінити підписку Твоя передплата зміниться з **{renewalDate}**. @@ -963,6 +970,7 @@ Переходь на річний план і заощаджуй. Користуйся надпотужними перевагами та {numFreeGuildSubscriptions} цілий рік. 2 місяці в подарунок! Ти вибрав {planName}! + Скасовано Помилка Очікується Компенсовано @@ -1013,6 +1021,7 @@ Детальний опис (необов\'язково) Необхідно назвати проблему Необхідно визначити пріоритет + Обране розташування Що за проблема? Зняток видалено зі звіту Пріоритет @@ -1024,6 +1033,8 @@ Низький (P2) **Не терміново і не важливо.** Пріоритет P3 свідчить про наявність проблем, однак вони не настільки суттєві, щоби займатися ними раніше, ніж більш важливими помилками. Дуже низький (P3) + Шукати обрані розташування + Вибрати обране розташування Надсилання звіту Звіт надіслано Обхід збірки @@ -1033,7 +1044,6 @@ Обхід збірки для {releaseChannel} Ідентифікатор збірки Тільки клієнт {releaseChannel} - Тільки цілі {supportedTargets} Недійсний обхід збірки Невірний користувач Збірка недоступна @@ -1089,10 +1099,12 @@ Готовий до відеочату? Ось як попередньо виглядає твоя камера: Тло відео + Встановлення тла для відео наразі доступне обмеженій кількості людей. Розмити Змінити тло Змінити тло відео Спеціальні + Користувацьке тло Пусто Досягнуто максимум в {maxCustomBackgrounds} для тла! Натисніть праву кнопку миші, щоби прибрати зображення та додати інше. Завантажте власне тло завдяки Nitro! @@ -1154,10 +1166,11 @@ Редагувати профіль сервера Встановлення різних аватарів для кожного сервера наразі доступне обмеженій кількості людей. Зрозуміло - Використовуй інший аватар для кожного зі своїх серверів та багато іншого з Discord Nitro! + Використовуйте різні аватари для кожного зі своїх серверів, та багато інших можливостей чекають на вас із Discord Nitro! Нікнейм (Вимкнено) Можеш змінити свій зовнішній вигляд для інших користувачів сервера, обравши нікнейм та аватар для сервера. Аватар сервера $[БЕТА-ДОСТУП](betaBadgeHook) + Скинути до першого аватара Невідома помилка Змінити аватар сервера Використовуй інший аватар для кожного зі своїх серверів, та багато інших можливостей чекають на тебе із **Discord Nitro!** @@ -1204,6 +1217,8 @@ Заглушити канал !!{channelName}!! Відключення сповіщень каналу прибирає індикатор непрочитаних повідомлень і спливаючі повідомлення, допоки тебе не згадають. новий-канал + Перевірити відповідність умовам + Знайомство із серверами тепер відкрите для серверів із понад тисячею учасників! Канал або категорія Сповіщення цього каналу або сервера наразі вимкнено. Послідовність каналів оновлено. @@ -1464,7 +1479,6 @@ Голосовий зв\'язок підключено Перевірено З\'єднання - Discord може з\'єднувати вас з вашими друзями і допомагати їм знаходити вас. Автоматично додавай друзів зі свого списку контактів Синхронізуй свої контакти Додай друзів зі свого списку контактів, щоб вони знали, що ти є в Discord. @@ -1894,7 +1908,12 @@ Обрізати Чеська Користувацький колір + Налаштуйте неповторну піктограму для кожної ролі з бустом сервера. Вони відображатимуться в чаті та списку учасників. Перейдіть у **Налаштування сервера > Ролі**, щоби подивитися їх. + Тепер можна налаштувати піктограми ролей у **Налаштування сервера > Ролі**. Піктограми унікальні для кожної ролі, вони відображатимуться в чаті та списку учасників. + Налаштування ролі + Налаштувати піктограми Зрозуміло + НОВЕ! Користувацькі піктограми ролей Користувацький статус Очистити після Очистити статус @@ -2048,12 +2067,14 @@ Від\'єднання твого акаунту може видалити тебе з серверів, до яких ти приєднався за допомогою цього акаунту. Від\'єднати !!{name}!! Відключитися від голосового чату + Вимкнути Дії Відключитися Відключитися Користувач відключився від голосового чату. Приєднуйся до більше ніж 100 мільйонів людей, які використовують Discord для спілкування та розваг зі спільнотами та друзями. Уяви місце Discord Rich Presence + Скоро і на мобільних пристроях! Поки що отримати доступ до студентських хабів можна на комп\'ютері Знайомство Знайомство {speakersCount} @@ -2115,6 +2136,8 @@ Редагувати !!{user}!! Редагування повідомлення Зрозуміло + Іншим разом + Спробувати Грецька Discord не може транслювати звук твоєї програми, тому що не має дозволу. Надати Discord дозвіл адміністратора, щоб мати можливість відправляти ці чудові звукові хвилі твоїм друзям? Транслювати без звуку @@ -2480,6 +2503,8 @@ Відправляти випадкове повідомлення з привітанням, коли хтось приєднується до цього сервера. Відправляти повідомлення, коли хтось додає бусти до цього сервера. Учасники автоматично виганяються, якщо вони від\'єднуються до призначення ролі. + Якщо вимкнути, тільки модератори та автор гілки зможуть додавати нових учасників до цієї гілки. + Якщо вимкнути, тільки модератори зможуть розархівувати гілку. Обмежує кількість користувачів, які можуть під\'єднатися до цього голосового каналу. Користувачі з дозволом **Перемістити учасників** ігнорують це обмеження та можуть переміщати інших користувачів на канал. Учасники сервера мають відповідати наступним критеріям, перш ніж вони зможуть надсилати повідомлення в текстові канали або починати особисту бесіду. Не стосується учасників, яким надано роль. **Ми рекомендуємо встановити рівень перевірки для публічного Discord.** Встановлює якість відеокамери для всіх учасників каналу. Для оптимальної роботи вибери режим **Авто**. @@ -3009,6 +3034,7 @@ !!{username}!! грає в {applicationName} Твої відео-драйвери застарілі. Онови їх, щоб покращити якість демонстрації екрана. Дивиться {username} + Перейти на канал Зрозуміло Надати тимчасове членство Зелений @@ -3116,10 +3142,13 @@ {count} для «{query}» Досліджуй публічні сервери Дивитися + Немає дозволу для з\'єднання. + Де відбудеться подія? Ми радимо використовувати зображення не менше 800 пікселів на 400 пікселів. Додайте фото обкладинки (необов\'язково) Видалити фото Детально опишіть свою подію. + Розкажіть людям трохи більше про подію. Тут працює Markdown. Про що ваша подія? Тема події {date} о {time} @@ -3129,19 +3158,28 @@ Цікавляться: {count} {count} Вам повідомлять про початок події - Приєднатися до сервера + Подія закінчилася + Приєднатися та дивитися подію Або надішліть другу посилання на подію + Запросити друзів на подію Слухають: {count} Введіть локацію + Додайте місце, посилання або ще що-небудь. Десь в іншому місці + Текстовий канал, зовнішнє посилання або розташування офлайн. + Де ви були, коли завантажували Discord + Чудове місце для аудіоподій для великої спільноти. Залучіть голос, відео, демонстрацію екрану та трансляції Go Live. Важливо вказати, щоби ніхто з гостей не заблукав. Де відбудеться подія? Оберіть канал Оберіть голосовий канал + Створіть декілька подій, щоби зібрати сервер. Немає запланованих подій. Місце розташування + Інфо про подію Переглянути + Час початку має бути в майбутньому. Коли настане час, перейдіть на $[**!!{channelName}!!**](channelHook), щоби почати подію! Ось як попередньо виглядає подія. Тільки учасники, що бачать цей канал, зможуть дізнатися про подію. @@ -3152,6 +3190,7 @@ Спробуйте використати канал трибуни! Розпочати подію: «{eventName}» Заплановано на {startTime} + Заплановано на {startTime} Етап {step} з {total} Події Створити @@ -3612,6 +3651,7 @@ Ти в грі! Сервер {serverName} уже на мапі! Збільшуйте свою спільноту завдяки знайомству з серверами Discord надаватиме пріоритет цьому серверу в пошуку для користувачів, які розмовляють вибраною мовою. + Якщо вас буде видно в [Знайомстві із серверами]({documentationUrl}), то будь-хто зможе знайти ваш сервер і приєднатися до нього. Ми ще чекаємо на індикатор здоров\'я твого сервера! В описі розкажи людям, для чого твій сервер! За допомогою категорій Discord організує сервери, щоб користувачам було легко знаходити спільноти, які їх цікавлять. Ти можеш вибрати 1 головну категорію та до 5 підкатегорій. @@ -4133,12 +4173,12 @@ Угорська Обрати категорію Категорія - Опис сервера з\'явиться на хабі. + Опис сервера з\'явиться на студентському хабі. Про що ваш сервер? Що там роблять люди? Опис сервера Вийшло! Зрозуміло! - Ваш сервер було додано до хабу для !!{guildName}!!! + Ваш сервер було додано до студентського хабу закладу !!{guildName}!!! Додати сервер Ще не додано жодного сервера! Сервери, які вже додано @@ -4150,10 +4190,10 @@ Створити новий сервер Хочете почати нову групу? Ви досі можете запрошувати людей не з хабу на свій сервер. - Допоможіть розвинути хаб Discord для !!{guildName}!! + Допоможіть розвивати Студентський хаб закладу !!{guildName}!! Піти на сервер Повернутися до хабу - Ваш сервер було створено та додано до хабу для !!{guildName}!!! + Ваш сервер було створено та додано до студентського хабу закладу !!{guildName}!!! Персоналізуй свій сервер Допоможіть іншим студентам знайти !!{guildName}!! Опишіть сервер та визначте категорію, щоби людям було легше знайти його. @@ -4163,21 +4203,22 @@ Додати сервер до цього хабу Запросити людей до цього хабу Ви серед перших відвідувачів! Почнімо з того, що додамо серверів та користувачів. - Вітаємо на студентському хабі для тих, хто навчався у закладі !!{guildName}!!! - Хаб Discord для !!{guildName}!! + Вітаємо на студентському хабі для тих, хто навчався у закладі !!{guildName}!! + Студентський хаб для закладу !!{guildName}!! Від клубів до навчальних груп та ігрових марафонів — це ідеальне місце. Знайти людей + Студентський хаб Студентські хаби Ексклюзивне місце для спілкування, створення та обміну серверами, до яких можуть долучатися студенти. Хаби не пов\'язані та не керовані навчальними закладами. Серверами Discord Hub керують студенти, однак серед учасників можуть бути й інші люди, які не належать до того чи іншого навчального закладу. Для продовження верифікації перейдіть за посиланням зі своєї поштової скриньки. Сторінка оновиться автоматично. Спробувати іншу електронну пошту Ми надіслали посилання для верифікації на !!{email}!! Повторно надіслати посилання - Приєднайтеся до студентського хабу будь-якого навчального закладу, у якому ви здобували освіту. + Приєднуйтеся до студентського хабу будь-якого навчального закладу, який ви відвідували. Довелося навчатися у декількох закладах? + Ні, дякую! Приєднатися до хабу Ні, дякую - Легко знаходьте студентські сервери для своєї навчальної групи, клубів, ігрових марафонів та інших занять. Ви студент? Приєднуйтеся до студентського хабу свого навчального закладу! Електронна пошта навчального закладу name@school.edu @@ -4186,19 +4227,21 @@ Нічого не знайдено [Приєднатися до списку очікування.](onJoinWaitlist) Не можете знайти свій заклад?[ Приєднайтеся до списку очікування.](onJoinWaitlist) - Приєднуйтеся до {count} на студентському хабі закладу !!{guildName}!!! + Приєднайтеся до {count} у хабах Discord Hub на !!{guildName}!!! Приєднатися до іншого хабу - Легко знаходьте студентські сервери для своєї навчальної групи, клубів, ігрових марафонів та інших занять. - Ви студент? Приєднуйтеся до Discord Hub свого навчального закладу! + Ви студент? Приєднуйтеся до студентського хабу свого навчального закладу! Приєднатися до хабу + Отримати доступ до хабів тільки для студентів + Хаб вашого закладу ще не активний. Введіть назву свого закладу, і ми повідомимо, коли з\'явиться хаб. Приєднатися до списку очікування Назва закладу Повна назва закладу Ексклюзивне місце для спілкування, створення та обміну серверами, до яких можуть долучатися студенти. Хаби не пов\'язані та не керовані навчальними закладами. Серверами Discord Hub керують студенти, однак серед учасників можуть бути й інші люди, які не належать до того чи іншого навчального закладу. Студентські хаби + Що таке студентський хаб? Якщо ваш сервер тільки для студентів, запросіть людей, з якими вам довелося навчатися. Їм не потрібна адреса на .edu, щоби приєднатися. Видалити з хабу - Точно хочете видалити !!{guildName}!! з цього хабу? + Ви точно хочете видалити !!{guildName}!! з цього студентського хабу? Редагувати налаштування Редагувати налаштування для !!{guildName}!! Що таке студентський хаб? @@ -4206,8 +4249,8 @@ Вас запросили приєднатися до хабу Ви надсилаєте запрошення на приєднання до хабу Запросіть друзів до студентського хабу свого закладу - Щоби приєднатися, потрібна студентська електронна пошта. - Не прийшов код? [Надіслати код ще раз](onClick) на !!{email}!! + Щоби приєднатися, потрібна студентська адреса. + Ми відправили вам код. Не прийшов код? [Надіслати код ще раз](onClick) на !!{email}!! Поїхали! Повне ім\'я Справжнє ім\'я @@ -4220,11 +4263,13 @@ Запросити людей Приєднатися до серверів Мого закладу тут немає - Підтвердити адресу ел. пошти + Перевірений студентський хаб + Підтвердьте адресу ел. пошти, щоби приєднатися sam@college.edu Електронна пошта навчального закладу + Ви студент? Приєднуйтеся до студентського хабу свого навчального закладу! Отримайте сповіщення, коли з\'явиться хаб вашого закладу, щоб легко знайти студентські сервери навчальної групи чи клубу. - Як тільки !!{school}!! матиме свій хаб Discord, ми вам повідомимо. + Як тільки !!{school}!! матиме свій студентський хаб, ми вам повідомимо. Дякуємо! Ви в листі очікування: кілька секунд {time} @@ -4791,6 +4836,7 @@ Вигнати Видаляти членів Вигнати користувача !!{user}!! + Ви точно хочете вигнати користувача !!{user}!! з сервера? У користувача буде можливість приєднатися із новим запрошенням. «!!{user}!!» вигнаний із сервера. Упс… Користувача !!{user}!! не вдалося вигнати. Спробуй ще раз! Видалити !!{user}!! з сервера @@ -4912,17 +4958,17 @@ Обрати мову Ви зможете змінити це пізніше. Привіт! Оберіть мову - Знаєте, яка нова вартість Nitro в країні {country}? [Дізнатися більше]({documentationLink}). + Знаєте, яка нова вартість Nitro в країні {country}?[Дізнатися більше]({documentationLink}). Керувати передплатою Вартість Nitro у вашому регіоні знижена. Поновіть передплату та зекономте. - Вартість Nitro у вашому регіоні знижена. Змініть спосіб оплати, щоби зекономити. [Дізнатися більше]({documentationLink}). + Вартість Nitro у деяких регіонах знижена. Змініть спосіб оплати, щоби зекономити. [Дізнатися більше]({documentationLink}). Оновити зараз Вартість Nitro у вашому регіоні знижена. Оновіть спосіб оплати, щоби зекономити. Керувати передплатою Вартість Nitro у вашому регіоні знижена. Перевірте, чи зможете зекономити, оплачуючи в місцевій валюті. Якщо ви зміните спосіб оплати, вартість передплати та валюта зміняться та складатимуть {newCurrencyAndPrice}. [Натисніть тут]({helpCenterLink}), щоби дізнатися більше про визначення ціни. - **Порада**: Використовуйте місцеві способи оплати, якщо ваша країна — {country}, щоби платити у валюті {currency}! [Натисніть тут]({helpCenterLink}), щоби дізнатися більше про визначення ціни та валюти. - **Ура!** Оскільки ваша країна — {country}, то вартість Nitro для вас знижено и складає {newPrice}! [Дізнатися більше]({helpCenterLink}). + **Порада**: Використовуйте місцеві способи оплати, якщо ваша країна — {country}, щоби платити у валюті {currency}! [Натисніть тут]({helpCenterLink}), щоби дізнатися більше про визначення ціни та валюти. + **Ура!** Оскільки ваша країна — {country}, то вартість Nitro для вас знижена і складає {newPrice}![ Дізнатися більше]({helpCenterLink}). Вхід Здійснюється вхід як !!{username}!! Увійди за допомогою своєї адреси ел. пошти, щоб почати розмовляти. @@ -5055,8 +5101,10 @@ Подарунок Учасник Список учасників + Показати список учасників Тільки запрошені тобою люди та модератори можуть бачити цю гілку. Цей користувач є власником серверу і завжди має всі дозволи, незалежно від ролі. + Сховати список учасників Додати питання Додати правило Коли щось зміниться, ти отримаєш повідомлення. @@ -5183,6 +5231,7 @@ Щоб приєднатися до цього сервера, потрібно оновити програму. Учасники {members} + Список учасників !!{channel}!! (канал) Учасники, імена яких містять **!!{prefix}!!** Пошук учасників Згадати @@ -5258,7 +5307,6 @@ Перш ніж видаляти цей канал, вибери інший в меню [Налаштування сервера > Спільнота > Огляд](onClick). Увімкнути апаратне масштабування Експериментальна функція, яка може підвищити продуктивність у відео дзвінках. Будь обережним, вона може викликати перешкоди. - Легко знаходьте студентські сервери для своєї навчальної групи, клубів, ігрових марафонів та інших занять.[Дізнатися більше.](onClick) Ексклюзивне місце для спілкування, створення та обміну серверами, до яких можуть долучатися студенти. Хаби не пов\'язані та не керовані навчальними закладами. Серверами Discord Hub керують студенти, однак серед учасників можуть бути й інші люди, які не належать до того чи іншого навчального закладу. @@ -5353,6 +5401,8 @@ Заглушити цей канал Заглушити цей сервер Заглушити цю розмову + Заглушити цю гілку + Заглушити гілку Тривалість заглушення Заглушено до {endTime} Спільні друзі @@ -5854,6 +5904,24 @@ Введи свій код підтвердження для зміни пароля Потрібен пароль. Показувати пароль + Увійти з паролем натомість + Ми відправимо код на{recipient}. + Надіслано {recipient}. + Введіть пароль для акаунту з електронною поштою {email} + Введіть пароль для акаунту з номером телефону {phone} + Введіть пароль + Отримати одноразовий код для входу + Введіть код для входу + Продовжити + Надіслати ще раз + Увійдіть за номером телефону або адресою ел. пошти. Ми надішлемо вам одноразовий код для входу. + Знову вітаємо! + Надіслати мені код + Увійдіть за номером телефону або адресою ел. пошти, щоби почати спілкування. + З поверненням! + Вхід без пароля дозволяє вам увійти до акаунту Discord за допомогою 8-значного коду, який ми надішлемо на телефон або електронну пошту. + Дозволити вхід без пароля + Вхід без пароля Вставити Пауза Продовжити @@ -5892,6 +5960,7 @@ Редагувати спосіб оплати Потрібна електронна пошта. ММ/РР + Giropay Платіжна інформація Недійсно Нам не вдалося змінити цей спосіб оплати. Переконайся, що ця інформація правильна. @@ -5924,9 +5993,11 @@ Очікується Запити на дружбу, які очікують на розгляд Люди + Аватар сервера Будь ким завгодно та використовуй різні аватари на всіх своїх серверах. Різні аватари - Будь ким завгодно та використовуй різні аватари на всіх своїх серверах + Будьте ким завгодно та використовуйте різні аватари на всіх своїх серверах + Особистість оновлено! {percentage}%% з минулого тижня Потрібна допомога із дозволами? Доступ до медіафайлів заборонено — Discord потребує доступу до сховища для публікації вкладень. @@ -6016,11 +6087,11 @@ Ми не змогли скасувати твою передплату Nitro. Спробуй ще раз або звернись до нашої команди підтримки, якщо проблема не буде вирішена. Скасування будь-яких передплат Nitro і бустів сервера набере чинності негайно. Якщо твій тег Discord було відредаговано, його буде змінено на випадковий. Байдуже, зберегти Nitro - Ваші **2 безкоштовні бусти** та **знижка 30%% на буст** + Ваші **2 безкоштовні бусти** та **знижка 30%% на буст** {boostCount} Доступ до **персоналізованих емодзі** та **стікерів** на всіх ваших серверах - **Анімований аватар**, **банер профілю** та **користувацький тег Discord** - **Анімований аватар**, **банер профілю** та **користувацький тег Discord** (#{discriminator}) + **Анімований аватар**, **банер профілю** та **користувацький тег Discord**. + **Анімований аватар**, **банер профілю** та **користувацький тег Discord** (#{discriminator}). Краща якість **демонстрації екрана** Якщо скасуєте, **ви втратите такі переваги:** Впевнені, що хочете скасувати? @@ -6418,15 +6489,15 @@ У тебе є преміальний чат, бусти (**{num}**) і знижка на бусти. У тебе є преміальний чат, бусти (**{num}**) і знижка на бусти за **!!{price}!!** (очікується скасування) У тебе є преміальний чат, бусти (**{num}**) і знижка на бусти (очікується скасування). - Додати оплату - Ваша передплата Nitro завершиться {daysLeft}. Додайте спосіб оплати, щоб і далі використовувати персоналізацію профілю та інші вигоди. + Додати спосіб оплати + Термін дії вашої передплати Nitro спливає {daysLeft}. Додайте спосіб оплати, щоб і далі використовувати персоналізацію профілю та інші вигоди. Дізнатися більше - Сьогодні ви ризикуєте втратити доступ до персоналізації профілю, анімованих емодзі та інших вигод. + Ви втратите персоналізацію профілю, завантаження більших файлів, кращу якість демонстрації екрана та інші вигоди за {daysLeft}. Доступ до Nitro завершується сьогодні. Відхилити Зберегти Nitro - Якщо ви поновите Nitro, ми через ваш спосіб оплати отримаємо від вас **{price}** та продовжимо знімати цю суму **щомісяця**, доки ви не скасуєте передплату. Ви можете скасувати передплату будь-якої миті на сторінці налаштувань. - Якщо ви поновите Nitro, ми через ваш спосіб оплати отримаємо від вас **{price}** та продовжимо знімати цю суму **щорічно**, доки ви не скасуєте передплату. Ви можете скасувати передплату будь-якої миті на сторінці налаштувань. + Якщо ви поновите Nitro, ми через ваш спосіб оплати отримаємо від вас **{price}** та продовжимо знімати цю суму **щомісяця**, доки ви не скасуєте передплату. Ви можете скасувати передплату будь-якої миті на сторінці налаштувань! + Якщо ви поновите Nitro, ми через ваш спосіб оплати отримаємо від вас **{price}** та продовжимо знімати цю суму **щорічно**, доки ви не скасуєте передплату. Ви можете скасувати передплату будь-якої миті на сторінці налаштувань! Якщо ви не залишите Nitro, **ви втратите:** Доступ до Nitro завершується за {daysLeft}. Твоя гарантована передплата Nitro скоро зміниться на Nitro Classic. Якщо ти хочеш зберегти свої поточні переваги разом із бустами, перейди на нову передплату прямо зараз. @@ -6438,7 +6509,7 @@ Загальна вартість нової передплати Оновити зараз Не вдалося оплатити передплату Nitro. Оновіть інформацію про спосіб оплати. - Додати оплату + Додати спосіб оплати Термін дії вашої передплати Nitro спливає. Додайте спосіб оплати, щоб і далі використовувати персоналізацію профілю та інші вигоди. Твоєю наступною датою подовження буде **{renewalDate}**. Корекція {planName} @@ -6644,6 +6715,14 @@ Ти не можеш надсилати повідомлення заблокованим користувачам Надіслати повідомлення @!!{name}!! Швидкий перемикач + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, Групове повідомлення + !!{name}!! Групове повідомлення {mentions} + !!{name}!!, Сервер + Результати + !!{name}!!, Користувач, !!{id}!! + !!{name}!!, Користувач,!!{id}!!{mentions} + {mentions} Чернетки Дізнатись більше про швидкий перемикач Не можеш знайти те, що шукаєш? @@ -7309,6 +7388,120 @@ Цей канал має спеціальні дозволи. Щоби слухати його, треба, аби хтось, наприклад, модератор або адмін, увімкнув тобі звук. Звук вимкнено сервером Розкажи світу трохи про цей сервер. + Погодитися з правилами + Порушення наших правил та політик може призвести до заходів проти вашого сервера, аж до видалення зі «Знайомства». + Дійте відповідно до [Порад для спільнот]({communityGuidelinesUrl}) та [Порад для Знайомства]({discoveryGuidelinesUrl}) Discord + Правила + Створіть затишний простір, де напади, токсична поведінка та незаконна діяльність не підтримуються та не схвалюється. + Плекайте здорову та позитивну атмосферу + Допомагайте зберегти «Знайомство із серверами» безпечним для всіх + Увесь контент серверів не має порушувати вікових обмежень 13+. + Не розміщуйте графічний або сексуальний контент + 3d + aesthetic + анімація + аніме + застосунки + мистецтво + баскетбол + напої + біткойн + бодібілдинг + боти + bts + художня-гімнастика + одяг + написання-коду + коледж + спільнота + кросфіт + криптовалюти + ніжність + defi + дизайн + бот-discord + дійсней + світ-дісней + малювання + клубна-музика + освіта + емодзі + емотікони + англійська + електронний-спорт + ethereum + події + вправи + фентезі-футбол + мода + fivem + їжа + американський-футбол + forex + formula1 + fortnite + друзі + весело + ігри + github + подарунки + тренажери + обладнання + хіпхоп + домашнє-завдання + hypebeast + інвестування + javascript + kpop + мова + leagueoflegends + навчання + lgbtq + linux + манга + меми + ментальне-здоров\'я + метал + minecraft + створення-музики + nba + nfl + nft + nitro + харчування + opensource + параметри + фотографія + прем\'єр-ліга + програмування + перегони + реп + reddit + roblox + рольові-ігри + навчальний-заклад + особистісний-розвиток + співи + ласощі + sneakers + футбол + соціальний + software + спорт + акції + стрімер + вулична-мода + вивчення + стиль + підтримка + supreme + техніка + торгівля + подорожі + twitch + valorant + yeezy + youtube Емодзі сервера Закрити всі папки Позначити папку прочитаною @@ -7581,6 +7774,8 @@ Доповідач Активна трибуна Про що говоритимете сьогодні? + Уявіть, що грає музика, як у ліфті. + Натисніть «Почати трибуну», щоби розпочати розмову. Очікуємо на початок трибуни… з дня на день. Очікуємо на початок трибуни. !!{username}!!: @everyone «!!{topic}!!» починається. Слухайте на каналі! @@ -7681,6 +7876,10 @@ Часто вживані $[~~{regularPrice}~~](originalPriceHook) безкоштовно !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Придбати бусти + Завантажте {count}+ користувацьких стікерів з бустом сервера. + Керувати стікерами + Ваш сервер чекає, щоби ви завантажили стікери! Подробиці про набір {stickerPackName} Анімовані Лишилося часу: {time} @@ -7984,6 +8183,7 @@ Публікуй зображення, GIF-анімації, стікери, свої думки та жарти Текстові канали Текстові канали, назви яких містять **!!{prefix}!!** + Знімається стандартна оплата за повідомлення та дані. Текстові дозволи Дії з текстовою зоною Написати у !!{channel}!! @@ -8028,6 +8228,7 @@ Приєднайся до цієї гілки, щоб отримувати сповіщення та зберегти її у списку каналів. Цю гілку заархівовано модератором. Тільки модератор може розархівувати її. Усі можуть запрошувати + Будь-хто може розархівувати У цій гілці нікого немає. Запросити людей можна, @згадуючи їх у повідомленні. Не можна переглянути цю гілку @@ -8223,6 +8424,7 @@ Увімкнути звук каналу Увімкнути звук розмови Увімкнути звук сервера + Увімкнути гілку Без назви Відкріпити Приберіть, будь ласка! @@ -8659,8 +8861,6 @@ Кіно Discord Канікули Wumpus Електронна музика - Проявіть себе, використовуючи тло для відео, а якщо маєте Nitro, то завантажте власні зображення! - Нові зображення для тла відео! Розкажіть нам про свої враження від тла для відео. Вам сподобалося працювати з тлом? Виявлення тла не було точним @@ -8671,6 +8871,7 @@ Виникла проблема? Дякуємо за повідомлення про проблему! Такі відгуки допомагають нам покращувати функцію тла для відео. Видалити тло + Завантажуйте користувацьке тло для своїх відео, транслюйте відео з високою роздільністю та частотою 60 кадрів за секунду [та користуйтеся іншими можливостями з Discord Nitro!](onLearnMore) Хочете завантажити власне тло? Фокус Приховати учасників diff --git a/app/src/main/res/values-vi/plurals.xml b/app/src/main/res/values-vi/plurals.xml index b44d1f866b..aa02f2a71d 100644 --- a/app/src/main/res/values-vi/plurals.xml +++ b/app/src/main/res/values-vi/plurals.xml @@ -733,8 +733,8 @@ {#} đề cập, - {count} người bạn khác - {count} người bạn khác + {count} other bạn khác + {count} other bạn khác 1 ngày @@ -913,8 +913,8 @@ **{count}** máy chủ khác không truy cập được do đang tạm dừng hoạt động. - {#} Nâng Cấp đã áp dụng - {#} Nâng Cấp đã áp dụng + Đã áp dụng {#}Nâng cấp + Đã áp dụng {#}Nâng cấp {#} Nâng Cấp @@ -1212,6 +1212,18 @@ 1 phút {retryAfter} phút + + , {#} tin nhắn chưa đọc + , {#} tin nhắn chưa đọc + + + , {#} tin nhắn chưa đọc + , {#} tin nhắn chưa đọc + + + , {#} tin nhắn chưa đọc + , {#} tin nhắn chưa đọc + 1 người khác {n} người khác diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 302b1368a5..2bcd4d03f5 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -60,6 +60,11 @@ Giảm độ bão hòa màu sắc trong ứng dụng với những ứng dụng nhạy cảm với màu sắc. Điều này không ảnh hưởng đến độ bão hòa của hình ảnh, video, màu vai trò hoặc nội dung khác do người dùng cung cấp theo mặc định. liên kết sẽ giống như thế này https://discord.com/ Độ Bão Hòa + Nhanh hơn + Tốc độ chuyển văn bản thành giọng nói + Xem trước + Chậm hơn + Đây là âm thanh của tính năng chuyển văn bản thành giọng nói ở tốc độ hiện tại. Mức độ phóng to Tài Khoản Khu vực người dùng @@ -812,14 +817,14 @@ Các giao dịch qua !!{paymentGatewayName}!! sẽ không được liệt kê bên dưới đây. Để xem lịch sử giao dịch qua !!{paymentGatewayName}!! hoặc thay đổi phương thức thanh toán qua !!{paymentGatewayName}!!, [hãy vào cài đặt Thanh Toán qua !!{paymentGatewayName}!! của bạn]({billingHistoryLink}). Bạn đã đăng ký thông qua !!{paymentGatewayName}!! Tính năng này không hỗ trợ cho gói đăng ký qua !!{paymentGatewayName}!!. Để quản lý gói đăng ký của bạn, vui lòng [đi đến cài đặt Thanh Toán qua !!{paymentGatewayName}!!]({subscriptionManagementLink}). - Giá cuối cùng và đơn vị tiền tệ sẽ dựa trên quốc gia phát hành phương thức thanh toán của bạn. [Tìm hiểu thêm tại đây]({documentationLink}). + Giá cuối cùng và đơn vị tiền tệ sẽ được tính dựa trên phương thức thanh toán mà bạn chọn và quốc gia phát hành. [Tìm hiểu thêm]({documentationLink}). Đã sao chép! Đường dẫn Quà tặng Đây là một món quà Bạn có thể yêu cầu hoàn phí nếu giao dịch được thực hiện trong {dateLimit} ngày qua và quà chưa được mở. [Đội ngũ hỗ trợ thân thiện của chúng tôi sẽ giúp bạn lấy lại tiền.]({supportURL}) Chúng tôi rất tiếc, giao dịch này không đủ điều kiện để được hoàn tiền. Bạn có thể yêu cầu hoàn phí nếu giao dịch được thực hiện trong {dateLimit} ngày qua và quà chưa được mở. Lịch sử thanh toán - [Nhấp vào đây]({documentationLink}) để tìm hiểu về cách chúng tôi xác định loại tiền tệ và giá bạn phải thanh toán. + [Nhấp vào đây|]({documentationLink}) để tìm hiểu về cách chúng tôi xác định loại tiền tệ và giá bạn phải thanh toán. Tặng gói !!{planName}!! Đã áp dụng Tín Nhiệm Gói Đăng Ký! Thuế @@ -880,32 +885,33 @@ !!{price}!! / năm ({numFreeMonths} miễn phí!) Chi tiết giao dịch Quà tặng này đã được sử dụng. - Bạn đã hoàn tiền đăng ký Nâng cấp rồi. - Bạn đã hoàn tiền đăng ký Nitro rồi. + Bạn đã hoàn tiền gói đăng ký Nâng cấp rồi. + Bạn đã hoàn tiền gói đăng ký Nitro rồi. Hoàn tiền Có vẻ như đã xảy ra vấn đề khi chúng tôi đang hoàn tiền cho giao dịch của bạn: !!{error}!!. - Vui lòng liên hệ với [đội ngũ hỗ trợ khách hàng] của chúng tôi({supportUrl}) để được hỗ trợ. + Vui lòng liên hệ với [đội ngũ hỗ trợ khách hàng]({supportUrl}) của chúng tôi để được hỗ trợ. Chúng tôi rất tiếc, giao dịch này không đủ điều kiện để được hoàn tiền. Giao dịch của bạn có vấn đề? - Gửi Tiền Hoàn Lại + Gửi yêu cầu hoàn tiền Có gì đó không ổn - Giới hạn một khoản tiền hoàn lại cho mỗi loại đăng ký, bao gồm cả quà tặng bạn đổi cho chính mình. + Giới hạn một khoản hoàn tiền cho mỗi loại gói đăng ký, bao gồm cả quà tặng mà bạn quy đổi cho bản thân. Chưa bao giờ chơi Thời Gian Chơi {daysSincePurchase} Ngày Giao Dịch Ngày ra mắt Báo cáo sự cố - Nếu yêu cầu hoàn lại tiền, nghĩa là bạn đồng ý mất quyền truy cập vào tính năng này. + Bằng việc yêu cầu hoàn tiền, bạn đồng ý từ bỏ quyền truy cập vào tính năng này. Chọn lý do hoàn lại tiền - Tôi đổi ý - Tôi quên hủy bỏ - Tôi mua quà tặng mà không sử dụng - Một số thứ khác - Gặp sự cố khi sử dụng Nâng cấp + Đổi ý + Không có nhu cầu nữa + Quên hủy + Mua quà tặng mà không sử dụng + Một điều gì khác + Gặp sự cố khi sử dụng tính năng Nâng cấp Không như tôi mong đợi Muốn đổi Gói Đăng Ký Discord Nitro - Tôi mua nhầm + Mua nhầm !!{tax}!! trong thuế bán hàng đã được thêm vì địa chỉ thanh toán của bạn. Giá đã bao gồm thuế. Phương thức thanh toán của bạn được mã hóa và lưu trữ bằng một dịch vụ xử lý thanh toán an toàn. @@ -918,6 +924,7 @@ Cài Đặt Thanh Toán Thêm phương thức thanh toán Mua Nâng Cấp Máy Chủ + Quản lý Gói đăng ký Xem Lịch Sử Thanh Toán Tặng Discord Nitro Mua Discord Nitro @@ -934,6 +941,7 @@ Chọn Gói Cước Chọn Gói Cước Cửa hàng + Thông tin Sofort Tín Dụng Đăng Ký Thay đổi kế hoạch Gói đăng ký của bạn sẽ thay đổi vào ngày **{renewalDate}**. @@ -962,6 +970,7 @@ Đổi sang kế hoạch hàng năm và tiết kiệm chút tiền. Tận hưởng đặc quyền siêu cấp và {numFreeGuildSubscriptions} suốt cả năm. 2 tháng miễn phí! Bạn đã chọn {planName}! + Đã hủy Thất bại Đang chờ xử lý Được hoàn lại @@ -1012,6 +1021,7 @@ Mô tả chi tiết (không bắt buộc) Yêu cầu có tên vấn đề Yêu cầu ưu tiên + Khu vực tính năng Vấn đề là gì? Ảnh chụp màn hình đã bị xóa khỏi báo cáo Ưu Tiên @@ -1023,6 +1033,8 @@ Thấp (P2) **Không khẩn cấp và không quan trọng.** P3 cho phép chúng tôi nhận ra rằng một vấn đề đang xảy ra, nhưng những vấn đề này không cần được sửa cho đến khi các mối quan tâm cấp bách khác được giải quyết. Rất Thấp (P3) + Tìm kiếm khu vực tính năng + Chọn khu vực tính năng Gửi báo cáo Đã gửi báo cáo Ghi Đè Phiên Bản @@ -1032,7 +1044,6 @@ Ghi Đè Phiên Bản của {releaseChannel} ID Phiên bản {releaseChannel} chỉ dành cho khách hàng - Chỉ dành cho{supportedTargets} Phiên bản ghi đè không hợp lệ Không đúng người dùng Không có phiên bản nào @@ -1088,10 +1099,12 @@ Bạn đã sẵn sàng để trò chuyện video chưa? Hãy thử xem trước camera của bạn: Video Nền + Tính năng Đặt video nền hiện chỉ được cung cấp cho một số lượng người dùng có hạn. Làm mờ Đổi Ảnh Nền Đổi Video Nền Tùy biến + Tùy biến nền Không Bạn đã đạt đến giới hạn của {maxCustomBackgrounds}! Nhấp chuột phải để gỡ bỏ nền trước khi thêm nền khác. Tải lên nền tùy chỉnh của riêng bạn, được cung cấp bởi Nitro! @@ -1153,11 +1166,12 @@ Chỉnh Sửa Hồ Sơ Máy Chủ Đặt ảnh đại diện khác nhau cho mỗi máy chủ hiện chỉ có cho một số người giới hạn. Đã rõ - Sử dụng ảnh đại diện khác nhau trong mỗi máy chủ và nhiều hơn thế nữa với Discord Nitro! + Sử dụng ảnh đại diện khác nhau trong mỗi máy chủ và nhiều tính năng khác với Discord Nitro! Biệt danh (Tắt) Bạn có thể thay đổi cách người khác nhìn thấy bạn trong máy chủ này bằng cách đặt biệt danh và ảnh đại diện máy chủ. Ảnh Đại Diện Máy Chủ $[BETA](betaBadgeHook) - Lỗi không xác định + Đặt lại về Ảnh đại diện chính + Lỗi chưa xác định Đổi Ảnh Đại Diện Máy Chủ Sử dụng ảnh đại diện khác nhau trong mỗi máy chủ và nhiều hơn thế nữa với **Discord Nitro!** Mở khóa với Nitro @@ -1203,6 +1217,8 @@ Tắt âm kênh !!{channelName}!! Tắt âm một kênh sẽ ngăn các chỉ báo và thông báo chưa đọc xuất hiện trừ khi bạn được đề cập đến. kênh-mới + Kiểm tra tính hợp lệ + Khám Phá Máy Chủ hiện có cho các máy chủ có hơn 1K thành viên! Kênh hoặc Danh mục Kênh hoặc máy chủ này hiện đã bị tắt âm. Thứ tự kênh đã được cập nhật. @@ -1463,7 +1479,6 @@ Đã Kết Nối Giọng Nói Đã được xác định Kết nối - Discord có thể kết nối và giúp bạn bè của bạn tìm thấy bạn. Tự động thêm bạn bè từ danh bạ Đồng bộ hóa danh bạ Thêm bạn bè từ danh bạ và cho họ biết bạn đang sử dụng Discord. @@ -1893,7 +1908,12 @@ Cắt Tiếng Séc Màu Tùy Chọn - Đã rõ + Cài đặt một biểu tượng độc nhất cho mỗi vai trò với tính năng Nâng Cấp Máy Chủ. Các biểu tượng sẽ hiển thị trong danh sách trò chuyện và thành viên. Truy cập **Cài đặt máy chủ > Vai trò** để khám phá. + Bây giờ bạn có thể cài đặt các biểu tượng vai trò trong **Cài đặt máy chủ > Vai trò**. Một vai trò chỉ có một biểu tượng duy nhất và sẽ được hiển thị trong trò chuyện và danh sách thành viên. + Cài đặt vai trò + Đặt biểu tượng + Đã hiểu + MỚI! Biểu tượng vai trò tùy biến Trạng Thái Tùy Chỉnh Xóa sau khi Xóa Trạng Thái @@ -2047,12 +2067,14 @@ Ngắt kết nối tài khoản có thể xóa bạn ra khỏi máy chủ đã tham gia bằng tài khoản này. Ngắt kết nối !!{name}!! Ngắt Kết Nối Giọng Nói + Ngắt kết nối các hành động Ngắt kết nối Ngắt kết nối Người dùng đã bị ngắt kết nối thoại. Tham gia cùng hơn 100 triệu người dùng Discord để trò chuyện, vui chơi với bạn bè và cộng đồng. Hãy tưởng tượng một nơi Discord Rich Presence + Sắp ra mắt trên điện thoại di động! Bây giờ, hãy chuyển sang máy tính để bàn để truy cập Student Hubs Khám phá Khám phá {speakersCount} @@ -2114,6 +2136,8 @@ Sửa đổi !!{user}!! Đang Chỉnh Sửa Tin Nhắn Đã rõ + Có lẽ để sau + Thử ngay thôi Tiếng Hy Lạp Discord không thể stream âm thanh từ ứng dụng của bạn do chưa được cấp quyền. Bạn có muốn cấp cho Discord quyền quản trị để có thể gửi những âm thanh ngọt ngào tới bạn bè của mình không? Stream Không Tiếng @@ -2479,6 +2503,8 @@ Gửi một tin nhắn chào mừng đến những người mới tham gia vào máy chủ này. Gửi một tin nhắn khi ai đó tăng cường máy chủ. Các thành viên sẽ tự động bị loại khi họ ngắt kết nối trừ khi được ban quyền. + Khi tắt, chỉ điều phối viên và người tạo chủ đề mới có thể thêm thành viên mới vào chủ đề này. + Khi tắt, chỉ điều phối viên mới có thể mở lại chủ đề này. Giới hạn số người dùng có thể kết nối với kênh thoại này. Giới hạn không áp dụng với người dùng có quyền **Chuyển Thành viên** và có thể người dùng khác vào kênh. Thành viên của máy chủ phải đáp ứng được các tiêu chí sau để gửi tin nhắn trong kênh văn bản hoặc bắt đầu cuộc trò chuyện bằng tin nhắn trực tiếp. Nếu thành viên đã được giao quyền rồi thì không áp dụng các tiêu chí này. **Chúng tôi khuyên bạn nên cài đặt mức độ xác nhận cho Discord cộng đồng.** Đặt chất lượng video camera cho tất cả những người tham gia kênh. Chọn **Tự động** để tối ưu hiệu năng. @@ -3008,6 +3034,7 @@ !!{username}!! Đang chơi {applicationName} Trình điều khiển video của bạn đã lỗi thời. Hãy cập nhật bản mới nhất để sử dụng tính năng chia sẻ màn hình tốt hơn. Đang xem {username} + Truy cập kênh Đã rõ Cấp tư cách thành viên tạm thời Xanh lá @@ -3115,10 +3142,13 @@ {count} với từ khóa {query} Khám Phá Máy Chủ Công Khai Xem + Thiếu quyền để thực hiện kết nối. + Sự kiện của bạn diễn ra ở đâu? Chúng tôi đề xuất hình ảnh rộng ít nhất 800px và cao 400px. Thêm ảnh bìa (Tùy chọn) Gỡ ảnh Điền thông tin chi tiết cho sự kiện của bạn. + Mô tả thêm về sự kiện của bạn. Có thể sử dụng mã đánh dấu tại đây. Sự kiện của bạn là về chủ đề gì? Chủ Đề Của Sự Kiện {date} tại {time} @@ -3128,11 +3158,17 @@ {count} Đã quan tâm {count} quan tâm Bạn sẽ nhận được thông báo khi sự kiện bắt đầu - Tham Gia Máy Chủ + Sự kiện đã kết thúc + Tham gia và xem sự kiện Hoặc gửi liên kết mời sự kiện cho bạn bè + Mời bạn bè tham gia sự kiện {count} Đang nghe Nhập vị trí + Thêm một vị trí, liên kết, hoặc một cái gì đó. Một Nơi Nào Khác + Kênh văn bản, liên kết bên ngoài hoặc tại một địa điểm trực tiếp. + Vị trí của bạn khi tải xuống Discord + Lựa chọn tuyệt vời cho các sự kiện âm thanh tại các cộng đồng lớn. Gặp mặt bằng gọi thoại, video, và chia sẻ màn hình và Go Live. Để không ai bị lạc khi truy cập. Sự kiện của bạn diễn ra ở đâu? @@ -3140,7 +3176,9 @@ Chọn một kênh thoại Không có sự kiện nào sắp diễn ra. Thư mục + Thông tin sự kiện Xem lại + Thời gian bắt đầu phải ở tương lai. Khi đến lúc, hãy truy cập $[**!!{channelName}!!**](channelHook) để bắt đầu sự kiện! Đây là bản xem trước sự kiện của bạn. Chỉ những thành viên có thể xem kênh này mới có thể xem sự kiện này. @@ -3151,6 +3189,7 @@ Hãy thử sử dụng kênh Sân khấu! Bắt Đầu Sự Kiện: {eventName} Lên lịch cho {startTime} + Lên lịch lúc {startTime} Bước {step}/{total} Sự Kiện Tạo @@ -3613,6 +3652,7 @@ Xong rồi đó! {serverName} đã xuất hiện trên bản đồ! Phát triển cộng đồng của bạn với Khám Phá Máy Chủ Discord sẽ ưu tiên máy chủ này trong mục tìm kiếm đối với những người dùng sử dụng ngôn ngữ được chọn. + Được xuất hiện trong [Khám Phá Máy Chủ]({documentationUrl}) cho phép mọi người tìm và tham gia máy chủ của bạn. Chúng tôi vẫn đang đợi thông tin tình trạng máy chủ của bạn đấy! Nói cho mọi người nghe về máy chủ của bạn ở mục mô tả! Discord sắp xếp các máy chủ theo danh mục để người dùng có thể dễ dàng khám phá các cộng đồng phù hợp với sở thích của mình. Có thể chọn 1 danh mục chính và tối đa 5 danh mục phụ. @@ -4134,12 +4174,12 @@ Tiếng Hungari Chọn danh mục Danh Mục - Mô tả máy chủ này sẽ biến mất trong Hub. + Mô tả máy chủ này sẽ biến mất trong Student Hub. Mục đích của máy chủ này là gì? Mọi người thường làm gì ở đây? Mô Tả Máy Chủ Thành công! Hiểu rồi! - Máy chủ của bạn đã được thêm vào Hub của !!{guildName}!!! + Máy chủ của bạn đã được thêm vào !!{guildName}!! Student Hub. Thêm Máy Chủ Bạn hiện chưa thêm bất kỳ máy chủ nào! Máy chủ bạn đã thêm @@ -4151,10 +4191,9 @@ Tạo Máy Chủ Mới Muốn bắt đầu một nhóm mới? Bạn vẫn sẽ được mời người từ bên ngoài Hub và máy chủ của bạn. - Giúp phát triển Discord Hub cho !!{guildName}!! + Giúp phát triển Student Hub dành cho !!{guildName}!! Đi tới máy chủ Quay về Hub - Máy chủ của bạn đã được tạo và thêm và Hub của !!{guildName}!!! Tùy chỉnh máy chủ của bạn Giúp những sinh viên khác tìm !!{guildName}!! Cung cấp cho máy chủ của bạn mô tả và danh mục để giúp mọi người có thể tìm nó. @@ -4164,22 +4203,22 @@ Thêm máy chủ cho Hub Mời thêm người vào Hub Bạn là một trong những người đầu tiên ở đây! Hãy bắt đầu bằng việc thêm các máy chủ và thành viên. - Chào mừng đến với Student Hub dành cho !!{guildName}!! học sinh sinh viên - Discord Hub cho !!{guildName}!! + Chào mừng đến với Student Hub dành cho học sinh sinh viên !!{guildName}!! + Student Hub dành cho !!{guildName}!! Từ câu lạc bộ cho tới nhóm học tập, đến các buổi tối chơi game, đây chính là nơi dành cho bạn. Tìm bạn bè của bạn - Student Hub - Một nơi độc quyền để kết nối với sinh viên, khám phá và chia sẻ máy chủ dành riêng cho sinh viên tham gia. Các Hub không được liên kết hay quản lý bởi trường. Các máy chủ trong Hub là do sinh viên lập, nhưng cũng có vài máy chủ không phải do sinh viên lập nên. + Student Hub + Student Hubs + Một nền tảng độc quyền hỗ trợ kết nối với sinh viên, khám phá và chia sẻ máy chủ dành riêng cho sinh viên tham gia. Các Hub không được liên kết hay quản lý bởi nhà trường. Các máy chủ trong Hub hoàn toàn do sinh viên điều hành, nhưng cũng có vài máy chủ không phải do sinh viên điều hành. Hãy xác nhận liên kết trong email để tiếp tục quá trình xác minh. Trang này sẽ được tự động làm mới. Dùng Một Email Khác Chúng tôi đã gửi liên kết xác nhận tới địa chỉ !!{email}!! Gửi lại Email Xác nhận - Hãy tham gia Student Hub cho trường mà bạn đang theo học. + Hãy tham gia Student Hub với ngôi trường mà bạn đang theo học. Tham gia nhiều trường? + Không, cảm ơn Tham gia Hub Không Cảm Ơn - Dễ dàng tìm kiếm các máy chủ của sinh viên dành cho các nhóm học tập, câu lạc bộ, buổi tụ tập và hơn thế nữa. - Bạn có đang là sinh viên? Hãy tham gia Student Hub cho trường học của bạn! EMAIL TRƯỜNG name@school.edu Chọn trường của bạn @@ -4189,17 +4228,18 @@ Không tìm thấy trường của bạn? [Vào danh sách chờ.](onJoinWaitlist) Tham gia cùng {count} trong Student Hub dành cho !!{guildName}!!! Tham gia Hub khác - Dễ dàng tìm kiếm các máy chủ của sinh viên dành cho các nhóm học tập, câu lạc bộ, buổi tụ tập và hơn thế nữa. - Bạn có đang là sinh viên? Hãy tham gia Discord Hub cho trường học của bạn! Tham gia Hub + Nhận quyền truy cập vào các trung tâm chỉ dành cho sinh viên + Hub của trường bạn chưa chính thức khai mở. Hãy nhập tên trường bạn và chúng tôi sẽ thông báo khi Hub khai mở! Vào danh sách chờ Tên Trường Tên Trường đầy đủ Một nơi độc quyền để kết nối với sinh viên, khám phá và chia sẻ máy chủ của riêng bạn để sinh viên tham gia. Các trung tâm không được trường liên kết hoặc quản lý. Các máy chủ trong Trung tâm là của sinh viên lập, nhưng cũng có thể có vài máy chủ không phải do sinh viên lập nên. - Student Hub + Student Hubs + Student Hub là gì? Nếu máy chủ của bạn chỉ dành cho sinh viên, chỉ cần mời bạn cùng lớp của bạn. Họ không cần địa chỉ .edu để tham gia Gỡ bỏ khỏi Hub - Bạn có chắc muốn gỡ !!{guildName}!! ra khỏi Hub không? + Bạn có chắc muốn gỡ !!{guildName}!! ra khỏi Student Hub này không? Chỉnh sửa cài đặt Chỉnh Sửa Cài Đặt cho !!{guildName}!! Student Hub là gì? @@ -4208,7 +4248,7 @@ Bạn đã gửi lời mời tham gia trung tâm Mời bạn bè vào Student Hub cho trường học của bạn Tất cả những gì bạn cần là địa chỉ email của trường. - Không nhận được mã? [Gửi lại mã](onClick) tới !!{email}!! + Chúng tôi đã gửi một email chứa mã của bạn. Không nhận được mã? [Gửi lại mã](onClick) tới !!{email}!! Đi thôi nào! Tên Đầy Đủ Tên Thật @@ -4216,16 +4256,17 @@ Thêm tên thật của bạn vào để mọi người có thể nhận ra bạn. Bạn có thể thay đổi điều này bất cứ lúc nào trong Cài Đặt Hub. Đã gửi Không thể gửi email - Student Hub + Student Hubs Thêm Các Máy Chủ Mời Mọi Người Tham Gia Các Máy Chủ Không có trường của tôi ở đây - Xác minh địa chỉ email + Student Hub đã xác thực + Xác minh email của bạn để tham gia sam@college.edu EMAIL TRƯỜNG Nhận thông báo khi trung tâm của bạn ra mắt để bạn có thể dễ dàng tìm thấy các máy chủ do sinh viên điều hành cho các nhóm học tập và câu lạc bộ của mình. - Chúng tôi sẽ thông báo cho bạn khi Discord Hub cho !!{school}!! được mở. + Chúng tôi sẽ thông báo cho bạn khi Student Hub dành cho !!{school}!! được mở. Cảm ơn! Bạn đã được thêm vào danh sách chờ. vài giây {time} @@ -4792,6 +4833,7 @@ Khai trừ Khai trừ thành viên Đuổi !!{user}!! + Bạn có chắc muốn loại bỏ !!{user}!! khỏi máy chủ không? Họ sẽ có thể tham gia lại với lời mời mới. \'!!{user}!!\' đã bị cấm vào máy chủ. Chà… !!{user}!! không thể loại họ ra được. Vui lòng thử lại! Đuổi !!{user}!! khỏi Máy Chủ @@ -4915,14 +4957,14 @@ Xin chào! Lựa chọn ngôn ngữ Bạn có biết về giá Nitro mới ở {country}? [Tìm hiểu thêm]({documentationLink}). Quản lý kế hoạch - Chúng tôi đã hạ giá Nitro ở khu vực của bạn. Kích hoạt lại ngay bây giờ để kiểm tra xem liệu bạn có thể tiết kiệm không. - Chúng tôi đã hạ giá Nitro ở khu vực của bạn. Quản lý phương thức thanh toán của bạn để kiểm tra xem liệu bạn có thể tiết kiệm không. [Tìm hiểu thêm]({documentationLink}). + Chúng tôi đã hạ giá Nitro ở khu vực của bạn. Kích hoạt lại ngay để kiểm tra xem liệu bạn có tiết kiệm được không. + Chúng tôi đã hạ giá Nitro ở một số khu vực. Quản lý phương thức thanh toán của bạn để kiểm tra xem liệu bạn có tiết kiệm được không. [Tìm hiểu thêm]({documentationLink}). Cập nhật ngay - Chúng tôi đã hạ giá Nitro ở khu vực của bạn. Cập nhật phương thức thanh toán của bạn để kiểm tra xem liệu bạn có thể tiết kiệm không. + Chúng tôi đã hạ giá Nitro ở khu vực của bạn. Cập nhật phương thức thanh toán của bạn để kiểm tra xem liệu bạn có tiết kiệm được không. Quản lý kế hoạch Chúng tôi đã hạ giá Nitro ở khu vực của bạn. Hãy kiểm tra xem liệu bạn có thể tiết kiệm bằng thanh toán nội tệ không. - Thay đổi phương thức thanh toán sẽ thay đổi giá đăng ký và đơn vị tiền tệ của bạn thành {newCurrencyAndPrice}. [Nhấp vào đây]({helpCenterLink}) để tìm hiểu thêm về cách chúng tôi xác định số tiền bạn phải thanh toán. - **Mẹo**: Sử dụng phương thức thanh toán tại nội địa tại {country} thanh toán cho đăng ký của bạn bằng {currency}! [Nhấp vào đây]({helpCenterLink}) để tìm hiểu thêm về cách chúng tôi xác định giá và đơn vị tiền tệ. + Việc thay đổi phương thức thanh toán sẽ thay đổi giá đăng ký và đơn vị tiền tệ của bạn thành {newCurrencyAndPrice}. [Nhấp vào đây]({helpCenterLink}) để tìm hiểu thêm về cách chúng tôi xác định số tiền bạn phải thanh toán. + **Mẹo**: Sử dụng phương thức thanh toán nội địa tại {country} cho gói đăng ký của bạn bằng {currency}! [Nhấp vào đây]({helpCenterLink}) để tìm hiểu thêm về cách chúng tôi xác định giá và đơn vị tiền tệ. **Hoan hô!** Với tư cách là cư dân của {country}, bạn hiện đang trả mức chiết khấu là {newPrice} cho Nitro! [Tìm hiểu thêm]({helpCenterLink}). Đăng nhập Đăng nhập với tư cách là !!{username}!! @@ -5056,8 +5098,10 @@ Quà tặng Thành viên Danh sách thành viên + Hiện Danh sách thành viên Chỉ những người bạn mời và điều phối viên mới có thể xem chủ đề này. Người này là chủ sở hữu máy chủ và luôn có tất cả các quyền hạn. + Ẩn Danh sách thành viên Thêm câu hỏi Thêm quy định Bạn sẽ nhận được thông báo khi có bản cập nhật. @@ -5184,6 +5228,7 @@ Bạn cần cập nhật ứng dụng của mình để tham gia máy chủ này. Thành viên {members} + Danh sách thành viên cho !!{channel}!! (kênh) Thành viên khớp với **!!{prefix}!!** Tìm kiếm thành viên Đề cập @@ -5254,12 +5299,11 @@ Discord không thể khởi chạy vì bạn đã mất quyền truy cập. Điều này có thể vì nhiều lý do, chẳng hạn như thuê bao Nitro hết hạn, đã hoàn tiền hoặc đã bị xóa khỏi cửa hàng Discord. [Vui lòng xem bài viết trợ giúp này để biết thêm thông tin hoặc hỗ trợ]({supportArticleURL}). Không thể bắt đầu {applicationName} Không thể bắt đầu trò chơi - Đăng ký Nitro của bạn sắp hết hạn. Nhập phương thức thanh toán hợp lệ để duy trì đăng ký của bạn. + Đăng ký Nitro của bạn sắp hết hạn. Nhập phương thức thanh toán hợp lệ để duy trì gói đăng ký của bạn. Chúng tôi đã tắt tính năng phát hiện giọng nói để cải thiện chất lượng cuộc gọi. Bạn phải chỉ định một kênh khác trong [Cài Đặt Máy Chủ > Cộng Đồng > Tổng Quan](onClick) trước khi xóa kênh này. Cho Phép Mở Rộng Phần Cứng Các tính năng thử nghiệm có thể giúp cải thiện hiệu năng cuộc gọi video. Nhưng hãy cẩn thận, bất cứ điều gì cũng có thể xảy ra. - Dễ dàng tìm kiếm các máy chủ của sinh viên dành cho các nhóm học tập, câu lạc bộ, buổi tụ tập và hơn thế nữa. [Tìm hiểu thêm.](onClick) Một nơi độc quyền để kết nối với sinh viên, khám phá và chia sẻ máy chủ của riêng bạn để sinh viên tham gia. Các trung tâm không được trường liên kết hoặc quản lý. Các máy chủ trong Trung tâm là của sinh viên lập, nhưng cũng có thể có vài máy chủ không phải do sinh viên lập nên. @@ -5354,6 +5398,8 @@ Tắt âm kênh này Tắt âm máy chủ này Tắt âm cuộc trò chuyện này + Tắt âm chủ đề này + Tắt tiếng Chủ đề Thời gian tắt âm Tắt âm đến {endTime} Bạn Chung @@ -5855,6 +5901,24 @@ Nhập mã xác minh để đặt lại mật khẩu Yêu cầu mật khẩu. Hiển thị mật khẩu + Đăng nhập bằng mật khẩu + Chúng tôi sẽ gửi một mã cho {recipient}. + Đã gửi cho {recipient}. + Nhập mật khẩu cho tài khoản bằng địa chỉ email {email} + Nhập mật khẩu cho tài khoản bằng số điện thoại {phone} + Nhập mật khẩu của bạn + Nhận mã đăng nhập một lần + Nhập mã để đăng nhập + Tiếp tục + Gửi lại + Hãy đăng nhập bằng số điện thoại hoặc email. Chúng tôi sẽ gửi cho bạn mã một lần để đăng nhập. + Lại gặp nhau nữa rồi! + Gửi mã cho tôi + Đăng nhập bằng số điện thoại hoặc email để bắt đầu trò chuyện. + Chào mừng trở lại! + Đăng nhập không dùng mật khẩu cho phép bạn đăng nhập vào tài khoản Discord của mình sau khi nhập mã gồm 8 chữ số được chúng tôi gửi đến điện thoại hoặc email của bạn. + Bật đăng nhập không dùng mật khẩu + Đăng nhập không dùng mật khẩu Dán Dừng Tiếp tục @@ -5893,6 +5957,7 @@ Thay đổi Phương thức Thanh toán Bắt buộc phải có email. MM/YY + Giropay Thông tin thanh toán Không hợp lệ Chúng tôi không thể thực hiện thanh toán từ nguồn này. Vui lòng đảm bảo thông tin được cung cấp là chính xác. @@ -5925,9 +5990,11 @@ Đang chờ xử lý Bạn Bè Đang Chờ Xử Lý Mọi người + Ảnh đại diện Máy chủ Trở thành người bạn muốn và sử dụng ảnh đại diện khác nhau trong mỗi máy chủ. Nhiều Ảnh Đại Diện Khác Nhau Trở thành người bạn muốn và sử dụng ảnh đại diện khác nhau trong mỗi máy chủ + Đã cập nhật danh tính! {percentage}%% từ tuần trước Cần giúp về Quyền hạn? Truy cập phương tiện bị từ chối – Discord cần truy cập vào lưu trữ để đăng tệp đính kèm. @@ -6016,15 +6083,15 @@ Hủy bỏ !!{planPremiumType}!!? Chúng tôi không thể hủy thuê bao Nitro của bạn. Vui lòng thử lại hoặc liên hệ với nhóm hỗ trợ nếu sự cố vẫn tiếp diễn. Việc hủy bỏ sẽ có hiệu lực ngay lập tức, áp dụng cho tất cả các đăng ký Nitro và Nâng Cấp Máy Chủ. Nếu trước đó bạn đã đổi Discord Tag thì Discord Tag sẽ được chọn lại một cách ngẫu nhiên. - Đừng bận tâm, giữ Nitro + Bỏ qua, giữ lại gói Nitro 2 **Nâng Cấp miễn phí** và **giảm giá Nâng Cấp 30%%** {boostCount} Truy cập vào **emoji** và **nhãn dán tùy chỉnh** trên tất cả các máy chủ của bạn Một **hình đại diện hoạt hình**, **biểu ngữ hồ sơ**, **Discord Tag** tùy chỉnh Một **hình đại diện hoạt hình**, **biểu ngữ hồ sơ**, **Discord Tag** tùy chỉnh (#{discriminator}) **Chia sẻ màn hình** chất lượng cao hơn - Nếu bạn hủy, **bạn sẽ mất những đặc quyền sau:** - Bạn có chắc là muốn hủy bỏ không? + Nếu hủy, **bạn sẽ mất những đặc quyền sau:** + Bạn có chắc chắn muốn hủy bỏ không? Kích thước **tải lên** lớn hơn và **tin nhắn dài hơn** Thẻ này không hợp lệ. Thẻ phải chứa 4 chữ số. Khi thuê bao Nitro kết thúc, Thẻ Discord của bạn sẽ được ngẫu nhiên. Bạn có chắc muốn đổi thẻ Nitro không? @@ -6419,15 +6486,14 @@ Bạn có tính năng trò chuyện cao cấp, **{num}x** Nâng Cấp, và một thẻ giảm giá khi mua Nâng Cấp Bạn có tính năng trò chuyện cao cấp, **{num}x** Nâng Cấp, và một thẻ giảm giá **!!{price}!!** khi mua Nâng Cấp (Lệnh Hủy Đang Chờ Xử Lý) Bạn có tính năng trò chuyện cao cấp, **{num}x** Nâng Cấp, và một thẻ giảm giá khi mua Nâng Cấp (Lệnh Hủy Đang Chờ Xử Lý) - Thêm thanh toán - Đăng ký Nitro của bạn kết thúc vào {daysLeft}. Thêm phương thức thanh toán để tiếp tục sử dụng tùy chỉnh hồ sơ và hơn thế nữa. + Thêm Thanh Toán + Gói đăng ký Nitro của bạn kết thúc vào {daysLeft}. Thêm phương thức thanh toán để tiếp tục sử dụng tùy chỉnh hồ sơ và các tính năng khác. Tìm hiểu thêm - Bạn sẽ mất quyền truy cập vào tùy chỉnh hồ sơ, emoji động và hơn thế nữa ngay hôm nay. Quyền truy cập Nitro của bạn kết thúc vào hôm nay. - Bỏ qua - Giữ Nitro - Nếu bạn khôi phục Nitro, chúng tôi sẽ tiếp tục tính phí phương thức thanh toán của bạn **{price}** và tiếp tục tính phí bạn **hàng tháng** cho đến khi bạn hủy đăng ký. Bạn có thể hủy bất kỳ lúc nào từ trang Cài đặt của mình. - Nếu bạn khôi phục Nitro, chúng tôi sẽ tiếp tục tính phí phương thức thanh toán của bạn **{price}** và tiếp tục tính phí bạn **hàng năm** cho đến khi bạn hủy đăng ký. Bạn có thể hủy bất kỳ lúc nào từ trang Cài đặt của mình. + Hủy bỏ + Giữ lại gói Nitro + Nếu bạn khôi phục Nitro, chúng tôi sẽ tiếp tục tính phí phương thức thanh toán của bạn **{price}** và tiếp tục tính phí bạn **hàng tháng** cho đến khi bạn hủy gói đăng ký. Bạn có thể hủy bất kỳ lúc nào từ trang Cài đặt của mình. + Nếu bạn khôi phục Nitro, chúng tôi sẽ tiếp tục tính phí phương thức thanh toán của bạn **{price}** và tiếp tục tính phí bạn **hàng năm** cho đến khi bạn hủy gói đăng ký. Bạn có thể hủy bất kỳ lúc nào từ trang Cài đặt của mình. Nếu không giữ Nitro, **bạn sẽ mất:** Quyền truy cập Nitro của bạn sẽ kết thúc sau {daysLeft}. Gói đăng ký Nitro lão làng của bạn sẽ được đổi sang Nitro Classic. Nếu bạn muốn giữ những đặc quyền hiện có, bao gồm cả các Nâng Cấp, hãy nâng cấp ngay hôm nay. @@ -6438,9 +6504,9 @@ Gói Đăng Ký Mới Tổng Gói Đăng Ký Mới Cập nhật ngay - Thanh toán đăng ký Nitro của bạn không thành công, vui lòng cập nhật chi tiết thanh toán của bạn. - Thêm thanh toán - Đăng ký Nitro của bạn sắp hết hạn. Thêm phương thức thanh toán để tiếp tục sử dụng tùy chỉnh hồ sơ và hơn thế nữa. + Thanh toán cho gói đăng ký Nitro của bạn không thành công, vui lòng cập nhật chi tiết thanh toán của bạn. + Thêm Thanh Toán + Gói đăng ký Nitro của bạn sắp hết hạn. Thêm phương thức thanh toán để tiếp tục sử dụng tùy chỉnh hồ sơ và các tính năng khác. Ngày gia hạn tiếp theo của bạn là **{renewalDate}**. Điều Chỉnh {planName} Xem gói đăng ký và thông tin tự động gia hạn bên dưới @@ -6645,6 +6711,14 @@ Bạn không thể nhắn tin cho người dùng đã bị chặn Tin nhắn @!!{name}!! Quick switcher + !!{name}!!, !!{type}!!, !!{guild}!! + !!{name}!!, Tin nhắn trực tiếp + !!{name}!!, Tin nhắn trực tiếp {mentions} + !!{name}!! Máy chủ + Kết quả + !!{name}!!, Người dùng, !!{id}!! + !!{name}!!, Người dùng, !!{id}!! {mentions} + {mentions} Bản nháp Tìm hiểu thêm về Công Tắc Nhanh Không thể tìm thấy những thứ bạn quan tâm? @@ -7310,6 +7384,120 @@ Kênh này có các quyền đặc biệt. Để có thể nghe trong kênh, bạn cần được người có quyền quản lý, như là điều phối viên hoặc quản trị viên máy chủ, bật tiếng cho bạn. Đã tắt âm của phòng Hãy giới thiệu một chút về máy chủ này với thế giới. + Đồng ý với quy định + Vi phạm chính sách của chúng tôi có thể khiến máy chủ của bạn bị phạt, bao gồm việc bị xóa khỏi Khám Phá. + Tuân thủ [Nguyên Tắc Cộng Đồng]({communityGuidelinesUrl}) và [Nguyên Tắc Khám Phá]({discoveryGuidelinesUrl}) của Discord + Quy định + Tạo một nơi thân thiện, nơi các hành vi quấy rối, độc hại và bất hợp pháp không được khuyến khích hoặc dung thứ. + Xây dựng một môi trường lành mạnh và tích cực + Giúp Khám Phá Máy Chủ an toàn hơn cho mọi người + Tất cả nội dung máy chủ phải phù hợp với lứa tuổi 13 trở lên. + Không được lưu trữ nội dung phản cảm hoặc khiêu dâm + 3d + thẩm-mỹ + hoạt-hình + anime + ứng-dụng + nghệ-thuật + bóng-rổ + thức-uống + bitcoin + thể-hình + bot + bts + calisthenics + quần-áo + mã-hóa + cao-đẳng + cộng-đồng + crossfit + tiền-ảo + dễ-thương + defi + thiết-kế + bot-discord + disney + thế-giới-disney + hội-họa + edm + giáo-dục + emoji + biểu-tượng-cảm-xúc + tiếng-Anh + thể-thao-điện-tử + ethereum + sự-kiện + bài-tập + bóng-bầu-dục-ảo + thời-trang + fivem + đồ-ăn + bóng-bầu-dục + forex + formula1 + fortnite + bạn-bè + vui-nhộn + chơi-game + github + tặng-quà + thể-dục + phần-cứng + hiphop + bài-tập-về-nhà + hypebeast + đầu-tư + javascript + kpop + ngôn-ngữ + liên-minh-huyền-thoại + học-tập + lgbtq + linux + truyện-tranh + meme + sức-khỏe-tâm-thần + metal + minecraft + sản-xuất-âm-nhạc + nba + nfl + nft + nitro + dinh-dưỡng + nguồn-mở + tùy-chọn + nhiếp-ảnh + giải-bóng-đá-ngoại-hạng-anh + lập-trình + đua-xe + rap + reddit + roblox + roleplay + trường-học + cải-thiện-bản-thân + ca-hát + đồ-ăn-nhẹ + giày-thể-thao + bóng-đá + xã-hội + phần-mềm + thể-thao + cổ-phiếu + streamer + thời-trang-đường-phố + học + phong-cách + hỗ-trợ + supreme + công-nghệ + trao-đổi + du-lịch + twitch + valorant + yeezy + youtube Emoji Máy Chủ Đóng tất cả các thư mục Đánh Dấu Thư Mục Là Đã Đọc @@ -7582,6 +7770,8 @@ Người nói Sân Khấu Trực Tiếp Bạn sẽ nói gì về ngày hôm nay? + Vờ như có nhạc thang máy đang phát. + Nhấn Bắt đầu Sân Khấu và chọn một chủ đề để bắt đầu cuộc trò chuyện. Đang chờ Sân khấu bắt đầu… Ngày bất kỳ kể từ hôm nay. Đang chờ Sân khấu bắt đầu. !!{username}!!: @everyone !!{topic}!! đã bắt đầu rồi. Cùng nghe nào! @@ -7682,6 +7872,10 @@ Thường được sử dụng Gói $[~~{regularPrice}~~](originalPriceHook) miễn phí !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + Mua Nâng Cấp + Tải lên {count}+ sticker tùy biến bằng tính năng Nâng Cấp Máy Chủ. + Quản lý sticker + Máy chủ của bạn đang chờ bạn tải lên sticker đấy! Thông Tin Gói {stickerPackName} Chuyển động Thời gian giới hạn còn lại: {time} @@ -7985,6 +8179,7 @@ Đăng hình ảnh, ảnh động, sticker, ý kiến, và chơi chữ Kênh Chat Kênh trò chuyện khớp với **!!{prefix}!!** + Áp dụng mức giá tin nhắn và dữ liệu tiêu chuẩn. Quyền hạn chat Tác Vụ khu vực chứa Văn Bản Nhắn !!{channel}!! @@ -8029,6 +8224,7 @@ Tham gia chủ đề này để nhận thông báo và lưu danh sách kênh của bạn. Chủ đề này đã được lưu trữ bởi điều phối viên. Chỉ điều phối viên mới có thể mở lại nó. Mọi người đều có thể mời + Mọi người đều có thể mở lại Không có ai trong chủ đề này. Bạn có thẻ mời người mới bằng cách @mention họ trong tin nhắn. Không thể xem chủ đề này @@ -8224,6 +8420,7 @@ Bỏ tắt âm Kênh Bỏ tắt âm Cuộc trò chuyện Bỏ tắt âm Máy chủ + Bật tiếng chủ đề Vô danh Bỏ ghim Hãy xóa đi! @@ -8660,8 +8857,6 @@ Phim Discord Kì nghỉ của Wumpus Vaporwave - Thể hiện bản thân với video nền và nếu bạn có Nitro, hãy tải lên video nền của riêng bạn! - Video Nền mới! Hãy cho chúng tôi biết về trải nghiệm video nền của bạn. Video nền như thế nào? Tách nền không chính xác @@ -8672,6 +8867,7 @@ Gặp lỗi? Cảm ơn bạn đã báo lỗi! Phản hồi của bạn sẽ giúp chúng tôi cải thiện Video Nền tốt hơn Gỡ bỏ nền + Tải lên nền video tùy biến, stream với độ phân giải HD ở tốc độ 60 fps [và thêm nhiều tính năng khác với Discord Nitro!](onLearnMore) Muốn tải lên nền của riêng bạn? Dạng tiêu điểm Ẩn Thành Viên diff --git a/app/src/main/res/values-zh-rCN/plurals.xml b/app/src/main/res/values-zh-rCN/plurals.xml index 983dab8df9..b8ad1b20da 100644 --- a/app/src/main/res/values-zh-rCN/plurals.xml +++ b/app/src/main/res/values-zh-rCN/plurals.xml @@ -156,6 +156,10 @@ {#} 背景 {#} 背景 + + {#} character + {#} characters + {#} 位成员 {#} 位成员 @@ -913,8 +917,8 @@ 由于临时故障,其他 **{count}** 台服务器不可用。 - {#}个应用助力 - {#}个应用助力 + {#} 个应用助力 + {#} 个应用助力 {#}个助力 @@ -1129,12 +1133,16 @@ {#} 个月 - {#}天 - {#}天 + {#} 天后 + {#} 天后 + + + {#} 天 + {#} 天 - {#}天 - {#}天 + {#} 天 + {#} 天 1 天 @@ -1212,6 +1220,18 @@ 1分钟 {retryAfter}分钟 + + , {#} 条未读消息 + , {#} 条未读消息 + + + , {#} 条未读消息 + , {#} 条未读消息 + + + , {#} 条未读消息 + , {#} 条未读消息 + 1 人 {n} 人 diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 4d864fec74..7ea30a1ac2 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -60,6 +60,11 @@ 针对颜色敏感人群,在应用程序中降低颜色饱和度。默认情况下,不会影响图片、视频、身份组颜色和其他用户提供内容的饱和度。 链接会以如下形式显示:https://discord.com/ 饱和度 + 更快 + 文字转语音速度 + 预览 + 更慢 + 这就是当前速度下,文字转语音听起来的感觉。 缩放大小 帐户 用户区域 @@ -257,6 +262,7 @@ 查看帮助文章 您的生日 也就是 + 查看更多服务器头像 全部活跃子区 所有服务器 允许 @@ -796,7 +802,7 @@ 很抱歉,此次购买无法申请退款。如果购买时间为 {dateLimit} 日内,且游戏的使用时间小于 {playtimeLimit} 小时,则可以申请退款。 *适用于所有订阅 喂,喂!想兑换 Discord 秘钥吗?我们已经将其移入了[您的游戏库](onClick)。 - 订阅价格调整 + 确认价格变更 下载增值税发票 下载增值税贷记单 在主播模式下无法添加新的付款方式。 @@ -812,14 +818,14 @@ !!{paymentGatewayName}!! 的交易记录不会在下方列出。要查看 !!{paymentGatewayName}!! 交易记录,或更改 !!{paymentGatewayName}!! 付款方式,请[访问 !!{paymentGatewayName}!!付费设置]({billingHistoryLink})。 您已通过 !!{paymentGatewayName}!! 订阅 不支持 !!{paymentGatewayName}!! 订阅。请[访问 !!{paymentGatewayName}!!付费设置]({subscriptionManagementLink}) 来管理您的订阅。 - 最终价格和货币将依据发布您付款方式的国家而定。[了解更多]({documentationLink}) + 最终价格和货币将基于您所选择的付款方式,以及发行该付款方式的银行所处的国家和地区。[了解更多|]({documentationLink})。 已复制! 礼物链接 这是一份礼物 如果购买时间为 {dateLimit} 日内,且礼物尚未被兑换,则可以申请退款。[我们会安排友善的工作人员为您退回付款。]({supportURL}) 很抱歉,此次购买无法申请退款。如果购买时间为 {dateLimit} 日内,且礼物尚未被兑换,则可以申请退款。 消费记录 - [点击此处]({documentationLink})更多地了解我们是如何确定您支付的货币和价格的。 + [点击此处|]({documentationLink})更多地了解我们是如何确定您支付的货币和价格的。 赠送!!{planName}!! 订阅余额已使用! 税款 @@ -881,14 +887,14 @@ 购买细节 该礼物已被使用。 您已经申请了助力订阅退款。 - 您已经申请了 Nitro 订阅退款。 + 您已收到了 Nitro 订阅退款。 退款 看来我们在处理您的退款时遇到了点问题:“!!{error}!!”。 请联系我们的[客服团队]({supportUrl})以获取帮助。 很抱歉,此次购买无法申请退款。 购买时遇到的问题啦? 提交退款申请 - 哪里出错了 + 出错了 每个订阅类型仅限退款一次,包括您为自己兑换的礼物。 从未运行 总游玩时间 @@ -919,6 +925,7 @@ 账单设置 添加付款方式 购买服务器助力 + 管理订阅 查看支付历史记录 赠送 Discord Nitro 购买 Discord Nitro @@ -935,6 +942,7 @@ 选择一个方案 选择方案 商店 + Sofort 信息 订阅余额 更改方案 您的订阅将于**{renewalDate}**开始更改。 @@ -963,6 +971,7 @@ 换成年度方案更划算。全年畅享超能特权以及{numFreeGuildSubscriptions}。 2 个月免费! 您选择了{planName}! + 已取消 失败 待定 已退款 @@ -1013,6 +1022,7 @@ 详细描述(选填) 需要填写问题名称 需要提供优先级信息 + 功能区 有什么问题吗? 已从漏洞报告中移除了截图 优先级 @@ -1024,6 +1034,8 @@ 低(P2 级) **不紧急且不重要。**P3 级允许我们获悉有问题的存在,但在其它更紧急的问题得到处理之前,此类问题并不亟待解决。 轻微(P3 级) + 搜索功能区 + 选择功能区 正在发送报告 举报发送成功 版本覆盖 @@ -1033,7 +1045,6 @@ {releaseChannel} 版本覆盖 版本 ID 仅限 {releaseChannel} 客户端 - {supportedTargets}仅限在目标对象上使用 无效版本覆盖 错误用户 版本不可用 @@ -1089,10 +1100,12 @@ 准备好进行视频聊天了吗? 这是您的相机预览: 视频背景图片 + 设置视频背景当前仅对部分用户开放。 模糊 更换背景图片 更换视频背景图片 自定义 + 自定义背景 暂无 您已达到{maxCustomBackgrounds}上限!在添加另一背景前,请先单击右键以移除现有背景。 上传您的自定义背景图片,由 Nitro 提供技术支持! @@ -1154,20 +1167,25 @@ 编辑服务器个人资料 当前仅部分用户能为自己的每个服务器设置不同的头像。 了解 - 使用Discord Nitro,在您的每个服务器使用不同的头像,以及更多内容等你来享! + 试试看取个昵称吧!如果您是Nitro订阅户的话,还可以为每个服务器设定不同的头像! + 更新我的服务器介绍 + New! 服务器介绍 + 使用 Discord Nitro,在您的每个服务器使用不同的头像,以及更多内容等你来享! 昵称(已关闭) 您可以通过设置服务器昵称和头像来更改其他人在此服务器内所能看到的您的形象。 服务器头像$[测试版](betaBadgeHook) - 未知的错误 + 重置为初始头像 + 未知错误 更改 服务器 头像 使用**Discord Nitro**,在您的每个服务器使用不同的头像,以及更多内容等你来享! + 昵称最少必须要包含 {minLength} 个字 用 Nitro 解锁 更新日志 - 创始人的寄语{added marginTop}\n======================\n\n**Discord 的首创时间是在 2015 年**创建初衷是想在和朋友们玩游戏的时候,拥有一种跟对方聊天、消遣更为简单的方式。这种方式能够重塑三五好友聚在一起、彻夜欢笑、胡侃打趣,以及最重要的一点,做回自己的那种感觉。当时,我们希望能够优化这样的体验,并且让更多人感受其中的乐趣。\n\n自那时起,无论各位钟情于何物,Discord 都成为了大家能够跟自己的社群或好友谈天说地、消遣娱乐的地方。作为一个无论好友身在何处,都能让大家放松做自己的平台,Discord 未来也将一直如此。 \n\n想象这样一个场所 {added marginTop}\n======================\n\n不过,有一说一,Discord 之于每个人都有着不同的意义。因此,我们询问了不少人,让他们分享自己的故事,说说 Discord 对他们的意义为何。然后,他们又让我们把那些故事与诸位分享,如此一来,一场不会沉闷到爆的营销活动不久水到渠成了吗。\n\n我们制作了短片:Discord - The Movie (2021)。 \n\n在这则短片里,汇聚着真实个体与我们所分享的精彩绝伦的故事,比如 Lucie Winterwolf 的海盗主题服务器,以及 Kevdog 的怀旧游戏服务器。\n\n哦,对了,一些名人也有出镜哦。\n\n谢谢大家{added marginTop}\n======================\n\n对于各位那些独一无二又创意纷呈的 Discord 使用方式,以及让 Discord 更为实用的各式点子,我们真的是自愧不如,又从中深受启发。用户群体是 Discord 的核心。我们十分荣幸能成为各位在探索自己的钟情之物的同时,与各自喜爱之人谈天说地、消遣娱乐的平台。 \n\n在 Discord 上玩游戏的时候,结识了您的挚友?为盖尔语语言交换,又或者为西藏的鸟类摄影运营着服务器?通过 Twitter、Instagram,或者 TikTok 与我们分享您的故事,使用 **#imagineaplace**来引起我们的注意吧。\n\n我们会留意您的故事的。而且,说不准它就会成为我们一整天的快乐源泉。再者,我们还可能将它发在办公室服务器内,这样所有人都能享受这源泉了。\n\n最后,一如既往地希望各位能不断地提供让 Discord 更上一层楼的点子。\n\nJason & Stan\n\n\n - 2021-08-16 + 新功能 {added marginTop}\n======================\n\n* **学生中心功能已经正式全球推出** 连接所有学生们运作的服务器,将学校,大学中的社团,学习小组通通连在一起。如果您需要访问您的学校中心,请使用学校专用的邮件按 [参加](https://discord.com/invite/hzA3MtAURu)。或是,如果您想散散步的话,也可以打开Discord,进入「探索公开服务器」,路过转角的便利店后,看到「学生中心」按一下即可。\n* **在设定中新增使用者个人资料页面** 您现在可以在同一个设定中编辑头像,关于我,如果您拥有Nitro订阅的话,也可以在此页面编辑个人资料横幅。\n* **服务器升为等级2-3所需助力数量调降** 即日起,服务器上只要有7个助力就能升为等级2,有14个助力就能晋升为等级3啰!服务器解锁后将能获得自定义表情符号,更高的上传档案限制,服务器横幅,针对服务器横幅该如何设计的牢骚,以及身份组图标。\n* **喔对了,只要服务器达到等级2,就能自定义身份组图标** 如果您手上任何服务器已达到该等级,就可以为身份组选择一个表情符号,或是上传专属头像。身份组图标将会出现在成员列表内的身份组名称旁,并且在聊天时显示在成员名字旁边。您到「服务器设定」>「身份组」开始设定吧!\n* **新的讨论串权限** 我们新增了 *在讨论串传送讯息* 权限以便改善社群体验,并且更新了 *建立公开讨论串* , *建立私人讨论串*,以及 *管理讨论串* 等权限,让权限内容更浅显易懂。您可以藉由阅读 [管理讨论串问与答](https://support.discord.com/hc/en-us/articles/4404809613847)\n 一文进一步了解。 \n\n\n + 2021-10-04 zh-CN 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png 修改昵称 拥有此权限的用户可以更改他们的昵称。 昵称对服务器里所有人都是可见的。除非要执行统一的命名规则 或者修改错误的昵称,请不要轻易更改您的昵称。 @@ -1209,6 +1227,8 @@ 静音频道 !!{channelName}!! 频道静音将阻止您收取未读通知和内容,除非您被提及。 新-频道 + 查看资格 + “发现服务器”现已向拥有千人以上成员的服务器开放! 频道或类别 该频道或服务器当前已静音。 已更新频道顺序。 @@ -1469,7 +1489,6 @@ 语音已连接 已验证 连接​​​​​​​​ - Discord 可将您和您的好友联系起来,帮助他们找到您。 自动从您的联系人中添加好友 同步您的联系人 从联系人中添加好友,并告知他们您加入了Discord。 @@ -1899,7 +1918,12 @@ 裁剪 捷克语 自定义颜色 - 收到 + 使用服务器助力为每个身份组设置独有的图标。图标显示于聊天以及成员列表中。前往**服务器设置 > 身份组**,进行设置操作。 + 现在,您可以前往**服务器设置 > 身份组**设置身份组图标了。图标是每个身份组所独有的,且会于聊天以及成员列表中展示。 + 身份组设置 + 设置图标 + 了解 + 新功能!自定义身份组图标 自定义状态 在此时间后清除 清除状态 @@ -2053,12 +2077,14 @@ 断开账号连接可能会将您从使用本账号加入的所有服务器中移除。 中断 !!{name}!! 连接 中断语音连接 + 中断连接操作 断开连接 断开连接 用户已经中断语音连接。 加入 Discord 上超过一亿的用户,与社区和好友畅聊、消遣。 想象这样一个场所 Discord Rich Presence + 即将登陆移动端!暂时先去桌面端进入 Student Hub 吧 发现 发现 {speakersCount} @@ -2119,7 +2145,9 @@ 编辑子区 编辑 !!{user}!! 正在编辑信息 - 收到 + 了解 + 之后再说 + 试试看 希腊语 由于缺少权限,Discord 无法直播您应用程序的音频。要不要授予 Discord 管理员权限,让您的好友享受余音绕梁的音频呢? 无音频直播 @@ -2485,6 +2513,8 @@ 当有人加入此服务器时发送一条随机欢迎消息。 当有人为此服务器助力时发送一条消息。 成员将会在断开连接后自动被踢除,除非分配了身份组。 + 禁用时,只有管理员以及该子区创建人可以添加新成员至子区。 + 禁用时,只有管理员可以取消归档此子区。 限制可以连接到此语音频道的用户数。拥有 **移动成员** 权限 的用户忽略此限制,并且可以将其他用户移动到该频道。 除了已被指派身份组的成员之外,其他服务器成员必须满足以下条件才能在文字频道中发送消息或 私信。 **我们建议公开的 Discord 服务器均设置验证级别。** 设置所有频道参与者的摄像机视频质量。 选择 **自动** 以获取最佳性能。 @@ -3014,6 +3044,7 @@ !!{username}!!正在玩{applicationName} 您的显卡驱动已过期,进行更新后,屏幕分享效果会更好。 正在观看 {username} + 前往频道 收到 授予临时成员资格 绿色 @@ -3121,10 +3152,13 @@ {count}符合搜索“{query}” 探索公开服务器 查看 + 缺失连接权限。 + 您活动的地点是? 我们推荐您选择大小至少为 800px 宽、400px 长的图片。 添加封面(可选) 移除封面 填写活动的详细信息。 + 更多关于您活动的信息。可于此处使用 Markdown 进行编辑。 您的活动是什么? 活动主题 {date} {time} @@ -3134,19 +3168,28 @@ {count} 人感兴趣 {count}感兴趣 当活动开始时您将收到通知 - 加入服务器 + 活动已结束 + 参与并查看活动 或者,向好友发送活动邀请链接 + 邀请好友参与活动 {count} 人正在收听 输入场所 + 添加场所、链接或其他信息。 其他地方 + 文字频道、外部链接,或者三次元线下地点。 + 您下载 Discord 时身在何处 + 与大型社区有声活动相性极佳。 通过语音、视频、屏幕分享和 Go Live 消遣娱乐。 这样大家就不会迷路了。 您活动的位置是? 选择一个频道 选择一个语音频道 + 为您的服务器创办一些活动,让大家聚在一起。 没有临期活动。 位置 + 活动信息 审阅 + 开始时间必须在将来。 届时,请访问$[**!!{channelName}!!**](channelHook),开始活动! 这是您的活动预览。 此活动仅对可浏览此频道的成员可见。 @@ -3157,6 +3200,7 @@ 尝试使用讲堂频道! 开始活动:“{eventName}” 安排开始时间为:{startTime} + 安排开始时间为:{startTime} 第 {step} 步,共 {total} 步 组织活动 创建 @@ -3617,6 +3661,7 @@ 您已成功加入!{serverName}已经在地图上啦! 通过“发现服务器”来发展您的社区吧 Discord 会将此服务器置于该语种搜索的优先位置。 + 跻身[发现服务器]({documentationUrl})之列,让所有人都能找到并加入您的服务器。 我们仍在等待获得您的健康指标! 向大家介绍一下您的服务器吧! Discord 可对服务器分门别类,让用户更轻松地发现自己感兴趣的社区。您可以选择 1 个主要类别和最多 5 个子类别。 @@ -4138,12 +4183,12 @@ 匈牙利语 选择类别 类别 - 此服务器描述将会展示在 Hub 中。 + 此服务器描述将会展示在 Student Hub 中。 您的服务器是关于什么的?成员平时都做些什么? 服务器描述 成功! 收到! - 您的服务器已被添加至!!{guildName}!!的 Hub! + 您的服务器已被添加至!!{guildName}!!的 Student Hub。 添加服务器 您尚未添加任何服务器! 您已经添加的服务器 @@ -4155,10 +4200,10 @@ 创建新服务器 想要创建一个全新的群组? 您仍然可以邀请 Hub 外部用户加入您的服务器。 - 助力!!{guildName}!!的 Discord Hub 成长 + 助力!!{guildName}!!的 Student Hub 成长 前往服务器 返回至 Hub - 您的服务器已被创建并添加至!!{guildName}!!的 Hub! + 您的服务器已被创建并添加至!!{guildName}!!的 Student Hub 自定义您的服务器 帮助其他同学找到!!{guildName}!! 为您的服务器添加描述与类别,从而帮助大家找到它。 @@ -4169,19 +4214,21 @@ 邀请其他人加入此 Hub 您是首批来客之一!让咱们先添加一些服务器与成员吧。 欢迎来到!!{guildName}!!同侪的 Student Hub - !!{guildName}!!的 Discord Hub + !!{guildName}!!的 Student Hub 从俱乐部到学习小组,再到游戏之夜,总有一款适合您。 发现您的圈子 + Student Hub + Student Hub 它是一方连接同学,发现服务器,并分享您自己服务器来供学生们加入的专属天地。 Hub 不隶属于学校,也不受学校管理。 Hub 中的服务器由学生自主运营,但也会包括非学生群体。 如要继续进行验证,前往您的电子邮箱,确认此链接。该页面会自动刷新。 换个邮箱试试 我们已经向 !!{email}!! 发送了确认链接 重新发送确认链接 - 加入您所就读的任意学校的 Student Hub + 加入您所就读的任意学校的 Student Hub。 就读于多个学校? + 不,谢谢 加入 Hub 不了,谢谢 - 轻松为您找到学习小组、社团、游戏之夜等组织,服务器全部由学生自主运营。 您是在校生吗? 快来加入您学校的 Student Hub 吧! 学校电子邮箱 name@school.edu @@ -4192,16 +4239,19 @@ 找不到您的学校?[加入等待列表。](onJoinWaitlist) 加入!!{guildName}!!的 Student Hub,与{count}打成一片! 加入另一 Hub - 轻松为您找到学习小组、社团、游戏之夜等组织,服务器全部由学生自主运营。 - 您是在校生吗? 快来加入您学校的 Discord Hub 吧! + 您是在校生吗? 快来加入您学校的 Student Hub 吧! 加入 Hub + 获得访问“仅限学生” Hub 的权限 + 您学校的 Hub 尚不存在。输入您学校的名称,当它的 Hub 上线时,我们将会通知您! 加入等待列表 学校名称 学校全称 它是一方连接同学,发现服务器,并分享您自己服务器来供学生们加入的专属天地。 Hub 不隶属于学校,也不受学校管理。 Hub 中的服务器由学生自主运营,但也会包括非学生群体。 + Student Hub + 什么是 Student Hub? 如果您的服务器仅针对学生开放,那就邀请您的同班同学们吧。他们并不需要 .edu 地址就能加入 从 Hub 中移除 - 您确定要从此 Hub 中移除 !!{guildName}!!吗? + 您确定要从此 Student Hub 中移除 !!{guildName}!!吗? 编辑设置 编辑!!{guildName}!!的设置 什么是 Student Hub? @@ -4209,24 +4259,27 @@ 您已被邀请加入 Hub 您发出了加入 Hub 的邀请 邀请好友加入您学校的 Student Hub - 提供学生电子邮箱地址后方可加入 - 没有收到识别码?[重新发送识别码](onClick)至!!{email}!! + 提供学生电子邮箱地址后方可加入。 + 我们已经发送了一封带有识别码的邮件。 没有收到识别码?[重新发送识别码](onClick)至!!{email}!! 出发吧! 全名 真名 - 欢迎来到!!{guildName}!! 的 Student Hub! + 欢迎来到!!{guildName}!!的 Student Hub! 添加您的真实姓名,这样大家就知道您是谁了。您可于 Hub 设置处随时变更。 已发送 无法发送邮件 + Student Hub 添加服务器 邀请其他人 加入服务器 我的学校不在此列 - 验证电子邮箱地址 + 已验证的 Student Hub + 要想加入,需要验证您的电子邮箱 sam@college.edu 学校电子邮箱 + 您是在校生吗? 快来加入您学校的 Student Hub 吧! 在您的 hub 启动之时获得通知,这样一来,您就可以轻松地为自己的学习小组以及社团找到 学生自主运营的服务器了。 - 当 !!{school}!! 的 Discord Hub 上线时,我们会通知您。 + 当 !!{school}!! 的 Student Hub 上线时,我们会通知您。 非常感谢!您已加入等待列表。 几秒钟 {time} @@ -4516,7 +4569,7 @@ 无法使用,该表情来自其他服务器。升级到 Discord Nitro 即可使用来自其他服务器的表情符号。 无法使用,该表情符号来自其他服务器。Discord Nitro 可以解决此问题,打开 用户设置 > Nitro 获取更多信息。 请输入有效的邀请链接或邀请代码。 - 您所登录的付款方式是无效的,请更新您的付款方式,以便您能继续订阅Nitro。 + 您的付款方式失败了,请更新您的支付详情以继续 Nitro 订阅。 无效频道 无效频道 邀请好友 @@ -4793,6 +4846,7 @@ 踢除 踢除成员 踢除!!{user}!! + 您确定要从该服务器踢除 !!{user}!! 吗?他们可以通过新的邀请链接再次加入。 \'!!{user}!!\'已被踢除出服务器。 哎呦… !!{user}!! 无法被踢除。 请再试一次! 从服务器中踢除 !!{user}!! @@ -4913,17 +4967,17 @@ 选择语言 您可以稍后更改。 嗨!请选择语言 - 您是否知道 Nitro 在{country}的新定价吗?[了解更多]({documentationLink}) - 管理方案| - 我们已经下调了您所在地区的 Nitro 定价。立即重新激活,查看是否可以省一笔吧! - 我们已经下调了您所在地区的 Nitro 定价。管理您的付款方式,查看是否可以省一笔吧![了解更多]({documentationLink}) + 您知道 Nitro 在{country}的新定价吗?[了解更多]({documentationLink})。 + 管理方案 + 我们已经下调了您所在地区的 Nitro 定价。立即重新激活,查看是否可以省一笔吧。 + 我们已经调低了一些地区的 Nitro 定价。管理您的付款方式,查看是否可以省一笔吧。[了解更多]({documentationLink})。 现在更新 - 我们已经下调了您所在地区的 Nitro 定价。更新您的付款方式,查看是否可以省一笔吧! - 管理方案| - 我们已经下调了您所在地区的 Nitro 定价。快去查看您是否可以使用当地货币省一笔吧! - 变更您的付款方式会将您的订阅价格和货币更改为{newCurrencyAndPrice}。[点击此处]({helpCenterLink})更多地了解我们是如何确定您的支付的。 - **提示**:使用{country}当地的付款方式和{currency}支付您的订阅费![点击此处]({helpCenterLink})更多地了解我们是如何确定价格和货币的。 - **太棒啦!**作为{country}居民,您现在可享受{newPrice}的Nitro 折扣价![了解更多]({helpCenterLink})。 + 我们已经下调了您所在地区的 Nitro 定价。更新您的付款方式,查看是否可以省一笔吧。 + 管理方案 + 我们已经下调了您所在地区的 Nitro 定价。快去查看您是否可以使用当地货币省一笔吧。 + 变更您的付款方式会将您的订阅价格和货币更改为{newCurrencyAndPrice}。[点击此处]({helpCenterLink})更多地了解我们是如何确定您的支付的。 + **提示**:使用{country}当地的付款方式和{currency}支付您的订阅费![点击此处]({helpCenterLink})更多地了解我们是如何确定价格和货币的。 + **太棒啦!**作为{country}居民,您现在可享受{newPrice}的Nitro 折扣价![了解更多]({helpCenterLink})。 登录 正在以!!{username}!!身份登录 使用电子邮件登入,开始聊天。 @@ -5056,8 +5110,10 @@ 礼物 成员 成员名单 + 显示成员名单 只有被您邀请的人员和管理员可以看到该子区。 此用户是服务器所有者,并不受任何身份组权限的限制。 + 隐藏成员名单 添加一个问题 添加一项规则 有更新时,您会收到通知。 @@ -5184,6 +5240,7 @@ 要加入此服务器,您需要更新您的 APP。 成员 {members} + !!{channel}!!(频道)的成员名单 符合 **!!{prefix}!!**的成员。 搜索成员 提及 @@ -5259,7 +5316,6 @@ 在删除此频道前,您必须通过[服务器设置 > 社区 > 概况](onClick)重新指定一个用于此功能的频道。 开启硬件缩放 这项实验性功能可能提升视频通话的性能。但请注意,这也可能导致应用卡顿甚至无响应。 - 轻松为您找到学习小组、社团、游戏之夜等组织,服务器全部由学生自主运营。[了解更多。](onClick) 连接同学,发现服务器,并分享您自己的服务器来供学生们加入的专属天地。 Hub 不隶属于学校,也不受学校管理。 Hub 中的服务器由学生运营,但也会包括非学生群体。 @@ -5354,6 +5410,8 @@ 将该频道静音 将该服务器静音 将该对话静音 + 将该子区静音 + 将子区静音 静音持续时间 已静音至{endTime} 共同的好友 @@ -5855,6 +5913,24 @@ 输入您的确认码来重置您的密码 需要密码。 显示密码 + 使用密码登录 + 我们会向{recipient}发送识别码。 + 已发送至{recipient}。 + 输入电子邮箱地址为{email}的账户的密码 + 输入电话号码为{phone}的账户的密码 + 输入您的密码 + 获取一次性登录码 + 输入密码登录 + 继续 + 重新发送 + 使用电话号码或电子邮箱地址登录。我们会向您发送登录用一次性识别码。 + 回来啦! + 发送识别码 + 使用电话号码或电子邮箱地址登录,开始聊天。 + 欢迎回来! + 免密登录功能开启后,您可以通过输入我们发送至您手机或电子邮箱的 8 位数字码进行 Discord 账户登录操作。 + 启用免密登录 + 免密登录 粘贴 暂停 继续 @@ -5893,6 +5969,7 @@ 编辑付款方式 需要电子邮箱。 MM/YY + Giropay 支付信息 无效 我们未能成功向此付款来源收取费用。请确保提供的信息正确无误。 @@ -5928,7 +6005,8 @@ 服务器头像 头像想换就换,在您的每个服务器使用不同的头像。 多个头像 - 头像想换就换,在您的每个服务器使用不同的头像。 + 头像想换就换,在您的每个服务器使用不同的头像 + 个人资料已更新! 自上周起{percentage}%% 需要设定权限方面的帮助吗? 媒体访问被拒绝 - Discord需要存储权限来发表附件。 @@ -6043,12 +6121,12 @@ 为您的头像或横幅打造的全新 GIF 选取器 ……还有更多! 编辑用户个人资料 - 换上新的个人资料横幅,高亮那个塑造您整个人设的兴趣爱好,使其与您的动画头像和自定义标签相得益彰。 + 换上新的个人资料横幅,高亮与你人设紧密相依的兴趣爱好,使其与您的动画头像和自定义标签相得益彰。 个人资料横幅 浏览贴纸 使用自定义贴纸,在您各个服务器的聊天过程中向好友展示您的真情实感,更有 300 款专属 Nitro 订阅贴纸等您来享。 在聊天时发送贴纸 - Nitro “跃”来“跃”好。简直顶“呱呱”!失态了。[了解 Nitro 详情。](onLearnMore) + Nitro “跃”来“跃”好。吸引力顶“呱呱”!失态了。[了解 Nitro 详情。](onLearnMore) Nitro 的新内容 我们下调了巴西区的 Nitro 订阅价格! 我们下调了波兰区的 Nitro 订阅价格! @@ -6421,14 +6499,14 @@ 您拥有高级聊天,**{num}x**助力,以及一个优惠价为**!!{price}!!**的助力(取消指令待处理) 您拥有高级聊天,**{num}** 个助力,以及一个助力折扣 (取消指令待处理) 添加付款方式 - 您的 Nitro 订阅将于{daysLeft}后到期。添加付款方式,继续使用个人资料自定义及更多特权吧! - 了解详情 - 今天,您将失去个人资料自定义、动画表情符号等权限。 + 您的 Nitro 订阅将于{daysLeft}到期。添加付款方式,继续使用个人资料自定义及更多特权吧。 + 了解更多 + {daysLeft}后,您将失去个人资料自定义、更大的文件上传尺寸、更好的屏幕分享体验等权限。 您的 Nitro 访问权限将于今天到期。 忽略 保留 Nitro - 如果您恢复 Nitro,我们将继续从您的付款方式中扣除**{price}**,且依旧**按月**扣除,直至您取消订阅。不过别担心,在“用户设置”页面,您可以随时取消订阅! - 如果您恢复 Nitro,我们将继续从您的付款方式中扣除**{price}**,且依旧**按年**扣除,直至您取消订阅。不过别担心,在“用户设置”页面,您可以随时取消订阅! + 如果您恢复 Nitro,我们将继续从您的付款方式中扣除**{price}**,且依旧**按月**扣除,直至您取消订阅。不过别担心,在“用户设置”页面,您可以随时取消订阅。 + 如果您恢复 Nitro,我们将继续从您的付款方式中扣除**{price}**,且依旧**按年**扣除,直至您取消订阅。不过别担心,在“用户设置”页面,您可以随时取消订阅。 如果您取消保留 Nitro,**将失去:** 您的 Nitro 访问权限将于{daysLeft}后到期。 您的早期支持者 Nitro 订阅即将变更成 Nitro Classic 了。如果您想要保留您目前的特权,包括助力,那现在就升级吧。 @@ -6441,7 +6519,7 @@ 现在更新 您的 Nitro 订阅支付失败,请更新您的支付详情。 添加付款方式 - Абонаментът ти за Nitro изтича. Добави метод на плащане, за да продължиш да използваш персонализиране на профила и други предимства. + 您的 Nitro 订阅快到期啦!添加付款方式,继续使用个人资料自定义及更多特权吧。 您的下一个续订日期是**{renewalDate}**。 {planName}调整 订阅及自动续订详情如下 @@ -6647,6 +6725,14 @@ 您不能私信已屏蔽用户。 私信 @!!{name}!! Quick switcher + !!{name}!!、!!{type}!!、!!{guild}!! + !!{name}!!,群组消息 + !!{name}!!, 群组消息{mentions} + !!{name}!!, 服务器 + 结果 + !!{name}!!,用户,!!{id}!! + !!{name}!!, 用户, !!{id}!! {mentions} + {mentions} 草稿 了解关于 Quick Switcher 的更多信息 似乎找不到您要寻找的东西? @@ -7312,6 +7398,120 @@ 此频道有特殊权限。如要在此频道收听,请联系服务器管理员等人取消对您的耳机静音。 服务器已双向禁止 让世界认识一下这个服务器。 + 同意规则 + 违反我们的政策的话,我们会对您进行惩罚,包括从“发现服务器”中除名。 + 遵守 Discord [社区准则]({discoveryGuidelinesUrl})及[“发现服务器”准则]({communityGuidelinesUrl}) + 规则 + 创建一个热情友好的空间,对不健康、有害及非法活动不提倡、零容忍。 + 营造健康积极的环境 + 帮助全体成员维护“发现服务器”的安全 + 服务器所有内容必须适用于 13 岁以上的用户。 + 不可发布逼真露骨或色情的内容 + 3D + 美学 + 卡通动画 + 日本动漫 + 应用软件 + 艺术 + 篮球 + 饮品 + 比特币 + 健身 + 机器人 + bts + 健美操 + 服饰 + 代码 + 大学校园 + 社区 + crossfit + 加密货币 + 可爱 + defi + 设计 + discord-机器人 + 迪士尼 + 迪士尼世界 + 绘画 + edm + 教育 + 表情符号 + 表情包 + 英语 + 电子竞技 + 以太坊 + 活动 + 练习 + fantasy-football + 时尚 + fivem + 美食 + 橄榄球 + 外汇 + 一级方程式 + 堡垒之夜 + 交友 + 玩乐 + 游戏 + github + 闲置 + 健身场所 + 硬件 + 嘻哈 + 作业 + hypebeast + 投资 + javascript + 韩流 + 语言 + 英雄联盟 + 学习 + 性少数群体 + linux + 漫画 + 梗图 + 心理健康 + 金属 + 我的世界 + 音乐制作 + nba + nfl + nft + nitro + 营养 + 开源 + 选择 + 摄影 + 英超 + 编程 + 竞技 + 说唱 + reddit + 罗布乐思 + 角色扮演 + 学校 + 自我提升 + 歌唱 + 小吃零食 + 运动鞋 + 足球 + 社交 + 软件 + 运动 + 股票 + 主播 + 街头潮搭 + 学习 + 风格 + 技术支持 + supreme + 科技 + 交易 + 旅行 + twitch + 无畏契约 + yeezy + youtube 服务器表情符号 关闭所有文件夹 将文件夹标记为已读 @@ -7584,6 +7784,8 @@ 发言者 讲堂直播 今天,您想讲些什么? + 假装正在播放暖场音乐。 + 按下“开始讲堂”,然后选择一个话题开始对话。 正在等待讲堂的开始……随时都可能开始。 正在等待讲堂的开始。 !!{username}!!:@everyone“!!{topic}!!”即将开始。参与聆听! @@ -7684,6 +7886,10 @@ 常用 免费 $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + 购买助力 + 通过服务器助力,上传 {count} + 自定义贴纸。 + 管理贴纸 + 您的服务器还等着您上传一些贴纸呢! {stickerPackName} 详细信息 动画效果 限时还剩: {time} @@ -7987,6 +8193,7 @@ 发布图片、GIF、贴纸、观点及俏皮话 文字频道 符合 **!!{prefix}!!**的文字频道 + 适用短信与数据的标准资费。 文字权限 文字区域操作 给 !!{channel}!! 发消息 @@ -8031,6 +8238,7 @@ 加入该子区,获取通知并将其保存在你的频道列表中。 此子区已被管理员归档。只有管理员可以取消归档。 所有人均可发起邀请 + 所有人均可取消归档 该子区没有任何用户。 您可以通过在消息中@他们来进行邀请。 无法查看此子区 @@ -8226,6 +8434,7 @@ 取消频道静音 取消对话静音 取消服务器静音 + 取消子区静音 未命名 移除标注 请删除它吧! @@ -8662,8 +8871,6 @@ Discord - The Movie Wumpus 假期 蒸汽波 - 用视频背景进行自我表达,如果您有 Nitro,就快去上传一个吧! - 全新视频背景! 和我们分享您的视频背景体验。 您觉得视频背景如何呢? 背景检测功能不够精确 @@ -8674,6 +8881,7 @@ 遇到了问题? 感谢您报告自己遇到的问题!您的用户反馈能帮助我们不断改善视频背景功能 移除背景 + 使用 Discord Nitro,上传自定义视频背景、进行每秒高达 60 帧的高清直播,还可享受[更多权益!](onLearnMore) 想要上传您自己的背景图片? 聚焦一人 隐藏成员 diff --git a/app/src/main/res/values-zh-rTW/plurals.xml b/app/src/main/res/values-zh-rTW/plurals.xml index 594b8c2f1b..1f1551b212 100644 --- a/app/src/main/res/values-zh-rTW/plurals.xml +++ b/app/src/main/res/values-zh-rTW/plurals.xml @@ -156,6 +156,10 @@ {#} 個背景 {#} 個背景 + + {#} character + {#} characters + {#} 位成員 {#} 位成員 @@ -1132,6 +1136,10 @@ {#} 天後 {#} 天後 + + {#} 天 + {#} 天 + {#} 天 {#} 天 @@ -1212,6 +1220,18 @@ 1 分鐘 {retryAfter} 分鐘 + + ,{#} 未讀訊息 + ,{#} 未讀訊息 + + + ,{#} 未讀訊息 + ,{#} 未讀訊息 + + + ,{#} 未讀訊息 + ,{#} 未讀訊息 + 另 1 個人 {n} 個其他人 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 88736d64d5..1ec7e31085 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -60,6 +60,11 @@ 對於對色彩敏感的人,可以減少應用程式中的色彩飽和度。預設ˊ情況下,這不會影響圖片、影片、身分顏色或其他使用者提供內容的飽和度。 連結看起來會像這樣 https://discord.com/ 飽和度 + 加快速度 + 文字朗讀速率 + 預覽 + 放慢速度 + 這就是以目前速度進行文字朗讀的聽覺效果。 縮放程度 帳號 使用者區域 @@ -257,6 +262,7 @@ 查看說明文章 您的生日 外號 + 查看更多伺服器頭像 所有進行中的討論串 全部伺服器 允許 @@ -796,7 +802,7 @@ 很抱歉,這筆購買項目無法退款。假如交易是在 {dateLimit} 天內執行,且遊戲總遊玩時數不超過 {playtimeLimit} 小時的話,才可以請求退款。 * 套用至所有訂閱 想要兌換 Discord 金鑰嗎?我們已經把它移動到[您的庫存](onClick)了。 - 訂閱價格調整 + 確認價格變更 下載增值稅發票 下載增值稅折讓單 在直播模式下,無法新增付款方式。 @@ -812,7 +818,7 @@ !!{paymentGatewayName}!! 交易不會於下方列出。若要檢視 !!{paymentGatewayName}!! 交易記錄或變更您的 !!{paymentGatewayName}!! 付款方式,[請前往您的 !!{paymentGatewayName}!! 帳單設定]({billingHistoryLink})。 您已透過 !!{paymentGatewayName}!! 訂閱 這不支援 !!{paymentGatewayName}!! 訂閱。欲管理您的訂閱,請 [前往您的 !!{paymentGatewayName}!! 帳單設定]({subscriptionManagementLink})。 - 最終價格與貨幣乃根據核發您付款方式的國家或地區而定。[瞭解更多]({documentationLink}) + 最終價格與貨幣將依據您所選擇的付款方式及其國家/地區而定。[瞭解更多]({documentationLink})。 已複製! 禮物連結 這是禮物 @@ -883,7 +889,7 @@ 您已將加成訂閱退款。 您已將 Nitro 訂閱退款。 退款 - 我們嘗試將您的購買項目退款時,似乎發生問題:「!!{error}!!」。 + 我們嘗試為您的購買項目處理退款時,似乎發生了問題:「!!{error}!!」。 請聯絡我們的 [客戶支援團隊]({supportUrl}) 獲得協助。 很抱歉,這筆購買項目無法退款。 購物時出問題了? @@ -896,11 +902,12 @@ 購買日期 發布日期 回報問題 - 您同意在申請退款後,不再使用此功能。 + 申請退款即表示您接受此功能無法再使用。 選擇退款原因 改變主意 不再需要 忘記取消 + 買了我不用的禮物 其他原因 使用加成時發生問題 這不是我想要的 @@ -918,6 +925,7 @@ 帳單設定 新增付款方式 購買伺服器加成 + 管理訂閱 檢視付款記錄 贈送 Discord Nitro 購買 Discord Nitro @@ -934,6 +942,7 @@ 選擇方案 選擇方案 商店 + Sofort 資訊 訂閱點數 變更方案 您的訂閱會在 **{renewalDate}** 開始變更。 @@ -962,6 +971,7 @@ 切換ˊ至年度方案來省點錢。整年都能享受超級福利和 {numFreeGuildSubscriptions}。 2 個月免費! 你選擇了 {planName}! + 已取消 失敗 等待中 已退款 @@ -1012,6 +1022,7 @@ 詳細資訊 (可選) 需填入問題名稱 需選擇優先級別 + 功能區 問題是什麼? 螢幕截圖已從報告中移除 優先級別 @@ -1023,6 +1034,8 @@ 低 (P2) **不急迫也不重要。**P3 能讓我們知曉哪裡出了問題,但這類問題在其他更緊急的問題處理完前,不需要進行修正。 很低 (P3) + 搜尋功能區 + 選擇功能區 正在傳送報告 報告已傳送 組建覆寫 @@ -1032,7 +1045,6 @@ 組建 {releaseChannel} 的覆寫 組建 ID 僅限 {releaseChannel} 客戶端 - 僅限 {supportedTargets} 目標 無效的組建覆寫 使用者不正確 組建無法使用 @@ -1088,10 +1100,12 @@ 準備好視訊通話了嗎? 您的相機預覽畫面: 視訊背景 + 目前僅開放部分使用者設定視訊背景。 模糊 變更背景 變更視訊背景 自訂 + 自訂背景 您已達到 {maxCustomBackgrounds}的上限!新增其他背景前,按一下右鍵以移除背景。 上傳您專屬的自訂背景,此功能由 Nitro 提供! @@ -1153,15 +1167,25 @@ 編輯伺服器個人資料 可為每個伺服器設定不同頭像,目前僅開放部分人使用。 知道了 - 在您的各個伺服器中使用不同的頭像和更多內容,盡在 Discord Nitro! + 試試看取個暱稱吧!如果您是Nitro用戶的話,還可以為每個伺服器設定不同的頭像喔! + 更新我的伺服器簡介 + New! 伺服器簡介 + 取得 Discord Nitro,就能在各個伺服器使用不同的頭像,還能盡享更多好處 ! 暱稱 (已停用) 透過設定伺服器暱稱和頭像,變更您在此伺服器內的形象。 伺服器頭像 $[BETA](betaBadgeHook) + 重置為主要頭像 未知錯誤 變更 伺服器 頭像 取得 **Discord Nitro**,就能在各個伺服器使用不同的頭像,還能盡享更多好處 ! + 暱稱最少必須要包含 {minLength} 個字 解鎖 Nitro 更新日誌 + 新功能 {added marginTop}\n======================\n\n* **學生中心功能已經正式全球推出** 連接所有學生們運作的伺服器,將學校,大學中的社團,學習小組通通連在一起。如果您需要訪問您的學校中心,請使用學校專用的郵件按 [參加](https://discord.com/invite/hzA3MtAURu)。或是,如果您想散散步的話,也可以打開Discord,進入「探索公開伺服器」,路過轉角的便利商店後,看到「學生中心」按一下即可。\n* **在設定中新增使用者個人資料頁面** 您現在可以在同一個設定中編輯頭像,關於我,如果您擁有Nitro訂閱的話,也可以在此頁面編輯個人資料橫幅。\n* **伺服器升為等級2-3所需加成數量調降** 即日起,伺服器上只要有7個加成就能升為等級2,有14個加成就能晉升為等級3囉!伺服器解鎖後將能獲得自定義表情符號,更高的上傳檔案限制,伺服器橫幅,針對伺服器橫幅該如何設計的抱怨,以及身份組圖示。\n* **喔對了,只要伺服器達到等級2,就能自定義身份組圖示** 如果您手上任何伺服器已達到該等級,就可以為身份組選擇一個表情符號,或是上傳專屬頭像。身份組圖示將會出現在成員列表內的身份組名稱旁,並且在聊天時顯示在成員名字旁邊。您到「伺服器設定」>「身份組」開始設定吧!\n* **新的討論串權限** 我們新增了 *在討論串傳送訊息* 權限以便改善社群體驗,並且更新了 *建立公開討論串* , *建立私人討論串*,以及 *管理討論串* 等權限,讓權限內容更淺顯易懂。您可以藉由閱讀 [管理討論串問與答](https://support.discord.com/hc/en-us/articles/4404809613847) 一文進一步了解。\n\n\n + 2021-10-04 + zh-TW + 1 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png 更改暱稱 擁有這個權限的成員可以更改自己的暱稱。 每個人在此伺服器上都能看見暱稱。請不要輕易地更改,除非您是強制執行命名體系 或是清除不好的暱稱。 @@ -1203,6 +1227,8 @@ 將頻道 !!{channelName}!! 靜音 將頻道靜音會防止未讀的標示和通知顯示出來,除非您被提及。 新-頻道 + 查看資格 + 現在成員超過一千人的伺服器可以使用探索伺服器囉! 頻道或類別 此頻道或伺服器目前設為不接受通知。 頻道順序已更新。 @@ -1463,7 +1489,6 @@ 語音已連線 已驗證 連接 - Discord 可以聯絡您的好友,並幫助他們找到您。 自動從您的聯絡人資訊新增好友 同步您的聯絡人資訊 透過您的聯絡人資訊添加好友,讓他們知道您在使用 Discord。 @@ -1893,7 +1918,12 @@ 裁切 捷克文 自訂顏色 + 使用伺服器加成即可為每個身分設定一個獨特的圖示。圖示會顯示在聊天和成員名單中。前往**「伺服器設定」>「身分」**看看吧。 + 您現在可以在**「伺服器設定」>「身分」裡設定身分圖示**。每個身分皆有獨特的圖示,會顯示於聊天和成員名單中。 + 身分組設定 + 設定圖示 知道了 + 新功能!自訂身分圖示 自訂狀態 之後清除 清除狀態 @@ -2047,12 +2077,14 @@ 中斷您的帳號連接將可能會退出所有您曾經使用此帳號加入過的伺服器。 中斷連接 !!{name}!! 中斷語音連線 + 中斷連接操作 中斷連接 中斷連接 使用者的語音連線已中斷。 加入上億 Discord 使用者的行列,與您的社群和好友相聚聊天。 想像一個地方 Discord Rich Presence + 即將在行動裝置上推出!現在先到桌面來進入學生中心 探索 探索 {speakersCount} @@ -2114,6 +2146,8 @@ 編輯 !!{user}!! 正在編輯訊息 知道了 + 晚點吧 + 快試試看 希臘文 Discord 因為缺少權限而無法串流您的應用程式音訊。要授予 Discord 管理員權限,好向您的好友傳送那些悅耳、動聽的聲音嗎? 不使用音效直播 @@ -2479,6 +2513,8 @@ 有人加入此伺服器時,傳送隨機的歡迎訊息。 有人加成此伺服器時,傳送一則訊息。 當沒有被指定身分組的使用者與伺服器解除連接,使用者會被自動踢出伺服器。 + 停用時,只有版主和討論串建立者可在此討論串中新增成員。 + 停用時,只有版主可重新打開此討論串。 可以限制連接到此話音頻道的使用者人數。使用者要是擁有 **移動成員** 的權限可以忽略此限制, 並可將其他使用者移動到頻道中。 在伺服器的成員們必須滿足以下條件才可以在文字頻道傳送訊息或邀請私人訊息對話。 如果有成員已經有了指定的身分組,這並不適用。 **我們建議為公開的 Discord 伺服器設定驗證等級。** 設定所有頻道參與者的相機視訊品質。選擇**自動**可獲得最佳效果。 @@ -3008,6 +3044,7 @@ !!{username}!! 正在玩 {applicationName} 您的影片驅動程式該更新了。立刻更新驅動程式以獲得更好的畫面分享效能。 正在觀看 {username} + 前往頻道 知道了 授予臨時成員身分 綠色 @@ -3115,10 +3152,13 @@ {count}與「{query}」有關 探索公開伺服器 檢視 + 缺少連接權限。 + 您的活動在哪裡舉行? 建議使用寬度 800 像素以上、高度 400 像素以上的圖片。 新增封面照片 (可選) 移除照片 填寫您活動的詳細資訊。 + 簡單介紹您的活動。您可以使用 Markdown 語法。 您的活動主題是什麼呢? 活動主題 日期為 {date},時間是 {time} @@ -3128,19 +3168,28 @@ {count} 人有興趣 {count}有興趣 活動開始時您會收到通知 - 加入伺服器 + 活動已結束 + 加入並檢視活動 或者,傳送活動邀請連結給好友 + 邀請好友加入活動 {count} 人正在收聽 輸入位置 + 新增位置、連結或其他項目。 其他活動 + 文字頻道、外部連結或面對面位置。 + 下載 Discord 時的所在位置 + 非常適合大型社群音訊活動。 透過語音通話、視訊通話、畫面分享和 Go Live 直播來進行交流。 這樣才不會有人迷失方向。 您的活動在哪裡舉行? 選擇一個頻道 選擇語音頻道 + 建立幾場活動,讓您的伺服器好友相聚在一起。 目前沒有即將開始的活動。 位置 + 活動資訊 檢查 + 開始時間必須設定在未來。 屆時請前往 $[**!!{channelName}!!**](channelHook) 開始活動! 這是您的活動預覽畫面。 只有可以檢視此頻道的成員才能看到此活動。 @@ -3151,6 +3200,7 @@ 試著使用舞台頻道吧! 開始活動:「{eventName}」 預定於 {startTime} 開始 + 預定於 {startTime} 開始 第 {step}/{total} 個步驟 活動 建立 @@ -3611,6 +3661,7 @@ 你成功加入了!{serverName} 已經登場! 透過探索伺服器,讓你的社群蓬勃發展 Discord 會在搜尋中向使用所選語言的使用者優先顯示這部伺服器。 + 列入 [探索伺服器]({documentationUrl}) 可讓任何人找到並加入您的伺服器。 我們還在等待您健康指標! 請透過簡介向大家介紹一下你的伺服器! 類別有助於 Discord 組織伺服器,大家便能輕鬆找到有興趣的社群。您可以選擇 1 個主類別,也能選擇最多 5 個子類別。 @@ -4132,12 +4183,12 @@ 匈牙利文 選擇類別 類別 - 此伺服器描述將會在中心顯示。 + 此伺服器描述將會在學生中心顯示。 您的伺服器是關於什麼內容?大家都在裡面做些什麼? 伺服器描述 成功! 知道了! - 您的伺服器已新增至 !!{guildName}!! 的專屬中心! + 您的伺服器已新增至 !!{guildName}!! 的學生中心。 新增伺服器 您還沒新增任何伺服器! 您已新增的伺服器 @@ -4149,10 +4200,10 @@ 建立新伺服器 想建立新的群組? 您依然能從中心外部邀請使用者加入您的伺服器。 - 幫助 !!{guildName}!! 專用的 Discord 中心成長茁壯 + 幫助 !!{guildName}!! 專用的學生中心成長茁壯 前往伺服器 返回中心 - 您的伺服器已建立並新增至 !!{guildName}!! 的專屬中心! + 您的伺服器已建立並新增至 !!{guildName}!! 的學生中心 將你的伺服器個人化 幫助其他學生找到 !!{guildName}!! 幫您的伺服器新增描述跟類別,幫助其他人找到它。 @@ -4163,20 +4214,21 @@ 邀請使用者加入此中心 您是初期加入的成員!我們一開始先新增一些伺服器和成員吧。 歡迎來到 !!{guildName}!! 學生專用的學生中心 - !!{guildName}!! 專用的 Discord 中心 + !!{guildName}!! 專用的學生中心 從社團、讀書會到 Game Night,總有一個地方適合你。 尋找您的使用者 + 學生中心 學生中心 這是一個專屬園地,可以讓您與學生互動交流、探索伺服器,並分享您自己的伺服器讓學生加入。 中心與校方無關,也並非由校方管理。 中心的伺服器全由學生經營,但可能會有非學生的使用者加入。 請確認傳送至您電子郵件的連結以繼續認證作業。此頁面將自動重新整理。 請試試另一個電子郵件 我們已傳送確認連結至 !!{email}!! 重新傳送確認連結 - 加入您所就讀任何學校的學生中心 + 加入您所就讀任何學校的學生中心。 在數個學校中就讀嗎? + 不用了,謝謝 加入中心 不用了,謝謝 - 輕鬆找到由學生經營的讀書會、社團和 Game Night 等伺服器。 您目前是學生嗎? 加入您學校的學生中心吧! 學校電子郵件 name@school.edu @@ -4187,17 +4239,19 @@ 找不到您的學校嗎?[加入等候名單。](onJoinWaitlist) 與其他 {count}一起加入 !!{guildName}!! 專用的學生中心! 加入另一個中心 - 輕鬆找到由學生經營的讀書會、社團和 Game Night 等伺服器。 - 您目前是學生嗎? 加入您學校的 Discord 中心吧! + 您目前是學生嗎? 加入您學校的學生中心吧! 加入中心 + 進入學生專屬的中心 + 您學校的中心尚未上線。請輸入您的校名,我們會在中心上線時通知您! 加入等候名單 學校名稱 學校全名 這是一個專屬園地,可以讓您與學生互動交流、探索伺服器,並分享您自己的伺服器讓學生加入。 中心與校方無關,也並非由校方管理。 中心的伺服器全由學生經營,但可能會有非學生的使用者加入。 學生中心 + 何謂學生中心? 如果您的伺服器只希望學生加入,那麼邀請您的同學就好。他們不需要校園電子郵件地址也能加入。 從中心移除 - 您確定要從此中心移除 !!{guildName}!! 嗎? + 您確定要從此學生中心移除 !!{guildName}!! 嗎? 編輯設定 編輯 !!{guildName}!! 的設定 何謂學生中心? @@ -4205,8 +4259,8 @@ 您已受邀加入一個中心 您傳送了一個加入中心的邀請 邀請好友加入您學校的學生中心 - 需有學生電子郵件地址方可加入 - 未取得代碼?[重新傳送代碼](onClick)至 !!{email}!! + 需有學生電子郵件地址方可加入。 + 我們傳送了一封含有代碼的電子郵件給您。 未取得代碼?[重新傳送代碼](onClick)至 !!{email}!! 走吧! 全名 真實姓名 @@ -4219,11 +4273,13 @@ 邀請其他人 加入伺服器 我的學校不在這裡 - 認證電子郵件地址 + 已驗證的學生中心 + 認證您的電子郵件即可加入 sam@college.edu 學校電子郵件 + 您目前是學生嗎? 加入您學校的學生中心吧! 中心啟動時即可收到通知,讓您輕鬆找到 由學生經營的讀書會和社團等伺服器。 - !!{school}!! 的 Discord 中心上線時,我們會聯絡您。 + !!{school}!! 的學生中心上線時,我們會聯絡您。 感謝!您已列入等候名單。 幾秒 {time} @@ -4513,7 +4569,7 @@ 因為這個表情符號來自不同的伺服器,所以無法使用。趕快升級成 Discord Nitro,就可使用其他伺服器的表情符號。 因為這個表情符號來自不同的伺服器,所以無法使用。Discord Nitro 能解決這種問題,去使用者設定 > Nitro 了解更多詳細資訊 請輸入一個有效的邀請連結或邀請代碼。 - 您所登錄的付款方式是無效的,請更新您的付款方式,以便您能繼續訂閱Nitro。 + 您的付款方式無法使用,請更新您的付款資訊以繼續訂閱 Nitro。 無效的-頻道 無效的頻道 邀請好友 @@ -4790,6 +4846,7 @@ 踢出 踢出成員 踢出 !!{user}!! + 您確定要將 !!{user}!! 從伺服器中踢出嗎?他們只要收到新邀請,就可重新加入。 「!!{user}!!」已被踢出此伺服器。 糟糕…無法踢出 !!{user}!!。請重試! 將 !!{user}!! 踢出伺服器 @@ -4910,16 +4967,16 @@ 選擇語言 您可以稍後再變更這個。 嗨!請選擇語言 - 您知道 Nitro 在{country}的新定價嗎?[瞭解更多]({documentationLink}) + 您知道 Nitro 在{country}的新定價嗎?[瞭解更多]({documentationLink})。 管理方案 您所在地區的 Nitro 降價了。立即重新啟用,看看是否能享有優惠價。 - 您所在地區的 Nitro 降價了。管理您的付款方式,看看是否能享有優惠價。[瞭解更多]({documentationLink}) + 某些地區的 Nitro 降價了。管理您的付款方式,看看是否能享有優惠價。[瞭解更多]({documentationLink})。 立即更新 - 您所在地區的 Nitro 降價了。更新您的付款方式,看看是否能享有優惠價 + 您所在地區的 Nitro 降價了。更新您的付款方式,看看是否能享有優惠價。 管理方案 - 您所在地區的 Nitro 降價了。確認自己是否能享有優惠價。 + 您所在地區的 Nitro 降價了。看看您是否能享有優惠價。 若變更您的付款方式,您的訂閱價格與貨幣也將一併變更為 {newCurrencyAndPrice}。[點擊這裡]({helpCenterLink}) 進一步瞭解我們如何決定您支付的價格與貨幣。 - **提示**:使用{country}的在地付款方式支付 {currency} 的訂閱![點擊這裡]({helpCenterLink}) 進一步瞭解我們決定定價和貨幣的方式。 + **提示**:使用{country}的在地付款方式,並以 {currency} 支付訂閱![點擊這裡]({helpCenterLink}) 進一步瞭解我們決定定價和貨幣的方式。 **太棒了!**由於您是{country}的居民,所以現在支付的 Nitro 費用可享折扣價:{newPrice}![瞭解更多]({helpCenterLink})。 登入 以 !!{username}!! 身分登入 @@ -5053,8 +5110,10 @@ 禮物 成員 成員名單 + 顯示成員名單 只有您邀請的人和版主可以看到此討論串。 這位使用者是擁有此伺服器的人且不受限於任何身分組的權限設定。 + 隱藏成員名單 新增問題 新增一項規則 有可用更新時會收到通知。 @@ -5181,6 +5240,7 @@ 您需要更新您的應用程式才能加入此伺服器。 成員 {members} + !!{channel}!! (頻道) 成員名單 成員符合 **!!{prefix}!!** 搜尋成員 提及 @@ -5256,7 +5316,6 @@ 請到 [伺服器設定 > 社群 > 概要](onClick),先指定另一個頻道,才能刪掉這個頻道。 啟用硬體加強 可以改進視訊通話性能的實驗性功能。 當心,可能會導致崩潰。 - 輕鬆找到由學生經營的讀書會、社團和 Game Night 等伺服器。[瞭解更多。](onClick) 這是一個專屬園地,可以讓您與學生互動交流、探索伺服器,並分享您自己的伺服器讓學生加入。 中心與校方無關,也並非由校方管理。 中心的伺服器全由學生經營,但可能會有非學生的使用者加入。 @@ -5351,6 +5410,8 @@ 將此頻道靜音 將此伺服器靜音 將此對話靜音 + 將此討論串靜音 + 將討論串靜音 靜音期間 持續靜音至 {endTime} 為止 共同的朋友 @@ -5852,6 +5913,24 @@ 請輸入您的確認代碼來重置密碼 密碼是必填項目。 顯示密碼 + 改用密碼登入 + 我們將傳送代碼給 {recipient}。 + 已傳送給 {recipient}。 + 請輸入密碼,該帳號的電子郵件地址為 {email} + 請輸入密碼,該帳號的電話號碼為 {phone} + 輸入您的密碼 + 獲取一次性登入代碼 + 輸入代碼即可登入 + 繼續 + 重新傳送 + 請用您的電話號碼或電子郵件登入。我們將傳送一次性代碼給您,以便登入。 + 又見面了! + 傳送代碼給我 + 用您的電話號碼或電子郵件登入並開始聊天。 + 歡迎回來! + 輸入傳送至您手機或電子郵件的 8 位數代碼後,您便能使用「無密碼登入」登入您的 Discord 帳號。 + 啟用無密碼登入 + 無密碼登入 貼上 暫停 繼續 @@ -5890,6 +5969,7 @@ 編輯付款方式 電子郵件是必填項目。 MM/YY + Giropay 付款資訊 無效 我們無法成功更改這個付款來源。請確定資訊正確。 @@ -5922,9 +6002,11 @@ 等待中 待審中的好友 人物 + 伺服器頭像 隨心化身為您喜愛的形象,還能在各個伺服器使用不同的頭像。 多個頭像 - 隨心化身為您喜愛的形象,在您的各個伺服器中使用不同的頭像。 + 隨心化身為您喜愛的形象,還能在各個伺服器使用不同的頭像 + 身分已更新! {percentage}%%,從上個星期開始 需要權限設定說明? 存取媒體被拒絕 - Discord 需要存取儲存裝置來發表附件。 @@ -6014,13 +6096,13 @@ 我們無法取消您的 Nitro 訂閱。 如果問題仍然存在,請再重試一次或是與我們的支援小組聯繫。 取消將於您訂閱 Nitro 及伺服器加成時立即生效。更改過的 Discord Tag 將會被亂數取代。 算了,保留 Nitro 吧 - 您的 **2 次免費加成**和**七折加成折扣** + 您的 **2 次免費加成**和 **7 折加成折扣** 套用 {boostCount} - 在您所有伺服器上存取**自訂表情符號**和**貼圖** + 在您所有的伺服器上存取**自訂表情符號**和**貼圖** **動態頭像**、**個人資料橫幅**和自訂 **Discord Tag** **動態頭像**、**個人資料橫幅**和自訂 **Discord Tag** (#{discriminator}) 畫質更好的**畫面分享** - 如果您取消,**您將失去的福利包括:** + 如果取消,**您將失去的福利包括:** 您確定要取消嗎? 更大的**上傳量**和**更長的訊息** 這個 Tag 無效。Tag 一定有 4 位數字。 @@ -6417,16 +6499,16 @@ 您有高級版聊天功能、**{num} 次**加成和 **!!{price}!!** 的加成折扣 (等待取消) 您有高級聊天、**{num}** 個加成和加成折扣 (待取消) 新增付款方式 - 您的 Nitro 訂閱在 {daysLeft}結束。 只要新增付款方式,就能繼續使用個人資料自訂等功能。 - 了解更多 - 從今天起,您將無法存取個人資料自訂和動態表情符號等功能。 + 您的 Nitro 訂閱將在{daysLeft}結束。只要新增付款方式,就能繼續使用個人資料自訂等功能。 + 瞭解更多 + {daysLeft}後,您將無法使用個人資料自訂、更大的檔案上傳量和更好的畫面分享效能等福利。 您的 Nitro 存取權限將在今天結束。 - 忽略 + 關閉 保留 Nitro 如果您恢復訂閱 Nitro,我們將繼續以您的付款方式收取 **{price}**,並持續**每月**定期向您收費,直到您取消訂閱為止。您可以隨時在「設定」頁面取消訂閱。 如果您恢復訂閱 Nitro,我們將繼續以您的付款方式收取 **{price}**,並持續**每年**定期向您收費,直到您取消訂閱為止。您可以隨時在「設定」頁面取消訂閱。 - 如果您不保留 Nitro,**您將無法使用:** - 您的 Nitro 存取權限在 {daysLeft} 後結束。 + 如果不保留 Nitro,**您將無法使用:** + 您的 Nitro 存取權限將在 {daysLeft}後結束。 您的舊制 Nitro 訂閱即將更改為 Nitro Classic。若欲保留當前的福利 (包括加成),請立即升級。 加成調整 您正在購買方案變更。您的伺服器加成正在進行相應的更新。 @@ -6435,7 +6517,7 @@ 新訂閱 新訂閱總計 立即更新 - 您的 Nitro 訂閱付款失敗,請更新您的付款資訊。 + 您的 Nitro 訂閱付款無法使用,請更新您的付款資訊。 新增付款方式 您的 Nitro 訂閱即將結束。只要新增付款方式,就能繼續使用個人資料自訂等功能。 您的下次續訂日期為 **{renewalDate}**。 @@ -6643,6 +6725,14 @@ 您不能傳訊給已封鎖的使用者 傳訊息給 @!!{name}!! Quick Switcher + !!{name}!!,!!{type}!!,!!{guild}!! + !!{name}!!,群組訊息 + !!{name}!!,群組訊息{mentions} + !!{name}!!,伺服器 + 結果 + !!{name}!!,使用者,!!{id}!! + !!{name}!!,使用者,!!{id}!! {mentions} + {mentions} 草稿 了解更多關於快速切換器 似乎找不到您要尋找的東西? @@ -7308,6 +7398,120 @@ 此頻道具特殊權限。您需要伺服器版主或管理員將您解除拒聽才能在裡面收聽。 伺服器端已拒聽 告訴世人關於這部伺服器的一些事。 + 同意規則 + 違反我們的政策可能導致您的伺服器受到懲處,包含自探索伺服器移除。 + 遵守 Discord 的 [社群守則]({communityGuidelinesUrl}) 與 [探索守則]({discoveryGuidelinesUrl}) + 規則 + 建立熱情友善的空間,不鼓勵也不容忍騷擾、侵害和非法活動。 + 創造健康與正向的環境 + 為你我維護探索伺服器的安全 + 所有伺服器內容都必須為 13 歲以上適宜。 + 禁止提供圖片或色情內容 + 3D + 美學 + 動畫 + 動漫 + 應用程式 + 藝術 + 籃球 + 飲品 + 比特幣 + 健身 + 機器人 + 防彈少年團 + 健美操 + 服飾 + 編碼 + 大專院校 + 社群 + 混合健身 + 加密貨幣 + 可愛 + 去中心化金融 + 設計 + discord 機器人 + 迪士尼 + 迪士尼世界 + 繪畫 + 電子舞曲 + 教育 + 表情符號 + 表情 + 英文 + 電競 + 以太坊 + 活動 + 鍛鍊 + 夢幻足球 + 時尚 + fivem + 食物 + 美式足球 + 外匯市場 + 一級方程式賽車 + 要塞英雄 + 好友 + 娛樂搞笑 + 遊戲 + github + 贈品 + 體育館 + 硬體 + 嘻哈 + 功課 + hypebeast + 投資 + javascript + 韓國流行樂 + 語言 + 英雄聯盟 + 學習 + lgbtq + linux + 漫畫 + 迷因 + 心理健康 + 金屬 + minecraft + 音樂製作 + nba + nfl + nft + nitro + 營養 + 開放原始碼 + 選項 + 攝影 + 英格蘭足球超級聯賽 + 程式設計 + 競速 + 饒舌 + reddit + 機器磚塊 + 角色扮演 + 校園 + 自我提升 + 唱歌 + 點心 + 運動鞋 + 足球 + 社交 + 軟體 + 運動 + 股票 + 直播主 + 街頭時尚 + 研究 + 潮流 + 支援 + supreme + 科技 + 交易 + 旅遊 + twitch + 特戰英豪 + yeezy + youtube 伺服器表情符號 關閉所有資料夾 將資料夾標記為已讀 @@ -7580,6 +7784,8 @@ 喇叭 舞台直播 您今天想聊些什麼? + 假裝正在播放背景音樂。 + 按下「開啟舞台」,接著挑選主題,開始暢談。 正在等待舞台開始…即將開始。 正在等待舞台開始。 !!{username}!!:@everyone「!!{topic}!!」即將開始。快來收聽! @@ -7680,6 +7886,10 @@ 經常使用 免費的 $[~~{regularPrice}~~](originalPriceHook) !!{discountedPrice}!! $[~~{regularPrice}~~](originalPriceHook) + 購買加成 + 使用伺服器加成上傳超過 {count} 種自訂貼圖。 + 管理貼圖 + 您的伺服器正等著您上傳貼圖! {stickerPackName} 詳細資訊 動畫 剩餘活動時間:{time} @@ -7983,6 +8193,7 @@ 發表圖片、GIF、貼圖、意見、和雙關語 文字頻道 文字頻道符合 **!!{prefix}!!** + 需支付標準訊息和數據費率。 文字權限 文字區域操作 傳訊息到 !!{channel}!! @@ -8027,6 +8238,7 @@ 加入此討論串以取得通知,並將其儲存在您的頻道名單中。 版主已存檔此討論串。只有版主可以將其重新打開。 任何人皆可邀請 + 任何人皆可重新打開 討論串裡沒有人。 您可以在訊息中使用 @mention 邀請使用者。 無法檢視此討論串 @@ -8227,6 +8439,7 @@ 將頻道解除靜音 將對話解除靜音 將伺服器解除靜音 + 將討論串解除靜音 未命名 解釘 請移除! @@ -8663,8 +8876,6 @@ Discord 電影 Wumpus 假期 Vaporwave - 使用視訊背景展現自己。如果您有 Nitro 訂閱,則可以上傳您的個人背景! - 新的視訊背景! 請告訴我們您的視訊背景經驗。 您覺得視訊背景如何? 背景偵測並不準確 @@ -8675,6 +8886,7 @@ 遇上問題了嗎? 感謝您回報問題!像您這樣的意見回饋有助於我們改善視訊背景 移除背景 + 使用 Discord Nitro 即可上傳自訂視訊背景、以 60 fps 進行 HD 解析度的直播,[還能盡享其他更多好處!](onLearnMore) 想要上傳您專屬的背景嗎? 專注模式 隱藏成員 diff --git a/app/src/main/res/values/public.xml b/app/src/main/res/values/public.xml index b8a13aa5eb..04499c2cb6 100644 --- a/app/src/main/res/values/public.xml +++ b/app/src/main/res/values/public.xml @@ -15642,8612 +15642,8612 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3e92941ab1..fc3295f4d4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1238,11 +1238,11 @@ Nicknames must be at least {minLength} Unlock with Nitro Change Log - A message from our founders {added marginTop}\n======================\n\n**We originally created Discord in 2015** because we wanted an easier way to talk and hang out with our friends while playing games. A way to recreate that feeling of staying up all night laughing, joking, and, most of all, just being ourselves. We wanted to make that experience better and accessible to more people.\n\nSince then, Discord has become the place where anyone can talk and hang out with their communities or friends, whatever their passions are. It will always be that place where anyone can just relax and really be themselves, no matter where their friends may be. \n\nImagine A Place {added marginTop}\n======================\n\nBut really, Discord means something different to everyone. So we asked people to share their stories about what Discord means to them. And then they let us share those stories with you so we could make a marketing campaign that didn\'t suck.\n\nWe made Discord - The Movie (2021). \n\nA short film that celebrates the amazing and wonderful stories that real people shared with us, like Lucie Winterwolf\'s pirate-themed server and Kevdog\'s server for nostalgic games.\n\nOh, and it has some famous people too.\n\nThank you {added marginTop}\n======================\n\nWe\'re humbled and inspired by all the unique and creative ways you\'re using Discord, and all the ideas you have for making Discord more useful. Communities are the heart of Discord. We\'re honored to be the place where you talk and hang out with your favorite people while exploring your favorite things. \n\nMet your best friend while gaming on Discord? Run a server for Gaelic language exchange? Or Tibetan bird photography? Share your story with us on Twitter, Instagram, or TikTok and use **#imagineaplace** to get our attention.\n\nWe\'ll keep an eye out for your story. And it\'ll probably make our day. And we\'ll probably share it around our office server so it can make everyone\'s day.\n\nAnd as always, keep your ideas coming for how we can continue to make Discord even better.\n\nJason & Stan\n\n\n - 2021-08-16 + New Features {added marginTop}\n======================\n\n* **Student Hubs are rolling out internationally.** Connect with student-run servers for clubs, study groups, and more for your school or university. To access your Student Hub, grab your school email and [get started](https://discord.com/invite/hzA3MtAURu). Or, if you\'d like to go for a walk, open Discord, make a right and head to Server Discovery, and then take two lefts past the convenience store and click on the new Student Hubs tab.\n* **Added new User Profile page to settings.** You can now edit your profile avatar, about me, and, if you have Nitro, profile banner all in one place.\n* **Boosts needed for Boosting Levels 2 and 3 lowered.** Servers can now reach Level 2 with 7 Boosts and Level 3 with 14 Boosts! Unlock things for your server like more custom emoji, higher upload limits for everyone, a server banner, arguments about what the server banner should be, and role icons.\n* **And oh yea added custom role icons to Boosting Level 2.** If you have a server at this level, upload an image or choose a default or custom emoji to set as an icon for each role. Role icons will display next to role names in the member\'s list and next to usernames while text chatting. Head to Server Settings > Roles and edit a role to get started.\n* **New threads permissions added.** Added a *Send Messages in Threads* permission to improve your community\'s experience and updated *Create Public Threads*, *Create Private Threads*, and *Manage Threads* permissions to be easier to understand. Learn more in our [Threads Moderation FAQ](https://support.discord.com/hc/en-us/articles/4404809613847).\n\n\n + 2021-10-04 en-US 1 - https://cdn.discordapp.com/attachments/702262956624314398/874360165003034674/Discord_-_The_Movie_2021.mp4 + https://cdn.discordapp.com/attachments/677236002271526936/857671612651143178/7gFzadkQ.png Change Nickname Members with this permission can change their own nickname. Nicknames are visible to everyone on this server. Do not change them unless you are enforcing a naming system or clearing a bad nickname. @@ -1426,7 +1426,7 @@ Select a color Transparency Use Default - 13b15e83a1404fa49a9bdea40628494c + 2a15542d5c934ddd8125d4c0738bc45c Coming Soon Slash command application {applicationName} {applicationName} application @@ -5868,8 +5868,8 @@ Members with this permission can drag other members out of this channel. They can only move members between channels both they and the member they are moving have access. Move To User has been moved to the selected channel. - Alert Cleared - No Alert Showing + Alert Cleared + No Alert Showing New notification Remove %1$s More than %1$d new notifications From 4a9f6867bd77582fe46c82225154563a0acc6ec1 Mon Sep 17 00:00:00 2001 From: Juby210 Date: Tue, 5 Oct 2021 09:27:27 +0200 Subject: [PATCH 2/2] 96.0 - Beta (96100) --- app/build.gradle | 4 +- app/src/main/AndroidManifest.xml | 2 +- .../constraintlayout/motion/utils/Easing.java | 3 +- app/src/main/java/c/a/a/a.java | 6 +- app/src/main/java/c/a/a/b/a.java | 4 +- app/src/main/java/c/a/a/c/a.java | 10 +- app/src/main/java/c/a/a/c/b.java | 6 +- app/src/main/java/c/a/a/c/c.java | 2 +- app/src/main/java/c/a/a/d.java | 6 +- app/src/main/java/c/a/a/e/a.java | 2 +- app/src/main/java/c/a/a/e/b.java | 6 +- app/src/main/java/c/a/a/e/c.java | 2 +- app/src/main/java/c/a/a/e/d.java | 2 +- app/src/main/java/c/a/a/e/e.java | 2 +- app/src/main/java/c/a/a/e/f.java | 2 +- app/src/main/java/c/a/a/e/g.java | 2 +- app/src/main/java/c/a/a/f/a/a.java | 2 +- app/src/main/java/c/a/a/g/a.java | 2 +- app/src/main/java/c/a/a/h.java | 2 +- app/src/main/java/c/a/a/i.java | 4 +- app/src/main/java/c/a/a/j.java | 2 +- app/src/main/java/c/a/a/k.java | 8 +- app/src/main/java/c/a/a/n.java | 6 +- app/src/main/java/c/a/a/r.java | 8 +- app/src/main/java/c/a/a/s.java | 2 +- app/src/main/java/c/a/a/z/a.java | 2 +- app/src/main/java/c/a/a/z/c.java | 20 +- app/src/main/java/c/a/d/e.java | 6 +- app/src/main/java/c/a/d/j.java | 9 +- app/src/main/java/c/a/d/l0.java | 14 - app/src/main/java/c/a/d/{m0 => l0}/a.java | 24 +- app/src/main/java/c/a/e/a.java | 2 +- app/src/main/java/c/a/e/b.java | 4 +- app/src/main/java/c/a/e/d.java | 2 +- app/src/main/java/c/a/f/a.java | 6 +- app/src/main/java/c/a/f/b.java | 2 +- app/src/main/java/c/a/f/g.java | 2 +- app/src/main/java/c/a/f/h/a.java | 4 +- app/src/main/java/c/a/g/a.java | 36 +- app/src/main/java/c/a/g/b.java | 8 +- app/src/main/java/c/a/g/d.java | 8 +- app/src/main/java/c/a/i/a.java | 4 +- app/src/main/java/c/a/i/a0.java | 4 +- app/src/main/java/c/a/i/a1.java | 4 +- app/src/main/java/c/a/i/a2.java | 4 +- app/src/main/java/c/a/i/a4.java | 4 +- app/src/main/java/c/a/i/a5.java | 4 +- app/src/main/java/c/a/i/a6.java | 4 +- app/src/main/java/c/a/i/b.java | 4 +- app/src/main/java/c/a/i/b0.java | 4 +- app/src/main/java/c/a/i/b1.java | 4 +- app/src/main/java/c/a/i/b3.java | 4 +- app/src/main/java/c/a/i/b4.java | 4 +- app/src/main/java/c/a/i/b5.java | 4 +- app/src/main/java/c/a/i/b6.java | 4 +- app/src/main/java/c/a/i/c.java | 4 +- app/src/main/java/c/a/i/c0.java | 4 +- app/src/main/java/c/a/i/c1.java | 4 +- app/src/main/java/c/a/i/c4.java | 4 +- app/src/main/java/c/a/i/c6.java | 4 +- app/src/main/java/c/a/i/d.java | 4 +- app/src/main/java/c/a/i/d0.java | 4 +- app/src/main/java/c/a/i/d1.java | 4 +- app/src/main/java/c/a/i/d3.java | 4 +- app/src/main/java/c/a/i/d4.java | 4 +- app/src/main/java/c/a/i/d5.java | 4 +- app/src/main/java/c/a/i/e.java | 4 +- app/src/main/java/c/a/i/e0.java | 4 +- app/src/main/java/c/a/i/e2.java | 4 +- app/src/main/java/c/a/i/e3.java | 4 +- app/src/main/java/c/a/i/e5.java | 4 +- app/src/main/java/c/a/i/f.java | 4 +- app/src/main/java/c/a/i/f0.java | 4 +- app/src/main/java/c/a/i/f1.java | 4 +- app/src/main/java/c/a/i/f2.java | 4 +- app/src/main/java/c/a/i/f3.java | 4 +- app/src/main/java/c/a/i/f4.java | 4 +- app/src/main/java/c/a/i/f5.java | 4 +- app/src/main/java/c/a/i/g.java | 4 +- app/src/main/java/c/a/i/g0.java | 4 +- app/src/main/java/c/a/i/g1.java | 4 +- app/src/main/java/c/a/i/g3.java | 4 +- app/src/main/java/c/a/i/g4.java | 8 +- app/src/main/java/c/a/i/g5.java | 4 +- app/src/main/java/c/a/i/h.java | 4 +- app/src/main/java/c/a/i/h0.java | 4 +- app/src/main/java/c/a/i/h2.java | 4 +- app/src/main/java/c/a/i/h3.java | 4 +- app/src/main/java/c/a/i/h4.java | 4 +- app/src/main/java/c/a/i/i2.java | 4 +- app/src/main/java/c/a/i/i4.java | 4 +- app/src/main/java/c/a/i/i5.java | 4 +- app/src/main/java/c/a/i/j0.java | 4 +- app/src/main/java/c/a/i/j1.java | 4 +- app/src/main/java/c/a/i/j2.java | 4 +- app/src/main/java/c/a/i/j3.java | 4 +- app/src/main/java/c/a/i/j4.java | 4 +- app/src/main/java/c/a/i/k.java | 4 +- app/src/main/java/c/a/i/k0.java | 4 +- app/src/main/java/c/a/i/k1.java | 4 +- app/src/main/java/c/a/i/k3.java | 4 +- app/src/main/java/c/a/i/k4.java | 4 +- app/src/main/java/c/a/i/k5.java | 4 +- app/src/main/java/c/a/i/l.java | 4 +- app/src/main/java/c/a/i/l1.java | 4 +- app/src/main/java/c/a/i/l2.java | 4 +- app/src/main/java/c/a/i/l4.java | 4 +- app/src/main/java/c/a/i/l5.java | 4 +- app/src/main/java/c/a/i/m0.java | 4 +- app/src/main/java/c/a/i/m1.java | 4 +- app/src/main/java/c/a/i/m2.java | 4 +- app/src/main/java/c/a/i/m3.java | 4 +- app/src/main/java/c/a/i/m4.java | 4 +- app/src/main/java/c/a/i/n0.java | 4 +- app/src/main/java/c/a/i/n2.java | 4 +- app/src/main/java/c/a/i/n3.java | 4 +- app/src/main/java/c/a/i/n5.java | 4 +- app/src/main/java/c/a/i/o0.java | 4 +- app/src/main/java/c/a/i/o1.java | 4 +- app/src/main/java/c/a/i/o3.java | 4 +- app/src/main/java/c/a/i/o4.java | 4 +- app/src/main/java/c/a/i/p.java | 4 +- app/src/main/java/c/a/i/p1.java | 4 +- app/src/main/java/c/a/i/p3.java | 4 +- app/src/main/java/c/a/i/p4.java | 4 +- app/src/main/java/c/a/i/p5.java | 4 +- app/src/main/java/c/a/i/q.java | 4 +- app/src/main/java/c/a/i/q0.java | 4 +- app/src/main/java/c/a/i/q1.java | 4 +- app/src/main/java/c/a/i/q2.java | 4 +- app/src/main/java/c/a/i/q3.java | 4 +- app/src/main/java/c/a/i/q4.java | 4 +- app/src/main/java/c/a/i/q5.java | 4 +- app/src/main/java/c/a/i/r.java | 4 +- app/src/main/java/c/a/i/r1.java | 4 +- app/src/main/java/c/a/i/r2.java | 4 +- app/src/main/java/c/a/i/r3.java | 4 +- app/src/main/java/c/a/i/r4.java | 4 +- app/src/main/java/c/a/i/r5.java | 4 +- app/src/main/java/c/a/i/s1.java | 4 +- app/src/main/java/c/a/i/s2.java | 4 +- app/src/main/java/c/a/i/s3.java | 4 +- app/src/main/java/c/a/i/s4.java | 4 +- app/src/main/java/c/a/i/t.java | 4 +- app/src/main/java/c/a/i/t0.java | 4 +- app/src/main/java/c/a/i/t2.java | 4 +- app/src/main/java/c/a/i/t3.java | 4 +- app/src/main/java/c/a/i/t5.java | 4 +- app/src/main/java/c/a/i/u.java | 4 +- app/src/main/java/c/a/i/u1.java | 4 +- app/src/main/java/c/a/i/u2.java | 4 +- app/src/main/java/c/a/i/u4.java | 4 +- app/src/main/java/c/a/i/v.java | 4 +- app/src/main/java/c/a/i/v0.java | 4 +- app/src/main/java/c/a/i/v1.java | 4 +- app/src/main/java/c/a/i/v2.java | 4 +- app/src/main/java/c/a/i/v3.java | 4 +- app/src/main/java/c/a/i/v5.java | 4 +- app/src/main/java/c/a/i/w.java | 4 +- app/src/main/java/c/a/i/w0.java | 4 +- app/src/main/java/c/a/i/w2.java | 4 +- app/src/main/java/c/a/i/w3.java | 4 +- app/src/main/java/c/a/i/w4.java | 4 +- app/src/main/java/c/a/i/w5.java | 4 +- app/src/main/java/c/a/i/x0.java | 4 +- app/src/main/java/c/a/i/x1.java | 4 +- app/src/main/java/c/a/i/x2.java | 4 +- app/src/main/java/c/a/i/x3.java | 4 +- app/src/main/java/c/a/i/x4.java | 4 +- app/src/main/java/c/a/i/x5.java | 4 +- app/src/main/java/c/a/i/y.java | 4 +- app/src/main/java/c/a/i/y0.java | 4 +- app/src/main/java/c/a/i/y1.java | 4 +- app/src/main/java/c/a/i/y2.java | 4 +- app/src/main/java/c/a/i/y3.java | 4 +- app/src/main/java/c/a/i/y4.java | 4 +- app/src/main/java/c/a/i/y5.java | 4 +- app/src/main/java/c/a/i/z.java | 4 +- app/src/main/java/c/a/i/z0.java | 4 +- app/src/main/java/c/a/i/z1.java | 4 +- app/src/main/java/c/a/i/z2.java | 4 +- app/src/main/java/c/a/i/z3.java | 4 +- app/src/main/java/c/a/i/z5.java | 4 +- app/src/main/java/c/a/j/a.java | 10 +- app/src/main/java/c/a/j/e.java | 2 +- app/src/main/java/c/a/k/a.java | 2 +- app/src/main/java/c/a/k/b.java | 16 +- app/src/main/java/c/a/k/f/c.java | 4 +- app/src/main/java/c/a/k/g/a.java | 2 +- app/src/main/java/c/a/k/g/d.java | 4 +- app/src/main/java/c/a/n/g/a.java | 4 +- app/src/main/java/c/a/n/h/a.java | 24 +- app/src/main/java/c/a/q/a.java | 10 +- app/src/main/java/c/a/q/a0.java | 2 +- app/src/main/java/c/a/q/b.java | 10 +- app/src/main/java/c/a/q/b0.java | 10 +- app/src/main/java/c/a/q/c.java | 2 +- app/src/main/java/c/a/q/e.java | 26 +- app/src/main/java/c/a/q/h0.java | 12 +- app/src/main/java/c/a/q/i0.java | 18 +- app/src/main/java/c/a/q/j.java | 2 +- app/src/main/java/c/a/q/j0.java | 10 +- app/src/main/java/c/a/q/k0/a.java | 12 +- app/src/main/java/c/a/q/k0/b.java | 16 +- app/src/main/java/c/a/q/k0/c.java | 12 +- app/src/main/java/c/a/q/k0/d.java | 2 +- app/src/main/java/c/a/q/k0/e.java | 2 +- app/src/main/java/c/a/q/k0/f.java | 2 +- app/src/main/java/c/a/q/k0/g.java | 2 +- app/src/main/java/c/a/q/l.java | 4 +- app/src/main/java/c/a/q/m0/a.java | 10 +- app/src/main/java/c/a/q/m0/b.java | 20 +- app/src/main/java/c/a/q/m0/c/e.java | 12 +- app/src/main/java/c/a/q/m0/c/k.java | 14 +- app/src/main/java/c/a/q/m0/c/m.java | 4 +- app/src/main/java/c/a/q/n.java | 10 +- app/src/main/java/c/a/q/n0/a.java | 40 +- app/src/main/java/c/a/q/o0/a.java | 6 +- app/src/main/java/c/a/q/o0/d.java | 4 +- app/src/main/java/c/a/q/o0/e.java | 46 +- app/src/main/java/c/a/q/r.java | 2 +- app/src/main/java/c/a/q/s.java | 4 +- app/src/main/java/c/a/r/b.java | 2 +- app/src/main/java/c/a/s/b.java | 18 +- app/src/main/java/c/a/t/a/a.java | 6 +- app/src/main/java/c/a/t/a/e.java | 6 +- app/src/main/java/c/a/t/a/f.java | 10 +- app/src/main/java/c/a/t/a/i.java | 2 +- app/src/main/java/c/a/t/a/m.java | 2 +- app/src/main/java/c/a/t/a/o.java | 10 +- app/src/main/java/c/a/t/b/b/e.java | 4 +- app/src/main/java/c/a/t/c/a.java | 6 +- app/src/main/java/c/a/y/a0.java | 2 +- app/src/main/java/c/a/y/b0.java | 2 +- app/src/main/java/c/a/y/e0.java | 24 +- app/src/main/java/c/a/y/f.java | 6 +- app/src/main/java/c/a/y/j0/e.java | 10 +- app/src/main/java/c/a/y/j0/f.java | 2 +- app/src/main/java/c/a/y/j0/o.java | 2 +- app/src/main/java/c/a/y/l.java | 8 +- app/src/main/java/c/a/y/l0/c/a.java | 2 +- app/src/main/java/c/a/y/n0/a.java | 2 +- app/src/main/java/c/a/y/o.java | 2 +- app/src/main/java/c/a/y/q0/g.java | 4 +- app/src/main/java/c/a/y/q0/h.java | 19 +- app/src/main/java/c/a/y/w.java | 12 +- app/src/main/java/c/a/y/x.java | 2 +- app/src/main/java/c/a/y/z.java | 38 +- app/src/main/java/c/b/a/d/i.java | 20 +- app/src/main/java/c/b/a/d/j.java | 6 +- app/src/main/java/c/b/a/d/k.java | 4 +- app/src/main/java/c/b/a/e/a.java | 4 +- app/src/main/java/c/b/a/e/c.java | 4 +- app/src/main/java/c/b/a/f/b.java | 6 +- app/src/main/java/c/c/a/a0/a.java | 4 +- app/src/main/java/c/c/a/a0/c.java | 28 +- app/src/main/java/c/c/a/a0/h0/d.java | 70 +- app/src/main/java/c/c/a/a0/m.java | 2 +- app/src/main/java/c/c/a/a0/p.java | 4 +- app/src/main/java/c/c/a/a0/q.java | 6 +- app/src/main/java/c/c/a/a0/r.java | 18 +- app/src/main/java/c/c/a/a0/s.java | 6 +- app/src/main/java/c/c/a/b0/d.java | 10 +- app/src/main/java/c/c/a/b0/g.java | 6 +- app/src/main/java/c/c/a/c0/a.java | 8 +- app/src/main/java/c/c/a/d.java | 2 +- app/src/main/java/c/c/a/f.java | 2 +- app/src/main/java/c/c/a/j.java | 40 +- app/src/main/java/c/c/a/k.java | 4 +- app/src/main/java/c/c/a/o.java | 10 +- app/src/main/java/c/c/a/q.java | 2 +- app/src/main/java/c/c/a/r.java | 4 +- app/src/main/java/c/c/a/s.java | 2 +- app/src/main/java/c/c/a/w/b/a.java | 22 +- app/src/main/java/c/c/a/w/b/d.java | 28 +- app/src/main/java/c/c/a/w/b/f.java | 10 +- app/src/main/java/c/c/a/w/b/g.java | 10 +- app/src/main/java/c/c/a/w/b/h.java | 14 +- app/src/main/java/c/c/a/w/b/i.java | 28 +- app/src/main/java/c/c/a/w/b/l.java | 22 +- app/src/main/java/c/c/a/w/b/n.java | 14 +- app/src/main/java/c/c/a/w/b/o.java | 10 +- app/src/main/java/c/c/a/w/b/p.java | 10 +- app/src/main/java/c/c/a/w/b/q.java | 10 +- app/src/main/java/c/c/a/w/b/r.java | 12 +- app/src/main/java/c/c/a/w/b/s.java | 6 +- app/src/main/java/c/c/a/w/c/a.java | 24 +- app/src/main/java/c/c/a/w/c/b.java | 4 +- app/src/main/java/c/c/a/w/c/c.java | 6 +- app/src/main/java/c/c/a/w/c/d.java | 2 +- app/src/main/java/c/c/a/w/c/e.java | 6 +- app/src/main/java/c/c/a/w/c/g.java | 6 +- app/src/main/java/c/c/a/w/c/h.java | 6 +- app/src/main/java/c/c/a/w/c/i.java | 2 +- app/src/main/java/c/c/a/w/c/j.java | 2 +- app/src/main/java/c/c/a/w/c/k.java | 2 +- app/src/main/java/c/c/a/w/c/l.java | 14 +- app/src/main/java/c/c/a/w/c/o.java | 20 +- app/src/main/java/c/c/a/x/a.java | 2 +- app/src/main/java/c/c/a/x/b.java | 8 +- app/src/main/java/c/c/a/y/a.java | 6 +- app/src/main/java/c/c/a/y/b.java | 10 +- app/src/main/java/c/c/a/y/c.java | 6 +- app/src/main/java/c/c/a/y/d.java | 4 +- app/src/main/java/c/c/a/y/e.java | 4 +- app/src/main/java/c/c/a/y/f.java | 8 +- app/src/main/java/c/c/a/y/i.java | 4 +- app/src/main/java/c/c/a/y/k/k.java | 4 +- app/src/main/java/c/c/a/y/k/l.java | 4 +- app/src/main/java/c/c/a/y/l/a.java | 4 +- app/src/main/java/c/c/a/y/l/d.java | 4 +- app/src/main/java/c/c/a/y/l/e.java | 4 +- app/src/main/java/c/c/a/y/l/f.java | 4 +- app/src/main/java/c/c/a/y/l/g.java | 4 +- app/src/main/java/c/c/a/y/l/h.java | 4 +- app/src/main/java/c/c/a/y/l/i.java | 6 +- app/src/main/java/c/c/a/y/l/j.java | 4 +- app/src/main/java/c/c/a/y/l/k.java | 6 +- app/src/main/java/c/c/a/y/l/l.java | 4 +- app/src/main/java/c/c/a/y/l/m.java | 4 +- app/src/main/java/c/c/a/y/l/n.java | 4 +- app/src/main/java/c/c/a/y/l/o.java | 4 +- app/src/main/java/c/c/a/y/l/p.java | 6 +- app/src/main/java/c/c/a/y/m/b.java | 78 +- app/src/main/java/c/c/a/y/m/c.java | 54 +- app/src/main/java/c/c/a/y/m/d.java | 22 +- app/src/main/java/c/c/a/y/m/e.java | 14 +- app/src/main/java/c/c/a/y/m/g.java | 10 +- app/src/main/java/c/c/a/y/m/h.java | 34 +- app/src/main/java/c/c/a/y/m/i.java | 42 +- app/src/main/java/c/c/a/z/c.java | 12 +- app/src/main/java/c/d/a/a/a.java | 18 +- app/src/main/java/c/d/a/a/e0.java | 2 +- app/src/main/java/c/d/a/a/j.java | 2 +- app/src/main/java/c/d/a/a/q.java | 4 +- app/src/main/java/c/d/a/a/r.java | 4 +- app/src/main/java/c/d/a/a/t.java | 4 +- app/src/main/java/c/d/a/a/u.java | 2 +- app/src/main/java/c/e/b/a.java | 12 +- app/src/main/java/c/e/b/c.java | 4 +- app/src/main/java/c/f/b/b/a.java | 36 +- app/src/main/java/c/f/b/b/d.java | 32 +- app/src/main/java/c/f/b/b/e.java | 8 +- app/src/main/java/c/f/b/b/i.java | 8 +- app/src/main/java/c/f/d/d/i.java | 14 +- app/src/main/java/c/f/d/f/b.java | 2 +- app/src/main/java/c/f/d/i/a.java | 4 +- app/src/main/java/c/f/d/m/c.java | 4 +- app/src/main/java/c/f/e/c.java | 16 +- app/src/main/java/c/f/e/g.java | 6 +- app/src/main/java/c/f/g/a/a/c.java | 32 +- app/src/main/java/c/f/g/a/a/d.java | 4 +- app/src/main/java/c/f/g/a/a/e.java | 8 +- app/src/main/java/c/f/g/a/a/f.java | 2 +- app/src/main/java/c/f/g/a/a/h/f.java | 18 +- app/src/main/java/c/f/g/a/a/h/h.java | 18 +- app/src/main/java/c/f/g/a/a/h/i/a.java | 16 +- app/src/main/java/c/f/g/a/a/h/i/c.java | 6 +- app/src/main/java/c/f/g/b/b.java | 2 +- app/src/main/java/c/f/g/b/c.java | 10 +- app/src/main/java/c/f/g/b/d.java | 2 +- app/src/main/java/c/f/g/c/b.java | 12 +- app/src/main/java/c/f/g/d/a.java | 34 +- app/src/main/java/c/f/g/d/b/a.java | 6 +- app/src/main/java/c/f/g/e/b.java | 12 +- app/src/main/java/c/f/g/e/e.java | 2 +- app/src/main/java/c/f/g/e/f.java | 38 +- app/src/main/java/c/f/g/e/g.java | 12 +- app/src/main/java/c/f/g/e/k.java | 2 +- app/src/main/java/c/f/g/e/l.java | 22 +- app/src/main/java/c/f/g/e/m.java | 50 +- app/src/main/java/c/f/g/e/n.java | 32 +- app/src/main/java/c/f/g/e/p.java | 6 +- app/src/main/java/c/f/g/f/a.java | 4 +- app/src/main/java/c/f/g/f/b.java | 2 +- app/src/main/java/c/f/g/f/c.java | 12 +- app/src/main/java/c/f/g/f/d.java | 2 +- app/src/main/java/c/f/g/g/a.java | 2 +- app/src/main/java/c/f/g/j/a.java | 2 +- app/src/main/java/c/f/h/a/a/c.java | 6 +- app/src/main/java/c/f/h/a/b/a.java | 18 +- app/src/main/java/c/f/h/a/b/d/b.java | 20 +- app/src/main/java/c/f/h/a/b/e/c.java | 6 +- app/src/main/java/c/f/h/a/b/f/a.java | 2 +- app/src/main/java/c/f/h/a/b/f/b.java | 6 +- app/src/main/java/c/f/h/a/c/a.java | 32 +- app/src/main/java/c/f/h/a/d/e.java | 6 +- app/src/main/java/c/f/h/b/a/b.java | 2 +- app/src/main/java/c/f/i/a.java | 8 +- app/src/main/java/c/f/i/b.java | 2 +- app/src/main/java/c/f/i/d.java | 10 +- app/src/main/java/c/f/j/a/a/b.java | 4 +- app/src/main/java/c/f/j/a/a/e.java | 4 +- app/src/main/java/c/f/j/a/a/f.java | 10 +- app/src/main/java/c/f/j/a/b/e.java | 6 +- app/src/main/java/c/f/j/a/c/a.java | 22 +- app/src/main/java/c/f/j/a/c/c.java | 10 +- app/src/main/java/c/f/j/a/c/d.java | 8 +- app/src/main/java/c/f/j/c/b.java | 8 +- app/src/main/java/c/f/j/c/f.java | 6 +- app/src/main/java/c/f/j/c/l.java | 12 +- app/src/main/java/c/f/j/c/m.java | 2 +- app/src/main/java/c/f/j/c/n.java | 6 +- app/src/main/java/c/f/j/c/v.java | 36 +- app/src/main/java/c/f/j/d/b.java | 30 +- app/src/main/java/c/f/j/d/e.java | 4 +- app/src/main/java/c/f/j/d/f.java | 16 +- app/src/main/java/c/f/j/e/b.java | 6 +- app/src/main/java/c/f/j/e/c.java | 2 +- app/src/main/java/c/f/j/e/h.java | 12 +- app/src/main/java/c/f/j/e/j.java | 24 +- app/src/main/java/c/f/j/e/k.java | 8 +- app/src/main/java/c/f/j/e/l.java | 106 +- app/src/main/java/c/f/j/e/o.java | 16 +- app/src/main/java/c/f/j/e/p.java | 36 +- app/src/main/java/c/f/j/h/a.java | 10 +- app/src/main/java/c/f/j/h/d.java | 14 +- app/src/main/java/c/f/j/j/a.java | 4 +- app/src/main/java/c/f/j/j/e.java | 50 +- app/src/main/java/c/f/j/j/h.java | 8 +- app/src/main/java/c/f/j/l/b.java | 4 +- app/src/main/java/c/f/j/l/c.java | 2 +- app/src/main/java/c/f/j/l/e.java | 2 +- app/src/main/java/c/f/j/l/f.java | 8 +- app/src/main/java/c/f/j/l/g.java | 12 +- app/src/main/java/c/f/j/l/o.java | 2 +- app/src/main/java/c/f/j/l/p.java | 8 +- app/src/main/java/c/f/j/l/q.java | 6 +- app/src/main/java/c/f/j/l/s.java | 2 +- app/src/main/java/c/f/j/l/w.java | 4 +- app/src/main/java/c/f/j/l/x.java | 18 +- app/src/main/java/c/f/j/l/y.java | 4 +- app/src/main/java/c/f/j/n/b.java | 6 +- app/src/main/java/c/f/j/p/a0.java | 4 +- app/src/main/java/c/f/j/p/a1.java | 6 +- app/src/main/java/c/f/j/p/b0.java | 12 +- app/src/main/java/c/f/j/p/b1.java | 14 +- app/src/main/java/c/f/j/p/c0.java | 4 +- app/src/main/java/c/f/j/p/d.java | 8 +- app/src/main/java/c/f/j/p/d0.java | 8 +- app/src/main/java/c/f/j/p/e0.java | 6 +- app/src/main/java/c/f/j/p/f0.java | 12 +- app/src/main/java/c/f/j/p/h.java | 14 +- app/src/main/java/c/f/j/p/h1.java | 6 +- app/src/main/java/c/f/j/p/i.java | 12 +- app/src/main/java/c/f/j/p/i0.java | 8 +- app/src/main/java/c/f/j/p/i1.java | 10 +- app/src/main/java/c/f/j/p/j.java | 20 +- app/src/main/java/c/f/j/p/j0.java | 4 +- app/src/main/java/c/f/j/p/k.java | 18 +- app/src/main/java/c/f/j/p/k0.java | 26 +- app/src/main/java/c/f/j/p/l0.java | 2 +- app/src/main/java/c/f/j/p/m.java | 2 +- app/src/main/java/c/f/j/p/m0.java | 22 +- app/src/main/java/c/f/j/p/n.java | 48 +- app/src/main/java/c/f/j/p/o.java | 2 +- app/src/main/java/c/f/j/p/o0.java | 22 +- app/src/main/java/c/f/j/p/q.java | 14 +- app/src/main/java/c/f/j/p/q0.java | 16 +- app/src/main/java/c/f/j/p/r0.java | 14 +- app/src/main/java/c/f/j/p/s.java | 6 +- app/src/main/java/c/f/j/p/s0.java | 26 +- app/src/main/java/c/f/j/p/t.java | 20 +- app/src/main/java/c/f/j/p/t0.java | 2 +- app/src/main/java/c/f/j/p/v.java | 12 +- app/src/main/java/c/f/j/p/w.java | 18 +- app/src/main/java/c/f/j/p/x.java | 2 +- app/src/main/java/c/f/j/p/y.java | 4 +- app/src/main/java/c/f/j/s/d.java | 2 +- app/src/main/java/c/f/l/a/a.java | 4 +- app/src/main/java/c/f/l/b/b.java | 18 +- app/src/main/java/c/f/l/b/c.java | 14 +- app/src/main/java/c/f/m/a.java | 6 +- app/src/main/java/c/f/m/b.java | 14 +- app/src/main/java/c/f/m/e.java | 2 +- app/src/main/java/c/f/m/j.java | 10 +- app/src/main/java/c/f/m/m.java | 4 +- app/src/main/java/c/g/a/a/i.java | 18 +- app/src/main/java/c/g/a/b/a.java | 2 +- app/src/main/java/c/g/a/b/b.java | 4 +- app/src/main/java/c/g/a/b/p/a.java | 4 +- app/src/main/java/c/g/a/b/p/c.java | 6 +- app/src/main/java/c/g/a/b/p/e.java | 2 +- app/src/main/java/c/g/a/b/p/g.java | 14 +- app/src/main/java/c/g/a/b/p/i.java | 2 +- app/src/main/java/c/g/a/b/q/a.java | 2 +- app/src/main/java/c/g/a/b/q/b.java | 2 +- app/src/main/java/c/g/a/b/q/c.java | 16 +- app/src/main/java/c/g/a/b/q/d.java | 290 +- app/src/main/java/c/g/a/b/s/b.java | 2 +- app/src/main/java/c/g/a/b/t/a.java | 2 +- app/src/main/java/c/g/a/b/t/k.java | 12 +- app/src/main/java/c/g/a/c/c0/a0.java | 6 +- app/src/main/java/c/g/a/c/c0/b0.java | 64 +- app/src/main/java/c/g/a/c/c0/c.java | 36 +- app/src/main/java/c/g/a/c/c0/c0.java | 52 +- app/src/main/java/c/g/a/c/c0/d.java | 8 +- app/src/main/java/c/g/a/c/c0/f.java | 14 +- app/src/main/java/c/g/a/c/c0/h.java | 6 +- app/src/main/java/c/g/a/c/c0/k.java | 12 +- app/src/main/java/c/g/a/c/c0/o.java | 30 +- app/src/main/java/c/g/a/c/c0/q.java | 10 +- app/src/main/java/c/g/a/c/c0/u.java | 16 +- app/src/main/java/c/g/a/c/c0/v.java | 2 +- app/src/main/java/c/g/a/c/c0/w.java | 10 +- app/src/main/java/c/g/a/c/c0/x.java | 6 +- app/src/main/java/c/g/a/c/c0/y.java | 16 +- app/src/main/java/c/g/a/c/d.java | 2 +- app/src/main/java/c/g/a/c/d0/a.java | 4 +- app/src/main/java/c/g/a/c/e.java | 2 +- app/src/main/java/c/g/a/c/e0/h/b.java | 2 +- app/src/main/java/c/g/a/c/e0/h/c.java | 8 +- app/src/main/java/c/g/a/c/e0/h/d.java | 8 +- app/src/main/java/c/g/a/c/e0/h/f.java | 4 +- app/src/main/java/c/g/a/c/e0/h/h.java | 8 +- app/src/main/java/c/g/a/c/e0/h/l.java | 8 +- app/src/main/java/c/g/a/c/e0/h/m.java | 8 +- app/src/main/java/c/g/a/c/g0/a.java | 6 +- app/src/main/java/c/g/a/c/g0/b.java | 2 +- app/src/main/java/c/g/a/c/g0/e.java | 12 +- app/src/main/java/c/g/a/c/g0/f.java | 48 +- app/src/main/java/c/g/a/c/g0/j.java | 4 +- app/src/main/java/c/g/a/c/g0/l.java | 8 +- app/src/main/java/c/g/a/c/g0/t/j.java | 4 +- app/src/main/java/c/g/a/c/g0/t/l.java | 16 +- app/src/main/java/c/g/a/c/g0/t/m.java | 10 +- app/src/main/java/c/g/a/c/g0/t/u.java | 4 +- app/src/main/java/c/g/a/c/g0/u/d.java | 22 +- app/src/main/java/c/g/a/c/h0/c.java | 4 +- app/src/main/java/c/g/a/c/h0/m.java | 12 +- app/src/main/java/c/g/a/c/h0/n.java | 40 +- app/src/main/java/c/g/a/c/i0/d.java | 6 +- app/src/main/java/c/g/a/c/i0/r.java | 12 +- app/src/main/java/c/g/a/c/i0/t.java | 2 +- app/src/main/java/c/g/a/c/i0/u.java | 10 +- app/src/main/java/c/g/a/c/l.java | 2 +- app/src/main/java/c/h/a/a/a.java | 14 +- app/src/main/java/c/h/a/a/b.java | 14 +- app/src/main/java/c/h/a/a/e.java | 14 +- app/src/main/java/c/i/a/b/i/a.java | 14 +- app/src/main/java/c/i/a/b/i/b.java | 2 +- app/src/main/java/c/i/a/b/i/d.java | 26 +- app/src/main/java/c/i/a/b/i/e/b.java | 24 +- app/src/main/java/c/i/a/b/i/e/c.java | 12 +- app/src/main/java/c/i/a/b/i/e/f.java | 14 +- app/src/main/java/c/i/a/b/i/e/g.java | 12 +- app/src/main/java/c/i/a/b/j/a.java | 20 +- app/src/main/java/c/i/a/b/j/b.java | 18 +- app/src/main/java/c/i/a/b/j/c.java | 4 +- app/src/main/java/c/i/a/b/j/j.java | 6 +- app/src/main/java/c/i/a/b/j/l.java | 8 +- app/src/main/java/c/i/a/b/j/n.java | 4 +- app/src/main/java/c/i/a/b/j/p.java | 6 +- app/src/main/java/c/i/a/b/j/q/c.java | 12 +- app/src/main/java/c/i/a/b/j/q/i.java | 4 +- app/src/main/java/c/i/a/b/j/q/j.java | 6 +- app/src/main/java/c/i/a/b/j/q/k.java | 10 +- app/src/main/java/c/i/a/b/j/r/a/a.java | 10 +- app/src/main/java/c/i/a/b/j/t/b.java | 6 +- app/src/main/java/c/i/a/b/j/t/c.java | 6 +- app/src/main/java/c/i/a/b/j/t/d.java | 6 +- app/src/main/java/c/i/a/b/j/t/f.java | 2 +- app/src/main/java/c/i/a/b/j/t/g.java | 6 +- app/src/main/java/c/i/a/b/j/t/h/c.java | 18 +- app/src/main/java/c/i/a/b/j/t/h/d.java | 8 +- app/src/main/java/c/i/a/b/j/t/h/f.java | 2 +- app/src/main/java/c/i/a/b/j/t/h/g.java | 2 +- app/src/main/java/c/i/a/b/j/t/h/h.java | 2 +- app/src/main/java/c/i/a/b/j/t/h/i.java | 14 +- app/src/main/java/c/i/a/b/j/t/h/k.java | 6 +- app/src/main/java/c/i/a/b/j/t/h/l.java | 4 +- app/src/main/java/c/i/a/b/j/t/h/m.java | 6 +- app/src/main/java/c/i/a/b/j/t/h/o.java | 2 +- app/src/main/java/c/i/a/b/j/t/h/p.java | 4 +- app/src/main/java/c/i/a/b/j/t/h/q.java | 6 +- app/src/main/java/c/i/a/b/j/t/i/a.java | 12 +- app/src/main/java/c/i/a/b/j/t/i/a0.java | 6 +- app/src/main/java/c/i/a/b/j/t/i/b.java | 12 +- app/src/main/java/c/i/a/b/j/t/i/k.java | 6 +- app/src/main/java/c/i/a/b/j/t/i/s.java | 6 +- app/src/main/java/c/i/a/b/j/t/i/u.java | 6 +- app/src/main/java/c/i/a/c/a2/a.java | 34 +- app/src/main/java/c/i/a/c/a2/a0.java | 4 +- app/src/main/java/c/i/a/c/a2/b0/b.java | 14 +- app/src/main/java/c/i/a/c/a2/c.java | 8 +- app/src/main/java/c/i/a/c/a2/c0/c.java | 14 +- app/src/main/java/c/i/a/c/a2/c0/d.java | 28 +- app/src/main/java/c/i/a/c/a2/d.java | 8 +- app/src/main/java/c/i/a/c/a2/d0/b.java | 20 +- app/src/main/java/c/i/a/c/a2/d0/c.java | 20 +- app/src/main/java/c/i/a/c/a2/d0/d.java | 8 +- app/src/main/java/c/i/a/c/a2/d0/e.java | 12 +- app/src/main/java/c/i/a/c/a2/e.java | 6 +- app/src/main/java/c/i/a/c/a2/e0/a.java | 24 +- app/src/main/java/c/i/a/c/a2/e0/b.java | 4 +- app/src/main/java/c/i/a/c/a2/e0/d.java | 4 +- app/src/main/java/c/i/a/c/a2/e0/e.java | 18 +- app/src/main/java/c/i/a/c/a2/f0/b.java | 2 +- app/src/main/java/c/i/a/c/a2/f0/e.java | 502 +- app/src/main/java/c/i/a/c/a2/f0/g.java | 10 +- app/src/main/java/c/i/a/c/a2/g0/c.java | 2 +- app/src/main/java/c/i/a/c/a2/g0/d.java | 10 +- app/src/main/java/c/i/a/c/a2/g0/e.java | 8 +- app/src/main/java/c/i/a/c/a2/g0/f.java | 82 +- app/src/main/java/c/i/a/c/a2/g0/h.java | 6 +- app/src/main/java/c/i/a/c/a2/g0/i.java | 12 +- app/src/main/java/c/i/a/c/a2/h0/d.java | 8 +- app/src/main/java/c/i/a/c/a2/h0/e.java | 96 +- app/src/main/java/c/i/a/c/a2/h0/f.java | 4 +- app/src/main/java/c/i/a/c/a2/h0/g.java | 126 +- app/src/main/java/c/i/a/c/a2/h0/i.java | 74 +- app/src/main/java/c/i/a/c/a2/h0/j.java | 4 +- app/src/main/java/c/i/a/c/a2/h0/k.java | 2 +- app/src/main/java/c/i/a/c/a2/h0/m.java | 4 +- app/src/main/java/c/i/a/c/a2/h0/n.java | 4 +- app/src/main/java/c/i/a/c/a2/h0/o.java | 2 +- app/src/main/java/c/i/a/c/a2/h0/p.java | 4 +- app/src/main/java/c/i/a/c/a2/i0/b.java | 22 +- app/src/main/java/c/i/a/c/a2/i0/c.java | 16 +- app/src/main/java/c/i/a/c/a2/i0/d.java | 22 +- app/src/main/java/c/i/a/c/a2/i0/e.java | 20 +- app/src/main/java/c/i/a/c/a2/i0/f.java | 6 +- app/src/main/java/c/i/a/c/a2/i0/h.java | 6 +- app/src/main/java/c/i/a/c/a2/i0/i.java | 2 +- app/src/main/java/c/i/a/c/a2/i0/j.java | 28 +- app/src/main/java/c/i/a/c/a2/j0/a0.java | 4 +- app/src/main/java/c/i/a/c/a2/j0/b0.java | 84 +- app/src/main/java/c/i/a/c/a2/j0/d0.java | 10 +- app/src/main/java/c/i/a/c/a2/j0/e0.java | 2 +- app/src/main/java/c/i/a/c/a2/j0/f.java | 8 +- app/src/main/java/c/i/a/c/a2/j0/f0.java | 12 +- app/src/main/java/c/i/a/c/a2/j0/g.java | 12 +- app/src/main/java/c/i/a/c/a2/j0/g0.java | 4 +- app/src/main/java/c/i/a/c/a2/j0/h.java | 8 +- app/src/main/java/c/i/a/c/a2/j0/h0.java | 78 +- app/src/main/java/c/i/a/c/a2/j0/i.java | 12 +- app/src/main/java/c/i/a/c/a2/j0/i0.java | 10 +- app/src/main/java/c/i/a/c/a2/j0/j.java | 22 +- app/src/main/java/c/i/a/c/a2/j0/j0.java | 2 +- app/src/main/java/c/i/a/c/a2/j0/k.java | 64 +- app/src/main/java/c/i/a/c/a2/j0/l.java | 6 +- app/src/main/java/c/i/a/c/a2/j0/m.java | 20 +- app/src/main/java/c/i/a/c/a2/j0/n.java | 18 +- app/src/main/java/c/i/a/c/a2/j0/p.java | 40 +- app/src/main/java/c/i/a/c/a2/j0/q.java | 40 +- app/src/main/java/c/i/a/c/a2/j0/r.java | 50 +- app/src/main/java/c/i/a/c/a2/j0/s.java | 28 +- app/src/main/java/c/i/a/c/a2/j0/t.java | 14 +- app/src/main/java/c/i/a/c/a2/j0/u.java | 28 +- app/src/main/java/c/i/a/c/a2/j0/v.java | 14 +- app/src/main/java/c/i/a/c/a2/j0/w.java | 8 +- app/src/main/java/c/i/a/c/a2/j0/x.java | 14 +- app/src/main/java/c/i/a/c/a2/j0/y.java | 10 +- app/src/main/java/c/i/a/c/a2/j0/z.java | 4 +- app/src/main/java/c/i/a/c/a2/k0/b.java | 82 +- app/src/main/java/c/i/a/c/a2/k0/c.java | 4 +- app/src/main/java/c/i/a/c/a2/k0/e.java | 12 +- app/src/main/java/c/i/a/c/a2/o.java | 12 +- app/src/main/java/c/i/a/c/a2/p.java | 4 +- app/src/main/java/c/i/a/c/a2/r.java | 6 +- app/src/main/java/c/i/a/c/a2/u.java | 10 +- app/src/main/java/c/i/a/c/a2/w.java | 8 +- app/src/main/java/c/i/a/c/a2/x.java | 14 +- app/src/main/java/c/i/a/c/b1.java | 38 +- app/src/main/java/c/i/a/c/b2/l.java | 32 +- app/src/main/java/c/i/a/c/b2/m.java | 6 +- app/src/main/java/c/i/a/c/b2/n.java | 8 +- app/src/main/java/c/i/a/c/b2/o.java | 6 +- app/src/main/java/c/i/a/c/b2/p.java | 4 +- app/src/main/java/c/i/a/c/b2/q.java | 2 +- app/src/main/java/c/i/a/c/b2/s.java | 14 +- app/src/main/java/c/i/a/c/b2/u.java | 10 +- app/src/main/java/c/i/a/c/c0.java | 22 +- app/src/main/java/c/i/a/c/c1.java | 22 +- app/src/main/java/c/i/a/c/c2/f.java | 38 +- app/src/main/java/c/i/a/c/c2/i/a.java | 2 +- app/src/main/java/c/i/a/c/c2/j/a.java | 12 +- app/src/main/java/c/i/a/c/c2/k/b.java | 14 +- app/src/main/java/c/i/a/c/c2/l/a.java | 10 +- app/src/main/java/c/i/a/c/d0.java | 12 +- app/src/main/java/c/i/a/c/d1.java | 10 +- app/src/main/java/c/i/a/c/d2/a.java | 6 +- app/src/main/java/c/i/a/c/d2/b0.java | 86 +- app/src/main/java/c/i/a/c/d2/c0.java | 10 +- app/src/main/java/c/i/a/c/d2/d0.java | 10 +- app/src/main/java/c/i/a/c/d2/e0.java | 76 +- app/src/main/java/c/i/a/c/d2/h0.java | 10 +- app/src/main/java/c/i/a/c/d2/i0.java | 10 +- app/src/main/java/c/i/a/c/d2/j.java | 14 +- app/src/main/java/c/i/a/c/d2/j0/a.java | 24 +- app/src/main/java/c/i/a/c/d2/k.java | 6 +- app/src/main/java/c/i/a/c/d2/l.java | 4 +- app/src/main/java/c/i/a/c/d2/m.java | 14 +- app/src/main/java/c/i/a/c/d2/q.java | 6 +- app/src/main/java/c/i/a/c/d2/r.java | 6 +- app/src/main/java/c/i/a/c/d2/t.java | 26 +- app/src/main/java/c/i/a/c/d2/u.java | 4 +- app/src/main/java/c/i/a/c/d2/w.java | 16 +- app/src/main/java/c/i/a/c/d2/y.java | 2 +- app/src/main/java/c/i/a/c/d2/z.java | 18 +- app/src/main/java/c/i/a/c/e0.java | 8 +- app/src/main/java/c/i/a/c/e2/b.java | 4 +- app/src/main/java/c/i/a/c/e2/c.java | 12 +- app/src/main/java/c/i/a/c/e2/l.java | 32 +- app/src/main/java/c/i/a/c/e2/m/c.java | 72 +- app/src/main/java/c/i/a/c/e2/m/d.java | 52 +- app/src/main/java/c/i/a/c/e2/m/e.java | 16 +- app/src/main/java/c/i/a/c/e2/n/a.java | 28 +- app/src/main/java/c/i/a/c/e2/n/b.java | 26 +- app/src/main/java/c/i/a/c/e2/o/a.java | 16 +- app/src/main/java/c/i/a/c/e2/p/c.java | 4 +- app/src/main/java/c/i/a/c/e2/q/a.java | 14 +- app/src/main/java/c/i/a/c/e2/q/b.java | 4 +- app/src/main/java/c/i/a/c/e2/q/c.java | 12 +- app/src/main/java/c/i/a/c/e2/s/b.java | 2 +- app/src/main/java/c/i/a/c/e2/s/c.java | 30 +- app/src/main/java/c/i/a/c/e2/s/d.java | 78 +- app/src/main/java/c/i/a/c/e2/s/e.java | 4 +- app/src/main/java/c/i/a/c/e2/s/f.java | 6 +- app/src/main/java/c/i/a/c/e2/s/g.java | 4 +- app/src/main/java/c/i/a/c/e2/t/a.java | 14 +- app/src/main/java/c/i/a/c/e2/u/c.java | 6 +- app/src/main/java/c/i/a/c/e2/u/d.java | 4 +- app/src/main/java/c/i/a/c/e2/u/f.java | 2 +- app/src/main/java/c/i/a/c/e2/u/g.java | 4 +- app/src/main/java/c/i/a/c/e2/u/h.java | 36 +- app/src/main/java/c/i/a/c/e2/u/i.java | 16 +- app/src/main/java/c/i/a/c/e2/u/k.java | 2 +- app/src/main/java/c/i/a/c/f2/b.java | 2 +- app/src/main/java/c/i/a/c/f2/c.java | 2 +- app/src/main/java/c/i/a/c/f2/e.java | 14 +- app/src/main/java/c/i/a/c/f2/g.java | 6 +- app/src/main/java/c/i/a/c/f2/i.java | 34 +- app/src/main/java/c/i/a/c/f2/k.java | 8 +- app/src/main/java/c/i/a/c/f2/m.java | 6 +- app/src/main/java/c/i/a/c/g0.java | 12 +- app/src/main/java/c/i/a/c/g2/e.java | 2 +- app/src/main/java/c/i/a/c/g2/f.java | 2 +- app/src/main/java/c/i/a/c/g2/g.java | 66 +- app/src/main/java/c/i/a/c/g2/i.java | 4 +- app/src/main/java/c/i/a/c/g2/j.java | 18 +- app/src/main/java/c/i/a/c/g2/n.java | 30 +- app/src/main/java/c/i/a/c/g2/o/d.java | 6 +- app/src/main/java/c/i/a/c/g2/o/e.java | 8 +- app/src/main/java/c/i/a/c/g2/o/f.java | 14 +- app/src/main/java/c/i/a/c/g2/o/h.java | 20 +- app/src/main/java/c/i/a/c/h0.java | 2 +- app/src/main/java/c/i/a/c/h1.java | 8 +- app/src/main/java/c/i/a/c/h2/d.java | 4 +- app/src/main/java/c/i/a/c/h2/e.java | 12 +- app/src/main/java/c/i/a/c/h2/l.java | 12 +- app/src/main/java/c/i/a/c/h2/m.java | 4 +- app/src/main/java/c/i/a/c/h2/n.java | 32 +- app/src/main/java/c/i/a/c/h2/o.java | 10 +- app/src/main/java/c/i/a/c/h2/q.java | 21 +- app/src/main/java/c/i/a/c/h2/v.java | 6 +- app/src/main/java/c/i/a/c/h2/w.java | 10 +- app/src/main/java/c/i/a/c/h2/y/c.java | 24 +- app/src/main/java/c/i/a/c/h2/y/f.java | 22 +- app/src/main/java/c/i/a/c/h2/y/i.java | 4 +- app/src/main/java/c/i/a/c/h2/y/j.java | 48 +- app/src/main/java/c/i/a/c/h2/y/k.java | 2 +- app/src/main/java/c/i/a/c/h2/y/n.java | 14 +- app/src/main/java/c/i/a/c/h2/y/p.java | 2 +- app/src/main/java/c/i/a/c/h2/y/q.java | 34 +- app/src/main/java/c/i/a/c/i2/a.java | 2 +- app/src/main/java/c/i/a/c/i2/b.java | 6 +- app/src/main/java/c/i/a/c/i2/d.java | 2 +- app/src/main/java/c/i/a/c/i2/d0.java | 24 +- app/src/main/java/c/i/a/c/i2/e0.java | 12 +- app/src/main/java/c/i/a/c/i2/f0.java | 10 +- app/src/main/java/c/i/a/c/i2/i.java | 4 +- app/src/main/java/c/i/a/c/i2/n.java | 12 +- app/src/main/java/c/i/a/c/i2/o.java | 8 +- app/src/main/java/c/i/a/c/i2/u.java | 12 +- app/src/main/java/c/i/a/c/i2/v.java | 56 +- app/src/main/java/c/i/a/c/i2/w.java | 30 +- app/src/main/java/c/i/a/c/i2/x.java | 42 +- app/src/main/java/c/i/a/c/i2/z.java | 28 +- app/src/main/java/c/i/a/c/j0.java | 10 +- app/src/main/java/c/i/a/c/j2/j.java | 6 +- app/src/main/java/c/i/a/c/j2/l.java | 8 +- app/src/main/java/c/i/a/c/j2/m.java | 4 +- app/src/main/java/c/i/a/c/j2/n.java | 86 +- app/src/main/java/c/i/a/c/j2/o.java | 6 +- app/src/main/java/c/i/a/c/j2/t.java | 6 +- app/src/main/java/c/i/a/c/j2/x/b.java | 10 +- app/src/main/java/c/i/a/c/j2/x/c.java | 2 +- app/src/main/java/c/i/a/c/j2/x/d.java | 10 +- app/src/main/java/c/i/a/c/k0.java | 4 +- app/src/main/java/c/i/a/c/l0.java | 8 +- app/src/main/java/c/i/a/c/o0.java | 162 +- app/src/main/java/c/i/a/c/o1.java | 8 +- app/src/main/java/c/i/a/c/p1.java | 94 +- app/src/main/java/c/i/a/c/q0.java | 356 +- app/src/main/java/c/i/a/c/q1.java | 4 +- app/src/main/java/c/i/a/c/r1.java | 24 +- app/src/main/java/c/i/a/c/s1.java | 4 +- app/src/main/java/c/i/a/c/t.java | 10 +- app/src/main/java/c/i/a/c/t1.java | 4 +- app/src/main/java/c/i/a/c/u1/c1.java | 16 +- app/src/main/java/c/i/a/c/u1/d1.java | 8 +- app/src/main/java/c/i/a/c/u1/f0.java | 4 +- app/src/main/java/c/i/a/c/u1/h.java | 4 +- app/src/main/java/c/i/a/c/u1/i0.java | 4 +- app/src/main/java/c/i/a/c/u1/j.java | 4 +- app/src/main/java/c/i/a/c/u1/k.java | 4 +- app/src/main/java/c/i/a/c/u1/l0.java | 4 +- app/src/main/java/c/i/a/c/u1/m.java | 4 +- app/src/main/java/c/i/a/c/u1/m0.java | 4 +- app/src/main/java/c/i/a/c/u1/n.java | 4 +- app/src/main/java/c/i/a/c/u1/n0.java | 4 +- app/src/main/java/c/i/a/c/u1/o.java | 4 +- app/src/main/java/c/i/a/c/u1/o0.java | 4 +- app/src/main/java/c/i/a/c/u1/s0.java | 4 +- app/src/main/java/c/i/a/c/u1/t0.java | 4 +- app/src/main/java/c/i/a/c/u1/v0.java | 4 +- app/src/main/java/c/i/a/c/u1/w.java | 4 +- app/src/main/java/c/i/a/c/u1/z.java | 4 +- app/src/main/java/c/i/a/c/u1/z0.java | 4 +- app/src/main/java/c/i/a/c/v0.java | 56 +- app/src/main/java/c/i/a/c/v1/a0.java | 2 +- app/src/main/java/c/i/a/c/v1/b0.java | 12 +- app/src/main/java/c/i/a/c/v1/c0.java | 12 +- app/src/main/java/c/i/a/c/v1/d0.java | 14 +- app/src/main/java/c/i/a/c/v1/k.java | 4 +- app/src/main/java/c/i/a/c/v1/l.java | 2 +- app/src/main/java/c/i/a/c/v1/m.java | 4 +- app/src/main/java/c/i/a/c/v1/n.java | 10 +- app/src/main/java/c/i/a/c/v1/o.java | 14 +- app/src/main/java/c/i/a/c/v1/r.java | 6 +- app/src/main/java/c/i/a/c/v1/s.java | 44 +- app/src/main/java/c/i/a/c/v1/u.java | 8 +- app/src/main/java/c/i/a/c/v1/v.java | 6 +- app/src/main/java/c/i/a/c/v1/w.java | 2 +- app/src/main/java/c/i/a/c/v1/x.java | 2 +- app/src/main/java/c/i/a/c/v1/y.java | 32 +- app/src/main/java/c/i/a/c/v1/z.java | 14 +- app/src/main/java/c/i/a/c/x0.java | 24 +- app/src/main/java/c/i/a/c/x1/b.java | 2 +- app/src/main/java/c/i/a/c/x1/d.java | 2 +- app/src/main/java/c/i/a/c/x1/e.java | 8 +- app/src/main/java/c/i/a/c/x1/g.java | 14 +- app/src/main/java/c/i/a/c/y.java | 2 +- app/src/main/java/c/i/a/c/y0.java | 12 +- app/src/main/java/c/i/a/c/y1/a.java | 8 +- app/src/main/java/c/i/a/c/z0.java | 36 +- app/src/main/java/c/i/a/c/z1/a0.java | 10 +- app/src/main/java/c/i/a/c/z1/m.java | 2 +- app/src/main/java/c/i/a/c/z1/p.java | 4 +- app/src/main/java/c/i/a/c/z1/q.java | 20 +- app/src/main/java/c/i/a/c/z1/y.java | 6 +- app/src/main/java/c/i/a/c/z1/z.java | 52 +- app/src/main/java/c/i/a/e/b.java | 4 +- app/src/main/java/c/i/a/e/c.java | 22 +- app/src/main/java/c/i/a/f/b/f.java | 4 +- app/src/main/java/c/i/a/f/c/a/a.java | 12 +- app/src/main/java/c/i/a/f/c/a/b.java | 4 +- app/src/main/java/c/i/a/f/c/a/d/e.java | 8 +- app/src/main/java/c/i/a/f/c/a/d/f.java | 18 +- app/src/main/java/c/i/a/f/c/a/d/g.java | 16 +- app/src/main/java/c/i/a/f/c/a/d/i.java | 8 +- app/src/main/java/c/i/a/f/c/a/f/a.java | 2 +- app/src/main/java/c/i/a/f/c/a/f/b/a.java | 14 +- app/src/main/java/c/i/a/f/c/a/f/b/b.java | 12 +- app/src/main/java/c/i/a/f/c/a/f/b/f.java | 4 +- app/src/main/java/c/i/a/f/c/a/f/b/m.java | 4 +- app/src/main/java/c/i/a/f/c/a/f/b/s.java | 8 +- app/src/main/java/c/i/a/f/c/a/f/d.java | 12 +- app/src/main/java/c/i/a/f/c/a/f/f.java | 16 +- app/src/main/java/c/i/a/f/c/a/f/g.java | 8 +- app/src/main/java/c/i/a/f/d/b.java | 10 +- app/src/main/java/c/i/a/f/d/c.java | 8 +- app/src/main/java/c/i/a/f/d/f.java | 4 +- app/src/main/java/c/i/a/f/d/g.java | 8 +- app/src/main/java/c/i/a/f/d/k.java | 4 +- app/src/main/java/c/i/a/f/d/l.java | 2 +- app/src/main/java/c/i/a/f/d/q.java | 6 +- app/src/main/java/c/i/a/f/d/r.java | 14 +- app/src/main/java/c/i/a/f/d/x.java | 10 +- app/src/main/java/c/i/a/f/d/y.java | 6 +- app/src/main/java/c/i/a/f/e/a0.java | 6 +- app/src/main/java/c/i/a/f/e/b0.java | 14 +- app/src/main/java/c/i/a/f/e/c.java | 6 +- app/src/main/java/c/i/a/f/e/e.java | 2 +- app/src/main/java/c/i/a/f/e/f.java | 10 +- app/src/main/java/c/i/a/f/e/h/a.java | 4 +- app/src/main/java/c/i/a/f/e/h/b.java | 22 +- app/src/main/java/c/i/a/f/e/h/j/a1.java | 2 +- app/src/main/java/c/i/a/f/e/h/j/b.java | 6 +- app/src/main/java/c/i/a/f/e/h/j/b0.java | 2 +- app/src/main/java/c/i/a/f/e/h/j/c0.java | 4 +- app/src/main/java/c/i/a/f/e/h/j/d0.java | 4 +- app/src/main/java/c/i/a/f/e/h/j/g.java | 86 +- app/src/main/java/c/i/a/f/e/h/j/g0.java | 6 +- app/src/main/java/c/i/a/f/e/h/j/h.java | 8 +- app/src/main/java/c/i/a/f/e/h/j/i0.java | 2 +- app/src/main/java/c/i/a/f/e/h/j/k.java | 4 +- app/src/main/java/c/i/a/f/e/h/j/k0.java | 6 +- app/src/main/java/c/i/a/f/e/h/j/n0.java | 16 +- app/src/main/java/c/i/a/f/e/h/j/p0.java | 14 +- app/src/main/java/c/i/a/f/e/h/j/q0.java | 16 +- app/src/main/java/c/i/a/f/e/h/j/w.java | 2 +- app/src/main/java/c/i/a/f/e/h/j/z.java | 4 +- app/src/main/java/c/i/a/f/e/h/l.java | 10 +- app/src/main/java/c/i/a/f/e/h/m.java | 12 +- app/src/main/java/c/i/a/f/e/j/a.java | 12 +- app/src/main/java/c/i/a/f/e/k/a0.java | 10 +- app/src/main/java/c/i/a/f/e/k/b.java | 32 +- app/src/main/java/c/i/a/f/e/k/b0.java | 20 +- app/src/main/java/c/i/a/f/e/k/c.java | 8 +- app/src/main/java/c/i/a/f/e/k/c0.java | 22 +- app/src/main/java/c/i/a/f/e/k/d.java | 22 +- app/src/main/java/c/i/a/f/e/k/e.java | 8 +- app/src/main/java/c/i/a/f/e/k/e0.java | 12 +- app/src/main/java/c/i/a/f/e/k/f0.java | 12 +- app/src/main/java/c/i/a/f/e/k/g0.java | 6 +- app/src/main/java/c/i/a/f/e/k/q0.java | 4 +- app/src/main/java/c/i/a/f/e/k/s0.java | 18 +- app/src/main/java/c/i/a/f/e/k/t.java | 6 +- app/src/main/java/c/i/a/f/e/k/x.java | 12 +- app/src/main/java/c/i/a/f/e/k/y.java | 16 +- app/src/main/java/c/i/a/f/e/l/a.java | 6 +- app/src/main/java/c/i/a/f/e/n/a.java | 12 +- app/src/main/java/c/i/a/f/e/o/c.java | 24 +- app/src/main/java/c/i/a/f/e/o/i.java | 4 +- app/src/main/java/c/i/a/f/e/q.java | 12 +- app/src/main/java/c/i/a/f/e/r.java | 12 +- app/src/main/java/c/i/a/f/e/s.java | 10 +- app/src/main/java/c/i/a/f/e/v.java | 4 +- app/src/main/java/c/i/a/f/e/w.java | 6 +- app/src/main/java/c/i/a/f/g/b.java | 4 +- app/src/main/java/c/i/a/f/g/c.java | 6 +- app/src/main/java/c/i/a/f/g/d.java | 6 +- app/src/main/java/c/i/a/f/h/b/a.java | 2 +- app/src/main/java/c/i/a/f/h/b/b.java | 4 +- app/src/main/java/c/i/a/f/h/c/o.java | 2 +- app/src/main/java/c/i/a/f/h/c/p.java | 8 +- app/src/main/java/c/i/a/f/h/c/u.java | 8 +- app/src/main/java/c/i/a/f/h/d/a.java | 4 +- app/src/main/java/c/i/a/f/h/e/a.java | 2 +- app/src/main/java/c/i/a/f/h/h/a.java | 2 +- app/src/main/java/c/i/a/f/h/j/a0.java | 6 +- app/src/main/java/c/i/a/f/h/j/a1.java | 4 +- app/src/main/java/c/i/a/f/h/j/b1.java | 2 +- app/src/main/java/c/i/a/f/h/j/e0.java | 10 +- app/src/main/java/c/i/a/f/h/j/f1.java | 4 +- app/src/main/java/c/i/a/f/h/j/g.java | 4 +- app/src/main/java/c/i/a/f/h/j/h0.java | 2 +- app/src/main/java/c/i/a/f/h/j/i0.java | 2 +- app/src/main/java/c/i/a/f/h/j/j.java | 2 +- app/src/main/java/c/i/a/f/h/j/j0.java | 8 +- app/src/main/java/c/i/a/f/h/j/n0.java | 6 +- app/src/main/java/c/i/a/f/h/j/o0.java | 6 +- app/src/main/java/c/i/a/f/h/j/q.java | 6 +- app/src/main/java/c/i/a/f/h/j/r.java | 36 +- app/src/main/java/c/i/a/f/h/j/s0.java | 6 +- app/src/main/java/c/i/a/f/h/j/t0.java | 10 +- app/src/main/java/c/i/a/f/h/j/u0.java | 2 +- app/src/main/java/c/i/a/f/h/j/v0.java | 2 +- app/src/main/java/c/i/a/f/h/j/z.java | 8 +- app/src/main/java/c/i/a/f/h/k/k.java | 4 +- app/src/main/java/c/i/a/f/h/k/m.java | 10 +- app/src/main/java/c/i/a/f/h/k/n.java | 8 +- app/src/main/java/c/i/a/f/h/k/o.java | 10 +- app/src/main/java/c/i/a/f/h/k/p.java | 10 +- app/src/main/java/c/i/a/f/h/k/r.java | 8 +- app/src/main/java/c/i/a/f/h/k/s.java | 14 +- app/src/main/java/c/i/a/f/h/k/t.java | 10 +- app/src/main/java/c/i/a/f/h/k/u.java | 18 +- app/src/main/java/c/i/a/f/h/l/c0.java | 6 +- app/src/main/java/c/i/a/f/h/l/c2.java | 6 +- app/src/main/java/c/i/a/f/h/l/c7.java | 20 +- app/src/main/java/c/i/a/f/h/l/d5.java | 2 +- app/src/main/java/c/i/a/f/h/l/e6.java | 228 +- app/src/main/java/c/i/a/f/h/l/f5.java | 2 +- app/src/main/java/c/i/a/f/h/l/f7.java | 8 +- app/src/main/java/c/i/a/f/h/l/g.java | 18 +- app/src/main/java/c/i/a/f/h/l/g4.java | 4 +- app/src/main/java/c/i/a/f/h/l/g6.java | 14 +- app/src/main/java/c/i/a/f/h/l/ga.java | 6 +- app/src/main/java/c/i/a/f/h/l/h.java | 14 +- app/src/main/java/c/i/a/f/h/l/h4.java | 4 +- app/src/main/java/c/i/a/f/h/l/h9.java | 6 +- app/src/main/java/c/i/a/f/h/l/j.java | 4 +- app/src/main/java/c/i/a/f/h/l/j7.java | 4 +- app/src/main/java/c/i/a/f/h/l/l2.java | 6 +- app/src/main/java/c/i/a/f/h/l/la.java | 6 +- app/src/main/java/c/i/a/f/h/l/n4.java | 10 +- app/src/main/java/c/i/a/f/h/l/n6.java | 8 +- app/src/main/java/c/i/a/f/h/l/o4.java | 4 +- app/src/main/java/c/i/a/f/h/l/o5.java | 6 +- app/src/main/java/c/i/a/f/h/l/o6.java | 4 +- app/src/main/java/c/i/a/f/h/l/p2.java | 2 +- app/src/main/java/c/i/a/f/h/l/p8.java | 30 +- app/src/main/java/c/i/a/f/h/l/s2.java | 4 +- app/src/main/java/c/i/a/f/h/l/s3.java | 2 +- app/src/main/java/c/i/a/f/h/l/s6.java | 2 +- app/src/main/java/c/i/a/f/h/l/u1.java | 2 +- app/src/main/java/c/i/a/f/h/l/u4.java | 4 +- app/src/main/java/c/i/a/f/h/l/v8.java | 6 +- app/src/main/java/c/i/a/f/h/l/x1.java | 2 +- app/src/main/java/c/i/a/f/h/l/y1.java | 6 +- app/src/main/java/c/i/a/f/h/l/y7.java | 6 +- app/src/main/java/c/i/a/f/h/l/ya.java | 6 +- app/src/main/java/c/i/a/f/h/m/d.java | 12 +- app/src/main/java/c/i/a/f/h/m/e.java | 6 +- app/src/main/java/c/i/a/f/h/m/f.java | 10 +- app/src/main/java/c/i/a/f/h/m/g.java | 14 +- app/src/main/java/c/i/a/f/h/m/p.java | 2 +- app/src/main/java/c/i/a/f/h/o/d.java | 2 +- app/src/main/java/c/i/a/f/i/a/a.java | 4 +- app/src/main/java/c/i/a/f/i/b/a.java | 2 +- app/src/main/java/c/i/a/f/i/b/a4.java | 22 +- app/src/main/java/c/i/a/f/i/b/a9.java | 4 +- app/src/main/java/c/i/a/f/i/b/b4.java | 8 +- app/src/main/java/c/i/a/f/i/b/ba.java | 8 +- app/src/main/java/c/i/a/f/i/b/c.java | 12 +- app/src/main/java/c/i/a/f/i/b/c6.java | 34 +- app/src/main/java/c/i/a/f/i/b/c7.java | 8 +- app/src/main/java/c/i/a/f/i/b/ca.java | 14 +- app/src/main/java/c/i/a/f/i/b/d.java | 18 +- app/src/main/java/c/i/a/f/i/b/d4.java | 12 +- app/src/main/java/c/i/a/f/i/b/d6.java | 2 +- app/src/main/java/c/i/a/f/i/b/d9.java | 8 +- app/src/main/java/c/i/a/f/i/b/da.java | 12 +- app/src/main/java/c/i/a/f/i/b/e6.java | 12 +- app/src/main/java/c/i/a/f/i/b/e7.java | 2 +- app/src/main/java/c/i/a/f/i/b/ea.java | 2 +- app/src/main/java/c/i/a/f/i/b/f.java | 2 +- app/src/main/java/c/i/a/f/i/b/f4.java | 6 +- app/src/main/java/c/i/a/f/i/b/f9.java | 8 +- app/src/main/java/c/i/a/f/i/b/fa.java | 4 +- app/src/main/java/c/i/a/f/i/b/g.java | 42 +- app/src/main/java/c/i/a/f/i/b/h4.java | 6 +- app/src/main/java/c/i/a/f/i/b/h7.java | 16 +- app/src/main/java/c/i/a/f/i/b/ha.java | 4 +- app/src/main/java/c/i/a/f/i/b/i.java | 8 +- app/src/main/java/c/i/a/f/i/b/i4.java | 6 +- app/src/main/java/c/i/a/f/i/b/i7.java | 4 +- app/src/main/java/c/i/a/f/i/b/i9.java | 8 +- app/src/main/java/c/i/a/f/i/b/ia.java | 16 +- app/src/main/java/c/i/a/f/i/b/j.java | 6 +- app/src/main/java/c/i/a/f/i/b/j3.java | 8 +- app/src/main/java/c/i/a/f/i/b/j4.java | 8 +- app/src/main/java/c/i/a/f/i/b/j9.java | 2 +- app/src/main/java/c/i/a/f/i/b/k4.java | 6 +- app/src/main/java/c/i/a/f/i/b/k8.java | 2 +- app/src/main/java/c/i/a/f/i/b/k9.java | 190 +- app/src/main/java/c/i/a/f/i/b/l.java | 10 +- app/src/main/java/c/i/a/f/i/b/l3.java | 2 +- app/src/main/java/c/i/a/f/i/b/m.java | 8 +- app/src/main/java/c/i/a/f/i/b/m3.java | 4 +- app/src/main/java/c/i/a/f/i/b/m6.java | 4 +- app/src/main/java/c/i/a/f/i/b/m9.java | 10 +- app/src/main/java/c/i/a/f/i/b/n3.java | 14 +- app/src/main/java/c/i/a/f/i/b/o.java | 8 +- app/src/main/java/c/i/a/f/i/b/o3.java | 4 +- app/src/main/java/c/i/a/f/i/b/p.java | 50 +- app/src/main/java/c/i/a/f/i/b/p4.java | 4 +- app/src/main/java/c/i/a/f/i/b/q.java | 10 +- app/src/main/java/c/i/a/f/i/b/q3.java | 8 +- app/src/main/java/c/i/a/f/i/b/q7.java | 18 +- app/src/main/java/c/i/a/f/i/b/q9.java | 2 +- app/src/main/java/c/i/a/f/i/b/r4.java | 2 +- app/src/main/java/c/i/a/f/i/b/s3.java | 12 +- app/src/main/java/c/i/a/f/i/b/s4.java | 4 +- app/src/main/java/c/i/a/f/i/b/s6.java | 2 +- app/src/main/java/c/i/a/f/i/b/s9.java | 30 +- app/src/main/java/c/i/a/f/i/b/t3.java | 12 +- app/src/main/java/c/i/a/f/i/b/t6.java | 2 +- app/src/main/java/c/i/a/f/i/b/t9.java | 14 +- app/src/main/java/c/i/a/f/i/b/u3.java | 6 +- app/src/main/java/c/i/a/f/i/b/u4.java | 46 +- app/src/main/java/c/i/a/f/i/b/u5.java | 2 +- app/src/main/java/c/i/a/f/i/b/u9.java | 4 +- app/src/main/java/c/i/a/f/i/b/v5.java | 4 +- app/src/main/java/c/i/a/f/i/b/v6.java | 2 +- app/src/main/java/c/i/a/f/i/b/v8.java | 8 +- app/src/main/java/c/i/a/f/i/b/w4.java | 8 +- app/src/main/java/c/i/a/f/i/b/w7.java | 2 +- app/src/main/java/c/i/a/f/i/b/w8.java | 6 +- app/src/main/java/c/i/a/f/i/b/x.java | 8 +- app/src/main/java/c/i/a/f/i/b/x8.java | 4 +- app/src/main/java/c/i/a/f/i/b/y0.java | 10 +- app/src/main/java/c/i/a/f/i/b/y5.java | 4 +- app/src/main/java/c/i/a/f/i/b/y6.java | 10 +- app/src/main/java/c/i/a/f/i/b/y8.java | 6 +- app/src/main/java/c/i/a/f/i/b/z4.java | 16 +- app/src/main/java/c/i/a/f/i/b/z9.java | 38 +- app/src/main/java/c/i/a/f/j/a.java | 2 +- app/src/main/java/c/i/a/f/j/b/e/b.java | 2 +- app/src/main/java/c/i/a/f/j/b/e/d.java | 10 +- app/src/main/java/c/i/a/f/j/b/e/e.java | 10 +- app/src/main/java/c/i/a/f/j/b/e/f0.java | 20 +- app/src/main/java/c/i/a/f/j/b/e/g0.java | 16 +- app/src/main/java/c/i/a/f/j/b/e/h0.java | 28 +- app/src/main/java/c/i/a/f/j/b/e/i.java | 8 +- app/src/main/java/c/i/a/f/j/b/e/i0.java | 14 +- app/src/main/java/c/i/a/f/j/b/e/j.java | 6 +- app/src/main/java/c/i/a/f/j/b/e/j0.java | 18 +- app/src/main/java/c/i/a/f/j/b/e/k0.java | 12 +- app/src/main/java/c/i/a/f/j/b/e/l.java | 12 +- app/src/main/java/c/i/a/f/j/b/e/l0.java | 14 +- app/src/main/java/c/i/a/f/j/b/e/m.java | 6 +- app/src/main/java/c/i/a/f/j/b/e/m0.java | 14 +- app/src/main/java/c/i/a/f/j/b/e/n.java | 6 +- app/src/main/java/c/i/a/f/j/b/e/n0.java | 12 +- app/src/main/java/c/i/a/f/j/b/e/o.java | 6 +- app/src/main/java/c/i/a/f/j/b/e/r.java | 4 +- app/src/main/java/c/i/a/f/j/b/e/s.java | 4 +- app/src/main/java/c/i/a/f/j/b/e/v.java | 4 +- app/src/main/java/c/i/a/f/j/b/e/w.java | 14 +- app/src/main/java/c/i/a/f/j/b/e/x.java | 4 +- app/src/main/java/c/i/a/f/j/b/e/x0.java | 2 +- app/src/main/java/c/i/a/f/j/b/e/y.java | 6 +- app/src/main/java/c/i/a/f/j/b/f.java | 12 +- app/src/main/java/c/i/a/f/j/b/g.java | 14 +- app/src/main/java/c/i/a/f/j/b/j.java | 24 +- app/src/main/java/c/i/a/f/k/a.java | 4 +- app/src/main/java/c/i/a/f/k/b.java | 8 +- app/src/main/java/c/i/a/f/k/c.java | 10 +- app/src/main/java/c/i/a/f/k/d.java | 14 +- app/src/main/java/c/i/a/f/k/e.java | 8 +- app/src/main/java/c/i/a/f/k/f.java | 12 +- app/src/main/java/c/i/a/f/k/g.java | 24 +- app/src/main/java/c/i/a/f/l/b/a.java | 2 +- app/src/main/java/c/i/a/f/l/b/b.java | 12 +- app/src/main/java/c/i/a/f/l/b/h.java | 8 +- app/src/main/java/c/i/a/f/l/b/i.java | 10 +- app/src/main/java/c/i/a/f/l/b/j.java | 10 +- app/src/main/java/c/i/a/f/l/c.java | 4 +- app/src/main/java/c/i/a/f/m/a.java | 22 +- app/src/main/java/c/i/a/f/n/b0.java | 22 +- app/src/main/java/c/i/a/f/n/j.java | 10 +- app/src/main/java/c/i/a/f/n/k.java | 4 +- app/src/main/java/c/i/a/f/n/l.java | 10 +- app/src/main/java/c/i/a/f/n/m.java | 10 +- app/src/main/java/c/i/a/f/n/n.java | 8 +- app/src/main/java/c/i/a/f/n/o.java | 2 +- app/src/main/java/c/i/a/f/n/p.java | 6 +- app/src/main/java/c/i/a/f/n/q.java | 6 +- app/src/main/java/c/i/a/f/n/r.java | 2 +- app/src/main/java/c/i/a/f/n/s.java | 2 +- app/src/main/java/c/i/a/f/n/t.java | 6 +- app/src/main/java/c/i/a/f/n/u.java | 6 +- app/src/main/java/c/i/a/f/n/v.java | 2 +- app/src/main/java/c/i/a/f/n/w.java | 10 +- app/src/main/java/c/i/a/f/n/x.java | 10 +- app/src/main/java/c/i/a/f/n/y.java | 8 +- app/src/main/java/c/i/a/g/a/c.java | 2 +- app/src/main/java/c/i/a/g/a/d.java | 4 +- app/src/main/java/c/i/a/g/b/a.java | 8 +- app/src/main/java/c/i/a/g/c/a.java | 32 +- app/src/main/java/c/i/a/g/d/a.java | 6 +- app/src/main/java/c/i/a/g/d/b.java | 4 +- app/src/main/java/c/i/a/g/d/g.java | 2 +- app/src/main/java/c/i/a/g/d/k.java | 2 +- app/src/main/java/c/i/a/g/d/l.java | 2 +- app/src/main/java/c/i/a/g/e/b.java | 2 +- app/src/main/java/c/i/a/g/e/c.java | 8 +- app/src/main/java/c/i/a/g/e/d.java | 6 +- app/src/main/java/c/i/a/g/e/e.java | 10 +- app/src/main/java/c/i/a/g/e/f.java | 30 +- app/src/main/java/c/i/a/g/e/h.java | 4 +- app/src/main/java/c/i/a/g/e/i.java | 2 +- app/src/main/java/c/i/a/g/f/a.java | 6 +- app/src/main/java/c/i/a/g/g/a.java | 12 +- app/src/main/java/c/i/a/g/g/d.java | 4 +- app/src/main/java/c/i/a/g/g/g.java | 4 +- app/src/main/java/c/i/a/g/g/h.java | 10 +- app/src/main/java/c/i/a/g/g/j.java | 4 +- app/src/main/java/c/i/a/g/g/l.java | 4 +- app/src/main/java/c/i/a/g/h/a.java | 20 +- app/src/main/java/c/i/a/g/j/d.java | 2 +- app/src/main/java/c/i/a/g/j/e.java | 4 +- app/src/main/java/c/i/a/g/j/h.java | 4 +- app/src/main/java/c/i/a/g/j/i.java | 2 +- app/src/main/java/c/i/a/g/j/l.java | 2 +- app/src/main/java/c/i/a/g/j/m.java | 4 +- app/src/main/java/c/i/a/g/j/n.java | 30 +- app/src/main/java/c/i/a/g/j/p.java | 4 +- app/src/main/java/c/i/a/g/k/b.java | 4 +- app/src/main/java/c/i/a/g/k/f.java | 2 +- app/src/main/java/c/i/a/g/l/b.java | 2 +- app/src/main/java/c/i/a/g/l/c.java | 4 +- app/src/main/java/c/i/a/g/l/e.java | 4 +- app/src/main/java/c/i/a/g/l/f.java | 4 +- app/src/main/java/c/i/a/g/l/g.java | 2 +- app/src/main/java/c/i/a/g/l/l/b.java | 2 +- app/src/main/java/c/i/a/g/l/l/c.java | 4 +- app/src/main/java/c/i/a/g/l/l/e.java | 4 +- app/src/main/java/c/i/a/g/l/l/f.java | 4 +- app/src/main/java/c/i/a/g/l/l/g.java | 2 +- app/src/main/java/c/i/b/a/c.java | 2 +- app/src/main/java/c/i/b/a/g.java | 14 +- app/src/main/java/c/i/b/a/k.java | 4 +- app/src/main/java/c/i/b/b/d0.java | 18 +- app/src/main/java/c/i/b/b/e0.java | 32 +- app/src/main/java/c/i/b/b/l.java | 6 +- app/src/main/java/c/i/b/b/n.java | 4 +- app/src/main/java/c/i/b/b/s.java | 2 +- app/src/main/java/c/i/b/b/u.java | 8 +- app/src/main/java/c/i/b/b/w.java | 6 +- app/src/main/java/c/i/c/c.java | 14 +- app/src/main/java/c/i/c/i.java | 10 +- app/src/main/java/c/i/c/j/a/b.java | 6 +- app/src/main/java/c/i/c/j/a/c/b.java | 4 +- app/src/main/java/c/i/c/j/a/c/c.java | 4 +- app/src/main/java/c/i/c/j/a/c/d.java | 4 +- app/src/main/java/c/i/c/j/a/c/e.java | 2 +- app/src/main/java/c/i/c/k/a.java | 2 +- app/src/main/java/c/i/c/k/d/a.java | 8 +- app/src/main/java/c/i/c/k/d/c.java | 2 +- app/src/main/java/c/i/c/k/d/e.java | 10 +- app/src/main/java/c/i/c/k/d/f.java | 14 +- app/src/main/java/c/i/c/l/d.java | 16 +- app/src/main/java/c/i/c/l/k.java | 14 +- app/src/main/java/c/i/c/l/m.java | 4 +- app/src/main/java/c/i/c/l/o.java | 10 +- app/src/main/java/c/i/c/l/q.java | 6 +- app/src/main/java/c/i/c/l/r.java | 8 +- app/src/main/java/c/i/c/l/s.java | 8 +- app/src/main/java/c/i/c/m/b.java | 2 +- app/src/main/java/c/i/c/m/d/e.java | 6 +- app/src/main/java/c/i/c/m/d/h.java | 8 +- app/src/main/java/c/i/c/m/d/i/c.java | 10 +- app/src/main/java/c/i/c/m/d/k/a.java | 6 +- app/src/main/java/c/i/c/m/d/k/a0.java | 2 +- app/src/main/java/c/i/c/m/d/k/b.java | 4 +- app/src/main/java/c/i/c/m/d/k/d1.java | 24 +- app/src/main/java/c/i/c/m/d/k/f0.java | 6 +- app/src/main/java/c/i/c/m/d/k/h.java | 6 +- app/src/main/java/c/i/c/m/d/k/h0.java | 2 +- app/src/main/java/c/i/c/m/d/k/i.java | 6 +- app/src/main/java/c/i/c/m/d/k/k0.java | 8 +- app/src/main/java/c/i/c/m/d/k/n0.java | 8 +- app/src/main/java/c/i/c/m/d/k/p0.java | 8 +- app/src/main/java/c/i/c/m/d/k/q0.java | 6 +- app/src/main/java/c/i/c/m/d/k/r0.java | 8 +- app/src/main/java/c/i/c/m/d/k/u.java | 6 +- app/src/main/java/c/i/c/m/d/k/u0.java | 6 +- app/src/main/java/c/i/c/m/d/k/v.java | 8 +- app/src/main/java/c/i/c/m/d/k/v0.java | 6 +- app/src/main/java/c/i/c/m/d/k/x.java | 64 +- app/src/main/java/c/i/c/m/d/k/y.java | 6 +- app/src/main/java/c/i/c/m/d/l/b.java | 8 +- app/src/main/java/c/i/c/m/d/l/c.java | 22 +- app/src/main/java/c/i/c/m/d/l/e.java | 8 +- app/src/main/java/c/i/c/m/d/m/a.java | 80 +- app/src/main/java/c/i/c/m/d/m/b.java | 22 +- app/src/main/java/c/i/c/m/d/m/f.java | 20 +- app/src/main/java/c/i/c/m/d/m/g.java | 12 +- app/src/main/java/c/i/c/m/d/m/i.java | 18 +- app/src/main/java/c/i/c/m/d/m/j.java | 12 +- app/src/main/java/c/i/c/m/d/m/k.java | 18 +- app/src/main/java/c/i/c/m/d/m/l.java | 12 +- app/src/main/java/c/i/c/m/d/m/m.java | 12 +- app/src/main/java/c/i/c/m/d/m/n.java | 12 +- app/src/main/java/c/i/c/m/d/m/o.java | 12 +- app/src/main/java/c/i/c/m/d/m/p.java | 12 +- app/src/main/java/c/i/c/m/d/m/q.java | 16 +- app/src/main/java/c/i/c/m/d/m/r.java | 18 +- app/src/main/java/c/i/c/m/d/m/t.java | 12 +- app/src/main/java/c/i/c/m/d/m/x/h.java | 10 +- app/src/main/java/c/i/c/m/d/n/a.java | 8 +- app/src/main/java/c/i/c/m/d/n/c.java | 4 +- app/src/main/java/c/i/c/m/d/o/g.java | 2 +- app/src/main/java/c/i/c/m/d/p/d.java | 4 +- app/src/main/java/c/i/c/m/d/q/b.java | 6 +- app/src/main/java/c/i/c/m/d/q/c/a.java | 4 +- app/src/main/java/c/i/c/m/d/q/c/d.java | 6 +- app/src/main/java/c/i/c/m/d/q/d/a.java | 2 +- app/src/main/java/c/i/c/m/d/q/d/c.java | 6 +- app/src/main/java/c/i/c/m/d/q/d/d.java | 2 +- app/src/main/java/c/i/c/m/d/r/c.java | 2 +- app/src/main/java/c/i/c/m/d/s/c.java | 10 +- app/src/main/java/c/i/c/m/d/s/h/a.java | 4 +- app/src/main/java/c/i/c/m/d/s/h/b.java | 6 +- app/src/main/java/c/i/c/m/d/s/h/f.java | 6 +- app/src/main/java/c/i/c/m/d/s/h/g.java | 4 +- app/src/main/java/c/i/c/m/d/s/i/a.java | 4 +- app/src/main/java/c/i/c/m/d/s/i/c.java | 2 +- app/src/main/java/c/i/c/m/d/t/e.java | 4 +- app/src/main/java/c/i/c/m/d/u/a.java | 6 +- app/src/main/java/c/i/c/m/e/a.java | 6 +- app/src/main/java/c/i/c/m/e/c.java | 2 +- app/src/main/java/c/i/c/m/e/g.java | 6 +- app/src/main/java/c/i/c/m/e/h.java | 2 +- app/src/main/java/c/i/c/o/b/a.java | 12 +- app/src/main/java/c/i/c/o/b/i.java | 6 +- app/src/main/java/c/i/c/o/b/m.java | 8 +- app/src/main/java/c/i/c/o/b/n.java | 8 +- app/src/main/java/c/i/c/p/h/d.java | 2 +- app/src/main/java/c/i/c/p/h/e.java | 4 +- app/src/main/java/c/i/c/p/h/f.java | 6 +- app/src/main/java/c/i/c/s/f.java | 8 +- app/src/main/java/c/i/c/s/i.java | 6 +- app/src/main/java/c/i/c/s/l.java | 6 +- app/src/main/java/c/i/c/s/n.java | 10 +- app/src/main/java/c/i/c/s/q.java | 4 +- app/src/main/java/c/i/c/s/v.java | 12 +- app/src/main/java/c/i/c/s/w.java | 8 +- app/src/main/java/c/i/c/s/x.java | 2 +- app/src/main/java/c/i/c/s/y.java | 10 +- app/src/main/java/c/i/c/u/a.java | 12 +- app/src/main/java/c/i/c/u/e.java | 4 +- app/src/main/java/c/i/c/u/f.java | 34 +- app/src/main/java/c/i/c/u/n.java | 8 +- app/src/main/java/c/i/c/u/o/a.java | 20 +- app/src/main/java/c/i/c/u/o/b.java | 4 +- app/src/main/java/c/i/c/u/o/c.java | 2 +- app/src/main/java/c/i/c/u/o/d.java | 2 +- app/src/main/java/c/i/c/u/p/a.java | 12 +- app/src/main/java/c/i/c/u/p/b.java | 16 +- app/src/main/java/c/i/c/u/p/c.java | 14 +- app/src/main/java/c/i/c/u/p/e.java | 10 +- app/src/main/java/c/i/c/v/a.java | 4 +- app/src/main/java/c/i/c/w/c.java | 12 +- app/src/main/java/c/i/c/w/q.java | 4 +- app/src/main/java/c/i/c/w/s.java | 8 +- app/src/main/java/c/i/c/w/t.java | 2 +- app/src/main/java/c/i/c/w/u.java | 8 +- app/src/main/java/c/i/c/w/v.java | 8 +- app/src/main/java/c/i/c/w/w.java | 4 +- app/src/main/java/c/i/c/w/x.java | 2 +- app/src/main/java/c/i/c/w/y.java | 12 +- app/src/main/java/c/i/d/e.java | 4 +- app/src/main/java/c/i/d/q/f.java | 6 +- app/src/main/java/c/i/d/q/x/a.java | 10 +- app/src/main/java/c/i/d/q/x/b.java | 8 +- app/src/main/java/c/i/d/q/y/c.java | 8 +- app/src/main/java/c/i/e/c.java | 4 +- app/src/main/java/c/i/e/e.java | 12 +- app/src/main/java/c/i/e/h.java | 12 +- app/src/main/java/c/i/e/m/a.java | 4 +- app/src/main/java/c/i/e/m/b.java | 10 +- app/src/main/java/c/i/e/m/c/a.java | 8 +- app/src/main/java/c/i/e/m/d/a.java | 14 +- app/src/main/java/c/i/e/n/c.java | 12 +- app/src/main/java/c/i/e/n/e.java | 4 +- app/src/main/java/c/i/e/n/f.java | 2 +- app/src/main/java/c/i/e/n/h.java | 6 +- app/src/main/java/c/i/e/n/i.java | 8 +- app/src/main/java/c/i/e/n/k/a.java | 10 +- app/src/main/java/c/i/e/n/l/a.java | 4 +- app/src/main/java/c/i/e/o/a.java | 16 +- app/src/main/java/c/i/e/o/b/a.java | 6 +- app/src/main/java/c/i/e/o/b/c.java | 2 +- app/src/main/java/c/i/e/o/b/d.java | 8 +- app/src/main/java/c/i/e/o/b/e.java | 4 +- app/src/main/java/c/i/e/o/c/a.java | 8 +- app/src/main/java/c/i/e/q/a.java | 8 +- app/src/main/java/c/i/e/q/c.java | 6 +- app/src/main/java/c/i/e/q/d.java | 6 +- app/src/main/java/c/i/e/q/e.java | 2 +- app/src/main/java/c/i/e/q/f.java | 4 +- app/src/main/java/c/i/e/q/h.java | 6 +- app/src/main/java/c/i/e/q/j.java | 2 +- app/src/main/java/c/i/e/q/k.java | 4 +- app/src/main/java/c/i/e/q/l.java | 2 +- app/src/main/java/c/i/e/q/n.java | 4 +- app/src/main/java/c/i/e/q/o.java | 4 +- app/src/main/java/c/i/e/q/p.java | 14 +- app/src/main/java/c/i/e/q/r/a.java | 4 +- app/src/main/java/c/i/e/q/r/c.java | 4 +- app/src/main/java/c/i/e/q/r/d.java | 4 +- app/src/main/java/c/i/e/q/r/e.java | 14 +- app/src/main/java/c/i/e/q/r/f/a.java | 10 +- app/src/main/java/c/i/e/q/r/f/b.java | 8 +- app/src/main/java/c/i/e/q/r/f/c.java | 16 +- app/src/main/java/c/i/e/q/r/f/d/e.java | 6 +- app/src/main/java/c/i/e/q/r/f/d/o.java | 6 +- app/src/main/java/c/i/e/q/r/f/d/p.java | 4 +- app/src/main/java/c/i/e/q/r/f/d/r.java | 6 +- app/src/main/java/c/i/e/q/r/f/d/s.java | 28 +- app/src/main/java/c/i/e/r/a.java | 4 +- app/src/main/java/c/i/e/r/b.java | 12 +- app/src/main/java/c/i/e/r/d/a.java | 4 +- app/src/main/java/c/i/e/r/d/c.java | 6 +- app/src/main/java/c/i/e/r/d/d.java | 8 +- app/src/main/java/c/i/e/r/d/e.java | 8 +- app/src/main/java/c/i/e/r/d/f.java | 10 +- app/src/main/java/c/i/e/r/d/h.java | 12 +- app/src/main/java/c/i/e/r/d/j.java | 10 +- app/src/main/java/c/i/e/r/d/k/b.java | 10 +- app/src/main/java/c/i/e/r/e/a.java | 4 +- app/src/main/java/c/i/e/s/a.java | 16 +- app/src/main/java/c/i/e/s/b/a.java | 10 +- app/src/main/java/c/i/e/s/b/e.java | 8 +- app/src/main/java/c/i/e/s/b/g.java | 8 +- app/src/main/java/c/i/e/s/b/h.java | 2 +- app/src/main/java/c/i/e/s/b/j.java | 8 +- app/src/main/java/c/i/e/s/c/a.java | 4 +- app/src/main/java/c/i/e/s/c/b.java | 10 +- app/src/main/java/c/i/e/s/c/c.java | 2 +- app/src/main/java/c/i/e/s/c/d.java | 6 +- app/src/main/java/c/i/e/s/c/e.java | 16 +- app/src/main/java/c/i/e/s/c/f.java | 4 +- app/src/main/java/c/j/a/e.java | 2 +- app/src/main/java/c/j/a/f/d.java | 4 +- app/src/main/java/c/k/a/a/a.java | 6 +- app/src/main/java/c/k/a/a/b.java | 14 +- app/src/main/java/c/k/a/a/e.java | 4 +- app/src/main/java/c/l/a/a.java | 14 +- app/src/main/java/c/m/a/a.java | 2 +- app/src/main/java/c/m/a/c.java | 4 +- app/src/main/java/c/m/a/g/d/e.java | 16 +- app/src/main/java/c/m/a/g/d/g.java | 2 +- app/src/main/java/c/m/a/g/d/i.java | 6 +- app/src/main/java/c/o/a/b.java | 4 +- app/src/main/java/c/o/a/c.java | 4 +- app/src/main/java/c/o/a/l.java | 2 +- app/src/main/java/c/o/a/n/b.java | 132 +- app/src/main/java/c/o/a/n/d.java | 144 +- app/src/main/java/c/o/a/n/f.java | 8 +- app/src/main/java/c/o/a/n/g.java | 32 +- app/src/main/java/c/o/a/n/i.java | 4 +- app/src/main/java/c/o/a/n/k.java | 2 +- app/src/main/java/c/o/a/n/m.java | 2 +- app/src/main/java/c/o/a/n/o/d.java | 2 +- app/src/main/java/c/o/a/n/o/e.java | 14 +- app/src/main/java/c/o/a/n/o/h.java | 4 +- app/src/main/java/c/o/a/n/o/j.java | 2 +- app/src/main/java/c/o/a/n/p/a.java | 2 +- app/src/main/java/c/o/a/n/p/b.java | 8 +- app/src/main/java/c/o/a/n/p/c.java | 6 +- app/src/main/java/c/o/a/n/p/e.java | 6 +- app/src/main/java/c/o/a/n/q/a.java | 4 +- app/src/main/java/c/o/a/n/q/b.java | 4 +- app/src/main/java/c/o/a/n/r/a.java | 2 +- app/src/main/java/c/o/a/n/r/b.java | 2 +- app/src/main/java/c/o/a/n/r/c.java | 10 +- app/src/main/java/c/o/a/n/r/d.java | 10 +- app/src/main/java/c/o/a/n/r/e.java | 10 +- app/src/main/java/c/o/a/n/r/f.java | 6 +- app/src/main/java/c/o/a/n/r/g.java | 2 +- app/src/main/java/c/o/a/n/r/i.java | 6 +- app/src/main/java/c/o/a/n/r/j.java | 2 +- app/src/main/java/c/o/a/n/s/a.java | 6 +- app/src/main/java/c/o/a/n/s/b.java | 6 +- app/src/main/java/c/o/a/n/t/a.java | 10 +- app/src/main/java/c/o/a/n/u/a.java | 6 +- app/src/main/java/c/o/a/n/u/b.java | 6 +- app/src/main/java/c/o/a/n/v/a.java | 14 +- app/src/main/java/c/o/a/n/v/b.java | 2 +- app/src/main/java/c/o/a/n/v/c.java | 2 +- app/src/main/java/c/o/a/o/a.java | 14 +- app/src/main/java/c/o/a/p/a.java | 4 +- app/src/main/java/c/o/a/p/b.java | 10 +- app/src/main/java/c/o/a/p/c.java | 8 +- app/src/main/java/c/o/a/q/c.java | 6 +- app/src/main/java/c/o/a/q/e.java | 8 +- app/src/main/java/c/o/a/q/f.java | 10 +- app/src/main/java/c/o/a/q/g.java | 4 +- app/src/main/java/c/o/a/r/c.java | 14 +- app/src/main/java/c/o/a/r/f.java | 14 +- app/src/main/java/c/o/a/r/g.java | 4 +- app/src/main/java/c/o/a/u/b.java | 6 +- app/src/main/java/c/o/a/u/c.java | 8 +- app/src/main/java/c/o/a/v/a.java | 4 +- app/src/main/java/c/o/a/v/b.java | 14 +- app/src/main/java/c/o/a/v/d.java | 8 +- app/src/main/java/c/o/a/v/e.java | 4 +- app/src/main/java/c/o/a/v/f.java | 24 +- app/src/main/java/c/o/a/v/h.java | 20 +- app/src/main/java/c/o/a/w/a.java | 4 +- app/src/main/java/c/o/a/w/d.java | 14 +- app/src/main/java/c/o/a/w/h.java | 2 +- app/src/main/java/c/o/a/w/j.java | 12 +- app/src/main/java/c/o/b/a/a.java | 4 +- app/src/main/java/c/o/b/a/b.java | 2 +- app/src/main/java/c/o/b/a/c.java | 6 +- app/src/main/java/c/o/b/b/c.java | 4 +- app/src/main/java/c/o/b/c/d.java | 4 +- app/src/main/java/c/o/b/c/f.java | 2 +- app/src/main/java/c/o/b/d/a.java | 4 +- app/src/main/java/c/o/b/d/b.java | 4 +- app/src/main/java/c/o/b/e/a.java | 10 +- app/src/main/java/c/o/b/e/b.java | 4 +- app/src/main/java/c/o/b/f/a.java | 10 +- app/src/main/java/c/o/b/f/b.java | 12 +- app/src/main/java/c/p/a/b.java | 26 +- app/src/main/java/c/p/a/l.java | 24 +- app/src/main/java/c/p/a/m.java | 14 +- app/src/main/java/c/p/a/n.java | 2 +- app/src/main/java/c/q/a/f.java | 6 +- app/src/main/java/c/q/a/i/a.java | 4 +- app/src/main/java/c/q/a/i/b.java | 8 +- app/src/main/java/c/q/a/i/c.java | 4 +- app/src/main/java/c/q/a/j/a.java | 22 +- app/src/main/java/c/q/a/j/b.java | 36 +- app/src/main/java/c/q/a/k/a.java | 4 +- app/src/main/java/c/q/a/k/b.java | 6 +- app/src/main/java/c/q/a/k/c.java | 16 +- app/src/main/java/c/q/a/k/d.java | 2 +- app/src/main/java/c/q/a/l/a.java | 98 +- app/src/main/java/c/q/a/l/c.java | 8 +- .../discord/media_engine/ReceiverReport.java | 16 +- .../co/discord/media_engine/StatsCodec.java | 16 +- .../media_engine/internal/Inbound.java | 16 +- .../media_engine/internal/Outbound.java | 16 +- .../airbnb/lottie/LottieAnimationView.java | 56 +- .../lottie/parser/AnimatableValueParser.java | 1740 +- .../billingclient/api/BillingFlowParams.java | 8 +- .../android/billingclient/api/Purchase.java | 10 +- .../api/InstallReferrerClientImpl.java | 12 +- .../events/TrackActivitySessionLeft.java | 15 +- .../events/TrackAgeGateSubmitted.java | 30 +- .../events/TrackApplicationAssetCreated.java | 8 +- .../events/TrackApplicationAssetDeleted.java | 8 +- .../generated/events/TrackCreateSticker.java | 8 +- .../generated/events/TrackDeleteSticker.java | 8 +- .../events/TrackGuildDefaultDmsUpdated.java | 48 + .../TrackGuildDefaultDmsUpdatedReceiver.java | 6 + .../TrackGuildScheduledEventCreated.java | 15 +- .../TrackGuildScheduledEventUpdated.java | 15 +- .../events/TrackIntegrationAdded.java | 8 +- .../events/TrackIntegrationRemoved.java | 8 +- .../generated/events/TrackOpenModal.java | 15 +- .../events/TrackPaymentFlowStarted.java | 15 +- .../events/TrackPaymentRefunded.java | 20 +- .../generated/events/TrackRpcCommandSent.java | 48 + .../events/TrackRpcCommandSentReceiver.java | 6 + .../events/TrackRpcSubscriptionRequested.java | 37 + ...TrackRpcSubscriptionRequestedReceiver.java | 6 + .../events/TrackScreenshareFinished.java | 15 +- .../TrackSlashCommandSuggestionsToggled.java | 37 + ...lashCommandSuggestionsToggledReceiver.java | 6 + .../generated/events/TrackUpdateSticker.java | 8 +- .../events/TrackVideoInputInitialized.java | 17 +- .../events/TrackVideoInputToggled.java | 15 +- .../TrackImpressionContactSyncInputName.java | 4 + .../TrackImpressionContactSyncStart.java | 4 + ...TrackImpressionContactSyncSuggestions.java | 4 + .../TrackImpressionGuildAddChannelPrompt.java | 4 + .../TrackImpressionGuildAddGuildInvite.java | 4 + ...rackImpressionGuildAddIntentSelection.java | 4 + .../TrackImpressionGuildInvite.java | 10 +- ...PremiumGuildSubscriptionMarketingPage.java | 24 + ...uildSubscriptionMarketingPageReceiver.java | 6 + .../TrackImpressionUserAddPhone.java | 4 + .../TrackImpressionUserAgeGateUnderage.java | 17 +- .../impression/TrackImpressionUserLogin.java | 11 + .../TrackImpressionUserRegistration.java | 17 +- .../generated/traits/TrackSourceMetadata.java | 26 +- .../analytics/utils/ImpressionGroups.java | 3 + .../analytics/utils/LoggingUtilsKt.java | 4 + .../analytics/utils/RegistrationSteps.java | 7 + .../discord/api/activity/ActivityEmoji.java | 12 +- .../discord/api/activity/ActivityParty.java | 12 +- .../discord/api/application/Application.java | 12 +- .../api/application/ThirdPartySku.java | 8 +- .../api/botuikit/ButtonStyleTypeAdapter.java | 4 +- .../discord/api/botuikit/ComponentEmoji.java | 10 +- .../gson/ComponentTypeTypeAdapter.java | 4 +- .../java/com/discord/api/channel/Channel.java | 14 +- .../api/channel/ChannelRecipientNick.java | 14 +- .../ChannelUtils$getSortByNameAndType$1.java | 4 +- .../com/discord/api/commands/Application.java | 4 +- .../api/commands/ApplicationCommand.java | 10 +- .../api/commands/ApplicationCommandData.java | 10 +- .../ApplicationCommandPermission.java | 10 +- .../com/discord/api/emoji/GuildEmoji.java | 12 +- .../java/com/discord/api/guild/Guild.java | 14 +- .../api/guild/preview/GuildPreview.java | 10 +- .../GuildRoleSubscriptionBenefit.java | 55 +- .../GuildRoleSubscriptionGroupListing.java | 72 +- .../GuildRoleSubscriptionTierListing.java | 52 +- .../GuildScheduledEvent.java | 14 +- .../java/com/discord/api/hubs/GuildInfo.java | 10 +- .../discord/api/interaction/Interaction.java | 14 +- .../interaction/InteractionStateUpdate.java | 12 +- .../discord/api/message/LocalAttachment.java | 12 +- .../java/com/discord/api/message/Message.java | 12 +- .../MessageActivityTypeTypeAdapter.java | 2 +- .../message/attachment/MessageAttachment.java | 8 +- .../api/message/reaction/MessageReaction.java | 12 +- .../reaction/MessageReactionEmoji.java | 14 +- .../api/permission/PermissionOverwrite.java | 16 +- .../api/premium/OutboundPromotion.java | 10 +- .../api/premium/PremiumTierTypeAdapter.java | 4 +- .../api/premium/PriceTierTypeAdapter.java | 4 +- .../discord/api/premium/SubscriptionPlan.java | 10 +- .../com/discord/api/report/ReportNode.java | 10 +- .../api/report/ReportSubmissionBody.java | 10 +- .../java/com/discord/api/role/GuildRole.java | 12 +- .../science/AnalyticsSchemaTypeAdapter.java | 2 +- .../RecommendedStageInstanceGuild.java | 10 +- .../api/stageinstance/StageInstance.java | 10 +- .../java/com/discord/api/sticker/Sticker.java | 16 +- .../discord/api/sticker/StickerPartial.java | 14 +- .../api/thread/AugmentedThreadMember.java | 2 +- .../com/discord/api/thread/ThreadMember.java | 6 +- .../api/thread/ThreadMemberUpdate.java | 10 +- .../api/thread/ThreadMembersUpdate.java | 10 +- .../main/java/com/discord/api/user/User.java | 12 +- .../java/com/discord/api/user/UserFlags.java | 1 + app/src/main/java/com/discord/app/App.java | 27 +- .../java/com/discord/app/AppActivity.java | 22 +- .../java/com/discord/app/AppBottomSheet.java | 79 +- .../java/com/discord/app/AppFragment.java | 163 +- app/src/main/java/com/discord/app/AppLog.java | 4 +- .../main/java/com/discord/app/AppLogger.java | 81 +- .../discord/app/AppTransitionActivity.java | 6 +- .../discord/app/DiscordConnectService.java | 4 +- .../java/com/discord/app/LoggingConfig.java | 10 +- .../com/discord/chips_view/ChipsView.java | 60 +- .../AnchoredVoiceControlsViewBinding.java | 4 +- .../CommandCategoryItemBinding.java | 4 +- .../ConfirmRemovePermissionDialogBinding.java | 4 +- .../ContactSyncPermissionsSheetBinding.java | 4 +- .../ContactSyncUpsellSheetBinding.java | 4 +- ...blishGuildRoleSubscriptionTierBinding.java | 4 +- .../DiscordHubAddServerListItemBinding.java | 4 +- .../EmojiCategoryItemGuildBinding.java | 4 +- .../EmojiCategoryItemStandardBinding.java | 4 +- ...ptyFriendsStateContactSyncViewBinding.java | 4 +- .../EmptyFriendsStateViewBinding.java | 4 +- .../databinding/FeedbackViewBinding.java | 4 +- .../GifCategoryItemViewBinding.java | 4 +- .../GifSuggestedTermViewBinding.java | 4 +- .../GroupInviteFriendsBottomSheetBinding.java | 4 +- .../GroupInviteFriendsSheetItemBinding.java | 4 +- .../GuildEventPromptListViewBinding.java | 4 +- .../GuildEventPromptViewBinding.java | 4 +- ...ScheduledEventBottomButtonViewBinding.java | 4 +- .../GuildScheduledEventDateViewBinding.java | 4 +- .../GuildScheduledEventItemViewBinding.java | 4 +- .../GuildTemplateChannelsItemViewBinding.java | 4 +- ...HubAddServerConfirmationDialogBinding.java | 4 +- .../databinding/InlineMediaViewBinding.java | 4 +- .../LayoutUnhandledUriBinding.java | 4 +- .../databinding/LeaveGuildDialogBinding.java | 4 +- ...ModeratorStartStageWaitingItemBinding.java | 4 +- .../NotificationMuteSettingsViewBinding.java | 4 +- ...NuxGuildTemplateCardViewHolderBinding.java | 4 +- ...okenPermissionDetailedListItemBinding.java | 4 +- .../PaymentMethodListItemBinding.java | 4 +- .../databinding/PaymentSourceViewBinding.java | 4 +- .../PremiumStickerUpsellDialogBinding.java | 4 +- .../PublishMessageDialogBinding.java | 4 +- .../RemovablePermissionOwnerViewBinding.java | 4 +- ...ettingsChannelListCategoryItemBinding.java | 4 +- .../SettingsChannelListItemBinding.java | 4 +- ...ceBlockedBottomSheetHeaderItemBinding.java | 4 +- ...AudienceBlockedBottomSheetItemBinding.java | 4 +- .../StageRaisedHandsItemUserBinding.java | 4 +- .../StickerCategoryItemGuildBinding.java | 4 +- .../StickerCategoryItemPackBinding.java | 4 +- .../StickerPackDetailsDialogBinding.java | 4 +- .../StickerPremiumUpsellDialogBinding.java | 4 +- .../StickerStoreHeaderItemBinding.java | 4 +- .../SuggestedFriendViewBinding.java | 4 +- .../TabsHostBottomNavigationViewBinding.java | 4 +- .../ThreadBrowserThreadViewBinding.java | 4 +- .../databinding/UserAkaViewBinding.java | 4 +- .../UserProfileAdminViewBinding.java | 4 +- .../UserProfileConnectionsViewBinding.java | 4 +- .../UserProfileHeaderViewBinding.java | 4 +- .../UserProfileStageActionsViewBinding.java | 4 +- .../UserProfileVoiceSettingsViewBinding.java | 4 +- ...AppcommandsOptiontitleListitemBinding.java | 4 +- .../ViewAuthInviteInfoBinding.java | 4 +- .../ViewCategoryOverrideItemBinding.java | 4 +- .../ViewChannelOverrideItemBinding.java | 4 +- .../ViewChatEmbedGameInviteBinding.java | 4 +- .../ViewCommunityGetStartedHeaderBinding.java | 4 +- ...CommunityGetStartedInformationBinding.java | 4 +- ...ViewConnectionGuildIntegrationBinding.java | 4 +- .../ViewDialogConfirmationBinding.java | 4 +- .../ViewGiftEntitlementListItemBinding.java | 4 +- .../ViewGiftOutboundPromoListItemBinding.java | 4 +- .../ViewGiftSkuListItemBinding.java | 4 +- .../ViewGlobalSearchItemBinding.java | 4 +- .../ViewGuildInviteBottomSheetBinding.java | 4 +- ...ildRoleSubscriptionBenefitItemBinding.java | 4 +- ...ildRoleSubscriptionChannelItemBinding.java | 4 +- ...ildRoleSubscriptionImageUploadBinding.java | 51 +- ...ildRoleSubscriptionPlanDetailsBinding.java | 4 +- ...uildRoleSubscriptionTierHeaderBinding.java | 4 +- .../ViewMemberVerificationBinding.java | 4 +- .../ViewMobileReportsBottomButtonBinding.java | 4 +- .../ViewNitroBoostPerksBinding.java | 4 +- .../ViewReportsMenuNodeBinding.java | 4 +- ...ViewSelectableFriendSuggestionBinding.java | 4 +- ...ttingsCommunitySettingSelectorBinding.java | 4 +- ...sGuildRoleSubscriptionTierItemBinding.java | 4 +- ...ewSettingsBoostedBoostListitemBinding.java | 4 +- ...ewSettingsBoostedGuildListitemBinding.java | 4 +- ...ViewSettingsBoostedSampleGuildBinding.java | 4 +- .../ViewUserStatusPresenceCustomBinding.java | 4 +- .../VoiceControlsSheetViewBinding.java | 8 +- .../VoiceUserListItemUserBinding.java | 4 +- .../WidgetAddFriendUserListItemBinding.java | 4 +- .../databinding/WidgetAgeVerifyBinding.java | 4 +- ...tApplicationCommandBottomSheetBinding.java | 4 +- .../WidgetAuditLogFilterBinding.java | 4 +- .../WidgetAuthBirthdayBinding.java | 4 +- .../databinding/WidgetAuthCaptchaBinding.java | 4 +- .../databinding/WidgetAuthLandingBinding.java | 4 +- .../databinding/WidgetAuthLoginBinding.java | 4 +- .../WidgetAuthMfaBackupCodesBinding.java | 4 +- .../databinding/WidgetAuthMfaBinding.java | 4 +- .../WidgetAuthPhoneVerifyBinding.java | 4 +- ...AuthRegisterAccountInformationBinding.java | 4 +- .../WidgetAuthRegisterIdentityBinding.java | 4 +- .../WidgetAuthResetPasswordBinding.java | 4 +- .../WidgetAuthUndeleteAccountBinding.java | 4 +- .../databinding/WidgetBanUserBinding.java | 4 +- .../databinding/WidgetBugReportBinding.java | 8 +- ...BugReportFeatureHeaderListItemBinding.java | 4 +- ...WidgetBugReportFeatureListItemBinding.java | 4 +- .../WidgetCallFullscreenBinding.java | 16 +- .../WidgetChangeGuildIdentityBinding.java | 4 +- .../databinding/WidgetChangeLogBinding.java | 4 +- .../WidgetChangeLogSpecialBinding.java | 4 +- .../WidgetChannelFollowSheetBinding.java | 4 +- ...dgetChannelFollowSuccessDialogBinding.java | 4 +- .../WidgetChannelGroupDmSettingsBinding.java | 4 +- ...annelMembersListItemAddOrLeaveBinding.java | 4 +- ...etChannelMembersListItemHeaderBinding.java | 4 +- ...dgetChannelMembersListItemUserBinding.java | 4 +- ...getChannelNotificationSettingsBinding.java | 4 +- .../WidgetChannelPickerSheetBinding.java | 4 +- ...WidgetChannelSettingsAddMemberBinding.java | 4 +- ...etChannelSettingsAddMemberItemBinding.java | 4 +- ...tChannelSettingsAddMemberSheetBinding.java | 4 +- ...ChannelSettingsEditPermissionsBinding.java | 20 +- ...nelSettingsPermissionsAdvancedBinding.java | 4 +- ...nelSettingsPermissionsOverviewBinding.java | 4 +- .../WidgetChannelSidebarActionsBinding.java | 4 +- .../WidgetChannelTopicBinding.java | 4 +- ...nnelsListActionsChangeNicknameBinding.java | 4 +- .../WidgetChannelsListBinding.java | 4 +- .../WidgetChannelsListItemActionsBinding.java | 4 +- ...getChannelsListItemActiveEventBinding.java | 4 +- ...WidgetChannelsListItemCategoryBinding.java | 4 +- .../WidgetChannelsListItemChannelBinding.java | 4 +- ...ChannelsListItemChannelPrivateBinding.java | 4 +- ...nnelsListItemChannelStageVoiceBinding.java | 4 +- ...etChannelsListItemChannelVoiceBinding.java | 4 +- ...idgetChannelsListItemDirectoryBinding.java | 4 +- .../WidgetChannelsListItemHeaderBinding.java | 4 +- ...tChannelsListItemThreadActionsBinding.java | 4 +- .../WidgetChannelsListItemThreadBinding.java | 4 +- ...idgetChannelsListItemVoiceUserBinding.java | 4 +- .../WidgetChannelsListUnreadsBinding.java | 4 +- ...etChatInputApplicationCommandsBinding.java | 4 +- ...idgetChatInputAutocompleteItemBinding.java | 4 +- .../databinding/WidgetChatInputBinding.java | 8 +- ...utCommandApplicationHeaderItemBinding.java | 4 +- ...putEmojiAutocompleteUpsellItemBinding.java | 4 +- .../WidgetChatListActionsBinding.java | 4 +- ...tAdapterItemApplicationCommandBinding.java | 4 +- ...tChatListAdapterItemAttachmentBinding.java | 4 +- ...ListAdapterItemBotComponentRowBinding.java | 4 +- .../WidgetChatListAdapterItemCallBinding.java | 4 +- ...WidgetChatListAdapterItemEmbedBinding.java | 8 +- ...istAdapterItemEphemeralMessageBinding.java | 4 +- .../WidgetChatListAdapterItemGiftBinding.java | 4 +- ...AdapterItemGuildInviteReminderBinding.java | 4 +- ...atListAdapterItemGuildTemplateBinding.java | 4 +- ...hatListAdapterItemGuildWelcomeBinding.java | 4 +- ...idgetChatListAdapterItemInviteBinding.java | 4 +- ...atListAdapterItemMentionFooterBinding.java | 4 +- ...atListAdapterItemMessageHeaderBinding.java | 4 +- ...AdapterItemPrivateChannelStartBinding.java | 4 +- ...etChatListAdapterItemReactionsBinding.java | 4 +- ...apterItemSpotifyListenTogetherBinding.java | 4 +- ...ChatListAdapterItemStageInviteBinding.java | 4 +- ...WidgetChatListAdapterItemStartBinding.java | 4 +- ...hatListAdapterItemStickerGreetBinding.java | 4 +- ...AdapterItemStickerGreetCompactBinding.java | 4 +- ...idgetChatListAdapterItemSystemBinding.java | 4 +- .../WidgetChatListAdapterItemTextBinding.java | 4 +- ...ChatListAdapterItemTextDividerBinding.java | 4 +- ...ListAdapterItemThreadDraftFormBinding.java | 4 +- ...ChatListAdapterItemThreadEmbedBinding.java | 4 +- ...tListAdapterItemUploadProgressBinding.java | 4 +- ...etChatListBotUiButtonComponentBinding.java | 4 +- .../databinding/WidgetChatOverlayBinding.java | 4 +- .../databinding/WidgetChatStatusBinding.java | 4 +- ...idgetChoosePlanAdapterPlanItemBinding.java | 4 +- .../databinding/WidgetChoosePlanBinding.java | 4 +- .../WidgetClaimOutboundPromoBinding.java | 4 +- ...dgetCollapsedVoiceUserListItemBinding.java | 4 +- ...etConfirmRemoveCommunityDialogBinding.java | 4 +- .../WidgetConnectionsAddXboxBinding.java | 4 +- .../databinding/WidgetContactSyncBinding.java | 4 +- .../WidgetCreateChannelBinding.java | 4 +- .../WidgetCreationIntentBinding.java | 4 +- .../WidgetDirectoriesSearchBinding.java | 4 +- .../WidgetDirectoryChannelBinding.java | 4 +- ...dgetDisableDeleteAccountDialogBinding.java | 4 +- .../databinding/WidgetDiscoveryBinding.java | 4 +- .../WidgetDiscoveryStageCardBinding.java | 4 +- .../WidgetEditProfileBannerSheetBinding.java | 4 +- .../databinding/WidgetEditRoleBinding.java | 28 +- .../databinding/WidgetEmojiPickerBinding.java | 4 +- .../databinding/WidgetEmojiSheetBinding.java | 4 +- .../WidgetEnableMfaStepsBinding.java | 4 +- .../WidgetEnableSmsBackupDialogBinding.java | 4 +- .../WidgetEndStageBottomSheetBinding.java | 4 +- .../WidgetExpressionTrayBinding.java | 4 +- .../databinding/WidgetFatalCrashBinding.java | 4 +- .../WidgetFeedbackSheetBinding.java | 4 +- .../WidgetFolderContextMenuBinding.java | 4 +- .../WidgetFriendsAddByIdBinding.java | 4 +- ...etFriendsListAdapterItemFriendBinding.java | 4 +- ...tFriendsListAdapterItemPendingBinding.java | 4 +- .../databinding/WidgetFriendsListBinding.java | 4 +- ...getFriendsListExpandableHeaderBinding.java | 4 +- .../WidgetFriendsNearbyBinding.java | 4 +- .../databinding/WidgetGifCategoryBinding.java | 4 +- .../databinding/WidgetGifPickerBinding.java | 4 +- .../WidgetGifPickerSearchBinding.java | 4 +- .../WidgetGlobalSearchBinding.java | 4 +- .../WidgetGlobalSearchItemGuildBinding.java | 4 +- .../WidgetGlobalStatusIndicatorBinding.java | 4 +- .../WidgetGroupInviteFriendsBinding.java | 4 +- .../WidgetGroupInviteFriendsItemBinding.java | 4 +- .../databinding/WidgetGuildCloneBinding.java | 4 +- .../WidgetGuildContextMenuBinding.java | 4 +- .../databinding/WidgetGuildCreateBinding.java | 4 +- .../WidgetGuildFolderSettingsBinding.java | 4 +- .../WidgetGuildHubProfileActionsBinding.java | 4 +- ...getGuildIdentityMarketingSheetBinding.java | 4 +- .../WidgetGuildInviteInfoViewBinding.java | 4 +- .../WidgetGuildInvitePageBinding.java | 4 +- .../WidgetGuildInviteSettingsBinding.java | 4 +- .../WidgetGuildInviteShareBinding.java | 4 +- .../WidgetGuildInviteShareCompactBinding.java | 4 +- ...ildInviteShareEmptySuggestionsBinding.java | 4 +- .../WidgetGuildInviteShareItemBinding.java | 4 +- .../WidgetGuildInviteShareSheetBinding.java | 4 +- .../databinding/WidgetGuildJoinBinding.java | 4 +- .../WidgetGuildProfileActionsBinding.java | 20 +- .../WidgetGuildProfileSheetBinding.java | 8 +- ...etGuildRoleSubscriptionDetailsBinding.java | 4 +- ...uildRoleSubscriptionEntryPointBinding.java | 4 +- ...ildRoleSubscriptionTierBenefitBinding.java | 69 + ...ldRoleSubscriptionTierBenefitsBinding.java | 23 +- ...SubscriptionTierChannelBenefitBinding.java | 51 - ...uildRoleSubscriptionTierDesignBinding.java | 4 +- ...scriptionTierIntangibleBenefitBinding.java | 58 - ...heduledEventDetailsBottomSheetBinding.java | 4 +- ...dEventDetailsExtrasBottomSheetBinding.java | 4 +- ...dScheduledEventListBottomSheetBinding.java | 4 +- ...ldScheduledEventLocationSelectBinding.java | 4 +- ...getGuildScheduledEventSettingsBinding.java | 4 +- ...cheduledEventUpsellBottomSheetBinding.java | 4 +- .../WidgetGuildSelectorItemBinding.java | 4 +- .../WidgetGuildStickerSheetBinding.java | 4 +- .../WidgetGuildTransferOwnershipBinding.java | 4 +- .../WidgetGuildWelcomeChannelBinding.java | 4 +- .../WidgetGuildWelcomeSheetBinding.java | 4 +- .../databinding/WidgetGuildsListBinding.java | 4 +- .../WidgetGuildsListItemDmBinding.java | 4 +- .../WidgetGuildsListItemFolderBinding.java | 4 +- .../WidgetGuildsListItemGuildBinding.java | 35 +- ...getGuildsListItemGuildVerticalBinding.java | 4 +- .../WidgetGuildsListItemProfileBinding.java | 4 +- .../databinding/WidgetHomeBinding.java | 4 +- .../WidgetHomePanelCenterNsfwBinding.java | 4 +- .../databinding/WidgetHubAddNameBinding.java | 4 +- .../WidgetHubAddServerBinding.java | 4 +- .../WidgetHubAuthenticationBinding.java | 4 +- .../WidgetHubDescriptionBinding.java | 4 +- .../WidgetHubDomainSearchBinding.java | 4 +- .../databinding/WidgetHubDomainsBinding.java | 4 +- .../WidgetHubEmailFlowBinding.java | 4 +- .../databinding/WidgetHubWaitlistBinding.java | 4 +- .../WidgetIncomingShareBinding.java | 4 +- .../WidgetIssueDetailsFormBinding.java | 4 +- .../databinding/WidgetKickUserBinding.java | 4 +- .../WidgetManageReactionsBinding.java | 4 +- .../WidgetManageReactionsEmojiBinding.java | 4 +- ...idgetManageReactionsResultUserBinding.java | 4 +- .../databinding/WidgetMediaBinding.java | 4 +- .../WidgetMemberVerificationBinding.java | 4 +- ...emberVerificationPendingDialogBinding.java | 4 +- ...dgetMemberVerificationRuleItemBinding.java | 4 +- ...idgetMemberVerificationSuccessBinding.java | 4 +- .../WidgetMobileReportsBinding.java | 4 +- .../WidgetModeratorStartStageBinding.java | 4 +- .../WidgetMuteSettingsSheetBinding.java | 4 +- .../WidgetNavigationHelpBinding.java | 4 +- .../WidgetNoticeDialogBinding.java | 4 +- .../WidgetNoticeNuxOverlayBinding.java | 4 +- .../WidgetNoticeNuxSamsungLinkBinding.java | 4 +- .../databinding/WidgetNoticePopupBinding.java | 4 +- .../WidgetNuxChannelPromptBinding.java | 4 +- .../WidgetNuxGuildTemplateBinding.java | 4 +- .../WidgetOauthAuthorizeBinding.java | 4 +- .../WidgetOutboundPromoTermsBinding.java | 4 +- .../WidgetPaymentSourceEditDialogBinding.java | 4 +- ...getPhoneCountryCodeBottomSheetBinding.java | 4 +- ...WidgetPhoneCountryCodeListItemBinding.java | 4 +- .../WidgetPremiumGuildTransferBinding.java | 4 +- ...dgetPreviewGuildScheduledEventBinding.java | 4 +- ...dgetPriceTierPickerBottomSheetBinding.java | 4 +- .../databinding/WidgetPruneUsersBinding.java | 4 +- .../databinding/WidgetQrScannerBinding.java | 4 +- .../WidgetQuickMentionsDialogBinding.java | 4 +- .../databinding/WidgetRemoteAuthBinding.java | 4 +- .../WidgetScreenShareNfxSheetBinding.java | 4 +- .../databinding/WidgetSearchBinding.java | 4 +- ...etSearchSuggestionsItemChannelBinding.java | 4 +- ...WidgetSearchSuggestionsItemHasBinding.java | 4 +- ...archSuggestionsItemRecentQueryBinding.java | 4 +- ...earchSuggestionsItemSuggestionBinding.java | 4 +- ...dgetSelectComponentBottomSheetBinding.java | 4 +- ...SelectComponentBottomSheetItemBinding.java | 4 +- .../WidgetServerBoostConfirmationBinding.java | 4 +- .../WidgetServerBoostStatusBinding.java | 4 +- .../WidgetServerDeleteDialogBinding.java | 4 +- ...erNotificationOverrideSelectorBinding.java | 4 +- .../WidgetServerNotificationsBinding.java | 4 +- .../WidgetServerSettingsAuditLogBinding.java | 4 +- ...gsAuditLogFilterActionListitemBinding.java | 4 +- ...ingsAuditLogFilterUserListitemBinding.java | 4 +- ...ServerSettingsAuditLogListItemBinding.java | 4 +- ...idgetServerSettingsBanListItemBinding.java | 4 +- .../WidgetServerSettingsBansBinding.java | 4 +- .../WidgetServerSettingsBinding.java | 12 +- .../WidgetServerSettingsChannelsBinding.java | 4 +- ...verSettingsChannelsSortActionsBinding.java | 4 +- ...verSettingsChannelsSortFabMenuBinding.java | 4 +- ...erverSettingsCommunityOverviewBinding.java | 4 +- ...ettingsCommunitySetupFirstStepBinding.java | 4 +- ...ttingsCommunitySetupSecondStepBinding.java | 4 +- ...ettingsCommunitySetupThirdStepBinding.java | 4 +- ...tServerSettingsEditIntegrationBinding.java | 4 +- ...WidgetServerSettingsEditMemberBinding.java | 4 +- .../WidgetServerSettingsEmojisBinding.java | 4 +- ...WidgetServerSettingsEmojisEditBinding.java | 4 +- ...dgetServerSettingsEmojisHeaderBinding.java | 4 +- ...WidgetServerSettingsEmojisItemBinding.java | 4 +- ...sGuildRoleSubscriptionEditTierBinding.java | 4 +- ...SettingsGuildRoleSubscriptionsBinding.java | 4 +- ...erSettingsInstantInviteActionsBinding.java | 4 +- ...rSettingsInstantInviteListItemBinding.java | 4 +- ...etServerSettingsInstantInvitesBinding.java | 4 +- ...verSettingsIntegrationListItemBinding.java | 4 +- ...dgetServerSettingsIntegrationsBinding.java | 4 +- ...etServerSettingsMemberListItemBinding.java | 4 +- .../WidgetServerSettingsMembersBinding.java | 4 +- ...WidgetServerSettingsModerationBinding.java | 4 +- ...rverSettingsOverviewAfkTimeoutBinding.java | 4 +- .../WidgetServerSettingsOverviewBinding.java | 4 +- .../WidgetServerSettingsRoleItemBinding.java | 4 +- ...idgetServerSettingsRoleMembersBinding.java | 4 +- .../WidgetServerSettingsRolesBinding.java | 4 +- .../WidgetServerSettingsSecurityBinding.java | 4 +- ...etServerSettingsSecurityDialogBinding.java | 4 +- .../WidgetServerSettingsVanityUrlBinding.java | 4 +- .../WidgetSettingsAccessibilityBinding.java | 4 +- ...dgetSettingsAccountBackupCodesBinding.java | 4 +- .../WidgetSettingsAccountBinding.java | 20 +- ...tSettingsAccountChangePasswordBinding.java | 4 +- ...ettingsAccountContactsNameEditBinding.java | 4 +- .../WidgetSettingsAccountEditBinding.java | 4 +- ...WidgetSettingsAccountEmailEditBinding.java | 4 +- .../WidgetSettingsAppearanceBinding.java | 4 +- ...SettingsAuthorizedAppsListItemBinding.java | 4 +- .../WidgetSettingsBehaviorBinding.java | 4 +- .../databinding/WidgetSettingsBinding.java | 20 +- .../WidgetSettingsBlockedUsersBinding.java | 4 +- .../WidgetSettingsBoostBinding.java | 4 +- .../WidgetSettingsConnectionsBinding.java | 4 +- .../WidgetSettingsDeveloperBinding.java | 4 +- .../WidgetSettingsEnableMfaKeyBinding.java | 4 +- .../WidgetSettingsGiftingBinding.java | 8 +- ...ettingsItemAddConnectedAccountBinding.java | 4 +- .../WidgetSettingsItemBlockedUserBinding.java | 4 +- ...etSettingsItemConnectedAccountBinding.java | 4 +- .../WidgetSettingsLanguageBinding.java | 4 +- ...dgetSettingsLanguageSelectItemBinding.java | 4 +- .../WidgetSettingsMediaBinding.java | 4 +- .../WidgetSettingsNotificationOsBinding.java | 4 +- .../WidgetSettingsNotificationsBinding.java | 4 +- .../WidgetSettingsPremiumBinding.java | 8 +- .../WidgetSettingsPrivacyBinding.java | 20 +- .../WidgetSettingsUserProfileBinding.java | 4 +- .../WidgetSettingsVoiceBinding.java | 20 +- .../WidgetSettingsVoiceInputModeBinding.java | 4 +- ...tageAudienceBlockedBottomSheetBinding.java | 4 +- ...StageAudienceNoticeBottomSheetBinding.java | 4 +- .../WidgetStageChannelAudienceBinding.java | 4 +- .../WidgetStageChannelDetailsBinding.java | 4 +- ...ageChannelModeratorPermissionsBinding.java | 4 +- ...getStageChannelPrestartDetailsBinding.java | 4 +- ...tStageModeratorJoinBottomSheetBinding.java | 4 +- ...etStagePublicNoticeBottomSheetBinding.java | 4 +- ...getStageRaisedHandsBottomSheetBinding.java | 4 +- .../WidgetStageSettingsBinding.java | 35 +- ...dgetStageStartEventBottomSheetBinding.java | 4 +- .../WidgetStartCallSheetBinding.java | 4 +- ...idgetStartStageServerSelectionBinding.java | 4 +- ...StageServerSelectionBulletItemBinding.java | 4 +- ...tStageServerSelectionGuildItemBinding.java | 4 +- .../WidgetStickerPackStoreSheetBinding.java | 4 +- .../WidgetStickerPickerBinding.java | 8 +- .../WidgetStickerSheetBinding.java | 4 +- .../databinding/WidgetTabsHostBinding.java | 4 +- .../WidgetTextChannelSettingsBinding.java | 4 +- ...idgetThreadArchiveActionsSheetBinding.java | 4 +- .../WidgetThreadBrowserActiveBinding.java | 4 +- .../WidgetThreadBrowserArchivedBinding.java | 4 +- .../WidgetThreadBrowserBinding.java | 4 +- ...WidgetThreadBrowserFilterSheetBinding.java | 4 +- ...dgetThreadNotificationSettingsBinding.java | 4 +- .../WidgetThreadSettingsBinding.java | 4 +- .../WidgetThreadStatusBinding.java | 4 +- .../databinding/WidgetTosAcceptBinding.java | 4 +- .../WidgetTosReportViolationBinding.java | 4 +- ...WidgetTosReportViolationReasonBinding.java | 4 +- .../WidgetUnknownStickerSheetBinding.java | 4 +- .../databinding/WidgetUrlActionsBinding.java | 4 +- .../WidgetUserAccountVerifyBinding.java | 4 +- .../WidgetUserEmailUpdateBinding.java | 4 +- .../WidgetUserEmailVerifyBinding.java | 4 +- .../WidgetUserMentionsBinding.java | 4 +- .../WidgetUserMentionsFilterBinding.java | 4 +- .../WidgetUserPasswordVerifyBinding.java | 4 +- .../WidgetUserPhoneManageBinding.java | 4 +- .../WidgetUserPhoneVerifyBinding.java | 4 +- ...getUserProfileAdapterItemEmptyBinding.java | 4 +- ...etUserProfileAdapterItemFriendBinding.java | 4 +- ...etUserProfileAdapterItemServerBinding.java | 4 +- .../WidgetUserSetCustomStatusBinding.java | 4 +- .../databinding/WidgetUserSheetBinding.java | 20 +- .../WidgetUserStatusUpdateBinding.java | 4 +- .../WidgetVoiceBottomSheetBinding.java | 4 +- .../WidgetVoiceCallIncomingBinding.java | 4 +- .../WidgetVoiceCallInlineBinding.java | 4 +- .../WidgetVoiceChannelSettingsBinding.java | 8 +- ...ceNoiseCancellationBottomSheetBinding.java | 4 +- ...WidgetVoiceSettingsBottomSheetBinding.java | 4 +- .../discord/dialogs/ImageUploadDialog.java | 4 +- .../discord/embed/RenderableEmbedMedia.java | 10 +- .../com/discord/gateway/GatewaySocket.java | 4 +- .../discord/gateway/io/OutgoingPayload.java | 12 +- app/src/main/java/com/discord/i18n/Hook.java | 2 +- .../java/com/discord/i18n/RenderContext.java | 4 +- .../discord/models/commands/Application.java | 16 +- .../models/commands/ApplicationCommand.java | 6 +- .../commands/ApplicationSubCommand.java | 2 +- .../gson/InboundGatewayGsonParser.java | 2 +- .../com/discord/models/domain/Harvest.java | 16 +- .../models/domain/ModelAuditLogEntry.java | 20 +- .../models/domain/ModelConnectedAccount.java | 6 +- .../ModelConnectedAccountIntegration.java | 16 +- .../ModelConnectedIntegrationAccount.java | 16 +- .../ModelConnectedIntegrationGuild.java | 16 +- .../models/domain/ModelEntitlement.java | 16 +- .../models/domain/ModelGuildFolder.java | 16 +- .../models/domain/ModelGuildIntegration.java | 12 +- .../domain/ModelGuildMemberListUpdate.java | 32 +- .../models/domain/ModelOAuth2Token.java | 16 +- .../discord/models/domain/ModelPayload.java | 8 +- .../models/domain/ModelPaymentSource.java | 18 +- .../domain/ModelPremiumGuildSubscription.java | 16 +- .../ModelPremiumGuildSubscriptionSlot.java | 16 +- .../com/discord/models/domain/ModelSku.java | 18 +- .../models/domain/ModelStoreListing.java | 16 +- .../models/domain/ModelSubscription.java | 32 +- .../discord/models/domain/ModelUserNote.java | 16 +- .../models/domain/ModelUserRelationship.java | 10 +- .../models/domain/ModelVoiceRegion.java | 6 +- .../discord/models/domain/ModelWebhook.java | 6 +- .../models/domain/PaymentSourceRaw.java | 16 +- .../domain/billing/ModelInvoiceItem.java | 16 +- .../domain/billing/ModelInvoicePreview.java | 16 +- .../models/domain/emoji/ModelEmojiCustom.java | 20 +- .../models/domain/emoji/ModelEmojiGuild.java | 16 +- .../domain/spotify/ModelSpotifyAlbum.java | 16 +- .../domain/spotify/ModelSpotifyArtist.java | 16 +- .../domain/spotify/ModelSpotifyTrack.java | 16 +- .../java/com/discord/models/guild/Guild.java | 18 +- .../com/discord/models/message/Message.java | 18 +- .../models/sticker/dto/ModelStickerPack.java | 16 +- .../dto/ModelStickerPackStoreListing.java | 16 +- .../models/store/dto/ModelStoreAsset.java | 16 +- .../store/dto/ModelStoreDirectoryLayout.java | 16 +- .../com/discord/models/user/CoreUser.java | 6 +- .../java/com/discord/models/user/MeUser.java | 6 +- .../NullSerializableTypeAdapter.java | 12 +- .../overlay/views/OverlayBubbleWrap.java | 10 +- .../com/discord/player/AppMediaPlayer.java | 38 +- .../restapi/BreadcrumbInterceptor.java | 2 +- .../restapi/RequiredHeadersInterceptor.java | 2 +- .../com/discord/restapi/RestAPIBuilder.java | 8 +- .../com/discord/restapi/RestAPIParams.java | 30 +- .../restapi/SpotifyTokenInterceptor.java | 2 +- .../utils/RetryWithDelay$restRetry$1.java | 2 +- .../com/discord/rlottie/RLottieDrawable.java | 88 +- .../com/discord/rlottie/RLottieImageView.java | 34 +- .../rtcconnection/KrispOveruseDetector.java | 2 +- .../rtcconnection/MediaSinkWantsManager.java | 20 +- .../discord/rtcconnection/RtcConnection.java | 50 +- .../discord/rtcconnection/VideoMetadata.java | 10 +- .../audio/DiscordAudioManager.java | 108 +- .../enums/BluetoothHeadsetAudioState.java | 10 +- .../BluetoothProfileConnectionState.java | 10 +- .../mediaengine/MediaEngine.java | 30 +- .../mediaengine/MediaEngineConnection.java | 32 +- .../mediaengine/ThumbnailEmitter.java | 8 +- .../ScreenshotDetector.java | 4 +- .../simpleast/core/parser/ParseSpec.java | 6 +- .../discord/simpleast/core/parser/Parser.java | 6 +- .../com/discord/stores/BuiltInCommands.java | 6 + .../stores/BuiltInCommandsProvider.java | 2 + .../discord/stores/NotificationTextUtils.java | 4 +- ...ckChannelOpened$$inlined$let$lambda$1.java | 2 +- .../com/discord/stores/StoreAnalytics.java | 20 +- ...ommandFrecency$observeTopCommandIds$1.java | 24 + .../StoreApplicationCommandFrecency.java | 155 + ...ds$Companion$FrecencyCommandsUpdate$1.java | 6 + ...mands$getApplicationCommandsViaRest$1.java | 63 +- ...ionCommands$handleDmUserApplication$1.java | 5 +- ...ionCommands$observeFrecencyCommands$1.java | 29 + ...Commands$requestApplicationCommands$1.java | 2 +- ...nds$requestApplicationCommandsQuery$1.java | 2 +- ...icationCommands$requestApplications$1.java | 6 +- .../stores/StoreApplicationCommands.java | 278 +- .../stores/StoreApplicationCommandsKt.java | 9 + .../stores/StoreAudioManagerV2$init$1.java | 4 +- ...reAudioManagerV2$selectOutputDevice$1.java | 8 +- ...oreAudioManagerV2$updateMediaVolume$1.java | 6 +- .../discord/stores/StoreAudioManagerV2.java | 19 +- .../discord/stores/StoreChannelMembers.java | 2 +- .../com/discord/stores/StoreChannels.java | 24 +- .../discord/stores/StoreChannelsSelected.java | 4 +- ...ContactSync$createContactSyncNotice$1.java | 4 +- .../StoreDynamicLink$storeLinkIfExists$1.java | 2 +- .../StoreEmoji$buildUsableEmojiSet$1.java | 8 +- .../StoreEmoji$buildUsableEmojiSet$2.java | 3 +- .../java/com/discord/stores/StoreEmoji.java | 46 +- .../com/discord/stores/StoreEmojiCustom.java | 10 +- ...nnection$requestApplicationCommands$1.java | 7 +- .../stores/StoreGatewayConnection.java | 8 +- ...ndleGuildRoleSubscriptionGroupFetch$1.java | 10 +- ...ldRoleSubscriptionTierListingUpdate$1.java | 2 +- .../stores/StoreGuildRoleSubscriptions.java | 8 +- .../stores/StoreGuildScheduledEvents.java | 5 + .../discord/stores/StoreGuildStickers.java | 6 +- .../com/discord/stores/StoreGuildsSorted.java | 18 +- ...InviteSettings$getInvitableChannels$1.java | 2 +- .../com/discord/stores/StoreMediaEngine.java | 6 +- .../stores/StoreMediaSettings$init$1.java | 2 +- .../discord/stores/StoreMediaSettings.java | 2 +- .../com/discord/stores/StoreMentions.java | 6 +- .../StoreMessageAck$observeThreadState$1.java | 2 +- .../com/discord/stores/StoreMessageAck.java | 2 +- .../stores/StoreMessagesMostRecent.java | 10 +- ...cycleCallbacks$inviteCodeNavHandler$1.java | 4 +- ...fecycleCallbacks$nuxStateNavHandler$1.java | 4 +- ...PendingReplies$onCreatePendingReply$1.java | 2 +- .../com/discord/stores/StorePermissions.java | 2 +- .../com/discord/stores/StoreReadStates.java | 6 +- .../java/com/discord/stores/StoreSearch.java | 16 +- .../StoreSearchData$getGuildSearchData$1.java | 2 +- ...s$stageChannelIdsInGuildForDispatch$1.java | 2 +- .../discord/stores/StoreStageChannels.java | 6 +- .../java/com/discord/stores/StoreStream.java | 18 +- .../stores/StoreStreamRtcConnection.java | 2 +- .../discord/stores/StoreThreadMessages.java | 4 +- .../discord/stores/StoreThreadsActive.java | 6 +- .../discord/stores/StoreThreadsJoined.java | 2 +- .../java/com/discord/stores/StoreUser.java | 24 +- ...reUserGuildSettings$setChannelMuted$1.java | 2 +- .../com/discord/stores/StoreVideoStreams.java | 2 +- .../stores/StoreVoiceChannelSelected.java | 6 +- .../stores/StoreVoiceParticipants$get$1.java | 2 +- .../stores/StoreVoiceParticipants.java | 4 +- .../com/discord/stores/StoreVoiceStates.java | 2 +- .../com/discord/stores/VoicePropsTracker.java | 2 +- .../RestCallStateKt$logNetworkAction$2.java | 2 +- .../RestCallStateKt$logNetworkAction$3.java | 2 +- .../com/discord/tooltips/TooltipManager.java | 12 +- .../utilities/StoreUIEventHandler.java | 2 +- .../utilities/analytics/AnalyticsTracker.java | 32 +- .../ApplicationCommandFrecencyTracker.java | 51 + .../auditlogs/AuditLogChangeUtils.java | 38 +- ...gleSmartLockManager$saveCredentials$1.java | 2 +- .../auth/GoogleSmartLockManager.java | 16 +- .../utilities/billing/BillingUtils.java | 4 +- .../utilities/captcha/CaptchaErrorBody.java | 2 +- .../CaptchaHelper$tryShowCaptcha$1.java | 6 +- .../ChannelSelector$selectChannel$2.java | 4 +- .../utilities/colors/ColorPickerUtils.java | 10 +- .../utilities/embed/InviteEmbedModel.java | 6 +- .../com/discord/utilities/error/Error.java | 2 +- .../experiments/ExperimentRegistry.java | 2 +- .../utilities/fcm/NotificationData.java | 6 +- .../utilities/fcm/NotificationRenderer.java | 2 +- .../features/GrowthTeamFeatures.java | 4 + .../utilities/gifting/GiftingUtils.java | 6 +- .../utilities/guilds/GuildUtilsKt.java | 2 +- .../GuildScheduledEventUtilities.java | 4 +- .../discord/utilities/images/MGImages.java | 2 +- ...tAppBitmapMemoryCacheParamsSupplier$1.java | 2 +- .../utilities/images/MGImagesConfig.java | 4 +- .../discord/utilities/intent/IntentUtils.java | 12 +- ...teHandlers$selectFeature$settingMap$9.java | 4 +- .../intent/RouteHandlers$voiceConnect$1.java | 2 +- .../lazy/memberlist/MemberListRow.java | 34 +- .../permissions/PermissionUtils.java | 18 +- .../permissions/VideoPermissionsManager.java | 2 +- .../utilities/presence/ActivityUtilsKt.java | 2 +- .../utilities/rest/AttachmentRequestBody.java | 2 +- ...nalyticsInterceptor$$inlined$invoke$1.java | 2 +- .../rest/RestAPI$addGroupRecipients$2.java | 2 +- .../com/discord/utilities/rest/RestAPI.java | 2 +- .../utilities/stage/StageChannelUtils.java | 4 +- .../utilities/stateful/StatefulViews.java | 4 +- .../utilities/stickers/StickerUtils.java | 2 +- .../textprocessing/MessagePreprocessor.java | 8 +- .../utilities/textprocessing/Rules.java | 22 +- .../utilities/textprocessing/TagsBuilder.java | 2 +- .../textprocessing/node/EmojiNode.java | 16 +- .../textprocessing/node/SpoilerNode.java | 6 +- .../utilities/threads/ThreadUtils.java | 6 +- .../com/discord/utilities/user/UserUtils.java | 22 +- .../utilities/voice/CallSoundManager.java | 16 +- .../ScreenShareManager$startStream$1.java | 2 +- .../utilities/voice/ScreenShareManager.java | 2 +- .../voice/VoiceChannelJoinabilityUtils.java | 4 +- .../utilities/websocket/WebSocket.java | 2 +- .../discord/views/ActiveSubscriptionView.java | 2 +- .../com/discord/views/CheckedSetting.java | 20 +- .../java/com/discord/views/CutoutView.java | 6 +- .../com/discord/views/FailedUploadList.java | 14 +- .../com/discord/views/FailedUploadView.java | 2 +- .../java/com/discord/views/GuildView.java | 4 +- .../main/java/com/discord/views/IconRow.java | 2 +- .../java/com/discord/views/LoadingButton.java | 8 +- .../com/discord/views/NumericBadgingView.java | 16 +- .../views/OverlayMenuBubbleDialog.java | 34 +- .../com/discord/views/OverlayMenuView.java | 16 +- .../main/java/com/discord/views/PileView.java | 6 +- .../com/discord/views/ScreenTitleView.java | 2 +- .../com/discord/views/SearchInputView.java | 8 +- .../com/discord/views/StreamPreviewView.java | 2 +- .../com/discord/views/TernaryCheckBox.java | 8 +- .../com/discord/views/UploadProgressView.java | 2 +- .../java/com/discord/views/UsernameView.java | 4 +- .../com/discord/views/VoiceUserLimitView.java | 2 +- .../java/com/discord/views/VoiceUserView.java | 6 +- .../views/calls/CallEventsButtonView.java | 6 +- .../views/calls/VideoCallParticipantView.java | 60 +- .../GuildChannelSideBarActionsView.java | 4 +- .../PrivateChannelSideBarActionsView.java | 2 +- .../directories/ServerDiscoveryHeader.java | 2 +- .../directories/ServerDiscoveryItem.java | 4 +- .../views/guilds/ServerMemberCount.java | 4 +- .../ChannelPermissionOwnerView.java | 4 +- .../views/phone/PhoneOrEmailInputView.java | 14 +- .../views/premium/AccountCreditView.java | 4 +- .../discord/views/premium/ShinyButton.java | 4 +- .../PremiumGuildConfirmationView.java | 2 +- .../PremiumGuildProgressView.java | 2 +- .../PremiumGuildSubscriptionUpsellView.java | 2 +- .../PremiumSubscriptionMarketingView.java | 2 +- .../views/segmentedcontrol/CardSegment.java | 6 +- .../com/discord/views/steps/StepsView.java | 30 +- .../discord/views/sticker/StickerView.java | 14 +- .../com/discord/views/typing/TypingDots.java | 4 +- .../views/user/SettingsMemberView.java | 4 +- .../views/user/UserAvatarPresenceView.java | 38 +- .../UserAvatarPresenceViewController.java | 6 +- .../WidgetChannelFollowSheet.java | 6 +- .../WidgetChannelFollowSuccessDialog.java | 2 +- .../widgets/auth/AuthInviteInfoView.java | 10 +- .../auth/WidgetAgeVerify$loggingConfig$1.java | 23 +- .../discord/widgets/auth/WidgetAgeVerify.java | 22 +- .../WidgetAuthAgeGated$loggingConfig$1.java | 25 + .../widgets/auth/WidgetAuthAgeGated.java | 7 + ...idgetAuthBirthday$validationManager$2.java | 2 +- .../widgets/auth/WidgetAuthBirthday.java | 6 +- .../widgets/auth/WidgetAuthCaptcha.java | 2 +- .../WidgetAuthLanding$loggingConfig$1.java | 20 + .../widgets/auth/WidgetAuthLanding.java | 11 +- .../auth/WidgetAuthLogin$loggingConfig$1.java | 24 + .../discord/widgets/auth/WidgetAuthLogin.java | 9 +- .../auth/WidgetAuthMfa$onViewBound$1.java | 4 +- ...WidgetAuthMfa$showBackupCodesDialog$1.java | 2 +- .../discord/widgets/auth/WidgetAuthMfa.java | 2 +- .../WidgetAuthPhoneVerify$evaluateCode$3.java | 2 +- .../WidgetAuthPhoneVerify$inputCode$3.java | 2 +- ...WidgetAuthPhoneVerify$loggingConfig$1.java | 24 + .../WidgetAuthPhoneVerify$resendCode$1.java | 2 +- .../WidgetAuthPhoneVerify$resendCode$2.java | 2 +- .../widgets/auth/WidgetAuthPhoneVerify.java | 17 +- ...terAccountInformation$loggingConfig$1.java | 25 + ...RegisterAccountInformation$register$2.java | 2 +- .../WidgetAuthRegisterAccountInformation.java | 17 +- ...tAuthRegisterIdentity$loggingConfig$1.java | 25 + .../auth/WidgetAuthRegisterIdentity.java | 9 +- .../widgets/auth/WidgetAuthResetPassword.java | 2 +- .../auth/WidgetAuthUndeleteAccount.java | 2 +- .../widgets/auth/WidgetOauth2Authorize.java | 6 +- .../widgets/auth/WidgetRemoteAuth.java | 8 +- .../views/ActionRowComponentView.java | 4 +- .../botuikit/views/ButtonComponentView.java | 4 +- .../select/SelectComponentBottomSheet.java | 2 +- ...ectComponentBottomSheetItemViewHolder.java | 2 +- .../views/select/SelectComponentView.java | 4 +- .../BugReportFeatureHeaderViewHolder.java | 4 +- .../BugReportFeatureViewHolder.java | 2 +- .../widgets/bugreports/WidgetBugReport.java | 8 +- .../widgets/changelog/WidgetChangeLog.java | 2 +- .../changelog/WidgetChangeLogSpecial.java | 4 +- .../channels/ChannelPickerViewHolder.java | 4 +- ...View$configure$$inlined$doOnPreDraw$1.java | 2 +- .../discord/widgets/channels/UserAkaView.java | 2 +- .../WidgetChannelPickerBottomSheet.java | 2 +- .../channels/WidgetChannelSelector.java | 4 +- .../channels/WidgetChannelSidebarActions.java | 6 +- .../WidgetChannelSidebarActionsViewModel.java | 4 +- .../widgets/channels/WidgetChannelTopic.java | 8 +- ...ewModel$Companion$observeStoreState$1.java | 2 +- .../channels/WidgetChannelTopicViewModel.java | 2 +- ...CreateChannel$onViewBoundOrOnResume$4.java | 2 +- .../widgets/channels/WidgetCreateChannel.java | 6 +- .../WidgetGroupInviteFriends$setupFAB$2.java | 2 +- .../channels/WidgetGroupInviteFriends.java | 4 +- .../WidgetGroupInviteFriendsAdapter.java | 2 +- .../invite/GroupInviteFriendsSheet.java | 6 +- .../GroupInviteFriendsSheetAdapter.java | 2 +- ...ListBuilder$$inlined$forEach$lambda$1.java | 4 +- .../list/WidgetChannelListUnreads.java | 2 +- .../WidgetChannelsList$onViewBound$6.java | 2 +- .../channels/list/WidgetChannelsList.java | 12 +- .../list/WidgetChannelsListAdapter.java | 78 +- ...s$configureUI$$inlined$apply$lambda$5.java | 4 +- .../WidgetChannelsListItemChannelActions.java | 19 +- .../WidgetChannelsListItemThreadActions.java | 2 +- .../list/WidgetCollapsedUsersListAdapter.java | 4 +- .../list/WidgetThreadArchiveActions.java | 2 +- .../list/items/ChannelListItemHeader.java | 16 +- ...erateGuildMemberListItems$listItems$1.java | 2 +- .../GuildMemberListItemGeneratorKt.java | 2 +- ...ivateChannelMemberListItemGeneratorKt.java | 4 +- ...ewModel$Companion$observeStoreState$1.java | 2 +- .../WidgetChannelMembersListViewModel.java | 4 +- .../adapter/ChannelMembersListAdapter.java | 28 +- .../ChannelMembersListViewHolderAdd.java | 2 +- .../ChannelMembersListViewHolderHeader.java | 4 +- ...lMembersListViewHolderJoinLeaveThread.java | 4 +- .../ChannelMembersListViewHolderMember.java | 9 +- ...hannelMembersListViewHolderRoleHeader.java | 4 +- .../permissions/AddMemberAdapter.java | 4 +- .../ConfirmRemovePermissionDialog.java | 2 +- .../permissions/PermissionOwnerListView.java | 4 +- ...idgetChannelSettingsAddMemberFragment.java | 4 +- .../WidgetChannelSettingsAddMemberSheet.java | 2 +- ...ditPermissions$permissionCheckboxes$2.java | 2 +- .../WidgetChannelSettingsEditPermissions.java | 18 +- ...getChannelSettingsPermissionsAdvanced.java | 18 +- ...getChannelSettingsPermissionsOverview.java | 22 +- ...idgetStageChannelModeratorPermissions.java | 2 +- .../WidgetChannelGroupDMSettings.java | 8 +- .../WidgetChannelNotificationSettings.java | 16 +- ...ChannelSettings$Model$Companion$get$1.java | 2 +- ...dgetTextChannelSettings$configureUI$1.java | 4 +- ...dgetTextChannelSettings$configureUI$3.java | 2 +- .../settings/WidgetTextChannelSettings.java | 26 +- .../WidgetThreadNotificationSettings.java | 4 +- .../settings/WidgetThreadSettings.java | 6 +- .../WidgetThreadSettingsViewModel.java | 2 +- .../browser/ThreadBrowserThreadView.java | 4 +- .../WidgetThreadBrowser$updateMenu$1.java | 4 +- .../threads/browser/WidgetThreadBrowser.java | 8 +- .../browser/WidgetThreadBrowserActive.java | 6 +- .../browser/WidgetThreadBrowserArchived.java | 8 +- .../WidgetThreadBrowserFilterSheet.java | 2 +- .../widgets/chat/WidgetUrlActions.java | 2 +- .../chat/input/AppFlexInputViewModel.java | 4 +- .../input/ApplicationCategoryViewHolder.java | 2 +- .../chat/input/ChatInputViewModel.java | 81 +- ...getChatInput$configureSendListeners$2.java | 1 + .../input/WidgetChatInput$onViewBound$1.java | 2 +- ...tChatInput$setWindowInsetsListeners$3.java | 2 +- .../input/WidgetChatInput$viewModel$2.java | 2 +- .../widgets/chat/input/WidgetChatInput.java | 32 +- ...putAttachments$createPreviewAdapter$1.java | 4 +- ...WidgetChatInputDiscoveryCommandsModel.java | 36 +- .../SelectedAppCommandTitleAdapterItem.java | 10 +- .../ApplicationCommandAutocompletable.java | 39 +- .../autocomplete/AutocompleteModelUtils.java | 4 +- ...teViewModel$Companion$observeStores$1.java | 25 +- .../autocomplete/AutocompleteViewModel.java | 116 +- .../autocomplete/AutocompleteViewState.java | 115 +- ...utocomplete$configureCommandBrowser$1.java | 5 +- .../InputAutocomplete$viewModel$2.java | 3 +- .../input/autocomplete/InputAutocomplete.java | 26 +- .../adapter/AutocompleteItemViewHolder.java | 29 +- .../adapter/ChatInputAutocompleteAdapter.java | 15 +- .../adapter/CommandHeaderViewHolder.java | 2 +- .../EmojiAutocompleteUpsellViewHolder.java | 2 +- .../commands/AutocompleteCommandUtils.java | 35 +- ...urce$Companion$getDiscoveryCommands$1.java | 20 +- ...licationCommandsAutocompletableSource.java | 8 +- ...urce$observeChannelAutocompletables$1.java | 2 +- .../input/emoji/EmojiCategoryViewHolder.java | 4 +- .../input/emoji/EmojiPickerContextType.java | 81 +- .../input/emoji/EmojiPickerViewModel.java | 25 +- .../chat/input/emoji/WidgetEmojiPicker.java | 4 +- ...essionTray$setWindowInsetsListeners$2.java | 2 +- .../expression/WidgetExpressionTray.java | 6 +- .../gifpicker/GifCategoryViewHolder.java | 4 +- .../chat/input/gifpicker/GifViewHolder.java | 6 +- ...ifCategory$setWindowInsetsListeners$2.java | 2 +- .../input/gifpicker/WidgetGifCategory.java | 16 +- .../chat/input/gifpicker/WidgetGifPicker.java | 2 +- .../gifpicker/WidgetGifPickerSearch.java | 4 +- .../models/ApplicationCommandDataKt.java | 89 + .../chat/input/models/IntegerOptionValue.java | 4 +- .../sticker/StickerCategoryViewHolder.java | 12 +- .../input/sticker/StickerPickerViewModel.java | 2 +- .../chat/input/sticker/StickerViewHolder.java | 4 +- .../input/sticker/StoreHeaderViewHolder.java | 2 +- .../sticker/WidgetStickerPackStoreSheet.java | 2 +- .../input/sticker/WidgetStickerPicker.java | 6 +- .../widgets/chat/list/InlineMediaView.java | 6 +- .../chat/list/PublishActionDialog.java | 4 +- .../chat/list/ViewEmbedGameInvite.java | 2 +- ...WidgetChatListActions$onViewCreated$2.java | 2 +- .../list/actions/WidgetChatListActions.java | 30 +- ...tsHandler$onQuickAddReactionClicked$1.java | 2 +- .../WidgetChatListAdapterEventsHandler.java | 2 +- ...ChatListAdapterItemApplicationCommand.java | 2 +- .../WidgetChatListAdapterItemAttachment.java | 2 +- ...getChatListAdapterItemBotComponentRow.java | 2 +- .../WidgetChatListAdapterItemEmbed.java | 18 +- ...terItemEphemeralMessage$onConfigure$2.java | 2 +- ...etChatListAdapterItemEphemeralMessage.java | 2 +- ...dgetChatListAdapterItemGift$buttons$2.java | 2 +- .../WidgetChatListAdapterItemGift.java | 8 +- ...hatListAdapterItemGuildInviteReminder.java | 2 +- ...idgetChatListAdapterItemGuildTemplate.java | 6 +- ...WidgetChatListAdapterItemGuildWelcome.java | 2 +- .../WidgetChatListAdapterItemInvite.java | 30 +- ...idgetChatListAdapterItemMentionFooter.java | 2 +- ...idgetChatListAdapterItemMessageHeader.java | 2 +- .../WidgetChatListAdapterItemNewMessages.java | 2 +- ...hatListAdapterItemPrivateChannelStart.java | 2 +- .../WidgetChatListAdapterItemReactions.java | 2 +- ...tListAdapterItemSpotifyListenTogether.java | 4 +- .../WidgetChatListAdapterItemStageInvite.java | 2 +- .../WidgetChatListAdapterItemStart.java | 6 +- ...WidgetChatListAdapterItemStickerGreet.java | 4 +- ...hatListAdapterItemStickerGreetCompact.java | 2 +- ...idgetChatListAdapterItemSystemMessage.java | 2 +- ...getChatListAdapterItemThreadDraftForm.java | 8 +- .../WidgetChatListAdapterItemThreadEmbed.java | 2 +- .../WidgetChatListAdapterItemTimestamp.java | 2 +- ...dgetChatListAdapterItemUploadProgress.java | 6 +- .../chat/list/entries/ChatListEntry.java | 2 +- .../chat/list/model/WidgetChatListModel.java | 2 +- .../model/WidgetChatListModelMessages.java | 4 +- ...tModelTop$Companion$getWelcomeEntry$2.java | 10 +- .../WidgetApplicationCommandBottomSheet.java | 2 +- ...pplicationCommandBottomSheetViewModel.java | 6 +- .../ManageReactionsEmojisAdapter.java | 2 +- .../ManageReactionsResultsAdapter.java | 2 +- .../WidgetManageReactions.java | 2 +- ...idgetChatOverlay$chatInputViewModel$2.java | 2 +- .../chat/overlay/WidgetChatOverlay.java | 8 +- ...lPinnedMessages$Model$Companion$get$1.java | 2 +- .../contact_sync/AddFriendsFailed.java | 4 +- ...ics.java => ContactSyncFlowAnalytics.java} | 30 +- ...ontactSyncFriendSuggestionListAdapter.java | 4 +- .../ContactSyncPermissionsSheet.java | 4 +- .../contact_sync/ContactSyncUpsellSheet.java | 6 +- .../WidgetContactSync$configureUI$3.java | 2 +- .../WidgetContactSync$configureUI$5.java | 2 +- .../WidgetContactSync$loggingConfig$1.java | 49 + .../contact_sync/WidgetContactSync.java | 102 +- .../WidgetContactSyncViewModel.java | 128 +- .../widgets/debugging/WidgetFatalCrash.java | 2 +- .../directories/WidgetDirectoriesSearch.java | 2 +- .../WidgetDirectoriesViewModel.java | 2 +- .../directories/WidgetDirectoryChannel.java | 10 +- ...idgetDirectoryChannelViewPagerAdapter.java | 2 +- .../widgets/emoji/WidgetEmojiSheet.java | 4 +- .../widgets/feedback/WidgetFeedbackSheet.java | 2 +- ...endsStateContactSyncView$updateView$1.java | 4 +- .../EmptyFriendsStateContactSyncView.java | 2 +- .../friends/EmptyFriendsStateView.java | 2 +- .../widgets/friends/SuggestedFriendView.java | 2 +- .../widgets/friends/WidgetFriendsAddById.java | 2 +- .../friends/WidgetFriendsAddUserAdapter.java | 2 +- .../friends/WidgetFriendsFindNearby.java | 13 +- .../WidgetFriendsList$configureToolbar$1.java | 10 +- .../WidgetFriendsList$onViewBound$7.java | 4 +- .../widgets/friends/WidgetFriendsList.java | 2 +- .../friends/WidgetFriendsListAdapter.java | 14 +- .../GuildRoleSubscriptionBenefitItemView.java | 29 +- .../GuildRoleSubscriptionPlanDetailsView.java | 12 +- ...teGuildRoleSubscriptionGroupListing$1.java | 2 +- .../GuildSubscriptionRoleImageUploadView.java | 77 +- .../WidgetPriceTierPickerBottomSheet.java | 4 +- ...WidgetGuildRoleSubscriptionEntryPoint.java | 2 +- ...ildRoleSubscriptionPlanSetupViewModel.java | 3 +- .../WidgetGuildRoleSubscriptionPlanSetup.java | 2 +- .../GuildRoleSubscriptionTierAdapter.java | 2 +- .../GuildRoleSubscriptionTierAdapterItem.java | 115 +- ...leSubscriptionTierListItemGeneratorKt.java | 6 +- .../GuildRoleSubscriptionTierViewHolder.java | 5 +- ...ateGuildRoleSubscriptionTierViewModel.java | 37 +- .../GuildRoleSubscriptionMemberPreview.java | 12 +- .../GuildRoleSubscriptionTierViewModel.java | 66 +- ...eSubscriptionTier$onViewBound$steps$4.java | 2 +- ...eSubscriptionTier$onViewBound$steps$5.java | 30 + ...WidgetCreateGuildRoleSubscriptionTier.java | 3 +- ...WidgetGuildRoleSubscriptionTierDesign.java | 4 +- ...idgetGuildRoleSubscriptionTierDetails.java | 16 +- .../GuildRoleSubscriptionBenefitAdapter.java | 14 +- ...ildRoleSubscriptionBenefitAdapterItem.java | 257 +- ...ubscriptionBenefitListItemGeneratorKt.java | 24 +- ...uildRoleSubscriptionBenefitViewHolder.java | 26 +- ...ldRoleSubscriptionTierBenefitListType.java | 7 + ...dRoleSubscriptionTierBenefitViewModel.java | 403 + ...RoleSubscriptionTierBenefitsViewModel.java | 10 +- ...Benefit$Companion$registerForResult$1.java | 32 + ...$appViewModels$$inlined$viewModels$1.java} | 6 +- ...SubscriptionTierBenefit$benefitType$2.java | 27 + ...RoleSubscriptionTierBenefit$binding$2.java | 95 + ...SubscriptionTierBenefit$configureUI$1.java | 22 + ...nefit$configureUIForChannelBenefit$1.java} | 14 +- ...enefit$configureUIForChannelBenefit$2.java | 22 + ...it$configureUIForIntangibleBenefit$1.java} | 14 +- ...nTierBenefit$createChannelLauncher$1.java} | 14 +- ...criptionTierBenefit$existingBenefit$2.java | 21 + ...RoleSubscriptionTierBenefit$guildId$2.java | 22 + ...SubscriptionTierBenefit$onViewBound$1.java | 16 + ...SubscriptionTierBenefit$onViewBound$2.java | 16 + ...ubscriptionTierBenefit$onViewBound$3.java} | 26 +- ...SubscriptionTierBenefit$onViewBound$4.java | 30 + ...ubscriptionTierBenefit$onViewBound$5.java} | 14 +- ...onTierBenefit$onViewBoundOrOnResume$1.java | 30 + ...onTierBenefit$onViewBoundOrOnResume$2.java | 30 + ...oleSubscriptionTierBenefit$tierName$2.java | 20 + ...leSubscriptionTierBenefit$viewModel$2.java | 22 + ...idgetGuildRoleSubscriptionTierBenefit.java | 320 + ...iptionTierBenefits$benefitLauncher$1.java} | 12 +- ...riptionTierBenefits$benefitListType$2.java | 26 + ...ptionTierBenefits$benefitsViewModel$2.java | 2 +- ...oleSubscriptionTierBenefits$binding$2.java | 34 +- ...oleSubscriptionTierBenefits$guildId$2.java | 7 +- ...SubscriptionTierBenefits$hideHeader$2.java | 7 +- ...rBenefits$intangibleBenefitLauncher$1.java | 28 - ...ptionTierBenefits$itemClickListener$1.java | 26 +- ...nTierBenefits$onViewBoundOrOnResume$1.java | 2 +- ...rBenefits$setupUIForChannelBenefits$1.java | 28 + ...dgetGuildRoleSubscriptionTierBenefits.java | 96 +- ...bscriptionTierChannelBenefitViewModel.java | 304 - ...Benefit$Companion$registerForResult$1.java | 32 - ...scriptionTierChannelBenefit$binding$2.java | 68 - ...ptionTierChannelBenefit$configureUI$1.java | 22 - ...annelBenefit$existingChannelBenefit$2.java | 21 - ...scriptionTierChannelBenefit$guildId$2.java | 23 - ...ptionTierChannelBenefit$onViewBound$2.java | 22 - ...ptionTierChannelBenefit$onViewBound$3.java | 16 - ...ptionTierChannelBenefit$onViewBound$4.java | 21 - ...hannelBenefit$onViewBoundOrOnResume$1.java | 30 - ...hannelBenefit$onViewBoundOrOnResume$2.java | 30 - ...riptionTierChannelBenefit$viewModel$2.java | 22 - ...ildRoleSubscriptionTierChannelBenefit.java | 216 - ...riptionTierIntangibleBenefitViewModel.java | 264 - ...Benefit$Companion$registerForResult$1.java | 32 - ...t$appViewModels$$inlined$viewModels$1.java | 25 - ...iptionTierIntangibleBenefit$binding$2.java | 77 - ...leBenefit$existingIntangibleBenefit$2.java | 21 - ...onTierIntangibleBenefit$onViewBound$1.java | 21 - ...onTierIntangibleBenefit$onViewBound$2.java | 16 - ...onTierIntangibleBenefit$onViewBound$3.java | 40 - ...onTierIntangibleBenefit$onViewBound$4.java | 29 - ...onTierIntangibleBenefit$onViewBound$5.java | 29 - ...onTierIntangibleBenefit$onViewBound$6.java | 24 - ...ngibleBenefit$onViewBoundOrOnResume$1.java | 30 - ...ngibleBenefit$onViewBoundOrOnResume$2.java | 30 - ...tionTierIntangibleBenefit$viewModel$2.java | 22 - ...RoleSubscriptionTierIntangibleBenefit.java | 191 - .../tier/model/Benefit.java | 259 +- .../tier/model/GuildRoleSubscriptionTier.java | 131 +- .../guilds/WidgetGuildFolderSettings.java | 12 +- .../widgets/guilds/WidgetGuildSelector.java | 4 +- .../contextmenu/WidgetFolderContextMenu.java | 2 +- .../contextmenu/WidgetGuildContextMenu.java | 2 +- .../guilds/create/ChannelTemplate.java | 6 +- .../guilds/create/GuildCreateCloneViews.java | 6 +- .../create/GuildTemplateChannelsView.java | 4 +- .../WidgetCreationIntent$loggingConfig$1.java | 24 + .../guilds/create/WidgetCreationIntent.java | 14 +- .../guilds/create/WidgetGuildClone.java | 10 +- .../guilds/create/WidgetGuildCreate.java | 4 +- .../GuildInviteShareSheetViewModel.java | 16 +- .../InviteJoinHelper$joinViaInvite$4.java | 6 +- .../guilds/invite/InviteJoinHelper.java | 4 +- .../invite/InviteSuggestionsAdapter.java | 4 +- .../guilds/invite/PrivateChannelAdapter.java | 4 +- .../invite/ViewInviteSettingsSheet.java | 12 +- .../guilds/invite/WidgetGuildInvite.java | 6 +- ...etGuildInviteSettings$loggingConfig$1.java | 20 + .../invite/WidgetGuildInviteSettings.java | 16 +- ...InviteShare$initBottomSheetBehavior$1.java | 1 + ...idgetGuildInviteShare$loggingConfig$1.java | 30 +- .../guilds/invite/WidgetGuildInviteShare.java | 4 +- .../invite/WidgetGuildInviteShareCompact.java | 6 +- ...idgetGuildInviteShareEmptySuggestions.java | 4 +- ...GuildInviteShareSheet$loggingConfig$1.java | 31 + .../invite/WidgetGuildInviteShareSheet.java | 10 +- .../WidgetInviteInfo$parseAttributeSet$1.java | 2 +- .../guilds/invite/WidgetInviteInfo.java | 16 +- .../guilds/invite/WidgetInviteModel.java | 16 +- .../guilds/join/ChannelViewHolder.java | 2 +- .../widgets/guilds/join/WidgetGuildJoin.java | 6 +- .../guilds/join/WidgetGuildWelcomeSheet.java | 4 +- .../guilds/leave/WidgetLeaveGuildDialog.java | 6 +- .../widgets/guilds/list/GuildListItem.java | 44 +- .../guilds/list/GuildListViewHolder.java | 41 +- ...tGuildsList$configureBottomNavSpace$1.java | 4 +- .../widgets/guilds/list/WidgetGuildsList.java | 2 +- ...stViewModel$Companion$observeStores$2.java | 24 +- ...stViewModel$Companion$observeStores$6.java | 3 +- ...l$handleStoreState$lurkerGuildItems$2.java | 3 +- .../list/WidgetGuildsListViewModel.java | 251 +- .../profile/WidgetChangeGuildIdentity.java | 6 +- .../WidgetGuildIdentityMarketingSheet.java | 4 +- ...ofileSheet$showChangeNicknameDialog$2.java | 2 +- .../profile/WidgetGuildProfileSheet.java | 16 +- .../WidgetGuildProfileSheetViewModel.java | 16 +- .../GuildEventPromptListView.java | 2 +- .../GuildEventPromptView.java | 2 +- ...ildIdsWithActiveEventsModel$observe$1.java | 92 + .../GuildIdsWithActiveEventsModel.java | 32 + ...uledEventBottomButtonView$configure$5.java | 18 + ...erestedButton$$inlined$apply$lambda$1.java | 12 +- .../GuildScheduledEventBottomButtonView.java | 148 +- .../GuildScheduledEventDateView.java | 6 +- ...lsViewModel$Companion$observeStores$1.java | 10 +- .../GuildScheduledEventDetailsViewModel.java | 186 +- .../GuildScheduledEventItemView.java | 12 +- .../PreviewGuildScheduledEventViewModel.java | 2 +- ...dgetEndGuildScheduledEventBottomSheet.java | 4 +- ...EventDetailsBottomSheet$configureUi$2.java | 2 +- ...EventDetailsBottomSheet$configureUi$7.java | 44 + ...edEventDetailsBottomSheet$viewModel$2.java | 2 +- ...GuildScheduledEventDetailsBottomSheet.java | 4 +- ...etailsExtrasBottomSheet$configureUi$2.java | 2 +- ...lsExtrasBottomSheet$previewLauncher$1.java | 2 +- ...tDetailsExtrasBottomSheet$viewModel$2.java | 2 +- ...cheduledEventDetailsExtrasBottomSheet.java | 4 +- ...getGuildScheduledEventListBottomSheet.java | 4 +- ...dgetGuildScheduledEventLocationSelect.java | 6 +- ...ScheduledEventLocationSelectViewModel.java | 6 +- ...dScheduledEventSettings$onViewBound$9.java | 2 +- .../WidgetGuildScheduledEventSettings.java | 2 +- ...tGuildScheduledEventUpsellBottomSheet.java | 2 +- ...eateJoinOnStartActivityRegistration$1.java | 5 +- .../WidgetPreviewGuildScheduledEvent.java | 22 +- .../home/WidgetHome$configureFirstOpen$2.java | 2 +- .../home/WidgetHome$configureLeftPanel$1.java | 4 +- ...ome$configureNavigationDrawerAction$1.java | 2 +- ...tHome$setPanelWindowInsetsListeners$1.java | 2 +- ...tHome$setPanelWindowInsetsListeners$3.java | 2 +- .../com/discord/widgets/home/WidgetHome.java | 36 +- ...$configureThreadBrowserIconBehavior$1.java | 2 +- ...eHeaderManager$getOnConfigureAction$1.java | 4 +- ...meHeaderManager$getOnSelectedAction$1.java | 18 +- .../widgets/home/WidgetHomeHeaderManager.java | 12 +- .../home/WidgetHomeModel$Companion$get$2.java | 4 +- .../discord/widgets/home/WidgetHomeModel.java | 2 +- .../widgets/home/WidgetHomePanelNsfw.java | 4 +- .../widgets/home/WidgetHomeViewModel.java | 18 +- .../widgets/home/WidgetMainSurveyDialog.java | 4 +- .../hubs/DiscordHubAddServerViewHolder.java | 2 +- .../discord/widgets/hubs/DomainGuildInfo.java | 8 +- .../widgets/hubs/HubDomainViewHolder.java | 2 +- .../widgets/hubs/RadioSelectorItem.java | 18 +- .../widgets/hubs/WidgetHubAddName.java | 21 +- .../widgets/hubs/WidgetHubAddServer.java | 2 +- .../WidgetHubAddServerConfirmationDialog.java | 6 +- ...erViewModel$Companion$observeStores$1.java | 2 +- ...WidgetHubAuthentication$configureUi$1.java | 2 +- .../widgets/hubs/WidgetHubAuthentication.java | 4 +- .../WidgetHubDescription$configureUI$4.java | 2 +- .../widgets/hubs/WidgetHubDescription.java | 6 +- .../widgets/hubs/WidgetHubDomainSearch.java | 2 +- .../widgets/hubs/WidgetHubDomains.java | 2 +- ...idgetHubEmailFlow$validationManager$2.java | 2 +- .../widgets/hubs/WidgetHubEmailFlow.java | 14 +- .../hubs/WidgetHubWaitlist$configureUI$1.java | 2 +- .../widgets/hubs/WidgetHubWaitlist.java | 4 +- .../hubs/WidgetRadioSelectorBottomSheet.java | 2 +- .../WidgetMedia$onViewBoundOrOnResume$1.java | 6 +- .../discord/widgets/media/WidgetMedia.java | 4 +- .../widgets/media/WidgetQRScanner.java | 8 +- .../MobileReportsBottomButton.java | 8 +- .../mobile_reports/ReportsMenuNode.java | 14 +- .../mobile_reports/WidgetMobileReports.java | 2 +- .../NoticePopup$enqueue$notice$1$3$2.java | 12 +- ...nel$createModel$onClickTopRightIcon$1.java | 4 +- .../widgets/notice/NoticePopupChannel.java | 4 +- .../widgets/notice/WidgetNoticeDialog.java | 10 +- .../notice/WidgetNoticeNuxOverlay.java | 2 +- .../notice/WidgetNoticeNuxSamsungLink.java | 2 +- .../nux/GuildTemplateCardViewHolder.java | 2 +- .../widgets/nux/WidgetGuildTemplates.java | 2 +- .../widgets/nux/WidgetNavigationHelp.java | 2 +- ...idgetNuxChannelPrompt$loggingConfig$1.java | 24 + .../widgets/nux/WidgetNuxChannelPrompt.java | 15 +- ...NuxPostRegistrationJoin$onViewBound$1.java | 2 +- .../nux/WidgetNuxPostRegistrationJoin.java | 2 +- .../phone/PhoneCountryCodeAdapterItem.java | 2 +- .../WidgetPhoneCountryCodeBottomSheet.java | 2 +- .../WidgetQuickMentionsDialog.java | 2 +- .../WidgetSearch$configureSearchInput$1.java | 2 +- .../WidgetSearch$configureSearchInput$5.java | 4 +- .../discord/widgets/search/WidgetSearch.java | 14 +- .../WidgetSearchSuggestionsAdapter.java | 29 +- .../servers/NotificationMuteSettingsView.java | 4 +- .../NotificationsOverridesAdapter.java | 4 +- .../servers/SettingsChannelListAdapter.java | 20 +- .../servers/WidgetServerDeleteDialog.java | 10 +- ...$Companion$getNotificationOverrides$2.java | 2 +- .../servers/WidgetServerNotifications.java | 6 +- ...tionsOverrideSelector$Companion$get$1.java | 4 +- ...etServerNotificationsOverrideSelector.java | 2 +- .../widgets/servers/WidgetServerSettings.java | 8 +- .../servers/WidgetServerSettingsBans.java | 6 +- ...ettingsChannels$Model$Companion$get$1.java | 4 +- ...dGuildChannels$$inlined$also$lambda$1.java | 4 +- ...ingsChannels$configureFabVisibility$1.java | 2 +- ...igureFabVisibility$setFabVisibility$1.java | 4 +- ...tServerSettingsChannels$configureUI$1.java | 4 +- ...SettingsChannels$setOnClickListener$2.java | 2 +- .../servers/WidgetServerSettingsChannels.java | 2 +- ...ServerSettingsChannelsFabMenuFragment.java | 2 +- ...dgetServerSettingsChannelsSortActions.java | 2 +- .../WidgetServerSettingsEditIntegration.java | 4 +- .../WidgetServerSettingsEditMember.java | 10 +- ...itRole$setupHoistAndMentionSettings$1.java | 2 +- .../servers/WidgetServerSettingsEditRole.java | 118 +- .../servers/WidgetServerSettingsEmojis.java | 6 +- .../WidgetServerSettingsEmojisEdit.java | 6 +- ...etServerSettingsInstantInvitesActions.java | 2 +- .../WidgetServerSettingsIntegrations.java | 2 +- ...getServerSettingsIntegrationsListItem.java | 4 +- .../WidgetServerSettingsModeration.java | 2 +- ...tServerSettingsOverview$configureUI$5.java | 8 +- ...tServerSettingsOverview$configureUI$6.java | 8 +- .../servers/WidgetServerSettingsOverview.java | 46 +- .../servers/WidgetServerSettingsRoles.java | 8 +- .../WidgetServerSettingsRolesAdapter.java | 2 +- .../servers/WidgetServerSettingsSecurity.java | 16 +- ...WidgetServerSettingsTransferOwnership.java | 2 +- .../WidgetServerSettingsVanityUrl.java | 4 +- ...ettingsAuditLog$Model$Companion$get$1.java | 4 +- ...tServerSettingsAuditLog$onViewBound$1.java | 4 +- .../WidgetServerSettingsAuditLog.java | 10 +- .../WidgetServerSettingsAuditLogAdapter.java | 6 +- .../WidgetServerSettingsAuditLogFilter.java | 2 +- ...etServerSettingsAuditLogFilterAdapter.java | 10 +- .../CommunityGetStartedHeaderIconView.java | 2 +- .../CommunityGetStartedInformationView.java | 2 +- .../community/CommunitySelectorView.java | 2 +- .../WidgetConfirmRemoveCommunityDialog.java | 2 +- ...tingsCommunityFirstStep$configureUI$1.java | 2 +- ...idgetServerSettingsCommunityFirstStep.java | 4 +- ...WidgetServerSettingsCommunityOverview.java | 4 +- ...verSettingsCommunityOverviewViewModel.java | 16 +- ...dgetServerSettingsCommunitySecondStep.java | 4 +- ...idgetServerSettingsCommunityThirdStep.java | 2 +- ...erverSettingsEnableCommunityViewModel.java | 16 +- ...sGuildRoleSubscriptionTierAdapterItem.java | 2 +- ...SubscriptionViewModel$submitChanges$1.java | 2 +- ...SubscriptionViewModel$submitChanges$2.java | 2 +- ...ettingsGuildRoleSubscriptionViewModel.java | 58 +- .../TierViewHolder.java | 8 +- ...sGuildRoleSubscriptions$configureUI$1.java | 2 +- ...tServerSettingsGuildRoleSubscriptions.java | 8 +- ...ublishGuildRoleSubscriptionTierDialog.java | 2 +- ...ewModel$Companion$observeStoreState$1.java | 16 +- ...ewModel$Companion$observeStoreState$2.java | 27 + ...uildRoleSubscriptionEditTierViewModel.java | 78 +- ...ubscriptionEditTierBenefits$guildId$2.java | 7 +- ...GuildRoleSubscriptionEditTierBenefits.java | 5 +- ...ildRoleSubscriptionEditTier$guildId$2.java | 3 +- ...dRoleSubscriptionEditTier$viewModel$2.java | 2 +- ...SettingsGuildRoleSubscriptionEditTier.java | 5 +- .../MemberVerificationPendingDialog.java | 18 +- .../MemberVerificationRulesAdapter.java | 2 +- .../MemberVerificationSuccessDialog.java | 2 +- .../MemberVerificationView.java | 4 +- .../WidgetMemberVerification.java | 8 +- .../WidgetMemberVerificationViewModel.java | 16 +- .../PremiumGuildSubscriptionPerkView.java | 4 +- .../WidgetPremiumGuildSubscription.java | 6 +- ...tPremiumGuildSubscriptionConfirmation.java | 2 +- ...idgetPremiumGuildSubscriptionTransfer.java | 2 +- .../ServerSettingsRoleMembersViewHolder.java | 2 +- .../WidgetServerSettingsRoleMembers.java | 2 +- .../WidgetServerSettingsInstantInvites.java | 6 +- ...tServerSettingsInstantInvitesListItem.java | 2 +- .../members/WidgetServerSettingsMembers.java | 2 +- .../WidgetServerSettingsMembersAdapter.java | 2 +- .../settings/MuteSettingsSheetViewModel.java | 4 +- .../settings/WidgetMuteSettingsSheet.java | 4 +- .../WidgetSettings$configureToolbar$1.java | 4 +- .../widgets/settings/WidgetSettings.java | 12 +- ...etSettingsAccessibility$configureUI$2.java | 4 +- .../settings/WidgetSettingsAccessibility.java | 10 +- .../settings/WidgetSettingsAppearance.java | 4 +- .../WidgetSettingsAuthorizedApps.java | 4 +- .../settings/WidgetSettingsBehavior.java | 2 +- .../settings/WidgetSettingsLanguage.java | 2 +- .../WidgetSettingsLanguageSelect.java | 2 +- .../widgets/settings/WidgetSettingsMedia.java | 4 +- ...Notifications$onViewBoundOrOnResume$1.java | 2 +- .../settings/WidgetSettingsNotifications.java | 2 +- .../WidgetSettingsNotificationsOs.java | 2 +- ...Privacy$configureContactSyncOptions$2.java | 6 +- ...Privacy$configureContactSyncOptions$3.java | 2 +- ...Privacy$configureContactSyncOptions$4.java | 2 +- ...ngsPrivacy$configurePrivacyControls$1.java | 10 +- ...tSettingsPrivacy$friendSourceRadios$2.java | 2 +- ...ttingsPrivacy$onViewBoundOrOnResume$2.java | 2 +- .../settings/WidgetSettingsPrivacy.java | 54 +- ...ingsVoice$configureVoiceSensitivity$1.java | 2 +- .../widgets/settings/WidgetSettingsVoice.java | 26 +- .../WidgetDisableDeleteAccountDialog.java | 2 +- .../account/WidgetEnableSMSBackupDialog.java | 2 +- .../WidgetSettingsAccount$onViewBound$1.java | 2 +- .../account/WidgetSettingsAccount.java | 20 +- .../WidgetSettingsAccountBackupCodes.java | 2 +- ...gsAccountChangePassword$onViewBound$2.java | 2 +- .../WidgetSettingsAccountChangePassword.java | 12 +- ...WidgetSettingsAccountContactsNameEdit.java | 2 +- .../WidgetSettingsAccountEmailEdit.java | 4 +- ...countUsernameEdit$validationManager$2.java | 2 +- .../WidgetSettingsAccountUsernameEdit.java | 12 +- .../account/WidgetSettingsBlockedUsers.java | 2 +- .../WidgetSettingsBlockedUsersAdapter.java | 2 +- .../account/mfa/WidgetEnableMFAKey.java | 6 +- ...nableMFASteps$onViewBoundOrOnResume$1.java | 2 +- .../account/mfa/WidgetEnableMFASteps.java | 2 +- .../billing/PaymentSourceAdapter.java | 2 +- .../settings/billing/PaymentSourceView.java | 2 +- .../WidgetPaymentSourceEditDialog.java | 6 +- .../ConnectionsGuildIntegrationView.java | 2 +- .../WidgetSettingsUserConnections.java | 14 +- .../WidgetSettingsUserConnectionsAdd.java | 2 +- .../WidgetSettingsUserConnectionsAddXbox.java | 2 +- .../developer/ExperimentOverridesAdapter.java | 6 +- .../developer/WidgetSettingsDeveloper.java | 2 +- .../settings/premium/ChoosePlanViewModel.java | 2 +- .../premium/SettingsGiftingViewModel.java | 16 +- .../settings/premium/WidgetChoosePlan.java | 2 +- .../premium/WidgetChoosePlanAdapter.java | 4 +- .../premium/WidgetClaimOutboundPromo.java | 2 +- .../premium/WidgetOutboundPromoTerms.java | 2 +- .../premium/WidgetSettingsGifting.java | 12 +- .../premium/WidgetSettingsGiftingAdapter.java | 4 +- ...tSettingsGiftingOutboundPromosAdapter.java | 4 +- ...gureButtons$$inlined$forEach$lambda$2.java | 4 +- .../premium/WidgetSettingsPremium.java | 34 +- ...umGuildSubscriptionSampleGuildAdapter.java | 2 +- ...idgetSettingsPremiumGuildSubscription.java | 8 +- ...ttingsPremiumGuildSubscriptionAdapter.java | 6 +- .../profile/WidgetEditProfileBannerSheet.java | 10 +- .../profile/WidgetSettingsUserProfile.java | 8 +- .../widgets/share/WidgetIncomingShare.java | 4 +- ...ageChannelJoinHelper$connectToStage$2.java | 46 +- ...eChannelJoinHelper$lurkAndJoinStage$1.java | 2 +- ...nelJoinHelper$lurkAndJoinStageAsync$1.java | 3 +- .../widgets/stage/StageChannelJoinHelper.java | 2 +- .../stage/discovery/StageCardViewHolder.java | 10 +- .../WidgetDiscovery$onViewBound$1.java | 2 +- .../stage/discovery/WidgetDiscovery.java | 8 +- ...l$tryConnectToVoice$job$1$connected$1.java | 2 +- ...del$Companion$observeStageCallModel$1.java | 2 +- ...idgetStageSettings$configureStageUI$5.java | 2 +- .../WidgetStageSettings$onViewCreated$1.java | 2 +- .../stage/settings/WidgetStageSettings.java | 120 +- ...ewModel$Companion$observeStoreState$2.java | 23 +- .../WidgetStageSettingsViewModel.java | 88 +- ...tageAudienceBlockedBottomSheetAdapter.java | 4 +- .../sheet/WidgetEndStageBottomSheet.java | 4 +- ...WidgetStageAudienceBlockedBottomSheet.java | 2 +- .../WidgetStageAudienceNoticeBottomSheet.java | 2 +- .../WidgetStageModeratorJoinBottomSheet.java | 2 +- .../WidgetStagePublicNoticeBottomSheet.java | 2 +- .../WidgetStageRaisedHandsBottomSheet.java | 2 +- ...getStageRaisedHandsBottomSheetAdapter.java | 2 +- .../WidgetStageStartEventBottomSheet.java | 6 +- .../start/ModeratorStartStageAdapter.java | 2 +- .../StartStageServerSelectionAdapter.java | 4 +- ...ewModel$Companion$observeStoreState$1.java | 2 +- .../start/WidgetModeratorStartStage.java | 6 +- .../WidgetStartStageServerSelection.java | 2 +- .../UserProfileStageActionsView.java | 4 +- .../widgets/status/WidgetChatStatus.java | 2 +- ...tatusIndicator$setupContainerClicks$1.java | 2 +- .../status/WidgetGlobalStatusIndicator.java | 16 +- .../WidgetGlobalStatusIndicatorViewModel.java | 2 +- .../widgets/status/WidgetThreadStatus.java | 18 +- .../status/WidgetThreadStatusViewModel.java | 2 +- .../stickers/StickerPremiumUpsellDialog.java | 2 +- .../UnsendableStickerPremiumUpsellDialog.java | 2 +- .../stickers/WidgetGuildStickerSheet.java | 2 +- .../WidgetStickerPackDetailsDialog.java | 2 +- .../widgets/stickers/WidgetStickerSheet.java | 4 +- .../stickers/WidgetUnknownStickerSheet.java | 2 +- .../tabs/TabsHostBottomNavigationView.java | 8 +- .../discord/widgets/tabs/WidgetTabsHost.java | 4 +- .../tos/WidgetTosAccept$configureUI$1.java | 2 +- .../discord/widgets/tos/WidgetTosAccept.java | 4 +- .../widgets/tos/WidgetTosReportViolation.java | 2 +- .../WidgetTosReportViolationReasonView.java | 2 +- .../discord/widgets/user/WidgetBanUser.java | 2 +- .../discord/widgets/user/WidgetKickUser.java | 2 +- .../widgets/user/WidgetPruneUsers.java | 2 +- ...ns$WidgetUserMentionFilter$onResume$3.java | 2 +- .../widgets/user/WidgetUserMentions.java | 8 +- .../widgets/user/WidgetUserMutualFriends.java | 8 +- .../widgets/user/WidgetUserMutualGuilds.java | 2 +- ...serPasswordVerify$validationManager$2.java | 2 +- .../user/WidgetUserPasswordVerify.java | 6 +- .../user/WidgetUserSetCustomStatus.java | 4 +- .../widgets/user/WidgetUserStatusSheet.java | 10 +- .../user/account/WidgetUserAccountVerify.java | 2 +- .../WidgetUserEmailUpdate$onViewBound$3.java | 2 +- .../user/email/WidgetUserEmailUpdate.java | 4 +- .../user/email/WidgetUserEmailVerify.java | 18 +- .../user/phone/WidgetUserPhoneManage.java | 8 +- .../user/phone/WidgetUserPhoneVerify.java | 2 +- .../presence/ViewHolderUserRichPresence.java | 4 +- .../user/profile/UserProfileAdminView.java | 4 +- .../profile/UserProfileConnectionsView.java | 4 +- ...ew$updateBannerBackgroundColorAsync$2.java | 2 +- .../user/profile/UserProfileHeaderView.java | 12 +- .../profile/UserProfileHeaderViewModel.java | 18 +- .../profile/UserStatusPresenceCustomView.java | 24 +- .../user/search/ViewGlobalSearchItem.java | 18 +- .../WidgetGlobalSearch$onViewBound$4.java | 2 +- .../WidgetGlobalSearch$onViewBound$6.java | 2 +- .../user/search/WidgetGlobalSearch.java | 18 +- .../WidgetGlobalSearchGuildsAdapter.java | 8 +- .../search/WidgetGlobalSearchGuildsModel.java | 16 +- ...l$Companion$create$filteredResults$10.java | 2 +- ...el$Companion$create$filteredResults$3.java | 2 +- ...el$Companion$create$filteredResults$5.java | 2 +- ...eate$filteredResults$channelResults$1.java | 2 +- ...balSearchModel$Companion$getForSend$1.java | 2 +- .../UserProfileVoiceSettingsView.java | 4 +- .../WidgetUserSheet$onViewCreated$14.java | 2 +- .../WidgetUserSheet$onViewCreated$15.java | 4 +- .../user/usersheet/WidgetUserSheet.java | 40 +- .../usersheet/WidgetUserSheetViewModel.java | 28 +- ...ewModelStoreState$observeStoreState$3.java | 2 +- .../WidgetUserSheetViewModelStoreState.java | 16 +- .../voice/VoiceUtils$handleCallChannel$1.java | 4 +- ...ceUtils$handleConnectToEventChannel$1.java | 18 + ...ceUtils$handleConnectToEventChannel$2.java | 18 + ...ceUtils$handleConnectToEventChannel$3.java | 73 + ...ceUtils$handleConnectToEventChannel$4.java | 31 + .../com/discord/widgets/voice/VoiceUtils.java | 52 + .../voice/call/PrivateCallLaunchUtilsKt.java | 2 +- .../widgets/voice/call/WidgetCallFailed.java | 4 +- ...iceCallIncoming$Model$Companion$get$1.java | 2 +- .../voice/call/WidgetVoiceCallIncoming.java | 4 +- .../voice/call/WidgetVoiceCallInline.java | 8 +- .../controls/AnchoredVoiceControlsView.java | 4 +- .../controls/VoiceControlsSheetView.java | 12 +- .../controls/WidgetScreenShareNfxSheet.java | 2 +- .../widgets/voice/feedback/FeedbackView.java | 4 +- .../WidgetIssueDetailsForm$onViewBound$1.java | 2 +- .../feedback/WidgetIssueDetailsForm.java | 6 +- ...tCallFullscreen$bottomSheetCallback$1.java | 2 +- ...lFullscreen$configureBottomControls$1.java | 2 +- ...creen$configureConnectionStatusText$1.java | 2 +- ...n$configureEventPrompt$onStartEvent$1.java | 2 +- .../WidgetCallFullscreen$configureMenu$1.java | 8 +- ...lscreen$initializeSystemUiListeners$5.java | 2 +- .../fullscreen/WidgetCallFullscreen.java | 80 +- ...ViewModel$ViewState$Valid$menuItems$2.java | 2 +- ...ViewModel$ViewState$Valid$titleText$2.java | 4 +- .../WidgetCallFullscreenViewModel.java | 2 +- ...uildCallOnboardingSheet$configureUI$1.java | 2 +- .../fullscreen/WidgetStartCallSheet.java | 2 +- .../grid/VideoCallGridViewHolder.java | 2 +- .../fullscreen/stage/AudienceViewHolder.java | 2 +- .../fullscreen/stage/DetailsViewHolder.java | 2 +- .../stage/PrestartDetailsViewHolder.java | 2 +- .../fullscreen/stage/SpeakerViewHolder.java | 2 +- .../stage/StageCallBottomSheetManager.java | 8 +- .../widgets/voice/model/CallModel.java | 10 +- ...getVoiceChannelSettings$configureUI$6.java | 2 +- .../settings/WidgetVoiceChannelSettings.java | 10 +- .../voice/sheet/CallParticipantsAdapter.java | 4 +- .../WidgetNoiseCancellationBottomSheet.java | 4 +- ...eBottomSheet$configureBottomContent$7.java | 2 +- .../WidgetVoiceBottomSheet$onResume$2.java | 2 +- .../voice/sheet/WidgetVoiceBottomSheet.java | 28 +- .../WidgetVoiceBottomSheetViewModel.java | 10 +- .../sheet/WidgetVoiceSettingsBottomSheet.java | 8 +- ...dgetVoiceSettingsBottomSheetViewModel.java | 8 +- .../esotericsoftware/kryo/Registration.java | 8 +- .../com/facebook/animated/gif/GifImage.java | 4 +- .../facebook/cache/disk/DiskCacheConfig.java | 8 +- .../common/references/CloseableReference.java | 2 +- .../common/references/SharedReference.java | 10 +- .../controller/AbstractDraweeController.java | 56 +- .../AbstractDraweeControllerBuilder.java | 4 +- .../drawable/ScalingUtils$ScaleType.java | 2 +- .../generic/GenericDraweeHierarchy.java | 18 +- .../drawee/span/DraweeSpanStringBuilder.java | 10 +- .../facebook/drawee/view/DraweeHolder.java | 20 +- .../com/facebook/drawee/view/DraweeView.java | 6 +- .../factory/AnimatedFactoryV2Impl.java | 6 +- .../cache/MemoryCacheParams.java | 4 +- .../imagepipeline/memory/BasePool.java | 20 +- .../nativecode/DalvikPurgeableDecoder.java | 12 +- .../nativecode/NativeJpegTranscoder.java | 6 +- .../NativeJpegTranscoderFactory.java | 6 +- .../platform/GingerbreadPurgeableDecoder.java | 8 +- .../platform/KitKatPurgeableDecoder.java | 8 +- .../producers/LocalExifThumbnailProducer.java | 12 +- .../imagepipeline/request/ImageRequest.java | 56 +- .../request/ImageRequestBuilder.java | 2 +- .../samples/zoomable/ZoomableDraweeView.java | 12 +- .../java/com/facebook/soloader/SoLoader.java | 24 +- .../PersistentCookieJar.java | 8 +- .../mmin18/widget/RealtimeBlurView.java | 46 +- .../com/google/android/exoplayer2/Format.java | 88 +- .../exoplayer2/audio/AudioProcessor.java | 6 +- .../exoplayer2/audio/DefaultAudioSink.java | 202 +- .../exoplayer2/drm/DefaultDrmSession.java | 30 +- .../drm/DefaultDrmSessionManager.java | 20 +- .../mediacodec/MediaCodecRenderer.java | 230 +- .../exoplayer2/mediacodec/MediaCodecUtil.java | 24 +- .../metadata/scte35/SpliceInsertCommand.java | 16 +- .../scte35/SpliceScheduleCommand.java | 8 +- .../trackselection/DefaultTrackSelector.java | 88 +- .../TrackSelectionParameters.java | 4 +- .../android/exoplayer2/ui/DefaultTimeBar.java | 46 +- .../exoplayer2/ui/PlayerControlView.java | 178 +- .../android/exoplayer2/ui/PlayerView.java | 44 +- .../exoplayer2/ui/TrackSelectionView.java | 14 +- .../android/exoplayer2/upstream/Loader.java | 10 +- .../upstream/cache/CacheDataSink.java | 8 +- .../exoplayer2/video/DummySurface.java | 2 +- .../google/android/flexbox/FlexboxLayout.java | 114 +- .../android/flexbox/FlexboxLayoutManager.java | 160 +- .../ads/identifier/AdvertisingIdClient.java | 16 +- .../gms/analytics/AnalyticsJobService.java | 6 +- .../gms/analytics/AnalyticsReceiver.java | 2 +- .../gms/analytics/AnalyticsService.java | 4 +- .../gms/auth/api/credentials/Credential.java | 24 +- .../credentials/CredentialPickerConfig.java | 14 +- .../api/credentials/CredentialRequest.java | 22 +- .../gms/auth/api/credentials/IdToken.java | 8 +- .../auth/api/signin/GoogleSignInAccount.java | 32 +- .../auth/api/signin/GoogleSignInOptions.java | 54 +- .../gms/auth/api/signin/SignInAccount.java | 10 +- ...oogleSignInOptionsExtensionParcelable.java | 10 +- .../signin/internal/SignInConfiguration.java | 8 +- .../gms/cloudmessaging/CloudMessage.java | 6 +- .../android/gms/common/ConnectionResult.java | 12 +- .../google/android/gms/common/Feature.java | 10 +- .../gms/common/GoogleApiAvailability.java | 6 +- .../gms/common/api/AvailabilityException.java | 2 +- .../gms/common/api/GoogleApiActivity.java | 2 +- .../google/android/gms/common/api/Scope.java | 8 +- .../google/android/gms/common/api/Status.java | 14 +- .../api/internal/BasePendingResult.java | 6 +- .../android/gms/common/data/DataHolder.java | 14 +- .../ConnectionTelemetryConfiguration.java | 16 +- .../common/internal/GetServiceRequest.java | 38 +- .../internal/RootTelemetryConfiguration.java | 14 +- .../android/gms/common/internal/zas.java | 12 +- .../android/gms/common/internal/zau.java | 14 +- .../android/gms/common/internal/zzc.java | 12 +- .../com/google/android/gms/common/zzj.java | 12 +- .../android/gms/dynamite/DynamiteModule.java | 14 +- .../android/gms/internal/icing/zzh.java | 12 +- .../android/gms/internal/icing/zzi.java | 10 +- .../android/gms/internal/icing/zzk.java | 12 +- .../android/gms/internal/icing/zzm.java | 8 +- .../android/gms/internal/icing/zzo.java | 10 +- .../android/gms/internal/icing/zzt.java | 22 +- .../android/gms/internal/icing/zzu.java | 6 +- .../android/gms/internal/icing/zzw.java | 22 +- .../gms/internal/measurement/zzae.java | 18 +- .../gms/internal/measurement/zzhi.java | 4 +- .../android/gms/internal/nearby/zzgp.java | 22 +- .../android/gms/internal/nearby/zzgs.java | 10 +- .../android/gms/internal/nearby/zzgu.java | 12 +- .../android/gms/internal/p000authapi/zzt.java | 6 +- .../android/gms/internal/p000authapi/zzz.java | 6 +- .../gms/measurement/AppMeasurement.java | 36 +- .../AppMeasurementDynamiteService.java | 24 +- .../gms/measurement/internal/zzap.java | 6 +- .../gms/measurement/internal/zzaq.java | 12 +- .../gms/measurement/internal/zzku.java | 20 +- .../android/gms/measurement/internal/zzn.java | 80 +- .../android/gms/measurement/internal/zzz.java | 32 +- .../android/gms/nearby/messages/Message.java | 16 +- .../gms/nearby/messages/MessageFilter.java | 16 +- .../android/gms/nearby/messages/Strategy.java | 20 +- .../gms/nearby/messages/SubscribeOptions.java | 2 +- .../messages/internal/ClientAppContext.java | 16 +- .../messages/internal/SubscribeRequest.java | 60 +- .../gms/nearby/messages/internal/Update.java | 18 +- .../gms/nearby/messages/internal/zza.java | 10 +- .../gms/nearby/messages/internal/zzad.java | 10 +- .../gms/nearby/messages/internal/zzaf.java | 8 +- .../gms/nearby/messages/internal/zzbz.java | 32 +- .../gms/nearby/messages/internal/zzcb.java | 16 +- .../gms/nearby/messages/internal/zzce.java | 18 +- .../gms/nearby/messages/internal/zzcg.java | 22 +- .../gms/nearby/messages/internal/zze.java | 10 +- .../gms/nearby/messages/internal/zzj.java | 10 +- .../gms/safetynet/HarmfulAppsData.java | 10 +- .../gms/safetynet/SafetyNetClient.java | 2 +- .../com/google/android/gms/safetynet/zza.java | 6 +- .../com/google/android/gms/safetynet/zzd.java | 12 +- .../com/google/android/gms/safetynet/zzf.java | 6 +- .../com/google/android/gms/safetynet/zzh.java | 8 +- .../android/gms/signin/internal/zab.java | 10 +- .../android/gms/signin/internal/zag.java | 10 +- .../android/gms/signin/internal/zak.java | 8 +- .../android/gms/signin/internal/zam.java | 10 +- .../gms/tasks/TaskCompletionSource.java | 8 +- .../android/material/appbar/AppBarLayout.java | 6 +- .../appbar/CollapsingToolbarLayout.java | 2 +- .../behavior/SwipeDismissBehavior.java | 2 +- .../material/bottomappbar/BottomAppBar.java | 6 +- .../BottomNavigationPresenter.java | 6 +- .../material/button/MaterialButton.java | 8 +- .../button/MaterialButtonToggleGroup.java | 12 +- .../material/card/MaterialCardView.java | 38 +- .../datepicker/MonthsPagerAdapter.java | 6 +- .../ExtendedFloatingActionButton.java | 24 +- .../FloatingActionButton.java | 12 +- .../internal/NavigationMenuPresenter.java | 20 +- .../android/material/internal/ViewUtils.java | 6 +- .../IndeterminateDrawable.java | 2 +- .../material/shape/MaterialShapeDrawable.java | 24 +- .../shape/ShapeAppearancePathProvider.java | 10 +- .../android/material/shape/ShapePath.java | 30 +- .../snackbar/BaseTransientBottomBar.java | 2 +- .../android/material/tabs/TabLayout.java | 10 +- .../material/tabs/TabLayoutMediator.java | 10 +- .../material/textfield/TextInputLayout.java | 6 +- .../material/timepicker/ClockFaceView.java | 4 +- .../material/timepicker/ClockHandView.java | 36 +- .../FabTransformationBehavior.java | 12 +- .../material/transition/FadeProvider.java | 6 +- .../transition/FadeThroughProvider.java | 6 +- .../MaterialContainerTransform.java | 76 +- .../material/transition/ScaleProvider.java | 6 +- .../transition/platform/FadeProvider.java | 6 +- .../platform/FadeThroughProvider.java | 6 +- .../platform/MaterialContainerTransform.java | 76 +- .../transition/platform/ScaleProvider.java | 6 +- .../firebase/appindexing/internal/zza.java | 18 +- .../firebase/appindexing/internal/zzc.java | 16 +- .../internal/DynamicLinkData.java | 16 +- .../firebase/dynamiclinks/internal/zzo.java | 10 +- .../firebase/dynamiclinks/internal/zzr.java | 6 +- .../firebase/iid/FirebaseInstanceId.java | 10 +- .../messaging/EnhancedIntentService.java | 4 +- .../firebase/messaging/FirebaseMessaging.java | 12 +- .../firebase/messaging/RemoteMessage.java | 6 +- app/src/main/java/com/google/gson/Gson.java | 32 +- .../com/google/gson/internal/Excluder.java | 6 +- .../gson/internal/bind/ArrayTypeAdapter.java | 8 +- .../internal/bind/MapTypeAdapterFactory.java | 6 +- .../bind/ReflectiveTypeAdapterFactory.java | 6 +- .../gson/internal/bind/TreeTypeAdapter.java | 8 +- .../bind/TypeAdapterRuntimeTypeWrapper.java | 8 +- .../gson/internal/bind/TypeAdapters.java | 20 +- .../com/google/gson/stream/JsonReader.java | 62 +- .../com/google/gson/stream/JsonWriter.java | 6 +- .../main/java/com/google/zxing/Result.java | 6 +- .../java/com/hcaptcha/sdk/HCaptchaConfig.java | 6 +- .../android/colorpicker/ColorPanelView.java | 20 +- .../colorpicker/ColorPickerDialog.java | 84 +- .../android/colorpicker/ColorPickerView.java | 78 +- .../colorpicker/ColorPreferenceCompat.java | 6 +- .../java/com/linecorp/apng/decoder/Apng.java | 10 +- .../adapters/AttachmentPreviewAdapter.java | 2 +- .../flexinput/adapters/FileListAdapter.java | 30 +- .../flexinput/fragment/CameraFragment.java | 2 +- .../flexinput/fragment/FilesFragment.java | 2 +- .../flexinput/fragment/FlexInputFragment.java | 24 +- .../flexinput/fragment/MediaFragment.java | 10 +- .../lytefast/flexinput/model/Attachment.java | 12 +- .../flexinput/utils/SelectionAggregator.java | 2 +- .../flexinput/utils/SelectionCoordinator.java | 8 +- .../flexinput/viewmodel/FlexInputState.java | 12 +- .../otaliastudios/cameraview/CameraView.java | 214 +- .../com/yalantis/ucrop/UCropActivity.java | 42 +- .../ucrop/view/GestureCropImageView.java | 6 +- .../com/yalantis/ucrop/view/OverlayView.java | 26 +- .../com/yalantis/ucrop/view/UCropView.java | 22 +- .../widget/HorizontalProgressWheelView.java | 6 +- app/src/main/java/d0/c0/e.java | 20 +- app/src/main/java/d0/e0/i.java | 14 +- app/src/main/java/d0/e0/p/d/e.java | 6 +- app/src/main/java/d0/e0/p/d/i.java | 4 +- app/src/main/java/d0/e0/p/d/j.java | 10 +- app/src/main/java/d0/e0/p/d/j0.java | 2 +- app/src/main/java/d0/e0/p/d/l0/a.java | 6 +- app/src/main/java/d0/e0/p/d/l0/b.java | 6 +- app/src/main/java/d0/e0/p/d/l0/e.java | 8 +- app/src/main/java/d0/e0/p/d/l0/g.java | 12 +- app/src/main/java/d0/e0/p/d/l0/i.java | 6 +- app/src/main/java/d0/e0/p/d/m0/a.java | 2 +- app/src/main/java/d0/e0/p/d/m0/b/g.java | 10 +- app/src/main/java/d0/e0/p/d/m0/b/h.java | 20 +- app/src/main/java/d0/e0/p/d/m0/b/j.java | 6 +- app/src/main/java/d0/e0/p/d/m0/b/k.java | 64 +- app/src/main/java/d0/e0/p/d/m0/b/o.java | 6 +- app/src/main/java/d0/e0/p/d/m0/b/p/b.java | 22 +- app/src/main/java/d0/e0/p/d/m0/b/p/d.java | 4 +- app/src/main/java/d0/e0/p/d/m0/b/q/a.java | 4 +- app/src/main/java/d0/e0/p/d/m0/b/q/c.java | 26 +- app/src/main/java/d0/e0/p/d/m0/b/q/e.java | 8 +- app/src/main/java/d0/e0/p/d/m0/b/q/g.java | 10 +- app/src/main/java/d0/e0/p/d/m0/b/q/p.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/d0.java | 12 +- app/src/main/java/d0/e0/p/d/m0/c/e1.java | 30 +- app/src/main/java/d0/e0/p/d/m0/c/g1/d.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/g1/f.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/g1/j.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java | 8 +- app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java | 32 +- app/src/main/java/d0/e0/p/d/m0/c/i1/e.java | 2 +- app/src/main/java/d0/e0/p/d/m0/c/i1/f.java | 16 +- app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java | 10 +- app/src/main/java/d0/e0/p/d/m0/c/i1/i.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/i1/k.java | 2 +- app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/i1/o.java | 16 +- app/src/main/java/d0/e0/p/d/m0/c/i1/q.java | 56 +- app/src/main/java/d0/e0/p/d/m0/c/i1/x.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/i1/z.java | 12 +- app/src/main/java/d0/e0/p/d/m0/c/j1/a.java | 4 +- app/src/main/java/d0/e0/p/d/m0/c/j1/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/j1/c.java | 4 +- app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java | 4 +- app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java | 8 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java | 2 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java | 4 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java | 4 +- app/src/main/java/d0/e0/p/d/m0/c/l0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/r0.java | 10 +- app/src/main/java/d0/e0/p/d/m0/c/t.java | 22 +- app/src/main/java/d0/e0/p/d/m0/e/a/a0.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/a/b.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/a/b0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/c.java | 2 +- app/src/main/java/d0/e0/p/d/m0/e/a/e0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java | 10 +- app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java | 2 +- app/src/main/java/d0/e0/p/d/m0/e/a/i.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java | 14 +- app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java | 6 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/a.java | 6 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/d.java | 8 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/e.java | 6 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/f.java | 32 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/h.java | 56 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/i.java | 6 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/j.java | 2 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/k.java | 34 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/l.java | 2 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/o.java | 10 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/q.java | 6 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/s.java | 12 +- .../main/java/d0/e0/p/d/m0/e/a/i0/m/a.java | 14 +- .../main/java/d0/e0/p/d/m0/e/a/i0/m/f.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java | 20 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java | 10 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java | 12 +- app/src/main/java/d0/e0/p/d/m0/e/a/s.java | 10 +- app/src/main/java/d0/e0/p/d/m0/e/a/u.java | 16 +- app/src/main/java/d0/e0/p/d/m0/e/a/w.java | 12 +- app/src/main/java/d0/e0/p/d/m0/e/b/a.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/b/b.java | 14 +- app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java | 14 +- app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java | 10 +- app/src/main/java/d0/e0/p/d/m0/e/b/c.java | 28 +- app/src/main/java/d0/e0/p/d/m0/e/b/f.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/b/j.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/b/k.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/b/u.java | 2 +- app/src/main/java/d0/e0/p/d/m0/e/b/z.java | 4 +- app/src/main/java/d0/e0/p/d/m0/f/a0/a.java | 6 +- app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java | 4 +- app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java | 6 +- app/src/main/java/d0/e0/p/d/m0/f/b.java | 14 +- app/src/main/java/d0/e0/p/d/m0/f/c.java | 52 +- app/src/main/java/d0/e0/p/d/m0/f/i.java | 20 +- app/src/main/java/d0/e0/p/d/m0/f/n.java | 24 +- app/src/main/java/d0/e0/p/d/m0/f/q.java | 28 +- app/src/main/java/d0/e0/p/d/m0/f/r.java | 6 +- app/src/main/java/d0/e0/p/d/m0/f/y/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/f/z/a.java | 20 +- app/src/main/java/d0/e0/p/d/m0/f/z/b.java | 28 +- app/src/main/java/d0/e0/p/d/m0/f/z/h.java | 18 +- app/src/main/java/d0/e0/p/d/m0/f/z/i.java | 8 +- app/src/main/java/d0/e0/p/d/m0/g/a.java | 14 +- app/src/main/java/d0/e0/p/d/m0/g/b.java | 8 +- app/src/main/java/d0/e0/p/d/m0/g/c.java | 4 +- app/src/main/java/d0/e0/p/d/m0/g/g.java | 4 +- app/src/main/java/d0/e0/p/d/m0/i/d.java | 48 +- app/src/main/java/d0/e0/p/d/m0/i/f.java | 6 +- app/src/main/java/d0/e0/p/d/m0/i/g.java | 12 +- app/src/main/java/d0/e0/p/d/m0/j/c.java | 4 +- app/src/main/java/d0/e0/p/d/m0/j/d.java | 4 +- app/src/main/java/d0/e0/p/d/m0/j/i.java | 34 +- app/src/main/java/d0/e0/p/d/m0/k/a0/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/a0/d.java | 12 +- app/src/main/java/d0/e0/p/d/m0/k/a0/e.java | 8 +- app/src/main/java/d0/e0/p/d/m0/k/a0/f.java | 2 +- app/src/main/java/d0/e0/p/d/m0/k/a0/m.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/a0/n.java | 10 +- app/src/main/java/d0/e0/p/d/m0/k/a0/o.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/d.java | 4 +- app/src/main/java/d0/e0/p/d/m0/k/k.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/v/a0.java | 2 +- app/src/main/java/d0/e0/p/d/m0/k/v/j.java | 10 +- app/src/main/java/d0/e0/p/d/m0/k/v/k.java | 8 +- app/src/main/java/d0/e0/p/d/m0/k/v/n.java | 10 +- app/src/main/java/d0/e0/p/d/m0/k/v/x.java | 2 +- app/src/main/java/d0/e0/p/d/m0/k/v/y.java | 2 +- app/src/main/java/d0/e0/p/d/m0/k/v/z.java | 2 +- app/src/main/java/d0/e0/p/d/m0/k/y/d.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/a.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/b/a.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/b/a0.java | 2 +- app/src/main/java/d0/e0/p/d/m0/l/b/c0.java | 8 +- app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java | 2 +- app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java | 52 +- app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java | 70 +- app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java | 22 +- app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java | 10 +- app/src/main/java/d0/e0/p/d/m0/l/b/f.java | 12 +- app/src/main/java/d0/e0/p/d/m0/l/b/h.java | 12 +- app/src/main/java/d0/e0/p/d/m0/l/b/j.java | 12 +- app/src/main/java/d0/e0/p/d/m0/l/b/l.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/b/o.java | 8 +- app/src/main/java/d0/e0/p/d/m0/l/b/r.java | 10 +- app/src/main/java/d0/e0/p/d/m0/l/b/u.java | 16 +- app/src/main/java/d0/e0/p/d/m0/l/b/x.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/b/y.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/b/z.java | 2 +- app/src/main/java/d0/e0/p/d/m0/m/c.java | 6 +- app/src/main/java/d0/e0/p/d/m0/m/f.java | 20 +- app/src/main/java/d0/e0/p/d/m0/n/a0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/n/e1.java | 4 +- app/src/main/java/d0/e0/p/d/m0/n/f.java | 10 +- app/src/main/java/d0/e0/p/d/m0/n/g.java | 24 +- app/src/main/java/d0/e0/p/d/m0/n/i.java | 8 +- app/src/main/java/d0/e0/p/d/m0/n/j0.java | 2 +- app/src/main/java/d0/e0/p/d/m0/n/l1/c.java | 2 +- app/src/main/java/d0/e0/p/d/m0/n/l1/j.java | 12 +- app/src/main/java/d0/e0/p/d/m0/n/l1/m.java | 6 +- app/src/main/java/d0/e0/p/d/m0/n/p.java | 14 +- app/src/main/java/d0/e0/p/d/m0/n/p0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/n/p1/d.java | 8 +- app/src/main/java/d0/e0/p/d/m0/n/q0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/n/r0.java | 8 +- app/src/main/java/d0/e0/p/d/m0/n/t.java | 2 +- app/src/main/java/d0/e0/p/d/m0/n/v.java | 2 +- app/src/main/java/d0/e0/p/d/m0/n/v0.java | 8 +- app/src/main/java/d0/e0/p/d/m0/n/z.java | 10 +- app/src/main/java/d0/e0/p/d/m0/o/d.java | 8 +- app/src/main/java/d0/e0/p/d/m0/o/i.java | 2 +- app/src/main/java/d0/e0/p/d/m0/o/j.java | 20 +- app/src/main/java/d0/e0/p/d/m0/o/k.java | 6 +- app/src/main/java/d0/e0/p/d/m0/p/e.java | 6 +- app/src/main/java/d0/e0/p/d/n0/b.java | 6 +- app/src/main/java/d0/e0/p/d/n0/c.java | 26 +- app/src/main/java/d0/e0/p/d/s.java | 10 +- app/src/main/java/d0/f0/g.java | 6 +- app/src/main/java/d0/f0/h.java | 6 +- app/src/main/java/d0/f0/r.java | 10 +- app/src/main/java/d0/g0/c.java | 6 +- app/src/main/java/d0/g0/d.java | 6 +- app/src/main/java/d0/g0/g.java | 14 +- app/src/main/java/d0/t/q0/c.java | 40 +- app/src/main/java/d0/w/i/a/f.java | 2 +- app/src/main/java/d0/w/i/a/h.java | 8 +- app/src/main/java/d0/y/d.java | 26 +- app/src/main/java/defpackage/e.java | 4 +- app/src/main/java/defpackage/h.java | 6 +- app/src/main/java/defpackage/q.java | 2 +- app/src/main/java/e0/a/a/a/a.java | 30 +- app/src/main/java/e0/a/a/a/g.java | 30 +- app/src/main/java/f0/a.java | 8 +- app/src/main/java/f0/c0.java | 10 +- app/src/main/java/f0/d.java | 6 +- app/src/main/java/f0/e0/c.java | 4 +- app/src/main/java/f0/e0/d/b.java | 6 +- app/src/main/java/f0/e0/e/a.java | 8 +- app/src/main/java/f0/e0/f/a.java | 6 +- app/src/main/java/f0/e0/f/c.java | 30 +- app/src/main/java/f0/e0/f/d.java | 16 +- app/src/main/java/f0/e0/g/a.java | 8 +- app/src/main/java/f0/e0/g/b.java | 10 +- app/src/main/java/f0/e0/g/c.java | 34 +- app/src/main/java/f0/e0/g/d.java | 18 +- app/src/main/java/f0/e0/g/e.java | 82 +- app/src/main/java/f0/e0/g/j.java | 70 +- app/src/main/java/f0/e0/g/k.java | 4 +- app/src/main/java/f0/e0/g/m.java | 2 +- app/src/main/java/f0/e0/h/b.java | 24 +- app/src/main/java/f0/e0/h/c.java | 4 +- app/src/main/java/f0/e0/h/e.java | 4 +- app/src/main/java/f0/e0/h/g.java | 16 +- app/src/main/java/f0/e0/h/h.java | 2 +- app/src/main/java/f0/e0/h/i.java | 22 +- app/src/main/java/f0/e0/h/j.java | 6 +- app/src/main/java/f0/e0/i/b.java | 14 +- app/src/main/java/f0/e0/j/b.java | 4 +- app/src/main/java/f0/e0/j/c.java | 66 +- app/src/main/java/f0/e0/j/d.java | 16 +- app/src/main/java/f0/e0/j/e.java | 32 +- app/src/main/java/f0/e0/j/l.java | 32 +- app/src/main/java/f0/e0/j/m.java | 12 +- app/src/main/java/f0/e0/j/n.java | 16 +- app/src/main/java/f0/e0/j/o.java | 4 +- app/src/main/java/f0/e0/j/p.java | 10 +- app/src/main/java/f0/e0/k/a.java | 2 +- app/src/main/java/f0/e0/k/b.java | 4 +- app/src/main/java/f0/e0/k/e.java | 10 +- app/src/main/java/f0/e0/k/h.java | 6 +- app/src/main/java/f0/e0/k/i/a.java | 4 +- app/src/main/java/f0/e0/k/i/c.java | 2 +- app/src/main/java/f0/e0/k/i/d.java | 2 +- app/src/main/java/f0/e0/k/i/f.java | 8 +- app/src/main/java/f0/e0/k/i/g.java | 2 +- app/src/main/java/f0/e0/k/i/h.java | 4 +- app/src/main/java/f0/e0/k/i/i.java | 2 +- app/src/main/java/f0/e0/n/d.java | 48 +- app/src/main/java/f0/e0/n/e.java | 2 +- app/src/main/java/f0/e0/n/f.java | 12 +- app/src/main/java/f0/e0/n/h.java | 16 +- app/src/main/java/f0/e0/n/i.java | 10 +- app/src/main/java/f0/f0/a.java | 21 +- app/src/main/java/f0/g.java | 14 +- app/src/main/java/f0/j.java | 8 +- app/src/main/java/f0/m.java | 18 +- app/src/main/java/f0/n.java | 6 +- app/src/main/java/f0/q.java | 18 +- app/src/main/java/f0/u.java | 10 +- app/src/main/java/f0/v.java | 12 +- app/src/main/java/f0/w.java | 22 +- app/src/main/java/f0/x.java | 76 +- app/src/main/java/g0/c.java | 2 +- app/src/main/java/g0/e.java | 178 +- app/src/main/java/g0/h.java | 12 +- app/src/main/java/g0/l.java | 4 +- app/src/main/java/g0/m.java | 10 +- app/src/main/java/g0/n.java | 6 +- app/src/main/java/g0/p.java | 4 +- app/src/main/java/g0/s.java | 14 +- app/src/main/java/g0/t.java | 14 +- app/src/main/java/g0/y.java | 8 +- app/src/main/java/g0/z/a.java | 6 +- app/src/main/java/h0/a/a/a.java | 68 +- app/src/main/java/h0/a/a/b.java | 10 +- app/src/main/java/h0/a/a/d.java | 60 +- app/src/main/java/h0/a/a/f.java | 148 +- app/src/main/java/h0/a/a/g.java | 10 +- app/src/main/java/h0/a/a/h.java | 4 +- app/src/main/java/h0/a/a/i.java | 2 +- app/src/main/java/h0/a/a/j.java | 4 +- app/src/main/java/h0/a/a/l.java | 4 +- app/src/main/java/h0/a/a/m.java | 36 +- app/src/main/java/h0/a/a/n.java | 10 +- app/src/main/java/h0/a/a/o.java | 8 +- app/src/main/java/h0/a/a/p.java | 6 +- app/src/main/java/h0/a/a/r.java | 98 +- app/src/main/java/h0/a/a/s.java | 4 +- app/src/main/java/h0/a/a/t.java | 2 +- app/src/main/java/h0/a/a/u.java | 4 +- app/src/main/java/h0/a/a/v.java | 12 +- app/src/main/java/h0/a/a/w.java | 6 +- app/src/main/java/h0/b/a/b/b.java | 6 +- app/src/main/java/h0/b/a/b/c.java | 6 +- app/src/main/java/h0/b/a/d/a.java | 2 +- app/src/main/java/h0/b/a/d/b.java | 4 +- app/src/main/java/h0/b/b/b.java | 4 +- app/src/main/java/h0/b/b/c.java | 2 +- app/src/main/java/i0/d0/a/f.java | 6 +- app/src/main/java/i0/e0/a/b.java | 8 +- app/src/main/java/i0/e0/b/a.java | 2 +- app/src/main/java/i0/j.java | 6 +- app/src/main/java/i0/p.java | 8 +- app/src/main/java/i0/t.java | 60 +- app/src/main/java/i0/u.java | 6 +- app/src/main/java/i0/v.java | 14 +- app/src/main/java/i0/w.java | 22 +- app/src/main/java/i0/x.java | 6 +- app/src/main/java/i0/y.java | 4 +- app/src/main/java/i0/z.java | 68 +- app/src/main/java/j0/f.java | 14 +- app/src/main/java/j0/h.java | 2 +- app/src/main/java/j0/l/a/j1.java | 16 +- app/src/main/java/j0/l/a/p0.java | 12 +- app/src/main/java/j0/l/a/q0.java | 2 +- app/src/main/java/j0/l/a/u.java | 2 +- app/src/main/java/j0/l/a/x0.java | 48 +- app/src/main/java/j0/l/a/y1.java | 12 +- app/src/main/java/j0/l/c/a.java | 22 +- app/src/main/java/j0/l/c/b.java | 12 +- app/src/main/java/j0/l/c/c.java | 2 +- app/src/main/java/j0/l/c/d.java | 2 +- app/src/main/java/j0/l/c/j.java | 16 +- app/src/main/java/j0/l/e/e.java | 2 +- app/src/main/java/j0/l/e/f.java | 8 +- app/src/main/java/j0/l/e/n/t.java | 8 +- app/src/main/java/j0/o/l.java | 2 +- app/src/main/java/j0/o/o.java | 10 +- app/src/main/java/j0/p/a.java | 6 +- app/src/main/java/j0/q/a.java | 8 +- app/src/main/java/j0/q/c.java | 10 +- .../impl/protobuf/CodedOutputStream.java | 30 +- app/src/main/java/okhttp3/MediaType.java | 2 +- app/src/main/java/okhttp3/MultipartBody.java | 16 +- app/src/main/java/okhttp3/Request.java | 20 +- app/src/main/java/okhttp3/RequestBody.java | 10 +- app/src/main/java/okhttp3/Response.java | 18 +- .../publicsuffix/PublicSuffixDatabase.java | 4 +- app/src/main/java/org/webrtc/DataChannel.java | 4 +- app/src/main/java/org/webrtc/RTCStats.java | 8 +- .../main/java/org/webrtc/RtpParameters.java | 6 +- app/src/main/java/org/webrtc/StatsReport.java | 6 +- .../java/org/webrtc/TextureBufferImpl.java | 8 +- app/src/main/java/retrofit2/Response.java | 4 +- app/src/main/java/s/a/a/a.java | 8 +- app/src/main/java/s/a/a/b.java | 2 +- app/src/main/java/s/a/a/k.java | 8 +- app/src/main/java/s/a/a/l.java | 2 +- app/src/main/java/s/a/a/m.java | 4 +- app/src/main/java/s/a/a/x.java | 4 +- app/src/main/java/s/a/b2/a.java | 10 +- app/src/main/java/s/a/b2/c.java | 2 +- app/src/main/java/s/a/b2/k.java | 4 +- app/src/main/java/s/a/b2/m.java | 4 +- app/src/main/java/s/a/g1.java | 12 +- app/src/main/java/s/a/h1.java | 2 +- app/src/main/java/s/a/k.java | 4 +- app/src/main/java/s/a/m.java | 2 +- app/src/main/java/s/a/p0.java | 8 +- app/src/main/java/s/a/q0.java | 6 +- app/src/main/java/s/a/u.java | 14 +- app/src/main/java/s/a/z1/b.java | 2 +- app/src/main/java/s/a/z1/c.java | 2 +- app/src/main/java/s/a/z1/g.java | 8 +- app/src/main/java/z/a.java | 4 +- app/src/main/java/z/b.java | 6 +- app/src/main/java/z/d.java | 6 +- app/src/main/java/z/g.java | 4 +- .../res/drawable/ic_calendar_white_24dp.xml | 4 + app/src/main/res/drawable/ic_select.xml | 4 + app/src/main/res/drawable/ic_select_all.xml | 4 + .../layout-sw600dp/design_layout_snackbar.xml | 2 +- .../layout-v22/contact_sync_upsell_sheet.xml | 2 +- .../layout_contact_sync_landing.xml | 2 +- .../res/layout-v22/view_upload_progress.xml | 2 +- .../main/res/layout-v22/widget_bug_report.xml | 2 +- .../widget_channel_picker_sheet.xml | 2 +- ...widget_guild_role_subscription_details.xml | 10 +- ...t_guild_role_subscription_tier_benefit.xml | 33 + ...role_subscription_tier_channel_benefit.xml | 29 - ...et_guild_role_subscription_tier_design.xml | 10 +- ...e_subscription_tier_intangible_benefit.xml | 31 - ...et_guild_role_subscription_tier_review.xml | 3 +- ...ings_guild_role_subscription_edit_tier.xml | 2 +- ...rver_settings_guild_role_subscriptions.xml | 2 +- .../widget_server_settings_role_members.xml | 2 +- .../res/layout/abc_select_dialog_material.xml | 2 +- .../res/layout/contact_sync_upsell_sheet.xml | 2 +- .../res/layout/design_layout_snackbar.xml | 2 +- .../layout/layout_contact_sync_landing.xml | 2 +- .../main/res/layout/material_time_input.xml | 4 +- .../main/res/layout/notification_action.xml | 4 +- .../layout/notification_action_tombstone.xml | 4 +- app/src/main/res/layout/test_action_chip.xml | 2 +- .../layout/test_chip_zero_corner_radius.xml | 2 +- .../main/res/layout/test_reflow_chipgroup.xml | 6 +- .../main/res/layout/test_toolbar_surface.xml | 2 +- .../layout/thread_browser_item_loading.xml | 2 +- .../res/layout/view_experiment_override.xml | 2 +- ...w_guild_role_subscription_image_upload.xml | 7 +- ..._role_subscription_section_header_item.xml | 2 +- .../main/res/layout/view_upload_progress.xml | 2 +- app/src/main/res/layout/widget_bug_report.xml | 2 +- .../layout/widget_channel_picker_sheet.xml | 2 +- .../widget_chat_list_adapter_item_loading.xml | 2 +- ...widget_guild_role_subscription_details.xml | 10 +- ...t_guild_role_subscription_tier_benefit.xml | 33 + ..._guild_role_subscription_tier_benefits.xml | 8 +- ...role_subscription_tier_channel_benefit.xml | 29 - ...et_guild_role_subscription_tier_design.xml | 10 +- ...e_subscription_tier_intangible_benefit.xml | 31 - ...et_guild_role_subscription_tier_review.xml | 3 +- .../layout/widget_guilds_list_item_guild.xml | 1 + .../res/layout/widget_oauth_authorize.xml | 2 +- .../widget_price_tier_picker_bottom_sheet.xml | 2 +- .../layout/widget_server_settings_emojis.xml | 2 +- ...ings_guild_role_subscription_edit_tier.xml | 2 +- ...rver_settings_guild_role_subscriptions.xml | 2 +- .../widget_server_settings_role_members.xml | 2 +- .../res/layout/widget_settings_developer.xml | 2 +- app/src/main/res/values-ar-rXB/plurals.xml | 40 +- app/src/main/res/values-ar-rXB/strings.xml | 200 +- app/src/main/res/values-en-rXA/plurals.xml | 40 +- app/src/main/res/values-en-rXA/strings.xml | 200 +- app/src/main/res/values-it/strings.xml | 1 + app/src/main/res/values-land/styles.xml | 4 +- app/src/main/res/values-night/styles.xml | 12 +- app/src/main/res/values-sw600dp/styles.xml | 2 +- app/src/main/res/values-v23/styles.xml | 4 +- app/src/main/res/values-v24/styles.xml | 164 +- app/src/main/res/values-v26/styles.xml | 2 +- app/src/main/res/values-v28/styles.xml | 10 +- app/src/main/res/values/colors.xml | 26 +- app/src/main/res/values/plurals.xml | 40 +- app/src/main/res/values/public.xml | 29144 ++++++++-------- app/src/main/res/values/strings.xml | 202 +- app/src/main/res/values/styles.xml | 1024 +- 3668 files changed, 39986 insertions(+), 37034 deletions(-) delete mode 100644 app/src/main/java/c/a/d/l0.java rename app/src/main/java/c/a/d/{m0 => l0}/a.java (90%) create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackGuildDefaultDmsUpdated.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackGuildDefaultDmsUpdatedReceiver.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackRpcCommandSent.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackRpcCommandSentReceiver.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackRpcSubscriptionRequested.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackRpcSubscriptionRequestedReceiver.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackSlashCommandSuggestionsToggled.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackSlashCommandSuggestionsToggledReceiver.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionPremiumGuildSubscriptionMarketingPage.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionPremiumGuildSubscriptionMarketingPageReceiver.java create mode 100644 app/src/main/java/com/discord/analytics/utils/LoggingUtilsKt.java create mode 100644 app/src/main/java/com/discord/analytics/utils/RegistrationSteps.java create mode 100644 app/src/main/java/com/discord/databinding/WidgetGuildRoleSubscriptionTierBenefitBinding.java delete mode 100644 app/src/main/java/com/discord/databinding/WidgetGuildRoleSubscriptionTierChannelBenefitBinding.java delete mode 100644 app/src/main/java/com/discord/databinding/WidgetGuildRoleSubscriptionTierIntangibleBenefitBinding.java create mode 100644 app/src/main/java/com/discord/stores/StoreApplicationCommandFrecency$observeTopCommandIds$1.java create mode 100644 app/src/main/java/com/discord/stores/StoreApplicationCommandFrecency.java create mode 100644 app/src/main/java/com/discord/stores/StoreApplicationCommands$Companion$FrecencyCommandsUpdate$1.java create mode 100644 app/src/main/java/com/discord/stores/StoreApplicationCommands$observeFrecencyCommands$1.java create mode 100644 app/src/main/java/com/discord/utilities/applicationcommands/ApplicationCommandFrecencyTracker.java create mode 100644 app/src/main/java/com/discord/widgets/auth/WidgetAuthAgeGated$loggingConfig$1.java create mode 100644 app/src/main/java/com/discord/widgets/auth/WidgetAuthLanding$loggingConfig$1.java create mode 100644 app/src/main/java/com/discord/widgets/auth/WidgetAuthLogin$loggingConfig$1.java create mode 100644 app/src/main/java/com/discord/widgets/auth/WidgetAuthPhoneVerify$loggingConfig$1.java create mode 100644 app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterAccountInformation$loggingConfig$1.java create mode 100644 app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity$loggingConfig$1.java create mode 100644 app/src/main/java/com/discord/widgets/chat/input/models/ApplicationCommandDataKt.java rename app/src/main/java/com/discord/widgets/contact_sync/{ContactSyncAnalytics.java => ContactSyncFlowAnalytics.java} (78%) create mode 100644 app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSync$loggingConfig$1.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/WidgetCreateGuildRoleSubscriptionTier$onViewBound$steps$5.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/GuildRoleSubscriptionTierBenefitListType.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/GuildRoleSubscriptionTierBenefitViewModel.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$Companion$registerForResult$1.java rename app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/{channel/WidgetGuildRoleSubscriptionTierChannelBenefit$appViewModels$$inlined$viewModels$1.java => WidgetGuildRoleSubscriptionTierBenefit$appViewModels$$inlined$viewModels$1.java} (75%) create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$benefitType$2.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$binding$2.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$configureUI$1.java rename app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/{channel/WidgetGuildRoleSubscriptionTierChannelBenefit$createChannelLauncher$1.java => WidgetGuildRoleSubscriptionTierBenefit$configureUIForChannelBenefit$1.java} (59%) create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$configureUIForChannelBenefit$2.java rename app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/{channel/WidgetGuildRoleSubscriptionTierChannelBenefit$onViewBound$6.java => WidgetGuildRoleSubscriptionTierBenefit$configureUIForIntangibleBenefit$1.java} (57%) rename app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/{channel/WidgetGuildRoleSubscriptionTierChannelBenefit$onViewBound$1.java => WidgetGuildRoleSubscriptionTierBenefit$createChannelLauncher$1.java} (58%) create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$existingBenefit$2.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$guildId$2.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$onViewBound$1.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$onViewBound$2.java rename app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/{channel/WidgetGuildRoleSubscriptionTierChannelBenefit$onViewBound$5.java => WidgetGuildRoleSubscriptionTierBenefit$onViewBound$3.java} (51%) create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$onViewBound$4.java rename app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/{channel/WidgetGuildRoleSubscriptionTierChannelBenefit$onViewBound$7.java => WidgetGuildRoleSubscriptionTierBenefit$onViewBound$5.java} (50%) create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$onViewBoundOrOnResume$1.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$onViewBoundOrOnResume$2.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$tierName$2.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit$viewModel$2.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefit.java rename app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/{WidgetGuildRoleSubscriptionTierBenefits$channelBenefitLauncher$1.java => WidgetGuildRoleSubscriptionTierBenefits$benefitLauncher$1.java} (56%) create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefits$benefitListType$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefits$intangibleBenefitLauncher$1.java create mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/WidgetGuildRoleSubscriptionTierBenefits$setupUIForChannelBenefits$1.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/channel/GuildRoleSubscriptionTierChannelBenefitViewModel.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/channel/WidgetGuildRoleSubscriptionTierChannelBenefit$Companion$registerForResult$1.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/channel/WidgetGuildRoleSubscriptionTierChannelBenefit$binding$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/channel/WidgetGuildRoleSubscriptionTierChannelBenefit$configureUI$1.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/channel/WidgetGuildRoleSubscriptionTierChannelBenefit$existingChannelBenefit$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/channel/WidgetGuildRoleSubscriptionTierChannelBenefit$guildId$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/channel/WidgetGuildRoleSubscriptionTierChannelBenefit$onViewBound$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/channel/WidgetGuildRoleSubscriptionTierChannelBenefit$onViewBound$3.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/channel/WidgetGuildRoleSubscriptionTierChannelBenefit$onViewBound$4.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/channel/WidgetGuildRoleSubscriptionTierChannelBenefit$onViewBoundOrOnResume$1.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/channel/WidgetGuildRoleSubscriptionTierChannelBenefit$onViewBoundOrOnResume$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/channel/WidgetGuildRoleSubscriptionTierChannelBenefit$viewModel$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/channel/WidgetGuildRoleSubscriptionTierChannelBenefit.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/GuildRoleSubscriptionTierIntangibleBenefitViewModel.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit$Companion$registerForResult$1.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit$appViewModels$$inlined$viewModels$1.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit$binding$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit$existingIntangibleBenefit$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit$onViewBound$1.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit$onViewBound$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit$onViewBound$3.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit$onViewBound$4.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit$onViewBound$5.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit$onViewBound$6.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit$onViewBoundOrOnResume$1.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit$onViewBoundOrOnResume$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit$viewModel$2.java delete mode 100644 app/src/main/java/com/discord/widgets/guild_role_subscriptions/tier/create/benefits/intangible/WidgetGuildRoleSubscriptionTierIntangibleBenefit.java create mode 100644 app/src/main/java/com/discord/widgets/guilds/create/WidgetCreationIntent$loggingConfig$1.java create mode 100644 app/src/main/java/com/discord/widgets/guilds/invite/WidgetGuildInviteSettings$loggingConfig$1.java create mode 100644 app/src/main/java/com/discord/widgets/guilds/invite/WidgetGuildInviteShareSheet$loggingConfig$1.java create mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/GuildIdsWithActiveEventsModel$observe$1.java create mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/GuildIdsWithActiveEventsModel.java create mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventBottomButtonView$configure$5.java create mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$configureUi$7.java create mode 100644 app/src/main/java/com/discord/widgets/nux/WidgetNuxChannelPrompt$loggingConfig$1.java create mode 100644 app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/ServerSettingsGuildRoleSubscriptionEditTierViewModel$Companion$observeStoreState$2.java create mode 100644 app/src/main/java/com/discord/widgets/voice/VoiceUtils$handleConnectToEventChannel$1.java create mode 100644 app/src/main/java/com/discord/widgets/voice/VoiceUtils$handleConnectToEventChannel$2.java create mode 100644 app/src/main/java/com/discord/widgets/voice/VoiceUtils$handleConnectToEventChannel$3.java create mode 100644 app/src/main/java/com/discord/widgets/voice/VoiceUtils$handleConnectToEventChannel$4.java create mode 100644 app/src/main/res/drawable/ic_calendar_white_24dp.xml create mode 100644 app/src/main/res/drawable/ic_select.xml create mode 100644 app/src/main/res/drawable/ic_select_all.xml create mode 100644 app/src/main/res/layout-v22/widget_guild_role_subscription_tier_benefit.xml delete mode 100644 app/src/main/res/layout-v22/widget_guild_role_subscription_tier_channel_benefit.xml delete mode 100644 app/src/main/res/layout-v22/widget_guild_role_subscription_tier_intangible_benefit.xml create mode 100644 app/src/main/res/layout/widget_guild_role_subscription_tier_benefit.xml delete mode 100644 app/src/main/res/layout/widget_guild_role_subscription_tier_channel_benefit.xml delete mode 100644 app/src/main/res/layout/widget_guild_role_subscription_tier_intangible_benefit.xml diff --git a/app/build.gradle b/app/build.gradle index 6688d00b71..2d99868964 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.discord' minSdkVersion 21 targetSdkVersion 29 - versionCode 94109 - versionName "94.9 - Beta" + versionCode 96100 + versionName "96.0 - Beta" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1b843f8c30..310bfbe377 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/app/src/main/java/androidx/constraintlayout/motion/utils/Easing.java b/app/src/main/java/androidx/constraintlayout/motion/utils/Easing.java index 0364da1e72..30d717dbb3 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/utils/Easing.java +++ b/app/src/main/java/androidx/constraintlayout/motion/utils/Easing.java @@ -2,6 +2,7 @@ package androidx.constraintlayout.motion.utils; import android.util.Log; import c.d.b.a.a; +import com.discord.analytics.utils.RegistrationSteps; import com.google.android.material.shadow.ShadowDrawableWrapper; import java.util.Arrays; public class Easing { @@ -15,7 +16,7 @@ public class Easing { private static final String STANDARD = "cubic(0.4, 0.0, 0.2, 1)"; private static final String STANDARD_NAME = "standard"; public static Easing sDefault = new Easing(); - public String str = "identity"; + public String str = RegistrationSteps.IDENTITY; public static class CubicEasing extends Easing { private static double d_error = 1.0E-4d; diff --git a/app/src/main/java/c/a/a/a.java b/app/src/main/java/c/a/a/a.java index d28a9e2bad..77268a02b2 100644 --- a/app/src/main/java/c/a/a/a.java +++ b/app/src/main/java/c/a/a/a.java @@ -70,7 +70,7 @@ public final class a extends AppDialog { ((a) this.j).dismiss(); } else if (i == 4) { KProperty[] kPropertyArr = a.i; - ((a) this.j).g().f173c.toggle(); + ((a) this.j).g().f172c.toggle(); } else { throw null; } @@ -221,10 +221,10 @@ public final class a extends AppDialog { } relativeLayout2.setVisibility(i3); g().d.setOnClickListener(new View$OnClickListenerC0001a(4, this)); - SwitchMaterial switchMaterial = g().f173c; + SwitchMaterial switchMaterial = g().f172c; m.checkNotNullExpressionValue(switchMaterial, "binding.imageUploadFaile…mpressionSettingsCheckbox"); switchMaterial.setChecked(StoreStream.Companion.getUserSettings().getIsAutoImageCompressionEnabled()); - g().f173c.setOnCheckedChangeListener(d.a); + g().f172c.setOnCheckedChangeListener(d.a); TextView textView = g().j; m.checkNotNullExpressionValue(textView, "binding.imageUploadFailedText"); CharSequence charSequence = null; diff --git a/app/src/main/java/c/a/a/b/a.java b/app/src/main/java/c/a/a/b/a.java index ea38255274..485cee2776 100644 --- a/app/src/main/java/c/a/a/b/a.java +++ b/app/src/main/java/c/a/a/b/a.java @@ -164,7 +164,7 @@ public final class a extends AppDialog { Context requireContext = aVar3.requireContext(); m.checkNotNullExpressionValue(requireContext, "requireContext()"); textView.setText(UserNameFormatterKt.getSpannableForUserNameWithDiscrim(user, str, requireContext, R.attr.colorHeaderPrimary, R.attr.font_primary_semibold, R.integer.uikit_textsize_large_sp, R.attr.colorTextMuted, R.attr.font_primary_normal, R.integer.uikit_textsize_large_sp)); - TextView textView2 = aVar3.g().f155c; + TextView textView2 = aVar3.g().f154c; m.checkNotNullExpressionValue(textView2, "binding.userActionsDialogBlockItem"); int i = 8; textView2.setVisibility(aVar2.f36c ? 0 : 8); @@ -247,7 +247,7 @@ public final class a extends AppDialog { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - g().f155c.setOnClickListener(new View$OnClickListenerC0002a(0, this)); + g().f154c.setOnClickListener(new View$OnClickListenerC0002a(0, this)); g().e.setOnClickListener(new View$OnClickListenerC0002a(1, this)); g().d.setOnClickListener(new View$OnClickListenerC0002a(2, this)); } diff --git a/app/src/main/java/c/a/a/c/a.java b/app/src/main/java/c/a/a/c/a.java index e22fbac025..c2ea311122 100644 --- a/app/src/main/java/c/a/a/c/a.java +++ b/app/src/main/java/c/a/a/c/a.java @@ -182,7 +182,7 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(materialButton2, "binding.premiumGuildSubscriptionCancelNevermind"); ViewExtensions.setEnabledAndAlpha$default(materialButton2, cVar2.f37c, 0.0f, 2, null); aVar.setCancelable(cVar2.e); - aVar.g().f192c.setIsLoading(cVar2.d); + aVar.g().f191c.setIsLoading(cVar2.d); AppViewFlipper appViewFlipper = aVar.g().e; m.checkNotNullExpressionValue(appViewFlipper, "binding.premiumGuildSubscriptionCancelFlipper"); appViewFlipper.setDisplayedChild(!(cVar2 instanceof f.c.C0009f) ? 1 : 0); @@ -202,7 +202,7 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(textView3, "binding.premiumGuildSubscriptionCancelBody"); c.a.k.b.n(textView3, R.string.premium_guild_subscription_cancel_body_guild, new Object[]{renderUtcDate$default}, null, 4); } - aVar.g().f192c.setBackgroundColor(ColorCompat.getColor(aVar, (int) R.color.status_red_500)); + aVar.g().f191c.setBackgroundColor(ColorCompat.getColor(aVar, (int) R.color.status_red_500)); } else if (cVar2 instanceof f.c.b) { TextView textView4 = aVar.g().f; m.checkNotNullExpressionValue(textView4, "binding.premiumGuildSubscriptionCancelHeader"); @@ -214,8 +214,8 @@ public final class a extends AppDialog { Context requireContext2 = aVar.requireContext(); m.checkNotNullExpressionValue(requireContext2, "requireContext()"); c.a.k.b.n(textView5, R.string.premium_guild_subscription_confirm_body, new Object[]{TimeUtils.renderUtcDate$default(timeUtils2, currentPeriodEnd2, requireContext2, (String) null, (DateFormat) null, 0, 28, (Object) null)}, null, 4); - aVar.g().f192c.setText(aVar.getString(R.string.okay)); - aVar.g().f192c.setBackgroundColor(ColorCompat.getThemedColor(aVar, (int) R.attr.color_brand_500)); + aVar.g().f191c.setText(aVar.getString(R.string.okay)); + aVar.g().f191c.setBackgroundColor(ColorCompat.getThemedColor(aVar, (int) R.attr.color_brand_500)); } else if (cVar2 instanceof f.c.C0008c) { Integer num = ((f.c.C0008c) cVar2).f; if (num != null) { @@ -283,7 +283,7 @@ public final class a extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); g().g.setOnClickListener(new View$OnClickListenerC0005a(0, this)); - g().f192c.setOnClickListener(new View$OnClickListenerC0005a(1, this)); + g().f191c.setOnClickListener(new View$OnClickListenerC0005a(1, this)); } @Override // com.discord.app.AppDialog diff --git a/app/src/main/java/c/a/a/c/b.java b/app/src/main/java/c/a/a/c/b.java index df8b9bb65b..25e2f9a3f6 100644 --- a/app/src/main/java/c/a/a/c/b.java +++ b/app/src/main/java/c/a/a/c/b.java @@ -186,7 +186,7 @@ public final class b extends AppDialog { MaterialButton materialButton2 = bVar.g().h; m.checkNotNullExpressionValue(materialButton2, "binding.premiumGuildSubscriptionUncancelNevermind"); ViewExtensions.setEnabledAndAlpha$default(materialButton2, z3 && !((k.c.b) cVar2).b, 0.0f, 2, null); - bVar.g().f199c.setIsLoading(z3 && ((k.c.b) cVar2).b); + bVar.g().f198c.setIsLoading(z3 && ((k.c.b) cVar2).b); k.c.C0010c cVar3 = k.c.C0010c.a; if (!(!m.areEqual(cVar2, cVar3)) || !z3 || ((k.c.b) cVar2).b) { z2 = false; @@ -210,7 +210,7 @@ public final class b extends AppDialog { TextView textView5 = bVar.g().b; m.checkNotNullExpressionValue(textView5, "binding.premiumGuildSubscriptionUncancelBody"); textView5.setText(bVar.getString(R.string.premium_guild_subscription_inventory_uncancel_confirm_description)); - bVar.g().f199c.setText(bVar.getString(R.string.okay)); + bVar.g().f198c.setText(bVar.getString(R.string.okay)); } else if (cVar2 instanceof k.c.a) { Integer num = ((k.c.a) cVar2).a; if (num != null) { @@ -279,7 +279,7 @@ public final class b extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); g().h.setOnClickListener(new a(0, this)); - g().f199c.setOnClickListener(new a(1, this)); + g().f198c.setOnClickListener(new a(1, this)); } @Override // com.discord.app.AppDialog diff --git a/app/src/main/java/c/a/a/c/c.java b/app/src/main/java/c/a/a/c/c.java index ebbd1e7000..5f96468d8a 100644 --- a/app/src/main/java/c/a/a/c/c.java +++ b/app/src/main/java/c/a/a/c/c.java @@ -131,7 +131,7 @@ public final class c extends AppDialog { Bundle arguments = getArguments(); CharSequence charSequence = null; textView.setText(arguments != null ? arguments.getCharSequence("extra_body1_text") : null); - TextView textView2 = g().f185c; + TextView textView2 = g().f184c; m.checkNotNullExpressionValue(textView2, "binding.premiumGuildSubscriptionActivatedBody2"); Bundle arguments2 = getArguments(); if (arguments2 != null) { diff --git a/app/src/main/java/c/a/a/d.java b/app/src/main/java/c/a/a/d.java index 75973e2922..ab55687b56 100644 --- a/app/src/main/java/c/a/a/d.java +++ b/app/src/main/java/c/a/a/d.java @@ -102,7 +102,7 @@ public final class d extends AppDialog { m.checkNotNullParameter(simpleConfirmationDialogArgs, "args"); m.checkNotNullParameter(onClickListener, "positiveClickListener"); d dVar = new d(); - dVar.setArguments(AnimatableValueParser.G2(simpleConfirmationDialogArgs)); + dVar.setArguments(AnimatableValueParser.H2(simpleConfirmationDialogArgs)); dVar.l = onClickListener; dVar.show(fragmentManager, a0.getOrCreateKotlinClass(d.class).toString()); return dVar; @@ -167,8 +167,8 @@ public final class d extends AppDialog { requireDialog().setCanceledOnTouchOutside(true); h().d.setOnClickListener(new a(0, this)); h().d.setText(g().k); - h().f125c.setOnClickListener(new a(1, this)); - MaterialButton materialButton = h().f125c; + h().f124c.setOnClickListener(new a(1, this)); + MaterialButton materialButton = h().f124c; m.checkNotNullExpressionValue(materialButton, "binding.simpleConfirmationDialogNegative"); materialButton.setText(g().l); TextView textView = h().e; diff --git a/app/src/main/java/c/a/a/e/a.java b/app/src/main/java/c/a/a/e/a.java index 131930f7a0..072bf6bc0b 100644 --- a/app/src/main/java/c/a/a/e/a.java +++ b/app/src/main/java/c/a/a/e/a.java @@ -200,6 +200,6 @@ public final class a extends AppDialog { Bundle arguments3 = getArguments(); g().d.setOnClickListener(new d(this, j2, valueOf, arguments3 != null ? arguments3.getString("extra_page") : null, string)); g().b.setOnClickListener(new View$OnClickListenerC0012a(0, this)); - g().f63c.setOnClickListener(new View$OnClickListenerC0012a(1, this)); + g().f62c.setOnClickListener(new View$OnClickListenerC0012a(1, this)); } } diff --git a/app/src/main/java/c/a/a/e/b.java b/app/src/main/java/c/a/a/e/b.java index 61dd7fcc80..ce3f6b2391 100644 --- a/app/src/main/java/c/a/a/e/b.java +++ b/app/src/main/java/c/a/a/e/b.java @@ -227,7 +227,7 @@ public final class b extends AppDialog { ImageView imageView = g().d; Bundle arguments = getArguments(); imageView.setImageResource(arguments != null ? arguments.getInt("extra_image_id") : 0); - TextView textView = g().f159c; + TextView textView = g().f158c; m.checkNotNullExpressionValue(textView, "binding.premiumUpsellHeader"); Bundle arguments2 = getArguments(); textView.setText(arguments2 != null ? arguments2.getString("extra_header_string") : null); @@ -429,11 +429,11 @@ public final class b extends AppDialog { m.throwUninitializedPropertyAccessException("pagerAdapter"); } viewPager2.setAdapter(eVar); - TabLayout tabLayout = h().f138c; + TabLayout tabLayout = h().f137c; m.checkNotNullExpressionValue(tabLayout, "binding.premiumUpsellDots"); int i2 = 8; tabLayout.setVisibility(j() ? 0 : 8); - TabLayout tabLayout2 = h().f138c; + TabLayout tabLayout2 = h().f137c; m.checkNotNullExpressionValue(tabLayout2, "binding.premiumUpsellDots"); ViewPager2 viewPager22 = h().f; m.checkNotNullExpressionValue(viewPager22, "binding.premiumUpsellViewpager"); diff --git a/app/src/main/java/c/a/a/e/c.java b/app/src/main/java/c/a/a/e/c.java index 64a0ccaf10..4d08b582a3 100644 --- a/app/src/main/java/c/a/a/e/c.java +++ b/app/src/main/java/c/a/a/e/c.java @@ -150,6 +150,6 @@ public final class c extends AppDialog { textView3.setVisibility(this.n ^ true ? 0 : 8); g().b.setOnClickListener(new a(0, this)); g().f.setOnClickListener(new a(1, this)); - g().f70c.setOnClickListener(new a(2, this)); + g().f69c.setOnClickListener(new a(2, this)); } } diff --git a/app/src/main/java/c/a/a/e/d.java b/app/src/main/java/c/a/a/e/d.java index 3c3f26e96c..6024cdd0d8 100644 --- a/app/src/main/java/c/a/a/e/d.java +++ b/app/src/main/java/c/a/a/e/d.java @@ -167,6 +167,6 @@ public final class d extends AppDialog { textView2.setText(str); } g().b.setOnClickListener(new a(0, this)); - g().f130c.setOnClickListener(new a(1, this)); + g().f129c.setOnClickListener(new a(1, this)); } } diff --git a/app/src/main/java/c/a/a/e/e.java b/app/src/main/java/c/a/a/e/e.java index 1503a7efae..1fc3190403 100644 --- a/app/src/main/java/c/a/a/e/e.java +++ b/app/src/main/java/c/a/a/e/e.java @@ -138,7 +138,7 @@ public final class e extends AppDialog { TextView textView = g().d; m.checkNotNullExpressionValue(textView, "binding.premiumUpsellYearlyTitle"); c.a.k.b.n(textView, R.string.premium_upsell_yearly_title, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f)), k}, null, 4); - TextView textView2 = g().f77c; + TextView textView2 = g().f76c; m.checkNotNullExpressionValue(textView2, "binding.premiumUpsellYearlyDescription"); c.a.k.b.n(textView2, R.string.premium_upsell_yearly_description, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f))}, null, 4); MaterialButton materialButton = g().f; diff --git a/app/src/main/java/c/a/a/e/f.java b/app/src/main/java/c/a/a/e/f.java index bfca60c980..84fb276b1b 100644 --- a/app/src/main/java/c/a/a/e/f.java +++ b/app/src/main/java/c/a/a/e/f.java @@ -144,7 +144,7 @@ public final class f extends AppDialog { m.checkNotNullExpressionValue(imageView, "binding.premiumActivatedWumpus"); imageView.setScaleX(z2 ? 1.0f : -1.0f); g().f.setImageDrawable(ContextCompat.getDrawable(requireContext(), i2)); - TextView textView = g().f174c; + TextView textView = g().f173c; m.checkNotNullExpressionValue(textView, "binding.premiumActivatedDescription"); textView.setText(getString(i6)); requireDialog().setCanceledOnTouchOutside(true); diff --git a/app/src/main/java/c/a/a/e/g.java b/app/src/main/java/c/a/a/e/g.java index b6e9a07163..f17e1da758 100644 --- a/app/src/main/java/c/a/a/e/g.java +++ b/app/src/main/java/c/a/a/e/g.java @@ -94,7 +94,7 @@ public final class g extends AppDialog { m.checkNotNullExpressionValue(str, "arguments?.getString(EXTRA_PLAN_NAME) ?: \"\""); FragmentViewBindingDelegate fragmentViewBindingDelegate = this.l; KProperty[] kPropertyArr = i; - TextView textView = ((w0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f180c; + TextView textView = ((w0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f179c; m.checkNotNullExpressionValue(textView, "binding.premiumAndPremiumGuildActivatedText"); c.a.k.b.n(textView, R.string.billing_premium_and_premium_guild_plan_activated, new Object[]{str}, null, 4); requireDialog().setCanceledOnTouchOutside(true); diff --git a/app/src/main/java/c/a/a/f/a/a.java b/app/src/main/java/c/a/a/f/a/a.java index 032d5a8fef..9d11f44e95 100644 --- a/app/src/main/java/c/a/a/f/a/a.java +++ b/app/src/main/java/c/a/a/f/a/a.java @@ -161,7 +161,7 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(materialRadioButton4, "binding.audioOutputSelectionBluetoothRadio"); i = materialRadioButton4.getId(); } - aVar3.i().f68c.check(i); + aVar3.i().f67c.check(i); MaterialRadioButton materialRadioButton5 = aVar3.i().b; m.checkNotNullExpressionValue(materialRadioButton5, "binding.audioOutputSelectionBluetoothRadio"); int i2 = 0; diff --git a/app/src/main/java/c/a/a/g/a.java b/app/src/main/java/c/a/a/g/a.java index 7a778605b1..c258598169 100644 --- a/app/src/main/java/c/a/a/g/a.java +++ b/app/src/main/java/c/a/a/g/a.java @@ -167,7 +167,7 @@ public final class a extends AppDialog { TextView textView = g().b; m.checkNotNullExpressionValue(textView, "binding.maskedLinksBodyText"); c.a.k.b.n(textView, R.string.masked_link_body, new Object[]{obj}, null, 4); - g().f137c.setOnClickListener(new d(this)); + g().f136c.setOnClickListener(new d(this)); g().d.setOnClickListener(new View$OnClickListenerC0018a(0, this, str)); g().e.setOnClickListener(new View$OnClickListenerC0018a(1, this, str)); } diff --git a/app/src/main/java/c/a/a/h.java b/app/src/main/java/c/a/a/h.java index 40f53a4d8f..0ce1e1d60e 100644 --- a/app/src/main/java/c/a/a/h.java +++ b/app/src/main/java/c/a/a/h.java @@ -133,7 +133,7 @@ public final class h extends AppDialog { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - h().f61c.setOnClickListener(new a(0, this)); + h().f60c.setOnClickListener(new a(0, this)); h().d.setOnClickListener(new a(1, this)); TextView textView = h().b; m.checkNotNullExpressionValue(textView, "binding.accessibilityDetectionBodyText"); diff --git a/app/src/main/java/c/a/a/i.java b/app/src/main/java/c/a/a/i.java index e89b6b9553..2beb9da926 100644 --- a/app/src/main/java/c/a/a/i.java +++ b/app/src/main/java/c/a/a/i.java @@ -110,11 +110,11 @@ public final class i extends AppDialog { String string2 = getArgumentsOrDefault().getString("ARG_USERNAME", ""); int i2 = getArgumentsOrDefault().getInt("ARG_PLATFORM_IMAGE_RES", 0); if (i2 != 0) { - TextView textView = g().f105c; + TextView textView = g().f104c; m.checkNotNullExpressionValue(textView, "binding.connectedAccountActionsDialogHeader"); ViewExtensions.setCompoundDrawableWithIntrinsicBounds$default(textView, i2, 0, 0, 0, 14, null); } - TextView textView2 = g().f105c; + TextView textView2 = g().f104c; m.checkNotNullExpressionValue(textView2, "binding.connectedAccountActionsDialogHeader"); textView2.setText(string2); TextView textView3 = g().d; diff --git a/app/src/main/java/c/a/a/j.java b/app/src/main/java/c/a/a/j.java index e786d5974d..cc110dd170 100644 --- a/app/src/main/java/c/a/a/j.java +++ b/app/src/main/java/c/a/a/j.java @@ -93,7 +93,7 @@ public final class j extends AppDialog { requireDialog().setCanceledOnTouchOutside(true); FragmentViewBindingDelegate fragmentViewBindingDelegate = this.k; KProperty[] kPropertyArr = i; - ((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f86c.setOnClickListener(new c(this)); + ((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f85c.setOnClickListener(new c(this)); Bundle arguments = getArguments(); Integer valueOf = arguments != null ? Integer.valueOf(arguments.getInt("ARG_MAX_VIDEO_CHANNEL_USERS")) : null; TextView textView = ((e) this.k.getValue((Fragment) this, kPropertyArr[0])).b; diff --git a/app/src/main/java/c/a/a/k.java b/app/src/main/java/c/a/a/k.java index 9ebaf0c30e..3d522c0f48 100644 --- a/app/src/main/java/c/a/a/k.java +++ b/app/src/main/java/c/a/a/k.java @@ -133,7 +133,7 @@ public final class k extends AppDialog { @Override // com.discord.app.AppDialog, androidx.fragment.app.Fragment public void onPause() { super.onPause(); - g().f118c.clearFocus(); + g().f117c.clearFocus(); } @Override // com.discord.app.AppDialog @@ -147,12 +147,12 @@ public final class k extends AppDialog { charSequence = ""; } textView.setText(charSequence); - DatePicker datePicker = g().f118c; + DatePicker datePicker = g().f117c; m.checkNotNullExpressionValue(datePicker, "binding.dialogDatePickerInput"); Bundle arguments2 = getArguments(); long j2 = 0; datePicker.setMaxDate(arguments2 != null ? arguments2.getLong("max_date") : 0); - DatePicker datePicker2 = g().f118c; + DatePicker datePicker2 = g().f117c; m.checkNotNullExpressionValue(datePicker2, "binding.dialogDatePickerInput"); datePicker2.setMinDate(BirthdayHelper.INSTANCE.subtractYearsFromToday(FontUtils.MAX_FONT_SCALING)); Bundle arguments3 = getArguments(); @@ -166,7 +166,7 @@ public final class k extends AppDialog { Calendar instance = Calendar.getInstance(); m.checkNotNullExpressionValue(instance, "calendar"); instance.setTimeInMillis(this.l); - g().f118c.init(instance.get(1), instance.get(2), instance.get(5), new c(this)); + g().f117c.init(instance.get(1), instance.get(2), instance.get(5), new c(this)); g().b.setOnClickListener(new d(this)); } } diff --git a/app/src/main/java/c/a/a/n.java b/app/src/main/java/c/a/a/n.java index 5f4103fd3d..ec512fd976 100644 --- a/app/src/main/java/c/a/a/n.java +++ b/app/src/main/java/c/a/a/n.java @@ -176,10 +176,10 @@ public final class n extends AppDialog { g().b.setOnClickListener(new d(this)); CharSequence[] charSequenceArray = getArgumentsOrDefault().getCharSequenceArray("INTENT_DIALOG_OPTIONS"); if (charSequenceArray != null) { - MaxHeightRecyclerView maxHeightRecyclerView = g().f124c; + MaxHeightRecyclerView maxHeightRecyclerView = g().f123c; m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.dialogSelections"); maxHeightRecyclerView.setAdapter(new SimpleRecyclerAdapter(j.asList(charSequenceArray), new e(this))); - MaxHeightRecyclerView maxHeightRecyclerView2 = g().f124c; + MaxHeightRecyclerView maxHeightRecyclerView2 = g().f123c; RecyclerView.Adapter adapter = maxHeightRecyclerView2.getAdapter(); if (adapter != null) { adapter.notifyDataSetChanged(); @@ -187,7 +187,7 @@ public final class n extends AppDialog { maxHeightRecyclerView2.setHasFixedSize(false); maxHeightRecyclerView2.setNestedScrollingEnabled(false); SimpleRecyclerAdapter.Companion companion = SimpleRecyclerAdapter.Companion; - MaxHeightRecyclerView maxHeightRecyclerView3 = g().f124c; + MaxHeightRecyclerView maxHeightRecyclerView3 = g().f123c; m.checkNotNullExpressionValue(maxHeightRecyclerView3, "binding.dialogSelections"); companion.addThemedDivider(maxHeightRecyclerView3); } diff --git a/app/src/main/java/c/a/a/r.java b/app/src/main/java/c/a/a/r.java index fd8aa7c6eb..dd14844818 100644 --- a/app/src/main/java/c/a/a/r.java +++ b/app/src/main/java/c/a/a/r.java @@ -145,7 +145,7 @@ public final class r extends AppDialog { m.checkNotNullParameter(error2, "error"); r rVar = this.this$0.i; KProperty[] kPropertyArr = r.i; - rVar.g().f90c.setIsLoading(false); + rVar.g().f89c.setIsLoading(false); Error.Response response = error2.getResponse(); m.checkNotNullExpressionValue(response, "error.response"); if (response.getCode() == 60005) { @@ -173,7 +173,7 @@ public final class r extends AppDialog { TextInputLayout textInputLayout = rVar.g().d; m.checkNotNullExpressionValue(textInputLayout, "binding.enableTwoFactorPasswordViewInput"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); - this.i.g().f90c.setIsLoading(true); + this.i.g().f89c.setIsLoading(true); Observable ui$default = ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().enableMFA(new RestAPIParams.EnableMFA("random code", "random secret", textOrEmpty)), false, 1, null), this.i, null, 2, null); a aVar = a.i; ObservableExtensionsKt.appSubscribe$default(ui$default, this.i.getClass(), this.j.getContext(), (Function1) null, new b(this), (Function0) null, (Function0) null, aVar, 52, (Object) null); @@ -210,8 +210,8 @@ public final class r extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); setCancelable(false); - g().f90c.setIsLoading(false); - g().f90c.setOnClickListener(new d(this, view)); + g().f89c.setIsLoading(false); + g().f89c.setOnClickListener(new d(this, view)); g().b.setOnClickListener(new e(this)); } } diff --git a/app/src/main/java/c/a/a/s.java b/app/src/main/java/c/a/a/s.java index 51beec7884..7fd95e5058 100644 --- a/app/src/main/java/c/a/a/s.java +++ b/app/src/main/java/c/a/a/s.java @@ -93,7 +93,7 @@ public final class s extends AppDialog { m.checkNotNullParameter(dVar2, "viewState"); s sVar = this.this$0; KProperty[] kPropertyArr = s.i; - TextView textView = sVar.g().f67c; + TextView textView = sVar.g().f66c; m.checkNotNullExpressionValue(textView, "binding.viewDialogConfirmationHeader"); textView.setText(sVar.getString(R.string.system_dm_urgent_message_modal_header)); TextView textView2 = sVar.g().d; diff --git a/app/src/main/java/c/a/a/z/a.java b/app/src/main/java/c/a/a/z/a.java index 3404aec8c0..04a4ff7c8d 100644 --- a/app/src/main/java/c/a/a/z/a.java +++ b/app/src/main/java/c/a/a/z/a.java @@ -162,7 +162,7 @@ public final class a extends AppDialog { MaterialButton materialButton = aVar.g().d; m.checkNotNullExpressionValue(materialButton, "binding.giftEntitlementCopy"); materialButton.setText(context.getString(R.string.copied)); - this.i.g().f142c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, (int) R.attr.gift_code_copied_outline, 0, 2, (Object) null)); + this.i.g().f141c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, (int) R.attr.gift_code_copied_outline, 0, 2, (Object) null)); } } } diff --git a/app/src/main/java/c/a/a/z/c.java b/app/src/main/java/c/a/a/z/c.java index b3a3e7f948..8b263e2858 100644 --- a/app/src/main/java/c/a/a/z/c.java +++ b/app/src/main/java/c/a/a/z/c.java @@ -218,7 +218,7 @@ public final class c extends AppDialog { str = ""; } CharSequence i2 = cVar2.i(gift); - LinearLayout linearLayout = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar2.h().h, "binding.acceptGiftHeader", gift.isAnyNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success_nitro, new Object[]{str}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success, new Object[0], null, 4), cVar2).f127c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_classic_mobile, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_mobile, new Object[]{i2}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_mobile, new Object[]{str}, null, 4), cVar2).e; + LinearLayout linearLayout = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar2.h().h, "binding.acceptGiftHeader", gift.isAnyNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success_nitro, new Object[]{str}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success, new Object[0], null, 4), cVar2).f126c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_classic_mobile, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_mobile, new Object[]{i2}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_mobile, new Object[]{str}, null, 4), cVar2).e; m.checkNotNullExpressionValue(linearLayout, "binding.acceptGiftDisclaimerContainer"); linearLayout.setVisibility(8); MaterialButton materialButton = cVar2.h().d; @@ -237,7 +237,7 @@ public final class c extends AppDialog { TextView textView = cVar3.h().h; m.checkNotNullExpressionValue(textView, "binding.acceptGiftHeader"); c.a.k.b.n(textView, R.string.gift_confirmation_header_fail, new Object[0], null, 4); - TextView textView2 = cVar3.h().f127c; + TextView textView2 = cVar3.h().f126c; m.checkNotNullExpressionValue(textView2, "binding.acceptGiftBodyText"); c.a.k.b.n(textView2, R.string.gift_confirmation_body_claimed, new Object[0], null, 4); LinearLayout linearLayout2 = cVar3.h().e; @@ -254,7 +254,7 @@ public final class c extends AppDialog { cVar4.g(gift3); ModelStoreListing storeListing2 = gift3.getStoreListing(); String name = (storeListing2 == null || (sku2 = storeListing2.getSku()) == null) ? null : sku2.getName(); - LinearLayout linearLayout3 = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar4.h().h, "binding.acceptGiftHeader", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar4).f127c, "binding.acceptGiftBodyText", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name, cVar4.i(gift3)}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm, new Object[]{name}, null, 4), cVar4).e; + LinearLayout linearLayout3 = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar4.h().h, "binding.acceptGiftHeader", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar4).f126c, "binding.acceptGiftBodyText", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name, cVar4.i(gift3)}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm, new Object[]{name}, null, 4), cVar4).e; m.checkNotNullExpressionValue(linearLayout3, "binding.acceptGiftDisclaimerContainer"); if (!gift3.isAnyNitroGift()) { i = 8; @@ -282,7 +282,7 @@ public final class c extends AppDialog { ProgressBar progressBar = cVar5.h().i; m.checkNotNullExpressionValue(progressBar, "binding.acceptGiftProgress"); progressBar.setVisibility(0); - LinearLayout linearLayout4 = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar5.h().h, "binding.acceptGiftHeader", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name2}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar5).f127c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm, new Object[]{name2}, null, 4), cVar5).e; + LinearLayout linearLayout4 = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar5.h().h, "binding.acceptGiftHeader", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name2}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar5).f126c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm, new Object[]{name2}, null, 4), cVar5).e; m.checkNotNullExpressionValue(linearLayout4, "binding.acceptGiftDisclaimerContainer"); if (!gift4.isAnyNitroGift()) { i = 8; @@ -297,11 +297,11 @@ public final class c extends AppDialog { TextView textView3 = cVar6.h().h; m.checkNotNullExpressionValue(textView3, "binding.acceptGiftHeader"); textView3.setText(c.a.k.b.k(cVar6, R.string.gift_confirmation_header_fail, new Object[0], null, 4)); - TextView textView4 = cVar6.h().f127c; + TextView textView4 = cVar6.h().f126c; m.checkNotNullExpressionValue(textView4, "binding.acceptGiftBodyText"); c.a.k.b.n(textView4, R.string.gift_confirmation_body_unknown_error, new Object[0], null, 4); if (redeemedFailed.getCanRetry()) { - TextView textView5 = cVar6.h().f127c; + TextView textView5 = cVar6.h().f126c; m.checkNotNullExpressionValue(textView5, "binding.acceptGiftBodyText"); c.a.k.b.n(textView5, R.string.gift_confirmation_body_unknown_error, new Object[0], null, 4); MaterialButton materialButton5 = cVar6.h().d; @@ -315,13 +315,13 @@ public final class c extends AppDialog { } else { Integer errorCode = redeemedFailed.getErrorCode(); if (errorCode != null && errorCode.intValue() == 50054) { - cVar6.h().f127c.setText(R.string.gift_confirmation_body_self_gift_no_payment); + cVar6.h().f126c.setText(R.string.gift_confirmation_body_self_gift_no_payment); } else if (errorCode != null && errorCode.intValue() == 100024) { - cVar6.h().f127c.setText(R.string.gift_confirmation_body_error_nitro_upgrade_downgrade); + cVar6.h().f126c.setText(R.string.gift_confirmation_body_error_nitro_upgrade_downgrade); } else if (errorCode != null && errorCode.intValue() == 100022) { - cVar6.h().f127c.setText(R.string.gift_confirmation_body_error_subscription_managed); + cVar6.h().f126c.setText(R.string.gift_confirmation_body_error_subscription_managed); } else if (errorCode != null && errorCode.intValue() == 100025) { - cVar6.h().f127c.setText(R.string.gift_confirmation_body_error_invoice_open); + cVar6.h().f126c.setText(R.string.gift_confirmation_body_error_invoice_open); } MaterialButton materialButton6 = cVar6.h().d; m.checkNotNullExpressionValue(materialButton6, "binding.acceptGiftConfirm"); diff --git a/app/src/main/java/c/a/d/e.java b/app/src/main/java/c/a/d/e.java index c77c01b1ff..1aaf78d74f 100644 --- a/app/src/main/java/c/a/d/e.java +++ b/app/src/main/java/c/a/d/e.java @@ -9,12 +9,12 @@ import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: AppFragment.kt */ public final class e extends o implements Function1 { - public final /* synthetic */ AppFragment.c this$0; + public final /* synthetic */ AppFragment.d this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public e(AppFragment.c cVar) { + public e(AppFragment.d dVar) { super(1); - this.this$0 = cVar; + this.this$0 = dVar; } /* Return type fixed from 'java.lang.Object' to match base method */ diff --git a/app/src/main/java/c/a/d/j.java b/app/src/main/java/c/a/d/j.java index a66ddb8451..ab8893f97f 100644 --- a/app/src/main/java/c/a/d/j.java +++ b/app/src/main/java/c/a/d/j.java @@ -32,6 +32,7 @@ import com.discord.widgets.auth.WidgetOauth2Authorize; import com.discord.widgets.auth.WidgetOauth2AuthorizeSamsung; import com.discord.widgets.channels.permissions.WidgetChannelSettingsEditPermissions; import com.discord.widgets.channels.permissions.WidgetChannelSettingsPermissionsOverview; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventSettings; import com.discord.widgets.nux.WidgetNuxChannelPrompt; import com.discord.widgets.servers.WidgetServerNotifications; import com.discord.widgets.servers.WidgetServerSettingsBans; @@ -88,7 +89,7 @@ public final class j { /* renamed from: c reason: collision with root package name */ public static final List> f46c = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetOauth2Authorize.class), a0.getOrCreateKotlinClass(WidgetOauth2AuthorizeSamsung.class)}); - public static final List> d = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetSettingsAccount.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountBackupCodes.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountChangePassword.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountUsernameEdit.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountEmailEdit.class), a0.getOrCreateKotlinClass(WidgetUserPasswordVerify.class), a0.getOrCreateKotlinClass(WidgetEnableMFASteps.class), a0.getOrCreateKotlinClass(WidgetSettingsAppearance.class), a0.getOrCreateKotlinClass(WidgetSettingsBehavior.class), a0.getOrCreateKotlinClass(WidgetSettingsLanguage.class), a0.getOrCreateKotlinClass(WidgetSettingsMedia.class), a0.getOrCreateKotlinClass(WidgetSettingsPremium.class), a0.getOrCreateKotlinClass(WidgetSettingsNotifications.class), a0.getOrCreateKotlinClass(WidgetSettingsUserConnections.class), a0.getOrCreateKotlinClass(WidgetSettingsVoice.class), a0.getOrCreateKotlinClass(WidgetSettingsPrivacy.class), a0.getOrCreateKotlinClass(WidgetSettingsAuthorizedApps.class), a0.getOrCreateKotlinClass(WidgetServerNotifications.class), a0.getOrCreateKotlinClass(WidgetServerSettingsOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsChannels.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditMember.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditRole.class), a0.getOrCreateKotlinClass(WidgetServerSettingsIntegrations.class), a0.getOrCreateKotlinClass(WidgetServerSettingsModeration.class), a0.getOrCreateKotlinClass(WidgetServerSettingsVanityUrl.class), a0.getOrCreateKotlinClass(WidgetServerSettingsSecurity.class), a0.getOrCreateKotlinClass(WidgetServerSettingsMembers.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojis.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojisEdit.class), a0.getOrCreateKotlinClass(WidgetServerSettingsRoles.class), a0.getOrCreateKotlinClass(WidgetServerSettingsInstantInvites.class), a0.getOrCreateKotlinClass(WidgetServerSettingsBans.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsEditPermissions.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsPermissionsOverview.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterIdentity.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterAccountInformation.class), a0.getOrCreateKotlinClass(WidgetAuthBirthday.class), a0.getOrCreateKotlinClass(WidgetAuthAgeGated.class), a0.getOrCreateKotlinClass(WidgetAuthLogin.class), a0.getOrCreateKotlinClass(WidgetAuthPhoneVerify.class), a0.getOrCreateKotlinClass(WidgetAuthResetPassword.class), a0.getOrCreateKotlinClass(WidgetSettingsDeveloper.class), a0.getOrCreateKotlinClass(WidgetSettingsBlockedUsers.class), a0.getOrCreateKotlinClass(WidgetNuxChannelPrompt.class), a0.getOrCreateKotlinClass(WidgetChoosePlan.class), a0.getOrCreateKotlinClass(WidgetServerSettingsCommunityOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEnableCommunitySteps.class)}); + public static final List> d = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetSettingsAccount.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountBackupCodes.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountChangePassword.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountUsernameEdit.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountEmailEdit.class), a0.getOrCreateKotlinClass(WidgetUserPasswordVerify.class), a0.getOrCreateKotlinClass(WidgetEnableMFASteps.class), a0.getOrCreateKotlinClass(WidgetSettingsAppearance.class), a0.getOrCreateKotlinClass(WidgetSettingsBehavior.class), a0.getOrCreateKotlinClass(WidgetSettingsLanguage.class), a0.getOrCreateKotlinClass(WidgetSettingsMedia.class), a0.getOrCreateKotlinClass(WidgetSettingsPremium.class), a0.getOrCreateKotlinClass(WidgetSettingsNotifications.class), a0.getOrCreateKotlinClass(WidgetSettingsUserConnections.class), a0.getOrCreateKotlinClass(WidgetSettingsVoice.class), a0.getOrCreateKotlinClass(WidgetSettingsPrivacy.class), a0.getOrCreateKotlinClass(WidgetSettingsAuthorizedApps.class), a0.getOrCreateKotlinClass(WidgetServerNotifications.class), a0.getOrCreateKotlinClass(WidgetServerSettingsOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsChannels.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditMember.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditRole.class), a0.getOrCreateKotlinClass(WidgetServerSettingsIntegrations.class), a0.getOrCreateKotlinClass(WidgetServerSettingsModeration.class), a0.getOrCreateKotlinClass(WidgetServerSettingsVanityUrl.class), a0.getOrCreateKotlinClass(WidgetServerSettingsSecurity.class), a0.getOrCreateKotlinClass(WidgetServerSettingsMembers.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojis.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojisEdit.class), a0.getOrCreateKotlinClass(WidgetServerSettingsRoles.class), a0.getOrCreateKotlinClass(WidgetServerSettingsInstantInvites.class), a0.getOrCreateKotlinClass(WidgetServerSettingsBans.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsEditPermissions.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsPermissionsOverview.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterIdentity.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterAccountInformation.class), a0.getOrCreateKotlinClass(WidgetAuthBirthday.class), a0.getOrCreateKotlinClass(WidgetAuthAgeGated.class), a0.getOrCreateKotlinClass(WidgetAuthLogin.class), a0.getOrCreateKotlinClass(WidgetAuthPhoneVerify.class), a0.getOrCreateKotlinClass(WidgetAuthResetPassword.class), a0.getOrCreateKotlinClass(WidgetSettingsDeveloper.class), a0.getOrCreateKotlinClass(WidgetSettingsBlockedUsers.class), a0.getOrCreateKotlinClass(WidgetNuxChannelPrompt.class), a0.getOrCreateKotlinClass(WidgetChoosePlan.class), a0.getOrCreateKotlinClass(WidgetServerSettingsCommunityOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEnableCommunitySteps.class), a0.getOrCreateKotlinClass(WidgetGuildScheduledEventSettings.class)}); public static final List> e = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetUserAccountVerify.class), a0.getOrCreateKotlinClass(WidgetUserEmailVerify.class), a0.getOrCreateKotlinClass(WidgetUserEmailUpdate.class), a0.getOrCreateKotlinClass(WidgetUserPhoneManage.class), a0.getOrCreateKotlinClass(WidgetUserPhoneVerify.class), a0.getOrCreateKotlinClass(WidgetUserPasswordVerify.class)}); public static final List> f = m.listOf(a0.getOrCreateKotlinClass(WidgetTabsHost.class)); public static final j g = new j(); @@ -123,7 +124,7 @@ public final class j { if (intent2 != null) { intent = intent2; } else if (parcelable != null) { - intent = AnimatableValueParser.I2(parcelable); + intent = AnimatableValueParser.J2(parcelable); } AppLog appLog = AppLog.g; String simpleName = context.getClass().getSimpleName(); @@ -162,7 +163,7 @@ public final class j { d0.z.d.m.checkNotNullExpressionValue(instantiate, "fragment"); Bundle bundle = (Bundle) (!(parcelable instanceof Bundle) ? null : parcelable); if (bundle == null) { - bundle = AnimatableValueParser.G2(parcelable); + bundle = AnimatableValueParser.H2(parcelable); } instantiate.setArguments(bundle); } @@ -196,7 +197,7 @@ public final class j { if (intent2 != null) { intent = intent2; } else if (parcelable != null) { - intent = AnimatableValueParser.I2(parcelable); + intent = AnimatableValueParser.J2(parcelable); } activityResultLauncher.launch(a(context, cls, intent)); } diff --git a/app/src/main/java/c/a/d/l0.java b/app/src/main/java/c/a/d/l0.java deleted file mode 100644 index 3609d8ea67..0000000000 --- a/app/src/main/java/c/a/d/l0.java +++ /dev/null @@ -1,14 +0,0 @@ -package c.a.d; - -import d0.t.m; -import java.util.ArrayList; -import java.util.List; -/* compiled from: NativeLoader.kt */ -public final class l0 { - public static final List a = m.listOf("dsti"); - public static final List b = new ArrayList(); - - /* renamed from: c reason: collision with root package name */ - public static boolean f48c; - public static final l0 d = new l0(); -} diff --git a/app/src/main/java/c/a/d/m0/a.java b/app/src/main/java/c/a/d/l0/a.java similarity index 90% rename from app/src/main/java/c/a/d/m0/a.java rename to app/src/main/java/c/a/d/l0/a.java index 73f75541a6..f98b736e52 100644 --- a/app/src/main/java/c/a/d/m0/a.java +++ b/app/src/main/java/c/a/d/l0/a.java @@ -1,4 +1,4 @@ -package c.a.d.m0; +package c.a.d.l0; import android.net.Uri; import com.discord.BuildConfig; @@ -18,7 +18,7 @@ public final class a { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f49c; + public static final String f48c; public static final String d; public static final String e; public static final String f; @@ -36,20 +36,20 @@ public final class a { public static final Regex r; /* renamed from: s reason: collision with root package name */ - public static final Regex f50s; + public static final Regex f49s; public static final Regex t; public static final Regex u; public static final Regex v; public static final Regex w; /* renamed from: x reason: collision with root package name */ - public static final Regex f51x; + public static final Regex f50x; /* renamed from: y reason: collision with root package name */ - public static final Regex f52y; + public static final Regex f51y; /* renamed from: z reason: collision with root package name */ - public static final Regex f53z; + public static final Regex f52z; static { a aVar = new a(); @@ -59,7 +59,7 @@ public final class a { String b3 = aVar.b(BuildConfig.HOST_ALTERNATE); b = b3; String b4 = aVar.b(BuildConfig.HOST_GIFT); - f49c = b4; + f48c = b4; String b5 = aVar.b(BuildConfig.HOST_INVITE); d = b5; String b6 = aVar.b(BuildConfig.HOST_GUILD_TEMPLATE); @@ -102,14 +102,14 @@ public final class a { String sb6 = sb5.toString(); m.checkNotNullExpressionValue(sb6, "StringBuilder()\n …?\")\n .toString()"); r = new Regex(sb6, iVar); - f50s = new Regex("^/connect(?:/(\\d+))?/?$", iVar); + f49s = new Regex("^/connect(?:/(\\d+))?/?$", iVar); t = new Regex("^/channels/((?:@me)|(?:\\d+))(?:/(\\d+))?(?:/(\\d+))?/?$", iVar); u = new Regex("^/channels/@me/-1?/?$", iVar); v = new Regex("^/lurk/(\\d+)(?:/(\\d+))?/?$", iVar); w = new Regex("^/channels/@me/user/(\\d+)/?$", iVar); - f51x = new Regex("^/users/(\\d+)/?$", iVar); - f52y = new Regex("^/discovery/?$", iVar); - f53z = new Regex("^/settings(/\\w+)*/?$", iVar); + f50x = new Regex("^/users/(\\d+)/?$", iVar); + f51y = new Regex("^/discovery/?$", iVar); + f52z = new Regex("^/settings(/\\w+)*/?$", iVar); A = new Regex("^/feature(/\\w+)*/?$", iVar); B = new Regex("^/query(/\\w+)*/?$", iVar); C = new Regex("^/(?:oauth2|connect)/authorize/?$", iVar); @@ -120,7 +120,7 @@ public final class a { if (str == null) { return false; } - if (!m.areEqual(str, a) && !m.areEqual(str, b) && !m.areEqual(str, f49c) && !m.areEqual(str, e) && !m.areEqual(str, d)) { + if (!m.areEqual(str, a) && !m.areEqual(str, b) && !m.areEqual(str, f48c) && !m.areEqual(str, e) && !m.areEqual(str, d)) { return l.matches(str); } return true; diff --git a/app/src/main/java/c/a/e/a.java b/app/src/main/java/c/a/e/a.java index 4c157ae5f4..971245ed5f 100644 --- a/app/src/main/java/c/a/e/a.java +++ b/app/src/main/java/c/a/e/a.java @@ -19,7 +19,7 @@ public final /* synthetic */ class a extends k implements Function1 b; /* renamed from: c reason: collision with root package name */ - public static Subscription f54c; + public static Subscription f53c; public static final d d = new d(); static { diff --git a/app/src/main/java/c/a/f/a.java b/app/src/main/java/c/a/f/a.java index 1603a884ef..06912634e0 100644 --- a/app/src/main/java/c/a/f/a.java +++ b/app/src/main/java/c/a/f/a.java @@ -23,7 +23,7 @@ public final class a implements View.OnClickListener { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f55c; + public final int f54c; public final int d; public final int e; public final int f; @@ -31,7 +31,7 @@ public final class a implements View.OnClickListener { public C0026a(int i, float f, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) { this.a = i; this.b = i2; - this.f55c = i3; + this.f54c = i3; this.d = i4; this.e = i5; this.f = i8; @@ -91,7 +91,7 @@ public final class a implements View.OnClickListener { @Override // android.view.View.OnClickListener public void onClick(View view) { m.checkNotNullParameter(view, "v"); - this.p.f1614z.clearFocus(); + this.p.f1613z.clearFocus(); ChipsView chipsView = this.p; Objects.requireNonNull(chipsView); m.checkNotNullParameter(this, "chip"); diff --git a/app/src/main/java/c/a/f/b.java b/app/src/main/java/c/a/f/b.java index 1b792870b5..41224abbdb 100644 --- a/app/src/main/java/c/a/f/b.java +++ b/app/src/main/java/c/a/f/b.java @@ -22,7 +22,7 @@ public final class b implements Runnable { m.checkNotNullExpressionValue(relativeLayout, "it"); Drawable background = relativeLayout.getBackground(); m.checkNotNullExpressionValue(background, "it.background"); - int i = this.j.o.f55c; + int i = this.j.o.f54c; Objects.requireNonNull(aVar); background.setColorFilter(i, PorterDuff.Mode.SRC_ATOP); } diff --git a/app/src/main/java/c/a/f/g.java b/app/src/main/java/c/a/f/g.java index e3fab4902e..d1be335522 100644 --- a/app/src/main/java/c/a/f/g.java +++ b/app/src/main/java/c/a/f/g.java @@ -12,7 +12,7 @@ public final class g implements View.OnClickListener { @Override // android.view.View.OnClickListener public final void onClick(View view) { - this.i.f1614z.requestFocus(); + this.i.f1613z.requestFocus(); this.i.f(null); } } diff --git a/app/src/main/java/c/a/f/h/a.java b/app/src/main/java/c/a/f/h/a.java index d37502903d..a546606f76 100644 --- a/app/src/main/java/c/a/f/h/a.java +++ b/app/src/main/java/c/a/f/h/a.java @@ -15,12 +15,12 @@ public final class a implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f56c; + public final TextView f55c; public a(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = relativeLayout; this.b = imageView; - this.f56c = textView; + this.f55c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/g/a.java b/app/src/main/java/c/a/g/a.java index 7e4e964dc5..4e3ef6c77a 100644 --- a/app/src/main/java/c/a/g/a.java +++ b/app/src/main/java/c/a/g/a.java @@ -17,7 +17,7 @@ public final class a { public final float[] b = new float[3]; /* renamed from: c reason: collision with root package name */ - public final int[] f57c; + public final int[] f56c; public final SparseIntArray d; public final List e; @@ -45,7 +45,7 @@ public final class a { public int b; /* renamed from: c reason: collision with root package name */ - public int f58c; + public int f57c; public int d; public int e; public int f; @@ -60,7 +60,7 @@ public final class a { public final void a() { this.e = 255; - this.f58c = 255; + this.f57c = 255; this.a = 255; this.f = 0; this.d = 0; @@ -69,7 +69,7 @@ public final class a { int i2 = this.h; if (i <= i2) { while (true) { - int i3 = a.this.f57c[i]; + int i3 = a.this.f56c[i]; int red = Color.red(i3); int green = Color.green(i3); int blue = Color.blue(i3); @@ -82,8 +82,8 @@ public final class a { if (green > this.d) { this.d = green; } - if (green < this.f58c) { - this.f58c = green; + if (green < this.f57c) { + this.f57c = green; } if (blue > this.f) { this.f = blue; @@ -101,7 +101,7 @@ public final class a { } public final int b() { - return ((this.f - this.e) + 1) * ((this.d - this.f58c) + 1) * ((this.b - this.a) + 1); + return ((this.f - this.e) + 1) * ((this.d - this.f57c) + 1) * ((this.b - this.a) + 1); } } @@ -124,13 +124,13 @@ public final class a { if (i >= 1) { int i6 = bVar.d; int[] iArr = bVar.b; - int[] iArr2 = bVar.f59c; + int[] iArr2 = bVar.f58c; this.d = new SparseIntArray(i6); int length = iArr.length; for (int i7 = 0; i7 < length; i7++) { this.d.append(iArr[i7], iArr2[i7]); } - this.f57c = new int[i6]; + this.f56c = new int[i6]; int i8 = 0; for (int i9 : iArr) { int alpha = Color.alpha(i9); @@ -145,7 +145,7 @@ public final class a { if (!z5) { z4 = false; if (z4) { - this.f57c[i8] = i9; + this.f56c[i8] = i9; i8++; } } @@ -162,7 +162,7 @@ public final class a { } if (i8 <= i) { this.e = new ArrayList(); - int[] iArr3 = this.f57c; + int[] iArr3 = this.f56c; for (int i10 : iArr3) { this.e.add(new d(i10, this.d.get(i10))); } @@ -179,13 +179,13 @@ public final class a { } if (i13 > 1) { int i14 = cVar.b - cVar.a; - int i15 = cVar.d - cVar.f58c; + int i15 = cVar.d - cVar.f57c; int i16 = cVar.f - cVar.e; int i17 = (i14 < i15 || i14 < i16) ? (i15 < i14 || i15 < i16) ? -1 : -2 : -3; a(a.this, i17, i12, i11); - Arrays.sort(a.this.f57c, cVar.g, cVar.h + 1); + Arrays.sort(a.this.f56c, cVar.g, cVar.h + 1); a(a.this, i17, cVar.g, cVar.h); - int i18 = i17 != -3 ? i17 != -2 ? i17 != -1 ? (cVar.a + cVar.b) / 2 : (cVar.e + cVar.f) / 2 : (cVar.f58c + cVar.d) / 2 : (cVar.a + cVar.b) / 2; + int i18 = i17 != -3 ? i17 != -2 ? i17 != -1 ? (cVar.a + cVar.b) / 2 : (cVar.e + cVar.f) / 2 : (cVar.f57c + cVar.d) / 2 : (cVar.a + cVar.b) / 2; int i19 = cVar.g; int i20 = cVar.h; while (true) { @@ -193,7 +193,7 @@ public final class a { i19 = cVar.g; break; } - int i21 = a.this.f57c[i19]; + int i21 = a.this.f56c[i19]; if (i17 != -3) { if (i17 != -2) { if (i17 == -1 && Color.blue(i21) > i18) { @@ -229,7 +229,7 @@ public final class a { i2 = 0; while (true) { a aVar = a.this; - int i24 = aVar.f57c[i22]; + int i24 = aVar.f56c[i22]; int i25 = aVar.d.get(i24); i5 += i25; i4 = (Color.red(i24) * i25) + i4; @@ -297,14 +297,14 @@ public final class a { Objects.requireNonNull(aVar); if (i == -2) { while (i2 <= i3) { - int[] iArr = aVar.f57c; + int[] iArr = aVar.f56c; int i4 = iArr[i2]; iArr[i2] = Color.rgb((i4 >> 8) & 255, (i4 >> 16) & 255, i4 & 255); i2++; } } else if (i == -1) { while (i2 <= i3) { - int[] iArr2 = aVar.f57c; + int[] iArr2 = aVar.f56c; int i5 = iArr2[i2]; iArr2[i2] = Color.rgb(i5 & 255, (i5 >> 8) & 255, (i5 >> 16) & 255); i2++; diff --git a/app/src/main/java/c/a/g/b.java b/app/src/main/java/c/a/g/b.java index 7a3b21f41a..7eb4fe31cb 100644 --- a/app/src/main/java/c/a/g/b.java +++ b/app/src/main/java/c/a/g/b.java @@ -9,7 +9,7 @@ public final class b { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f59c; + public final int[] f58c; public final int d; /* compiled from: ColorHistogram.kt */ @@ -41,7 +41,7 @@ public final class b { int[] iArr2 = new int[i]; this.b = iArr2; int[] iArr3 = new int[i]; - this.f59c = iArr3; + this.f58c = iArr3; if (!(iArr.length == 0)) { int i6 = iArr[0]; iArr2[0] = i6; @@ -50,13 +50,13 @@ public final class b { int length2 = iArr.length; for (int i7 = 1; i7 < length2; i7++) { if (iArr[i7] == i6) { - int[] iArr4 = this.f59c; + int[] iArr4 = this.f58c; iArr4[i2] = iArr4[i2] + 1; } else { i6 = iArr[i7]; i2++; this.b[i2] = i6; - this.f59c[i2] = 1; + this.f58c[i2] = 1; } } } diff --git a/app/src/main/java/c/a/g/d.java b/app/src/main/java/c/a/g/d.java index c081463be8..cf43dba32d 100644 --- a/app/src/main/java/c/a/g/d.java +++ b/app/src/main/java/c/a/g/d.java @@ -9,7 +9,7 @@ public final class d { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f60c; + public final int f59c; public final int d; public final int e; public float[] f; @@ -17,7 +17,7 @@ public final class d { public d(int i, int i2) { this.a = Color.red(i); this.b = Color.green(i); - this.f60c = Color.blue(i); + this.f59c = Color.blue(i); this.d = i; this.e = i2; } @@ -25,7 +25,7 @@ public final class d { public d(int i, int i2, int i3, int i4) { this.a = i; this.b = i2; - this.f60c = i3; + this.f59c = i3; this.d = Color.rgb(i, i2, i3); this.e = i4; } @@ -34,7 +34,7 @@ public final class d { if (this.f == null) { float[] fArr = new float[3]; this.f = fArr; - c.a(this.a, this.b, this.f60c, fArr); + c.a(this.a, this.b, this.f59c, fArr); } return this.f; } diff --git a/app/src/main/java/c/a/i/a.java b/app/src/main/java/c/a/i/a.java index 83e2acb26b..dd6dadbb20 100644 --- a/app/src/main/java/c/a/i/a.java +++ b/app/src/main/java/c/a/i/a.java @@ -15,14 +15,14 @@ public final class a implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f61c; + public final MaterialButton f60c; @NonNull public final MaterialButton d; public a(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f61c = materialButton; + this.f60c = materialButton; this.d = materialButton2; } diff --git a/app/src/main/java/c/a/i/a0.java b/app/src/main/java/c/a/i/a0.java index f88ce9d55b..7d06b9516f 100644 --- a/app/src/main/java/c/a/i/a0.java +++ b/app/src/main/java/c/a/i/a0.java @@ -17,7 +17,7 @@ public final class a0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f62c; + public final LoadingButton f61c; @NonNull public final LinkifiedTextView d; @NonNull @@ -26,7 +26,7 @@ public final class a0 implements ViewBinding { public a0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = constraintLayout; this.b = materialButton; - this.f62c = loadingButton; + this.f61c = loadingButton; this.d = linkifiedTextView; this.e = textView; } diff --git a/app/src/main/java/c/a/i/a1.java b/app/src/main/java/c/a/i/a1.java index 323c99fc3a..a9c2d66d02 100644 --- a/app/src/main/java/c/a/i/a1.java +++ b/app/src/main/java/c/a/i/a1.java @@ -16,14 +16,14 @@ public final class a1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f63c; + public final TextView f62c; @NonNull public final MaterialButton d; public a1(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull MaterialButton materialButton) { this.a = relativeLayout; this.b = imageView; - this.f63c = textView; + this.f62c = textView; this.d = materialButton; } diff --git a/app/src/main/java/c/a/i/a2.java b/app/src/main/java/c/a/i/a2.java index ebf77bdca8..592e2c18df 100644 --- a/app/src/main/java/c/a/i/a2.java +++ b/app/src/main/java/c/a/i/a2.java @@ -14,14 +14,14 @@ public final class a2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FailedUploadView f64c; + public final FailedUploadView f63c; @NonNull public final FailedUploadView d; public a2(@NonNull LinearLayout linearLayout, @NonNull FailedUploadView failedUploadView, @NonNull FailedUploadView failedUploadView2, @NonNull FailedUploadView failedUploadView3) { this.a = linearLayout; this.b = failedUploadView; - this.f64c = failedUploadView2; + this.f63c = failedUploadView2; this.d = failedUploadView3; } diff --git a/app/src/main/java/c/a/i/a4.java b/app/src/main/java/c/a/i/a4.java index 47537263d1..2081fb5caa 100644 --- a/app/src/main/java/c/a/i/a4.java +++ b/app/src/main/java/c/a/i/a4.java @@ -15,7 +15,7 @@ public final class a4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final StatusView f65c; + public final StatusView f64c; @NonNull public final TextView d; @NonNull @@ -24,7 +24,7 @@ public final class a4 implements ViewBinding { public a4(@NonNull View view, @NonNull ImageView imageView, @NonNull StatusView statusView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = view; this.b = imageView; - this.f65c = statusView; + this.f64c = statusView; this.d = textView; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/a5.java b/app/src/main/java/c/a/i/a5.java index f72a043f0f..a01b14bfbb 100644 --- a/app/src/main/java/c/a/i/a5.java +++ b/app/src/main/java/c/a/i/a5.java @@ -16,14 +16,14 @@ public final class a5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ChatActionItem f66c; + public final ChatActionItem f65c; @NonNull public final ChatActionItem d; public a5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ChatActionItem chatActionItem, @NonNull ChatActionItem chatActionItem2) { this.a = linearLayout; this.b = textView; - this.f66c = chatActionItem; + this.f65c = chatActionItem; this.d = chatActionItem2; } diff --git a/app/src/main/java/c/a/i/a6.java b/app/src/main/java/c/a/i/a6.java index 446a1f59a3..a30dca61f0 100644 --- a/app/src/main/java/c/a/i/a6.java +++ b/app/src/main/java/c/a/i/a6.java @@ -15,14 +15,14 @@ public final class a6 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f67c; + public final TextView f66c; @NonNull public final TextView d; public a6(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = loadingButton; - this.f67c = textView; + this.f66c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/b.java b/app/src/main/java/c/a/i/b.java index a93a6f6c0a..89e50ad5a2 100644 --- a/app/src/main/java/c/a/i/b.java +++ b/app/src/main/java/c/a/i/b.java @@ -16,7 +16,7 @@ public final class b implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RadioGroup f68c; + public final RadioGroup f67c; @NonNull public final MaterialRadioButton d; @NonNull @@ -27,7 +27,7 @@ public final class b implements ViewBinding { public b(@NonNull LinearLayout linearLayout, @NonNull MaterialRadioButton materialRadioButton, @NonNull TextView textView, @NonNull RadioGroup radioGroup, @NonNull MaterialRadioButton materialRadioButton2, @NonNull MaterialRadioButton materialRadioButton3, @NonNull MaterialRadioButton materialRadioButton4) { this.a = linearLayout; this.b = materialRadioButton; - this.f68c = radioGroup; + this.f67c = radioGroup; this.d = materialRadioButton2; this.e = materialRadioButton3; this.f = materialRadioButton4; diff --git a/app/src/main/java/c/a/i/b0.java b/app/src/main/java/c/a/i/b0.java index 6255a2e5e9..26ba8ecc71 100644 --- a/app/src/main/java/c/a/i/b0.java +++ b/app/src/main/java/c/a/i/b0.java @@ -16,14 +16,14 @@ public final class b0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f69c; + public final LinkifiedTextView f68c; @NonNull public final TextView d; public b0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = materialButton; - this.f69c = linkifiedTextView; + this.f68c = linkifiedTextView; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/b1.java b/app/src/main/java/c/a/i/b1.java index a60e48bc9c..6b55581577 100644 --- a/app/src/main/java/c/a/i/b1.java +++ b/app/src/main/java/c/a/i/b1.java @@ -16,7 +16,7 @@ public final class b1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f70c; + public final ImageView f69c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class b1 implements ViewBinding { public b1(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { this.a = relativeLayout; this.b = textView; - this.f70c = imageView; + this.f69c = imageView; this.d = textView2; this.e = textView3; this.f = materialButton; diff --git a/app/src/main/java/c/a/i/b3.java b/app/src/main/java/c/a/i/b3.java index 7750b5cac6..ac40178832 100644 --- a/app/src/main/java/c/a/i/b3.java +++ b/app/src/main/java/c/a/i/b3.java @@ -14,14 +14,14 @@ public final class b3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f71c; + public final TextView f70c; @NonNull public final TextView d; public b3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f71c = textView2; + this.f70c = textView2; this.d = textView3; } diff --git a/app/src/main/java/c/a/i/b4.java b/app/src/main/java/c/a/i/b4.java index 990004ff89..186fcecec4 100644 --- a/app/src/main/java/c/a/i/b4.java +++ b/app/src/main/java/c/a/i/b4.java @@ -16,7 +16,7 @@ public final class b4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f72c; + public final ImageView f71c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class b4 implements ViewBinding { public b4(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = progressBar; - this.f72c = imageView; + this.f71c = imageView; this.d = textView; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/b5.java b/app/src/main/java/c/a/i/b5.java index 209e2b2745..3211461af6 100644 --- a/app/src/main/java/c/a/i/b5.java +++ b/app/src/main/java/c/a/i/b5.java @@ -18,7 +18,7 @@ public final class b5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f73c; + public final TextInputEditText f72c; @NonNull public final TextInputLayout d; @NonNull @@ -29,7 +29,7 @@ public final class b5 implements ViewBinding { public b5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = nestedScrollView; this.b = linkifiedTextView; - this.f73c = textInputEditText; + this.f72c = textInputEditText; this.d = textInputLayout; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/c/a/i/b6.java b/app/src/main/java/c/a/i/b6.java index c2226dffd5..0bf8dd5ebd 100644 --- a/app/src/main/java/c/a/i/b6.java +++ b/app/src/main/java/c/a/i/b6.java @@ -16,12 +16,12 @@ public final class b6 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f74c; + public final TextView f73c; public b6(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = relativeLayout; this.b = simpleDraweeView; - this.f74c = textView; + this.f73c = textView; } @NonNull diff --git a/app/src/main/java/c/a/i/c.java b/app/src/main/java/c/a/i/c.java index d61c9aee0b..6bbc245db4 100644 --- a/app/src/main/java/c/a/i/c.java +++ b/app/src/main/java/c/a/i/c.java @@ -15,14 +15,14 @@ public final class c implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f75c; + public final TextView f74c; @NonNull public final MaxHeightRecyclerView d; public c(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView, @NonNull MaxHeightRecyclerView maxHeightRecyclerView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f75c = textView; + this.f74c = textView; this.d = maxHeightRecyclerView; } diff --git a/app/src/main/java/c/a/i/c0.java b/app/src/main/java/c/a/i/c0.java index 5e13e6b8fb..289b965487 100644 --- a/app/src/main/java/c/a/i/c0.java +++ b/app/src/main/java/c/a/i/c0.java @@ -16,12 +16,12 @@ public final class c0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f76c; + public final MaterialButton f75c; public c0(@NonNull ConstraintLayout constraintLayout, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = phoneOrEmailInputView; - this.f76c = materialButton; + this.f75c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/c1.java b/app/src/main/java/c/a/i/c1.java index b2738d0349..d4d6ed6edb 100644 --- a/app/src/main/java/c/a/i/c1.java +++ b/app/src/main/java/c/a/i/c1.java @@ -16,7 +16,7 @@ public final class c1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f77c; + public final TextView f76c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class c1 implements ViewBinding { public c1(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = imageView; - this.f77c = textView; + this.f76c = textView; this.d = textView2; this.e = textView3; this.f = materialButton; diff --git a/app/src/main/java/c/a/i/c4.java b/app/src/main/java/c/a/i/c4.java index c15e0b182b..ec1f81a7a9 100644 --- a/app/src/main/java/c/a/i/c4.java +++ b/app/src/main/java/c/a/i/c4.java @@ -15,7 +15,7 @@ public final class c4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f78c; + public final TextView f77c; @NonNull public final TextView d; @NonNull @@ -24,7 +24,7 @@ public final class c4 implements ViewBinding { public c4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull StatusView statusView) { this.a = view; this.b = simpleDraweeView; - this.f78c = textView; + this.f77c = textView; this.d = textView2; this.e = statusView; } diff --git a/app/src/main/java/c/a/i/c6.java b/app/src/main/java/c/a/i/c6.java index 4ff719e674..0c5b291384 100644 --- a/app/src/main/java/c/a/i/c6.java +++ b/app/src/main/java/c/a/i/c6.java @@ -22,7 +22,7 @@ public final class c6 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f79c; + public final TextView f78c; @NonNull public final TextView d; @NonNull @@ -43,7 +43,7 @@ public final class c6 implements ViewBinding { public c6(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = linearLayout; this.b = linearLayout2; - this.f79c = textView; + this.f78c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = simpleDraweeView2; diff --git a/app/src/main/java/c/a/i/d.java b/app/src/main/java/c/a/i/d.java index fe06275750..740fe322a2 100644 --- a/app/src/main/java/c/a/i/d.java +++ b/app/src/main/java/c/a/i/d.java @@ -15,14 +15,14 @@ public final class d implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f80c; + public final SimpleDraweeView f79c; @NonNull public final MaterialTextView d; public d(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialTextView materialTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView2) { this.a = constraintLayout; this.b = materialTextView; - this.f80c = simpleDraweeView; + this.f79c = simpleDraweeView; this.d = materialTextView2; } diff --git a/app/src/main/java/c/a/i/d0.java b/app/src/main/java/c/a/i/d0.java index f251e222ba..88a474db9d 100644 --- a/app/src/main/java/c/a/i/d0.java +++ b/app/src/main/java/c/a/i/d0.java @@ -16,7 +16,7 @@ public final class d0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f81c; + public final LoadingButton f80c; @NonNull public final View d; @NonNull @@ -25,7 +25,7 @@ public final class d0 implements ViewBinding { public d0(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull View view, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull h0 h0Var) { this.a = constraintLayout; this.b = textView; - this.f81c = loadingButton; + this.f80c = loadingButton; this.d = view; this.e = h0Var; } diff --git a/app/src/main/java/c/a/i/d1.java b/app/src/main/java/c/a/i/d1.java index dbb6fa15d9..33dd56bd9e 100644 --- a/app/src/main/java/c/a/i/d1.java +++ b/app/src/main/java/c/a/i/d1.java @@ -13,7 +13,7 @@ public final class d1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f82c; + public final MaterialButton f81c; @NonNull public final MaterialButton d; @NonNull @@ -22,7 +22,7 @@ public final class d1 implements ViewBinding { public d1(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { this.a = view; this.b = materialButton; - this.f82c = materialButton2; + this.f81c = materialButton2; this.d = materialButton3; this.e = materialButton4; } diff --git a/app/src/main/java/c/a/i/d3.java b/app/src/main/java/c/a/i/d3.java index 6550f392b5..499be7e261 100644 --- a/app/src/main/java/c/a/i/d3.java +++ b/app/src/main/java/c/a/i/d3.java @@ -14,12 +14,12 @@ public final class d3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f83c; + public final TextView f82c; public d3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f83c = textView2; + this.f82c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/d4.java b/app/src/main/java/c/a/i/d4.java index 74e3ab4eb8..c2676fa83f 100644 --- a/app/src/main/java/c/a/i/d4.java +++ b/app/src/main/java/c/a/i/d4.java @@ -16,14 +16,14 @@ public final class d4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f84c; + public final TextView f83c; @NonNull public final TextView d; public d4(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = imageView; - this.f84c = textView; + this.f83c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/d5.java b/app/src/main/java/c/a/i/d5.java index b2af5ad239..ab037db0b7 100644 --- a/app/src/main/java/c/a/i/d5.java +++ b/app/src/main/java/c/a/i/d5.java @@ -15,12 +15,12 @@ public final class d5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f85c; + public final TextView f84c; public d5(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = linearLayout; this.b = simpleDraweeView; - this.f85c = textView; + this.f84c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e.java b/app/src/main/java/c/a/i/e.java index 9fbcc82919..58b722bffc 100644 --- a/app/src/main/java/c/a/i/e.java +++ b/app/src/main/java/c/a/i/e.java @@ -15,12 +15,12 @@ public final class e implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f86c; + public final MaterialButton f85c; public e(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = textView; - this.f86c = materialButton; + this.f85c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e0.java b/app/src/main/java/c/a/i/e0.java index 014eb7bb28..ddb5ce0376 100644 --- a/app/src/main/java/c/a/i/e0.java +++ b/app/src/main/java/c/a/i/e0.java @@ -17,7 +17,7 @@ public final class e0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f87c; + public final TextInputLayout f86c; @NonNull public final LoadingButton d; @NonNull @@ -26,7 +26,7 @@ public final class e0 implements ViewBinding { public e0(@NonNull ConstraintLayout constraintLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = constraintLayout; this.b = textInputEditText; - this.f87c = textInputLayout; + this.f86c = textInputLayout; this.d = loadingButton; this.e = textView; } diff --git a/app/src/main/java/c/a/i/e2.java b/app/src/main/java/c/a/i/e2.java index fa797f64d4..9663e3348e 100644 --- a/app/src/main/java/c/a/i/e2.java +++ b/app/src/main/java/c/a/i/e2.java @@ -18,7 +18,7 @@ public final class e2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f88c; + public final SimpleDraweeView f87c; @NonNull public final TextView d; @NonNull @@ -31,7 +31,7 @@ public final class e2 implements ViewBinding { public e2(@NonNull View view, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull Barrier barrier, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2, @NonNull FrameLayout frameLayout, @NonNull TextView textView3, @NonNull DiscoveryStageCardSpeakersView discoveryStageCardSpeakersView, @NonNull TextView textView4) { this.a = view; this.b = textView; - this.f88c = simpleDraweeView; + this.f87c = simpleDraweeView; this.d = textView2; this.e = textView3; this.f = discoveryStageCardSpeakersView; diff --git a/app/src/main/java/c/a/i/e3.java b/app/src/main/java/c/a/i/e3.java index a38664fecc..c0348701bb 100644 --- a/app/src/main/java/c/a/i/e3.java +++ b/app/src/main/java/c/a/i/e3.java @@ -15,14 +15,14 @@ public final class e3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f89c; + public final FrameLayout f88c; @NonNull public final TextView d; public e3(@NonNull View view, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull TextView textView2) { this.a = view; this.b = textView; - this.f89c = frameLayout; + this.f88c = frameLayout; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/e5.java b/app/src/main/java/c/a/i/e5.java index 32562a8a23..c5cbf597ec 100644 --- a/app/src/main/java/c/a/i/e5.java +++ b/app/src/main/java/c/a/i/e5.java @@ -17,14 +17,14 @@ public final class e5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f90c; + public final LoadingButton f89c; @NonNull public final TextInputLayout d; public e5(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull LoadingButton loadingButton, @NonNull TextInputLayout textInputLayout) { this.a = linearLayout; this.b = materialButton; - this.f90c = loadingButton; + this.f89c = loadingButton; this.d = textInputLayout; } diff --git a/app/src/main/java/c/a/i/f.java b/app/src/main/java/c/a/i/f.java index 44a0dc55cf..6e2e7e088a 100644 --- a/app/src/main/java/c/a/i/f.java +++ b/app/src/main/java/c/a/i/f.java @@ -13,12 +13,12 @@ public final class f implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f91c; + public final TextView f90c; public f(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { this.a = view; this.b = textView; - this.f91c = textView2; + this.f90c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f0.java b/app/src/main/java/c/a/i/f0.java index 6be88a327b..40bd8f8dd0 100644 --- a/app/src/main/java/c/a/i/f0.java +++ b/app/src/main/java/c/a/i/f0.java @@ -17,12 +17,12 @@ public final class f0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f92c; + public final LoadingButton f91c; public f0(@NonNull ConstraintLayout constraintLayout, @NonNull RecyclerView recyclerView, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = constraintLayout; this.b = recyclerView; - this.f92c = loadingButton; + this.f91c = loadingButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f1.java b/app/src/main/java/c/a/i/f1.java index bd9b0fdd38..2bbf6d0827 100644 --- a/app/src/main/java/c/a/i/f1.java +++ b/app/src/main/java/c/a/i/f1.java @@ -16,7 +16,7 @@ public final class f1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f93c; + public final TextView f92c; @NonNull public final TextSwitcher d; @NonNull @@ -25,7 +25,7 @@ public final class f1 implements ViewBinding { public f1(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextSwitcher textSwitcher, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { this.a = linearLayout; this.b = textView; - this.f93c = textView2; + this.f92c = textView2; this.d = textSwitcher; this.e = simpleDraweeSpanTextView; } diff --git a/app/src/main/java/c/a/i/f2.java b/app/src/main/java/c/a/i/f2.java index f53864593d..e4e3f0b609 100644 --- a/app/src/main/java/c/a/i/f2.java +++ b/app/src/main/java/c/a/i/f2.java @@ -15,14 +15,14 @@ public final class f2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f94c; + public final TextView f93c; @NonNull public final MaterialButton d; public f2(@NonNull View view, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull MaterialButton materialButton2) { this.a = view; this.b = materialButton; - this.f94c = textView; + this.f93c = textView; this.d = materialButton2; } diff --git a/app/src/main/java/c/a/i/f3.java b/app/src/main/java/c/a/i/f3.java index 6d56f0b8d6..95968ff03c 100644 --- a/app/src/main/java/c/a/i/f3.java +++ b/app/src/main/java/c/a/i/f3.java @@ -18,7 +18,7 @@ public final class f3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f95c; + public final MaterialButton f94c; @NonNull public final ServerMemberCount d; @NonNull @@ -33,7 +33,7 @@ public final class f3 implements ViewBinding { public f3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull ServerMemberCount serverMemberCount, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull ImageView imageView, @NonNull TextView textView2) { this.a = view; this.b = materialButton; - this.f95c = materialButton2; + this.f94c = materialButton2; this.d = serverMemberCount; this.e = textView; this.f = guildView; diff --git a/app/src/main/java/c/a/i/f4.java b/app/src/main/java/c/a/i/f4.java index 623e244471..201dd149a3 100644 --- a/app/src/main/java/c/a/i/f4.java +++ b/app/src/main/java/c/a/i/f4.java @@ -14,12 +14,12 @@ public final class f4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeSpanTextView f96c; + public final SimpleDraweeSpanTextView f95c; public f4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { this.a = view; this.b = textView; - this.f96c = simpleDraweeSpanTextView; + this.f95c = simpleDraweeSpanTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f5.java b/app/src/main/java/c/a/i/f5.java index f7376a97d3..94627cbd6e 100644 --- a/app/src/main/java/c/a/i/f5.java +++ b/app/src/main/java/c/a/i/f5.java @@ -14,12 +14,12 @@ public final class f5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f97c; + public final FragmentContainerView f96c; public f5(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull g5 g5Var, @NonNull FragmentContainerView fragmentContainerView) { this.a = roundedRelativeLayout; this.b = g5Var; - this.f97c = fragmentContainerView; + this.f96c = fragmentContainerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g.java b/app/src/main/java/c/a/i/g.java index bdab042fc4..c599fdac30 100644 --- a/app/src/main/java/c/a/i/g.java +++ b/app/src/main/java/c/a/i/g.java @@ -15,7 +15,7 @@ public final class g implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f98c; + public final TextView f97c; @NonNull public final SimpleDraweeView d; @NonNull @@ -24,7 +24,7 @@ public final class g implements ViewBinding { public g(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2) { this.a = view; this.b = imageView; - this.f98c = textView; + this.f97c = textView; this.d = simpleDraweeView; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/g0.java b/app/src/main/java/c/a/i/g0.java index 3de58be2af..dc20c6d614 100644 --- a/app/src/main/java/c/a/i/g0.java +++ b/app/src/main/java/c/a/i/g0.java @@ -15,12 +15,12 @@ public final class g0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f99c; + public final MaterialButton f98c; public g0(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = constraintLayout; this.b = materialButton; - this.f99c = materialButton2; + this.f98c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g1.java b/app/src/main/java/c/a/i/g1.java index 3ba902e7c9..a6332b5b6d 100644 --- a/app/src/main/java/c/a/i/g1.java +++ b/app/src/main/java/c/a/i/g1.java @@ -14,12 +14,12 @@ public final class g1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f100c; + public final TextInputEditText f99c; public g1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextInputEditText textInputEditText) { this.a = view; this.b = imageView; - this.f100c = textInputEditText; + this.f99c = textInputEditText; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g3.java b/app/src/main/java/c/a/i/g3.java index b5d545e7f7..1ed8d5a7a2 100644 --- a/app/src/main/java/c/a/i/g3.java +++ b/app/src/main/java/c/a/i/g3.java @@ -15,7 +15,7 @@ public final class g3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final GuildView f101c; + public final GuildView f100c; @NonNull public final GuildView d; @NonNull @@ -28,7 +28,7 @@ public final class g3 implements ViewBinding { public g3(@NonNull View view, @NonNull ImageView imageView, @NonNull GuildView guildView, @NonNull GuildView guildView2, @NonNull GuildView guildView3, @NonNull GuildView guildView4, @NonNull GridLayout gridLayout) { this.a = view; this.b = imageView; - this.f101c = guildView; + this.f100c = guildView; this.d = guildView2; this.e = guildView3; this.f = guildView4; diff --git a/app/src/main/java/c/a/i/g4.java b/app/src/main/java/c/a/i/g4.java index c6955755c3..2cb0a1fe61 100644 --- a/app/src/main/java/c/a/i/g4.java +++ b/app/src/main/java/c/a/i/g4.java @@ -21,7 +21,7 @@ public final class g4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f102c; + public final View f101c; @NonNull public final ImageView d; @NonNull @@ -55,12 +55,12 @@ public final class g4 implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final VoiceUserView f103s; + public final VoiceUserView f102s; public g4(@NonNull View view, @NonNull View view2, @NonNull View view3, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout, @NonNull Space space, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView3, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull ProgressBar progressBar, @NonNull AppVideoStreamRenderer appVideoStreamRenderer, @NonNull LinearLayout linearLayout2, @NonNull VoiceUserView voiceUserView) { this.a = view; this.b = view2; - this.f102c = view3; + this.f101c = view3; this.d = imageView; this.e = constraintLayout; this.f = imageView2; @@ -76,7 +76,7 @@ public final class g4 implements ViewBinding { this.p = progressBar; this.q = appVideoStreamRenderer; this.r = linearLayout2; - this.f103s = voiceUserView; + this.f102s = voiceUserView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g5.java b/app/src/main/java/c/a/i/g5.java index 84b49ac788..a3971c81cc 100644 --- a/app/src/main/java/c/a/i/g5.java +++ b/app/src/main/java/c/a/i/g5.java @@ -16,7 +16,7 @@ public final class g5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final h5 f104c; + public final h5 f103c; @NonNull public final FragmentContainerView d; @NonNull @@ -25,7 +25,7 @@ public final class g5 implements ViewBinding { public g5(@NonNull ConstraintLayout constraintLayout, @NonNull AppBarLayout appBarLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull h5 h5Var, @NonNull View view, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull ConstraintLayout constraintLayout2, @NonNull FragmentContainerView fragmentContainerView5, @NonNull FragmentContainerView fragmentContainerView6) { this.a = constraintLayout; this.b = viewStub2; - this.f104c = h5Var; + this.f103c = h5Var; this.d = fragmentContainerView; this.e = fragmentContainerView4; } diff --git a/app/src/main/java/c/a/i/h.java b/app/src/main/java/c/a/i/h.java index 16043d361d..423c848496 100644 --- a/app/src/main/java/c/a/i/h.java +++ b/app/src/main/java/c/a/i/h.java @@ -14,14 +14,14 @@ public final class h implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f105c; + public final TextView f104c; @NonNull public final TextView d; public h(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f105c = textView2; + this.f104c = textView2; this.d = textView3; } diff --git a/app/src/main/java/c/a/i/h0.java b/app/src/main/java/c/a/i/h0.java index 85d465d12c..05ab37e126 100644 --- a/app/src/main/java/c/a/i/h0.java +++ b/app/src/main/java/c/a/i/h0.java @@ -17,12 +17,12 @@ public final class h0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f106c; + public final CheckedSetting f105c; public h0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting) { this.a = linearLayout; this.b = linkifiedTextView; - this.f106c = checkedSetting; + this.f105c = checkedSetting; } @NonNull diff --git a/app/src/main/java/c/a/i/h2.java b/app/src/main/java/c/a/i/h2.java index e7c6740f7f..a6bf3e3216 100644 --- a/app/src/main/java/c/a/i/h2.java +++ b/app/src/main/java/c/a/i/h2.java @@ -14,12 +14,12 @@ public final class h2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f107c; + public final TextView f106c; public h2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f107c = textView; + this.f106c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/h3.java b/app/src/main/java/c/a/i/h3.java index 575c97329f..cab770967c 100644 --- a/app/src/main/java/c/a/i/h3.java +++ b/app/src/main/java/c/a/i/h3.java @@ -15,7 +15,7 @@ public final class h3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f108c; + public final TextView f107c; @NonNull public final ImageView d; @NonNull @@ -24,7 +24,7 @@ public final class h3 implements ViewBinding { public h3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) { this.a = linearLayout; this.b = imageView; - this.f108c = textView; + this.f107c = textView; this.d = imageView2; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/h4.java b/app/src/main/java/c/a/i/h4.java index a591162d82..6e8361ad30 100644 --- a/app/src/main/java/c/a/i/h4.java +++ b/app/src/main/java/c/a/i/h4.java @@ -15,12 +15,12 @@ public final class h4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f109c; + public final TextView f108c; public h4(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = textView; - this.f109c = textView2; + this.f108c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/i2.java b/app/src/main/java/c/a/i/i2.java index 3c75b14e25..a180650a8b 100644 --- a/app/src/main/java/c/a/i/i2.java +++ b/app/src/main/java/c/a/i/i2.java @@ -15,7 +15,7 @@ public final class i2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final Spinner f110c; + public final Spinner f109c; @NonNull public final TextView d; @NonNull @@ -26,7 +26,7 @@ public final class i2 implements ViewBinding { public i2(@NonNull View view, @NonNull TextView textView, @NonNull Spinner spinner, @NonNull MaterialCardView materialCardView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = view; this.b = textView; - this.f110c = spinner; + this.f109c = spinner; this.d = textView2; this.e = textView3; this.f = textView4; diff --git a/app/src/main/java/c/a/i/i4.java b/app/src/main/java/c/a/i/i4.java index 9cfa45d513..b8fe3565c1 100644 --- a/app/src/main/java/c/a/i/i4.java +++ b/app/src/main/java/c/a/i/i4.java @@ -14,12 +14,12 @@ public final class i4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f111c; + public final TextView f110c; public i4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f111c = textView; + this.f110c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/i5.java b/app/src/main/java/c/a/i/i5.java index eb2f5228a2..9b67033d8f 100644 --- a/app/src/main/java/c/a/i/i5.java +++ b/app/src/main/java/c/a/i/i5.java @@ -16,12 +16,12 @@ public final class i5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f112c; + public final FragmentContainerView f111c; public i5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) { this.a = relativeLayout; this.b = textView; - this.f112c = fragmentContainerView2; + this.f111c = fragmentContainerView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/j0.java b/app/src/main/java/c/a/i/j0.java index eabc2deef0..1556078356 100644 --- a/app/src/main/java/c/a/i/j0.java +++ b/app/src/main/java/c/a/i/j0.java @@ -18,12 +18,12 @@ public final class j0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final Group f113c; + public final Group f112c; public j0(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull ImageView imageView3, @NonNull Group group) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f113c = group; + this.f112c = group; } @NonNull diff --git a/app/src/main/java/c/a/i/j1.java b/app/src/main/java/c/a/i/j1.java index 8e688d0619..a04a5badca 100644 --- a/app/src/main/java/c/a/i/j1.java +++ b/app/src/main/java/c/a/i/j1.java @@ -15,14 +15,14 @@ public final class j1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeSpanTextView f114c; + public final SimpleDraweeSpanTextView f113c; @NonNull public final UsernameView d; public j1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull UsernameView usernameView) { this.a = view; this.b = simpleDraweeView; - this.f114c = simpleDraweeSpanTextView; + this.f113c = simpleDraweeSpanTextView; this.d = usernameView; } diff --git a/app/src/main/java/c/a/i/j2.java b/app/src/main/java/c/a/i/j2.java index ac4c264561..88f20ec410 100644 --- a/app/src/main/java/c/a/i/j2.java +++ b/app/src/main/java/c/a/i/j2.java @@ -14,12 +14,12 @@ public final class j2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f115c; + public final TextView f114c; public j2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f115c = textView; + this.f114c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/j3.java b/app/src/main/java/c/a/i/j3.java index 8cbe0beccf..500280b003 100644 --- a/app/src/main/java/c/a/i/j3.java +++ b/app/src/main/java/c/a/i/j3.java @@ -16,7 +16,7 @@ public final class j3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f116c; + public final TextInputLayout f115c; @NonNull public final SimpleDraweeView d; @NonNull @@ -27,7 +27,7 @@ public final class j3 implements ViewBinding { public j3(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = constraintLayout; this.b = textView; - this.f116c = textInputLayout; + this.f115c = textInputLayout; this.d = simpleDraweeView; this.e = textView2; this.f = textView3; diff --git a/app/src/main/java/c/a/i/j4.java b/app/src/main/java/c/a/i/j4.java index 26bbe4a237..37ffedb18f 100644 --- a/app/src/main/java/c/a/i/j4.java +++ b/app/src/main/java/c/a/i/j4.java @@ -13,12 +13,12 @@ public final class j4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f117c; + public final TextView f116c; public j4(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { this.a = view; this.b = textView; - this.f117c = textView2; + this.f116c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/k.java b/app/src/main/java/c/a/i/k.java index 696e1f7a9d..9313070b91 100644 --- a/app/src/main/java/c/a/i/k.java +++ b/app/src/main/java/c/a/i/k.java @@ -16,14 +16,14 @@ public final class k implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final DatePicker f118c; + public final DatePicker f117c; @NonNull public final TextView d; public k(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull DatePicker datePicker, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f118c = datePicker; + this.f117c = datePicker; this.d = textView; } diff --git a/app/src/main/java/c/a/i/k0.java b/app/src/main/java/c/a/i/k0.java index 69677d1fd1..e36856b5c8 100644 --- a/app/src/main/java/c/a/i/k0.java +++ b/app/src/main/java/c/a/i/k0.java @@ -15,7 +15,7 @@ public final class k0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f119c; + public final View f118c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class k0 implements ViewBinding { public k0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3) { this.a = linearLayout; this.b = materialButton; - this.f119c = view; + this.f118c = view; this.d = textView; this.e = textView2; this.f = linearLayout2; diff --git a/app/src/main/java/c/a/i/k1.java b/app/src/main/java/c/a/i/k1.java index 0abc60eabf..81c533d544 100644 --- a/app/src/main/java/c/a/i/k1.java +++ b/app/src/main/java/c/a/i/k1.java @@ -15,14 +15,14 @@ public final class k1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f120c; + public final ImageView f119c; @NonNull public final TextView d; public k1(@NonNull View view, @NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = view; this.b = linearLayout; - this.f120c = imageView; + this.f119c = imageView; this.d = textView; } diff --git a/app/src/main/java/c/a/i/k3.java b/app/src/main/java/c/a/i/k3.java index bd70a47a51..75c29b7f56 100644 --- a/app/src/main/java/c/a/i/k3.java +++ b/app/src/main/java/c/a/i/k3.java @@ -14,12 +14,12 @@ public final class k3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f121c; + public final CheckedSetting f120c; public k3(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2) { this.a = linearLayout; this.b = checkedSetting; - this.f121c = checkedSetting2; + this.f120c = checkedSetting2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/k4.java b/app/src/main/java/c/a/i/k4.java index e51c9bd89c..233099d4eb 100644 --- a/app/src/main/java/c/a/i/k4.java +++ b/app/src/main/java/c/a/i/k4.java @@ -14,14 +14,14 @@ public final class k4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f122c; + public final ImageView f121c; @NonNull public final SeekBar d; public k4(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SeekBar seekBar) { this.a = view; this.b = imageView; - this.f122c = imageView2; + this.f121c = imageView2; this.d = seekBar; } diff --git a/app/src/main/java/c/a/i/k5.java b/app/src/main/java/c/a/i/k5.java index 9e06c828ec..992b402f2f 100644 --- a/app/src/main/java/c/a/i/k5.java +++ b/app/src/main/java/c/a/i/k5.java @@ -15,12 +15,12 @@ public final class k5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f123c; + public final FragmentContainerView f122c; public k5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) { this.a = frameLayout; this.b = roundedRelativeLayout; - this.f123c = fragmentContainerView3; + this.f122c = fragmentContainerView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/l.java b/app/src/main/java/c/a/i/l.java index 4437087aad..85a36c0b29 100644 --- a/app/src/main/java/c/a/i/l.java +++ b/app/src/main/java/c/a/i/l.java @@ -16,14 +16,14 @@ public final class l implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaxHeightRecyclerView f124c; + public final MaxHeightRecyclerView f123c; @NonNull public final TextView d; public l(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f124c = maxHeightRecyclerView; + this.f123c = maxHeightRecyclerView; this.d = textView; } diff --git a/app/src/main/java/c/a/i/l1.java b/app/src/main/java/c/a/i/l1.java index bed5437ecc..c291b9d58b 100644 --- a/app/src/main/java/c/a/i/l1.java +++ b/app/src/main/java/c/a/i/l1.java @@ -15,7 +15,7 @@ public final class l1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f125c; + public final MaterialButton f124c; @NonNull public final MaterialButton d; @NonNull @@ -24,7 +24,7 @@ public final class l1 implements ViewBinding { public l1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f125c = materialButton; + this.f124c = materialButton; this.d = materialButton2; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/l2.java b/app/src/main/java/c/a/i/l2.java index 0a519ceeaf..047485ff98 100644 --- a/app/src/main/java/c/a/i/l2.java +++ b/app/src/main/java/c/a/i/l2.java @@ -14,12 +14,12 @@ public final class l2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressBar f126c; + public final ProgressBar f125c; public l2(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar) { this.a = view; this.b = materialButton; - this.f126c = progressBar; + this.f125c = progressBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/l4.java b/app/src/main/java/c/a/i/l4.java index 82131ddec3..464684ffc0 100644 --- a/app/src/main/java/c/a/i/l4.java +++ b/app/src/main/java/c/a/i/l4.java @@ -19,7 +19,7 @@ public final class l4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f127c; + public final TextView f126c; @NonNull public final MaterialButton d; @NonNull @@ -36,7 +36,7 @@ public final class l4 implements ViewBinding { public l4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull LinkifiedTextView linkifiedTextView, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView2, @NonNull ProgressBar progressBar) { this.a = linearLayout; this.b = simpleDraweeView; - this.f127c = textView; + this.f126c = textView; this.d = materialButton; this.e = linearLayout3; this.f = linkifiedTextView; diff --git a/app/src/main/java/c/a/i/l5.java b/app/src/main/java/c/a/i/l5.java index 47b71a676e..07a7d4b1bb 100644 --- a/app/src/main/java/c/a/i/l5.java +++ b/app/src/main/java/c/a/i/l5.java @@ -15,14 +15,14 @@ public final class l5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f128c; + public final TextView f127c; @NonNull public final LinkifiedTextView d; public l5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) { this.a = nestedScrollView; this.b = linkifiedTextView; - this.f128c = textView; + this.f127c = textView; this.d = linkifiedTextView2; } diff --git a/app/src/main/java/c/a/i/m0.java b/app/src/main/java/c/a/i/m0.java index 3fad1f6f71..99ca5c379f 100644 --- a/app/src/main/java/c/a/i/m0.java +++ b/app/src/main/java/c/a/i/m0.java @@ -16,7 +16,7 @@ public final class m0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f129c; + public final ImageView f128c; @NonNull public final ImageView d; @NonNull @@ -29,7 +29,7 @@ public final class m0 implements ViewBinding { public m0(@NonNull ConstraintLayout constraintLayout, @NonNull Barrier barrier, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull ImageView imageView5, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = imageView; - this.f129c = imageView3; + this.f128c = imageView3; this.d = imageView4; this.e = imageView5; this.f = textView; diff --git a/app/src/main/java/c/a/i/m1.java b/app/src/main/java/c/a/i/m1.java index a3a3a2c92f..1a9bc4fc3b 100644 --- a/app/src/main/java/c/a/i/m1.java +++ b/app/src/main/java/c/a/i/m1.java @@ -17,7 +17,7 @@ public final class m1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ShinyButton f130c; + public final ShinyButton f129c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class m1 implements ViewBinding { public m1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull ShinyButton shinyButton, @NonNull View view2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; this.b = materialButton; - this.f130c = shinyButton; + this.f129c = shinyButton; this.d = textView; this.e = textView2; this.f = imageView; diff --git a/app/src/main/java/c/a/i/m2.java b/app/src/main/java/c/a/i/m2.java index b26ef76bdc..f6b32ccabd 100644 --- a/app/src/main/java/c/a/i/m2.java +++ b/app/src/main/java/c/a/i/m2.java @@ -16,14 +16,14 @@ public final class m2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f131c; + public final MaterialButton f130c; @NonNull public final TextView d; public m2(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = simpleDraweeView; - this.f131c = materialButton; + this.f130c = materialButton; this.d = textView3; } diff --git a/app/src/main/java/c/a/i/m3.java b/app/src/main/java/c/a/i/m3.java index c422ab2385..458b9b645b 100644 --- a/app/src/main/java/c/a/i/m3.java +++ b/app/src/main/java/c/a/i/m3.java @@ -15,7 +15,7 @@ public final class m3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f132c; + public final CheckedSetting f131c; @NonNull public final CheckedSetting d; @NonNull @@ -24,7 +24,7 @@ public final class m3 implements ViewBinding { public m3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = textView; - this.f132c = checkedSetting; + this.f131c = checkedSetting; this.d = checkedSetting2; this.e = linearLayout2; } diff --git a/app/src/main/java/c/a/i/m4.java b/app/src/main/java/c/a/i/m4.java index 71fdd49b18..c8a4f58399 100644 --- a/app/src/main/java/c/a/i/m4.java +++ b/app/src/main/java/c/a/i/m4.java @@ -16,12 +16,12 @@ public final class m4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f133c; + public final LinkifiedTextView f132c; public m4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) { this.a = linearLayout; this.b = materialButton; - this.f133c = linkifiedTextView; + this.f132c = linkifiedTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/n0.java b/app/src/main/java/c/a/i/n0.java index a9e9d5c70d..07b0118c55 100644 --- a/app/src/main/java/c/a/i/n0.java +++ b/app/src/main/java/c/a/i/n0.java @@ -14,12 +14,12 @@ public final class n0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f134c; + public final TextView f133c; public n0(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f134c = textView; + this.f133c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/n2.java b/app/src/main/java/c/a/i/n2.java index f3b0e18eee..673910120e 100644 --- a/app/src/main/java/c/a/i/n2.java +++ b/app/src/main/java/c/a/i/n2.java @@ -17,14 +17,14 @@ public final class n2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f135c; + public final TextView f134c; @NonNull public final LinkifiedTextView d; public n2(@NonNull ConstraintLayout constraintLayout, @NonNull GuildView guildView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView) { this.a = constraintLayout; this.b = guildView; - this.f135c = textView; + this.f134c = textView; this.d = linkifiedTextView; } diff --git a/app/src/main/java/c/a/i/n3.java b/app/src/main/java/c/a/i/n3.java index 647991177f..59b9f28f65 100644 --- a/app/src/main/java/c/a/i/n3.java +++ b/app/src/main/java/c/a/i/n3.java @@ -18,7 +18,7 @@ public final class n3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f136c; + public final TextView f135c; @NonNull public final SimpleDraweeView d; @NonNull @@ -33,7 +33,7 @@ public final class n3 implements ViewBinding { public n3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FloatingActionButton floatingActionButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = frameLayout; - this.f136c = textView; + this.f135c = textView; this.d = simpleDraweeView; this.e = floatingActionButton; this.f = linkifiedTextView; diff --git a/app/src/main/java/c/a/i/n5.java b/app/src/main/java/c/a/i/n5.java index e41002dd7b..b4eeb0ea9b 100644 --- a/app/src/main/java/c/a/i/n5.java +++ b/app/src/main/java/c/a/i/n5.java @@ -15,7 +15,7 @@ public final class n5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f137c; + public final MaterialButton f136c; @NonNull public final MaterialButton d; @NonNull @@ -24,7 +24,7 @@ public final class n5 implements ViewBinding { public n5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f137c = materialButton; + this.f136c = materialButton; this.d = materialButton2; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/o0.java b/app/src/main/java/c/a/i/o0.java index 9758603457..38c11ee464 100644 --- a/app/src/main/java/c/a/i/o0.java +++ b/app/src/main/java/c/a/i/o0.java @@ -17,7 +17,7 @@ public final class o0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TabLayout f138c; + public final TabLayout f137c; @NonNull public final MaterialButton d; @NonNull @@ -28,7 +28,7 @@ public final class o0 implements ViewBinding { public o0(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TabLayout tabLayout, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull ViewPager2 viewPager2) { this.a = relativeLayout; this.b = materialButton; - this.f138c = tabLayout; + this.f137c = tabLayout; this.d = materialButton2; this.e = materialButton3; this.f = viewPager2; diff --git a/app/src/main/java/c/a/i/o1.java b/app/src/main/java/c/a/i/o1.java index a4bbf0e5e9..f21e99750f 100644 --- a/app/src/main/java/c/a/i/o1.java +++ b/app/src/main/java/c/a/i/o1.java @@ -15,14 +15,14 @@ public final class o1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RLottieImageView f139c; + public final RLottieImageView f138c; @NonNull public final ImageView d; public o1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @NonNull ImageView imageView) { this.a = view; this.b = simpleDraweeView; - this.f139c = rLottieImageView; + this.f138c = rLottieImageView; this.d = imageView; } diff --git a/app/src/main/java/c/a/i/o3.java b/app/src/main/java/c/a/i/o3.java index 2555cf1874..8f518b269b 100644 --- a/app/src/main/java/c/a/i/o3.java +++ b/app/src/main/java/c/a/i/o3.java @@ -18,7 +18,7 @@ public final class o3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f140c; + public final FloatingActionButton f139c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class o3 implements ViewBinding { public o3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = frameLayout; - this.f140c = floatingActionButton; + this.f139c = floatingActionButton; this.d = textView; this.e = simpleDraweeView; this.f = linkifiedTextView; diff --git a/app/src/main/java/c/a/i/o4.java b/app/src/main/java/c/a/i/o4.java index 4a487de577..45f24c02ab 100644 --- a/app/src/main/java/c/a/i/o4.java +++ b/app/src/main/java/c/a/i/o4.java @@ -17,7 +17,7 @@ public final class o4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f141c; + public final TextView f140c; @NonNull public final RelativeLayout d; @NonNull @@ -34,7 +34,7 @@ public final class o4 implements ViewBinding { public o4(@NonNull RelativeLayout relativeLayout, @NonNull PrivateCallBlurredGridView privateCallBlurredGridView, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout2, @NonNull LinearLayout linearLayout, @NonNull PrivateCallGridView privateCallGridView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = relativeLayout; this.b = privateCallBlurredGridView; - this.f141c = textView; + this.f140c = textView; this.d = relativeLayout2; this.e = linearLayout; this.f = privateCallGridView; diff --git a/app/src/main/java/c/a/i/p.java b/app/src/main/java/c/a/i/p.java index 72a4a77828..4b4f028ba7 100644 --- a/app/src/main/java/c/a/i/p.java +++ b/app/src/main/java/c/a/i/p.java @@ -18,7 +18,7 @@ public final class p implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RelativeLayout f142c; + public final RelativeLayout f141c; @NonNull public final MaterialButton d; @NonNull @@ -33,7 +33,7 @@ public final class p implements ViewBinding { public p(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; this.b = textView; - this.f142c = relativeLayout; + this.f141c = relativeLayout; this.d = materialButton; this.e = linkifiedTextView; this.f = materialButton2; diff --git a/app/src/main/java/c/a/i/p1.java b/app/src/main/java/c/a/i/p1.java index 1ce2ddc4c0..99ac9d4f05 100644 --- a/app/src/main/java/c/a/i/p1.java +++ b/app/src/main/java/c/a/i/p1.java @@ -17,14 +17,14 @@ public final class p1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f143c; + public final MaterialButton f142c; @NonNull public final TextView d; public p1(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f143c = materialButton; + this.f142c = materialButton; this.d = textView; } diff --git a/app/src/main/java/c/a/i/p3.java b/app/src/main/java/c/a/i/p3.java index 95abd5c74d..1e30ad46db 100644 --- a/app/src/main/java/c/a/i/p3.java +++ b/app/src/main/java/c/a/i/p3.java @@ -14,12 +14,12 @@ public final class p3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f144c; + public final ConstraintLayout f143c; public p3(@NonNull View view, @NonNull MaterialCheckBox materialCheckBox, @NonNull ConstraintLayout constraintLayout) { this.a = view; this.b = materialCheckBox; - this.f144c = constraintLayout; + this.f143c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/p4.java b/app/src/main/java/c/a/i/p4.java index 5bb3928645..98bc2e47f2 100644 --- a/app/src/main/java/c/a/i/p4.java +++ b/app/src/main/java/c/a/i/p4.java @@ -15,12 +15,12 @@ public final class p4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f145c; + public final MaterialButton f144c; public p4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f145c = materialButton; + this.f144c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/p5.java b/app/src/main/java/c/a/i/p5.java index 2119ef5c35..73cc69f8ad 100644 --- a/app/src/main/java/c/a/i/p5.java +++ b/app/src/main/java/c/a/i/p5.java @@ -20,7 +20,7 @@ public final class p5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f146c; + public final TextView f145c; @NonNull public final TextView d; @NonNull @@ -43,7 +43,7 @@ public final class p5 implements ViewBinding { public p5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull SeekBar seekBar, @NonNull TextView textView5, @NonNull TextView textView6) { this.a = linearLayout; this.b = linearLayout2; - this.f146c = textView; + this.f145c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = simpleDraweeView2; diff --git a/app/src/main/java/c/a/i/q.java b/app/src/main/java/c/a/i/q.java index 45d0d727a6..e59b1644fe 100644 --- a/app/src/main/java/c/a/i/q.java +++ b/app/src/main/java/c/a/i/q.java @@ -13,7 +13,7 @@ public final class q implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f147c; + public final MaterialButton f146c; @NonNull public final MaterialButton d; @NonNull @@ -22,7 +22,7 @@ public final class q implements ViewBinding { public q(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { this.a = view; this.b = materialButton; - this.f147c = materialButton2; + this.f146c = materialButton2; this.d = materialButton3; this.e = materialButton4; } diff --git a/app/src/main/java/c/a/i/q0.java b/app/src/main/java/c/a/i/q0.java index 17eb56e0a3..15b25fa121 100644 --- a/app/src/main/java/c/a/i/q0.java +++ b/app/src/main/java/c/a/i/q0.java @@ -16,7 +16,7 @@ public final class q0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f148c; + public final View f147c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class q0 implements ViewBinding { public q0(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull OverlayMenuView overlayMenuView) { this.a = linearLayout; this.b = linearLayout2; - this.f148c = view; + this.f147c = view; this.d = textView; this.e = recyclerView; this.f = overlayMenuView; diff --git a/app/src/main/java/c/a/i/q1.java b/app/src/main/java/c/a/i/q1.java index b549c145dd..a5c5e1783d 100644 --- a/app/src/main/java/c/a/i/q1.java +++ b/app/src/main/java/c/a/i/q1.java @@ -13,14 +13,14 @@ public final class q1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TypingDot f149c; + public final TypingDot f148c; @NonNull public final TypingDot d; public q1(@NonNull View view, @NonNull TypingDot typingDot, @NonNull TypingDot typingDot2, @NonNull TypingDot typingDot3) { this.a = view; this.b = typingDot; - this.f149c = typingDot2; + this.f148c = typingDot2; this.d = typingDot3; } diff --git a/app/src/main/java/c/a/i/q2.java b/app/src/main/java/c/a/i/q2.java index 8f59c301d5..e21144016a 100644 --- a/app/src/main/java/c/a/i/q2.java +++ b/app/src/main/java/c/a/i/q2.java @@ -13,7 +13,7 @@ public final class q2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f150c; + public final ImageView f149c; @NonNull public final ImageView d; @NonNull @@ -22,7 +22,7 @@ public final class q2 implements ViewBinding { public q2(@NonNull View view, @NonNull r2 r2Var, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3) { this.a = view; this.b = r2Var; - this.f150c = imageView; + this.f149c = imageView; this.d = imageView2; this.e = imageView3; } diff --git a/app/src/main/java/c/a/i/q3.java b/app/src/main/java/c/a/i/q3.java index b4f7f14e6e..923046475a 100644 --- a/app/src/main/java/c/a/i/q3.java +++ b/app/src/main/java/c/a/i/q3.java @@ -14,12 +14,12 @@ public final class q3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f151c; + public final ConstraintLayout f150c; public q3(@NonNull View view, @NonNull MaterialRadioButton materialRadioButton, @NonNull ConstraintLayout constraintLayout) { this.a = view; this.b = materialRadioButton; - this.f151c = constraintLayout; + this.f150c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/q4.java b/app/src/main/java/c/a/i/q4.java index 540a542a7b..b81ef5d16c 100644 --- a/app/src/main/java/c/a/i/q4.java +++ b/app/src/main/java/c/a/i/q4.java @@ -19,7 +19,7 @@ public final class q4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f152c; + public final MaterialButton f151c; @NonNull public final MaterialButton d; @NonNull @@ -28,7 +28,7 @@ public final class q4 implements ViewBinding { public q4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f152c = materialButton; + this.f151c = materialButton; this.d = materialButton2; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/q5.java b/app/src/main/java/c/a/i/q5.java index 21ec3f5187..1ef98b8a13 100644 --- a/app/src/main/java/c/a/i/q5.java +++ b/app/src/main/java/c/a/i/q5.java @@ -18,7 +18,7 @@ public final class q5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f153c; + public final TextView f152c; @NonNull public final SimpleDraweeView d; @NonNull @@ -33,7 +33,7 @@ public final class q5 implements ViewBinding { public q5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = linearLayout2; - this.f153c = textView; + this.f152c = textView; this.d = simpleDraweeView; this.e = simpleDraweeView2; this.f = materialButton; diff --git a/app/src/main/java/c/a/i/r.java b/app/src/main/java/c/a/i/r.java index c940dd2ae2..7ab58bd195 100644 --- a/app/src/main/java/c/a/i/r.java +++ b/app/src/main/java/c/a/i/r.java @@ -16,14 +16,14 @@ public final class r implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RoleIconView f154c; + public final RoleIconView f153c; @NonNull public final TextView d; public r(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull RoleIconView roleIconView, @NonNull TextView textView) { this.a = cardView; this.b = imageView; - this.f154c = roleIconView; + this.f153c = roleIconView; this.d = textView; } diff --git a/app/src/main/java/c/a/i/r1.java b/app/src/main/java/c/a/i/r1.java index 3c54f0753a..b92e5757f9 100644 --- a/app/src/main/java/c/a/i/r1.java +++ b/app/src/main/java/c/a/i/r1.java @@ -15,7 +15,7 @@ public final class r1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f155c; + public final TextView f154c; @NonNull public final TextView d; @NonNull @@ -26,7 +26,7 @@ public final class r1 implements ViewBinding { public r1(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = linearLayout; this.b = simpleDraweeView; - this.f155c = textView; + this.f154c = textView; this.d = textView2; this.e = textView3; this.f = textView4; diff --git a/app/src/main/java/c/a/i/r2.java b/app/src/main/java/c/a/i/r2.java index 245b39c16b..a29e28244d 100644 --- a/app/src/main/java/c/a/i/r2.java +++ b/app/src/main/java/c/a/i/r2.java @@ -15,7 +15,7 @@ public final class r2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f156c; + public final TextView f155c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class r2 implements ViewBinding { public r2(@NonNull CardView cardView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = cardView; this.b = textView; - this.f156c = textView2; + this.f155c = textView2; this.d = textView3; this.e = imageView; this.f = textView4; diff --git a/app/src/main/java/c/a/i/r3.java b/app/src/main/java/c/a/i/r3.java index a4dcce9ddc..cf9e888290 100644 --- a/app/src/main/java/c/a/i/r3.java +++ b/app/src/main/java/c/a/i/r3.java @@ -15,7 +15,7 @@ public final class r3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f157c; + public final TextView f156c; @NonNull public final LinkifiedTextView d; @NonNull @@ -24,7 +24,7 @@ public final class r3 implements ViewBinding { public r3(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2) { this.a = view; this.b = imageView; - this.f157c = textView; + this.f156c = textView; this.d = linkifiedTextView; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/r4.java b/app/src/main/java/c/a/i/r4.java index fecc6aa516..3315c26d55 100644 --- a/app/src/main/java/c/a/i/r4.java +++ b/app/src/main/java/c/a/i/r4.java @@ -15,7 +15,7 @@ public final class r4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f158c; + public final MaterialButton f157c; @NonNull public final TextView d; @NonNull @@ -24,7 +24,7 @@ public final class r4 implements ViewBinding { public r4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = materialButton; - this.f158c = materialButton2; + this.f157c = materialButton2; this.d = textView; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/r5.java b/app/src/main/java/c/a/i/r5.java index 5737eb8cc9..d9e5a1d362 100644 --- a/app/src/main/java/c/a/i/r5.java +++ b/app/src/main/java/c/a/i/r5.java @@ -15,14 +15,14 @@ public final class r5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f159c; + public final TextView f158c; @NonNull public final ImageView d; public r5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; this.b = textView; - this.f159c = textView2; + this.f158c = textView2; this.d = imageView; } diff --git a/app/src/main/java/c/a/i/s1.java b/app/src/main/java/c/a/i/s1.java index 6fb287e3ab..747ade4e23 100644 --- a/app/src/main/java/c/a/i/s1.java +++ b/app/src/main/java/c/a/i/s1.java @@ -17,7 +17,7 @@ public final class s1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f160c; + public final ImageView f159c; @NonNull public final SimpleDraweeView d; @NonNull @@ -26,7 +26,7 @@ public final class s1 implements ViewBinding { public s1(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull RelativeLayout relativeLayout2, @NonNull StatusView statusView) { this.a = relativeLayout; this.b = simpleDraweeView; - this.f160c = imageView; + this.f159c = imageView; this.d = simpleDraweeView2; this.e = statusView; } diff --git a/app/src/main/java/c/a/i/s2.java b/app/src/main/java/c/a/i/s2.java index b62752730d..e79fd53682 100644 --- a/app/src/main/java/c/a/i/s2.java +++ b/app/src/main/java/c/a/i/s2.java @@ -14,14 +14,14 @@ public final class s2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f161c; + public final TextInputEditText f160c; @NonNull public final TextInputLayout d; public s2(@NonNull View view, @NonNull TextInputLayout textInputLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout2) { this.a = view; this.b = textInputLayout; - this.f161c = textInputEditText; + this.f160c = textInputEditText; this.d = textInputLayout2; } diff --git a/app/src/main/java/c/a/i/s3.java b/app/src/main/java/c/a/i/s3.java index 175698cb07..f82553f0ff 100644 --- a/app/src/main/java/c/a/i/s3.java +++ b/app/src/main/java/c/a/i/s3.java @@ -14,12 +14,12 @@ public final class s3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f162c; + public final ConstraintLayout f161c; public s3(@NonNull View view, @NonNull SwitchMaterial switchMaterial, @NonNull ConstraintLayout constraintLayout) { this.a = view; this.b = switchMaterial; - this.f162c = constraintLayout; + this.f161c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/s4.java b/app/src/main/java/c/a/i/s4.java index e166f4233d..edc4bb05c9 100644 --- a/app/src/main/java/c/a/i/s4.java +++ b/app/src/main/java/c/a/i/s4.java @@ -16,12 +16,12 @@ public final class s4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f163c; + public final TextView f162c; public s4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView) { this.a = relativeLayout; this.b = imageView2; - this.f163c = textView; + this.f162c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/t.java b/app/src/main/java/c/a/i/t.java index 49e18dff4e..597e83e480 100644 --- a/app/src/main/java/c/a/i/t.java +++ b/app/src/main/java/c/a/i/t.java @@ -14,12 +14,12 @@ public final class t implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f164c; + public final TextView f163c; public t(@NonNull View view, @NonNull View view2, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = view; this.b = imageView; - this.f164c = textView; + this.f163c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/t0.java b/app/src/main/java/c/a/i/t0.java index 2d99f9c864..34e99d368e 100644 --- a/app/src/main/java/c/a/i/t0.java +++ b/app/src/main/java/c/a/i/t0.java @@ -21,7 +21,7 @@ public final class t0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CardView f165c; + public final CardView f164c; @NonNull public final TextView d; @NonNull @@ -32,7 +32,7 @@ public final class t0 implements ViewBinding { public t0(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull CardView cardView2, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull RecyclerView recyclerView, @NonNull TextView textView2) { this.a = cardView; this.b = imageView; - this.f165c = cardView2; + this.f164c = cardView2; this.d = textView; this.e = textInputLayout; this.f = recyclerView; diff --git a/app/src/main/java/c/a/i/t2.java b/app/src/main/java/c/a/i/t2.java index 9d6f8fb192..6a537a6eac 100644 --- a/app/src/main/java/c/a/i/t2.java +++ b/app/src/main/java/c/a/i/t2.java @@ -15,14 +15,14 @@ public final class t2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f166c; + public final SimpleDraweeView f165c; @NonNull public final TextView d; public t2(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView) { this.a = cutoutView; this.b = simpleDraweeView; - this.f166c = simpleDraweeView2; + this.f165c = simpleDraweeView2; this.d = textView; } diff --git a/app/src/main/java/c/a/i/t3.java b/app/src/main/java/c/a/i/t3.java index 04e8e9f971..0eb6053782 100644 --- a/app/src/main/java/c/a/i/t3.java +++ b/app/src/main/java/c/a/i/t3.java @@ -15,14 +15,14 @@ public final class t3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f167c; + public final TextView f166c; @NonNull public final TextView d; public t3(@NonNull LinearLayoutCompat linearLayoutCompat, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayoutCompat; this.b = imageView; - this.f167c = textView; + this.f166c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/t5.java b/app/src/main/java/c/a/i/t5.java index 28accca7db..573468cd54 100644 --- a/app/src/main/java/c/a/i/t5.java +++ b/app/src/main/java/c/a/i/t5.java @@ -15,14 +15,14 @@ public final class t5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f168c; + public final MaterialButton f167c; @NonNull public final SwitchMaterial d; public t5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull SwitchMaterial switchMaterial) { this.a = linearLayout; this.b = materialButton; - this.f168c = materialButton2; + this.f167c = materialButton2; this.d = switchMaterial; } diff --git a/app/src/main/java/c/a/i/u.java b/app/src/main/java/c/a/i/u.java index a2f430a740..9f3e5c736c 100644 --- a/app/src/main/java/c/a/i/u.java +++ b/app/src/main/java/c/a/i/u.java @@ -16,7 +16,7 @@ public final class u implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f169c; + public final TextView f168c; @NonNull public final SimpleDraweeView d; @NonNull @@ -25,7 +25,7 @@ public final class u implements ViewBinding { public u(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = materialButton; - this.f169c = textView; + this.f168c = textView; this.d = simpleDraweeView; this.e = materialButton2; } diff --git a/app/src/main/java/c/a/i/u1.java b/app/src/main/java/c/a/i/u1.java index f8b00eaec4..0b1be4b97e 100644 --- a/app/src/main/java/c/a/i/u1.java +++ b/app/src/main/java/c/a/i/u1.java @@ -16,7 +16,7 @@ public final class u1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f170c; + public final ImageView f169c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class u1 implements ViewBinding { public u1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3) { this.a = constraintLayout; this.b = textView; - this.f170c = imageView; + this.f169c = imageView; this.d = textView2; this.e = textView3; } diff --git a/app/src/main/java/c/a/i/u2.java b/app/src/main/java/c/a/i/u2.java index 2d563d059f..95d6ee173c 100644 --- a/app/src/main/java/c/a/i/u2.java +++ b/app/src/main/java/c/a/i/u2.java @@ -16,7 +16,7 @@ public final class u2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f171c; + public final TextView f170c; @NonNull public final Chip d; @NonNull @@ -27,7 +27,7 @@ public final class u2 implements ViewBinding { public u2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Chip chip, @NonNull Chip chip2, @NonNull ImageView imageView) { this.a = view; this.b = simpleDraweeView; - this.f171c = textView; + this.f170c = textView; this.d = chip; this.e = chip2; this.f = imageView; diff --git a/app/src/main/java/c/a/i/u4.java b/app/src/main/java/c/a/i/u4.java index fdda3ce47e..6213c43d7d 100644 --- a/app/src/main/java/c/a/i/u4.java +++ b/app/src/main/java/c/a/i/u4.java @@ -15,7 +15,7 @@ public final class u4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final StickerView f172c; + public final StickerView f171c; @NonNull public final StickerView d; @NonNull @@ -26,7 +26,7 @@ public final class u4 implements ViewBinding { public u4(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4, @NonNull ImageView imageView) { this.a = linearLayout; this.b = stickerView; - this.f172c = stickerView2; + this.f171c = stickerView2; this.d = stickerView3; this.e = stickerView4; this.f = imageView; diff --git a/app/src/main/java/c/a/i/v.java b/app/src/main/java/c/a/i/v.java index bdb64935fc..595cd53107 100644 --- a/app/src/main/java/c/a/i/v.java +++ b/app/src/main/java/c/a/i/v.java @@ -17,7 +17,7 @@ public final class v implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SwitchMaterial f173c; + public final SwitchMaterial f172c; @NonNull public final RelativeLayout d; @NonNull @@ -36,7 +36,7 @@ public final class v implements ViewBinding { public v(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull SwitchMaterial switchMaterial, @NonNull RelativeLayout relativeLayout2, @NonNull View view, @NonNull MaterialButton materialButton2, @NonNull RelativeLayout relativeLayout3, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = relativeLayout; this.b = materialButton; - this.f173c = switchMaterial; + this.f172c = switchMaterial; this.d = relativeLayout2; this.e = view; this.f = materialButton2; diff --git a/app/src/main/java/c/a/i/v0.java b/app/src/main/java/c/a/i/v0.java index dd06138d6f..115fad241e 100644 --- a/app/src/main/java/c/a/i/v0.java +++ b/app/src/main/java/c/a/i/v0.java @@ -16,7 +16,7 @@ public final class v0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f174c; + public final TextView f173c; @NonNull public final ImageView d; @NonNull @@ -29,7 +29,7 @@ public final class v0 implements ViewBinding { public v0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4) { this.a = linearLayout; this.b = materialButton; - this.f174c = textView; + this.f173c = textView; this.d = imageView; this.e = imageView2; this.f = imageView3; diff --git a/app/src/main/java/c/a/i/v1.java b/app/src/main/java/c/a/i/v1.java index 4adadd96da..a67e67ef25 100644 --- a/app/src/main/java/c/a/i/v1.java +++ b/app/src/main/java/c/a/i/v1.java @@ -17,7 +17,7 @@ public final class v1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f175c; + public final ImageView f174c; @NonNull public final ImageView d; @NonNull @@ -34,7 +34,7 @@ public final class v1 implements ViewBinding { public v1(@NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar, @NonNull MaterialButton materialButton2) { this.a = frameLayout; this.b = textView; - this.f175c = imageView; + this.f174c = imageView; this.d = imageView2; this.e = imageView3; this.f = textView2; diff --git a/app/src/main/java/c/a/i/v2.java b/app/src/main/java/c/a/i/v2.java index eb717a53b6..17ef3880fb 100644 --- a/app/src/main/java/c/a/i/v2.java +++ b/app/src/main/java/c/a/i/v2.java @@ -18,7 +18,7 @@ public final class v2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f176c; + public final ImageView f175c; @NonNull public final ImageView d; @NonNull @@ -35,7 +35,7 @@ public final class v2 implements ViewBinding { public v2(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull ImageView imageView4, @NonNull TextView textView3) { this.a = constraintLayout; this.b = progressBar; - this.f176c = imageView; + this.f175c = imageView; this.d = imageView2; this.e = textView; this.f = imageView3; diff --git a/app/src/main/java/c/a/i/v3.java b/app/src/main/java/c/a/i/v3.java index 05611327ee..23b33b5a6b 100644 --- a/app/src/main/java/c/a/i/v3.java +++ b/app/src/main/java/c/a/i/v3.java @@ -16,7 +16,7 @@ public final class v3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f177c; + public final ImageView f176c; @NonNull public final ImageView d; @NonNull @@ -31,7 +31,7 @@ public final class v3 implements ViewBinding { public v3(@NonNull View view, @NonNull VoiceUserView voiceUserView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull TextView textView, @NonNull SpeakerPulseView speakerPulseView) { this.a = view; this.b = voiceUserView; - this.f177c = imageView; + this.f176c = imageView; this.d = imageView2; this.e = imageView3; this.f = imageView4; diff --git a/app/src/main/java/c/a/i/v5.java b/app/src/main/java/c/a/i/v5.java index ac986085f8..6a0cd278a3 100644 --- a/app/src/main/java/c/a/i/v5.java +++ b/app/src/main/java/c/a/i/v5.java @@ -15,14 +15,14 @@ public final class v5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f178c; + public final MaterialButton f177c; @NonNull public final MaterialButton d; public v5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f178c = materialButton; + this.f177c = materialButton; this.d = materialButton2; } diff --git a/app/src/main/java/c/a/i/w.java b/app/src/main/java/c/a/i/w.java index be96d36ce1..c297856148 100644 --- a/app/src/main/java/c/a/i/w.java +++ b/app/src/main/java/c/a/i/w.java @@ -15,7 +15,7 @@ public final class w implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f179c; + public final TextView f178c; @NonNull public final RelativeLayout d; @NonNull @@ -26,7 +26,7 @@ public final class w implements ViewBinding { public w(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3, @NonNull RelativeLayout relativeLayout2) { this.a = linearLayout; this.b = textView; - this.f179c = textView2; + this.f178c = textView2; this.d = relativeLayout; this.e = textView3; this.f = relativeLayout2; diff --git a/app/src/main/java/c/a/i/w0.java b/app/src/main/java/c/a/i/w0.java index 1b85c33478..2cac18345e 100644 --- a/app/src/main/java/c/a/i/w0.java +++ b/app/src/main/java/c/a/i/w0.java @@ -15,12 +15,12 @@ public final class w0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f180c; + public final TextView f179c; public w0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f180c = textView; + this.f179c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/w2.java b/app/src/main/java/c/a/i/w2.java index b9a6d67645..50e6b56092 100644 --- a/app/src/main/java/c/a/i/w2.java +++ b/app/src/main/java/c/a/i/w2.java @@ -16,14 +16,14 @@ public final class w2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f181c; + public final TextView f180c; @NonNull public final ProgressBar d; public w2(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ProgressBar progressBar) { this.a = frameLayout; this.b = imageView; - this.f181c = textView; + this.f180c = textView; this.d = progressBar; } diff --git a/app/src/main/java/c/a/i/w3.java b/app/src/main/java/c/a/i/w3.java index 89f886e22d..3dc0812c8d 100644 --- a/app/src/main/java/c/a/i/w3.java +++ b/app/src/main/java/c/a/i/w3.java @@ -15,12 +15,12 @@ public final class w3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f182c; + public final TextView f181c; public w3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f182c = textView; + this.f181c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/w4.java b/app/src/main/java/c/a/i/w4.java index 9f072bef5b..ba436210ac 100644 --- a/app/src/main/java/c/a/i/w4.java +++ b/app/src/main/java/c/a/i/w4.java @@ -18,7 +18,7 @@ public final class w4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f183c; + public final LinkifiedTextView f182c; @NonNull public final SimpleDraweeView d; @NonNull @@ -27,7 +27,7 @@ public final class w4 implements ViewBinding { public w4(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull Guideline guideline2, @NonNull Guideline guideline3) { this.a = constraintLayout; this.b = imageView; - this.f183c = linkifiedTextView; + this.f182c = linkifiedTextView; this.d = simpleDraweeView; this.e = textView; } diff --git a/app/src/main/java/c/a/i/w5.java b/app/src/main/java/c/a/i/w5.java index 377ee5f927..9fabc23520 100644 --- a/app/src/main/java/c/a/i/w5.java +++ b/app/src/main/java/c/a/i/w5.java @@ -14,7 +14,7 @@ public final class w5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f184c; + public final LinearLayout f183c; @NonNull public final TextView d; @NonNull @@ -23,7 +23,7 @@ public final class w5 implements ViewBinding { public w5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3) { this.a = linearLayout; this.b = textView; - this.f184c = linearLayout2; + this.f183c = linearLayout2; this.d = textView2; this.e = linearLayout3; } diff --git a/app/src/main/java/c/a/i/x0.java b/app/src/main/java/c/a/i/x0.java index 00762e8ea3..3d16bd6d3c 100644 --- a/app/src/main/java/c/a/i/x0.java +++ b/app/src/main/java/c/a/i/x0.java @@ -16,7 +16,7 @@ public final class x0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f185c; + public final TextView f184c; @NonNull public final LottieAnimationView d; @NonNull @@ -25,7 +25,7 @@ public final class x0 implements ViewBinding { public x0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LottieAnimationView lottieAnimationView, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = textView; - this.f185c = textView2; + this.f184c = textView2; this.d = lottieAnimationView; this.e = materialButton; } diff --git a/app/src/main/java/c/a/i/x1.java b/app/src/main/java/c/a/i/x1.java index 8b0838cd1e..ca35538294 100644 --- a/app/src/main/java/c/a/i/x1.java +++ b/app/src/main/java/c/a/i/x1.java @@ -15,12 +15,12 @@ public final class x1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f186c; + public final TextView f185c; public x1(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = constraintLayout; this.b = imageView; - this.f186c = textView; + this.f185c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/x2.java b/app/src/main/java/c/a/i/x2.java index f59870080b..3963ed7bf3 100644 --- a/app/src/main/java/c/a/i/x2.java +++ b/app/src/main/java/c/a/i/x2.java @@ -15,7 +15,7 @@ public final class x2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f187c; + public final MaterialButton f186c; @NonNull public final LinearLayout d; @NonNull @@ -34,7 +34,7 @@ public final class x2 implements ViewBinding { public x2(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6) { this.a = linearLayout; this.b = linearLayout2; - this.f187c = materialButton; + this.f186c = materialButton; this.d = linearLayout3; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/c/a/i/x3.java b/app/src/main/java/c/a/i/x3.java index 88b234bb9b..4499ef9fa7 100644 --- a/app/src/main/java/c/a/i/x3.java +++ b/app/src/main/java/c/a/i/x3.java @@ -19,7 +19,7 @@ public final class x3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f188c; + public final TextView f187c; @NonNull public final ImageView d; @NonNull @@ -34,7 +34,7 @@ public final class x3 implements ViewBinding { public x3(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LoadingButton loadingButton, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull ViewPager2 viewPager2) { this.a = relativeLayout; this.b = linearLayout; - this.f188c = textView; + this.f187c = textView; this.d = imageView; this.e = loadingButton; this.f = materialButton; diff --git a/app/src/main/java/c/a/i/x4.java b/app/src/main/java/c/a/i/x4.java index 3561f4f826..a7b199a40d 100644 --- a/app/src/main/java/c/a/i/x4.java +++ b/app/src/main/java/c/a/i/x4.java @@ -18,12 +18,12 @@ public final class x4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final k2 f189c; + public final k2 f188c; public x4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull k2 k2Var) { this.a = actionRowComponentView; this.b = flexboxLayout; - this.f189c = k2Var; + this.f188c = k2Var; } @NonNull diff --git a/app/src/main/java/c/a/i/x5.java b/app/src/main/java/c/a/i/x5.java index 2c29cef7aa..3da249fdf0 100644 --- a/app/src/main/java/c/a/i/x5.java +++ b/app/src/main/java/c/a/i/x5.java @@ -14,12 +14,12 @@ public final class x5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f190c; + public final MaterialButton f189c; public x5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = materialButton; - this.f190c = materialButton2; + this.f189c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/y.java b/app/src/main/java/c/a/i/y.java index c0400e9154..f2ba7aa376 100644 --- a/app/src/main/java/c/a/i/y.java +++ b/app/src/main/java/c/a/i/y.java @@ -14,14 +14,14 @@ public final class y implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final AccountCreditView f191c; + public final AccountCreditView f190c; @NonNull public final View d; public y(@NonNull CardView cardView, @NonNull AccountCreditView accountCreditView, @NonNull AccountCreditView accountCreditView2, @NonNull View view) { this.a = cardView; this.b = accountCreditView; - this.f191c = accountCreditView2; + this.f190c = accountCreditView2; this.d = view; } diff --git a/app/src/main/java/c/a/i/y0.java b/app/src/main/java/c/a/i/y0.java index 65aa6c5fe7..68e028ae77 100644 --- a/app/src/main/java/c/a/i/y0.java +++ b/app/src/main/java/c/a/i/y0.java @@ -18,7 +18,7 @@ public final class y0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f192c; + public final LoadingButton f191c; @NonNull public final TextView d; @NonNull @@ -31,7 +31,7 @@ public final class y0 implements ViewBinding { public y0(@NonNull LinearLayout linearLayout, @NonNull ProgressBar progressBar, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = textView; - this.f192c = loadingButton; + this.f191c = loadingButton; this.d = textView2; this.e = appViewFlipper; this.f = textView3; diff --git a/app/src/main/java/c/a/i/y1.java b/app/src/main/java/c/a/i/y1.java index fec1f43c51..d8978de39d 100644 --- a/app/src/main/java/c/a/i/y1.java +++ b/app/src/main/java/c/a/i/y1.java @@ -14,12 +14,12 @@ public final class y1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f193c; + public final TextView f192c; public y1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = view; this.b = imageView; - this.f193c = textView; + this.f192c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/y2.java b/app/src/main/java/c/a/i/y2.java index 8d66930d37..5b135e7f19 100644 --- a/app/src/main/java/c/a/i/y2.java +++ b/app/src/main/java/c/a/i/y2.java @@ -14,7 +14,7 @@ public final class y2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f194c; + public final TextView f193c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class y2 implements ViewBinding { public y2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = linearLayout; this.b = textView; - this.f194c = textView2; + this.f193c = textView2; this.d = textView3; this.e = textView4; this.f = textView5; diff --git a/app/src/main/java/c/a/i/y3.java b/app/src/main/java/c/a/i/y3.java index 74a2a0d3a3..41bbd3c97f 100644 --- a/app/src/main/java/c/a/i/y3.java +++ b/app/src/main/java/c/a/i/y3.java @@ -15,14 +15,14 @@ public final class y3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f195c; + public final TextView f194c; @NonNull public final TextView d; public y3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f195c = textView; + this.f194c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/y4.java b/app/src/main/java/c/a/i/y4.java index 6c53fd81ad..39e070d959 100644 --- a/app/src/main/java/c/a/i/y4.java +++ b/app/src/main/java/c/a/i/y4.java @@ -19,7 +19,7 @@ public final class y4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TypingDots f196c; + public final TypingDots f195c; @NonNull public final SimpleDraweeView d; @NonNull @@ -30,7 +30,7 @@ public final class y4 implements ViewBinding { public y4(@NonNull SelectComponentView selectComponentView, @NonNull ImageView imageView, @NonNull TypingDots typingDots, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView, @NonNull FlexboxLayout flexboxLayout) { this.a = selectComponentView; this.b = imageView; - this.f196c = typingDots; + this.f195c = typingDots; this.d = simpleDraweeView; this.e = materialTextView; this.f = flexboxLayout; diff --git a/app/src/main/java/c/a/i/y5.java b/app/src/main/java/c/a/i/y5.java index 67e30374b8..f944090fa1 100644 --- a/app/src/main/java/c/a/i/y5.java +++ b/app/src/main/java/c/a/i/y5.java @@ -19,7 +19,7 @@ public final class y5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f197c; + public final TextView f196c; @NonNull public final TextView d; @NonNull @@ -36,7 +36,7 @@ public final class y5 implements ViewBinding { public y5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = linearLayout; this.b = linearLayout2; - this.f197c = textView; + this.f196c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = textView3; diff --git a/app/src/main/java/c/a/i/z.java b/app/src/main/java/c/a/i/z.java index 9f1ddc1e16..48b12578db 100644 --- a/app/src/main/java/c/a/i/z.java +++ b/app/src/main/java/c/a/i/z.java @@ -17,14 +17,14 @@ public final class z implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f198c; + public final TextInputLayout f197c; @NonNull public final LoadingButton d; public z(@NonNull ConstraintLayout constraintLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView) { this.a = constraintLayout; this.b = linkifiedTextView; - this.f198c = textInputLayout; + this.f197c = textInputLayout; this.d = loadingButton; } diff --git a/app/src/main/java/c/a/i/z0.java b/app/src/main/java/c/a/i/z0.java index 8af69ef6d6..0c9fda46b3 100644 --- a/app/src/main/java/c/a/i/z0.java +++ b/app/src/main/java/c/a/i/z0.java @@ -18,7 +18,7 @@ public final class z0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f199c; + public final LoadingButton f198c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class z0 implements ViewBinding { public z0(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = textView; - this.f199c = loadingButton; + this.f198c = loadingButton; this.d = textView2; this.e = appViewFlipper; this.f = textView3; diff --git a/app/src/main/java/c/a/i/z1.java b/app/src/main/java/c/a/i/z1.java index 2b2d9b173a..4c9b343bd6 100644 --- a/app/src/main/java/c/a/i/z1.java +++ b/app/src/main/java/c/a/i/z1.java @@ -15,14 +15,14 @@ public final class z1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f200c; + public final ImageView f199c; @NonNull public final TextView d; public z1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView2) { this.a = constraintLayout; this.b = textView; - this.f200c = imageView2; + this.f199c = imageView2; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/z2.java b/app/src/main/java/c/a/i/z2.java index 21c0c67216..0d1cc47897 100644 --- a/app/src/main/java/c/a/i/z2.java +++ b/app/src/main/java/c/a/i/z2.java @@ -15,14 +15,14 @@ public final class z2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f201c; + public final TextView f200c; @NonNull public final TextView d; public z2(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = materialButton; - this.f201c = textView; + this.f200c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/z3.java b/app/src/main/java/c/a/i/z3.java index 721cee0529..c439ea1405 100644 --- a/app/src/main/java/c/a/i/z3.java +++ b/app/src/main/java/c/a/i/z3.java @@ -17,7 +17,7 @@ public final class z3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f202c; + public final View f201c; @NonNull public final View d; @NonNull @@ -34,7 +34,7 @@ public final class z3 implements ViewBinding { public z3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull View view2, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckableImageView checkableImageView, @NonNull CheckableImageView checkableImageView2, @NonNull CheckableImageView checkableImageView3) { this.a = linearLayout; this.b = frameLayout; - this.f202c = view; + this.f201c = view; this.d = view2; this.e = textView; this.f = linkifiedTextView; diff --git a/app/src/main/java/c/a/i/z5.java b/app/src/main/java/c/a/i/z5.java index 8ab1a8cc62..7c10fd1d65 100644 --- a/app/src/main/java/c/a/i/z5.java +++ b/app/src/main/java/c/a/i/z5.java @@ -17,7 +17,7 @@ public final class z5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f203c; + public final TextView f202c; @NonNull public final TextView d; @NonNull @@ -34,7 +34,7 @@ public final class z5 implements ViewBinding { public z5(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull StreamPreviewView streamPreviewView) { this.a = constraintLayout; this.b = linearLayout; - this.f203c = textView; + this.f202c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = textView3; diff --git a/app/src/main/java/c/a/j/a.java b/app/src/main/java/c/a/j/a.java index 10f8536c28..0180bd1c85 100644 --- a/app/src/main/java/c/a/j/a.java +++ b/app/src/main/java/c/a/j/a.java @@ -20,7 +20,7 @@ public final class a { public final Map b = new LinkedHashMap(); /* renamed from: c reason: collision with root package name */ - public final Logger f204c; + public final Logger f203c; /* compiled from: FloatingViewManager.kt */ /* renamed from: c.a.j.a$a reason: collision with other inner class name */ @@ -29,7 +29,7 @@ public final class a { public final ViewGroup b; /* renamed from: c reason: collision with root package name */ - public final ViewTreeObserver.OnPreDrawListener f205c; + public final ViewTreeObserver.OnPreDrawListener f204c; public C0028a(View view, ViewGroup viewGroup, ViewTreeObserver.OnPreDrawListener onPreDrawListener) { m.checkNotNullParameter(view, "floatingView"); @@ -37,7 +37,7 @@ public final class a { m.checkNotNullParameter(onPreDrawListener, "ancestorPreDrawListener"); this.a = view; this.b = viewGroup; - this.f205c = onPreDrawListener; + this.f204c = onPreDrawListener; } } @@ -48,7 +48,7 @@ public final class a { public a(Logger logger) { m.checkNotNullParameter(logger, "logger"); - this.f204c = logger; + this.f203c = logger; } public static final void a(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) { @@ -79,7 +79,7 @@ public final class a { if (aVar != null) { ViewGroup viewGroup = aVar.b; View view = aVar.a; - ViewTreeObserver.OnPreDrawListener onPreDrawListener = aVar.f205c; + ViewTreeObserver.OnPreDrawListener onPreDrawListener = aVar.f204c; this.b.remove(Integer.valueOf(i)); viewGroup.getViewTreeObserver().removeOnPreDrawListener(onPreDrawListener); viewGroup.removeView(view); diff --git a/app/src/main/java/c/a/j/e.java b/app/src/main/java/c/a/j/e.java index f3a1553953..c030e119cb 100644 --- a/app/src/main/java/c/a/j/e.java +++ b/app/src/main/java/c/a/j/e.java @@ -13,6 +13,6 @@ public final class e implements Action1 { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // rx.functions.Action1 public void call(Throwable th) { - Logger.e$default(this.i.f204c, "error while subscribing to componentPausedObservable for hiding floating view", th, null, 4, null); + Logger.e$default(this.i.f203c, "error while subscribing to componentPausedObservable for hiding floating view", th, null, 4, null); } } diff --git a/app/src/main/java/c/a/k/a.java b/app/src/main/java/c/a/k/a.java index e2a33e4c04..8fd1cad8f7 100644 --- a/app/src/main/java/c/a/k/a.java +++ b/app/src/main/java/c/a/k/a.java @@ -13,7 +13,7 @@ public final class a { public static Function0 b = C0029a.i; /* renamed from: c reason: collision with root package name */ - public static Function2 f206c = b.i; + public static Function2 f205c = b.i; public static final a d = null; /* compiled from: Format.kt */ diff --git a/app/src/main/java/c/a/k/b.java b/app/src/main/java/c/a/k/b.java index 3652d5c279..d949b0d322 100644 --- a/app/src/main/java/c/a/k/b.java +++ b/app/src/main/java/c/a/k/b.java @@ -219,7 +219,7 @@ public final class b { m.checkNotNullParameter(objArr, "formatArgs"); m.checkNotNullParameter(renderContext, "renderContext"); Map map = renderContext.a; - List list = renderContext.f2097c; + List list = renderContext.f2095c; boolean z2 = true; if (!map.isEmpty()) { charSequence = a.replace(charSequence, new f(map)); @@ -260,7 +260,7 @@ public final class b { m.checkNotNullParameter(charSequence, "$this$i18nFormat"); m.checkNotNullParameter(objArr, "formatArgs"); m.checkNotNullParameter(function1, "initializer"); - return f(charSequence, objArr, AnimatableValueParser.r2(function1, Arrays.copyOf(objArr, objArr.length))); + return f(charSequence, objArr, AnimatableValueParser.s2(function1, Arrays.copyOf(objArr, objArr.length))); } public static /* synthetic */ CharSequence h(Context context, int i, Object[] objArr, Function1 function1, int i2) { @@ -287,11 +287,11 @@ public final class b { m.checkNotNullParameter(textView, "$this$i18nSetText"); m.checkNotNullParameter(objArr, "formatArgs"); m.checkNotNullParameter(function1, "initializer"); - RenderContext r2 = AnimatableValueParser.r2(function1, Arrays.copyOf(objArr, objArr.length)); - textView.setMovementMethod(r2.g ? LinkMovementMethod.getInstance() : null); + RenderContext s2 = AnimatableValueParser.s2(function1, Arrays.copyOf(objArr, objArr.length)); + textView.setMovementMethod(s2.g ? LinkMovementMethod.getInstance() : null); String string = textView.getContext().getString(i); m.checkNotNullExpressionValue(string, "context.getString(stringResId)"); - textView.setText(f(string, objArr, r2)); + textView.setText(f(string, objArr, s2)); } public static /* synthetic */ void n(TextView textView, int i, Object[] objArr, Function1 function1, int i2) { @@ -310,11 +310,11 @@ public final class b { textView.setMovementMethod(null); return; } - RenderContext r2 = AnimatableValueParser.r2(hVar, Arrays.copyOf(objArr, objArr.length)); - if (r2.g) { + RenderContext s2 = AnimatableValueParser.s2(hVar, Arrays.copyOf(objArr, objArr.length)); + if (s2.g) { movementMethod = LinkMovementMethod.getInstance(); } textView.setMovementMethod(movementMethod); - textView.setText(f(charSequence, objArr, r2)); + textView.setText(f(charSequence, objArr, s2)); } } diff --git a/app/src/main/java/c/a/k/f/c.java b/app/src/main/java/c/a/k/f/c.java index 87f81c0c3b..94f5dffd41 100644 --- a/app/src/main/java/c/a/k/f/c.java +++ b/app/src/main/java/c/a/k/f/c.java @@ -38,12 +38,12 @@ public final class c extends Node.a { spannableStringBuilder.setSpan(obj2, length, spannableStringBuilder.length(), 33); } } - Hook.a aVar2 = hook != null ? hook.f2096c : null; + Hook.a aVar2 = hook != null ? hook.f2094c : null; if (aVar2 != null) { aVar = aVar2; } else if (URLUtil.isValidUrl(this.a)) { a aVar3 = a.d; - aVar = new Hook.a(a.b.mo1invoke(), a.f206c); + aVar = new Hook.a(a.b.mo1invoke(), a.f205c); } if (aVar != null) { Integer num = aVar.a; diff --git a/app/src/main/java/c/a/k/g/a.java b/app/src/main/java/c/a/k/g/a.java index b1622423a9..a71604416d 100644 --- a/app/src/main/java/c/a/k/g/a.java +++ b/app/src/main/java/c/a/k/g/a.java @@ -33,7 +33,7 @@ public final class a extends Parser, c> { Pattern pattern5 = c.a.t.b.b.e.g; m.checkNotNullExpressionValue(pattern5, "SimpleMarkdownRules.PATTERN_ITALICS"); addRule(new h(pattern5)); - Pattern pattern6 = c.a.t.b.b.e.f243c; + Pattern pattern6 = c.a.t.b.b.e.f242c; m.checkNotNullExpressionValue(pattern6, "SimpleMarkdownRules.PATTERN_STRIKETHRU"); addRule(new i(pattern6)); addRule(eVar.d()); diff --git a/app/src/main/java/c/a/k/g/d.java b/app/src/main/java/c/a/k/g/d.java index 0f5f104017..2f06185099 100644 --- a/app/src/main/java/c/a/k/g/d.java +++ b/app/src/main/java/c/a/k/g/d.java @@ -11,7 +11,7 @@ public final class d extends b { public static final d b = null; /* renamed from: c reason: collision with root package name */ - public final ThreadLocal f207c = new b(); + public final ThreadLocal f206c = new b(); /* compiled from: FormattingParserProvider.kt */ public static final class a extends o implements Function0 { @@ -40,7 +40,7 @@ public final class d extends b { @Override // c.a.k.g.b public a a() { - a aVar = this.f207c.get(); + a aVar = this.f206c.get(); m.checkNotNull(aVar); return aVar; } diff --git a/app/src/main/java/c/a/n/g/a.java b/app/src/main/java/c/a/n/g/a.java index 6c3cc9d6ab..bde9bb43f5 100644 --- a/app/src/main/java/c/a/n/g/a.java +++ b/app/src/main/java/c/a/n/g/a.java @@ -14,14 +14,14 @@ public final class a implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f208c; + public final FrameLayout f207c; @NonNull public final FrameLayout d; public a(@NonNull View view, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull FrameLayout frameLayout2) { this.a = view; this.b = imageView; - this.f208c = frameLayout; + this.f207c = frameLayout; this.d = frameLayout2; } diff --git a/app/src/main/java/c/a/n/h/a.java b/app/src/main/java/c/a/n/h/a.java index 89cea768ed..3a95928a05 100644 --- a/app/src/main/java/c/a/n/h/a.java +++ b/app/src/main/java/c/a/n/h/a.java @@ -140,46 +140,46 @@ public final class a extends FrameLayout implements f { @Override // c.a.n.f public void a(OverlayBubbleWrap overlayBubbleWrap) { if (overlayBubbleWrap != null) { - FrameLayout frameLayout = this.i.f208c; + FrameLayout frameLayout = this.i.f207c; m.checkNotNullExpressionValue(frameLayout, "binding.trashWrapTargetContainer"); frameLayout.setActivated(true); int max = Math.max(overlayBubbleWrap.getWidth(), overlayBubbleWrap.getHeight()); - FrameLayout frameLayout2 = this.i.f208c; + FrameLayout frameLayout2 = this.i.f207c; m.checkNotNullExpressionValue(frameLayout2, "binding.trashWrapTargetContainer"); - FrameLayout frameLayout3 = this.i.f208c; + FrameLayout frameLayout3 = this.i.f207c; m.checkNotNullExpressionValue(frameLayout3, "binding.trashWrapTargetContainer"); float max2 = (((float) Math.max(max, frameLayout2.getWidth())) / ((float) frameLayout3.getWidth())) + 0.5f; - FrameLayout frameLayout4 = this.i.f208c; + FrameLayout frameLayout4 = this.i.f207c; m.checkNotNullExpressionValue(frameLayout4, "binding.trashWrapTargetContainer"); float scaleX = frameLayout4.getScaleX(); - FrameLayout frameLayout5 = this.i.f208c; + FrameLayout frameLayout5 = this.i.f207c; m.checkNotNullExpressionValue(frameLayout5, "binding.trashWrapTargetContainer"); float scaleY = frameLayout5.getScaleY(); - FrameLayout frameLayout6 = this.i.f208c; + FrameLayout frameLayout6 = this.i.f207c; m.checkNotNullExpressionValue(frameLayout6, "binding.trashWrapTargetContainer"); float pivotX = frameLayout6.getPivotX(); - FrameLayout frameLayout7 = this.i.f208c; + FrameLayout frameLayout7 = this.i.f207c; m.checkNotNullExpressionValue(frameLayout7, "binding.trashWrapTargetContainer"); ScaleAnimation scaleAnimation = new ScaleAnimation(scaleX, max2, scaleY, max2, pivotX, frameLayout7.getPivotY()); scaleAnimation.setDuration(200); scaleAnimation.setInterpolator(getContext(), 17563656); scaleAnimation.setFillAfter(true); - this.i.f208c.startAnimation(scaleAnimation); + this.i.f207c.startAnimation(scaleAnimation); } else { - FrameLayout frameLayout8 = this.i.f208c; + FrameLayout frameLayout8 = this.i.f207c; m.checkNotNullExpressionValue(frameLayout8, "binding.trashWrapTargetContainer"); frameLayout8.setActivated(false); setActivated(false); - FrameLayout frameLayout9 = this.i.f208c; + FrameLayout frameLayout9 = this.i.f207c; m.checkNotNullExpressionValue(frameLayout9, "binding.trashWrapTargetContainer"); float scaleX2 = frameLayout9.getScaleX(); - FrameLayout frameLayout10 = this.i.f208c; + FrameLayout frameLayout10 = this.i.f207c; m.checkNotNullExpressionValue(frameLayout10, "binding.trashWrapTargetContainer"); ScaleAnimation scaleAnimation2 = new ScaleAnimation(scaleX2, 1.0f, frameLayout10.getScaleY(), 1.0f); scaleAnimation2.setDuration(200); scaleAnimation2.setInterpolator(getContext(), 17563655); scaleAnimation2.setFillAfter(true); - this.i.f208c.startAnimation(scaleAnimation2); + this.i.f207c.startAnimation(scaleAnimation2); } if (!m.areEqual(overlayBubbleWrap, this.o)) { if (overlayBubbleWrap != null) { diff --git a/app/src/main/java/c/a/q/a.java b/app/src/main/java/c/a/q/a.java index 6fc54ffc5e..a1affad748 100644 --- a/app/src/main/java/c/a/q/a.java +++ b/app/src/main/java/c/a/q/a.java @@ -7,12 +7,12 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final Integer f209c; + public final Integer f208c; public a(int i, int i2, Integer num) { this.a = i; this.b = i2; - this.f209c = num; + this.f208c = num; } public boolean equals(Object obj) { @@ -23,12 +23,12 @@ public final class a { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && m.areEqual(this.f209c, aVar.f209c); + return this.a == aVar.a && this.b == aVar.b && m.areEqual(this.f208c, aVar.f208c); } public int hashCode() { int i = ((this.a * 31) + this.b) * 31; - Integer num = this.f209c; + Integer num = this.f208c; return i + (num != null ? num.hashCode() : 0); } @@ -38,6 +38,6 @@ public final class a { P.append(", max="); P.append(this.b); P.append(", target="); - return c.d.b.a.a.E(P, this.f209c, ")"); + return c.d.b.a.a.E(P, this.f208c, ")"); } } diff --git a/app/src/main/java/c/a/q/a0.java b/app/src/main/java/c/a/q/a0.java index e1a1e59679..bd9ca7ee24 100644 --- a/app/src/main/java/c/a/q/a0.java +++ b/app/src/main/java/c/a/q/a0.java @@ -24,7 +24,7 @@ public final /* synthetic */ class a0 extends k implements Function1, ? extends RtcConnection.State> pair2 = pair; m.checkNotNullParameter(pair2, "p1"); RtcConnection rtcConnection = (RtcConnection) this.receiver; - if (rtcConnection.f2160a0) { + if (rtcConnection.f2158a0) { Map map = (Map) pair2.component1(); if (m.areEqual((RtcConnection.State) pair2.component2(), RtcConnection.State.f.a)) { rtcConnection.U.i(rtcConnection.k, "local MediaSinkWants: " + map, null); diff --git a/app/src/main/java/c/a/q/b.java b/app/src/main/java/c/a/q/b.java index ae169e862c..5df8e592de 100644 --- a/app/src/main/java/c/a/q/b.java +++ b/app/src/main/java/c/a/q/b.java @@ -8,13 +8,13 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f210c; + public final int f209c; public final Integer d; public b(int i, int i2, int i3, Integer num) { this.a = i; this.b = i2; - this.f210c = i3; + this.f209c = i3; this.d = num; } @@ -26,11 +26,11 @@ public final class b { return false; } b bVar = (b) obj; - return this.a == bVar.a && this.b == bVar.b && this.f210c == bVar.f210c && m.areEqual(this.d, bVar.d); + return this.a == bVar.a && this.b == bVar.b && this.f209c == bVar.f209c && m.areEqual(this.d, bVar.d); } public int hashCode() { - int i = ((((this.a * 31) + this.b) * 31) + this.f210c) * 31; + int i = ((((this.a * 31) + this.b) * 31) + this.f209c) * 31; Integer num = this.d; return i + (num != null ? num.hashCode() : 0); } @@ -41,7 +41,7 @@ public final class b { P.append(", height="); P.append(this.b); P.append(", framerate="); - P.append(this.f210c); + P.append(this.f209c); P.append(", pixelCount="); return a.E(P, this.d, ")"); } diff --git a/app/src/main/java/c/a/q/b0.java b/app/src/main/java/c/a/q/b0.java index 9e91aeda28..97955fb758 100644 --- a/app/src/main/java/c/a/q/b0.java +++ b/app/src/main/java/c/a/q/b0.java @@ -50,13 +50,13 @@ public final class b0 implements MediaEngineConnection.d { if (subscription != null && !subscription.isUnsubscribed()) { dVar.a(); } - dVar.b = Observable.D(0, dVar.f229c, TimeUnit.MILLISECONDS).V(new b(dVar), new c(dVar)); + dVar.b = Observable.D(0, dVar.f228c, TimeUnit.MILLISECONDS).V(new b(dVar), new c(dVar)); rtcConnection.n = dVar; rtcConnection.o = false; } - if (transportInfo.f2180c.ordinal() != 0) { + if (transportInfo.f2178c.ordinal() != 0) { StringBuilder P = c.d.b.a.a.P("Unsupported protocol: "); - P.append(transportInfo.f2180c); + P.append(transportInfo.f2178c); P.append('.'); RtcConnection.j(rtcConnection, true, P.toString(), null, false, 12); } else { @@ -76,7 +76,7 @@ public final class b0 implements MediaEngineConnection.d { Payloads.Protocol.ProtocolInfo protocolInfo = new Payloads.Protocol.ProtocolInfo(str, i, "xsalsa20_poly1305"); ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (a aVar2 : list) { - arrayList.add(new Payloads.Protocol.CodecInfo(aVar2.a, aVar2.b, aVar2.f219c, aVar2.d, aVar2.e)); + arrayList.add(new Payloads.Protocol.CodecInfo(aVar2.a, aVar2.b, aVar2.f218c, aVar2.d, aVar2.e)); } aVar.n(1, new Payloads.Protocol("udp", protocolInfo, arrayList)); } @@ -221,7 +221,7 @@ public final class b0 implements MediaEngineConnection.d { Integer valueOf4 = Integer.valueOf(streamParameters.getMaxBitrate()); Integer valueOf5 = Integer.valueOf(streamParameters.getQuality()); j0 j0Var = f.a; - Integer valueOf6 = Integer.valueOf(j0Var.b.f210c); + Integer valueOf6 = Integer.valueOf(j0Var.b.f209c); Payloads.ResolutionType resolutionType = Payloads.ResolutionType.Fixed; b bVar = j0Var.b; arrayList.add(new Payloads.Stream(str, rid, valueOf6, valueOf5, valueOf, valueOf2, new Payloads.Stream.MaxResolution(resolutionType, bVar.a, bVar.b), valueOf3, valueOf4)); diff --git a/app/src/main/java/c/a/q/c.java b/app/src/main/java/c/a/q/c.java index 612549ace7..1c81b7f890 100644 --- a/app/src/main/java/c/a/q/c.java +++ b/app/src/main/java/c/a/q/c.java @@ -46,7 +46,7 @@ public final class c implements ExecutorService { public final void a() { if (Process.myTid() != this.j) { IllegalStateException illegalStateException = new IllegalStateException("oops! not called on the MediaEngineExecutor"); - AnimatableValueParser.F1("MediaEngineExecutor", "oops! not called on the MediaEngineExecutor", illegalStateException); + AnimatableValueParser.G1("MediaEngineExecutor", "oops! not called on the MediaEngineExecutor", illegalStateException); if (this.l) { new Handler(Looper.getMainLooper()).post(new d(illegalStateException)); } diff --git a/app/src/main/java/c/a/q/e.java b/app/src/main/java/c/a/q/e.java index 240440b898..cd3c1ca594 100644 --- a/app/src/main/java/c/a/q/e.java +++ b/app/src/main/java/c/a/q/e.java @@ -18,7 +18,7 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final Map f211c; + public final Map f210c; public final List d; public final j0 e; @@ -28,13 +28,13 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final double f212c; + public final double f211c; public final int d; public a(int i, int i2, double d, int i3) { this.a = i; this.b = i2; - this.f212c = d; + this.f211c = d; this.d = i3; } @@ -46,11 +46,11 @@ public final class e { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && Double.compare(this.f212c, aVar.f212c) == 0 && this.d == aVar.d; + return this.a == aVar.a && this.b == aVar.b && Double.compare(this.f211c, aVar.f211c) == 0 && this.d == aVar.d; } public int hashCode() { - return ((a0.a.a.a.a(this.f212c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d; + return ((a0.a.a.a.a(this.f211c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d; } public String toString() { @@ -59,7 +59,7 @@ public final class e { P.append(", height="); P.append(this.b); P.append(", budgetPortion="); - P.append(this.f212c); + P.append(this.f211c); P.append(", pixelCount="); return c.d.b.a.a.z(P, this.d, ")"); } @@ -77,14 +77,14 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final EncodeQuality f213c; + public final EncodeQuality f212c; public c(n nVar, int i, EncodeQuality encodeQuality) { m.checkNotNullParameter(nVar, "budget"); m.checkNotNullParameter(encodeQuality, "wantValue"); this.a = nVar; this.b = i; - this.f213c = encodeQuality; + this.f212c = encodeQuality; } public boolean equals(Object obj) { @@ -95,14 +95,14 @@ public final class e { return false; } c cVar = (c) obj; - return m.areEqual(this.a, cVar.a) && this.b == cVar.b && m.areEqual(this.f213c, cVar.f213c); + return m.areEqual(this.a, cVar.a) && this.b == cVar.b && m.areEqual(this.f212c, cVar.f212c); } public int hashCode() { n nVar = this.a; int i = 0; int hashCode = (((nVar != null ? nVar.hashCode() : 0) * 31) + this.b) * 31; - EncodeQuality encodeQuality = this.f213c; + EncodeQuality encodeQuality = this.f212c; if (encodeQuality != null) { i = encodeQuality.hashCode(); } @@ -115,7 +115,7 @@ public final class e { P.append(", pixelCount="); P.append(this.b); P.append(", wantValue="); - P.append(this.f213c); + P.append(this.f212c); P.append(")"); return P.toString(); } @@ -170,7 +170,7 @@ public final class e { aVar = aVar == null ? (a) u.first((List) arrayList) : aVar; if (i6 != aVar.a) { i2 = i3; - linkedHashMap.put(encodeQuality2, new n(aVar.a, aVar.b, aVar.f212c, encodeQuality2.compareTo(EncodeQuality.Twenty) <= 0 ? 12 : 20, 30)); + linkedHashMap.put(encodeQuality2, new n(aVar.a, aVar.b, aVar.f211c, encodeQuality2.compareTo(EncodeQuality.Twenty) <= 0 ? 12 : 20, 30)); EncodeQuality[] values = EncodeQuality.values(); int i7 = 10; while (true) { @@ -192,7 +192,7 @@ public final class e { i5++; i3 = i2; } - this.f211c = linkedHashMap; + this.f210c = linkedHashMap; EncodeQuality[] values2 = EncodeQuality.values(); ArrayList arrayList2 = new ArrayList(11); for (int i8 = 0; i8 < 11; i8++) { diff --git a/app/src/main/java/c/a/q/h0.java b/app/src/main/java/c/a/q/h0.java index cdca033907..b53c558fd7 100644 --- a/app/src/main/java/c/a/q/h0.java +++ b/app/src/main/java/c/a/q/h0.java @@ -76,7 +76,7 @@ public final class h0 implements a.d { rtcConnection.n = null; rtcConnection.o = false; } - rtcConnection.f2166z = 0; + rtcConnection.f2164z = 0; rtcConnection.C = null; MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G; if (mediaSinkWantsManager != null) { @@ -222,7 +222,7 @@ public final class h0 implements a.d { break; } e.c previous = listIterator.previous(); - if (encodeQuality.compareTo(previous.f213c) >= 0) { + if (encodeQuality.compareTo(previous.f212c) >= 0) { z2 = true; continue; } else { @@ -239,8 +239,8 @@ public final class h0 implements a.d { cVar2 = (e.c) u.first((List) eVar.d); } n nVar = cVar2.a; - int max = Math.max((int) (((double) j0Var.f214c.a) * nVar.f224c), j0Var.d); - int max2 = Math.max((int) (((double) j0Var.f214c.b) * nVar.f224c), j0Var.d); + int max = Math.max((int) (((double) j0Var.f213c.a) * nVar.f223c), j0Var.d); + int max2 = Math.max((int) (((double) j0Var.f213c.b) * nVar.f223c), j0Var.d); MediaEngineConnection mediaEngineConnection = rtcConnection.w; if (mediaEngineConnection != null) { mediaEngineConnection.m(new MediaEngineConnection.b(max, max2, nVar.a, nVar.b, nVar.d, nVar.e)); @@ -261,7 +261,7 @@ public final class h0 implements a.d { r.removeFirst(rtcConnection.u); } if (j > ((long) 500)) { - rtcConnection.f2166z++; + rtcConnection.f2164z++; } double d = (double) j; Objects.requireNonNull(RtcConnection.Quality.Companion); @@ -294,7 +294,7 @@ public final class h0 implements a.d { m.checkNotNullParameter(str2, "sessionId"); m.checkNotNullParameter(listOf, "streams"); aVar.G.a(); - aVar.f225s = str; + aVar.f224s = str; aVar.t = str2; aVar.A = a.c.IDENTIFYING; aVar.n(0, new Payloads.Identify(str, j, str2, aVar.D, z2, listOf)); diff --git a/app/src/main/java/c/a/q/i0.java b/app/src/main/java/c/a/q/i0.java index 6532be2b3e..88bbd2a557 100644 --- a/app/src/main/java/c/a/q/i0.java +++ b/app/src/main/java/c/a/q/i0.java @@ -60,7 +60,7 @@ public final class i0 implements PowerManager.OnThermalStatusChangedListener, Ru switch (thermalStatus.ordinal()) { case 0: if (k) { - AnimatableValueParser.G1("ThermalDetector", "totally cool: no longer in thermal trouble"); + AnimatableValueParser.H1("ThermalDetector", "totally cool: no longer in thermal trouble"); k = false; if (l) { ((Handler) i.getValue()).removeCallbacks(this); @@ -69,30 +69,30 @@ public final class i0 implements PowerManager.OnThermalStatusChangedListener, Ru } return; } - AnimatableValueParser.H1("ThermalDetector", "totally cool: thermal status is nominal"); + AnimatableValueParser.I1("ThermalDetector", "totally cool: thermal status is nominal"); return; case 1: case 2: if (k) { - AnimatableValueParser.G1("ThermalDetector", "cooling down: thermal status = " + thermalStatus); + AnimatableValueParser.H1("ThermalDetector", "cooling down: thermal status = " + thermalStatus); c(); return; } - AnimatableValueParser.H1("ThermalDetector", "pretty warm: ignoring low priority thermal status = " + thermalStatus); + AnimatableValueParser.I1("ThermalDetector", "pretty warm: ignoring low priority thermal status = " + thermalStatus); return; case 3: case 4: case 5: case 6: if (!k) { - AnimatableValueParser.I1("ThermalDetector", "we're starting to be in thermal trouble"); + AnimatableValueParser.J1("ThermalDetector", "we're starting to be in thermal trouble"); k = true; } String str = "very toasty: thermal status = " + thermalStatus; if (thermalStatus.compareTo(ThermalStatus.Emergency) < 0) { - AnimatableValueParser.I1("ThermalDetector", str); + AnimatableValueParser.J1("ThermalDetector", str); } else { - AnimatableValueParser.F1("ThermalDetector", str, new RuntimeException(str)); + AnimatableValueParser.G1("ThermalDetector", str, new RuntimeException(str)); } c(); return; @@ -121,7 +121,7 @@ public final class i0 implements PowerManager.OnThermalStatusChangedListener, Ru @Override // android.os.PowerManager.OnThermalStatusChangedListener public synchronized void onThermalStatusChanged(int i2) { ThermalStatus a2 = ThermalStatus.Companion.a(i2); - AnimatableValueParser.E1("ThermalDetector", "system update: onThermalStatusChanged( " + a2 + " )"); + AnimatableValueParser.F1("ThermalDetector", "system update: onThermalStatusChanged( " + a2 + " )"); b(a2); } @@ -129,7 +129,7 @@ public final class i0 implements PowerManager.OnThermalStatusChangedListener, Ru public synchronized void run() { l = false; ThermalStatus a2 = a(); - AnimatableValueParser.E1("ThermalDetector", "scheduled update: current thermal status = " + a2); + AnimatableValueParser.F1("ThermalDetector", "scheduled update: current thermal status = " + a2); b(a2); } diff --git a/app/src/main/java/c/a/q/j.java b/app/src/main/java/c/a/q/j.java index 48b1da3121..eb95289679 100644 --- a/app/src/main/java/c/a/q/j.java +++ b/app/src/main/java/c/a/q/j.java @@ -34,7 +34,7 @@ public final class j extends o implements Function0 { Long l2 = this.$userId; if (l2 == null) { this.this$0.e = null; - } else if (this.this$0.f2158c.contains(l2)) { + } else if (this.this$0.f2156c.contains(l2)) { MediaSinkWantsManager mediaSinkWantsManager2 = this.this$0; Long l3 = this.$userId; mediaSinkWantsManager2.e = l3; diff --git a/app/src/main/java/c/a/q/j0.java b/app/src/main/java/c/a/q/j0.java index b1a392eb23..cffa541fb1 100644 --- a/app/src/main/java/c/a/q/j0.java +++ b/app/src/main/java/c/a/q/j0.java @@ -8,7 +8,7 @@ public final class j0 { public final b b; /* renamed from: c reason: collision with root package name */ - public final a f214c; + public final a f213c; public final int d; public final a e; @@ -19,7 +19,7 @@ public final class j0 { m.checkNotNullParameter(aVar2, "desktopBitrate"); this.a = bVar; this.b = bVar2; - this.f214c = aVar; + this.f213c = aVar; this.d = i; this.e = aVar2; } @@ -32,7 +32,7 @@ public final class j0 { return false; } j0 j0Var = (j0) obj; - return m.areEqual(this.a, j0Var.a) && m.areEqual(this.b, j0Var.b) && m.areEqual(this.f214c, j0Var.f214c) && this.d == j0Var.d && m.areEqual(this.e, j0Var.e); + return m.areEqual(this.a, j0Var.a) && m.areEqual(this.b, j0Var.b) && m.areEqual(this.f213c, j0Var.f213c) && this.d == j0Var.d && m.areEqual(this.e, j0Var.e); } public int hashCode() { @@ -41,7 +41,7 @@ public final class j0 { int hashCode = (bVar != null ? bVar.hashCode() : 0) * 31; b bVar2 = this.b; int hashCode2 = (hashCode + (bVar2 != null ? bVar2.hashCode() : 0)) * 31; - a aVar = this.f214c; + a aVar = this.f213c; int hashCode3 = (((hashCode2 + (aVar != null ? aVar.hashCode() : 0)) * 31) + this.d) * 31; a aVar2 = this.e; if (aVar2 != null) { @@ -56,7 +56,7 @@ public final class j0 { P.append(", videoCapture="); P.append(this.b); P.append(", videoBitrate="); - P.append(this.f214c); + P.append(this.f213c); P.append(", videoBitrateFloor="); P.append(this.d); P.append(", desktopBitrate="); diff --git a/app/src/main/java/c/a/q/k0/a.java b/app/src/main/java/c/a/q/k0/a.java index 5008c15dc7..7de5dde15c 100644 --- a/app/src/main/java/c/a/q/k0/a.java +++ b/app/src/main/java/c/a/q/k0/a.java @@ -22,7 +22,7 @@ public final class a extends BroadcastReceiver { public final Context b; /* renamed from: c reason: collision with root package name */ - public final h f215c; + public final h f214c; /* compiled from: AudioManagerBroadcastReceiver.kt */ /* renamed from: c.a.q.k0.a$a reason: collision with other inner class name */ @@ -35,7 +35,7 @@ public final class a extends BroadcastReceiver { m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(hVar, "listener"); this.b = context; - this.f215c = hVar; + this.f214c = hVar; } @Override // android.content.BroadcastReceiver @@ -69,12 +69,12 @@ public final class a extends BroadcastReceiver { if (audioManagerBroadcastAction == null) { StringBuilder P = c.d.b.a.a.P("unable to parse AudioManagerBroadcastAction for action: "); P.append(intent.getAction()); - AnimatableValueParser.I1("AudioManagerBroadcastReceiver", P.toString()); + AnimatableValueParser.J1("AudioManagerBroadcastReceiver", P.toString()); return; } - AnimatableValueParser.H1("AudioManagerBroadcastReceiver", "onReceive: action = " + audioManagerBroadcastAction); + AnimatableValueParser.I1("AudioManagerBroadcastReceiver", "onReceive: action = " + audioManagerBroadcastAction); try { - h hVar = this.f215c; + h hVar = this.f214c; int ordinal = audioManagerBroadcastAction.ordinal(); if (ordinal == 0) { hVar.c(context); @@ -114,7 +114,7 @@ public final class a extends BroadcastReceiver { hVar.d(context, ((AudioManager) systemService2).isSpeakerphoneOn()); } } catch (Throwable th) { - AnimatableValueParser.F1("AudioManagerBroadcastReceiver", "error handling " + audioManagerBroadcastAction, th); + AnimatableValueParser.G1("AudioManagerBroadcastReceiver", "error handling " + audioManagerBroadcastAction, th); } } } diff --git a/app/src/main/java/c/a/q/k0/b.java b/app/src/main/java/c/a/q/k0/b.java index 127708b2ca..4286eb8728 100644 --- a/app/src/main/java/c/a/q/k0/b.java +++ b/app/src/main/java/c/a/q/k0/b.java @@ -11,7 +11,7 @@ public final class b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f216c; + public final boolean f215c; public final boolean d; /* compiled from: AudioPermissions.kt */ @@ -27,16 +27,16 @@ public final class b { boolean z4 = context.checkPermission("android.permission.RECORD_AUDIO", Process.myPid(), Process.myUid()) == 0; z2 = context.checkPermission("android.permission.BLUETOOTH", Process.myPid(), Process.myUid()) != 0 ? false : z2; this.b = z3; - this.f216c = z4; + this.f215c = z4; this.d = z2; if (!z3) { - AnimatableValueParser.I1("AudioPermissions", "MODIFY_AUDIO_SETTINGS permission is missing"); + AnimatableValueParser.J1("AudioPermissions", "MODIFY_AUDIO_SETTINGS permission is missing"); } if (!z4) { - AnimatableValueParser.I1("AudioPermissions", "RECORD_AUDIO permission is missing"); + AnimatableValueParser.J1("AudioPermissions", "RECORD_AUDIO permission is missing"); } if (!z2) { - AnimatableValueParser.I1("AudioPermissions", "BLUETOOTH permission is missing"); + AnimatableValueParser.J1("AudioPermissions", "BLUETOOTH permission is missing"); } } @@ -48,7 +48,7 @@ public final class b { return false; } b bVar = (b) obj; - return this.b == bVar.b && this.f216c == bVar.f216c && this.d == bVar.d; + return this.b == bVar.b && this.f215c == bVar.f215c && this.d == bVar.d; } public int hashCode() { @@ -61,7 +61,7 @@ public final class b { int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; int i5 = i2 * 31; - boolean z3 = this.f216c; + boolean z3 = this.f215c; if (z3) { z3 = true; } @@ -80,7 +80,7 @@ public final class b { StringBuilder P = c.d.b.a.a.P("AudioPermissions(hasModifyAudioSettingsPermission="); P.append(this.b); P.append(", hasRecordAudioPermission="); - P.append(this.f216c); + P.append(this.f215c); P.append(", hasBluetoothPermission="); return c.d.b.a.a.L(P, this.d, ")"); } diff --git a/app/src/main/java/c/a/q/k0/c.java b/app/src/main/java/c/a/q/k0/c.java index bd9d72c9f3..538487be43 100644 --- a/app/src/main/java/c/a/q/k0/c.java +++ b/app/src/main/java/c/a/q/k0/c.java @@ -68,10 +68,10 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi if (bluetoothBroadcastAction == null) { StringBuilder P = c.d.b.a.a.P("unable to parse BluetoothBroadcastAction for action: "); P.append(intent.getAction()); - AnimatableValueParser.I1("BluetoothBroadcastReceiver", P.toString()); + AnimatableValueParser.J1("BluetoothBroadcastReceiver", P.toString()); return; } - AnimatableValueParser.H1("BluetoothBroadcastReceiver", "onReceive: action = " + bluetoothBroadcastAction); + AnimatableValueParser.I1("BluetoothBroadcastReceiver", "onReceive: action = " + bluetoothBroadcastAction); try { i iVar = this.n; int ordinal = bluetoothBroadcastAction.ordinal(); @@ -80,13 +80,13 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi } else if (ordinal == 1) { iVar.a(context, BluetoothHeadsetAudioState.Companion.b(intent)); } else if (ordinal != 4) { - AnimatableValueParser.I1("BluetoothBroadcastReceiver", "unexpected " + bluetoothBroadcastAction); + AnimatableValueParser.J1("BluetoothBroadcastReceiver", "unexpected " + bluetoothBroadcastAction); } else { m.checkNotNullParameter(intent, "$this$getBluetoothDeviceExtra"); iVar.b((BluetoothDevice) intent.getParcelableExtra("android.bluetooth.device.extra.DEVICE")); } } catch (Throwable th) { - AnimatableValueParser.F1("BluetoothBroadcastReceiver", "error handling " + bluetoothBroadcastAction, th); + AnimatableValueParser.G1("BluetoothBroadcastReceiver", "error handling " + bluetoothBroadcastAction, th); } } } @@ -95,7 +95,7 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi public void onServiceConnected(int i2, BluetoothProfile bluetoothProfile) { ThreadUtils.checkIsOnMainThread(); if (i2 == 1 && this.k) { - AnimatableValueParser.E1("BluetoothBroadcastReceiver", "BluetoothProfile.ServiceListener.onServiceConnected"); + AnimatableValueParser.F1("BluetoothBroadcastReceiver", "BluetoothProfile.ServiceListener.onServiceConnected"); if (!(bluetoothProfile instanceof BluetoothHeadset)) { bluetoothProfile = null; } @@ -109,7 +109,7 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi public void onServiceDisconnected(int i2) { ThreadUtils.checkIsOnMainThread(); if (i2 == 1 && this.k) { - AnimatableValueParser.E1("BluetoothBroadcastReceiver", "BluetoothProfile.ServiceListener.onServiceDisconnected"); + AnimatableValueParser.F1("BluetoothBroadcastReceiver", "BluetoothProfile.ServiceListener.onServiceDisconnected"); this.l = null; this.n.c(null); } diff --git a/app/src/main/java/c/a/q/k0/d.java b/app/src/main/java/c/a/q/k0/d.java index a8c1f1d46d..fc07739dfe 100644 --- a/app/src/main/java/c/a/q/k0/d.java +++ b/app/src/main/java/c/a/q/k0/d.java @@ -14,7 +14,7 @@ public final class d { public static final Lazy b = g.lazy(b.i); /* renamed from: c reason: collision with root package name */ - public static final d f217c = null; + public static final d f216c = null; /* compiled from: BluetoothHeadsetPrivateApi.kt */ public static final class a extends o implements Function0 { diff --git a/app/src/main/java/c/a/q/k0/e.java b/app/src/main/java/c/a/q/k0/e.java index af81cd2100..a037f08a2e 100644 --- a/app/src/main/java/c/a/q/k0/e.java +++ b/app/src/main/java/c/a/q/k0/e.java @@ -13,7 +13,7 @@ public final class e implements AudioManager.OnAudioFocusChangeListener { @Override // android.media.AudioManager.OnAudioFocusChangeListener public final void onAudioFocusChange(int i) { - AnimatableValueParser.E1("DiscordAudioManager", "[AudioFocus] new focus: " + i); + AnimatableValueParser.F1("DiscordAudioManager", "[AudioFocus] new focus: " + i); if (i == -3 || i == -2) { this.i.i(false); } else if (i == 1) { diff --git a/app/src/main/java/c/a/q/k0/f.java b/app/src/main/java/c/a/q/k0/f.java index 1283b13f5d..5f14d33d7f 100644 --- a/app/src/main/java/c/a/q/k0/f.java +++ b/app/src/main/java/c/a/q/k0/f.java @@ -20,7 +20,7 @@ public final class f extends ContentObserver { DiscordAudioManager discordAudioManager = this.a; int streamVolume = discordAudioManager.e.getStreamVolume(3); discordAudioManager.w = streamVolume; - SerializedSubject serializedSubject = discordAudioManager.f2172y; + SerializedSubject serializedSubject = discordAudioManager.f2170y; serializedSubject.j.onNext(Integer.valueOf(streamVolume)); } } diff --git a/app/src/main/java/c/a/q/k0/g.java b/app/src/main/java/c/a/q/k0/g.java index 9dcb64c8c0..0670ec8022 100644 --- a/app/src/main/java/c/a/q/k0/g.java +++ b/app/src/main/java/c/a/q/k0/g.java @@ -7,7 +7,7 @@ public final class g { public static final g b = new g(true, false, false); /* renamed from: c reason: collision with root package name */ - public static final a f218c = new a(null); + public static final a f217c = new a(null); public volatile boolean d; public final boolean e; public final boolean f; diff --git a/app/src/main/java/c/a/q/l.java b/app/src/main/java/c/a/q/l.java index 89d15e898f..7b53a623d1 100644 --- a/app/src/main/java/c/a/q/l.java +++ b/app/src/main/java/c/a/q/l.java @@ -96,10 +96,10 @@ public final class l extends o implements Function0 { } if (arrayList2.isEmpty()) { this.this$0.b.remove(Long.valueOf(this.$userId)); - this.this$0.f2158c.remove(Long.valueOf(this.$userId)); + this.this$0.f2156c.remove(Long.valueOf(this.$userId)); } else { this.this$0.b.put(Long.valueOf(this.$userId), arrayList2); - this.this$0.f2158c.add(Long.valueOf(this.$userId)); + this.this$0.f2156c.add(Long.valueOf(this.$userId)); } this.this$0.d(arrayList2.isEmpty() ? n.emptyList() : d0.t.m.listOf(String.valueOf(this.$userId))); return Unit.a; diff --git a/app/src/main/java/c/a/q/m0/a.java b/app/src/main/java/c/a/q/m0/a.java index 6a4a899fda..55a2895afb 100644 --- a/app/src/main/java/c/a/q/m0/a.java +++ b/app/src/main/java/c/a/q/m0/a.java @@ -8,7 +8,7 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f219c; + public final String f218c; public final int d; public final Integer e; @@ -17,7 +17,7 @@ public final class a { m.checkNotNullParameter(str2, "type"); this.a = str; this.b = i; - this.f219c = str2; + this.f218c = str2; this.d = i2; this.e = num; } @@ -30,14 +30,14 @@ public final class a { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f219c, aVar.f219c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); + return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f218c, aVar.f218c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); } public int hashCode() { String str = this.a; int i = 0; int hashCode = (((str != null ? str.hashCode() : 0) * 31) + this.b) * 31; - String str2 = this.f219c; + String str2 = this.f218c; int hashCode2 = (((hashCode + (str2 != null ? str2.hashCode() : 0)) * 31) + this.d) * 31; Integer num = this.e; if (num != null) { @@ -52,7 +52,7 @@ public final class a { P.append(", priority="); P.append(this.b); P.append(", type="); - P.append(this.f219c); + P.append(this.f218c); P.append(", payloadType="); P.append(this.d); P.append(", rtxPayloadType="); diff --git a/app/src/main/java/c/a/q/m0/b.java b/app/src/main/java/c/a/q/m0/b.java index ba4bbb7c9f..6002d8cf06 100644 --- a/app/src/main/java/c/a/q/m0/b.java +++ b/app/src/main/java/c/a/q/m0/b.java @@ -47,14 +47,14 @@ public final class b extends ScreenCapturerAndroid { public final Rect r = new Rect(); /* renamed from: s reason: collision with root package name */ - public final Rect f220s = new Rect(); + public final Rect f219s = new Rect(); public final Point t = new Point(); public int u; public Subscription v; public final Logger w; /* renamed from: x reason: collision with root package name */ - public final ThumbnailEmitter f221x; + public final ThumbnailEmitter f220x; /* compiled from: ScreenCapturer.kt */ public static final class a { @@ -121,7 +121,7 @@ public final class b extends ScreenCapturerAndroid { m.checkNotNullParameter(callback, "mediaProjectionCallback"); m.checkNotNullParameter(logger, "logger"); this.w = logger; - this.f221x = thumbnailEmitter; + this.f220x = thumbnailEmitter; } public final synchronized void a(Rect rect, int i2) { @@ -212,11 +212,11 @@ public final class b extends ScreenCapturerAndroid { @Override // org.webrtc.ScreenCapturerAndroid, org.webrtc.VideoCapturer public void dispose() { stopCapture(); - ThumbnailEmitter thumbnailEmitter = this.f221x; + ThumbnailEmitter thumbnailEmitter = this.f220x; if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { thumbnailEmitter.d.release(); - thumbnailEmitter.f2183c.release(); + thumbnailEmitter.f2181c.release(); JniCommon.nativeFreeByteBuffer(thumbnailEmitter.b); thumbnailEmitter.a = RecyclerView.FOREVER_NS; } @@ -238,18 +238,18 @@ public final class b extends ScreenCapturerAndroid { @Override // org.webrtc.ScreenCapturerAndroid, org.webrtc.VideoSink public void onFrame(VideoFrame videoFrame) { - Rect rect = this.f220s; + Rect rect = this.f219s; Context context = this.m; if (context == null) { m.throwUninitializedPropertyAccessException("context"); } rect.set(DisplayUtils.getScreenSize(context)); - if (!m.areEqual(this.f220s, this.r)) { - this.r.set(this.f220s); - a(this.f220s, this.u); + if (!m.areEqual(this.f219s, this.r)) { + this.r.set(this.f219s); + a(this.f219s, this.u); } this.q = Long.valueOf(videoFrame.getTimestampNs()); - ThumbnailEmitter thumbnailEmitter = this.f221x; + ThumbnailEmitter thumbnailEmitter = this.f220x; if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { m.checkNotNullParameter(videoFrame, "frame"); diff --git a/app/src/main/java/c/a/q/m0/c/e.java b/app/src/main/java/c/a/q/m0/c/e.java index eaa1d6c0b3..7d5b499e27 100644 --- a/app/src/main/java/c/a/q/m0/c/e.java +++ b/app/src/main/java/c/a/q/m0/c/e.java @@ -36,7 +36,7 @@ public final class e implements MediaEngineConnection { public MediaEngineConnection.ConnectionState b; /* renamed from: c reason: collision with root package name */ - public boolean f222c; + public boolean f221c; public final Map d; public final Map e = new LinkedHashMap(); public final Set f = new LinkedHashSet(); @@ -288,7 +288,7 @@ public final class e implements MediaEngineConnection { Connection connection2 = connection; d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.b); - connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2182c); + connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2180c); connection2.setVADTriggerThreshold((float) this.$inputModeOptions.a); connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1); connection2.setVADUseKrisp(this.$inputModeOptions.e); @@ -473,7 +473,7 @@ public final class e implements MediaEngineConnection { Connection connection2 = connection; d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); MediaEngineConnection.b bVar = this.$quality; - connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2181c, bVar.d, this.$frameRate); + connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2179c, bVar.d, this.$frameRate); return Unit.a; } } @@ -610,7 +610,7 @@ public final class e implements MediaEngineConnection { this.d = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a))); int i2 = aVar.a; String str = aVar.b; - int i3 = aVar.f2179c; + int i3 = aVar.f2177c; Object[] array = aVar.d.toArray(new StreamParameters[0]); Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array"); Connection connectToServer = discord.connectToServer(i2, j2, str, i3, (StreamParameters[]) array, new d(this)); @@ -641,7 +641,7 @@ public final class e implements MediaEngineConnection { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void c(boolean z2) { - this.f222c = z2; + this.f221c = z2; z(new t(z2)); } @@ -720,7 +720,7 @@ public final class e implements MediaEngineConnection { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void m(MediaEngineConnection.b bVar) { d0.z.d.m.checkNotNullParameter(bVar, "quality"); - int i2 = this.f222c ? bVar.e : bVar.f; + int i2 = this.f221c ? bVar.e : bVar.f; y(new p(i2)); y(new q(bVar)); z(new r(bVar, i2)); diff --git a/app/src/main/java/c/a/q/m0/c/k.java b/app/src/main/java/c/a/q/m0/c/k.java index 696cb3ea82..0d1b806d49 100644 --- a/app/src/main/java/c/a/q/m0/c/k.java +++ b/app/src/main/java/c/a/q/m0/c/k.java @@ -35,7 +35,7 @@ public final class k implements MediaEngine { public static final Set b = n0.setOf((Object[]) new String[]{"Pixel 3a", "Redmi Note 8 Pro", "Redmi Note 8 pro"}); /* renamed from: c reason: collision with root package name */ - public final u f223c; + public final u f222c; public final List d; public boolean e; public Discord f; @@ -391,7 +391,7 @@ public final class k implements MediaEngine { boolean z2; StringBuilder P = c.d.b.a.a.P("updateVoiceConfig: "); P.append(this.$voiceConfig); - AnimatableValueParser.E1("MediaEngineLegacy", P.toString()); + AnimatableValueParser.F1("MediaEngineLegacy", P.toString()); MediaEngine.VoiceConfig voiceConfig = this.$voiceConfig; k kVar = this.this$0; float f = voiceConfig.a; @@ -410,21 +410,21 @@ public final class k implements MediaEngine { z2 = gVar2.f && !gVar2.d ? true : z3; } if (z2 != z3) { - AnimatableValueParser.E1("MediaEngineLegacy", "ignoring call to setEchoCancellation(" + z3 + "), config=" + kVar2.o); + AnimatableValueParser.F1("MediaEngineLegacy", "ignoring call to setEchoCancellation(" + z3 + "), config=" + kVar2.o); } Discord discord2 = kVar2.f; if (discord2 != null) { discord2.setEchoCancellation(z2, false, new m(kVar2)); } k kVar3 = this.this$0; - boolean z4 = voiceConfig.f2178c; + boolean z4 = voiceConfig.f2176c; Discord discord3 = kVar3.f; if (discord3 != null) { discord3.setNoiseSuppression(z4); } k kVar4 = this.this$0; boolean z5 = voiceConfig.d; - kVar4.f223c.a = z5; + kVar4.f222c.a = z5; Discord discord4 = kVar4.f; if (discord4 != null) { discord4.setNoiseCancellation(z5); @@ -466,7 +466,7 @@ public final class k implements MediaEngine { this.p = bVar; this.q = set4; this.r = set3; - this.f223c = new u(); + this.f222c = new u(); this.d = new ArrayList(); this.e = true; this.h = MediaEngine.OpenSLUsageMode.ALLOW_LIST; @@ -560,7 +560,7 @@ public final class k implements MediaEngine { c cVar = new c(this); c.a.q.c cVar2 = this.l; Logger logger2 = this.n; - u uVar = this.f223c; + u uVar = this.f222c; List list = this.g; if (list == null) { m.throwUninitializedPropertyAccessException("supportedVideoCodecs"); diff --git a/app/src/main/java/c/a/q/m0/c/m.java b/app/src/main/java/c/a/q/m0/c/m.java index 0a817da161..4b5a2fa954 100644 --- a/app/src/main/java/c/a/q/m0/c/m.java +++ b/app/src/main/java/c/a/q/m0/c/m.java @@ -38,8 +38,8 @@ public final class m implements Discord.AecConfigCallback { MediaEngine.EchoCancellationInfo echoCancellationInfo = kVar.i; kVar.i = null; if (echoCancellationInfo != null) { - MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.b, echoCancellationInfo.f2177c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode); - AnimatableValueParser.G1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2); + MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.b, echoCancellationInfo.f2175c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode); + AnimatableValueParser.H1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2); this.this$0.a.p.onEchoCancellationUpdated(echoCancellationInfo2); } return Unit.a; diff --git a/app/src/main/java/c/a/q/n.java b/app/src/main/java/c/a/q/n.java index 41cbf37c8c..d1c88f8c24 100644 --- a/app/src/main/java/c/a/q/n.java +++ b/app/src/main/java/c/a/q/n.java @@ -7,14 +7,14 @@ public final class n { public final int b; /* renamed from: c reason: collision with root package name */ - public final double f224c; + public final double f223c; public final int d; public final int e; public n(int i, int i2, double d, int i3, int i4) { this.a = i; this.b = i2; - this.f224c = d; + this.f223c = d; this.d = i3; this.e = i4; } @@ -27,11 +27,11 @@ public final class n { return false; } n nVar = (n) obj; - return this.a == nVar.a && this.b == nVar.b && Double.compare(this.f224c, nVar.f224c) == 0 && this.d == nVar.d && this.e == nVar.e; + return this.a == nVar.a && this.b == nVar.b && Double.compare(this.f223c, nVar.f223c) == 0 && this.d == nVar.d && this.e == nVar.e; } public int hashCode() { - return ((((a.a(this.f224c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d) * 31) + this.e; + return ((((a.a(this.f223c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d) * 31) + this.e; } public String toString() { @@ -40,7 +40,7 @@ public final class n { P.append(", height="); P.append(this.b); P.append(", budgetPortion="); - P.append(this.f224c); + P.append(this.f223c); P.append(", mutedFramerate="); P.append(this.d); P.append(", framerate="); diff --git a/app/src/main/java/c/a/q/n0/a.java b/app/src/main/java/c/a/q/n0/a.java index fb88567622..6118002fda 100644 --- a/app/src/main/java/c/a/q/n0/a.java +++ b/app/src/main/java/c/a/q/n0/a.java @@ -58,20 +58,20 @@ public final class a extends WebSocketListener implements DebugPrintable { public WebSocket r; /* renamed from: s reason: collision with root package name */ - public String f225s; + public String f224s; public String t; public Long u; public boolean v; public b w; /* renamed from: x reason: collision with root package name */ - public Long f226x; + public Long f225x; /* renamed from: y reason: collision with root package name */ - public TimerTask f227y; + public TimerTask f226y; /* renamed from: z reason: collision with root package name */ - public Long f228z; + public Long f227z; /* compiled from: RtcControlSocket.kt */ /* renamed from: c.a.q.n0.a$a reason: collision with other inner class name */ @@ -278,7 +278,7 @@ public final class a extends WebSocketListener implements DebugPrintable { Payloads.Ready ready = (Payloads.Ready) c2; aVar.o.succeed(); long currentTimeMillis = aVar.H.currentTimeMillis(); - Long l = aVar.f228z; + Long l = aVar.f227z; long longValue = currentTimeMillis - (l != null ? l.longValue() : 0); aVar.i("[READY] took " + longValue + " ms"); aVar.G.a(); @@ -333,7 +333,7 @@ public final class a extends WebSocketListener implements DebugPrintable { long currentTimeMillis2 = aVar5.H.currentTimeMillis(); long j = currentTimeMillis2 - longValue2; aVar5.h("got heartbeat ack after " + j + " ms"); - aVar5.f226x = Long.valueOf(currentTimeMillis2); + aVar5.f225x = Long.valueOf(currentTimeMillis2); aVar5.v = true; aVar5.G.a(); for (d dVar4 : aVar5.p) { @@ -355,7 +355,7 @@ public final class a extends WebSocketListener implements DebugPrintable { Object c6 = aVar7.m.c(this.$message.getData(), Payloads.Hello.class); m.checkNotNullExpressionValue(c6, "gson.fromJson(message.da…yloads.Hello::class.java)"); Payloads.Hello hello = (Payloads.Hello) c6; - TimerTask timerTask = aVar7.f227y; + TimerTask timerTask = aVar7.f226y; if (timerTask != null) { timerTask.cancel(); } @@ -457,9 +457,9 @@ public final class a extends WebSocketListener implements DebugPrintable { } } else if (cVar == c.RECONNECTING) { String str = aVar.t; - String str2 = aVar.f225s; + String str2 = aVar.f224s; String str3 = aVar.D; - Long l = aVar.f226x; + Long l = aVar.f225x; if (l != null && aVar.H.currentTimeMillis() - l.longValue() > 60000) { z2 = false; } @@ -483,7 +483,7 @@ public final class a extends WebSocketListener implements DebugPrintable { a aVar2 = this.this$0; aVar2.A = c.CONNECTED; long currentTimeMillis = aVar2.H.currentTimeMillis(); - Long l2 = this.this$0.f228z; + Long l2 = this.this$0.f227z; long longValue = currentTimeMillis - (l2 != null ? l2.longValue() : 0); a aVar3 = this.this$0; StringBuilder P2 = c.d.b.a.a.P("[CONNECTED] to "); @@ -563,7 +563,7 @@ public final class a extends WebSocketListener implements DebugPrintable { public final void b(Function1 function1) { this.o.cancel(); this.w.cancel(); - TimerTask timerTask = this.f227y; + TimerTask timerTask = this.f226y; if (timerTask != null) { timerTask.cancel(); } @@ -578,7 +578,7 @@ public final class a extends WebSocketListener implements DebugPrintable { this.G.a(); i("[CLOSE]"); b(e.i); - this.f225s = null; + this.f224s = null; this.t = null; this.B = false; this.A = c.DISCONNECTED; @@ -608,11 +608,11 @@ public final class a extends WebSocketListener implements DebugPrintable { @Override // com.discord.utilities.debug.DebugPrintable public void debugPrint(DebugPrintBuilder debugPrintBuilder) { m.checkNotNullParameter(debugPrintBuilder, "dp"); - debugPrintBuilder.appendKeyValue("serverId", this.f225s); + debugPrintBuilder.appendKeyValue("serverId", this.f224s); debugPrintBuilder.appendKeyValue("sessionId", this.t); debugPrintBuilder.appendKeyValue("heartbeatInterval", this.u); - debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f226x); - debugPrintBuilder.appendKeyValue("connectionStartTime", this.f228z); + debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f225x); + debugPrintBuilder.appendKeyValue("connectionStartTime", this.f227z); debugPrintBuilder.appendKeyValue("connectionState", this.A); debugPrintBuilder.appendKeyValue("resumable", Boolean.valueOf(this.B)); } @@ -626,19 +626,19 @@ public final class a extends WebSocketListener implements DebugPrintable { b(f.i); return; } - this.f228z = Long.valueOf(this.H.currentTimeMillis()); - TimerTask timerTask = this.f227y; + this.f227z = Long.valueOf(this.H.currentTimeMillis()); + TimerTask timerTask = this.f226y; if (timerTask != null) { timerTask.cancel(); } g gVar = new g(this); - this.f227y = gVar; + this.f226y = gVar; this.n.schedule(gVar, 20000); x.a aVar = new x.a(); aVar.a(1, TimeUnit.MINUTES); SSLSocketFactory sSLSocketFactory = this.E; if (sSLSocketFactory != null) { - h.a aVar2 = f0.e0.k.h.f2830c; + h.a aVar2 = f0.e0.k.h.f2828c; aVar.b(sSLSocketFactory, f0.e0.k.h.a.n()); } String H = c.d.b.a.a.H(new StringBuilder(), this.C, "?v=5"); @@ -652,7 +652,7 @@ public final class a extends WebSocketListener implements DebugPrintable { public final void f(boolean z2, Integer num, String str) { j("[DISCONNECT] (" + z2 + ", " + num + ", " + str + ')'); b(null); - this.f225s = null; + this.f224s = null; this.t = null; this.B = false; this.A = c.DISCONNECTED; diff --git a/app/src/main/java/c/a/q/o0/a.java b/app/src/main/java/c/a/q/o0/a.java index a56fddca65..7b20cdca9b 100644 --- a/app/src/main/java/c/a/q/o0/a.java +++ b/app/src/main/java/c/a/q/o0/a.java @@ -98,13 +98,13 @@ public final /* synthetic */ class a extends k implements Function1 if (booleanValue) { krispOveruseDetector.d.f(KrispOveruseDetector.Status.CPU_OVERUSE); } else if (longValue == 0) { - int i = krispOveruseDetector.f2157c + 1; - krispOveruseDetector.f2157c = i; + int i = krispOveruseDetector.f2155c + 1; + krispOveruseDetector.f2155c = i; if (i > 2) { krispOveruseDetector.d.f(KrispOveruseDetector.Status.FAILED); } } else { - krispOveruseDetector.f2157c = 0; + krispOveruseDetector.f2155c = 0; } } krispOveruseDetector.b = stats2.getOutboundRtpAudio(); diff --git a/app/src/main/java/c/a/q/o0/d.java b/app/src/main/java/c/a/q/o0/d.java index ec19abae3b..76d03a46ba 100644 --- a/app/src/main/java/c/a/q/o0/d.java +++ b/app/src/main/java/c/a/q/o0/d.java @@ -15,7 +15,7 @@ public final class d { public Subscription b; /* renamed from: c reason: collision with root package name */ - public final long f229c; + public final long f228c; public final Logger d; public final MediaEngineConnection e; public final VoiceQuality f; @@ -30,7 +30,7 @@ public final class d { m.checkNotNullParameter(voiceQuality, "voiceQuality"); m.checkNotNullParameter(eVar, "videoQuality"); m.checkNotNullParameter(krispOveruseDetector, "krispOveruseDetector"); - this.f229c = j; + this.f228c = j; this.d = logger; this.e = mediaEngineConnection; this.f = voiceQuality; diff --git a/app/src/main/java/c/a/q/o0/e.java b/app/src/main/java/c/a/q/o0/e.java index 7240a453df..f23f7ceb2b 100644 --- a/app/src/main/java/c/a/q/o0/e.java +++ b/app/src/main/java/c/a/q/o0/e.java @@ -31,7 +31,7 @@ public final class e { public static final List b = n.listOf((Object[]) new Integer[]{0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60}); /* renamed from: c reason: collision with root package name */ - public static final List f230c = n.listOf((Object[]) new Integer[]{720, 480, 360}); + public static final List f229c = n.listOf((Object[]) new Integer[]{720, 480, 360}); public static final b d = new b(null); public final ListenerCollectionSubject e; public final ListenerCollection f; @@ -53,7 +53,7 @@ public final class e { public long b; /* renamed from: c reason: collision with root package name */ - public long f231c; + public long f230c; public long d; public long e; public long f; @@ -68,7 +68,7 @@ public final class e { public a(long j, long j2, long j3, long j4, long j5, long j6, long j7, long j8, long j9) { this.a = j; this.b = j2; - this.f231c = j3; + this.f230c = j3; this.d = j4; this.e = j5; this.f = j6; @@ -90,12 +90,12 @@ public final class e { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f231c == aVar.f231c && this.d == aVar.d && this.e == aVar.e && this.f == aVar.f && this.g == aVar.g && this.h == aVar.h && this.i == aVar.i; + return this.a == aVar.a && this.b == aVar.b && this.f230c == aVar.f230c && this.d == aVar.d && this.e == aVar.e && this.f == aVar.f && this.g == aVar.g && this.h == aVar.h && this.i == aVar.i; } public int hashCode() { int a = a0.a.a.b.a(this.b); - int a2 = a0.a.a.b.a(this.f231c); + int a2 = a0.a.a.b.a(this.f230c); int a3 = a0.a.a.b.a(this.d); int a4 = a0.a.a.b.a(this.e); int a5 = a0.a.a.b.a(this.f); @@ -110,7 +110,7 @@ public final class e { P.append(", framesNetwork="); P.append(this.b); P.append(", packets="); - P.append(this.f231c); + P.append(this.f230c); P.append(", packetsLost="); P.append(this.d); P.append(", framesDropped="); @@ -187,7 +187,7 @@ public final class e { public final Histogram b = new Histogram(5, 0, 2, null); /* renamed from: c reason: collision with root package name */ - public final Histogram f232c = new Histogram(25600, 0, 2, null); + public final Histogram f231c = new Histogram(25600, 0, 2, null); public Long d; public a e = new a(0, 0, 0, 0, 0, 0, 0, 0, 0, FrameMetricsAggregator.EVERY_DURATION); public long f; @@ -203,7 +203,7 @@ public final class e { for (Number number2 : e.b) { this.h.put(Integer.valueOf(number2.intValue()), Float.valueOf(0.0f)); } - for (Number number3 : e.f230c) { + for (Number number3 : e.f229c) { this.j.put(Integer.valueOf(number3.intValue()), Float.valueOf(0.0f)); } } @@ -224,7 +224,7 @@ public final class e { public final long b; /* renamed from: c reason: collision with root package name */ - public final a f233c; + public final a f232c; public g() { this(0, 0, new a(0, 0, 0, 0, 0, 0, 0, 0, 0, FrameMetricsAggregator.EVERY_DURATION)); @@ -234,7 +234,7 @@ public final class e { m.checkNotNullParameter(aVar, "aggregatedProperties"); this.a = j; this.b = j2; - this.f233c = aVar; + this.f232c = aVar; } public boolean equals(Object obj) { @@ -245,12 +245,12 @@ public final class e { return false; } g gVar = (g) obj; - return this.a == gVar.a && this.b == gVar.b && m.areEqual(this.f233c, gVar.f233c); + return this.a == gVar.a && this.b == gVar.b && m.areEqual(this.f232c, gVar.f232c); } public int hashCode() { int a = (a0.a.a.b.a(this.b) + (a0.a.a.b.a(this.a) * 31)) * 31; - a aVar = this.f233c; + a aVar = this.f232c; return a + (aVar != null ? aVar.hashCode() : 0); } @@ -260,7 +260,7 @@ public final class e { P.append(", timestamp="); P.append(this.b); P.append(", aggregatedProperties="); - P.append(this.f233c); + P.append(this.f232c); P.append(")"); return P.toString(); } @@ -288,10 +288,10 @@ public final class e { for (Map.Entry entry : eVar.m.entrySet()) { C0043e value = entry.getValue(); value.b.addSample((long) resourceUsage2.getCpuUsagePercent()); - value.f232c.addSample(resourceUsage2.getMemoryRssBytes()); + value.f231c.addSample(resourceUsage2.getMemoryRssBytes()); } eVar.l.b.addSample((long) resourceUsage2.getCpuUsagePercent()); - eVar.l.f232c.addSample(resourceUsage2.getMemoryRssBytes()); + eVar.l.f231c.addSample(resourceUsage2.getMemoryRssBytes()); } return Unit.a; } @@ -325,18 +325,18 @@ public final class e { f fVar = f.i; eVar.f = (gVar2.b - gVar3.b) + eVar.f; a aVar = eVar.e; - a aVar2 = gVar2.f233c; - a aVar3 = gVar3.f233c; + a aVar2 = gVar2.f232c; + a aVar3 = gVar3.f232c; aVar.a = fVar.a(aVar2.a, aVar3.a) + aVar.a; aVar.b = fVar.a(aVar2.b, aVar3.b) + aVar.b; - aVar.f231c = fVar.a(aVar2.f231c, aVar3.f231c) + aVar.f231c; + aVar.f230c = fVar.a(aVar2.f230c, aVar3.f230c) + aVar.f230c; aVar.d = fVar.a(aVar2.d, aVar3.d) + aVar.d; aVar.e = fVar.a(aVar2.e, aVar3.e) + aVar.e; aVar.f = fVar.a(aVar2.f, aVar3.f) + aVar.f; aVar.g = fVar.a(aVar2.g, aVar3.g) + aVar.g; aVar.h = fVar.a(aVar2.h, aVar3.h) + aVar.h; aVar.i = fVar.a(aVar2.i, aVar3.i) + aVar.i; - a aVar4 = gVar2.f233c; + a aVar4 = gVar2.f232c; long j = aVar4.f; long j2 = aVar4.a; long j3 = gVar2.b; @@ -346,11 +346,11 @@ public final class e { if (eVar.a.size() >= 6) { List list3 = eVar.a; g gVar4 = list3.get(list3.size() - 3); - a aVar5 = gVar4.f233c; + a aVar5 = gVar4.f232c; long j5 = aVar5.f; long j6 = aVar5.a; long j7 = gVar4.b; - Iterator it = f230c.iterator(); + Iterator it = f229c.iterator(); while (true) { float f3 = 0.0f; if (!it.hasNext()) { @@ -459,7 +459,7 @@ public final class e { int i = (f2 > ((float) 0) ? 1 : (f2 == ((float) 0) ? 0 : -1)); long roundToLong = (i <= 0 || (valueOf = Float.valueOf(eVar.i / f2)) == null) ? 0 : d0.a0.a.roundToLong(valueOf.floatValue()); Histogram.Report report = eVar.b.getReport(); - Histogram.Report report2 = eVar.f232c.getReport(); + Histogram.Report report2 = eVar.f231c.getReport(); b bVar = d; long j = (long) 1024; Map mapOf = h0.mapOf(d0.o.to("duration", Double.valueOf(Math.floor((double) longValue))), c.d.b.a.a.Y(bVar, eVar.g.get(8000000), "duration_stream_under_8mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(7000000), "duration_stream_under_7mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(6000000), "duration_stream_under_6mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(5000000), "duration_stream_under_5mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(4000000), "duration_stream_under_4mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(3000000), "duration_stream_under_3mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(2000000), "duration_stream_under_2mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(1500000), "duration_stream_under_1_5mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(1000000), "duration_stream_under_1mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(500000), "duration_stream_under_0_5mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(0), "duration_stream_at_0mbps"), c.d.b.a.a.Y(bVar, eVar.h.get(60), "duration_fps_under_60"), c.d.b.a.a.Y(bVar, eVar.h.get(55), "duration_fps_under_55"), c.d.b.a.a.Y(bVar, eVar.h.get(50), "duration_fps_under_50"), c.d.b.a.a.Y(bVar, eVar.h.get(45), "duration_fps_under_45"), c.d.b.a.a.Y(bVar, eVar.h.get(40), "duration_fps_under_40"), c.d.b.a.a.Y(bVar, eVar.h.get(35), "duration_fps_under_35"), c.d.b.a.a.Y(bVar, eVar.h.get(30), "duration_fps_under_30"), c.d.b.a.a.Y(bVar, eVar.h.get(25), "duration_fps_under_25"), c.d.b.a.a.Y(bVar, eVar.h.get(20), "duration_fps_under_20"), c.d.b.a.a.Y(bVar, eVar.h.get(15), "duration_fps_under_15"), c.d.b.a.a.Y(bVar, eVar.h.get(10), "duration_fps_under_10"), c.d.b.a.a.Y(bVar, eVar.h.get(5), "duration_fps_under_5"), c.d.b.a.a.Y(bVar, eVar.h.get(0), "duration_fps_at_0"), d0.o.to("avg_resolution", Long.valueOf(roundToLong)), c.d.b.a.a.Y(bVar, eVar.j.get(720), "duration_resolution_under_720"), c.d.b.a.a.Y(bVar, eVar.j.get(480), "duration_resolution_under_480"), c.d.b.a.a.Y(bVar, eVar.j.get(360), "duration_resolution_under_360"), d0.o.to("num_pauses", 0), d0.o.to("duration_paused", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.i.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("duration_zero_receivers", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.j.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("duration_video_stopped", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.k.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("client_performance_cpu_percentile25", Long.valueOf(report.getPercentile25())), d0.o.to("client_performance_cpu_percentile50", Long.valueOf(report.getPercentile50())), d0.o.to("client_performance_cpu_percentile75", Long.valueOf(report.getPercentile75())), d0.o.to("client_performance_cpu_percentile90", Long.valueOf(report.getPercentile90())), d0.o.to("client_performance_cpu_percentile95", Long.valueOf(report.getPercentile95())), d0.o.to("client_performance_memory_percentile25", Long.valueOf(report2.getPercentile25() / j)), d0.o.to("client_performance_memory_percentile50", Long.valueOf(report2.getPercentile50() / j)), d0.o.to("client_performance_memory_percentile75", Long.valueOf(report2.getPercentile75() / j)), d0.o.to("client_performance_memory_percentile90", Long.valueOf(report2.getPercentile90() / j)), d0.o.to("client_performance_memory_percentile95", Long.valueOf(report2.getPercentile95() / j)), d0.o.to("client_performance_memory_min", Long.valueOf(report2.getMin() / j)), d0.o.to("client_performance_memory_max", Long.valueOf(report2.getMax() / j))); @@ -471,7 +471,7 @@ public final class e { pairArr[1] = d0.o.to("avg_fps", Long.valueOf(a3)); pairArr[2] = d0.o.to("num_bytes", Long.valueOf(aVar.f)); pairArr[3] = d0.o.to("num_packets_lost", Long.valueOf(aVar.d)); - pairArr[4] = d0.o.to("num_packets", Long.valueOf(aVar.f231c)); + pairArr[4] = d0.o.to("num_packets", Long.valueOf(aVar.f230c)); pairArr[5] = d0.o.to("num_frames", Long.valueOf(aVar.b)); Long l2 = eVar.d; pairArr[6] = d0.o.to("time_to_first_frame_ms", Long.valueOf(l2 != null ? l2.longValue() : 0)); diff --git a/app/src/main/java/c/a/q/r.java b/app/src/main/java/c/a/q/r.java index f08210dc73..df77de59d0 100644 --- a/app/src/main/java/c/a/q/r.java +++ b/app/src/main/java/c/a/q/r.java @@ -13,6 +13,6 @@ public final class r extends RtcConnection.b { @Override // com.discord.rtcconnection.RtcConnection.b, com.discord.rtcconnection.RtcConnection.c public void onStateChange(RtcConnection.StateChange stateChange) { m.checkNotNullParameter(stateChange, "stateChange"); - this.i.f2163s.onNext(stateChange); + this.i.f2161s.onNext(stateChange); } } diff --git a/app/src/main/java/c/a/q/s.java b/app/src/main/java/c/a/q/s.java index 12a80334c2..a0c9acbda5 100644 --- a/app/src/main/java/c/a/q/s.java +++ b/app/src/main/java/c/a/q/s.java @@ -53,8 +53,8 @@ public final class s extends o implements Function0 { rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2); try { URI uri = new URI(v); - rtcConnection.f2164x = uri.getHost(); - rtcConnection.f2165y = Integer.valueOf(uri.getPort()); + rtcConnection.f2162x = uri.getHost(); + rtcConnection.f2163y = Integer.valueOf(uri.getPort()); } catch (Exception e) { rtcConnection.U.e(rtcConnection.k, "Failed to parse RTC endpoint", e, g0.mapOf(d0.o.to("endpoint", replace$default))); } diff --git a/app/src/main/java/c/a/r/b.java b/app/src/main/java/c/a/r/b.java index 6295fc97e8..a6093040bb 100644 --- a/app/src/main/java/c/a/r/b.java +++ b/app/src/main/java/c/a/r/b.java @@ -77,7 +77,7 @@ public final class b extends k implements Function2 f; @@ -44,7 +44,7 @@ public final class b extends ContentObserver { public final long b; /* renamed from: c reason: collision with root package name */ - public final String f235c; + public final String f234c; public final String d; public final Uri e; public final long f; @@ -54,7 +54,7 @@ public final class b extends ContentObserver { m.checkNotNullParameter(str2, "relativePath"); m.checkNotNullParameter(uri, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); this.b = j; - this.f235c = str; + this.f234c = str; this.d = str2; this.e = uri; this.f = j2; @@ -69,12 +69,12 @@ public final class b extends ContentObserver { return false; } C0044b bVar = (C0044b) obj; - return this.b == bVar.b && m.areEqual(this.f235c, bVar.f235c) && m.areEqual(this.d, bVar.d) && m.areEqual(this.e, bVar.e) && this.f == bVar.f; + return this.b == bVar.b && m.areEqual(this.f234c, bVar.f234c) && m.areEqual(this.d, bVar.d) && m.areEqual(this.e, bVar.e) && this.f == bVar.f; } public int hashCode() { int a = a0.a.a.b.a(this.b) * 31; - String str = this.f235c; + String str = this.f234c; int i = 0; int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.d; @@ -90,7 +90,7 @@ public final class b extends ContentObserver { StringBuilder P = c.d.b.a.a.P("ScreenshotData(id="); P.append(this.b); P.append(", fileName="); - P.append(this.f235c); + P.append(this.f234c); P.append(", relativePath="); P.append(this.d); P.append(", uri="); @@ -108,7 +108,7 @@ public final class b extends ContentObserver { m.checkNotNullParameter(contentResolver, "contentResolver"); m.checkNotNullParameter(clock2, "clock"); m.checkNotNullParameter(function2, "onScreenshot"); - this.f234c = logger; + this.f233c = logger; this.d = contentResolver; this.e = clock2; this.f = function2; @@ -159,7 +159,7 @@ public final class b extends ContentObserver { if (w.contains$default((CharSequence) lowerCase, (CharSequence) "screenshots/", false, 2, (Object) null)) { if (Math.abs((this.e.currentTimeMillis() / ((long) 1000)) - bVar.f) <= 10) { this.b = bVar.a; - this.f.invoke(bVar.e, bVar.f235c); + this.f.invoke(bVar.e, bVar.f234c); return; } return; @@ -194,7 +194,7 @@ public final class b extends ContentObserver { try { a(uri); } catch (Exception e) { - Logger.e$default(this.f234c, "Error processing screenshot", e, null, 4, null); + Logger.e$default(this.f233c, "Error processing screenshot", e, null, 4, null); } } } diff --git a/app/src/main/java/c/a/t/a/a.java b/app/src/main/java/c/a/t/a/a.java index a1724a3902..f393c52e30 100644 --- a/app/src/main/java/c/a/t/a/a.java +++ b/app/src/main/java/c/a/t/a/a.java @@ -20,14 +20,14 @@ public final class a extends Rule, S> { public final /* synthetic */ StyleNode.a b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Function3 f236c; + public final /* synthetic */ Function3 f235c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a(e eVar, Map map, StyleNode.a aVar, Function3 function3, Pattern pattern) { super(pattern); this.a = map; this.b = aVar; - this.f236c = function3; + this.f235c = function3; } @Override // com.discord.simpleast.core.parser.Rule @@ -56,7 +56,7 @@ public final class a extends Rule, S> { } else { aVar = new CodeNode.a.b(group2); } - Node node = (Node) this.f236c.invoke(new CodeNode(aVar, group, this.b), Boolean.valueOf(z2), s2); + Node node = (Node) this.f235c.invoke(new CodeNode(aVar, group, this.b), Boolean.valueOf(z2), s2); m.checkNotNullParameter(node, "node"); return new ParseSpec<>(node, s2); } diff --git a/app/src/main/java/c/a/t/a/e.java b/app/src/main/java/c/a/t/a/e.java index dad61212d1..fb378a2313 100644 --- a/app/src/main/java/c/a/t/a/e.java +++ b/app/src/main/java/c/a/t/a/e.java @@ -19,7 +19,7 @@ public final class e { public static final Pattern b; /* renamed from: c reason: collision with root package name */ - public static final Pattern f237c; + public static final Pattern f236c; public static final Pattern d; public static final Pattern e; public static final e f = new e(); @@ -33,7 +33,7 @@ public final class e { b = compile2; Pattern compile3 = Pattern.compile("^(?:\\n\\s*)+"); m.checkNotNullExpressionValue(compile3, "Pattern.compile(\"\"\"^(?:\\n\\s*)+\"\"\")"); - f237c = compile3; + f236c = compile3; Pattern compile4 = Pattern.compile("^[\\s\\S]+?(?=\\b|[^0-9A-Za-z\\s\\u00c0-\\uffff]|\\n| {2,}\\n|\\w+:\\S|$)"); m.checkNotNullExpressionValue(compile4, "Pattern.compile(\"\"\"^[\\s\\…|\\n| {2,}\\n|\\w+:\\S|$)\"\"\")"); d = compile4; @@ -66,7 +66,7 @@ public final class e { m.checkNotNullExpressionValue(c2, "createWordPattern(*builtIns)"); Pattern c3 = c((String[]) Arrays.copyOf(strArr3, strArr3.length)); m.checkNotNullExpressionValue(c3, "createWordPattern(*keywords)"); - return u.plus((Collection) list, (Iterable) n.listOf((Object[]) new Rule[]{new b(fVar, strArr4, compile), d(this, c2, 0, fVar.g, 1), d(this, c3, 0, fVar.d, 1), d(this, e, 0, fVar.f238c, 1), d(this, f237c, 0, null, 3), d(this, d, 0, null, 3)})); + return u.plus((Collection) list, (Iterable) n.listOf((Object[]) new Rule[]{new b(fVar, strArr4, compile), d(this, c2, 0, fVar.g, 1), d(this, c3, 0, fVar.d, 1), d(this, e, 0, fVar.f237c, 1), d(this, f236c, 0, null, 3), d(this, d, 0, null, 3)})); } public final Pattern b(String str) { diff --git a/app/src/main/java/c/a/t/a/f.java b/app/src/main/java/c/a/t/a/f.java index 779c495a3b..d876ded4b4 100644 --- a/app/src/main/java/c/a/t/a/f.java +++ b/app/src/main/java/c/a/t/a/f.java @@ -9,7 +9,7 @@ public final class f { public final StyleNode.a b; /* renamed from: c reason: collision with root package name */ - public final StyleNode.a f238c; + public final StyleNode.a f237c; public final StyleNode.a d; public final StyleNode.a e; public final StyleNode.a f; @@ -33,7 +33,7 @@ public final class f { m.checkNotNullParameter(aVar8, "paramsStyleProvider"); this.a = aVar; this.b = aVar2; - this.f238c = aVar3; + this.f237c = aVar3; this.d = aVar4; this.e = aVar5; this.f = aVar6; @@ -49,7 +49,7 @@ public final class f { return false; } f fVar = (f) obj; - return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f238c, fVar.f238c) && m.areEqual(this.d, fVar.d) && m.areEqual(this.e, fVar.e) && m.areEqual(this.f, fVar.f) && m.areEqual(this.g, fVar.g) && m.areEqual(this.h, fVar.h); + return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f237c, fVar.f237c) && m.areEqual(this.d, fVar.d) && m.areEqual(this.e, fVar.e) && m.areEqual(this.f, fVar.f) && m.areEqual(this.g, fVar.g) && m.areEqual(this.h, fVar.h); } public int hashCode() { @@ -58,7 +58,7 @@ public final class f { int hashCode = (aVar != null ? aVar.hashCode() : 0) * 31; StyleNode.a aVar2 = this.b; int hashCode2 = (hashCode + (aVar2 != null ? aVar2.hashCode() : 0)) * 31; - StyleNode.a aVar3 = this.f238c; + StyleNode.a aVar3 = this.f237c; int hashCode3 = (hashCode2 + (aVar3 != null ? aVar3.hashCode() : 0)) * 31; StyleNode.a aVar4 = this.d; int hashCode4 = (hashCode3 + (aVar4 != null ? aVar4.hashCode() : 0)) * 31; @@ -81,7 +81,7 @@ public final class f { P.append(", commentStyleProvider="); P.append(this.b); P.append(", literalStyleProvider="); - P.append(this.f238c); + P.append(this.f237c); P.append(", keywordStyleProvider="); P.append(this.d); P.append(", identifierStyleProvider="); diff --git a/app/src/main/java/c/a/t/a/i.java b/app/src/main/java/c/a/t/a/i.java index 911cff3024..f1bebc187e 100644 --- a/app/src/main/java/c/a/t/a/i.java +++ b/app/src/main/java/c/a/t/a/i.java @@ -13,7 +13,7 @@ public final class i { public static final String[] b = {"String|Boolean|RegExp|Number|Date|Math|JSON|Symbol|BigInt|Atomics|DataView", "Function|Promise|Generator|GeneratorFunction|AsyncFunction|AsyncGenerator|AsyncGeneratorFunction", "Array|Object|Map|Set|WeakMap|WeakSet|Int8Array|Int16Array|Int32Array|Uint8Array|Uint16Array", "Uint32Array|Uint8ClampedArray|Float32Array|Float64Array|BigInt64Array|BigUint64Array|Buffer", "ArrayBuffer|SharedArrayBuffer", "Reflect|Proxy|Intl|WebAssembly", "console|process|require|isNaN|parseInt|parseFloat|encodeURI|decodeURI|encodeURIComponent", "decodeURIComponent|this|global|globalThis|eval|isFinite|module", "setTimeout|setInterval|clearTimeout|clearInterval|setImmediate|clearImmediate", "queueMicrotask|document|window", "Error|SyntaxError|TypeError|RangeError|ReferenceError|EvalError|InternalError|URIError", "AggregateError|escape|unescape|URL|URLSearchParams|TextEncoder|TextDecoder", "AbortController|AbortSignal|EventTarget|Event|MessageChannel", "MessagePort|MessageEvent|FinalizationRegistry|WeakRef", "regeneratorRuntime"}; /* renamed from: c reason: collision with root package name */ - public static final Pattern f239c = Pattern.compile("^/.*?/(?:\\w*)?", 32); + public static final Pattern f238c = Pattern.compile("^/.*?/(?:\\w*)?", 32); public static final Pattern d = Pattern.compile("^<(.*)>"); public static final Pattern e = Pattern.compile("^(?:(?://.*?(?=\\n|$))|(/\\*.*?\\*/))", 32); public static final Pattern f = Pattern.compile("^('[\\s\\S]*?(? extends Node.a { @@ -24,7 +24,7 @@ public final class o { public final String b; /* renamed from: c reason: collision with root package name */ - public final f f242c; + public final f f241c; /* compiled from: Xml.kt */ /* renamed from: c.a.t.a.o$a$a reason: collision with other inner class name */ @@ -47,7 +47,7 @@ public final class o { m.checkNotNullParameter(fVar, "codeStyleProviders"); this.a = str; this.b = str2; - this.f242c = fVar; + this.f241c = fVar; } @Override // com.discord.simpleast.core.node.Node.a, com.discord.simpleast.core.node.Node @@ -83,7 +83,7 @@ public final class o { pair = d0.o.to(this.a, ""); } String str4 = (String) pair.component2(); - C0047a aVar = new C0047a(this.f242c.g); + C0047a aVar = new C0047a(this.f241c.g); int length2 = spannableStringBuilder.length(); spannableStringBuilder.append((CharSequence) ('<' + ((String) pair.component1()))); Iterator it = aVar.invoke(rc).iterator(); @@ -92,7 +92,7 @@ public final class o { } int length3 = spannableStringBuilder.length(); spannableStringBuilder.append((CharSequence) (str4 + '>')); - Iterator it2 = this.f242c.h.get(rc).iterator(); + Iterator it2 = this.f241c.h.get(rc).iterator(); while (it2.hasNext()) { spannableStringBuilder.setSpan(it2.next(), length3, spannableStringBuilder.length() - 1, 33); } diff --git a/app/src/main/java/c/a/t/b/b/e.java b/app/src/main/java/c/a/t/b/b/e.java index fa6cedaddc..8cb7027ac1 100644 --- a/app/src/main/java/c/a/t/b/b/e.java +++ b/app/src/main/java/c/a/t/b/b/e.java @@ -18,7 +18,7 @@ public final class e { public static final Pattern b = Pattern.compile("^__([\\s\\S]+?)__(?!_)"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f243c = Pattern.compile("^~~(?=\\S)([\\s\\S]*?\\S)~~"); + public static final Pattern f242c = Pattern.compile("^~~(?=\\S)([\\s\\S]*?\\S)~~"); public static final Pattern d = Pattern.compile("^(?:\\n *)*\\n"); public static final Pattern e = Pattern.compile("^[\\s\\S]+?(?=[^0-9A-Za-z\\s\\u00c0-\\uffff]|\\n| {2,}\\n|\\w+:\\S|$)"); public static final Pattern f = Pattern.compile("^\\\\([^0-9A-Za-z\\s])"); @@ -86,7 +86,7 @@ public final class e { Pattern pattern5 = g; m.checkNotNullExpressionValue(pattern5, "PATTERN_ITALICS"); arrayList.add(new c(eVar2, pattern5)); - Pattern pattern6 = f243c; + Pattern pattern6 = f242c; m.checkNotNullExpressionValue(pattern6, "PATTERN_STRIKETHRU"); arrayList.add(c(pattern6, f.i)); if (z2) { diff --git a/app/src/main/java/c/a/t/c/a.java b/app/src/main/java/c/a/t/c/a.java index 76d744b633..06a4bfe0ba 100644 --- a/app/src/main/java/c/a/t/c/a.java +++ b/app/src/main/java/c/a/t/c/a.java @@ -26,7 +26,7 @@ public final class a { public static final Pattern b; /* renamed from: c reason: collision with root package name */ - public static final Pattern f244c; + public static final Pattern f243c; public static final Pattern d = new Regex("^\\s*(?:(?:(.+)(?: +\\{([\\w ]*)\\}))|(.*))[ \\t]*\\n *([=\\-]){3,}[ \\t]*(?=\\n|$)").toPattern(); public static final a e = new a(); @@ -120,7 +120,7 @@ public final class a { this(pattern, function1); if ((i & 1) != 0) { a aVar = a.e; - pattern = a.f244c; + pattern = a.f243c; } } @@ -189,6 +189,6 @@ public final class a { b = compile2; Pattern compile3 = Pattern.compile("^\\s*(.+)\\n *(=|-){3,} *(?=\\n|$)", 0); m.checkNotNullExpressionValue(compile3, "java.util.regex.Pattern.compile(this, flags)"); - f244c = compile3; + f243c = compile3; } } diff --git a/app/src/main/java/c/a/y/a0.java b/app/src/main/java/c/a/y/a0.java index 239fd1cea8..22ea8d5787 100644 --- a/app/src/main/java/c/a/y/a0.java +++ b/app/src/main/java/c/a/y/a0.java @@ -53,7 +53,7 @@ public final class a0 extends LinearLayout { TextView textView = this.l.b; m.checkNotNullExpressionValue(textView, "binding.counterText1"); textView.setActivated(z2); - TextView textView2 = this.l.f93c; + TextView textView2 = this.l.f92c; m.checkNotNullExpressionValue(textView2, "binding.counterText2"); textView2.setActivated(z2); } diff --git a/app/src/main/java/c/a/y/b0.java b/app/src/main/java/c/a/y/b0.java index d6dbc2bed4..c368534fa6 100644 --- a/app/src/main/java/c/a/y/b0.java +++ b/app/src/main/java/c/a/y/b0.java @@ -204,7 +204,7 @@ public final class b0 extends AppBottomSheet implements i { } List list = (List) serializable; boolean z2 = getArgumentsOrDefault().getBoolean("simple_bottom_sheet_show_dividers"); - TextView textView = g().f75c; + TextView textView = g().f74c; m.checkNotNullExpressionValue(textView, "binding.widgetSimpleBottomSheetSelectorPlaceholder"); textView.setText(string); ConstraintLayout constraintLayout = g().b; diff --git a/app/src/main/java/c/a/y/e0.java b/app/src/main/java/c/a/y/e0.java index 81cbf592ec..835e3927e1 100644 --- a/app/src/main/java/c/a/y/e0.java +++ b/app/src/main/java/c/a/y/e0.java @@ -21,7 +21,7 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { public final DialogInterface b; /* renamed from: c reason: collision with root package name */ - public final d f245c; + public final d f244c; /* JADX WARNING: Illegal instructions before constructor call */ public e0(i iVar, DialogInterface dialogInterface, d dVar) { @@ -33,7 +33,7 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { m.checkNotNullExpressionValue(constraintLayout, "itemBinding.root"); this.a = iVar; this.b = dialogInterface; - this.f245c = dVar; + this.f244c = dVar; } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @@ -43,13 +43,13 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { Drawable drawable; c0 c0Var2 = c0Var; m.checkNotNullParameter(c0Var2, "data"); - MaterialTextView materialTextView = this.f245c.d; + MaterialTextView materialTextView = this.f244c.d; m.checkNotNullExpressionValue(materialTextView, "itemBinding.selectComponentSheetItemTitle"); b.a(materialTextView, c0Var2.e()); - MaterialTextView materialTextView2 = this.f245c.b; + MaterialTextView materialTextView2 = this.f244c.b; m.checkNotNullExpressionValue(materialTextView2, "itemBinding.selectComponentSheetItemDescription"); ViewExtensions.setTextAndVisibilityBy(materialTextView2, c0Var2.a()); - SimpleDraweeView simpleDraweeView = this.f245c.f80c; + SimpleDraweeView simpleDraweeView = this.f244c.f79c; m.checkNotNullExpressionValue(simpleDraweeView, "itemBinding.selectComponentSheetItemIcon"); int i2 = 0; if (!((c0Var2.d() == null && c0Var2.b() == null) ? false : true)) { @@ -58,20 +58,20 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { simpleDraweeView.setVisibility(i2); String d = c0Var2.d(); if (d != null) { - SimpleDraweeView simpleDraweeView2 = this.f245c.f80c; + SimpleDraweeView simpleDraweeView2 = this.f244c.f79c; m.checkNotNullExpressionValue(simpleDraweeView2, "itemBinding.selectComponentSheetItemIcon"); MGImages.setImage$default(simpleDraweeView2, d, R.dimen.emoji_size, R.dimen.emoji_size, true, null, null, 96, null); } else { Integer b = c0Var2.b(); if (b != null) { - this.f245c.f80c.setImageResource(b.intValue()); + this.f244c.f79c.setImageResource(b.intValue()); } } Integer c2 = c0Var2.c(); if (c2 != null) { - this.f245c.f80c.setColorFilter(c2.intValue()); + this.f244c.f79c.setColorFilter(c2.intValue()); } - MaterialTextView materialTextView3 = this.f245c.d; + MaterialTextView materialTextView3 = this.f244c.d; materialTextView3.setText(c0Var2.e()); Integer g = c0Var2.g(); if (g != null) { @@ -86,16 +86,16 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { f.intValue(); Drawable drawable2 = ContextCompat.getDrawable(materialTextView3.getContext(), c0Var2.f().intValue()); if (drawable2 != null) { - MaterialTextView materialTextView4 = this.f245c.d; + MaterialTextView materialTextView4 = this.f244c.d; m.checkNotNullExpressionValue(materialTextView4, "itemBinding.selectComponentSheetItemTitle"); DrawableCompat.setTint(drawable2, ColorCompat.getThemedColor(materialTextView4, (int) R.attr.colorHeaderPrimary)); drawable = drawable2; com.discord.utilities.drawable.DrawableCompat.setCompoundDrawablesCompat$default(materialTextView3, (Drawable) null, (Drawable) null, drawable, (Drawable) null, 11, (Object) null); - this.f245c.a.setOnClickListener(new d0(this)); + this.f244c.a.setOnClickListener(new d0(this)); } } drawable = null; com.discord.utilities.drawable.DrawableCompat.setCompoundDrawablesCompat$default(materialTextView3, (Drawable) null, (Drawable) null, drawable, (Drawable) null, 11, (Object) null); - this.f245c.a.setOnClickListener(new d0(this)); + this.f244c.a.setOnClickListener(new d0(this)); } } diff --git a/app/src/main/java/c/a/y/f.java b/app/src/main/java/c/a/y/f.java index cbcbcc157e..84eededd42 100644 --- a/app/src/main/java/c/a/y/f.java +++ b/app/src/main/java/c/a/y/f.java @@ -19,7 +19,7 @@ public final class f extends DividerItemDecoration { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f246c; + public final int f245c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public f(Context context, int i, int i2, int i3, int i4, int i5) { @@ -30,7 +30,7 @@ public final class f extends DividerItemDecoration { m.checkNotNullParameter(context, "context"); this.a = i2; this.b = i3; - this.f246c = i4; + this.f245c = i4; Drawable drawable = ContextCompat.getDrawable(context, R.drawable.drawable_divider); if (drawable != null) { Drawable wrap = DrawableCompat.wrap(drawable); @@ -45,7 +45,7 @@ public final class f extends DividerItemDecoration { m.checkNotNullParameter(recyclerView, "parent"); m.checkNotNullParameter(state, "state"); int paddingLeft = recyclerView.getPaddingLeft() + this.b; - int width = (recyclerView.getWidth() - recyclerView.getPaddingRight()) - this.f246c; + int width = (recyclerView.getWidth() - recyclerView.getPaddingRight()) - this.f245c; Drawable drawable = getDrawable(); int childCount = recyclerView.getChildCount(); for (int i = 0; i < childCount; i++) { diff --git a/app/src/main/java/c/a/y/j0/e.java b/app/src/main/java/c/a/y/j0/e.java index d8a0d653e4..4257ce417e 100644 --- a/app/src/main/java/c/a/y/j0/e.java +++ b/app/src/main/java/c/a/y/j0/e.java @@ -12,12 +12,12 @@ public final class e implements RendererCommon.RendererEvents { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f247c; + public final int f246c; public a(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f247c = i3; + this.f246c = i3; } public boolean equals(Object obj) { @@ -28,11 +28,11 @@ public final class e implements RendererCommon.RendererEvents { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f247c == aVar.f247c; + return this.a == aVar.a && this.b == aVar.b && this.f246c == aVar.f246c; } public int hashCode() { - return (((this.a * 31) + this.b) * 31) + this.f247c; + return (((this.a * 31) + this.b) * 31) + this.f246c; } public String toString() { @@ -41,7 +41,7 @@ public final class e implements RendererCommon.RendererEvents { P.append(", height="); P.append(this.b); P.append(", rotation="); - return c.d.b.a.a.z(P, this.f247c, ")"); + return c.d.b.a.a.z(P, this.f246c, ")"); } } diff --git a/app/src/main/java/c/a/y/j0/f.java b/app/src/main/java/c/a/y/j0/f.java index 9057fd2874..bbb811a9c0 100644 --- a/app/src/main/java/c/a/y/j0/f.java +++ b/app/src/main/java/c/a/y/j0/f.java @@ -15,7 +15,7 @@ public final class f implements b { if (aVar2 == null) { return null; } - int i2 = aVar2.f247c; + int i2 = aVar2.f246c; return (i2 == -180 || i2 == 0 || i2 == 180) ? new Point(aVar2.a, aVar2.b) : new Point(aVar2.b, aVar2.a); } } diff --git a/app/src/main/java/c/a/y/j0/o.java b/app/src/main/java/c/a/y/j0/o.java index beee48c773..5c5437df8a 100644 --- a/app/src/main/java/c/a/y/j0/o.java +++ b/app/src/main/java/c/a/y/j0/o.java @@ -31,7 +31,7 @@ public final class o extends d0.z.d.o implements Function1 { m.checkNotNullExpressionValue(appVideoStreamRenderer, "binding.participantVideoStreamRenderer"); boolean z2 = false; appVideoStreamRenderer.setVisibility(0); - View view = videoCallParticipantView.i.f102c; + View view = videoCallParticipantView.i.f101c; m.checkNotNullExpressionValue(view, "binding.participantBgLetterbox"); view.setVisibility(0); ProgressBar progressBar = videoCallParticipantView.i.p; diff --git a/app/src/main/java/c/a/y/l.java b/app/src/main/java/c/a/y/l.java index 7c91a3f0a6..9d9624bfc5 100644 --- a/app/src/main/java/c/a/y/l.java +++ b/app/src/main/java/c/a/y/l.java @@ -17,7 +17,7 @@ public abstract class l extends OverlayDialog implements AppComponent { public final Subject w; /* renamed from: x reason: collision with root package name */ - public Function1 f248x = m.i; + public Function1 f247x = m.i; /* compiled from: Animator.kt */ public static final class a implements Animator.AnimatorListener { @@ -81,7 +81,7 @@ public abstract class l extends OverlayDialog implements AppComponent { getUnsubscribeSignal().onNext(null); Log.i(getClass().getSimpleName(), "closing"); if (!ViewCompat.isAttachedToWindow(this)) { - this.f248x.invoke(this); + this.f247x.invoke(this); return; } Animator closingAnimator = getClosingAnimator(); @@ -94,7 +94,7 @@ public abstract class l extends OverlayDialog implements AppComponent { /* JADX DEBUG: Type inference failed for r0v0. Raw type applied. Possible types: kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function1 */ public final Function1 getOnDialogClosed() { - return this.f248x; + return this.f247x; } @Override // com.discord.app.AppComponent @@ -110,6 +110,6 @@ public abstract class l extends OverlayDialog implements AppComponent { public final void setOnDialogClosed(Function1 function1) { m.checkNotNullParameter(function1, ""); - this.f248x = function1; + this.f247x = function1; } } diff --git a/app/src/main/java/c/a/y/l0/c/a.java b/app/src/main/java/c/a/y/l0/c/a.java index 6db631a948..877607db3e 100644 --- a/app/src/main/java/c/a/y/l0/c/a.java +++ b/app/src/main/java/c/a/y/l0/c/a.java @@ -44,7 +44,7 @@ public final class a extends MGRecyclerViewHolder { SimpleDraweeView simpleDraweeView = this.a.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.discoveryStageCardSpeakerAvatar"); SimpleDraweeViewExtensionsKt.setAvatar$default(simpleDraweeView, aVar.k, false, R.dimen.avatar_size_medium, aVar.l, 2, null); - TextView textView = this.a.f85c; + TextView textView = this.a.f84c; m.checkNotNullExpressionValue(textView, "binding.discoveryStageCardSpeakerName"); textView.setText(aVar.m); } diff --git a/app/src/main/java/c/a/y/n0/a.java b/app/src/main/java/c/a/y/n0/a.java index 1e954d7988..7c80d7e0c2 100644 --- a/app/src/main/java/c/a/y/n0/a.java +++ b/app/src/main/java/c/a/y/n0/a.java @@ -21,6 +21,6 @@ public final class a implements View.OnClickListener { if (!(googlePlayInAppSku == null || (function1 = giftSelectView.j) == null)) { function1.invoke(googlePlayInAppSku); } - giftSelectView.i.f1801c.setOnClickListener(null); + giftSelectView.i.f1800c.setOnClickListener(null); } } diff --git a/app/src/main/java/c/a/y/o.java b/app/src/main/java/c/a/y/o.java index bb90883ebe..aa89af7f9b 100644 --- a/app/src/main/java/c/a/y/o.java +++ b/app/src/main/java/c/a/y/o.java @@ -32,7 +32,7 @@ public final class o implements b { @Override // kotlin.jvm.functions.Function1 public Unit invoke(View view) { m.checkNotNullParameter(view, "it"); - this.this$0.this$0.i.f139c.setPlaybackMode(RLottieDrawable.PlaybackMode.LOOP); - this.this$0.this$0.i.f139c.a(); + this.this$0.this$0.i.f138c.setPlaybackMode(RLottieDrawable.PlaybackMode.LOOP); + this.this$0.this$0.i.f138c.b(); return Unit.a; } } diff --git a/app/src/main/java/c/a/y/q0/h.java b/app/src/main/java/c/a/y/q0/h.java index 5462262e3a..527d9a725c 100644 --- a/app/src/main/java/c/a/y/q0/h.java +++ b/app/src/main/java/c/a/y/q0/h.java @@ -5,7 +5,6 @@ import android.widget.ImageView; import com.discord.api.sticker.BaseSticker; import com.discord.rlottie.RLottieDrawable; import com.discord.rlottie.RLottieImageView; -import com.discord.utilities.display.DisplayUtils; import com.discord.utilities.file.DownloadUtils; import com.discord.utilities.stickers.StickerUtils; import com.discord.utilities.view.extensions.ViewExtensions; @@ -47,11 +46,11 @@ public final class h extends o implements Function1 f250y; + public final Subject f249y; /* compiled from: OverlayVoiceBubble.kt */ public static final class a implements j0.k.b> { @@ -89,10 +89,10 @@ public final class w extends OverlayBubbleWrap implements AppComponent { SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate; s0 s0Var = new s0(simpleDraweeView, simpleDraweeView); m.checkNotNullExpressionValue(s0Var, "OverlayVoiceBubbleBindin…rom(context), this, true)"); - this.f249x = s0Var; + this.f248x = s0Var; PublishSubject j02 = PublishSubject.j0(); m.checkNotNullExpressionValue(j02, "PublishSubject.create()"); - this.f250y = j02; + this.f249y = j02; } @Override // com.discord.overlay.views.OverlayBubbleWrap @@ -113,14 +113,14 @@ public final class w extends OverlayBubbleWrap implements AppComponent { } public final SimpleDraweeView getImageView$app_productionBetaRelease() { - SimpleDraweeView simpleDraweeView = this.f249x.b; + SimpleDraweeView simpleDraweeView = this.f248x.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.overlayBubbleIv"); return simpleDraweeView; } @Override // com.discord.app.AppComponent public Subject getUnsubscribeSignal() { - return this.f250y; + return this.f249y; } public final void h() { diff --git a/app/src/main/java/c/a/y/x.java b/app/src/main/java/c/a/y/x.java index ba983402e4..7dacb0be21 100644 --- a/app/src/main/java/c/a/y/x.java +++ b/app/src/main/java/c/a/y/x.java @@ -25,7 +25,7 @@ public final class x extends o implements Function2"); m.checkNotNullParameter(list2, ""); if (!m.areEqual(this.this$0.B, this.$searchModel$inlined.getFilter())) { - this.this$0.f251y.f.scrollToPosition(0); + this.this$0.f250y.f.scrollToPosition(0); this.this$0.B = this.$searchModel$inlined.getFilter(); } return Unit.a; diff --git a/app/src/main/java/c/a/y/z.java b/app/src/main/java/c/a/y/z.java index dea991e342..b795f19294 100644 --- a/app/src/main/java/c/a/y/z.java +++ b/app/src/main/java/c/a/y/z.java @@ -37,10 +37,10 @@ public final class z extends l implements AppComponent { public String B; /* renamed from: y reason: collision with root package name */ - public t0 f251y; + public t0 f250y; /* renamed from: z reason: collision with root package name */ - public final WidgetGlobalSearchAdapter f252z; + public final WidgetGlobalSearchAdapter f251z; /* compiled from: OverlayVoiceSelectorBubbleDialog.kt */ public static final class a implements View.OnClickListener { @@ -106,23 +106,23 @@ public final class z extends l implements AppComponent { WidgetGlobalSearchModel widgetGlobalSearchModel2 = widgetGlobalSearchModel; m.checkNotNullParameter(widgetGlobalSearchModel2, "it"); z zVar = this.this$0; - TextView textView = zVar.f251y.d; + TextView textView = zVar.f250y.d; m.checkNotNullExpressionValue(textView, "binding.emptyResults"); int i = 8; textView.setVisibility(widgetGlobalSearchModel2.getData().isEmpty() ? 0 : 8); - RecyclerView recyclerView = zVar.f251y.f; + RecyclerView recyclerView = zVar.f250y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); if (!widgetGlobalSearchModel2.getData().isEmpty()) { i = 0; } recyclerView.setVisibility(i); - WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = zVar.f252z; + WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = zVar.f251z; widgetGlobalSearchAdapter.setOnUpdated(new x(zVar, widgetGlobalSearchModel2)); List data = widgetGlobalSearchModel2.getData(); ArrayList arrayList = new ArrayList(); for (Object obj : data) { Channel channel = ((WidgetGlobalSearchModel.ItemDataPayload) obj).getChannel(); - if (channel != null && AnimatableValueParser.D1(channel)) { + if (channel != null && AnimatableValueParser.E1(channel)) { arrayList.add(obj); } } @@ -139,40 +139,40 @@ public final class z extends l implements AppComponent { getWindowLayoutParams().flags &= -9; t0 a2 = t0.a(LayoutInflater.from(getContext()), this, true); m.checkNotNullExpressionValue(a2, "OverlayVoiceChannelSelec…rom(context), this, true)"); - this.f251y = a2; - RecyclerView recyclerView = this.f251y.f; + this.f250y = a2; + RecyclerView recyclerView = this.f250y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); - this.f252z = new WidgetGlobalSearchAdapter(recyclerView); + this.f251z = new WidgetGlobalSearchAdapter(recyclerView); } @Override // c.a.y.l public Animator getClosingAnimator() { Animator loadAnimator = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_down_fade_out); - loadAnimator.setTarget(this.f251y.f165c); + loadAnimator.setTarget(this.f250y.f164c); m.checkNotNullExpressionValue(loadAnimator, "AnimatorInflater.loadAni…binding.dialogCard)\n }"); return loadAnimator; } public final void h() { - this.f251y.b.setOnClickListener(new a(this)); - TextInputLayout textInputLayout = this.f251y.e; + this.f250y.b.setOnClickListener(new a(this)); + TextInputLayout textInputLayout = this.f250y.e; m.checkNotNullExpressionValue(textInputLayout, "binding.overlayChannelSearch"); ViewExtensions.setText(textInputLayout, this.B); - TextInputLayout textInputLayout2 = this.f251y.e; + TextInputLayout textInputLayout2 = this.f250y.e; m.checkNotNullExpressionValue(textInputLayout2, "binding.overlayChannelSearch"); EditText editText = textInputLayout2.getEditText(); if (editText != null) { editText.addTextChangedListener(new TextWatcher(null, null, new b(this), 3, null)); } - WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = this.f252z; - RecyclerView recyclerView = this.f251y.f; + WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = this.f251z; + RecyclerView recyclerView = this.f250y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); widgetGlobalSearchAdapter.setRecycler(recyclerView); - MGRecyclerAdapter.Companion.configure(this.f252z); + MGRecyclerAdapter.Companion.configure(this.f251z); WidgetGlobalSearchModel.Companion companion = WidgetGlobalSearchModel.Companion; Observable F = this.A.F(c.i); m.checkNotNullExpressionValue(F, "filterPublisher.map { \"!$it\" }"); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui(companion.getForNav(F), this, this.f252z), z.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new d(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui(companion.getForNav(F), this, this.f251z), z.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new d(this), 62, (Object) null); } @Override // android.view.View, android.view.ViewGroup @@ -180,7 +180,7 @@ public final class z extends l implements AppComponent { super.onAttachedToWindow(); h(); Animator loadAnimator = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_up_fade_in); - loadAnimator.setTarget(this.f251y.f165c); + loadAnimator.setTarget(this.f250y.f164c); loadAnimator.start(); } @@ -191,7 +191,7 @@ public final class z extends l implements AppComponent { removeAllViewsInLayout(); t0 a2 = t0.a(LayoutInflater.from(getContext()), this, true); m.checkNotNullExpressionValue(a2, "OverlayVoiceChannelSelec…rom(context), this, true)"); - this.f251y = a2; + this.f250y = a2; h(); } } diff --git a/app/src/main/java/c/b/a/d/i.java b/app/src/main/java/c/b/a/d/i.java index f7990e630c..277476cc58 100644 --- a/app/src/main/java/c/b/a/d/i.java +++ b/app/src/main/java/c/b/a/d/i.java @@ -36,7 +36,7 @@ public final class i extends RecyclerView.Adapter { public Cursor b; /* renamed from: c reason: collision with root package name */ - public int f253c; + public int f252c; public int d; public int e; public int f; @@ -52,7 +52,7 @@ public final class i extends RecyclerView.Adapter { public final c r; /* renamed from: s reason: collision with root package name */ - public final /* synthetic */ i f254s; + public final /* synthetic */ i f253s; /* compiled from: MediaCursorAdapter.kt */ /* renamed from: c.b.a.d.i$a$a reason: collision with other inner class name */ @@ -86,7 +86,7 @@ public final class i extends RecyclerView.Adapter { public a(i iVar, c cVar) { super(r4); m.checkNotNullParameter(cVar, "binding"); - this.f254s = iVar; + this.f253s = iVar; FrameLayout frameLayout = cVar.a; m.checkNotNullExpressionValue(frameLayout, "binding.root"); this.r = cVar; @@ -109,7 +109,7 @@ public final class i extends RecyclerView.Adapter { @Override // c.b.a.d.j public SimpleDraweeView a() { - SimpleDraweeView simpleDraweeView = this.r.f257c; + SimpleDraweeView simpleDraweeView = this.r.f256c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.contentIv"); return simpleDraweeView; } @@ -144,7 +144,7 @@ public final class i extends RecyclerView.Adapter { @Override // android.view.View.OnClickListener public void onClick(View view) { m.checkNotNullParameter(view, "v"); - SelectionCoordinator selectionCoordinator = this.f254s.a; + SelectionCoordinator selectionCoordinator = this.f253s.a; Media media = this.o; int adapterPosition = getAdapterPosition(); Objects.requireNonNull(selectionCoordinator); @@ -169,7 +169,7 @@ public final class i extends RecyclerView.Adapter { m.checkNotNullParameter(obj, "cookie"); if (cursor != null) { i iVar = this.a; - iVar.f253c = cursor.getColumnIndex("_id"); + iVar.f252c = cursor.getColumnIndex("_id"); iVar.d = cursor.getColumnIndex("_data"); iVar.e = cursor.getColumnIndex("_display_name"); iVar.f = cursor.getColumnIndex("media_type"); @@ -201,7 +201,7 @@ public final class i extends RecyclerView.Adapter { Long l = null; if (cursor != null) { cursor.moveToPosition(i); - long j = cursor.getLong(this.f253c); + long j = cursor.getLong(this.f252c); boolean z2 = cursor.getInt(this.f) == 3; Uri withAppendedPath = z2 ? Uri.withAppendedPath(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, String.valueOf(j)) : Uri.withAppendedPath(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, String.valueOf(j)); String str2 = z2 ? "vid" : "img"; @@ -269,9 +269,9 @@ public final class i extends RecyclerView.Adapter { Context context = frameLayout.getContext(); int i2 = 0; if (a2 != null) { - aVar2.d(aVar2.f254s.a.a(a2, aVar2.getAdapterPosition()), false); + aVar2.d(aVar2.f253s.a.a(a2, aVar2.getAdapterPosition()), false); } - aVar2.c(a2, Integer.valueOf(aVar2.f254s.h), Integer.valueOf(aVar2.f254s.i)); + aVar2.c(a2, Integer.valueOf(aVar2.f253s.h), Integer.valueOf(aVar2.f253s.i)); boolean z2 = true; if (a2 == null || !a2.i) { z2 = false; @@ -293,7 +293,7 @@ public final class i extends RecyclerView.Adapter { m.checkNotNullExpressionValue(textView3, "binding.itemVideoIndicator"); textView3.setText(longValue > 0 ? TimeUtils.toFriendlyStringSimple$default(TimeUtils.INSTANCE, longValue, null, null, 6, null) : context.getString(R.g.video)); } - SimpleDraweeView simpleDraweeView = aVar2.r.f257c; + SimpleDraweeView simpleDraweeView = aVar2.r.f256c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.contentIv"); simpleDraweeView.setContentDescription(context.getString(z2 ? R.g.video : R.g.image)); } diff --git a/app/src/main/java/c/b/a/d/j.java b/app/src/main/java/c/b/a/d/j.java index 28b52a6fbe..29ddd1f521 100644 --- a/app/src/main/java/c/b/a/d/j.java +++ b/app/src/main/java/c/b/a/d/j.java @@ -60,7 +60,7 @@ public abstract class j extends RecyclerView.ViewHolder { public CancellationSignal b; /* renamed from: c reason: collision with root package name */ - public Bitmap f255c; + public Bitmap f254c; public final ContentResolver d; public b(ContentResolver contentResolver) { @@ -79,11 +79,11 @@ public abstract class j extends RecyclerView.ViewHolder { cancellationSignal.cancel(); } } - Bitmap bitmap = this.f255c; + Bitmap bitmap = this.f254c; if (bitmap != null) { bitmap.recycle(); } - this.f255c = null; + this.f254c = null; } } diff --git a/app/src/main/java/c/b/a/d/k.java b/app/src/main/java/c/b/a/d/k.java index 111b0a293e..84d14f0816 100644 --- a/app/src/main/java/c/b/a/d/k.java +++ b/app/src/main/java/c/b/a/d/k.java @@ -74,8 +74,8 @@ public final class k extends d0.w.i.a.k implements Function2 mVar; - b T1; + b U1; b bVar4; boolean z4 = false; boolean z5 = cVar.w() == c.b.BEGIN_OBJECT; @@ -83,20 +83,20 @@ public class c { case 2: bVar3 = bVar6; mVar = mVar2; - gVar3 = new g(AnimatableValueParser.Q1(cVar, dVar, z.a)); + gVar3 = new g(AnimatableValueParser.R1(cVar, dVar, z.a)); mVar2 = mVar; break; case 3: dVar.a("Lottie doesn't support 3D layers."); - T1 = AnimatableValueParser.T1(cVar, dVar, z4); - if (!T1.a.isEmpty()) { - bVar4 = T1; + U1 = AnimatableValueParser.U1(cVar, dVar, z4); + if (!U1.a.isEmpty()) { + bVar4 = U1; gVar2 = gVar3; bVar3 = bVar6; mVar = mVar2; - T1.a.add(new a(dVar, Float.valueOf(0.0f), Float.valueOf(0.0f), null, 0.0f, Float.valueOf(dVar.l))); + U1.a.add(new a(dVar, Float.valueOf(0.0f), Float.valueOf(0.0f), null, 0.0f, Float.valueOf(dVar.l))); } else { - bVar4 = T1; + bVar4 = U1; gVar2 = gVar3; bVar3 = bVar6; mVar = mVar2; @@ -109,27 +109,27 @@ public class c { mVar2 = mVar; break; case 4: - T1 = AnimatableValueParser.T1(cVar, dVar, z4); - if (!T1.a.isEmpty()) { + U1 = AnimatableValueParser.U1(cVar, dVar, z4); + if (!U1.a.isEmpty()) { } bVar5 = bVar4; gVar3 = gVar2; mVar2 = mVar; break; case 5: - dVar2 = AnimatableValueParser.U1(cVar, dVar); + dVar2 = AnimatableValueParser.V1(cVar, dVar); continue; case 6: - bVar8 = AnimatableValueParser.T1(cVar, dVar, z4); + bVar8 = AnimatableValueParser.U1(cVar, dVar, z4); continue; case 7: - bVar9 = AnimatableValueParser.T1(cVar, dVar, z4); + bVar9 = AnimatableValueParser.U1(cVar, dVar, z4); continue; case 8: - bVar7 = AnimatableValueParser.T1(cVar, dVar, z4); + bVar7 = AnimatableValueParser.U1(cVar, dVar, z4); continue; case 9: - bVar6 = AnimatableValueParser.T1(cVar, dVar, z4); + bVar6 = AnimatableValueParser.U1(cVar, dVar, z4); continue; default: bVar3 = bVar6; diff --git a/app/src/main/java/c/c/a/a0/h0/d.java b/app/src/main/java/c/c/a/a0/h0/d.java index 36b8956364..64637b7473 100644 --- a/app/src/main/java/c/c/a/a0/h0/d.java +++ b/app/src/main/java/c/c/a/a0/h0/d.java @@ -18,7 +18,7 @@ public final class d extends c { public static final ByteString r = ByteString.h("*/"); /* renamed from: s reason: collision with root package name */ - public final g f260s; + public final g f259s; public final e t; public int u = 0; public long v; @@ -26,11 +26,11 @@ public final class d extends c { @Nullable /* renamed from: x reason: collision with root package name */ - public String f261x; + public String f260x; public d(g gVar) { Objects.requireNonNull(gVar, "source == null"); - this.f260s = gVar; + this.f259s = gVar; this.t = gVar.g(); x(6); } @@ -307,7 +307,7 @@ public final class d extends c { boolean z3 = false; while (true) { int i6 = i5 + 1; - if (!this.f260s.j((long) i6)) { + if (!this.f259s.j((long) i6)) { break; } byte r4 = this.t.r((long) i5); @@ -392,11 +392,11 @@ public final class d extends c { while (true) { if (i9 < length) { int i10 = i9 + 1; - if (!this.f260s.j((long) i10) || ((r2 = this.t.r((long) i9)) != str2.charAt(i9) && r2 != str.charAt(i9))) { + if (!this.f259s.j((long) i10) || ((r2 = this.t.r((long) i9)) != str2.charAt(i9) && r2 != str.charAt(i9))) { break; } i9 = i10; - } else if (!this.f260s.j((long) (length + 1)) || !M(this.t.r((long) length))) { + } else if (!this.f259s.j((long) (length + 1)) || !M(this.t.r((long) length))) { this.t.skip((long) length); this.u = i; } @@ -472,14 +472,14 @@ public final class d extends c { int i = 0; while (true) { int i2 = i + 1; - if (this.f260s.j((long) i2)) { + if (this.f259s.j((long) i2)) { byte r2 = this.t.r((long) i); if (r2 == 10 || r2 == 32 || r2 == 13 || r2 == 9) { i = i2; } else { this.t.skip((long) (i2 - 1)); if (r2 == 47) { - if (!this.f260s.j(2)) { + if (!this.f259s.j(2)) { return r2; } H(); @@ -502,7 +502,7 @@ public final class d extends c { public final String Q(ByteString byteString) throws IOException { StringBuilder sb = null; while (true) { - long D = this.f260s.D(byteString); + long D = this.f259s.D(byteString); if (D == -1) { G("Unterminated string"); throw null; @@ -526,14 +526,14 @@ public final class d extends c { } public final String R() throws IOException { - long D = this.f260s.D(p); + long D = this.f259s.D(p); return D != -1 ? this.t.H(D) : this.t.G(); } public final char S() throws IOException { int i; int i2; - if (this.f260s.j(1)) { + if (this.f259s.j(1)) { byte readByte = this.t.readByte(); if (readByte == 10 || readByte == 34 || readByte == 39 || readByte == 47 || readByte == 92) { return (char) readByte; @@ -558,7 +558,7 @@ public final class d extends c { P.append((char) readByte); G(P.toString()); throw null; - } else if (this.f260s.j(4)) { + } else if (this.f259s.j(4)) { char c2 = 0; for (int i3 = 0; i3 < 4; i3++) { byte r2 = this.t.r((long) i3); @@ -595,7 +595,7 @@ public final class d extends c { public final void T(ByteString byteString) throws IOException { while (true) { - long D = this.f260s.D(byteString); + long D = this.f259s.D(byteString); if (D == -1) { G("Unterminated string"); throw null; @@ -610,7 +610,7 @@ public final class d extends c { } public final void U() throws IOException { - long D = this.f260s.D(p); + long D = this.f259s.D(p); e eVar = this.t; if (D == -1) { D = eVar.j; @@ -684,7 +684,7 @@ public final class d extends c { this.j = 1; e eVar = this.t; eVar.skip(eVar.j); - this.f260s.close(); + this.f259s.close(); } @Override // c.c.a.a0.h0.c @@ -760,13 +760,13 @@ public final class d extends c { return (double) this.v; } if (i == 17) { - this.f261x = this.t.H((long) this.w); + this.f260x = this.t.H((long) this.w); } else if (i == 9) { - this.f261x = Q(o); + this.f260x = Q(o); } else if (i == 8) { - this.f261x = Q(n); + this.f260x = Q(n); } else if (i == 10) { - this.f261x = R(); + this.f260x = R(); } else if (i != 11) { StringBuilder P = a.P("Expected a double but was "); P.append(w()); @@ -776,11 +776,11 @@ public final class d extends c { } this.u = 11; try { - double parseDouble = Double.parseDouble(this.f261x); + double parseDouble = Double.parseDouble(this.f260x); if (Double.isNaN(parseDouble) || Double.isInfinite(parseDouble)) { throw new b("JSON forbids NaN and infinities: " + parseDouble + " at path " + getPath()); } - this.f261x = null; + this.f260x = null; this.u = 0; int[] iArr2 = this.m; int i3 = this.j - 1; @@ -788,7 +788,7 @@ public final class d extends c { return parseDouble; } catch (NumberFormatException unused) { StringBuilder P2 = a.P("Expected a double but was "); - P2.append(this.f261x); + P2.append(this.f260x); P2.append(" at path "); P2.append(getPath()); throw new a(P2.toString()); @@ -818,10 +818,10 @@ public final class d extends c { throw new a(P.toString()); } if (i == 17) { - this.f261x = this.t.H((long) this.w); + this.f260x = this.t.H((long) this.w); } else if (i == 9 || i == 8) { String Q = i == 9 ? Q(o) : Q(n); - this.f261x = Q; + this.f260x = Q; try { int parseInt = Integer.parseInt(Q); this.u = 0; @@ -840,10 +840,10 @@ public final class d extends c { } this.u = 11; try { - double parseDouble = Double.parseDouble(this.f261x); + double parseDouble = Double.parseDouble(this.f260x); int i5 = (int) parseDouble; if (((double) i5) == parseDouble) { - this.f261x = null; + this.f260x = null; this.u = 0; int[] iArr3 = this.m; int i6 = this.j - 1; @@ -851,13 +851,13 @@ public final class d extends c { return i5; } StringBuilder P3 = a.P("Expected an int but was "); - P3.append(this.f261x); + P3.append(this.f260x); P3.append(" at path "); P3.append(getPath()); throw new a(P3.toString()); } catch (NumberFormatException unused2) { StringBuilder P4 = a.P("Expected an int but was "); - P4.append(this.f261x); + P4.append(this.f260x); P4.append(" at path "); P4.append(getPath()); throw new a(P4.toString()); @@ -878,7 +878,7 @@ public final class d extends c { } else if (i == 12) { str = Q(n); } else if (i == 15) { - str = this.f261x; + str = this.f260x; } else { StringBuilder P = a.P("Expected a name but was "); P.append(w()); @@ -905,8 +905,8 @@ public final class d extends c { } else if (i == 8) { str = Q(n); } else if (i == 11) { - str = this.f261x; - this.f261x = null; + str = this.f260x; + this.f260x = null; } else if (i == 16) { str = Long.toString(this.v); } else if (i == 17) { @@ -928,7 +928,7 @@ public final class d extends c { @Override // java.lang.Object public String toString() { StringBuilder P = a.P("JsonReader("); - P.append(this.f260s); + P.append(this.f259s); P.append(")"); return P.toString(); } @@ -983,9 +983,9 @@ public final class d extends c { return -1; } if (i == 15) { - return K(this.f261x, aVar); + return K(this.f260x, aVar); } - int u0 = this.f260s.u0(aVar.b); + int u0 = this.f259s.u0(aVar.b); if (u0 != -1) { this.u = 0; this.l[this.j - 1] = aVar.a[u0]; @@ -996,7 +996,7 @@ public final class d extends c { int K = K(s2, aVar); if (K == -1) { this.u = 15; - this.f261x = s2; + this.f260x = s2; this.l[this.j - 1] = str; } return K; diff --git a/app/src/main/java/c/c/a/a0/m.java b/app/src/main/java/c/c/a/a0/m.java index 9d23acb1ea..077c123cdb 100644 --- a/app/src/main/java/c/c/a/a0/m.java +++ b/app/src/main/java/c/c/a/a0/m.java @@ -7,5 +7,5 @@ public class m { public static final c.a b = c.a.a("p", "k"); /* renamed from: c reason: collision with root package name */ - public static final c.a f262c = c.a.a("n", "v"); + public static final c.a f261c = c.a.a("n", "v"); } diff --git a/app/src/main/java/c/c/a/a0/p.java b/app/src/main/java/c/c/a/a0/p.java index f283292b13..c02511e9fa 100644 --- a/app/src/main/java/c/c/a/a0/p.java +++ b/app/src/main/java/c/c/a/a0/p.java @@ -19,7 +19,7 @@ public class p { public static SparseArrayCompat> b; /* renamed from: c reason: collision with root package name */ - public static c.a f263c = c.a.a("t", "s", "e", "o", "i", "h", "to", "ti"); + public static c.a f262c = c.a.a("t", "s", "e", "o", "i", "h", "to", "ti"); public static a a(c cVar, d dVar, float f, g0 g0Var, boolean z2) throws IOException { T t; @@ -40,7 +40,7 @@ public class p { boolean z3 = false; float f2 = 0.0f; while (cVar.e()) { - switch (cVar.z(f263c)) { + switch (cVar.z(f262c)) { case 0: f2 = (float) cVar.p(); break; diff --git a/app/src/main/java/c/c/a/a0/q.java b/app/src/main/java/c/c/a/a0/q.java index 6eb951128d..c086e44728 100644 --- a/app/src/main/java/c/c/a/a0/q.java +++ b/app/src/main/java/c/c/a/a0/q.java @@ -54,15 +54,15 @@ public class q { i2++; a aVar2 = (a) list.get(i2); aVar.f = Float.valueOf(aVar2.e); - if (aVar.f268c == null && (t = aVar2.b) != null) { - aVar.f268c = t; + if (aVar.f267c == null && (t = aVar2.b) != null) { + aVar.f267c = t; if (aVar instanceof h) { ((h) aVar).e(); } } } a aVar3 = (a) list.get(i); - if ((aVar3.b == null || aVar3.f268c == null) && list.size() > 1) { + if ((aVar3.b == null || aVar3.f267c == null) && list.size() > 1) { list.remove(aVar3); } } diff --git a/app/src/main/java/c/c/a/a0/r.java b/app/src/main/java/c/c/a/a0/r.java index 6e4628a131..17afb4c080 100644 --- a/app/src/main/java/c/c/a/a0/r.java +++ b/app/src/main/java/c/c/a/a0/r.java @@ -21,7 +21,7 @@ public class r { public static final c.a b = c.a.a("d", "a"); /* renamed from: c reason: collision with root package name */ - public static final c.a f264c = c.a.a("nm"); + public static final c.a f263c = c.a.a("nm"); /* JADX DEBUG: Failed to insert an additional move for type inference into block B:226:0x0303 */ /* JADX DEBUG: Multi-variable search result rejected for r6v10, resolved type: c.c.a.y.k.d */ @@ -160,7 +160,7 @@ public class r { if (hashCode == 3357091 && s2.equals("mode")) { c2 = 3; if (c2 == 0) { - dVar2 = AnimatableValueParser.U1(cVar, dVar); + dVar2 = AnimatableValueParser.V1(cVar, dVar); } else if (c2 == 1) { hVar2 = new h(q.a(cVar, dVar, g.c(), a0.a)); } else if (c2 == 2) { @@ -276,7 +276,7 @@ public class r { int z5 = cVar.z(b); if (z5 == 0) { str3 = str4; - jVar = new j(AnimatableValueParser.Q1(cVar, dVar, g.a)); + jVar = new j(AnimatableValueParser.R1(cVar, dVar, g.a)); } else if (z5 != i) { cVar.B(); cVar.C(); @@ -299,16 +299,16 @@ public class r { while (cVar.e()) { int z6 = cVar.z(b.b); if (z6 == 0) { - aVar3 = AnimatableValueParser.R1(cVar, dVar); + aVar3 = AnimatableValueParser.S1(cVar, dVar); } else if (z6 == i) { - aVar4 = AnimatableValueParser.R1(cVar, dVar); + aVar4 = AnimatableValueParser.S1(cVar, dVar); } else if (z6 == 2) { - bVar2 = AnimatableValueParser.S1(cVar, dVar); + bVar2 = AnimatableValueParser.T1(cVar, dVar); } else if (z6 != 3) { cVar.B(); cVar.C(); } else { - bVar3 = AnimatableValueParser.S1(cVar, dVar); + bVar3 = AnimatableValueParser.T1(cVar, dVar); } i = 1; } @@ -343,7 +343,7 @@ public class r { while (cVar.e()) { cVar.b(); while (cVar.e()) { - if (cVar.z(f264c) != 0) { + if (cVar.z(f263c) != 0) { cVar.B(); cVar.C(); } else { @@ -395,7 +395,7 @@ public class r { i = 1; z2 = false; case 20: - bVar = AnimatableValueParser.T1(cVar, dVar, z2); + bVar = AnimatableValueParser.U1(cVar, dVar, z2); i = 1; z2 = false; case 21: diff --git a/app/src/main/java/c/c/a/a0/s.java b/app/src/main/java/c/c/a/a0/s.java index 61470d4c6a..c4528f80d1 100644 --- a/app/src/main/java/c/c/a/a0/s.java +++ b/app/src/main/java/c/c/a/a0/s.java @@ -21,7 +21,7 @@ public class s { public static c.a b = c.a.a(ModelAuditLogEntry.CHANGE_KEY_ID, "layers", "w", "h", "p", "u"); /* renamed from: c reason: collision with root package name */ - public static final c.a f265c = c.a.a("list"); + public static final c.a f264c = c.a.a("list"); public static final c.a d = c.a.a("cm", "tm", "dr"); public static d a(c cVar) throws IOException { @@ -177,7 +177,7 @@ public class s { f2 = f6; cVar.b(); while (cVar.e()) { - if (cVar.z(f265c) != 0) { + if (cVar.z(f264c) != 0) { cVar.B(); cVar.C(); } else { @@ -344,7 +344,7 @@ public class s { dVar.m = f4; dVar.i = arrayList3; dVar.h = longSparseArray; - dVar.f269c = hashMap; + dVar.f268c = hashMap; dVar.d = hashMap2; dVar.g = sparseArrayCompat2; dVar.e = hashMap3; diff --git a/app/src/main/java/c/c/a/b0/d.java b/app/src/main/java/c/c/a/b0/d.java index 9c3ec2688c..71ded2675c 100644 --- a/app/src/main/java/c/c/a/b0/d.java +++ b/app/src/main/java/c/c/a/b0/d.java @@ -23,7 +23,7 @@ public class d extends a implements Choreographer.FrameCallback { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public boolean f266s = false; + public boolean f265s = false; @Override // android.animation.ValueAnimator, android.animation.Animator @MainThread @@ -38,7 +38,7 @@ public class d extends a implements Choreographer.FrameCallback { public void doFrame(long j) { l(); c.c.a.d dVar = this.r; - if (dVar != null && this.f266s) { + if (dVar != null && this.f265s) { long j2 = this.m; long j3 = 0; if (j2 != 0) { @@ -150,7 +150,7 @@ public class d extends a implements Choreographer.FrameCallback { @Override // android.animation.ValueAnimator, android.animation.Animator public boolean isRunning() { - return this.f266s; + return this.f265s; } public float j() { @@ -167,7 +167,7 @@ public class d extends a implements Choreographer.FrameCallback { } public void l() { - if (this.f266s) { + if (this.f265s) { Choreographer.getInstance().removeFrameCallback(this); Choreographer.getInstance().postFrameCallback(this); } @@ -176,7 +176,7 @@ public class d extends a implements Choreographer.FrameCallback { @MainThread public void m() { Choreographer.getInstance().removeFrameCallback(this); - this.f266s = false; + this.f265s = false; } public void n(float f) { diff --git a/app/src/main/java/c/c/a/b0/g.java b/app/src/main/java/c/c/a/b0/g.java index 83262029dc..04fa3a86b6 100644 --- a/app/src/main/java/c/c/a/b0/g.java +++ b/app/src/main/java/c/c/a/b0/g.java @@ -17,7 +17,7 @@ public final class g { public static final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public static final Path f267c = new Path(); + public static final Path f266c = new Path(); public static final float[] d = new float[4]; public static final float e = ((float) (Math.sqrt(2.0d) / 2.0d)); public static float f = -1.0f; @@ -59,12 +59,12 @@ public final class g { path2.reset(); pathMeasure.getSegment(min, max, path2, true); if (max > length) { - Path path3 = f267c; + Path path3 = f266c; path3.reset(); pathMeasure.getSegment(0.0f, max % length, path3, true); path2.addPath(path3); } else if (min < 0.0f) { - Path path4 = f267c; + Path path4 = f266c; path4.reset(); pathMeasure.getSegment(min + length, length, path4, true); path2.addPath(path4); diff --git a/app/src/main/java/c/c/a/c0/a.java b/app/src/main/java/c/c/a/c0/a.java index 2cf98e97b6..a59902c1eb 100644 --- a/app/src/main/java/c/c/a/c0/a.java +++ b/app/src/main/java/c/c/a/c0/a.java @@ -14,7 +14,7 @@ public class a { @Nullable /* renamed from: c reason: collision with root package name */ - public T f268c; + public T f267c; @Nullable public final Interpolator d; public final float e; @@ -40,7 +40,7 @@ public class a { this.n = null; this.a = dVar; this.b = t; - this.f268c = t2; + this.f267c = t2; this.d = interpolator; this.e = f; this.f = f2; @@ -57,7 +57,7 @@ public class a { this.n = null; this.a = null; this.b = t; - this.f268c = t; + this.f267c = t; this.d = null; this.e = Float.MIN_VALUE; this.f = Float.valueOf(Float.MAX_VALUE); @@ -100,7 +100,7 @@ public class a { StringBuilder P = c.d.b.a.a.P("Keyframe{startValue="); P.append((Object) this.b); P.append(", endValue="); - P.append((Object) this.f268c); + P.append((Object) this.f267c); P.append(", startFrame="); P.append(this.e); P.append(", endFrame="); diff --git a/app/src/main/java/c/c/a/d.java b/app/src/main/java/c/c/a/d.java index d0ace0c2c1..b3d636bf6d 100644 --- a/app/src/main/java/c/c/a/d.java +++ b/app/src/main/java/c/c/a/d.java @@ -17,7 +17,7 @@ public class d { public final HashSet b = new HashSet<>(); /* renamed from: c reason: collision with root package name */ - public Map> f269c; + public Map> f268c; public Map d; public Map e; public List f; diff --git a/app/src/main/java/c/c/a/f.java b/app/src/main/java/c/c/a/f.java index b68f4af0cd..637e3739a8 100644 --- a/app/src/main/java/c/c/a/f.java +++ b/app/src/main/java/c/c/a/f.java @@ -31,7 +31,7 @@ public class f implements Callable> { Pair pair; c cVar = new c(this.i, this.j, this.k); a aVar = a.ZIP; - b bVar = cVar.f349c; + b bVar = cVar.f348c; d dVar = null; if (bVar != null) { String str = cVar.b; diff --git a/app/src/main/java/c/c/a/j.java b/app/src/main/java/c/c/a/j.java index 6f7bc7ed61..6cee0897ff 100644 --- a/app/src/main/java/c/c/a/j.java +++ b/app/src/main/java/c/c/a/j.java @@ -43,7 +43,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Nullable /* renamed from: s reason: collision with root package name */ - public String f270s; + public String f269s; @Nullable public b t; @Nullable @@ -53,13 +53,13 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public c.c.a.y.m.c w; /* renamed from: x reason: collision with root package name */ - public int f271x; + public int f270x; /* renamed from: y reason: collision with root package name */ - public boolean f272y; + public boolean f271y; /* renamed from: z reason: collision with root package name */ - public boolean f273z; + public boolean f272z; /* compiled from: LottieDrawable */ public class a implements o { @@ -125,17 +125,17 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public final /* synthetic */ Object b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ c.c.a.c0.c f275c; + public final /* synthetic */ c.c.a.c0.c f274c; public e(c.c.a.y.f fVar, Object obj, c.c.a.c0.c cVar) { this.a = fVar; this.b = obj; - this.f275c = cVar; + this.f274c = cVar; } @Override // c.c.a.j.o public void a(d dVar) { - j.this.a(this.a, this.b, this.f275c); + j.this.a(this.a, this.b, this.f274c); } } @@ -276,7 +276,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { this.o = new ArrayList<>(); f fVar = new f(); this.p = fVar; - this.f271x = 255; + this.f270x = 255; this.A = true; this.B = false; dVar.i.add(fVar); @@ -293,7 +293,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { if (fVar == c.c.a.y.f.a) { cVar2.g(t, cVar); } else { - c.c.a.y.g gVar = fVar.f314c; + c.c.a.y.g gVar = fVar.f313c; if (gVar != null) { gVar.g(t, cVar); } else { @@ -306,7 +306,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { list = arrayList; } for (int i2 = 0; i2 < list.size(); i2++) { - ((c.c.a.y.f) list.get(i2)).f314c.g(t, cVar); + ((c.c.a.y.f) list.get(i2)).f313c.g(t, cVar); } z2 = true ^ list.isEmpty(); } @@ -330,7 +330,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public void c() { c.c.a.b0.d dVar = this.k; - if (dVar.f266s) { + if (dVar.f265s) { dVar.cancel(); } this.j = null; @@ -373,7 +373,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } this.i.reset(); this.i.preScale(width, height); - this.w.f(canvas, this.i, this.f271x); + this.w.f(canvas, this.i, this.f270x); if (i2 > 0) { canvas.restoreToCount(i2); } @@ -399,7 +399,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } this.i.reset(); this.i.preScale(min2, min2); - this.w.f(canvas, this.i, this.f271x); + this.w.f(canvas, this.i, this.f270x); if (i2 > 0) { canvas.restoreToCount(i2); } @@ -436,7 +436,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Override // android.graphics.drawable.Drawable public int getAlpha() { - return this.f271x; + return this.f270x; } @Override // android.graphics.drawable.Drawable @@ -471,7 +471,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { if (dVar == null) { return false; } - return dVar.f266s; + return dVar.f265s; } @Override // android.graphics.drawable.Drawable.Callback @@ -506,7 +506,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } if (this.m || h() == 0) { c.c.a.b0.d dVar = this.k; - dVar.f266s = true; + dVar.f265s = true; boolean k2 = dVar.k(); for (Animator.AnimatorListener animatorListener : dVar.j) { if (Build.VERSION.SDK_INT >= 26) { @@ -534,7 +534,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } if (this.m || h() == 0) { c.c.a.b0.d dVar = this.k; - dVar.f266s = true; + dVar.f265s = true; dVar.l(); dVar.m = 0; if (dVar.k() && dVar.n == dVar.j()) { @@ -574,7 +574,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } c.c.a.y.i d2 = dVar.d(str); if (d2 != null) { - m((int) (d2.b + d2.f315c)); + m((int) (d2.b + d2.f314c)); return; } throw new IllegalArgumentException(c.d.b.a.a.v("Cannot find marker with name ", str, ".")); @@ -606,7 +606,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { c.c.a.y.i d2 = dVar.d(str); if (d2 != null) { int i2 = (int) d2.b; - p(i2, ((int) d2.f315c) + i2); + p(i2, ((int) d2.f314c) + i2); return; } throw new IllegalArgumentException(c.d.b.a.a.v("Cannot find marker with name ", str, ".")); @@ -645,7 +645,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Override // android.graphics.drawable.Drawable public void setAlpha(@IntRange(from = 0, to = 255) int i2) { - this.f271x = i2; + this.f270x = i2; invalidateSelf(); } diff --git a/app/src/main/java/c/c/a/k.java b/app/src/main/java/c/c/a/k.java index 2a44309a85..ce8d78b745 100644 --- a/app/src/main/java/c/c/a/k.java +++ b/app/src/main/java/c/c/a/k.java @@ -9,7 +9,7 @@ public class k { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f276c; + public final String f275c; public final String d; @Nullable public Bitmap e; @@ -18,7 +18,7 @@ public class k { public k(int i, int i2, String str, String str2, String str3) { this.a = i; this.b = i2; - this.f276c = str; + this.f275c = str; this.d = str2; } } diff --git a/app/src/main/java/c/c/a/o.java b/app/src/main/java/c/c/a/o.java index a65ca21f96..c5af4cd64f 100644 --- a/app/src/main/java/c/c/a/o.java +++ b/app/src/main/java/c/c/a/o.java @@ -13,7 +13,7 @@ public interface o { public static final Integer b = 2; /* renamed from: c reason: collision with root package name */ - public static final Integer f277c = 3; + public static final Integer f276c = 3; public static final Integer d = 4; public static final PointF e = new PointF(); public static final PointF f = new PointF(); @@ -31,20 +31,20 @@ public interface o { public static final Float r = Float.valueOf(5.0f); /* renamed from: s reason: collision with root package name */ - public static final Float f278s = Float.valueOf(6.0f); + public static final Float f277s = Float.valueOf(6.0f); public static final Float t = Float.valueOf(7.0f); public static final Float u = Float.valueOf(8.0f); public static final Float v = Float.valueOf(9.0f); public static final Float w = Float.valueOf(10.0f); /* renamed from: x reason: collision with root package name */ - public static final Float f279x = Float.valueOf(11.0f); + public static final Float f278x = Float.valueOf(11.0f); /* renamed from: y reason: collision with root package name */ - public static final Float f280y = Float.valueOf(12.0f); + public static final Float f279y = Float.valueOf(12.0f); /* renamed from: z reason: collision with root package name */ - public static final Float f281z = Float.valueOf(12.1f); + public static final Float f280z = Float.valueOf(12.1f); static { Float valueOf = Float.valueOf(0.0f); diff --git a/app/src/main/java/c/c/a/q.java b/app/src/main/java/c/c/a/q.java index 473f37e5c7..b7d27d36d2 100644 --- a/app/src/main/java/c/c/a/q.java +++ b/app/src/main/java/c/c/a/q.java @@ -31,7 +31,7 @@ public class q implements Runnable { r rVar2 = this.i; Throwable th = pVar.b; synchronized (rVar2) { - ArrayList arrayList = new ArrayList(rVar2.f282c); + ArrayList arrayList = new ArrayList(rVar2.f281c); if (arrayList.isEmpty()) { c.c("Lottie encountered an error but no failure listener was added:", th); return; diff --git a/app/src/main/java/c/c/a/r.java b/app/src/main/java/c/c/a/r.java index ad1d401149..c155437304 100644 --- a/app/src/main/java/c/c/a/r.java +++ b/app/src/main/java/c/c/a/r.java @@ -17,7 +17,7 @@ public class r { public final Set> b = new LinkedHashSet(1); /* renamed from: c reason: collision with root package name */ - public final Set> f282c = new LinkedHashSet(1); + public final Set> f281c = new LinkedHashSet(1); public final Handler d = new Handler(Looper.getMainLooper()); @Nullable public volatile p e = null; @@ -49,7 +49,7 @@ public class r { if (!(this.e == null || this.e.b == null)) { lVar.a(this.e.b); } - this.f282c.add(lVar); + this.f281c.add(lVar); return this; } diff --git a/app/src/main/java/c/c/a/s.java b/app/src/main/java/c/c/a/s.java index 98cf7befa9..43c128f5f1 100644 --- a/app/src/main/java/c/c/a/s.java +++ b/app/src/main/java/c/c/a/s.java @@ -11,7 +11,7 @@ public class s { public final Set b = new ArraySet(); /* renamed from: c reason: collision with root package name */ - public final Map f283c = new HashMap(); + public final Map f282c = new HashMap(); /* compiled from: PerformanceTracker */ public interface a { diff --git a/app/src/main/java/c/c/a/w/b/a.java b/app/src/main/java/c/c/a/w/b/a.java index f398a0a211..c7c721dbc5 100644 --- a/app/src/main/java/c/c/a/w/b/a.java +++ b/app/src/main/java/c/c/a/w/b/a.java @@ -27,7 +27,7 @@ public abstract class a implements a.b, k, e { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f284c = new Path(); + public final Path f283c = new Path(); public final RectF d = new RectF(); public final j e; public final c.c.a.y.m.b f; @@ -106,7 +106,7 @@ public abstract class a implements a.b, k, e { c cVar = list.get(size); if (cVar instanceof s) { s sVar2 = (s) cVar; - if (sVar2.f298c == 2) { + if (sVar2.f297c == 2) { sVar = sVar2; } } @@ -119,7 +119,7 @@ public abstract class a implements a.b, k, e { c cVar2 = list2.get(size2); if (cVar2 instanceof s) { s sVar3 = (s) cVar2; - if (sVar3.f298c == 2) { + if (sVar3.f297c == 2) { if (bVar != null) { this.g.add(bVar); } @@ -249,15 +249,15 @@ public abstract class a implements a.b, k, e { int size3 = bVar.a.size() - 1; float f3 = 0.0f; while (size3 >= 0) { - this.f284c.set(bVar.a.get(size3).getPath()); - this.f284c.transform(matrix); - this.a.setPath(this.f284c, z2); + this.f283c.set(bVar.a.get(size3).getPath()); + this.f283c.transform(matrix); + this.a.setPath(this.f283c, z2); float length2 = this.a.getLength(); if (floatValue3 > length) { float f4 = floatValue3 - length; if (f4 < f3 + length2 && f3 < f4) { - g.a(this.f284c, floatValue2 > length ? (floatValue2 - length) / length2 : 0.0f, Math.min(f4 / length2, f2), 0.0f); - canvas.drawPath(this.f284c, this.i); + g.a(this.f283c, floatValue2 > length ? (floatValue2 - length) / length2 : 0.0f, Math.min(f4 / length2, f2), 0.0f); + canvas.drawPath(this.f283c, this.i); f3 += length2; size3--; z2 = false; @@ -267,10 +267,10 @@ public abstract class a implements a.b, k, e { float f5 = f3 + length2; if (f5 >= floatValue2 && f3 <= floatValue3) { if (f5 > floatValue3 || floatValue2 >= f3) { - g.a(this.f284c, floatValue2 < f3 ? 0.0f : (floatValue2 - f3) / length2, floatValue3 > f5 ? 1.0f : (floatValue3 - f3) / length2, 0.0f); - canvas.drawPath(this.f284c, this.i); + g.a(this.f283c, floatValue2 < f3 ? 0.0f : (floatValue2 - f3) / length2, floatValue3 > f5 ? 1.0f : (floatValue3 - f3) / length2, 0.0f); + canvas.drawPath(this.f283c, this.i); } else { - canvas.drawPath(this.f284c, this.i); + canvas.drawPath(this.f283c, this.i); } } f3 += length2; diff --git a/app/src/main/java/c/c/a/w/b/d.java b/app/src/main/java/c/c/a/w/b/d.java index 895decd24d..ccc67c3511 100644 --- a/app/src/main/java/c/c/a/w/b/d.java +++ b/app/src/main/java/c/c/a/w/b/d.java @@ -23,7 +23,7 @@ public class d implements e, m, a.b, g { public RectF b; /* renamed from: c reason: collision with root package name */ - public final Matrix f285c; + public final Matrix f284c; public final Path d; public final RectF e; public final String f; @@ -40,7 +40,7 @@ public class d implements e, m, a.b, g { this(jVar, bVar, r3, r4, r5, r6); l lVar; String str = mVar.a; - boolean z2 = mVar.f328c; + boolean z2 = mVar.f327c; List list = mVar.b; ArrayList arrayList = new ArrayList(list.size()); int i = 0; @@ -68,7 +68,7 @@ public class d implements e, m, a.b, g { public d(j jVar, b bVar, String str, boolean z2, List list, @Nullable l lVar) { this.a = new c.c.a.w.a(); this.b = new RectF(); - this.f285c = new Matrix(); + this.f284c = new Matrix(); this.d = new Path(); this.e = new RectF(); this.f = str; @@ -143,16 +143,16 @@ public class d implements e, m, a.b, g { @Override // c.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { - this.f285c.set(matrix); + this.f284c.set(matrix); o oVar = this.k; if (oVar != null) { - this.f285c.preConcat(oVar.e()); + this.f284c.preConcat(oVar.e()); } this.e.set(0.0f, 0.0f, 0.0f, 0.0f); for (int size = this.h.size() - 1; size >= 0; size--) { c cVar = this.h.get(size); if (cVar instanceof e) { - ((e) cVar).d(this.e, this.f285c, z2); + ((e) cVar).d(this.e, this.f284c, z2); rectF.union(this.e); } } @@ -175,15 +175,15 @@ public class d implements e, m, a.b, g { public void f(Canvas canvas, Matrix matrix, int i) { boolean z2; if (!this.g) { - this.f285c.set(matrix); + this.f284c.set(matrix); o oVar = this.k; if (oVar != null) { - this.f285c.preConcat(oVar.e()); + this.f284c.preConcat(oVar.e()); a aVar = this.k.j; i = (int) ((((((float) (aVar == null ? 100 : aVar.e().intValue())) / 100.0f) * ((float) i)) / 255.0f) * 255.0f); } boolean z3 = false; - if (this.i.f273z) { + if (this.i.f272z) { int i2 = 0; int i3 = 0; while (true) { @@ -203,7 +203,7 @@ public class d implements e, m, a.b, g { } if (z3) { this.b.set(0.0f, 0.0f, 0.0f, 0.0f); - d(this.b, this.f285c, true); + d(this.b, this.f284c, true); this.a.setAlpha(i); c.c.a.b0.g.f(canvas, this.b, this.a, 31); } @@ -213,7 +213,7 @@ public class d implements e, m, a.b, g { for (int size = this.h.size() - 1; size >= 0; size--) { c cVar = this.h.get(size); if (cVar instanceof e) { - ((e) cVar).f(canvas, this.f285c, i); + ((e) cVar).f(canvas, this.f284c, i); } } if (z3) { @@ -237,10 +237,10 @@ public class d implements e, m, a.b, g { @Override // c.c.a.w.b.m public Path getPath() { - this.f285c.reset(); + this.f284c.reset(); o oVar = this.k; if (oVar != null) { - this.f285c.set(oVar.e()); + this.f284c.set(oVar.e()); } this.d.reset(); if (this.g) { @@ -249,7 +249,7 @@ public class d implements e, m, a.b, g { for (int size = this.h.size() - 1; size >= 0; size--) { c cVar = this.h.get(size); if (cVar instanceof m) { - this.d.addPath(((m) cVar).getPath(), this.f285c); + this.d.addPath(((m) cVar).getPath(), this.f284c); } } return this.d; diff --git a/app/src/main/java/c/c/a/w/b/f.java b/app/src/main/java/c/c/a/w/b/f.java index cee10ba63d..5cc21c6631 100644 --- a/app/src/main/java/c/c/a/w/b/f.java +++ b/app/src/main/java/c/c/a/w/b/f.java @@ -15,7 +15,7 @@ public class f implements m, a.b, k { public final String b; /* renamed from: c reason: collision with root package name */ - public final j f286c; + public final j f285c; public final a d; public final a e; public final c.c.a.y.l.a f; @@ -24,8 +24,8 @@ public class f implements m, a.b, k { public f(j jVar, b bVar, c.c.a.y.l.a aVar) { this.b = aVar.a; - this.f286c = jVar; - a a = aVar.f318c.a(); + this.f285c = jVar; + a a = aVar.f317c.a(); this.d = a; a a2 = aVar.b.a(); this.e = a2; @@ -39,7 +39,7 @@ public class f implements m, a.b, k { @Override // c.c.a.w.c.a.b public void a() { this.h = false; - this.f286c.invalidateSelf(); + this.f285c.invalidateSelf(); } @Override // c.c.a.w.b.c @@ -48,7 +48,7 @@ public class f implements m, a.b, k { c cVar = list.get(i); if (cVar instanceof s) { s sVar = (s) cVar; - if (sVar.f298c == 1) { + if (sVar.f297c == 1) { this.g.a.add(sVar); sVar.b.add(this); } diff --git a/app/src/main/java/c/c/a/w/b/g.java b/app/src/main/java/c/c/a/w/b/g.java index 11febde339..cde63d58a3 100644 --- a/app/src/main/java/c/c/a/w/b/g.java +++ b/app/src/main/java/c/c/a/w/b/g.java @@ -23,7 +23,7 @@ public class g implements e, a.b, k { public final Paint b = new c.c.a.w.a(1); /* renamed from: c reason: collision with root package name */ - public final b f287c; + public final b f286c; public final String d; public final boolean e; public final List f = new ArrayList(); @@ -36,8 +36,8 @@ public class g implements e, a.b, k { public g(j jVar, b bVar, l lVar) { Path path = new Path(); this.a = path; - this.f287c = bVar; - this.d = lVar.f327c; + this.f286c = bVar; + this.d = lVar.f326c; this.e = lVar.f; this.j = jVar; if (lVar.d == null || lVar.e == null) { @@ -121,7 +121,7 @@ public class g implements e, a.b, k { } else if (t == o.C) { a aVar3 = this.i; if (aVar3 != null) { - this.f287c.u.remove(aVar3); + this.f286c.u.remove(aVar3); } if (cVar == 0) { this.i = null; @@ -130,7 +130,7 @@ public class g implements e, a.b, k { p pVar = new p(cVar, null); this.i = pVar; pVar.a.add(this); - this.f287c.e(this.i); + this.f286c.e(this.i); } } diff --git a/app/src/main/java/c/c/a/w/b/h.java b/app/src/main/java/c/c/a/w/b/h.java index d70176d74c..5aa0508035 100644 --- a/app/src/main/java/c/c/a/w/b/h.java +++ b/app/src/main/java/c/c/a/w/b/h.java @@ -30,7 +30,7 @@ public class h implements e, a.b, k { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final b f288c; + public final b f287c; public final LongSparseArray d = new LongSparseArray<>(); public final LongSparseArray e = new LongSparseArray<>(); public final Path f; @@ -55,14 +55,14 @@ public class h implements e, a.b, k { this.g = new c.c.a.w.a(1); this.h = new RectF(); this.i = new ArrayList(); - this.f288c = bVar; + this.f287c = bVar; this.a = dVar.g; this.b = dVar.h; this.q = jVar; this.j = dVar.a; path.setFillType(dVar.b); this.r = (int) (jVar.j.b() / 32.0f); - a a = dVar.f319c.a(); + a a = dVar.f318c.a(); this.k = a; a.a.add(this); bVar.e(a); @@ -193,7 +193,7 @@ public class h implements e, a.b, k { } else if (t == o.C) { a aVar2 = this.o; if (aVar2 != null) { - this.f288c.u.remove(aVar2); + this.f287c.u.remove(aVar2); } if (cVar == 0) { this.o = null; @@ -202,11 +202,11 @@ public class h implements e, a.b, k { p pVar = new p(cVar, null); this.o = pVar; pVar.a.add(this); - this.f288c.e(this.o); + this.f287c.e(this.o); } else if (t == o.D) { p pVar2 = this.p; if (pVar2 != null) { - this.f288c.u.remove(pVar2); + this.f287c.u.remove(pVar2); } if (cVar == 0) { this.p = null; @@ -215,7 +215,7 @@ public class h implements e, a.b, k { p pVar3 = new p(cVar, null); this.p = pVar3; pVar3.a.add(this); - this.f288c.e(this.p); + this.f287c.e(this.p); } } diff --git a/app/src/main/java/c/c/a/w/b/i.java b/app/src/main/java/c/c/a/w/b/i.java index b4447a3b14..d82d6bf043 100644 --- a/app/src/main/java/c/c/a/w/b/i.java +++ b/app/src/main/java/c/c/a/w/b/i.java @@ -24,18 +24,18 @@ public class i extends a { public final LongSparseArray r = new LongSparseArray<>(); /* renamed from: s reason: collision with root package name */ - public final RectF f289s = new RectF(); + public final RectF f288s = new RectF(); public final int t; public final int u; public final a v; public final a w; /* renamed from: x reason: collision with root package name */ - public final a f290x; + public final a f289x; @Nullable /* renamed from: y reason: collision with root package name */ - public p f291y; + public p f290y; public i(j jVar, b bVar, e eVar) { super(jVar, bVar, c.c.a.y.b.k(eVar.h), c.c.a.y.b.l(eVar.i), eVar.j, eVar.d, eVar.g, eVar.k, eVar.l); @@ -43,7 +43,7 @@ public class i extends a { this.t = eVar.b; this.p = eVar.m; this.u = (int) (jVar.j.b() / 32.0f); - a a = eVar.f320c.a(); + a a = eVar.f319c.a(); this.v = a; a.a.add(this); bVar.e(a); @@ -52,13 +52,13 @@ public class i extends a { a2.a.add(this); bVar.e(a2); a a3 = eVar.f.a(); - this.f290x = a3; + this.f289x = a3; a3.a.add(this); bVar.e(a3); } public final int[] e(int[] iArr) { - p pVar = this.f291y; + p pVar = this.f290y; if (pVar != null) { Integer[] numArr = (Integer[]) pVar.e(); int i = 0; @@ -85,13 +85,13 @@ public class i extends a { public void f(Canvas canvas, Matrix matrix, int i) { RadialGradient radialGradient; if (!this.p) { - d(this.f289s, matrix, false); + d(this.f288s, matrix, false); if (this.t == 1) { long h = (long) h(); radialGradient = this.q.get(h); if (radialGradient == null) { PointF e = this.w.e(); - PointF e2 = this.f290x.e(); + PointF e2 = this.f289x.e(); c e3 = this.v.e(); radialGradient = new LinearGradient(e.x, e.y, e2.x, e2.y, e(e3.b), e3.a, Shader.TileMode.CLAMP); this.q.put(h, radialGradient); @@ -101,7 +101,7 @@ public class i extends a { radialGradient = this.r.get(h2); if (radialGradient == null) { PointF e4 = this.w.e(); - PointF e5 = this.f290x.e(); + PointF e5 = this.f289x.e(); c e6 = this.v.e(); int[] e7 = e(e6.b); float[] fArr = e6.a; @@ -123,18 +123,18 @@ public class i extends a { public void g(T t, @Nullable c.c.a.c0.c cVar) { super.g(t, cVar); if (t == o.D) { - p pVar = this.f291y; + p pVar = this.f290y; if (pVar != null) { this.f.u.remove(pVar); } if (cVar == null) { - this.f291y = null; + this.f290y = null; return; } p pVar2 = new p(cVar, null); - this.f291y = pVar2; + this.f290y = pVar2; pVar2.a.add(this); - this.f.e(this.f291y); + this.f.e(this.f290y); } } @@ -145,7 +145,7 @@ public class i extends a { public final int h() { int round = Math.round(this.w.d * ((float) this.u)); - int round2 = Math.round(this.f290x.d * ((float) this.u)); + int round2 = Math.round(this.f289x.d * ((float) this.u)); int round3 = Math.round(this.v.d * ((float) this.u)); int i = 17; if (round != 0) { diff --git a/app/src/main/java/c/c/a/w/b/l.java b/app/src/main/java/c/c/a/w/b/l.java index 67315e1d02..192f76af5d 100644 --- a/app/src/main/java/c/c/a/w/b/l.java +++ b/app/src/main/java/c/c/a/w/b/l.java @@ -15,7 +15,7 @@ public class l implements m, j { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f292c = new Path(); + public final Path f291c = new Path(); public final List d = new ArrayList(); public final g e; @@ -40,8 +40,8 @@ public class l implements m, j { if (oVar != null) { matrix2 = oVar.e(); } else { - dVar.f285c.reset(); - matrix2 = dVar.f285c; + dVar.f284c.reset(); + matrix2 = dVar.f284c; } path.transform(matrix2); this.b.addPath(path); @@ -60,8 +60,8 @@ public class l implements m, j { if (oVar2 != null) { matrix = oVar2.e(); } else { - dVar2.f285c.reset(); - matrix = dVar2.f285c; + dVar2.f284c.reset(); + matrix = dVar2.f284c; } path2.transform(matrix); this.a.addPath(path2); @@ -69,7 +69,7 @@ public class l implements m, j { } else { this.a.set(mVar2.getPath()); } - this.f292c.op(this.a, this.b, op); + this.f291c.op(this.a, this.b, op); } @Override // c.c.a.w.b.c @@ -94,15 +94,15 @@ public class l implements m, j { @Override // c.c.a.w.b.m public Path getPath() { - this.f292c.reset(); + this.f291c.reset(); g gVar = this.e; - if (gVar.f322c) { - return this.f292c; + if (gVar.f321c) { + return this.f291c; } int ordinal = gVar.b.ordinal(); if (ordinal == 0) { for (int i = 0; i < this.d.size(); i++) { - this.f292c.addPath(this.d.get(i).getPath()); + this.f291c.addPath(this.d.get(i).getPath()); } } else if (ordinal == 1) { a(Path.Op.UNION); @@ -113,6 +113,6 @@ public class l implements m, j { } else if (ordinal == 4) { a(Path.Op.XOR); } - return this.f292c; + return this.f291c; } } diff --git a/app/src/main/java/c/c/a/w/b/n.java b/app/src/main/java/c/c/a/w/b/n.java index e10c7a8a85..fb6cbf1fa5 100644 --- a/app/src/main/java/c/c/a/w/b/n.java +++ b/app/src/main/java/c/c/a/w/b/n.java @@ -18,7 +18,7 @@ public class n implements m, a.b, k { public final String b; /* renamed from: c reason: collision with root package name */ - public final j f293c; + public final j f292c; public final h.a d; public final boolean e; public final a f; @@ -34,12 +34,12 @@ public class n implements m, a.b, k { public boolean n; public n(j jVar, b bVar, h hVar) { - this.f293c = jVar; + this.f292c = jVar; this.b = hVar.a; h.a aVar = hVar.b; this.d = aVar; this.e = hVar.j; - a a = hVar.f323c.a(); + a a = hVar.f322c.a(); this.f = a; a a2 = hVar.d.a(); this.g = a2; @@ -80,7 +80,7 @@ public class n implements m, a.b, k { @Override // c.c.a.w.c.a.b public void a() { this.n = false; - this.f293c.invalidateSelf(); + this.f292c.invalidateSelf(); } @Override // c.c.a.w.b.c @@ -89,7 +89,7 @@ public class n implements m, a.b, k { c cVar = list.get(i); if (cVar instanceof s) { s sVar = (s) cVar; - if (sVar.f298c == 1) { + if (sVar.f297c == 1) { this.m.a.add(sVar); sVar.b.add(this); } @@ -108,7 +108,7 @@ public class n implements m, a.b, k { public void g(T t, @Nullable c cVar) { a aVar; a aVar2; - if (t == o.f278s) { + if (t == o.f277s) { a aVar3 = this.f; c cVar2 = aVar3.e; aVar3.e = cVar; @@ -130,7 +130,7 @@ public class n implements m, a.b, k { } else if (t == o.w && (aVar = this.k) != null) { c cVar7 = aVar.e; aVar.e = cVar; - } else if (t == o.f279x) { + } else if (t == o.f278x) { a aVar7 = this.l; c cVar8 = aVar7.e; aVar7.e = cVar; diff --git a/app/src/main/java/c/c/a/w/b/o.java b/app/src/main/java/c/c/a/w/b/o.java index 528c28461a..a9b4f31c41 100644 --- a/app/src/main/java/c/c/a/w/b/o.java +++ b/app/src/main/java/c/c/a/w/b/o.java @@ -17,7 +17,7 @@ public class o implements a.b, k, m { public final RectF b = new RectF(); /* renamed from: c reason: collision with root package name */ - public final String f294c; + public final String f293c; public final boolean d; public final j e; public final a f; @@ -27,12 +27,12 @@ public class o implements a.b, k, m { public boolean j; public o(j jVar, b bVar, i iVar) { - this.f294c = iVar.a; + this.f293c = iVar.a; this.d = iVar.e; this.e = jVar; a a = iVar.b.a(); this.f = a; - a a2 = iVar.f324c.a(); + a a2 = iVar.f323c.a(); this.g = a2; a a3 = iVar.d.a(); this.h = a3; @@ -56,7 +56,7 @@ public class o implements a.b, k, m { c cVar = list.get(i); if (cVar instanceof s) { s sVar = (s) cVar; - if (sVar.f298c == 1) { + if (sVar.f297c == 1) { this.i.a.add(sVar); sVar.b.add(this); } @@ -90,7 +90,7 @@ public class o implements a.b, k, m { @Override // c.c.a.w.b.c public String getName() { - return this.f294c; + return this.f293c; } @Override // c.c.a.w.b.m diff --git a/app/src/main/java/c/c/a/w/b/p.java b/app/src/main/java/c/c/a/w/b/p.java index eb2b9e2122..6bdac65c75 100644 --- a/app/src/main/java/c/c/a/w/b/p.java +++ b/app/src/main/java/c/c/a/w/b/p.java @@ -23,7 +23,7 @@ public class p implements e, m, j, a.b, k { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final j f295c; + public final j f294c; public final b d; public final String e; public final boolean f; @@ -33,7 +33,7 @@ public class p implements e, m, j, a.b, k { public d j; public p(j jVar, b bVar, c.c.a.y.l.j jVar2) { - this.f295c = jVar; + this.f294c = jVar; this.d = bVar; this.e = jVar2.a; this.f = jVar2.e; @@ -41,7 +41,7 @@ public class p implements e, m, j, a.b, k { this.g = a; bVar.e(a); a.a.add(this); - a a2 = jVar2.f325c.a(); + a a2 = jVar2.f324c.a(); this.h = a2; bVar.e(a2); a2.a.add(this); @@ -55,7 +55,7 @@ public class p implements e, m, j, a.b, k { @Override // c.c.a.w.c.a.b public void a() { - this.f295c.invalidateSelf(); + this.f294c.invalidateSelf(); } @Override // c.c.a.w.b.c @@ -84,7 +84,7 @@ public class p implements e, m, j, a.b, k { listIterator.remove(); } Collections.reverse(arrayList); - this.j = new d(this.f295c, this.d, "Repeater", this.f, arrayList, null); + this.j = new d(this.f294c, this.d, "Repeater", this.f, arrayList, null); } } diff --git a/app/src/main/java/c/c/a/w/b/q.java b/app/src/main/java/c/c/a/w/b/q.java index cc5559078a..4d46b9a0bf 100644 --- a/app/src/main/java/c/c/a/w/b/q.java +++ b/app/src/main/java/c/c/a/w/b/q.java @@ -13,15 +13,15 @@ public class q implements m, a.b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final j f296c; + public final j f295c; public final a d; public boolean e; public b f = new b(); public q(j jVar, b bVar, n nVar) { this.b = nVar.d; - this.f296c = jVar; - a a = nVar.f329c.a(); + this.f295c = jVar; + a a = nVar.f328c.a(); this.d = a; bVar.e(a); a.a.add(this); @@ -30,7 +30,7 @@ public class q implements m, a.b { @Override // c.c.a.w.c.a.b public void a() { this.e = false; - this.f296c.invalidateSelf(); + this.f295c.invalidateSelf(); } @Override // c.c.a.w.b.c @@ -39,7 +39,7 @@ public class q implements m, a.b { c cVar = list.get(i); if (cVar instanceof s) { s sVar = (s) cVar; - if (sVar.f298c == 1) { + if (sVar.f297c == 1) { this.f.a.add(sVar); sVar.b.add(this); } diff --git a/app/src/main/java/c/c/a/w/b/r.java b/app/src/main/java/c/c/a/w/b/r.java index db3ca9ef0e..50f874fd3a 100644 --- a/app/src/main/java/c/c/a/w/b/r.java +++ b/app/src/main/java/c/c/a/w/b/r.java @@ -20,10 +20,10 @@ public class r extends a { @Nullable /* renamed from: s reason: collision with root package name */ - public a f297s; + public a f296s; public r(j jVar, b bVar, o oVar) { - super(jVar, bVar, c.c.a.y.b.k(oVar.g), c.c.a.y.b.l(oVar.h), oVar.i, oVar.e, oVar.f, oVar.f330c, oVar.b); + super(jVar, bVar, c.c.a.y.b.k(oVar.g), c.c.a.y.b.l(oVar.h), oVar.i, oVar.e, oVar.f, oVar.f329c, oVar.b); this.o = bVar; this.p = oVar.a; this.q = oVar.j; @@ -39,7 +39,7 @@ public class r extends a { Paint paint = this.i; c.c.a.w.c.b bVar = (c.c.a.w.c.b) this.r; paint.setColor(bVar.j(bVar.a(), bVar.c())); - a aVar = this.f297s; + a aVar = this.f296s; if (aVar != null) { this.i.setColorFilter(aVar.e()); } @@ -57,16 +57,16 @@ public class r extends a { c cVar2 = aVar.e; aVar.e = cVar; } else if (t == c.c.a.o.C) { - a aVar2 = this.f297s; + a aVar2 = this.f296s; if (aVar2 != null) { this.o.u.remove(aVar2); } if (cVar == 0) { - this.f297s = null; + this.f296s = null; return; } p pVar = new p(cVar, null); - this.f297s = pVar; + this.f296s = pVar; pVar.a.add(this); this.o.e(this.r); } diff --git a/app/src/main/java/c/c/a/w/b/s.java b/app/src/main/java/c/c/a/w/b/s.java index fee8ae3275..13d18733e9 100644 --- a/app/src/main/java/c/c/a/w/b/s.java +++ b/app/src/main/java/c/c/a/w/b/s.java @@ -11,15 +11,15 @@ public class s implements c, a.b { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final int f298c; + public final int f297c; public final a d; public final a e; public final a f; public s(b bVar, p pVar) { this.a = pVar.f; - this.f298c = pVar.b; - a a = pVar.f331c.a(); + this.f297c = pVar.b; + a a = pVar.f330c.a(); this.d = a; a a2 = pVar.d.a(); this.e = a2; diff --git a/app/src/main/java/c/c/a/w/c/a.java b/app/src/main/java/c/c/a/w/c/a.java index 5886f70c1e..57eb77f2f0 100644 --- a/app/src/main/java/c/c/a/w/c/a.java +++ b/app/src/main/java/c/c/a/w/c/a.java @@ -12,7 +12,7 @@ public abstract class a { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public final d f299c; + public final d f298c; public float d = 0.0f; @Nullable public c.c.a.c0.c e; @@ -86,7 +86,7 @@ public abstract class a { public c.c.a.c0.a b; /* renamed from: c reason: collision with root package name */ - public c.c.a.c0.a f300c = null; + public c.c.a.c0.a f299c = null; public float d = -1.0f; public e(List> list) { @@ -96,12 +96,12 @@ public abstract class a { @Override // c.c.a.w.c.a.d public boolean a(float f) { - c.c.a.c0.a aVar = this.f300c; + c.c.a.c0.a aVar = this.f299c; c.c.a.c0.a aVar2 = this.b; if (aVar == aVar2 && this.d == f) { return true; } - this.f300c = aVar2; + this.f299c = aVar2; this.d = f; return false; } @@ -205,11 +205,11 @@ public abstract class a { } else { dVar = list.size() == 1 ? new f<>(list) : new e<>(list); } - this.f299c = dVar; + this.f298c = dVar; } public c.c.a.c0.a a() { - c.c.a.c0.a b2 = this.f299c.b(); + c.c.a.c0.a b2 = this.f298c.b(); c.c.a.c.a("BaseKeyframeAnimation#getCurrentKeyframe"); return b2; } @@ -217,7 +217,7 @@ public abstract class a { @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 1.0d) public float b() { if (this.h == -1.0f) { - this.h = this.f299c.d(); + this.h = this.f298c.d(); } return this.h; } @@ -243,7 +243,7 @@ public abstract class a { public A e() { float c2 = c(); - if (this.e == null && this.f299c.a(c2)) { + if (this.e == null && this.f298c.a(c2)) { return this.f; } A f2 = f(a(), c2); @@ -260,14 +260,14 @@ public abstract class a { } public void h(@FloatRange(from = 0.0d, to = 1.0d) float f2) { - if (!this.f299c.isEmpty()) { + if (!this.f298c.isEmpty()) { if (this.g == -1.0f) { - this.g = this.f299c.e(); + this.g = this.f298c.e(); } float f3 = this.g; if (f2 < f3) { if (f3 == -1.0f) { - this.g = this.f299c.e(); + this.g = this.f298c.e(); } f2 = this.g; } else if (f2 > b()) { @@ -275,7 +275,7 @@ public abstract class a { } if (f2 != this.d) { this.d = f2; - if (this.f299c.c(f2)) { + if (this.f298c.c(f2)) { g(); } } diff --git a/app/src/main/java/c/c/a/w/c/b.java b/app/src/main/java/c/c/a/w/c/b.java index a69b8fb640..b72127d8a9 100644 --- a/app/src/main/java/c/c/a/w/c/b.java +++ b/app/src/main/java/c/c/a/w/c/b.java @@ -19,11 +19,11 @@ public class b extends f { public int j(a aVar, float f) { Integer num; Integer num2 = aVar.b; - if (num2 == null || aVar.f268c == null) { + if (num2 == null || aVar.f267c == null) { throw new IllegalStateException("Missing values for keyframe."); } int intValue = num2.intValue(); - int intValue2 = aVar.f268c.intValue(); + int intValue2 = aVar.f267c.intValue(); c cVar = this.e; return (cVar == 0 || (num = (Integer) cVar.a(aVar.e, aVar.f.floatValue(), Integer.valueOf(intValue), Integer.valueOf(intValue2), f, d(), this.d)) == null) ? AnimatableValueParser.k0(f.b(f, 0.0f, 1.0f), intValue, intValue2) : num.intValue(); } diff --git a/app/src/main/java/c/c/a/w/c/c.java b/app/src/main/java/c/c/a/w/c/c.java index 4034c82989..c87322cac1 100644 --- a/app/src/main/java/c/c/a/w/c/c.java +++ b/app/src/main/java/c/c/a/w/c/c.java @@ -20,11 +20,11 @@ public class c extends f { public float k(a aVar, float f) { Float f2; - if (aVar.b == null || aVar.f268c == null) { + if (aVar.b == null || aVar.f267c == null) { throw new IllegalStateException("Missing values for keyframe."); } c.c.a.c0.c cVar = this.e; - if (cVar != 0 && (f2 = (Float) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f268c, f, d(), this.d)) != null) { + if (cVar != 0 && (f2 = (Float) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f267c, f, d(), this.d)) != null) { return f2.floatValue(); } if (aVar.g == -3987645.8f) { @@ -32,7 +32,7 @@ public class c extends f { } float f3 = aVar.g; if (aVar.h == -3987645.8f) { - aVar.h = aVar.f268c.floatValue(); + aVar.h = aVar.f267c.floatValue(); } return f.e(f3, aVar.h, f); } diff --git a/app/src/main/java/c/c/a/w/c/d.java b/app/src/main/java/c/c/a/w/c/d.java index e9c0a33717..68acfdd4e2 100644 --- a/app/src/main/java/c/c/a/w/c/d.java +++ b/app/src/main/java/c/c/a/w/c/d.java @@ -22,7 +22,7 @@ public class d extends f { public Object f(a aVar, float f) { c cVar = this.i; c cVar2 = aVar.b; - c cVar3 = aVar.f268c; + c cVar3 = aVar.f267c; Objects.requireNonNull(cVar); if (cVar2.b.length == cVar3.b.length) { for (int i = 0; i < cVar2.b.length; i++) { diff --git a/app/src/main/java/c/c/a/w/c/e.java b/app/src/main/java/c/c/a/w/c/e.java index c502e2a964..6ad8c5edde 100644 --- a/app/src/main/java/c/c/a/w/c/e.java +++ b/app/src/main/java/c/c/a/w/c/e.java @@ -18,11 +18,11 @@ public class e extends f { public int j(a aVar, float f) { Integer num; - if (aVar.b == null || aVar.f268c == null) { + if (aVar.b == null || aVar.f267c == null) { throw new IllegalStateException("Missing values for keyframe."); } c cVar = this.e; - if (cVar != 0 && (num = (Integer) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f268c, f, d(), this.d)) != null) { + if (cVar != 0 && (num = (Integer) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f267c, f, d(), this.d)) != null) { return num.intValue(); } if (aVar.i == 784923401) { @@ -30,7 +30,7 @@ public class e extends f { } int i = aVar.i; if (aVar.j == 784923401) { - aVar.j = aVar.f268c.intValue(); + aVar.j = aVar.f267c.intValue(); } int i2 = aVar.j; PointF pointF = f.a; diff --git a/app/src/main/java/c/c/a/w/c/g.java b/app/src/main/java/c/c/a/w/c/g.java index cca1ce67f2..f74c5c5962 100644 --- a/app/src/main/java/c/c/a/w/c/g.java +++ b/app/src/main/java/c/c/a/w/c/g.java @@ -11,15 +11,15 @@ public class g { public final List> b; /* renamed from: c reason: collision with root package name */ - public final List f301c; + public final List f300c; public g(List list) { - this.f301c = list; + this.f300c = list; this.a = new ArrayList(list.size()); this.b = new ArrayList(list.size()); for (int i = 0; i < list.size(); i++) { this.a.add(list.get(i).b.a()); - this.b.add(list.get(i).f321c.a()); + this.b.add(list.get(i).f320c.a()); } } } diff --git a/app/src/main/java/c/c/a/w/c/h.java b/app/src/main/java/c/c/a/w/c/h.java index ec5e7ba883..7490144544 100644 --- a/app/src/main/java/c/c/a/w/c/h.java +++ b/app/src/main/java/c/c/a/w/c/h.java @@ -14,16 +14,16 @@ public class h extends a { public final a p; public h(d dVar, a aVar) { - super(dVar, aVar.b, aVar.f268c, aVar.d, aVar.e, aVar.f); + super(dVar, aVar.b, aVar.f267c, aVar.d, aVar.e, aVar.f); this.p = aVar; e(); } public void e() { PointF pointF; - PointF pointF2 = this.f268c; + PointF pointF2 = this.f267c; boolean z2 = (pointF2 == null || (pointF = this.b) == null || !pointF.equals(pointF2.x, pointF2.y)) ? false : true; - PointF pointF3 = this.f268c; + PointF pointF3 = this.f267c; if (pointF3 != null && !z2) { PointF pointF4 = this.b; PointF pointF5 = pointF3; diff --git a/app/src/main/java/c/c/a/w/c/i.java b/app/src/main/java/c/c/a/w/c/i.java index 44a630b921..498cf58f6b 100644 --- a/app/src/main/java/c/c/a/w/c/i.java +++ b/app/src/main/java/c/c/a/w/c/i.java @@ -29,7 +29,7 @@ public class i extends f { return aVar.b; } c cVar = this.e; - if (cVar != 0 && (pointF = (PointF) cVar.a(hVar.e, hVar.f.floatValue(), hVar.b, hVar.f268c, d(), f, this.d)) != null) { + if (cVar != 0 && (pointF = (PointF) cVar.a(hVar.e, hVar.f.floatValue(), hVar.b, hVar.f267c, d(), f, this.d)) != null) { return pointF; } if (this.k != hVar) { diff --git a/app/src/main/java/c/c/a/w/c/j.java b/app/src/main/java/c/c/a/w/c/j.java index 93e5ab975f..3dfa23db78 100644 --- a/app/src/main/java/c/c/a/w/c/j.java +++ b/app/src/main/java/c/c/a/w/c/j.java @@ -17,7 +17,7 @@ public class j extends f { PointF pointF; PointF pointF2; PointF pointF3 = aVar.b; - if (pointF3 == null || (pointF = aVar.f268c) == null) { + if (pointF3 == null || (pointF = aVar.f267c) == null) { throw new IllegalStateException("Missing values for keyframe."); } PointF pointF4 = pointF3; diff --git a/app/src/main/java/c/c/a/w/c/k.java b/app/src/main/java/c/c/a/w/c/k.java index 26012ae836..474ead1a6c 100644 --- a/app/src/main/java/c/c/a/w/c/k.java +++ b/app/src/main/java/c/c/a/w/c/k.java @@ -18,7 +18,7 @@ public class k extends f { d dVar; d dVar2; d dVar3 = aVar.b; - if (dVar3 == null || (dVar = aVar.f268c) == null) { + if (dVar3 == null || (dVar = aVar.f267c) == null) { throw new IllegalStateException("Missing values for keyframe."); } d dVar4 = dVar3; diff --git a/app/src/main/java/c/c/a/w/c/l.java b/app/src/main/java/c/c/a/w/c/l.java index b5b1aa7822..72312d2e62 100644 --- a/app/src/main/java/c/c/a/w/c/l.java +++ b/app/src/main/java/c/c/a/w/c/l.java @@ -21,12 +21,12 @@ public class l extends a { @Override // c.c.a.w.c.a public Path f(a aVar, float f) { k kVar = aVar.b; - k kVar2 = aVar.f268c; + k kVar2 = aVar.f267c; k kVar3 = this.i; if (kVar3.b == null) { kVar3.b = new PointF(); } - kVar3.f326c = kVar.f326c || kVar2.f326c; + kVar3.f325c = kVar.f325c || kVar2.f325c; if (kVar.a.size() != kVar2.a.size()) { StringBuilder P = c.d.b.a.a.P("Curves must have the same number of control points. Shape 1: "); P.append(kVar.a.size()); @@ -58,13 +58,13 @@ public class l extends a { c.c.a.y.a aVar3 = kVar2.a.get(size3); PointF pointF3 = aVar2.a; PointF pointF4 = aVar2.b; - PointF pointF5 = aVar2.f305c; + PointF pointF5 = aVar2.f304c; PointF pointF6 = aVar3.a; PointF pointF7 = aVar3.b; - PointF pointF8 = aVar3.f305c; + PointF pointF8 = aVar3.f304c; kVar3.a.get(size3).a.set(f.e(pointF3.x, pointF6.x, f), f.e(pointF3.y, pointF6.y, f)); kVar3.a.get(size3).b.set(f.e(pointF4.x, pointF7.x, f), f.e(pointF4.y, pointF7.y, f)); - kVar3.a.get(size3).f305c.set(f.e(pointF5.x, pointF8.x, f), f.e(pointF5.y, pointF8.y, f)); + kVar3.a.get(size3).f304c.set(f.e(pointF5.x, pointF8.x, f), f.e(pointF5.y, pointF8.y, f)); } k kVar4 = this.i; Path path = this.j; @@ -76,7 +76,7 @@ public class l extends a { c.c.a.y.a aVar4 = kVar4.a.get(i); PointF pointF10 = aVar4.a; PointF pointF11 = aVar4.b; - PointF pointF12 = aVar4.f305c; + PointF pointF12 = aVar4.f304c; if (!pointF10.equals(f.a) || !pointF11.equals(pointF12)) { path.cubicTo(pointF10.x, pointF10.y, pointF11.x, pointF11.y, pointF12.x, pointF12.y); } else { @@ -84,7 +84,7 @@ public class l extends a { } f.a.set(pointF12.x, pointF12.y); } - if (kVar4.f326c) { + if (kVar4.f325c) { path.close(); } return this.j; diff --git a/app/src/main/java/c/c/a/w/c/o.java b/app/src/main/java/c/c/a/w/c/o.java index 1ceb460e45..fe3c85128c 100644 --- a/app/src/main/java/c/c/a/w/c/o.java +++ b/app/src/main/java/c/c/a/w/c/o.java @@ -19,7 +19,7 @@ public class o { public final Matrix b; /* renamed from: c reason: collision with root package name */ - public final Matrix f302c; + public final Matrix f301c; public final Matrix d; public final float[] e; @NonNull @@ -46,7 +46,7 @@ public class o { this.f = eVar == null ? null : eVar.a(); m mVar = lVar.b; this.g = mVar == null ? null : mVar.a(); - g gVar = lVar.f317c; + g gVar = lVar.f316c; this.h = gVar == null ? null : gVar.a(); b bVar = lVar.d; this.i = bVar == null ? null : bVar.a(); @@ -55,12 +55,12 @@ public class o { this.k = cVar; if (cVar != null) { this.b = new Matrix(); - this.f302c = new Matrix(); + this.f301c = new Matrix(); this.d = new Matrix(); this.e = new float[9]; } else { this.b = null; - this.f302c = null; + this.f301c = null; this.d = null; this.e = null; } @@ -178,7 +178,7 @@ public class o { c cVar7 = aVar6.e; aVar6.e = cVar; return true; - } else if (t == c.c.a.o.f277c) { + } else if (t == c.c.a.o.f276c) { a aVar7 = this.j; if (aVar7 == null) { this.j = new p(cVar, 100); @@ -187,8 +187,8 @@ public class o { c cVar8 = aVar7.e; aVar7.e = cVar; return true; - } else if (t != c.c.a.o.f280y || (aVar2 = this.m) == null) { - if (t != c.c.a.o.f281z || (aVar = this.n) == null) { + } else if (t != c.c.a.o.f279y || (aVar2 = this.m) == null) { + if (t != c.c.a.o.f280z || (aVar = this.n) == null) { if (t == c.c.a.o.m && (cVar3 = this.k) != null) { if (cVar3 == null) { this.k = new c(Collections.singletonList(new c.c.a.c0.a(Float.valueOf(0.0f)))); @@ -269,7 +269,7 @@ public class o { fArr2[3] = (float) Math.tan(Math.toRadians((double) this.k.j())); fArr2[4] = 1.0f; fArr2[8] = 1.0f; - this.f302c.setValues(fArr2); + this.f301c.setValues(fArr2); d(); float[] fArr3 = this.e; fArr3[0] = cos; @@ -278,8 +278,8 @@ public class o { fArr3[4] = cos; fArr3[8] = 1.0f; this.d.setValues(fArr3); - this.f302c.preConcat(this.b); - this.d.preConcat(this.f302c); + this.f301c.preConcat(this.b); + this.d.preConcat(this.f301c); this.a.preConcat(this.d); } a aVar3 = this.h; diff --git a/app/src/main/java/c/c/a/x/a.java b/app/src/main/java/c/c/a/x/a.java index eaf5a565b0..e39bfb75b9 100644 --- a/app/src/main/java/c/c/a/x/a.java +++ b/app/src/main/java/c/c/a/x/a.java @@ -14,7 +14,7 @@ public class a { public final Map, Typeface> b = new HashMap(); /* renamed from: c reason: collision with root package name */ - public final Map f303c = new HashMap(); + public final Map f302c = new HashMap(); public final AssetManager d; public String e = ".ttf"; diff --git a/app/src/main/java/c/c/a/x/b.java b/app/src/main/java/c/c/a/x/b.java index 7521cf051b..b56f54278e 100644 --- a/app/src/main/java/c/c/a/x/b.java +++ b/app/src/main/java/c/c/a/x/b.java @@ -18,17 +18,17 @@ public class b { public final Context b; /* renamed from: c reason: collision with root package name */ - public String f304c; + public String f303c; @Nullable public c.c.a.b d; public final Map e; public b(Drawable.Callback callback, String str, c.c.a.b bVar, Map map) { - this.f304c = str; + this.f303c = str; if (!TextUtils.isEmpty(str)) { - String str2 = this.f304c; + String str2 = this.f303c; if (str2.charAt(str2.length() - 1) != '/') { - this.f304c = a.G(new StringBuilder(), this.f304c, MentionUtilsKt.SLASH_CHAR); + this.f303c = a.G(new StringBuilder(), this.f303c, MentionUtilsKt.SLASH_CHAR); } } if (!(callback instanceof View)) { diff --git a/app/src/main/java/c/c/a/y/a.java b/app/src/main/java/c/c/a/y/a.java index 4f0961a37a..40f55162ae 100644 --- a/app/src/main/java/c/c/a/y/a.java +++ b/app/src/main/java/c/c/a/y/a.java @@ -9,17 +9,17 @@ public class a { public final PointF b; /* renamed from: c reason: collision with root package name */ - public final PointF f305c; + public final PointF f304c; public a() { this.a = new PointF(); this.b = new PointF(); - this.f305c = new PointF(); + this.f304c = new PointF(); } public a(PointF pointF, PointF pointF2, PointF pointF3) { this.a = pointF; this.b = pointF2; - this.f305c = pointF3; + this.f304c = pointF3; } } diff --git a/app/src/main/java/c/c/a/y/b.java b/app/src/main/java/c/c/a/y/b.java index fc61cbd848..dd0282cdab 100644 --- a/app/src/main/java/c/c/a/y/b.java +++ b/app/src/main/java/c/c/a/y/b.java @@ -21,7 +21,7 @@ public /* synthetic */ class b { public static /* synthetic */ int[] b; /* renamed from: c reason: collision with root package name */ - public static /* synthetic */ int[] f306c; + public static /* synthetic */ int[] f305c; public static /* synthetic */ int[] d; public static /* synthetic */ int[] e; public static /* synthetic */ int[] f; @@ -39,20 +39,20 @@ public /* synthetic */ class b { public static /* synthetic */ int[] r; /* renamed from: s reason: collision with root package name */ - public static /* synthetic */ int[] f307s; + public static /* synthetic */ int[] f306s; public static /* synthetic */ int[] t; public static /* synthetic */ int[] u; public static /* synthetic */ int[] v; public static /* synthetic */ int[] w; /* renamed from: x reason: collision with root package name */ - public static /* synthetic */ int[] f308x; + public static /* synthetic */ int[] f307x; /* renamed from: y reason: collision with root package name */ - public static /* synthetic */ int[] f309y; + public static /* synthetic */ int[] f308y; /* renamed from: z reason: collision with root package name */ - public static /* synthetic */ int[] f310z; + public static /* synthetic */ int[] f309z; public static synchronized /* synthetic */ int[] a() { int[] iArr; diff --git a/app/src/main/java/c/c/a/y/c.java b/app/src/main/java/c/c/a/y/c.java index 71cd02044a..04afab1e95 100644 --- a/app/src/main/java/c/c/a/y/c.java +++ b/app/src/main/java/c/c/a/y/c.java @@ -10,7 +10,7 @@ public class c { public final String b; /* renamed from: c reason: collision with root package name */ - public final float f311c; + public final float f310c; public final int d; public final int e; public final float f; @@ -25,7 +25,7 @@ public class c { public c(String str, String str2, float f, int i, int i2, float f2, float f3, @ColorInt int i3, @ColorInt int i4, float f4, boolean z2) { this.a = str; this.b = str2; - this.f311c = f; + this.f310c = f; this.d = i; this.e = i2; this.f = f2; @@ -38,7 +38,7 @@ public class c { public int hashCode() { String str = this.b; - int h = ((b.h(this.d) + (((int) (((float) a.m(str, this.a.hashCode() * 31, 31)) + this.f311c)) * 31)) * 31) + this.e; + int h = ((b.h(this.d) + (((int) (((float) a.m(str, this.a.hashCode() * 31, 31)) + this.f310c)) * 31)) * 31) + this.e; long floatToRawIntBits = (long) Float.floatToRawIntBits(this.f); return (((h * 31) + ((int) (floatToRawIntBits ^ (floatToRawIntBits >>> 32)))) * 31) + this.h; } diff --git a/app/src/main/java/c/c/a/y/d.java b/app/src/main/java/c/c/a/y/d.java index 55ad533968..7ddc748397 100644 --- a/app/src/main/java/c/c/a/y/d.java +++ b/app/src/main/java/c/c/a/y/d.java @@ -8,11 +8,11 @@ public class d { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f312c; + public final String f311c; public d(String str, String str2, String str3, float f) { this.a = str; this.b = str2; - this.f312c = str3; + this.f311c = str3; } } diff --git a/app/src/main/java/c/c/a/y/e.java b/app/src/main/java/c/c/a/y/e.java index e9ffde9a37..82a1001fb8 100644 --- a/app/src/main/java/c/c/a/y/e.java +++ b/app/src/main/java/c/c/a/y/e.java @@ -11,14 +11,14 @@ public class e { public final char b; /* renamed from: c reason: collision with root package name */ - public final double f313c; + public final double f312c; public final String d; public final String e; public e(List list, char c2, double d, double d2, String str, String str2) { this.a = list; this.b = c2; - this.f313c = d2; + this.f312c = d2; this.d = str; this.e = str2; } diff --git a/app/src/main/java/c/c/a/y/f.java b/app/src/main/java/c/c/a/y/f.java index 67290b7698..aab65634b3 100644 --- a/app/src/main/java/c/c/a/y/f.java +++ b/app/src/main/java/c/c/a/y/f.java @@ -14,11 +14,11 @@ public class f { @Nullable /* renamed from: c reason: collision with root package name */ - public g f314c; + public g f313c; public f(f fVar) { this.b = new ArrayList(fVar.b); - this.f314c = fVar.f314c; + this.f313c = fVar.f313c; } public f(String... strArr) { @@ -91,7 +91,7 @@ public class f { @RestrictTo({RestrictTo.Scope.LIBRARY}) public f g(g gVar) { f fVar = new f(this); - fVar.f314c = gVar; + fVar.f313c = gVar; return fVar; } @@ -99,7 +99,7 @@ public class f { StringBuilder P = a.P("KeyPath{keys="); P.append(this.b); P.append(",resolved="); - P.append(this.f314c != null); + P.append(this.f313c != null); P.append('}'); return P.toString(); } diff --git a/app/src/main/java/c/c/a/y/i.java b/app/src/main/java/c/c/a/y/i.java index d97775ae78..3ebc2ed530 100644 --- a/app/src/main/java/c/c/a/y/i.java +++ b/app/src/main/java/c/c/a/y/i.java @@ -5,11 +5,11 @@ public class i { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f315c; + public final float f314c; public i(String str, float f, float f2) { this.a = str; - this.f315c = f2; + this.f314c = f2; this.b = f; } } diff --git a/app/src/main/java/c/c/a/y/k/k.java b/app/src/main/java/c/c/a/y/k/k.java index d9daa73b2e..8a089d116e 100644 --- a/app/src/main/java/c/c/a/y/k/k.java +++ b/app/src/main/java/c/c/a/y/k/k.java @@ -10,14 +10,14 @@ public class k { @Nullable /* renamed from: c reason: collision with root package name */ - public final b f316c; + public final b f315c; @Nullable public final b d; public k(@Nullable a aVar, @Nullable a aVar2, @Nullable b bVar, @Nullable b bVar2) { this.a = aVar; this.b = aVar2; - this.f316c = bVar; + this.f315c = bVar; this.d = bVar2; } } diff --git a/app/src/main/java/c/c/a/y/k/l.java b/app/src/main/java/c/c/a/y/k/l.java index f3a3490d7c..afcd3082f7 100644 --- a/app/src/main/java/c/c/a/y/k/l.java +++ b/app/src/main/java/c/c/a/y/k/l.java @@ -14,7 +14,7 @@ public class l implements b { @Nullable /* renamed from: c reason: collision with root package name */ - public final g f317c; + public final g f316c; @Nullable public final b d; @Nullable @@ -35,7 +35,7 @@ public class l implements b { public l(@Nullable e eVar, @Nullable m mVar, @Nullable g gVar, @Nullable b bVar, @Nullable d dVar, @Nullable b bVar2, @Nullable b bVar3, @Nullable b bVar4, @Nullable b bVar5) { this.a = eVar; this.b = mVar; - this.f317c = gVar; + this.f316c = gVar; this.d = bVar; this.e = dVar; this.h = bVar2; diff --git a/app/src/main/java/c/c/a/y/l/a.java b/app/src/main/java/c/c/a/y/l/a.java index 36dfedfed5..3bd717b7c9 100644 --- a/app/src/main/java/c/c/a/y/l/a.java +++ b/app/src/main/java/c/c/a/y/l/a.java @@ -12,14 +12,14 @@ public class a implements b { public final m b; /* renamed from: c reason: collision with root package name */ - public final f f318c; + public final f f317c; public final boolean d; public final boolean e; public a(String str, m mVar, f fVar, boolean z2, boolean z3) { this.a = str; this.b = mVar; - this.f318c = fVar; + this.f317c = fVar; this.d = z2; this.e = z3; } diff --git a/app/src/main/java/c/c/a/y/l/d.java b/app/src/main/java/c/c/a/y/l/d.java index fe2dc0e60e..8cf1283e6e 100644 --- a/app/src/main/java/c/c/a/y/l/d.java +++ b/app/src/main/java/c/c/a/y/l/d.java @@ -12,7 +12,7 @@ public class d implements b { public final Path.FillType b; /* renamed from: c reason: collision with root package name */ - public final c f319c; + public final c f318c; public final c.c.a.y.k.d d; public final f e; public final f f; @@ -22,7 +22,7 @@ public class d implements b { public d(String str, int i, Path.FillType fillType, c cVar, c.c.a.y.k.d dVar, f fVar, f fVar2, b bVar, b bVar2, boolean z2) { this.a = i; this.b = fillType; - this.f319c = cVar; + this.f318c = cVar; this.d = dVar; this.e = fVar; this.f = fVar2; diff --git a/app/src/main/java/c/c/a/y/l/e.java b/app/src/main/java/c/c/a/y/l/e.java index 78a548e867..729e623cc7 100644 --- a/app/src/main/java/c/c/a/y/l/e.java +++ b/app/src/main/java/c/c/a/y/l/e.java @@ -14,7 +14,7 @@ public class e implements b { public final int b; /* renamed from: c reason: collision with root package name */ - public final c f320c; + public final c f319c; public final d d; public final f e; public final f f; @@ -31,7 +31,7 @@ public class e implements b { public e(String str, int i, c cVar, d dVar, f fVar, f fVar2, b bVar, int i2, int i3, float f, List list, @Nullable b bVar2, boolean z2) { this.a = str; this.b = i; - this.f320c = cVar; + this.f319c = cVar; this.d = dVar; this.e = fVar; this.f = fVar2; diff --git a/app/src/main/java/c/c/a/y/l/f.java b/app/src/main/java/c/c/a/y/l/f.java index 4a9366a59a..48830e2a3d 100644 --- a/app/src/main/java/c/c/a/y/l/f.java +++ b/app/src/main/java/c/c/a/y/l/f.java @@ -8,13 +8,13 @@ public class f { public final h b; /* renamed from: c reason: collision with root package name */ - public final d f321c; + public final d f320c; public final boolean d; public f(int i, h hVar, d dVar, boolean z2) { this.a = i; this.b = hVar; - this.f321c = dVar; + this.f320c = dVar; this.d = z2; } } diff --git a/app/src/main/java/c/c/a/y/l/g.java b/app/src/main/java/c/c/a/y/l/g.java index 1590bc1e0e..9de77405e7 100644 --- a/app/src/main/java/c/c/a/y/l/g.java +++ b/app/src/main/java/c/c/a/y/l/g.java @@ -11,7 +11,7 @@ public class g implements b { public final a b; /* renamed from: c reason: collision with root package name */ - public final boolean f322c; + public final boolean f321c; /* compiled from: MergePaths */ public enum a { @@ -25,7 +25,7 @@ public class g implements b { public g(String str, a aVar, boolean z2) { this.a = str; this.b = aVar; - this.f322c = z2; + this.f321c = z2; } @Override // c.c.a.y.l.b diff --git a/app/src/main/java/c/c/a/y/l/h.java b/app/src/main/java/c/c/a/y/l/h.java index eea11685d0..6534c81600 100644 --- a/app/src/main/java/c/c/a/y/l/h.java +++ b/app/src/main/java/c/c/a/y/l/h.java @@ -12,7 +12,7 @@ public class h implements b { public final a b; /* renamed from: c reason: collision with root package name */ - public final b f323c; + public final b f322c; public final m d; public final b e; public final b f; @@ -47,7 +47,7 @@ public class h implements b { public h(String str, a aVar, b bVar, m mVar, b bVar2, b bVar3, b bVar4, b bVar5, b bVar6, boolean z2) { this.a = str; this.b = aVar; - this.f323c = bVar; + this.f322c = bVar; this.d = mVar; this.e = bVar2; this.f = bVar3; diff --git a/app/src/main/java/c/c/a/y/l/i.java b/app/src/main/java/c/c/a/y/l/i.java index 3f801b3661..bf1544683f 100644 --- a/app/src/main/java/c/c/a/y/l/i.java +++ b/app/src/main/java/c/c/a/y/l/i.java @@ -14,14 +14,14 @@ public class i implements b { public final m b; /* renamed from: c reason: collision with root package name */ - public final f f324c; + public final f f323c; public final b d; public final boolean e; public i(String str, m mVar, f fVar, b bVar, boolean z2) { this.a = str; this.b = mVar; - this.f324c = fVar; + this.f323c = fVar; this.d = bVar; this.e = z2; } @@ -35,7 +35,7 @@ public class i implements b { StringBuilder P = a.P("RectangleShape{position="); P.append(this.b); P.append(", size="); - P.append(this.f324c); + P.append(this.f323c); P.append('}'); return P.toString(); } diff --git a/app/src/main/java/c/c/a/y/l/j.java b/app/src/main/java/c/c/a/y/l/j.java index 5d367e3f6f..9506c5312b 100644 --- a/app/src/main/java/c/c/a/y/l/j.java +++ b/app/src/main/java/c/c/a/y/l/j.java @@ -11,14 +11,14 @@ public class j implements b { public final b b; /* renamed from: c reason: collision with root package name */ - public final b f325c; + public final b f324c; public final l d; public final boolean e; public j(String str, b bVar, b bVar2, l lVar, boolean z2) { this.a = str; this.b = bVar; - this.f325c = bVar2; + this.f324c = bVar2; this.d = lVar; this.e = z2; } diff --git a/app/src/main/java/c/c/a/y/l/k.java b/app/src/main/java/c/c/a/y/l/k.java index 9b17e2afb5..b85463d57c 100644 --- a/app/src/main/java/c/c/a/y/l/k.java +++ b/app/src/main/java/c/c/a/y/l/k.java @@ -10,7 +10,7 @@ public class k { public PointF b; /* renamed from: c reason: collision with root package name */ - public boolean f326c; + public boolean f325c; public k() { this.a = new ArrayList(); @@ -18,7 +18,7 @@ public class k { public k(PointF pointF, boolean z2, List list) { this.b = pointF; - this.f326c = z2; + this.f325c = z2; this.a = new ArrayList(list); } @@ -26,7 +26,7 @@ public class k { StringBuilder P = c.d.b.a.a.P("ShapeData{numCurves="); P.append(this.a.size()); P.append("closed="); - P.append(this.f326c); + P.append(this.f325c); P.append('}'); return P.toString(); } diff --git a/app/src/main/java/c/c/a/y/l/l.java b/app/src/main/java/c/c/a/y/l/l.java index e3faa57f44..c26e8593b9 100644 --- a/app/src/main/java/c/c/a/y/l/l.java +++ b/app/src/main/java/c/c/a/y/l/l.java @@ -14,7 +14,7 @@ public class l implements b { public final Path.FillType b; /* renamed from: c reason: collision with root package name */ - public final String f327c; + public final String f326c; @Nullable public final a d; @Nullable @@ -22,7 +22,7 @@ public class l implements b { public final boolean f; public l(String str, boolean z2, Path.FillType fillType, @Nullable a aVar, @Nullable d dVar, boolean z3) { - this.f327c = str; + this.f326c = str; this.a = z2; this.b = fillType; this.d = aVar; diff --git a/app/src/main/java/c/c/a/y/l/m.java b/app/src/main/java/c/c/a/y/l/m.java index 45c7d14502..cedb2c0b19 100644 --- a/app/src/main/java/c/c/a/y/l/m.java +++ b/app/src/main/java/c/c/a/y/l/m.java @@ -13,12 +13,12 @@ public class m implements b { public final List b; /* renamed from: c reason: collision with root package name */ - public final boolean f328c; + public final boolean f327c; public m(String str, List list, boolean z2) { this.a = str; this.b = list; - this.f328c = z2; + this.f327c = z2; } @Override // c.c.a.y.l.b diff --git a/app/src/main/java/c/c/a/y/l/n.java b/app/src/main/java/c/c/a/y/l/n.java index 131a050d0b..79908cef7f 100644 --- a/app/src/main/java/c/c/a/y/l/n.java +++ b/app/src/main/java/c/c/a/y/l/n.java @@ -12,13 +12,13 @@ public class n implements b { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f329c; + public final h f328c; public final boolean d; public n(String str, int i, h hVar, boolean z2) { this.a = str; this.b = i; - this.f329c = hVar; + this.f328c = hVar; this.d = z2; } diff --git a/app/src/main/java/c/c/a/y/l/o.java b/app/src/main/java/c/c/a/y/l/o.java index cfe9d73817..6640036ae0 100644 --- a/app/src/main/java/c/c/a/y/l/o.java +++ b/app/src/main/java/c/c/a/y/l/o.java @@ -15,7 +15,7 @@ public class o implements b { public final b b; /* renamed from: c reason: collision with root package name */ - public final List f330c; + public final List f329c; public final a d; public final d e; public final b f; @@ -28,7 +28,7 @@ public class o implements b { public o(String str, @Nullable b bVar, List list, a aVar, d dVar, b bVar2, int i, int i2, float f, boolean z2) { this.a = str; this.b = bVar; - this.f330c = list; + this.f329c = list; this.d = aVar; this.e = dVar; this.f = bVar2; diff --git a/app/src/main/java/c/c/a/y/l/p.java b/app/src/main/java/c/c/a/y/l/p.java index 51b3e65dcc..d85eb301db 100644 --- a/app/src/main/java/c/c/a/y/l/p.java +++ b/app/src/main/java/c/c/a/y/l/p.java @@ -11,7 +11,7 @@ public class p implements b { public final int b; /* renamed from: c reason: collision with root package name */ - public final b f331c; + public final b f330c; public final b d; public final b e; public final boolean f; @@ -19,7 +19,7 @@ public class p implements b { public p(String str, int i, b bVar, b bVar2, b bVar3, boolean z2) { this.a = str; this.b = i; - this.f331c = bVar; + this.f330c = bVar; this.d = bVar2; this.e = bVar3; this.f = z2; @@ -32,7 +32,7 @@ public class p implements b { public String toString() { StringBuilder P = a.P("Trim Path: {start: "); - P.append(this.f331c); + P.append(this.f330c); P.append(", end: "); P.append(this.d); P.append(", offset: "); diff --git a/app/src/main/java/c/c/a/y/m/b.java b/app/src/main/java/c/c/a/y/m/b.java index 0e9336e6b3..f081f74ea3 100644 --- a/app/src/main/java/c/c/a/y/m/b.java +++ b/app/src/main/java/c/c/a/y/m/b.java @@ -34,7 +34,7 @@ public abstract class b implements e, a.b, g { public final Matrix b = new Matrix(); /* renamed from: c reason: collision with root package name */ - public final Paint f332c; + public final Paint f331c; public final Paint d; public final Paint e; public final Paint f; @@ -56,7 +56,7 @@ public abstract class b implements e, a.b, g { @Nullable /* renamed from: s reason: collision with root package name */ - public b f333s; + public b f332s; public List t; public final List> u; public final o v; @@ -64,7 +64,7 @@ public abstract class b implements e, a.b, g { public b(j jVar, e eVar) { boolean z2 = true; - this.f332c = new c.c.a.w.a(1); + this.f331c = new c.c.a.w.a(1); this.d = new c.c.a.w.a(1, PorterDuff.Mode.DST_IN); this.e = new c.c.a.w.a(1, PorterDuff.Mode.DST_OUT); c.c.a.w.a aVar = new c.c.a.w.a(1); @@ -79,7 +79,7 @@ public abstract class b implements e, a.b, g { this.w = true; this.n = jVar; this.o = eVar; - this.l = c.d.b.a.a.H(new StringBuilder(), eVar.f340c, "#draw"); + this.l = c.d.b.a.a.H(new StringBuilder(), eVar.f339c, "#draw"); if (eVar.u == 3) { aVar.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.DST_OUT)); } else { @@ -125,15 +125,15 @@ public abstract class b implements e, a.b, g { @Override // c.c.a.y.g public void c(c.c.a.y.f fVar, int i, List list, c.c.a.y.f fVar2) { - if (fVar.e(this.o.f340c, i)) { - if (!"__container".equals(this.o.f340c)) { - fVar2 = fVar2.a(this.o.f340c); - if (fVar.c(this.o.f340c, i)) { + if (fVar.e(this.o.f339c, i)) { + if (!"__container".equals(this.o.f339c)) { + fVar2 = fVar2.a(this.o.f339c); + if (fVar.c(this.o.f339c, i)) { list.add(fVar2.g(this)); } } - if (fVar.f(this.o.f340c, i)) { - n(fVar, fVar.d(this.o.f340c, i) + i, list, fVar2); + if (fVar.f(this.o.f339c, i)) { + n(fVar, fVar.d(this.o.f339c, i) + i, list, fVar2); } } } @@ -151,7 +151,7 @@ public abstract class b implements e, a.b, g { this.m.preConcat(this.t.get(size).v.e()); } } else { - b bVar = this.f333s; + b bVar = this.f332s; if (bVar != null) { this.m.preConcat(bVar.v.e()); } @@ -207,11 +207,11 @@ public abstract class b implements e, a.b, g { this.i.set(0.0f, 0.0f, 0.0f, 0.0f); int i4 = 2; if (k()) { - int size2 = this.p.f301c.size(); + int size2 = this.p.f300c.size(); int i5 = 0; while (true) { if (i5 < size2) { - f fVar = this.p.f301c.get(i5); + f fVar = this.p.f300c.get(i5); this.a.set(this.p.a.get(i5).e()); this.a.transform(matrix2); int h = c.c.a.y.b.h(fVar.a); @@ -257,8 +257,8 @@ public abstract class b implements e, a.b, g { } c.c.a.c.a("Layer#computeBounds"); if (!this.h.isEmpty()) { - this.f332c.setAlpha(255); - c.c.a.b0.g.f(canvas, this.h, this.f332c, 31); + this.f331c.setAlpha(255); + c.c.a.b0.g.f(canvas, this.h, this.f331c, 31); c.c.a.c.a("Layer#saveLayer"); i(canvas); j(canvas, this.b, intValue); @@ -271,21 +271,21 @@ public abstract class b implements e, a.b, g { } c.c.a.c.a("Layer#saveLayer"); int i6 = 0; - while (i6 < this.p.f301c.size()) { - f fVar2 = this.p.f301c.get(i6); + while (i6 < this.p.f300c.size()) { + f fVar2 = this.p.f300c.get(i6); a aVar2 = this.p.a.get(i6); a aVar3 = this.p.b.get(i6); int h2 = c.c.a.y.b.h(fVar2.a); if (h2 != 0) { if (h2 == i2) { if (i6 == 0) { - this.f332c.setColor(ViewCompat.MEASURED_STATE_MASK); - this.f332c.setAlpha(255); - canvas.drawRect(this.h, this.f332c); + this.f331c.setColor(ViewCompat.MEASURED_STATE_MASK); + this.f331c.setAlpha(255); + canvas.drawRect(this.h, this.f331c); } if (fVar2.d) { c.c.a.b0.g.f(canvas, this.h, this.e, 31); - canvas.drawRect(this.h, this.f332c); + canvas.drawRect(this.h, this.f331c); this.e.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); this.a.set(aVar2.e()); this.a.transform(matrix3); @@ -301,18 +301,18 @@ public abstract class b implements e, a.b, g { if (!this.p.a.isEmpty()) { int i7 = 0; while (true) { - if (i7 >= this.p.f301c.size()) { + if (i7 >= this.p.f300c.size()) { z2 = true; break; - } else if (this.p.f301c.get(i7).a != 4) { + } else if (this.p.f300c.get(i7).a != 4) { break; } else { i7++; } } if (!z2) { - this.f332c.setAlpha(255); - canvas.drawRect(this.h, this.f332c); + this.f331c.setAlpha(255); + canvas.drawRect(this.h, this.f331c); } } z2 = false; @@ -321,7 +321,7 @@ public abstract class b implements e, a.b, g { } } else if (fVar2.d) { c.c.a.b0.g.f(canvas, this.h, this.d, 31); - canvas.drawRect(this.h, this.f332c); + canvas.drawRect(this.h, this.f331c); this.e.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); this.a.set(aVar2.e()); this.a.transform(matrix3); @@ -331,23 +331,23 @@ public abstract class b implements e, a.b, g { c.c.a.b0.g.f(canvas, this.h, this.d, 31); this.a.set(aVar2.e()); this.a.transform(matrix3); - this.f332c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); - canvas.drawPath(this.a, this.f332c); + this.f331c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + canvas.drawPath(this.a, this.f331c); canvas.restore(); } } else if (fVar2.d) { - c.c.a.b0.g.f(canvas, this.h, this.f332c, 31); - canvas.drawRect(this.h, this.f332c); + c.c.a.b0.g.f(canvas, this.h, this.f331c, 31); + canvas.drawRect(this.h, this.f331c); this.a.set(aVar2.e()); this.a.transform(matrix3); - this.f332c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + this.f331c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); canvas.drawPath(this.a, this.e); canvas.restore(); } else { this.a.set(aVar2.e()); this.a.transform(matrix3); - this.f332c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); - canvas.drawPath(this.a, this.f332c); + this.f331c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + canvas.drawPath(this.a, this.f331c); } i6++; i2 = 1; @@ -386,17 +386,17 @@ public abstract class b implements e, a.b, g { @Override // c.c.a.w.b.c public String getName() { - return this.o.f340c; + return this.o.f339c; } public final void h() { if (this.t == null) { - if (this.f333s == null) { + if (this.f332s == null) { this.t = Collections.emptyList(); return; } this.t = new ArrayList(); - for (b bVar = this.f333s; bVar != null; bVar = bVar.f333s) { + for (b bVar = this.f332s; bVar != null; bVar = bVar.f332s) { this.t.add(bVar); } } @@ -421,12 +421,12 @@ public abstract class b implements e, a.b, g { public final void m(float f) { s sVar = this.n.j.a; - String str = this.o.f340c; + String str = this.o.f339c; if (sVar.a) { - c.c.a.b0.e eVar = sVar.f283c.get(str); + c.c.a.b0.e eVar = sVar.f282c.get(str); if (eVar == null) { eVar = new c.c.a.b0.e(); - sVar.f283c.put(str, eVar); + sVar.f282c.put(str, eVar); } float f2 = eVar.a + f; eVar.a = f2; diff --git a/app/src/main/java/c/c/a/y/m/c.java b/app/src/main/java/c/c/a/y/m/c.java index 9347f712a6..78cdc6f166 100644 --- a/app/src/main/java/c/c/a/y/m/c.java +++ b/app/src/main/java/c/c/a/y/m/c.java @@ -24,27 +24,27 @@ public class c extends b { @Nullable /* renamed from: x reason: collision with root package name */ - public a f334x; + public a f333x; /* renamed from: y reason: collision with root package name */ - public final List f335y = new ArrayList(); + public final List f334y = new ArrayList(); /* renamed from: z reason: collision with root package name */ - public final RectF f336z = new RectF(); + public final RectF f335z = new RectF(); public c(j jVar, e eVar, List list, d dVar) { super(jVar, eVar); int i; b bVar; b bVar2; - b bVar3 = eVar.f341s; + b bVar3 = eVar.f340s; if (bVar3 != null) { a a = bVar3.a(); - this.f334x = a; + this.f333x = a; e(a); - this.f334x.a.add(this); + this.f333x.a.add(this); } else { - this.f334x = null; + this.f333x = null; } LongSparseArray longSparseArray = new LongSparseArray(dVar.i.size()); int size = list.size() - 1; @@ -56,7 +56,7 @@ public class c extends b { e eVar2 = list.get(size); int ordinal = eVar2.e.ordinal(); if (ordinal == 0) { - bVar2 = new c(jVar, eVar2, dVar.f269c.get(eVar2.g), dVar); + bVar2 = new c(jVar, eVar2, dVar.f268c.get(eVar2.g), dVar); } else if (ordinal == 1) { bVar2 = new h(jVar, eVar2); } else if (ordinal == 2) { @@ -79,7 +79,7 @@ public class c extends b { bVar4.r = bVar2; bVar4 = null; } else { - this.f335y.add(0, bVar2); + this.f334y.add(0, bVar2); int h = c.c.a.y.b.h(eVar2.u); if (h == 1 || h == 2) { bVar4 = bVar2; @@ -91,7 +91,7 @@ public class c extends b { for (i = 0; i < longSparseArray.size(); i++) { b bVar5 = (b) longSparseArray.get(longSparseArray.keyAt(i)); if (!(bVar5 == null || (bVar = (b) longSparseArray.get(bVar5.o.f)) == null)) { - bVar5.f333s = bVar; + bVar5.f332s = bVar; } } } @@ -99,10 +99,10 @@ public class c extends b { @Override // c.c.a.y.m.b, c.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { super.d(rectF, matrix, z2); - for (int size = this.f335y.size() - 1; size >= 0; size--) { - this.f336z.set(0.0f, 0.0f, 0.0f, 0.0f); - this.f335y.get(size).d(this.f336z, this.m, true); - rectF.union(this.f336z); + for (int size = this.f334y.size() - 1; size >= 0; size--) { + this.f335z.set(0.0f, 0.0f, 0.0f, 0.0f); + this.f334y.get(size).d(this.f335z, this.m, true); + rectF.union(this.f335z); } } @@ -113,7 +113,7 @@ public class c extends b { return; } if (cVar == null) { - a aVar = this.f334x; + a aVar = this.f333x; if (aVar != null) { aVar.i(null); return; @@ -121,9 +121,9 @@ public class c extends b { return; } p pVar = new p(cVar, null); - this.f334x = pVar; + this.f333x = pVar; pVar.a.add(this); - e(this.f334x); + e(this.f333x); } @Override // c.c.a.y.m.b @@ -132,7 +132,7 @@ public class c extends b { e eVar = this.o; rectF.set(0.0f, 0.0f, (float) eVar.o, (float) eVar.p); matrix.mapRect(this.A); - boolean z2 = this.n.f273z && this.f335y.size() > 1 && i != 255; + boolean z2 = this.n.f272z && this.f334y.size() > 1 && i != 255; if (z2) { this.B.setAlpha(i); g.f(canvas, this.A, this.B, 31); @@ -142,9 +142,9 @@ public class c extends b { if (z2) { i = 255; } - for (int size = this.f335y.size() - 1; size >= 0; size--) { + for (int size = this.f334y.size() - 1; size >= 0; size--) { if (!this.A.isEmpty() ? canvas.clipRect(this.A) : true) { - this.f335y.get(size).f(canvas, matrix, i); + this.f334y.get(size).f(canvas, matrix, i); } } canvas.restore(); @@ -153,18 +153,18 @@ public class c extends b { @Override // c.c.a.y.m.b public void n(f fVar, int i, List list, f fVar2) { - for (int i2 = 0; i2 < this.f335y.size(); i2++) { - this.f335y.get(i2).c(fVar, i, list, fVar2); + for (int i2 = 0; i2 < this.f334y.size(); i2++) { + this.f334y.get(i2).c(fVar, i, list, fVar2); } } @Override // c.c.a.y.m.b public void o(@FloatRange(from = 0.0d, to = 1.0d) float f) { super.o(f); - if (this.f334x != null) { - f = ((this.f334x.e().floatValue() * this.o.b.m) - this.o.b.k) / (this.n.j.c() + 0.01f); + if (this.f333x != null) { + f = ((this.f333x.e().floatValue() * this.o.b.m) - this.o.b.k) / (this.n.j.c() + 0.01f); } - if (this.f334x == null) { + if (this.f333x == null) { e eVar = this.o; f -= eVar.n / eVar.b.c(); } @@ -172,11 +172,11 @@ public class c extends b { if (f2 != 0.0f) { f /= f2; } - int size = this.f335y.size(); + int size = this.f334y.size(); while (true) { size--; if (size >= 0) { - this.f335y.get(size).o(f); + this.f334y.get(size).o(f); } else { return; } diff --git a/app/src/main/java/c/c/a/y/m/d.java b/app/src/main/java/c/c/a/y/m/d.java index 2f0e082edf..de7899252a 100644 --- a/app/src/main/java/c/c/a/y/m/d.java +++ b/app/src/main/java/c/c/a/y/m/d.java @@ -30,13 +30,13 @@ public class d extends b { public a A; /* renamed from: x reason: collision with root package name */ - public final Paint f337x = new c.c.a.w.a(3); + public final Paint f336x = new c.c.a.w.a(3); /* renamed from: y reason: collision with root package name */ - public final Rect f338y = new Rect(); + public final Rect f337y = new Rect(); /* renamed from: z reason: collision with root package name */ - public final Rect f339z = new Rect(); + public final Rect f338z = new Rect(); public d(j jVar, e eVar) { super(jVar, eVar); @@ -70,16 +70,16 @@ public class d extends b { Bitmap q = q(); if (q != null && !q.isRecycled()) { float c2 = g.c(); - this.f337x.setAlpha(i); + this.f336x.setAlpha(i); a aVar = this.A; if (aVar != null) { - this.f337x.setColorFilter(aVar.e()); + this.f336x.setColorFilter(aVar.e()); } canvas.save(); canvas.concat(matrix); - this.f338y.set(0, 0, q.getWidth(), q.getHeight()); - this.f339z.set(0, 0, (int) (((float) q.getWidth()) * c2), (int) (((float) q.getHeight()) * c2)); - canvas.drawBitmap(q, this.f338y, this.f339z, this.f337x); + this.f337y.set(0, 0, q.getWidth(), q.getHeight()); + this.f338z.set(0, 0, (int) (((float) q.getWidth()) * c2), (int) (((float) q.getHeight()) * c2)); + canvas.drawBitmap(q, this.f337y, this.f338z, this.f336x); canvas.restore(); } } @@ -102,7 +102,7 @@ public class d extends b { } } if (jVar.r == null) { - jVar.r = new b(jVar.getCallback(), jVar.f270s, jVar.t, jVar.j.d); + jVar.r = new b(jVar.getCallback(), jVar.f269s, jVar.t, jVar.j.d); } bVar = jVar.r; } @@ -128,8 +128,8 @@ public class d extends b { options.inDensity = 160; if (!str2.startsWith("data:") || str2.indexOf("base64,") <= 0) { try { - if (!TextUtils.isEmpty(bVar.f304c)) { - Bitmap e = g.e(BitmapFactory.decodeStream(bVar.b.getAssets().open(bVar.f304c + str2), null, options), kVar.a, kVar.b); + if (!TextUtils.isEmpty(bVar.f303c)) { + Bitmap e = g.e(BitmapFactory.decodeStream(bVar.b.getAssets().open(bVar.f303c + str2), null, options), kVar.a, kVar.b); bVar.a(str, e); return e; } diff --git a/app/src/main/java/c/c/a/y/m/e.java b/app/src/main/java/c/c/a/y/m/e.java index a32c249f52..967e9d3cf1 100644 --- a/app/src/main/java/c/c/a/y/m/e.java +++ b/app/src/main/java/c/c/a/y/m/e.java @@ -15,7 +15,7 @@ public class e { public final d b; /* renamed from: c reason: collision with root package name */ - public final String f340c; + public final String f339c; public final long d; public final a e; public final long f; @@ -37,7 +37,7 @@ public class e { @Nullable /* renamed from: s reason: collision with root package name */ - public final c.c.a.y.k.b f341s; + public final c.c.a.y.k.b f340s; public final List> t; public final int u; public final boolean v; @@ -57,7 +57,7 @@ public class e { public e(List list, d dVar, String str, long j, a aVar, long j2, @Nullable String str2, List list2, l lVar, int i, int i2, int i3, float f, float f2, int i4, int i5, @Nullable j jVar, @Nullable k kVar, List list3, int i6, @Nullable c.c.a.y.k.b bVar, boolean z2) { this.a = list; this.b = dVar; - this.f340c = str; + this.f339c = str; this.d = j; this.e = aVar; this.f = j2; @@ -75,22 +75,22 @@ public class e { this.r = kVar; this.t = list3; this.u = i6; - this.f341s = bVar; + this.f340s = bVar; this.v = z2; } public String a(String str) { StringBuilder P = c.d.b.a.a.P(str); - P.append(this.f340c); + P.append(this.f339c); P.append("\n"); e e = this.b.e(this.f); if (e != null) { P.append("\t\tParents: "); - P.append(e.f340c); + P.append(e.f339c); e e2 = this.b.e(e.f); while (e2 != null) { P.append("->"); - P.append(e2.f340c); + P.append(e2.f339c); e2 = this.b.e(e2.f); } P.append(str); diff --git a/app/src/main/java/c/c/a/y/m/g.java b/app/src/main/java/c/c/a/y/m/g.java index f87cb1f55a..9bebe70bac 100644 --- a/app/src/main/java/c/c/a/y/m/g.java +++ b/app/src/main/java/c/c/a/y/m/g.java @@ -14,28 +14,28 @@ import java.util.List; public class g extends b { /* renamed from: x reason: collision with root package name */ - public final d f342x; + public final d f341x; public g(j jVar, e eVar) { super(jVar, eVar); d dVar = new d(jVar, this, new m("__container", eVar.a, false)); - this.f342x = dVar; + this.f341x = dVar; dVar.b(Collections.emptyList(), Collections.emptyList()); } @Override // c.c.a.y.m.b, c.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { super.d(rectF, matrix, z2); - this.f342x.d(rectF, this.m, z2); + this.f341x.d(rectF, this.m, z2); } @Override // c.c.a.y.m.b public void j(@NonNull Canvas canvas, Matrix matrix, int i) { - this.f342x.f(canvas, matrix, i); + this.f341x.f(canvas, matrix, i); } @Override // c.c.a.y.m.b public void n(f fVar, int i, List list, f fVar2) { - this.f342x.c(fVar, i, list, fVar2); + this.f341x.c(fVar, i, list, fVar2); } } diff --git a/app/src/main/java/c/c/a/y/m/h.java b/app/src/main/java/c/c/a/y/m/h.java index 4af84267a2..4a70ac8bcc 100644 --- a/app/src/main/java/c/c/a/y/m/h.java +++ b/app/src/main/java/c/c/a/y/m/h.java @@ -21,19 +21,19 @@ public class h extends b { public a C; /* renamed from: x reason: collision with root package name */ - public final RectF f343x = new RectF(); + public final RectF f342x = new RectF(); /* renamed from: y reason: collision with root package name */ - public final Paint f344y; + public final Paint f343y; /* renamed from: z reason: collision with root package name */ - public final float[] f345z; + public final float[] f344z; public h(j jVar, e eVar) { super(jVar, eVar); c.c.a.w.a aVar = new c.c.a.w.a(); - this.f344y = aVar; - this.f345z = new float[8]; + this.f343y = aVar; + this.f344z = new float[8]; this.A = new Path(); this.B = eVar; aVar.setAlpha(0); @@ -44,11 +44,11 @@ public class h extends b { @Override // c.c.a.y.m.b, c.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { super.d(rectF, matrix, z2); - RectF rectF2 = this.f343x; + RectF rectF2 = this.f342x; e eVar = this.B; rectF2.set(0.0f, 0.0f, (float) eVar.j, (float) eVar.k); - this.m.mapRect(this.f343x); - rectF.set(this.f343x); + this.m.mapRect(this.f342x); + rectF.set(this.f342x); } @Override // c.c.a.y.m.b, c.c.a.y.g @@ -70,13 +70,13 @@ public class h extends b { if (alpha != 0) { a aVar = this.v.j; int intValue = (int) ((((((float) alpha) / 255.0f) * ((float) (aVar == null ? 100 : aVar.e().intValue()))) / 100.0f) * (((float) i) / 255.0f) * 255.0f); - this.f344y.setAlpha(intValue); + this.f343y.setAlpha(intValue); a aVar2 = this.C; if (aVar2 != null) { - this.f344y.setColorFilter(aVar2.e()); + this.f343y.setColorFilter(aVar2.e()); } if (intValue > 0) { - float[] fArr = this.f345z; + float[] fArr = this.f344z; fArr[0] = 0.0f; fArr[1] = 0.0f; e eVar = this.B; @@ -91,22 +91,22 @@ public class h extends b { matrix.mapPoints(fArr); this.A.reset(); Path path = this.A; - float[] fArr2 = this.f345z; + float[] fArr2 = this.f344z; path.moveTo(fArr2[0], fArr2[1]); Path path2 = this.A; - float[] fArr3 = this.f345z; + float[] fArr3 = this.f344z; path2.lineTo(fArr3[2], fArr3[3]); Path path3 = this.A; - float[] fArr4 = this.f345z; + float[] fArr4 = this.f344z; path3.lineTo(fArr4[4], fArr4[5]); Path path4 = this.A; - float[] fArr5 = this.f345z; + float[] fArr5 = this.f344z; path4.lineTo(fArr5[6], fArr5[7]); Path path5 = this.A; - float[] fArr6 = this.f345z; + float[] fArr6 = this.f344z; path5.lineTo(fArr6[0], fArr6[1]); this.A.close(); - canvas.drawPath(this.A, this.f344y); + canvas.drawPath(this.A, this.f343y); } } } diff --git a/app/src/main/java/c/c/a/y/m/i.java b/app/src/main/java/c/c/a/y/m/i.java index 701da891b5..65c96f6088 100644 --- a/app/src/main/java/c/c/a/y/m/i.java +++ b/app/src/main/java/c/c/a/y/m/i.java @@ -53,13 +53,13 @@ public class i extends b { public c.c.a.w.c.a P; /* renamed from: x reason: collision with root package name */ - public final StringBuilder f346x = new StringBuilder(2); + public final StringBuilder f345x = new StringBuilder(2); /* renamed from: y reason: collision with root package name */ - public final RectF f347y = new RectF(); + public final RectF f346y = new RectF(); /* renamed from: z reason: collision with root package name */ - public final Matrix f348z = new Matrix(); + public final Matrix f347z = new Matrix(); /* compiled from: TextLayer */ public class a extends Paint { @@ -102,7 +102,7 @@ public class i extends b { a3.a.add(this); e(this.J); } - if (!(kVar == null || (bVar2 = kVar.f316c) == null)) { + if (!(kVar == null || (bVar2 = kVar.f315c) == null)) { c.c.a.w.c.a a4 = bVar2.a(); this.L = a4; a4.a.add(this); @@ -258,7 +258,7 @@ public class i extends b { } if (this.F.j.g.size() > 0) { c.c.a.w.c.a aVar9 = this.P; - float floatValue = (aVar9 != null ? aVar9.e().floatValue() : e.f311c) / 100.0f; + float floatValue = (aVar9 != null ? aVar9.e().floatValue() : e.f310c) / 100.0f; float d = g.d(matrix); String str4 = e.a; float c2 = g.c() * e.f; @@ -270,14 +270,14 @@ public class i extends b { float f4 = 0.0f; int i5 = 0; while (i5 < str5.length()) { - e eVar = this.G.g.get(e.a(str5.charAt(i5), dVar.a, dVar.f312c)); + e eVar = this.G.g.get(e.a(str5.charAt(i5), dVar.a, dVar.f311c)); if (eVar == null) { f3 = c2; i3 = i4; str3 = str5; } else { str3 = str5; - double d2 = eVar.f313c; + double d2 = eVar.f312c; f3 = c2; i3 = i4; f4 = (float) ((d2 * ((double) floatValue) * ((double) g.c()) * ((double) d)) + ((double) f4)); @@ -294,7 +294,7 @@ public class i extends b { int i6 = 0; while (i6 < str6.length()) { String str7 = str6; - e eVar2 = this.G.g.get(e.a(str7.charAt(i6), dVar.a, dVar.f312c)); + e eVar2 = this.G.g.get(e.a(str7.charAt(i6), dVar.a, dVar.f311c)); if (eVar2 == null) { list = t; i2 = size; @@ -326,11 +326,11 @@ public class i extends b { int i8 = 0; while (i8 < list2.size()) { Path path = list2.get(i8).getPath(); - path.computeBounds(this.f347y, false); - this.f348z.set(matrix); - this.f348z.preTranslate(0.0f, (-e.g) * g.c()); - this.f348z.preScale(floatValue, floatValue); - path.transform(this.f348z); + path.computeBounds(this.f346y, false); + this.f347z.set(matrix); + this.f347z.preTranslate(0.0f, (-e.g) * g.c()); + this.f347z.preScale(floatValue, floatValue); + path.transform(this.f347z); if (e.k) { s(path, this.A, canvas); s(path, this.B, canvas); @@ -341,7 +341,7 @@ public class i extends b { i8++; list2 = list2; } - float c3 = g.c() * ((float) eVar2.f313c) * floatValue * d; + float c3 = g.c() * ((float) eVar2.f312c) * floatValue * d; float f5 = ((float) e.e) / 10.0f; c.c.a.w.c.a aVar10 = this.O; if (aVar10 != null) { @@ -369,7 +369,7 @@ public class i extends b { float d3 = g.d(matrix); j jVar = this.F; ?? r6 = dVar.a; - ?? r3 = dVar.f312c; + ?? r3 = dVar.f311c; Typeface typeface = null; if (jVar.getCallback() == null) { aVar = null; @@ -385,12 +385,12 @@ public class i extends b { jVar2.b = r3; typeface = aVar.b.get(jVar2); if (typeface == null) { - Typeface typeface2 = aVar.f303c.get(r6); + Typeface typeface2 = aVar.f302c.get(r6); if (typeface2 == null) { StringBuilder U = c.d.b.a.a.U("fonts/", r6); U.append(aVar.e); typeface2 = Typeface.createFromAsset(aVar.d, U.toString()); - aVar.f303c.put(r6, typeface2); + aVar.f302c.put(r6, typeface2); } boolean contains = r3.contains("Italic"); boolean contains2 = r3.contains("Bold"); @@ -404,7 +404,7 @@ public class i extends b { Objects.requireNonNull(this.F); this.A.setTypeface(typeface); c.c.a.w.c.a aVar12 = this.P; - this.A.setTextSize(g.c() * (aVar12 != null ? aVar12.e().floatValue() : e.f311c)); + this.A.setTextSize(g.c() * (aVar12 != null ? aVar12.e().floatValue() : e.f310c)); this.B.setTypeface(this.A.getTypeface()); this.B.setTextSize(this.A.getTextSize()); float c4 = g.c() * e.f; @@ -430,14 +430,14 @@ public class i extends b { if (this.D.containsKey(j)) { str = this.D.get(j); } else { - this.f346x.setLength(0); + this.f345x.setLength(0); int i12 = i11; while (i12 < charCount) { int codePointAt3 = str9.codePointAt(i12); - this.f346x.appendCodePoint(codePointAt3); + this.f345x.appendCodePoint(codePointAt3); i12 += Character.charCount(codePointAt3); } - String sb = this.f346x.toString(); + String sb = this.f345x.toString(); this.D.put(j, sb); str = sb; } diff --git a/app/src/main/java/c/c/a/z/c.java b/app/src/main/java/c/c/a/z/c.java index 3c7d09513b..63ac82d494 100644 --- a/app/src/main/java/c/c/a/z/c.java +++ b/app/src/main/java/c/c/a/z/c.java @@ -24,16 +24,16 @@ public class c { @Nullable /* renamed from: c reason: collision with root package name */ - public final b f349c; + public final b f348c; public c(Context context, String str, @Nullable String str2) { Context applicationContext = context.getApplicationContext(); this.a = applicationContext; this.b = str; if (str2 == null) { - this.f349c = null; + this.f348c = null; } else { - this.f349c = new b(applicationContext); + this.f348c = new b(applicationContext); } } @@ -107,15 +107,15 @@ public class c { if (contentType.contains("application/zip")) { c.c.a.b0.c.a("Handling zip response."); aVar = a.ZIP; - b bVar = this.f349c; + b bVar = this.f348c; pVar = bVar == null ? e.d(new ZipInputStream(httpURLConnection.getInputStream()), null) : e.d(new ZipInputStream(new FileInputStream(bVar.c(this.b, httpURLConnection.getInputStream(), aVar))), this.b); } else { c.c.a.b0.c.a("Received json response."); aVar = a.JSON; - b bVar2 = this.f349c; + b bVar2 = this.f348c; pVar = bVar2 == null ? e.b(httpURLConnection.getInputStream(), null) : e.b(new FileInputStream(new File(bVar2.c(this.b, httpURLConnection.getInputStream(), aVar).getAbsolutePath())), this.b); } - b bVar3 = this.f349c; + b bVar3 = this.f348c; if (!(bVar3 == null || pVar.a == null)) { File file = new File(bVar3.b(), b.a(this.b, aVar, true)); File file2 = new File(file.getAbsolutePath().replace(".temp", "")); diff --git a/app/src/main/java/c/d/a/a/a.java b/app/src/main/java/c/d/a/a/a.java index 8a30e549b1..aec22077e9 100644 --- a/app/src/main/java/c/d/a/a/a.java +++ b/app/src/main/java/c/d/a/a/a.java @@ -41,7 +41,7 @@ public class a extends BillingClient { public final String b; /* renamed from: c reason: collision with root package name */ - public final Handler f350c; + public final Handler f349c; public u d; public Context e; public d f; @@ -67,7 +67,7 @@ public class a extends BillingClient { str2 = "3.0.3"; } this.a = 0; - this.f350c = new Handler(Looper.getMainLooper()); + this.f349c = new Handler(Looper.getMainLooper()); this.j = 0; this.b = str2; Context applicationContext = context.getApplicationContext(); @@ -160,7 +160,7 @@ public class a extends BillingClient { String e = skuDetails.e(); String str11 = "BillingClient"; if (!e.equals("subs") || this.h) { - String str12 = billingFlowParams.f1551c; + String str12 = billingFlowParams.f1550c; if (str12 != null && !this.i) { c.i.a.f.h.n.a.b(str11, "Current client doesn't support subscriptions update."); BillingResult billingResult2 = q.m; @@ -214,10 +214,10 @@ public class a extends BillingClient { } else { i = 1; } - if (!TextUtils.isEmpty(billingFlowParams.f1551c)) { + if (!TextUtils.isEmpty(billingFlowParams.f1550c)) { String[] strArr = new String[i]; str4 = "; try to reconnect"; - strArr[0] = billingFlowParams.f1551c; + strArr[0] = billingFlowParams.f1550c; bundle.putStringArrayList("skusToReplace", new ArrayList<>(Arrays.asList(strArr))); } else { str4 = "; try to reconnect"; @@ -454,7 +454,7 @@ public class a extends BillingClient { int i = this.a; if (i == 1) { c.i.a.f.h.n.a.b("BillingClient", "Client is already in the process of connecting to billing service."); - bVar.onBillingSetupFinished(q.f351c); + bVar.onBillingSetupFinished(q.f350c); } else if (i == 3) { c.i.a.f.h.n.a.b("BillingClient", "Client was already closed and can't be reused. Please create another instance."); bVar.onBillingSetupFinished(q.j); @@ -465,7 +465,7 @@ public class a extends BillingClient { Context context = uVar.a; IntentFilter intentFilter = new IntentFilter("com.android.vending.billing.PURCHASES_UPDATED"); if (!tVar.b) { - context.registerReceiver(tVar.f353c.b, intentFilter); + context.registerReceiver(tVar.f352c.b, intentFilter); tVar.b = true; } c.i.a.f.h.n.a.a("BillingClient", "Starting in-app billing setup."); @@ -498,7 +498,7 @@ public class a extends BillingClient { public final void h(Runnable runnable) { if (!Thread.interrupted()) { - this.f350c.post(runnable); + this.f349c.post(runnable); } } @@ -515,7 +515,7 @@ public class a extends BillingClient { } try { Future submit = this.r.submit(callable); - this.f350c.postDelayed(new z(submit, runnable), j2); + this.f349c.postDelayed(new z(submit, runnable), j2); return submit; } catch (Exception e) { String valueOf = String.valueOf(e); diff --git a/app/src/main/java/c/d/a/a/e0.java b/app/src/main/java/c/d/a/a/e0.java index 630cb73c25..ede161d6b1 100644 --- a/app/src/main/java/c/d/a/a/e0.java +++ b/app/src/main/java/c/d/a/a/e0.java @@ -21,6 +21,6 @@ public final class e0 implements Callable { @Override // java.util.concurrent.Callable public final Bundle call() throws Exception { a aVar = this.k; - return aVar.f.c0(5, aVar.e.getPackageName(), Arrays.asList(this.i.f1551c), this.j.d(), "subs", null); + return aVar.f.c0(5, aVar.e.getPackageName(), Arrays.asList(this.i.f1550c), this.j.d(), "subs", null); } } diff --git a/app/src/main/java/c/d/a/a/j.java b/app/src/main/java/c/d/a/a/j.java index 0db9047aa7..f91e762d20 100644 --- a/app/src/main/java/c/d/a/a/j.java +++ b/app/src/main/java/c/d/a/a/j.java @@ -16,7 +16,7 @@ public final class j implements Runnable { g gVar = this.j.k; r rVar = this.i; int i = rVar.b; - String str = rVar.f352c; + String str = rVar.f351c; BillingResult billingResult = new BillingResult(); billingResult.a = i; billingResult.b = str; diff --git a/app/src/main/java/c/d/a/a/q.java b/app/src/main/java/c/d/a/a/q.java index 5cbc620c63..f79b8d9493 100644 --- a/app/src/main/java/c/d/a/a/q.java +++ b/app/src/main/java/c/d/a/a/q.java @@ -7,7 +7,7 @@ public final class q { public static final BillingResult b; /* renamed from: c reason: collision with root package name */ - public static final BillingResult f351c; + public static final BillingResult f350c; public static final BillingResult d; public static final BillingResult e; public static final BillingResult f; @@ -35,7 +35,7 @@ public final class q { BillingResult billingResult4 = new BillingResult(); billingResult4.a = 5; billingResult4.b = "Client is already in the process of connecting to billing service."; - f351c = billingResult4; + f350c = billingResult4; BillingResult billingResult5 = new BillingResult(); billingResult5.a = 3; billingResult5.b = "Play Store version installed does not support cross selling products."; diff --git a/app/src/main/java/c/d/a/a/r.java b/app/src/main/java/c/d/a/a/r.java index a9f072b345..73bd322082 100644 --- a/app/src/main/java/c/d/a/a/r.java +++ b/app/src/main/java/c/d/a/a/r.java @@ -10,11 +10,11 @@ public final class r { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f352c; + public final String f351c; public r(int i, String str, @Nullable List list) { this.b = i; - this.f352c = str; + this.f351c = str; this.a = list; } } diff --git a/app/src/main/java/c/d/a/a/t.java b/app/src/main/java/c/d/a/a/t.java index f2cb2eb43b..28a8eb6c0e 100644 --- a/app/src/main/java/c/d/a/a/t.java +++ b/app/src/main/java/c/d/a/a/t.java @@ -14,10 +14,10 @@ public final class t extends BroadcastReceiver { public boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f353c; + public final /* synthetic */ u f352c; public /* synthetic */ t(u uVar, e eVar) { - this.f353c = uVar; + this.f352c = uVar; this.a = eVar; } diff --git a/app/src/main/java/c/d/a/a/u.java b/app/src/main/java/c/d/a/a/u.java index 717889edd8..267c1a9e7b 100644 --- a/app/src/main/java/c/d/a/a/u.java +++ b/app/src/main/java/c/d/a/a/u.java @@ -16,7 +16,7 @@ public final class u { t tVar = this.b; Context context = this.a; if (tVar.b) { - context.unregisterReceiver(tVar.f353c.b); + context.unregisterReceiver(tVar.f352c.b); tVar.b = false; return; } diff --git a/app/src/main/java/c/e/b/a.java b/app/src/main/java/c/e/b/a.java index 81ed2d047e..3dcebd8bcd 100644 --- a/app/src/main/java/c/e/b/a.java +++ b/app/src/main/java/c/e/b/a.java @@ -10,7 +10,7 @@ public class a extends ClassLoader { public static final ClassLoader b; /* renamed from: c reason: collision with root package name */ - public static volatile a f354c; + public static volatile a f353c; public static volatile Method d; static { @@ -19,7 +19,7 @@ public class a extends ClassLoader { classLoader = ClassLoader.getSystemClassLoader(); } b = classLoader; - f354c = new a(classLoader); + f353c = new a(classLoader); } public a(ClassLoader classLoader) { @@ -33,14 +33,14 @@ public class a extends ClassLoader { } ClassLoader classLoader2 = b; if (classLoader2.equals(classLoader)) { - if (f354c == null) { + if (f353c == null) { synchronized (a) { - if (f354c == null) { - f354c = new a(classLoader2); + if (f353c == null) { + f353c = new a(classLoader2); } } } - return f354c; + return f353c; } WeakHashMap> weakHashMap = a; synchronized (weakHashMap) { diff --git a/app/src/main/java/c/e/b/c.java b/app/src/main/java/c/e/b/c.java index 4832112600..37ea4c1b9a 100644 --- a/app/src/main/java/c/e/b/c.java +++ b/app/src/main/java/c/e/b/c.java @@ -77,8 +77,8 @@ public abstract class c { q(fVar, replace2, arrayList, w.i); n(fVar, replace2, arrayList, w.g); q(fVar, replace2, arrayList, w.g); - n(fVar, replace2, arrayList, w.f2897c); - q(fVar, replace2, arrayList, w.f2897c); + n(fVar, replace2, arrayList, w.f2895c); + q(fVar, replace2, arrayList, w.f2895c); o(fVar, replace2, arrayList); cls2 = b.a(u, fVar.b()); } diff --git a/app/src/main/java/c/f/b/b/a.java b/app/src/main/java/c/f/b/b/a.java index 9f0715a027..024ecee0d8 100644 --- a/app/src/main/java/c/f/b/b/a.java +++ b/app/src/main/java/c/f/b/b/a.java @@ -24,7 +24,7 @@ public class a implements c { public static final /* synthetic */ int b = 0; /* renamed from: c reason: collision with root package name */ - public final File f355c; + public final File f354c; public final boolean d; public final File e; public final c.f.b.a.a f; @@ -61,7 +61,7 @@ public class a implements c { public final c.f.a.a b; /* renamed from: c reason: collision with root package name */ - public long f356c = -1; + public long f355c = -1; public long d = -1; public c(String str, File file, C0058a aVar) { @@ -85,10 +85,10 @@ public class a implements c { @Override // c.f.b.b.c.a public long getSize() { - if (this.f356c < 0) { - this.f356c = this.b.a(); + if (this.f355c < 0) { + this.f355c = this.b.a(); } - return this.f356c; + return this.f355c; } } @@ -146,7 +146,7 @@ public class a implements c { long currentTimeMillis = System.currentTimeMillis(); File j = a.this.j(this.a); try { - AnimatableValueParser.q2(this.b, j); + AnimatableValueParser.r2(this.b, j); if (j.exists()) { j.setLastModified(currentTimeMillis); } @@ -170,7 +170,7 @@ public class a implements c { try { c.f.d.d.b bVar = new c.f.d.d.b(fileOutputStream); h hVar = (h) gVar; - hVar.b.f433c.a(hVar.a.e(), bVar); + hVar.b.f432c.a(hVar.a.e(), bVar); bVar.flush(); long j = bVar.i; fileOutputStream.close(); @@ -234,7 +234,7 @@ public class a implements c { @Override // c.f.d.c.a public void c(File file) { - if (!a.this.f355c.equals(file) && !this.a) { + if (!a.this.f354c.equals(file) && !this.a) { file.delete(); } if (this.a && file.equals(a.this.e)) { @@ -247,7 +247,7 @@ public class a implements c { /* JADX WARNING: Removed duplicated region for block: B:19:0x0069 A[SYNTHETIC, Splitter:B:19:0x0069] */ public a(File file, int i, c.f.b.a.a aVar) { boolean z2; - this.f355c = file; + this.f354c = file; boolean z3 = false; try { File externalStorageDirectory = Environment.getExternalStorageDirectory(); @@ -258,16 +258,16 @@ public class a implements c { Objects.requireNonNull((c.f.b.a.d) aVar); } this.d = z2; - File file2 = new File(this.f355c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); + File file2 = new File(this.f354c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); this.e = file2; this.f = aVar; - if (this.f355c.exists()) { + if (this.f354c.exists()) { if (!file2.exists()) { - AnimatableValueParser.b0(this.f355c); + AnimatableValueParser.b0(this.f354c); } if (z3) { try { - AnimatableValueParser.N1(file2); + AnimatableValueParser.O1(file2); } catch (FileUtils$CreateDirectoryException unused2) { c.f.b.a.a aVar2 = this.f; StringBuilder P = c.d.b.a.a.P("version directory could not be created: "); @@ -288,10 +288,10 @@ public class a implements c { } z2 = false; this.d = z2; - File file2 = new File(this.f355c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); + File file2 = new File(this.f354c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); this.e = file2; this.f = aVar; - if (this.f355c.exists()) { + if (this.f354c.exists()) { } z3 = true; if (z3) { @@ -334,7 +334,7 @@ public class a implements c { @Override // c.f.b.b.c public void a() { - AnimatableValueParser.Q2(this.f355c, new g(null)); + AnimatableValueParser.R2(this.f354c, new g(null)); } @Override // c.f.b.b.c @@ -342,7 +342,7 @@ public class a implements c { File file = new File(k(str)); if (!file.exists()) { try { - AnimatableValueParser.N1(file); + AnimatableValueParser.O1(file); } catch (FileUtils$CreateDirectoryException e2) { Objects.requireNonNull((c.f.b.a.d) this.f); throw e2; @@ -381,7 +381,7 @@ public class a implements c { @Override // c.f.b.b.c public Collection e() throws IOException { b bVar = new b(null); - AnimatableValueParser.Q2(this.e, bVar); + AnimatableValueParser.R2(this.e, bVar); return Collections.unmodifiableList(bVar.a); } diff --git a/app/src/main/java/c/f/b/b/d.java b/app/src/main/java/c/f/b/b/d.java index 840e0f7064..833fb9bab7 100644 --- a/app/src/main/java/c/f/b/b/d.java +++ b/app/src/main/java/c/f/b/b/d.java @@ -28,7 +28,7 @@ public class d implements h { public static final long b = TimeUnit.MINUTES.toMillis(30); /* renamed from: c reason: collision with root package name */ - public final long f358c; + public final long f357c; public final long d; public final CountDownLatch e; public long f; @@ -67,7 +67,7 @@ public class d implements h { public long b = -1; /* renamed from: c reason: collision with root package name */ - public long f359c = -1; + public long f358c = -1; public synchronized long a() { return this.b; @@ -76,7 +76,7 @@ public class d implements h { public synchronized void b(long j, long j2) { if (this.a) { this.b += j; - this.f359c += j2; + this.f358c += j2; } } } @@ -87,19 +87,19 @@ public class d implements h { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f360c; + public final long f359c; public c(long j, long j2, long j3) { this.a = j; this.b = j2; - this.f360c = j3; + this.f359c = j3; } } public d(c cVar, g gVar, c cVar2, c.f.b.a.b bVar, c.f.b.a.a aVar, c.f.d.a.a aVar2, Executor executor, boolean z2) { c.f.d.i.a aVar3; - this.f358c = cVar2.b; - long j = cVar2.f360c; + this.f357c = cVar2.b; + long j = cVar2.f359c; this.d = j; this.f = j; c.f.d.i.a aVar4 = c.f.d.i.a.a; @@ -219,7 +219,7 @@ public class d implements h { } public c.f.a.a d(CacheKey cacheKey, g gVar) throws IOException { - String w2; + String x2; c.f.a.a b2; i a2 = i.a(); a2.d = cacheKey; @@ -227,7 +227,7 @@ public class d implements h { synchronized (this.q) { try { if (!(cacheKey instanceof c.f.b.a.c)) { - w2 = AnimatableValueParser.w2(cacheKey); + x2 = AnimatableValueParser.x2(cacheKey); } else { c.f.b.a.c cVar = (c.f.b.a.c) cacheKey; throw null; @@ -237,13 +237,13 @@ public class d implements h { } } try { - c.b g = g(w2, cacheKey); + c.b g = g(x2, cacheKey); try { a.f fVar = (a.f) g; fVar.c(gVar, cacheKey); synchronized (this.q) { b2 = fVar.b(cacheKey); - this.h.add(w2); + this.h.add(x2); this.o.b(b2.a(), 1); } b2.a(); @@ -317,7 +317,7 @@ public class d implements h { } b bVar2 = this.o; synchronized (bVar2) { - j = bVar2.f359c; + j = bVar2.f358c; } long j7 = (long) i; if (!(j == j7 && this.o.a() == j6)) { @@ -328,7 +328,7 @@ public class d implements h { } b bVar3 = this.o; synchronized (bVar3) { - bVar3.f359c = j7; + bVar3.f358c = j7; bVar3.b = j6; bVar3.a = true; } @@ -375,7 +375,7 @@ public class d implements h { b bVar = this.o; synchronized (bVar) { bVar.a = false; - bVar.f359c = -1; + bVar.f358c = -1; bVar.b = -1; } e(); @@ -404,13 +404,13 @@ public class d implements h { aVar.h.unlock(); } } - StatFs statFs = c2 == 1 ? aVar.f366c : aVar.e; + StatFs statFs = c2 == 1 ? aVar.f365c : aVar.e; long availableBlocksLong = statFs != null ? statFs.getAvailableBlocksLong() * statFs.getBlockSizeLong() : 0; if (availableBlocksLong > 0 && availableBlocksLong >= a2) { z2 = false; } if (z2) { - this.f = this.f358c; + this.f = this.f357c; } else { this.f = this.d; } diff --git a/app/src/main/java/c/f/b/b/e.java b/app/src/main/java/c/f/b/b/e.java index e10e1f9715..9ee62c62a2 100644 --- a/app/src/main/java/c/f/b/b/e.java +++ b/app/src/main/java/c/f/b/b/e.java @@ -16,7 +16,7 @@ public class e implements c { public final Supplier b; /* renamed from: c reason: collision with root package name */ - public final String f361c; + public final String f360c; public final c.f.b.a.a d; @VisibleForTesting public volatile a e = new a(null, null); @@ -38,7 +38,7 @@ public class e implements c { this.a = i; this.d = aVar; this.b = supplier; - this.f361c = str; + this.f360c = str; } @Override // c.f.b.b.c @@ -81,9 +81,9 @@ public class e implements c { } public final void h() throws IOException { - File file = new File(this.b.get(), this.f361c); + File file = new File(this.b.get(), this.f360c); try { - AnimatableValueParser.N1(file); + AnimatableValueParser.O1(file); file.getAbsolutePath(); int i = c.f.d.e.a.a; this.e = new a(file, new a(file, this.a, this.d)); diff --git a/app/src/main/java/c/f/b/b/i.java b/app/src/main/java/c/f/b/b/i.java index 2880fbd402..d394a91099 100644 --- a/app/src/main/java/c/f/b/b/i.java +++ b/app/src/main/java/c/f/b/b/i.java @@ -7,7 +7,7 @@ public class i { public static i b; /* renamed from: c reason: collision with root package name */ - public static int f362c; + public static int f361c; public CacheKey d; public i e; @@ -19,16 +19,16 @@ public class i { } b = iVar.e; iVar.e = null; - f362c--; + f361c--; return iVar; } } public void b() { synchronized (a) { - int i = f362c; + int i = f361c; if (i < 5) { - f362c = i + 1; + f361c = i + 1; i iVar = b; if (iVar != null) { this.e = iVar; diff --git a/app/src/main/java/c/f/d/d/i.java b/app/src/main/java/c/f/d/d/i.java index 82558d3d3b..f88c5395ab 100644 --- a/app/src/main/java/c/f/d/d/i.java +++ b/app/src/main/java/c/f/d/d/i.java @@ -8,7 +8,7 @@ public final class i { public final a b; /* renamed from: c reason: collision with root package name */ - public a f363c; + public a f362c; /* compiled from: Objects */ public static final class a { @@ -16,7 +16,7 @@ public final class i { public Object b; /* renamed from: c reason: collision with root package name */ - public a f364c; + public a f363c; public a(h hVar) { } @@ -25,7 +25,7 @@ public final class i { public i(String str, h hVar) { a aVar = new a(null); this.b = aVar; - this.f363c = aVar; + this.f362c = aVar; this.a = str; } @@ -41,8 +41,8 @@ public final class i { public final i c(String str, Object obj) { a aVar = new a(null); - this.f363c.f364c = aVar; - this.f363c = aVar; + this.f362c.f363c = aVar; + this.f362c = aVar; aVar.b = obj; Objects.requireNonNull(str); aVar.a = str; @@ -53,7 +53,7 @@ public final class i { StringBuilder sb = new StringBuilder(32); sb.append(this.a); sb.append('{'); - a aVar = this.b.f364c; + a aVar = this.b.f363c; String str = ""; while (aVar != null) { Object obj = aVar.b; @@ -69,7 +69,7 @@ public final class i { String deepToString = Arrays.deepToString(new Object[]{obj}); sb.append((CharSequence) deepToString, 1, deepToString.length() - 1); } - aVar = aVar.f364c; + aVar = aVar.f363c; str = ", "; } sb.append('}'); diff --git a/app/src/main/java/c/f/d/f/b.java b/app/src/main/java/c/f/d/f/b.java index 7e6b8ea852..7e70b7d012 100644 --- a/app/src/main/java/c/f/d/f/b.java +++ b/app/src/main/java/c/f/d/f/b.java @@ -9,5 +9,5 @@ public class b { public static final Map b = f.of("image/heif", "heif", "image/heic", "heic"); /* renamed from: c reason: collision with root package name */ - public static final Map f365c = f.of("heif", "image/heif", "heic", "image/heic"); + public static final Map f364c = f.of("heif", "image/heif", "heic", "image/heic"); } diff --git a/app/src/main/java/c/f/d/i/a.java b/app/src/main/java/c/f/d/i/a.java index 443e56009d..b0b23aaa17 100644 --- a/app/src/main/java/c/f/d/i/a.java +++ b/app/src/main/java/c/f/d/i/a.java @@ -14,7 +14,7 @@ public class a { public static final long b = TimeUnit.MINUTES.toMillis(2); /* renamed from: c reason: collision with root package name */ - public volatile StatFs f366c = null; + public volatile StatFs f365c = null; public volatile File d; public volatile StatFs e = null; public volatile File f; @@ -39,7 +39,7 @@ public class a { } public final void b() { - this.f366c = c(this.f366c, this.d); + this.f365c = c(this.f365c, this.d); this.e = c(this.e, this.f); this.g = SystemClock.uptimeMillis(); } diff --git a/app/src/main/java/c/f/d/m/c.java b/app/src/main/java/c/f/d/m/c.java index 6b567383bb..dc920cfcf1 100644 --- a/app/src/main/java/c/f/d/m/c.java +++ b/app/src/main/java/c/f/d/m/c.java @@ -7,7 +7,7 @@ public class c { public static boolean b = false; /* renamed from: c reason: collision with root package name */ - public static final byte[] f367c = a("RIFF"); + public static final byte[] f366c = a("RIFF"); public static final byte[] d = a("WEBP"); public static final byte[] e = a("VP8 "); public static final byte[] f = a("VP8L"); @@ -22,7 +22,7 @@ public class c { } public static boolean b(byte[] bArr, int i, int i2) { - return i2 >= 20 && d(bArr, i, f367c) && d(bArr, i + 8, d); + return i2 >= 20 && d(bArr, i, f366c) && d(bArr, i + 8, d); } public static b c() { diff --git a/app/src/main/java/c/f/e/c.java b/app/src/main/java/c/f/e/c.java index 428f12f410..f364217463 100644 --- a/app/src/main/java/c/f/e/c.java +++ b/app/src/main/java/c/f/e/c.java @@ -13,7 +13,7 @@ public abstract class c implements DataSource { public int b = 1; /* renamed from: c reason: collision with root package name */ - public boolean f368c = false; + public boolean f367c = false; public T d = null; public Throwable e = null; public float f = 0.0f; @@ -43,10 +43,10 @@ public abstract class c implements DataSource { public boolean close() { T t; synchronized (this) { - if (this.f368c) { + if (this.f367c) { return false; } - this.f368c = true; + this.f367c = true; t = this.d; this.d = null; } @@ -77,7 +77,7 @@ public abstract class c implements DataSource { boolean z2; Objects.requireNonNull(executor); synchronized (this) { - if (!this.f368c) { + if (!this.f367c) { z2 = true; if (this.b == 1) { this.g.add(Pair.create(fVar, executor)); @@ -114,7 +114,7 @@ public abstract class c implements DataSource { } public synchronized boolean i() { - return this.f368c; + return this.f367c; } public final void j() { @@ -131,7 +131,7 @@ public abstract class c implements DataSource { boolean z2; synchronized (this) { z2 = true; - if (!this.f368c) { + if (!this.f367c) { if (this.b == 1) { this.b = 3; this.e = th; @@ -150,7 +150,7 @@ public abstract class c implements DataSource { boolean z2; synchronized (this) { z2 = false; - if (!this.f368c) { + if (!this.f367c) { if (this.b == 1) { if (f >= this.f) { this.f = f; @@ -201,7 +201,7 @@ public abstract class c implements DataSource { synchronized (this) { try { boolean z3 = true; - if (!this.f368c) { + if (!this.f367c) { if (this.b == 1) { if (z2) { this.b = 2; diff --git a/app/src/main/java/c/f/e/g.java b/app/src/main/java/c/f/e/g.java index 641e4b0946..a16a580296 100644 --- a/app/src/main/java/c/f/e/g.java +++ b/app/src/main/java/c/f/e/g.java @@ -196,8 +196,8 @@ public class g implements Supplier> { } public String toString() { - i J2 = AnimatableValueParser.J2(this); - J2.c("list", this.a); - return J2.toString(); + i K2 = AnimatableValueParser.K2(this); + K2.c("list", this.a); + return K2.toString(); } } diff --git a/app/src/main/java/c/f/g/a/a/c.java b/app/src/main/java/c/f/g/a/a/c.java index 40cc768849..6e20d514f1 100644 --- a/app/src/main/java/c/f/g/a/a/c.java +++ b/app/src/main/java/c/f/g/a/a/c.java @@ -46,19 +46,19 @@ public class c extends AbstractDraweeController, I public ImageRequest K; /* renamed from: x reason: collision with root package name */ - public final a f369x; + public final a f368x; /* renamed from: y reason: collision with root package name */ - public final e f370y; + public final e f369y; /* renamed from: z reason: collision with root package name */ - public final w f371z; + public final w f370z; public c(Resources resources, c.f.g.b.a aVar, a aVar2, Executor executor, w wVar, e eVar) { super(aVar, executor, null, null); - this.f369x = new a(resources, aVar2); - this.f370y = eVar; - this.f371z = wVar; + this.f368x = new a(resources, aVar2); + this.f369y = eVar; + this.f370z = wVar; } public synchronized void F(b bVar) { @@ -114,7 +114,7 @@ public class c extends AbstractDraweeController, I } fVar2.j.add(eVar); this.E.d(true); - h hVar = this.E.f374c; + h hVar = this.E.f373c; hVar.f = abstractDraweeControllerBuilder.h; hVar.g = null; hVar.h = abstractDraweeControllerBuilder.i; @@ -238,7 +238,7 @@ public class c extends AbstractDraweeController, I c.f.j.j.c w = closeableReference2.w(); K(w); Drawable J = J(this.D, w); - if (J == null && (J = J(this.f370y, w)) == null && (J = this.f369x.b(w)) == null) { + if (J == null && (J = J(this.f369y, w)) == null && (J = this.f368x.b(w)) == null) { throw new UnsupportedOperationException("Unrecognized image class: " + w); } c.f.j.r.b.b(); @@ -254,7 +254,7 @@ public class c extends AbstractDraweeController, I public CloseableReference h() { c.f.j.r.b.b(); try { - w wVar = this.f371z; + w wVar = this.f370z; if (wVar != null) { CacheKey cacheKey = this.A; if (cacheKey != null) { @@ -311,13 +311,13 @@ public class c extends AbstractDraweeController, I ImageRequest imageRequest = this.I; ImageRequest imageRequest2 = this.K; ImageRequest[] imageRequestArr = this.J; - if (imageRequest == null || (uri = imageRequest.f2265c) == null) { + if (imageRequest == null || (uri = imageRequest.f2263c) == null) { if (!(imageRequestArr == null || imageRequestArr.length <= 0 || imageRequestArr[0] == null)) { ImageRequest imageRequest3 = imageRequestArr[0]; - uri = imageRequest3 != null ? imageRequest3.f2265c : null; + uri = imageRequest3 != null ? imageRequest3.f2263c : null; } if (imageRequest2 != null) { - return imageRequest2.f2265c; + return imageRequest2.f2263c; } return null; } @@ -336,10 +336,10 @@ public class c extends AbstractDraweeController, I @Override // com.facebook.drawee.controller.AbstractDraweeController public String toString() { - i J2 = AnimatableValueParser.J2(this); - J2.c("super", super.toString()); - J2.c("dataSourceSupplier", this.B); - return J2.toString(); + i K2 = AnimatableValueParser.K2(this); + K2.c("super", super.toString()); + K2.c("dataSourceSupplier", this.B); + return K2.toString(); } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.String, java.lang.Object] */ diff --git a/app/src/main/java/c/f/g/a/a/d.java b/app/src/main/java/c/f/g/a/a/d.java index 12e77ea490..bb5e6326de 100644 --- a/app/src/main/java/c/f/g/a/a/d.java +++ b/app/src/main/java/c/f/g/a/a/d.java @@ -85,12 +85,12 @@ public class d extends AbstractDraweeControllerBuilder supplier = fVar.g; if (supplier != null) { cVar2.C = supplier.get().booleanValue(); diff --git a/app/src/main/java/c/f/g/a/a/e.java b/app/src/main/java/c/f/g/a/a/e.java index 9037b0217f..4bbc519e90 100644 --- a/app/src/main/java/c/f/g/a/a/e.java +++ b/app/src/main/java/c/f/g/a/a/e.java @@ -18,7 +18,7 @@ public class e implements Supplier { public final h b; /* renamed from: c reason: collision with root package name */ - public final f f372c; + public final f f371c; public e(Context context) { a aVar; @@ -31,7 +31,7 @@ public class e implements Supplier { h hVar = lVar.l; this.b = hVar; f fVar = new f(); - this.f372c = fVar; + this.f371c = fVar; Resources resources = context.getResources(); synchronized (a.class) { if (a.a == null) { @@ -48,7 +48,7 @@ public class e implements Supplier { w wVar = hVar.e; fVar.a = resources; fVar.b = aVar; - fVar.f373c = a; + fVar.f372c = a; fVar.d = fVar2; fVar.e = wVar; fVar.f = null; @@ -57,7 +57,7 @@ public class e implements Supplier { /* renamed from: a */ public d get() { - d dVar = new d(this.a, this.f372c, this.b, null, null); + d dVar = new d(this.a, this.f371c, this.b, null, null); dVar.q = null; return dVar; } diff --git a/app/src/main/java/c/f/g/a/a/f.java b/app/src/main/java/c/f/g/a/a/f.java index 30fdd05869..4b2a85bad7 100644 --- a/app/src/main/java/c/f/g/a/a/f.java +++ b/app/src/main/java/c/f/g/a/a/f.java @@ -14,7 +14,7 @@ public class f { public a b; /* renamed from: c reason: collision with root package name */ - public c.f.j.i.a f373c; + public c.f.j.i.a f372c; public Executor d; public w e; public e f; diff --git a/app/src/main/java/c/f/g/a/a/h/f.java b/app/src/main/java/c/f/g/a/a/h/f.java index 28a7fb456f..76e50c02be 100644 --- a/app/src/main/java/c/f/g/a/a/h/f.java +++ b/app/src/main/java/c/f/g/a/a/h/f.java @@ -13,7 +13,7 @@ public class f implements g { public final b b; /* renamed from: c reason: collision with root package name */ - public final h f374c = new h(); + public final h f373c = new h(); public final Supplier d; public c e; public b f; @@ -46,8 +46,8 @@ public class f implements g { if (!(!this.k || (list = this.j) == null || list.isEmpty())) { if (!(i != 3 || (aVar = this.a.k) == null || aVar.e() == null)) { Rect bounds = aVar.e().getBounds(); - this.f374c.f376s = bounds.width(); - this.f374c.t = bounds.height(); + this.f373c.f375s = bounds.width(); + this.f373c.t = bounds.height(); } d b = hVar.b(); for (e eVar : this.j) { @@ -62,9 +62,9 @@ public class f implements g { list.clear(); } d(false); - h hVar = this.f374c; + h hVar = this.f373c; hVar.b = null; - hVar.f375c = null; + hVar.f374c = null; hVar.d = null; hVar.e = null; hVar.f = null; @@ -73,7 +73,7 @@ public class f implements g { hVar.p = 1; hVar.q = null; hVar.r = false; - hVar.f376s = -1; + hVar.f375s = -1; hVar.t = -1; hVar.u = null; hVar.v = -1; @@ -90,13 +90,13 @@ public class f implements g { this.k = z2; if (z2) { if (this.h == null) { - this.h = new a(this.b, this.f374c, this, this.d, l.a); + this.h = new a(this.b, this.f373c, this, this.d, l.a); } if (this.g == null) { - this.g = new c.f.g.a.a.h.i.c(this.b, this.f374c); + this.g = new c.f.g.a.a.h.i.c(this.b, this.f373c); } if (this.f == null) { - this.f = new c.f.g.a.a.h.i.b(this.f374c, this); + this.f = new c.f.g.a.a.h.i.b(this.f373c, this); } c cVar = this.e; if (cVar == null) { diff --git a/app/src/main/java/c/f/g/a/a/h/h.java b/app/src/main/java/c/f/g/a/a/h/h.java index 3300b63820..54e0657480 100644 --- a/app/src/main/java/c/f/g/a/a/h/h.java +++ b/app/src/main/java/c/f/g/a/a/h/h.java @@ -10,7 +10,7 @@ public class h { public String b; /* renamed from: c reason: collision with root package name */ - public ImageRequest f375c; + public ImageRequest f374c; public Object d; public ImageInfo e; public ImageRequest f; @@ -28,20 +28,20 @@ public class h { public boolean r; /* renamed from: s reason: collision with root package name */ - public int f376s = -1; + public int f375s = -1; public int t = -1; public Throwable u; public int v = -1; public int w = -1; /* renamed from: x reason: collision with root package name */ - public long f377x = -1; + public long f376x = -1; /* renamed from: y reason: collision with root package name */ - public long f378y = -1; + public long f377y = -1; /* renamed from: z reason: collision with root package name */ - public long f379z = -1; + public long f378z = -1; public void a() { this.n = -1; @@ -50,12 +50,12 @@ public class h { this.k = -1; this.l = -1; this.m = -1; - this.f377x = -1; - this.f378y = -1; - this.f379z = -1; + this.f376x = -1; + this.f377y = -1; + this.f378z = -1; } public d b() { - return new d(this.a, this.b, this.f375c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f376s, this.t, this.u, this.w, this.f377x, this.f378y, null, this.f379z, this.A); + return new d(this.a, this.b, this.f374c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f375s, this.t, this.u, this.w, this.f376x, this.f377y, null, this.f378z, this.A); } } diff --git a/app/src/main/java/c/f/g/a/a/h/i/a.java b/app/src/main/java/c/f/g/a/a/h/i/a.java index 7b87740b83..c5c26c4ea3 100644 --- a/app/src/main/java/c/f/g/a/a/h/i/a.java +++ b/app/src/main/java/c/f/g/a/a/h/i/a.java @@ -19,7 +19,7 @@ public class a extends c.f.h.b.a.a { public final h b; /* renamed from: c reason: collision with root package name */ - public final g f380c; + public final g f379c; public final Supplier d; public final Supplier e; public Handler f; @@ -51,7 +51,7 @@ public class a extends c.f.h.b.a.a { public a(b bVar, h hVar, g gVar, Supplier supplier, Supplier supplier2) { this.a = bVar; this.b = hVar; - this.f380c = gVar; + this.f379c = gVar; this.d = supplier; this.e = supplier2; } @@ -67,7 +67,7 @@ public class a extends c.f.h.b.a.a { e.A = aVar; g(e, 0); e.w = 1; - e.f377x = now; + e.f376x = now; h(e, 1); } @@ -81,7 +81,7 @@ public class a extends c.f.h.b.a.a { e.u = th; g(e, 5); e.w = 2; - e.f378y = now; + e.f377y = now; h(e, 2); } @@ -97,7 +97,7 @@ public class a extends c.f.h.b.a.a { g(e, 4); } e.w = 2; - e.f378y = now; + e.f377y = now; h(e, 2); } @@ -126,7 +126,7 @@ public class a extends c.f.h.b.a.a { handlerThread.start(); Looper looper = handlerThread.getLooper(); Objects.requireNonNull(looper); - this.f = new HandlerC0060a(looper, this.f380c); + this.f = new HandlerC0060a(looper, this.f379c); } } } @@ -144,7 +144,7 @@ public class a extends c.f.h.b.a.a { this.f.sendMessage(obtainMessage); return; } - ((f) this.f380c).b(hVar, i); + ((f) this.f379c).b(hVar, i); } public final void h(h hVar, int i) { @@ -158,6 +158,6 @@ public class a extends c.f.h.b.a.a { this.f.sendMessage(obtainMessage); return; } - ((f) this.f380c).a(hVar, i); + ((f) this.f379c).a(hVar, i); } } diff --git a/app/src/main/java/c/f/g/a/a/h/i/c.java b/app/src/main/java/c/f/g/a/a/h/i/c.java index 8666a18c7c..0ae77c0e80 100644 --- a/app/src/main/java/c/f/g/a/a/h/i/c.java +++ b/app/src/main/java/c/f/g/a/a/h/i/c.java @@ -18,7 +18,7 @@ public class c extends a { public void a(ImageRequest imageRequest, Object obj, String str, boolean z2) { this.b.n = this.a.now(); h hVar = this.b; - hVar.f375c = imageRequest; + hVar.f374c = imageRequest; hVar.d = obj; hVar.b = str; hVar.r = z2; @@ -28,7 +28,7 @@ public class c extends a { public void c(ImageRequest imageRequest, String str, boolean z2) { this.b.o = this.a.now(); h hVar = this.b; - hVar.f375c = imageRequest; + hVar.f374c = imageRequest; hVar.b = str; hVar.r = z2; } @@ -37,7 +37,7 @@ public class c extends a { public void g(ImageRequest imageRequest, String str, Throwable th, boolean z2) { this.b.o = this.a.now(); h hVar = this.b; - hVar.f375c = imageRequest; + hVar.f374c = imageRequest; hVar.b = str; hVar.r = z2; } diff --git a/app/src/main/java/c/f/g/b/b.java b/app/src/main/java/c/f/g/b/b.java index 67b76100e6..9a263f2dca 100644 --- a/app/src/main/java/c/f/g/b/b.java +++ b/app/src/main/java/c/f/g/b/b.java @@ -11,7 +11,7 @@ public class b extends a { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final Handler f381c = new Handler(Looper.getMainLooper()); + public final Handler f380c = new Handler(Looper.getMainLooper()); public ArrayList d = new ArrayList<>(); public ArrayList e = new ArrayList<>(); public final Runnable f = new a(); diff --git a/app/src/main/java/c/f/g/b/c.java b/app/src/main/java/c/f/g/b/c.java index 945aa08fa3..51fa6afbb3 100644 --- a/app/src/main/java/c/f/g/b/c.java +++ b/app/src/main/java/c/f/g/b/c.java @@ -8,7 +8,7 @@ public class c { public static boolean b = true; /* renamed from: c reason: collision with root package name */ - public final Queue f382c = new ArrayBlockingQueue(20); + public final Queue f381c = new ArrayBlockingQueue(20); /* compiled from: DraweeEventTracker */ public enum a { @@ -40,14 +40,14 @@ public class c { public void a(a aVar) { if (b) { - if (this.f382c.size() + 1 > 20) { - this.f382c.poll(); + if (this.f381c.size() + 1 > 20) { + this.f381c.poll(); } - this.f382c.add(aVar); + this.f381c.add(aVar); } } public String toString() { - return this.f382c.toString(); + return this.f381c.toString(); } } diff --git a/app/src/main/java/c/f/g/b/d.java b/app/src/main/java/c/f/g/b/d.java index cd30b4e4fa..a7c128cf1c 100644 --- a/app/src/main/java/c/f/g/b/d.java +++ b/app/src/main/java/c/f/g/b/d.java @@ -5,5 +5,5 @@ public class d { public int b = 4; /* renamed from: c reason: collision with root package name */ - public int f387c = 0; + public int f386c = 0; } diff --git a/app/src/main/java/c/f/g/c/b.java b/app/src/main/java/c/f/g/c/b.java index 4152a80df2..7bd8d013b7 100644 --- a/app/src/main/java/c/f/g/c/b.java +++ b/app/src/main/java/c/f/g/c/b.java @@ -12,7 +12,7 @@ public class b implements Supplier> { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Object f388c; + public final /* synthetic */ Object f387c; public final /* synthetic */ Object d; public final /* synthetic */ AbstractDraweeControllerBuilder.b e; public final /* synthetic */ AbstractDraweeControllerBuilder f; @@ -21,19 +21,19 @@ public class b implements Supplier> { this.f = abstractDraweeControllerBuilder; this.a = draweeController; this.b = str; - this.f388c = obj; + this.f387c = obj; this.d = obj2; this.e = bVar; } @Override // com.facebook.common.internal.Supplier public Object get() { - return this.f.b(this.a, this.b, this.f388c, this.d, this.e); + return this.f.b(this.a, this.b, this.f387c, this.d, this.e); } public String toString() { - i J2 = AnimatableValueParser.J2(this); - J2.c("request", this.f388c.toString()); - return J2.toString(); + i K2 = AnimatableValueParser.K2(this); + K2.c("request", this.f387c.toString()); + return K2.toString(); } } diff --git a/app/src/main/java/c/f/g/d/a.java b/app/src/main/java/c/f/g/d/a.java index 46c8342407..85e627e5ff 100644 --- a/app/src/main/java/c/f/g/d/a.java +++ b/app/src/main/java/c/f/g/d/a.java @@ -31,20 +31,20 @@ public class a extends Drawable implements b { public final Paint r = new Paint(1); /* renamed from: s reason: collision with root package name */ - public final Matrix f389s = new Matrix(); + public final Matrix f388s = new Matrix(); public final Rect t = new Rect(); public final RectF u = new RectF(); public int v; public int w; /* renamed from: x reason: collision with root package name */ - public int f390x; + public int f389x; /* renamed from: y reason: collision with root package name */ - public int f391y; + public int f390y; /* renamed from: z reason: collision with root package name */ - public int f392z; + public int f391z; public a() { c(); @@ -59,14 +59,14 @@ public class a extends Drawable implements b { float measureText = this.r.measureText(u); float measureText2 = this.r.measureText(str2); this.r.setColor(1711276032); - int i2 = this.f391y; - int i3 = this.f392z; - canvas.drawRect((float) (i2 - 4), (float) (i3 + 8), ((float) i2) + measureText + measureText2 + 4.0f, (float) (i3 + this.f390x + 8), this.r); + int i2 = this.f390y; + int i3 = this.f391z; + canvas.drawRect((float) (i2 - 4), (float) (i3 + 8), ((float) i2) + measureText + measureText2 + 4.0f, (float) (i3 + this.f389x + 8), this.r); this.r.setColor(-1); - canvas.drawText(u, (float) this.f391y, (float) this.f392z, this.r); + canvas.drawText(u, (float) this.f390y, (float) this.f391z, this.r); this.r.setColor(i); - canvas.drawText(str2, ((float) this.f391y) + measureText, (float) this.f392z, this.r); - this.f392z += this.f390x; + canvas.drawText(str2, ((float) this.f390y) + measureText, (float) this.f391z, this.r); + this.f391z += this.f389x; } public void c() { @@ -109,8 +109,8 @@ public class a extends Drawable implements b { this.r.setStyle(Paint.Style.FILL); this.r.setStrokeWidth(0.0f); this.r.setColor(-1); - this.f391y = this.v; - this.f392z = this.w; + this.f390y = this.v; + this.f391z = this.w; a(canvas, "ID", this.i, -1); a(canvas, "D", b("%dx%d", Integer.valueOf(bounds.width()), Integer.valueOf(bounds.height())), -1); int i4 = this.j; @@ -125,14 +125,14 @@ public class a extends Drawable implements b { rect.left = 0; rect.right = width; rect.bottom = height; - this.f389s.reset(); - scalingUtils$ScaleType2.a(this.f389s, this.t, i4, i5, 0.0f, 0.0f); + this.f388s.reset(); + scalingUtils$ScaleType2.a(this.f388s, this.t, i4, i5, 0.0f, 0.0f); RectF rectF = this.u; rectF.top = 0.0f; rectF.left = 0.0f; rectF.right = (float) i4; rectF.bottom = (float) i5; - this.f389s.mapRect(rectF); + this.f388s.mapRect(rectF); width = Math.min(width, (int) this.u.width()); height = Math.min(height, (int) this.u.height()); } @@ -221,10 +221,10 @@ public class a extends Drawable implements b { int min = Math.min(40, Math.max(10, Math.min(rect.width() / 8, rect.height() / 9))); this.r.setTextSize((float) min); int i = min + 8; - this.f390x = i; + this.f389x = i; int i2 = this.q; if (i2 == 80) { - this.f390x = i * -1; + this.f389x = i * -1; } this.v = rect.left + 10; this.w = i2 == 80 ? rect.bottom - 10 : rect.top + 10 + 10; diff --git a/app/src/main/java/c/f/g/d/b/a.java b/app/src/main/java/c/f/g/d/b/a.java index 3887642b58..4bce3358bc 100644 --- a/app/src/main/java/c/f/g/d/b/a.java +++ b/app/src/main/java/c/f/g/d/b/a.java @@ -8,17 +8,17 @@ public class a extends c { public long b = -1; /* renamed from: c reason: collision with root package name */ - public b f393c; + public b f392c; public a(b bVar) { - this.f393c = bVar; + this.f392c = bVar; } @Override // c.f.g.c.c, com.facebook.drawee.controller.ControllerListener public void onFinalImageSet(String str, Object obj, Animatable animatable) { long currentTimeMillis = System.currentTimeMillis(); this.b = currentTimeMillis; - b bVar = this.f393c; + b bVar = this.f392c; if (bVar != null) { c.f.g.d.a aVar = (c.f.g.d.a) bVar; aVar.A = currentTimeMillis - this.a; diff --git a/app/src/main/java/c/f/g/e/b.java b/app/src/main/java/c/f/g/e/b.java index de536c2e60..d753daccb5 100644 --- a/app/src/main/java/c/f/g/e/b.java +++ b/app/src/main/java/c/f/g/e/b.java @@ -30,7 +30,7 @@ public class b extends Drawable implements Drawable.Callback, e0, d0 { while (true) { Drawable[] drawableArr2 = this.k; if (i < drawableArr2.length) { - AnimatableValueParser.x2(drawableArr2[i], this, this); + AnimatableValueParser.y2(drawableArr2[i], this, this); i++; } else { this.l = new d[drawableArr2.length]; @@ -66,11 +66,11 @@ public class b extends Drawable implements Drawable.Callback, e0, d0 { if (drawable != null && this.p) { drawable.mutate(); } - AnimatableValueParser.x2(this.k[i], null, null); - AnimatableValueParser.x2(drawable, null, null); - AnimatableValueParser.z2(drawable, this.j); + AnimatableValueParser.y2(this.k[i], null, null); + AnimatableValueParser.y2(drawable, null, null); + AnimatableValueParser.A2(drawable, this.j); AnimatableValueParser.N(drawable, this); - AnimatableValueParser.x2(drawable, this, this); + AnimatableValueParser.y2(drawable, this, this); this.o = false; this.k[i] = drawable; invalidateSelf(); @@ -326,7 +326,7 @@ public class b extends Drawable implements Drawable.Callback, e0, d0 { @Override // android.graphics.drawable.Drawable public void setColorFilter(ColorFilter colorFilter) { e eVar = this.j; - eVar.f394c = colorFilter; + eVar.f393c = colorFilter; eVar.b = true; int i = 0; while (true) { diff --git a/app/src/main/java/c/f/g/e/e.java b/app/src/main/java/c/f/g/e/e.java index 0518d90e8a..198f3d7320 100644 --- a/app/src/main/java/c/f/g/e/e.java +++ b/app/src/main/java/c/f/g/e/e.java @@ -7,7 +7,7 @@ public class e { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public ColorFilter f394c = null; + public ColorFilter f393c = null; public int d = -1; public int e = -1; } diff --git a/app/src/main/java/c/f/g/e/f.java b/app/src/main/java/c/f/g/e/f.java index 88baf33a9e..eb85aad2ac 100644 --- a/app/src/main/java/c/f/g/e/f.java +++ b/app/src/main/java/c/f/g/e/f.java @@ -19,7 +19,7 @@ public class f extends b { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final int f395s; + public final int f394s; public final int t; @VisibleForTesting public int u; @@ -30,15 +30,15 @@ public class f extends b { @VisibleForTesting /* renamed from: x reason: collision with root package name */ - public int[] f396x; + public int[] f395x; @VisibleForTesting /* renamed from: y reason: collision with root package name */ - public int[] f397y; + public int[] f396y; @VisibleForTesting /* renamed from: z reason: collision with root package name */ - public int f398z; + public int f397z; /* compiled from: FadeDrawable */ public interface a { @@ -49,20 +49,20 @@ public class f extends b { AnimatableValueParser.C(drawableArr.length >= 1, "At least one layer required!"); this.q = drawableArr; int[] iArr = new int[drawableArr.length]; - this.f396x = iArr; - this.f397y = new int[drawableArr.length]; - this.f398z = 255; + this.f395x = iArr; + this.f396y = new int[drawableArr.length]; + this.f397z = 255; this.A = new boolean[drawableArr.length]; this.B = 0; this.r = z2; int i2 = z2 ? 255 : 0; - this.f395s = i2; + this.f394s = i2; this.t = i; this.u = 2; Arrays.fill(iArr, i2); - this.f396x[0] = 255; - Arrays.fill(this.f397y, i2); - this.f397y[0] = 255; + this.f395x[0] = 255; + Arrays.fill(this.f396y, i2); + this.f396y[0] = 255; Arrays.fill(this.A, z2); this.A[0] = true; } @@ -74,7 +74,7 @@ public class f extends b { int i2 = this.u; int i3 = 2; if (i2 == 0) { - System.arraycopy(this.f397y, 0, this.f396x, 0, this.q.length); + System.arraycopy(this.f396y, 0, this.f395x, 0, this.q.length); this.w = SystemClock.uptimeMillis(); z2 = i(this.v == 0 ? 1.0f : 0.0f); if (!this.D && (i = this.t) >= 0) { @@ -108,7 +108,7 @@ public class f extends b { break; } Drawable drawable = drawableArr[i4]; - int ceil = (int) Math.ceil(((double) (this.f397y[i4] * this.f398z)) / 255.0d); + int ceil = (int) Math.ceil(((double) (this.f396y[i4] * this.f397z)) / 255.0d); if (drawable != null && ceil > 0) { this.B++; drawable.mutate().setAlpha(ceil); @@ -140,14 +140,14 @@ public class f extends b { public void g() { this.u = 2; for (int i = 0; i < this.q.length; i++) { - this.f397y[i] = this.A[i] ? 255 : 0; + this.f396y[i] = this.A[i] ? 255 : 0; } invalidateSelf(); } @Override // android.graphics.drawable.Drawable public int getAlpha() { - return this.f398z; + return this.f397z; } public final boolean i(float f) { @@ -155,8 +155,8 @@ public class f extends b { for (int i = 0; i < this.q.length; i++) { boolean[] zArr = this.A; int i2 = zArr[i] ? 1 : -1; - int[] iArr = this.f397y; - iArr[i] = (int) ((((float) (i2 * 255)) * f) + ((float) this.f396x[i])); + int[] iArr = this.f396y; + iArr[i] = (int) ((((float) (i2 * 255)) * f) + ((float) this.f395x[i])); if (iArr[i] < 0) { iArr[i] = 0; } @@ -182,8 +182,8 @@ public class f extends b { @Override // c.f.g.e.b, android.graphics.drawable.Drawable public void setAlpha(int i) { - if (this.f398z != i) { - this.f398z = i; + if (this.f397z != i) { + this.f397z = i; invalidateSelf(); } } diff --git a/app/src/main/java/c/f/g/e/g.java b/app/src/main/java/c/f/g/e/g.java index 12b6f84d59..0bbda49c69 100644 --- a/app/src/main/java/c/f/g/e/g.java +++ b/app/src/main/java/c/f/g/e/g.java @@ -17,7 +17,7 @@ public class g extends Drawable implements Drawable.Callback, e0, d0, d { public g(Drawable drawable) { this.j = drawable; - AnimatableValueParser.x2(drawable, this, this); + AnimatableValueParser.y2(drawable, this, this); } @Override // c.f.g.e.d0 @@ -130,11 +130,11 @@ public class g extends Drawable implements Drawable.Callback, e0, d0, d { public Drawable o(Drawable drawable) { Drawable drawable2 = this.j; - AnimatableValueParser.x2(drawable2, null, null); - AnimatableValueParser.x2(drawable, null, null); - AnimatableValueParser.z2(drawable, this.k); + AnimatableValueParser.y2(drawable2, null, null); + AnimatableValueParser.y2(drawable, null, null); + AnimatableValueParser.A2(drawable, this.k); AnimatableValueParser.N(drawable, this); - AnimatableValueParser.x2(drawable, this, this); + AnimatableValueParser.y2(drawable, this, this); this.j = drawable; invalidateSelf(); return drawable2; @@ -177,7 +177,7 @@ public class g extends Drawable implements Drawable.Callback, e0, d0, d { @Override // android.graphics.drawable.Drawable public void setColorFilter(ColorFilter colorFilter) { e eVar = this.k; - eVar.f394c = colorFilter; + eVar.f393c = colorFilter; eVar.b = true; Drawable drawable = this.j; if (drawable != null) { diff --git a/app/src/main/java/c/f/g/e/k.java b/app/src/main/java/c/f/g/e/k.java index 009257b446..d4f42b515a 100644 --- a/app/src/main/java/c/f/g/e/k.java +++ b/app/src/main/java/c/f/g/e/k.java @@ -69,7 +69,7 @@ public class k extends n { float f = this.l; if (f > 0.0f) { this.M.setStrokeWidth(f); - this.M.setColor(AnimatableValueParser.O1(this.o, this.L.getAlpha())); + this.M.setColor(AnimatableValueParser.P1(this.o, this.L.getAlpha())); canvas.drawPath(this.p, this.M); } canvas.restoreToCount(save); diff --git a/app/src/main/java/c/f/g/e/l.java b/app/src/main/java/c/f/g/e/l.java index 682a5b501b..49a18404c4 100644 --- a/app/src/main/java/c/f/g/e/l.java +++ b/app/src/main/java/c/f/g/e/l.java @@ -28,7 +28,7 @@ public class l extends Drawable implements j { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public final Path f399s = new Path(); + public final Path f398s = new Path(); @VisibleForTesting public final Path t = new Path(); public int u = 0; @@ -58,7 +58,7 @@ public class l extends Drawable implements j { public final void b() { float[] fArr; float[] fArr2; - this.f399s.reset(); + this.f398s.reset(); this.t.reset(); this.v.set(getBounds()); RectF rectF = this.v; @@ -85,7 +85,7 @@ public class l extends Drawable implements j { float f3 = this.o + (this.q ? this.n : 0.0f); this.v.inset(f3, f3); if (this.m) { - this.f399s.addCircle(this.v.centerX(), this.v.centerY(), Math.min(this.v.width(), this.v.height()) / 2.0f, Path.Direction.CW); + this.f398s.addCircle(this.v.centerX(), this.v.centerY(), Math.min(this.v.width(), this.v.height()) / 2.0f, Path.Direction.CW); } else if (this.q) { if (this.k == null) { this.k = new float[8]; @@ -98,9 +98,9 @@ public class l extends Drawable implements j { fArr[i] = this.i[i] - this.n; i++; } - this.f399s.addRoundRect(this.v, fArr, Path.Direction.CW); + this.f398s.addRoundRect(this.v, fArr, Path.Direction.CW); } else { - this.f399s.addRoundRect(this.v, this.i, Path.Direction.CW); + this.f398s.addRoundRect(this.v, this.i, Path.Direction.CW); } float f4 = -f3; this.v.inset(f4, f4); @@ -115,12 +115,12 @@ public class l extends Drawable implements j { @Override // android.graphics.drawable.Drawable public void draw(Canvas canvas) { - this.l.setColor(AnimatableValueParser.O1(this.u, this.w)); + this.l.setColor(AnimatableValueParser.P1(this.u, this.w)); this.l.setStyle(Paint.Style.FILL); this.l.setFilterBitmap(this.r); - canvas.drawPath(this.f399s, this.l); + canvas.drawPath(this.f398s, this.l); if (this.n != 0.0f) { - this.l.setColor(AnimatableValueParser.O1(this.p, this.w)); + this.l.setColor(AnimatableValueParser.P1(this.p, this.w)); this.l.setStyle(Paint.Style.STROKE); this.l.setStrokeWidth(this.n); canvas.drawPath(this.t, this.l); @@ -151,11 +151,11 @@ public class l extends Drawable implements j { @Override // android.graphics.drawable.Drawable public int getOpacity() { - int O1 = AnimatableValueParser.O1(this.u, this.w) >>> 24; - if (O1 == 255) { + int P1 = AnimatableValueParser.P1(this.u, this.w) >>> 24; + if (P1 == 255) { return -1; } - return O1 == 0 ? -2 : -3; + return P1 == 0 ? -2 : -3; } @Override // c.f.g.e.j diff --git a/app/src/main/java/c/f/g/e/m.java b/app/src/main/java/c/f/g/e/m.java index ecde4ed1fa..607da5dcc9 100644 --- a/app/src/main/java/c/f/g/e/m.java +++ b/app/src/main/java/c/f/g/e/m.java @@ -27,20 +27,20 @@ public class m extends g implements j { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public final Paint f400s = new Paint(1); + public final Paint f399s = new Paint(1); public boolean t = false; public float u = 0.0f; public int v = 0; public int w = 0; /* renamed from: x reason: collision with root package name */ - public float f401x = 0.0f; + public float f400x = 0.0f; /* renamed from: y reason: collision with root package name */ - public boolean f402y = false; + public boolean f401y = false; /* renamed from: z reason: collision with root package name */ - public boolean f403z = false; + public boolean f402z = false; public m(Drawable drawable) { super(drawable); @@ -66,7 +66,7 @@ public class m extends g implements j { this.n.set(getBounds()); int h = b.h(this.m); if (h == 0) { - if (this.f402y) { + if (this.f401y) { RectF rectF = this.o; if (rectF == null) { this.o = new RectF(this.n); @@ -92,32 +92,32 @@ public class m extends g implements j { drawable2.draw(canvas); } } - this.f400s.setStyle(Paint.Style.FILL); - this.f400s.setColor(this.w); - this.f400s.setStrokeWidth(0.0f); - this.f400s.setFilterBitmap(this.f403z); + this.f399s.setStyle(Paint.Style.FILL); + this.f399s.setColor(this.w); + this.f399s.setStrokeWidth(0.0f); + this.f399s.setFilterBitmap(this.f402z); this.A.setFillType(Path.FillType.EVEN_ODD); - canvas.drawPath(this.A, this.f400s); + canvas.drawPath(this.A, this.f399s); if (this.t) { float width = ((this.n.width() - this.n.height()) + this.u) / 2.0f; float height = ((this.n.height() - this.n.width()) + this.u) / 2.0f; if (width > 0.0f) { RectF rectF3 = this.n; float f2 = rectF3.left; - canvas.drawRect(f2, rectF3.top, f2 + width, rectF3.bottom, this.f400s); + canvas.drawRect(f2, rectF3.top, f2 + width, rectF3.bottom, this.f399s); RectF rectF4 = this.n; float f3 = rectF4.right; - canvas.drawRect(f3 - width, rectF4.top, f3, rectF4.bottom, this.f400s); + canvas.drawRect(f3 - width, rectF4.top, f3, rectF4.bottom, this.f399s); } if (height > 0.0f) { RectF rectF5 = this.n; float f4 = rectF5.left; float f5 = rectF5.top; - canvas.drawRect(f4, f5, rectF5.right, f5 + height, this.f400s); + canvas.drawRect(f4, f5, rectF5.right, f5 + height, this.f399s); RectF rectF6 = this.n; float f6 = rectF6.left; float f7 = rectF6.bottom; - canvas.drawRect(f6, f7 - height, rectF6.right, f7, this.f400s); + canvas.drawRect(f6, f7 - height, rectF6.right, f7, this.f399s); } } } else if (h == 1) { @@ -130,32 +130,32 @@ public class m extends g implements j { canvas.restoreToCount(save2); } if (this.v != 0) { - this.f400s.setStyle(Paint.Style.STROKE); - this.f400s.setColor(this.v); - this.f400s.setStrokeWidth(this.u); + this.f399s.setStyle(Paint.Style.STROKE); + this.f399s.setColor(this.v); + this.f399s.setStrokeWidth(this.u); this.A.setFillType(Path.FillType.EVEN_ODD); - canvas.drawPath(this.B, this.f400s); + canvas.drawPath(this.B, this.f399s); } } @Override // c.f.g.e.j public void e(boolean z2) { - if (this.f403z != z2) { - this.f403z = z2; + if (this.f402z != z2) { + this.f402z = z2; invalidateSelf(); } } @Override // c.f.g.e.j public void f(boolean z2) { - this.f402y = z2; + this.f401y = z2; p(); invalidateSelf(); } @Override // c.f.g.e.j public void i(float f) { - this.f401x = f; + this.f400x = f; p(); invalidateSelf(); } @@ -194,7 +194,7 @@ public class m extends g implements j { this.B.reset(); this.C.set(getBounds()); RectF rectF = this.C; - float f = this.f401x; + float f = this.f400x; rectF.inset(f, f); if (this.m == 1) { this.A.addRect(this.C, Path.Direction.CW); @@ -205,7 +205,7 @@ public class m extends g implements j { this.A.addRoundRect(this.C, this.q, Path.Direction.CW); } RectF rectF2 = this.C; - float f2 = -this.f401x; + float f2 = -this.f400x; rectF2.inset(f2, f2); RectF rectF3 = this.C; float f3 = this.u / 2.0f; @@ -219,7 +219,7 @@ public class m extends g implements j { if (i >= fArr.length) { break; } - fArr[i] = (this.q[i] + this.f401x) - (this.u / 2.0f); + fArr[i] = (this.q[i] + this.f400x) - (this.u / 2.0f); i++; } this.B.addRoundRect(this.C, fArr, Path.Direction.CW); diff --git a/app/src/main/java/c/f/g/e/n.java b/app/src/main/java/c/f/g/e/n.java index 28cde4cdbf..22365cb8d8 100644 --- a/app/src/main/java/c/f/g/e/n.java +++ b/app/src/main/java/c/f/g/e/n.java @@ -52,7 +52,7 @@ public abstract class n extends Drawable implements j, d0 { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public float[] f404s; + public float[] f403s; @VisibleForTesting public final RectF t = new RectF(); @VisibleForTesting @@ -65,15 +65,15 @@ public abstract class n extends Drawable implements j, d0 { @VisibleForTesting /* renamed from: x reason: collision with root package name */ - public RectF f405x; + public RectF f404x; @VisibleForTesting /* renamed from: y reason: collision with root package name */ - public final Matrix f406y = new Matrix(); + public final Matrix f405y = new Matrix(); @VisibleForTesting /* renamed from: z reason: collision with root package name */ - public final Matrix f407z = new Matrix(); + public final Matrix f406z = new Matrix(); public n(Drawable drawable) { this.i = drawable; @@ -165,13 +165,13 @@ public abstract class n extends Drawable implements j, d0 { if (this.j) { this.m.addCircle(this.t.centerX(), this.t.centerY(), Math.min(this.t.width(), this.t.height()) / 2.0f, Path.Direction.CW); } else if (this.H) { - if (this.f404s == null) { - this.f404s = new float[8]; + if (this.f403s == null) { + this.f403s = new float[8]; } for (int i2 = 0; i2 < this.r.length; i2++) { - this.f404s[i2] = this.q[i2] - this.l; + this.f403s[i2] = this.q[i2] - this.l; } - this.m.addRoundRect(this.t, this.f404s, Path.Direction.CW); + this.m.addRoundRect(this.t, this.f403s, Path.Direction.CW); } else { this.m.addRoundRect(this.t, this.q, Path.Direction.CW); } @@ -222,37 +222,37 @@ public abstract class n extends Drawable implements j, d0 { } this.v.set(0.0f, 0.0f, (float) getIntrinsicWidth(), (float) getIntrinsicHeight()); this.w.set(this.i.getBounds()); - this.f406y.setRectToRect(this.v, this.w, Matrix.ScaleToFit.FILL); + this.f405y.setRectToRect(this.v, this.w, Matrix.ScaleToFit.FILL); if (this.H) { - RectF rectF = this.f405x; + RectF rectF = this.f404x; if (rectF == null) { - this.f405x = new RectF(this.t); + this.f404x = new RectF(this.t); } else { rectF.set(this.t); } - RectF rectF2 = this.f405x; + RectF rectF2 = this.f404x; float f = this.l; rectF2.inset(f, f); if (this.D == null) { this.D = new Matrix(); } - this.D.setRectToRect(this.t, this.f405x, Matrix.ScaleToFit.FILL); + this.D.setRectToRect(this.t, this.f404x, Matrix.ScaleToFit.FILL); } else { Matrix matrix2 = this.D; if (matrix2 != null) { matrix2.reset(); } } - if (!this.A.equals(this.B) || !this.f406y.equals(this.f407z) || ((matrix = this.D) != null && !matrix.equals(this.E))) { + if (!this.A.equals(this.B) || !this.f405y.equals(this.f406z) || ((matrix = this.D) != null && !matrix.equals(this.E))) { this.n = true; this.A.invert(this.C); this.F.set(this.A); if (this.H) { this.F.postConcat(this.D); } - this.F.preConcat(this.f406y); + this.F.preConcat(this.f405y); this.B.set(this.A); - this.f407z.set(this.f406y); + this.f406z.set(this.f405y); if (this.H) { Matrix matrix3 = this.E; if (matrix3 == null) { diff --git a/app/src/main/java/c/f/g/e/p.java b/app/src/main/java/c/f/g/e/p.java index f2a8a516ca..7101f2e723 100644 --- a/app/src/main/java/c/f/g/e/p.java +++ b/app/src/main/java/c/f/g/e/p.java @@ -24,7 +24,7 @@ public class p extends g { public Matrix r; /* renamed from: s reason: collision with root package name */ - public Matrix f408s = new Matrix(); + public Matrix f407s = new Matrix(); public p(Drawable drawable, ScalingUtils$ScaleType scalingUtils$ScaleType) { super(drawable); @@ -99,10 +99,10 @@ public class p extends g { } drawable.setBounds(0, 0, intrinsicWidth, intrinsicHeight); ScalingUtils$ScaleType scalingUtils$ScaleType3 = this.m; - Matrix matrix = this.f408s; + Matrix matrix = this.f407s; PointF pointF = this.o; scalingUtils$ScaleType3.a(matrix, bounds, intrinsicWidth, intrinsicHeight, pointF != null ? pointF.x : 0.5f, pointF != null ? pointF.y : 0.5f); - this.r = this.f408s; + this.r = this.f407s; } } diff --git a/app/src/main/java/c/f/g/f/a.java b/app/src/main/java/c/f/g/f/a.java index 8cde4f4496..38e138dd51 100644 --- a/app/src/main/java/c/f/g/f/a.java +++ b/app/src/main/java/c/f/g/f/a.java @@ -15,7 +15,7 @@ public class a { public static final ScalingUtils$ScaleType b = s.l; /* renamed from: c reason: collision with root package name */ - public Resources f409c; + public Resources f408c; public int d = 300; public float e = 0.0f; public Drawable f = null; @@ -37,7 +37,7 @@ public class a { } public a(Resources resources) { - this.f409c = resources; + this.f408c = resources; ScalingUtils$ScaleType scalingUtils$ScaleType = a; this.g = scalingUtils$ScaleType; this.h = null; diff --git a/app/src/main/java/c/f/g/f/b.java b/app/src/main/java/c/f/g/f/b.java index b375f67788..54105f759c 100644 --- a/app/src/main/java/c/f/g/f/b.java +++ b/app/src/main/java/c/f/g/f/b.java @@ -30,7 +30,7 @@ public class b extends g implements f0 { if (!draweeHolder.a) { a.m(c.class, "%x: Draw requested for a non-attached controller %x. %s", Integer.valueOf(System.identityHashCode(draweeHolder)), Integer.valueOf(System.identityHashCode(draweeHolder.e)), draweeHolder.toString()); draweeHolder.b = true; - draweeHolder.f2256c = true; + draweeHolder.f2254c = true; draweeHolder.b(); } } diff --git a/app/src/main/java/c/f/g/f/c.java b/app/src/main/java/c/f/g/f/c.java index d0a79de429..04903864da 100644 --- a/app/src/main/java/c/f/g/f/c.java +++ b/app/src/main/java/c/f/g/f/c.java @@ -9,7 +9,7 @@ public class c { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public float[] f410c = null; + public float[] f409c = null; public int d = 0; public float e = 0.0f; public int f = 0; @@ -18,10 +18,10 @@ public class c { public static c a(float f) { c cVar = new c(); - if (cVar.f410c == null) { - cVar.f410c = new float[8]; + if (cVar.f409c == null) { + cVar.f409c = new float[8]; } - Arrays.fill(cVar.f410c, f); + Arrays.fill(cVar.f409c, f); return cVar; } @@ -40,7 +40,7 @@ public class c { } c cVar = (c) obj; if (this.b == cVar.b && this.d == cVar.d && Float.compare(cVar.e, this.e) == 0 && this.f == cVar.f && Float.compare(cVar.g, this.g) == 0 && this.a == cVar.a && this.h == cVar.h) { - return Arrays.equals(this.f410c, cVar.f410c); + return Arrays.equals(this.f409c, cVar.f409c); } return false; } @@ -48,7 +48,7 @@ public class c { public int hashCode() { int i = this.a; int h = (((i != 0 ? b.h(i) : 0) * 31) + (this.b ? 1 : 0)) * 31; - float[] fArr = this.f410c; + float[] fArr = this.f409c; int hashCode = (((h + (fArr != null ? Arrays.hashCode(fArr) : 0)) * 31) + this.d) * 31; float f = this.e; int floatToIntBits = (((hashCode + (f != 0.0f ? Float.floatToIntBits(f) : 0)) * 31) + this.f) * 31; diff --git a/app/src/main/java/c/f/g/f/d.java b/app/src/main/java/c/f/g/f/d.java index 8bbe14188c..09432fcbf1 100644 --- a/app/src/main/java/c/f/g/f/d.java +++ b/app/src/main/java/c/f/g/f/d.java @@ -43,7 +43,7 @@ public class d { public static void b(j jVar, c cVar) { jVar.c(cVar.b); - jVar.m(cVar.f410c); + jVar.m(cVar.f409c); jVar.a(cVar.f, cVar.e); jVar.i(cVar.g); jVar.f(false); diff --git a/app/src/main/java/c/f/g/g/a.java b/app/src/main/java/c/f/g/g/a.java index bd8d5d693f..dc8877a5c3 100644 --- a/app/src/main/java/c/f/g/g/a.java +++ b/app/src/main/java/c/f/g/g/a.java @@ -12,7 +12,7 @@ public class a { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public boolean f411c = false; + public boolean f410c = false; @VisibleForTesting public boolean d = false; @VisibleForTesting diff --git a/app/src/main/java/c/f/g/j/a.java b/app/src/main/java/c/f/g/j/a.java index 6318865632..9090786f3d 100644 --- a/app/src/main/java/c/f/g/j/a.java +++ b/app/src/main/java/c/f/g/j/a.java @@ -39,7 +39,7 @@ public class a extends DraweeView { b.b(); b.b(); c.f.g.f.a aVar = new c.f.g.f.a(context.getResources()); - AnimatableValueParser.N2(aVar, context, attributeSet); + AnimatableValueParser.O2(aVar, context, attributeSet); b.b(); setAspectRatio(aVar.e); setHierarchy(aVar.a()); diff --git a/app/src/main/java/c/f/h/a/a/c.java b/app/src/main/java/c/f/h/a/a/c.java index 46ffc05c85..3a15f93d7c 100644 --- a/app/src/main/java/c/f/h/a/a/c.java +++ b/app/src/main/java/c/f/h/a/a/c.java @@ -10,7 +10,7 @@ public class c extends b { public final c.f.d.k.b b; /* renamed from: c reason: collision with root package name */ - public final ScheduledExecutorService f412c; + public final ScheduledExecutorService f411c; public boolean d = false; public long e; public b f; @@ -51,13 +51,13 @@ public class c extends b { super(t); this.f = bVar; this.b = bVar2; - this.f412c = scheduledExecutorService; + this.f411c = scheduledExecutorService; } public final synchronized void c() { if (!this.d) { this.d = true; - this.f412c.schedule(this.g, 1000, TimeUnit.MILLISECONDS); + this.f411c.schedule(this.g, 1000, TimeUnit.MILLISECONDS); } } diff --git a/app/src/main/java/c/f/h/a/b/a.java b/app/src/main/java/c/f/h/a/b/a.java index 6d2718f815..6b7811c664 100644 --- a/app/src/main/java/c/f/h/a/b/a.java +++ b/app/src/main/java/c/f/h/a/b/a.java @@ -20,7 +20,7 @@ public class a implements c.f.h.a.a.a, c.b { public final b b; /* renamed from: c reason: collision with root package name */ - public final d f413c; + public final d f412c; public final c d; public final c.f.h.a.b.e.a e; public final b f; @@ -33,7 +33,7 @@ public class a implements c.f.h.a.a.a, c.b { public a(PlatformBitmapFactory platformBitmapFactory, b bVar, d dVar, c cVar, c.f.h.a.b.e.a aVar, b bVar2) { this.a = platformBitmapFactory; this.b = bVar; - this.f413c = dVar; + this.f412c = dVar; this.d = cVar; this.e = aVar; this.f = bVar2; @@ -43,12 +43,12 @@ public class a implements c.f.h.a.a.a, c.b { @Override // c.f.h.a.a.d public int a() { - return this.f413c.a(); + return this.f412c.a(); } @Override // c.f.h.a.a.d public int b() { - return this.f413c.b(); + return this.f412c.b(); } @Override // c.f.h.a.a.c.b @@ -68,7 +68,7 @@ public class a implements c.f.h.a.a.a, c.b { @Override // c.f.h.a.a.d public int e(int i) { - return this.f413c.e(i); + return this.f412c.e(i); } @Override // c.f.h.a.a.a @@ -86,12 +86,12 @@ public class a implements c.f.h.a.a.a, c.b { this.h = rect; c.f.h.a.b.f.b bVar = (c.f.h.a.b.f.b) this.d; c.f.j.a.c.a aVar = (c.f.j.a.c.a) bVar.b; - if (!c.f.j.a.c.a.a(aVar.f429c, rect).equals(aVar.d)) { + if (!c.f.j.a.c.a.a(aVar.f428c, rect).equals(aVar.d)) { aVar = new c.f.j.a.c.a(aVar.a, aVar.b, rect, aVar.i); } if (aVar != bVar.b) { bVar.b = aVar; - bVar.f416c = new c.f.j.a.c.d(aVar, bVar.d); + bVar.f415c = new c.f.j.a.c.d(aVar, bVar.d); } n(); } @@ -214,14 +214,14 @@ public class a implements c.f.h.a.a.a, c.b { } public final void n() { - int width = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f429c.getWidth(); + int width = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f428c.getWidth(); this.i = width; int i = -1; if (width == -1) { Rect rect = this.h; this.i = rect == null ? -1 : rect.width(); } - int height = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f429c.getHeight(); + int height = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f428c.getHeight(); this.j = height; if (height == -1) { Rect rect2 = this.h; diff --git a/app/src/main/java/c/f/h/a/b/d/b.java b/app/src/main/java/c/f/h/a/b/d/b.java index 7de3c4a97d..bc18e3186f 100644 --- a/app/src/main/java/c/f/h/a/b/d/b.java +++ b/app/src/main/java/c/f/h/a/b/d/b.java @@ -17,7 +17,7 @@ public class b implements c.f.h.a.b.b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final SparseArray> f414c = new SparseArray<>(); + public final SparseArray> f413c = new SparseArray<>(); public CloseableReference d; public b(c cVar, boolean z2) { @@ -92,10 +92,10 @@ public class b implements c.f.h.a.b.b { return; } c cVar = this.a; - CloseableReference c2 = cVar.b.c(new c.b(cVar.a, i), C, cVar.f430c); + CloseableReference c2 = cVar.b.c(new c.b(cVar.a, i), C, cVar.f429c); if (CloseableReference.z(c2)) { - closeableReference2 = this.f414c.get(i); - this.f414c.put(i, c2); + closeableReference2 = this.f413c.get(i); + this.f413c.put(i, c2); int i3 = a.a; } C.close(); @@ -121,13 +121,13 @@ public class b implements c.f.h.a.b.b { closeableReference.close(); } this.d = null; - for (int i = 0; i < this.f414c.size(); i++) { - CloseableReference valueAt = this.f414c.valueAt(i); + for (int i = 0; i < this.f413c.size(); i++) { + CloseableReference valueAt = this.f413c.valueAt(i); if (valueAt != null) { valueAt.close(); } } - this.f414c.clear(); + this.f413c.clear(); } @Override // c.f.h.a.b.b @@ -141,9 +141,9 @@ public class b implements c.f.h.a.b.b { public synchronized void e(int i, CloseableReference closeableReference, int i2) { Objects.requireNonNull(closeableReference); synchronized (this) { - CloseableReference closeableReference2 = this.f414c.get(i); + CloseableReference closeableReference2 = this.f413c.get(i); if (closeableReference2 != null) { - this.f414c.delete(i); + this.f413c.delete(i); Class cls = CloseableReference.i; closeableReference2.close(); int i3 = a.a; @@ -155,7 +155,7 @@ public class b implements c.f.h.a.b.b { if (C != null) { closeableReference3 = this.d; c cVar = this.a; - this.d = cVar.b.c(new c.b(cVar.a, i), C, cVar.f430c); + this.d = cVar.b.c(new c.b(cVar.a, i), C, cVar.f429c); } if (C != null) { C.close(); diff --git a/app/src/main/java/c/f/h/a/b/e/c.java b/app/src/main/java/c/f/h/a/b/e/c.java index 7e1e917053..ed21833ffa 100644 --- a/app/src/main/java/c/f/h/a/b/e/c.java +++ b/app/src/main/java/c/f/h/a/b/e/c.java @@ -12,7 +12,7 @@ public class c implements b { public final c.f.h.a.b.c b; /* renamed from: c reason: collision with root package name */ - public final Bitmap.Config f415c; + public final Bitmap.Config f414c; public final ExecutorService d; public final SparseArray e = new SparseArray<>(); @@ -41,7 +41,7 @@ public class c implements b { return false; } else { try { - closeableReference = c.this.a.a(this.j.i(), this.j.g(), c.this.f415c); + closeableReference = c.this.a.a(this.j.i(), this.j.g(), c.this.f414c); i3 = -1; } catch (RuntimeException e) { c.f.d.e.a.l(c.class, "Failed to create frame bitmap", e); @@ -106,7 +106,7 @@ public class c implements b { public c(PlatformBitmapFactory platformBitmapFactory, c.f.h.a.b.c cVar, Bitmap.Config config, ExecutorService executorService) { this.a = platformBitmapFactory; this.b = cVar; - this.f415c = config; + this.f414c = config; this.d = executorService; } } diff --git a/app/src/main/java/c/f/h/a/b/f/a.java b/app/src/main/java/c/f/h/a/b/f/a.java index d7d0af73ea..4d8e555f7b 100644 --- a/app/src/main/java/c/f/h/a/b/f/a.java +++ b/app/src/main/java/c/f/h/a/b/f/a.java @@ -16,7 +16,7 @@ public class a implements d { @Override // c.f.h.a.a.d public int b() { - return ((c.f.j.a.c.a) this.a).f429c.b(); + return ((c.f.j.a.c.a) this.a).f428c.b(); } @Override // c.f.h.a.a.d diff --git a/app/src/main/java/c/f/h/a/b/f/b.java b/app/src/main/java/c/f/h/a/b/f/b.java index d09e633847..ab319d451c 100644 --- a/app/src/main/java/c/f/h/a/b/f/b.java +++ b/app/src/main/java/c/f/h/a/b/f/b.java @@ -10,7 +10,7 @@ public class b implements c { public c.f.j.a.a.a b; /* renamed from: c reason: collision with root package name */ - public d f416c; + public d f415c; public final d.a d; /* compiled from: AnimatedDrawableBackendFrameRenderer */ @@ -33,12 +33,12 @@ public class b implements c { this.d = aVar2; this.a = bVar; this.b = aVar; - this.f416c = new d(aVar, aVar2); + this.f415c = new d(aVar, aVar2); } public boolean a(int i, Bitmap bitmap) { try { - this.f416c.d(i, bitmap); + this.f415c.d(i, bitmap); return true; } catch (IllegalStateException e) { c.f.d.e.a.d(b.class, e, "Rendering of frame unsuccessful. Frame number: %d", Integer.valueOf(i)); diff --git a/app/src/main/java/c/f/h/a/c/a.java b/app/src/main/java/c/f/h/a/c/a.java index 8138f113ec..3dfd903e1c 100644 --- a/app/src/main/java/c/f/h/a/c/a.java +++ b/app/src/main/java/c/f/h/a/c/a.java @@ -22,17 +22,17 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { public long r; /* renamed from: s reason: collision with root package name */ - public long f417s; + public long f416s; public int t; public long u; public int v; public volatile b w; /* renamed from: x reason: collision with root package name */ - public e f418x; + public e f417x; /* renamed from: y reason: collision with root package name */ - public final Runnable f419y; + public final Runnable f418y; /* compiled from: AnimatedDrawable2 */ /* renamed from: c.f.h.a.c.a$a reason: collision with other inner class name */ @@ -43,7 +43,7 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { @Override // java.lang.Runnable public void run() { a aVar = a.this; - aVar.unscheduleSelf(aVar.f419y); + aVar.unscheduleSelf(aVar.f418y); a.this.invalidateSelf(); } } @@ -55,7 +55,7 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { public a(c.f.h.a.a.a aVar) { this.u = 8; this.w = j; - this.f419y = new RunnableC0063a(); + this.f418y = new RunnableC0063a(); this.k = aVar; this.l = aVar == null ? null : new c.f.h.a.e.a(aVar); } @@ -116,7 +116,7 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { if (j2 == -1) { long j7 = this.n + j2 + this.u; this.p = j7; - scheduleSelf(this.f419y, j7); + scheduleSelf(this.f418y, j7); } else { Objects.requireNonNull(this.w); this.m = false; @@ -178,10 +178,10 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { @Override // android.graphics.drawable.Drawable public void setAlpha(int i2) { - if (this.f418x == null) { - this.f418x = new e(); + if (this.f417x == null) { + this.f417x = new e(); } - this.f418x.a = i2; + this.f417x.a = i2; c.f.h.a.a.a aVar = this.k; if (aVar != null) { aVar.f(i2); @@ -190,11 +190,11 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { @Override // android.graphics.drawable.Drawable public void setColorFilter(ColorFilter colorFilter) { - if (this.f418x == null) { - this.f418x = new e(); + if (this.f417x == null) { + this.f417x = new e(); } - e eVar = this.f418x; - eVar.f394c = colorFilter; + e eVar = this.f417x; + eVar.f393c = colorFilter; eVar.b = true; c.f.h.a.a.a aVar = this.k; if (aVar != null) { @@ -211,7 +211,7 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { long j2 = uptimeMillis - this.r; this.n = j2; this.p = j2; - this.o = uptimeMillis - this.f417s; + this.o = uptimeMillis - this.f416s; this.q = this.t; invalidateSelf(); Objects.requireNonNull(this.w); @@ -223,14 +223,14 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { if (this.m) { long uptimeMillis = SystemClock.uptimeMillis(); this.r = uptimeMillis - this.n; - this.f417s = uptimeMillis - this.o; + this.f416s = uptimeMillis - this.o; this.t = this.q; this.m = false; this.n = 0; this.p = 0; this.o = -1; this.q = -1; - unscheduleSelf(this.f419y); + unscheduleSelf(this.f418y); Objects.requireNonNull(this.w); } } diff --git a/app/src/main/java/c/f/h/a/d/e.java b/app/src/main/java/c/f/h/a/d/e.java index e265205527..c03852a2b6 100644 --- a/app/src/main/java/c/f/h/a/d/e.java +++ b/app/src/main/java/c/f/h/a/d/e.java @@ -19,7 +19,7 @@ public class e implements a { public final ScheduledExecutorService b; /* renamed from: c reason: collision with root package name */ - public final ExecutorService f420c; + public final ExecutorService f419c; public final c.f.d.k.b d; public final PlatformBitmapFactory e; public final m f; @@ -29,7 +29,7 @@ public class e implements a { public e(b bVar, ScheduledExecutorService scheduledExecutorService, ExecutorService executorService, c.f.d.k.b bVar2, PlatformBitmapFactory platformBitmapFactory, m mVar, Supplier supplier, Supplier supplier2) { this.a = bVar; this.b = scheduledExecutorService; - this.f420c = executorService; + this.f419c = executorService; this.d = bVar2; this.e = platformBitmapFactory; this.f = mVar; @@ -67,7 +67,7 @@ public class e implements a { intValue = this.h.get().intValue(); if (intValue <= 0) { d dVar2 = new d(intValue); - cVar2 = new c.f.h.a.b.e.c(this.e, bVar3, Bitmap.Config.ARGB_8888, this.f420c); + cVar2 = new c.f.h.a.b.e.c(this.e, bVar3, Bitmap.Config.ARGB_8888, this.f419c); dVar = dVar2; } else { dVar = null; diff --git a/app/src/main/java/c/f/h/b/a/b.java b/app/src/main/java/c/f/h/b/a/b.java index 59cd671661..3ed5173a09 100644 --- a/app/src/main/java/c/f/h/b/a/b.java +++ b/app/src/main/java/c/f/h/b/a/b.java @@ -10,7 +10,7 @@ public interface b { public Map b; /* renamed from: c reason: collision with root package name */ - public Map f421c; + public Map f420c; public Map d; public Object e; } diff --git a/app/src/main/java/c/f/i/a.java b/app/src/main/java/c/f/i/a.java index 02eee20ae8..ff87a8ecb4 100644 --- a/app/src/main/java/c/f/i/a.java +++ b/app/src/main/java/c/f/i/a.java @@ -9,7 +9,7 @@ public class a implements c.a { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final byte[] f422c; + public static final byte[] f421c; public static final int d; public static final byte[] e = AnimatableValueParser.f("GIF87a"); public static final byte[] f = AnimatableValueParser.f("GIF89a"); @@ -29,7 +29,7 @@ public class a implements c.a { a = bArr; b = bArr.length; byte[] bArr2 = {-119, 80, 78, 71, 13, 10, 26, 10}; - f422c = bArr2; + f421c = bArr2; d = bArr2.length; byte[] f2 = AnimatableValueParser.f("BM"); g = f2; @@ -91,12 +91,12 @@ public class a implements c.a { if (i2 >= bArr3.length && AnimatableValueParser.T0(bArr, bArr3, 0)) { return b.a; } - byte[] bArr4 = f422c; + byte[] bArr4 = f421c; if (i2 >= bArr4.length && AnimatableValueParser.T0(bArr, bArr4, 0)) { return b.b; } if (i2 >= 6 && (AnimatableValueParser.T0(bArr, e, 0) || AnimatableValueParser.T0(bArr, f, 0))) { - return b.f423c; + return b.f422c; } byte[] bArr5 = g; if (i2 < bArr5.length ? false : AnimatableValueParser.T0(bArr, bArr5, 0)) { diff --git a/app/src/main/java/c/f/i/b.java b/app/src/main/java/c/f/i/b.java index 918ec48498..dc6074c147 100644 --- a/app/src/main/java/c/f/i/b.java +++ b/app/src/main/java/c/f/i/b.java @@ -7,7 +7,7 @@ public final class b { public static final c b = new c("PNG", "png"); /* renamed from: c reason: collision with root package name */ - public static final c f423c = new c("GIF", IconUtils.ANIMATED_IMAGE_EXTENSION); + public static final c f422c = new c("GIF", IconUtils.ANIMATED_IMAGE_EXTENSION); public static final c d = new c("BMP", "bmp"); public static final c e = new c("ICO", "ico"); public static final c f = new c("WEBP_SIMPLE", "webp"); diff --git a/app/src/main/java/c/f/i/d.java b/app/src/main/java/c/f/i/d.java index df2da750f8..e1a3c5c0a3 100644 --- a/app/src/main/java/c/f/i/d.java +++ b/app/src/main/java/c/f/i/d.java @@ -13,7 +13,7 @@ public class d { public int b; /* renamed from: c reason: collision with root package name */ - public List f424c; + public List f423c; public final c.a d = new a(); public d() { @@ -31,18 +31,18 @@ public class d { if (inputStream.markSupported()) { try { inputStream.mark(i2); - i = AnimatableValueParser.d2(inputStream, bArr, 0, i2); + i = AnimatableValueParser.e2(inputStream, bArr, 0, i2); } finally { inputStream.reset(); } } else { - i = AnimatableValueParser.d2(inputStream, bArr, 0, i2); + i = AnimatableValueParser.e2(inputStream, bArr, 0, i2); } c b = c2.d.b(bArr, i); if (!(b == null || b == c.a)) { return b; } - List list = c2.f424c; + List list = c2.f423c; if (list != null) { for (c.a aVar : list) { c b2 = aVar.b(bArr, i); @@ -76,7 +76,7 @@ public class d { public final void d() { this.b = this.d.a(); - List list = this.f424c; + List list = this.f423c; if (list != null) { for (c.a aVar : list) { this.b = Math.max(this.b, aVar.a()); diff --git a/app/src/main/java/c/f/j/a/a/b.java b/app/src/main/java/c/f/j/a/a/b.java index 02c4b93b8a..5c04f095a0 100644 --- a/app/src/main/java/c/f/j/a/a/b.java +++ b/app/src/main/java/c/f/j/a/a/b.java @@ -5,7 +5,7 @@ public class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f425c; + public final int f424c; public final int d; public final int e; public final int f; @@ -13,7 +13,7 @@ public class b { public b(int i, int i2, int i3, int i4, int i5, int i6, int i7) { this.a = i2; this.b = i3; - this.f425c = i4; + this.f424c = i4; this.d = i5; this.e = i6; this.f = i7; diff --git a/app/src/main/java/c/f/j/a/a/e.java b/app/src/main/java/c/f/j/a/a/e.java index 732912cba1..128ce09cc4 100644 --- a/app/src/main/java/c/f/j/a/a/e.java +++ b/app/src/main/java/c/f/j/a/a/e.java @@ -11,7 +11,7 @@ public class e { public CloseableReference b; /* renamed from: c reason: collision with root package name */ - public List> f426c; + public List> f425c; public a d; public e(f fVar) { @@ -19,7 +19,7 @@ public class e { Objects.requireNonNull(cVar); this.a = cVar; this.b = CloseableReference.p(fVar.b); - this.f426c = CloseableReference.r(fVar.f427c); + this.f425c = CloseableReference.r(fVar.f426c); this.d = fVar.e; } } diff --git a/app/src/main/java/c/f/j/a/a/f.java b/app/src/main/java/c/f/j/a/a/f.java index 149c725af2..10aaf0a937 100644 --- a/app/src/main/java/c/f/j/a/a/f.java +++ b/app/src/main/java/c/f/j/a/a/f.java @@ -10,7 +10,7 @@ public class f { public CloseableReference b; /* renamed from: c reason: collision with root package name */ - public List> f427c; + public List> f426c; public int d; public a e; @@ -26,8 +26,8 @@ public class f { closeableReference.close(); } this.b = null; - CloseableReference.t(this.f427c); - this.f427c = null; + CloseableReference.t(this.f426c); + this.f426c = null; return eVar; } catch (Throwable th) { CloseableReference closeableReference2 = this.b; @@ -36,8 +36,8 @@ public class f { closeableReference2.close(); } this.b = null; - CloseableReference.t(this.f427c); - this.f427c = null; + CloseableReference.t(this.f426c); + this.f426c = null; throw th; } } diff --git a/app/src/main/java/c/f/j/a/b/e.java b/app/src/main/java/c/f/j/a/b/e.java index 0589ba7368..9a7061674c 100644 --- a/app/src/main/java/c/f/j/a/b/e.java +++ b/app/src/main/java/c/f/j/a/b/e.java @@ -14,7 +14,7 @@ public class e implements d { public static c b; /* renamed from: c reason: collision with root package name */ - public final b f428c; + public final b f427c; public final PlatformBitmapFactory d; static { @@ -34,7 +34,7 @@ public class e implements d { } public e(b bVar, PlatformBitmapFactory platformBitmapFactory) { - this.f428c = bVar; + this.f427c = bVar; this.d = platformBitmapFactory; } @@ -44,7 +44,7 @@ public class e implements d { f fVar = new f(cVar); fVar.b = CloseableReference.p(null); fVar.d = 0; - fVar.f427c = CloseableReference.r(null); + fVar.f426c = CloseableReference.r(null); fVar.e = null; a aVar = new a(fVar.a()); CloseableReference.t(null); diff --git a/app/src/main/java/c/f/j/a/c/a.java b/app/src/main/java/c/f/j/a/c/a.java index cf888aa5ed..dbcdfdb5bc 100644 --- a/app/src/main/java/c/f/j/a/c/a.java +++ b/app/src/main/java/c/f/j/a/c/a.java @@ -15,7 +15,7 @@ public class a implements c.f.j.a.a.a { public final e b; /* renamed from: c reason: collision with root package name */ - public final c f429c; + public final c f428c; public final Rect d; public final int[] e; public final b[] f; @@ -28,7 +28,7 @@ public class a implements c.f.j.a.a.a { this.a = aVar; this.b = eVar; c cVar = eVar.a; - this.f429c = cVar; + this.f428c = cVar; int[] h = cVar.h(); this.e = h; Objects.requireNonNull(aVar); @@ -51,11 +51,11 @@ public class a implements c.f.j.a.a.a { iArr3[i4] = i3; i3 += iArr2[i4]; } - this.d = a(this.f429c, rect); + this.d = a(this.f428c, rect); this.i = z2; - this.f = new b[this.f429c.a()]; - for (int i5 = 0; i5 < this.f429c.a(); i5++) { - this.f[i5] = this.f429c.f(i5); + this.f = new b[this.f428c.a()]; + for (int i5 = 0; i5 < this.f428c.a(); i5++) { + this.f[i5] = this.f428c.f(i5); } } @@ -64,7 +64,7 @@ public class a implements c.f.j.a.a.a { } public int b() { - return this.f429c.a(); + return this.f428c.a(); } public final synchronized Bitmap c(int i, int i2) { @@ -86,9 +86,9 @@ public class a implements c.f.j.a.a.a { } public void d(int i, Canvas canvas) { - d d = this.f429c.d(i); + d d = this.f428c.d(i); try { - if (this.f429c.e()) { + if (this.f428c.e()) { f(canvas, d); } else { e(canvas, d); @@ -127,8 +127,8 @@ public class a implements c.f.j.a.a.a { } public final void f(Canvas canvas, d dVar) { - double width = ((double) this.d.width()) / ((double) this.f429c.getWidth()); - double height = ((double) this.d.height()) / ((double) this.f429c.getHeight()); + double width = ((double) this.d.width()) / ((double) this.f428c.getWidth()); + double height = ((double) this.d.height()) / ((double) this.f428c.getHeight()); int round = (int) Math.round(((double) dVar.getWidth()) * width); int round2 = (int) Math.round(((double) dVar.getHeight()) * height); int b = (int) (((double) dVar.b()) * width); diff --git a/app/src/main/java/c/f/j/a/c/c.java b/app/src/main/java/c/f/j/a/c/c.java index 8bcffb85b0..c59b94260f 100644 --- a/app/src/main/java/c/f/j/a/c/c.java +++ b/app/src/main/java/c/f/j/a/c/c.java @@ -13,7 +13,7 @@ public class c { public final m b; /* renamed from: c reason: collision with root package name */ - public final m.b f430c = new a(); + public final m.b f429c = new a(); public final LinkedHashSet d = new LinkedHashSet<>(); /* compiled from: AnimatedFrameCache */ @@ -73,10 +73,10 @@ public class c { } public String toString() { - i J2 = AnimatableValueParser.J2(this); - J2.c("imageCacheKey", this.a); - J2.a("frameIndex", this.b); - return J2.toString(); + i K2 = AnimatableValueParser.K2(this); + K2.c("imageCacheKey", this.a); + K2.a("frameIndex", this.b); + return K2.toString(); } } diff --git a/app/src/main/java/c/f/j/a/c/d.java b/app/src/main/java/c/f/j/a/c/d.java index dc4fbd8a56..af7cc58eb6 100644 --- a/app/src/main/java/c/f/j/a/c/d.java +++ b/app/src/main/java/c/f/j/a/c/d.java @@ -14,7 +14,7 @@ public class d { public final a b; /* renamed from: c reason: collision with root package name */ - public final Paint f431c; + public final Paint f430c; /* compiled from: AnimatedImageCompositor */ public interface a { @@ -27,7 +27,7 @@ public class d { this.a = aVar; this.b = aVar2; Paint paint = new Paint(); - this.f431c = paint; + this.f430c = paint; paint.setColor(0); paint.setStyle(Paint.Style.FILL); paint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC)); @@ -36,11 +36,11 @@ public class d { public final void a(Canvas canvas, b bVar) { int i = bVar.a; int i2 = bVar.b; - canvas.drawRect((float) i, (float) i2, (float) (i + bVar.f425c), (float) (i2 + bVar.d), this.f431c); + canvas.drawRect((float) i, (float) i2, (float) (i + bVar.f424c), (float) (i2 + bVar.d), this.f430c); } public final boolean b(b bVar) { - return bVar.a == 0 && bVar.b == 0 && bVar.f425c == ((a) this.a).d.width() && bVar.d == ((a) this.a).d.height(); + return bVar.a == 0 && bVar.b == 0 && bVar.f424c == ((a) this.a).d.width() && bVar.d == ((a) this.a).d.height(); } public final boolean c(int i) { diff --git a/app/src/main/java/c/f/j/c/b.java b/app/src/main/java/c/f/j/c/b.java index 5d52f3f66a..d9f63da366 100644 --- a/app/src/main/java/c/f/j/c/b.java +++ b/app/src/main/java/c/f/j/c/b.java @@ -12,7 +12,7 @@ public class b implements CacheKey { public final e b; /* renamed from: c reason: collision with root package name */ - public final f f432c; + public final f f431c; public final c.f.j.d.b d; public final CacheKey e; public final String f; @@ -23,7 +23,7 @@ public class b implements CacheKey { Objects.requireNonNull(str); this.a = str; this.b = eVar; - this.f432c = fVar; + this.f431c = fVar; this.d = bVar; this.e = cacheKey; this.f = str2; @@ -56,7 +56,7 @@ public class b implements CacheKey { return false; } b bVar = (b) obj; - return this.g == bVar.g && this.a.equals(bVar.a) && AnimatableValueParser.i0(this.b, bVar.b) && AnimatableValueParser.i0(this.f432c, bVar.f432c) && AnimatableValueParser.i0(this.d, bVar.d) && AnimatableValueParser.i0(this.e, bVar.e) && AnimatableValueParser.i0(this.f, bVar.f); + return this.g == bVar.g && this.a.equals(bVar.a) && AnimatableValueParser.i0(this.b, bVar.b) && AnimatableValueParser.i0(this.f431c, bVar.f431c) && AnimatableValueParser.i0(this.d, bVar.d) && AnimatableValueParser.i0(this.e, bVar.e) && AnimatableValueParser.i0(this.f, bVar.f); } @Override // com.facebook.cache.common.CacheKey @@ -65,6 +65,6 @@ public class b implements CacheKey { } public String toString() { - return String.format(null, "%s_%s_%s_%s_%s_%s_%d", this.a, this.b, this.f432c, this.d, this.e, this.f, Integer.valueOf(this.g)); + return String.format(null, "%s_%s_%s_%s_%s_%s_%d", this.a, this.b, this.f431c, this.d, this.e, this.f, Integer.valueOf(this.g)); } } diff --git a/app/src/main/java/c/f/j/c/f.java b/app/src/main/java/c/f/j/c/f.java index 1888dbd0c5..5b02ab2238 100644 --- a/app/src/main/java/c/f/j/c/f.java +++ b/app/src/main/java/c/f/j/c/f.java @@ -23,7 +23,7 @@ public class f { public final g b; /* renamed from: c reason: collision with root package name */ - public final j f433c; + public final j f432c; public final Executor d; public final Executor e; public final a0 f = new a0(); @@ -69,7 +69,7 @@ public class f { public f(h hVar, g gVar, j jVar, Executor executor, Executor executor2, r rVar) { this.a = hVar; this.b = gVar; - this.f433c = jVar; + this.f432c = jVar; this.d = executor; this.e = executor2; this.g = rVar; @@ -156,7 +156,7 @@ public class f { Objects.requireNonNull((z) this.g); Executor executor = z.g.a; if (eVar instanceof Boolean) { - return ((Boolean) eVar).booleanValue() ? z.g.f2978c : z.g.d; + return ((Boolean) eVar).booleanValue() ? z.g.f2976c : z.g.d; } z.g gVar = new z.g<>(); if (gVar.h(eVar)) { diff --git a/app/src/main/java/c/f/j/c/l.java b/app/src/main/java/c/f/j/c/l.java index 9ff60ddd64..a439a2bf9d 100644 --- a/app/src/main/java/c/f/j/c/l.java +++ b/app/src/main/java/c/f/j/c/l.java @@ -11,7 +11,7 @@ public class l { public final LinkedHashMap b = new LinkedHashMap<>(); /* renamed from: c reason: collision with root package name */ - public int f434c = 0; + public int f433c = 0; public l(b0 b0Var) { this.a = b0Var; @@ -22,7 +22,7 @@ public class l { } public synchronized int b() { - return this.f434c; + return this.f433c; } public final int c(V v) { @@ -35,16 +35,16 @@ public class l { public synchronized V d(K k, V v) { V remove; remove = this.b.remove(k); - this.f434c -= c(remove); + this.f433c -= c(remove); this.b.put(k, v); - this.f434c += c(v); + this.f433c += c(v); return remove; } public synchronized V e(K k) { V remove; remove = this.b.remove(k); - this.f434c -= c(remove); + this.f433c -= c(remove); return remove; } @@ -58,7 +58,7 @@ public class l { next.getKey(); } arrayList.add(next.getValue()); - this.f434c -= c(next.getValue()); + this.f433c -= c(next.getValue()); it.remove(); } return arrayList; diff --git a/app/src/main/java/c/f/j/c/m.java b/app/src/main/java/c/f/j/c/m.java index c034802ec5..849a4898bb 100644 --- a/app/src/main/java/c/f/j/c/m.java +++ b/app/src/main/java/c/f/j/c/m.java @@ -13,7 +13,7 @@ public interface m extends w, c.f.d.g.b { public final CloseableReference b; /* renamed from: c reason: collision with root package name */ - public int f435c = 0; + public int f434c = 0; public boolean d = false; public final b e; diff --git a/app/src/main/java/c/f/j/c/n.java b/app/src/main/java/c/f/j/c/n.java index d67389a6bf..99e1ce3347 100644 --- a/app/src/main/java/c/f/j/c/n.java +++ b/app/src/main/java/c/f/j/c/n.java @@ -9,11 +9,11 @@ public class n implements i { public static n a; public CacheKey a(ImageRequest imageRequest, Object obj) { - return new b(imageRequest.f2265c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); + return new b(imageRequest.f2263c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); } public CacheKey b(ImageRequest imageRequest, Object obj) { - return new f(imageRequest.f2265c.toString()); + return new f(imageRequest.f2263c.toString()); } public CacheKey c(ImageRequest imageRequest, Object obj) { @@ -28,6 +28,6 @@ public class n implements i { cacheKey = null; str = null; } - return new b(imageRequest.f2265c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj); + return new b(imageRequest.f2263c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj); } } diff --git a/app/src/main/java/c/f/j/c/v.java b/app/src/main/java/c/f/j/c/v.java index 967c0b31d6..f3b341ef78 100644 --- a/app/src/main/java/c/f/j/c/v.java +++ b/app/src/main/java/c/f/j/c/v.java @@ -23,7 +23,7 @@ public class v implements m, w { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public final l> f436c; + public final l> f435c; public final b0 d; public final Supplier e; public MemoryCacheParams f; @@ -49,8 +49,8 @@ public class v implements m, w { synchronized (vVar) { synchronized (vVar) { z2 = false; - AnimatableValueParser.B(aVar.f435c > 0); - aVar.f435c--; + AnimatableValueParser.B(aVar.f434c > 0); + aVar.f434c--; } CloseableReference.s(vVar.o(aVar)); if (!z2) { @@ -63,7 +63,7 @@ public class v implements m, w { vVar.j(); } synchronized (vVar) { - if (!aVar.d && aVar.f435c == 0) { + if (!aVar.d && aVar.f434c == 0) { vVar.b.d(aVar.a, aVar); z2 = true; } @@ -81,7 +81,7 @@ public class v implements m, w { new WeakHashMap(); this.d = b0Var; this.b = new l<>(new u(this, b0Var)); - this.f436c = new l<>(new u(this, b0Var)); + this.f435c = new l<>(new u(this, b0Var)); this.e = supplier; MemoryCacheParams memoryCacheParams = supplier.get(); AnimatableValueParser.y(memoryCacheParams, "mMemoryCacheParamsSupplier returned null"); @@ -111,9 +111,9 @@ public class v implements m, w { e = this.b.e(k); z2 = false; if (e != null) { - m.a e2 = this.f436c.e(k); + m.a e2 = this.f435c.e(k); Objects.requireNonNull(e2); - if (e2.f435c == 0) { + if (e2.f434c == 0) { z2 = true; } AnimatableValueParser.B(z2); @@ -140,7 +140,7 @@ public class v implements m, w { m(); synchronized (this) { m.a e = this.b.e(k); - m.a e2 = this.f436c.e(k); + m.a e2 = this.f435c.e(k); closeableReference2 = null; if (e2 != null) { g(e2); @@ -165,7 +165,7 @@ public class v implements m, w { } if (z2) { m.a aVar = new m.a<>(k, closeableReference, bVar); - this.f436c.d(k, aVar); + this.f435c.d(k, aVar); closeableReference2 = n(aVar); } if (closeableReference3 != null) { @@ -178,7 +178,7 @@ public class v implements m, w { @Override // c.f.j.c.w public synchronized boolean contains(K k) { boolean containsKey; - l> lVar = this.f436c; + l> lVar = this.f435c; synchronized (lVar) { containsKey = lVar.b.containsKey(k); } @@ -191,7 +191,7 @@ public class v implements m, w { ArrayList> f2; synchronized (this) { f = this.b.f(jVar); - f2 = this.f436c.f(jVar); + f2 = this.f435c.f(jVar); h(f2); } i(f2); @@ -202,11 +202,11 @@ public class v implements m, w { } public synchronized int e() { - return this.f436c.a() - this.b.a(); + return this.f435c.a() - this.b.a(); } public synchronized int f() { - return this.f436c.b() - this.b.b(); + return this.f435c.b() - this.b.b(); } public final synchronized void g(m.a aVar) { @@ -223,7 +223,7 @@ public class v implements m, w { CloseableReference closeableReference = null; synchronized (this) { e = this.b.e(k); - l> lVar = this.f436c; + l> lVar = this.f435c; synchronized (lVar) { aVar = lVar.b.get(k); } @@ -262,7 +262,7 @@ public class v implements m, w { MemoryCacheParams memoryCacheParams = this.f; int min = Math.min(memoryCacheParams.d, memoryCacheParams.b - e()); MemoryCacheParams memoryCacheParams2 = this.f; - p = p(min, Math.min(memoryCacheParams2.f2258c, memoryCacheParams2.a - f())); + p = p(min, Math.min(memoryCacheParams2.f2256c, memoryCacheParams2.a - f())); h(p); } i(p); @@ -290,7 +290,7 @@ public class v implements m, w { public final synchronized CloseableReference n(m.a aVar) { synchronized (this) { AnimatableValueParser.B(!aVar.d); - aVar.f435c++; + aVar.f434c++; } return CloseableReference.G(aVar.b.w(), new a(aVar)); return CloseableReference.G(aVar.b.w(), new a(aVar)); @@ -298,7 +298,7 @@ public class v implements m, w { public final synchronized CloseableReference o(m.a aVar) { Objects.requireNonNull(aVar); - return (!aVar.d || aVar.f435c != 0) ? null : aVar.b; + return (!aVar.d || aVar.f434c != 0) ? null : aVar.b; } public final synchronized ArrayList> p(int i, int i2) { @@ -319,7 +319,7 @@ public class v implements m, w { } if (next != null) { this.b.e(next); - arrayList.add(this.f436c.e(next)); + arrayList.add(this.f435c.e(next)); } else { throw new IllegalStateException(String.format("key is null, but exclusiveEntries count: %d, size: %d", Integer.valueOf(this.b.a()), Integer.valueOf(this.b.b()))); } diff --git a/app/src/main/java/c/f/j/d/b.java b/app/src/main/java/c/f/j/d/b.java index cc6ab58f18..27fc24d5a8 100644 --- a/app/src/main/java/c/f/j/d/b.java +++ b/app/src/main/java/c/f/j/d/b.java @@ -10,7 +10,7 @@ public class b { public final int b = 100; /* renamed from: c reason: collision with root package name */ - public final int f437c = Integer.MAX_VALUE; + public final int f436c = Integer.MAX_VALUE; public final Bitmap.Config d; public b(c cVar) { @@ -25,26 +25,26 @@ public class b { return false; } b bVar = (b) obj; - return this.b == bVar.b && this.f437c == bVar.f437c && this.d == bVar.d; + return this.b == bVar.b && this.f436c == bVar.f436c && this.d == bVar.d; } public int hashCode() { - return ((((((this.d.ordinal() + (((((((((((this.b * 31) + this.f437c) * 31) + 0) * 31) + 0) * 31) + 0) * 31) + 0) * 31)) * 31) + 0) * 31) + 0) * 31) + 0; + return ((((((this.d.ordinal() + (((((((((((this.b * 31) + this.f436c) * 31) + 0) * 31) + 0) * 31) + 0) * 31) + 0) * 31)) * 31) + 0) * 31) + 0) * 31) + 0; } public String toString() { StringBuilder P = a.P("ImageDecodeOptions{"); - i J2 = AnimatableValueParser.J2(this); - J2.a("minDecodeIntervalMs", this.b); - J2.a("maxDimensionPx", this.f437c); - J2.b("decodePreviewFrame", false); - J2.b("useLastFrameForPreview", false); - J2.b("decodeAllFrames", false); - J2.b("forceStaticImage", false); - J2.c("bitmapConfigName", this.d.name()); - J2.c("customImageDecoder", null); - J2.c("bitmapTransformation", null); - J2.c("colorSpace", null); - return a.H(P, J2.toString(), "}"); + i K2 = AnimatableValueParser.K2(this); + K2.a("minDecodeIntervalMs", this.b); + K2.a("maxDimensionPx", this.f436c); + K2.b("decodePreviewFrame", false); + K2.b("useLastFrameForPreview", false); + K2.b("decodeAllFrames", false); + K2.b("forceStaticImage", false); + K2.c("bitmapConfigName", this.d.name()); + K2.c("customImageDecoder", null); + K2.c("bitmapTransformation", null); + K2.c("colorSpace", null); + return a.H(P, K2.toString(), "}"); } } diff --git a/app/src/main/java/c/f/j/d/e.java b/app/src/main/java/c/f/j/d/e.java index a91c7a8df4..e4d768de54 100644 --- a/app/src/main/java/c/f/j/d/e.java +++ b/app/src/main/java/c/f/j/d/e.java @@ -7,7 +7,7 @@ public class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final float f438c; + public final float f437c; public final float d; public e(int i, int i2) { @@ -16,7 +16,7 @@ public class e { AnimatableValueParser.j(Boolean.valueOf(i2 <= 0 ? false : z2)); this.a = i; this.b = i2; - this.f438c = 2048.0f; + this.f437c = 2048.0f; this.d = 0.6666667f; } diff --git a/app/src/main/java/c/f/j/d/f.java b/app/src/main/java/c/f/j/d/f.java index 280d992ffa..84b48da451 100644 --- a/app/src/main/java/c/f/j/d/f.java +++ b/app/src/main/java/c/f/j/d/f.java @@ -8,27 +8,27 @@ public class f { public static final f b = new f(-1, true); /* renamed from: c reason: collision with root package name */ - public final int f439c; + public final int f438c; public final boolean d; public f(int i, boolean z2) { - this.f439c = i; + this.f438c = i; this.d = z2; } public int a() { if (!c()) { - return this.f439c; + return this.f438c; } throw new IllegalStateException("Rotation is set to use EXIF"); } public boolean b() { - return this.f439c != -2; + return this.f438c != -2; } public boolean c() { - return this.f439c == -1; + return this.f438c == -1; } public boolean equals(@Nullable Object obj) { @@ -39,14 +39,14 @@ public class f { return false; } f fVar = (f) obj; - return this.f439c == fVar.f439c && this.d == fVar.d; + return this.f438c == fVar.f438c && this.d == fVar.d; } public int hashCode() { - return AnimatableValueParser.W0(Integer.valueOf(this.f439c), Boolean.valueOf(this.d)); + return AnimatableValueParser.W0(Integer.valueOf(this.f438c), Boolean.valueOf(this.d)); } public String toString() { - return String.format(null, "%d defer:%b", Integer.valueOf(this.f439c), Boolean.valueOf(this.d)); + return String.format(null, "%d defer:%b", Integer.valueOf(this.f438c), Boolean.valueOf(this.d)); } } diff --git a/app/src/main/java/c/f/j/e/b.java b/app/src/main/java/c/f/j/e/b.java index 9e12606e1d..5f6d3b8cbb 100644 --- a/app/src/main/java/c/f/j/e/b.java +++ b/app/src/main/java/c/f/j/e/b.java @@ -9,13 +9,13 @@ public class b implements e { public final Executor b; /* renamed from: c reason: collision with root package name */ - public final Executor f440c; + public final Executor f439c; public final Executor d; public final ScheduledExecutorService e; public b(int i) { this.b = Executors.newFixedThreadPool(i, new n(10, "FrescoDecodeExecutor", true)); - this.f440c = Executors.newFixedThreadPool(i, new n(10, "FrescoBackgroundExecutor", true)); + this.f439c = Executors.newFixedThreadPool(i, new n(10, "FrescoBackgroundExecutor", true)); this.e = Executors.newScheduledThreadPool(i, new n(10, "FrescoBackgroundExecutor", true)); this.d = Executors.newFixedThreadPool(1, new n(10, "FrescoLightWeightBackgroundExecutor", true)); } @@ -32,7 +32,7 @@ public class b implements e { @Override // c.f.j.e.e public Executor c() { - return this.f440c; + return this.f439c; } @Override // c.f.j.e.e diff --git a/app/src/main/java/c/f/j/e/c.java b/app/src/main/java/c/f/j/e/c.java index 45d3deeeac..22c4a94057 100644 --- a/app/src/main/java/c/f/j/e/c.java +++ b/app/src/main/java/c/f/j/e/c.java @@ -17,7 +17,7 @@ public class c implements f { public h a(DiskCacheConfig diskCacheConfig) { Objects.requireNonNull(this.a); - e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2246c, diskCacheConfig.b, diskCacheConfig.h); + e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2244c, diskCacheConfig.b, diskCacheConfig.h); ExecutorService newSingleThreadExecutor = Executors.newSingleThreadExecutor(); return new d(eVar, diskCacheConfig.g, new d.c(diskCacheConfig.f, diskCacheConfig.e, diskCacheConfig.d), diskCacheConfig.i, diskCacheConfig.h, diskCacheConfig.j, newSingleThreadExecutor, false); } diff --git a/app/src/main/java/c/f/j/e/h.java b/app/src/main/java/c/f/j/e/h.java index 3c0706f915..1439a43b47 100644 --- a/app/src/main/java/c/f/j/e/h.java +++ b/app/src/main/java/c/f/j/e/h.java @@ -28,7 +28,7 @@ public class h { public final e b; /* renamed from: c reason: collision with root package name */ - public final d f441c; + public final d f440c; public final Supplier d; public final w e; public final w f; @@ -46,7 +46,7 @@ public class h { public h(p pVar, Set set, Set set2, Supplier supplier, w wVar, w wVar2, f fVar, f fVar2, i iVar, f1 f1Var, Supplier supplier2, Supplier supplier3, a aVar, j jVar) { this.a = pVar; this.b = new c.f.j.k.c(set); - this.f441c = new b(set2); + this.f440c = new b(set2); this.d = supplier; this.e = wVar; this.f = wVar2; @@ -77,7 +77,7 @@ public class h { e eVar3 = imageRequest.r; if (eVar3 == null) { eVar2 = this.b; - b0 b0Var = new b0(eVar2, this.f441c); + b0 b0Var = new b0(eVar2, this.f440c); aVar = this.k; if (aVar != null) { aVar.a(obj, false); @@ -85,7 +85,7 @@ public class h { ImageRequest.c f = ImageRequest.c.f(imageRequest.m, cVar); String valueOf = String.valueOf(this.i.getAndIncrement()); if (!imageRequest.f) { - if (c.f.d.l.b.e(imageRequest.f2265c)) { + if (c.f.d.l.b.e(imageRequest.f2263c)) { z2 = false; c1 c1Var = new c1(imageRequest, valueOf, str, b0Var, obj, f, false, z2, imageRequest.l, this.l); c.f.j.r.b.b(); @@ -106,7 +106,7 @@ public class h { e eVar4 = imageRequest.r; if (eVar4 == null) { eVar2 = new c.f.j.k.c(this.b, eVar); - b0 b0Var = new b0(eVar2, this.f441c); + b0 b0Var = new b0(eVar2, this.f440c); aVar = this.k; if (aVar != null) { } @@ -124,7 +124,7 @@ public class h { cVar2 = new c.f.j.k.c(this.b, eVar, eVar4); } eVar2 = cVar2; - b0 b0Var = new b0(eVar2, this.f441c); + b0 b0Var = new b0(eVar2, this.f440c); aVar = this.k; if (aVar != null) { } diff --git a/app/src/main/java/c/f/j/e/j.java b/app/src/main/java/c/f/j/e/j.java index aa52dd015a..ecb8b2e60d 100644 --- a/app/src/main/java/c/f/j/e/j.java +++ b/app/src/main/java/c/f/j/e/j.java @@ -31,7 +31,7 @@ public class j { public final Bitmap.Config b; /* renamed from: c reason: collision with root package name */ - public final Supplier f442c; + public final Supplier f441c; public final w.a d; public final i e; public final Context f; @@ -49,20 +49,20 @@ public class j { public final c.f.j.h.c r; /* renamed from: s reason: collision with root package name */ - public final Set f443s; + public final Set f442s; public final Set t; public final boolean u; public final DiskCacheConfig v; public final k w; /* renamed from: x reason: collision with root package name */ - public final boolean f444x; + public final boolean f443x; /* renamed from: y reason: collision with root package name */ - public final c.f.j.g.a f445y; + public final c.f.j.g.a f444y; /* renamed from: z reason: collision with root package name */ - public final c.f.j.c.a f446z; + public final c.f.j.c.a f445z; /* compiled from: ImagePipelineConfig */ public static class a { @@ -70,7 +70,7 @@ public class j { public final Context b; /* renamed from: c reason: collision with root package name */ - public boolean f447c = false; + public boolean f446c = false; public DiskCacheConfig d; public DiskCacheConfig e; public final k.b f = new k.b(this); @@ -96,7 +96,7 @@ public class j { c.f.j.r.b.b(); this.w = new k(aVar.f, null); Supplier supplier = aVar.a; - this.f442c = supplier == null ? new DefaultBitmapMemoryCacheParamsSupplier((ActivityManager) aVar.b.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY)) : supplier; + this.f441c = supplier == null ? new DefaultBitmapMemoryCacheParamsSupplier((ActivityManager) aVar.b.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY)) : supplier; this.d = new c.f.j.c.c(); this.b = Bitmap.Config.ARGB_8888; synchronized (n.class) { @@ -110,7 +110,7 @@ public class j { Objects.requireNonNull(context); this.f = context; this.h = new c(new d()); - this.g = aVar.f447c; + this.g = aVar.f446c; this.i = new o(); synchronized (z.class) { if (z.a == null) { @@ -141,15 +141,15 @@ public class j { x xVar = new x(new c.f.j.l.w(new w.b(null), null)); this.q = xVar; this.r = new c.f.j.h.e(); - this.f443s = new HashSet(); + this.f442s = new HashSet(); this.t = new HashSet(); this.u = true; DiskCacheConfig diskCacheConfig2 = aVar.e; this.v = diskCacheConfig2 != null ? diskCacheConfig2 : diskCacheConfig; this.j = new b(xVar.b()); - this.f444x = aVar.g; - this.f445y = aVar.h; - this.f446z = new c.f.j.c.k(); + this.f443x = aVar.g; + this.f444y = aVar.h; + this.f445z = new c.f.j.c.k(); c.f.j.r.b.b(); } } diff --git a/app/src/main/java/c/f/j/e/k.java b/app/src/main/java/c/f/j/e/k.java index a9431293d3..709874a4ce 100644 --- a/app/src/main/java/c/f/j/e/k.java +++ b/app/src/main/java/c/f/j/e/k.java @@ -9,7 +9,7 @@ public class k { public final d b = new c(); /* renamed from: c reason: collision with root package name */ - public final boolean f448c; + public final boolean f447c; public final Supplier d; public boolean e; public final boolean f; @@ -21,7 +21,7 @@ public class k { public boolean b; /* renamed from: c reason: collision with root package name */ - public Supplier f449c = new c.f.d.d.k(Boolean.FALSE); + public Supplier f448c = new c.f.d.d.k(Boolean.FALSE); public b(j.a aVar) { this.a = aVar; @@ -38,8 +38,8 @@ public class k { public k(b bVar, a aVar) { Objects.requireNonNull(bVar); - this.f448c = bVar.b; - this.d = bVar.f449c; + this.f447c = bVar.b; + this.d = bVar.f448c; this.e = true; this.f = true; this.g = 20; diff --git a/app/src/main/java/c/f/j/e/l.java b/app/src/main/java/c/f/j/e/l.java index f1c6674947..2bea214ca7 100644 --- a/app/src/main/java/c/f/j/e/l.java +++ b/app/src/main/java/c/f/j/e/l.java @@ -44,7 +44,7 @@ public class l { public final f1 b; /* renamed from: c reason: collision with root package name */ - public final j f450c; + public final j f449c; public final a d; public m e; public s f; @@ -62,18 +62,18 @@ public class l { public PlatformBitmapFactory r; /* renamed from: s reason: collision with root package name */ - public d f451s; + public d f450s; public a t; public l(j jVar) { c.f.j.r.b.b(); Objects.requireNonNull(jVar); - this.f450c = jVar; + this.f449c = jVar; Objects.requireNonNull(jVar.w); this.b = new g1(jVar.j.b()); Objects.requireNonNull(jVar.w); CloseableReference.j = 0; - this.d = new a(jVar.f445y); + this.d = new a(jVar.f444y); c.f.j.r.b.b(); } @@ -89,48 +89,48 @@ public class l { public final h a() { b bVar; if (Build.VERSION.SDK_INT >= 24) { - Objects.requireNonNull(this.f450c.w); + Objects.requireNonNull(this.f449c.w); } if (this.o == null) { - ContentResolver contentResolver = this.f450c.f.getApplicationContext().getContentResolver(); + ContentResolver contentResolver = this.f449c.f.getApplicationContext().getContentResolver(); if (this.n == null) { - j jVar = this.f450c; + j jVar = this.f449c; k.d dVar = jVar.w.b; Context context = jVar.f; c.f.d.g.a f = jVar.q.f(); if (this.k == null) { - Objects.requireNonNull(this.f450c); + Objects.requireNonNull(this.f449c); a b = b(); b bVar2 = null; if (b != null) { - bVar2 = b.b(this.f450c.b); - bVar = b.c(this.f450c.b); + bVar2 = b.b(this.f449c.b); + bVar = b.c(this.f449c.b); } else { bVar = null; } - Objects.requireNonNull(this.f450c); + Objects.requireNonNull(this.f449c); this.k = new c.f.j.h.a(bVar2, bVar, h()); } b bVar3 = this.k; - j jVar2 = this.f450c; + j jVar2 = this.f449c; c.f.j.h.c cVar = jVar2.r; boolean z2 = jVar2.g; boolean z3 = jVar2.u; Objects.requireNonNull(jVar2.w); - j jVar3 = this.f450c; + j jVar3 = this.f449c; e eVar = jVar3.j; g d = jVar3.q.d(0); - this.f450c.q.e(); + this.f449c.q.e(); s d2 = d(); s e = e(); f f2 = f(); f i = i(); - i iVar = this.f450c.e; + i iVar = this.f449c.e; PlatformBitmapFactory g = g(); - Objects.requireNonNull(this.f450c.w); - Objects.requireNonNull(this.f450c.w); - Objects.requireNonNull(this.f450c.w); - k kVar = this.f450c.w; + Objects.requireNonNull(this.f449c.w); + Objects.requireNonNull(this.f449c.w); + Objects.requireNonNull(this.f449c.w); + k kVar = this.f449c.w; int i2 = kVar.a; a aVar = this.d; int i3 = kVar.g; @@ -138,50 +138,50 @@ public class l { this.n = new o(context, f, bVar3, cVar, z2, z3, false, eVar, d, d2, e, f2, i, iVar, g, 0, 0, false, i2, aVar, false, i3); } o oVar = this.n; - j jVar4 = this.f450c; + j jVar4 = this.f449c; n0 n0Var = jVar4.o; boolean z4 = jVar4.u; Objects.requireNonNull(jVar4.w); f1 f1Var = this.b; - j jVar5 = this.f450c; + j jVar5 = this.f449c; boolean z5 = jVar5.g; Objects.requireNonNull(jVar5.w); - j jVar6 = this.f450c; - boolean z6 = jVar6.f444x; + j jVar6 = this.f449c; + boolean z6 = jVar6.f443x; if (this.m == null) { Objects.requireNonNull(jVar6.w); - k kVar2 = this.f450c.w; + k kVar2 = this.f449c.w; this.m = new e(kVar2.a, false, null, null, kVar2.f); } c.f.j.s.c cVar2 = this.m; - Objects.requireNonNull(this.f450c.w); - Objects.requireNonNull(this.f450c.w); - Objects.requireNonNull(this.f450c.w); - Objects.requireNonNull(this.f450c.w); + Objects.requireNonNull(this.f449c.w); + Objects.requireNonNull(this.f449c.w); + Objects.requireNonNull(this.f449c.w); + Objects.requireNonNull(this.f449c.w); this.o = new p(contentResolver, oVar, n0Var, z4, false, f1Var, z5, false, false, z6, cVar2, false, false, false, false); } p pVar = this.o; - Set unmodifiableSet = Collections.unmodifiableSet(this.f450c.f443s); - Set unmodifiableSet2 = Collections.unmodifiableSet(this.f450c.t); - Supplier supplier = this.f450c.l; + Set unmodifiableSet = Collections.unmodifiableSet(this.f449c.f442s); + Set unmodifiableSet2 = Collections.unmodifiableSet(this.f449c.t); + Supplier supplier = this.f449c.l; s d3 = d(); s e2 = e(); f f3 = f(); f i4 = i(); - j jVar7 = this.f450c; + j jVar7 = this.f449c; i iVar2 = jVar7.e; f1 f1Var2 = this.b; Supplier supplier2 = jVar7.w.d; Objects.requireNonNull(jVar7); - return new h(pVar, unmodifiableSet, unmodifiableSet2, supplier, d3, e2, f3, i4, iVar2, f1Var2, supplier2, null, null, this.f450c); + return new h(pVar, unmodifiableSet, unmodifiableSet2, supplier, d3, e2, f3, i4, iVar2, f1Var2, supplier2, null, null, this.f449c); } public final a b() { if (this.t == null) { PlatformBitmapFactory g = g(); - e eVar = this.f450c.j; + e eVar = this.f449c.j; m c2 = c(); - boolean z2 = this.f450c.w.f448c; + boolean z2 = this.f449c.w.f447c; if (!c.f.j.a.b.b.a) { try { c.f.j.a.b.b.b = (a) Class.forName("com.facebook.fresco.animation.factory.AnimatedFactoryV2Impl").getConstructor(PlatformBitmapFactory.class, e.class, m.class, Boolean.TYPE).newInstance(g, eVar, c2, Boolean.valueOf(z2)); @@ -198,9 +198,9 @@ public class l { public m c() { if (this.e == null) { - j jVar = this.f450c; - c.f.j.c.a aVar = jVar.f446z; - Supplier supplier = jVar.f442c; + j jVar = this.f449c; + c.f.j.c.a aVar = jVar.f445z; + Supplier supplier = jVar.f441c; c.f.d.g.c cVar = jVar.n; w.a aVar2 = jVar.d; c.f.j.c.k kVar = (c.f.j.c.k) aVar; @@ -215,7 +215,7 @@ public class l { public s d() { if (this.f == null) { m c2 = c(); - r rVar = this.f450c.k; + r rVar = this.f449c.k; Objects.requireNonNull((z) rVar); this.f = new s<>(c2, new t(rVar)); } @@ -224,9 +224,9 @@ public class l { public s e() { if (this.h == null) { - Objects.requireNonNull(this.f450c); + Objects.requireNonNull(this.f449c); if (this.g == null) { - j jVar = this.f450c; + j jVar = this.f449c; Supplier supplier = jVar.i; c.f.d.g.c cVar = jVar.n; v vVar = new v(new p(), new y(), supplier, null); @@ -234,7 +234,7 @@ public class l { this.g = vVar; } m mVar = this.g; - r rVar = this.f450c.k; + r rVar = this.f449c.k; Objects.requireNonNull((z) rVar); this.h = new s<>(mVar, new q(rVar)); } @@ -244,21 +244,21 @@ public class l { public f f() { if (this.i == null) { if (this.j == null) { - j jVar = this.f450c; + j jVar = this.f449c; this.j = ((c) jVar.h).a(jVar.m); } h hVar = this.j; - j jVar2 = this.f450c; + j jVar2 = this.f449c; x xVar = jVar2.q; Objects.requireNonNull(jVar2); - this.i = new f(hVar, xVar.d(0), this.f450c.q.e(), this.f450c.j.e(), this.f450c.j.d(), this.f450c.k); + this.i = new f(hVar, xVar.d(0), this.f449c.q.e(), this.f449c.j.e(), this.f449c.j.d(), this.f449c.k); } return this.i; } public PlatformBitmapFactory g() { if (this.r == null) { - x xVar = this.f450c.q; + x xVar = this.f449c.q; h(); this.r = new c.f.j.b.a(xVar.a(), this.d); } @@ -267,8 +267,8 @@ public class l { public d h() { d dVar; - if (this.f451s == null) { - j jVar = this.f450c; + if (this.f450s == null) { + j jVar = this.f449c; x xVar = jVar.q; Objects.requireNonNull(jVar.w); if (Build.VERSION.SDK_INT >= 26) { @@ -278,22 +278,22 @@ public class l { int b2 = xVar.b(); dVar = new c.f.j.n.a(xVar.a(), b2, new Pools.SynchronizedPool(b2)); } - this.f451s = dVar; + this.f450s = dVar; } - return this.f451s; + return this.f450s; } public final f i() { if (this.p == null) { if (this.q == null) { - j jVar = this.f450c; + j jVar = this.f449c; this.q = ((c) jVar.h).a(jVar.v); } h hVar = this.q; - j jVar2 = this.f450c; + j jVar2 = this.f449c; x xVar = jVar2.q; Objects.requireNonNull(jVar2); - this.p = new f(hVar, xVar.d(0), this.f450c.q.e(), this.f450c.j.e(), this.f450c.j.d(), this.f450c.k); + this.p = new f(hVar, xVar.d(0), this.f449c.q.e(), this.f449c.j.e(), this.f449c.j.d(), this.f449c.k); } return this.p; } diff --git a/app/src/main/java/c/f/j/e/o.java b/app/src/main/java/c/f/j/e/o.java index 8632c3a72f..e6882a81ba 100644 --- a/app/src/main/java/c/f/j/e/o.java +++ b/app/src/main/java/c/f/j/e/o.java @@ -24,7 +24,7 @@ public class o { public Resources b; /* renamed from: c reason: collision with root package name */ - public AssetManager f452c; + public AssetManager f451c; public final a d; public final b e; public final c f; @@ -42,22 +42,22 @@ public class o { public final d r; /* renamed from: s reason: collision with root package name */ - public final PlatformBitmapFactory f453s; + public final PlatformBitmapFactory f452s; public final int t; public final int u; public boolean v; public final a w; /* renamed from: x reason: collision with root package name */ - public final int f454x; + public final int f453x; /* renamed from: y reason: collision with root package name */ - public final boolean f455y; + public final boolean f454y; public o(Context context, a aVar, b bVar, c cVar, boolean z2, boolean z3, boolean z4, e eVar, g gVar, w wVar, w wVar2, f fVar, f fVar2, i iVar, PlatformBitmapFactory platformBitmapFactory, int i, int i2, boolean z5, int i3, a aVar2, boolean z6, int i4) { this.a = context.getApplicationContext().getContentResolver(); this.b = context.getApplicationContext().getResources(); - this.f452c = context.getApplicationContext().getAssets(); + this.f451c = context.getApplicationContext().getAssets(); this.d = aVar; this.e = bVar; this.f = cVar; @@ -71,15 +71,15 @@ public class o { this.l = fVar; this.m = fVar2; this.p = iVar; - this.f453s = platformBitmapFactory; + this.f452s = platformBitmapFactory; this.q = new d<>(i4); this.r = new d<>(i4); this.t = i; this.u = i2; this.v = z5; - this.f454x = i3; + this.f453x = i3; this.w = aVar2; - this.f455y = z6; + this.f454y = z6; } public b1 a(v0 v0Var, boolean z2, c.f.j.s.c cVar) { diff --git a/app/src/main/java/c/f/j/e/p.java b/app/src/main/java/c/f/j/e/p.java index abf260270f..7f6c745730 100644 --- a/app/src/main/java/c/f/j/e/p.java +++ b/app/src/main/java/c/f/j/e/p.java @@ -56,7 +56,7 @@ public class p { public final o b; /* renamed from: c reason: collision with root package name */ - public final n0 f456c; + public final n0 f455c; public final boolean d; public final boolean e; public final f1 f; @@ -85,7 +85,7 @@ public class p { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public v0> f457s; + public v0> f456s; @Nullable @VisibleForTesting public v0> t; @@ -100,15 +100,15 @@ public class p { @VisibleForTesting /* renamed from: x reason: collision with root package name */ - public Map>, v0>> f458x; + public Map>, v0>> f457x; public p(ContentResolver contentResolver, o oVar, n0 n0Var, boolean z2, boolean z3, f1 f1Var, boolean z4, boolean z5, boolean z6, boolean z7, c cVar, boolean z8, boolean z9, boolean z10, boolean z11) { this.a = contentResolver; this.b = oVar; - this.f456c = n0Var; + this.f455c = n0Var; this.d = z2; new HashMap(); - this.f458x = new HashMap(); + this.f457x = new HashMap(); this.f = f1Var; this.g = z4; this.h = z5; @@ -125,7 +125,7 @@ public class p { if (this.o == null) { b.b(); o oVar = this.b; - v0 m = m(new m0(oVar.k, oVar.d, this.f456c)); + v0 m = m(new m0(oVar.k, oVar.d, this.f455c)); Objects.requireNonNull(m); a aVar = new a(m); this.o = aVar; @@ -153,7 +153,7 @@ public class p { try { b.b(); Objects.requireNonNull(imageRequest); - Uri uri = imageRequest.f2265c; + Uri uri = imageRequest.f2263c; AnimatableValueParser.y(uri, "Uri is null."); int i = imageRequest.d; if (i != 0) { @@ -224,7 +224,7 @@ public class p { v0> v0Var = this.w.get(r0Var); if (v0Var == null) { o oVar3 = this.b; - s0 s0Var = new s0(r0Var, oVar3.f453s, oVar3.j.c()); + s0 s0Var = new s0(r0Var, oVar3.f452s, oVar3.j.c()); o oVar4 = this.b; r0 r0Var2 = new r0(oVar4.o, oVar4.p, s0Var); this.w.put(r0Var, r0Var2); @@ -236,18 +236,18 @@ public class p { } if (this.h) { synchronized (this) { - v0> v0Var2 = this.f458x.get(r0Var); + v0> v0Var2 = this.f457x.get(r0Var); if (v0Var2 == null) { o oVar5 = this.b; i iVar = new i(r0Var, oVar5.t, oVar5.u, oVar5.v); - this.f458x.put(r0Var, iVar); + this.f457x.put(r0Var, iVar); r0Var = iVar; } else { r0Var = v0Var2; } } } - if (this.m && imageRequest.f2266s > 0) { + if (this.m && imageRequest.f2264s > 0) { synchronized (this) { oVar = new o(r0Var, this.b.j.g()); } @@ -264,7 +264,7 @@ public class p { public final synchronized v0> d() { if (this.t == null) { o oVar = this.b; - this.t = k(new d0(oVar.j.e(), oVar.k, oVar.f452c)); + this.t = k(new d0(oVar.j.e(), oVar.k, oVar.f451c)); } return this.t; } @@ -282,11 +282,11 @@ public class p { } public final synchronized v0> f() { - if (this.f457s == null) { + if (this.f456s == null) { o oVar = this.b; - this.f457s = k(new i0(oVar.j.e(), oVar.k, oVar.b)); + this.f456s = k(new i0(oVar.j.e(), oVar.k, oVar.b)); } - return this.f457s; + return this.f456s; } public final synchronized v0> g() { @@ -327,7 +327,7 @@ public class p { public final v0> j(v0 v0Var) { b.b(); o oVar = this.b; - v0> i = i(new n(oVar.d, oVar.j.a(), oVar.e, oVar.f, oVar.g, oVar.h, oVar.i, v0Var, oVar.f454x, oVar.w, null, l.a)); + v0> i = i(new n(oVar.d, oVar.j.a(), oVar.e, oVar.f, oVar.g, oVar.h, oVar.i, v0Var, oVar.f453x, oVar.w, null, l.a)); b.b(); return i; } @@ -367,8 +367,8 @@ public class p { c.f.j.c.i iVar2 = oVar4.p; v vVar = new v(wVar, iVar2, v0Var); if (!this.l) { - return new u(iVar2, oVar4.f455y, vVar); + return new u(iVar2, oVar4.f454y, vVar); } - return new u(iVar2, oVar4.f455y, new c.f.j.p.w(oVar4.l, oVar4.m, iVar2, oVar4.q, oVar4.r, vVar)); + return new u(iVar2, oVar4.f454y, new c.f.j.p.w(oVar4.l, oVar4.m, iVar2, oVar4.q, oVar4.r, vVar)); } } diff --git a/app/src/main/java/c/f/j/h/a.java b/app/src/main/java/c/f/j/h/a.java index b6c839e1d6..1321488899 100644 --- a/app/src/main/java/c/f/j/h/a.java +++ b/app/src/main/java/c/f/j/h/a.java @@ -16,7 +16,7 @@ public class a implements b { public final b b; /* renamed from: c reason: collision with root package name */ - public final d f459c; + public final d f458c; public final b d = new C0065a(); /* compiled from: DefaultImageDecoder */ @@ -31,7 +31,7 @@ public class a implements b { c.f.i.c cVar = eVar.k; if (cVar == c.f.i.b.a) { a aVar = a.this; - CloseableReference b = aVar.f459c.b(eVar, bVar.d, null, i, null); + CloseableReference b = aVar.f458c.b(eVar, bVar.d, null, i, null); try { aVar.c(null, b); eVar.w(); @@ -41,7 +41,7 @@ public class a implements b { } finally { b.close(); } - } else if (cVar == c.f.i.b.f423c) { + } else if (cVar == c.f.i.b.f422c) { a aVar2 = a.this; Objects.requireNonNull(aVar2); eVar.w(); @@ -68,7 +68,7 @@ public class a implements b { public a(b bVar, b bVar2, d dVar) { this.a = bVar; this.b = bVar2; - this.f459c = dVar; + this.f458c = dVar; } @Override // c.f.j.h.b @@ -83,7 +83,7 @@ public class a implements b { } public c.f.j.j.d b(e eVar, b bVar) { - CloseableReference a = this.f459c.a(eVar, bVar.d, null, null); + CloseableReference a = this.f458c.a(eVar, bVar.d, null, null); try { c(null, a); i iVar = h.a; diff --git a/app/src/main/java/c/f/j/h/d.java b/app/src/main/java/c/f/j/h/d.java index 78c7e43449..044275d418 100644 --- a/app/src/main/java/c/f/j/h/d.java +++ b/app/src/main/java/c/f/j/h/d.java @@ -14,7 +14,7 @@ public class d { public int b = 0; /* renamed from: c reason: collision with root package name */ - public int f460c = 0; + public int f459c = 0; public int d = 0; public int e = 0; public int f = 0; @@ -40,8 +40,8 @@ public class d { if (this.a == 6 || (read = inputStream.read()) == -1) { break; } - int i2 = this.f460c + 1; - this.f460c = i2; + int i2 = this.f459c + 1; + this.f459c = i2; if (this.g) { this.a = 6; this.g = false; @@ -58,8 +58,8 @@ public class d { AnimatableValueParser.B(false); } else { int i4 = ((this.b << 8) + read) - 2; - AnimatableValueParser.E2(inputStream, (long) i4); - this.f460c += i4; + AnimatableValueParser.F2(inputStream, (long) i4); + this.f459c += i4; this.a = 2; } } else if (read == 255) { @@ -118,12 +118,12 @@ public class d { } public boolean b(e eVar) { - if (this.a == 6 || eVar.f() <= this.f460c) { + if (this.a == 6 || eVar.f() <= this.f459c) { return false; } f fVar = new f(eVar.e(), this.h.get(16384), this.h); try { - AnimatableValueParser.E2(fVar, (long) this.f460c); + AnimatableValueParser.F2(fVar, (long) this.f459c); boolean a = a(fVar); c.f.d.d.a.b(fVar); return a; diff --git a/app/src/main/java/c/f/j/j/a.java b/app/src/main/java/c/f/j/j/a.java index 3730d29b1f..af383b2a9f 100644 --- a/app/src/main/java/c/f/j/j/a.java +++ b/app/src/main/java/c/f/j/j/a.java @@ -35,8 +35,8 @@ public class a extends c { closeableReference.close(); } eVar.b = null; - CloseableReference.t(eVar.f426c); - eVar.f426c = null; + CloseableReference.t(eVar.f425c); + eVar.f425c = null; } } diff --git a/app/src/main/java/c/f/j/j/e.java b/app/src/main/java/c/f/j/j/e.java index b66aa02be6..055b6da55e 100644 --- a/app/src/main/java/c/f/j/j/e.java +++ b/app/src/main/java/c/f/j/j/e.java @@ -32,7 +32,7 @@ public class e implements Closeable { public a r; /* renamed from: s reason: collision with root package name */ - public ColorSpace f461s; + public ColorSpace f460s; public boolean t; public e(Supplier supplier, int i) { @@ -98,7 +98,7 @@ public class e implements Closeable { this.q = eVar.f(); this.r = eVar.r; eVar.w(); - this.f461s = eVar.f461s; + this.f460s = eVar.f460s; this.t = eVar.t; } @@ -179,7 +179,7 @@ public class e implements Closeable { boolean z3; int i3; int i4; - int l2; + int m2; c b = d.b(e()); this.k = b; int i5 = 0; @@ -209,7 +209,7 @@ public class e implements Closeable { inputStream = AnimatableValueParser.P0(e); } else if ("VP8X".equals(sb2)) { e.skip(8); - Pair pair2 = new Pair(Integer.valueOf(AnimatableValueParser.f2(e) + 1), Integer.valueOf(AnimatableValueParser.f2(e) + 1)); + Pair pair2 = new Pair(Integer.valueOf(AnimatableValueParser.g2(e) + 1), Integer.valueOf(AnimatableValueParser.g2(e) + 1)); try { e.close(); } catch (IOException e2) { @@ -248,7 +248,7 @@ public class e implements Closeable { try { InputStream e6 = e(); c.f.k.b a = c.f.k.a.a(e6); - this.f461s = a.b; + this.f460s = a.b; Pair pair3 = a.a; if (pair3 != null) { this.n = ((Integer) pair3.first).intValue(); @@ -275,12 +275,12 @@ public class e implements Closeable { try { Objects.requireNonNull(e7); while (true) { - if (AnimatableValueParser.l2(e7, 1, false) != 255) { + if (AnimatableValueParser.m2(e7, 1, false) != 255) { break; } int i7 = 255; while (i7 == 255) { - i7 = AnimatableValueParser.l2(e7, 1, false); + i7 = AnimatableValueParser.m2(e7, 1, false); } if (i7 == 225) { z2 = true; @@ -292,24 +292,24 @@ public class e implements Closeable { } else if (i7 == 218) { break; } else { - e7.skip((long) (AnimatableValueParser.l2(e7, 2, false) - 2)); + e7.skip((long) (AnimatableValueParser.m2(e7, 2, false) - 2)); } } } } z2 = false; - if (z2 && (l2 = AnimatableValueParser.l2(e7, 2, false) - 2) > 6) { - int l22 = AnimatableValueParser.l2(e7, 4, false); - int l23 = AnimatableValueParser.l2(e7, 2, false); - i = (l2 - 4) - 2; - if (l22 == 1165519206 && l23 == 0) { + if (z2 && (m2 = AnimatableValueParser.m2(e7, 2, false) - 2) > 6) { + int m22 = AnimatableValueParser.m2(e7, 4, false); + int m23 = AnimatableValueParser.m2(e7, 2, false); + i = (m2 - 4) - 2; + if (m22 == 1165519206 && m23 == 0) { if (i == 0) { if (i > 8) { - int l24 = AnimatableValueParser.l2(e7, 4, false); + int m24 = AnimatableValueParser.m2(e7, 4, false); int i8 = i - 4; - if (l24 == 1229531648 || l24 == 1296891946) { - z3 = l24 == 1229531648; - i2 = AnimatableValueParser.l2(e7, 4, z3); + if (m24 == 1229531648 || m24 == 1296891946) { + z3 = m24 == 1229531648; + i2 = AnimatableValueParser.m2(e7, 4, z3); i3 = i8 - 4; if (i2 < 8 || i2 - 8 > i3) { c.f.d.e.a.a(c.f.k.c.class, "Invalid offset"); @@ -321,27 +321,27 @@ public class e implements Closeable { e7.skip((long) i9); int i10 = i3 - i9; if (i10 >= 14) { - int l25 = AnimatableValueParser.l2(e7, 2, z3); + int m25 = AnimatableValueParser.m2(e7, 2, z3); int i11 = i10 - 2; while (true) { - int i12 = l25 - 1; - if (l25 <= 0 || i11 < 12) { + int i12 = m25 - 1; + if (m25 <= 0 || i11 < 12) { break; } i4 = i11 - 2; - if (AnimatableValueParser.l2(e7, 2, z3) == 274) { + if (AnimatableValueParser.m2(e7, 2, z3) == 274) { break; } e7.skip(10); i11 = i4 - 10; - l25 = i12; + m25 = i12; } } i4 = 0; if (i4 >= 10) { - if (AnimatableValueParser.l2(e7, 2, z3) == 3) { - if (AnimatableValueParser.l2(e7, 4, z3) == 1) { - i5 = AnimatableValueParser.l2(e7, 2, z3); + if (AnimatableValueParser.m2(e7, 2, z3) == 3) { + if (AnimatableValueParser.m2(e7, 4, z3) == 1) { + i5 = AnimatableValueParser.m2(e7, 2, z3); } } } diff --git a/app/src/main/java/c/f/j/j/h.java b/app/src/main/java/c/f/j/j/h.java index ee4d60fb42..222d6562c2 100644 --- a/app/src/main/java/c/f/j/j/h.java +++ b/app/src/main/java/c/f/j/j/h.java @@ -5,12 +5,12 @@ public class h implements i { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f462c; + public boolean f461c; public boolean d; public h(int i, boolean z2, boolean z3) { this.b = i; - this.f462c = z2; + this.f461c = z2; this.d = z3; } @@ -22,12 +22,12 @@ public class h implements i { return false; } h hVar = (h) obj; - return this.b == hVar.b && this.f462c == hVar.f462c && this.d == hVar.d; + return this.b == hVar.b && this.f461c == hVar.f461c && this.d == hVar.d; } public int hashCode() { int i = 0; - int i2 = this.b ^ (this.f462c ? 4194304 : 0); + int i2 = this.b ^ (this.f461c ? 4194304 : 0); if (this.d) { i = 8388608; } diff --git a/app/src/main/java/c/f/j/l/b.java b/app/src/main/java/c/f/j/l/b.java index be5d0b4d3d..21a0c37ca1 100644 --- a/app/src/main/java/c/f/j/l/b.java +++ b/app/src/main/java/c/f/j/l/b.java @@ -9,7 +9,7 @@ public class b { public long b; /* renamed from: c reason: collision with root package name */ - public final int f463c; + public final int f462c; public final int d; public final f e; @@ -34,7 +34,7 @@ public class b { boolean z2 = true; AnimatableValueParser.j(Boolean.valueOf(i > 0)); AnimatableValueParser.j(Boolean.valueOf(i2 <= 0 ? false : z2)); - this.f463c = i; + this.f462c = i; this.d = i2; this.e = new a(); } diff --git a/app/src/main/java/c/f/j/l/c.java b/app/src/main/java/c/f/j/l/c.java index d512027de4..3186daea30 100644 --- a/app/src/main/java/c/f/j/l/c.java +++ b/app/src/main/java/c/f/j/l/c.java @@ -7,7 +7,7 @@ public class c { public static int b = 384; /* renamed from: c reason: collision with root package name */ - public static volatile b f464c; + public static volatile b f463c; static { int min = (int) Math.min(Runtime.getRuntime().maxMemory(), 2147483647L); diff --git a/app/src/main/java/c/f/j/l/e.java b/app/src/main/java/c/f/j/l/e.java index a1c4479aab..b02c81524d 100644 --- a/app/src/main/java/c/f/j/l/e.java +++ b/app/src/main/java/c/f/j/l/e.java @@ -15,7 +15,7 @@ public class e extends q { if (bVar == null) { obj = null; } else { - obj = bVar.f467c.pollFirst(); + obj = bVar.f466c.pollFirst(); gVar.a(bVar); } } diff --git a/app/src/main/java/c/f/j/l/f.java b/app/src/main/java/c/f/j/l/f.java index 5ca6ec3485..e3bc6c1b68 100644 --- a/app/src/main/java/c/f/j/l/f.java +++ b/app/src/main/java/c/f/j/l/f.java @@ -13,7 +13,7 @@ public class f { public final int b; /* renamed from: c reason: collision with root package name */ - public final Queue f465c; + public final Queue f464c; public final boolean d; public int e; @@ -24,13 +24,13 @@ public class f { AnimatableValueParser.B(i3 < 0 ? false : z3); this.a = i; this.b = i2; - this.f465c = new LinkedList(); + this.f464c = new LinkedList(); this.e = i3; this.d = z2; } public void a(V v) { - this.f465c.add(v); + this.f464c.add(v); } public void b() { @@ -39,7 +39,7 @@ public class f { } public V c() { - return (V) this.f465c.poll(); + return (V) this.f464c.poll(); } public void d(V v) { diff --git a/app/src/main/java/c/f/j/l/g.java b/app/src/main/java/c/f/j/l/g.java index 94929d7906..511e1d5a7f 100644 --- a/app/src/main/java/c/f/j/l/g.java +++ b/app/src/main/java/c/f/j/l/g.java @@ -11,7 +11,7 @@ public class g { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public b f466c; + public b f465c; /* compiled from: BucketMap */ @VisibleForTesting @@ -20,12 +20,12 @@ public class g { public int b; /* renamed from: c reason: collision with root package name */ - public LinkedList f467c; + public LinkedList f466c; public b d; public b(b bVar, int i, LinkedList linkedList, b bVar2, a aVar) { this.b = i; - this.f467c = linkedList; + this.f466c = linkedList; this.d = null; } @@ -42,7 +42,7 @@ public class g { b bVar2 = (b) this.b; if (bVar2 == null) { this.b = bVar; - this.f466c = bVar; + this.f465c = bVar; return; } bVar.d = bVar2; @@ -65,8 +65,8 @@ public class g { if (bVar == this.b) { this.b = bVar3; } - if (bVar == this.f466c) { - this.f466c = bVar2; + if (bVar == this.f465c) { + this.f465c = bVar2; } } } diff --git a/app/src/main/java/c/f/j/l/o.java b/app/src/main/java/c/f/j/l/o.java index ace07c2c54..3ca84756ee 100644 --- a/app/src/main/java/c/f/j/l/o.java +++ b/app/src/main/java/c/f/j/l/o.java @@ -10,7 +10,7 @@ public class o extends BasePool implements a { public o(c cVar, y yVar, z zVar) { super(cVar, yVar, zVar); - SparseIntArray sparseIntArray = yVar.f471c; + SparseIntArray sparseIntArray = yVar.f470c; this.k = new int[sparseIntArray.size()]; for (int i = 0; i < sparseIntArray.size(); i++) { this.k[i] = sparseIntArray.keyAt(i); diff --git a/app/src/main/java/c/f/j/l/p.java b/app/src/main/java/c/f/j/l/p.java index 29582e4ae9..8f31e88580 100644 --- a/app/src/main/java/c/f/j/l/p.java +++ b/app/src/main/java/c/f/j/l/p.java @@ -11,13 +11,13 @@ public class p implements d { public final int b; /* renamed from: c reason: collision with root package name */ - public int f468c; + public int f467c; public final z d; public int e; public p(int i, int i2, z zVar, c cVar) { this.b = i; - this.f468c = i2; + this.f467c = i2; this.d = zVar; } @@ -62,7 +62,7 @@ public class p implements d { boolean add; Bitmap bitmap = (Bitmap) obj; int b = this.a.b(bitmap); - if (b <= this.f468c) { + if (b <= this.f467c) { this.d.g(b); e eVar = (e) this.a; Objects.requireNonNull(eVar); @@ -80,7 +80,7 @@ public class p implements d { gVar.a.put(b2, bVar2); bVar = bVar2; } - bVar.f467c.addLast(bitmap); + bVar.f466c.addLast(bitmap); gVar.a(bVar); } } diff --git a/app/src/main/java/c/f/j/l/q.java b/app/src/main/java/c/f/j/l/q.java index ed0488bcd1..5e8ae59349 100644 --- a/app/src/main/java/c/f/j/l/q.java +++ b/app/src/main/java/c/f/j/l/q.java @@ -16,12 +16,12 @@ public abstract class q { T t; g gVar = this.b; synchronized (gVar) { - g.b bVar = gVar.f466c; + g.b bVar = gVar.f465c; if (bVar == null) { t = null; } else { - T pollLast = bVar.f467c.pollLast(); - if (bVar.f467c.isEmpty()) { + T pollLast = bVar.f466c.pollLast(); + if (bVar.f466c.isEmpty()) { gVar.b(bVar); gVar.a.remove(bVar.b); } diff --git a/app/src/main/java/c/f/j/l/s.java b/app/src/main/java/c/f/j/l/s.java index 719645ef9e..ea89af4928 100644 --- a/app/src/main/java/c/f/j/l/s.java +++ b/app/src/main/java/c/f/j/l/s.java @@ -9,7 +9,7 @@ public abstract class s extends BasePool { public s(c cVar, y yVar, z zVar) { super(cVar, yVar, zVar); - SparseIntArray sparseIntArray = yVar.f471c; + SparseIntArray sparseIntArray = yVar.f470c; this.k = new int[sparseIntArray.size()]; int i = 0; while (true) { diff --git a/app/src/main/java/c/f/j/l/w.java b/app/src/main/java/c/f/j/l/w.java index 7d3c2e0d52..e37fa5324c 100644 --- a/app/src/main/java/c/f/j/l/w.java +++ b/app/src/main/java/c/f/j/l/w.java @@ -9,7 +9,7 @@ public class w { public final z b = v.h(); /* renamed from: c reason: collision with root package name */ - public final y f469c; + public final y f468c; public final c d; public final y e; public final z f; @@ -32,7 +32,7 @@ public class w { for (int i3 = 131072; i3 <= 4194304; i3 *= 2) { sparseIntArray.put(i3, i); } - this.f469c = new y(4194304, i2, sparseIntArray, 131072, 4194304, k.a); + this.f468c = new y(4194304, i2, sparseIntArray, 131072, 4194304, k.a); this.d = d.b(); SparseIntArray sparseIntArray2 = new SparseIntArray(); sparseIntArray2.put(1024, 5); diff --git a/app/src/main/java/c/f/j/l/x.java b/app/src/main/java/c/f/j/l/x.java index 33fd7c4b09..7a1b8f0364 100644 --- a/app/src/main/java/c/f/j/l/x.java +++ b/app/src/main/java/c/f/j/l/x.java @@ -14,7 +14,7 @@ public class x { public s b; /* renamed from: c reason: collision with root package name */ - public d f470c; + public d f469c; public s d; public s e; public g f; @@ -26,7 +26,7 @@ public class x { } public d a() { - if (this.f470c == null) { + if (this.f469c == null) { String str = this.a.i; char c2 = 65535; switch (str.hashCode()) { @@ -62,27 +62,27 @@ public class x { break; } if (c2 == 0) { - this.f470c = new l(); + this.f469c = new l(); } else if (c2 == 1) { - this.f470c = new m(); + this.f469c = new m(); } else if (c2 == 2) { Objects.requireNonNull(this.a); int i = this.a.j; v h = v.h(); Objects.requireNonNull(this.a); - this.f470c = new p(0, i, h, null); + this.f469c = new p(0, i, h, null); } else if (c2 != 3) { w wVar = this.a; - this.f470c = new h(wVar.d, wVar.a, wVar.b, false); + this.f469c = new h(wVar.d, wVar.a, wVar.b, false); } else { - this.f470c = new h(this.a.d, j.a(), this.a.b, false); + this.f469c = new h(this.a.d, j.a(), this.a.b, false); } } - return this.f470c; + return this.f469c; } public int b() { - return this.a.f469c.d; + return this.a.f468c.d; } public final s c(int i) { diff --git a/app/src/main/java/c/f/j/l/y.java b/app/src/main/java/c/f/j/l/y.java index 5d03bb03fd..d68229aada 100644 --- a/app/src/main/java/c/f/j/l/y.java +++ b/app/src/main/java/c/f/j/l/y.java @@ -8,7 +8,7 @@ public class y { public final int b; /* renamed from: c reason: collision with root package name */ - public final SparseIntArray f471c; + public final SparseIntArray f470c; public final int d; public y(int i, int i2, SparseIntArray sparseIntArray) { @@ -19,7 +19,7 @@ public class y { AnimatableValueParser.B(i >= 0 && i2 >= i); this.b = i; this.a = i2; - this.f471c = sparseIntArray; + this.f470c = sparseIntArray; this.d = i5; } } diff --git a/app/src/main/java/c/f/j/n/b.java b/app/src/main/java/c/f/j/n/b.java index 71821066ba..c7eb26cac9 100644 --- a/app/src/main/java/c/f/j/n/b.java +++ b/app/src/main/java/c/f/j/n/b.java @@ -28,12 +28,12 @@ public abstract class b implements d { public final d b; /* renamed from: c reason: collision with root package name */ - public final PreverificationHelper f472c; + public final PreverificationHelper f471c; @VisibleForTesting public final Pools.SynchronizedPool d; public b(d dVar, int i, Pools.SynchronizedPool synchronizedPool) { - this.f472c = Build.VERSION.SDK_INT >= 26 ? new PreverificationHelper() : null; + this.f471c = Build.VERSION.SDK_INT >= 26 ? new PreverificationHelper() : null; this.b = dVar; this.d = synchronizedPool; for (int i2 = 0; i2 < i; i2++) { @@ -159,7 +159,7 @@ public abstract class b implements d { i2 = rect.height() / options.inSampleSize; } int i3 = Build.VERSION.SDK_INT; - boolean z2 = i3 >= 26 && (preverificationHelper = this.f472c) != null && preverificationHelper.shouldUseHardwareBitmapConfig(options.inPreferredConfig); + boolean z2 = i3 >= 26 && (preverificationHelper = this.f471c) != null && preverificationHelper.shouldUseHardwareBitmapConfig(options.inPreferredConfig); BitmapRegionDecoder bitmapRegionDecoder2 = null; if (rect != null || !z2) { if (rect != null && z2) { diff --git a/app/src/main/java/c/f/j/p/a0.java b/app/src/main/java/c/f/j/p/a0.java index 98fdfa1726..7be651f885 100644 --- a/app/src/main/java/c/f/j/p/a0.java +++ b/app/src/main/java/c/f/j/p/a0.java @@ -17,7 +17,7 @@ public class a0 extends c { public final ExecutorService b = Executors.newFixedThreadPool(3); /* renamed from: c reason: collision with root package name */ - public final b f473c; + public final b f472c; /* compiled from: HttpUrlConnectionNetworkFetcher */ public static class a extends x { @@ -32,7 +32,7 @@ public class a0 extends c { public a0(int i) { RealtimeSinceBootClock realtimeSinceBootClock = RealtimeSinceBootClock.get(); - this.f473c = realtimeSinceBootClock; + this.f472c = realtimeSinceBootClock; this.a = i; } diff --git a/app/src/main/java/c/f/j/p/a1.java b/app/src/main/java/c/f/j/p/a1.java index 4dcbbbd6bb..36bf8f7933 100644 --- a/app/src/main/java/c/f/j/p/a1.java +++ b/app/src/main/java/c/f/j/p/a1.java @@ -10,16 +10,16 @@ import java.util.concurrent.Executor; public class a1 extends g0 { /* renamed from: c reason: collision with root package name */ - public final ContentResolver f474c; + public final ContentResolver f473c; public a1(Executor executor, g gVar, ContentResolver contentResolver) { super(executor, gVar); - this.f474c = contentResolver; + this.f473c = contentResolver; } @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { - return c(this.f474c.openInputStream(imageRequest.f2265c), -1); + return c(this.f473c.openInputStream(imageRequest.f2263c), -1); } @Override // c.f.j.p.g0 diff --git a/app/src/main/java/c/f/j/p/b0.java b/app/src/main/java/c/f/j/p/b0.java index 30f2c5576e..5782c9a3ed 100644 --- a/app/src/main/java/c/f/j/p/b0.java +++ b/app/src/main/java/c/f/j/p/b0.java @@ -9,13 +9,13 @@ public class b0 implements d, y0 { public final y0 b; /* renamed from: c reason: collision with root package name */ - public final e f475c; + public final e f474c; public final d d; public b0(e eVar, d dVar) { this.a = eVar; this.b = dVar; - this.f475c = eVar; + this.f474c = eVar; this.d = dVar; } @@ -33,7 +33,7 @@ public class b0 implements d, y0 { @Override // c.f.j.k.d public void b(w0 w0Var) { - e eVar = this.f475c; + e eVar = this.f474c; if (eVar != null) { eVar.a(w0Var.e(), w0Var.b(), w0Var.getId(), w0Var.k()); } @@ -81,7 +81,7 @@ public class b0 implements d, y0 { @Override // c.f.j.k.d public void f(w0 w0Var) { - e eVar = this.f475c; + e eVar = this.f474c; if (eVar != null) { eVar.c(w0Var.e(), w0Var.getId(), w0Var.k()); } @@ -101,7 +101,7 @@ public class b0 implements d, y0 { @Override // c.f.j.k.d public void h(w0 w0Var, Throwable th) { - e eVar = this.f475c; + e eVar = this.f474c; if (eVar != null) { eVar.g(w0Var.e(), w0Var.getId(), th, w0Var.k()); } @@ -113,7 +113,7 @@ public class b0 implements d, y0 { @Override // c.f.j.k.d public void i(w0 w0Var) { - e eVar = this.f475c; + e eVar = this.f474c; if (eVar != null) { eVar.k(w0Var.getId()); } diff --git a/app/src/main/java/c/f/j/p/b1.java b/app/src/main/java/c/f/j/p/b1.java index b4efd9807e..2db0799912 100644 --- a/app/src/main/java/c/f/j/p/b1.java +++ b/app/src/main/java/c/f/j/p/b1.java @@ -20,7 +20,7 @@ public class b1 implements v0 { public final g b; /* renamed from: c reason: collision with root package name */ - public final v0 f476c; + public final v0 f475c; public final boolean d; public final c e; @@ -28,7 +28,7 @@ public class b1 implements v0 { public class a extends p { /* renamed from: c reason: collision with root package name */ - public final boolean f477c; + public final boolean f476c; public final c d; public final w0 e; public boolean f = false; @@ -45,7 +45,7 @@ public class b1 implements v0 { a aVar = a.this; c cVar = aVar.d; eVar.w(); - c.f.j.s.b createImageTranscoder = cVar.createImageTranscoder(eVar.k, a.this.f477c); + c.f.j.s.b createImageTranscoder = cVar.createImageTranscoder(eVar.k, a.this.f476c); Objects.requireNonNull(createImageTranscoder); aVar.e.o().e(aVar.e, "ResizeAndRotateProducer"); ImageRequest e = aVar.e.e(); @@ -116,7 +116,7 @@ public class b1 implements v0 { super(lVar); this.e = w0Var; Objects.requireNonNull(w0Var.e()); - this.f477c = z2; + this.f476c = z2; this.d = cVar; this.g = new c0(b1.this.a, new C0067a(b1.this), 100); w0Var.f(new b(b1.this, lVar)); @@ -139,7 +139,7 @@ public class b1 implements v0 { eVar.w(); c.f.i.c cVar = eVar.k; ImageRequest e2 = this.e.e(); - c.f.j.s.b createImageTranscoder = this.d.createImageTranscoder(cVar, this.f477c); + c.f.j.s.b createImageTranscoder = this.d.createImageTranscoder(cVar, this.f476c); Objects.requireNonNull(createImageTranscoder); eVar.w(); if (eVar.k == c.f.i.c.a) { @@ -246,7 +246,7 @@ public class b1 implements v0 { Objects.requireNonNull(gVar); this.b = gVar; Objects.requireNonNull(v0Var); - this.f476c = v0Var; + this.f475c = v0Var; Objects.requireNonNull(cVar); this.e = cVar; this.d = z2; @@ -254,6 +254,6 @@ public class b1 implements v0 { @Override // c.f.j.p.v0 public void b(l lVar, w0 w0Var) { - this.f476c.b(new a(lVar, w0Var, this.d, this.e), w0Var); + this.f475c.b(new a(lVar, w0Var, this.d, this.e), w0Var); } } diff --git a/app/src/main/java/c/f/j/p/c0.java b/app/src/main/java/c/f/j/p/c0.java index f2240ad1d0..eaebb22006 100644 --- a/app/src/main/java/c/f/j/p/c0.java +++ b/app/src/main/java/c/f/j/p/c0.java @@ -14,7 +14,7 @@ public class c0 { public final c b; /* renamed from: c reason: collision with root package name */ - public final Runnable f478c = new a(); + public final Runnable f477c = new a(); public final Runnable d = new b(); public final int e; @VisibleForTesting @@ -69,7 +69,7 @@ public class c0 { @Override // java.lang.Runnable public void run() { c0 c0Var = c0.this; - c0Var.a.execute(c0Var.f478c); + c0Var.a.execute(c0Var.f477c); } } diff --git a/app/src/main/java/c/f/j/p/d.java b/app/src/main/java/c/f/j/p/d.java index 5de5e10fb9..938ce933a9 100644 --- a/app/src/main/java/c/f/j/p/d.java +++ b/app/src/main/java/c/f/j/p/d.java @@ -18,7 +18,7 @@ public class d implements w0 { public final ImageRequest b; /* renamed from: c reason: collision with root package name */ - public final String f479c; + public final String f478c; public final String d; public final y0 e; public final Object f; @@ -41,11 +41,11 @@ public class d implements w0 { public d(ImageRequest imageRequest, String str, String str2, y0 y0Var, Object obj, ImageRequest.c cVar, boolean z2, boolean z3, c.f.j.d.d dVar, j jVar) { this.b = imageRequest; - this.f479c = str; + this.f478c = str; HashMap hashMap = new HashMap(); this.h = hashMap; hashMap.put(ModelAuditLogEntry.CHANGE_KEY_ID, str); - hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2265c); + hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2263c); this.d = str2; this.e = y0Var; this.f = obj; @@ -128,7 +128,7 @@ public class d implements w0 { @Override // c.f.j.p.w0 public String getId() { - return this.f479c; + return this.f478c; } @Override // c.f.j.p.w0 diff --git a/app/src/main/java/c/f/j/p/d0.java b/app/src/main/java/c/f/j/p/d0.java index 9833e26a86..dfe55af969 100644 --- a/app/src/main/java/c/f/j/p/d0.java +++ b/app/src/main/java/c/f/j/p/d0.java @@ -12,11 +12,11 @@ import java.util.concurrent.Executor; public class d0 extends g0 { /* renamed from: c reason: collision with root package name */ - public final AssetManager f480c; + public final AssetManager f479c; public d0(Executor executor, g gVar, AssetManager assetManager) { super(executor, gVar); - this.f480c = assetManager; + this.f479c = assetManager; } /* JADX WARNING: Code restructure failed: missing block: B:12:0x0031, code lost: @@ -25,10 +25,10 @@ public class d0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { int i; - InputStream open = this.f480c.open(imageRequest.f2265c.getPath().substring(1), 2); + InputStream open = this.f479c.open(imageRequest.f2263c.getPath().substring(1), 2); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f480c.openFd(imageRequest.f2265c.getPath().substring(1)); + assetFileDescriptor = this.f479c.openFd(imageRequest.f2263c.getPath().substring(1)); i = (int) assetFileDescriptor.getLength(); } catch (IOException unused) { i = -1; diff --git a/app/src/main/java/c/f/j/p/e0.java b/app/src/main/java/c/f/j/p/e0.java index 5f9c4914f3..d3e38e1c78 100644 --- a/app/src/main/java/c/f/j/p/e0.java +++ b/app/src/main/java/c/f/j/p/e0.java @@ -17,7 +17,7 @@ import java.util.concurrent.Executor; public class e0 extends g0 { /* renamed from: c reason: collision with root package name */ - public static final String[] f481c = {"_id", "_data"}; + public static final String[] f480c = {"_id", "_data"}; public final ContentResolver d; public e0(Executor executor, g gVar, ContentResolver contentResolver) { @@ -28,7 +28,7 @@ public class e0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { InputStream inputStream; - Uri uri = imageRequest.f2265c; + Uri uri = imageRequest.f2263c; Uri uri2 = b.a; boolean z2 = false; if (uri.getPath() != null && b.c(uri) && "com.android.contacts".equals(uri.getAuthority()) && !uri.getPath().startsWith(b.a.getPath())) { @@ -54,7 +54,7 @@ public class e0 extends g0 { return c(inputStream, -1); } if (b.b(uri)) { - Cursor query = this.d.query(uri, f481c, null, null, null); + Cursor query = this.d.query(uri, f480c, null, null, null); e eVar = null; if (query != null) { try { diff --git a/app/src/main/java/c/f/j/p/f0.java b/app/src/main/java/c/f/j/p/f0.java index 3f4637fcfd..00b4111511 100644 --- a/app/src/main/java/c/f/j/p/f0.java +++ b/app/src/main/java/c/f/j/p/f0.java @@ -20,7 +20,7 @@ import java.util.concurrent.Executor; public class f0 extends g0 implements j1 { /* renamed from: c reason: collision with root package name */ - public static final String[] f482c = {"_id", "_data"}; + public static final String[] f481c = {"_id", "_data"}; public static final String[] d = {"_data"}; public static final Rect e = new Rect(0, 0, 512, 384); public static final Rect f = new Rect(0, 0, 96, 96); @@ -34,7 +34,7 @@ public class f0 extends g0 implements j1 { @Override // c.f.j.p.j1 public boolean a(c.f.j.d.e eVar) { Rect rect = e; - return AnimatableValueParser.n1(rect.width(), rect.height(), eVar); + return AnimatableValueParser.o1(rect.width(), rect.height(), eVar); } @Override // c.f.j.p.g0 @@ -42,8 +42,8 @@ public class f0 extends g0 implements j1 { c.f.j.d.e eVar; Cursor query; e f2; - Uri uri = imageRequest.f2265c; - if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f482c, null, null, null)) == null) { + Uri uri = imageRequest.f2263c; + if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f481c, null, null, null)) == null) { return null; } try { @@ -76,11 +76,11 @@ public class f0 extends g0 implements j1 { int i; Cursor queryMiniThumbnail; Rect rect = f; - if (AnimatableValueParser.n1(rect.width(), rect.height(), eVar)) { + if (AnimatableValueParser.o1(rect.width(), rect.height(), eVar)) { i = 3; } else { Rect rect2 = e; - i = AnimatableValueParser.n1(rect2.width(), rect2.height(), eVar) ? 1 : 0; + i = AnimatableValueParser.o1(rect2.width(), rect2.height(), eVar) ? 1 : 0; } if (i == 0 || (queryMiniThumbnail = MediaStore.Images.Thumbnails.queryMiniThumbnail(this.g, j, i, d)) == null) { return null; diff --git a/app/src/main/java/c/f/j/p/h.java b/app/src/main/java/c/f/j/p/h.java index ac7b262433..463f62c32f 100644 --- a/app/src/main/java/c/f/j/p/h.java +++ b/app/src/main/java/c/f/j/p/h.java @@ -16,19 +16,19 @@ public class h implements v0> { public final i b; /* renamed from: c reason: collision with root package name */ - public final v0> f483c; + public final v0> f482c; /* compiled from: BitmapMemoryCacheProducer */ public class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ CacheKey f484c; + public final /* synthetic */ CacheKey f483c; public final /* synthetic */ boolean d; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a(l lVar, CacheKey cacheKey, boolean z2) { super(lVar); - this.f484c = cacheKey; + this.f483c = cacheKey; this.d = z2; } @@ -48,7 +48,7 @@ public class h implements v0> { } else if (closeableReference2.w().d() || b.m(i, 8)) { this.b.b(closeableReference2, i); } else { - if (!e && (closeableReference = h.this.a.get(this.f484c)) != null) { + if (!e && (closeableReference = h.this.a.get(this.f483c)) != null) { try { c.f.j.j.i b = closeableReference2.w().b(); c.f.j.j.i b2 = closeableReference.w().b(); @@ -61,7 +61,7 @@ public class h implements v0> { } } if (this.d) { - closeableReference3 = h.this.a.a(this.f484c, closeableReference2); + closeableReference3 = h.this.a.a(this.f483c, closeableReference2); } if (e) { try { @@ -93,7 +93,7 @@ public class h implements v0> { public h(w wVar, i iVar, v0> v0Var) { this.a = wVar; this.b = iVar; - this.f483c = v0Var; + this.f482c = v0Var; } /* JADX INFO: finally extract failed */ @@ -137,7 +137,7 @@ public class h implements v0> { } o.j(w0Var, d, map); b.b(); - this.f483c.b(e, w0Var); + this.f482c.b(e, w0Var); b.b(); b.b(); } catch (Throwable th) { diff --git a/app/src/main/java/c/f/j/p/h1.java b/app/src/main/java/c/f/j/p/h1.java index 161ffd3a63..c0164f8541 100644 --- a/app/src/main/java/c/f/j/p/h1.java +++ b/app/src/main/java/c/f/j/p/h1.java @@ -10,7 +10,7 @@ public class h1 implements v0 { public int b = 0; /* renamed from: c reason: collision with root package name */ - public final ConcurrentLinkedQueue, w0>> f485c = new ConcurrentLinkedQueue<>(); + public final ConcurrentLinkedQueue, w0>> f484c = new ConcurrentLinkedQueue<>(); public final Executor d; /* compiled from: ThrottlingProducer */ @@ -62,7 +62,7 @@ public class h1 implements v0 { public final void n() { Pair, w0> poll; synchronized (h1.this) { - poll = h1.this.f485c.poll(); + poll = h1.this.f484c.poll(); if (poll == null) { h1 h1Var = h1.this; h1Var.b--; @@ -89,7 +89,7 @@ public class h1 implements v0 { int i = this.b; z2 = true; if (i >= 5) { - this.f485c.add(Pair.create(lVar, w0Var)); + this.f484c.add(Pair.create(lVar, w0Var)); } else { this.b = i + 1; z2 = false; diff --git a/app/src/main/java/c/f/j/p/i.java b/app/src/main/java/c/f/j/p/i.java index aa6a2b030c..44394da4fc 100644 --- a/app/src/main/java/c/f/j/p/i.java +++ b/app/src/main/java/c/f/j/p/i.java @@ -12,19 +12,19 @@ public class i implements v0> { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f487c; + public final int f486c; public final boolean d; /* compiled from: BitmapPrepareProducer */ public static class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final int f488c; + public final int f487c; public final int d; public a(l> lVar, int i, int i2) { super(lVar); - this.f488c = i; + this.f487c = i; this.d = i2; } @@ -35,7 +35,7 @@ public class i implements v0> { CloseableReference closeableReference = (CloseableReference) obj; if (closeableReference != null && closeableReference.x()) { c cVar = (c) closeableReference.w(); - if (!cVar.isClosed() && (cVar instanceof d) && (bitmap = ((d) cVar).l) != null && (height = bitmap.getHeight() * bitmap.getRowBytes()) >= this.f488c && height <= this.d) { + if (!cVar.isClosed() && (cVar instanceof d) && (bitmap = ((d) cVar).l) != null && (height = bitmap.getHeight() * bitmap.getRowBytes()) >= this.f487c && height <= this.d) { bitmap.prepareToDraw(); } } @@ -48,14 +48,14 @@ public class i implements v0> { Objects.requireNonNull(v0Var); this.a = v0Var; this.b = i; - this.f487c = i2; + this.f486c = i2; this.d = z2; } @Override // c.f.j.p.v0 public void b(l> lVar, w0 w0Var) { if (!w0Var.k() || this.d) { - this.a.b(new a(lVar, this.b, this.f487c), w0Var); + this.a.b(new a(lVar, this.b, this.f486c), w0Var); } else { this.a.b(lVar, w0Var); } diff --git a/app/src/main/java/c/f/j/p/i0.java b/app/src/main/java/c/f/j/p/i0.java index 40502533c5..835531970d 100644 --- a/app/src/main/java/c/f/j/p/i0.java +++ b/app/src/main/java/c/f/j/p/i0.java @@ -12,11 +12,11 @@ import java.util.concurrent.Executor; public class i0 extends g0 { /* renamed from: c reason: collision with root package name */ - public final Resources f489c; + public final Resources f488c; public i0(Executor executor, g gVar, Resources resources) { super(executor, gVar); - this.f489c = resources; + this.f488c = resources; } /* JADX WARNING: Code restructure failed: missing block: B:12:0x0038, code lost: @@ -25,10 +25,10 @@ public class i0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { int i; - InputStream openRawResource = this.f489c.openRawResource(Integer.parseInt(imageRequest.f2265c.getPath().substring(1))); + InputStream openRawResource = this.f488c.openRawResource(Integer.parseInt(imageRequest.f2263c.getPath().substring(1))); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f489c.openRawResourceFd(Integer.parseInt(imageRequest.f2265c.getPath().substring(1))); + assetFileDescriptor = this.f488c.openRawResourceFd(Integer.parseInt(imageRequest.f2263c.getPath().substring(1))); i = (int) assetFileDescriptor.getLength(); } catch (Resources.NotFoundException unused) { i = -1; diff --git a/app/src/main/java/c/f/j/p/i1.java b/app/src/main/java/c/f/j/p/i1.java index a7b750d485..5525a88bc6 100644 --- a/app/src/main/java/c/f/j/p/i1.java +++ b/app/src/main/java/c/f/j/p/i1.java @@ -11,20 +11,20 @@ public class i1 implements v0 { public class a extends p { /* renamed from: c reason: collision with root package name */ - public final w0 f490c; + public final w0 f489c; public final int d; public final c.f.j.d.e e; public a(l lVar, w0 w0Var, int i) { super(lVar); - this.f490c = w0Var; + this.f489c = w0Var; this.d = i; this.e = w0Var.e().i; } @Override // c.f.j.p.p, c.f.j.p.b public void h(Throwable th) { - if (!i1.this.c(this.d + 1, this.b, this.f490c)) { + if (!i1.this.c(this.d + 1, this.b, this.f489c)) { this.b.c(th); } } @@ -32,13 +32,13 @@ public class i1 implements v0 { @Override // c.f.j.p.b public void i(Object obj, int i) { e eVar = (e) obj; - if (eVar != null && (b.f(i) || AnimatableValueParser.o1(eVar, this.e))) { + if (eVar != null && (b.f(i) || AnimatableValueParser.p1(eVar, this.e))) { this.b.b(eVar, i); } else if (b.e(i)) { if (eVar != null) { eVar.close(); } - if (!i1.this.c(this.d + 1, this.b, this.f490c)) { + if (!i1.this.c(this.d + 1, this.b, this.f489c)) { this.b.b(null, 1); } } diff --git a/app/src/main/java/c/f/j/p/j.java b/app/src/main/java/c/f/j/p/j.java index 7af14889ec..531a1c97ca 100644 --- a/app/src/main/java/c/f/j/p/j.java +++ b/app/src/main/java/c/f/j/p/j.java @@ -18,7 +18,7 @@ public class j implements v0> { public final f b; /* renamed from: c reason: collision with root package name */ - public final f f491c; + public final f f490c; public final i d; public final v0> e; public final d f; @@ -28,7 +28,7 @@ public class j implements v0> { public static class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final w0 f492c; + public final w0 f491c; public final w d; public final f e; public final f f; @@ -38,7 +38,7 @@ public class j implements v0> { public a(l> lVar, w0 w0Var, w wVar, f fVar, f fVar2, i iVar, d dVar, d dVar2) { super(lVar); - this.f492c = w0Var; + this.f491c = w0Var; this.d = wVar; this.e = fVar; this.f = fVar2; @@ -55,11 +55,11 @@ public class j implements v0> { b.b(); if (!b.f(i) && closeableReference != null) { if (!b.l(i, 8)) { - ImageRequest e = this.f492c.e(); - ((n) this.g).b(e, this.f492c.b()); - if (this.f492c.l("origin").equals("memory_bitmap")) { - Objects.requireNonNull(this.f492c.g().w); - Objects.requireNonNull(this.f492c.g().w); + ImageRequest e = this.f491c.e(); + ((n) this.g).b(e, this.f491c.b()); + if (this.f491c.l("origin").equals("memory_bitmap")) { + Objects.requireNonNull(this.f491c.g().w); + Objects.requireNonNull(this.f491c.g().w); } this.b.b(closeableReference, i); b.b(); @@ -77,7 +77,7 @@ public class j implements v0> { public j(w wVar, f fVar, f fVar2, i iVar, d dVar, d dVar2, v0> v0Var) { this.a = wVar; this.b = fVar; - this.f491c = fVar2; + this.f490c = fVar2; this.d = iVar; this.f = dVar; this.g = dVar2; @@ -90,7 +90,7 @@ public class j implements v0> { b.b(); y0 o = w0Var.o(); o.e(w0Var, "BitmapProbeProducer"); - a aVar = new a(lVar, w0Var, this.a, this.b, this.f491c, this.d, this.f, this.g); + a aVar = new a(lVar, w0Var, this.a, this.b, this.f490c, this.d, this.f, this.g); o.j(w0Var, "BitmapProbeProducer", null); b.b(); this.e.b(aVar, w0Var); diff --git a/app/src/main/java/c/f/j/p/j0.java b/app/src/main/java/c/f/j/p/j0.java index 8b218918e9..527ba320e8 100644 --- a/app/src/main/java/c/f/j/p/j0.java +++ b/app/src/main/java/c/f/j/p/j0.java @@ -83,7 +83,7 @@ public class j0 implements v0> { bitmap = ThumbnailUtils.createVideoThumbnail(str, i); } else { try { - ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2265c, "r"); + ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2263c, "r"); MediaMetadataRetriever mediaMetadataRetriever = new MediaMetadataRetriever(); mediaMetadataRetriever.setDataSource(openFileDescriptor.getFileDescriptor()); bitmap = mediaMetadataRetriever.getFrameAtTime(-1); @@ -141,7 +141,7 @@ public class j0 implements v0> { String str; Uri uri; Objects.requireNonNull(j0Var); - Uri uri2 = imageRequest.f2265c; + Uri uri2 = imageRequest.f2263c; if (c.f.d.l.b.d(uri2)) { return imageRequest.a().getPath(); } diff --git a/app/src/main/java/c/f/j/p/k.java b/app/src/main/java/c/f/j/p/k.java index c76427937c..1581777d3e 100644 --- a/app/src/main/java/c/f/j/p/k.java +++ b/app/src/main/java/c/f/j/p/k.java @@ -12,36 +12,36 @@ public class k implements v0 { public class b extends p { /* renamed from: c reason: collision with root package name */ - public w0 f493c; + public w0 f492c; public b(l lVar, w0 w0Var, a aVar) { super(lVar); - this.f493c = w0Var; + this.f492c = w0Var; } @Override // c.f.j.p.p, c.f.j.p.b public void h(Throwable th) { - k.this.b.b(this.b, this.f493c); + k.this.b.b(this.b, this.f492c); } @Override // c.f.j.p.b public void i(Object obj, int i) { e eVar = (e) obj; - ImageRequest e = this.f493c.e(); + ImageRequest e = this.f492c.e(); boolean e2 = b.e(i); - boolean o1 = AnimatableValueParser.o1(eVar, e.i); - if (eVar != null && (o1 || e.g)) { - if (!e2 || !o1) { + boolean p1 = AnimatableValueParser.p1(eVar, e.i); + if (eVar != null && (p1 || e.g)) { + if (!e2 || !p1) { this.b.b(eVar, i & -2); } else { this.b.b(eVar, i); } } - if (e2 && !o1) { + if (e2 && !p1) { if (eVar != null) { eVar.close(); } - k.this.b.b(this.b, this.f493c); + k.this.b.b(this.b, this.f492c); } } } diff --git a/app/src/main/java/c/f/j/p/k0.java b/app/src/main/java/c/f/j/p/k0.java index 4801cb2d75..669fd7cbd9 100644 --- a/app/src/main/java/c/f/j/p/k0.java +++ b/app/src/main/java/c/f/j/p/k0.java @@ -20,7 +20,7 @@ public abstract class k0 implements v0 { public final v0 b; /* renamed from: c reason: collision with root package name */ - public final boolean f494c; + public final boolean f493c; public final String d; public final String e; @@ -31,7 +31,7 @@ public abstract class k0 implements v0 { public final CopyOnWriteArraySet, w0>> b = new CopyOnWriteArraySet<>(); /* renamed from: c reason: collision with root package name */ - public T f495c; + public T f494c; public float d; public int e; public d f; @@ -52,8 +52,8 @@ public abstract class k0 implements v0 { if (bVar.g == this) { bVar.g = null; bVar.f = null; - bVar.b(bVar.f495c); - bVar.f495c = null; + bVar.b(bVar.f494c); + bVar.f494c = null; bVar.i(c.f.d.l.a.UNSET); } } @@ -136,7 +136,7 @@ public abstract class k0 implements v0 { k = k(); l = l(); j = j(); - closeable = this.f495c; + closeable = this.f494c; f = this.d; i = this.e; } @@ -145,7 +145,7 @@ public abstract class k0 implements v0 { d.r(j); synchronized (create) { synchronized (this) { - if (closeable != this.f495c) { + if (closeable != this.f494c) { closeable = null; } else if (closeable != null) { closeable = k0.this.c(closeable); @@ -217,8 +217,8 @@ public abstract class k0 implements v0 { it = this.b.iterator(); this.b.clear(); k0.this.e(this.a, this); - b(this.f495c); - this.f495c = null; + b(this.f494c); + this.f494c = null; } else { return; } @@ -238,12 +238,12 @@ public abstract class k0 implements v0 { int size; synchronized (this) { if (this.g == aVar) { - b(this.f495c); - this.f495c = null; + b(this.f494c); + this.f494c = null; it = this.b.iterator(); size = this.b.size(); if (b.f(i)) { - this.f495c = k0.this.c(t); + this.f494c = k0.this.c(t); this.e = i; } else { this.b.clear(); @@ -365,7 +365,7 @@ public abstract class k0 implements v0 { public k0(v0 v0Var, String str, String str2) { this.b = v0Var; this.a = new HashMap(); - this.f494c = false; + this.f493c = false; this.d = str; this.e = str2; } @@ -373,7 +373,7 @@ public abstract class k0 implements v0 { public k0(v0 v0Var, String str, String str2, boolean z2) { this.b = v0Var; this.a = new HashMap(); - this.f494c = z2; + this.f493c = z2; this.d = str; this.e = str2; } diff --git a/app/src/main/java/c/f/j/p/l0.java b/app/src/main/java/c/f/j/p/l0.java index db20df2eb2..1822e1c7b2 100644 --- a/app/src/main/java/c/f/j/p/l0.java +++ b/app/src/main/java/c/f/j/p/l0.java @@ -42,7 +42,7 @@ public class l0 extends e { d.t(list3); d.r(list2); if (dVar != null) { - if (!k0.this.f494c || dVar.k()) { + if (!k0.this.f493c || dVar.k()) { dVar.u(); } else { d.t(dVar.v(d.LOW)); diff --git a/app/src/main/java/c/f/j/p/m.java b/app/src/main/java/c/f/j/p/m.java index d152ab5837..b02cc68963 100644 --- a/app/src/main/java/c/f/j/p/m.java +++ b/app/src/main/java/c/f/j/p/m.java @@ -18,7 +18,7 @@ public class m extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { boolean z2; - String uri = imageRequest.f2265c.toString(); + String uri = imageRequest.f2263c.toString(); AnimatableValueParser.j(Boolean.valueOf(uri.substring(0, 5).equals("data:"))); int indexOf = uri.indexOf(44); String substring = uri.substring(indexOf + 1, uri.length()); diff --git a/app/src/main/java/c/f/j/p/m0.java b/app/src/main/java/c/f/j/p/m0.java index a66fc82c84..1a6f041dee 100644 --- a/app/src/main/java/c/f/j/p/m0.java +++ b/app/src/main/java/c/f/j/p/m0.java @@ -20,7 +20,7 @@ public class m0 implements v0 { public final c.f.d.g.a b; /* renamed from: c reason: collision with root package name */ - public final n0 f496c; + public final n0 f495c; /* compiled from: NetworkFetchProducer */ public class a implements n0.a { @@ -51,11 +51,11 @@ public class m0 implements v0 { try { int read = inputStream.read(bArr); if (read < 0) { - n0 n0Var = m0Var.f496c; + n0 n0Var = m0Var.f495c; int i2 = ((MemoryPooledByteBufferOutputStream) e).k; a0 a0Var = (a0) n0Var; Objects.requireNonNull(a0Var); - ((a0.a) xVar).f = a0Var.f473c.now(); + ((a0.a) xVar).f = a0Var.f472c.now(); m0Var.c(e, xVar); m0Var.b.release(bArr); e.close(); @@ -79,7 +79,7 @@ public class m0 implements v0 { public m0(g gVar, c.f.d.g.a aVar, n0 n0Var) { this.a = gVar; this.b = aVar; - this.f496c = n0Var; + this.f495c = n0Var; } /* JADX WARNING: Removed duplicated region for block: B:12:0x002c */ @@ -123,13 +123,13 @@ public class m0 implements v0 { @Override // c.f.j.p.v0 public void b(l lVar, w0 w0Var) { w0Var.o().e(w0Var, "NetworkFetchProducer"); - Objects.requireNonNull((a0) this.f496c); + Objects.requireNonNull((a0) this.f495c); a0.a aVar = new a0.a(lVar, w0Var); - n0 n0Var = this.f496c; + n0 n0Var = this.f495c; a aVar2 = new a(aVar); a0 a0Var = (a0) n0Var; Objects.requireNonNull(a0Var); - aVar.d = a0Var.f473c.now(); + aVar.d = a0Var.f472c.now(); w0Var.f(new z(a0Var, a0Var.b.submit(new y(a0Var, aVar, aVar2)), aVar2)); } @@ -139,7 +139,7 @@ public class m0 implements v0 { if (!xVar.a().g(xVar.b, "NetworkFetchProducer")) { hashMap = null; } else { - Objects.requireNonNull((a0) this.f496c); + Objects.requireNonNull((a0) this.f495c); a0.a aVar = (a0.a) xVar; hashMap = new HashMap(4); hashMap.put("queue_time", Long.toString(aVar.e - aVar.d)); @@ -160,11 +160,11 @@ public class m0 implements v0 { if (!xVar.b.p()) { z2 = false; } else { - Objects.requireNonNull(this.f496c); + Objects.requireNonNull(this.f495c); z2 = true; } - if (z2 && uptimeMillis - xVar.f516c >= 100) { - xVar.f516c = uptimeMillis; + if (z2 && uptimeMillis - xVar.f515c >= 100) { + xVar.f515c = uptimeMillis; xVar.a().a(xVar.b, "NetworkFetchProducer", "intermediate_result"); e(iVar, 0, null, xVar.a, xVar.b); } diff --git a/app/src/main/java/c/f/j/p/n.java b/app/src/main/java/c/f/j/p/n.java index 9cc920c11f..2dbd57ff3a 100644 --- a/app/src/main/java/c/f/j/p/n.java +++ b/app/src/main/java/c/f/j/p/n.java @@ -25,7 +25,7 @@ public class n implements v0> { public final Executor b; /* renamed from: c reason: collision with root package name */ - public final c.f.j.h.b f497c; + public final c.f.j.h.b f496c; public final c.f.j.h.c d; public final v0 e; public final boolean f; @@ -112,7 +112,7 @@ public class n implements v0> { public abstract class c extends p> { /* renamed from: c reason: collision with root package name */ - public final w0 f498c; + public final w0 f497c; public final y0 d; public final c.f.j.d.b e; public boolean f = false; @@ -137,12 +137,12 @@ public class n implements v0> { Exception e; int i2 = i; if (eVar != null) { - w0 w0Var = c.this.f498c; + w0 w0Var = c.this.f497c; eVar.w(); w0Var.d("image_format", eVar.k.b); if (n.this.f || !b.m(i2, 16)) { ImageRequest e2 = this.a.e(); - if (n.this.g || !c.f.d.l.b.e(e2.f2265c)) { + if (n.this.g || !c.f.d.l.b.e(e2.f2263c)) { eVar.p = AnimatableValueParser.c0(e2.j, e2.i, eVar, this.b); } } @@ -169,7 +169,7 @@ public class n implements v0> { boolean e3 = b.e(i); boolean z3 = e3 && !b.m(i2, 8); boolean m = b.m(i2, 4); - c.f.j.d.e eVar2 = cVar2.f498c.e().i; + c.f.j.d.e eVar2 = cVar2.f497c.e().i; if (eVar2 != null) { str = eVar2.a + "x" + eVar2.b; } else { @@ -180,22 +180,22 @@ public class n implements v0> { synchronized (c0Var) { j = c0Var.j - c0Var.i; } - String valueOf2 = String.valueOf(cVar2.f498c.e().f2265c); + String valueOf2 = String.valueOf(cVar2.f497c.e().f2263c); int f = (z3 || m) ? eVar.f() : cVar2.o(eVar); i p = (z3 || m) ? h.a : cVar2.p(); - cVar2.d.e(cVar2.f498c, "DecodeProducer"); + cVar2.d.e(cVar2.f497c, "DecodeProducer"); try { cVar = cVar2.t(eVar, f, p); try { if (eVar.p != 1) { i2 |= 16; } - cVar2.d.j(cVar2.f498c, "DecodeProducer", cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.j(cVar2.f497c, "DecodeProducer", cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); cVar2.v(eVar, cVar); cVar2.s(cVar, i2); } catch (Exception e4) { e = e4; - cVar2.d.k(cVar2.f498c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.k(cVar2.f497c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); cVar2.u(true); cVar2.b.c(e); } @@ -206,7 +206,7 @@ public class n implements v0> { } catch (Exception e6) { e = e6; cVar = null; - cVar2.d.k(cVar2.f498c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.k(cVar2.f497c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); cVar2.u(true); cVar2.b.c(e); } @@ -238,7 +238,7 @@ public class n implements v0> { @Override // c.f.j.p.e, c.f.j.p.x0 public void b() { - if (c.this.f498c.p()) { + if (c.this.f497c.p()) { c.this.g.d(); } } @@ -246,7 +246,7 @@ public class n implements v0> { public c(l> lVar, w0 w0Var, boolean z2, int i) { super(lVar); - this.f498c = w0Var; + this.f497c = w0Var; this.d = w0Var.o(); c.f.j.d.b bVar = w0Var.e().h; this.e = bVar; @@ -285,7 +285,7 @@ public class n implements v0> { } if (w(eVar, i)) { boolean m = b.m(i, 4); - if (e || m || this.f498c.p()) { + if (e || m || this.f497c.p()) { this.g.d(); } } @@ -302,11 +302,11 @@ public class n implements v0> { } public final Map n(c.f.j.j.c cVar, long j, i iVar, boolean z2, String str, String str2, String str3, String str4) { - if (!this.d.g(this.f498c, "DecodeProducer")) { + if (!this.d.g(this.f497c, "DecodeProducer")) { return null; } String valueOf = String.valueOf(j); - String valueOf2 = String.valueOf(((h) iVar).f462c); + String valueOf2 = String.valueOf(((h) iVar).f461c); String valueOf3 = String.valueOf(z2); if (cVar instanceof c.f.j.j.d) { Bitmap bitmap = ((c.f.j.j.d) cVar).l; @@ -373,12 +373,12 @@ public class n implements v0> { n nVar = n.this; boolean z2 = nVar.k != null && nVar.l.get().booleanValue(); try { - return n.this.f497c.a(eVar, i, iVar, this.e); + return n.this.f496c.a(eVar, i, iVar, this.e); } catch (OutOfMemoryError e) { if (z2) { n.this.k.run(); System.gc(); - return n.this.f497c.a(eVar, i, iVar, this.e); + return n.this.f496c.a(eVar, i, iVar, this.e); } throw e; } @@ -397,19 +397,19 @@ public class n implements v0> { } public final void v(e eVar, c.f.j.j.c cVar) { - w0 w0Var = this.f498c; + w0 w0Var = this.f497c; eVar.w(); w0Var.d("encoded_width", Integer.valueOf(eVar.n)); - w0 w0Var2 = this.f498c; + w0 w0Var2 = this.f497c; eVar.w(); w0Var2.d("encoded_height", Integer.valueOf(eVar.o)); - this.f498c.d("encoded_size", Integer.valueOf(eVar.f())); + this.f497c.d("encoded_size", Integer.valueOf(eVar.f())); if (cVar instanceof c.f.j.j.b) { Bitmap f = ((c.f.j.j.b) cVar).f(); - this.f498c.d("bitmap_config", String.valueOf(f == null ? null : f.getConfig())); + this.f497c.d("bitmap_config", String.valueOf(f == null ? null : f.getConfig())); } if (cVar != null) { - cVar.e(this.f498c.a()); + cVar.e(this.f497c.a()); } } @@ -422,7 +422,7 @@ public class n implements v0> { Objects.requireNonNull(executor); this.b = executor; Objects.requireNonNull(bVar); - this.f497c = bVar; + this.f496c = bVar; Objects.requireNonNull(cVar); this.d = cVar; this.f = z2; @@ -440,7 +440,7 @@ public class n implements v0> { public void b(l> lVar, w0 w0Var) { try { c.f.j.r.b.b(); - this.e.b(!c.f.d.l.b.e(w0Var.e().f2265c) ? new a(this, lVar, w0Var, this.h, this.i) : new b(this, lVar, w0Var, new d(this.a), this.d, this.h, this.i), w0Var); + this.e.b(!c.f.d.l.b.e(w0Var.e().f2263c) ? new a(this, lVar, w0Var, this.h, this.i) : new b(this, lVar, w0Var, new d(this.a), this.d, this.h, this.i), w0Var); c.f.j.r.b.b(); } catch (Throwable th) { c.f.j.r.b.b(); diff --git a/app/src/main/java/c/f/j/p/o.java b/app/src/main/java/c/f/j/p/o.java index 1c4aa5a0f2..c7e04894ea 100644 --- a/app/src/main/java/c/f/j/p/o.java +++ b/app/src/main/java/c/f/j/p/o.java @@ -36,7 +36,7 @@ public class o implements v0> { ImageRequest e = w0Var.e(); ScheduledExecutorService scheduledExecutorService = this.b; if (scheduledExecutorService != null) { - scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2266s, TimeUnit.MILLISECONDS); + scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2264s, TimeUnit.MILLISECONDS); } else { this.a.b(lVar, w0Var); } diff --git a/app/src/main/java/c/f/j/p/o0.java b/app/src/main/java/c/f/j/p/o0.java index a747b6599d..caf13f900c 100644 --- a/app/src/main/java/c/f/j/p/o0.java +++ b/app/src/main/java/c/f/j/p/o0.java @@ -15,7 +15,7 @@ public class o0 implements c { public final /* synthetic */ w0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ l f500c; + public final /* synthetic */ l f499c; public final /* synthetic */ CacheKey d; public final /* synthetic */ q0 e; @@ -23,7 +23,7 @@ public class o0 implements c { this.e = q0Var; this.a = y0Var; this.b = w0Var; - this.f500c = lVar; + this.f499c = lVar; this.d = cacheKey; } @@ -39,10 +39,10 @@ public class o0 implements c { boolean z3 = false; if (z2 || (gVar.e() && (gVar.d() instanceof CancellationException))) { this.a.d(this.b, "PartialDiskCacheProducer", null); - this.f500c.d(); + this.f499c.d(); } else if (gVar.e()) { this.a.k(this.b, "PartialDiskCacheProducer", gVar.d(), null); - q0.c(this.e, this.f500c, this.b, this.d, null); + q0.c(this.e, this.f499c, this.b, this.d, null); } else { synchronized (gVar.e) { eVar = gVar.h; @@ -61,10 +61,10 @@ public class o0 implements c { if (aVar != null && aVar.a >= 0 && f >= aVar.b) { this.b.i("disk", "partial"); this.a.c(this.b, "PartialDiskCacheProducer", true); - this.f500c.b(eVar2, 9); + this.f499c.b(eVar2, 9); } else { - this.f500c.b(eVar2, 8); - ImageRequestBuilder b = ImageRequestBuilder.b(e.f2265c); + this.f499c.b(eVar2, 8); + ImageRequestBuilder b = ImageRequestBuilder.b(e.f2263c); b.e = e.h; b.o = e.k; b.f = e.b; @@ -73,24 +73,24 @@ public class o0 implements c { b.j = e.q; b.g = e.f; b.i = e.l; - b.f2267c = e.i; + b.f2265c = e.i; b.n = e.r; b.d = e.j; b.m = e.p; - b.p = e.f2266s; + b.p = e.f2264s; int i = f2 - 1; if (i >= 0) { z3 = true; } AnimatableValueParser.j(Boolean.valueOf(z3)); b.o = new a(i, Integer.MAX_VALUE); - q0.c(this.e, this.f500c, new c1(b.a(), this.b), this.d, eVar2); + q0.c(this.e, this.f499c, new c1(b.a(), this.b), this.d, eVar2); } } else { y0 y0Var2 = this.a; w0 w0Var2 = this.b; y0Var2.j(w0Var2, "PartialDiskCacheProducer", q0.d(y0Var2, w0Var2, false, 0)); - q0.c(this.e, this.f500c, this.b, this.d, eVar2); + q0.c(this.e, this.f499c, this.b, this.d, eVar2); } } return null; diff --git a/app/src/main/java/c/f/j/p/q.java b/app/src/main/java/c/f/j/p/q.java index 210db22571..ded4ff2f0b 100644 --- a/app/src/main/java/c/f/j/p/q.java +++ b/app/src/main/java/c/f/j/p/q.java @@ -10,14 +10,14 @@ public class q implements c { public final /* synthetic */ w0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ l f501c; + public final /* synthetic */ l f500c; public final /* synthetic */ s d; public q(s sVar, y0 y0Var, w0 w0Var, l lVar) { this.d = sVar; this.a = y0Var; this.b = w0Var; - this.f501c = lVar; + this.f500c = lVar; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -31,10 +31,10 @@ public class q implements c { } if (z2 || (gVar.e() && (gVar.d() instanceof CancellationException))) { this.a.d(this.b, "DiskCacheProducer", null); - this.f501c.d(); + this.f500c.d(); } else if (gVar.e()) { this.a.k(this.b, "DiskCacheProducer", gVar.d(), null); - this.d.d.b(this.f501c, this.b); + this.d.d.b(this.f500c, this.b); } else { synchronized (gVar.e) { eVar = gVar.h; @@ -46,14 +46,14 @@ public class q implements c { y0Var.j(w0Var, "DiskCacheProducer", s.c(y0Var, w0Var, true, eVar2.f())); this.a.c(this.b, "DiskCacheProducer", true); this.b.n("disk"); - this.f501c.a(1.0f); - this.f501c.b(eVar2, 1); + this.f500c.a(1.0f); + this.f500c.b(eVar2, 1); eVar2.close(); } else { y0 y0Var2 = this.a; w0 w0Var2 = this.b; y0Var2.j(w0Var2, "DiskCacheProducer", s.c(y0Var2, w0Var2, false, 0)); - this.d.d.b(this.f501c, this.b); + this.d.d.b(this.f500c, this.b); } } return null; diff --git a/app/src/main/java/c/f/j/p/q0.java b/app/src/main/java/c/f/j/p/q0.java index 3bbda3aa7e..4b85da9c6d 100644 --- a/app/src/main/java/c/f/j/p/q0.java +++ b/app/src/main/java/c/f/j/p/q0.java @@ -24,7 +24,7 @@ public class q0 implements v0 { public final i b; /* renamed from: c reason: collision with root package name */ - public final g f502c; + public final g f501c; public final c.f.d.g.a d; public final v0 e; @@ -32,7 +32,7 @@ public class q0 implements v0 { public static class a extends p { /* renamed from: c reason: collision with root package name */ - public final f f503c; + public final f f502c; public final CacheKey d; public final g e; public final c.f.d.g.a f; @@ -40,7 +40,7 @@ public class q0 implements v0 { public a(l lVar, f fVar, CacheKey cacheKey, g gVar, c.f.d.g.a aVar, e eVar, o0 o0Var) { super(lVar); - this.f503c = fVar; + this.f502c = fVar; this.d = cacheKey; this.e = gVar; this.f = aVar; @@ -56,7 +56,7 @@ public class q0 implements v0 { if (b.m(i, 8) && b.e(i)) { eVar.w(); if (eVar.k != c.a) { - this.f503c.f(this.d, eVar); + this.f502c.f(this.d, eVar); this.b.b(eVar, i); return; } @@ -76,7 +76,7 @@ public class q0 implements v0 { } eVar.close(); this.g.close(); - f fVar = this.f503c; + f fVar = this.f502c; CacheKey cacheKey = this.d; Objects.requireNonNull(fVar); Objects.requireNonNull(cacheKey); @@ -160,13 +160,13 @@ public class q0 implements v0 { public q0(f fVar, i iVar, g gVar, c.f.d.g.a aVar, v0 v0Var) { this.a = fVar; this.b = iVar; - this.f502c = gVar; + this.f501c = gVar; this.d = aVar; this.e = v0Var; } public static void c(q0 q0Var, l lVar, w0 w0Var, CacheKey cacheKey, e eVar) { - q0Var.e.b(new a(lVar, q0Var.a, cacheKey, q0Var.f502c, q0Var.d, eVar, null), w0Var); + q0Var.e.b(new a(lVar, q0Var.a, cacheKey, q0Var.f501c, q0Var.d, eVar, null), w0Var); } @VisibleForTesting @@ -185,7 +185,7 @@ public class q0 implements v0 { return; } w0Var.o().e(w0Var, "PartialDiskCacheProducer"); - Uri build = e.f2265c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); + Uri build = e.f2263c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); i iVar = this.b; w0Var.b(); Objects.requireNonNull((n) iVar); diff --git a/app/src/main/java/c/f/j/p/r0.java b/app/src/main/java/c/f/j/p/r0.java index 0877bf99b2..8800c37fd9 100644 --- a/app/src/main/java/c/f/j/p/r0.java +++ b/app/src/main/java/c/f/j/p/r0.java @@ -16,20 +16,20 @@ public class r0 implements v0> { public final i b; /* renamed from: c reason: collision with root package name */ - public final v0> f504c; + public final v0> f503c; /* compiled from: PostprocessedBitmapMemoryCacheProducer */ public static class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final CacheKey f505c; + public final CacheKey f504c; public final boolean d; public final w e; public final boolean f; public a(l> lVar, CacheKey cacheKey, boolean z2, w wVar, boolean z3) { super(lVar); - this.f505c = cacheKey; + this.f504c = cacheKey; this.d = z2; this.e = wVar; this.f = z3; @@ -45,7 +45,7 @@ public class r0 implements v0> { } } else if (!b.f(i) || this.d) { if (this.f) { - closeableReference2 = this.e.a(this.f505c, closeableReference); + closeableReference2 = this.e.a(this.f504c, closeableReference); } try { this.b.a(1.0f); @@ -67,7 +67,7 @@ public class r0 implements v0> { public r0(w wVar, i iVar, v0> v0Var) { this.a = wVar; this.b = iVar; - this.f504c = v0Var; + this.f503c = v0Var; } @Override // c.f.j.p.v0 @@ -77,7 +77,7 @@ public class r0 implements v0> { Object b = w0Var.b(); b bVar = e.q; if (bVar == null || bVar.getPostprocessorCacheKey() == null) { - this.f504c.b(lVar, w0Var); + this.f503c.b(lVar, w0Var); return; } o.e(w0Var, "PostprocessedBitmapMemoryCacheProducer"); @@ -101,6 +101,6 @@ public class r0 implements v0> { map = f.of("cached_value_found", "false"); } o.j(w0Var, "PostprocessedBitmapMemoryCacheProducer", map); - this.f504c.b(aVar, w0Var); + this.f503c.b(aVar, w0Var); } } diff --git a/app/src/main/java/c/f/j/p/s.java b/app/src/main/java/c/f/j/p/s.java index 5cdf7fe417..273c2b4e45 100644 --- a/app/src/main/java/c/f/j/p/s.java +++ b/app/src/main/java/c/f/j/p/s.java @@ -15,13 +15,13 @@ public class s implements v0 { public final f b; /* renamed from: c reason: collision with root package name */ - public final i f506c; + public final i f505c; public final v0 d; public s(f fVar, f fVar2, i iVar, v0 v0Var) { this.a = fVar; this.b = fVar2; - this.f506c = iVar; + this.f505c = iVar; this.d = v0Var; } @@ -39,7 +39,7 @@ public class s implements v0 { boolean z2 = true; if (e.n) { w0Var.o().e(w0Var, "DiskCacheProducer"); - CacheKey b = ((n) this.f506c).b(e, w0Var.b()); + CacheKey b = ((n) this.f505c).b(e, w0Var.b()); if (e.b != ImageRequest.b.SMALL) { z2 = false; } diff --git a/app/src/main/java/c/f/j/p/s0.java b/app/src/main/java/c/f/j/p/s0.java index d359aba7e1..92039948b0 100644 --- a/app/src/main/java/c/f/j/p/s0.java +++ b/app/src/main/java/c/f/j/p/s0.java @@ -14,13 +14,13 @@ public class s0 implements v0> { public final PlatformBitmapFactory b; /* renamed from: c reason: collision with root package name */ - public final Executor f507c; + public final Executor f506c; /* compiled from: PostprocessorProducer */ public class b extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final y0 f508c; + public final y0 f507c; public final w0 d; public final c.f.j.q.b e; public boolean f; @@ -45,7 +45,7 @@ public class s0 implements v0> { public b(l> lVar, y0 y0Var, c.f.j.q.b bVar, w0 w0Var) { super(lVar); - this.f508c = y0Var; + this.f507c = y0Var; this.e = bVar; this.d = w0Var; w0Var.f(new a(s0.this)); @@ -58,11 +58,11 @@ public class s0 implements v0> { bVar.q(closeableReference, i); return; } - bVar.f508c.e(bVar.d, "PostprocessorProducer"); + bVar.f507c.e(bVar.d, "PostprocessorProducer"); try { CloseableReference r = bVar.r((c.f.j.j.c) closeableReference.w()); try { - y0 y0Var = bVar.f508c; + y0 y0Var = bVar.f507c; w0 w0Var = bVar.d; y0Var.j(w0Var, "PostprocessorProducer", bVar.p(y0Var, w0Var, bVar.e)); bVar.q(r, i); @@ -72,7 +72,7 @@ public class s0 implements v0> { } } } catch (Exception e) { - y0 y0Var2 = bVar.f508c; + y0 y0Var2 = bVar.f507c; w0 w0Var2 = bVar.d; y0Var2.k(w0Var2, "PostprocessorProducer", e, bVar.p(y0Var2, w0Var2, bVar.e)); if (bVar.o()) { @@ -116,7 +116,7 @@ public class s0 implements v0> { closeableReference.close(); } if (s2) { - s0.this.f507c.execute(new t0(this)); + s0.this.f506c.execute(new t0(this)); } } else if (b.e(i)) { q(null, i); @@ -196,7 +196,7 @@ public class s0 implements v0> { public class c extends p, CloseableReference> implements c.f.j.q.d { /* renamed from: c reason: collision with root package name */ - public boolean f509c = false; + public boolean f508c = false; public CloseableReference d = null; public c(s0 s0Var, b bVar, c.f.j.q.c cVar, w0 w0Var, a aVar) { @@ -225,7 +225,7 @@ public class s0 implements v0> { CloseableReference closeableReference = (CloseableReference) obj; if (!b.f(i)) { synchronized (this) { - if (!this.f509c) { + if (!this.f508c) { CloseableReference closeableReference2 = this.d; this.d = CloseableReference.p(closeableReference); if (closeableReference2 != null) { @@ -234,7 +234,7 @@ public class s0 implements v0> { } } synchronized (this) { - if (!this.f509c) { + if (!this.f508c) { p = CloseableReference.p(this.d); } else { return; @@ -253,12 +253,12 @@ public class s0 implements v0> { public final boolean n() { CloseableReference closeableReference; synchronized (this) { - if (this.f509c) { + if (this.f508c) { return false; } closeableReference = this.d; this.d = null; - this.f509c = true; + this.f508c = true; } Class cls = CloseableReference.i; if (closeableReference != null) { @@ -288,7 +288,7 @@ public class s0 implements v0> { this.a = v0Var; this.b = platformBitmapFactory; Objects.requireNonNull(executor); - this.f507c = executor; + this.f506c = executor; } @Override // c.f.j.p.v0 diff --git a/app/src/main/java/c/f/j/p/t.java b/app/src/main/java/c/f/j/p/t.java index 90b91b812a..d9877e81c3 100644 --- a/app/src/main/java/c/f/j/p/t.java +++ b/app/src/main/java/c/f/j/p/t.java @@ -13,21 +13,21 @@ public class t implements v0 { public final f b; /* renamed from: c reason: collision with root package name */ - public final i f510c; + public final i f509c; public final v0 d; /* compiled from: DiskCacheWriteProducer */ public static class b extends p { /* renamed from: c reason: collision with root package name */ - public final w0 f511c; + public final w0 f510c; public final f d; public final f e; public final i f; public b(l lVar, w0 w0Var, f fVar, f fVar2, i iVar, a aVar) { super(lVar); - this.f511c = w0Var; + this.f510c = w0Var; this.d = fVar; this.e = fVar2; this.f = iVar; @@ -36,23 +36,23 @@ public class t implements v0 { @Override // c.f.j.p.b public void i(Object obj, int i) { e eVar = (e) obj; - this.f511c.o().e(this.f511c, "DiskCacheWriteProducer"); + this.f510c.o().e(this.f510c, "DiskCacheWriteProducer"); if (!b.f(i) && eVar != null && !b.l(i, 10)) { eVar.w(); if (eVar.k != c.a) { - ImageRequest e = this.f511c.e(); - CacheKey b = ((n) this.f).b(e, this.f511c.b()); + ImageRequest e = this.f510c.e(); + CacheKey b = ((n) this.f).b(e, this.f510c.b()); if (e.b == ImageRequest.b.SMALL) { this.e.f(b, eVar); } else { this.d.f(b, eVar); } - this.f511c.o().j(this.f511c, "DiskCacheWriteProducer", null); + this.f510c.o().j(this.f510c, "DiskCacheWriteProducer", null); this.b.b(eVar, i); return; } } - this.f511c.o().j(this.f511c, "DiskCacheWriteProducer", null); + this.f510c.o().j(this.f510c, "DiskCacheWriteProducer", null); this.b.b(eVar, i); } } @@ -60,7 +60,7 @@ public class t implements v0 { public t(f fVar, f fVar2, i iVar, v0 v0Var) { this.a = fVar; this.b = fVar2; - this.f510c = iVar; + this.f509c = iVar; this.d = v0Var; } @@ -72,7 +72,7 @@ public class t implements v0 { return; } if (w0Var.e().n) { - lVar = new b(lVar, w0Var, this.a, this.b, this.f510c, null); + lVar = new b(lVar, w0Var, this.a, this.b, this.f509c, null); } this.d.b(lVar, w0Var); } diff --git a/app/src/main/java/c/f/j/p/t0.java b/app/src/main/java/c/f/j/p/t0.java index dfaed87412..b0ed21177e 100644 --- a/app/src/main/java/c/f/j/p/t0.java +++ b/app/src/main/java/c/f/j/p/t0.java @@ -40,7 +40,7 @@ public class t0 implements Runnable { s2 = bVar2.s(); } if (s2) { - s0.this.f507c.execute(new t0(bVar2)); + s0.this.f506c.execute(new t0(bVar2)); } } } diff --git a/app/src/main/java/c/f/j/p/v.java b/app/src/main/java/c/f/j/p/v.java index 18f2cbc7fb..cceaa15036 100644 --- a/app/src/main/java/c/f/j/p/v.java +++ b/app/src/main/java/c/f/j/p/v.java @@ -18,20 +18,20 @@ public class v implements v0 { public final i b; /* renamed from: c reason: collision with root package name */ - public final v0 f512c; + public final v0 f511c; /* compiled from: EncodedMemoryCacheProducer */ public static class a extends p { /* renamed from: c reason: collision with root package name */ - public final w f513c; + public final w f512c; public final CacheKey d; public final boolean e; public final boolean f; public a(l lVar, w wVar, CacheKey cacheKey, boolean z2, boolean z3) { super(lVar); - this.f513c = wVar; + this.f512c = wVar; this.d = cacheKey; this.e = z2; this.f = z3; @@ -51,7 +51,7 @@ public class v implements v0 { CloseableReference closeableReference = null; try { if (this.f && this.e) { - closeableReference = this.f513c.a(this.d, c2); + closeableReference = this.f512c.a(this.d, c2); } if (closeableReference != null) { try { @@ -88,7 +88,7 @@ public class v implements v0 { public v(w wVar, i iVar, v0 v0Var) { this.a = wVar; this.b = iVar; - this.f512c = v0Var; + this.f511c = v0Var; } /* JADX INFO: finally extract failed */ @@ -143,7 +143,7 @@ public class v implements v0 { map = f.of("cached_value_found", "false"); } o.j(w0Var, "EncodedMemoryCacheProducer", map); - this.f512c.b(aVar, w0Var); + this.f511c.b(aVar, w0Var); Class cls3 = CloseableReference.i; if (closeableReference != null) { closeableReference.close(); diff --git a/app/src/main/java/c/f/j/p/w.java b/app/src/main/java/c/f/j/p/w.java index ce18010e1c..e8805c1d26 100644 --- a/app/src/main/java/c/f/j/p/w.java +++ b/app/src/main/java/c/f/j/p/w.java @@ -15,7 +15,7 @@ public class w implements v0 { public final f b; /* renamed from: c reason: collision with root package name */ - public final i f514c; + public final i f513c; public final v0 d; public final d e; public final d f; @@ -24,7 +24,7 @@ public class w implements v0 { public static class a extends p { /* renamed from: c reason: collision with root package name */ - public final w0 f515c; + public final w0 f514c; public final f d; public final f e; public final i f; @@ -33,7 +33,7 @@ public class w implements v0 { public a(l lVar, w0 w0Var, f fVar, f fVar2, i iVar, d dVar, d dVar2) { super(lVar); - this.f515c = w0Var; + this.f514c = w0Var; this.d = fVar; this.e = fVar2; this.f = iVar; @@ -50,15 +50,15 @@ public class w implements v0 { if (!b.f(i) && eVar != null && !b.l(i, 10)) { eVar.w(); if (eVar.k != c.a) { - ImageRequest e = this.f515c.e(); - CacheKey b = ((n) this.f).b(e, this.f515c.b()); + ImageRequest e = this.f514c.e(); + CacheKey b = ((n) this.f).b(e, this.f514c.b()); this.g.a(b); - if (this.f515c.l("origin").equals("memory_encoded")) { + if (this.f514c.l("origin").equals("memory_encoded")) { if (!this.h.b(b)) { (e.b == ImageRequest.b.SMALL ? this.e : this.d).c(b); this.h.a(b); } - } else if (this.f515c.l("origin").equals("disk")) { + } else if (this.f514c.l("origin").equals("disk")) { this.h.a(b); } this.b.b(eVar, i); @@ -77,7 +77,7 @@ public class w implements v0 { public w(f fVar, f fVar2, i iVar, d dVar, d dVar2, v0 v0Var) { this.a = fVar; this.b = fVar2; - this.f514c = iVar; + this.f513c = iVar; this.e = dVar; this.f = dVar2; this.d = v0Var; @@ -89,7 +89,7 @@ public class w implements v0 { b.b(); y0 o = w0Var.o(); o.e(w0Var, "EncodedProbeProducer"); - a aVar = new a(lVar, w0Var, this.a, this.b, this.f514c, this.e, this.f); + a aVar = new a(lVar, w0Var, this.a, this.b, this.f513c, this.e, this.f); o.j(w0Var, "EncodedProbeProducer", null); b.b(); this.d.b(aVar, w0Var); diff --git a/app/src/main/java/c/f/j/p/x.java b/app/src/main/java/c/f/j/p/x.java index f92916d987..5dc84d70e6 100644 --- a/app/src/main/java/c/f/j/p/x.java +++ b/app/src/main/java/c/f/j/p/x.java @@ -7,7 +7,7 @@ public class x { public final w0 b; /* renamed from: c reason: collision with root package name */ - public long f516c = 0; + public long f515c = 0; public x(l lVar, w0 w0Var) { this.a = lVar; diff --git a/app/src/main/java/c/f/j/p/y.java b/app/src/main/java/c/f/j/p/y.java index 2b06ff84fb..47fc7d5373 100644 --- a/app/src/main/java/c/f/j/p/y.java +++ b/app/src/main/java/c/f/j/p/y.java @@ -34,9 +34,9 @@ public class y implements Runnable { Objects.requireNonNull(a0Var); InputStream inputStream = null; try { - httpURLConnection = a0Var.a(aVar.b.e().f2265c, 5); + httpURLConnection = a0Var.a(aVar.b.e().f2263c, 5); try { - aVar.e = a0Var.f473c.now(); + aVar.e = a0Var.f472c.now(); if (httpURLConnection != null) { inputStream = httpURLConnection.getInputStream(); ((m0.a) aVar2).b(inputStream, -1); diff --git a/app/src/main/java/c/f/j/s/d.java b/app/src/main/java/c/f/j/s/d.java index 3d40033ba6..a1c337df4d 100644 --- a/app/src/main/java/c/f/j/s/d.java +++ b/app/src/main/java/c/f/j/s/d.java @@ -73,7 +73,7 @@ public class d { float f = (float) i; float f2 = (float) i2; float max = Math.max(((float) eVar.a) / f, ((float) eVar.b) / f2); - float f3 = eVar.f438c; + float f3 = eVar.f437c; if (f * max > f3) { max = f3 / f; } diff --git a/app/src/main/java/c/f/l/a/a.java b/app/src/main/java/c/f/l/a/a.java index c239d8e6c0..29a8b1d178 100644 --- a/app/src/main/java/c/f/l/a/a.java +++ b/app/src/main/java/c/f/l/a/a.java @@ -8,7 +8,7 @@ public class a { public int b; /* renamed from: c reason: collision with root package name */ - public final int[] f517c = new int[2]; + public final int[] f516c = new int[2]; public final float[] d = new float[2]; public final float[] e = new float[2]; public final float[] f = new float[2]; @@ -28,7 +28,7 @@ public class a { this.a = false; this.b = 0; for (int i = 0; i < 2; i++) { - this.f517c[i] = -1; + this.f516c[i] = -1; } } diff --git a/app/src/main/java/c/f/l/b/b.java b/app/src/main/java/c/f/l/b/b.java index 0aad498863..85fb93820a 100644 --- a/app/src/main/java/c/f/l/b/b.java +++ b/app/src/main/java/c/f/l/b/b.java @@ -13,7 +13,7 @@ import java.util.Objects; public class b extends a { /* renamed from: s reason: collision with root package name */ - public final ValueAnimator f518s; + public final ValueAnimator f517s; /* compiled from: AnimatedZoomableController */ public class a implements ValueAnimator.AnimatorUpdateListener { @@ -77,7 +77,7 @@ public class b extends a { public b(c.f.l.a.b bVar) { super(bVar); ValueAnimator ofFloat = ValueAnimator.ofFloat(0.0f, 1.0f); - this.f518s = ofFloat; + this.f517s = ofFloat; ofFloat.setInterpolator(new DecelerateInterpolator()); } @@ -94,12 +94,12 @@ public class b extends a { AnimatableValueParser.j(Boolean.valueOf(j > 0)); AnimatableValueParser.B(!this.m); this.m = true; - this.f518s.setDuration(j); + this.f517s.setDuration(j); this.h.getValues(this.n); matrix.getValues(this.o); - this.f518s.addUpdateListener(new a()); - this.f518s.addListener(new C0070b(runnable)); - this.f518s.start(); + this.f517s.addUpdateListener(new a()); + this.f517s.addListener(new C0070b(runnable)); + this.f517s.start(); } @Override // c.f.l.b.a @@ -107,9 +107,9 @@ public class b extends a { public void o() { if (this.m) { c.f.d.e.a.i(b.class, "stopAnimation"); - this.f518s.cancel(); - this.f518s.removeAllUpdateListeners(); - this.f518s.removeAllListeners(); + this.f517s.cancel(); + this.f517s.removeAllUpdateListeners(); + this.f517s.removeAllListeners(); } } } diff --git a/app/src/main/java/c/f/l/b/c.java b/app/src/main/java/c/f/l/b/c.java index d56c62fca3..420392e8e6 100644 --- a/app/src/main/java/c/f/l/b/c.java +++ b/app/src/main/java/c/f/l/b/c.java @@ -16,7 +16,7 @@ public class c implements e, b.a { public e.a b = null; /* renamed from: c reason: collision with root package name */ - public boolean f519c = false; + public boolean f518c = false; public final RectF d = new RectF(); public final RectF e = new RectF(); public final RectF f = new RectF(); @@ -183,7 +183,7 @@ public class c implements e, b.a { motionEvent.getAction(); int i = c.f.d.e.a.a; int i2 = 0; - if (!this.f519c) { + if (!this.f518c) { return false; } c.f.l.a.a aVar3 = this.a.a; @@ -192,7 +192,7 @@ public class c implements e, b.a { if (!(actionMasked == 0 || actionMasked == 1)) { if (actionMasked == 2) { while (i2 < 2) { - int findPointerIndex = motionEvent.findPointerIndex(aVar3.f517c[i2]); + int findPointerIndex = motionEvent.findPointerIndex(aVar3.f516c[i2]); if (findPointerIndex != -1) { aVar3.f[i2] = motionEvent.getX(findPointerIndex); aVar3.g[i2] = motionEvent.getY(findPointerIndex); @@ -224,9 +224,9 @@ public class c implements e, b.a { i3 = -1; } if (i3 == -1) { - aVar3.f517c[i2] = -1; + aVar3.f516c[i2] = -1; } else { - aVar3.f517c[i2] = motionEvent.getPointerId(i3); + aVar3.f516c[i2] = motionEvent.getPointerId(i3); float[] fArr = aVar3.f; float[] fArr2 = aVar3.d; float x2 = motionEvent.getX(i3); @@ -250,7 +250,7 @@ public class c implements e, b.a { public final void i() { this.h.mapRect(this.f, this.e); e.a aVar = this.b; - if (aVar != null && this.f519c) { + if (aVar != null && this.f518c) { ZoomableDraweeView zoomableDraweeView = ZoomableDraweeView.this; zoomableDraweeView.getLogTag(); zoomableDraweeView.hashCode(); @@ -271,7 +271,7 @@ public class c implements e, b.a { } public void k(boolean z2) { - this.f519c = z2; + this.f518c = z2; if (!z2) { j(); } diff --git a/app/src/main/java/c/f/m/a.java b/app/src/main/java/c/f/m/a.java index 50e1b4bdbd..89805b2c83 100644 --- a/app/src/main/java/c/f/m/a.java +++ b/app/src/main/java/c/f/m/a.java @@ -19,7 +19,7 @@ public class a extends f { public C0071a(f fVar) throws IOException { super(fVar); - this.m = new File(a.this.f521c.getApplicationInfo().nativeLibraryDir); + this.m = new File(a.this.f520c.getApplicationInfo().nativeLibraryDir); this.n = a.this.h; } } @@ -40,7 +40,7 @@ public class a extends f { obtain.writeByte((byte) 2); obtain.writeString(canonicalFile.getPath()); obtain.writeLong(canonicalFile.lastModified()); - Context context = this.f521c; + Context context = this.f520c; PackageManager packageManager = context.getPackageManager(); if (packageManager != null) { try { @@ -52,7 +52,7 @@ public class a extends f { obtain.writeByte((byte) 0); return obtain.marshall(); } - String str = this.f521c.getApplicationInfo().nativeLibraryDir; + String str = this.f520c.getApplicationInfo().nativeLibraryDir; if (str == null) { obtain.writeByte((byte) 1); byte[] marshall = obtain.marshall(); diff --git a/app/src/main/java/c/f/m/b.java b/app/src/main/java/c/f/m/b.java index a790346b1d..27045b65af 100644 --- a/app/src/main/java/c/f/m/b.java +++ b/app/src/main/java/c/f/m/b.java @@ -12,7 +12,7 @@ public class b extends l { public int b; /* renamed from: c reason: collision with root package name */ - public c f520c; + public c f519c; public b(Context context, int i) { Context applicationContext = context.getApplicationContext(); @@ -22,7 +22,7 @@ public class b extends l { this.a = context; } this.b = i; - this.f520c = new c(new File(this.a.getApplicationInfo().nativeLibraryDir), i); + this.f519c = new c(new File(this.a.getApplicationInfo().nativeLibraryDir), i); } public static File d(Context context) { @@ -31,16 +31,16 @@ public class b extends l { @Override // c.f.m.l public int a(String str, int i, StrictMode.ThreadPolicy threadPolicy) throws IOException { - return this.f520c.a(str, i, threadPolicy); + return this.f519c.a(str, i, threadPolicy); } @Override // c.f.m.l public void b(int i) throws IOException { - this.f520c.b(i); + this.f519c.b(i); } public boolean c() throws IOException { - File file = this.f520c.a; + File file = this.f519c.a; Context e = e(); File d = d(e); if (file.equals(d)) { @@ -49,7 +49,7 @@ public class b extends l { Log.d("SoLoader", "Native library directory updated from " + file + " to " + d); int i = this.b | 1; this.b = i; - this.f520c = new c(d, i); + this.f519c = new c(d, i); this.a = e; return true; } @@ -65,6 +65,6 @@ public class b extends l { @Override // c.f.m.l public String toString() { - return this.f520c.toString(); + return this.f519c.toString(); } } diff --git a/app/src/main/java/c/f/m/e.java b/app/src/main/java/c/f/m/e.java index 10858b6632..4101f1e89f 100644 --- a/app/src/main/java/c/f/m/e.java +++ b/app/src/main/java/c/f/m/e.java @@ -77,7 +77,7 @@ public final class e extends m { */ public b(e eVar, m mVar) throws IOException { boolean z2; - Context context = eVar.f521c; + Context context = eVar.f520c; StringBuilder P = c.d.b.a.a.P("/data/local/tmp/exopackage/"); P.append(context.getPackageName()); P.append("/native-libs/"); diff --git a/app/src/main/java/c/f/m/j.java b/app/src/main/java/c/f/m/j.java index 5607716897..7d0f0a1596 100644 --- a/app/src/main/java/c/f/m/j.java +++ b/app/src/main/java/c/f/m/j.java @@ -12,7 +12,7 @@ public class j implements b { boolean z2; boolean contains; int i2 = ((i & 1) != 0 ? 16 : 0) | 0; - ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2269c; + ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2267c; reentrantReadWriteLock.readLock().lock(); try { if (SoLoader.d == null) { @@ -49,7 +49,7 @@ public class j implements b { continue; } catch (UnsatisfiedLinkError e) { int i3 = SoLoader.e; - SoLoader.f2269c.writeLock().lock(); + SoLoader.f2267c.writeLock().lock(); try { if (SoLoader.g == null || !SoLoader.g.c()) { z2 = false; @@ -58,21 +58,21 @@ public class j implements b { SoLoader.e = SoLoader.e + 1; z2 = true; } - SoLoader.f2269c.writeLock().unlock(); + SoLoader.f2267c.writeLock().unlock(); if (SoLoader.e == i3) { throw e; } } catch (IOException e2) { throw new RuntimeException(e2); } catch (Throwable th2) { - SoLoader.f2269c.writeLock().unlock(); + SoLoader.f2267c.writeLock().unlock(); throw th2; } } } while (z2); return z5; } finally { - SoLoader.f2269c.readLock().unlock(); + SoLoader.f2267c.readLock().unlock(); } } } diff --git a/app/src/main/java/c/f/m/m.java b/app/src/main/java/c/f/m/m.java index 8a635dd1f5..fdfe13e0a4 100644 --- a/app/src/main/java/c/f/m/m.java +++ b/app/src/main/java/c/f/m/m.java @@ -21,7 +21,7 @@ import java.util.Objects; public abstract class m extends c { /* renamed from: c reason: collision with root package name */ - public final Context f521c; + public final Context f520c; public String d; public final Map e = new HashMap(); @@ -187,7 +187,7 @@ public abstract class m extends c { public m(Context context, String str) { super(new File(context.getApplicationInfo().dataDir + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + str), 1); - this.f521c = context; + this.f520c = context; } /* JADX WARNING: Code restructure failed: missing block: B:10:?, code lost: diff --git a/app/src/main/java/c/g/a/a/i.java b/app/src/main/java/c/g/a/a/i.java index dc2d1ffaae..f64597aae9 100644 --- a/app/src/main/java/c/g/a/a/i.java +++ b/app/src/main/java/c/g/a/a/i.java @@ -31,11 +31,11 @@ public @interface i { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f522c; + public final int f521c; public b(int i, int i2) { this.b = i; - this.f522c = i2; + this.f521c = i2; } public boolean equals(Object obj) { @@ -46,15 +46,15 @@ public @interface i { return false; } b bVar = (b) obj; - return bVar.b == this.b && bVar.f522c == this.f522c; + return bVar.b == this.b && bVar.f521c == this.f521c; } public int hashCode() { - return this.f522c + this.b; + return this.f521c + this.b; } public String toString() { - return this == a ? "EMPTY" : String.format("(enabled=0x%x,disabled=0x%x)", Integer.valueOf(this.b), Integer.valueOf(this.f522c)); + return this == a ? "EMPTY" : String.format("(enabled=0x%x,disabled=0x%x)", Integer.valueOf(this.b), Integer.valueOf(this.f521c)); } } @@ -122,7 +122,7 @@ public @interface i { b bVar = this._features; Objects.requireNonNull(bVar); int ordinal = 1 << aVar.ordinal(); - if ((bVar.f522c & ordinal) != 0) { + if ((bVar.f521c & ordinal) != 0) { return Boolean.FALSE; } if ((ordinal & bVar.b) != 0) { @@ -235,15 +235,15 @@ public @interface i { } else { b bVar2 = dVar._features; if (bVar2 != null) { - int i2 = bVar2.f522c; + int i2 = bVar2.f521c; int i3 = bVar2.b; if (!(i2 == 0 && i3 == 0)) { int i4 = bVar.b; - if (i4 == 0 && bVar.f522c == 0) { + if (i4 == 0 && bVar.f521c == 0) { bVar = bVar2; } else { int i5 = ((~i2) & i4) | i3; - int i6 = bVar.f522c; + int i6 = bVar.f521c; int i7 = i2 | ((~i3) & i6); if (!(i5 == i4 && i7 == i6)) { bVar = new b(i5, i7); diff --git a/app/src/main/java/c/g/a/b/a.java b/app/src/main/java/c/g/a/b/a.java index febff07b1b..096b840b3c 100644 --- a/app/src/main/java/c/g/a/b/a.java +++ b/app/src/main/java/c/g/a/b/a.java @@ -181,7 +181,7 @@ public final class a implements Serializable { if (!aVar._name.equals(str)) { aVar = b.b; if (!aVar._name.equals(str)) { - aVar = b.f524c; + aVar = b.f523c; if (!aVar._name.equals(str)) { aVar = b.d; if (!aVar._name.equals(str)) { diff --git a/app/src/main/java/c/g/a/b/b.java b/app/src/main/java/c/g/a/b/b.java index bd5ce7fd65..5915662d7b 100644 --- a/app/src/main/java/c/g/a/b/b.java +++ b/app/src/main/java/c/g/a/b/b.java @@ -8,14 +8,14 @@ public final class b { public static final a b; /* renamed from: c reason: collision with root package name */ - public static final a f524c; + public static final a f523c; public static final a d; static { a aVar = new a("MIME", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", true, '=', 76); a = aVar; b = new a(aVar, "MIME-NO-LINEFEEDS", Integer.MAX_VALUE); - f524c = new a(aVar, "PEM", true, '=', 64); + f523c = new a(aVar, "PEM", true, '=', 64); StringBuilder sb = new StringBuilder("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"); sb.setCharAt(sb.indexOf(BadgeDrawable.DEFAULT_EXCEED_MAX_BADGE_NUMBER_SUFFIX), '-'); sb.setCharAt(sb.indexOf(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN), '_'); diff --git a/app/src/main/java/c/g/a/b/p/a.java b/app/src/main/java/c/g/a/b/p/a.java index 2b1f4b1691..4958c4e6d0 100644 --- a/app/src/main/java/c/g/a/b/p/a.java +++ b/app/src/main/java/c/g/a/b/p/a.java @@ -7,7 +7,7 @@ public final class a { public static final byte[] b; /* renamed from: c reason: collision with root package name */ - public static final int[] f529c; + public static final int[] f528c; public static final int[] d; public static final int[] e; public static final int[] f; @@ -34,7 +34,7 @@ public final class a { } iArr[34] = 1; iArr[92] = 1; - f529c = iArr; + f528c = iArr; int length2 = iArr.length; int[] iArr2 = new int[length2]; System.arraycopy(iArr, 0, iArr2, 0, length2); diff --git a/app/src/main/java/c/g/a/b/p/c.java b/app/src/main/java/c/g/a/b/p/c.java index 8c702f6b4f..ef203c5944 100644 --- a/app/src/main/java/c/g/a/b/p/c.java +++ b/app/src/main/java/c/g/a/b/p/c.java @@ -7,12 +7,12 @@ public class c { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final a f530c; + public final a f529c; public byte[] d; public char[] e; public c(a aVar, Object obj, boolean z2) { - this.f530c = aVar; + this.f529c = aVar; this.a = obj; this.b = z2; } @@ -21,7 +21,7 @@ public class c { byte[] bArr2 = this.d; if (bArr == bArr2 || bArr.length >= bArr2.length) { this.d = null; - this.f530c.f539c.set(3, bArr); + this.f529c.f538c.set(3, bArr); return; } throw new IllegalArgumentException("Trying to release buffer smaller than original"); diff --git a/app/src/main/java/c/g/a/b/p/e.java b/app/src/main/java/c/g/a/b/p/e.java index c665f295c4..831f306e44 100644 --- a/app/src/main/java/c/g/a/b/p/e.java +++ b/app/src/main/java/c/g/a/b/p/e.java @@ -118,7 +118,7 @@ public final class e { if (str2 != null) { cArr3 = str2.toCharArray(); } else { - int i4 = kVar.f540c; + int i4 = kVar.f539c; if (i4 >= 0) { cArr3 = k.a; } else { diff --git a/app/src/main/java/c/g/a/b/p/g.java b/app/src/main/java/c/g/a/b/p/g.java index 851bd0efb5..5601af5205 100644 --- a/app/src/main/java/c/g/a/b/p/g.java +++ b/app/src/main/java/c/g/a/b/p/g.java @@ -5,7 +5,7 @@ public final class g { public static final String b = String.valueOf(Long.MIN_VALUE); /* renamed from: c reason: collision with root package name */ - public static final int[] f531c = new int[1000]; + public static final int[] f530c = new int[1000]; static { int i = 0; @@ -13,7 +13,7 @@ public final class g { for (int i3 = 0; i3 < 10; i3++) { int i4 = 0; while (i4 < 10) { - f531c[i] = ((i2 + 48) << 16) | ((i3 + 48) << 8) | (i4 + 48); + f530c[i] = ((i2 + 48) << 16) | ((i3 + 48) << 8) | (i4 + 48); i4++; i++; } @@ -22,7 +22,7 @@ public final class g { } public static int a(int i, char[] cArr, int i2) { - int i3 = f531c[i]; + int i3 = f530c[i]; int i4 = i2 + 1; cArr[i2] = (char) (i3 >> 16); int i5 = i4 + 1; @@ -33,7 +33,7 @@ public final class g { } public static int b(int i, char[] cArr, int i2) { - int i3 = f531c[i]; + int i3 = f530c[i]; if (i > 9) { if (i > 99) { cArr[i2] = (char) (i3 >> 16); @@ -51,7 +51,7 @@ public final class g { int i3 = i / 1000; int i4 = i - (i3 * 1000); int i5 = i3 / 1000; - int[] iArr = f531c; + int[] iArr = f530c; int i6 = iArr[i5]; int i7 = i2 + 1; cArr[i2] = (char) (i6 >> 16); @@ -145,7 +145,7 @@ public final class g { int i6 = i4 - (i5 * 1000); int i7 = i5 / 1000; int b2 = b(i7, cArr, i); - int[] iArr = f531c; + int[] iArr = f530c; int i8 = iArr[i5 - (i7 * 1000)]; int i9 = b2 + 1; cArr[b2] = (char) (i8 >> 16); @@ -165,7 +165,7 @@ public final class g { } else { int i15 = i4 / 1000; int i16 = i4 - (i15 * 1000); - int[] iArr2 = f531c; + int[] iArr2 = f530c; int i17 = iArr2[i15]; if (i15 > 9) { if (i15 > 99) { diff --git a/app/src/main/java/c/g/a/b/p/i.java b/app/src/main/java/c/g/a/b/p/i.java index dea9de4199..698e112746 100644 --- a/app/src/main/java/c/g/a/b/p/i.java +++ b/app/src/main/java/c/g/a/b/p/i.java @@ -51,7 +51,7 @@ public final class i extends Writer { public void write(int i) { k kVar = this.i; char c2 = (char) i; - if (kVar.f540c >= 0) { + if (kVar.f539c >= 0) { kVar.f(16); } kVar.i = null; diff --git a/app/src/main/java/c/g/a/b/q/a.java b/app/src/main/java/c/g/a/b/q/a.java index 0039208b35..476dd135a4 100644 --- a/app/src/main/java/c/g/a/b/q/a.java +++ b/app/src/main/java/c/g/a/b/q/a.java @@ -7,7 +7,7 @@ public class a { public String b; /* renamed from: c reason: collision with root package name */ - public String f532c; + public String f531c; public HashSet d; public a(Object obj) { diff --git a/app/src/main/java/c/g/a/b/q/b.java b/app/src/main/java/c/g/a/b/q/b.java index 1c97d2496e..e93ee9193b 100644 --- a/app/src/main/java/c/g/a/b/q/b.java +++ b/app/src/main/java/c/g/a/b/q/b.java @@ -14,7 +14,7 @@ public abstract class b extends a { public final c r; /* renamed from: s reason: collision with root package name */ - public int[] f533s = q; + public int[] f532s = q; public int t; public k u = d.i; public boolean v; diff --git a/app/src/main/java/c/g/a/b/q/c.java b/app/src/main/java/c/g/a/b/q/c.java index 0e6eb2ad39..e81dea211c 100644 --- a/app/src/main/java/c/g/a/b/q/c.java +++ b/app/src/main/java/c/g/a/b/q/c.java @@ -10,7 +10,7 @@ import java.util.HashSet; public class c extends g { /* renamed from: c reason: collision with root package name */ - public final c f534c; + public final c f533c; public a d; public c e; public String f; @@ -19,14 +19,14 @@ public class c extends g { public c(int i, c cVar, a aVar) { this.a = i; - this.f534c = cVar; + this.f533c = cVar; this.d = aVar; this.b = -1; } public c(int i, c cVar, a aVar, Object obj) { this.a = i; - this.f534c = cVar; + this.f533c = cVar; this.d = aVar; this.b = -1; this.g = obj; @@ -99,7 +99,7 @@ public class c extends g { a aVar = this.d; if (aVar != null) { aVar.b = null; - aVar.f532c = null; + aVar.f531c = null; aVar.d = null; } return this; @@ -114,7 +114,7 @@ public class c extends g { a aVar = this.d; if (aVar != null) { aVar.b = null; - aVar.f532c = null; + aVar.f531c = null; aVar.d = null; } return this; @@ -135,15 +135,15 @@ public class c extends g { aVar.b = str; } else { if (!str.equals(str2)) { - String str3 = aVar.f532c; + String str3 = aVar.f531c; if (str3 == null) { - aVar.f532c = str; + aVar.f531c = str; } else if (!str.equals(str3)) { if (aVar.d == null) { HashSet hashSet = new HashSet<>(16); aVar.d = hashSet; hashSet.add(aVar.b); - aVar.d.add(aVar.f532c); + aVar.d.add(aVar.f531c); } z2 = !aVar.d.add(str); if (z2) { diff --git a/app/src/main/java/c/g/a/b/q/d.java b/app/src/main/java/c/g/a/b/q/d.java index b22bcbe4de..e021ac84aa 100644 --- a/app/src/main/java/c/g/a/b/q/d.java +++ b/app/src/main/java/c/g/a/b/q/d.java @@ -26,24 +26,24 @@ public class d extends b { public char[] D; /* renamed from: x reason: collision with root package name */ - public final Writer f535x; + public final Writer f534x; /* renamed from: y reason: collision with root package name */ - public char f536y; + public char f535y; /* renamed from: z reason: collision with root package name */ - public char[] f537z; + public char[] f536z; public d(c cVar, int i, i iVar, Writer writer, char c2) { super(cVar, i, iVar); int[] iArr; - this.f535x = writer; + this.f534x = writer; if (cVar.e == null) { - char[] a = cVar.f530c.a(1, 0); + char[] a = cVar.f529c.a(1, 0); cVar.e = a; - this.f537z = a; + this.f536z = a; this.C = a.length; - this.f536y = c2; + this.f535y = c2; if (c2 != '\"') { if (c2 == '\"') { iArr = a.f; @@ -59,7 +59,7 @@ public class d extends b { } iArr = iArr2; } - this.f533s = iArr; + this.f532s = iArr; return; } return; @@ -73,7 +73,7 @@ public class d extends b { if (this.B + 2 > this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i3 = this.B; int i4 = i3 + 1; this.B = i4; @@ -85,7 +85,7 @@ public class d extends b { B0(); } int i5 = this.B; - char[] cArr2 = this.f537z; + char[] cArr2 = this.f536z; int i6 = i5 + 1; cArr2[i5] = '\\'; int i7 = i6 + 1; @@ -128,7 +128,7 @@ public class d extends b { if (i3 > 0) { this.A = 0; this.B = 0; - this.f535x.write(this.f537z, i2, i3); + this.f534x.write(this.f536z, i2, i3); } } @@ -154,7 +154,7 @@ public class d extends b { cArr2 = z0(); } cArr2[1] = (char) i3; - this.f535x.write(cArr2, 0, 2); + this.f534x.write(cArr2, 0, 2); return i; } int i5 = i - 2; @@ -178,13 +178,13 @@ public class d extends b { cArr3[11] = cArr4[i6 & 15]; cArr3[12] = cArr4[i7 >> 4]; cArr3[13] = cArr4[i7 & 15]; - this.f535x.write(cArr3, 8, 6); + this.f534x.write(cArr3, 8, 6); return i; } char[] cArr5 = w; cArr3[6] = cArr5[c2 >> 4]; cArr3[7] = cArr5[c2 & 15]; - this.f535x.write(cArr3, 2, 6); + this.f534x.write(cArr3, 2, 6); return i; } else { int i8 = i - 6; @@ -221,7 +221,7 @@ public class d extends b { if (i3 >= 2) { int i4 = i3 - 2; this.A = i4; - char[] cArr = this.f537z; + char[] cArr = this.f536z; cArr[i4] = '\\'; cArr[i4 + 1] = (char) i; return; @@ -232,11 +232,11 @@ public class d extends b { } this.A = this.B; cArr2[1] = (char) i; - this.f535x.write(cArr2, 0, 2); + this.f534x.write(cArr2, 0, 2); } else if (i != -2) { int i5 = this.B; if (i5 >= 6) { - char[] cArr3 = this.f537z; + char[] cArr3 = this.f536z; int i6 = i5 - 6; this.A = i6; cArr3[i6] = '\\'; @@ -275,13 +275,13 @@ public class d extends b { cArr6[11] = cArr7[i12 & 15]; cArr6[12] = cArr7[i13 >> 4]; cArr6[13] = cArr7[i13 & 15]; - this.f535x.write(cArr6, 8, 6); + this.f534x.write(cArr6, 8, 6); return; } char[] cArr8 = w; cArr6[6] = cArr8[c2 >> 4]; cArr6[7] = cArr8[c2 & 15]; - this.f535x.write(cArr6, 2, 6); + this.f534x.write(cArr6, 2, 6); } else { Objects.requireNonNull(null); throw null; @@ -334,11 +334,11 @@ public class d extends b { int i8 = i7 + 1; i4 = i8 + 1; i6 += 3; - int b = aVar.b((((bArr[i7] & 255) | (bArr[i4] << 8)) << 8) | (bArr[i8] & 255), this.f537z, this.B); + int b = aVar.b((((bArr[i7] & 255) | (bArr[i4] << 8)) << 8) | (bArr[i8] & 255), this.f536z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i9 = b + 1; this.B = i9; cArr[b] = '\\'; @@ -360,7 +360,7 @@ public class d extends b { i2 = 1; } int i11 = i6 + i2; - this.B = aVar.c(i10, i2, this.f537z, this.B); + this.B = aVar.c(i10, i2, this.f536z, this.B); return i11; } @@ -405,11 +405,11 @@ public class d extends b { int i8 = i7 + 1; i5 = i8 + 1; i -= 3; - int b = aVar.b((((bArr[i7] & 255) | (bArr[i5] << 8)) << 8) | (bArr[i8] & 255), this.f537z, this.B); + int b = aVar.b((((bArr[i7] & 255) | (bArr[i5] << 8)) << 8) | (bArr[i8] & 255), this.f536z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i9 = b + 1; this.B = i9; cArr[b] = '\\'; @@ -430,7 +430,7 @@ public class d extends b { } else { i3 = 1; } - this.B = aVar.c(i10, i3, this.f537z, this.B); + this.B = aVar.c(i10, i3, this.f536z, this.B); return i - i3; } @@ -441,22 +441,22 @@ public class d extends b { if (this.B + 13 >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i2 = this.B; int i3 = i2 + 1; this.B = i3; - cArr[i2] = this.f536y; + cArr[i2] = this.f535y; int d = g.d(i, cArr, i3); this.B = d; - char[] cArr2 = this.f537z; + char[] cArr2 = this.f536z; this.B = d + 1; - cArr2[d] = this.f536y; + cArr2[d] = this.f535y; return; } if (this.B + 11 >= this.C) { B0(); } - this.B = g.d(i, this.f537z, this.B); + this.B = g.d(i, this.f536z, this.B); } public final void H0() throws IOException { @@ -464,7 +464,7 @@ public class d extends b { B0(); } int i = this.B; - char[] cArr = this.f537z; + char[] cArr = this.f536z; cArr[i] = 'n'; int i2 = i + 1; cArr[i2] = 'u'; @@ -482,40 +482,40 @@ public class d extends b { if (this.B + 23 >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f536y; + cArr[i] = this.f535y; int e = g.e(j, cArr, i2); this.B = e; - char[] cArr2 = this.f537z; + char[] cArr2 = this.f536z; this.B = e + 1; - cArr2[e] = this.f536y; + cArr2[e] = this.f535y; return; } if (this.B + 21 >= this.C) { B0(); } - this.B = g.e(j, this.f537z, this.B); + this.B = g.e(j, this.f536z, this.B); } public final void I0(String str) throws IOException { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; this.B = i + 1; - cArr[i] = this.f536y; + cArr[i] = this.f535y; T(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f537z; + char[] cArr2 = this.f536z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f536y; + cArr2[i2] = this.f535y; } /* JADX WARNING: Code restructure failed: missing block: B:67:0x010a, code lost: @@ -526,10 +526,10 @@ public class d extends b { if (r4 <= 0) goto L_0x0114; */ /* JADX WARNING: Code restructure failed: missing block: B:69:0x010f, code lost: - r18.f535x.write(r3, r5, r4); + r18.f534x.write(r3, r5, r4); */ /* JADX WARNING: Code restructure failed: missing block: B:70:0x0114, code lost: - r3 = r18.f537z; + r3 = r18.f536z; r4 = r18.B; r18.B = r4 + 1; r3 = r3[r4]; @@ -559,17 +559,17 @@ public class d extends b { i7 = length2 - i6; } int i8 = i6 + i7; - str.getChars(i6, i8, this.f537z, 0); + str.getChars(i6, i8, this.f536z, 0); int i9 = this.t; if (i9 != 0) { - int[] iArr = this.f533s; + int[] iArr = this.f532s; int min = Math.min(iArr.length, i9 + 1); int i10 = 0; int i11 = 0; int i12 = 0; while (i10 < i7) { while (true) { - cArr3 = this.f537z; + cArr3 = this.f536z; c4 = cArr3[i10]; if (c4 >= min) { if (c4 > i9) { @@ -590,24 +590,24 @@ public class d extends b { i4 = i11; int i13 = i10 - i12; if (i13 > 0) { - this.f535x.write(cArr3, i12, i13); + this.f534x.write(cArr3, i12, i13); if (i10 >= i7) { break; } } int i14 = i10 + 1; - i12 = C0(this.f537z, i14, i7, c4, i4); + i12 = C0(this.f536z, i14, i7, c4, i4); i11 = i4; i10 = i14; } } else { - int[] iArr2 = this.f533s; + int[] iArr2 = this.f532s; int length3 = iArr2.length; int i15 = 0; int i16 = 0; while (i15 < i7) { do { - cArr2 = this.f537z; + cArr2 = this.f536z; c3 = cArr2[i15]; if (c3 < length3 && iArr2[c3] != 0) { break; @@ -616,13 +616,13 @@ public class d extends b { } while (i15 < i7); int i17 = i15 - i16; if (i17 > 0) { - this.f535x.write(cArr2, i16, i17); + this.f534x.write(cArr2, i16, i17); if (i15 >= i7) { break; } } int i18 = i15 + 1; - i16 = C0(this.f537z, i18, i7, c3, iArr2[c3]); + i16 = C0(this.f536z, i18, i7, c3, iArr2[c3]); i15 = i18; } } @@ -636,15 +636,15 @@ public class d extends b { if (this.B + length > i5) { B0(); } - str.getChars(0, length, this.f537z, this.B); + str.getChars(0, length, this.f536z, this.B); int i19 = this.t; if (i19 != 0) { int i20 = this.B + length; - int[] iArr3 = this.f533s; + int[] iArr3 = this.f532s; int min2 = Math.min(iArr3.length, i19 + 1); while (this.B < i20) { while (true) { - cArr = this.f537z; + cArr = this.f536z; i = this.B; c2 = cArr[i]; if (c2 < min2) { @@ -671,7 +671,7 @@ public class d extends b { int i21 = this.A; int i22 = i - i21; if (i22 > 0) { - this.f535x.write(cArr, i21, i22); + this.f534x.write(cArr, i21, i22); } this.B++; D0(c2, i3); @@ -679,11 +679,11 @@ public class d extends b { return; } int i23 = this.B + length; - int[] iArr4 = this.f533s; + int[] iArr4 = this.f532s; int length4 = iArr4.length; while (this.B < i23) { while (true) { - char[] cArr4 = this.f537z; + char[] cArr4 = this.f536z; int i24 = this.B; char c5 = cArr4[i24]; if (c5 < length4 && iArr4[c5] != 0) { @@ -742,22 +742,22 @@ public class d extends b { if (this.B + 8 >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f536y; + cArr[i] = this.f535y; int d = g.d(s2, cArr, i2); this.B = d; - char[] cArr2 = this.f537z; + char[] cArr2 = this.f536z; this.B = d + 1; - cArr2[d] = this.f536y; + cArr2[d] = this.f535y; return; } if (this.B + 6 >= this.C) { B0(); } - this.B = g.d(s2, this.f537z, this.B); + this.B = g.d(s2, this.f536z, this.B); } @Override // c.g.a.b.d @@ -765,7 +765,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; this.B = i + 1; cArr[i] = c2; @@ -773,7 +773,7 @@ public class d extends b { @Override // c.g.a.b.d public void S(k kVar) throws IOException { - int b = kVar.b(this.f537z, this.B); + int b = kVar.b(this.f536z, this.B); if (b < 0) { T(kVar.getValue()); } else { @@ -790,14 +790,14 @@ public class d extends b { i = this.C - this.B; } if (i >= length) { - str.getChars(0, length, this.f537z, this.B); + str.getChars(0, length, this.f536z, this.B); this.B += length; return; } int i2 = this.C; int i3 = this.B; int i4 = i2 - i3; - str.getChars(0, i4, this.f537z, i3); + str.getChars(0, i4, this.f536z, i3); this.B += i4; B0(); int length2 = str.length() - i4; @@ -805,14 +805,14 @@ public class d extends b { int i5 = this.C; if (length2 > i5) { int i6 = i4 + i5; - str.getChars(i4, i6, this.f537z, 0); + str.getChars(i4, i6, this.f536z, 0); this.A = 0; this.B = i5; B0(); length2 -= i5; i4 = i6; } else { - str.getChars(i4, i4 + length2, this.f537z, 0); + str.getChars(i4, i4 + length2, this.f536z, 0); this.A = 0; this.B = length2; return; @@ -826,12 +826,12 @@ public class d extends b { if (i2 > this.C - this.B) { B0(); } - System.arraycopy(cArr, i, this.f537z, this.B, i2); + System.arraycopy(cArr, i, this.f536z, this.B, i2); this.B += i2; return; } B0(); - this.f535x.write(cArr, i, i2); + this.f534x.write(cArr, i, i2); } @Override // c.g.a.b.d @@ -846,7 +846,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; this.B = i + 1; cArr[i] = '['; @@ -864,7 +864,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; this.B = i + 1; cArr[i] = '['; @@ -882,7 +882,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i2 = this.B; this.B = i2 + 1; cArr[i2] = '['; @@ -900,7 +900,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; this.B = i + 1; cArr[i] = '{'; @@ -908,7 +908,7 @@ public class d extends b { @Override // c.g.a.b.d, java.io.Closeable, java.lang.AutoCloseable public void close() throws IOException { - if (this.f537z != null && d(d.a.AUTO_CLOSE_JSON_CONTENT)) { + if (this.f536z != null && d(d.a.AUTO_CLOSE_JSON_CONTENT)) { while (true) { c cVar = this.p; if (!cVar.b()) { @@ -924,22 +924,22 @@ public class d extends b { B0(); this.A = 0; this.B = 0; - if (this.f535x != null) { + if (this.f534x != null) { if (this.r.b || d(d.a.AUTO_CLOSE_TARGET)) { - this.f535x.close(); + this.f534x.close(); } else if (d(d.a.FLUSH_PASSED_TO_STREAM)) { - this.f535x.flush(); + this.f534x.flush(); } } - char[] cArr = this.f537z; + char[] cArr = this.f536z; if (cArr != null) { - this.f537z = null; + this.f536z = null; c cVar2 = this.r; Objects.requireNonNull(cVar2); char[] cArr2 = cVar2.e; if (cArr == cArr2 || cArr.length >= cArr2.length) { cVar2.e = null; - cVar2.f530c.d.set(1, cArr); + cVar2.f529c.d.set(1, cArr); return; } throw new IllegalArgumentException("Trying to release buffer smaller than original"); @@ -958,7 +958,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; this.B = i + 1; cArr[i] = '{'; @@ -970,19 +970,19 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i2 = this.B; this.B = i2 + 1; - cArr[i2] = this.f536y; + cArr[i2] = this.f535y; c cVar = this.r; if (cVar.d == null) { - c.g.a.b.t.a aVar2 = cVar.f530c; + c.g.a.b.t.a aVar2 = cVar.f529c; Objects.requireNonNull(aVar2); int i3 = c.g.a.b.t.a.a[3]; if (i3 <= 0) { i3 = 0; } - byte[] andSet = aVar2.f539c.getAndSet(3, null); + byte[] andSet = aVar2.f538c.getAndSet(3, null); if (andSet == null || andSet.length < i3) { andSet = new byte[i3]; } @@ -1004,10 +1004,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f537z; + char[] cArr2 = this.f536z; int i4 = this.B; this.B = i4 + 1; - cArr2[i4] = this.f536y; + cArr2[i4] = this.f535y; return i; } throw new IllegalStateException("Trying to call same allocXxx() method second time"); @@ -1016,8 +1016,8 @@ public class d extends b { @Override // java.io.Flushable public void flush() throws IOException { B0(); - if (this.f535x != null && d(d.a.FLUSH_PASSED_TO_STREAM)) { - this.f535x.flush(); + if (this.f534x != null && d(d.a.FLUSH_PASSED_TO_STREAM)) { + this.f534x.flush(); } } @@ -1027,11 +1027,11 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f536y; + cArr[i] = this.f535y; int c2 = kVar.c(cArr, i2); if (c2 < 0) { char[] a = kVar.a(); @@ -1040,19 +1040,19 @@ public class d extends b { if (length > this.C - this.B) { B0(); } - System.arraycopy(a, 0, this.f537z, this.B, length); + System.arraycopy(a, 0, this.f536z, this.B, length); this.B += length; } else { B0(); - this.f535x.write(a, 0, length); + this.f534x.write(a, 0, length); } if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f537z; + char[] cArr2 = this.f536z; int i3 = this.B; this.B = i3 + 1; - cArr2[i3] = this.f536y; + cArr2[i3] = this.f535y; return; } int i4 = this.B + c2; @@ -1060,10 +1060,10 @@ public class d extends b { if (i4 >= this.C) { B0(); } - char[] cArr3 = this.f537z; + char[] cArr3 = this.f536z; int i5 = this.B; this.B = i5 + 1; - cArr3[i5] = this.f536y; + cArr3[i5] = this.f535y; } @Override // c.g.a.b.d @@ -1076,18 +1076,18 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; this.B = i + 1; - cArr[i] = this.f536y; + cArr[i] = this.f535y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f537z; + char[] cArr2 = this.f536z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f536y; + cArr2[i2] = this.f535y; } @Override // c.g.a.b.d @@ -1097,14 +1097,14 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f537z; + char[] cArr2 = this.f536z; int i3 = this.B; this.B = i3 + 1; - cArr2[i3] = this.f536y; + cArr2[i3] = this.f535y; int i4 = this.t; if (i4 != 0) { int i5 = i2 + i; - int[] iArr = this.f533s; + int[] iArr = this.f532s; int min = Math.min(iArr.length, i4 + 1); int i6 = 0; while (i < i5) { @@ -1133,12 +1133,12 @@ public class d extends b { B0(); } if (i8 > 0) { - System.arraycopy(cArr, i, this.f537z, this.B, i8); + System.arraycopy(cArr, i, this.f536z, this.B, i8); this.B += i8; } } else { B0(); - this.f535x.write(cArr, i, i8); + this.f534x.write(cArr, i, i8); } if (i7 >= i5) { break; @@ -1148,7 +1148,7 @@ public class d extends b { } } else { int i9 = i2 + i; - int[] iArr2 = this.f533s; + int[] iArr2 = this.f532s; int length = iArr2.length; while (i < i9) { int i10 = i; @@ -1165,12 +1165,12 @@ public class d extends b { B0(); } if (i11 > 0) { - System.arraycopy(cArr, i, this.f537z, this.B, i11); + System.arraycopy(cArr, i, this.f536z, this.B, i11); this.B += i11; } } else { B0(); - this.f535x.write(cArr, i, i11); + this.f534x.write(cArr, i, i11); } if (i10 >= i9) { break; @@ -1183,10 +1183,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr3 = this.f537z; + char[] cArr3 = this.f536z; int i12 = this.B; this.B = i12 + 1; - cArr3[i12] = this.f536y; + cArr3[i12] = this.f535y; } @Override // c.g.a.b.d @@ -1195,10 +1195,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i3 = this.B; this.B = i3 + 1; - cArr[i3] = this.f536y; + cArr[i3] = this.f535y; int i4 = i2 + i; int i5 = i4 - 3; int i6 = this.C - 6; @@ -1210,11 +1210,11 @@ public class d extends b { int i7 = i + 1; int i8 = i7 + 1; int i9 = i8 + 1; - int b = aVar.b((((bArr[i] << 8) | (bArr[i7] & 255)) << 8) | (bArr[i8] & 255), this.f537z, this.B); + int b = aVar.b((((bArr[i] << 8) | (bArr[i7] & 255)) << 8) | (bArr[i8] & 255), this.f536z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr2 = this.f537z; + char[] cArr2 = this.f536z; int i10 = b + 1; this.B = i10; cArr2[b] = '\\'; @@ -1234,15 +1234,15 @@ public class d extends b { if (i11 == 2) { i13 |= (bArr[i12] & 255) << 8; } - this.B = aVar.c(i13, i11, this.f537z, this.B); + this.B = aVar.c(i13, i11, this.f536z, this.B); } if (this.B >= this.C) { B0(); } - char[] cArr3 = this.f537z; + char[] cArr3 = this.f536z; int i14 = this.B; this.B = i14 + 1; - cArr3[i14] = this.f536y; + cArr3[i14] = this.f535y; } @Override // c.g.a.b.d @@ -1253,7 +1253,7 @@ public class d extends b { B0(); } int i2 = this.B; - char[] cArr = this.f537z; + char[] cArr = this.f536z; if (z2) { cArr[i2] = 't'; int i3 = i2 + 1; @@ -1286,14 +1286,14 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; this.B = i + 1; cArr[i] = ']'; } c cVar = this.p; cVar.g = null; - this.p = cVar.f534c; + this.p = cVar.f533c; return; } StringBuilder P = c.d.b.a.a.P("Current context not Array but "); @@ -1327,7 +1327,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; this.B = i + 1; cArr[i] = c2; @@ -1362,14 +1362,14 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; this.B = i + 1; cArr[i] = '}'; } c cVar = this.p; cVar.g = null; - this.p = cVar.f534c; + this.p = cVar.f533c; return; } StringBuilder P = c.d.b.a.a.P("Current context not Object but "); @@ -1397,25 +1397,25 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; this.B = i + 1; - cArr[i] = this.f536y; + cArr[i] = this.f535y; U(a, 0, a.length); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f537z; + char[] cArr2 = this.f536z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f536y; + cArr2[i2] = this.f535y; return; } if (this.B + 1 >= this.C) { B0(); } if (z2) { - char[] cArr3 = this.f537z; + char[] cArr3 = this.f536z; int i3 = this.B; this.B = i3 + 1; cArr3[i3] = ','; @@ -1425,11 +1425,11 @@ public class d extends b { U(a2, 0, a2.length); return; } - char[] cArr4 = this.f537z; + char[] cArr4 = this.f536z; int i4 = this.B; int i5 = i4 + 1; this.B = i5; - cArr4[i4] = this.f536y; + cArr4[i4] = this.f535y; int c2 = kVar.c(cArr4, i5); if (c2 < 0) { char[] a3 = kVar.a(); @@ -1437,10 +1437,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr5 = this.f537z; + char[] cArr5 = this.f536z; int i6 = this.B; this.B = i6 + 1; - cArr5[i6] = this.f536y; + cArr5[i6] = this.f535y; return; } int i7 = this.B + c2; @@ -1448,10 +1448,10 @@ public class d extends b { if (i7 >= this.C) { B0(); } - char[] cArr6 = this.f537z; + char[] cArr6 = this.f536z; int i8 = this.B; this.B = i8 + 1; - cArr6[i8] = this.f536y; + cArr6[i8] = this.f535y; return; } throw new JsonGenerationException("Can not write a field name, expecting a value", this); @@ -1476,25 +1476,25 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f537z; + char[] cArr = this.f536z; int i = this.B; this.B = i + 1; - cArr[i] = this.f536y; + cArr[i] = this.f535y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f537z; + char[] cArr2 = this.f536z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f536y; + cArr2[i2] = this.f535y; return; } if (this.B + 1 >= this.C) { B0(); } if (z2) { - char[] cArr3 = this.f537z; + char[] cArr3 = this.f536z; int i3 = this.B; this.B = i3 + 1; cArr3[i3] = ','; @@ -1503,18 +1503,18 @@ public class d extends b { J0(str); return; } - char[] cArr4 = this.f537z; + char[] cArr4 = this.f536z; int i4 = this.B; this.B = i4 + 1; - cArr4[i4] = this.f536y; + cArr4[i4] = this.f535y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr5 = this.f537z; + char[] cArr5 = this.f536z; int i5 = this.B; this.B = i5 + 1; - cArr5[i5] = this.f536y; + cArr5[i5] = this.f535y; return; } throw new JsonGenerationException("Can not write a field name, expecting a value", this); diff --git a/app/src/main/java/c/g/a/b/s/b.java b/app/src/main/java/c/g/a/b/s/b.java index 5459584f1a..57568c99ce 100644 --- a/app/src/main/java/c/g/a/b/s/b.java +++ b/app/src/main/java/c/g/a/b/s/b.java @@ -7,7 +7,7 @@ public class b { public Class b; /* renamed from: c reason: collision with root package name */ - public Object f538c = null; + public Object f537c = null; public String d; public int e; public h f; diff --git a/app/src/main/java/c/g/a/b/t/a.java b/app/src/main/java/c/g/a/b/t/a.java index 03d9ffba3b..b7d15d74ae 100644 --- a/app/src/main/java/c/g/a/b/t/a.java +++ b/app/src/main/java/c/g/a/b/t/a.java @@ -8,7 +8,7 @@ public class a { public static final int[] b = {SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, 200, 200}; /* renamed from: c reason: collision with root package name */ - public final AtomicReferenceArray f539c = new AtomicReferenceArray<>(4); + public final AtomicReferenceArray f538c = new AtomicReferenceArray<>(4); public final AtomicReferenceArray d = new AtomicReferenceArray<>(4); public char[] a(int i, int i2) { diff --git a/app/src/main/java/c/g/a/b/t/k.java b/app/src/main/java/c/g/a/b/t/k.java index 4458fabfe9..8b3be79b29 100644 --- a/app/src/main/java/c/g/a/b/t/k.java +++ b/app/src/main/java/c/g/a/b/t/k.java @@ -7,7 +7,7 @@ public final class k { public final a b; /* renamed from: c reason: collision with root package name */ - public int f540c; + public int f539c; public ArrayList d; public boolean e; public int f; @@ -24,11 +24,11 @@ public final class k { this.b = null; this.g = cArr; this.h = cArr.length; - this.f540c = -1; + this.f539c = -1; } public void a(String str, int i, int i2) { - if (this.f540c >= 0) { + if (this.f539c >= 0) { f(i2); } this.i = null; @@ -64,7 +64,7 @@ public final class k { } public void b(char[] cArr, int i, int i2) { - if (this.f540c >= 0) { + if (this.f539c >= 0) { f(i2); } this.i = null; @@ -99,7 +99,7 @@ public final class k { this.i = new String(this.j); } else { String str = ""; - if (this.f540c >= 0) { + if (this.f539c >= 0) { this.i = str; return str; } @@ -168,7 +168,7 @@ public final class k { } public final void f(int i) { - this.f540c = -1; + this.f539c = -1; int i2 = i + 0; char[] cArr = this.g; if (cArr == null || i2 > cArr.length) { diff --git a/app/src/main/java/c/g/a/c/c0/a0.java b/app/src/main/java/c/g/a/c/c0/a0.java index 94d96b5f39..9bd0220752 100644 --- a/app/src/main/java/c/g/a/c/c0/a0.java +++ b/app/src/main/java/c/g/a/c/c0/a0.java @@ -11,7 +11,7 @@ public class a0 { public final t b; /* renamed from: c reason: collision with root package name */ - public final Class> f541c; + public final Class> f540c; public final Class d; public final Class e; public final boolean f; @@ -19,7 +19,7 @@ public class a0 { public a0(t tVar, Class cls, Class> cls2, boolean z2, Class cls3) { this.b = tVar; this.e = cls; - this.f541c = cls2; + this.f540c = cls2; this.f = z2; this.d = cls3 == null ? n0.class : cls3; } @@ -30,7 +30,7 @@ public class a0 { P.append(", scope="); P.append(d.u(this.e)); P.append(", generatorType="); - P.append(d.u(this.f541c)); + P.append(d.u(this.f540c)); P.append(", alwaysAsId="); P.append(this.f); return P.toString(); diff --git a/app/src/main/java/c/g/a/c/c0/b0.java b/app/src/main/java/c/g/a/c/c0/b0.java index af339c0201..146c917498 100644 --- a/app/src/main/java/c/g/a/c/c0/b0.java +++ b/app/src/main/java/c/g/a/c/c0/b0.java @@ -32,7 +32,7 @@ public class b0 { public final a b; /* renamed from: c reason: collision with root package name */ - public final boolean f542c; + public final boolean f541c; public final j d; public final c e; public final g0 f; @@ -50,12 +50,12 @@ public class b0 { public LinkedList r; /* renamed from: s reason: collision with root package name */ - public HashSet f543s; + public HashSet f542s; public LinkedHashMap t; public b0(l lVar, boolean z2, j jVar, c cVar, a aVar) { this.a = lVar; - this.f542c = z2; + this.f541c = z2; this.d = jVar; this.e = cVar; if (lVar.p()) { @@ -93,7 +93,7 @@ public class b0 { String str = n._simpleName; c0Var = map.get(str); if (c0Var == null) { - c0Var = new c0(this.a, this.g, this.f542c, n); + c0Var = new c0(this.a, this.g, this.f541c, n); map.put(str, c0Var); } } @@ -108,11 +108,11 @@ public class b0 { } public void c(String str) { - if (!this.f542c && str != null) { - if (this.f543s == null) { - this.f543s = new HashSet<>(); + if (!this.f541c && str != null) { + if (this.f542s == null) { + this.f542s = new HashSet<>(); } - this.f543s.add(str); + this.f542s.add(str); } } @@ -139,7 +139,7 @@ public class b0 { if (c0Var != null) { return c0Var; } - c0 c0Var2 = new c0(this.a, this.g, this.f542c, t.a(str)); + c0 c0Var2 = new c0(this.a, this.g, this.f541c, t.a(str)); map.put(str, c0Var2); return c0Var2; } @@ -195,7 +195,7 @@ public class b0 { boolean z12; LinkedHashMap linkedHashMap = new LinkedHashMap<>(); c.g.a.c.b bVar = this.g; - boolean z13 = !this.f542c && !this.a.q(p.ALLOW_FINAL_FIELDS_AS_MUTATORS); + boolean z13 = !this.f541c && !this.a.q(p.ALLOW_FINAL_FIELDS_AS_MUTATORS); boolean q = this.a.q(p.PROPAGATE_TRANSIENT_MARKER); for (g gVar : this.e.g()) { Boolean bool = Boolean.TRUE; @@ -241,7 +241,7 @@ public class b0 { } this.l.put(E, e); } - t o = this.f542c ? bVar.o(gVar) : bVar.n(gVar); + t o = this.f541c ? bVar.o(gVar) : bVar.n(gVar); boolean z14 = o != null; if (!z14 || !o.d()) { tVar3 = o; @@ -379,7 +379,7 @@ public class b0 { String b2 = b(i2); boolean Z3 = bVar3.Z(next); c0 f4 = f(linkedHashMap, b2); - f4.f546s = new c0.d<>(next, f4.f546s, tVar2, z8, z9, Z3); + f4.f545s = new c0.d<>(next, f4.f545s, tVar2, z8, z9, Z3); } else if (o2 == 2 && Boolean.TRUE.equals(this.g.U(next))) { if (this.o == null) { this.o = new LinkedList<>(); @@ -413,7 +413,7 @@ public class b0 { a(linkedHashMap, eVar.m(i4)); } } - for (j jVar : this.e.f().f545c) { + for (j jVar : this.e.f().f544c) { if (this.k == null) { this.k = new LinkedList<>(); } @@ -426,16 +426,16 @@ public class b0 { Iterator it2 = linkedHashMap.values().iterator(); while (it2.hasNext()) { c0 next2 = it2.next(); - if (!(next2.z(next2.p) || next2.z(next2.r) || next2.z(next2.f546s) || next2.z(next2.q))) { + if (!(next2.z(next2.p) || next2.z(next2.r) || next2.z(next2.f545s) || next2.z(next2.q))) { it2.remove(); - } else if (next2.y(next2.p) || next2.y(next2.r) || next2.y(next2.f546s) || next2.y(next2.q)) { + } else if (next2.y(next2.p) || next2.y(next2.r) || next2.y(next2.f545s) || next2.y(next2.q)) { if (!next2.u()) { it2.remove(); c(next2.p()); } else { next2.p = next2.G(next2.p); next2.r = next2.G(next2.r); - next2.f546s = next2.G(next2.f546s); + next2.f545s = next2.G(next2.f545s); next2.q = next2.G(next2.q); if (!next2.f()) { c(next2.p()); @@ -445,10 +445,10 @@ public class b0 { } boolean q2 = this.a.q(p.INFER_PROPERTY_MUTATORS); for (c0 c0Var2 : linkedHashMap.values()) { - b0 b0Var = this.f542c ? null : this; + b0 b0Var = this.f541c ? null : this; u.a aVar6 = u.a.AUTO; c.g.a.c.b bVar4 = c0Var2.m; - if (bVar4 == null || (!c0Var2.k ? ((dVar = c0Var2.q) == null || (aVar = bVar4.t(dVar.a)) == null || aVar == aVar6) && (((dVar2 = c0Var2.f546s) == null || (aVar = c0Var2.m.t(dVar2.a)) == null || aVar == aVar6) && (((dVar3 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar3.a)) == null || aVar == aVar6) && ((dVar4 = c0Var2.r) == null || (aVar = c0Var2.m.t(dVar4.a)) == null || aVar == aVar6))) : ((dVar5 = c0Var2.r) == null || (aVar = bVar4.t(dVar5.a)) == null || aVar == aVar6) && (((dVar6 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar6.a)) == null || aVar == aVar6) && (((dVar7 = c0Var2.q) == null || (aVar = c0Var2.m.t(dVar7.a)) == null || aVar == aVar6) && ((dVar8 = c0Var2.f546s) == null || (aVar = c0Var2.m.t(dVar8.a)) == null || aVar == aVar6))))) { + if (bVar4 == null || (!c0Var2.k ? ((dVar = c0Var2.q) == null || (aVar = bVar4.t(dVar.a)) == null || aVar == aVar6) && (((dVar2 = c0Var2.f545s) == null || (aVar = c0Var2.m.t(dVar2.a)) == null || aVar == aVar6) && (((dVar3 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar3.a)) == null || aVar == aVar6) && ((dVar4 = c0Var2.r) == null || (aVar = c0Var2.m.t(dVar4.a)) == null || aVar == aVar6))) : ((dVar5 = c0Var2.r) == null || (aVar = bVar4.t(dVar5.a)) == null || aVar == aVar6) && (((dVar6 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar6.a)) == null || aVar == aVar6) && (((dVar7 = c0Var2.q) == null || (aVar = c0Var2.m.t(dVar7.a)) == null || aVar == aVar6) && ((dVar8 = c0Var2.f545s) == null || (aVar = c0Var2.m.t(dVar8.a)) == null || aVar == aVar6))))) { aVar = null; } if (aVar != null) { @@ -462,7 +462,7 @@ public class b0 { b0Var.c(tVar4._simpleName); } } - c0Var2.f546s = null; + c0Var2.f545s = null; c0Var2.q = null; if (!c0Var2.k) { c0Var2.p = null; @@ -477,7 +477,7 @@ public class b0 { c0Var2.q = c0Var2.H(c0Var2.q); if (!q2 || c0Var2.r == null) { c0Var2.p = c0Var2.H(c0Var2.p); - c0Var2.f546s = c0Var2.H(c0Var2.f546s); + c0Var2.f545s = c0Var2.H(c0Var2.f545s); } } } @@ -497,7 +497,7 @@ public class b0 { HashMap hashMap = new HashMap(); value.B(L, hashMap, value.p); value.B(L, hashMap, value.r); - value.B(L, hashMap, value.f546s); + value.B(L, hashMap, value.f545s); value.B(L, hashMap, value.q); linkedList.addAll(hashMap.values()); } @@ -514,7 +514,7 @@ public class b0 { } else { c0Var4.K(c0Var3); } - if (g(c0Var3, this.k) && (hashSet = this.f543s) != null) { + if (g(c0Var3, this.k) && (hashSet = this.f542s) != null) { hashSet.remove(p); } } @@ -530,24 +530,24 @@ public class b0 { } } for (c0 c0Var5 : linkedHashMap.values()) { - if (this.f542c) { + if (this.f541c) { c0.d dVar9 = c0Var5.r; if (dVar9 != null) { - c0Var5.r = c0Var5.A(c0Var5.r, c0Var5.F(0, dVar9, c0Var5.p, c0Var5.q, c0Var5.f546s)); + c0Var5.r = c0Var5.A(c0Var5.r, c0Var5.F(0, dVar9, c0Var5.p, c0Var5.q, c0Var5.f545s)); } else { c0.d dVar10 = c0Var5.p; if (dVar10 != null) { - c0Var5.p = c0Var5.A(c0Var5.p, c0Var5.F(0, dVar10, c0Var5.q, c0Var5.f546s)); + c0Var5.p = c0Var5.A(c0Var5.p, c0Var5.F(0, dVar10, c0Var5.q, c0Var5.f545s)); } } } else { c0.d dVar11 = c0Var5.q; if (dVar11 != null) { - c0Var5.q = c0Var5.A(c0Var5.q, c0Var5.F(0, dVar11, c0Var5.f546s, c0Var5.p, c0Var5.r)); + c0Var5.q = c0Var5.A(c0Var5.q, c0Var5.F(0, dVar11, c0Var5.f545s, c0Var5.p, c0Var5.r)); } else { - c0.d dVar12 = c0Var5.f546s; + c0.d dVar12 = c0Var5.f545s; if (dVar12 != null) { - c0Var5.f546s = c0Var5.A(c0Var5.f546s, c0Var5.F(0, dVar12, c0Var5.p, c0Var5.r)); + c0Var5.f545s = c0Var5.A(c0Var5.f545s, c0Var5.F(0, dVar12, c0Var5.p, c0Var5.r)); } else { c0.d dVar13 = c0Var5.p; if (dVar13 != null) { @@ -560,7 +560,7 @@ public class b0 { for (c0 c0Var6 : linkedHashMap.values()) { c0Var6.p = c0Var6.J(c0Var6.p); c0Var6.r = c0Var6.J(c0Var6.r); - c0Var6.f546s = c0Var6.J(c0Var6.f546s); + c0Var6.f545s = c0Var6.J(c0Var6.f545s); c0Var6.q = c0Var6.J(c0Var6.q); } Object p2 = this.g.p(this.e); @@ -589,8 +589,8 @@ public class b0 { linkedHashMap.clear(); for (c0 c0Var7 : c0VarArr) { t tVar5 = c0Var7.n; - if (!(c0Var7.w(c0Var7.p) || c0Var7.w(c0Var7.r) || c0Var7.w(c0Var7.f546s) || c0Var7.w(c0Var7.q)) || this.a.q(p.ALLOW_EXPLICIT_PROPERTY_RENAMING)) { - if (this.f542c) { + if (!(c0Var7.w(c0Var7.p) || c0Var7.w(c0Var7.r) || c0Var7.w(c0Var7.f545s) || c0Var7.w(c0Var7.q)) || this.a.q(p.ALLOW_EXPLICIT_PROPERTY_RENAMING)) { + if (this.f541c) { if (c0Var7.r != null) { str = uVar.c(this.a, c0Var7.n(), tVar5._simpleName); } else if (c0Var7.p != null) { @@ -615,7 +615,7 @@ public class b0 { } g(c0Var7, this.k); } else { - if (c0Var7.f546s != null) { + if (c0Var7.f545s != null) { str = uVar.d(this.a, c0Var7.s(), tVar5._simpleName); } else if (c0Var7.q != null) { str = uVar.a(this.a, c0Var7.k(), tVar5._simpleName); diff --git a/app/src/main/java/c/g/a/c/c0/c.java b/app/src/main/java/c/g/a/c/c0/c.java index 6b67ce3f9a..7a1c97b57e 100644 --- a/app/src/main/java/c/g/a/c/c0/c.java +++ b/app/src/main/java/c/g/a/c/c0/c.java @@ -36,7 +36,7 @@ public final class c extends b implements e0 { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final c.g.a.c.i0.a f544s; + public final c.g.a.c.i0.a f543s; public a t; public l u; public List v; @@ -48,12 +48,12 @@ public final class c extends b implements e0 { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f545c; + public final List f544c; public a(e eVar, List list, List list2) { this.a = eVar; this.b = list; - this.f545c = list2; + this.f544c = list2; } } @@ -62,7 +62,7 @@ public final class c extends b implements e0 { this.k = cls; this.m = list; this.q = cls2; - this.f544s = aVar; + this.f543s = aVar; this.l = mVar; this.n = bVar; this.p = aVar2; @@ -75,7 +75,7 @@ public final class c extends b implements e0 { this.k = cls; this.m = Collections.emptyList(); this.q = null; - this.f544s = o.a; + this.f543s = o.a; this.l = m.k; this.n = null; this.p = null; @@ -90,7 +90,7 @@ public final class c extends b implements e0 { @Override // c.g.a.c.c0.b public A b(Class cls) { - return (A) this.f544s.a(cls); + return (A) this.f543s.a(cls); } @Override // c.g.a.c.c0.b @@ -252,9 +252,9 @@ public final class c extends b implements e0 { int i9 = 0; while (true) { if (i9 < actualTypeArguments.length) { - TypeVariable K1 = AnimatableValueParser.K1(actualTypeArguments[i9]); - if (K1 != null) { - String name = K1.getName(); + TypeVariable L1 = AnimatableValueParser.L1(actualTypeArguments[i9]); + if (L1 != null) { + String name = L1.getName(); if (name == null) { jVar = jVar2; break; @@ -292,7 +292,7 @@ public final class c extends b implements e0 { if (i11 >= length3) { z2 = true; break; - } else if (!AnimatableValueParser.c2(bVar2, f, bounds[i11])) { + } else if (!AnimatableValueParser.d2(bVar2, f, bounds[i11])) { z2 = false; break; } else { @@ -365,7 +365,7 @@ public final class c extends b implements e0 { } if (fVar.e) { e eVar = fVar.f; - if (eVar != null && fVar.f555c.Z(eVar)) { + if (eVar != null && fVar.f554c.Z(eVar)) { fVar.f = null; } int size2 = list.size(); @@ -373,7 +373,7 @@ public final class c extends b implements e0 { size2--; if (size2 < 0) { break; - } else if (fVar.f555c.Z((i) list.get(size2))) { + } else if (fVar.f554c.Z((i) list.get(size2))) { list.remove(size2); } } @@ -382,7 +382,7 @@ public final class c extends b implements e0 { size3--; if (size3 < 0) { break; - } else if (fVar.f555c.Z((i) list2.get(size3))) { + } else if (fVar.f554c.Z((i) list2.get(size3))) { list2.remove(size3); } } @@ -473,7 +473,7 @@ public final class c extends b implements e0 { } else { ArrayList arrayList = new ArrayList(f.size()); for (h.a aVar : f.values()) { - arrayList.add(new g(aVar.a, aVar.b, aVar.f549c.b())); + arrayList.add(new g(aVar.a, aVar.b, aVar.f548c.b())); } list = arrayList; } @@ -520,15 +520,15 @@ public final class c extends b implements e0 { kVar.g(this, jVar._class, linkedHashMap, a2); z2 = true; } - if (z2 && kVar.f555c != null && !linkedHashMap.isEmpty()) { + if (z2 && kVar.f554c != null && !linkedHashMap.isEmpty()) { for (Map.Entry entry : linkedHashMap.entrySet()) { y yVar = (y) entry.getKey(); - if ("hashCode".equals(yVar.b) && yVar.f557c.length == 0) { + if ("hashCode".equals(yVar.b) && yVar.f556c.length == 0) { try { Method declaredMethod = Object.class.getDeclaredMethod(yVar.b, new Class[0]); if (declaredMethod != null) { k.a aVar4 = (k.a) entry.getValue(); - aVar4.f550c = kVar.d(aVar4.f550c, declaredMethod.getDeclaredAnnotations()); + aVar4.f549c = kVar.d(aVar4.f549c, declaredMethod.getDeclaredAnnotations()); aVar4.b = declaredMethod; } } catch (Exception unused) { @@ -543,7 +543,7 @@ public final class c extends b implements e0 { for (Map.Entry entry2 : linkedHashMap.entrySet()) { k.a aVar5 = (k.a) entry2.getValue(); Method method = aVar5.b; - j jVar2 = method == null ? null : new j(aVar5.a, method, aVar5.f550c.b(), null); + j jVar2 = method == null ? null : new j(aVar5.a, method, aVar5.f549c.b(), null); if (jVar2 != null) { linkedHashMap2.put(entry2.getKey(), jVar2); } diff --git a/app/src/main/java/c/g/a/c/c0/c0.java b/app/src/main/java/c/g/a/c/c0/c0.java index d71e5aeee1..6b667a6981 100644 --- a/app/src/main/java/c/g/a/c/c0/c0.java +++ b/app/src/main/java/c/g/a/c/c0/c0.java @@ -29,7 +29,7 @@ public class c0 extends s implements Comparable { public d r; /* renamed from: s reason: collision with root package name */ - public d f546s; + public d f545s; public transient s t; public transient b.a u; @@ -75,7 +75,7 @@ public class c0 extends s implements Comparable { public final d b; /* renamed from: c reason: collision with root package name */ - public final t f547c; + public final t f546c; public final boolean d; public final boolean e; public final boolean f; @@ -84,7 +84,7 @@ public class c0 extends s implements Comparable { this.a = t; this.b = dVar; t tVar2 = (tVar == null || tVar.d()) ? null : tVar; - this.f547c = tVar2; + this.f546c = tVar2; if (z2) { if (tVar2 == null) { throw new IllegalArgumentException("Cannot pass true for 'explName' if name is null/empty"); @@ -108,10 +108,10 @@ public class c0 extends s implements Comparable { return this; } d b = dVar.b(); - if (this.f547c != null) { - return b.f547c == null ? c(null) : c(b); + if (this.f546c != null) { + return b.f546c == null ? c(null) : c(b); } - if (b.f547c != null) { + if (b.f546c != null) { return b; } boolean z2 = this.e; @@ -119,7 +119,7 @@ public class c0 extends s implements Comparable { } public d c(d dVar) { - return dVar == this.b ? this : new d<>(this.a, dVar, this.f547c, this.d, this.e, this.f); + return dVar == this.b ? this : new d<>(this.a, dVar, this.f546c, this.d, this.e, this.f); } public d d() { @@ -136,7 +136,7 @@ public class c0 extends s implements Comparable { } public d e() { - return this.b == null ? this : new d<>(this.a, null, this.f547c, this.d, this.e, this.f); + return this.b == null ? this : new d<>(this.a, null, this.f546c, this.d, this.e, this.f); } public d f() { @@ -169,7 +169,7 @@ public class c0 extends s implements Comparable { this.p = c0Var.p; this.q = c0Var.q; this.r = c0Var.r; - this.f546s = c0Var.f546s; + this.f545s = c0Var.f545s; this.k = c0Var.k; } @@ -206,12 +206,12 @@ public class c0 extends s implements Comparable { if (dVar2 != null) { dVar = dVar.c(A(dVar2, pVar)); } - return iVar == dVar.a ? dVar : new d<>(iVar, dVar.b, dVar.f547c, dVar.d, dVar.e, dVar.f); + return iVar == dVar.a ? dVar : new d<>(iVar, dVar.b, dVar.f546c, dVar.d, dVar.e, dVar.f); } public final void B(Collection collection, Map map, d dVar) { for (d dVar2 = dVar; dVar2 != null; dVar2 = dVar2.b) { - t tVar = dVar2.f547c; + t tVar = dVar2.f546c; if (dVar2.d && tVar != null) { c0 c0Var = map.get(tVar); if (c0Var == null) { @@ -222,8 +222,8 @@ public class c0 extends s implements Comparable { c0Var.p = dVar2.c(c0Var.p); } else if (dVar == this.r) { c0Var.r = dVar2.c(c0Var.r); - } else if (dVar == this.f546s) { - c0Var.f546s = dVar2.c(c0Var.f546s); + } else if (dVar == this.f545s) { + c0Var.f545s = dVar2.c(c0Var.f545s); } else if (dVar == this.q) { c0Var.q = dVar2.c(c0Var.q); } else { @@ -245,11 +245,11 @@ public class c0 extends s implements Comparable { public final Set C(d dVar, Set set) { while (dVar != null) { - if (dVar.d && dVar.f547c != null) { + if (dVar.d && dVar.f546c != null) { if (set == null) { set = new HashSet<>(); } - set.add(dVar.f547c); + set.add(dVar.f546c); } dVar = dVar.b; } @@ -307,11 +307,11 @@ public class c0 extends s implements Comparable { this.p = N(this.p, c0Var.p); this.q = N(this.q, c0Var.q); this.r = N(this.r, c0Var.r); - this.f546s = N(this.f546s, c0Var.f546s); + this.f545s = N(this.f545s, c0Var.f545s); } public Set L() { - Set C = C(this.q, C(this.f546s, C(this.r, C(this.p, null)))); + Set C = C(this.q, C(this.f545s, C(this.r, C(this.p, null)))); return C == null ? Collections.emptySet() : C; } @@ -332,7 +332,7 @@ public class c0 extends s implements Comparable { if (dVar4 != null) { t = eVar.a(dVar4.a); } - if (t == null && (dVar2 = this.f546s) != null) { + if (t == null && (dVar2 = this.f545s) != null) { t = eVar.a(dVar2.a); } } @@ -355,7 +355,7 @@ public class c0 extends s implements Comparable { @Override // c.g.a.c.c0.s public boolean f() { - return (this.q == null && this.f546s == null && this.p == null) ? false : true; + return (this.q == null && this.f545s == null && this.p == null) ? false : true; } @Override // c.g.a.c.c0.s @@ -581,7 +581,7 @@ public class c0 extends s implements Comparable { if (dVar3 != null) { jVar = dVar3.a; } else { - d dVar4 = this.f546s; + d dVar4 = this.f545s; if (dVar4 != null) { jVar = dVar4.a; } else { @@ -650,7 +650,7 @@ public class c0 extends s implements Comparable { @Override // c.g.a.c.c0.s public j s() { - d dVar = this.f546s; + d dVar = this.f545s; if (dVar == null) { return null; } @@ -698,7 +698,7 @@ public class c0 extends s implements Comparable { throw new IllegalArgumentException(String.format("Conflicting setter definitions for property \"%s\": %s vs %s", p(), dVar.a.h(), dVar2.a.h())); } } - this.f546s = dVar.e(); + this.f545s = dVar.e(); return dVar.a; } @@ -723,14 +723,14 @@ public class c0 extends s implements Comparable { P.append(", getter(s): "); P.append(this.r); P.append(", setter(s): "); - P.append(this.f546s); + P.append(this.f545s); P.append("]"); return P.toString(); } @Override // c.g.a.c.c0.s public boolean u() { - return x(this.p) || x(this.r) || x(this.f546s) || w(this.q); + return x(this.p) || x(this.r) || x(this.f545s) || w(this.q); } @Override // c.g.a.c.c0.s @@ -741,7 +741,7 @@ public class c0 extends s implements Comparable { public final boolean w(d dVar) { while (dVar != null) { - if (dVar.f547c != null && dVar.d) { + if (dVar.f546c != null && dVar.d) { return true; } dVar = dVar.b; @@ -751,7 +751,7 @@ public class c0 extends s implements Comparable { public final boolean x(d dVar) { while (dVar != null) { - t tVar = dVar.f547c; + t tVar = dVar.f546c; if (tVar != null && tVar.c()) { return true; } diff --git a/app/src/main/java/c/g/a/c/c0/d.java b/app/src/main/java/c/g/a/c/c0/d.java index b8517524d3..4ff19c9a40 100644 --- a/app/src/main/java/c/g/a/c/c0/d.java +++ b/app/src/main/java/c/g/a/c/c0/d.java @@ -21,7 +21,7 @@ public class d { public static final Class b = Map.class; /* renamed from: c reason: collision with root package name */ - public final l f548c; + public final l f547c; public final b d; public final t.a e; public final m f; @@ -31,7 +31,7 @@ public class d { public final boolean j; public d(l lVar, j jVar, t.a aVar) { - this.f548c = lVar; + this.f547c = lVar; this.g = jVar; Class cls = jVar._class; this.h = cls; @@ -45,7 +45,7 @@ public class d { } public d(l lVar, Class cls, t.a aVar) { - this.f548c = lVar; + this.f547c = lVar; Class cls2 = null; this.g = null; this.h = cls; @@ -168,7 +168,7 @@ public class d { if (!(z2 || this.j)) { return o.a; } - o oVar = o.a.f551c; + o oVar = o.a.f550c; Class cls = this.i; if (cls != null) { oVar = b(oVar, this.h, cls); diff --git a/app/src/main/java/c/g/a/c/c0/f.java b/app/src/main/java/c/g/a/c/c0/f.java index b3dec779d0..16055f9f1a 100644 --- a/app/src/main/java/c/g/a/c/c0/f.java +++ b/app/src/main/java/c/g/a/c/c0/f.java @@ -59,7 +59,7 @@ public final class f extends u { int length = annotationArr.length; p[] pVarArr = new p[length]; for (int i = 0; i < length; i++) { - o b = b(o.a.f551c, annotationArr[i]); + o b = b(o.a.f550c, annotationArr[i]); if (annotationArr2 != null) { b = b(b, annotationArr2[i]); } @@ -70,7 +70,7 @@ public final class f extends u { public j j(Method method, e0 e0Var, Method method2) { int length = method.getParameterTypes().length; - if (this.f555c == null) { + if (this.f554c == null) { return new j(e0Var, method, new p(), u.a(length)); } if (length == 0) { @@ -89,16 +89,16 @@ public final class f extends u { Annotation[][] annotationArr; p[] i; int a = aVar.a(); - if (this.f555c == null) { + if (this.f554c == null) { return new e(this.d, aVar.a, new p(), u.a(a)); } if (a == 0) { return new e(this.d, aVar.a, g(aVar, aVar2), u.a); } - Annotation[][] annotationArr2 = aVar.f584c; + Annotation[][] annotationArr2 = aVar.f583c; if (annotationArr2 == null) { annotationArr2 = aVar.a.getParameterAnnotations(); - aVar.f584c = annotationArr2; + aVar.f583c = annotationArr2; } Annotation[][] annotationArr3 = 0; if (a != annotationArr2.length) { @@ -124,10 +124,10 @@ public final class f extends u { } } else { if (aVar2 != null) { - Annotation[][] annotationArr4 = aVar2.f584c; + Annotation[][] annotationArr4 = aVar2.f583c; if (annotationArr4 == null) { annotationArr4 = aVar2.a.getParameterAnnotations(); - aVar2.f584c = annotationArr4; + aVar2.f583c = annotationArr4; } annotationArr3 = annotationArr4; } diff --git a/app/src/main/java/c/g/a/c/c0/h.java b/app/src/main/java/c/g/a/c/c0/h.java index f1a887c136..67b138c3b8 100644 --- a/app/src/main/java/c/g/a/c/c0/h.java +++ b/app/src/main/java/c/g/a/c/c0/h.java @@ -25,7 +25,7 @@ public class h extends u { public final Field b; /* renamed from: c reason: collision with root package name */ - public o f549c = o.a.f551c; + public o f548c = o.a.f550c; public a(e0 e0Var, Field field) { this.a = e0Var; @@ -58,7 +58,7 @@ public class h extends u { } a aVar3 = new a(e0Var, field); if (this.f) { - aVar3.f549c = b(aVar3.f549c, field.getDeclaredAnnotations()); + aVar3.f548c = b(aVar3.f548c, field.getDeclaredAnnotations()); } f.put(field.getName(), aVar3); } @@ -69,7 +69,7 @@ public class h extends u { Field[] declaredFields2 = ((Class) it.next()).getDeclaredFields(); for (Field field2 : declaredFields2) { if (g(field2) && (aVar2 = f.get(field2.getName())) != null) { - aVar2.f549c = b(aVar2.f549c, field2.getDeclaredAnnotations()); + aVar2.f548c = b(aVar2.f548c, field2.getDeclaredAnnotations()); } } } diff --git a/app/src/main/java/c/g/a/c/c0/k.java b/app/src/main/java/c/g/a/c/c0/k.java index aeb909d703..6aac9d888f 100644 --- a/app/src/main/java/c/g/a/c/c0/k.java +++ b/app/src/main/java/c/g/a/c/c0/k.java @@ -22,12 +22,12 @@ public class k extends u { public Method b; /* renamed from: c reason: collision with root package name */ - public o f550c; + public o f549c; public a(e0 e0Var, Method method, o oVar) { this.a = e0Var; this.b = method; - this.f550c = oVar; + this.f549c = oVar; } } @@ -52,10 +52,10 @@ public class k extends u { y yVar = new y(method); a aVar = map.get(yVar); if (aVar == null) { - map.put(yVar, new a(e0Var, method, this.f555c == null ? o.a.f551c : c(method.getDeclaredAnnotations()))); + map.put(yVar, new a(e0Var, method, this.f554c == null ? o.a.f550c : c(method.getDeclaredAnnotations()))); } else { if (this.e) { - aVar.f550c = d(aVar.f550c, method.getDeclaredAnnotations()); + aVar.f549c = d(aVar.f549c, method.getDeclaredAnnotations()); } Method method2 = aVar.b; if (method2 == null) { @@ -72,7 +72,7 @@ public class k extends u { public void g(e0 e0Var, Class cls, Map map, Class cls2) { List list; - if (this.f555c != null) { + if (this.f554c != null) { Annotation[] annotationArr = d.a; if (cls2 == cls || cls2 == Object.class) { list = Collections.emptyList(); @@ -90,7 +90,7 @@ public class k extends u { if (aVar == null) { map.put(yVar, new a(e0Var, null, c(declaredAnnotations))); } else { - aVar.f550c = d(aVar.f550c, declaredAnnotations); + aVar.f549c = d(aVar.f549c, declaredAnnotations); } } } diff --git a/app/src/main/java/c/g/a/c/c0/o.java b/app/src/main/java/c/g/a/c/c0/o.java index 9f3536034c..f2b7f5f36d 100644 --- a/app/src/main/java/c/g/a/c/c0/o.java +++ b/app/src/main/java/c/g/a/c/c0/o.java @@ -14,7 +14,7 @@ public abstract class o { public static class a extends o { /* renamed from: c reason: collision with root package name */ - public static final a f551c = new a(null); + public static final a f550c = new a(null); public a(Object obj) { super(null); @@ -45,26 +45,26 @@ public abstract class o { public static class b extends o { /* renamed from: c reason: collision with root package name */ - public final HashMap, Annotation> f552c; + public final HashMap, Annotation> f551c; public b(Object obj, Class cls, Annotation annotation, Class cls2, Annotation annotation2) { super(obj); HashMap, Annotation> hashMap = new HashMap<>(); - this.f552c = hashMap; + this.f551c = hashMap; hashMap.put(cls, annotation); hashMap.put(cls2, annotation2); } @Override // c.g.a.c.c0.o public o a(Annotation annotation) { - this.f552c.put(annotation.annotationType(), annotation); + this.f551c.put(annotation.annotationType(), annotation); return this; } @Override // c.g.a.c.c0.o public p b() { p pVar = new p(); - for (Annotation annotation : this.f552c.values()) { + for (Annotation annotation : this.f551c.values()) { if (pVar.i == null) { pVar.i = new HashMap<>(); } @@ -78,10 +78,10 @@ public abstract class o { @Override // c.g.a.c.c0.o public c.g.a.c.i0.a c() { - if (this.f552c.size() != 2) { - return new p(this.f552c); + if (this.f551c.size() != 2) { + return new p(this.f551c); } - Iterator, Annotation>> it = this.f552c.entrySet().iterator(); + Iterator, Annotation>> it = this.f551c.entrySet().iterator(); Map.Entry, Annotation> next = it.next(); Map.Entry, Annotation> next2 = it.next(); return new f(next.getKey(), next.getValue(), next2.getKey(), next2.getValue()); @@ -89,7 +89,7 @@ public abstract class o { @Override // c.g.a.c.c0.o public boolean d(Annotation annotation) { - return this.f552c.containsKey(annotation.annotationType()); + return this.f551c.containsKey(annotation.annotationType()); } } @@ -137,19 +137,19 @@ public abstract class o { public static class e extends o { /* renamed from: c reason: collision with root package name */ - public Class f553c; + public Class f552c; public Annotation d; public e(Object obj, Class cls, Annotation annotation) { super(obj); - this.f553c = cls; + this.f552c = cls; this.d = annotation; } @Override // c.g.a.c.c0.o public o a(Annotation annotation) { Class annotationType = annotation.annotationType(); - Class cls = this.f553c; + Class cls = this.f552c; if (cls != annotationType) { return new b(this.b, cls, this.d, annotationType, annotation); } @@ -159,7 +159,7 @@ public abstract class o { @Override // c.g.a.c.c0.o public p b() { - Class cls = this.f553c; + Class cls = this.f552c; Annotation annotation = this.d; HashMap hashMap = new HashMap(4); hashMap.put(cls, annotation); @@ -168,12 +168,12 @@ public abstract class o { @Override // c.g.a.c.c0.o public c.g.a.c.i0.a c() { - return new d(this.f553c, this.d); + return new d(this.f552c, this.d); } @Override // c.g.a.c.c0.o public boolean d(Annotation annotation) { - return annotation.annotationType() == this.f553c; + return annotation.annotationType() == this.f552c; } } diff --git a/app/src/main/java/c/g/a/c/c0/q.java b/app/src/main/java/c/g/a/c/c0/q.java index 06388f6a23..e479545adb 100644 --- a/app/src/main/java/c/g/a/c/c0/q.java +++ b/app/src/main/java/c/g/a/c/c0/q.java @@ -15,7 +15,7 @@ public class q extends c { public static final Class[] b = new Class[0]; /* renamed from: c reason: collision with root package name */ - public final b0 f554c; + public final b0 f553c; public final l d; public final b e; public final c f; @@ -29,7 +29,7 @@ public class q extends c { super(r0); j jVar = b0Var.d; c cVar = b0Var.e; - this.f554c = b0Var; + this.f553c = b0Var; l lVar = b0Var.a; this.d = lVar; if (lVar == null) { @@ -44,7 +44,7 @@ public class q extends c { public q(l lVar, j jVar, c cVar, List list) { super(jVar); - this.f554c = null; + this.f553c = null; this.d = lVar; if (lVar == null) { this.e = null; @@ -72,7 +72,7 @@ public class q extends c { @Override // c.g.a.c.c public i b() { - b0 b0Var = this.f554c; + b0 b0Var = this.f553c; if (b0Var == null) { return null; } @@ -99,7 +99,7 @@ public class q extends c { public List d() { if (this.i == null) { - b0 b0Var = this.f554c; + b0 b0Var = this.f553c; if (!b0Var.i) { b0Var.h(); } diff --git a/app/src/main/java/c/g/a/c/c0/u.java b/app/src/main/java/c/g/a/c/c0/u.java index 2891cfb79c..de27f7d1cb 100644 --- a/app/src/main/java/c/g/a/c/c0/u.java +++ b/app/src/main/java/c/g/a/c/c0/u.java @@ -12,10 +12,10 @@ public class u { public static final Annotation[] b = new Annotation[0]; /* renamed from: c reason: collision with root package name */ - public final b f555c; + public final b f554c; public u(b bVar) { - this.f555c = bVar; + this.f554c = bVar; } public static p[] a(int i) { @@ -32,7 +32,7 @@ public class u { public final o b(o oVar, Annotation[] annotationArr) { for (Annotation annotation : annotationArr) { oVar = oVar.a(annotation); - if (this.f555c.b0(annotation)) { + if (this.f554c.b0(annotation)) { oVar = e(oVar, annotation); } } @@ -40,10 +40,10 @@ public class u { } public final o c(Annotation[] annotationArr) { - o oVar = o.a.f551c; + o oVar = o.a.f550c; for (Annotation annotation : annotationArr) { oVar = oVar.a(annotation); - if (this.f555c.b0(annotation)) { + if (this.f554c.b0(annotation)) { oVar = e(oVar, annotation); } } @@ -54,12 +54,12 @@ public class u { for (Annotation annotation : annotationArr) { if (!oVar.d(annotation)) { oVar = oVar.a(annotation); - if (this.f555c.b0(annotation)) { + if (this.f554c.b0(annotation)) { Annotation[] i = d.i(annotation.annotationType()); for (Annotation annotation2 : i) { if (!((annotation2 instanceof Target) || (annotation2 instanceof Retention)) && !oVar.d(annotation2)) { oVar = oVar.a(annotation2); - if (this.f555c.b0(annotation2)) { + if (this.f554c.b0(annotation2)) { oVar = e(oVar, annotation2); } } @@ -74,7 +74,7 @@ public class u { Annotation[] i = d.i(annotation.annotationType()); for (Annotation annotation2 : i) { if (!((annotation2 instanceof Target) || (annotation2 instanceof Retention))) { - if (!this.f555c.b0(annotation2)) { + if (!this.f554c.b0(annotation2)) { oVar = oVar.a(annotation2); } else if (!oVar.d(annotation2)) { oVar = e(oVar.a(annotation2), annotation2); diff --git a/app/src/main/java/c/g/a/c/c0/v.java b/app/src/main/java/c/g/a/c/c0/v.java index 7f94684735..05db3492cd 100644 --- a/app/src/main/java/c/g/a/c/c0/v.java +++ b/app/src/main/java/c/g/a/c/c0/v.java @@ -26,7 +26,7 @@ public abstract class v implements d, Serializable { i.d i = lVar.i(cls); b e = lVar.e(); i.d h = (e == null || (member = getMember()) == null) ? null : e.h(member); - return i == null ? h == null ? d.f558c : h : h == null ? i : i.k(h); + return i == null ? h == null ? d.f557c : h : h == null ? i : i.k(h); } @Override // c.g.a.c.d diff --git a/app/src/main/java/c/g/a/c/c0/w.java b/app/src/main/java/c/g/a/c/c0/w.java index 4a6eab6e74..9cceef7fb8 100644 --- a/app/src/main/java/c/g/a/c/c0/w.java +++ b/app/src/main/java/c/g/a/c/c0/w.java @@ -14,7 +14,7 @@ public class w extends a { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final String f556c; + public final String f555c; public final String d; public final String e; @@ -45,7 +45,7 @@ public class w extends a { c.g.a.c.d0.a aVar = c.g.a.c.d0.a.a; Objects.requireNonNull(aVar); try { - Object[] objArr = (Object[]) aVar.f559c.invoke(cls, new Object[0]); + Object[] objArr = (Object[]) aVar.f558c.invoke(cls, new Object[0]); int length = objArr.length; String[] strArr = new String[length]; for (int i = 0; i < objArr.length; i++) { @@ -77,7 +77,7 @@ public class w extends a { public w(l lVar, c cVar, String str, String str2, String str3, a aVar) { this.b = lVar.q(p.USE_STD_BEAN_NAMING); this.e = str; - this.f556c = str2; + this.f555c = str2; this.d = str3; this.a = aVar; } @@ -105,7 +105,7 @@ public class w extends a { @Override // c.g.a.c.c0.a public String c(j jVar, String str) { - String str2 = this.f556c; + String str2 = this.f555c; if (str2 == null || !str.startsWith(str2)) { return null; } @@ -124,7 +124,7 @@ public class w extends a { } else if ("getMetaClass".equals(str) && jVar.d().getName().startsWith("groovy.lang")) { return null; } - return this.b ? e(str, this.f556c.length()) : d(str, this.f556c.length()); + return this.b ? e(str, this.f555c.length()) : d(str, this.f555c.length()); } public String d(String str, int i) { diff --git a/app/src/main/java/c/g/a/c/c0/x.java b/app/src/main/java/c/g/a/c/c0/x.java index 3f5e309359..8ec1225021 100644 --- a/app/src/main/java/c/g/a/c/c0/x.java +++ b/app/src/main/java/c/g/a/c/c0/x.java @@ -356,7 +356,7 @@ public class x extends b implements Serializable { @Override // c.g.a.c.b public void a(l lVar, c cVar, List list) { - c.g.a.c.y.b bVar = (c.g.a.c.y.b) cVar.f544s.a(c.g.a.c.y.b.class); + c.g.a.c.y.b bVar = (c.g.a.c.y.b) cVar.f543s.a(c.g.a.c.y.b.class); if (bVar != null) { boolean prepend = bVar.prepend(); b.a[] attrs = bVar.attrs(); @@ -375,7 +375,7 @@ public class x extends b implements Serializable { if (!j02.c()) { j02 = c.g.a.c.t.a(value); } - a aVar2 = new a(value, c.g.a.c.i0.q.w(lVar, new f0(cVar, cVar.k, value, jVar), j02, sVar, aVar.include()), cVar.f544s, jVar); + a aVar2 = new a(value, c.g.a.c.i0.q.w(lVar, new f0(cVar, cVar.k, value, jVar), j02, sVar, aVar.include()), cVar.f543s, jVar); if (prepend) { list.add(i2, aVar2); } else { @@ -900,7 +900,7 @@ public class x extends b implements Serializable { a0Var = a0.a; } boolean alwaysAsId = lVar.alwaysAsId(); - return a0Var.f == alwaysAsId ? a0Var : new a0(a0Var.b, a0Var.e, a0Var.f541c, alwaysAsId, a0Var.d); + return a0Var.f == alwaysAsId ? a0Var : new a0(a0Var.b, a0Var.e, a0Var.f540c, alwaysAsId, a0Var.d); } @Override // c.g.a.c.b diff --git a/app/src/main/java/c/g/a/c/c0/y.java b/app/src/main/java/c/g/a/c/c0/y.java index 1c07824789..81dc4a6696 100644 --- a/app/src/main/java/c/g/a/c/c0/y.java +++ b/app/src/main/java/c/g/a/c/c0/y.java @@ -9,19 +9,19 @@ public final class y { public final String b; /* renamed from: c reason: collision with root package name */ - public final Class[] f557c; + public final Class[] f556c; public y(Constructor constructor) { Class[] parameterTypes = constructor.getParameterTypes(); this.b = ""; - this.f557c = parameterTypes == null ? a : parameterTypes; + this.f556c = parameterTypes == null ? a : parameterTypes; } public y(Method method) { String name = method.getName(); Class[] parameterTypes = method.getParameterTypes(); this.b = name; - this.f557c = parameterTypes == null ? a : parameterTypes; + this.f556c = parameterTypes == null ? a : parameterTypes; } public boolean equals(Object obj) { @@ -35,13 +35,13 @@ public final class y { if (!this.b.equals(yVar.b)) { return false; } - Class[] clsArr = yVar.f557c; - int length = this.f557c.length; + Class[] clsArr = yVar.f556c; + int length = this.f556c.length; if (clsArr.length != length) { return false; } for (int i = 0; i < length; i++) { - if (clsArr[i] != this.f557c[i]) { + if (clsArr[i] != this.f556c[i]) { return false; } } @@ -49,13 +49,13 @@ public final class y { } public int hashCode() { - return this.b.hashCode() + this.f557c.length; + return this.b.hashCode() + this.f556c.length; } public String toString() { StringBuilder sb = new StringBuilder(); sb.append(this.b); sb.append("("); - return a.z(sb, this.f557c.length, "-args)"); + return a.z(sb, this.f556c.length, "-args)"); } } diff --git a/app/src/main/java/c/g/a/c/d.java b/app/src/main/java/c/g/a/c/d.java index 0257feb83f..b157501993 100644 --- a/app/src/main/java/c/g/a/c/d.java +++ b/app/src/main/java/c/g/a/c/d.java @@ -8,7 +8,7 @@ import java.io.Serializable; public interface d { /* renamed from: c reason: collision with root package name */ - public static final i.d f558c = new i.d("", i.c.ANY, "", "", i.b.a, null); + public static final i.d f557c = new i.d("", i.c.ANY, "", "", i.b.a, null); /* compiled from: BeanProperty */ public static class a implements d, Serializable { diff --git a/app/src/main/java/c/g/a/c/d0/a.java b/app/src/main/java/c/g/a/c/d0/a.java index f6361f10fe..bc42fbab5d 100644 --- a/app/src/main/java/c/g/a/c/d0/a.java +++ b/app/src/main/java/c/g/a/c/d0/a.java @@ -7,7 +7,7 @@ public class a { public static final RuntimeException b; /* renamed from: c reason: collision with root package name */ - public final Method f559c; + public final Method f558c; public final Method d; static { @@ -25,7 +25,7 @@ public class a { public a() throws RuntimeException { try { - this.f559c = Class.class.getMethod("getRecordComponents", new Class[0]); + this.f558c = Class.class.getMethod("getRecordComponents", new Class[0]); Class cls = Class.forName("java.lang.reflect.RecordComponent"); this.d = cls.getMethod("getName", new Class[0]); cls.getMethod("getType", new Class[0]); diff --git a/app/src/main/java/c/g/a/c/e.java b/app/src/main/java/c/g/a/c/e.java index ec139f6c9c..67ccf20a54 100644 --- a/app/src/main/java/c/g/a/c/e.java +++ b/app/src/main/java/c/g/a/c/e.java @@ -51,7 +51,7 @@ public abstract class e { public abstract n d(); public i0 e(b bVar, a0 a0Var) throws JsonMappingException { - Class> cls = a0Var.f541c; + Class> cls = a0Var.f540c; v vVar = ((x) this)._config; Objects.requireNonNull(vVar._base); return ((i0) d.g(cls, vVar.b())).b(a0Var.e); diff --git a/app/src/main/java/c/g/a/c/e0/h/b.java b/app/src/main/java/c/g/a/c/e0/h/b.java index 0bcd68296d..9037caac28 100644 --- a/app/src/main/java/c/g/a/c/e0/h/b.java +++ b/app/src/main/java/c/g/a/c/e0/h/b.java @@ -16,6 +16,6 @@ public class b extends d { /* renamed from: i */ public b h(d dVar) { - return this.b == dVar ? this : new b(this.a, dVar, this.f561c); + return this.b == dVar ? this : new b(this.a, dVar, this.f560c); } } diff --git a/app/src/main/java/c/g/a/c/e0/h/c.java b/app/src/main/java/c/g/a/c/e0/h/c.java index 3f7e1ead59..c7ae97fa51 100644 --- a/app/src/main/java/c/g/a/c/e0/h/c.java +++ b/app/src/main/java/c/g/a/c/e0/h/c.java @@ -8,21 +8,21 @@ import c.g.a.c.e0.g; public class c extends m { /* renamed from: c reason: collision with root package name */ - public final String f560c; + public final String f559c; public c(e eVar, d dVar, String str) { super(eVar, dVar); - this.f560c = str; + this.f559c = str; } @Override // c.g.a.c.e0.g public g a(d dVar) { - return this.b == dVar ? this : new c(this.a, dVar, this.f560c); + return this.b == dVar ? this : new c(this.a, dVar, this.f559c); } @Override // c.g.a.c.e0.h.m, c.g.a.c.e0.g public String b() { - return this.f560c; + return this.f559c; } @Override // c.g.a.c.e0.g diff --git a/app/src/main/java/c/g/a/c/e0/h/d.java b/app/src/main/java/c/g/a/c/e0/h/d.java index 54435a30fb..b8a36b9fef 100644 --- a/app/src/main/java/c/g/a/c/e0/h/d.java +++ b/app/src/main/java/c/g/a/c/e0/h/d.java @@ -6,16 +6,16 @@ import c.g.a.c.e0.e; public class d extends a { /* renamed from: c reason: collision with root package name */ - public final String f561c; + public final String f560c; public d(e eVar, c.g.a.c.d dVar, String str) { super(eVar, dVar); - this.f561c = str; + this.f560c = str; } @Override // c.g.a.c.e0.h.m, c.g.a.c.e0.g public String b() { - return this.f561c; + return this.f560c; } @Override // c.g.a.c.e0.h.a, c.g.a.c.e0.g @@ -25,6 +25,6 @@ public class d extends a { /* renamed from: h */ public d g(c.g.a.c.d dVar) { - return this.b == dVar ? this : new d(this.a, dVar, this.f561c); + return this.b == dVar ? this : new d(this.a, dVar, this.f560c); } } diff --git a/app/src/main/java/c/g/a/c/e0/h/f.java b/app/src/main/java/c/g/a/c/e0/h/f.java index 2effd3d801..9d2a603cc7 100644 --- a/app/src/main/java/c/g/a/c/e0/h/f.java +++ b/app/src/main/java/c/g/a/c/e0/h/f.java @@ -90,7 +90,7 @@ public class f extends k { if (!enumMap.isEmpty()) { cls2 = ((Enum) enumMap.keySet().iterator().next()).getDeclaringClass(); } else { - Field field2 = d.b.a.f585c; + Field field2 = d.b.a.f584c; if (field2 != null) { try { cls2 = (Class) field2.get(enumMap); @@ -103,7 +103,7 @@ public class f extends k { } Objects.requireNonNull(nVar); if (EnumMap.class == Properties.class) { - jVar2 = n.f580x; + jVar2 = n.f579x; jVar = jVar2; } else { m mVar3 = n.k; diff --git a/app/src/main/java/c/g/a/c/e0/h/h.java b/app/src/main/java/c/g/a/c/e0/h/h.java index 4f54791b45..f7a6705ada 100644 --- a/app/src/main/java/c/g/a/c/e0/h/h.java +++ b/app/src/main/java/c/g/a/c/e0/h/h.java @@ -7,23 +7,23 @@ import c.g.a.c.j; public class h extends f { /* renamed from: c reason: collision with root package name */ - public final String f562c; + public final String f561c; public h(j jVar, n nVar, c cVar) { super(jVar, nVar, cVar); String name = jVar._class.getName(); int lastIndexOf = name.lastIndexOf(46); if (lastIndexOf < 0) { - this.f562c = "."; + this.f561c = "."; return; } - this.f562c = name.substring(0, lastIndexOf + 1); + this.f561c = name.substring(0, lastIndexOf + 1); name.substring(0, lastIndexOf); } @Override // c.g.a.c.e0.h.f, c.g.a.c.e0.e public String a(Object obj) { String name = obj.getClass().getName(); - return name.startsWith(this.f562c) ? name.substring(this.f562c.length() - 1) : name; + return name.startsWith(this.f561c) ? name.substring(this.f561c.length() - 1) : name; } } diff --git a/app/src/main/java/c/g/a/c/e0/h/l.java b/app/src/main/java/c/g/a/c/e0/h/l.java index d0e648a312..d9b5c829d1 100644 --- a/app/src/main/java/c/g/a/c/e0/h/l.java +++ b/app/src/main/java/c/g/a/c/e0/h/l.java @@ -11,13 +11,13 @@ import java.util.concurrent.ConcurrentHashMap; public class l extends k { /* renamed from: c reason: collision with root package name */ - public final c.g.a.c.z.l f563c; + public final c.g.a.c.z.l f562c; public final ConcurrentHashMap d; public final Map e; public l(c.g.a.c.z.l lVar, j jVar, ConcurrentHashMap concurrentHashMap, HashMap hashMap) { super(jVar, lVar._base._typeFactory); - this.f563c = lVar; + this.f562c = lVar; this.d = concurrentHashMap; this.e = hashMap; lVar.q(p.ACCEPT_CASE_INSENSITIVE_VALUES); @@ -47,8 +47,8 @@ public class l extends k { String str = this.d.get(name); if (str == null) { Class cls2 = this.a.b(null, cls, n.k)._class; - if (this.f563c.p()) { - str = this.f563c.e().O(((q) this.f563c.o(cls2)).f); + if (this.f562c.p()) { + str = this.f562c.e().O(((q) this.f562c.o(cls2)).f); } if (str == null) { str = d(cls2); diff --git a/app/src/main/java/c/g/a/c/e0/h/m.java b/app/src/main/java/c/g/a/c/e0/h/m.java index 95d490a638..5c30cc3107 100644 --- a/app/src/main/java/c/g/a/c/e0/h/m.java +++ b/app/src/main/java/c/g/a/c/e0/h/m.java @@ -24,13 +24,13 @@ public abstract class m extends g { @Override // c.g.a.c.e0.g public b e(c.g.a.b.d dVar, b bVar) throws IOException { - if (bVar.f538c == null) { + if (bVar.f537c == null) { Object obj = bVar.a; Class cls = bVar.b; - bVar.f538c = cls == null ? this.a.a(obj) : this.a.c(obj, cls); + bVar.f537c = cls == null ? this.a.a(obj) : this.a.c(obj, cls); } Objects.requireNonNull(dVar); - Object obj2 = bVar.f538c; + Object obj2 = bVar.f537c; h hVar = bVar.f; String valueOf = obj2 instanceof String ? (String) obj2 : String.valueOf(obj2); bVar.g = true; @@ -81,7 +81,7 @@ public abstract class m extends g { if (h != 4) { dVar.w(); } else { - Object obj = bVar.f538c; + Object obj = bVar.f537c; String valueOf = obj instanceof String ? (String) obj : String.valueOf(obj); dVar.z(bVar.d); dVar.l0(valueOf); diff --git a/app/src/main/java/c/g/a/c/g0/a.java b/app/src/main/java/c/g/a/c/g0/a.java index 44939ac87d..5a79ee1164 100644 --- a/app/src/main/java/c/g/a/c/g0/a.java +++ b/app/src/main/java/c/g/a/c/g0/a.java @@ -12,13 +12,13 @@ public class a { public final i b; /* renamed from: c reason: collision with root package name */ - public n f564c; + public n f563c; public t d; public a(d dVar, i iVar, n nVar) { this.b = iVar; this.a = dVar; - this.f564c = nVar; + this.f563c = nVar; if (nVar instanceof t) { this.d = (t) nVar; } @@ -32,7 +32,7 @@ public class a { if (tVar != null) { tVar.u((Map) j, dVar, xVar); } else { - this.f564c.f(j, dVar, xVar); + this.f563c.f(j, dVar, xVar); } } else { xVar.f(this.a.getType(), String.format("Value returned by 'any-getter' %s() not java.util.Map but %s", this.b.c(), j.getClass().getName())); diff --git a/app/src/main/java/c/g/a/c/g0/b.java b/app/src/main/java/c/g/a/c/g0/b.java index f5827f9266..c294abbe07 100644 --- a/app/src/main/java/c/g/a/c/g0/b.java +++ b/app/src/main/java/c/g/a/c/g0/b.java @@ -210,7 +210,7 @@ public abstract class b extends q implements Serializable { H = aVar; } if (H == null) { - c.g.a.c.c0.b0 b0Var = qVar.f554c; + c.g.a.c.c0.b0 b0Var = qVar.f553c; if (b0Var != null) { if (!b0Var.i) { b0Var.h(); diff --git a/app/src/main/java/c/g/a/c/g0/e.java b/app/src/main/java/c/g/a/c/g0/e.java index b6a5e5d919..fe0923c51a 100644 --- a/app/src/main/java/c/g/a/c/g0/e.java +++ b/app/src/main/java/c/g/a/c/g0/e.java @@ -14,7 +14,7 @@ public class e { public final c b; /* renamed from: c reason: collision with root package name */ - public v f565c; + public v f564c; public List d = Collections.emptyList(); public c[] e; public a f; @@ -28,20 +28,20 @@ public class e { public n a() { c[] cVarArr; - if (this.h != null && this.f565c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { - this.h.f(this.f565c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + if (this.h != null && this.f564c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { + this.h.f(this.f564c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); } a aVar = this.f; if (aVar != null) { - aVar.b.f(this.f565c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + aVar.b.f(this.f564c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); } List list = this.d; if (list != null && !list.isEmpty()) { List list2 = this.d; cVarArr = (c[]) list2.toArray(new c[list2.size()]); - if (this.f565c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { + if (this.f564c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { for (c cVar : cVarArr) { - cVar._member.f(this.f565c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + cVar._member.f(this.f564c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); } } } else if (this.f == null && this.i == null) { diff --git a/app/src/main/java/c/g/a/c/g0/f.java b/app/src/main/java/c/g/a/c/g0/f.java index 272ffd148a..f77bb6ecaa 100644 --- a/app/src/main/java/c/g/a/c/g0/f.java +++ b/app/src/main/java/c/g/a/c/g0/f.java @@ -266,11 +266,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f544s, e, y2, c2, a, z3, obj, i); - q = lVar.f566c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f543s, e, y2, c2, a, z3, obj, i); + q = lVar.f565c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f566c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f565c.Q(iVar); if (Q == null) { } } @@ -314,12 +314,12 @@ public class f extends b implements Serializable { } i = qVar2.g; } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f544s, e, y2, c2, a, z3, obj, i); - q = lVar.f566c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f543s, e, y2, c2, a, z3, obj, i); + q = lVar.f565c.q(iVar); if (q != null) { cVar2.e(xVar.H(iVar, q)); } - c.g.a.c.i0.n Q = lVar.f566c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f565c.Q(iVar); return Q == null ? new c.g.a.c.g0.t.s(cVar2, Q) : cVar2; } } @@ -336,11 +336,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f544s, e, y2, c2, a, z3, obj, i); - q = lVar.f566c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f543s, e, y2, c2, a, z3, obj, i); + q = lVar.f565c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f566c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f565c.Q(iVar); if (Q == null) { } } @@ -349,11 +349,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f544s, e, y2, c2, a, z3, obj, i); - q = lVar.f566c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f543s, e, y2, c2, a, z3, obj, i); + q = lVar.f565c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f566c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f565c.Q(iVar); if (Q == null) { } } else { @@ -367,11 +367,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f544s, e, y2, c2, a, z3, obj, i); - q = lVar.f566c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f543s, e, y2, c2, a, z3, obj, i); + q = lVar.f565c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f566c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f565c.Q(iVar); if (Q == null) { } } else { @@ -381,11 +381,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f544s, e, y2, c2, a, z3, obj, i); - q = lVar.f566c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f543s, e, y2, c2, a, z3, obj, i); + q = lVar.f565c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f566c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f565c.Q(iVar); if (Q == null) { } } @@ -961,7 +961,7 @@ public class f extends b implements Serializable { } else { v vVar9 = xVar._config; e eVar2 = new e(cVar3); - eVar2.f565c = vVar9; + eVar2.f564c = vVar9; c.g.a.c.c0.q qVar3 = (c.g.a.c.c0.q) cVar3; List d5 = qVar3.d(); v vVar10 = xVar._config; @@ -1095,7 +1095,7 @@ public class f extends b implements Serializable { if (set != null || (d6 != null && !d6.isEmpty())) { Iterator it5 = arrayList.iterator(); while (it5.hasNext()) { - if (AnimatableValueParser.C2(((c) it5.next())._name._value, d6, set)) { + if (AnimatableValueParser.D2(((c) it5.next())._name._value, d6, set)) { it5.remove(); } } @@ -1110,7 +1110,7 @@ public class f extends b implements Serializable { if (a0Var == null) { jVar2 = null; } else { - Class> cls12 = a0Var.f541c; + Class> cls12 = a0Var.f540c; if (cls12 == l0.class) { String str4 = a0Var.b._simpleName; int size3 = arrayList.size(); @@ -1134,7 +1134,7 @@ public class f extends b implements Serializable { eVar2.i = jVar2; eVar2.d = arrayList; eVar2.g = vVar9.e().g(qVar3.f); - b0 b0Var = qVar3.f554c; + b0 b0Var = qVar3.f553c; if (b0Var != null) { if (!b0Var.i) { b0Var.h(); @@ -1149,7 +1149,7 @@ public class f extends b implements Serializable { throw null; } if (iVar == null) { - b0 b0Var2 = qVar3.f554c; + b0 b0Var2 = qVar3.f553c; if (!b0Var2.i) { b0Var2.h(); } @@ -1234,7 +1234,7 @@ public class f extends b implements Serializable { nVar = CharSequence.class.isAssignableFrom(cls13) ? t0.j : null; } if (nVar == null) { - if (qVar3.f.f544s.size() > 0) { + if (qVar3.f.f543s.size() > 0) { nVar = new d(eVar2.b.a, eVar2, c.g.a.c.g0.u.d.j, null); } } diff --git a/app/src/main/java/c/g/a/c/g0/j.java b/app/src/main/java/c/g/a/c/g0/j.java index 42c93068bd..a6a4e1efa9 100644 --- a/app/src/main/java/c/g/a/c/g0/j.java +++ b/app/src/main/java/c/g/a/c/g0/j.java @@ -164,13 +164,13 @@ public abstract class j extends x implements Serializable { m mVar = this._knownSerializers; m.a aVar = mVar.a[mVar.b & (cls.getName().hashCode() + 1)]; if (aVar != null) { - if (!(aVar.f570c == cls && aVar.e)) { + if (!(aVar.f569c == cls && aVar.e)) { while (true) { aVar = aVar.b; if (aVar == null) { break; } - if (aVar.f570c != cls || !aVar.e) { + if (aVar.f569c != cls || !aVar.e) { z2 = false; continue; } else { diff --git a/app/src/main/java/c/g/a/c/g0/l.java b/app/src/main/java/c/g/a/c/g0/l.java index aee011083c..8cc52f5633 100644 --- a/app/src/main/java/c/g/a/c/g0/l.java +++ b/app/src/main/java/c/g/a/c/g0/l.java @@ -14,7 +14,7 @@ public class l { public final c b; /* renamed from: c reason: collision with root package name */ - public final b f566c; + public final b f565c; public Object d; public final p.b e; public final boolean f; @@ -30,11 +30,11 @@ public class l { p.b bVar3 = vVar._configOverrides._defaultInclusion; this.e = bVar3 == null ? bVar2 : bVar3.a(bVar2); this.f = bVar2._valueInclusion == p.a.NON_DEFAULT; - this.f566c = vVar.e(); + this.f565c = vVar.e(); } public j a(c.g.a.c.c0.b bVar, boolean z2, j jVar) throws JsonMappingException { - j e02 = this.f566c.e0(this.a, bVar, jVar); + j e02 = this.f565c.e0(this.a, bVar, jVar); boolean z3 = true; if (e02 != jVar) { Class cls = e02._class; @@ -51,7 +51,7 @@ public class l { z2 = true; jVar = e02; } - e.b K = this.f566c.K(bVar); + e.b K = this.f565c.K(bVar); if (!(K == null || K == e.b.DEFAULT_TYPING)) { if (K != e.b.STATIC) { z3 = false; diff --git a/app/src/main/java/c/g/a/c/g0/t/j.java b/app/src/main/java/c/g/a/c/g0/t/j.java index 7bbba4226a..8af09b14a6 100644 --- a/app/src/main/java/c/g/a/c/g0/t/j.java +++ b/app/src/main/java/c/g/a/c/g0/t/j.java @@ -10,14 +10,14 @@ public final class j { public final k b; /* renamed from: c reason: collision with root package name */ - public final i0 f567c; + public final i0 f566c; public final n d; public final boolean e; public j(c.g.a.c.j jVar, k kVar, i0 i0Var, n nVar, boolean z2) { this.a = jVar; this.b = kVar; - this.f567c = i0Var; + this.f566c = i0Var; this.d = nVar; this.e = z2; } diff --git a/app/src/main/java/c/g/a/c/g0/t/l.java b/app/src/main/java/c/g/a/c/g0/t/l.java index a5097f13d2..b146312df7 100644 --- a/app/src/main/java/c/g/a/c/g0/t/l.java +++ b/app/src/main/java/c/g/a/c/g0/t/l.java @@ -14,7 +14,7 @@ public abstract class l { public final Class b; /* renamed from: c reason: collision with root package name */ - public final Class f568c; + public final Class f567c; public final n d; public final n e; @@ -22,13 +22,13 @@ public abstract class l { super(lVar); this.b = cls; this.d = nVar; - this.f568c = cls2; + this.f567c = cls2; this.e = nVar2; } @Override // c.g.a.c.g0.t.l public l b(Class cls, n nVar) { - return new c(this, new f[]{new f(this.b, this.d), new f(this.f568c, this.e), new f(cls, nVar)}); + return new c(this, new f[]{new f(this.b, this.d), new f(this.f567c, this.e), new f(cls, nVar)}); } @Override // c.g.a.c.g0.t.l @@ -36,7 +36,7 @@ public abstract class l { if (cls == this.b) { return this.d; } - if (cls == this.f568c) { + if (cls == this.f567c) { return this.e; } return null; @@ -190,23 +190,23 @@ public abstract class l { public final Class b; /* renamed from: c reason: collision with root package name */ - public final n f569c; + public final n f568c; public e(l lVar, Class cls, n nVar) { super(lVar); this.b = cls; - this.f569c = nVar; + this.f568c = nVar; } @Override // c.g.a.c.g0.t.l public l b(Class cls, n nVar) { - return new a(this, this.b, this.f569c, cls, nVar); + return new a(this, this.b, this.f568c, cls, nVar); } @Override // c.g.a.c.g0.t.l public n c(Class cls) { if (cls == this.b) { - return this.f569c; + return this.f568c; } return null; } diff --git a/app/src/main/java/c/g/a/c/g0/t/m.java b/app/src/main/java/c/g/a/c/g0/t/m.java index c03c6f8381..aaf3049954 100644 --- a/app/src/main/java/c/g/a/c/g0/t/m.java +++ b/app/src/main/java/c/g/a/c/g0/t/m.java @@ -15,7 +15,7 @@ public final class m { public final a b; /* renamed from: c reason: collision with root package name */ - public final Class f570c; + public final Class f569c; public final j d; public final boolean e; @@ -23,8 +23,8 @@ public final class m { this.b = aVar; this.a = nVar; this.e = uVar.d; - this.f570c = uVar.b; - this.d = uVar.f588c; + this.f569c = uVar.b; + this.d = uVar.f587c; } } @@ -75,7 +75,7 @@ public final class m { if (aVar == null) { return null; } - if (aVar.f570c == cls && !aVar.e) { + if (aVar.f569c == cls && !aVar.e) { return aVar.a; } do { @@ -83,7 +83,7 @@ public final class m { if (aVar == null) { return null; } - if (aVar.f570c != cls || aVar.e) { + if (aVar.f569c != cls || aVar.e) { z2 = false; continue; } else { diff --git a/app/src/main/java/c/g/a/c/g0/t/u.java b/app/src/main/java/c/g/a/c/g0/t/u.java index 96f8fe6bb6..5b91f97872 100644 --- a/app/src/main/java/c/g/a/c/g0/t/u.java +++ b/app/src/main/java/c/g/a/c/g0/t/u.java @@ -11,7 +11,7 @@ public final class u { public Object b; /* renamed from: c reason: collision with root package name */ - public boolean f571c = false; + public boolean f570c = false; public u(i0 i0Var) { this.a = i0Var; @@ -21,7 +21,7 @@ public final class u { if (this.b == null) { return false; } - if (!this.f571c && !jVar.e) { + if (!this.f570c && !jVar.e) { return false; } Objects.requireNonNull(dVar); diff --git a/app/src/main/java/c/g/a/c/g0/u/d.java b/app/src/main/java/c/g/a/c/g0/u/d.java index dd1e8e6dea..6801f10dc7 100644 --- a/app/src/main/java/c/g/a/c/g0/u/d.java +++ b/app/src/main/java/c/g/a/c/g0/u/d.java @@ -67,7 +67,7 @@ public abstract class d extends q0 implements i, o { ArrayList arrayList2 = cVarArr2 == null ? null : new ArrayList(length); for (int i = 0; i < length; i++) { c cVar = cVarArr[i]; - if (!AnimatableValueParser.C2(cVar._name._value, set, set2)) { + if (!AnimatableValueParser.D2(cVar._name._value, set, set2)) { arrayList.add(cVar); if (cVarArr2 != null) { arrayList2.add(cVarArr2[i]); @@ -172,7 +172,7 @@ public abstract class d extends q0 implements i, o { a0 r = v.r(member); if (r != null) { a0 s3 = v.s(member, r); - Class> cls2 = s3.f541c; + Class> cls2 = s3.f540c; j jVar3 = xVar.d().i(xVar.b(cls2), i0.class)[0]; if (cls2 == l0.class) { String str = s3.b._simpleName; @@ -203,7 +203,7 @@ public abstract class d extends q0 implements i, o { jVar2 = this._objectIdWriter; boolean z2 = s2.f; if (z2 != jVar2.e) { - jVar2 = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f567c, jVar2.d, z2); + jVar2 = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f566c, jVar2.d, z2); } } i = 0; @@ -232,7 +232,7 @@ public abstract class d extends q0 implements i, o { } else { dVar2 = this; } - if (!(jVar2 == null || (jVar = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f567c, xVar.t(jVar2.a, dVar), jVar2.e)) == this._objectIdWriter)) { + if (!(jVar2 == null || (jVar = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f566c, xVar.t(jVar2.a, dVar), jVar2.e)) == this._objectIdWriter)) { dVar2 = dVar2.x(jVar); } if ((set != null && !set.isEmpty()) || set2 != null) { @@ -309,10 +309,10 @@ public abstract class d extends q0 implements i, o { } a aVar = this._anyGetterWriter; if (aVar != null) { - c.g.a.c.n nVar3 = aVar.f564c; + c.g.a.c.n nVar3 = aVar.f563c; if (nVar3 instanceof c.g.a.c.g0.i) { c.g.a.c.n y2 = xVar.y(nVar3, aVar.a); - aVar.f564c = y2; + aVar.f563c = y2; if (y2 instanceof t) { aVar.d = (t) y2; } @@ -349,7 +349,7 @@ public abstract class d extends q0 implements i, o { public final void p(Object obj, c.g.a.b.d dVar, x xVar, g gVar) throws IOException { c.g.a.c.g0.t.j jVar = this._objectIdWriter; - u p = xVar.p(obj, jVar.f567c); + u p = xVar.p(obj, jVar.f566c); if (!p.a(dVar, xVar, jVar)) { if (p.b == null) { p.b = p.a.c(obj); @@ -362,7 +362,7 @@ public abstract class d extends q0 implements i, o { c.g.a.c.g0.t.j jVar2 = this._objectIdWriter; c.g.a.b.s.b r = r(gVar, obj, c.g.a.b.h.START_OBJECT); gVar.e(dVar, r); - p.f571c = true; + p.f570c = true; Objects.requireNonNull(dVar); c.g.a.b.k kVar = jVar2.b; if (kVar != null) { @@ -382,7 +382,7 @@ public abstract class d extends q0 implements i, o { public final void q(Object obj, c.g.a.b.d dVar, x xVar, boolean z2) throws IOException { c.g.a.c.g0.t.j jVar = this._objectIdWriter; - u p = xVar.p(obj, jVar.f567c); + u p = xVar.p(obj, jVar.f566c); if (!p.a(dVar, xVar, jVar)) { if (p.b == null) { p.b = p.a.c(obj); @@ -395,7 +395,7 @@ public abstract class d extends q0 implements i, o { if (z2) { dVar.e0(obj); } - p.f571c = true; + p.f570c = true; c.g.a.b.k kVar = jVar.b; if (kVar != null) { dVar.x(kVar); @@ -425,7 +425,7 @@ public abstract class d extends q0 implements i, o { j2 = ""; } c.g.a.b.s.b d = gVar.d(obj, hVar); - d.f538c = j2; + d.f537c = j2; return d; } diff --git a/app/src/main/java/c/g/a/c/h0/c.java b/app/src/main/java/c/g/a/c/h0/c.java index 2bac3bcf97..013b92f139 100644 --- a/app/src/main/java/c/g/a/c/h0/c.java +++ b/app/src/main/java/c/g/a/c/h0/c.java @@ -8,7 +8,7 @@ public final class c { public final Class b; /* renamed from: c reason: collision with root package name */ - public ArrayList f576c; + public ArrayList f575c; public c(c cVar, Class cls) { this.a = cVar; @@ -22,7 +22,7 @@ public final class c { public String toString() { StringBuilder P = a.P("[ClassStack (self-refs: "); - ArrayList arrayList = this.f576c; + ArrayList arrayList = this.f575c; P.append(arrayList == null ? "0" : String.valueOf(arrayList.size())); P.append(')'); for (c cVar = this; cVar != null; cVar = cVar.a) { diff --git a/app/src/main/java/c/g/a/c/h0/m.java b/app/src/main/java/c/g/a/c/h0/m.java index b75253bd05..984f075882 100644 --- a/app/src/main/java/c/g/a/c/h0/m.java +++ b/app/src/main/java/c/g/a/c/h0/m.java @@ -30,12 +30,12 @@ public class m implements Serializable { public final j[] b; /* renamed from: c reason: collision with root package name */ - public final int f577c; + public final int f576c; public a(Class cls, j[] jVarArr, int i) { this.a = cls; this.b = jVarArr; - this.f577c = i; + this.f576c = i; } public boolean equals(Object obj) { @@ -46,7 +46,7 @@ public class m implements Serializable { return false; } a aVar = (a) obj; - if (this.f577c == aVar.f577c && this.a == aVar.a) { + if (this.f576c == aVar.f576c && this.a == aVar.a) { j[] jVarArr = aVar.b; int length = this.b.length; if (length == jVarArr.length) { @@ -62,7 +62,7 @@ public class m implements Serializable { } public int hashCode() { - return this.f577c; + return this.f576c; } public String toString() { @@ -76,7 +76,7 @@ public class m implements Serializable { public static final TypeVariable[] b = Collection.class.getTypeParameters(); /* renamed from: c reason: collision with root package name */ - public static final TypeVariable[] f578c = Iterable.class.getTypeParameters(); + public static final TypeVariable[] f577c = Iterable.class.getTypeParameters(); public static final TypeVariable[] d = List.class.getTypeParameters(); public static final TypeVariable[] e = ArrayList.class.getTypeParameters(); public static final TypeVariable[] f = Map.class.getTypeParameters(); @@ -115,7 +115,7 @@ public class m implements Serializable { public static m b(Class cls, j jVar) { TypeVariable[] typeVariableArr = b.a; - TypeVariable[] typeParameters = cls == Collection.class ? b.b : cls == List.class ? b.d : cls == ArrayList.class ? b.e : cls == AbstractList.class ? b.a : cls == Iterable.class ? b.f578c : cls.getTypeParameters(); + TypeVariable[] typeParameters = cls == Collection.class ? b.b : cls == List.class ? b.d : cls == ArrayList.class ? b.e : cls == AbstractList.class ? b.a : cls == Iterable.class ? b.f577c : cls.getTypeParameters(); int length = typeParameters == null ? 0 : typeParameters.length; if (length == 1) { return new m(new String[]{typeParameters[0].getName()}, new j[]{jVar}, null); diff --git a/app/src/main/java/c/g/a/c/h0/n.java b/app/src/main/java/c/g/a/c/h0/n.java index c3101fb637..d57dcdf957 100644 --- a/app/src/main/java/c/g/a/c/h0/n.java +++ b/app/src/main/java/c/g/a/c/h0/n.java @@ -45,7 +45,7 @@ public class n implements Serializable { public static final Class r; /* renamed from: s reason: collision with root package name */ - public static final Class f579s; + public static final Class f578s; private static final long serialVersionUID = 1; public static final Class t; public static final k u; @@ -53,13 +53,13 @@ public class n implements Serializable { public static final k w; /* renamed from: x reason: collision with root package name */ - public static final k f580x = new k(String.class); + public static final k f579x = new k(String.class); /* renamed from: y reason: collision with root package name */ - public static final k f581y = new k(Object.class); + public static final k f580y = new k(Object.class); /* renamed from: z reason: collision with root package name */ - public static final k f582z = new k(Comparable.class); + public static final k f581z = new k(Comparable.class); public final ClassLoader _classLoader = null; public final o[] _modifiers = null; public final p _parser = new p(this); @@ -69,7 +69,7 @@ public class n implements Serializable { Class cls = Boolean.TYPE; r = cls; Class cls2 = Integer.TYPE; - f579s = cls2; + f578s = cls2; Class cls3 = Long.TYPE; t = cls3; u = new k(cls); @@ -79,7 +79,7 @@ public class n implements Serializable { public static j k() { Objects.requireNonNull(j); - return f581y; + return f580y; } public j a(Class cls) { @@ -87,7 +87,7 @@ public class n implements Serializable { if (cls == r) { return u; } - if (cls == f579s) { + if (cls == f578s) { return v; } if (cls == t) { @@ -95,10 +95,10 @@ public class n implements Serializable { } return null; } else if (cls == l) { - return f580x; + return f579x; } else { if (cls == m) { - return f581y; + return f580y; } if (cls == q) { return C; @@ -119,7 +119,7 @@ public class n implements Serializable { if (cls == p) { jVar = A; } else if (cls == n) { - jVar = f582z; + jVar = f581z; } else if (cls == o) { jVar = B; } else { @@ -149,7 +149,7 @@ public class n implements Serializable { if (e != null) { jVar = e; } else if (mVar.h(name)) { - jVar = f581y; + jVar = f580y; } else { m l2 = mVar.l(name); synchronized (typeVariable) { @@ -223,10 +223,10 @@ public class n implements Serializable { } if (cVar3 != null) { j jVar7 = new j(cls, k); - if (cVar3.f576c == null) { - cVar3.f576c = new ArrayList<>(); + if (cVar3.f575c == null) { + cVar3.f575c = new ArrayList<>(); } - cVar3.f576c.add(jVar7); + cVar3.f575c.add(jVar7); return jVar7; } cVar2 = new c(cVar, cls); @@ -245,7 +245,7 @@ public class n implements Serializable { e = e(cVar2, cls, mVar); } if (cls == Properties.class) { - k kVar3 = f580x; + k kVar3 = f579x; jVar6 = g.Q(cls, mVar, b, e, kVar3, kVar3); } else if (b != null) { jVar6 = b.C(cls, mVar, b, e); @@ -254,12 +254,12 @@ public class n implements Serializable { m mVar2 = mVar == null ? k : mVar; if (cls == Map.class) { if (cls == Properties.class) { - kVar2 = f580x; + kVar2 = f579x; } else { List g = mVar2.g(); int size = g.size(); if (size == 0) { - kVar2 = f581y; + kVar2 = f580y; } else if (size != 2) { Object[] objArr = new Object[4]; objArr[0] = d.u(cls); @@ -279,7 +279,7 @@ public class n implements Serializable { } else if (cls == Collection.class) { List g2 = mVar2.g(); if (g2.isEmpty()) { - jVar4 = f581y; + jVar4 = f580y; } else if (g2.size() == 1) { jVar4 = g2.get(0); } else { @@ -290,7 +290,7 @@ public class n implements Serializable { if (cls == AtomicReference.class) { List g3 = mVar2.g(); if (g3.isEmpty()) { - jVar3 = f581y; + jVar3 = f580y; } else if (g3.size() == 1) { jVar3 = g3.get(0); } else { @@ -333,7 +333,7 @@ public class n implements Serializable { jVar = jVar6; } } - ArrayList arrayList = cVar2.f576c; + ArrayList arrayList = cVar2.f575c; if (arrayList != null) { Iterator it = arrayList.iterator(); while (it.hasNext()) { diff --git a/app/src/main/java/c/g/a/c/i0/d.java b/app/src/main/java/c/g/a/c/i0/d.java index 473d7b89be..f92e714f16 100644 --- a/app/src/main/java/c/g/a/c/i0/d.java +++ b/app/src/main/java/c/g/a/c/i0/d.java @@ -26,7 +26,7 @@ public final class d { public static final a[] b = new a[0]; /* renamed from: c reason: collision with root package name */ - public static final Iterator f583c = Collections.emptyIterator(); + public static final Iterator f582c = Collections.emptyIterator(); /* compiled from: ClassUtil */ public static final class a { @@ -34,7 +34,7 @@ public final class d { public transient Annotation[] b; /* renamed from: c reason: collision with root package name */ - public transient Annotation[][] f584c; + public transient Annotation[][] f583c; public int d = -1; public a(Constructor constructor) { @@ -58,7 +58,7 @@ public final class d { public final Field b = a(EnumSet.class, "elementType", Class.class); /* renamed from: c reason: collision with root package name */ - public final Field f585c = a(EnumMap.class, "elementType", Class.class); + public final Field f584c = a(EnumMap.class, "elementType", Class.class); public static Field a(Class cls, String str, Class cls2) { Field field; diff --git a/app/src/main/java/c/g/a/c/i0/r.java b/app/src/main/java/c/g/a/c/i0/r.java index 044207e461..8b91de1a45 100644 --- a/app/src/main/java/c/g/a/c/i0/r.java +++ b/app/src/main/java/c/g/a/c/i0/r.java @@ -33,7 +33,7 @@ public class r extends DateFormat { public transient Calendar r; /* renamed from: s reason: collision with root package name */ - public transient DateFormat f586s; + public transient DateFormat f585s; static { try { @@ -318,7 +318,7 @@ public class r extends DateFormat { throw new ParseException(String.format("Timestamp value %s out of 64-bit value range", str), parsePosition.getErrorIndex()); } } - if (this.f586s == null) { + if (this.f585s == null) { DateFormat dateFormat2 = n; TimeZone timeZone = this.q; Locale locale = this._locale; @@ -338,9 +338,9 @@ public class r extends DateFormat { if (bool != null) { dateFormat.setLenient(bool.booleanValue()); } - this.f586s = dateFormat; + this.f585s = dateFormat; } - return this.f586s.parse(str, parsePosition); + return this.f585s.parse(str, parsePosition); } } @@ -399,14 +399,14 @@ public class r extends DateFormat { Boolean bool = this._lenient; if (!(valueOf == bool || (valueOf != null && valueOf.equals(bool)))) { this._lenient = valueOf; - this.f586s = null; + this.f585s = null; } } @Override // java.text.DateFormat public void setTimeZone(TimeZone timeZone) { if (!timeZone.equals(this.q)) { - this.f586s = null; + this.f585s = null; this.q = timeZone; } } diff --git a/app/src/main/java/c/g/a/c/i0/t.java b/app/src/main/java/c/g/a/c/i0/t.java index fe479316b0..4467a191e5 100644 --- a/app/src/main/java/c/g/a/c/i0/t.java +++ b/app/src/main/java/c/g/a/c/i0/t.java @@ -6,7 +6,7 @@ import c.g.a.b.g; public class t extends g { /* renamed from: c reason: collision with root package name */ - public final g f587c = null; + public final g f586c = null; public final e d = e.i; public String e; public Object f; diff --git a/app/src/main/java/c/g/a/c/i0/u.java b/app/src/main/java/c/g/a/c/i0/u.java index 9bc3c8086c..bf895edee8 100644 --- a/app/src/main/java/c/g/a/c/i0/u.java +++ b/app/src/main/java/c/g/a/c/i0/u.java @@ -8,14 +8,14 @@ public class u { public Class b; /* renamed from: c reason: collision with root package name */ - public j f588c; + public j f587c; public boolean d; public u() { } public u(j jVar, boolean z2) { - this.f588c = jVar; + this.f587c = jVar; this.b = null; this.d = z2; this.a = z2 ? jVar._hash - 2 : jVar._hash - 1; @@ -23,7 +23,7 @@ public class u { public u(Class cls, boolean z2) { this.b = cls; - this.f588c = null; + this.f587c = null; this.d = z2; this.a = z2 ? cls.getName().hashCode() + 1 : cls.getName().hashCode(); } @@ -43,7 +43,7 @@ public class u { return false; } Class cls = this.b; - return cls != null ? uVar.b == cls : this.f588c.equals(uVar.f588c); + return cls != null ? uVar.b == cls : this.f587c.equals(uVar.f587c); } public final int hashCode() { @@ -57,7 +57,7 @@ public class u { return a.L(P, this.d, "}"); } StringBuilder P2 = a.P("{type: "); - P2.append(this.f588c); + P2.append(this.f587c); P2.append(", typed? "); return a.L(P2, this.d, "}"); } diff --git a/app/src/main/java/c/g/a/c/l.java b/app/src/main/java/c/g/a/c/l.java index e0e8568488..ea82f9a47c 100644 --- a/app/src/main/java/c/g/a/c/l.java +++ b/app/src/main/java/c/g/a/c/l.java @@ -8,6 +8,6 @@ public abstract class l extends m.a implements Iterable { /* JADX DEBUG: Type inference failed for r0v0. Raw type applied. Possible types: java.util.Iterator, java.util.Iterator */ @Override // java.lang.Iterable public final Iterator iterator() { - return d.f583c; + return d.f582c; } } diff --git a/app/src/main/java/c/h/a/a/a.java b/app/src/main/java/c/h/a/a/a.java index be741e5bcf..329da98ec0 100644 --- a/app/src/main/java/c/h/a/a/a.java +++ b/app/src/main/java/c/h/a/a/a.java @@ -15,15 +15,15 @@ public class a implements c { public RenderScript b; /* renamed from: c reason: collision with root package name */ - public ScriptIntrinsicBlur f597c; + public ScriptIntrinsicBlur f596c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f597c.setInput(this.d); - this.f597c.forEach(this.e); + this.f596c.setInput(this.d); + this.f596c.forEach(this.e); this.e.copyTo(bitmap2); } @@ -34,7 +34,7 @@ public class a implements c { try { RenderScript create = RenderScript.create(context); this.b = create; - this.f597c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f596c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); } catch (RSRuntimeException e) { if (a == null && context != null) { a = Boolean.valueOf((context.getApplicationInfo().flags & 2) != 0); @@ -49,7 +49,7 @@ public class a implements c { throw e; } } - this.f597c.setRadius(f); + this.f596c.setRadius(f); Allocation createFromBitmap = Allocation.createFromBitmap(this.b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); this.d = createFromBitmap; this.e = Allocation.createTyped(this.b, createFromBitmap.getType()); @@ -68,10 +68,10 @@ public class a implements c { allocation2.destroy(); this.e = null; } - ScriptIntrinsicBlur scriptIntrinsicBlur = this.f597c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f596c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f597c = null; + this.f596c = null; } RenderScript renderScript = this.b; if (renderScript != null) { diff --git a/app/src/main/java/c/h/a/a/b.java b/app/src/main/java/c/h/a/a/b.java index e602319e07..9cb12b40e3 100644 --- a/app/src/main/java/c/h/a/a/b.java +++ b/app/src/main/java/c/h/a/a/b.java @@ -13,15 +13,15 @@ public class b implements c { public RenderScript b; /* renamed from: c reason: collision with root package name */ - public ScriptIntrinsicBlur f598c; + public ScriptIntrinsicBlur f597c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f598c.setInput(this.d); - this.f598c.forEach(this.e); + this.f597c.setInput(this.d); + this.f597c.forEach(this.e); this.e.copyTo(bitmap2); } @@ -32,7 +32,7 @@ public class b implements c { try { RenderScript create = RenderScript.create(context); this.b = create; - this.f598c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f597c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); } catch (RSRuntimeException e) { if (a == null && context != null) { a = Boolean.valueOf((context.getApplicationInfo().flags & 2) != 0); @@ -47,7 +47,7 @@ public class b implements c { throw e; } } - this.f598c.setRadius(f); + this.f597c.setRadius(f); Allocation createFromBitmap = Allocation.createFromBitmap(this.b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); this.d = createFromBitmap; this.e = Allocation.createTyped(this.b, createFromBitmap.getType()); @@ -66,10 +66,10 @@ public class b implements c { allocation2.destroy(); this.e = null; } - ScriptIntrinsicBlur scriptIntrinsicBlur = this.f598c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f597c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f598c = null; + this.f597c = null; } RenderScript renderScript = this.b; if (renderScript != null) { diff --git a/app/src/main/java/c/h/a/a/e.java b/app/src/main/java/c/h/a/a/e.java index ebd57b694a..f7c85f92d0 100644 --- a/app/src/main/java/c/h/a/a/e.java +++ b/app/src/main/java/c/h/a/a/e.java @@ -13,15 +13,15 @@ public class e implements c { public RenderScript b; /* renamed from: c reason: collision with root package name */ - public ScriptIntrinsicBlur f599c; + public ScriptIntrinsicBlur f598c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f599c.setInput(this.d); - this.f599c.forEach(this.e); + this.f598c.setInput(this.d); + this.f598c.forEach(this.e); this.e.copyTo(bitmap2); } @@ -32,7 +32,7 @@ public class e implements c { try { RenderScript create = RenderScript.create(context); this.b = create; - this.f599c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f598c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); } catch (RSRuntimeException e) { if (a == null && context != null) { a = Boolean.valueOf((context.getApplicationInfo().flags & 2) != 0); @@ -47,7 +47,7 @@ public class e implements c { throw e; } } - this.f599c.setRadius(f); + this.f598c.setRadius(f); Allocation createFromBitmap = Allocation.createFromBitmap(this.b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); this.d = createFromBitmap; this.e = Allocation.createTyped(this.b, createFromBitmap.getType()); @@ -66,10 +66,10 @@ public class e implements c { allocation2.destroy(); this.e = null; } - ScriptIntrinsicBlur scriptIntrinsicBlur = this.f599c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f598c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f599c = null; + this.f598c = null; } RenderScript renderScript = this.b; if (renderScript != null) { diff --git a/app/src/main/java/c/i/a/b/i/a.java b/app/src/main/java/c/i/a/b/i/a.java index 743047c77e..7103729609 100644 --- a/app/src/main/java/c/i/a/b/i/a.java +++ b/app/src/main/java/c/i/a/b/i/a.java @@ -14,11 +14,11 @@ import java.util.Set; import java.util.regex.Pattern; /* compiled from: CCTDestination */ public final class a implements d { - public static final String a = AnimatableValueParser.M1("hts/frbslgiggolai.o/0clgbthfra=snpoo", "tp:/ieaeogn.ogepscmvc/o/ac?omtjo_rt3"); + public static final String a = AnimatableValueParser.N1("hts/frbslgiggolai.o/0clgbthfra=snpoo", "tp:/ieaeogn.ogepscmvc/o/ac?omtjo_rt3"); public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f600c; + public static final String f599c; public static final Set d = Collections.unmodifiableSet(new HashSet(Arrays.asList(new b("proto"), new b("json")))); public static final a e; @NonNull @@ -27,11 +27,11 @@ public final class a implements d { public final String g; static { - String M1 = AnimatableValueParser.M1("hts/frbslgigp.ogepscmv/ieo/eaybtho", "tp:/ieaeogn-agolai.o/1frlglgc/aclg"); - b = M1; - String M12 = AnimatableValueParser.M1("AzSCki82AwsLzKd5O8zo", "IayckHiZRO1EFl1aGoK"); - f600c = M12; - e = new a(M1, M12); + String N1 = AnimatableValueParser.N1("hts/frbslgigp.ogepscmv/ieo/eaybtho", "tp:/ieaeogn-agolai.o/1frlglgc/aclg"); + b = N1; + String N12 = AnimatableValueParser.N1("AzSCki82AwsLzKd5O8zo", "IayckHiZRO1EFl1aGoK"); + f599c = N12; + e = new a(N1, N12); } public a(@NonNull String str, @Nullable String str2) { diff --git a/app/src/main/java/c/i/a/b/i/b.java b/app/src/main/java/c/i/a/b/i/b.java index 997b128a45..d0ebeb0c0a 100644 --- a/app/src/main/java/c/i/a/b/i/b.java +++ b/app/src/main/java/c/i/a/b/i/b.java @@ -44,7 +44,7 @@ public final /* synthetic */ class b { httpURLConnection.setRequestProperty("Content-Encoding", "gzip"); httpURLConnection.setRequestProperty("Content-Type", RestAPIBuilder.CONTENT_TYPE_JSON); httpURLConnection.setRequestProperty("Accept-Encoding", "gzip"); - String str = aVar.f602c; + String str = aVar.f601c; if (str != null) { httpURLConnection.setRequestProperty("X-Goog-Api-Key", str); } diff --git a/app/src/main/java/c/i/a/b/i/d.java b/app/src/main/java/c/i/a/b/i/d.java index c2e805692f..a5317a1f76 100644 --- a/app/src/main/java/c/i/a/b/i/d.java +++ b/app/src/main/java/c/i/a/b/i/d.java @@ -40,7 +40,7 @@ public final class d implements m { public final ConnectivityManager b; /* renamed from: c reason: collision with root package name */ - public final Context f601c; + public final Context f600c; public final URL d = c(a.a); public final c.i.a.b.j.v.a e; public final c.i.a.b.j.v.a f; @@ -53,12 +53,12 @@ public final class d implements m { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f602c; + public final String f601c; public a(URL url, j jVar, @Nullable String str) { this.a = url; this.b = jVar; - this.f602c = str; + this.f601c = str; } } @@ -69,12 +69,12 @@ public final class d implements m { public final URL b; /* renamed from: c reason: collision with root package name */ - public final long f603c; + public final long f602c; public b(int i, @Nullable URL url, long j) { this.a = i; this.b = url; - this.f603c = j; + this.f602c = j; } } @@ -83,7 +83,7 @@ public final class d implements m { ((c.i.a.b.i.e.b) c.i.a.b.i.e.b.a).a(eVar); eVar.e = true; this.a = new c.i.c.p.h.d(eVar); - this.f601c = context; + this.f600c = context; this.b = (ConnectivityManager) context.getSystemService("connectivity"); this.e = aVar2; this.f = aVar; @@ -159,7 +159,7 @@ public final class d implements m { aVar3 = aVar2; } bVar.a = Long.valueOf(fVar4.e()); - bVar.f606c = Long.valueOf(fVar4.h()); + bVar.f605c = Long.valueOf(fVar4.h()); String str4 = fVar4.b().get("tz-offset"); bVar.f = Long.valueOf(str4 == null ? 0 : Long.valueOf(str4).longValue()); aVar2 = aVar3; @@ -168,14 +168,14 @@ public final class d implements m { bVar.b = fVar4.c(); } String str5 = bVar.a == null ? " eventTimeMs" : ""; - if (bVar.f606c == null) { + if (bVar.f605c == null) { str5 = c.d.b.a.a.u(str5, " eventUptimeMs"); } if (bVar.f == null) { str5 = c.d.b.a.a.u(str5, " timezoneOffsetSeconds"); } if (str5.isEmpty()) { - arrayList3.add(new c.i.a.b.i.e.f(bVar.a.longValue(), bVar.b, bVar.f606c.longValue(), bVar.d, bVar.e, bVar.f.longValue(), bVar.g, null)); + arrayList3.add(new c.i.a.b.i.e.f(bVar.a.longValue(), bVar.b, bVar.f605c.longValue(), bVar.d, bVar.e, bVar.f.longValue(), bVar.g, null)); it2 = it2; it = it; aVar3 = aVar2; @@ -213,10 +213,10 @@ public final class d implements m { } } try { - b bVar3 = (b) AnimatableValueParser.v2(5, new a(url, dVar, str2), new b(this), c.a); + b bVar3 = (b) AnimatableValueParser.w2(5, new a(url, dVar, str2), new b(this), c.a); int i = bVar3.a; if (i == 200) { - return new c.i.a.b.j.q.b(g.a.OK, bVar3.f603c); + return new c.i.a.b.j.q.b(g.a.OK, bVar3.f602c); } if (i < 500) { if (i != 404) { @@ -271,8 +271,8 @@ public final class d implements m { i2.c().put("mobile-subtype", String.valueOf(i)); i2.c().put("country", Locale.getDefault().getCountry()); i2.c().put("locale", Locale.getDefault().getLanguage()); - i2.c().put("mcc_mnc", ((TelephonyManager) this.f601c.getSystemService("phone")).getSimOperator()); - Context context = this.f601c; + i2.c().put("mcc_mnc", ((TelephonyManager) this.f600c.getSystemService("phone")).getSimOperator()); + Context context = this.f600c; try { i3 = context.getPackageManager().getPackageInfo(context.getPackageName(), 0).versionCode; } catch (PackageManager.NameNotFoundException e) { diff --git a/app/src/main/java/c/i/a/b/i/e/b.java b/app/src/main/java/c/i/a/b/i/e/b.java index a74d124d82..104b6cf0f2 100644 --- a/app/src/main/java/c/i/a/b/i/e/b.java +++ b/app/src/main/java/c/i/a/b/i/e/b.java @@ -111,33 +111,33 @@ public final class b implements c.i.c.p.g.a { C0078b bVar2 = C0078b.a; c.i.c.p.h.e eVar = (c.i.c.p.h.e) bVar; eVar.b.put(j.class, bVar2); - eVar.f1372c.remove(j.class); + eVar.f1371c.remove(j.class); eVar.b.put(d.class, bVar2); - eVar.f1372c.remove(d.class); + eVar.f1371c.remove(d.class); e eVar2 = e.a; eVar.b.put(m.class, eVar2); - eVar.f1372c.remove(m.class); + eVar.f1371c.remove(m.class); eVar.b.put(g.class, eVar2); - eVar.f1372c.remove(g.class); + eVar.f1371c.remove(g.class); c cVar = c.a; eVar.b.put(k.class, cVar); - eVar.f1372c.remove(k.class); + eVar.f1371c.remove(k.class); eVar.b.put(e.class, cVar); - eVar.f1372c.remove(e.class); + eVar.f1371c.remove(e.class); a aVar = a.a; eVar.b.put(a.class, aVar); - eVar.f1372c.remove(a.class); + eVar.f1371c.remove(a.class); eVar.b.put(c.class, aVar); - eVar.f1372c.remove(c.class); + eVar.f1371c.remove(c.class); d dVar = d.a; eVar.b.put(l.class, dVar); - eVar.f1372c.remove(l.class); + eVar.f1371c.remove(l.class); eVar.b.put(f.class, dVar); - eVar.f1372c.remove(f.class); + eVar.f1371c.remove(f.class); f fVar = f.a; eVar.b.put(o.class, fVar); - eVar.f1372c.remove(o.class); + eVar.f1371c.remove(o.class); eVar.b.put(i.class, fVar); - eVar.f1372c.remove(i.class); + eVar.f1371c.remove(i.class); } } diff --git a/app/src/main/java/c/i/a/b/i/e/c.java b/app/src/main/java/c/i/a/b/i/e/c.java index c1ad5480a2..6ba7a55856 100644 --- a/app/src/main/java/c/i/a/b/i/e/c.java +++ b/app/src/main/java/c/i/a/b/i/e/c.java @@ -7,7 +7,7 @@ public final class c extends a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f604c; + public final String f603c; public final String d; public final String e; public final String f; @@ -21,7 +21,7 @@ public final class c extends a { public c(Integer num, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, a aVar) { this.a = num; this.b = str; - this.f604c = str2; + this.f603c = str2; this.d = str3; this.e = str4; this.f = str5; @@ -60,7 +60,7 @@ public final class c extends a { @Override // c.i.a.b.i.e.a @Nullable public String e() { - return this.f604c; + return this.f603c; } public boolean equals(Object obj) { @@ -75,7 +75,7 @@ public final class c extends a { if (num != null ? num.equals(aVar.l()) : aVar.l() == null) { String str = this.b; if (str != null ? str.equals(aVar.i()) : aVar.i() == null) { - String str2 = this.f604c; + String str2 = this.f603c; if (str2 != null ? str2.equals(aVar.e()) : aVar.e() == null) { String str3 = this.d; if (str3 != null ? str3.equals(aVar.c()) : aVar.c() == null) { @@ -139,7 +139,7 @@ public final class c extends a { int hashCode = ((num == null ? 0 : num.hashCode()) ^ 1000003) * 1000003; String str = this.b; int hashCode2 = (hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003; - String str2 = this.f604c; + String str2 = this.f603c; int hashCode3 = (hashCode2 ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; String str3 = this.d; int hashCode4 = (hashCode3 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003; @@ -194,7 +194,7 @@ public final class c extends a { P.append(", model="); P.append(this.b); P.append(", hardware="); - P.append(this.f604c); + P.append(this.f603c); P.append(", device="); P.append(this.d); P.append(", product="); diff --git a/app/src/main/java/c/i/a/b/i/e/f.java b/app/src/main/java/c/i/a/b/i/e/f.java index 553aba9ede..7224d1de0f 100644 --- a/app/src/main/java/c/i/a/b/i/e/f.java +++ b/app/src/main/java/c/i/a/b/i/e/f.java @@ -9,7 +9,7 @@ public final class f extends l { public final Integer b; /* renamed from: c reason: collision with root package name */ - public final long f605c; + public final long f604c; public final byte[] d; public final String e; public final long f; @@ -21,7 +21,7 @@ public final class f extends l { public Integer b; /* renamed from: c reason: collision with root package name */ - public Long f606c; + public Long f605c; public byte[] d; public String e; public Long f; @@ -31,7 +31,7 @@ public final class f extends l { public f(long j, Integer num, long j2, byte[] bArr, String str, long j3, o oVar, a aVar) { this.a = j; this.b = num; - this.f605c = j2; + this.f604c = j2; this.d = bArr; this.e = str; this.f = j3; @@ -51,7 +51,7 @@ public final class f extends l { @Override // c.i.a.b.i.e.l public long c() { - return this.f605c; + return this.f604c; } @Override // c.i.a.b.i.e.l @@ -76,7 +76,7 @@ public final class f extends l { return false; } l lVar = (l) obj; - if (this.a == lVar.b() && ((num = this.b) != null ? num.equals(lVar.a()) : lVar.a() == null) && this.f605c == lVar.c()) { + if (this.a == lVar.b() && ((num = this.b) != null ? num.equals(lVar.a()) : lVar.a() == null) && this.f604c == lVar.c()) { if (Arrays.equals(this.d, lVar instanceof f ? ((f) lVar).d : lVar.e()) && ((str = this.e) != null ? str.equals(lVar.f()) : lVar.f() == null) && this.f == lVar.g()) { o oVar = this.g; if (oVar == null) { @@ -108,7 +108,7 @@ public final class f extends l { Integer num = this.b; int i2 = 0; int hashCode = num == null ? 0 : num.hashCode(); - long j2 = this.f605c; + long j2 = this.f604c; int hashCode2 = (((((i ^ hashCode) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ Arrays.hashCode(this.d)) * 1000003; String str = this.e; int hashCode3 = str == null ? 0 : str.hashCode(); @@ -127,7 +127,7 @@ public final class f extends l { P.append(", eventCode="); P.append(this.b); P.append(", eventUptimeMs="); - P.append(this.f605c); + P.append(this.f604c); P.append(", sourceExtension="); P.append(Arrays.toString(this.d)); P.append(", sourceExtensionJsonProto3="); diff --git a/app/src/main/java/c/i/a/b/i/e/g.java b/app/src/main/java/c/i/a/b/i/e/g.java index fc67154ff3..53e30e052e 100644 --- a/app/src/main/java/c/i/a/b/i/e/g.java +++ b/app/src/main/java/c/i/a/b/i/e/g.java @@ -8,7 +8,7 @@ public final class g extends m { public final long b; /* renamed from: c reason: collision with root package name */ - public final k f607c; + public final k f606c; public final Integer d; public final String e; public final List f; @@ -17,7 +17,7 @@ public final class g extends m { public g(long j, long j2, k kVar, Integer num, String str, List list, p pVar, a aVar) { this.a = j; this.b = j2; - this.f607c = kVar; + this.f606c = kVar; this.d = num; this.e = str; this.f = list; @@ -27,7 +27,7 @@ public final class g extends m { @Override // c.i.a.b.i.e.m @Nullable public k a() { - return this.f607c; + return this.f606c; } @Override // c.i.a.b.i.e.m @@ -66,7 +66,7 @@ public final class g extends m { return false; } m mVar = (m) obj; - if (this.a == mVar.f() && this.b == mVar.g() && ((kVar = this.f607c) != null ? kVar.equals(mVar.a()) : mVar.a() == null) && ((num = this.d) != null ? num.equals(mVar.c()) : mVar.c() == null) && ((str = this.e) != null ? str.equals(mVar.d()) : mVar.d() == null) && ((list = this.f) != null ? list.equals(mVar.b()) : mVar.b() == null)) { + if (this.a == mVar.f() && this.b == mVar.g() && ((kVar = this.f606c) != null ? kVar.equals(mVar.a()) : mVar.a() == null) && ((num = this.d) != null ? num.equals(mVar.c()) : mVar.c() == null) && ((str = this.e) != null ? str.equals(mVar.d()) : mVar.d() == null) && ((list = this.f) != null ? list.equals(mVar.b()) : mVar.b() == null)) { p pVar = this.g; if (pVar == null) { if (mVar.e() == null) { @@ -93,7 +93,7 @@ public final class g extends m { long j = this.a; long j2 = this.b; int i = (((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003; - k kVar = this.f607c; + k kVar = this.f606c; int i2 = 0; int hashCode = (i ^ (kVar == null ? 0 : kVar.hashCode())) * 1000003; Integer num = this.d; @@ -115,7 +115,7 @@ public final class g extends m { P.append(", requestUptimeMs="); P.append(this.b); P.append(", clientInfo="); - P.append(this.f607c); + P.append(this.f606c); P.append(", logSource="); P.append(this.d); P.append(", logSourceName="); diff --git a/app/src/main/java/c/i/a/b/j/a.java b/app/src/main/java/c/i/a/b/j/a.java index 675701bdf0..6900515d94 100644 --- a/app/src/main/java/c/i/a/b/j/a.java +++ b/app/src/main/java/c/i/a/b/j/a.java @@ -10,7 +10,7 @@ public final class a extends f { public final Integer b; /* renamed from: c reason: collision with root package name */ - public final e f616c; + public final e f615c; public final long d; public final long e; public final Map f; @@ -21,7 +21,7 @@ public final class a extends f { public Integer b; /* renamed from: c reason: collision with root package name */ - public e f617c; + public e f616c; public Long d; public Long e; public Map f; @@ -29,7 +29,7 @@ public final class a extends f { @Override // c.i.a.b.j.f.a public f b() { String str = this.a == null ? " transportName" : ""; - if (this.f617c == null) { + if (this.f616c == null) { str = c.d.b.a.a.u(str, " encodedPayload"); } if (this.d == null) { @@ -42,7 +42,7 @@ public final class a extends f { str = c.d.b.a.a.u(str, " autoMetadata"); } if (str.isEmpty()) { - return new a(this.a, this.b, this.f617c, this.d.longValue(), this.e.longValue(), this.f, null); + return new a(this.a, this.b, this.f616c, this.d.longValue(), this.e.longValue(), this.f, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -58,7 +58,7 @@ public final class a extends f { public f.a d(e eVar) { Objects.requireNonNull(eVar, "Null encodedPayload"); - this.f617c = eVar; + this.f616c = eVar; return this; } @@ -82,7 +82,7 @@ public final class a extends f { public a(String str, Integer num, e eVar, long j, long j2, Map map, C0079a aVar) { this.a = str; this.b = num; - this.f616c = eVar; + this.f615c = eVar; this.d = j; this.e = j2; this.f = map; @@ -101,7 +101,7 @@ public final class a extends f { @Override // c.i.a.b.j.f public e d() { - return this.f616c; + return this.f615c; } @Override // c.i.a.b.j.f @@ -118,7 +118,7 @@ public final class a extends f { return false; } f fVar = (f) obj; - return this.a.equals(fVar.g()) && ((num = this.b) != null ? num.equals(fVar.c()) : fVar.c() == null) && this.f616c.equals(fVar.d()) && this.d == fVar.e() && this.e == fVar.h() && this.f.equals(fVar.b()); + return this.a.equals(fVar.g()) && ((num = this.b) != null ? num.equals(fVar.c()) : fVar.c() == null) && this.f615c.equals(fVar.d()) && this.d == fVar.e() && this.e == fVar.h() && this.f.equals(fVar.b()); } @Override // c.i.a.b.j.f @@ -137,7 +137,7 @@ public final class a extends f { int hashCode2 = num == null ? 0 : num.hashCode(); long j = this.d; long j2 = this.e; - return ((((((((hashCode ^ hashCode2) * 1000003) ^ this.f616c.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ this.f.hashCode(); + return ((((((((hashCode ^ hashCode2) * 1000003) ^ this.f615c.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ this.f.hashCode(); } public String toString() { @@ -146,7 +146,7 @@ public final class a extends f { P.append(", code="); P.append(this.b); P.append(", encodedPayload="); - P.append(this.f616c); + P.append(this.f615c); P.append(", eventMillis="); P.append(this.d); P.append(", uptimeMillis="); diff --git a/app/src/main/java/c/i/a/b/j/b.java b/app/src/main/java/c/i/a/b/j/b.java index 22967db36f..22faa10d9b 100644 --- a/app/src/main/java/c/i/a/b/j/b.java +++ b/app/src/main/java/c/i/a/b/j/b.java @@ -12,7 +12,7 @@ public final class b extends i { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final d f618c; + public final d f617c; /* compiled from: AutoValue_TransportContext */ /* renamed from: c.i.a.b.j.b$b reason: collision with other inner class name */ @@ -21,16 +21,16 @@ public final class b extends i { public byte[] b; /* renamed from: c reason: collision with root package name */ - public d f619c; + public d f618c; @Override // c.i.a.b.j.i.a public i a() { String str = this.a == null ? " backendName" : ""; - if (this.f619c == null) { + if (this.f618c == null) { str = c.d.b.a.a.u(str, " priority"); } if (str.isEmpty()) { - return new b(this.a, this.b, this.f619c, null); + return new b(this.a, this.b, this.f618c, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -45,7 +45,7 @@ public final class b extends i { @Override // c.i.a.b.j.i.a public i.a c(d dVar) { Objects.requireNonNull(dVar, "Null priority"); - this.f619c = dVar; + this.f618c = dVar; return this; } } @@ -53,7 +53,7 @@ public final class b extends i { public b(String str, byte[] bArr, d dVar, a aVar) { this.a = str; this.b = bArr; - this.f618c = dVar; + this.f617c = dVar; } @Override // c.i.a.b.j.i @@ -70,7 +70,7 @@ public final class b extends i { @Override // c.i.a.b.j.i @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public d d() { - return this.f618c; + return this.f617c; } public boolean equals(Object obj) { @@ -82,7 +82,7 @@ public final class b extends i { } i iVar = (i) obj; if (this.a.equals(iVar.b())) { - if (Arrays.equals(this.b, iVar instanceof b ? ((b) iVar).b : iVar.c()) && this.f618c.equals(iVar.d())) { + if (Arrays.equals(this.b, iVar instanceof b ? ((b) iVar).b : iVar.c()) && this.f617c.equals(iVar.d())) { return true; } } @@ -90,6 +90,6 @@ public final class b extends i { } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.b)) * 1000003) ^ this.f618c.hashCode(); + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.b)) * 1000003) ^ this.f617c.hashCode(); } } diff --git a/app/src/main/java/c/i/a/b/j/c.java b/app/src/main/java/c/i/a/b/j/c.java index 63020f47e4..0e138d893c 100644 --- a/app/src/main/java/c/i/a/b/j/c.java +++ b/app/src/main/java/c/i/a/b/j/c.java @@ -35,7 +35,7 @@ public final class c extends o { public c0.a.a r; /* renamed from: s reason: collision with root package name */ - public c0.a.a

f620s; + public c0.a.a

f619s; public c0.a.a t; public c(Context context, a aVar) { @@ -68,7 +68,7 @@ public final class c extends o { m mVar = new m(aVar4, aVar6, aVar3, gVar, aVar5, aVar3, bVar2); this.r = mVar; q qVar = new q(aVar5, aVar3, gVar, aVar3); - this.f620s = qVar; + this.f619s = qVar; c0.a.a pVar = new p(bVar2, cVar, dVar, mVar, qVar); this.t = !(pVar instanceof c.i.a.b.j.r.a.a) ? new c.i.a.b.j.r.a.a(pVar) : pVar; } diff --git a/app/src/main/java/c/i/a/b/j/j.java b/app/src/main/java/c/i/a/b/j/j.java index 14b97e6581..cff0c4f7c0 100644 --- a/app/src/main/java/c/i/a/b/j/j.java +++ b/app/src/main/java/c/i/a/b/j/j.java @@ -11,18 +11,18 @@ public final class j implements g { public final i b; /* renamed from: c reason: collision with root package name */ - public final m f621c; + public final m f620c; public j(Set set, i iVar, m mVar) { this.a = set; this.b = iVar; - this.f621c = mVar; + this.f620c = mVar; } @Override // c.i.a.b.g public f a(String str, Class cls, b bVar, e eVar) { if (this.a.contains(bVar)) { - return new l(this.b, str, bVar, eVar, this.f621c); + return new l(this.b, str, bVar, eVar, this.f620c); } throw new IllegalArgumentException(String.format("%s is not supported byt this factory. Supported encodings are: %s.", bVar, this.a)); } diff --git a/app/src/main/java/c/i/a/b/j/l.java b/app/src/main/java/c/i/a/b/j/l.java index 3772d533e4..15ad0b7346 100644 --- a/app/src/main/java/c/i/a/b/j/l.java +++ b/app/src/main/java/c/i/a/b/j/l.java @@ -17,14 +17,14 @@ public final class l implements f { public final String b; /* renamed from: c reason: collision with root package name */ - public final b f622c; + public final b f621c; public final e d; public final m e; public l(i iVar, String str, b bVar, e eVar, m mVar) { this.a = iVar; this.b = str; - this.f622c = bVar; + this.f621c = bVar; this.d = eVar; this.e = mVar; } @@ -44,7 +44,7 @@ public final class l implements f { Objects.requireNonNull(str, "Null transportName"); e eVar = this.d; Objects.requireNonNull(eVar, "Null transformer"); - b bVar = this.f622c; + b bVar = this.f621c; Objects.requireNonNull(bVar, "Null encoding"); n nVar = (n) mVar; c.i.a.b.j.t.e eVar2 = nVar.d; @@ -58,7 +58,7 @@ public final class l implements f { a.b bVar3 = new a.b(); bVar3.f = new HashMap(); bVar3.e(nVar.b.a()); - bVar3.g(nVar.f623c.a()); + bVar3.g(nVar.f622c.a()); bVar3.f(str); bVar3.d(new e(bVar, eVar.apply(cVar.b()))); bVar3.b = cVar.a(); diff --git a/app/src/main/java/c/i/a/b/j/n.java b/app/src/main/java/c/i/a/b/j/n.java index abced6cfde..6a447ba4a4 100644 --- a/app/src/main/java/c/i/a/b/j/n.java +++ b/app/src/main/java/c/i/a/b/j/n.java @@ -18,13 +18,13 @@ public class n implements m { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f623c; + public final a f622c; public final e d; public final l e; public n(a aVar, a aVar2, e eVar, l lVar, p pVar) { this.b = aVar; - this.f623c = aVar2; + this.f622c = aVar2; this.d = eVar; this.e = lVar; pVar.a.execute(new c.i.a.b.j.t.h.n(pVar)); diff --git a/app/src/main/java/c/i/a/b/j/p.java b/app/src/main/java/c/i/a/b/j/p.java index 7aed6448b9..a467079719 100644 --- a/app/src/main/java/c/i/a/b/j/p.java +++ b/app/src/main/java/c/i/a/b/j/p.java @@ -9,20 +9,20 @@ public final class p implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f624c; + public final a f623c; public final a d; public final a e; public p(a aVar, a aVar2, a aVar3, a aVar4, a aVar5) { this.a = aVar; this.b = aVar2; - this.f624c = aVar3; + this.f623c = aVar3; this.d = aVar4; this.e = aVar5; } @Override // c0.a.a public Object get() { - return new n(this.a.get(), this.b.get(), this.f624c.get(), this.d.get(), this.e.get()); + return new n(this.a.get(), this.b.get(), this.f623c.get(), this.d.get(), this.e.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/q/c.java b/app/src/main/java/c/i/a/b/j/q/c.java index f5dd48cb2e..77f9a2b477 100644 --- a/app/src/main/java/c/i/a/b/j/q/c.java +++ b/app/src/main/java/c/i/a/b/j/q/c.java @@ -10,7 +10,7 @@ public final class c extends h { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f625c; + public final a f624c; public final String d; public c(Context context, a aVar, a aVar2, String str) { @@ -19,7 +19,7 @@ public final class c extends h { Objects.requireNonNull(aVar, "Null wallClock"); this.b = aVar; Objects.requireNonNull(aVar2, "Null monotonicClock"); - this.f625c = aVar2; + this.f624c = aVar2; Objects.requireNonNull(str, "Null backendName"); this.d = str; } @@ -37,7 +37,7 @@ public final class c extends h { @Override // c.i.a.b.j.q.h public a c() { - return this.f625c; + return this.f624c; } @Override // c.i.a.b.j.q.h @@ -53,11 +53,11 @@ public final class c extends h { return false; } h hVar = (h) obj; - return this.a.equals(hVar.a()) && this.b.equals(hVar.d()) && this.f625c.equals(hVar.c()) && this.d.equals(hVar.b()); + return this.a.equals(hVar.a()) && this.b.equals(hVar.d()) && this.f624c.equals(hVar.c()) && this.d.equals(hVar.b()); } public int hashCode() { - return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f625c.hashCode()) * 1000003) ^ this.d.hashCode(); + return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f624c.hashCode()) * 1000003) ^ this.d.hashCode(); } public String toString() { @@ -66,7 +66,7 @@ public final class c extends h { P.append(", wallClock="); P.append(this.b); P.append(", monotonicClock="); - P.append(this.f625c); + P.append(this.f624c); P.append(", backendName="); return c.d.b.a.a.H(P, this.d, "}"); } diff --git a/app/src/main/java/c/i/a/b/j/q/i.java b/app/src/main/java/c/i/a/b/j/q/i.java index ca3c8d7fe9..326a87625c 100644 --- a/app/src/main/java/c/i/a/b/j/q/i.java +++ b/app/src/main/java/c/i/a/b/j/q/i.java @@ -8,11 +8,11 @@ public class i { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f626c; + public final a f625c; public i(Context context, a aVar, a aVar2) { this.a = context; this.b = aVar; - this.f626c = aVar2; + this.f625c = aVar2; } } diff --git a/app/src/main/java/c/i/a/b/j/q/j.java b/app/src/main/java/c/i/a/b/j/q/j.java index e852715d2d..2a281a90bb 100644 --- a/app/src/main/java/c/i/a/b/j/q/j.java +++ b/app/src/main/java/c/i/a/b/j/q/j.java @@ -8,16 +8,16 @@ public final class j implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f627c; + public final a f626c; public j(a aVar, a aVar2, a aVar3) { this.a = aVar; this.b = aVar2; - this.f627c = aVar3; + this.f626c = aVar3; } @Override // c0.a.a public Object get() { - return new i(this.a.get(), this.b.get(), this.f627c.get()); + return new i(this.a.get(), this.b.get(), this.f626c.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/q/k.java b/app/src/main/java/c/i/a/b/j/q/k.java index ce534bdaed..4e2d4d23e1 100644 --- a/app/src/main/java/c/i/a/b/j/q/k.java +++ b/app/src/main/java/c/i/a/b/j/q/k.java @@ -18,7 +18,7 @@ public class k implements e { public final i b; /* renamed from: c reason: collision with root package name */ - public final Map f628c = new HashMap(); + public final Map f627c = new HashMap(); /* compiled from: MetadataBackendRegistry */ public static class a { @@ -110,16 +110,16 @@ public class k implements e { @Override // c.i.a.b.j.q.e @Nullable public synchronized m get(String str) { - if (this.f628c.containsKey(str)) { - return this.f628c.get(str); + if (this.f627c.containsKey(str)) { + return this.f627c.get(str); } d a2 = this.a.a(str); if (a2 == null) { return null; } i iVar = this.b; - m create = a2.create(new c(iVar.a, iVar.b, iVar.f626c, str)); - this.f628c.put(str, create); + m create = a2.create(new c(iVar.a, iVar.b, iVar.f625c, str)); + this.f627c.put(str, create); return create; } } diff --git a/app/src/main/java/c/i/a/b/j/r/a/a.java b/app/src/main/java/c/i/a/b/j/r/a/a.java index d7d8fbbe3d..3406338172 100644 --- a/app/src/main/java/c/i/a/b/j/r/a/a.java +++ b/app/src/main/java/c/i/a/b/j/r/a/a.java @@ -5,7 +5,7 @@ public final class a implements c0.a.a { public volatile c0.a.a b; /* renamed from: c reason: collision with root package name */ - public volatile Object f629c = a; + public volatile Object f628c = a; public a(c0.a.a aVar) { this.b = aVar; @@ -20,15 +20,15 @@ public final class a implements c0.a.a { @Override // c0.a.a public T get() { - T t = (T) this.f629c; + T t = (T) this.f628c; Object obj = a; if (t == obj) { synchronized (this) { - t = this.f629c; + t = this.f628c; if (t == obj) { t = this.b.get(); - a(this.f629c, t); - this.f629c = t; + a(this.f628c, t); + this.f628c = t; this.b = null; } } diff --git a/app/src/main/java/c/i/a/b/j/t/b.java b/app/src/main/java/c/i/a/b/j/t/b.java index fdaa73d1e2..74b91ae0d9 100644 --- a/app/src/main/java/c/i/a/b/j/t/b.java +++ b/app/src/main/java/c/i/a/b/j/t/b.java @@ -9,19 +9,19 @@ public final /* synthetic */ class b implements a.AbstractC0084a { public final i b; /* renamed from: c reason: collision with root package name */ - public final f f630c; + public final f f629c; public b(c cVar, i iVar, f fVar) { this.a = cVar; this.b = iVar; - this.f630c = fVar; + this.f629c = fVar; } @Override // c.i.a.b.j.u.a.AbstractC0084a public Object execute() { c cVar = this.a; i iVar = this.b; - cVar.e.Z(iVar, this.f630c); + cVar.e.Z(iVar, this.f629c); cVar.b.a(iVar, 1); return null; } diff --git a/app/src/main/java/c/i/a/b/j/t/c.java b/app/src/main/java/c/i/a/b/j/t/c.java index 28a4d42423..0741a40627 100644 --- a/app/src/main/java/c/i/a/b/j/t/c.java +++ b/app/src/main/java/c/i/a/b/j/t/c.java @@ -15,13 +15,13 @@ public class c implements e { public final r b; /* renamed from: c reason: collision with root package name */ - public final Executor f631c; + public final Executor f630c; public final e d; public final c.i.a.b.j.t.i.c e; public final a f; public c(Executor executor, e eVar, r rVar, c.i.a.b.j.t.i.c cVar, a aVar) { - this.f631c = executor; + this.f630c = executor; this.d = eVar; this.b = rVar; this.e = cVar; @@ -30,6 +30,6 @@ public class c implements e { @Override // c.i.a.b.j.t.e public void a(i iVar, f fVar, h hVar) { - this.f631c.execute(new a(this, iVar, hVar, fVar)); + this.f630c.execute(new a(this, iVar, hVar, fVar)); } } diff --git a/app/src/main/java/c/i/a/b/j/t/d.java b/app/src/main/java/c/i/a/b/j/t/d.java index cc77efd5f8..365a499ceb 100644 --- a/app/src/main/java/c/i/a/b/j/t/d.java +++ b/app/src/main/java/c/i/a/b/j/t/d.java @@ -11,20 +11,20 @@ public final class d implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f632c; + public final a f631c; public final a d; public final a e; public d(a aVar, a aVar2, a aVar3, a aVar4, a aVar5) { this.a = aVar; this.b = aVar2; - this.f632c = aVar3; + this.f631c = aVar3; this.d = aVar4; this.e = aVar5; } @Override // c0.a.a public Object get() { - return new c(this.a.get(), this.b.get(), this.f632c.get(), this.d.get(), this.e.get()); + return new c(this.a.get(), this.b.get(), this.f631c.get(), this.d.get(), this.e.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/f.java b/app/src/main/java/c/i/a/b/j/t/f.java index 7592cd09d8..9aa4fea09e 100644 --- a/app/src/main/java/c/i/a/b/j/t/f.java +++ b/app/src/main/java/c/i/a/b/j/t/f.java @@ -40,7 +40,7 @@ public final class f implements a { Set unmodifiableSet = Collections.unmodifiableSet(new HashSet(Arrays.asList(f.b.NETWORK_UNMETERED, f.b.DEVICE_IDLE))); c.b bVar = (c.b) a3; Objects.requireNonNull(unmodifiableSet, "Null flags"); - bVar.f635c = unmodifiableSet; + bVar.f634c = unmodifiableSet; hashMap.put(dVar3, bVar.a()); Objects.requireNonNull(aVar, "missing required property: clock"); int size = hashMap.keySet().size(); diff --git a/app/src/main/java/c/i/a/b/j/t/g.java b/app/src/main/java/c/i/a/b/j/t/g.java index c5ceb94eff..77f9263b11 100644 --- a/app/src/main/java/c/i/a/b/j/t/g.java +++ b/app/src/main/java/c/i/a/b/j/t/g.java @@ -11,19 +11,19 @@ public final class g implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f633c; + public final a f632c; public final a d; public g(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f633c = aVar3; + this.f632c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { this.d.get(); - return new d(this.a.get(), this.b.get(), this.f633c.get()); + return new d(this.a.get(), this.b.get(), this.f632c.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/c.java b/app/src/main/java/c/i/a/b/j/t/h/c.java index 4fd8abdd76..7a009295eb 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/c.java +++ b/app/src/main/java/c/i/a/b/j/t/h/c.java @@ -8,7 +8,7 @@ public final class c extends f.a { public final long b; /* renamed from: c reason: collision with root package name */ - public final Set f634c; + public final Set f633c; /* compiled from: AutoValue_SchedulerConfig_ConfigValue */ public static final class b extends f.a.AbstractC0082a { @@ -16,7 +16,7 @@ public final class c extends f.a { public Long b; /* renamed from: c reason: collision with root package name */ - public Set f635c; + public Set f634c; @Override // c.i.a.b.j.t.h.f.a.AbstractC0082a public f.a a() { @@ -24,11 +24,11 @@ public final class c extends f.a { if (this.b == null) { str = c.d.b.a.a.u(str, " maxAllowedDelay"); } - if (this.f635c == null) { + if (this.f634c == null) { str = c.d.b.a.a.u(str, " flags"); } if (str.isEmpty()) { - return new c(this.a.longValue(), this.b.longValue(), this.f635c, null); + return new c(this.a.longValue(), this.b.longValue(), this.f634c, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -49,7 +49,7 @@ public final class c extends f.a { public c(long j, long j2, Set set, a aVar) { this.a = j; this.b = j2; - this.f634c = set; + this.f633c = set; } @Override // c.i.a.b.j.t.h.f.a @@ -59,7 +59,7 @@ public final class c extends f.a { @Override // c.i.a.b.j.t.h.f.a public Set c() { - return this.f634c; + return this.f633c; } @Override // c.i.a.b.j.t.h.f.a @@ -75,13 +75,13 @@ public final class c extends f.a { return false; } f.a aVar = (f.a) obj; - return this.a == aVar.b() && this.b == aVar.d() && this.f634c.equals(aVar.c()); + return this.a == aVar.b() && this.b == aVar.d() && this.f633c.equals(aVar.c()); } public int hashCode() { long j = this.a; long j2 = this.b; - return this.f634c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); + return this.f633c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); } public String toString() { @@ -90,7 +90,7 @@ public final class c extends f.a { P.append(", maxAllowedDelay="); P.append(this.b); P.append(", flags="); - P.append(this.f634c); + P.append(this.f633c); P.append("}"); return P.toString(); } diff --git a/app/src/main/java/c/i/a/b/j/t/h/d.java b/app/src/main/java/c/i/a/b/j/t/h/d.java index ffb9f76e2b..7c6fe1bf1f 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/d.java +++ b/app/src/main/java/c/i/a/b/j/t/h/d.java @@ -27,12 +27,12 @@ public class d implements r { public final c b; /* renamed from: c reason: collision with root package name */ - public final f f636c; + public final f f635c; public d(Context context, c cVar, f fVar) { this.a = context; this.b = cVar; - this.f636c = fVar; + this.f635c = fVar; } /* JADX WARNING: Code restructure failed: missing block: B:10:0x0092, code lost: @@ -71,7 +71,7 @@ public class d implements r { return; } long g02 = this.b.g0(iVar); - f fVar = this.f636c; + f fVar = this.f635c; JobInfo.Builder builder = new JobInfo.Builder(value, componentName); c.i.a.b.d d = iVar.d(); builder.setMinimumLatency(fVar.b(d, g02, i)); @@ -103,7 +103,7 @@ public class d implements r { Object[] objArr = new Object[5]; objArr[c2] = iVar; objArr[1] = Integer.valueOf(value); - objArr[2] = Long.valueOf(this.f636c.b(iVar.d(), g02, i)); + objArr[2] = Long.valueOf(this.f635c.b(iVar.d(), g02, i)); objArr[3] = Long.valueOf(g02); objArr[4] = Integer.valueOf(i); AnimatableValueParser.a0("JobInfoScheduler", "Scheduling upload for context %s with jobId=%d in %dms(Backend next call timestamp %d). Attempt %d", objArr); diff --git a/app/src/main/java/c/i/a/b/j/t/h/f.java b/app/src/main/java/c/i/a/b/j/t/h/f.java index 0fd5e5df6b..de176a31da 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/f.java +++ b/app/src/main/java/c/i/a/b/j/t/h/f.java @@ -30,7 +30,7 @@ public abstract class f { c.b bVar = new c.b(); Set emptySet = Collections.emptySet(); Objects.requireNonNull(emptySet, "Null flags"); - bVar.f635c = emptySet; + bVar.f634c = emptySet; return bVar; } diff --git a/app/src/main/java/c/i/a/b/j/t/h/g.java b/app/src/main/java/c/i/a/b/j/t/h/g.java index 61b54b7bb8..f00256e5f6 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/g.java +++ b/app/src/main/java/c/i/a/b/j/t/h/g.java @@ -28,7 +28,7 @@ public final /* synthetic */ class g implements Runnable { Runnable runnable = this.l; try { a aVar = lVar.f; - c cVar = lVar.f639c; + c cVar = lVar.f638c; cVar.getClass(); aVar.a(new j(cVar)); NetworkInfo activeNetworkInfo = ((ConnectivityManager) lVar.a.getSystemService("connectivity")).getActiveNetworkInfo(); diff --git a/app/src/main/java/c/i/a/b/j/t/h/h.java b/app/src/main/java/c/i/a/b/j/t/h/h.java index 33f77c0db0..2f2b495fa3 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/h.java +++ b/app/src/main/java/c/i/a/b/j/t/h/h.java @@ -15,6 +15,6 @@ public final /* synthetic */ class h implements a.AbstractC0084a { @Override // c.i.a.b.j.u.a.AbstractC0084a public Object execute() { l lVar = this.a; - return lVar.f639c.q(this.b); + return lVar.f638c.q(this.b); } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/i.java b/app/src/main/java/c/i/a/b/j/t/h/i.java index 90ad176927..b1a95e8e90 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/i.java +++ b/app/src/main/java/c/i/a/b/j/t/h/i.java @@ -9,14 +9,14 @@ public final /* synthetic */ class i implements a.AbstractC0084a { public final g b; /* renamed from: c reason: collision with root package name */ - public final Iterable f637c; + public final Iterable f636c; public final c.i.a.b.j.i d; public final int e; public i(l lVar, g gVar, Iterable iterable, c.i.a.b.j.i iVar, int i) { this.a = lVar; this.b = gVar; - this.f637c = iterable; + this.f636c = iterable; this.d = iVar; this.e = i; } @@ -25,19 +25,19 @@ public final /* synthetic */ class i implements a.AbstractC0084a { public Object execute() { l lVar = this.a; g gVar = this.b; - Iterable iterable = this.f637c; + Iterable iterable = this.f636c; c.i.a.b.j.i iVar = this.d; int i = this.e; if (gVar.c() == g.a.TRANSIENT_ERROR) { - lVar.f639c.m0(iterable); + lVar.f638c.m0(iterable); lVar.d.a(iVar, i + 1); return null; } - lVar.f639c.m(iterable); + lVar.f638c.m(iterable); if (gVar.c() == g.a.OK) { - lVar.f639c.u(iVar, gVar.b() + lVar.g.a()); + lVar.f638c.u(iVar, gVar.b() + lVar.g.a()); } - if (!lVar.f639c.k0(iVar)) { + if (!lVar.f638c.k0(iVar)) { return null; } lVar.d.a(iVar, 1); diff --git a/app/src/main/java/c/i/a/b/j/t/h/k.java b/app/src/main/java/c/i/a/b/j/t/h/k.java index d3e454b734..3e99f4deeb 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/k.java +++ b/app/src/main/java/c/i/a/b/j/t/h/k.java @@ -8,18 +8,18 @@ public final /* synthetic */ class k implements a.AbstractC0084a { public final i b; /* renamed from: c reason: collision with root package name */ - public final int f638c; + public final int f637c; public k(l lVar, i iVar, int i) { this.a = lVar; this.b = iVar; - this.f638c = i; + this.f637c = i; } @Override // c.i.a.b.j.u.a.AbstractC0084a public Object execute() { l lVar = this.a; - lVar.d.a(this.b, this.f638c + 1); + lVar.d.a(this.b, this.f637c + 1); return null; } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/l.java b/app/src/main/java/c/i/a/b/j/t/h/l.java index b8f55c2ae3..fa28a8c5ff 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/l.java +++ b/app/src/main/java/c/i/a/b/j/t/h/l.java @@ -17,7 +17,7 @@ public class l { public final e b; /* renamed from: c reason: collision with root package name */ - public final c f639c; + public final c f638c; public final r d; public final Executor e; public final a f; @@ -26,7 +26,7 @@ public class l { public l(Context context, e eVar, c cVar, r rVar, Executor executor, a aVar, c.i.a.b.j.v.a aVar2) { this.a = context; this.b = eVar; - this.f639c = cVar; + this.f638c = cVar; this.d = rVar; this.e = executor; this.f = aVar; diff --git a/app/src/main/java/c/i/a/b/j/t/h/m.java b/app/src/main/java/c/i/a/b/j/t/h/m.java index 79cc477c14..241df937e0 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/m.java +++ b/app/src/main/java/c/i/a/b/j/t/h/m.java @@ -11,7 +11,7 @@ public final class m implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f640c; + public final a f639c; public final a d; public final a e; public final a f; @@ -20,7 +20,7 @@ public final class m implements a { public m(a aVar, a aVar2, a aVar3, a aVar4, a aVar5, a aVar6, a aVar7) { this.a = aVar; this.b = aVar2; - this.f640c = aVar3; + this.f639c = aVar3; this.d = aVar4; this.e = aVar5; this.f = aVar6; @@ -29,6 +29,6 @@ public final class m implements a { @Override // c0.a.a public Object get() { - return new l(this.a.get(), this.b.get(), this.f640c.get(), this.d.get(), this.e.get(), this.f.get(), this.g.get()); + return new l(this.a.get(), this.b.get(), this.f639c.get(), this.d.get(), this.e.get(), this.f.get(), this.g.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/o.java b/app/src/main/java/c/i/a/b/j/t/h/o.java index 0a71b48a25..8bb660454d 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/o.java +++ b/app/src/main/java/c/i/a/b/j/t/h/o.java @@ -14,7 +14,7 @@ public final /* synthetic */ class o implements a.AbstractC0084a { public Object execute() { p pVar = this.a; for (i iVar : pVar.b.y()) { - pVar.f641c.a(iVar, 1); + pVar.f640c.a(iVar, 1); } return null; } diff --git a/app/src/main/java/c/i/a/b/j/t/h/p.java b/app/src/main/java/c/i/a/b/j/t/h/p.java index be56abf67f..b522c44543 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/p.java +++ b/app/src/main/java/c/i/a/b/j/t/h/p.java @@ -9,13 +9,13 @@ public class p { public final c b; /* renamed from: c reason: collision with root package name */ - public final r f641c; + public final r f640c; public final a d; public p(Executor executor, c cVar, r rVar, a aVar) { this.a = executor; this.b = cVar; - this.f641c = rVar; + this.f640c = rVar; this.d = aVar; } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/q.java b/app/src/main/java/c/i/a/b/j/t/h/q.java index 7d17d31c58..112152dfcb 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/q.java +++ b/app/src/main/java/c/i/a/b/j/t/h/q.java @@ -9,18 +9,18 @@ public final class q implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f642c; + public final a f641c; public final a d; public q(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f642c = aVar3; + this.f641c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { - return new p(this.a.get(), this.b.get(), this.f642c.get(), this.d.get()); + return new p(this.a.get(), this.b.get(), this.f641c.get(), this.d.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/i/a.java b/app/src/main/java/c/i/a/b/j/t/i/a.java index 16f4620a5a..041c6de341 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/a.java +++ b/app/src/main/java/c/i/a/b/j/t/i/a.java @@ -4,14 +4,14 @@ public final class a extends d { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f643c; + public final int f642c; public final int d; public final long e; public final int f; public a(long j, int i, int i2, long j2, int i3, C0083a aVar) { this.b = j; - this.f643c = i; + this.f642c = i; this.d = i2; this.e = j2; this.f = i3; @@ -29,7 +29,7 @@ public final class a extends d { @Override // c.i.a.b.j.t.i.d public int c() { - return this.f643c; + return this.f642c; } @Override // c.i.a.b.j.t.i.d @@ -50,20 +50,20 @@ public final class a extends d { return false; } d dVar = (d) obj; - return this.b == dVar.e() && this.f643c == dVar.c() && this.d == dVar.a() && this.e == dVar.b() && this.f == dVar.d(); + return this.b == dVar.e() && this.f642c == dVar.c() && this.d == dVar.a() && this.e == dVar.b() && this.f == dVar.d(); } public int hashCode() { long j = this.b; long j2 = this.e; - return this.f ^ ((((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f643c) * 1000003) ^ this.d) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); + return this.f ^ ((((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f642c) * 1000003) ^ this.d) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); } public String toString() { StringBuilder P = c.d.b.a.a.P("EventStoreConfig{maxStorageSizeInBytes="); P.append(this.b); P.append(", loadBatchSize="); - P.append(this.f643c); + P.append(this.f642c); P.append(", criticalSectionEnterTimeoutMs="); P.append(this.d); P.append(", eventCleanUpAge="); diff --git a/app/src/main/java/c/i/a/b/j/t/i/a0.java b/app/src/main/java/c/i/a/b/j/t/i/a0.java index e0ffed93ee..7b9b641a86 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/a0.java +++ b/app/src/main/java/c/i/a/b/j/t/i/a0.java @@ -8,16 +8,16 @@ public final class a0 implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f644c; + public final a f643c; public a0(a aVar, a aVar2, a aVar3) { this.a = aVar; this.b = aVar2; - this.f644c = aVar3; + this.f643c = aVar3; } @Override // c0.a.a public Object get() { - return new z(this.a.get(), this.b.get(), this.f644c.get().intValue()); + return new z(this.a.get(), this.b.get(), this.f643c.get().intValue()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/i/b.java b/app/src/main/java/c/i/a/b/j/t/i/b.java index 560d7acdf2..387568e587 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/b.java +++ b/app/src/main/java/c/i/a/b/j/t/i/b.java @@ -10,19 +10,19 @@ public final class b extends h { public final i b; /* renamed from: c reason: collision with root package name */ - public final f f645c; + public final f f644c; public b(long j, i iVar, f fVar) { this.a = j; Objects.requireNonNull(iVar, "Null transportContext"); this.b = iVar; Objects.requireNonNull(fVar, "Null event"); - this.f645c = fVar; + this.f644c = fVar; } @Override // c.i.a.b.j.t.i.h public f a() { - return this.f645c; + return this.f644c; } @Override // c.i.a.b.j.t.i.h @@ -43,12 +43,12 @@ public final class b extends h { return false; } h hVar = (h) obj; - return this.a == hVar.b() && this.b.equals(hVar.c()) && this.f645c.equals(hVar.a()); + return this.a == hVar.b() && this.b.equals(hVar.c()) && this.f644c.equals(hVar.a()); } public int hashCode() { long j = this.a; - return this.f645c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003); + return this.f644c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003); } public String toString() { @@ -57,7 +57,7 @@ public final class b extends h { P.append(", transportContext="); P.append(this.b); P.append(", event="); - P.append(this.f645c); + P.append(this.f644c); P.append("}"); return P.toString(); } diff --git a/app/src/main/java/c/i/a/b/j/t/i/k.java b/app/src/main/java/c/i/a/b/j/t/i/k.java index 9beae315f5..d6bc06dea1 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/k.java +++ b/app/src/main/java/c/i/a/b/j/t/i/k.java @@ -14,19 +14,19 @@ public final /* synthetic */ class k implements t.b { public final List b; /* renamed from: c reason: collision with root package name */ - public final i f646c; + public final i f645c; public k(t tVar, List list, i iVar) { this.a = tVar; this.b = list; - this.f646c = iVar; + this.f645c = iVar; } @Override // c.i.a.b.j.t.i.t.b public Object apply(Object obj) { t tVar = this.a; List list = this.b; - i iVar = this.f646c; + i iVar = this.f645c; Cursor cursor = (Cursor) obj; b bVar = t.i; while (cursor.moveToNext()) { diff --git a/app/src/main/java/c/i/a/b/j/t/i/s.java b/app/src/main/java/c/i/a/b/j/t/i/s.java index 8bf755960d..a9a25782b9 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/s.java +++ b/app/src/main/java/c/i/a/b/j/t/i/s.java @@ -19,12 +19,12 @@ public final /* synthetic */ class s implements t.b { public final i b; /* renamed from: c reason: collision with root package name */ - public final f f647c; + public final f f646c; public s(t tVar, i iVar, f fVar) { this.a = tVar; this.b = iVar; - this.f647c = fVar; + this.f646c = fVar; } @Override // c.i.a.b.j.t.i.t.b @@ -32,7 +32,7 @@ public final /* synthetic */ class s implements t.b { long j; t tVar = this.a; i iVar = this.b; - f fVar = this.f647c; + f fVar = this.f646c; SQLiteDatabase sQLiteDatabase = (SQLiteDatabase) obj; b bVar = t.i; if (tVar.b().compileStatement("PRAGMA page_size").simpleQueryForLong() * tVar.b().compileStatement("PRAGMA page_count").simpleQueryForLong() >= tVar.m.e()) { diff --git a/app/src/main/java/c/i/a/b/j/t/i/u.java b/app/src/main/java/c/i/a/b/j/t/i/u.java index ab729538ef..b73c783360 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/u.java +++ b/app/src/main/java/c/i/a/b/j/t/i/u.java @@ -7,18 +7,18 @@ public final class u implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f648c; + public final a f647c; public final a d; public u(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f648c = aVar3; + this.f647c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { - return new t(this.a.get(), this.b.get(), this.f648c.get(), this.d.get()); + return new t(this.a.get(), this.b.get(), this.f647c.get(), this.d.get()); } } diff --git a/app/src/main/java/c/i/a/c/a2/a.java b/app/src/main/java/c/i/a/c/a2/a.java index 811aaa3bc3..32d914b1c2 100644 --- a/app/src/main/java/c/i/a/c/a2/a.java +++ b/app/src/main/java/c/i/a/c/a2/a.java @@ -13,7 +13,7 @@ public abstract class a { @Nullable /* renamed from: c reason: collision with root package name */ - public c f649c; + public c f648c; public final int d; /* compiled from: BinarySearchSeeker */ @@ -23,7 +23,7 @@ public abstract class a { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f650c; + public final long f649c; public final long d; public final long e; public final long f; @@ -32,7 +32,7 @@ public abstract class a { public C0085a(d dVar, long j, long j2, long j3, long j4, long j5, long j6) { this.a = dVar; this.b = j; - this.f650c = j2; + this.f649c = j2; this.d = j3; this.e = j4; this.f = j5; @@ -46,7 +46,7 @@ public abstract class a { @Override // c.i.a.c.a2.t public t.a h(long j) { - return new t.a(new u(j, c.a(this.a.a(j), this.f650c, this.d, this.e, this.f, this.g))); + return new t.a(new u(j, c.a(this.a.a(j), this.f649c, this.d, this.e, this.f, this.g))); } @Override // c.i.a.c.a2.t @@ -69,7 +69,7 @@ public abstract class a { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f651c; + public final long f650c; public long d; public long e; public long f; @@ -83,7 +83,7 @@ public abstract class a { this.e = j4; this.f = j5; this.g = j6; - this.f651c = j7; + this.f650c = j7; this.h = a(j2, j3, j4, j5, j6, j7); } @@ -107,12 +107,12 @@ public abstract class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f652c; + public final long f651c; public final long d; public e(int i, long j, long j2) { this.b = i; - this.f652c = j; + this.f651c = j; this.d = j2; } @@ -144,7 +144,7 @@ public abstract class a { public int a(i iVar, s sVar) throws IOException { while (true) { - c cVar = this.f649c; + c cVar = this.f648c; AnimatableValueParser.H(cVar); long j = cVar.f; long j2 = cVar.g; @@ -162,17 +162,17 @@ public abstract class a { c(false, j3); return d(iVar, j3, sVar); } else if (i == -2) { - long j4 = b2.f652c; + long j4 = b2.f651c; long j5 = b2.d; cVar.d = j4; cVar.f = j5; - cVar.h = c.a(cVar.b, j4, cVar.e, j5, cVar.g, cVar.f651c); + cVar.h = c.a(cVar.b, j4, cVar.e, j5, cVar.g, cVar.f650c); } else if (i == -1) { - long j6 = b2.f652c; + long j6 = b2.f651c; long j7 = b2.d; cVar.e = j6; cVar.g = j7; - cVar.h = c.a(cVar.b, cVar.d, j6, cVar.f, j7, cVar.f651c); + cVar.h = c.a(cVar.b, cVar.d, j6, cVar.f, j7, cVar.f650c); } else if (i == 0) { f(iVar, b2.d); c(true, b2.d); @@ -185,11 +185,11 @@ public abstract class a { } public final boolean b() { - return this.f649c != null; + return this.f648c != null; } public final void c(boolean z2, long j) { - this.f649c = null; + this.f648c = null; this.b.a(); } @@ -202,11 +202,11 @@ public abstract class a { } public final void e(long j) { - c cVar = this.f649c; + c cVar = this.f648c; if (cVar == null || cVar.a != j) { long a = this.a.a.a(j); C0085a aVar = this.a; - this.f649c = new c(j, a, aVar.f650c, aVar.d, aVar.e, aVar.f, aVar.g); + this.f648c = new c(j, a, aVar.f649c, aVar.d, aVar.e, aVar.f, aVar.g); } } diff --git a/app/src/main/java/c/i/a/c/a2/a0.java b/app/src/main/java/c/i/a/c/a2/a0.java index 703eff5d89..4cb6f1074b 100644 --- a/app/src/main/java/c/i/a/c/a2/a0.java +++ b/app/src/main/java/c/i/a/c/a2/a0.java @@ -5,7 +5,7 @@ public final class a0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f653c; + public final int f652c; public final int d; public final int e; public final int f; @@ -14,7 +14,7 @@ public final class a0 { public a0(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, boolean z2, byte[] bArr) { this.a = i2; this.b = i3; - this.f653c = i4; + this.f652c = i4; this.d = i5; this.e = i7; this.f = i8; diff --git a/app/src/main/java/c/i/a/c/a2/b0/b.java b/app/src/main/java/c/i/a/c/a2/b0/b.java index e353598125..712d2d5267 100644 --- a/app/src/main/java/c/i/a/c/a2/b0/b.java +++ b/app/src/main/java/c/i/a/c/a2/b0/b.java @@ -21,7 +21,7 @@ public final class b implements h { public static final int[] b; /* renamed from: c reason: collision with root package name */ - public static final byte[] f654c = f0.w("#!AMR\n"); + public static final byte[] f653c = f0.w("#!AMR\n"); public static final byte[] d = f0.w("#!AMR-WB\n"); public static final int e; public final byte[] f; @@ -39,7 +39,7 @@ public final class b implements h { public t r; /* renamed from: s reason: collision with root package name */ - public boolean f655s; + public boolean f654s; static { a aVar = a.a; @@ -92,7 +92,7 @@ public final class b implements h { } public final boolean c(i iVar) throws IOException { - byte[] bArr = f654c; + byte[] bArr = f653c; iVar.k(); byte[] bArr2 = new byte[bArr.length]; iVar.n(bArr2, 0, bArr.length); @@ -117,8 +117,8 @@ public final class b implements h { public int e(i iVar, s sVar) throws IOException { AnimatableValueParser.H(this.q); if (iVar.getPosition() != 0 || c(iVar)) { - if (!this.f655s) { - this.f655s = true; + if (!this.f654s) { + this.f654s = true; boolean z2 = this.g; String str = z2 ? "audio/amr-wb" : "audio/3gpp"; int i = z2 ? 16000 : 8000; @@ -126,8 +126,8 @@ public final class b implements h { Format.b bVar = new Format.b(); bVar.k = str; bVar.l = e; - bVar.f2282x = 1; - bVar.f2283y = i; + bVar.f2280x = 1; + bVar.f2281y = i; wVar.e(bVar.a()); } int i2 = -1; diff --git a/app/src/main/java/c/i/a/c/a2/c.java b/app/src/main/java/c/i/a/c/a2/c.java index e1cb9f7e66..a157937645 100644 --- a/app/src/main/java/c/i/a/c/a2/c.java +++ b/app/src/main/java/c/i/a/c/a2/c.java @@ -10,14 +10,14 @@ public final class c implements t { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final long[] f656c; + public final long[] f655c; public final long[] d; public final long[] e; public final long f; public c(int[] iArr, long[] jArr, long[] jArr2, long[] jArr3) { this.b = iArr; - this.f656c = jArr; + this.f655c = jArr; this.d = jArr2; this.e = jArr3; int length = iArr.length; @@ -39,7 +39,7 @@ public final class c implements t { int e = f0.e(this.e, j, true, true); long[] jArr = this.e; long j2 = jArr[e]; - long[] jArr2 = this.f656c; + long[] jArr2 = this.f655c; u uVar = new u(j2, jArr2[e]); if (j2 >= j || e == this.a - 1) { return new t.a(uVar); @@ -59,7 +59,7 @@ public final class c implements t { P.append(", sizes="); P.append(Arrays.toString(this.b)); P.append(", offsets="); - P.append(Arrays.toString(this.f656c)); + P.append(Arrays.toString(this.f655c)); P.append(", timeUs="); P.append(Arrays.toString(this.e)); P.append(", durationsUs="); diff --git a/app/src/main/java/c/i/a/c/a2/c0/c.java b/app/src/main/java/c/i/a/c/a2/c0/c.java index a5ed061482..f72bf6f246 100644 --- a/app/src/main/java/c/i/a/c/a2/c0/c.java +++ b/app/src/main/java/c/i/a/c/a2/c0/c.java @@ -18,7 +18,7 @@ public final class c extends c.i.a.c.a2.a { public final int b; /* renamed from: c reason: collision with root package name */ - public final m.a f657c = new m.a(); + public final m.a f656c = new m.a(); public b(o oVar, int i, a aVar) { this.a = oVar; @@ -35,7 +35,7 @@ public final class c extends c.i.a.c.a2.a { long position = iVar.getPosition(); long c2 = c(iVar); long f = iVar.f(); - iVar.g(Math.max(6, this.a.f763c)); + iVar.g(Math.max(6, this.a.f762c)); long c3 = c(iVar); return (c2 > j || c3 <= j) ? c3 <= j ? a.e.c(c3, iVar.f()) : a.e.a(c2, position) : a.e.b(f); } @@ -44,7 +44,7 @@ public final class c extends c.i.a.c.a2.a { while (iVar.f() < iVar.b() - 6) { o oVar = this.a; int i = this.b; - m.a aVar = this.f657c; + m.a aVar = this.f656c; long f = iVar.f(); byte[] bArr = new byte[2]; boolean z2 = false; @@ -55,7 +55,7 @@ public final class c extends c.i.a.c.a2.a { } else { w wVar = new w(16); System.arraycopy(bArr, 0, wVar.a, 0, 2); - wVar.C(AnimatableValueParser.b2(iVar, wVar.a, 2, 14)); + wVar.C(AnimatableValueParser.c2(iVar, wVar.a, 2, 14)); iVar.k(); iVar.g((int) (f - iVar.getPosition())); z2 = m.b(wVar, oVar, i, aVar); @@ -66,7 +66,7 @@ public final class c extends c.i.a.c.a2.a { iVar.g(1); } if (iVar.f() < iVar.b() - 6) { - return this.f657c.a; + return this.f656c.a; } iVar.g((int) (iVar.b() - iVar.f())); return this.a.j; @@ -75,7 +75,7 @@ public final class c extends c.i.a.c.a2.a { /* JADX WARNING: Illegal instructions before constructor call */ public c(o oVar, int i, long j, long j2) { - super(r1, r2, r3, 0, r7, j, j2, r5 + r9, Math.max(6, oVar.f763c)); + super(r1, r2, r3, 0, r7, j, j2, r5 + r9, Math.max(6, oVar.f762c)); long j3; long j4; Objects.requireNonNull(oVar); @@ -85,7 +85,7 @@ public final class c extends c.i.a.c.a2.a { long j5 = oVar.j; int i2 = oVar.d; if (i2 > 0) { - j4 = (((long) i2) + ((long) oVar.f763c)) / 2; + j4 = (((long) i2) + ((long) oVar.f762c)) / 2; j3 = 1; } else { int i3 = oVar.a; diff --git a/app/src/main/java/c/i/a/c/a2/c0/d.java b/app/src/main/java/c/i/a/c/a2/c0/d.java index 8d57ce84d3..c2e1fbad79 100644 --- a/app/src/main/java/c/i/a/c/a2/c0/d.java +++ b/app/src/main/java/c/i/a/c/a2/c0/d.java @@ -27,7 +27,7 @@ public final class d implements h { public final w b = new w(new byte[32768], 0); /* renamed from: c reason: collision with root package name */ - public final boolean f658c; + public final boolean f657c; public final m.a d; public j e; public c.i.a.c.a2.w f; @@ -46,7 +46,7 @@ public final class d implements h { } public d(int i) { - this.f658c = (i & 1) == 0 ? false : true; + this.f657c = (i & 1) == 0 ? false : true; this.d = new m.a(); this.g = 0; } @@ -59,7 +59,7 @@ public final class d implements h { @Override // c.i.a.c.a2.h public boolean b(i iVar) throws IOException { - AnimatableValueParser.a2(iVar, false); + AnimatableValueParser.b2(iVar, false); byte[] bArr = new byte[4]; iVar.n(bArr, 0, 4); return (((((((long) bArr[0]) & 255) << 24) | ((((long) bArr[1]) & 255) << 16)) | ((((long) bArr[2]) & 255) << 8)) | (255 & ((long) bArr[3]))) == 1716281667; @@ -82,9 +82,9 @@ public final class d implements h { if (i == 0) { iVar.k(); long f = iVar.f(); - Metadata a2 = AnimatableValueParser.a2(iVar, !this.f658c); + Metadata b2 = AnimatableValueParser.b2(iVar, !this.f657c); iVar.l((int) (iVar.f() - f)); - this.h = a2; + this.h = b2; this.g = 1; return 0; } else if (i != 1) { @@ -143,7 +143,7 @@ public final class d implements h { i5 = 6; } w wVar = new w(i5); - wVar.C(AnimatableValueParser.b2(iVar, wVar.a, 0, i5)); + wVar.C(AnimatableValueParser.c2(iVar, wVar.a, 0, i5)); iVar.k(); try { long y2 = wVar.y(); @@ -161,7 +161,7 @@ public final class d implements h { throw new ParserException(); } w wVar2 = this.b; - int i8 = wVar2.f921c; + int i8 = wVar2.f920c; if (i8 < 32768) { int read = iVar.read(wVar2.a, i8, 32768 - i8); if (read != -1) { @@ -187,7 +187,7 @@ public final class d implements h { Objects.requireNonNull(this.i); int i12 = wVar4.b; while (true) { - if (i12 <= wVar4.f921c - 16) { + if (i12 <= wVar4.f920c - 16) { wVar4.D(i12); if (m.b(wVar4, this.i, this.k, this.d)) { wVar4.D(i12); @@ -198,7 +198,7 @@ public final class d implements h { } else { if (z4) { while (true) { - int i13 = wVar4.f921c; + int i13 = wVar4.f920c; if (i12 > i13 - this.j) { wVar4.D(i13); break; @@ -209,7 +209,7 @@ public final class d implements h { } catch (IndexOutOfBoundsException unused2) { z3 = false; } - if (wVar4.b > wVar4.f921c) { + if (wVar4.b > wVar4.f920c) { z3 = false; } if (z3) { @@ -271,13 +271,13 @@ public final class d implements h { } else if (g == i4) { w wVar7 = new w(g2); iVar.readFully(wVar7.a, r4, g2); - oVar4 = oVar4.b(AnimatableValueParser.n2(wVar7)); + oVar4 = oVar4.b(AnimatableValueParser.o2(wVar7)); } else { if (g == i3) { w wVar8 = new w(g2); iVar.readFully(wVar8.a, r4, g2); wVar8.E(i3); - oVar = new o(oVar4.a, oVar4.b, oVar4.f763c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Arrays.asList(AnimatableValueParser.p2(wVar8, r4, r4).a), Collections.emptyList()))); + oVar = new o(oVar4.a, oVar4.b, oVar4.f762c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Arrays.asList(AnimatableValueParser.q2(wVar8, r4, r4).a), Collections.emptyList()))); z2 = f2; } else if (g == 6) { w wVar9 = new w(g2); @@ -295,7 +295,7 @@ public final class d implements h { System.arraycopy(wVar9.a, wVar9.b, bArr6, r4, f8); wVar9.b += f8; z2 = f2; - oVar = new o(oVar4.a, oVar4.b, oVar4.f763c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Collections.emptyList(), Collections.singletonList(new PictureFrame(f3, q, p, f4, f5, f6, f7, bArr6))))); + oVar = new o(oVar4.a, oVar4.b, oVar4.f762c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Collections.emptyList(), Collections.singletonList(new PictureFrame(f3, q, p, f4, f5, f6, f7, bArr6))))); } else { z2 = f2; iVar.l(g2); @@ -329,7 +329,7 @@ public final class d implements h { i5 = 7; } Objects.requireNonNull(this.i); - this.j = Math.max(this.i.f763c, 6); + this.j = Math.max(this.i.f762c, 6); c.i.a.c.a2.w wVar10 = this.f; int i19 = f0.a; wVar10.e(this.i.e(this.a, this.h)); diff --git a/app/src/main/java/c/i/a/c/a2/d.java b/app/src/main/java/c/i/a/c/a2/d.java index b9cc134bc8..d744656ee7 100644 --- a/app/src/main/java/c/i/a/c/a2/d.java +++ b/app/src/main/java/c/i/a/c/a2/d.java @@ -8,7 +8,7 @@ public class d implements t { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f659c; + public final int f658c; public final long d; public final int e; public final long f; @@ -16,7 +16,7 @@ public class d implements t { public d(long j, long j2, int i, int i2) { this.a = j; this.b = j2; - this.f659c = i2 == -1 ? 1 : i2; + this.f658c = i2 == -1 ? 1 : i2; this.e = i; if (j == -1) { this.d = -1; @@ -46,12 +46,12 @@ public class d implements t { if (j2 == -1) { return new t.a(new u(0, this.b)); } - long j3 = (long) this.f659c; + long j3 = (long) this.f658c; long i = this.b + f0.i((((((long) this.e) * j) / 8000000) / j3) * j3, 0, j2 - j3); long b = b(i); u uVar = new u(b, i); if (b < j) { - int i2 = this.f659c; + int i2 = this.f658c; if (((long) i2) + i < this.a) { long j4 = i + ((long) i2); return new t.a(uVar, new u(b(j4), j4)); diff --git a/app/src/main/java/c/i/a/c/a2/d0/b.java b/app/src/main/java/c/i/a/c/a2/d0/b.java index f9dc947259..13a00662dd 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/b.java +++ b/app/src/main/java/c/i/a/c/a2/d0/b.java @@ -13,7 +13,7 @@ public final class b extends TagPayloadReader { public static final int[] b = {5512, 11025, 22050, 44100}; /* renamed from: c reason: collision with root package name */ - public boolean f660c; + public boolean f659c; public boolean d; public int e; @@ -23,7 +23,7 @@ public final class b extends TagPayloadReader { @Override // com.google.android.exoplayer2.extractor.flv.TagPayloadReader public boolean b(c.i.a.c.i2.w wVar) throws TagPayloadReader.UnsupportedFormatException { - if (!this.f660c) { + if (!this.f659c) { int s2 = wVar.s(); int i = (s2 >> 4) & 15; this.e = i; @@ -31,16 +31,16 @@ public final class b extends TagPayloadReader { int i2 = b[(s2 >> 2) & 3]; Format.b bVar = new Format.b(); bVar.k = "audio/mpeg"; - bVar.f2282x = 1; - bVar.f2283y = i2; + bVar.f2280x = 1; + bVar.f2281y = i2; this.a.e(bVar.a()); this.d = true; } else if (i == 7 || i == 8) { String str = i == 7 ? "audio/g711-alaw" : "audio/g711-mlaw"; Format.b bVar2 = new Format.b(); bVar2.k = str; - bVar2.f2282x = 1; - bVar2.f2283y = 8000; + bVar2.f2280x = 1; + bVar2.f2281y = 8000; this.a.e(bVar2.a()); this.d = true; } else if (i != 10) { @@ -48,7 +48,7 @@ public final class b extends TagPayloadReader { P.append(this.e); throw new TagPayloadReader.UnsupportedFormatException(P.toString()); } - this.f660c = true; + this.f659c = true; } else { wVar.E(1); } @@ -72,9 +72,9 @@ public final class b extends TagPayloadReader { k.b c2 = k.c(new v(bArr), false); Format.b bVar = new Format.b(); bVar.k = "audio/mp4a-latm"; - bVar.h = c2.f999c; - bVar.f2282x = c2.b; - bVar.f2283y = c2.a; + bVar.h = c2.f998c; + bVar.f2280x = c2.b; + bVar.f2281y = c2.a; bVar.m = Collections.singletonList(bArr); this.a.e(bVar.a()); this.d = true; diff --git a/app/src/main/java/c/i/a/c/a2/d0/c.java b/app/src/main/java/c/i/a/c/a2/d0/c.java index 6af8cd6bff..390d41a58c 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/c.java +++ b/app/src/main/java/c/i/a/c/a2/d0/c.java @@ -16,7 +16,7 @@ public final class c implements h { public final w b = new w(9); /* renamed from: c reason: collision with root package name */ - public final w f661c = new w(11); + public final w f660c = new w(11); public final w d = new w(); public final d e = new d(); public j f; @@ -71,7 +71,7 @@ public final class c implements h { byte[] bArr = wVar.a; if (i > bArr.length) { wVar.a = new byte[Math.max(bArr.length * 2, i)]; - wVar.f921c = 0; + wVar.f920c = 0; wVar.b = 0; } else { wVar.D(0); @@ -121,13 +121,13 @@ public final class c implements h { this.j = 0; this.g = 3; } else if (i == 3) { - if (iVar.c(this.f661c.a, 0, 11, true)) { - this.f661c.D(0); - this.k = this.f661c.s(); - this.l = this.f661c.u(); - this.m = (long) this.f661c.u(); - this.m = (((long) (this.f661c.s() << 24)) | this.m) * 1000; - this.f661c.E(3); + if (iVar.c(this.f660c.a, 0, 11, true)) { + this.f660c.D(0); + this.k = this.f660c.s(); + this.l = this.f660c.u(); + this.m = (long) this.f660c.u(); + this.m = (((long) (this.f660c.s() << 24)) | this.m) * 1000; + this.f660c.E(3); this.g = 4; z4 = true; } @@ -161,7 +161,7 @@ public final class c implements h { d dVar = this.e; long j2 = dVar.b; if (j2 != -9223372036854775807L) { - this.f.a(new r(dVar.d, dVar.f662c, j2)); + this.f.a(new r(dVar.d, dVar.f661c, j2)); this.n = true; } } diff --git a/app/src/main/java/c/i/a/c/a2/d0/d.java b/app/src/main/java/c/i/a/c/a2/d0/d.java index 867c7547cd..de87c8c420 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/d.java +++ b/app/src/main/java/c/i/a/c/a2/d0/d.java @@ -15,7 +15,7 @@ public final class d extends TagPayloadReader { public long b = -9223372036854775807L; /* renamed from: c reason: collision with root package name */ - public long[] f662c = new long[0]; + public long[] f661c = new long[0]; public long[] d = new long[0]; public d() { @@ -120,7 +120,7 @@ public final class d extends TagPayloadReader { List list = (List) obj3; List list2 = (List) obj4; int size = list2.size(); - this.f662c = new long[size]; + this.f661c = new long[size]; this.d = new long[size]; int i = 0; while (true) { @@ -132,11 +132,11 @@ public final class d extends TagPayloadReader { if (!(obj6 instanceof Double) || !(obj5 instanceof Double)) { break; } - this.f662c[i] = (long) (((Double) obj6).doubleValue() * 1000000.0d); + this.f661c[i] = (long) (((Double) obj6).doubleValue() * 1000000.0d); this.d[i] = ((Double) obj5).longValue(); i++; } - this.f662c = new long[0]; + this.f661c = new long[0]; this.d = new long[0]; } } diff --git a/app/src/main/java/c/i/a/c/a2/d0/e.java b/app/src/main/java/c/i/a/c/a2/d0/e.java index a403a2319a..b6aa6d8ef2 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/e.java +++ b/app/src/main/java/c/i/a/c/a2/d0/e.java @@ -12,7 +12,7 @@ public final class e extends TagPayloadReader { public final w b = new w(u.a); /* renamed from: c reason: collision with root package name */ - public final w f663c = new w(4); + public final w f662c = new w(4); public int d; public boolean e; public boolean f; @@ -54,7 +54,7 @@ public final class e extends TagPayloadReader { Format.b bVar = new Format.b(); bVar.k = "video/avc"; bVar.h = b.f; - bVar.p = b.f926c; + bVar.p = b.f925c; bVar.q = b.d; bVar.t = b.e; bVar.m = b.a; @@ -68,16 +68,16 @@ public final class e extends TagPayloadReader { if (!this.f && i5 == 0) { return false; } - byte[] bArr2 = this.f663c.a; + byte[] bArr2 = this.f662c.a; bArr2[0] = 0; bArr2[1] = 0; bArr2[2] = 0; int i6 = 4 - this.d; int i7 = 0; while (wVar.a() > 0) { - wVar.e(this.f663c.a, i6, this.d); - this.f663c.D(0); - int v = this.f663c.v(); + wVar.e(this.f662c.a, i6, this.d); + this.f662c.D(0); + int v = this.f662c.v(); this.b.D(0); this.a.c(this.b, 4); this.a.c(wVar, v); diff --git a/app/src/main/java/c/i/a/c/a2/e.java b/app/src/main/java/c/i/a/c/a2/e.java index dacd8f4857..7d314d90e1 100644 --- a/app/src/main/java/c/i/a/c/a2/e.java +++ b/app/src/main/java/c/i/a/c/a2/e.java @@ -12,7 +12,7 @@ public final class e implements i { public final f b; /* renamed from: c reason: collision with root package name */ - public final long f664c; + public final long f663c; public long d; public byte[] e = new byte[65536]; public int f; @@ -21,12 +21,12 @@ public final class e implements i { public e(f fVar, long j, long j2) { this.b = fVar; this.d = j; - this.f664c = j2; + this.f663c = j2; } @Override // c.i.a.c.a2.i public long b() { - return this.f664c; + return this.f663c; } @Override // c.i.a.c.a2.i diff --git a/app/src/main/java/c/i/a/c/a2/e0/a.java b/app/src/main/java/c/i/a/c/a2/e0/a.java index edee152e23..c8401308b5 100644 --- a/app/src/main/java/c/i/a/c/a2/e0/a.java +++ b/app/src/main/java/c/i/a/c/a2/e0/a.java @@ -24,7 +24,7 @@ public final class a implements h { public j b; /* renamed from: c reason: collision with root package name */ - public int f665c; + public int f664c; public int d; public int e; public long f = -1; @@ -41,7 +41,7 @@ public final class a implements h { Objects.requireNonNull(jVar); jVar.j(); this.b.a(new t.b(-9223372036854775807L, 0)); - this.f665c = 6; + this.f664c = 6; } @Override // c.i.a.c.a2.h @@ -88,7 +88,7 @@ public final class a implements h { String str2; b bVar; long j; - int i2 = this.f665c; + int i2 = this.f664c; if (i2 == 0) { this.a.z(2); iVar.readFully(this.a.a, 0, 2); @@ -96,19 +96,19 @@ public final class a implements h { this.d = x2; if (x2 == 65498) { if (this.f != -1) { - this.f665c = 4; + this.f664c = 4; } else { a(); } } else if ((x2 < 65488 || x2 > 65497) && x2 != 65281) { - this.f665c = 1; + this.f664c = 1; } return 0; } else if (i2 == 1) { this.a.z(2); iVar.readFully(this.a.a, 0, 2); this.e = this.a.x() - 2; - this.f665c = 2; + this.f664c = 2; return 0; } else if (i2 == 2) { if (this.d == 65505) { @@ -159,7 +159,7 @@ public final class a implements h { b.a aVar = bVar.b.get(size); z2 |= "video/mp4".equals(aVar.a); if (size == 0) { - j = b - aVar.f666c; + j = b - aVar.f665c; b = 0; } else { long j6 = b - aVar.b; @@ -191,7 +191,7 @@ public final class a implements h { } else { iVar.l(this.e); } - this.f665c = 0; + this.f664c = 0; return 0; } else if (i2 == 4) { long position = iVar.getPosition(); @@ -214,11 +214,11 @@ public final class a implements h { long j8 = this.f; j jVar = this.b; Objects.requireNonNull(jVar); - iVar2.f704s = new d(j8, jVar); + iVar2.f703s = new d(j8, jVar); MotionPhotoMetadata motionPhotoMetadata2 = this.g; Objects.requireNonNull(motionPhotoMetadata2); c(motionPhotoMetadata2); - this.f665c = 5; + this.f664c = 5; } else { a(); } @@ -251,9 +251,9 @@ public final class a implements h { @Override // c.i.a.c.a2.h public void g(long j, long j2) { if (j == 0) { - this.f665c = 0; + this.f664c = 0; this.j = null; - } else if (this.f665c == 5) { + } else if (this.f664c == 5) { c.i.a.c.a2.h0.i iVar = this.j; Objects.requireNonNull(iVar); iVar.g(j, j2); diff --git a/app/src/main/java/c/i/a/c/a2/e0/b.java b/app/src/main/java/c/i/a/c/a2/e0/b.java index 0f6c8b29e8..eede79435d 100644 --- a/app/src/main/java/c/i/a/c/a2/e0/b.java +++ b/app/src/main/java/c/i/a/c/a2/e0/b.java @@ -12,12 +12,12 @@ public final class b { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f666c; + public final long f665c; public a(String str, String str2, long j, long j2) { this.a = str; this.b = j; - this.f666c = j2; + this.f665c = j2; } } diff --git a/app/src/main/java/c/i/a/c/a2/e0/d.java b/app/src/main/java/c/i/a/c/a2/e0/d.java index 83d6fa8a46..7f4ede4bc8 100644 --- a/app/src/main/java/c/i/a/c/a2/e0/d.java +++ b/app/src/main/java/c/i/a/c/a2/e0/d.java @@ -27,11 +27,11 @@ public final class d implements j { t.a h = this.a.h(j); u uVar = h.a; long j2 = uVar.b; - long j3 = uVar.f766c; + long j3 = uVar.f765c; long j4 = d.this.i; u uVar2 = new u(j2, j3 + j4); u uVar3 = h.b; - return new t.a(uVar2, new u(uVar3.b, uVar3.f766c + j4)); + return new t.a(uVar2, new u(uVar3.b, uVar3.f765c + j4)); } @Override // c.i.a.c.a2.t diff --git a/app/src/main/java/c/i/a/c/a2/e0/e.java b/app/src/main/java/c/i/a/c/a2/e0/e.java index 41afa15787..489e7db00b 100644 --- a/app/src/main/java/c/i/a/c/a2/e0/e.java +++ b/app/src/main/java/c/i/a/c/a2/e0/e.java @@ -21,7 +21,7 @@ public final class e { public static final String[] b = {"Camera:MotionPhotoPresentationTimestampUs", "GCamera:MotionPhotoPresentationTimestampUs", "Camera:MicroVideoPresentationTimestampUs", "GCamera:MicroVideoPresentationTimestampUs"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f667c = {"Camera:MicroVideoOffset", "GCamera:MicroVideoOffset"}; + public static final String[] f666c = {"Camera:MicroVideoOffset", "GCamera:MicroVideoOffset"}; /* JADX WARNING: Code restructure failed: missing block: B:22:0x0069, code lost: if (r10 == -1) goto L_0x006b; @@ -36,13 +36,13 @@ public final class e { XmlPullParser newPullParser = XmlPullParserFactory.newInstance().newPullParser(); newPullParser.setInput(new StringReader(str)); newPullParser.next(); - if (AnimatableValueParser.y1(newPullParser, "x:xmpmeta")) { + if (AnimatableValueParser.z1(newPullParser, "x:xmpmeta")) { a aVar = u.j; u uVar = q0.k; long j2 = -9223372036854775807L; do { newPullParser.next(); - if (AnimatableValueParser.y1(newPullParser, "rdf:Description")) { + if (AnimatableValueParser.z1(newPullParser, "rdf:Description")) { String[] strArr = a; int length = strArr.length; int i = 0; @@ -75,7 +75,7 @@ public final class e { i2++; } } - String[] strArr3 = f667c; + String[] strArr3 = f666c; int length3 = strArr3.length; int i3 = 0; while (true) { @@ -96,12 +96,12 @@ public final class e { i3++; } j2 = j; - } else if (AnimatableValueParser.y1(newPullParser, "Container:Directory")) { + } else if (AnimatableValueParser.z1(newPullParser, "Container:Directory")) { uVar = b(newPullParser, "Container", "Item"); - } else if (AnimatableValueParser.y1(newPullParser, "GContainer:Directory")) { + } else if (AnimatableValueParser.z1(newPullParser, "GContainer:Directory")) { uVar = b(newPullParser, "GContainer", "GContainerItem"); } - } while (!AnimatableValueParser.j1(newPullParser, "x:xmpmeta")); + } while (!AnimatableValueParser.k1(newPullParser, "x:xmpmeta")); if (uVar.isEmpty()) { return null; } @@ -120,7 +120,7 @@ public final class e { int i = 0; do { xmlPullParser.next(); - if (AnimatableValueParser.y1(xmlPullParser, u)) { + if (AnimatableValueParser.z1(xmlPullParser, u)) { String u3 = c.d.b.a.a.u(str2, ":Mime"); String u4 = c.d.b.a.a.u(str2, ":Semantic"); String u5 = c.d.b.a.a.u(str2, ":Length"); @@ -140,7 +140,7 @@ public final class e { objArr[i] = aVar2; i = i2; } - } while (!AnimatableValueParser.j1(xmlPullParser, u2)); + } while (!AnimatableValueParser.k1(xmlPullParser, u2)); return u.l(objArr, i); } } diff --git a/app/src/main/java/c/i/a/c/a2/f0/b.java b/app/src/main/java/c/i/a/c/a2/f0/b.java index 7e58c104c9..c7aad6e1b5 100644 --- a/app/src/main/java/c/i/a/c/a2/f0/b.java +++ b/app/src/main/java/c/i/a/c/a2/f0/b.java @@ -9,7 +9,7 @@ public final class b implements d { public final ArrayDeque b = new ArrayDeque<>(); /* renamed from: c reason: collision with root package name */ - public final g f668c = new g(); + public final g f667c = new g(); public c d; public int e; public int f; diff --git a/app/src/main/java/c/i/a/c/a2/f0/e.java b/app/src/main/java/c/i/a/c/a2/f0/e.java index 80027d2f49..0108d6c21d 100644 --- a/app/src/main/java/c/i/a/c/a2/f0/e.java +++ b/app/src/main/java/c/i/a/c/a2/f0/e.java @@ -49,7 +49,7 @@ public class e implements h { public static final byte[] b = f0.w("Format: Start, End, ReadOrder, Layer, Style, Name, MarginL, MarginR, MarginV, Effect, Text"); /* renamed from: c reason: collision with root package name */ - public static final byte[] f669c = {68, 105, 97, 108, 111, 103, 117, 101, 58, 32, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44}; + public static final byte[] f668c = {68, 105, 97, 108, 111, 103, 117, 101, 58, 32, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44}; public static final UUID d = new UUID(72057594037932032L, -9223371306706625679L); public static final Map e; public boolean A; @@ -82,23 +82,23 @@ public class e implements h { public boolean Z; /* renamed from: a0 reason: collision with root package name */ - public boolean f670a0; + public boolean f669a0; /* renamed from: b0 reason: collision with root package name */ - public boolean f671b0; + public boolean f670b0; /* renamed from: c0 reason: collision with root package name */ - public int f672c0; + public int f671c0; /* renamed from: d0 reason: collision with root package name */ - public byte f673d0; + public byte f672d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f674e0; + public boolean f673e0; public final d f; /* renamed from: f0 reason: collision with root package name */ - public j f675f0; + public j f674f0; public final g g; public final SparseArray h; public final boolean i; @@ -113,21 +113,21 @@ public class e implements h { public final w r; /* renamed from: s reason: collision with root package name */ - public final w f676s; + public final w f675s; public ByteBuffer t; public long u; public long v = -1; public long w = -9223372036854775807L; /* renamed from: x reason: collision with root package name */ - public long f677x = -9223372036854775807L; + public long f676x = -9223372036854775807L; /* renamed from: y reason: collision with root package name */ - public long f678y = -9223372036854775807L; + public long f677y = -9223372036854775807L; @Nullable /* renamed from: z reason: collision with root package name */ - public c f679z; + public c f678z; /* compiled from: MatroskaExtractor */ public final class b implements c { @@ -166,7 +166,7 @@ public class e implements h { public String b; /* renamed from: c reason: collision with root package name */ - public int f680c; + public int f679c; public int d; public int e; public int f; @@ -184,20 +184,20 @@ public class e implements h { public int r = -1; /* renamed from: s reason: collision with root package name */ - public float f681s = 0.0f; + public float f680s = 0.0f; public float t = 0.0f; public float u = 0.0f; public byte[] v = null; public int w = -1; /* renamed from: x reason: collision with root package name */ - public boolean f682x = false; + public boolean f681x = false; /* renamed from: y reason: collision with root package name */ - public int f683y = -1; + public int f682y = -1; /* renamed from: z reason: collision with root package name */ - public int f684z = -1; + public int f683z = -1; public c() { } @@ -221,7 +221,7 @@ public class e implements h { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f685c; + public int f684c; public long d; public int e; public int f; @@ -229,9 +229,9 @@ public class e implements h { @RequiresNonNull({"#1.output"}) public void a(c cVar) { - if (this.f685c > 0) { + if (this.f684c > 0) { cVar.X.d(this.d, this.e, this.f, this.g, cVar.j); - this.f685c = 0; + this.f684c = 0; } } } @@ -262,7 +262,7 @@ public class e implements h { this.p = new c.i.a.c.i2.w(); this.q = new c.i.a.c.i2.w(8); this.r = new c.i.a.c.i2.w(); - this.f676s = new c.i.a.c.i2.w(); + this.f675s = new c.i.a.c.i2.w(); this.Q = new int[1]; } @@ -335,7 +335,7 @@ public class e implements h { @EnsuresNonNull({"currentTrack"}) public final void c(int i) throws ParserException { - if (this.f679z == null) { + if (this.f678z == null) { throw new ParserException(c.d.b.a.a.n("Element ", i, " must be in a TrackEntry")); } } @@ -373,7 +373,7 @@ public class e implements h { int i7 = this.p.b; while (true) { c.i.a.c.i2.w wVar = this.p; - if (i7 >= wVar.f921c) { + if (i7 >= wVar.f920c) { break; } else if (wVar.a[i7] == 0) { wVar.C(i7); @@ -384,14 +384,14 @@ public class e implements h { } c.i.a.c.a2.w wVar2 = cVar.X; c.i.a.c.i2.w wVar3 = this.p; - wVar2.c(wVar3, wVar3.f921c); - i4 = i2 + this.p.f921c; + wVar2.c(wVar3, wVar3.f920c); + i4 = i2 + this.p.f920c; if ((268435456 & i6) != 0) { if (this.P > 1) { i6 &= -268435457; } else { - c.i.a.c.i2.w wVar4 = this.f676s; - int i8 = wVar4.f921c; + c.i.a.c.i2.w wVar4 = this.f675s; + int i8 = wVar4.f920c; cVar.X.f(wVar4, i8, 2); i4 += i8; } @@ -405,9 +405,9 @@ public class e implements h { } cVar.X.d(j, i6, i4, i3, cVar.j); } else if (dVar.b) { - int i9 = dVar.f685c; + int i9 = dVar.f684c; int i10 = i9 + 1; - dVar.f685c = i10; + dVar.f684c = i10; if (i9 == 0) { dVar.d = j; dVar.e = i6; @@ -457,7 +457,7 @@ public class e implements h { b.C0086b peek = bVar.b.peek(); if (peek == null || iVar.getPosition() < peek.b) { if (bVar.e == 0) { - long c2 = bVar.f668c.c(iVar, r4, r3, 4); + long c2 = bVar.f667c.c(iVar, r4, r3, 4); if (c2 == -2) { iVar.k(); while (true) { @@ -482,7 +482,7 @@ public class e implements h { } } if (bVar.e == r4) { - bVar.g = bVar.f668c.c(iVar, r3, r4, 8); + bVar.g = bVar.f667c.c(iVar, r3, r4, 8); bVar.e = 2; } c cVar = bVar.d; @@ -606,23 +606,23 @@ public class e implements h { int i5 = bVar.f; long j2 = bVar.g; e eVar = e.this; - AnimatableValueParser.H(eVar.f675f0); + AnimatableValueParser.H(eVar.f674f0); if (i5 == 160) { i2 = 0; eVar.V = false; } else if (i5 == 174) { i2 = 0; - eVar.f679z = new c(null); + eVar.f678z = new c(null); } else if (i5 != 187) { if (i5 == 19899) { eVar.B = -1; eVar.C = -1; } else if (i5 == 20533) { eVar.c(i5); - eVar.f679z.h = true; + eVar.f678z.h = true; } else if (i5 == 21968) { eVar.c(i5); - eVar.f679z.f682x = true; + eVar.f678z.f681x = true; } else if (i5 == 408125543) { long j3 = eVar.v; if (j3 == -1 || j3 == position) { @@ -636,7 +636,7 @@ public class e implements h { eVar.I = new q(); } else if (i5 == 524531317 && !eVar.A) { if (!eVar.i || eVar.E == -1) { - eVar.f675f0.a(new t.b(eVar.f678y, 0)); + eVar.f674f0.a(new t.b(eVar.f677y, 0)); eVar.A = true; } else { eVar.D = true; @@ -661,22 +661,22 @@ public class e implements h { switch (i6) { case 131: eVar2.c(i6); - eVar2.f679z.d = (int) a3; + eVar2.f678z.d = (int) a3; break; case 136: eVar2.c(i6); - eVar2.f679z.V = a3 == 1; + eVar2.f678z.V = a3 == 1; break; case 155: eVar2.N = eVar2.m(a3); break; case 159: eVar2.c(i6); - eVar2.f679z.O = (int) a3; + eVar2.f678z.O = (int) a3; break; case 176: eVar2.c(i6); - eVar2.f679z.m = (int) a3; + eVar2.f678z.m = (int) a3; break; case 179: eVar2.a(i6); @@ -684,11 +684,11 @@ public class e implements h { break; case 186: eVar2.c(i6); - eVar2.f679z.n = (int) a3; + eVar2.f678z.n = (int) a3; break; case 215: eVar2.c(i6); - eVar2.f679z.f680c = (int) a3; + eVar2.f678z.f679c = (int) a3; break; case 231: eVar2.G = eVar2.m(a3); @@ -709,7 +709,7 @@ public class e implements h { break; case 16871: eVar2.c(i6); - eVar2.f679z.g = (int) a3; + eVar2.f678z.g = (int) a3; break; case 16980: if (a3 != 3) { @@ -745,53 +745,53 @@ public class e implements h { if (i7 != 1) { if (i7 != 3) { if (i7 == 15) { - eVar2.f679z.w = 3; + eVar2.f678z.w = 3; break; } } else { - eVar2.f679z.w = 1; + eVar2.f678z.w = 1; break; } } else { - eVar2.f679z.w = 2; + eVar2.f678z.w = 2; break; } } else { - eVar2.f679z.w = 0; + eVar2.f678z.w = 0; break; } break; case 21680: eVar2.c(i6); - eVar2.f679z.o = (int) a3; + eVar2.f678z.o = (int) a3; break; case 21682: eVar2.c(i6); - eVar2.f679z.q = (int) a3; + eVar2.f678z.q = (int) a3; break; case 21690: eVar2.c(i6); - eVar2.f679z.p = (int) a3; + eVar2.f678z.p = (int) a3; break; case 21930: eVar2.c(i6); - eVar2.f679z.U = a3 == 1; + eVar2.f678z.U = a3 == 1; break; case 21998: eVar2.c(i6); - eVar2.f679z.f = (int) a3; + eVar2.f678z.f = (int) a3; break; case 22186: eVar2.c(i6); - eVar2.f679z.R = a3; + eVar2.f678z.R = a3; break; case 22203: eVar2.c(i6); - eVar2.f679z.S = a3; + eVar2.f678z.S = a3; break; case 25188: eVar2.c(i6); - eVar2.f679z.P = (int) a3; + eVar2.f678z.P = (int) a3; break; case 30321: eVar2.c(i6); @@ -800,25 +800,25 @@ public class e implements h { if (i8 != 1) { if (i8 != 2) { if (i8 == 3) { - eVar2.f679z.r = 3; + eVar2.f678z.r = 3; break; } } else { - eVar2.f679z.r = 2; + eVar2.f678z.r = 2; break; } } else { - eVar2.f679z.r = 1; + eVar2.f678z.r = 1; break; } } else { - eVar2.f679z.r = 0; + eVar2.f678z.r = 0; break; } break; case 2352003: eVar2.c(i6); - eVar2.f679z.e = (int) a3; + eVar2.f678z.e = (int) a3; break; case 2807729: eVar2.w = a3; @@ -830,11 +830,11 @@ public class e implements h { int i9 = (int) a3; if (i9 != 1) { if (i9 == 2) { - eVar2.f679z.A = 1; + eVar2.f678z.A = 1; break; } } else { - eVar2.f679z.A = 2; + eVar2.f678z.A = 2; break; } break; @@ -843,42 +843,42 @@ public class e implements h { int i10 = (int) a3; if (i10 != 1) { if (i10 == 16) { - eVar2.f679z.f684z = 6; + eVar2.f678z.f683z = 6; break; } else if (i10 == 18) { - eVar2.f679z.f684z = 7; + eVar2.f678z.f683z = 7; break; } else if (i10 != 6) { } } - eVar2.f679z.f684z = 3; + eVar2.f678z.f683z = 3; break; case 21947: eVar2.c(i6); - c cVar4 = eVar2.f679z; - cVar4.f682x = true; + c cVar4 = eVar2.f678z; + cVar4.f681x = true; int i11 = (int) a3; if (i11 != 1) { if (i11 != 9) { if (i11 == 4 || i11 == 5 || i11 == 6 || i11 == 7) { - cVar4.f683y = 2; + cVar4.f682y = 2; break; } } else { - cVar4.f683y = 6; + cVar4.f682y = 6; break; } } else { - cVar4.f683y = 1; + cVar4.f682y = 1; break; } case 21948: eVar2.c(i6); - eVar2.f679z.B = (int) a3; + eVar2.f678z.B = (int) a3; break; case 21949: eVar2.c(i6); - eVar2.f679z.C = (int) a3; + eVar2.f678z.C = (int) a3; break; } break; @@ -920,14 +920,14 @@ public class e implements h { Objects.requireNonNull(eVar3); if (i12 == 134) { eVar3.c(i12); - eVar3.f679z.b = str; + eVar3.f678z.b = str; } else if (i12 != 17026) { if (i12 == 21358) { eVar3.c(i12); - eVar3.f679z.a = str; + eVar3.f678z.a = str; } else if (i12 == 2274716) { eVar3.c(i12); - eVar3.f679z.W = str; + eVar3.f678z.W = str; } } else if (!"webm".equals(str) && !"matroska".equals(str)) { throw new ParserException(c.d.b.a.a.v("DocType ", str, " not supported")); @@ -1118,7 +1118,7 @@ public class e implements h { } else if (i15 != 165) { if (i15 == 16877) { eVar4.c(i15); - c cVar8 = eVar4.f679z; + c cVar8 = eVar4.f678z; int i57 = cVar8.g; if (i57 == 1685485123 || i57 == 1685480259) { byte[] bArr3 = new byte[i16]; @@ -1130,13 +1130,13 @@ public class e implements h { } else if (i15 == 16981) { eVar4.c(i15); byte[] bArr4 = new byte[i16]; - eVar4.f679z.i = bArr4; + eVar4.f678z.i = bArr4; iVar.readFully(bArr4, r3, i16); } else if (i15 == 18402) { byte[] bArr5 = new byte[i16]; iVar.readFully(bArr5, r3, i16); eVar4.c(i15); - eVar4.f679z.j = new w.a(r4, bArr5, r3, r3); + eVar4.f678z.j = new w.a(r4, bArr5, r3, r3); } else if (i15 == 21419) { byte[] bArr6 = eVar4.n.a; byte b4 = r3 == true ? (byte) 1 : 0; @@ -1151,12 +1151,12 @@ public class e implements h { } else if (i15 == 25506) { eVar4.c(i15); byte[] bArr7 = new byte[i16]; - eVar4.f679z.k = bArr7; + eVar4.f678z.k = bArr7; iVar.readFully(bArr7, r3, i16); } else if (i15 == 30322) { eVar4.c(i15); byte[] bArr8 = new byte[i16]; - eVar4.f679z.v = bArr8; + eVar4.f678z.v = bArr8; iVar.readFully(bArr8, r3, i16); } else { throw new ParserException(c.d.b.a.a.l("Unexpected id: ", i15)); @@ -1166,13 +1166,13 @@ public class e implements h { if (eVar4.U != 4 || !"V_VP9".equals(cVar9.b)) { iVar.l(i16); } else { - c.i.a.c.i2.w wVar = eVar4.f676s; + c.i.a.c.i2.w wVar = eVar4.f675s; byte[] bArr9 = wVar.a; if (bArr9.length < i16) { bArr9 = new byte[i16]; } wVar.B(bArr9, i16); - iVar.readFully(eVar4.f676s.a, r3, i16); + iVar.readFully(eVar4.f675s.a, r3, i16); } } bVar.e = 0; @@ -1188,67 +1188,67 @@ public class e implements h { Objects.requireNonNull(eVar5); if (i58 == 181) { eVar5.c(i58); - eVar5.f679z.Q = (int) intBitsToFloat; + eVar5.f678z.Q = (int) intBitsToFloat; } else if (i58 != 17545) { switch (i58) { case 21969: eVar5.c(i58); - eVar5.f679z.D = (float) intBitsToFloat; + eVar5.f678z.D = (float) intBitsToFloat; break; case 21970: eVar5.c(i58); - eVar5.f679z.E = (float) intBitsToFloat; + eVar5.f678z.E = (float) intBitsToFloat; break; case 21971: eVar5.c(i58); - eVar5.f679z.F = (float) intBitsToFloat; + eVar5.f678z.F = (float) intBitsToFloat; break; case 21972: eVar5.c(i58); - eVar5.f679z.G = (float) intBitsToFloat; + eVar5.f678z.G = (float) intBitsToFloat; break; case 21973: eVar5.c(i58); - eVar5.f679z.H = (float) intBitsToFloat; + eVar5.f678z.H = (float) intBitsToFloat; break; case 21974: eVar5.c(i58); - eVar5.f679z.I = (float) intBitsToFloat; + eVar5.f678z.I = (float) intBitsToFloat; break; case 21975: eVar5.c(i58); - eVar5.f679z.J = (float) intBitsToFloat; + eVar5.f678z.J = (float) intBitsToFloat; break; case 21976: eVar5.c(i58); - eVar5.f679z.K = (float) intBitsToFloat; + eVar5.f678z.K = (float) intBitsToFloat; break; case 21977: eVar5.c(i58); - eVar5.f679z.L = (float) intBitsToFloat; + eVar5.f678z.L = (float) intBitsToFloat; break; case 21978: eVar5.c(i58); - eVar5.f679z.M = (float) intBitsToFloat; + eVar5.f678z.M = (float) intBitsToFloat; break; default: switch (i58) { case 30323: eVar5.c(i58); - eVar5.f679z.f681s = (float) intBitsToFloat; + eVar5.f678z.f680s = (float) intBitsToFloat; break; case 30324: eVar5.c(i58); - eVar5.f679z.t = (float) intBitsToFloat; + eVar5.f678z.t = (float) intBitsToFloat; break; case 30325: eVar5.c(i58); - eVar5.f679z.u = (float) intBitsToFloat; + eVar5.f678z.u = (float) intBitsToFloat; break; } } } else { - eVar5.f677x = (long) intBitsToFloat; + eVar5.f676x = (long) intBitsToFloat; } bVar.e = r3; } else { @@ -1306,7 +1306,7 @@ public class e implements h { @Override // c.i.a.c.a2.h public final void f(j jVar) { - this.f675f0 = jVar; + this.f674f0 = jVar; } @Override // c.i.a.c.a2.h @@ -1317,18 +1317,18 @@ public class e implements h { b bVar = (b) this.f; bVar.e = 0; bVar.b.clear(); - g gVar = bVar.f668c; - gVar.f686c = 0; + g gVar = bVar.f667c; + gVar.f685c = 0; gVar.d = 0; g gVar2 = this.g; - gVar2.f686c = 0; + gVar2.f685c = 0; gVar2.d = 0; l(); for (int i = 0; i < this.h.size(); i++) { d dVar = this.h.valueAt(i).T; if (dVar != null) { dVar.b = false; - dVar.f685c = 0; + dVar.f684c = 0; } } } @@ -1384,11 +1384,11 @@ public class e implements h { int i10; int i11; e eVar = this; - AnimatableValueParser.H(eVar.f675f0); + AnimatableValueParser.H(eVar.f674f0); int i12 = 0; if (i != 160) { if (i == 174) { - c cVar = eVar.f679z; + c cVar = eVar.f678z; AnimatableValueParser.H(cVar); String str8 = cVar.b; if (str8 != null) { @@ -1661,8 +1661,8 @@ public class e implements h { break; } if (z2) { - j jVar = eVar.f675f0; - int i13 = cVar.f680c; + j jVar = eVar.f674f0; + int i13 = cVar.f679c; String str9 = cVar.b; str9.hashCode(); switch (str9.hashCode()) { @@ -1923,9 +1923,9 @@ public class e implements h { int i14 = (cVar.V ? 1 : 0) | 0 | (!cVar.U ? 2 : 0); bVar = new Format.b(); if (!c.i.a.c.i2.s.h(str12)) { - bVar.f2282x = cVar.O; - bVar.f2283y = cVar.Q; - bVar.f2284z = i3; + bVar.f2280x = cVar.O; + bVar.f2281y = cVar.Q; + bVar.f2282z = i3; i4 = 1; } else if (c.i.a.c.i2.s.j(str12)) { if (cVar.q == 0) { @@ -1948,7 +1948,7 @@ public class e implements h { if (!(i17 == i5 || (i7 = cVar.p) == i5)) { f = ((float) (cVar.n * i17)) / ((float) (cVar.m * i7)); } - if (cVar.f682x) { + if (cVar.f681x) { if (cVar.D == -1.0f || cVar.E == -1.0f || cVar.F == -1.0f || cVar.G == -1.0f || cVar.H == -1.0f || cVar.I == -1.0f || cVar.J == -1.0f || cVar.K == -1.0f || cVar.L == -1.0f || cVar.M == -1.0f) { bArr = null; } else { @@ -1968,7 +1968,7 @@ public class e implements h { order.putShort((short) cVar.B); order.putShort((short) cVar.C); } - colorInfo = new ColorInfo(cVar.f683y, cVar.A, cVar.f684z, bArr); + colorInfo = new ColorInfo(cVar.f682y, cVar.A, cVar.f683z, bArr); } else { colorInfo = null; } @@ -1977,7 +1977,7 @@ public class e implements h { Map map = e; if (map.containsKey(str13)) { i6 = map.get(cVar.a).intValue(); - if (cVar.r == 0 && Float.compare(cVar.f681s, 0.0f) == 0 && Float.compare(cVar.t, 0.0f) == 0) { + if (cVar.r == 0 && Float.compare(cVar.f680s, 0.0f) == 0 && Float.compare(cVar.t, 0.0f) == 0) { if (Float.compare(cVar.u, 0.0f) != 0) { i6 = 0; } else if (Float.compare(cVar.t, 90.0f) == 0) { @@ -1991,7 +1991,7 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.f2281s = i6; + bVar.f2279s = i6; bVar.u = cVar.v; bVar.v = cVar.w; bVar.w = colorInfo; @@ -2004,7 +2004,7 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.f2281s = i6; + bVar.f2279s = i6; bVar.u = cVar.v; bVar.v = cVar.w; bVar.w = colorInfo; @@ -2021,17 +2021,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 2: c.i.a.c.i2.w wVar = new c.i.a.c.i2.w(cVar.a(cVar.b)); @@ -2071,17 +2071,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; } else { c.d.b.a.a.l0("Non-PCM MS/ACM is unsupported. Setting mimeType to ", str11, "MatroskaExtractor"); @@ -2110,17 +2110,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); } z3 = true; if (!z3) { @@ -2149,17 +2149,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); } catch (ArrayIndexOutOfBoundsException unused) { throw new ParserException("Error parsing MS/ACM codec private"); } @@ -2188,17 +2188,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 4: byte[] a4 = cVar.a(cVar.b); @@ -2253,17 +2253,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; } else { throw new ParserException("Error parsing vorbis codec private"); @@ -2305,17 +2305,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 6: str6 = "audio/mpeg"; @@ -2342,17 +2342,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 7: byte[] a5 = cVar.a(cVar.b); @@ -2399,17 +2399,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; } catch (ArrayIndexOutOfBoundsException unused3) { throw new ParserException("Error parsing FourCC private data"); @@ -2443,17 +2443,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case '\n': c.i.a.c.j2.j b2 = c.i.a.c.j2.j.b(new c.i.a.c.i2.w(cVar.a(cVar.b))); @@ -2481,17 +2481,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 11: str7 = "application/vobsub"; @@ -2519,17 +2519,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case '\f': str10 = "audio/vnd.dts.hd"; @@ -2557,24 +2557,24 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case '\r': List singletonList = Collections.singletonList(cVar.a(cVar.b)); k.b d2 = c.i.a.c.v1.k.d(cVar.k); cVar.Q = d2.a; cVar.O = d2.b; - str2 = d2.f999c; + str2 = d2.f998c; str5 = "audio/mp4a-latm"; list5 = singletonList; i8 = -1; @@ -2596,17 +2596,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 14: str10 = "audio/ac3"; @@ -2634,17 +2634,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 15: case 21: @@ -2673,17 +2673,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 16: str10 = "video/av01"; @@ -2711,17 +2711,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 17: str10 = "video/x-vnd.on2.vp8"; @@ -2749,17 +2749,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 18: str10 = "video/x-vnd.on2.vp9"; @@ -2787,17 +2787,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 19: str10 = "application/pgs"; @@ -2825,17 +2825,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 20: str11 = str10; @@ -2862,17 +2862,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 22: if (cVar.P == 32) { @@ -2892,17 +2892,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; } else { StringBuilder P2 = c.d.b.a.a.P("Unsupported floating point PCM bit depth: "); @@ -2933,17 +2933,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); } break; case 23: @@ -2979,17 +2979,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; } else { i3 = 268435456; @@ -3009,17 +3009,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 24: i3 = f0.r(cVar.P); @@ -3052,17 +3052,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; } i2 = -1; @@ -3080,17 +3080,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 25: byte[] bArr7 = b; @@ -3122,23 +3122,23 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 26: m a7 = m.a(new c.i.a.c.i2.w(cVar.a(cVar.b))); list2 = a7.a; cVar.Y = a7.b; - str4 = a7.f929c; + str4 = a7.f928c; str3 = "video/hevc"; i8 = -1; str12 = str3; @@ -3160,17 +3160,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 27: str10 = "application/x-subrip"; @@ -3198,17 +3198,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 28: str10 = "video/mpeg2"; @@ -3236,17 +3236,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 29: str10 = "audio/eac3"; @@ -3274,17 +3274,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 30: str7 = "audio/flac"; @@ -3312,17 +3312,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; case 31: ArrayList arrayList4 = new ArrayList(3); @@ -3354,23 +3354,23 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2280c = cVar.W; + bVar.f2278c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f680c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f679c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f680c, cVar); + eVar.h.put(cVar.f679c, cVar); break; default: throw new ParserException("Unrecognized codec identifier."); } } - eVar.f679z = null; + eVar.f678z = null; return; } throw new ParserException("CodecId is missing in TrackEntry element"); @@ -3389,7 +3389,7 @@ public class e implements h { throw new ParserException("Mandatory element SeekID or SeekPosition not found"); } else if (i == 25152) { c(i); - c cVar2 = eVar.f679z; + c cVar2 = eVar.f678z; if (cVar2.h) { w.a aVar2 = cVar2.j; if (aVar2 != null) { @@ -3400,7 +3400,7 @@ public class e implements h { } } else if (i == 28032) { c(i); - c cVar3 = eVar.f679z; + c cVar3 = eVar.f678z; if (cVar3.h && cVar3.i != null) { throw new ParserException("Combining encryption and compression is not supported"); } @@ -3408,18 +3408,18 @@ public class e implements h { if (eVar.w == -9223372036854775807L) { eVar.w = 1000000; } - long j3 = eVar.f677x; + long j3 = eVar.f676x; if (j3 != -9223372036854775807L) { - eVar.f678y = eVar.m(j3); + eVar.f677y = eVar.m(j3); } } else if (i != 374648427) { if (i == 475249515) { if (!eVar.A) { - j jVar2 = eVar.f675f0; + j jVar2 = eVar.f674f0; q qVar = eVar.H; q qVar2 = eVar.I; - if (eVar.v == -1 || eVar.f678y == -9223372036854775807L || qVar == null || (i10 = qVar.a) == 0 || qVar2 == null || qVar2.a != i10) { - tVar = new t.b(eVar.f678y, 0); + if (eVar.v == -1 || eVar.f677y == -9223372036854775807L || qVar == null || (i10 = qVar.a) == 0 || qVar2 == null || qVar2.a != i10) { + tVar = new t.b(eVar.f677y, 0); } else { int[] iArr = new int[i10]; long[] jArr = new long[i10]; @@ -3440,7 +3440,7 @@ public class e implements h { i12 = i31; } iArr[i11] = (int) ((eVar.v + eVar.u) - jArr[i11]); - jArr2[i11] = eVar.f678y - jArr3[i11]; + jArr2[i11] = eVar.f677y - jArr3[i11]; long j4 = jArr2[i11]; if (j4 <= 0) { Log.w("MatroskaExtractor", "Discarding last cue point with unexpected duration: " + j4); @@ -3458,7 +3458,7 @@ public class e implements h { eVar.I = null; } } else if (eVar.h.size() != 0) { - eVar.f675f0.j(); + eVar.f674f0.j(); } else { throw new ParserException("No valid tracks were found"); } @@ -3488,14 +3488,14 @@ public class e implements h { public final void k(i iVar, int i) throws IOException { c.i.a.c.i2.w wVar = this.l; - if (wVar.f921c < i) { + if (wVar.f920c < i) { byte[] bArr = wVar.a; if (bArr.length < i) { wVar.b(Math.max(bArr.length * 2, i)); } c.i.a.c.i2.w wVar2 = this.l; byte[] bArr2 = wVar2.a; - int i2 = wVar2.f921c; + int i2 = wVar2.f920c; iVar.readFully(bArr2, i2, i - i2); this.l.C(i); } @@ -3506,11 +3506,11 @@ public class e implements h { this.X = 0; this.Y = 0; this.Z = false; - this.f670a0 = false; - this.f671b0 = false; - this.f672c0 = 0; - this.f673d0 = 0; - this.f674e0 = false; + this.f669a0 = false; + this.f670b0 = false; + this.f671c0 = 0; + this.f672d0 = 0; + this.f673e0 = false; this.o.z(0); } @@ -3532,7 +3532,7 @@ public class e implements h { l(); return i4; } else if ("S_TEXT/ASS".equals(cVar.b)) { - o(iVar, f669c, i); + o(iVar, f668c, i); int i5 = this.X; l(); return i5; @@ -3543,25 +3543,25 @@ public class e implements h { if (cVar.h) { this.T &= -1073741825; int i6 = 128; - if (!this.f670a0) { + if (!this.f669a0) { iVar.readFully(this.l.a, 0, 1); this.W++; byte[] bArr = this.l.a; if ((bArr[0] & 128) != 128) { - this.f673d0 = bArr[0]; - this.f670a0 = true; + this.f672d0 = bArr[0]; + this.f669a0 = true; } else { throw new ParserException("Extension bit is set in signal byte"); } } - byte b2 = this.f673d0; + byte b2 = this.f672d0; if ((b2 & 1) == 1) { boolean z2 = (b2 & 2) == 2; this.T |= BasicMeasure.EXACTLY; - if (!this.f674e0) { + if (!this.f673e0) { iVar.readFully(this.q.a, 0, 8); this.W += 8; - this.f674e0 = true; + this.f673e0 = true; c.i.a.c.i2.w wVar2 = this.l; byte[] bArr2 = wVar2.a; if (!z2) { @@ -3576,18 +3576,18 @@ public class e implements h { this.X += 8; } if (z2) { - if (!this.f671b0) { + if (!this.f670b0) { iVar.readFully(this.l.a, 0, 1); this.W++; this.l.D(0); - this.f672c0 = this.l.s(); - this.f671b0 = true; + this.f671c0 = this.l.s(); + this.f670b0 = true; } - int i7 = this.f672c0 * 4; + int i7 = this.f671c0 * 4; this.l.z(i7); iVar.readFully(this.l.a, 0, i7); this.W += i7; - short s2 = (short) ((this.f672c0 / 2) + 1); + short s2 = (short) ((this.f671c0 / 2) + 1); int i8 = (s2 * 6) + 2; ByteBuffer byteBuffer = this.t; if (byteBuffer == null || byteBuffer.capacity() < i8) { @@ -3598,7 +3598,7 @@ public class e implements h { int i9 = 0; int i10 = 0; while (true) { - i3 = this.f672c0; + i3 = this.f671c0; if (i9 >= i3) { break; } @@ -3629,13 +3629,13 @@ public class e implements h { c.i.a.c.i2.w wVar3 = this.o; int length = bArr3.length; wVar3.a = bArr3; - wVar3.f921c = length; + wVar3.f920c = length; wVar3.b = 0; } } if (cVar.f > 0) { this.T |= 268435456; - this.f676s.z(0); + this.f675s.z(0); this.l.z(4); c.i.a.c.i2.w wVar4 = this.l; byte[] bArr4 = wVar4.a; @@ -3648,10 +3648,10 @@ public class e implements h { } this.Z = true; } - int i12 = i + this.o.f921c; + int i12 = i + this.o.f920c; if (!"V_MPEG4/ISO/AVC".equals(cVar.b) && !"V_MPEGH/ISO/HEVC".equals(cVar.b)) { if (cVar.T != null) { - AnimatableValueParser.D(this.o.f921c == 0); + AnimatableValueParser.D(this.o.f920c == 0); d dVar = cVar.T; if (!dVar.b) { iVar.n(dVar.a, 0, 10); diff --git a/app/src/main/java/c/i/a/c/a2/f0/g.java b/app/src/main/java/c/i/a/c/a2/f0/g.java index 08317c2d0a..9dda6dadc1 100644 --- a/app/src/main/java/c/i/a/c/a2/f0/g.java +++ b/app/src/main/java/c/i/a/c/a2/f0/g.java @@ -8,7 +8,7 @@ public final class g { public final byte[] b = new byte[8]; /* renamed from: c reason: collision with root package name */ - public int f686c; + public int f685c; public int d; public static long a(byte[] bArr, int i, boolean z2) { @@ -37,27 +37,27 @@ public final class g { } public long c(i iVar, boolean z2, boolean z3, int i) throws IOException { - if (this.f686c == 0) { + if (this.f685c == 0) { if (!iVar.c(this.b, 0, 1, z2)) { return -1; } int b = b(this.b[0] & 255); this.d = b; if (b != -1) { - this.f686c = 1; + this.f685c = 1; } else { throw new IllegalStateException("No valid varint length mask found"); } } int i2 = this.d; if (i2 > i) { - this.f686c = 0; + this.f685c = 0; return -2; } if (i2 != 1) { iVar.readFully(this.b, 1, i2 - 1); } - this.f686c = 0; + this.f685c = 0; return a(this.b, this.d, z3); } } diff --git a/app/src/main/java/c/i/a/c/a2/g0/c.java b/app/src/main/java/c/i/a/c/a2/g0/c.java index 3187884571..e149a46f35 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/c.java +++ b/app/src/main/java/c/i/a/c/a2/g0/c.java @@ -5,7 +5,7 @@ import c.i.a.c.v1.z; /* compiled from: ConstantBitrateSeeker */ public final class c extends d implements g { public c(long j, long j2, z.a aVar) { - super(j, j2, aVar.f, aVar.f1014c); + super(j, j2, aVar.f, aVar.f1013c); } @Override // c.i.a.c.a2.g0.g diff --git a/app/src/main/java/c/i/a/c/a2/g0/d.java b/app/src/main/java/c/i/a/c/a2/g0/d.java index b4f0e75961..3097c4d49b 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/d.java +++ b/app/src/main/java/c/i/a/c/a2/g0/d.java @@ -10,7 +10,7 @@ public final class d implements g { public final q b; /* renamed from: c reason: collision with root package name */ - public final q f687c; + public final q f686c; public long d; public d(long j, long j2, long j3) { @@ -19,7 +19,7 @@ public final class d implements g { q qVar = new q(); this.b = qVar; q qVar2 = new q(); - this.f687c = qVar2; + this.f686c = qVar2; qVar.a(0); qVar2.a(j2); } @@ -41,19 +41,19 @@ public final class d implements g { @Override // c.i.a.c.a2.g0.g public long d(long j) { - return this.b.b(f0.c(this.f687c, j, true, true)); + return this.b.b(f0.c(this.f686c, j, true, true)); } @Override // c.i.a.c.a2.t public t.a h(long j) { int c2 = f0.c(this.b, j, true, true); long b = this.b.b(c2); - u uVar = new u(b, this.f687c.b(c2)); + u uVar = new u(b, this.f686c.b(c2)); if (b != j) { q qVar = this.b; if (c2 != qVar.a - 1) { int i = c2 + 1; - return new t.a(uVar, new u(qVar.b(i), this.f687c.b(i))); + return new t.a(uVar, new u(qVar.b(i), this.f686c.b(i))); } } return new t.a(uVar); diff --git a/app/src/main/java/c/i/a/c/a2/g0/e.java b/app/src/main/java/c/i/a/c/a2/g0/e.java index 39a9905eef..c6797b08d8 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/e.java +++ b/app/src/main/java/c/i/a/c/a2/g0/e.java @@ -12,12 +12,12 @@ public final class e implements g { public final long[] b; /* renamed from: c reason: collision with root package name */ - public final long f688c; + public final long f687c; public e(long[] jArr, long[] jArr2, long j) { this.a = jArr; this.b = jArr2; - this.f688c = j == -9223372036854775807L ? h0.a(jArr2[jArr2.length - 1]) : j; + this.f687c = j == -9223372036854775807L ? h0.a(jArr2[jArr2.length - 1]) : j; } public static Pair b(long j, long[] jArr, long[] jArr2) { @@ -49,12 +49,12 @@ public final class e implements g { @Override // c.i.a.c.a2.t public t.a h(long j) { - Pair b = b(h0.b(f0.i(j, 0, this.f688c)), this.b, this.a); + Pair b = b(h0.b(f0.i(j, 0, this.f687c)), this.b, this.a); return new t.a(new u(h0.a(((Long) b.first).longValue()), ((Long) b.second).longValue())); } @Override // c.i.a.c.a2.t public long i() { - return this.f688c; + return this.f687c; } } diff --git a/app/src/main/java/c/i/a/c/a2/g0/f.java b/app/src/main/java/c/i/a/c/a2/g0/f.java index eb520dd70c..f0e5ca77f5 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/f.java +++ b/app/src/main/java/c/i/a/c/a2/g0/f.java @@ -31,7 +31,7 @@ public final class f implements h { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f689c; + public final long f688c; public final w d; public final z.a e; public final p f; @@ -50,7 +50,7 @@ public final class f implements h { public g r; /* renamed from: s reason: collision with root package name */ - public boolean f690s; + public boolean f689s; public boolean t; public long u; @@ -64,7 +64,7 @@ public final class f implements h { public f(int i) { this.b = i; - this.f689c = -9223372036854775807L; + this.f688c = -9223372036854775807L; this.d = new w(10); this.e = new z.a(); this.f = new p(); @@ -161,8 +161,8 @@ public final class f implements h { } } if (this.r == null) { - w wVar = new w(this.e.f1014c); - iVar5.n(wVar.a, 0, this.e.f1014c); + w wVar = new w(this.e.f1013c); + iVar5.n(wVar.a, 0, this.e.f1013c); z.a aVar = this.e; int i6 = 21; if ((aVar.a & 1) != 0) { @@ -172,7 +172,7 @@ public final class f implements h { } else if (aVar.e == 1) { i6 = 13; } - if (wVar.f921c >= i6 + 4) { + if (wVar.f920c >= i6 + 4) { wVar.D(i6); i2 = wVar.f(); if (i2 != 1483304551) { @@ -193,7 +193,7 @@ public final class f implements h { i3 = i6; long E = f0.E((long) v, ((long) i7) * 1000000, (long) i8); if ((f & 6) != 6) { - iVar4 = new i(position, aVar2.f1014c, E, -1, null); + iVar4 = new i(position, aVar2.f1013c, E, -1, null); } else { long t = wVar.t(); long[] jArr = new long[100]; @@ -208,13 +208,13 @@ public final class f implements h { Log.w("XingSeeker", S.toString()); } } - iVar4 = new i(position, aVar2.f1014c, E, t, jArr); + iVar4 = new i(position, aVar2.f1013c, E, t, jArr); } iVar3 = iVar4; } if (iVar3 != null) { p pVar = fVar.f; - if (!((pVar.b == -1 || pVar.f764c == -1) ? false : true)) { + if (!((pVar.b == -1 || pVar.f763c == -1) ? false : true)) { iVar.k(); iVar5 = iVar; iVar5.g(i3 + 141); @@ -227,9 +227,9 @@ public final class f implements h { int i11 = u & 4095; if (i10 > 0 || i11 > 0) { pVar2.b = i10; - pVar2.f764c = i11; + pVar2.f763c = i11; } - iVar5.l(fVar.e.f1014c); + iVar5.l(fVar.e.f1013c); hVar = iVar3; if (iVar3 != null) { boolean c2 = iVar3.c(); @@ -244,7 +244,7 @@ public final class f implements h { } } iVar5 = iVar; - iVar5.l(fVar.e.f1014c); + iVar5.l(fVar.e.f1013c); hVar = iVar3; if (iVar3 != null) { } @@ -262,7 +262,7 @@ public final class f implements h { int x3 = wVar.x(); int x4 = wVar.x(); wVar.E(2); - long j4 = position2 + ((long) aVar3.f1014c); + long j4 = position2 + ((long) aVar3.f1013c); long[] jArr2 = new long[x2]; long[] jArr3 = new long[x2]; int i13 = 0; @@ -296,13 +296,13 @@ public final class f implements h { } } fVar = this; - iVar.l(fVar.e.f1014c); + iVar.l(fVar.e.f1013c); iVar5 = iVar; hVar2 = hVar3; } hVar3 = null; fVar = this; - iVar.l(fVar.e.f1014c); + iVar.l(fVar.e.f1013c); iVar5 = iVar; hVar2 = hVar3; } else { @@ -344,13 +344,13 @@ public final class f implements h { i14++; } } - if (!fVar.f690s) { + if (!fVar.f689s) { iVar2 = new g.a(); } else { i iVar6 = hVar; if ((fVar.b & 2) != 0) { if (eVar != null) { - d = eVar.f688c; + d = eVar.f687c; } else if (hVar != null) { j2 = hVar.i(); j = hVar.a(); @@ -382,17 +382,17 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2282x = aVar4.e; - bVar.f2283y = aVar4.d; + bVar.f2280x = aVar4.e; + bVar.f2281y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f764c; + bVar.B = pVar3.f763c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); } eVar = null; - if (!fVar.f690s) { + if (!fVar.f689s) { } fVar.r = iVar2; fVar.i.a(iVar2); @@ -401,16 +401,16 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2282x = aVar4.e; - bVar.f2283y = aVar4.d; + bVar.f2280x = aVar4.e; + bVar.f2281y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f764c; + bVar.B = pVar3.f763c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); } - if (wVar.f921c >= 40) { + if (wVar.f920c >= 40) { wVar.D(36); if (wVar.f() == 1447187017) { i2 = 1447187017; @@ -431,7 +431,7 @@ public final class f implements h { if (iVar3 != null) { } iVar5 = iVar; - iVar5.l(fVar.e.f1014c); + iVar5.l(fVar.e.f1013c); hVar = iVar3; if (iVar3 != null) { } @@ -440,7 +440,7 @@ public final class f implements h { if (metadata != null) { } eVar = null; - if (!fVar.f690s) { + if (!fVar.f689s) { } fVar.r = iVar2; fVar.i.a(iVar2); @@ -449,11 +449,11 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2282x = aVar4.e; - bVar.f2283y = aVar4.d; + bVar.f2280x = aVar4.e; + bVar.f2281y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f764c; + bVar.B = pVar3.f763c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); @@ -477,7 +477,7 @@ public final class f implements h { if (iVar3 != null) { } iVar5 = iVar; - iVar5.l(fVar.e.f1014c); + iVar5.l(fVar.e.f1013c); hVar = iVar3; if (iVar3 != null) { } @@ -486,7 +486,7 @@ public final class f implements h { if (metadata != null) { } eVar = null; - if (!fVar.f690s) { + if (!fVar.f689s) { } fVar.r = iVar2; fVar.i.a(iVar2); @@ -495,11 +495,11 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2282x = aVar4.e; - bVar.f2283y = aVar4.d; + bVar.f2280x = aVar4.e; + bVar.f2281y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f764c; + bVar.B = pVar3.f763c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); @@ -535,20 +535,20 @@ public final class f implements h { fVar.e.a(f3); if (fVar.n == -9223372036854775807L) { fVar.n = fVar.r.d(iVar.getPosition()); - if (fVar.f689c != -9223372036854775807L) { - fVar.n = (fVar.f689c - fVar.r.d(0)) + fVar.n; + if (fVar.f688c != -9223372036854775807L) { + fVar.n = (fVar.f688c - fVar.r.d(0)) + fVar.n; } } z.a aVar5 = fVar.e; - fVar.q = aVar5.f1014c; + fVar.q = aVar5.f1013c; g gVar2 = fVar.r; if (gVar2 instanceof d) { d dVar = (d) gVar2; long a3 = fVar.a(fVar.o + ((long) aVar5.g)); - long position5 = iVar.getPosition() + ((long) fVar.e.f1014c); + long position5 = iVar.getPosition() + ((long) fVar.e.f1013c); if (!dVar.b(a3)) { dVar.b.a(a3); - dVar.f687c.a(position5); + dVar.f686c.a(position5); } if (fVar.t && dVar.b(fVar.u)) { fVar.t = false; @@ -567,7 +567,7 @@ public final class f implements h { int i18 = fVar.q - b3; fVar.q = i18; if (i18 <= 0) { - fVar.k.d(fVar.a(fVar.o), 1, fVar.e.f1014c, 0, null); + fVar.k.d(fVar.a(fVar.o), 1, fVar.e.f1013c, 0, null); fVar.o += (long) fVar.e.g; fVar.q = 0; } diff --git a/app/src/main/java/c/i/a/c/a2/g0/h.java b/app/src/main/java/c/i/a/c/a2/g0/h.java index e9c64e4442..26a7d01a3f 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/h.java +++ b/app/src/main/java/c/i/a/c/a2/g0/h.java @@ -9,13 +9,13 @@ public final class h implements g { public final long[] b; /* renamed from: c reason: collision with root package name */ - public final long f691c; + public final long f690c; public final long d; public h(long[] jArr, long[] jArr2, long j, long j2) { this.a = jArr; this.b = jArr2; - this.f691c = j; + this.f690c = j; this.d = j2; } @@ -50,6 +50,6 @@ public final class h implements g { @Override // c.i.a.c.a2.t public long i() { - return this.f691c; + return this.f690c; } } diff --git a/app/src/main/java/c/i/a/c/a2/g0/i.java b/app/src/main/java/c/i/a/c/a2/g0/i.java index 550604ea71..632756cb97 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/i.java +++ b/app/src/main/java/c/i/a/c/a2/g0/i.java @@ -12,7 +12,7 @@ public final class i implements g { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f692c; + public final long f691c; public final long d; public final long e; @Nullable @@ -21,7 +21,7 @@ public final class i implements g { public i(long j, int i, long j2, long j3, @Nullable long[] jArr) { this.a = j; this.b = i; - this.f692c = j2; + this.f691c = j2; this.f = jArr; this.d = j3; this.e = j3 != -1 ? j + j3 : -1; @@ -47,7 +47,7 @@ public final class i implements g { AnimatableValueParser.H(jArr); double d = (((double) j2) * 256.0d) / ((double) this.d); int e = f0.e(jArr, (long) d, true, true); - long j3 = this.f692c; + long j3 = this.f691c; long j4 = (((long) e) * j3) / 100; long j5 = jArr[e]; int i = e + 1; @@ -61,8 +61,8 @@ public final class i implements g { if (!c()) { return new t.a(new u(0, this.a + ((long) this.b))); } - long i = f0.i(j, 0, this.f692c); - double d = (((double) i) * 100.0d) / ((double) this.f692c); + long i = f0.i(j, 0, this.f691c); + double d = (((double) i) * 100.0d) / ((double) this.f691c); double d2 = ShadowDrawableWrapper.COS_45; if (d > ShadowDrawableWrapper.COS_45) { if (d >= 100.0d) { @@ -81,6 +81,6 @@ public final class i implements g { @Override // c.i.a.c.a2.t public long i() { - return this.f692c; + return this.f691c; } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/d.java b/app/src/main/java/c/i/a/c/a2/h0/d.java index ea123f7426..d979589112 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/d.java +++ b/app/src/main/java/c/i/a/c/a2/h0/d.java @@ -14,7 +14,7 @@ public abstract class d { public final long b; /* renamed from: c reason: collision with root package name */ - public final List f693c = new ArrayList(); + public final List f692c = new ArrayList(); public final List d = new ArrayList(); public a(int i, long j) { @@ -36,9 +36,9 @@ public abstract class d { @Nullable public b c(int i) { - int size = this.f693c.size(); + int size = this.f692c.size(); for (int i2 = 0; i2 < size; i2++) { - b bVar = this.f693c.get(i2); + b bVar = this.f692c.get(i2); if (bVar.a == i) { return bVar; } @@ -48,7 +48,7 @@ public abstract class d { @Override // c.i.a.c.a2.h0.d public String toString() { - return d.a(this.a) + " leaves: " + Arrays.toString(this.f693c.toArray()) + " containers: " + Arrays.toString(this.d.toArray()); + return d.a(this.a) + " leaves: " + Arrays.toString(this.f692c.toArray()) + " containers: " + Arrays.toString(this.d.toArray()); } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/e.java b/app/src/main/java/c/i/a/c/a2/h0/e.java index ad8f965b5c..58a1434d06 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/e.java +++ b/app/src/main/java/c/i/a/c/a2/h0/e.java @@ -44,11 +44,11 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f694c; + public final w f693c; public b(d.b bVar, Format format) { w wVar = bVar.b; - this.f694c = wVar; + this.f693c = wVar; wVar.D(12); int v = wVar.v(); if ("audio/raw".equals(format.t)) { @@ -75,7 +75,7 @@ public final class e { @Override // c.i.a.c.a2.h0.e.a public int c() { int i = this.a; - return i == -1 ? this.f694c.v() : i; + return i == -1 ? this.f693c.v() : i; } } @@ -85,7 +85,7 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f695c; + public final int f694c; public int d; public int e; @@ -93,7 +93,7 @@ public final class e { w wVar = bVar.b; this.a = wVar; wVar.D(12); - this.f695c = wVar.v() & 255; + this.f694c = wVar.v() & 255; this.b = wVar.v(); } @@ -109,7 +109,7 @@ public final class e { @Override // c.i.a.c.a2.h0.e.a public int c() { - int i = this.f695c; + int i = this.f694c; if (i == 8) { return this.a.s(); } @@ -598,27 +598,27 @@ public final class e { i5 = i37; iArr2 = iArr10; } - long E = f0.E(j, 1000000, mVar2.f710c); + long E = f0.E(j, 1000000, mVar2.f709c); jArr3 = mVar2.h; if (jArr3 != null) { - f0.F(jArr2, 1000000, mVar2.f710c); + f0.F(jArr2, 1000000, mVar2.f709c); return new p(mVar, jArr, iArr, i5, jArr2, iArr2, E); } if (jArr3.length == 1 && mVar2.b == 1 && jArr2.length >= 2) { long[] jArr7 = mVar2.i; Objects.requireNonNull(jArr7); long j8 = jArr7[0]; - long E2 = f0.E(mVar2.h[0], mVar2.f710c, mVar2.d) + j8; + long E2 = f0.E(mVar2.h[0], mVar2.f709c, mVar2.d) + j8; int length = jArr2.length - 1; i10 = i4; if (jArr2[0] <= j8 && j8 < jArr2[f0.h(4, 0, length)] && jArr2[f0.h(jArr2.length - 4, 0, length)] < E2 && E2 <= j) { long j9 = j - E2; - long E3 = f0.E(j8 - jArr2[0], (long) mVar2.f.H, mVar2.f710c); - long E4 = f0.E(j9, (long) mVar2.f.H, mVar2.f710c); + long E3 = f0.E(j8 - jArr2[0], (long) mVar2.f.H, mVar2.f709c); + long E4 = f0.E(j9, (long) mVar2.f.H, mVar2.f709c); if (!(E3 == 0 && E4 == 0) && E3 <= 2147483647L && E4 <= 2147483647L) { pVar.b = (int) E3; - pVar.f764c = (int) E4; - f0.F(jArr2, 1000000, mVar2.f710c); + pVar.f763c = (int) E4; + f0.F(jArr2, 1000000, mVar2.f709c); return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(mVar2.h[0], 1000000, mVar2.d)); } } @@ -631,9 +631,9 @@ public final class e { Objects.requireNonNull(jArr9); long j10 = jArr9[0]; for (int i41 = 0; i41 < jArr2.length; i41++) { - jArr2[i41] = f0.E(jArr2[i41] - j10, 1000000, mVar2.f710c); + jArr2[i41] = f0.E(jArr2[i41] - j10, 1000000, mVar2.f709c); } - return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(j - j10, 1000000, mVar2.f710c)); + return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(j - j10, 1000000, mVar2.f709c)); } boolean z6 = mVar2.b == 1; int[] iArr11 = new int[jArr8.length]; @@ -652,7 +652,7 @@ public final class e { long j11 = jArr10[i42]; if (j11 != -1) { iArr5 = iArr; - long E5 = f0.E(jArr11[i42], mVar2.f710c, mVar2.d); + long E5 = f0.E(jArr11[i42], mVar2.f709c, mVar2.d); iArr11[i42] = f0.e(jArr2, j11, true, true); iArr12[i42] = f0.b(jArr2, j11 + E5, z6, false); while (iArr11[i42] < iArr12[i42] && (iArr2[iArr11[i42]] & 1) == 0) { @@ -704,7 +704,7 @@ public final class e { } int i51 = i11; while (i48 < i49) { - jArr13[i47] = f0.E(j12, 1000000, mVar2.d) + f0.E(Math.max(0L, jArr2[i48] - j13), 1000000, mVar2.f710c); + jArr13[i47] = f0.E(j12, 1000000, mVar2.d) + f0.E(Math.max(0L, jArr2[i48] - j13), 1000000, mVar2.f709c); if (z9 && iArr14[i47] > i51) { i51 = iArr4[i48]; } @@ -736,7 +736,7 @@ public final class e { str = mVar.f.t; if (!(a2 == -1 && ("audio/raw".equals(str) || "audio/g711-mlaw".equals(str) || "audio/g711-alaw".equals(str)) && v3 == 0 && i == 0 && i3 == 0)) { } - long E = f0.E(j, 1000000, mVar2.f710c); + long E = f0.E(j, 1000000, mVar2.f709c); jArr3 = mVar2.h; if (jArr3 != null) { } @@ -994,7 +994,7 @@ public final class e { m a2 = m.a(wVar5); list3 = a2.a; i9 = a2.b; - str3 = a2.f929c; + str3 = a2.f928c; str2 = "video/hevc"; } else if (f14 == 1685480259 || f14 == 1685485123) { i8 = f11; @@ -1115,7 +1115,7 @@ public final class e { s0.q = x4; s0.t = f12; i29 = i29; - s0.f2281s = i29; + s0.f2279s = i29; s0.u = bArr; s0.v = i7; s0.m = list; @@ -1235,10 +1235,10 @@ public final class e { Format.b bVar = new Format.b(); bVar.a = num; bVar.k = str15; - bVar.f2282x = i43; - bVar.f2283y = i42; + bVar.f2280x = i43; + bVar.f2281y = i42; bVar.n = drmInitData3; - bVar.f2280c = str11; + bVar.f2278c = str11; format = bVar.a(); str7 = str15; } else { @@ -1267,10 +1267,10 @@ public final class e { Format.b bVar2 = new Format.b(); bVar2.a = num2; bVar2.k = str9; - bVar2.f2282x = i45; - bVar2.f2283y = i44; + bVar2.f2280x = i45; + bVar2.f2281y = i44; bVar2.n = drmInitData3; - bVar2.f2280c = str11; + bVar2.f2278c = str11; format = bVar2.a(); } else { str7 = str15; @@ -1282,18 +1282,18 @@ public final class e { Format.b bVar3 = new Format.b(); bVar3.a = num3; bVar3.k = "audio/ac4"; - bVar3.f2282x = 2; - bVar3.f2283y = i46; + bVar3.f2280x = 2; + bVar3.f2281y = i46; bVar3.n = drmInitData3; - bVar3.f2280c = str11; + bVar3.f2278c = str11; format = bVar3.a(); } else if (f17 == 1684305011) { Format.b s02 = c.d.b.a.a.s0(f3); s02.k = str6; - s02.f2282x = i19; - s02.f2283y = i18; + s02.f2280x = i19; + s02.f2281y = i18; s02.n = drmInitData3; - s02.f2280c = str11; + s02.f2278c = str11; format = s02.a(); } else { if (f17 == 1682927731) { @@ -1388,7 +1388,7 @@ public final class e { k.b c9 = c.i.a.c.v1.k.c(new v(bArr7), false); i18 = c9.a; i19 = c9.b; - str8 = c9.f999c; + str8 = c9.f998c; } uVar = u.t(bArr7); } @@ -1413,12 +1413,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2282x = i19; - s03.f2283y = i18; - s03.f2284z = i16; + s03.f2280x = i19; + s03.f2281y = i18; + s03.f2282z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2280c = str11; + s03.f2278c = str11; format2 = s03.a(); } str = str11; @@ -1443,12 +1443,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2282x = i19; - s03.f2283y = i18; - s03.f2284z = i16; + s03.f2280x = i19; + s03.f2281y = i18; + s03.f2282z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2280c = str11; + s03.f2278c = str11; format2 = s03.a(); str = str11; i29 = i12; @@ -1476,12 +1476,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2282x = i19; - s03.f2283y = i18; - s03.f2284z = i16; + s03.f2280x = i19; + s03.f2281y = i18; + s03.f2282z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2280c = str11; + s03.f2278c = str11; format2 = s03.a(); str = str11; i29 = i12; @@ -1502,7 +1502,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2280c = str11; + s04.f2278c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); @@ -1523,7 +1523,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2280c = str11; + s04.f2278c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); @@ -1534,7 +1534,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2280c = str11; + s04.f2278c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); diff --git a/app/src/main/java/c/i/a/c/a2/h0/f.java b/app/src/main/java/c/i/a/c/a2/h0/f.java index c137b898b6..a996d80a30 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/f.java +++ b/app/src/main/java/c/i/a/c/a2/h0/f.java @@ -5,13 +5,13 @@ public final class f { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f696c; + public final int f695c; public final int d; public f(int i, int i2, int i3, int i4) { this.a = i; this.b = i2; - this.f696c = i3; + this.f695c = i3; this.d = i4; } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/g.java b/app/src/main/java/c/i/a/c/a2/h0/g.java index e82845bfaf..6b17481684 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/g.java +++ b/app/src/main/java/c/i/a/c/a2/h0/g.java @@ -45,7 +45,7 @@ public class g implements h { public boolean G; /* renamed from: c reason: collision with root package name */ - public final int f697c; + public final int f696c; public final List d; public final SparseArray e; public final c.i.a.c.i2.w f = new c.i.a.c.i2.w(u.a); @@ -64,21 +64,21 @@ public class g implements h { @Nullable /* renamed from: s reason: collision with root package name */ - public c.i.a.c.i2.w f698s; + public c.i.a.c.i2.w f697s; public long t; public int u; public long v; public long w; /* renamed from: x reason: collision with root package name */ - public long f699x; + public long f698x; @Nullable /* renamed from: y reason: collision with root package name */ - public b f700y; + public b f699y; /* renamed from: z reason: collision with root package name */ - public int f701z; + public int f700z; /* compiled from: FragmentedMp4Extractor */ public static final class a { @@ -97,7 +97,7 @@ public class g implements h { public final o b = new o(); /* renamed from: c reason: collision with root package name */ - public final c.i.a.c.i2.w f702c = new c.i.a.c.i2.w(); + public final c.i.a.c.i2.w f701c = new c.i.a.c.i2.w(); public p d; public f e; public int f; @@ -119,7 +119,7 @@ public class g implements h { } public long a() { - return !this.l ? this.d.f713c[this.f] : this.b.f[this.h]; + return !this.l ? this.d.f712c[this.f] : this.b.f[this.h]; } @Nullable @@ -173,7 +173,7 @@ public class g implements h { c.i.a.c.i2.w wVar2 = this.k; int length = bArr.length; wVar2.a = bArr; - wVar2.f921c = length; + wVar2.f920c = length; wVar2.b = 0; i3 = bArr.length; wVar = wVar2; @@ -190,8 +190,8 @@ public class g implements h { return i3 + 1; } if (!z2) { - this.f702c.z(8); - c.i.a.c.i2.w wVar4 = this.f702c; + this.f701c.z(8); + c.i.a.c.i2.w wVar4 = this.f701c; byte[] bArr2 = wVar4.a; bArr2[0] = 0; bArr2[1] = 1; @@ -209,13 +209,13 @@ public class g implements h { wVar5.E(-2); int i5 = (x2 * 6) + 2; if (i2 != 0) { - this.f702c.z(i5); - byte[] bArr3 = this.f702c.a; + this.f701c.z(i5); + byte[] bArr3 = this.f701c.a; wVar5.e(bArr3, 0, i5); int i6 = (((bArr3[2] & 255) << 8) | (bArr3[3] & 255)) + i2; bArr3[2] = (byte) ((i6 >> 8) & 255); bArr3[3] = (byte) (i6 & 255); - wVar5 = this.f702c; + wVar5 = this.f701c; } this.a.f(wVar5, i5, 1); return i3 + 1 + i5; @@ -245,7 +245,7 @@ public class g implements h { public g(int i) { List emptyList = Collections.emptyList(); - this.f697c = i; + this.f696c = i; this.d = Collections.unmodifiableList(emptyList); byte[] bArr = new byte[16]; this.i = bArr; @@ -255,7 +255,7 @@ public class g implements h { this.e = new SparseArray<>(); this.w = -9223372036854775807L; this.v = -9223372036854775807L; - this.f699x = -9223372036854775807L; + this.f698x = -9223372036854775807L; this.D = j.d; this.E = new w[0]; this.F = new w[0]; @@ -279,8 +279,8 @@ public class g implements h { arrayList = new ArrayList(); } byte[] bArr = bVar.b.a; - j X1 = AnimatableValueParser.X1(bArr); - UUID uuid = X1 == null ? null : X1.a; + j Y1 = AnimatableValueParser.Y1(bArr); + UUID uuid = Y1 == null ? null : Y1.a; if (uuid == null) { Log.w("FragmentedMp4Extractor", "Skipped pssh atom (failed to extract uuid)"); } else { @@ -311,7 +311,7 @@ public class g implements h { bArr = new byte[a2]; } wVar2.a = bArr; - wVar2.f921c = a2; + wVar2.f920c = a2; wVar2.b = 0; oVar.l = true; oVar.p = true; @@ -410,13 +410,13 @@ public class g implements h { for (int i5 = 0; i5 < size; i5++) { o oVar = this.e.valueAt(i5).b; Objects.requireNonNull(oVar); - oVar.f712c = position; + oVar.f711c = position; oVar.b = position; } } int i6 = this.p; if (i6 == 1835295092) { - this.f700y = null; + this.f699y = null; this.t = position + this.q; this.o = 2; } else if (i6 == 1836019574 || i6 == 1953653099 || i6 == 1835297121 || i6 == 1835626086 || i6 == 1937007212 || i6 == 1836019558 || i6 == 1953653094 || i6 == 1836475768 || i6 == 1701082227) { @@ -433,7 +433,7 @@ public class g implements h { if (j8 <= 2147483647L) { c.i.a.c.i2.w wVar = new c.i.a.c.i2.w((int) j8); System.arraycopy(this.l.a, 0, wVar.a, 0, 8); - this.f698s = wVar; + this.f697s = wVar; this.o = 1; } else { throw new ParserException("Leaf atom with length > 2147483647 (unsupported)."); @@ -442,7 +442,7 @@ public class g implements h { throw new ParserException("Leaf atom defines extended atom size (unsupported)."); } } else if (this.q <= 2147483647L) { - this.f698s = null; + this.f697s = null; this.o = 1; } else { throw new ParserException("Skipping atom with length > 2147483647 (unsupported)."); @@ -456,7 +456,7 @@ public class g implements h { } else if (i2 != 1) { long j9 = RecyclerView.FOREVER_NS; if (i2 != 2) { - b bVar = this.f700y; + b bVar = this.f699y; if (bVar == null) { SparseArray sparseArray = this.e; int size2 = sparseArray.size(); @@ -492,14 +492,14 @@ public class g implements h { a3 = 0; } iVar2.l(a3); - this.f700y = bVar2; + this.f699y = bVar2; bVar = bVar2; } } char c2 = 6; if (this.o == 3) { int i8 = !bVar.l ? bVar.d.d[bVar.f] : bVar.b.h[bVar.f]; - this.f701z = i8; + this.f700z = i8; if (bVar.f < bVar.i) { iVar2.l(i8); n b3 = bVar.b(); @@ -515,25 +515,25 @@ public class g implements h { } } if (!bVar.c()) { - this.f700y = null; + this.f699y = null; } this.o = 3; if (i3 != 0) { } } else { if (bVar.d.a.g == 1) { - this.f701z = i8 - 8; + this.f700z = i8 - 8; iVar2.l(8); } if ("audio/ac4".equals(bVar.d.a.f.t)) { - this.A = bVar.d(this.f701z, 7); - m.a(this.f701z, this.j); + this.A = bVar.d(this.f700z, 7); + m.a(this.f700z, this.j); bVar.a.c(this.j, 7); this.A += 7; } else { - this.A = bVar.d(this.f701z, 0); + this.A = bVar.d(this.f700z, 0); } - this.f701z += this.A; + this.f700z += this.A; this.o = 4; this.B = 0; } @@ -552,7 +552,7 @@ public class g implements h { if (i11 == 0) { while (true) { int i12 = this.A; - int i13 = this.f701z; + int i13 = this.f700z; if (i12 >= i13) { break; } @@ -565,7 +565,7 @@ public class g implements h { bArr[2] = 0; int i14 = i11 + 1; int i15 = 4 - i11; - while (this.A < this.f701z) { + while (this.A < this.f700z) { int i16 = this.B; if (i16 == 0) { iVar2.readFully(bArr, i15, i14); @@ -584,13 +584,13 @@ public class g implements h { z2 = true; this.C = z2; this.A += 5; - this.f701z += i15; + this.f700z += i15; } } z2 = false; this.C = z2; this.A += 5; - this.f701z += i15; + this.f700z += i15; } else { throw new ParserException("Invalid NAL length"); } @@ -601,7 +601,7 @@ public class g implements h { wVar3.c(this.h, this.B); i = this.B; c.i.a.c.i2.w wVar4 = this.h; - int e = u.e(wVar4.a, wVar4.f921c); + int e = u.e(wVar4.a, wVar4.f920c); this.h.D("video/hevc".equals(mVar.f.t) ? 1 : 0); this.h.C(e); AnimatableValueParser.L(j, this.h, this.F); @@ -620,7 +620,7 @@ public class g implements h { i17 |= BasicMeasure.EXACTLY; } n b5 = bVar.b(); - wVar3.d(j, i17, this.f701z, 0, b5 != null ? b5.f711c : null); + wVar3.d(j, i17, this.f700z, 0, b5 != null ? b5.f710c : null); while (!this.n.isEmpty()) { a removeFirst = this.n.removeFirst(); this.u -= removeFirst.b; @@ -633,7 +633,7 @@ public class g implements h { } } if (!bVar.c()) { - this.f700y = null; + this.f699y = null; } this.o = 3; i3 = 1; @@ -645,7 +645,7 @@ public class g implements h { for (int i19 = 0; i19 < size3; i19++) { o oVar4 = this.e.valueAt(i19).b; if (oVar4.p) { - long j12 = oVar4.f712c; + long j12 = oVar4.f711c; if (j12 < j9) { bVar3 = this.e.valueAt(i19); j9 = j12; @@ -660,7 +660,7 @@ public class g implements h { iVar2.l(position4); o oVar5 = bVar3.b; c.i.a.c.i2.w wVar5 = oVar5.o; - iVar2.readFully(wVar5.a, 0, wVar5.f921c); + iVar2.readFully(wVar5.a, 0, wVar5.f920c); oVar5.o.D(0); oVar5.p = false; } else { @@ -670,14 +670,14 @@ public class g implements h { } } else { int i20 = ((int) this.q) - this.r; - c.i.a.c.i2.w wVar6 = this.f698s; + c.i.a.c.i2.w wVar6 = this.f697s; if (wVar6 != null) { iVar2.readFully(wVar6.a, 8, i20); int i21 = this.p; d.b bVar4 = new d.b(i21, wVar6); long position5 = iVar.getPosition(); if (!this.m.isEmpty()) { - this.m.peek().f693c.add(bVar4); + this.m.peek().f692c.add(bVar4); } else { if (i21 == 1936286840) { wVar6.D(8); @@ -723,7 +723,7 @@ public class g implements h { } } Pair create = Pair.create(Long.valueOf(E), new c(iArr, jArr, jArr2, jArr3)); - this.f699x = ((Long) create.first).longValue(); + this.f698x = ((Long) create.first).longValue(); this.D.a((t) create.second); this.G = true; } else if (i21 == 1701671783 && this.E.length != 0) { @@ -737,7 +737,7 @@ public class g implements h { Objects.requireNonNull(str); long t3 = wVar6.t(); long E2 = f0.E(wVar6.t(), 1000000, t3); - long j17 = this.f699x; + long j17 = this.f698x; if (j17 != -9223372036854775807L) { j16 = j17 + E2; } @@ -813,7 +813,7 @@ public class g implements h { this.E = wVarArr; int i2 = 100; int i3 = 0; - if ((this.f697c & 4) != 0) { + if ((this.f696c & 4) != 0) { wVarArr[0] = this.D.p(100, 5); i2 = 101; i = 1; @@ -896,15 +896,15 @@ public class g implements h { int i18 = 12; if (i17 == 1836019574) { AnimatableValueParser.E(true, "Unexpected moov box."); - DrmInitData h = h(pop.f693c); + DrmInitData h = h(pop.f692c); d.a b2 = pop.b(1836475768); Objects.requireNonNull(b2); SparseArray sparseArray2 = new SparseArray<>(); - int size = b2.f693c.size(); + int size = b2.f692c.size(); long j3 = -9223372036854775807L; int i19 = 0; while (i19 < size) { - d.b bVar3 = b2.f693c.get(i19); + d.b bVar3 = b2.f692c.get(i19); int i20 = bVar3.a; if (i20 == 1953654136) { c.i.a.c.i2.w wVar2 = bVar3.b; @@ -921,7 +921,7 @@ public class g implements h { i19++; i18 = 12; } - ArrayList arrayList = (ArrayList) e.e(pop, new p(), j3, h, (gVar3.f697c & 16) != 0, false, new c(gVar3)); + ArrayList arrayList = (ArrayList) e.e(pop, new p(), j3, h, (gVar3.f696c & 16) != 0, false, new c(gVar3)); int size2 = arrayList.size(); if (gVar3.e.size() == 0) { for (int i21 = 0; i21 < size2; i21++) { @@ -949,7 +949,7 @@ public class g implements h { int i23 = 8; if (i17 == 1836019558) { SparseArray sparseArray3 = gVar3.e; - int i24 = gVar3.f697c; + int i24 = gVar3.f696c; byte[] bArr5 = gVar3.i; int size3 = pop.d.size(); int i25 = 0; @@ -969,10 +969,10 @@ public class g implements h { long w = wVar4.w(); o oVar2 = valueAt.b; oVar2.b = w; - oVar2.f712c = w; + oVar2.f711c = w; } f fVar2 = valueAt.e; - valueAt.b.a = new f((f & 2) != 0 ? wVar4.f() - 1 : fVar2.a, (f & 8) != 0 ? wVar4.f() : fVar2.b, (f & 16) != 0 ? wVar4.f() : fVar2.f696c, (f & 32) != 0 ? wVar4.f() : fVar2.d); + valueAt.b.a = new f((f & 2) != 0 ? wVar4.f() - 1 : fVar2.a, (f & 8) != 0 ? wVar4.f() : fVar2.b, (f & 16) != 0 ? wVar4.f() : fVar2.f695c, (f & 32) != 0 ? wVar4.f() : fVar2.d); } if (valueAt != null) { o oVar3 = valueAt.b; @@ -990,7 +990,7 @@ public class g implements h { oVar3.q = ((wVar5.f() >> 24) & 255) == 1 ? wVar5.w() : wVar5.t(); oVar3.r = true; } - List list2 = aVar4.f693c; + List list2 = aVar4.f692c; int size4 = list2.size(); int i26 = 0; int i27 = 0; @@ -1080,7 +1080,7 @@ public class g implements h { oVar = oVar3; if (jArr2.length == 1 && jArr2[0] == 0) { z2 = z12; - j2 = f0.E(mVar3.i[0], 1000000, mVar3.f710c); + j2 = f0.E(mVar3.i[0], 1000000, mVar3.f709c); int[] iArr2 = oVar5.h; int[] iArr3 = oVar5.i; long[] jArr3 = oVar5.j; @@ -1088,7 +1088,7 @@ public class g implements h { b bVar7 = valueAt; boolean z13 = (mVar3.b == 2 || (i24 & 1) == 0) ? false : true; i11 = oVar5.g[i31] + i32; - long j5 = mVar3.f710c; + long j5 = mVar3.f709c; int[] iArr4 = iArr3; long j6 = oVar5.q; i6 = i24; @@ -1107,7 +1107,7 @@ public class g implements h { i14 = wVar7.f(); } else { z4 = z10; - i14 = fVar3.f696c; + i14 = fVar3.f695c; } a(i14); if (z11) { @@ -1177,7 +1177,7 @@ public class g implements h { if (mVar3.b == 2) { } i11 = oVar5.g[i31] + i32; - long j5 = mVar3.f710c; + long j5 = mVar3.f709c; int[] iArr4 = iArr3; long j6 = oVar5.q; i6 = i24; @@ -1271,7 +1271,7 @@ public class g implements h { } int v3 = wVar10.v(); if (v3 == 1) { - oVar3.f712c += ((f3 >> 24) & 255) == 0 ? wVar10.t() : wVar10.w(); + oVar3.f711c += ((f3 >> 24) & 255) == 0 ? wVar10.t() : wVar10.w(); } else { throw new ParserException(c.d.b.a.a.l("Unexpected saio entry count: ", v3)); } @@ -1283,8 +1283,8 @@ public class g implements h { String str = a2 != null ? a2.b : null; c.i.a.c.i2.w wVar11 = null; c.i.a.c.i2.w wVar12 = null; - for (int i38 = 0; i38 < aVar4.f693c.size(); i38++) { - d.b bVar8 = aVar4.f693c.get(i38); + for (int i38 = 0; i38 < aVar4.f692c.size(); i38++) { + d.b bVar8 = aVar4.f692c.get(i38); c.i.a.c.i2.w wVar13 = bVar8.b; int i39 = bVar8.a; if (i39 == 1935828848) { @@ -1347,10 +1347,10 @@ public class g implements h { throw new ParserException("Entry count in sbgp != 1 (unsupported)."); } } - int size5 = aVar4.f693c.size(); + int size5 = aVar4.f692c.size(); int i42 = 0; while (i42 < size5) { - d.b bVar9 = aVar4.f693c.get(i42); + d.b bVar9 = aVar4.f692c.get(i42); if (bVar9.a == 1970628964) { c.i.a.c.i2.w wVar14 = bVar9.b; wVar14.D(8); @@ -1390,7 +1390,7 @@ public class g implements h { pop = aVar; i24 = i; } - DrmInitData h2 = h(pop.f693c); + DrmInitData h2 = h(pop.f692c); gVar = this; if (h2 != null) { int size6 = gVar.e.size(); diff --git a/app/src/main/java/c/i/a/c/a2/h0/i.java b/app/src/main/java/c/i/a/c/a2/h0/i.java index efd8e70519..14c0cde10e 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/i.java +++ b/app/src/main/java/c/i/a/c/a2/h0/i.java @@ -37,7 +37,7 @@ public final class i implements h, t { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f703c; + public final w f702c; public final w d; public final w e; public final w f; @@ -56,18 +56,18 @@ public final class i implements h, t { public int r; /* renamed from: s reason: collision with root package name */ - public j f704s; + public j f703s; public a[] t; public long[][] u; public int v; public long w; /* renamed from: x reason: collision with root package name */ - public int f705x; + public int f704x; @Nullable /* renamed from: y reason: collision with root package name */ - public MotionPhotoMetadata f706y; + public MotionPhotoMetadata f705y; /* compiled from: Mp4Extractor */ public static final class a { @@ -75,13 +75,13 @@ public final class i implements h, t { public final p b; /* renamed from: c reason: collision with root package name */ - public final c.i.a.c.a2.w f707c; + public final c.i.a.c.a2.w f706c; public int d; public a(m mVar, p pVar, c.i.a.c.a2.w wVar) { this.a = mVar; this.b = pVar; - this.f707c = wVar; + this.f706c = wVar; } } @@ -96,7 +96,7 @@ public final class i implements h, t { this.i = new ArrayList(); this.f = new w(16); this.g = new ArrayDeque<>(); - this.f703c = new w(u.a); + this.f702c = new w(u.a); this.d = new w(4); this.e = new w(); this.o = -1; @@ -107,7 +107,7 @@ public final class i implements h, t { if (a2 == -1) { a2 = pVar.b(j); } - return a2 == -1 ? j2 : Math.min(pVar.f713c[a2], j2); + return a2 == -1 ? j2 : Math.min(pVar.f712c[a2], j2); } @Override // c.i.a.c.a2.h @@ -140,11 +140,11 @@ public final class i implements h, t { Metadata metadata = null; if (this.m == 0) { if (!iVar.c(this.f.a, 0, 8, true)) { - if (this.f705x == 2 && (this.b & 2) != 0) { - j jVar = this.f704s; + if (this.f704x == 2 && (this.b & 2) != 0) { + j jVar = this.f703s; Objects.requireNonNull(jVar); c.i.a.c.a2.w p = jVar.p(0, 4); - MotionPhotoMetadata motionPhotoMetadata = this.f706y; + MotionPhotoMetadata motionPhotoMetadata = this.f705y; if (motionPhotoMetadata != null) { metadata = new Metadata(motionPhotoMetadata); } @@ -220,7 +220,7 @@ public final class i implements h, t { long j6 = (long) this.m; long j7 = position2 - j6; if (this.k == 1836086884) { - this.f706y = new MotionPhotoMetadata(0, j7, -9223372036854775807L, j7 + j6, this.l - j6); + this.f705y = new MotionPhotoMetadata(0, j7, -9223372036854775807L, j7 + j6, this.l - j6); } this.n = null; this.j = 1; @@ -264,9 +264,9 @@ public final class i implements h, t { } } } - this.f705x = i8; + this.f704x = i8; } else if (!this.g.isEmpty()) { - this.g.peek().f693c.add(new d.b(this.k, wVar3)); + this.g.peek().f692c.add(new d.b(this.k, wVar3)); } } else if (j8 < Permission.USE_EXTERNAL_EMOJIS) { iVar.l((int) j8); @@ -303,7 +303,7 @@ public final class i implements h, t { int i13 = aVar.d; p pVar = aVar.b; if (i13 != pVar.b) { - long j12 = pVar.f713c[i13]; + long j12 = pVar.f712c[i13]; long j13 = this.u[i11][i13]; long j14 = j12 - position4; boolean z6 = j14 < 0 || j14 >= Permission.USE_EXTERNAL_EMOJIS; @@ -332,10 +332,10 @@ public final class i implements h, t { a[] aVarArr2 = this.t; int i14 = f0.a; a aVar2 = aVarArr2[this.o]; - c.i.a.c.a2.w wVar4 = aVar2.f707c; + c.i.a.c.a2.w wVar4 = aVar2.f706c; int i15 = aVar2.d; p pVar2 = aVar2.b; - long j15 = pVar2.f713c[i15]; + long j15 = pVar2.f712c[i15]; int i16 = pVar2.d[i15]; long j16 = (j15 - position4) + ((long) this.p); if (j16 < 0 || j16 >= Permission.USE_EXTERNAL_EMOJIS) { @@ -383,8 +383,8 @@ public final class i implements h, t { int f3 = this.d.f(); if (f3 >= 0) { this.r = f3; - this.f703c.D(0); - wVar4.c(this.f703c, 4); + this.f702c.D(0); + wVar4.c(this.f702c, 4); this.q += 4; i16 += i19; } else { @@ -433,16 +433,16 @@ public final class i implements h, t { i4 = 2; } } - kVar.f709c.add(new k.a(i24, (b5 - ((long) kVar.e)) - ((long) wVar5.h()), wVar5.h())); + kVar.f708c.add(new k.a(i24, (b5 - ((long) kVar.e)) - ((long) wVar5.h()), wVar5.h())); i23++; s2 = 2816; i4 = 2; } - if (kVar.f709c.isEmpty()) { + if (kVar.f708c.isEmpty()) { sVar.a = 0; } else { kVar.d = 3; - sVar.a = kVar.f709c.get(0).a; + sVar.a = kVar.f708c.get(0).a; } } else if (i21 == 3) { long position5 = iVar.getPosition(); @@ -450,8 +450,8 @@ public final class i implements h, t { w wVar6 = new w(b6); iVar.readFully(wVar6.a, 0, b6); int i25 = 0; - while (i25 < kVar.f709c.size()) { - k.a aVar3 = kVar.f709c.get(i25); + while (i25 < kVar.f708c.size()) { + k.a aVar3 = kVar.f708c.get(i25); wVar6.D((int) (aVar3.a - position5)); wVar6.E(i3); int h = wVar6.h(); @@ -559,7 +559,7 @@ public final class i implements h, t { @Override // c.i.a.c.a2.h public void f(j jVar) { - this.f704s = jVar; + this.f703s = jVar; } @Override // c.i.a.c.a2.h @@ -586,7 +586,7 @@ public final class i implements h, t { j(); } else { k kVar = this.h; - kVar.f709c.clear(); + kVar.f708c.clear(); kVar.d = 0; this.i.clear(); } @@ -617,12 +617,12 @@ public final class i implements h, t { return new t.a(c.i.a.c.a2.u.a); } long j8 = pVar.f[a2]; - j2 = pVar.f713c[a2]; + j2 = pVar.f712c[a2]; if (j8 >= j6 || a2 >= pVar.b - 1 || (b = pVar.b(j6)) == -1 || b == a2) { j5 = -9223372036854775807L; } else { long j9 = pVar.f[b]; - long j10 = pVar.f713c[b]; + long j10 = pVar.f712c[b]; j5 = j9; j7 = j10; } @@ -719,7 +719,7 @@ public final class i implements h, t { d.a pop = iVar3.g.pop(); if (pop.a == 1836019574) { ArrayList arrayList5 = new ArrayList(); - boolean z5 = iVar3.f705x == 1; + boolean z5 = iVar3.f704x == 1; p pVar = new p(); d.b c2 = pop.c(1969517665); int i9 = 1768715124; @@ -1084,7 +1084,7 @@ public final class i implements h, t { if (!arrayList7.isEmpty()) { metadata4 = new Metadata(arrayList7); List

e = e.e(pop, pVar, -9223372036854775807L, null, (iVar3.b & 1) != 0, z2, a.a); - j jVar = iVar3.f704s; + j jVar = iVar3.f703s; Objects.requireNonNull(jVar); ArrayList arrayList8 = (ArrayList) e; size = arrayList8.size(); @@ -1118,9 +1118,9 @@ public final class i implements h, t { } if (i35 == 1) { int i36 = pVar.b; - if ((i36 == -1 || pVar.f764c == -1) ? false : true) { + if ((i36 == -1 || pVar.f763c == -1) ? false : true) { a2.A = i36; - a2.B = pVar.f764c; + a2.B = pVar.f763c; } } Metadata[] metadataArr = new Metadata[2]; @@ -1141,7 +1141,7 @@ public final class i implements h, t { if (metadata11.i.length > 0) { a2.i = metadata11; } - aVar.f707c.e(a2.a()); + aVar.f706c.e(a2.a()); if (mVar.b == 2 && i34 == -1) { i34 = arrayList.size(); } @@ -1174,7 +1174,7 @@ public final class i implements h, t { } if (metadata11.i.length > 0) { } - aVar.f707c.e(a2.a()); + aVar.f706c.e(a2.a()); i34 = arrayList.size(); arrayList3 = arrayList; arrayList3.add(aVar); @@ -1185,7 +1185,7 @@ public final class i implements h, t { } if (metadata11.i.length > 0) { } - aVar.f707c.e(a2.a()); + aVar.f706c.e(a2.a()); i34 = arrayList.size(); arrayList3 = arrayList; arrayList3.add(aVar); @@ -1243,7 +1243,7 @@ public final class i implements h, t { } metadata4 = null; List

e = e.e(pop, pVar, -9223372036854775807L, null, (iVar3.b & 1) != 0, z2, a.a); - j jVar = iVar3.f704s; + j jVar = iVar3.f703s; Objects.requireNonNull(jVar); ArrayList arrayList8 = (ArrayList) e; size = arrayList8.size(); @@ -1279,7 +1279,7 @@ public final class i implements h, t { metadata3 = metadata10; metadata4 = null; List

e = e.e(pop, pVar, -9223372036854775807L, null, (iVar3.b & 1) != 0, z2, a.a); - j jVar = iVar3.f704s; + j jVar = iVar3.f703s; Objects.requireNonNull(jVar); ArrayList arrayList8 = (ArrayList) e; size = arrayList8.size(); diff --git a/app/src/main/java/c/i/a/c/a2/h0/j.java b/app/src/main/java/c/i/a/c/a2/h0/j.java index 718c677215..a62dee41ab 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/j.java +++ b/app/src/main/java/c/i/a/c/a2/h0/j.java @@ -7,11 +7,11 @@ public class j { public final int b; /* renamed from: c reason: collision with root package name */ - public final byte[] f708c; + public final byte[] f707c; public j(UUID uuid, int i, byte[] bArr) { this.a = uuid; this.b = i; - this.f708c = bArr; + this.f707c = bArr; } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/k.java b/app/src/main/java/c/i/a/c/a2/h0/k.java index cc67379de0..1cf8b44114 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/k.java +++ b/app/src/main/java/c/i/a/c/a2/h0/k.java @@ -11,7 +11,7 @@ public final class k { public static final c.i.b.a.k b = new c.i.b.a.k(new j(new b.C0125b('*'))); /* renamed from: c reason: collision with root package name */ - public final List f709c = new ArrayList(); + public final List f708c = new ArrayList(); public int d = 0; public int e; diff --git a/app/src/main/java/c/i/a/c/a2/h0/m.java b/app/src/main/java/c/i/a/c/a2/h0/m.java index 7ecec6ec51..7b7624da97 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/m.java +++ b/app/src/main/java/c/i/a/c/a2/h0/m.java @@ -8,7 +8,7 @@ public final class m { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f710c; + public final long f709c; public final long d; public final long e; public final Format f; @@ -24,7 +24,7 @@ public final class m { public m(int i, int i2, long j, long j2, long j3, Format format, int i3, @Nullable n[] nVarArr, int i4, @Nullable long[] jArr, @Nullable long[] jArr2) { this.a = i; this.b = i2; - this.f710c = j; + this.f709c = j; this.d = j2; this.e = j3; this.f = format; diff --git a/app/src/main/java/c/i/a/c/a2/h0/n.java b/app/src/main/java/c/i/a/c/a2/h0/n.java index 296966682f..d88dbe862a 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/n.java +++ b/app/src/main/java/c/i/a/c/a2/h0/n.java @@ -11,7 +11,7 @@ public final class n { public final String b; /* renamed from: c reason: collision with root package name */ - public final w.a f711c; + public final w.a f710c; public final int d; @Nullable public final byte[] e; @@ -63,6 +63,6 @@ public final class n { Log.w("TrackEncryptionBox", "Unsupported protection scheme type '" + str + "'. Assuming AES-CTR crypto mode."); } } - this.f711c = new w.a(i4, bArr, i2, i3); + this.f710c = new w.a(i4, bArr, i2, i3); } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/o.java b/app/src/main/java/c/i/a/c/a2/h0/o.java index f8cae89a11..60eb4b508b 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/o.java +++ b/app/src/main/java/c/i/a/c/a2/h0/o.java @@ -8,7 +8,7 @@ public final class o { public long b; /* renamed from: c reason: collision with root package name */ - public long f712c; + public long f711c; public int d; public int e; public long[] f = new long[0]; diff --git a/app/src/main/java/c/i/a/c/a2/h0/p.java b/app/src/main/java/c/i/a/c/a2/h0/p.java index e2e8e6530f..496c725928 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/p.java +++ b/app/src/main/java/c/i/a/c/a2/h0/p.java @@ -8,7 +8,7 @@ public final class p { public final int b; /* renamed from: c reason: collision with root package name */ - public final long[] f713c; + public final long[] f712c; public final int[] d; public final int e; public final long[] f; @@ -21,7 +21,7 @@ public final class p { AnimatableValueParser.k(jArr.length == jArr2.length); AnimatableValueParser.k(iArr2.length == jArr2.length ? true : z2); this.a = mVar; - this.f713c = jArr; + this.f712c = jArr; this.d = iArr; this.e = i; this.f = jArr2; diff --git a/app/src/main/java/c/i/a/c/a2/i0/b.java b/app/src/main/java/c/i/a/c/a2/i0/b.java index a1e5c32589..8c57091236 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/b.java +++ b/app/src/main/java/c/i/a/c/a2/i0/b.java @@ -14,7 +14,7 @@ public final class b implements g { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f714c; + public final long f713c; public final i d; public int e; public long f; @@ -40,7 +40,7 @@ public final class b implements g { public t.a h(long j) { b bVar = b.this; long j2 = bVar.b; - long j3 = bVar.f714c; + long j3 = bVar.f713c; return new t.a(new u(j, f0.i(((((j3 - j2) * ((((long) bVar.d.i) * j) / 1000000)) / bVar.f) + j2) - 30000, j2, j3 - 1))); } @@ -55,7 +55,7 @@ public final class b implements g { AnimatableValueParser.k(j >= 0 && j2 > j); this.d = iVar; this.b = j; - this.f714c = j2; + this.f713c = j2; if (j3 == j2 - j || z2) { this.f = j4; this.e = 4; @@ -85,7 +85,7 @@ public final class b implements g { long position = iVar.getPosition(); this.g = position; this.e = 1; - long j3 = this.f714c - 65307; + long j3 = this.f713c - 65307; if (j3 > position) { return j3; } @@ -103,7 +103,7 @@ public final class b implements g { iVar.k(); long j4 = this.h; f fVar = this.a; - long j5 = fVar.f718c; + long j5 = fVar.f717c; long j6 = j4 - j5; int i2 = fVar.e + fVar.f; if (0 > j6 || j6 >= 72000) { @@ -113,7 +113,7 @@ public final class b implements g { this.l = j5; } else { this.i = iVar.getPosition() + ((long) i2); - this.k = this.a.f718c; + this.k = this.a.f717c; } long j7 = this.j; long j8 = this.i; @@ -149,14 +149,14 @@ public final class b implements g { this.a.c(iVar, j); this.a.a(iVar, false); f fVar2 = this.a; - if (fVar2.f718c > this.h) { + if (fVar2.f717c > this.h) { iVar.k(); this.e = 4; return -(this.k + 2); } iVar.l(fVar2.e + fVar2.f); this.i = iVar.getPosition(); - this.k = this.a.f718c; + this.k = this.a.f717c; j = -1; } } @@ -170,8 +170,8 @@ public final class b implements g { if ((fVar4.b & 4) == 4 || !fVar4.c(iVar, -1)) { break; } - } while (iVar.getPosition() < this.f714c); - this.f = this.a.f718c; + } while (iVar.getPosition() < this.f713c); + this.f = this.a.f717c; this.e = 4; return this.g; } @@ -183,7 +183,7 @@ public final class b implements g { this.h = f0.i(j, 0, this.f - 1); this.e = 2; this.i = this.b; - this.j = this.f714c; + this.j = this.f713c; this.k = 0; this.l = this.f; } diff --git a/app/src/main/java/c/i/a/c/a2/i0/c.java b/app/src/main/java/c/i/a/c/a2/i0/c.java index f35a7d02b2..52a09050d2 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/c.java +++ b/app/src/main/java/c/i/a/c/a2/i0/c.java @@ -26,7 +26,7 @@ public final class c extends i { public o.a b; /* renamed from: c reason: collision with root package name */ - public long f715c = -1; + public long f714c = -1; public long d = -1; public a(o oVar, o.a aVar) { @@ -36,8 +36,8 @@ public final class c extends i { @Override // c.i.a.c.a2.i0.g public t a() { - AnimatableValueParser.D(this.f715c != -1); - return new n(this.a, this.f715c); + AnimatableValueParser.D(this.f714c != -1); + return new n(this.a, this.f714c); } @Override // c.i.a.c.a2.i0.g @@ -82,13 +82,13 @@ public final class c extends i { if (oVar == null) { o oVar2 = new o(bArr, 17); this.n = oVar2; - bVar.a = oVar2.e(Arrays.copyOfRange(bArr, 9, wVar.f921c), null); + bVar.a = oVar2.e(Arrays.copyOfRange(bArr, 9, wVar.f920c), null); return true; } else if ((bArr[0] & Byte.MAX_VALUE) == 3) { - o.a n2 = AnimatableValueParser.n2(wVar); - o b = oVar.b(n2); + o.a o2 = AnimatableValueParser.o2(wVar); + o b = oVar.b(o2); this.n = b; - this.o = new a(b, n2); + this.o = new a(b, o2); return true; } else { if (!(bArr[0] == -1)) { @@ -96,7 +96,7 @@ public final class c extends i { } a aVar = this.o; if (aVar != null) { - aVar.f715c = j; + aVar.f714c = j; bVar.b = aVar; } Objects.requireNonNull(bVar.a); diff --git a/app/src/main/java/c/i/a/c/a2/i0/d.java b/app/src/main/java/c/i/a/c/a2/i0/d.java index 9747dba803..3a5f744d3e 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/d.java +++ b/app/src/main/java/c/i/a/c/a2/i0/d.java @@ -21,7 +21,7 @@ public class d implements h { public i b; /* renamed from: c reason: collision with root package name */ - public boolean f716c; + public boolean f715c; static { a aVar = a.a; @@ -42,7 +42,7 @@ public class d implements h { } else { wVar.D(0); try { - z2 = AnimatableValueParser.P2(1, wVar, true); + z2 = AnimatableValueParser.Q2(1, wVar, true); } catch (ParserException unused) { z2 = false; } @@ -95,14 +95,14 @@ public class d implements h { throw new ParserException("Failed to determine bitstream type"); } } - if (!this.f716c) { + if (!this.f715c) { c.i.a.c.a2.w p = this.a.p(0, 1); this.a.j(); i iVar2 = this.b; - iVar2.f719c = this.a; + iVar2.f718c = this.a; iVar2.b = p; iVar2.e(true); - this.f716c = true; + this.f715c = true; } i iVar3 = this.b; AnimatableValueParser.H(iVar3.b); @@ -140,7 +140,7 @@ public class d implements h { } else { f fVar = iVar3.a.a; i = 2; - iVar3.d = new b(iVar3, iVar3.f, iVar.b(), (long) (fVar.e + fVar.f), fVar.f718c, (fVar.b & 4) != 0); + iVar3.d = new b(iVar3, iVar3.f, iVar.b(), (long) (fVar.e + fVar.f), fVar.f717c, (fVar.b & 4) != 0); iVar3.h = i; e eVar = iVar3.a; w wVar = eVar.b; @@ -148,7 +148,7 @@ public class d implements h { if (bArr.length != 65025) { return 0; } - wVar.B(Arrays.copyOf(bArr, Math.max(65025, wVar.f921c)), eVar.b.f921c); + wVar.B(Arrays.copyOf(bArr, Math.max(65025, wVar.f920c)), eVar.b.f920c); return 0; } i = 2; @@ -175,7 +175,7 @@ public class d implements h { if (!iVar3.l) { t a = iVar3.d.a(); AnimatableValueParser.H(a); - iVar3.f719c.a(a); + iVar3.f718c.a(a); iVar3.l = true; } if (iVar3.k > 0 || iVar3.a.b(iVar)) { @@ -186,8 +186,8 @@ public class d implements h { long j2 = iVar3.g; if (j2 + c2 >= iVar3.e) { long j3 = (j2 * 1000000) / ((long) iVar3.i); - iVar3.b.c(wVar2, wVar2.f921c); - iVar3.b.d(j3, 1, wVar2.f921c, 0, null); + iVar3.b.c(wVar2, wVar2.f920c); + iVar3.b.d(j3, 1, wVar2.f920c, 0, null); iVar3.e = -1; } } @@ -213,7 +213,7 @@ public class d implements h { e eVar = iVar.a; eVar.a.b(); eVar.b.z(0); - eVar.f717c = -1; + eVar.f716c = -1; eVar.e = false; if (j == 0) { iVar.e(!iVar.l); diff --git a/app/src/main/java/c/i/a/c/a2/i0/e.java b/app/src/main/java/c/i/a/c/a2/i0/e.java index c716c426e7..74b8b73a57 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/e.java +++ b/app/src/main/java/c/i/a/c/a2/i0/e.java @@ -10,7 +10,7 @@ public final class e { public final w b = new w(new byte[65025], 0); /* renamed from: c reason: collision with root package name */ - public int f717c = -1; + public int f716c = -1; public int d; public boolean e; @@ -41,36 +41,36 @@ public final class e { this.b.z(0); } while (!this.e) { - if (this.f717c < 0) { + if (this.f716c < 0) { if (!this.a.c(iVar, -1) || !this.a.a(iVar, true)) { return false; } f fVar = this.a; int i2 = fVar.e; - if ((fVar.b & 1) == 1 && this.b.f921c == 0) { + if ((fVar.b & 1) == 1 && this.b.f920c == 0) { i2 += a(0); i = this.d + 0; } else { i = 0; } iVar.l(i2); - this.f717c = i; + this.f716c = i; } - int a = a(this.f717c); - int i3 = this.f717c + this.d; + int a = a(this.f716c); + int i3 = this.f716c + this.d; if (a > 0) { w wVar = this.b; - wVar.b(wVar.f921c + a); + wVar.b(wVar.f920c + a); w wVar2 = this.b; - iVar.readFully(wVar2.a, wVar2.f921c, a); + iVar.readFully(wVar2.a, wVar2.f920c, a); w wVar3 = this.b; - wVar3.C(wVar3.f921c + a); + wVar3.C(wVar3.f920c + a); this.e = this.a.g[i3 + -1] != 255; } if (i3 == this.a.d) { i3 = -1; } - this.f717c = i3; + this.f716c = i3; } return true; } diff --git a/app/src/main/java/c/i/a/c/a2/i0/f.java b/app/src/main/java/c/i/a/c/a2/i0/f.java index f0a18606e8..8a9c962d90 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/f.java +++ b/app/src/main/java/c/i/a/c/a2/i0/f.java @@ -12,7 +12,7 @@ public final class f { public int b; /* renamed from: c reason: collision with root package name */ - public long f718c; + public long f717c; public int d; public int e; public int f; @@ -57,7 +57,7 @@ public final class f { int i8 = i7 + 1; wVar.b = i8; wVar.b = i8 + 1; - this.f718c = ((((long) bArr[i8]) & 255) << 56) | (((long) bArr[i]) & 255) | ((((long) bArr[i2]) & 255) << 8) | ((((long) bArr[i3]) & 255) << 16) | ((((long) bArr[i4]) & 255) << 24) | ((((long) bArr[i5]) & 255) << 32) | ((((long) bArr[i6]) & 255) << 40) | ((((long) bArr[i7]) & 255) << 48); + this.f717c = ((((long) bArr[i8]) & 255) << 56) | (((long) bArr[i]) & 255) | ((((long) bArr[i2]) & 255) << 8) | ((((long) bArr[i3]) & 255) << 16) | ((((long) bArr[i4]) & 255) << 24) | ((((long) bArr[i5]) & 255) << 32) | ((((long) bArr[i6]) & 255) << 40) | ((((long) bArr[i7]) & 255) << 48); wVar.j(); this.h.j(); this.h.j(); @@ -81,7 +81,7 @@ public final class f { public void b() { this.a = 0; this.b = 0; - this.f718c = 0; + this.f717c = 0; this.d = 0; this.e = 0; this.f = 0; diff --git a/app/src/main/java/c/i/a/c/a2/i0/h.java b/app/src/main/java/c/i/a/c/a2/i0/h.java index c7e3bc81b6..d1411b3db1 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/h.java +++ b/app/src/main/java/c/i/a/c/a2/i0/h.java @@ -35,12 +35,12 @@ public final class h extends i { public boolean d(w wVar, long j, i.b bVar) { boolean z2 = true; if (!this.o) { - byte[] copyOf = Arrays.copyOf(wVar.a, wVar.f921c); + byte[] copyOf = Arrays.copyOf(wVar.a, wVar.f920c); List h = AnimatableValueParser.h(copyOf); Format.b bVar2 = new Format.b(); bVar2.k = "audio/opus"; - bVar2.f2282x = copyOf[9] & 255; - bVar2.f2283y = 48000; + bVar2.f2280x = copyOf[9] & 255; + bVar2.f2281y = 48000; bVar2.m = h; bVar.a = bVar2.a(); this.o = true; diff --git a/app/src/main/java/c/i/a/c/a2/i0/i.java b/app/src/main/java/c/i/a/c/a2/i0/i.java index 7903003438..c6225eb3c3 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/i.java +++ b/app/src/main/java/c/i/a/c/a2/i0/i.java @@ -12,7 +12,7 @@ public abstract class i { public w b; /* renamed from: c reason: collision with root package name */ - public j f719c; + public j f718c; public g d; public long e; public long f; diff --git a/app/src/main/java/c/i/a/c/a2/i0/j.java b/app/src/main/java/c/i/a/c/a2/i0/j.java index 3303537cd4..ffc6259884 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/j.java +++ b/app/src/main/java/c/i/a/c/a2/i0/j.java @@ -33,13 +33,13 @@ public final class j extends i { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final z[] f720c; + public final z[] f719c; public final int d; public a(a0 a0Var, y yVar, byte[] bArr, z[] zVarArr, int i) { this.a = a0Var; this.b = bArr; - this.f720c = zVarArr; + this.f719c = zVarArr; this.d = i; } } @@ -67,21 +67,21 @@ public final class j extends i { a aVar = this.n; AnimatableValueParser.H(aVar); a aVar2 = aVar; - int i2 = !aVar2.f720c[(b >> 1) & (255 >>> (8 - aVar2.d))].a ? aVar2.a.e : aVar2.a.f; + int i2 = !aVar2.f719c[(b >> 1) & (255 >>> (8 - aVar2.d))].a ? aVar2.a.e : aVar2.a.f; if (this.p) { i = (this.o + i2) / 4; } long j = (long) i; byte[] bArr2 = wVar.a; int length = bArr2.length; - int i3 = wVar.f921c + 4; + int i3 = wVar.f920c + 4; if (length < i3) { wVar.A(Arrays.copyOf(bArr2, i3)); } else { wVar.C(i3); } byte[] bArr3 = wVar.a; - int i4 = wVar.f921c; + int i4 = wVar.f920c; bArr3[i4 - 4] = (byte) ((int) (j & 255)); bArr3[i4 - 3] = (byte) ((int) ((j >>> 8) & 255)); bArr3[i4 - 2] = (byte) ((int) ((j >>> 16) & 255)); @@ -108,7 +108,7 @@ public final class j extends i { } a0 a0Var = this.q; if (a0Var == null) { - AnimatableValueParser.P2(1, wVar, false); + AnimatableValueParser.Q2(1, wVar, false); int k = wVar.k(); int s2 = wVar.s(); int k2 = wVar.k(); @@ -119,18 +119,18 @@ public final class j extends i { int h3 = wVar.h(); int i6 = h3 <= 0 ? -1 : h3; int s3 = wVar.s(); - this.q = new a0(k, s2, k2, i4, i5, i6, (int) Math.pow(2.0d, (double) (s3 & 15)), (int) Math.pow(2.0d, (double) ((s3 & 240) >> 4)), (1 & wVar.s()) > 0, Arrays.copyOf(wVar.a, wVar.f921c)); + this.q = new a0(k, s2, k2, i4, i5, i6, (int) Math.pow(2.0d, (double) (s3 & 15)), (int) Math.pow(2.0d, (double) ((s3 & 240) >> 4)), (1 & wVar.s()) > 0, Arrays.copyOf(wVar.a, wVar.f920c)); } else { y yVar = this.r; if (yVar == null) { - this.r = AnimatableValueParser.p2(wVar, true, true); + this.r = AnimatableValueParser.q2(wVar, true, true); } else { - int i7 = wVar.f921c; + int i7 = wVar.f920c; byte[] bArr3 = new byte[i7]; System.arraycopy(wVar.a, 0, bArr3, 0, i7); int i8 = a0Var.a; int i9 = 5; - AnimatableValueParser.P2(5, wVar, false); + AnimatableValueParser.Q2(5, wVar, false); int s4 = wVar.s() + 1; x xVar = new x(wVar.a); xVar.c(wVar.b * 8); @@ -357,7 +357,7 @@ public final class j extends i { } } else { StringBuilder P = c.d.b.a.a.P("expected code book to start with [0x56, 0x43, 0x42] at "); - P.append((xVar.f768c * 8) + xVar.d); + P.append((xVar.f767c * 8) + xVar.d); throw new ParserException(P.toString()); } } @@ -372,9 +372,9 @@ public final class j extends i { Format.b bVar2 = new Format.b(); bVar2.k = "audio/vorbis"; bVar2.f = a0Var2.d; - bVar2.g = a0Var2.f653c; - bVar2.f2282x = a0Var2.a; - bVar2.f2283y = a0Var2.b; + bVar2.g = a0Var2.f652c; + bVar2.f2280x = a0Var2.a; + bVar2.f2281y = a0Var2.b; bVar2.m = arrayList; bVar.a = bVar2.a(); return true; diff --git a/app/src/main/java/c/i/a/c/a2/j0/a0.java b/app/src/main/java/c/i/a/c/a2/j0/a0.java index ae4598c33a..6a12b858d9 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/a0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/a0.java @@ -10,7 +10,7 @@ public final class a0 { public final w b = new w(); /* renamed from: c reason: collision with root package name */ - public boolean f721c; + public boolean f720c; public boolean d; public boolean e; public long f = -9223372036854775807L; @@ -34,7 +34,7 @@ public final class a0 { public final int a(i iVar) { this.b.A(f0.f); - this.f721c = true; + this.f720c = true; iVar.k(); return 0; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/b0.java b/app/src/main/java/c/i/a/c/a2/j0/b0.java index ab58cd4674..17011aed17 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/b0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/b0.java @@ -21,7 +21,7 @@ public final class b0 implements h { public final SparseArray b = new SparseArray<>(); /* renamed from: c reason: collision with root package name */ - public final w f722c = new w(4096); + public final w f721c = new w(4096); public final a0 d = new a0(); public boolean e; public boolean f; @@ -38,7 +38,7 @@ public final class b0 implements h { public final e0 b; /* renamed from: c reason: collision with root package name */ - public final v f723c = new v(new byte[64]); + public final v f722c = new v(new byte[64]); public boolean d; public boolean e; public boolean f; @@ -77,7 +77,7 @@ public final class b0 implements h { long j = -9223372036854775807L; if (i != 0) { a0 a0Var = this.d; - if (!a0Var.f721c) { + if (!a0Var.f720c) { if (!a0Var.e) { long b2 = iVar.b(); int min = (int) Math.min(20000L, b2); @@ -90,7 +90,7 @@ public final class b0 implements h { iVar.n(a0Var.b.a, 0, min); w wVar = a0Var.b; int i2 = wVar.b; - int i3 = wVar.f921c - 4; + int i3 = wVar.f920c - 4; while (true) { if (i3 < i2) { break; @@ -123,7 +123,7 @@ public final class b0 implements h { iVar.n(a0Var.b.a, 0, min2); w wVar2 = a0Var.b; int i4 = wVar2.b; - int i5 = wVar2.f921c; + int i5 = wVar2.f920c; while (true) { if (i4 >= i5 - 3) { break; @@ -173,23 +173,23 @@ public final class b0 implements h { } iVar.k(); long f = i != 0 ? b - iVar.f() : -1; - if ((f != -1 && f < 4) || !iVar.e(this.f722c.a, 0, 4, true)) { + if ((f != -1 && f < 4) || !iVar.e(this.f721c.a, 0, 4, true)) { return -1; } - this.f722c.D(0); - int f2 = this.f722c.f(); + this.f721c.D(0); + int f2 = this.f721c.f(); if (f2 == 441) { return -1; } if (f2 == 442) { - iVar.n(this.f722c.a, 0, 10); - this.f722c.D(9); - iVar.l((this.f722c.s() & 7) + 14); + iVar.n(this.f721c.a, 0, 10); + this.f721c.D(9); + iVar.l((this.f721c.s() & 7) + 14); return 0; } else if (f2 == 443) { - iVar.n(this.f722c.a, 0, 2); - this.f722c.D(0); - iVar.l(this.f722c.x() + 6); + iVar.n(this.f721c.a, 0, 2); + this.f721c.D(0); + iVar.l(this.f721c.x() + 6); return 0; } else if (((f2 & InputDeviceCompat.SOURCE_ANY) >> 8) != 1) { iVar.l(1); @@ -229,40 +229,40 @@ public final class b0 implements h { this.j.j(); } } - iVar.n(this.f722c.a, 0, 2); - this.f722c.D(0); - int x2 = this.f722c.x() + 6; + iVar.n(this.f721c.a, 0, 2); + this.f721c.D(0); + int x2 = this.f721c.x() + 6; if (aVar == null) { iVar.l(x2); return 0; } - this.f722c.z(x2); - iVar.readFully(this.f722c.a, 0, x2); - this.f722c.D(6); - w wVar3 = this.f722c; - wVar3.e(aVar.f723c.a, 0, 3); - aVar.f723c.k(0); - aVar.f723c.m(8); - aVar.d = aVar.f723c.f(); - aVar.e = aVar.f723c.f(); - aVar.f723c.m(6); - int g = aVar.f723c.g(8); + this.f721c.z(x2); + iVar.readFully(this.f721c.a, 0, x2); + this.f721c.D(6); + w wVar3 = this.f721c; + wVar3.e(aVar.f722c.a, 0, 3); + aVar.f722c.k(0); + aVar.f722c.m(8); + aVar.d = aVar.f722c.f(); + aVar.e = aVar.f722c.f(); + aVar.f722c.m(6); + int g = aVar.f722c.g(8); aVar.g = g; - wVar3.e(aVar.f723c.a, 0, g); - aVar.f723c.k(0); + wVar3.e(aVar.f722c.a, 0, g); + aVar.f722c.k(0); aVar.h = 0; if (aVar.d) { - aVar.f723c.m(4); - aVar.f723c.m(1); - aVar.f723c.m(1); - long g2 = (((long) aVar.f723c.g(3)) << 30) | ((long) (aVar.f723c.g(15) << 15)) | ((long) aVar.f723c.g(15)); - aVar.f723c.m(1); + aVar.f722c.m(4); + aVar.f722c.m(1); + aVar.f722c.m(1); + long g2 = (((long) aVar.f722c.g(3)) << 30) | ((long) (aVar.f722c.g(15) << 15)) | ((long) aVar.f722c.g(15)); + aVar.f722c.m(1); if (!aVar.f && aVar.e) { - aVar.f723c.m(4); - aVar.f723c.m(1); - aVar.f723c.m(1); - aVar.f723c.m(1); - aVar.b.b((((long) aVar.f723c.g(3)) << 30) | ((long) (aVar.f723c.g(15) << 15)) | ((long) aVar.f723c.g(15))); + aVar.f722c.m(4); + aVar.f722c.m(1); + aVar.f722c.m(1); + aVar.f722c.m(1); + aVar.b.b((((long) aVar.f722c.g(3)) << 30) | ((long) (aVar.f722c.g(15) << 15)) | ((long) aVar.f722c.g(15))); aVar.f = true; } aVar.h = aVar.b.b(g2); @@ -270,7 +270,7 @@ public final class b0 implements h { aVar.a.f(aVar.h, 4); aVar.a.b(wVar3); aVar.a.d(); - w wVar4 = this.f722c; + w wVar4 = this.f721c; wVar4.C(wVar4.a.length); return 0; } @@ -287,7 +287,7 @@ public final class b0 implements h { e0 e0Var = this.a; synchronized (e0Var) { e0Var.a = j2; - e0Var.f911c = -9223372036854775807L; + e0Var.f910c = -9223372036854775807L; } } z zVar = this.i; diff --git a/app/src/main/java/c/i/a/c/a2/j0/d0.java b/app/src/main/java/c/i/a/c/a2/j0/d0.java index c9b27da4ae..2b359fcfa2 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/d0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/d0.java @@ -12,7 +12,7 @@ public final class d0 implements i0 { public final w b = new w(32); /* renamed from: c reason: collision with root package name */ - public int f724c; + public int f723c; public int d; public boolean e; public boolean f; @@ -63,18 +63,18 @@ public final class d0 implements i0 { int s5 = this.b.s(); this.e = (s4 & 128) != 0; int i4 = (((s4 & 15) << 8) | s5) + 3; - this.f724c = i4; + this.f723c = i4; byte[] bArr = this.b.a; if (bArr.length < i4) { this.b.b(Math.min((int) InputDeviceCompat.SOURCE_TOUCHSCREEN, Math.max(i4, bArr.length * 2))); } } } else { - int min2 = Math.min(wVar.a(), this.f724c - this.d); + int min2 = Math.min(wVar.a(), this.f723c - this.d); wVar.e(this.b.a, this.d, min2); int i5 = this.d + min2; this.d = i5; - int i6 = this.f724c; + int i6 = this.f723c; if (i5 != i6) { continue; } else { @@ -89,7 +89,7 @@ public final class d0 implements i0 { this.f = true; return; } - this.b.C(this.f724c - 4); + this.b.C(this.f723c - 4); } else { this.b.C(i6); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/e0.java b/app/src/main/java/c/i/a/c/a2/j0/e0.java index af250b1411..5017409c07 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/e0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/e0.java @@ -32,7 +32,7 @@ public final class e0 { bVar.a = str2; bVar.k = str; bVar.d = format.l; - bVar.f2280c = format.k; + bVar.f2278c = format.k; bVar.C = format.L; bVar.m = format.v; p.e(bVar.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/f.java b/app/src/main/java/c/i/a/c/a2/j0/f.java index 2866680cde..1258cd939d 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/f.java +++ b/app/src/main/java/c/i/a/c/a2/j0/f.java @@ -15,7 +15,7 @@ public final class f implements h { public final w b = new w(2786); /* renamed from: c reason: collision with root package name */ - public boolean f725c; + public boolean f724c; static { a aVar = a.a; @@ -85,9 +85,9 @@ public final class f implements h { } this.b.D(0); this.b.C(read); - if (!this.f725c) { + if (!this.f724c) { this.a.l = 0; - this.f725c = true; + this.f724c = true; } this.a.b(this.b); return 0; @@ -102,7 +102,7 @@ public final class f implements h { @Override // c.i.a.c.a2.h public void g(long j, long j2) { - this.f725c = false; + this.f724c = false; this.a.c(); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/f0.java b/app/src/main/java/c/i/a/c/a2/j0/f0.java index 338f73b3c9..d3193b0f77 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/f0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/f0.java @@ -15,11 +15,11 @@ public final class f0 extends c.i.a.c.a2.a { public final w b = new w(); /* renamed from: c reason: collision with root package name */ - public final int f726c; + public final int f725c; public final int d; public a(int i, e0 e0Var, int i2) { - this.f726c = i; + this.f725c = i; this.a = e0Var; this.d = i2; } @@ -36,7 +36,7 @@ public final class f0 extends c.i.a.c.a2.a { this.b.z(min); iVar.n(this.b.a, 0, min); w wVar = this.b; - int i = wVar.f921c; + int i = wVar.f920c; long j2 = -1; long j3 = -1; long j4 = -9223372036854775807L; @@ -50,9 +50,9 @@ public final class f0 extends c.i.a.c.a2.a { if (i3 > i) { break; } - long m2 = AnimatableValueParser.m2(wVar, i2, this.f726c); - if (m2 != -9223372036854775807L) { - long b = this.a.b(m2); + long n2 = AnimatableValueParser.n2(wVar, i2, this.f725c); + if (n2 != -9223372036854775807L) { + long b = this.a.b(n2); if (b > j) { return j4 == -9223372036854775807L ? a.e.a(b, position) : a.e.b(position + j3); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/g.java b/app/src/main/java/c/i/a/c/a2/j0/g.java index b11e8a7c24..f14c36b3a3 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/g.java +++ b/app/src/main/java/c/i/a/c/a2/j0/g.java @@ -16,7 +16,7 @@ public final class g implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f727c; + public final String f726c; public String d; public c.i.a.c.a2.w e; public int f = 0; @@ -31,7 +31,7 @@ public final class g implements o { v vVar = new v(new byte[128]); this.a = vVar; this.b = new w(vVar.a); - this.f727c = str; + this.f726c = str; } /* JADX WARNING: Removed duplicated region for block: B:120:0x0209 */ @@ -108,7 +108,7 @@ public final class g implements o { i3 = (vVar.g(11) + 1) * 2; int g2 = vVar.g(2); if (g2 == 3) { - i5 = l.f1000c[vVar.g(2)]; + i5 = l.f999c[vVar.g(2)]; i7 = 6; i6 = 3; } else { @@ -313,9 +313,9 @@ public final class g implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = str; - bVar.f2282x = i; - bVar.f2283y = i15; - bVar.f2280c = this.f727c; + bVar.f2280x = i; + bVar.f2281y = i15; + bVar.f2278c = this.f726c; Format a2 = bVar.a(); this.j = a2; this.e.e(a2); diff --git a/app/src/main/java/c/i/a/c/a2/j0/g0.java b/app/src/main/java/c/i/a/c/a2/j0/g0.java index ec4fe0453d..0c3a37a268 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/g0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/g0.java @@ -10,7 +10,7 @@ public final class g0 { public final e0 b = new e0(0); /* renamed from: c reason: collision with root package name */ - public final w f728c = new w(); + public final w f727c = new w(); public boolean d; public boolean e; public boolean f; @@ -23,7 +23,7 @@ public final class g0 { } public final int a(i iVar) { - this.f728c.A(f0.f); + this.f727c.A(f0.f); this.d = true; iVar.k(); return 0; diff --git a/app/src/main/java/c/i/a/c/a2/j0/h.java b/app/src/main/java/c/i/a/c/a2/j0/h.java index 7eea1eef41..1c32077f62 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/h.java +++ b/app/src/main/java/c/i/a/c/a2/j0/h.java @@ -13,7 +13,7 @@ public final class h implements c.i.a.c.a2.h { public final w b = new w(16384); /* renamed from: c reason: collision with root package name */ - public boolean f729c; + public boolean f728c; static { b bVar = b.a; @@ -94,9 +94,9 @@ public final class h implements c.i.a.c.a2.h { } this.b.D(0); this.b.C(read); - if (!this.f729c) { + if (!this.f728c) { this.a.m = 0; - this.f729c = true; + this.f728c = true; } this.a.b(this.b); return 0; @@ -111,7 +111,7 @@ public final class h implements c.i.a.c.a2.h { @Override // c.i.a.c.a2.h public void g(long j, long j2) { - this.f729c = false; + this.f728c = false; this.a.c(); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/h0.java b/app/src/main/java/c/i/a/c/a2/j0/h0.java index d7e26b5b84..787c4e25a6 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/h0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/h0.java @@ -26,7 +26,7 @@ public final class h0 implements h { public final int b; /* renamed from: c reason: collision with root package name */ - public final List f730c; + public final List f729c; public final w d; public final SparseIntArray e; public final i0.c f; @@ -44,7 +44,7 @@ public final class h0 implements h { public int r; /* renamed from: s reason: collision with root package name */ - public int f731s; + public int f730s; /* compiled from: TsExtractor */ public class a implements c0 { @@ -91,7 +91,7 @@ public final class h0 implements h { public final SparseArray b = new SparseArray<>(); /* renamed from: c reason: collision with root package name */ - public final SparseIntArray f732c = new SparseIntArray(); + public final SparseIntArray f731c = new SparseIntArray(); public final int d; public b(int i) { @@ -121,10 +121,10 @@ public final class h0 implements h { h0 h0Var = h0.this; int i5 = h0Var.a; if (i5 == 1 || i5 == 2 || h0Var.m == 1) { - e0Var = h0Var.f730c.get(0); + e0Var = h0Var.f729c.get(0); } else { - e0Var = new e0(h0Var.f730c.get(0).c()); - h0.this.f730c.add(e0Var); + e0Var = new e0(h0Var.f729c.get(0).c()); + h0.this.f729c.add(e0Var); } if ((wVar.s() & 128) != 0) { wVar.E(1); @@ -134,7 +134,7 @@ public final class h0 implements h { wVar.d(this.a, 2); this.a.m(3); int i7 = 13; - h0.this.f731s = this.a.g(13); + h0.this.f730s = this.a.g(13); wVar.d(this.a, 2); int i8 = 4; this.a.m(4); @@ -150,7 +150,7 @@ public final class h0 implements h { h0Var4.q.a(e0Var, h0Var4.l, new i0.d(x2, 21, 8192)); } this.b.clear(); - this.f732c.clear(); + this.f731c.clear(); int a = wVar.a(); while (a > 0) { int i11 = 5; @@ -311,19 +311,19 @@ public final class h0 implements h { i0Var = h0Var6.q; if (h0.this.a != 2) { i2 = g2; - if (i2 >= this.f732c.get(i16, 8192)) { + if (i2 >= this.f731c.get(i16, 8192)) { } } else { i2 = g2; } - this.f732c.put(i16, i2); + this.f731c.put(i16, i2); this.b.put(i16, i0Var); } } i0Var = h0Var6.f.a(g, bVar2); if (h0.this.a != 2) { } - this.f732c.put(i16, i2); + this.f731c.put(i16, i2); this.b.put(i16, i0Var); } e0Var = e0Var; @@ -336,11 +336,11 @@ public final class h0 implements h { } int i17 = x2; e0 e0Var4 = e0Var; - int size = this.f732c.size(); + int size = this.f731c.size(); int i18 = 0; while (i18 < size) { - int keyAt = this.f732c.keyAt(i18); - int valueAt = this.f732c.valueAt(i18); + int keyAt = this.f731c.keyAt(i18); + int valueAt = this.f731c.valueAt(i18); h0.this.h.put(keyAt, true); h0.this.i.put(valueAt, true); i0 valueAt2 = this.b.valueAt(i18); @@ -397,10 +397,10 @@ public final class h0 implements h { this.b = i3; this.a = i; if (i == 1 || i == 2) { - this.f730c = Collections.singletonList(e0Var); + this.f729c = Collections.singletonList(e0Var); } else { ArrayList arrayList = new ArrayList(); - this.f730c = arrayList; + this.f729c = arrayList; arrayList.add(e0Var); } this.d = new w(new byte[9400], 0); @@ -411,7 +411,7 @@ public final class h0 implements h { this.g = sparseArray; this.e = new SparseIntArray(); this.j = new g0(i3); - this.f731s = -1; + this.f730s = -1; sparseBooleanArray.clear(); sparseArray.clear(); SparseArray b2 = lVar.b(); @@ -466,7 +466,7 @@ public final class h0 implements h { if ((b2 == -1 || this.a == 2) ? false : true) { g0 g0Var = this.j; if (!g0Var.d) { - int i3 = this.f731s; + int i3 = this.f730s; if (i3 <= 0) { g0Var.a(iVar); return 0; @@ -478,20 +478,20 @@ public final class h0 implements h { if (iVar.getPosition() != j2) { sVar.a = j2; } else { - g0Var.f728c.z(min); + g0Var.f727c.z(min); iVar.k(); - iVar.n(g0Var.f728c.a, 0, min); - w wVar = g0Var.f728c; + iVar.n(g0Var.f727c.a, 0, min); + w wVar = g0Var.f727c; int i4 = wVar.b; - int i5 = wVar.f921c; + int i5 = wVar.f920c; while (true) { i5--; if (i5 < i4) { break; } else if (wVar.a[i5] == 71) { - long m2 = AnimatableValueParser.m2(wVar, i5, i3); - if (m2 != -9223372036854775807L) { - j = m2; + long n2 = AnimatableValueParser.n2(wVar, i5, i3); + if (n2 != -9223372036854775807L) { + j = n2; break; } } @@ -509,20 +509,20 @@ public final class h0 implements h { if (iVar.getPosition() != j3) { sVar.a = j3; } else { - g0Var.f728c.z(min2); + g0Var.f727c.z(min2); iVar.k(); - iVar.n(g0Var.f728c.a, 0, min2); - w wVar2 = g0Var.f728c; + iVar.n(g0Var.f727c.a, 0, min2); + w wVar2 = g0Var.f727c; int i6 = wVar2.b; - int i7 = wVar2.f921c; + int i7 = wVar2.f920c; while (true) { if (i6 >= i7) { break; } if (wVar2.a[i6] == 71) { - long m22 = AnimatableValueParser.m2(wVar2, i6, i3); - if (m22 != -9223372036854775807L) { - j = m22; + long n22 = AnimatableValueParser.n2(wVar2, i6, i3); + if (n22 != -9223372036854775807L) { + j = n22; break; } } @@ -550,7 +550,7 @@ public final class h0 implements h { g0 g0Var2 = this.j; long j5 = g0Var2.i; if (j5 != -9223372036854775807L) { - f0 f0Var = new f0(g0Var2.b, j5, b2, this.f731s, this.b); + f0 f0Var = new f0(g0Var2.b, j5, b2, this.f730s, this.b); this.k = f0Var; this.l.a(f0Var.a); } else { @@ -597,7 +597,7 @@ public final class h0 implements h { z2 = true; break; } - int i8 = this.d.f921c; + int i8 = this.d.f920c; int read = iVar.read(bArr, i8, 9400 - i8); i = -1; if (read == -1) { @@ -611,7 +611,7 @@ public final class h0 implements h { } w wVar4 = this.d; int i9 = wVar4.b; - int i10 = wVar4.f921c; + int i10 = wVar4.f920c; byte[] bArr2 = wVar4.a; int i11 = i9; while (i11 < i10 && bArr2[i11] != 71) { @@ -631,7 +631,7 @@ public final class h0 implements h { this.r = r3; } w wVar5 = this.d; - int i14 = wVar5.f921c; + int i14 = wVar5.f920c; if (i12 > i14) { return r3; } @@ -702,13 +702,13 @@ public final class h0 implements h { public void g(long j, long j2) { f0 f0Var; AnimatableValueParser.D(this.a != 2); - int size = this.f730c.size(); + int size = this.f729c.size(); for (int i = 0; i < size; i++) { - e0 e0Var = this.f730c.get(i); + e0 e0Var = this.f729c.get(i); if ((e0Var.d() == -9223372036854775807L) || !(e0Var.d() == 0 || e0Var.c() == j2)) { synchronized (e0Var) { e0Var.a = j2; - e0Var.f911c = -9223372036854775807L; + e0Var.f910c = -9223372036854775807L; } } } diff --git a/app/src/main/java/c/i/a/c/a2/j0/i.java b/app/src/main/java/c/i/a/c/a2/j0/i.java index 257a99a260..4fa87c6e91 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/i.java +++ b/app/src/main/java/c/i/a/c/a2/j0/i.java @@ -15,7 +15,7 @@ public final class i implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f733c; + public final String f732c; public String d; public c.i.a.c.a2.w e; public int f = 0; @@ -31,7 +31,7 @@ public final class i implements o { v vVar = new v(new byte[16]); this.a = vVar; this.b = new w(vVar.a); - this.f733c = str; + this.f732c = str; } @Override // c.i.a.c.a2.j0.o @@ -89,15 +89,15 @@ public final class i implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = "audio/ac4"; - bVar.f2282x = 2; - bVar.f2283y = b.a; - bVar.f2280c = this.f733c; + bVar.f2280x = 2; + bVar.f2281y = b.a; + bVar.f2278c = this.f732c; Format a = bVar.a(); this.k = a; this.e.e(a); } this.l = b.b; - this.j = (((long) b.f1001c) * 1000000) / ((long) this.k.H); + this.j = (((long) b.f1000c) * 1000000) / ((long) this.k.H); this.b.D(0); this.e.c(this.b, 16); this.f = 2; diff --git a/app/src/main/java/c/i/a/c/a2/j0/i0.java b/app/src/main/java/c/i/a/c/a2/j0/i0.java index 2a8384096e..b96353c784 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/i0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/i0.java @@ -29,13 +29,13 @@ public interface i0 { public final String b; /* renamed from: c reason: collision with root package name */ - public final List f734c; + public final List f733c; public final byte[] d; public b(int i, @Nullable String str, @Nullable List list, byte[] bArr) { this.a = i; this.b = str; - this.f734c = list == null ? Collections.emptyList() : Collections.unmodifiableList(list); + this.f733c = list == null ? Collections.emptyList() : Collections.unmodifiableList(list); this.d = bArr; } } @@ -52,7 +52,7 @@ public interface i0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f735c; + public final int f734c; public int d; public String e; @@ -65,14 +65,14 @@ public interface i0 { } this.a = str; this.b = i2; - this.f735c = i3; + this.f734c = i3; this.d = Integer.MIN_VALUE; this.e = ""; } public void a() { int i = this.d; - this.d = i == Integer.MIN_VALUE ? this.b : i + this.f735c; + this.d = i == Integer.MIN_VALUE ? this.b : i + this.f734c; this.e = this.a + this.d; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/j.java b/app/src/main/java/c/i/a/c/a2/j0/j.java index 451b2c5d74..aaeb294816 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/j.java +++ b/app/src/main/java/c/i/a/c/a2/j0/j.java @@ -15,7 +15,7 @@ public final class j implements h { public final w b = new w(2048); /* renamed from: c reason: collision with root package name */ - public final w f736c; + public final w f735c; public final v d; public c.i.a.c.a2.j e; public long f; @@ -30,20 +30,20 @@ public final class j implements h { public j(int i) { w wVar = new w(10); - this.f736c = wVar; + this.f735c = wVar; this.d = new v(wVar.a); } public final int a(i iVar) throws IOException { int i = 0; while (true) { - iVar.n(this.f736c.a, 0, 10); - this.f736c.D(0); - if (this.f736c.u() != 4801587) { + iVar.n(this.f735c.a, 0, 10); + this.f735c.D(0); + if (this.f735c.u() != 4801587) { break; } - this.f736c.E(3); - int r = this.f736c.r(); + this.f735c.E(3); + int r = this.f735c.r(); i += r + 10; iVar.g(r); } @@ -73,16 +73,16 @@ public final class j implements h { int i2 = 0; int i3 = 0; while (true) { - iVar.n(this.f736c.a, 0, 2); - this.f736c.D(0); - if (!k.g(this.f736c.x())) { + iVar.n(this.f735c.a, 0, 2); + this.f735c.D(0); + if (!k.g(this.f735c.x())) { break; } i2++; if (i2 >= 4 && i3 > 188) { return true; } - iVar.n(this.f736c.a, 0, 4); + iVar.n(this.f735c.a, 0, 4); this.d.k(14); int g = this.d.g(13); if (g <= 6) { diff --git a/app/src/main/java/c/i/a/c/a2/j0/j0.java b/app/src/main/java/c/i/a/c/a2/j0/j0.java index ea257f5b30..3a51798f68 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/j0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/j0.java @@ -39,7 +39,7 @@ public final class j0 { bVar.a = dVar.b(); bVar.k = str; bVar.d = format.l; - bVar.f2280c = format.k; + bVar.f2278c = format.k; bVar.C = format.L; bVar.m = format.v; p.e(bVar.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/k.java b/app/src/main/java/c/i/a/c/a2/j0/k.java index 26f6966046..82a0b38e4a 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/k.java +++ b/app/src/main/java/c/i/a/c/a2/j0/k.java @@ -20,7 +20,7 @@ public final class k implements o { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final v f737c = new v(new byte[7]); + public final v f736c = new v(new byte[7]); public final w d = new w(Arrays.copyOf(a, 10)); @Nullable public final String e; @@ -39,7 +39,7 @@ public final class k implements o { public long r; /* renamed from: s reason: collision with root package name */ - public int f738s; + public int f737s; public long t; public c.i.a.c.a2.w u; public long v; @@ -81,7 +81,7 @@ public final class k implements o { if (i4 == 0) { byte[] bArr = wVar.a; int i7 = wVar.b; - int i8 = wVar.f921c; + int i8 = wVar.f920c; while (true) { if (i7 >= i8) { wVar.D(i7); @@ -95,15 +95,15 @@ public final class k implements o { } int i9 = i - 2; wVar.D(i9 + 1); - if (i(wVar, this.f737c.a, 1)) { - this.f737c.k(4); - int g = this.f737c.g(1); + if (i(wVar, this.f736c.a, 1)) { + this.f736c.k(4); + int g = this.f736c.g(1); int i10 = this.n; if (i10 == -1 || g == i10) { if (this.o != -1) { - if (i(wVar, this.f737c.a, 1)) { - this.f737c.k(i6); - if (this.f737c.g(4) == this.o) { + if (i(wVar, this.f736c.a, 1)) { + this.f736c.k(i6); + if (this.f736c.g(4) == this.o) { wVar.D(i9 + 2); } } @@ -112,12 +112,12 @@ public final class k implements o { break; } } - if (i(wVar, this.f737c.a, 4)) { - this.f737c.k(14); - int g2 = this.f737c.g(i5); + if (i(wVar, this.f736c.a, 4)) { + this.f736c.k(14); + int g2 = this.f736c.g(i5); if (g2 >= 7) { byte[] bArr2 = wVar.a; - int i11 = wVar.f921c; + int i11 = wVar.f920c; int i12 = i9 + g2; if (i12 < i11) { if (bArr2[i12] == -1) { @@ -144,7 +144,7 @@ public final class k implements o { if (i14 == 1075) { this.i = 2; this.j = a.length; - this.f738s = 0; + this.f737s = 0; this.d.D(0); wVar.D(i); break; @@ -174,36 +174,36 @@ public final class k implements o { } else if (i4 != 1) { if (i4 != 2) { if (i4 == 3) { - if (a(wVar, this.f737c.a, this.l ? 7 : 5)) { - this.f737c.k(0); + if (a(wVar, this.f736c.a, this.l ? 7 : 5)) { + this.f736c.k(0); if (!this.q) { - int g3 = this.f737c.g(2) + 1; + int g3 = this.f736c.g(2) + 1; if (g3 != 2) { Log.w("AdtsReader", "Detected audio object type: " + g3 + ", but assuming AAC LC."); g3 = 2; } - this.f737c.m(5); - int g4 = this.f737c.g(3); + this.f736c.m(5); + int g4 = this.f736c.g(3); int i15 = this.o; byte[] bArr3 = {(byte) (((g3 << 3) & 248) | ((i15 >> 1) & 7)), (byte) (((i15 << 7) & 128) | ((g4 << 3) & 120))}; k.b c2 = c.i.a.c.v1.k.c(new v(bArr3), false); Format.b bVar = new Format.b(); bVar.a = this.f; bVar.k = "audio/mp4a-latm"; - bVar.h = c2.f999c; - bVar.f2282x = c2.b; - bVar.f2283y = c2.a; + bVar.h = c2.f998c; + bVar.f2280x = c2.b; + bVar.f2281y = c2.a; bVar.m = Collections.singletonList(bArr3); - bVar.f2280c = this.e; + bVar.f2278c = this.e; Format a2 = bVar.a(); this.r = 1024000000 / ((long) a2.H); this.g.e(a2); this.q = true; } else { - this.f737c.m(10); + this.f736c.m(10); } - this.f737c.m(4); - int g5 = (this.f737c.g(13) - 2) - 5; + this.f736c.m(4); + int g5 = (this.f736c.g(13) - 2) - 5; if (this.l) { g5 -= 2; } @@ -213,14 +213,14 @@ public final class k implements o { this.j = 0; this.u = wVar2; this.v = j; - this.f738s = g5; + this.f737s = g5; } } else if (i4 == 4) { - int min = Math.min(wVar.a(), this.f738s - this.j); + int min = Math.min(wVar.a(), this.f737s - this.j); this.u.c(wVar, min); int i16 = this.j + min; this.j = i16; - int i17 = this.f738s; + int i17 = this.f737s; if (i16 == i17) { this.u.d(this.t, 1, i17, 0, null); this.t += this.v; @@ -237,13 +237,13 @@ public final class k implements o { this.j = 10; this.u = wVar3; this.v = 0; - this.f738s = this.d.r() + 10; + this.f737s = this.d.r() + 10; } } else if (wVar.a() != 0) { - v vVar = this.f737c; + v vVar = this.f736c; vVar.a[0] = wVar.a[wVar.b]; vVar.k(2); - int g6 = this.f737c.g(4); + int g6 = this.f736c.g(4); int i18 = this.o; if (i18 == -1 || g6 == i18) { if (!this.m) { diff --git a/app/src/main/java/c/i/a/c/a2/j0/l.java b/app/src/main/java/c/i/a/c/a2/j0/l.java index 94808f5b10..38066c194c 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/l.java +++ b/app/src/main/java/c/i/a/c/a2/j0/l.java @@ -41,7 +41,7 @@ public final class l implements i0.c { return new y(new s(new e0(c(bVar)))); } if (i == 89) { - return new y(new n(bVar.f734c)); + return new y(new n(bVar.f733c)); } if (i != 138) { if (i == 172) { @@ -122,7 +122,7 @@ public final class l implements i0.c { int i8 = bArr[i5] & 255 & 31; int i9 = 0; while (i9 < i8) { - String str2 = new String(bArr, i7, 3, c.f1277c); + String str2 = new String(bArr, i7, 3, c.f1276c); int i10 = i7 + 3; int i11 = i10 + 1; int i12 = bArr[i10] & 255; @@ -144,7 +144,7 @@ public final class l implements i0.c { } Format.b bVar2 = new Format.b(); bVar2.k = str; - bVar2.f2280c = str2; + bVar2.f2278c = str2; bVar2.C = i; bVar2.m = list; arrayList.add(bVar2.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/m.java b/app/src/main/java/c/i/a/c/a2/j0/m.java index c81ada7921..8130993959 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/m.java +++ b/app/src/main/java/c/i/a/c/a2/j0/m.java @@ -15,7 +15,7 @@ public final class m implements o { public final String b; /* renamed from: c reason: collision with root package name */ - public String f739c; + public String f738c; public c.i.a.c.a2.w d; public int e = 0; public int f; @@ -98,7 +98,7 @@ public final class m implements o { if (i13 == 18) { byte[] bArr3 = this.a.a; if (this.i == null) { - String str = this.f739c; + String str = this.f738c; String str2 = this.b; if (bArr3[0] == Byte.MAX_VALUE) { vVar = new v(bArr3); @@ -118,8 +118,8 @@ public final class m implements o { while (vVar3.b() >= 16) { vVar3.m(i11); int g = vVar3.g(14) & 16383; - int min2 = Math.min(8 - vVar2.f920c, 14); - int i16 = vVar2.f920c; + int min2 = Math.min(8 - vVar2.f919c, 14); + int i16 = vVar2.f919c; int i17 = (8 - i16) - min2; byte[] bArr4 = vVar2.a; int i18 = vVar2.b; @@ -146,7 +146,7 @@ public final class m implements o { int length = copyOf.length; vVar2.a = copyOf; vVar2.b = 0; - vVar2.f920c = 0; + vVar2.f919c = 0; vVar2.d = length; vVar = vVar2; } @@ -154,7 +154,7 @@ public final class m implements o { int i22 = c.i.a.c.v1.w.a[vVar.g(6)]; int i23 = c.i.a.c.v1.w.b[vVar.g(4)]; int g2 = vVar.g(5); - int[] iArr = c.i.a.c.v1.w.f1012c; + int[] iArr = c.i.a.c.v1.w.f1011c; if (g2 >= iArr.length) { i8 = -1; i7 = 2; @@ -168,10 +168,10 @@ public final class m implements o { bVar.a = str; bVar.k = "audio/vnd.dts"; bVar.f = i8; - bVar.f2282x = i24; - bVar.f2283y = i23; + bVar.f2280x = i24; + bVar.f2281y = i23; bVar.n = null; - bVar.f2280c = str2; + bVar.f2278c = str2; Format a = bVar.a(); this.i = a; this.d.e(a); @@ -271,7 +271,7 @@ public final class m implements o { @Override // c.i.a.c.a2.j0.o public void e(j jVar, i0.d dVar) { dVar.a(); - this.f739c = dVar.b(); + this.f738c = dVar.b(); this.d = jVar.p(dVar.c(), 1); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/n.java b/app/src/main/java/c/i/a/c/a2/j0/n.java index c93c320684..ecffbf0bbb 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/n.java +++ b/app/src/main/java/c/i/a/c/a2/j0/n.java @@ -12,7 +12,7 @@ public final class n implements o { public final w[] b; /* renamed from: c reason: collision with root package name */ - public boolean f740c; + public boolean f739c; public int d; public int e; public long f; @@ -27,15 +27,15 @@ public final class n implements o { return false; } if (wVar.s() != i) { - this.f740c = false; + this.f739c = false; } this.d--; - return this.f740c; + return this.f739c; } @Override // c.i.a.c.a2.j0.o public void b(c.i.a.c.i2.w wVar) { - if (!this.f740c) { + if (!this.f739c) { return; } if (this.d != 2 || a(wVar, 32)) { @@ -54,16 +54,16 @@ public final class n implements o { @Override // c.i.a.c.a2.j0.o public void c() { - this.f740c = false; + this.f739c = false; } @Override // c.i.a.c.a2.j0.o public void d() { - if (this.f740c) { + if (this.f739c) { for (w wVar : this.b) { wVar.d(this.f, 1, this.e, 0, null); } - this.f740c = false; + this.f739c = false; } } @@ -77,7 +77,7 @@ public final class n implements o { bVar.a = dVar.b(); bVar.k = "application/dvbsubs"; bVar.m = Collections.singletonList(aVar.b); - bVar.f2280c = aVar.a; + bVar.f2278c = aVar.a; p.e(bVar.a()); this.b[i] = p; } @@ -86,7 +86,7 @@ public final class n implements o { @Override // c.i.a.c.a2.j0.o public void f(long j, int i) { if ((i & 4) != 0) { - this.f740c = true; + this.f739c = true; this.f = j; this.e = 0; this.d = 2; diff --git a/app/src/main/java/c/i/a/c/a2/j0/p.java b/app/src/main/java/c/i/a/c/a2/j0/p.java index 21146b130c..fc1fbaae7a 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/p.java +++ b/app/src/main/java/c/i/a/c/a2/j0/p.java @@ -18,7 +18,7 @@ public final class p implements o { public String b; /* renamed from: c reason: collision with root package name */ - public w f741c; + public w f740c; @Nullable public final j0 d; @Nullable @@ -43,7 +43,7 @@ public final class p implements o { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f742c; + public int f741c; public int d; public byte[] e; @@ -56,12 +56,12 @@ public final class p implements o { int i3 = i2 - i; byte[] bArr2 = this.e; int length = bArr2.length; - int i4 = this.f742c; + int i4 = this.f741c; if (length < i4 + i3) { this.e = Arrays.copyOf(bArr2, (i4 + i3) * 2); } - System.arraycopy(bArr, i, this.e, this.f742c, i3); - this.f742c += i3; + System.arraycopy(bArr, i, this.e, this.f741c, i3); + this.f741c += i3; } } } @@ -101,12 +101,12 @@ public final class p implements o { long j2; int i6; float f2; - AnimatableValueParser.H(this.f741c); + AnimatableValueParser.H(this.f740c); int i7 = wVar.b; - int i8 = wVar.f921c; + int i8 = wVar.f920c; byte[] bArr = wVar.a; this.i += (long) wVar.a(); - this.f741c.c(wVar, wVar.a()); + this.f740c.c(wVar, wVar.a()); while (true) { int b = u.b(bArr, i7, i8, this.g); if (b == i8) { @@ -122,8 +122,8 @@ public final class p implements o { int i12 = i11 < 0 ? -i11 : 0; a aVar = this.h; if (aVar.b) { - int i13 = aVar.f742c - i12; - aVar.f742c = i13; + int i13 = aVar.f741c - i12; + aVar.f741c = i13; if (aVar.d == 0 && i10 == 181) { aVar.d = i13; } else { @@ -133,7 +133,7 @@ public final class p implements o { a aVar2 = this.h; String str = this.b; Objects.requireNonNull(str); - byte[] copyOf = Arrays.copyOf(aVar2.e, aVar2.f742c); + byte[] copyOf = Arrays.copyOf(aVar2.e, aVar2.f741c); int i14 = copyOf[5] & 255; int i15 = ((copyOf[4] & 255) << 4) | (i14 >> 4); int i16 = ((i14 & 15) << 8) | (copyOf[6] & 255); @@ -172,7 +172,7 @@ public final class p implements o { } j2 = (long) (1000000.0d / d); Pair create = Pair.create(a2, Long.valueOf(j2)); - this.f741c.e((Format) create.first); + this.f740c.e((Format) create.first); this.l = ((Long) create.second).longValue(); this.k = true; wVar2 = this.f; @@ -201,7 +201,7 @@ public final class p implements o { if (i3 != 0 || i3 == 179) { int i22 = i8 - b; if (this.j && this.q && this.k) { - this.f741c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f740c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); } z2 = this.j; if (z2 || this.q) { @@ -226,7 +226,7 @@ public final class p implements o { i2 = i9; j2 = 0; Pair create = Pair.create(a2, Long.valueOf(j2)); - this.f741c.e((Format) create.first); + this.f740c.e((Format) create.first); this.l = ((Long) create.second).longValue(); this.k = true; wVar2 = this.f; @@ -235,7 +235,7 @@ public final class p implements o { if (i3 != 0) { } int i22 = i8 - b; - this.f741c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f740c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); z2 = this.j; if (z2) { } @@ -269,7 +269,7 @@ public final class p implements o { i2 = i9; j2 = 0; Pair create = Pair.create(a2, Long.valueOf(j2)); - this.f741c.e((Format) create.first); + this.f740c.e((Format) create.first); this.l = ((Long) create.second).longValue(); this.k = true; wVar2 = this.f; @@ -278,7 +278,7 @@ public final class p implements o { if (i3 != 0) { } int i22 = i8 - b; - this.f741c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f740c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); z2 = this.j; if (z2) { } @@ -311,7 +311,7 @@ public final class p implements o { if (i3 != 0) { } int i22 = i8 - b; - this.f741c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f740c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); z2 = this.j; if (z2) { } @@ -340,7 +340,7 @@ public final class p implements o { u.a(this.g); a aVar = this.h; aVar.b = false; - aVar.f742c = 0; + aVar.f741c = 0; aVar.d = 0; w wVar = this.f; if (wVar != null) { @@ -358,7 +358,7 @@ public final class p implements o { public void e(j jVar, i0.d dVar) { dVar.a(); this.b = dVar.b(); - this.f741c = jVar.p(dVar.c(), 2); + this.f740c = jVar.p(dVar.c(), 2); j0 j0Var = this.d; if (j0Var != null) { j0Var.b(jVar, dVar); diff --git a/app/src/main/java/c/i/a/c/a2/j0/q.java b/app/src/main/java/c/i/a/c/a2/j0/q.java index 37c0b548e1..46f07a6cf6 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/q.java +++ b/app/src/main/java/c/i/a/c/a2/j0/q.java @@ -21,7 +21,7 @@ public final class q implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public final w f743c = new w(); + public final w f742c = new w(); public final boolean[] d = new boolean[4]; public final a e = new a(128); @Nullable @@ -39,7 +39,7 @@ public final class q implements o { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f744c; + public int f743c; public int d; public int e; public byte[] f; @@ -65,7 +65,7 @@ public final class q implements o { public void b() { this.b = false; this.d = 0; - this.f744c = 0; + this.f743c = 0; } } @@ -75,7 +75,7 @@ public final class q implements o { public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f745c; + public boolean f744c; public boolean d; public int e; public int f; @@ -87,12 +87,12 @@ public final class q implements o { } public void a(byte[] bArr, int i, int i2) { - if (this.f745c) { + if (this.f744c) { int i3 = this.f; int i4 = (i + 1) - i3; if (i4 < i2) { this.d = ((bArr[i4] & 192) >> 6) == 0; - this.f745c = false; + this.f744c = false; return; } this.f = (i2 - i) + i3; @@ -126,7 +126,7 @@ public final class q implements o { AnimatableValueParser.H(this.g); AnimatableValueParser.H(this.j); int i4 = wVar.b; - int i5 = wVar.f921c; + int i5 = wVar.f920c; byte[] bArr = wVar.a; this.h += (long) wVar.a(); this.j.c(wVar, wVar.a()); @@ -153,7 +153,7 @@ public final class q implements o { } int i9 = i8 < 0 ? -i8 : 0; a aVar = this.e; - int i10 = aVar.f744c; + int i10 = aVar.f743c; if (i10 != 0) { if (i10 != 1) { if (i10 != 2) { @@ -252,10 +252,10 @@ public final class q implements o { if (this.f.b(i3)) { w wVar5 = this.f; int e = u.e(wVar5.d, wVar5.e); - w wVar6 = this.f743c; + w wVar6 = this.f742c; int i14 = f0.a; wVar6.B(this.f.d, e); - this.b.a(this.l, this.f743c); + this.b.a(this.l, this.f742c); } if (i7 == 178) { if (wVar.a[b2 + 2] == 1) { @@ -276,7 +276,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f745c = i7 == 182; + bVar3.f744c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -295,7 +295,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f745c = i7 == 182; + bVar3.f744c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -346,7 +346,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f745c = i7 == 182; + bVar3.f744c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -396,7 +396,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f745c = i7 == 182; + bVar3.f744c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -408,22 +408,22 @@ public final class q implements o { aVar.b(); } else { aVar.e = aVar.d; - aVar.f744c = 4; + aVar.f743c = 4; } } else if (i7 > 31) { Log.w("H263Reader", "Unexpected start code value"); aVar.b(); } else { - aVar.f744c = 3; + aVar.f743c = 3; } } else if (i7 != 181) { Log.w("H263Reader", "Unexpected start code value"); aVar.b(); } else { - aVar.f744c = 2; + aVar.f743c = 2; } } else if (i7 == 176) { - aVar.f744c = 1; + aVar.f743c = 1; aVar.b = true; } byte[] bArr2 = a.a; @@ -450,7 +450,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f745c = i7 == 182; + bVar3.f744c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -465,7 +465,7 @@ public final class q implements o { b bVar = this.g; if (bVar != null) { bVar.b = false; - bVar.f745c = false; + bVar.f744c = false; bVar.d = false; bVar.e = -1; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/r.java b/app/src/main/java/c/i/a/c/a2/j0/r.java index 7ae57c82ce..56ff6c16cb 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/r.java +++ b/app/src/main/java/c/i/a/c/a2/j0/r.java @@ -20,7 +20,7 @@ public final class r implements o { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f746c; + public final boolean f745c; public final w d = new w(7, 128); public final w e = new w(8, 128); public final w f = new w(6, 128); @@ -40,7 +40,7 @@ public final class r implements o { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f747c; + public final boolean f746c; public final SparseArray d = new SparseArray<>(); public final SparseArray e = new SparseArray<>(); public final x f; @@ -64,7 +64,7 @@ public final class r implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public u.b f748c; + public u.b f747c; public int d; public int e; public int f; @@ -86,7 +86,7 @@ public final class r implements o { public b(w wVar, boolean z2, boolean z3) { this.a = wVar; this.b = z2; - this.f747c = z3; + this.f746c = z3; byte[] bArr = new byte[128]; this.g = bArr; this.f = new x(bArr, 0, 0); @@ -101,7 +101,7 @@ public final class r implements o { public r(e0 e0Var, boolean z2, boolean z3) { this.a = e0Var; this.b = z2; - this.f746c = z3; + this.f745c = z3; } /* JADX WARNING: Removed duplicated region for block: B:44:0x011e */ @@ -124,7 +124,7 @@ public final class r implements o { int i8; int i9; int i10; - if (!this.l || this.k.f747c) { + if (!this.l || this.k.f746c) { this.d.a(bArr, i, i2); this.e.a(bArr, i, i2); } @@ -150,7 +150,7 @@ public final class r implements o { bVar.f.f(); if (bVar.f.c()) { int f = bVar.f.f(); - if (!bVar.f747c) { + if (!bVar.f746c) { bVar.k = false; b.a aVar = bVar.n; aVar.e = f; @@ -194,7 +194,7 @@ public final class r implements o { i9 = 0; } else if (bVar.f.c()) { i9 = bVar.f.g(); - if (aVar2.f918c && !z4) { + if (aVar2.f917c && !z4) { if (bVar.f.c()) { i7 = bVar.f.g(); i5 = 0; @@ -213,7 +213,7 @@ public final class r implements o { i5 = 0; } else if (bVar.f.b(bVar2.l)) { i8 = bVar.f.e(bVar2.l); - if (!aVar2.f918c || z4) { + if (!aVar2.f917c || z4) { i10 = 0; } else if (bVar.f.c()) { i10 = bVar.f.g(); @@ -227,7 +227,7 @@ public final class r implements o { return; } b.a aVar3 = bVar.n; - aVar3.f748c = bVar2; + aVar3.f747c = bVar2; aVar3.d = e; aVar3.e = f; aVar3.f = e2; @@ -260,7 +260,7 @@ public final class r implements o { if (i4 == 0) { } b.a aVar3 = bVar.n; - aVar3.f748c = bVar2; + aVar3.f747c = bVar2; aVar3.d = e; aVar3.e = f; aVar3.f = e2; @@ -327,7 +327,7 @@ public final class r implements o { AnimatableValueParser.H(this.j); int i3 = f0.a; int i4 = wVar.b; - int i5 = wVar.f921c; + int i5 = wVar.f920c; byte[] bArr2 = wVar.a; this.g += (long) wVar.a(); this.j.c(wVar, wVar.a()); @@ -347,26 +347,26 @@ public final class r implements o { long j = this.g - ((long) i9); int i10 = i8 < 0 ? -i8 : 0; long j2 = this.m; - if (!this.l || this.k.f747c) { + if (!this.l || this.k.f746c) { this.d.b(i10); this.e.b(i10); if (this.l) { i = i5; bArr = bArr2; w wVar2 = this.d; - if (wVar2.f755c) { + if (wVar2.f754c) { u.b d = u.d(wVar2.d, 3, wVar2.e); this.k.d.append(d.d, d); this.d.c(); } else { w wVar3 = this.e; - if (wVar3.f755c) { + if (wVar3.f754c) { u.a c2 = u.c(wVar3.d, 3, wVar3.e); this.k.e.append(c2.a, c2); this.e.c(); } } - } else if (this.d.f755c && this.e.f755c) { + } else if (this.d.f754c && this.e.f754c) { ArrayList arrayList = new ArrayList(); w wVar4 = this.d; arrayList.add(Arrays.copyOf(wVar4.d, wVar4.e)); @@ -377,7 +377,7 @@ public final class r implements o { w wVar7 = this.e; u.a c3 = u.c(wVar7.d, 3, wVar7.e); i = i5; - String a2 = h.a(d2.a, d2.b, d2.f919c); + String a2 = h.a(d2.a, d2.b, d2.f918c); w wVar8 = this.j; Format.b bVar3 = new Format.b(); bArr = bArr2; @@ -405,14 +405,14 @@ public final class r implements o { boolean z4 = this.l; boolean z5 = this.n; if (bVar.i != 9) { - if (bVar.f747c) { + if (bVar.f746c) { b.a aVar = bVar.n; b.a aVar2 = bVar.m; if (aVar.a) { if (aVar2.a) { - u.b bVar4 = aVar.f748c; + u.b bVar4 = aVar.f747c; AnimatableValueParser.H(bVar4); - u.b bVar5 = aVar2.f748c; + u.b bVar5 = aVar2.f747c; AnimatableValueParser.H(bVar5); if (aVar.f == aVar2.f) { if (aVar.g == aVar2.g) { @@ -465,7 +465,7 @@ public final class r implements o { this.n = false; } long j3 = this.m; - if (!this.l || this.k.f747c) { + if (!this.l || this.k.f746c) { this.d.d(i7); this.e.d(i7); } @@ -475,7 +475,7 @@ public final class r implements o { bVar2.l = j3; bVar2.j = j; int i15 = bVar2.b ? 1 : 1; - if (bVar2.f747c) { + if (bVar2.f746c) { if (!(i7 == 5 || i7 == i15 || i7 == 2)) { } b.a aVar4 = bVar2.m; @@ -516,7 +516,7 @@ public final class r implements o { bVar2.j = j; if (bVar2.b) { } - if (bVar2.f747c) { + if (bVar2.f746c) { } i4 = i6; i5 = i; @@ -555,7 +555,7 @@ public final class r implements o { bVar2.j = j; if (bVar2.b) { } - if (bVar2.f747c) { + if (bVar2.f746c) { } i4 = i6; i5 = i; @@ -591,7 +591,7 @@ public final class r implements o { this.i = dVar.b(); w p = jVar.p(dVar.c(), 2); this.j = p; - this.k = new b(p, this.b, this.f746c); + this.k = new b(p, this.b, this.f745c); this.a.a(jVar, dVar); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/s.java b/app/src/main/java/c/i/a/c/a2/j0/s.java index 9f628657e3..99b71efea7 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/s.java +++ b/app/src/main/java/c/i/a/c/a2/j0/s.java @@ -17,7 +17,7 @@ public final class s implements o { public String b; /* renamed from: c reason: collision with root package name */ - public w f749c; + public w f748c; public a d; public boolean e; public final boolean[] f = new boolean[3]; @@ -36,7 +36,7 @@ public final class s implements o { public long b; /* renamed from: c reason: collision with root package name */ - public boolean f750c; + public boolean f749c; public int d; public long e; public boolean f; @@ -103,13 +103,13 @@ public final class s implements o { int i5; long j4; c.i.a.c.i2.w wVar2 = wVar; - AnimatableValueParser.H(this.f749c); + AnimatableValueParser.H(this.f748c); int i6 = f0.a; while (wVar.a() > 0) { - int i7 = wVar2.f921c; + int i7 = wVar2.f920c; byte[] bArr2 = wVar2.a; this.l += (long) wVar.a(); - this.f749c.c(wVar2, wVar.a()); + this.f748c.c(wVar2, wVar.a()); for (int i8 = wVar2.b; i8 < i7; i8 = i3) { int b = u.b(bArr2, i8, i7, this.f); if (b == i7) { @@ -129,7 +129,7 @@ public final class s implements o { a aVar = this.d; boolean z2 = this.e; if (aVar.j && aVar.g) { - aVar.m = aVar.f750c; + aVar.m = aVar.f749c; aVar.j = false; } else if (aVar.h || aVar.g) { if (z2 && aVar.i) { @@ -137,7 +137,7 @@ public final class s implements o { } aVar.k = aVar.b; aVar.l = aVar.e; - aVar.m = aVar.f750c; + aVar.m = aVar.f749c; aVar.i = true; } if (!this.e) { @@ -145,12 +145,12 @@ public final class s implements o { this.h.b(i13); this.i.b(i13); w wVar3 = this.g; - if (wVar3.f755c) { + if (wVar3.f754c) { w wVar4 = this.h; - if (wVar4.f755c) { + if (wVar4.f754c) { w wVar5 = this.i; - if (wVar5.f755c) { - w wVar6 = this.f749c; + if (wVar5.f754c) { + w wVar6 = this.f748c; String str = this.b; i4 = i7; int i14 = wVar3.e; @@ -372,7 +372,7 @@ public final class s implements o { } } boolean z5 = i < 16 && i <= 21; - aVar2.f750c = z5; + aVar2.f749c = z5; aVar2.f = !z5 || i <= 9; if (this.e) { this.g.d(i); @@ -410,7 +410,7 @@ public final class s implements o { } if (i < 16) { } - aVar2.f750c = z5; + aVar2.f749c = z5; aVar2.f = !z5 || i <= 9; if (this.e) { } @@ -451,7 +451,7 @@ public final class s implements o { dVar.a(); this.b = dVar.b(); w p = jVar.p(dVar.c(), 2); - this.f749c = p; + this.f748c = p; this.d = new a(p); this.a.a(jVar, dVar); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/t.java b/app/src/main/java/c/i/a/c/a2/j0/t.java index e4cc4e49a0..d6fd30b076 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/t.java +++ b/app/src/main/java/c/i/a/c/a2/j0/t.java @@ -12,7 +12,7 @@ public final class t implements o { public c.i.a.c.a2.w b; /* renamed from: c reason: collision with root package name */ - public boolean f751c; + public boolean f750c; public long d; public int e; public int f; @@ -20,7 +20,7 @@ public final class t implements o { @Override // c.i.a.c.a2.j0.o public void b(w wVar) { AnimatableValueParser.H(this.b); - if (this.f751c) { + if (this.f750c) { int a = wVar.a(); int i = this.f; if (i < 10) { @@ -33,7 +33,7 @@ public final class t implements o { this.e = this.a.r() + 10; } else { Log.w("Id3Reader", "Discarding invalid ID3 tag"); - this.f751c = false; + this.f750c = false; return; } } @@ -46,16 +46,16 @@ public final class t implements o { @Override // c.i.a.c.a2.j0.o public void c() { - this.f751c = false; + this.f750c = false; } @Override // c.i.a.c.a2.j0.o public void d() { int i; AnimatableValueParser.H(this.b); - if (this.f751c && (i = this.e) != 0 && this.f == i) { + if (this.f750c && (i = this.e) != 0 && this.f == i) { this.b.d(this.d, 1, i, 0, null); - this.f751c = false; + this.f750c = false; } } @@ -73,7 +73,7 @@ public final class t implements o { @Override // c.i.a.c.a2.j0.o public void f(long j, int i) { if ((i & 4) != 0) { - this.f751c = true; + this.f750c = true; this.d = j; this.e = 0; this.f = 0; diff --git a/app/src/main/java/c/i/a/c/a2/j0/u.java b/app/src/main/java/c/i/a/c/a2/j0/u.java index 74ccd24707..85a27e6abc 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/u.java +++ b/app/src/main/java/c/i/a/c/a2/j0/u.java @@ -18,7 +18,7 @@ public final class u implements o { public final w b; /* renamed from: c reason: collision with root package name */ - public final v f752c; + public final v f751c; public c.i.a.c.a2.w d; public String e; public Format f; @@ -36,7 +36,7 @@ public final class u implements o { public int r; /* renamed from: s reason: collision with root package name */ - public long f753s; + public long f752s; public int t; @Nullable public String u; @@ -45,7 +45,7 @@ public final class u implements o { this.a = str; w wVar = new w(1024); this.b = wVar; - this.f752c = new v(wVar.a); + this.f751c = new v(wVar.a); } public static long a(v vVar) { @@ -81,25 +81,25 @@ public final class u implements o { bArr = new byte[s3]; } wVar2.B(bArr, s3); - v vVar = this.f752c; + v vVar = this.f751c; byte[] bArr2 = this.b.a; Objects.requireNonNull(vVar); int length = bArr2.length; vVar.a = bArr2; vVar.b = 0; - vVar.f920c = 0; + vVar.f919c = 0; vVar.d = length; } this.h = 0; this.g = 3; } else if (i2 == 3) { int min = Math.min(wVar.a(), this.i - this.h); - wVar.e(this.f752c.a, this.h, min); + wVar.e(this.f751c.a, this.h, min); int i3 = this.h + min; this.h = i3; if (i3 == this.i) { - this.f752c.k(0); - v vVar2 = this.f752c; + this.f751c.k(0); + v vVar2 = this.f751c; if (!vVar2.f()) { this.l = true; int g = vVar2.g(1); @@ -124,14 +124,14 @@ public final class u implements o { bVar.a = this.e; bVar.k = "audio/mp4a-latm"; bVar.h = this.u; - bVar.f2282x = this.t; - bVar.f2283y = this.r; + bVar.f2280x = this.t; + bVar.f2281y = this.r; bVar.m = Collections.singletonList(bArr3); - bVar.f2280c = this.a; + bVar.f2278c = this.a; Format a = bVar.a(); if (!a.equals(this.f)) { this.f = a; - this.f753s = 1024000000 / ((long) a.H); + this.f752s = 1024000000 / ((long) a.H); this.d.e(a); } } else { @@ -199,7 +199,7 @@ public final class u implements o { } this.d.c(this.b, i); this.d.d(this.k, 1, i, 0, null); - this.k += this.f753s; + this.k += this.f752s; if (this.p) { vVar2.m((int) this.q); } @@ -244,7 +244,7 @@ public final class u implements o { public final int g(v vVar) throws ParserException { int b = vVar.b(); k.b c2 = k.c(vVar, true); - this.u = c2.f999c; + this.u = c2.f998c; this.r = c2.a; this.t = c2.b; return b - vVar.b(); diff --git a/app/src/main/java/c/i/a/c/a2/j0/v.java b/app/src/main/java/c/i/a/c/a2/j0/v.java index f7d9b90da4..5bcd8d5ff4 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/v.java +++ b/app/src/main/java/c/i/a/c/a2/j0/v.java @@ -14,7 +14,7 @@ public final class v implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f754c; + public final String f753c; public c.i.a.c.a2.w d; public String e; public int f = 0; @@ -30,7 +30,7 @@ public final class v implements o { this.a = wVar; wVar.a[0] = -1; this.b = new z.a(); - this.f754c = str; + this.f753c = str; } @Override // c.i.a.c.a2.j0.o @@ -41,7 +41,7 @@ public final class v implements o { if (i == 0) { byte[] bArr = wVar.a; int i2 = wVar.b; - int i3 = wVar.f921c; + int i3 = wVar.f920c; while (true) { if (i2 >= i3) { wVar.D(i3); @@ -72,7 +72,7 @@ public final class v implements o { this.f = 1; } else { z.a aVar = this.b; - this.k = aVar.f1014c; + this.k = aVar.f1013c; if (!this.h) { int i5 = aVar.d; this.j = (((long) aVar.g) * 1000000) / ((long) i5); @@ -80,9 +80,9 @@ public final class v implements o { bVar.a = this.e; bVar.k = aVar.b; bVar.l = 4096; - bVar.f2282x = aVar.e; - bVar.f2283y = i5; - bVar.f2280c = this.f754c; + bVar.f2280x = aVar.e; + bVar.f2281y = i5; + bVar.f2278c = this.f753c; this.d.e(bVar.a()); this.h = true; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/w.java b/app/src/main/java/c/i/a/c/a2/j0/w.java index 7408c547da..2fe827ced8 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/w.java +++ b/app/src/main/java/c/i/a/c/a2/j0/w.java @@ -8,7 +8,7 @@ public final class w { public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f755c; + public boolean f754c; public byte[] d; public int e; @@ -39,13 +39,13 @@ public final class w { } this.e -= i; this.b = false; - this.f755c = true; + this.f754c = true; return true; } public void c() { this.b = false; - this.f755c = false; + this.f754c = false; } public void d(int i) { @@ -57,7 +57,7 @@ public final class w { this.b = z2; if (z2) { this.e = 3; - this.f755c = false; + this.f754c = false; } } } diff --git a/app/src/main/java/c/i/a/c/a2/j0/x.java b/app/src/main/java/c/i/a/c/a2/j0/x.java index c82433007b..ef9c0e9149 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/x.java +++ b/app/src/main/java/c/i/a/c/a2/j0/x.java @@ -14,7 +14,7 @@ public final class x implements c0 { public e0 b; /* renamed from: c reason: collision with root package name */ - public w f756c; + public w f755c; public x(String str) { Format.b bVar = new Format.b(); @@ -27,7 +27,7 @@ public final class x implements c0 { this.b = e0Var; dVar.a(); w p = jVar.p(dVar.c(), 5); - this.f756c = p; + this.f755c = p; p.e(this.a); } @@ -40,19 +40,19 @@ public final class x implements c0 { long j2 = -9223372036854775807L; if (d != -9223372036854775807L) { Format format = this.a; - if (d != format.f2277x) { + if (d != format.f2275x) { Format.b a = format.a(); a.o = d; Format a2 = a.a(); this.a = a2; - this.f756c.e(a2); + this.f755c.e(a2); } int a3 = wVar.a(); - this.f756c.c(wVar, a3); - w wVar2 = this.f756c; + this.f755c.c(wVar, a3); + w wVar2 = this.f755c; e0 e0Var = this.b; synchronized (e0Var) { - long j3 = e0Var.f911c; + long j3 = e0Var.f910c; if (j3 != -9223372036854775807L) { j2 = e0Var.b + j3; } else { diff --git a/app/src/main/java/c/i/a/c/a2/j0/y.java b/app/src/main/java/c/i/a/c/a2/j0/y.java index bc1703d8d6..b39fca49e4 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/y.java +++ b/app/src/main/java/c/i/a/c/a2/j0/y.java @@ -16,7 +16,7 @@ public final class y implements i0 { public final v b = new v(new byte[10]); /* renamed from: c reason: collision with root package name */ - public int f757c = 0; + public int f756c = 0; public int d; public e0 e; public boolean f; @@ -44,7 +44,7 @@ public final class y implements i0 { int i2 = -1; int i3 = 3; if ((i & 1) != 0) { - int i4 = this.f757c; + int i4 = this.f756c; if (!(i4 == 0 || i4 == 1)) { if (i4 == 2) { Log.w("PesReader", "Unexpected start indicator reading extended header"); @@ -63,7 +63,7 @@ public final class y implements i0 { e(1); } while (wVar.a() > 0) { - int i5 = this.f757c; + int i5 = this.f756c; if (i5 != 0) { int i6 = 0; if (i5 != 1) { @@ -158,7 +158,7 @@ public final class y implements i0 { @Override // c.i.a.c.a2.j0.i0 public final void c() { - this.f757c = 0; + this.f756c = 0; this.d = 0; this.h = false; this.a.c(); @@ -181,7 +181,7 @@ public final class y implements i0 { } public final void e(int i) { - this.f757c = i; + this.f756c = i; this.d = 0; } } diff --git a/app/src/main/java/c/i/a/c/a2/j0/z.java b/app/src/main/java/c/i/a/c/a2/j0/z.java index e81c57d4b7..f681ae17e7 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/z.java +++ b/app/src/main/java/c/i/a/c/a2/j0/z.java @@ -51,7 +51,7 @@ public final class z extends c.i.a.c.a2.a { i2 = wVar.b; j2 = b; } - int i3 = wVar.f921c; + int i3 = wVar.f920c; if (wVar.a() >= 10) { wVar.E(9); int s2 = wVar.s() & 7; @@ -76,7 +76,7 @@ public final class z extends c.i.a.c.a2.a { wVar.D(i3); break; } - wVar.D(Math.min(wVar.f921c, wVar.b + wVar.x())); + wVar.D(Math.min(wVar.f920c, wVar.b + wVar.x())); } } else { wVar.D(i3); diff --git a/app/src/main/java/c/i/a/c/a2/k0/b.java b/app/src/main/java/c/i/a/c/a2/k0/b.java index 43a392bdf4..58362ce82e 100644 --- a/app/src/main/java/c/i/a/c/a2/k0/b.java +++ b/app/src/main/java/c/i/a/c/a2/k0/b.java @@ -19,7 +19,7 @@ public final class b implements h { public w b; /* renamed from: c reason: collision with root package name */ - public AbstractC0088b f758c; + public AbstractC0088b f757c; public int d = -1; public long e = -1; @@ -29,7 +29,7 @@ public final class b implements h { public static final int[] b = {7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 19, 21, 23, 25, 28, 31, 34, 37, 41, 45, 50, 55, 60, 66, 73, 80, 88, 97, 107, 118, 130, 143, 157, 173, 190, 209, 230, 253, 279, 307, 337, 371, 408, 449, 494, 544, 598, 658, 724, 796, 876, 963, 1060, 1166, 1282, 1411, 1552, 1707, 1878, 2066, 2272, 2499, 2749, 3024, 3327, 3660, 4026, 4428, 4871, 5358, 5894, 6484, 7132, 7845, 8630, 9493, 10442, 11487, 12635, 13899, 15289, 16818, 18500, 20350, 22385, 24623, 27086, 29794, 32767}; /* renamed from: c reason: collision with root package name */ - public final j f759c; + public final j f758c; public final w d; public final c e; public final int f; @@ -43,10 +43,10 @@ public final class b implements h { public long n; public a(j jVar, w wVar, c cVar) throws ParserException { - this.f759c = jVar; + this.f758c = jVar; this.d = wVar; this.e = cVar; - int max = Math.max(1, cVar.f761c / 10); + int max = Math.max(1, cVar.f760c / 10); this.i = max; byte[] bArr = cVar.f; int length = bArr.length; @@ -60,16 +60,16 @@ public final class b implements h { int f = f0.f(max, i); this.g = new byte[(cVar.d * f)]; this.h = new c.i.a.c.i2.w(i * 2 * i2 * f); - int i4 = cVar.f761c; + int i4 = cVar.f760c; int i5 = ((cVar.d * i4) * 8) / i; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; bVar.f = i5; bVar.g = i5; bVar.l = max * 2 * i2; - bVar.f2282x = cVar.b; - bVar.f2283y = i4; - bVar.f2284z = 2; + bVar.f2280x = cVar.b; + bVar.f2281y = i4; + bVar.f2282z = 2; this.j = bVar.a(); return; } @@ -86,7 +86,7 @@ public final class b implements h { @Override // c.i.a.c.a2.k0.b.AbstractC0088b public void b(int i, long j) { - this.f759c.a(new e(this.e, this.f, (long) i, j)); + this.f758c.a(new e(this.e, this.f, (long) i, j)); this.d.e(this.j); } @@ -111,7 +111,7 @@ public final class b implements h { } public final void e(int i) { - long E = this.l + f0.E(this.n, 1000000, (long) this.e.f761c); + long E = this.l + f0.E(this.n, 1000000, (long) this.e.f760c); int i2 = i * 2 * this.e.b; this.d.d(E, 1, i2, this.m - i2, null); this.n += (long) i; @@ -135,7 +135,7 @@ public final class b implements h { public final w b; /* renamed from: c reason: collision with root package name */ - public final c f760c; + public final c f759c; public final Format d; public final int e; public long f; @@ -145,10 +145,10 @@ public final class b implements h { public c(j jVar, w wVar, c cVar, String str, int i) throws ParserException { this.a = jVar; this.b = wVar; - this.f760c = cVar; + this.f759c = cVar; int i2 = (cVar.b * cVar.e) / 8; if (cVar.d == i2) { - int i3 = cVar.f761c * i2; + int i3 = cVar.f760c * i2; int i4 = i3 * 8; int max = Math.max(i2, i3 / 10); this.e = max; @@ -157,9 +157,9 @@ public final class b implements h { bVar.f = i4; bVar.g = i4; bVar.l = max; - bVar.f2282x = cVar.b; - bVar.f2283y = cVar.f761c; - bVar.f2284z = i; + bVar.f2280x = cVar.b; + bVar.f2281y = cVar.f760c; + bVar.f2282z = i; this.d = bVar.a(); return; } @@ -177,7 +177,7 @@ public final class b implements h { @Override // c.i.a.c.a2.k0.b.AbstractC0088b public void b(int i, long j) { - this.a.a(new e(this.f760c, 1, (long) i, j)); + this.a.a(new e(this.f759c, 1, (long) i, j)); this.b.e(this.d); } @@ -200,13 +200,13 @@ public final class b implements h { j2 -= (long) b; } } - c cVar = this.f760c; + c cVar = this.f759c; int i4 = cVar.d; int i5 = this.g / i4; if (i5 > 0) { int i6 = i5 * i4; int i7 = this.g - i6; - this.b.d(this.f + f0.E(this.h, 1000000, (long) cVar.f761c), 1, i6, i7, null); + this.b.d(this.f + f0.E(this.h, 1000000, (long) cVar.f760c), 1, i6, i7, null); this.h += (long) i5; this.g = i7; } @@ -220,7 +220,7 @@ public final class b implements h { @Override // c.i.a.c.a2.h public boolean b(i iVar) throws IOException { - return AnimatableValueParser.Z1(iVar) != null; + return AnimatableValueParser.a2(iVar) != null; } /* JADX WARNING: Removed duplicated region for block: B:27:0x006a */ @@ -232,18 +232,18 @@ public final class b implements h { AnimatableValueParser.H(this.b); int i3 = f0.a; boolean z2 = true; - if (this.f758c == null) { - c Z1 = AnimatableValueParser.Z1(iVar); - if (Z1 != null) { - int i4 = Z1.a; + if (this.f757c == null) { + c a2 = AnimatableValueParser.a2(iVar); + if (a2 != null) { + int i4 = a2.a; if (i4 == 17) { - this.f758c = new a(this.a, this.b, Z1); + this.f757c = new a(this.a, this.b, a2); } else if (i4 == 6) { - this.f758c = new c(this.a, this.b, Z1, "audio/g711-alaw", -1); + this.f757c = new c(this.a, this.b, a2, "audio/g711-alaw", -1); } else if (i4 == 7) { - this.f758c = new c(this.a, this.b, Z1, "audio/g711-mlaw", -1); + this.f757c = new c(this.a, this.b, a2, "audio/g711-mlaw", -1); } else { - int i5 = Z1.e; + int i5 = a2.e; if (i4 != 1) { if (i4 == 3) { i2 = i5 == 32 ? 4 : 0; @@ -253,10 +253,10 @@ public final class b implements h { } else if (i4 != 65534) { i = 0; if (i != 0) { - this.f758c = new c(this.a, this.b, Z1, "audio/raw", i); + this.f757c = new c(this.a, this.b, a2, "audio/raw", i); } else { StringBuilder P = c.d.b.a.a.P("Unsupported WAV format type: "); - P.append(Z1.a); + P.append(a2.a); throw new ParserException(P.toString()); } } @@ -274,31 +274,31 @@ public final class b implements h { Objects.requireNonNull(iVar); iVar.k(); c.i.a.c.i2.w wVar = new c.i.a.c.i2.w(8); - d a2 = d.a(iVar, wVar); + d a3 = d.a(iVar, wVar); while (true) { - int i6 = a2.a; + int i6 = a3.a; if (i6 != 1684108385) { if (!(i6 == 1380533830 || i6 == 1718449184)) { StringBuilder P2 = c.d.b.a.a.P("Ignoring unknown WAV chunk: "); - P2.append(a2.a); + P2.append(a3.a); Log.w("WavHeaderReader", P2.toString()); } - long j = a2.b + 8; - if (a2.a == 1380533830) { + long j = a3.b + 8; + if (a3.a == 1380533830) { j = 12; } if (j <= 2147483647L) { iVar.l((int) j); - a2 = d.a(iVar, wVar); + a3 = d.a(iVar, wVar); } else { StringBuilder P3 = c.d.b.a.a.P("Chunk is too large (~2GB+) to skip; id: "); - P3.append(a2.a); + P3.append(a3.a); throw new ParserException(P3.toString()); } } else { iVar.l(8); long position = iVar.getPosition(); - long j2 = a2.b + position; + long j2 = a3.b + position; long b = iVar.b(); if (b != -1 && j2 > b) { StringBuilder S = c.d.b.a.a.S("Data exceeds input length: ", j2, ", "); @@ -310,7 +310,7 @@ public final class b implements h { this.d = ((Long) create.first).intValue(); long longValue = ((Long) create.second).longValue(); this.e = longValue; - this.f758c.b(this.d, longValue); + this.f757c.b(this.d, longValue); } } } else if (iVar.getPosition() == 0) { @@ -320,7 +320,7 @@ public final class b implements h { z2 = false; } AnimatableValueParser.D(z2); - return this.f758c.c(iVar, this.e - iVar.getPosition()) ? -1 : 0; + return this.f757c.c(iVar, this.e - iVar.getPosition()) ? -1 : 0; } @Override // c.i.a.c.a2.h @@ -332,7 +332,7 @@ public final class b implements h { @Override // c.i.a.c.a2.h public void g(long j, long j2) { - AbstractC0088b bVar = this.f758c; + AbstractC0088b bVar = this.f757c; if (bVar != null) { bVar.a(j2); } diff --git a/app/src/main/java/c/i/a/c/a2/k0/c.java b/app/src/main/java/c/i/a/c/a2/k0/c.java index 7a47637a19..4d902e980c 100644 --- a/app/src/main/java/c/i/a/c/a2/k0/c.java +++ b/app/src/main/java/c/i/a/c/a2/k0/c.java @@ -5,7 +5,7 @@ public final class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f761c; + public final int f760c; public final int d; public final int e; public final byte[] f; @@ -13,7 +13,7 @@ public final class c { public c(int i, int i2, int i3, int i4, int i5, int i6, byte[] bArr) { this.a = i; this.b = i2; - this.f761c = i3; + this.f760c = i3; this.d = i5; this.e = i6; this.f = bArr; diff --git a/app/src/main/java/c/i/a/c/a2/k0/e.java b/app/src/main/java/c/i/a/c/a2/k0/e.java index 6ede288848..ebda701064 100644 --- a/app/src/main/java/c/i/a/c/a2/k0/e.java +++ b/app/src/main/java/c/i/a/c/a2/k0/e.java @@ -9,21 +9,21 @@ public final class e implements t { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f762c; + public final long f761c; public final long d; public final long e; public e(c cVar, int i, long j, long j2) { this.a = cVar; this.b = i; - this.f762c = j; + this.f761c = j; long j3 = (j2 - j) / ((long) cVar.d); this.d = j3; this.e = b(j3); } public final long b(long j) { - return f0.E(j * ((long) this.b), 1000000, (long) this.a.f761c); + return f0.E(j * ((long) this.b), 1000000, (long) this.a.f760c); } @Override // c.i.a.c.a2.t @@ -33,15 +33,15 @@ public final class e implements t { @Override // c.i.a.c.a2.t public t.a h(long j) { - long i = f0.i((((long) this.a.f761c) * j) / (((long) this.b) * 1000000), 0, this.d - 1); - long j2 = (((long) this.a.d) * i) + this.f762c; + long i = f0.i((((long) this.a.f760c) * j) / (((long) this.b) * 1000000), 0, this.d - 1); + long j2 = (((long) this.a.d) * i) + this.f761c; long b = b(i); u uVar = new u(b, j2); if (b >= j || i == this.d - 1) { return new t.a(uVar); } long j3 = i + 1; - return new t.a(uVar, new u(b(j3), (((long) this.a.d) * j3) + this.f762c)); + return new t.a(uVar, new u(b(j3), (((long) this.a.d) * j3) + this.f761c)); } @Override // c.i.a.c.a2.t diff --git a/app/src/main/java/c/i/a/c/a2/o.java b/app/src/main/java/c/i/a/c/a2/o.java index 462d488f74..67107610d9 100644 --- a/app/src/main/java/c/i/a/c/a2/o.java +++ b/app/src/main/java/c/i/a/c/a2/o.java @@ -16,7 +16,7 @@ public final class o { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f763c; + public final int f762c; public final int d; public final int e; public final int f; @@ -43,7 +43,7 @@ public final class o { public o(int i, int i2, int i3, int i4, int i5, int i6, int i7, long j, @Nullable a aVar, @Nullable Metadata metadata) { this.a = i; this.b = i2; - this.f763c = i3; + this.f762c = i3; this.d = i4; this.e = i5; this.f = h(i5); @@ -60,7 +60,7 @@ public final class o { vVar.k(i * 8); this.a = vVar.g(16); this.b = vVar.g(16); - this.f763c = vVar.g(24); + this.f762c = vVar.g(24); this.d = vVar.g(24); int g = vVar.g(20); this.e = g; @@ -142,7 +142,7 @@ public final class o { } public o b(@Nullable a aVar) { - return new o(this.a, this.b, this.f763c, this.d, this.e, this.g, this.h, this.j, aVar, this.l); + return new o(this.a, this.b, this.f762c, this.d, this.e, this.g, this.h, this.j, aVar, this.l); } public long d() { @@ -163,8 +163,8 @@ public final class o { Format.b bVar = new Format.b(); bVar.k = "audio/flac"; bVar.l = i; - bVar.f2282x = this.g; - bVar.f2283y = this.e; + bVar.f2280x = this.g; + bVar.f2281y = this.e; bVar.m = Collections.singletonList(bArr); bVar.i = f; return bVar.a(); diff --git a/app/src/main/java/c/i/a/c/a2/p.java b/app/src/main/java/c/i/a/c/a2/p.java index 169fd321fb..112879ae6e 100644 --- a/app/src/main/java/c/i/a/c/a2/p.java +++ b/app/src/main/java/c/i/a/c/a2/p.java @@ -12,7 +12,7 @@ public final class p { public int b = -1; /* renamed from: c reason: collision with root package name */ - public int f764c = -1; + public int f763c = -1; public final boolean a(String str) { Matcher matcher = a.matcher(str); @@ -28,7 +28,7 @@ public final class p { return false; } this.b = parseInt; - this.f764c = parseInt2; + this.f763c = parseInt2; return true; } catch (NumberFormatException unused) { return false; diff --git a/app/src/main/java/c/i/a/c/a2/r.java b/app/src/main/java/c/i/a/c/a2/r.java index ad5a96f457..f6c12ebb3a 100644 --- a/app/src/main/java/c/i/a/c/a2/r.java +++ b/app/src/main/java/c/i/a/c/a2/r.java @@ -9,7 +9,7 @@ public final class r implements t { public final long[] b; /* renamed from: c reason: collision with root package name */ - public final long f765c; + public final long f764c; public final boolean d; public r(long[] jArr, long[] jArr2, long j) { @@ -29,7 +29,7 @@ public final class r implements t { System.arraycopy(jArr, 0, jArr3, 1, length); System.arraycopy(jArr2, 0, jArr4, 1, length); } - this.f765c = j; + this.f764c = j; } @Override // c.i.a.c.a2.t @@ -56,6 +56,6 @@ public final class r implements t { @Override // c.i.a.c.a2.t public long i() { - return this.f765c; + return this.f764c; } } diff --git a/app/src/main/java/c/i/a/c/a2/u.java b/app/src/main/java/c/i/a/c/a2/u.java index 6bc14b4427..b33b8d1c5d 100644 --- a/app/src/main/java/c/i/a/c/a2/u.java +++ b/app/src/main/java/c/i/a/c/a2/u.java @@ -8,11 +8,11 @@ public final class u { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f766c; + public final long f765c; public u(long j, long j2) { this.b = j; - this.f766c = j2; + this.f765c = j2; } public boolean equals(@Nullable Object obj) { @@ -23,17 +23,17 @@ public final class u { return false; } u uVar = (u) obj; - return this.b == uVar.b && this.f766c == uVar.f766c; + return this.b == uVar.b && this.f765c == uVar.f765c; } public int hashCode() { - return (((int) this.b) * 31) + ((int) this.f766c); + return (((int) this.b) * 31) + ((int) this.f765c); } public String toString() { StringBuilder P = a.P("[timeUs="); P.append(this.b); P.append(", position="); - return a.A(P, this.f766c, "]"); + return a.A(P, this.f765c, "]"); } } diff --git a/app/src/main/java/c/i/a/c/a2/w.java b/app/src/main/java/c/i/a/c/a2/w.java index fadb8c738b..ffeb4c327e 100644 --- a/app/src/main/java/c/i/a/c/a2/w.java +++ b/app/src/main/java/c/i/a/c/a2/w.java @@ -14,13 +14,13 @@ public interface w { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final int f767c; + public final int f766c; public final int d; public a(int i, byte[] bArr, int i2, int i3) { this.a = i; this.b = bArr; - this.f767c = i2; + this.f766c = i2; this.d = i3; } @@ -32,11 +32,11 @@ public interface w { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f767c == aVar.f767c && this.d == aVar.d && Arrays.equals(this.b, aVar.b); + return this.a == aVar.a && this.f766c == aVar.f766c && this.d == aVar.d && Arrays.equals(this.b, aVar.b); } public int hashCode() { - return ((((Arrays.hashCode(this.b) + (this.a * 31)) * 31) + this.f767c) * 31) + this.d; + return ((((Arrays.hashCode(this.b) + (this.a * 31)) * 31) + this.f766c) * 31) + this.d; } } diff --git a/app/src/main/java/c/i/a/c/a2/x.java b/app/src/main/java/c/i/a/c/a2/x.java index b909c5ee75..e3c6fa1494 100644 --- a/app/src/main/java/c/i/a/c/a2/x.java +++ b/app/src/main/java/c/i/a/c/a2/x.java @@ -7,7 +7,7 @@ public final class x { public final int b; /* renamed from: c reason: collision with root package name */ - public int f768c; + public int f767c; public int d; public x(byte[] bArr) { @@ -16,13 +16,13 @@ public final class x { } public boolean a() { - boolean z2 = (((this.a[this.f768c] & 255) >> this.d) & 1) == 1; + boolean z2 = (((this.a[this.f767c] & 255) >> this.d) & 1) == 1; c(1); return z2; } public int b(int i) { - int i2 = this.f768c; + int i2 = this.f767c; int min = Math.min(i, 8 - this.d); int i3 = i2 + 1; int i4 = ((this.a[i2] & 255) >> this.d) & (255 >> (8 - min)); @@ -39,16 +39,16 @@ public final class x { public void c(int i) { int i2; int i3 = i / 8; - int i4 = this.f768c + i3; - this.f768c = i4; + int i4 = this.f767c + i3; + this.f767c = i4; int i5 = (i - (i3 * 8)) + this.d; this.d = i5; boolean z2 = true; if (i5 > 7) { - this.f768c = i4 + 1; + this.f767c = i4 + 1; this.d = i5 - 8; } - int i6 = this.f768c; + int i6 = this.f767c; if (i6 < 0 || (i6 >= (i2 = this.b) && !(i6 == i2 && this.d == 0))) { z2 = false; } diff --git a/app/src/main/java/c/i/a/c/b1.java b/app/src/main/java/c/i/a/c/b1.java index 8bc6cdd278..480186975a 100644 --- a/app/src/main/java/c/i/a/c/b1.java +++ b/app/src/main/java/c/i/a/c/b1.java @@ -32,7 +32,7 @@ public final class b1 { public final IdentityHashMap b = new IdentityHashMap<>(); /* renamed from: c reason: collision with root package name */ - public final Map f769c = new HashMap(); + public final Map f768c = new HashMap(); public final d d; public final z.a e; public final q.a f; @@ -110,9 +110,9 @@ public final class b1 { c cVar = this.i; int i2 = 0; while (true) { - if (i2 >= cVar.f771c.size()) { + if (i2 >= cVar.f770c.size()) { break; - } else if (cVar.f771c.get(i2).d == aVar.d) { + } else if (cVar.f770c.get(i2).d == aVar.d) { aVar2 = aVar.b(Pair.create(cVar.b, aVar.a)); break; } else { @@ -171,12 +171,12 @@ public final class b1 { public final y.b b; /* renamed from: c reason: collision with root package name */ - public final z f770c; + public final z f769c; public b(y yVar, y.b bVar, z zVar) { this.a = yVar; this.b = bVar; - this.f770c = zVar; + this.f769c = zVar; } } @@ -186,7 +186,7 @@ public final class b1 { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final List f771c = new ArrayList(); + public final List f770c = new ArrayList(); public int d; public boolean e; @@ -218,8 +218,8 @@ public final class b1 { this.g = new HashMap<>(); this.h = new HashSet(); if (c1Var != null) { - aVar.f819c.add(new z.a.C0091a(handler, c1Var)); - aVar2.f1025c.add(new q.a.C0099a(handler, c1Var)); + aVar.f818c.add(new z.a.C0091a(handler, c1Var)); + aVar2.f1024c.add(new q.a.C0099a(handler, c1Var)); } } @@ -233,15 +233,15 @@ public final class b1 { t.a aVar = cVar2.a.n; cVar.d = aVar.p() + cVar2.d; cVar.e = false; - cVar.f771c.clear(); + cVar.f770c.clear(); } else { cVar.d = 0; cVar.e = false; - cVar.f771c.clear(); + cVar.f770c.clear(); } b(i2, cVar.a.n.p()); this.a.add(i2, cVar); - this.f769c.put(cVar.b, cVar); + this.f768c.put(cVar.b, cVar); if (this.j) { g(cVar); if (this.b.isEmpty()) { @@ -282,7 +282,7 @@ public final class b1 { Iterator it = this.h.iterator(); while (it.hasNext()) { c next = it.next(); - if (next.f771c.isEmpty()) { + if (next.f770c.isEmpty()) { b bVar = this.g.get(next); if (bVar != null) { bVar.a.d(bVar.b); @@ -297,11 +297,11 @@ public final class b1 { } public final void f(c cVar) { - if (cVar.e && cVar.f771c.isEmpty()) { + if (cVar.e && cVar.f770c.isEmpty()) { b remove = this.g.remove(cVar); Objects.requireNonNull(remove); remove.a.a(remove.b); - remove.a.c(remove.f770c); + remove.a.c(remove.f769c); this.h.remove(cVar); } } @@ -313,13 +313,13 @@ public final class b1 { this.g.put(cVar, new b(tVar, zVar, aVar)); Handler handler = new Handler(f0.o(), null); Objects.requireNonNull(tVar); - z.a aVar2 = tVar.f808c; + z.a aVar2 = tVar.f807c; Objects.requireNonNull(aVar2); - aVar2.f819c.add(new z.a.C0091a(handler, aVar)); + aVar2.f818c.add(new z.a.C0091a(handler, aVar)); Handler handler2 = new Handler(f0.o(), null); q.a aVar3 = tVar.d; Objects.requireNonNull(aVar3); - aVar3.f1025c.add(new q.a.C0099a(handler2, aVar)); + aVar3.f1024c.add(new q.a.C0099a(handler2, aVar)); tVar.k(zVar, this.k); } @@ -327,7 +327,7 @@ public final class b1 { c remove = this.b.remove(vVar); Objects.requireNonNull(remove); remove.a.i(vVar); - remove.f771c.remove(((s) vVar).i); + remove.f770c.remove(((s) vVar).i); if (!this.b.isEmpty()) { d(); } @@ -337,7 +337,7 @@ public final class b1 { public final void i(int i, int i2) { for (int i3 = i2 - 1; i3 >= i; i3--) { c remove = this.a.remove(i3); - this.f769c.remove(remove.b); + this.f768c.remove(remove.b); b(i3, -remove.a.n.p()); remove.e = true; if (this.j) { diff --git a/app/src/main/java/c/i/a/c/b2/l.java b/app/src/main/java/c/i/a/c/b2/l.java index 34612462d9..fdae8bc74e 100644 --- a/app/src/main/java/c/i/a/c/b2/l.java +++ b/app/src/main/java/c/i/a/c/b2/l.java @@ -23,7 +23,7 @@ public final class l implements r { public final o b; /* renamed from: c reason: collision with root package name */ - public final n f772c; + public final n f771c; public final boolean d; public boolean e; public int f = 0; @@ -31,7 +31,7 @@ public final class l implements r { public l(MediaCodec mediaCodec, HandlerThread handlerThread, HandlerThread handlerThread2, boolean z2, boolean z3, a aVar) { this.a = mediaCodec; this.b = new o(handlerThread); - this.f772c = new n(mediaCodec, handlerThread2, z2); + this.f771c = new n(mediaCodec, handlerThread2, z2); this.d = z3; } @@ -51,12 +51,12 @@ public final class l implements r { @Override // c.i.a.c.b2.r public void a(int i, int i2, b bVar, long j, int i3) { - n nVar = this.f772c; + n nVar = this.f771c; nVar.f(); n.a e = n.e(); e.a = i; e.b = i2; - e.f774c = 0; + e.f773c = 0; e.e = j; e.f = i3; MediaCodec.CryptoInfo cryptoInfo = e.d; @@ -69,7 +69,7 @@ public final class l implements r { byte[] b2 = n.b(bVar.a, cryptoInfo.iv); Objects.requireNonNull(b2); cryptoInfo.iv = b2; - cryptoInfo.mode = bVar.f1016c; + cryptoInfo.mode = bVar.f1015c; if (f0.a >= 24) { cryptoInfo.setPattern(new MediaCodec.CryptoInfo.Pattern(bVar.g, bVar.h)); } @@ -93,7 +93,7 @@ public final class l implements r { MediaCodec.CodecException codecException = oVar.j; if (codecException == null) { c.i.a.c.i2.n nVar = oVar.d; - if (!(nVar.f914c == 0)) { + if (!(nVar.f913c == 0)) { i = nVar.b(); } } else { @@ -113,11 +113,11 @@ public final class l implements r { public void configure(@Nullable MediaFormat mediaFormat, @Nullable Surface surface, @Nullable MediaCrypto mediaCrypto, int i) { o oVar = this.b; MediaCodec mediaCodec = this.a; - AnimatableValueParser.D(oVar.f775c == null); + AnimatableValueParser.D(oVar.f774c == null); oVar.b.start(); Handler handler = new Handler(oVar.b.getLooper()); mediaCodec.setCallback(oVar, handler); - oVar.f775c = handler; + oVar.f774c = handler; this.a.configure(mediaFormat, surface, mediaCrypto, i); this.f = 1; } @@ -134,7 +134,7 @@ public final class l implements r { MediaCodec.CodecException codecException = oVar.j; if (codecException == null) { c.i.a.c.i2.n nVar = oVar.e; - if (!(nVar.f914c == 0)) { + if (!(nVar.f913c == 0)) { i = nVar.b(); if (i >= 0) { AnimatableValueParser.H(oVar.h); @@ -171,7 +171,7 @@ public final class l implements r { @Override // c.i.a.c.b2.r public void flush() { - this.f772c.d(); + this.f771c.d(); this.a.flush(); o oVar = this.b; MediaCodec mediaCodec = this.a; @@ -179,7 +179,7 @@ public final class l implements r { j jVar = new j(mediaCodec); synchronized (oVar.a) { oVar.k++; - Handler handler = oVar.f775c; + Handler handler = oVar.f774c; int i = f0.a; handler.post(new d(oVar, jVar)); } @@ -219,7 +219,7 @@ public final class l implements r { public final void k() { if (this.d) { try { - this.f772c.a(); + this.f771c.a(); } catch (InterruptedException e) { Thread.currentThread().interrupt(); throw new IllegalStateException(e); @@ -229,12 +229,12 @@ public final class l implements r { @Override // c.i.a.c.b2.r public void queueInputBuffer(int i, int i2, int i3, long j, int i4) { - n nVar = this.f772c; + n nVar = this.f771c; nVar.f(); n.a e = n.e(); e.a = i; e.b = i2; - e.f774c = i3; + e.f773c = i3; e.e = j; e.f = i4; Handler handler = nVar.e; @@ -247,7 +247,7 @@ public final class l implements r { boolean z2 = true; try { if (this.f == 2) { - n nVar = this.f772c; + n nVar = this.f771c; if (nVar.i) { nVar.d(); nVar.d.quit(); @@ -285,7 +285,7 @@ public final class l implements r { @Override // c.i.a.c.b2.r public void start() { - n nVar = this.f772c; + n nVar = this.f771c; if (!nVar.i) { nVar.d.start(); nVar.e = new m(nVar, nVar.d.getLooper()); diff --git a/app/src/main/java/c/i/a/c/b2/m.java b/app/src/main/java/c/i/a/c/b2/m.java index 300fab0b5e..4ca028a323 100644 --- a/app/src/main/java/c/i/a/c/b2/m.java +++ b/app/src/main/java/c/i/a/c/b2/m.java @@ -26,7 +26,7 @@ public class m extends Handler { if (i == 0) { aVar = (n.a) message.obj; try { - nVar.f773c.queueInputBuffer(aVar.a, aVar.b, aVar.f774c, aVar.e, aVar.f); + nVar.f772c.queueInputBuffer(aVar.a, aVar.b, aVar.f773c, aVar.e, aVar.f); } catch (RuntimeException e) { nVar.f.set(e); } @@ -47,10 +47,10 @@ public class m extends Handler { try { if (nVar.h) { synchronized (n.b) { - nVar.f773c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); + nVar.f772c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); } } else { - nVar.f773c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); + nVar.f772c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); } } catch (RuntimeException e2) { nVar.f.set(e2); diff --git a/app/src/main/java/c/i/a/c/b2/n.java b/app/src/main/java/c/i/a/c/b2/n.java index ab9843212b..0f6d4f8567 100644 --- a/app/src/main/java/c/i/a/c/b2/n.java +++ b/app/src/main/java/c/i/a/c/b2/n.java @@ -19,7 +19,7 @@ public class n { public static final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final MediaCodec f773c; + public final MediaCodec f772c; public final HandlerThread d; public Handler e; public final AtomicReference f = new AtomicReference<>(); @@ -33,7 +33,7 @@ public class n { public int b; /* renamed from: c reason: collision with root package name */ - public int f774c; + public int f773c; public final MediaCodec.CryptoInfo d = new MediaCodec.CryptoInfo(); public long e; public int f; @@ -44,12 +44,12 @@ public class n { */ public n(MediaCodec mediaCodec, HandlerThread handlerThread, boolean z2) { j jVar = new j(); - this.f773c = mediaCodec; + this.f772c = mediaCodec; this.d = handlerThread; this.g = jVar; boolean z3 = false; if (!z2) { - String K = f0.K(f0.f912c); + String K = f0.K(f0.f911c); } z3 = true; this.h = z3; diff --git a/app/src/main/java/c/i/a/c/b2/o.java b/app/src/main/java/c/i/a/c/b2/o.java index 7a4158f7b2..e9636fa75b 100644 --- a/app/src/main/java/c/i/a/c/b2/o.java +++ b/app/src/main/java/c/i/a/c/b2/o.java @@ -17,7 +17,7 @@ public final class o extends MediaCodec.Callback { public final HandlerThread b; /* renamed from: c reason: collision with root package name */ - public Handler f775c; + public Handler f774c; @GuardedBy("lock") public final n d; @GuardedBy("lock") @@ -59,11 +59,11 @@ public final class o extends MediaCodec.Callback { n nVar = this.d; nVar.a = 0; nVar.b = -1; - nVar.f914c = 0; + nVar.f913c = 0; n nVar2 = this.e; nVar2.a = 0; nVar2.b = -1; - nVar2.f914c = 0; + nVar2.f913c = 0; this.f.clear(); this.g.clear(); this.j = null; diff --git a/app/src/main/java/c/i/a/c/b2/p.java b/app/src/main/java/c/i/a/c/b2/p.java index 500751e263..a72f0f4e89 100644 --- a/app/src/main/java/c/i/a/c/b2/p.java +++ b/app/src/main/java/c/i/a/c/b2/p.java @@ -9,7 +9,7 @@ public final class p extends DecoderInputBuffer { public int r; /* renamed from: s reason: collision with root package name */ - public int f776s = 32; + public int f775s = 32; public p() { super(2); @@ -32,7 +32,7 @@ public final class p extends DecoderInputBuffer { AnimatableValueParser.k(!decoderInputBuffer.l()); AnimatableValueParser.k(!decoderInputBuffer.n()); if (v()) { - if (this.r < this.f776s && decoderInputBuffer.m() == m()) { + if (this.r < this.f775s && decoderInputBuffer.m() == m()) { ByteBuffer byteBuffer = decoderInputBuffer.k; if (!(byteBuffer == null || (r3 = this.k) == null)) { } diff --git a/app/src/main/java/c/i/a/c/b2/q.java b/app/src/main/java/c/i/a/c/b2/q.java index c270fbd1eb..9c31363ff4 100644 --- a/app/src/main/java/c/i/a/c/b2/q.java +++ b/app/src/main/java/c/i/a/c/b2/q.java @@ -5,5 +5,5 @@ public final class q { public long b; /* renamed from: c reason: collision with root package name */ - public boolean f777c; + public boolean f776c; } diff --git a/app/src/main/java/c/i/a/c/b2/s.java b/app/src/main/java/c/i/a/c/b2/s.java index 1168c6518f..8e1153588f 100644 --- a/app/src/main/java/c/i/a/c/b2/s.java +++ b/app/src/main/java/c/i/a/c/b2/s.java @@ -19,7 +19,7 @@ public final class s { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f778c; + public final String f777c; @Nullable public final MediaCodecInfo.CodecCapabilities d; public final boolean e; @@ -31,7 +31,7 @@ public final class s { Objects.requireNonNull(str); this.a = str; this.b = str2; - this.f778c = str3; + this.f777c = str3; this.d = codecCapabilities; this.e = z5; this.f = z7; @@ -116,7 +116,7 @@ public final class s { if (format.B != format2.B) { i |= 1024; } - if (!this.e && !(format.f2278y == format2.f2278y && format.f2279z == format2.f2279z)) { + if (!this.e && !(format.f2276y == format2.f2276y && format.f2277z == format2.f2277z)) { i |= 512; } if (!f0.a(format.F, format2.F)) { @@ -226,8 +226,8 @@ public final class s { return false; } if (this.g) { - int i4 = format.f2278y; - if (i4 <= 0 || (i = format.f2279z) <= 0) { + int i4 = format.f2276y; + if (i4 <= 0 || (i = format.f2277z) <= 0) { return true; } if (f0.a >= 21) { @@ -238,9 +238,9 @@ public final class s { } if (!z5) { StringBuilder P3 = a.P("legacyFrameSize, "); - P3.append(format.f2278y); + P3.append(format.f2276y); P3.append("x"); - P3.append(format.f2279z); + P3.append(format.f2277z); h(P3.toString()); } return z5; diff --git a/app/src/main/java/c/i/a/c/b2/u.java b/app/src/main/java/c/i/a/c/b2/u.java index 37c521f9df..f109a4cf92 100644 --- a/app/src/main/java/c/i/a/c/b2/u.java +++ b/app/src/main/java/c/i/a/c/b2/u.java @@ -19,7 +19,7 @@ public final class u implements r { @Nullable /* renamed from: c reason: collision with root package name */ - public ByteBuffer[] f779c; + public ByteBuffer[] f778c; /* compiled from: SynchronousMediaCodecAdapter */ public static final class b implements r.a { @@ -60,7 +60,7 @@ public final class u implements r { do { dequeueOutputBuffer = this.a.dequeueOutputBuffer(bufferInfo, 0); if (dequeueOutputBuffer == -3 && f0.a < 21) { - this.f779c = this.a.getOutputBuffers(); + this.f778c = this.a.getOutputBuffers(); continue; } } while (dequeueOutputBuffer == -3); @@ -103,7 +103,7 @@ public final class u implements r { @Override // c.i.a.c.b2.r @Nullable public ByteBuffer i(int i) { - return f0.a >= 21 ? this.a.getOutputBuffer(i) : this.f779c[i]; + return f0.a >= 21 ? this.a.getOutputBuffer(i) : this.f778c[i]; } @Override // c.i.a.c.b2.r @@ -114,7 +114,7 @@ public final class u implements r { @Override // c.i.a.c.b2.r public void release() { this.b = null; - this.f779c = null; + this.f778c = null; this.a.release(); } @@ -134,7 +134,7 @@ public final class u implements r { this.a.start(); if (f0.a < 21) { this.b = this.a.getInputBuffers(); - this.f779c = this.a.getOutputBuffers(); + this.f778c = this.a.getOutputBuffers(); } } } diff --git a/app/src/main/java/c/i/a/c/c0.java b/app/src/main/java/c/i/a/c/c0.java index 0649fb288a..85814ac6c5 100644 --- a/app/src/main/java/c/i/a/c/c0.java +++ b/app/src/main/java/c/i/a/c/c0.java @@ -10,12 +10,12 @@ public abstract class c0 extends r1 { public final int b; /* renamed from: c reason: collision with root package name */ - public final h0 f780c; + public final h0 f779c; public final boolean d; public c0(boolean z2, h0 h0Var) { this.d = z2; - this.f780c = h0Var; + this.f779c = h0Var; this.b = h0Var.b(); } @@ -29,7 +29,7 @@ public abstract class c0 extends r1 { z2 = false; } if (z2) { - i = this.f780c.c(); + i = this.f779c.c(); } do { i1 i1Var = (i1) this; @@ -69,7 +69,7 @@ public abstract class c0 extends r1 { if (this.d) { z2 = false; } - int g = z2 ? this.f780c.g() : i - 1; + int g = z2 ? this.f779c.g() : i - 1; do { i1 i1Var = (i1) this; if (i1Var.i[g].q()) { @@ -121,7 +121,7 @@ public abstract class c0 extends r1 { int d = f0.d(i1Var.g, i + 1, false, false); int i2 = i1Var.h[d]; i1Var.i[d].g(i - i1Var.g[d], bVar, z2); - bVar.f960c += i2; + bVar.f959c += i2; if (z2) { Object obj = i1Var.j[d]; Object obj2 = bVar.b; @@ -141,7 +141,7 @@ public abstract class c0 extends r1 { int intValue = num == null ? -1 : num.intValue(); int i = i1Var.h[intValue]; i1Var.i[intValue].h(obj3, bVar); - bVar.f960c += i; + bVar.f959c += i; bVar.b = obj; return bVar; } @@ -195,10 +195,10 @@ public abstract class c0 extends r1 { int i3 = i1Var.g[d]; i1Var.i[d].o(i - i2, cVar, j); Object obj = i1Var.j[d]; - if (!r1.c.a.equals(cVar.f961c)) { - obj = Pair.create(obj, cVar.f961c); + if (!r1.c.a.equals(cVar.f960c)) { + obj = Pair.create(obj, cVar.f960c); } - cVar.f961c = obj; + cVar.f960c = obj; cVar.o += i3; cVar.p += i3; return cVar; @@ -206,7 +206,7 @@ public abstract class c0 extends r1 { public final int r(int i, boolean z2) { if (z2) { - return this.f780c.e(i); + return this.f779c.e(i); } if (i < this.b - 1) { return i + 1; @@ -216,7 +216,7 @@ public abstract class c0 extends r1 { public final int s(int i, boolean z2) { if (z2) { - return this.f780c.d(i); + return this.f779c.d(i); } if (i > 0) { return i - 1; diff --git a/app/src/main/java/c/i/a/c/c1.java b/app/src/main/java/c/i/a/c/c1.java index 7f6135f4b6..920134d375 100644 --- a/app/src/main/java/c/i/a/c/c1.java +++ b/app/src/main/java/c/i/a/c/c1.java @@ -17,7 +17,7 @@ public final class c1 { public final r1 b; /* renamed from: c reason: collision with root package name */ - public final y.a f781c; + public final y.a f780c; public final long d; public final int e; @Nullable @@ -36,11 +36,11 @@ public final class c1 { public volatile long r; /* renamed from: s reason: collision with root package name */ - public volatile long f782s; + public volatile long f781s; public c1(r1 r1Var, y.a aVar, long j, int i, @Nullable ExoPlaybackException exoPlaybackException, boolean z2, TrackGroupArray trackGroupArray, m mVar, List list, y.a aVar2, boolean z3, int i2, d1 d1Var, long j2, long j3, long j4, boolean z4, boolean z5) { this.b = r1Var; - this.f781c = aVar; + this.f780c = aVar; this.d = j; this.e = i; this.f = exoPlaybackException; @@ -54,7 +54,7 @@ public final class c1 { this.n = d1Var; this.q = j2; this.r = j3; - this.f782s = j4; + this.f781s = j4; this.o = z4; this.p = z5; } @@ -69,7 +69,7 @@ public final class c1 { @CheckResult public c1 a(y.a aVar) { - return new c1(this.b, this.f781c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, aVar, this.l, this.m, this.n, this.q, this.r, this.f782s, this.o, this.p); + return new c1(this.b, this.f780c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, aVar, this.l, this.m, this.n, this.q, this.r, this.f781s, this.o, this.p); } @CheckResult @@ -79,31 +79,31 @@ public final class c1 { @CheckResult public c1 c(boolean z2) { - return new c1(this.b, this.f781c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f782s, z2, this.p); + return new c1(this.b, this.f780c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f781s, z2, this.p); } @CheckResult public c1 d(boolean z2, int i) { - return new c1(this.b, this.f781c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, z2, i, this.n, this.q, this.r, this.f782s, this.o, this.p); + return new c1(this.b, this.f780c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, z2, i, this.n, this.q, this.r, this.f781s, this.o, this.p); } @CheckResult public c1 e(@Nullable ExoPlaybackException exoPlaybackException) { - return new c1(this.b, this.f781c, this.d, this.e, exoPlaybackException, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f782s, this.o, this.p); + return new c1(this.b, this.f780c, this.d, this.e, exoPlaybackException, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f781s, this.o, this.p); } @CheckResult public c1 f(d1 d1Var) { - return new c1(this.b, this.f781c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, d1Var, this.q, this.r, this.f782s, this.o, this.p); + return new c1(this.b, this.f780c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, d1Var, this.q, this.r, this.f781s, this.o, this.p); } @CheckResult public c1 g(int i) { - return new c1(this.b, this.f781c, this.d, i, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f782s, this.o, this.p); + return new c1(this.b, this.f780c, this.d, i, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f781s, this.o, this.p); } @CheckResult public c1 h(r1 r1Var) { - return new c1(r1Var, this.f781c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f782s, this.o, this.p); + return new c1(r1Var, this.f780c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f781s, this.o, this.p); } } diff --git a/app/src/main/java/c/i/a/c/c2/f.java b/app/src/main/java/c/i/a/c/c2/f.java index b79c8b094a..9c203c33f9 100644 --- a/app/src/main/java/c/i/a/c/c2/f.java +++ b/app/src/main/java/c/i/a/c/c2/f.java @@ -29,13 +29,13 @@ public final class f extends g0 implements Handler.Callback { public final d w; /* renamed from: x reason: collision with root package name */ - public final Metadata[] f783x; + public final Metadata[] f782x; /* renamed from: y reason: collision with root package name */ - public final long[] f784y; + public final long[] f783y; /* renamed from: z reason: collision with root package name */ - public int f785z; + public int f784z; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public f(e eVar, @Nullable Looper looper) { @@ -53,22 +53,22 @@ public final class f extends g0 implements Handler.Callback { this.v = handler; this.t = cVar; this.w = new d(); - this.f783x = new Metadata[5]; - this.f784y = new long[5]; + this.f782x = new Metadata[5]; + this.f783y = new long[5]; } @Override // c.i.a.c.g0 public void B() { - Arrays.fill(this.f783x, (Object) null); - this.f785z = 0; + Arrays.fill(this.f782x, (Object) null); + this.f784z = 0; this.A = 0; this.B = null; } @Override // c.i.a.c.g0 public void D(long j, boolean z2) { - Arrays.fill(this.f783x, (Object) null); - this.f785z = 0; + Arrays.fill(this.f782x, (Object) null); + this.f784z = 0; this.A = 0; this.C = false; this.D = false; @@ -162,11 +162,11 @@ public final class f extends g0 implements Handler.Callback { J(a, arrayList); if (!arrayList.isEmpty()) { Metadata metadata = new Metadata(arrayList); - int i2 = this.f785z; + int i2 = this.f784z; int i3 = this.A; int i4 = (i2 + i3) % 5; - this.f783x[i4] = metadata; - this.f784y[i4] = this.w.m; + this.f782x[i4] = metadata; + this.f783y[i4] = this.w.m; this.A = i3 + 1; } } @@ -174,14 +174,14 @@ public final class f extends g0 implements Handler.Callback { } else if (I == -5) { Format format = A.b; Objects.requireNonNull(format); - this.E = format.f2277x; + this.E = format.f2275x; } } if (this.A > 0) { - long[] jArr = this.f784y; - int i5 = this.f785z; + long[] jArr = this.f783y; + int i5 = this.f784z; if (jArr[i5] <= j) { - Metadata metadata2 = this.f783x[i5]; + Metadata metadata2 = this.f782x[i5]; int i6 = f0.a; Handler handler = this.v; if (handler != null) { @@ -189,10 +189,10 @@ public final class f extends g0 implements Handler.Callback { } else { this.u.l(metadata2); } - Metadata[] metadataArr = this.f783x; - int i7 = this.f785z; + Metadata[] metadataArr = this.f782x; + int i7 = this.f784z; metadataArr[i7] = null; - this.f785z = (i7 + 1) % 5; + this.f784z = (i7 + 1) % 5; this.A--; } } diff --git a/app/src/main/java/c/i/a/c/c2/i/a.java b/app/src/main/java/c/i/a/c/c2/i/a.java index 8c09338b38..7bb22f5c15 100644 --- a/app/src/main/java/c/i/a/c/c2/i/a.java +++ b/app/src/main/java/c/i/a/c/c2/i/a.java @@ -17,6 +17,6 @@ public final class a extends g { Objects.requireNonNull(n); String n2 = wVar.n(); Objects.requireNonNull(n2); - return new Metadata(new EventMessage(n, n2, wVar.t(), wVar.t(), Arrays.copyOfRange(wVar.a, wVar.b, wVar.f921c))); + return new Metadata(new EventMessage(n, n2, wVar.t(), wVar.t(), Arrays.copyOfRange(wVar.a, wVar.b, wVar.f920c))); } } diff --git a/app/src/main/java/c/i/a/c/c2/j/a.java b/app/src/main/java/c/i/a/c/c2/j/a.java index 4926eb2f45..441c130656 100644 --- a/app/src/main/java/c/i/a/c/c2/j/a.java +++ b/app/src/main/java/c/i/a/c/c2/j/a.java @@ -14,10 +14,10 @@ import java.util.regex.Pattern; /* compiled from: IcyDecoder */ public final class a extends g { public static final Pattern a = Pattern.compile("(.+?)='(.*?)';", 32); - public final CharsetDecoder b = c.f1277c.newDecoder(); + public final CharsetDecoder b = c.f1276c.newDecoder(); /* renamed from: c reason: collision with root package name */ - public final CharsetDecoder f786c = c.b.newDecoder(); + public final CharsetDecoder f785c = c.b.newDecoder(); /* JADX INFO: finally extract failed */ @Override // c.i.a.c.c2.g @@ -28,15 +28,15 @@ public final class a extends g { str = this.b.decode(byteBuffer).toString(); } catch (CharacterCodingException unused) { try { - str = this.f786c.decode(byteBuffer).toString(); - this.f786c.reset(); + str = this.f785c.decode(byteBuffer).toString(); + this.f785c.reset(); byteBuffer.rewind(); } catch (CharacterCodingException unused2) { - this.f786c.reset(); + this.f785c.reset(); byteBuffer.rewind(); str = null; } catch (Throwable th) { - this.f786c.reset(); + this.f785c.reset(); byteBuffer.rewind(); throw th; } diff --git a/app/src/main/java/c/i/a/c/c2/k/b.java b/app/src/main/java/c/i/a/c/c2/k/b.java index a3ed39a165..3abf8a0240 100644 --- a/app/src/main/java/c/i/a/c/c2/k/b.java +++ b/app/src/main/java/c/i/a/c/c2/k/b.java @@ -43,12 +43,12 @@ public final class b extends g { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final int f787c; + public final int f786c; public C0089b(int i, boolean z2, int i2) { this.a = i; this.b = z2; - this.f787c = i2; + this.f786c = i2; } } @@ -204,13 +204,13 @@ public final class b extends g { int i5 = v; int x2 = i >= 3 ? wVar.x() : 0; if (s2 == 0 && s3 == 0 && s4 == 0 && s5 == 0 && i5 == 0 && x2 == 0) { - wVar.D(wVar.f921c); + wVar.D(wVar.f920c); return null; } int i6 = wVar.b + i5; - if (i6 > wVar.f921c) { + if (i6 > wVar.f920c) { Log.w("Id3Decoder", "Frame size exceeds remaining tag data"); - wVar.D(wVar.f921c); + wVar.D(wVar.f920c); return null; } if (aVar != null) { @@ -333,7 +333,7 @@ public final class b extends g { int s2 = wVar.s(); int s3 = wVar.s(); v vVar = new v(); - vVar.j(wVar.a, wVar.f921c); + vVar.j(wVar.a, wVar.f920c); vVar.k(wVar.b * 8); int i2 = ((i - 10) * 8) / (s2 + s3); int[] iArr = new int[i2]; @@ -590,7 +590,7 @@ public final class b extends g { if (bVar.a == 2) { i2 = 6; } - int i4 = bVar.f787c; + int i4 = bVar.f786c; if (bVar.b) { i4 = x(wVar, i4); } diff --git a/app/src/main/java/c/i/a/c/c2/l/a.java b/app/src/main/java/c/i/a/c/c2/l/a.java index cb14adb683..fa03901b2d 100644 --- a/app/src/main/java/c/i/a/c/c2/l/a.java +++ b/app/src/main/java/c/i/a/c/c2/l/a.java @@ -21,7 +21,7 @@ public final class a extends g { public final v b = new v(); /* renamed from: c reason: collision with root package name */ - public e0 f788c; + public e0 f787c; @Override // c.i.a.c.c2.g public Metadata b(d dVar, ByteBuffer byteBuffer) { @@ -50,11 +50,11 @@ public final class a extends g { long j6; long j7; boolean z10; - e0 e0Var = this.f788c; + e0 e0Var = this.f787c; if (e0Var == null || dVar.q != e0Var.d()) { long j8 = dVar.m; e0 e0Var2 = new e0(j8); - this.f788c = e0Var2; + this.f787c = e0Var2; e0Var2.a(j8 - dVar.q); } byte[] array = byteBuffer.array(); @@ -142,7 +142,7 @@ public final class a extends g { entry = new SpliceScheduleCommand(arrayList2); } else if (g3 == 5) { w wVar2 = this.a; - e0 e0Var3 = this.f788c; + e0 e0Var3 = this.f787c; long t3 = wVar2.t(); boolean z15 = (wVar2.s() & 128) != 0; List emptyList = Collections.emptyList(); @@ -198,7 +198,7 @@ public final class a extends g { entry = new SpliceInsertCommand(t3, z15, z9, z8, z7, j6, e0Var3.b(j6), list, z6, j5, i7, i6, i5); } else if (g3 == 6) { w wVar3 = this.a; - e0 e0Var4 = this.f788c; + e0 e0Var4 = this.f787c; long a3 = TimeSignalCommand.a(wVar3, g); entry = new TimeSignalCommand(a3, e0Var4.b(a3)); } diff --git a/app/src/main/java/c/i/a/c/d0.java b/app/src/main/java/c/i/a/c/d0.java index 3e4ec72207..fcc71445c3 100644 --- a/app/src/main/java/c/i/a/c/d0.java +++ b/app/src/main/java/c/i/a/c/d0.java @@ -11,7 +11,7 @@ public final class d0 { public final a b; /* renamed from: c reason: collision with root package name */ - public boolean f789c; + public boolean f788c; /* compiled from: AudioBecomingNoisyManager */ public final class a extends BroadcastReceiver implements Runnable { @@ -32,7 +32,7 @@ public final class d0 { @Override // java.lang.Runnable public void run() { - if (d0.this.f789c) { + if (d0.this.f788c) { p1.this.Y(false, -1, 3); } } @@ -48,12 +48,12 @@ public final class d0 { } public void a(boolean z2) { - if (z2 && !this.f789c) { + if (z2 && !this.f788c) { this.a.registerReceiver(this.b, new IntentFilter("android.media.AUDIO_BECOMING_NOISY")); - this.f789c = true; - } else if (!z2 && this.f789c) { + this.f788c = true; + } else if (!z2 && this.f788c) { this.a.unregisterReceiver(this.b); - this.f789c = false; + this.f788c = false; } } } diff --git a/app/src/main/java/c/i/a/c/d1.java b/app/src/main/java/c/i/a/c/d1.java index 927972f634..8d4498d518 100644 --- a/app/src/main/java/c/i/a/c/d1.java +++ b/app/src/main/java/c/i/a/c/d1.java @@ -9,7 +9,7 @@ public final class d1 { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f790c; + public final float f789c; public final int d; public d1(float f, float f2) { @@ -17,7 +17,7 @@ public final class d1 { AnimatableValueParser.k(f > 0.0f); AnimatableValueParser.k(f2 <= 0.0f ? false : z2); this.b = f; - this.f790c = f2; + this.f789c = f2; this.d = Math.round(f * 1000.0f); } @@ -29,14 +29,14 @@ public final class d1 { return false; } d1 d1Var = (d1) obj; - return this.b == d1Var.b && this.f790c == d1Var.f790c; + return this.b == d1Var.b && this.f789c == d1Var.f789c; } public int hashCode() { - return Float.floatToRawIntBits(this.f790c) + ((Float.floatToRawIntBits(this.b) + 527) * 31); + return Float.floatToRawIntBits(this.f789c) + ((Float.floatToRawIntBits(this.b) + 527) * 31); } public String toString() { - return f0.k("PlaybackParameters(speed=%.2f, pitch=%.2f)", Float.valueOf(this.b), Float.valueOf(this.f790c)); + return f0.k("PlaybackParameters(speed=%.2f, pitch=%.2f)", Float.valueOf(this.b), Float.valueOf(this.f789c)); } } diff --git a/app/src/main/java/c/i/a/c/d2/a.java b/app/src/main/java/c/i/a/c/d2/a.java index 8a5e48d07d..d7e5a39ff1 100644 --- a/app/src/main/java/c/i/a/c/d2/a.java +++ b/app/src/main/java/c/i/a/c/d2/a.java @@ -44,14 +44,14 @@ public final /* synthetic */ class a implements y.b { t.a aVar5 = tVar.n; aVar3 = new t.a(r1Var, aVar5.d, aVar5.e); } else { - aVar3 = new t.a(r1Var, r1.c.a, t.a.f816c); + aVar3 = new t.a(r1Var, r1.c.a, t.a.f815c); } tVar.n = aVar3; } else { r1Var.n(0, tVar.l); r1.c cVar = tVar.l; long j2 = cVar.q; - Object obj2 = cVar.f961c; + Object obj2 = cVar.f960c; s sVar3 = tVar.o; if (sVar3 != null) { long j3 = sVar3.j; @@ -74,7 +74,7 @@ public final /* synthetic */ class a implements y.b { tVar.u(longValue); y.a aVar7 = sVar.i; Object obj4 = aVar7.a; - if (tVar.n.e != null && obj4.equals(t.a.f816c)) { + if (tVar.n.e != null && obj4.equals(t.a.f815c)) { obj4 = tVar.n.e; } aVar = aVar7.b(obj4); diff --git a/app/src/main/java/c/i/a/c/d2/b0.java b/app/src/main/java/c/i/a/c/d2/b0.java index a0614777e3..c4b0a97904 100644 --- a/app/src/main/java/c/i/a/c/d2/b0.java +++ b/app/src/main/java/c/i/a/c/d2/b0.java @@ -90,20 +90,20 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { @Nullable /* renamed from: s reason: collision with root package name */ - public final String f791s; + public final String f790s; public final long t; public final Loader u = new Loader("Loader:ProgressiveMediaPeriod"); public final k v; public final c.i.a.c.i2.j w; /* renamed from: x reason: collision with root package name */ - public final Runnable f792x; + public final Runnable f791x; /* renamed from: y reason: collision with root package name */ - public final Runnable f793y; + public final Runnable f792y; /* renamed from: z reason: collision with root package name */ - public final Handler f794z; + public final Handler f793z; /* compiled from: ProgressiveMediaPeriod */ public final class a implements Loader.e, q.a { @@ -111,7 +111,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public final Uri b; /* renamed from: c reason: collision with root package name */ - public final c.i.a.c.h2.v f795c; + public final c.i.a.c.h2.v f794c; public final k d; public final j e; public final c.i.a.c.i2.j f; @@ -127,7 +127,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public a(Uri uri, c.i.a.c.h2.j jVar, k kVar, j jVar2, c.i.a.c.i2.j jVar3) { this.b = uri; - this.f795c = new c.i.a.c.h2.v(jVar); + this.f794c = new c.i.a.c.h2.v(jVar); this.d = kVar; this.e = jVar2; this.f = jVar3; @@ -136,7 +136,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public final l a(long j) { Collections.emptyMap(); Uri uri = this.b; - String str = b0.this.f791s; + String str = b0.this.f790s; Map map = b0.i; AnimatableValueParser.I(uri, "The uri must be set."); return new l(uri, 0, 1, null, map, j, -1, str, 6, null); @@ -151,13 +151,13 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { long j = this.g.a; l a = a(j); this.k = a; - long a2 = this.f795c.a(a); + long a2 = this.f794c.a(a); this.l = a2; if (a2 != -1) { this.l = a2 + j; } - b0.this.B = IcyHeaders.a(this.f795c.j()); - c.i.a.c.h2.v vVar = this.f795c; + b0.this.B = IcyHeaders.a(this.f794c.j()); + c.i.a.c.h2.v vVar = this.f794c; IcyHeaders icyHeaders = b0.this.B; if (icyHeaders == null || (i = icyHeaders.n) == -1) { fVar = vVar; @@ -168,11 +168,11 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { ((e0) B).e(b0.j); } long j2 = j; - this.d.b(fVar, this.b, this.f795c.j(), j, this.l, this.e); + this.d.b(fVar, this.b, this.f794c.j(), j, this.l, this.e); if (b0.this.B != null) { h hVar = this.d.b; if (hVar instanceof c.i.a.c.a2.g0.f) { - ((c.i.a.c.a2.g0.f) hVar).f690s = true; + ((c.i.a.c.a2.g0.f) hVar).f689s = true; } } if (this.i) { @@ -196,14 +196,14 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { c.i.a.c.a2.s sVar = this.g; h hVar3 = kVar2.b; Objects.requireNonNull(hVar3); - i iVar = kVar2.f811c; + i iVar = kVar2.f810c; Objects.requireNonNull(iVar); i2 = hVar3.e(iVar, sVar); j2 = this.d.a(); if (j2 > b0.this.t + j2) { this.f.a(); b0 b0Var = b0.this; - b0Var.f794z.post(b0Var.f793y); + b0Var.f793z.post(b0Var.f792y); } } catch (InterruptedException unused) { throw new InterruptedIOException(); @@ -215,7 +215,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { } else if (this.d.a() != -1) { this.g.a = this.d.a(); } - c.i.a.c.h2.v vVar2 = this.f795c; + c.i.a.c.h2.v vVar2 = this.f794c; if (vVar2 != null) { try { vVar2.a.close(); @@ -226,7 +226,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { if (!(i2 == 1 || this.d.a() == -1)) { this.g.a = this.d.a(); } - c.i.a.c.h2.v vVar3 = this.f795c; + c.i.a.c.h2.v vVar3 = this.f794c; int i3 = f0.a; if (vVar3 != null) { try { @@ -277,7 +277,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { i = -5; if (!e0Var.m()) { if (!z3) { - if (!e0Var.f802x) { + if (!e0Var.f801x) { Format format = e0Var.B; if (format != null && (z2 || format != e0Var.g)) { e0Var.p(format, s0Var); @@ -301,7 +301,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { } aVar2.a = e0Var.l[k]; aVar2.b = e0Var.k[k]; - aVar2.f805c = e0Var.o[k]; + aVar2.f804c = e0Var.o[k]; i = -4; } } @@ -312,7 +312,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { d0 d0Var2 = e0Var.a; e0.a aVar3 = e0Var.b; d0.a aVar4 = d0Var2.e; - c.i.a.c.i2.w wVar = d0Var2.f798c; + c.i.a.c.i2.w wVar = d0Var2.f797c; if (decoderInputBuffer.t()) { long j2 = aVar3.b; wVar.z(1); @@ -363,21 +363,21 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { iArr[0] = 0; iArr2[0] = aVar3.a - ((int) (j4 - aVar3.b)); } - w.a aVar5 = aVar3.f805c; + w.a aVar5 = aVar3.f804c; int i10 = f0.a; byte[] bArr2 = aVar5.b; byte[] bArr3 = bVar.a; i2 = i5; int i11 = aVar5.a; i3 = i; - int i12 = aVar5.f767c; + int i12 = aVar5.f766c; int i13 = aVar5.d; bVar.f = i4; bVar.d = iArr; bVar.e = iArr2; bVar.b = bArr2; bVar.a = bArr3; - bVar.f1016c = i11; + bVar.f1015c = i11; bVar.g = i12; bVar.h = i13; d0Var = d0Var2; @@ -539,14 +539,14 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public final boolean[] b; /* renamed from: c reason: collision with root package name */ - public final boolean[] f796c; + public final boolean[] f795c; public final boolean[] d; public e(TrackGroupArray trackGroupArray, boolean[] zArr) { this.a = trackGroupArray; this.b = zArr; int i = trackGroupArray.j; - this.f796c = new boolean[i]; + this.f795c = new boolean[i]; this.d = new boolean[i]; } } @@ -570,13 +570,13 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { this.o = aVar2; this.q = bVar; this.r = mVar; - this.f791s = str; + this.f790s = str; this.t = (long) i2; this.v = new k(lVar); this.w = new c.i.a.c.i2.j(); - this.f792x = new g(this); - this.f793y = new i(this); - this.f794z = f0.j(); + this.f791x = new g(this); + this.f792y = new i(this); + this.f793z = f0.j(); this.D = new d[0]; this.C = new e0[0]; this.R = -9223372036854775807L; @@ -614,7 +614,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { } } m mVar = this.r; - Looper looper = this.f794z.getLooper(); + Looper looper = this.f793z.getLooper(); s sVar = this.m; q.a aVar = this.p; Objects.requireNonNull(looper); @@ -641,7 +641,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { if (j2 == -9223372036854775807L || this.R <= j2) { t tVar = this.I; Objects.requireNonNull(tVar); - long j3 = tVar.h(this.R).a.f766c; + long j3 = tVar.h(this.R).a.f765c; long j4 = this.R; aVar.g.a = j3; aVar.j = j4; @@ -677,15 +677,15 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { @Override // c.i.a.c.a2.j public void a(t tVar) { - this.f794z.post(new h(this, tVar)); + this.f793z.post(new h(this, tVar)); } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [com.google.android.exoplayer2.upstream.Loader$e, long, long, boolean] */ @Override // com.google.android.exoplayer2.upstream.Loader.b public void b(a aVar, long j2, long j3, boolean z2) { a aVar2 = aVar; - c.i.a.c.h2.v vVar = aVar2.f795c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f899c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f794c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f898c, vVar.d, j2, j3, vVar.b); Objects.requireNonNull(this.n); z.a aVar3 = this.o; aVar3.c(rVar, new u(1, -1, null, 0, null, aVar3.a(aVar2.j), aVar3.a(this.J))); @@ -724,8 +724,8 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { this.J = j4; ((c0) this.q).t(j4, c2, this.K); } - c.i.a.c.h2.v vVar = aVar2.f795c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f899c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f794c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f898c, vVar.d, j2, j3, vVar.b); Objects.requireNonNull(this.n); z.a aVar3 = this.o; aVar3.d(rVar, new u(1, -1, null, 0, null, aVar3.a(aVar2.j), aVar3.a(this.J))); @@ -834,7 +834,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { t.a h = this.I.h(j2); long j3 = h.a.b; long j4 = h.b.b; - long j5 = o1Var.f944c; + long j5 = o1Var.f943c; if (j5 == 0 && o1Var.d == 0) { return j2; } @@ -871,7 +871,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { @Override // c.i.a.c.a2.j public void j() { this.E = true; - this.f794z.post(this.f792x); + this.f793z.post(this.f791x); } @Override // c.i.a.c.d2.v @@ -898,7 +898,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { t(); e eVar = this.H; TrackGroupArray trackGroupArray = eVar.a; - boolean[] zArr3 = eVar.f796c; + boolean[] zArr3 = eVar.f795c; int i2 = this.O; for (int i3 = 0; i3 < gVarArr.length; i3++) { if (f0VarArr[i3] != null && (gVarArr[i3] == null || !zArr[i3])) { @@ -972,8 +972,8 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { if (this.P == -1) { this.P = aVar2.l; } - c.i.a.c.h2.v vVar = aVar2.f795c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f899c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f794c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f898c, vVar.d, j2, j3, vVar.b); h0.b(aVar2.j); h0.b(this.J); r rVar2 = (r) this.n; @@ -1044,7 +1044,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { if (zArr[i2]) { e0 e0Var = this.C[i2]; synchronized (e0Var) { - z2 = e0Var.f802x; + z2 = e0Var.f801x; } if (!z2) { e0 e0Var2 = this.C[i2]; @@ -1072,7 +1072,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { int i2; t(); if (!w()) { - boolean[] zArr = this.H.f796c; + boolean[] zArr = this.H.f795c; int length = this.C.length; for (int i3 = 0; i3 < length; i3++) { e0 e0Var = this.C[i3]; @@ -1083,7 +1083,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { j3 = -1; if (i4 != 0) { long[] jArr = e0Var.n; - int i5 = e0Var.f801s; + int i5 = e0Var.f800s; if (j2 >= jArr[i5]) { int i6 = e0Var.i(i5, (!z3 || (i2 = e0Var.t) == i4) ? i4 : i2 + 1, j2, z2); if (i6 != -1) { diff --git a/app/src/main/java/c/i/a/c/d2/c0.java b/app/src/main/java/c/i/a/c/d2/c0.java index d9c83b6e99..8f75f399d4 100644 --- a/app/src/main/java/c/i/a/c/d2/c0.java +++ b/app/src/main/java/c/i/a/c/d2/c0.java @@ -53,7 +53,7 @@ public final class c0 extends j implements b0.b { public l b; /* renamed from: c reason: collision with root package name */ - public t f797c = new p(); + public t f796c = new p(); public u d = new r(); public int e = 1048576; @@ -104,9 +104,9 @@ public final class c0 extends j implements b0.b { if (dVar != null) { dVar.a(true); } - loader.f2350c.execute(new Loader.g(b0Var)); - loader.f2350c.shutdown(); - b0Var.f794z.removeCallbacksAndMessages(null); + loader.f2348c.execute(new Loader.g(b0Var)); + loader.f2348c.shutdown(); + b0Var.f793z.removeCallbacksAndMessages(null); b0Var.A = null; b0Var.V = true; } @@ -118,7 +118,7 @@ public final class c0 extends j implements b0.b { if (xVar != null) { a2.d(xVar); } - return new b0(this.h.a, a2, this.j, this.k, this.d.g(0, aVar), this.l, this.f808c.g(0, aVar, 0), this, mVar, this.h.f, this.m); + return new b0(this.h.a, a2, this.j, this.k, this.d.g(0, aVar), this.l, this.f807c.g(0, aVar, 0), this, mVar, this.h.f, this.m); } @Override // c.i.a.c.d2.j diff --git a/app/src/main/java/c/i/a/c/d2/d0.java b/app/src/main/java/c/i/a/c/d2/d0.java index 356327b0ed..c3d5c6bb8b 100644 --- a/app/src/main/java/c/i/a/c/d2/d0.java +++ b/app/src/main/java/c/i/a/c/d2/d0.java @@ -12,7 +12,7 @@ public class d0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f798c = new w(32); + public final w f797c = new w(32); public a d; public a e; public a f; @@ -24,7 +24,7 @@ public class d0 { public final long b; /* renamed from: c reason: collision with root package name */ - public boolean f799c; + public boolean f798c; @Nullable public c d; @Nullable @@ -91,7 +91,7 @@ public class d0 { m mVar = this.a; c cVar = aVar.d; synchronized (mVar) { - c[] cVarArr = mVar.f892c; + c[] cVarArr = mVar.f891c; cVarArr[0] = cVar; mVar.a(cVarArr); } @@ -122,7 +122,7 @@ public class d0 { public final int c(int i) { c cVar; a aVar = this.f; - if (!aVar.f799c) { + if (!aVar.f798c) { m mVar = this.a; synchronized (mVar) { mVar.e++; @@ -141,7 +141,7 @@ public class d0 { a aVar2 = new a(this.f.b, this.b); aVar.d = cVar; aVar.e = aVar2; - aVar.f799c = true; + aVar.f798c = true; } return Math.min(i, (int) (this.f.b - this.g)); } diff --git a/app/src/main/java/c/i/a/c/d2/e0.java b/app/src/main/java/c/i/a/c/d2/e0.java index 4c8dae0be9..271cd32cd6 100644 --- a/app/src/main/java/c/i/a/c/d2/e0.java +++ b/app/src/main/java/c/i/a/c/d2/e0.java @@ -37,7 +37,7 @@ public class e0 implements w { @Nullable /* renamed from: c reason: collision with root package name */ - public final s f800c; + public final s f799c; @Nullable public final q.a d; @Nullable @@ -60,20 +60,20 @@ public class e0 implements w { public int r; /* renamed from: s reason: collision with root package name */ - public int f801s; + public int f800s; public int t; public long u = Long.MIN_VALUE; public long v = Long.MIN_VALUE; public long w = Long.MIN_VALUE; /* renamed from: x reason: collision with root package name */ - public boolean f802x; + public boolean f801x; /* renamed from: y reason: collision with root package name */ - public boolean f803y = true; + public boolean f802y = true; /* renamed from: z reason: collision with root package name */ - public boolean f804z = true; + public boolean f803z = true; /* compiled from: SampleQueue */ public static final class a { @@ -82,7 +82,7 @@ public class e0 implements w { @Nullable /* renamed from: c reason: collision with root package name */ - public w.a f805c; + public w.a f804c; } /* compiled from: SampleQueue */ @@ -91,7 +91,7 @@ public class e0 implements w { public e0(m mVar, @Nullable Looper looper, @Nullable s sVar, @Nullable q.a aVar) { this.e = looper; - this.f800c = sVar; + this.f799c = sVar; this.d = aVar; this.a = new d0(mVar); } @@ -126,9 +126,9 @@ public class e0 implements w { public void d(long j, int i, int i2, int i3, @Nullable w.a aVar) { int i4 = i & 1; boolean z2 = i4 != 0; - if (this.f803y) { + if (this.f802y) { if (z2) { - this.f803y = false; + this.f802y = false; } else { return; } @@ -156,7 +156,7 @@ public class e0 implements w { int k = k(i5 - 1); AnimatableValueParser.k(this.k[k] + ((long) this.l[k]) <= j3); } - this.f802x = (536870912 & i) != 0; + this.f801x = (536870912 & i) != 0; this.w = Math.max(this.w, j2); int k2 = k(this.q); this.n[k2] = j2; @@ -182,16 +182,16 @@ public class e0 implements w { int[] iArr3 = new int[i8]; w.a[] aVarArr = new w.a[i8]; Format[] formatArr2 = new Format[i8]; - int i9 = this.f801s; + int i9 = this.f800s; int i10 = i7 - i9; System.arraycopy(jArr, i9, jArr2, 0, i10); - System.arraycopy(this.n, this.f801s, jArr3, 0, i10); - System.arraycopy(this.m, this.f801s, iArr2, 0, i10); - System.arraycopy(this.l, this.f801s, iArr3, 0, i10); - System.arraycopy(this.o, this.f801s, aVarArr, 0, i10); - System.arraycopy(this.p, this.f801s, formatArr2, 0, i10); - System.arraycopy(this.j, this.f801s, iArr, 0, i10); - int i11 = this.f801s; + System.arraycopy(this.n, this.f800s, jArr3, 0, i10); + System.arraycopy(this.m, this.f800s, iArr2, 0, i10); + System.arraycopy(this.l, this.f800s, iArr3, 0, i10); + System.arraycopy(this.o, this.f800s, aVarArr, 0, i10); + System.arraycopy(this.p, this.f800s, formatArr2, 0, i10); + System.arraycopy(this.j, this.f800s, iArr, 0, i10); + int i11 = this.f800s; System.arraycopy(this.k, 0, jArr2, i10, i11); System.arraycopy(this.n, 0, jArr3, i10, i11); System.arraycopy(this.m, 0, iArr2, i10, i11); @@ -206,7 +206,7 @@ public class e0 implements w { this.o = aVarArr; this.p = formatArr2; this.j = iArr; - this.f801s = 0; + this.f800s = 0; this.i = i8; } } @@ -218,7 +218,7 @@ public class e0 implements w { this.A = format; synchronized (this) { z2 = false; - this.f804z = false; + this.f803z = false; if (!f0.a(format, this.B)) { if (f0.a(format, this.C)) { this.B = this.C; @@ -234,7 +234,7 @@ public class e0 implements w { b bVar = this.f; if (bVar != null && z2) { b0 b0Var = (b0) bVar; - b0Var.f794z.post(b0Var.f792x); + b0Var.f793z.post(b0Var.f791x); } } @@ -256,11 +256,11 @@ public class e0 implements w { int i2 = this.q - i; this.q = i2; this.r += i; - int i3 = this.f801s + i; - this.f801s = i3; + int i3 = this.f800s + i; + this.f800s = i3; int i4 = this.i; if (i3 >= i4) { - this.f801s = i3 - i4; + this.f800s = i3 - i4; } int i5 = this.t - i; this.t = i5; @@ -268,9 +268,9 @@ public class e0 implements w { this.t = 0; } if (i2 != 0) { - return this.k[this.f801s]; + return this.k[this.f800s]; } - int i6 = this.f801s; + int i6 = this.f800s; if (i6 != 0) { i4 = i6; } @@ -329,14 +329,14 @@ public class e0 implements w { } public final int k(int i) { - int i2 = this.f801s + i; + int i2 = this.f800s + i; int i3 = this.i; return i2 < i3 ? i2 : i2 - i3; } @Nullable public final synchronized Format l() { - return this.f804z ? null : this.B; + return this.f803z ? null : this.B; } public final boolean m() { @@ -348,7 +348,7 @@ public class e0 implements w { Format format; boolean z3 = true; if (!m()) { - if (!z2 && !this.f802x && ((format = this.B) == null || format == this.g)) { + if (!z2 && !this.f801x && ((format = this.B) == null || format == this.g)) { z3 = false; } return z3; @@ -372,7 +372,7 @@ public class e0 implements w { DrmInitData drmInitData = z2 ? null : format3.w; this.g = format; DrmInitData drmInitData2 = format.w; - s sVar = this.f800c; + s sVar = this.f799c; if (sVar != null) { Class c2 = sVar.c(format); Format.b a2 = format.a(); @@ -383,10 +383,10 @@ public class e0 implements w { } s0Var.b = format2; s0Var.a = this.h; - if (this.f800c != null) { + if (this.f799c != null) { if (z2 || !f0.a(drmInitData, drmInitData2)) { DrmSession drmSession = this.h; - s sVar2 = this.f800c; + s sVar2 = this.f799c; Looper looper = this.e; Objects.requireNonNull(looper); DrmSession b2 = sVar2.b(looper, this.d, format); @@ -403,9 +403,9 @@ public class e0 implements w { public void q(boolean z2) { d0 d0Var = this.a; d0.a aVar = d0Var.d; - if (aVar.f799c) { + if (aVar.f798c) { d0.a aVar2 = d0Var.f; - int i = (((int) (aVar2.a - aVar.a)) / d0Var.b) + (aVar2.f799c ? 1 : 0); + int i = (((int) (aVar2.a - aVar.a)) / d0Var.b) + (aVar2.f798c ? 1 : 0); c[] cVarArr = new c[i]; int i2 = 0; while (i2 < i) { @@ -426,18 +426,18 @@ public class e0 implements w { d0Var.a.c(); this.q = 0; this.r = 0; - this.f801s = 0; + this.f800s = 0; this.t = 0; - this.f803y = true; + this.f802y = true; this.u = Long.MIN_VALUE; this.v = Long.MIN_VALUE; this.w = Long.MIN_VALUE; - this.f802x = false; + this.f801x = false; this.C = null; if (z2) { this.A = null; this.B = null; - this.f804z = true; + this.f803z = true; } } diff --git a/app/src/main/java/c/i/a/c/d2/h0.java b/app/src/main/java/c/i/a/c/d2/h0.java index 6bb0a04bf1..9b0fda1094 100644 --- a/app/src/main/java/c/i/a/c/d2/h0.java +++ b/app/src/main/java/c/i/a/c/d2/h0.java @@ -11,7 +11,7 @@ public interface h0 { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f806c; + public final int[] f805c; /* JADX WARNING: Illegal instructions before constructor call */ public a(int i, Random random) { @@ -30,9 +30,9 @@ public interface h0 { public a(int[] iArr, Random random) { this.b = iArr; this.a = random; - this.f806c = new int[iArr.length]; + this.f805c = new int[iArr.length]; for (int i = 0; i < iArr.length; i++) { - this.f806c[iArr[i]] = i; + this.f805c[iArr[i]] = i; } } @@ -72,7 +72,7 @@ public interface h0 { @Override // c.i.a.c.d2.h0 public int d(int i) { - int i2 = this.f806c[i] - 1; + int i2 = this.f805c[i] - 1; if (i2 >= 0) { return this.b[i2]; } @@ -81,7 +81,7 @@ public interface h0 { @Override // c.i.a.c.d2.h0 public int e(int i) { - int i2 = this.f806c[i] + 1; + int i2 = this.f805c[i] + 1; int[] iArr = this.b; if (i2 < iArr.length) { return iArr[i2]; diff --git a/app/src/main/java/c/i/a/c/d2/i0.java b/app/src/main/java/c/i/a/c/d2/i0.java index 1fd176d485..95d01a6eb8 100644 --- a/app/src/main/java/c/i/a/c/d2/i0.java +++ b/app/src/main/java/c/i/a/c/d2/i0.java @@ -12,7 +12,7 @@ public final class i0 extends r1 { public static final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final long f807c; + public final long f806c; public final long d; public final boolean e; @Nullable @@ -28,8 +28,8 @@ public final class i0 extends r1 { } public i0(long j, boolean z2, boolean z3, boolean z4, @Nullable Object obj, v0 v0Var) { - v0.f fVar = z4 ? v0Var.f985c : null; - this.f807c = j; + v0.f fVar = z4 ? v0Var.f984c : null; + this.f806c = j; this.d = j; this.e = z2; Objects.requireNonNull(v0Var); @@ -46,12 +46,12 @@ public final class i0 extends r1 { public r1.b g(int i, r1.b bVar, boolean z2) { AnimatableValueParser.t(i, 0, 1); Object obj = z2 ? b : null; - long j = this.f807c; + long j = this.f806c; Objects.requireNonNull(bVar); a aVar = a.a; bVar.a = null; bVar.b = obj; - bVar.f960c = 0; + bVar.f959c = 0; bVar.d = j; bVar.e = 0; bVar.f = aVar; diff --git a/app/src/main/java/c/i/a/c/d2/j.java b/app/src/main/java/c/i/a/c/d2/j.java index bc250265a4..7d583faf8e 100644 --- a/app/src/main/java/c/i/a/c/d2/j.java +++ b/app/src/main/java/c/i/a/c/d2/j.java @@ -19,7 +19,7 @@ public abstract class j implements y { public final HashSet b = new HashSet<>(1); /* renamed from: c reason: collision with root package name */ - public final z.a f808c = new z.a(); + public final z.a f807c = new z.a(); public final q.a d = new q.a(); @Nullable public Looper e; @@ -41,19 +41,19 @@ public abstract class j implements y { @Override // c.i.a.c.d2.y public final void b(Handler handler, z zVar) { - z.a aVar = this.f808c; + z.a aVar = this.f807c; Objects.requireNonNull(aVar); - aVar.f819c.add(new z.a.C0091a(handler, zVar)); + aVar.f818c.add(new z.a.C0091a(handler, zVar)); } @Override // c.i.a.c.d2.y public final void c(z zVar) { - z.a aVar = this.f808c; - Iterator it = aVar.f819c.iterator(); + z.a aVar = this.f807c; + Iterator it = aVar.f818c.iterator(); while (it.hasNext()) { z.a.C0091a next = it.next(); if (next.b == zVar) { - aVar.f819c.remove(next); + aVar.f818c.remove(next); } } } @@ -71,7 +71,7 @@ public abstract class j implements y { public final void f(Handler handler, q qVar) { q.a aVar = this.d; Objects.requireNonNull(aVar); - aVar.f1025c.add(new q.a.C0099a(handler, qVar)); + aVar.f1024c.add(new q.a.C0099a(handler, qVar)); } @Override // c.i.a.c.d2.y diff --git a/app/src/main/java/c/i/a/c/d2/j0/a.java b/app/src/main/java/c/i/a/c/d2/j0/a.java index 164b016227..98437b8bab 100644 --- a/app/src/main/java/c/i/a/c/d2/j0/a.java +++ b/app/src/main/java/c/i/a/c/d2/j0/a.java @@ -12,7 +12,7 @@ public final class a { public final Object b = null; /* renamed from: c reason: collision with root package name */ - public final int f809c; + public final int f808c; public final long[] d; public final C0090a[] e; public final long f; @@ -25,7 +25,7 @@ public final class a { public final Uri[] b = new Uri[0]; /* renamed from: c reason: collision with root package name */ - public final int[] f810c = new int[0]; + public final int[] f809c = new int[0]; public final long[] d = new long[0]; public C0090a() { @@ -35,7 +35,7 @@ public final class a { public int a(int i) { int i2 = i + 1; while (true) { - int[] iArr = this.f810c; + int[] iArr = this.f809c; if (i2 >= iArr.length || iArr[i2] == 0 || iArr[i2] == 1) { break; } @@ -56,11 +56,11 @@ public final class a { return false; } C0090a aVar = (C0090a) obj; - return this.a == aVar.a && Arrays.equals(this.b, aVar.b) && Arrays.equals(this.f810c, aVar.f810c) && Arrays.equals(this.d, aVar.d); + return this.a == aVar.a && Arrays.equals(this.b, aVar.b) && Arrays.equals(this.f809c, aVar.f809c) && Arrays.equals(this.d, aVar.d); } public int hashCode() { - int hashCode = Arrays.hashCode(this.f810c); + int hashCode = Arrays.hashCode(this.f809c); return Arrays.hashCode(this.d) + ((hashCode + (((this.a * 31) + Arrays.hashCode(this.b)) * 31)) * 31); } } @@ -70,9 +70,9 @@ public final class a { this.f = j; this.g = j2; int length = jArr.length; - this.f809c = length; + this.f808c = length; C0090a[] aVarArr2 = new C0090a[length]; - for (int i = 0; i < this.f809c; i++) { + for (int i = 0; i < this.f808c; i++) { aVarArr2[i] = new C0090a(); } this.e = aVarArr2; @@ -86,11 +86,11 @@ public final class a { return false; } a aVar = (a) obj; - return f0.a(this.b, aVar.b) && this.f809c == aVar.f809c && this.f == aVar.f && this.g == aVar.g && Arrays.equals(this.d, aVar.d) && Arrays.equals(this.e, aVar.e); + return f0.a(this.b, aVar.b) && this.f808c == aVar.f808c && this.f == aVar.f && this.g == aVar.g && Arrays.equals(this.d, aVar.d) && Arrays.equals(this.e, aVar.e); } public int hashCode() { - int i = this.f809c * 31; + int i = this.f808c * 31; Object obj = this.b; int hashCode = obj == null ? 0 : obj.hashCode(); return Arrays.hashCode(this.e) + ((Arrays.hashCode(this.d) + ((((((i + hashCode) * 31) + ((int) this.f)) * 31) + ((int) this.g)) * 31)) * 31); @@ -106,9 +106,9 @@ public final class a { P.append("adGroup(timeUs="); P.append(this.d[i]); P.append(", ads=["); - for (int i2 = 0; i2 < this.e[i].f810c.length; i2++) { + for (int i2 = 0; i2 < this.e[i].f809c.length; i2++) { P.append("ad(state="); - int i3 = this.e[i].f810c[i2]; + int i3 = this.e[i].f809c[i2]; if (i3 == 0) { P.append('_'); } else if (i3 == 1) { @@ -125,7 +125,7 @@ public final class a { P.append(", durationUs="); P.append(this.e[i].d[i2]); P.append(')'); - if (i2 < this.e[i].f810c.length - 1) { + if (i2 < this.e[i].f809c.length - 1) { P.append(", "); } } diff --git a/app/src/main/java/c/i/a/c/d2/k.java b/app/src/main/java/c/i/a/c/d2/k.java index 71b447d7be..f773e70773 100644 --- a/app/src/main/java/c/i/a/c/d2/k.java +++ b/app/src/main/java/c/i/a/c/d2/k.java @@ -25,14 +25,14 @@ public final class k { @Nullable /* renamed from: c reason: collision with root package name */ - public i f811c; + public i f810c; public k(l lVar) { this.a = lVar; } public long a() { - i iVar = this.f811c; + i iVar = this.f810c; if (iVar != null) { return iVar.getPosition(); } @@ -50,7 +50,7 @@ public final class k { */ public void b(f fVar, Uri uri, Map> map, long j, long j2, j jVar) throws IOException { e eVar = new e(fVar, j, j2); - this.f811c = eVar; + this.f810c = eVar; if (this.b == null) { h[] b = this.a.b(uri, map); boolean z2 = true; diff --git a/app/src/main/java/c/i/a/c/d2/l.java b/app/src/main/java/c/i/a/c/d2/l.java index 3a0fb33d67..739294b85f 100644 --- a/app/src/main/java/c/i/a/c/d2/l.java +++ b/app/src/main/java/c/i/a/c/d2/l.java @@ -180,11 +180,11 @@ public final class l implements v, v.a { if (j == j2) { return j2; } - long i = f0.i(o1Var.f944c, 0, j - j2); + long i = f0.i(o1Var.f943c, 0, j - j2); long j3 = o1Var.d; long j4 = this.n; long i2 = f0.i(j3, 0, j4 == Long.MIN_VALUE ? RecyclerView.FOREVER_NS : j4 - j); - if (!(i == o1Var.f944c && i2 == o1Var.d)) { + if (!(i == o1Var.f943c && i2 == o1Var.d)) { o1Var = new o1(i, i2); } return this.i.i(j, o1Var); diff --git a/app/src/main/java/c/i/a/c/d2/m.java b/app/src/main/java/c/i/a/c/d2/m.java index 440f357819..e9eb854d5c 100644 --- a/app/src/main/java/c/i/a/c/d2/m.java +++ b/app/src/main/java/c/i/a/c/d2/m.java @@ -28,7 +28,7 @@ public abstract class m extends j { public q.a k; public a(T t) { - this.j = m.this.f808c.g(0, null, 0); + this.j = m.this.f807c.g(0, null, 0); this.k = m.this.d.g(0, null); this.i = t; } @@ -85,7 +85,7 @@ public abstract class m extends j { Object obj = aVar.a; Object obj2 = tVar.n.e; if (obj2 != null && obj2.equals(obj)) { - obj = t.a.f816c; + obj = t.a.f815c; } aVar2 = aVar.b(obj); } else { @@ -94,13 +94,13 @@ public abstract class m extends j { Objects.requireNonNull(m.this); z.a aVar3 = this.j; if (aVar3.a != i || !f0.a(aVar3.b, aVar2)) { - this.j = m.this.f808c.g(i, aVar2, 0); + this.j = m.this.f807c.g(i, aVar2, 0); } q.a aVar4 = this.k; if (aVar4.a == i && f0.a(aVar4.b, aVar2)) { return true; } - this.k = new q.a(m.this.d.f1025c, i, aVar2); + this.k = new q.a(m.this.d.f1024c, i, aVar2); return true; } @@ -111,7 +111,7 @@ public abstract class m extends j { m mVar2 = m.this; long j2 = uVar.g; Objects.requireNonNull(mVar2); - return (j == uVar.f && j2 == uVar.g) ? uVar : new u(uVar.a, uVar.b, uVar.f817c, uVar.d, uVar.e, j, j2); + return (j == uVar.f && j2 == uVar.g) ? uVar : new u(uVar.a, uVar.b, uVar.f816c, uVar.d, uVar.e, j, j2); } @Override // c.i.a.c.d2.z @@ -145,12 +145,12 @@ public abstract class m extends j { public final y.b b; /* renamed from: c reason: collision with root package name */ - public final z f813c; + public final z f812c; public b(y yVar, y.b bVar, z zVar) { this.a = yVar; this.b = bVar; - this.f813c = zVar; + this.f812c = zVar; } } diff --git a/app/src/main/java/c/i/a/c/d2/q.java b/app/src/main/java/c/i/a/c/d2/q.java index 5feb68d8d1..a13ef516af 100644 --- a/app/src/main/java/c/i/a/c/d2/q.java +++ b/app/src/main/java/c/i/a/c/d2/q.java @@ -18,7 +18,7 @@ public final class q implements j { public final int b; /* renamed from: c reason: collision with root package name */ - public final a f814c; + public final a f813c; public final byte[] d; public int e; @@ -30,7 +30,7 @@ public final class q implements j { AnimatableValueParser.k(i > 0); this.a = jVar; this.b = i; - this.f814c = aVar; + this.f813c = aVar; this.d = new byte[1]; this.e = i; } @@ -85,7 +85,7 @@ public final class q implements j { i3 = i6; } if (i3 > 0) { - a aVar = this.f814c; + a aVar = this.f813c; w wVar = new w(bArr2, i3); b0.a aVar2 = (b0.a) aVar; if (!aVar2.n) { diff --git a/app/src/main/java/c/i/a/c/d2/r.java b/app/src/main/java/c/i/a/c/d2/r.java index 88f0dadd73..0d24d04687 100644 --- a/app/src/main/java/c/i/a/c/d2/r.java +++ b/app/src/main/java/c/i/a/c/d2/r.java @@ -12,16 +12,16 @@ public final class r { public final Map> b; /* renamed from: c reason: collision with root package name */ - public final long f815c; + public final long f814c; public r(long j, l lVar, long j2) { Uri uri = lVar.a; this.b = Collections.emptyMap(); - this.f815c = 0; + this.f814c = 0; } public r(long j, l lVar, Uri uri, Map> map, long j2, long j3, long j4) { this.b = map; - this.f815c = j3; + this.f814c = j3; } } diff --git a/app/src/main/java/c/i/a/c/d2/t.java b/app/src/main/java/c/i/a/c/d2/t.java index 8d582d4bb4..ad6bfd4fa4 100644 --- a/app/src/main/java/c/i/a/c/d2/t.java +++ b/app/src/main/java/c/i/a/c/d2/t.java @@ -28,7 +28,7 @@ public final class t extends m { public static final class a extends p { /* renamed from: c reason: collision with root package name */ - public static final Object f816c = new Object(); + public static final Object f815c = new Object(); @Nullable public final Object d; @Nullable @@ -44,7 +44,7 @@ public final class t extends m { public int b(Object obj) { Object obj2; r1 r1Var = this.b; - if (f816c.equals(obj) && (obj2 = this.e) != null) { + if (f815c.equals(obj) && (obj2 = this.e) != null) { obj = obj2; } return r1Var.b(obj); @@ -54,7 +54,7 @@ public final class t extends m { public r1.b g(int i, r1.b bVar, boolean z2) { this.b.g(i, bVar, z2); if (f0.a(bVar.b, this.e) && z2) { - bVar.b = f816c; + bVar.b = f815c; } return bVar; } @@ -62,14 +62,14 @@ public final class t extends m { @Override // c.i.a.c.d2.p, c.i.a.c.r1 public Object m(int i) { Object m = this.b.m(i); - return f0.a(m, this.e) ? f816c : m; + return f0.a(m, this.e) ? f815c : m; } @Override // c.i.a.c.r1 public r1.c o(int i, r1.c cVar, long j) { this.b.o(i, cVar, j); - if (f0.a(cVar.f961c, this.d)) { - cVar.f961c = r1.c.a; + if (f0.a(cVar.f960c, this.d)) { + cVar.f960c = r1.c.a; } return cVar; } @@ -86,7 +86,7 @@ public final class t extends m { @Override // c.i.a.c.r1 public int b(Object obj) { - return obj == a.f816c ? 0 : -1; + return obj == a.f815c ? 0 : -1; } @Override // c.i.a.c.r1 @@ -94,13 +94,13 @@ public final class t extends m { Object obj = null; int i2 = z2 ? 0 : null; if (z2) { - obj = a.f816c; + obj = a.f815c; } Objects.requireNonNull(bVar); c.i.a.c.d2.j0.a aVar = c.i.a.c.d2.j0.a.a; bVar.a = i2; bVar.b = obj; - bVar.f960c = 0; + bVar.f959c = 0; bVar.d = -9223372036854775807L; bVar.e = 0; bVar.f = aVar; @@ -114,7 +114,7 @@ public final class t extends m { @Override // c.i.a.c.r1 public Object m(int i) { - return a.f816c; + return a.f815c; } @Override // c.i.a.c.r1 @@ -141,7 +141,7 @@ public final class t extends m { this.r = true; return; } - this.n = new a(new b(yVar.e()), r1.c.a, a.f816c); + this.n = new a(new b(yVar.e()), r1.c.a, a.f815c); } @Override // c.i.a.c.d2.y @@ -182,7 +182,7 @@ public final class t extends m { this.p = false; for (m.b bVar : this.g.values()) { bVar.a.a(bVar.b); - bVar.a.c(bVar.f813c); + bVar.a.c(bVar.f812c); } this.g.clear(); } @@ -195,7 +195,7 @@ public final class t extends m { sVar.l = yVar; if (this.q) { Object obj = aVar.a; - if (this.n.e != null && obj.equals(a.f816c)) { + if (this.n.e != null && obj.equals(a.f815c)) { obj = this.n.e; } sVar.d(aVar.b(obj)); diff --git a/app/src/main/java/c/i/a/c/d2/u.java b/app/src/main/java/c/i/a/c/d2/u.java index 7143ab8dfa..c892213c60 100644 --- a/app/src/main/java/c/i/a/c/d2/u.java +++ b/app/src/main/java/c/i/a/c/d2/u.java @@ -9,7 +9,7 @@ public final class u { @Nullable /* renamed from: c reason: collision with root package name */ - public final Format f817c; + public final Format f816c; public final int d; @Nullable public final Object e; @@ -19,7 +19,7 @@ public final class u { public u(int i, int i2, @Nullable Format format, int i3, @Nullable Object obj, long j, long j2) { this.a = i; this.b = i2; - this.f817c = format; + this.f816c = format; this.d = i3; this.e = obj; this.f = j; diff --git a/app/src/main/java/c/i/a/c/d2/w.java b/app/src/main/java/c/i/a/c/d2/w.java index d64e885fc1..327316d385 100644 --- a/app/src/main/java/c/i/a/c/d2/w.java +++ b/app/src/main/java/c/i/a/c/d2/w.java @@ -7,14 +7,14 @@ public class w { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f818c; + public final int f817c; public final long d; public final int e; public w(w wVar) { this.a = wVar.a; this.b = wVar.b; - this.f818c = wVar.f818c; + this.f817c = wVar.f817c; this.d = wVar.d; this.e = wVar.e; } @@ -22,7 +22,7 @@ public class w { public w(Object obj) { this.a = obj; this.b = -1; - this.f818c = -1; + this.f817c = -1; this.d = -1; this.e = -1; } @@ -30,7 +30,7 @@ public class w { public w(Object obj, int i, int i2, long j) { this.a = obj; this.b = i; - this.f818c = i2; + this.f817c = i2; this.d = j; this.e = -1; } @@ -38,7 +38,7 @@ public class w { public w(Object obj, int i, int i2, long j, int i3) { this.a = obj; this.b = i; - this.f818c = i2; + this.f817c = i2; this.d = j; this.e = i3; } @@ -46,7 +46,7 @@ public class w { public w(Object obj, long j, int i) { this.a = obj; this.b = -1; - this.f818c = -1; + this.f817c = -1; this.d = j; this.e = i; } @@ -63,10 +63,10 @@ public class w { return false; } w wVar = (w) obj; - return this.a.equals(wVar.a) && this.b == wVar.b && this.f818c == wVar.f818c && this.d == wVar.d && this.e == wVar.e; + return this.a.equals(wVar.a) && this.b == wVar.b && this.f817c == wVar.f817c && this.d == wVar.d && this.e == wVar.e; } public int hashCode() { - return ((((((((this.a.hashCode() + 527) * 31) + this.b) * 31) + this.f818c) * 31) + ((int) this.d)) * 31) + this.e; + return ((((((((this.a.hashCode() + 527) * 31) + this.b) * 31) + this.f817c) * 31) + ((int) this.d)) * 31) + this.e; } } diff --git a/app/src/main/java/c/i/a/c/d2/y.java b/app/src/main/java/c/i/a/c/d2/y.java index 2da1aec90e..728be2a136 100644 --- a/app/src/main/java/c/i/a/c/d2/y.java +++ b/app/src/main/java/c/i/a/c/d2/y.java @@ -30,7 +30,7 @@ public interface y { } public a b(Object obj) { - return new a(this.a.equals(obj) ? this : new w(obj, this.b, this.f818c, this.d, this.e)); + return new a(this.a.equals(obj) ? this : new w(obj, this.b, this.f817c, this.d, this.e)); } } diff --git a/app/src/main/java/c/i/a/c/d2/z.java b/app/src/main/java/c/i/a/c/d2/z.java index 0264680510..61a4f145c6 100644 --- a/app/src/main/java/c/i/a/c/d2/z.java +++ b/app/src/main/java/c/i/a/c/d2/z.java @@ -19,7 +19,7 @@ public interface z { public final y.a b; /* renamed from: c reason: collision with root package name */ - public final CopyOnWriteArrayList f819c; + public final CopyOnWriteArrayList f818c; public final long d; /* compiled from: MediaSourceEventListener */ @@ -35,14 +35,14 @@ public interface z { } public a() { - this.f819c = new CopyOnWriteArrayList<>(); + this.f818c = new CopyOnWriteArrayList<>(); this.a = 0; this.b = null; this.d = 0; } public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable y.a aVar, long j) { - this.f819c = copyOnWriteArrayList; + this.f818c = copyOnWriteArrayList; this.a = i; this.b = aVar; this.d = j; @@ -57,7 +57,7 @@ public interface z { } public void b(u uVar) { - Iterator it = this.f819c.iterator(); + Iterator it = this.f818c.iterator(); while (it.hasNext()) { C0091a next = it.next(); f0.D(next.a, new d(this, next.b, uVar)); @@ -65,7 +65,7 @@ public interface z { } public void c(r rVar, u uVar) { - Iterator it = this.f819c.iterator(); + Iterator it = this.f818c.iterator(); while (it.hasNext()) { C0091a next = it.next(); f0.D(next.a, new f(this, next.b, rVar, uVar)); @@ -73,7 +73,7 @@ public interface z { } public void d(r rVar, u uVar) { - Iterator it = this.f819c.iterator(); + Iterator it = this.f818c.iterator(); while (it.hasNext()) { C0091a next = it.next(); f0.D(next.a, new c(this, next.b, rVar, uVar)); @@ -81,7 +81,7 @@ public interface z { } public void e(r rVar, u uVar, IOException iOException, boolean z2) { - Iterator it = this.f819c.iterator(); + Iterator it = this.f818c.iterator(); while (it.hasNext()) { C0091a next = it.next(); f0.D(next.a, new b(this, next.b, rVar, uVar, iOException, z2)); @@ -89,7 +89,7 @@ public interface z { } public void f(r rVar, u uVar) { - Iterator it = this.f819c.iterator(); + Iterator it = this.f818c.iterator(); while (it.hasNext()) { C0091a next = it.next(); f0.D(next.a, new e(this, next.b, rVar, uVar)); @@ -98,7 +98,7 @@ public interface z { @CheckResult public a g(int i, @Nullable y.a aVar, long j) { - return new a(this.f819c, i, aVar, j); + return new a(this.f818c, i, aVar, j); } } diff --git a/app/src/main/java/c/i/a/c/e0.java b/app/src/main/java/c/i/a/c/e0.java index d1631c6f90..b2f5972113 100644 --- a/app/src/main/java/c/i/a/c/e0.java +++ b/app/src/main/java/c/i/a/c/e0.java @@ -17,7 +17,7 @@ public final class e0 { @Nullable /* renamed from: c reason: collision with root package name */ - public b f820c; + public b f819c; @Nullable public n d; public int e; @@ -47,7 +47,7 @@ public final class e0 { AudioManager audioManager = (AudioManager) context.getApplicationContext().getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); Objects.requireNonNull(audioManager); this.a = audioManager; - this.f820c = bVar; + this.f819c = bVar; this.b = new a(handler); this.e = 0; } @@ -67,7 +67,7 @@ public final class e0 { } public final void b(int i) { - b bVar = this.f820c; + b bVar = this.f819c; if (bVar != null) { p1.c cVar = (p1.c) bVar; boolean g = p1.this.g(); @@ -81,7 +81,7 @@ public final class e0 { float f = i == 3 ? 0.2f : 1.0f; if (this.g != f) { this.g = f; - b bVar = this.f820c; + b bVar = this.f819c; if (bVar != null) { p1 p1Var = p1.this; p1Var.R(1, 2, Float.valueOf(p1Var.B * p1Var.m.g)); diff --git a/app/src/main/java/c/i/a/c/e2/b.java b/app/src/main/java/c/i/a/c/e2/b.java index 1a51e9108d..e6ed714880 100644 --- a/app/src/main/java/c/i/a/c/e2/b.java +++ b/app/src/main/java/c/i/a/c/e2/b.java @@ -9,7 +9,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f821c; + public final int f820c; public final int d; public final int e; public final int f; @@ -18,7 +18,7 @@ public final class b { public b(int i, int i2, int i3, int i4, int i5, @Nullable Typeface typeface) { this.b = i; - this.f821c = i2; + this.f820c = i2; this.d = i3; this.e = i4; this.f = i5; diff --git a/app/src/main/java/c/i/a/c/e2/c.java b/app/src/main/java/c/i/a/c/e2/c.java index 690460c683..06c8e2d8bf 100644 --- a/app/src/main/java/c/i/a/c/e2/c.java +++ b/app/src/main/java/c/i/a/c/e2/c.java @@ -15,7 +15,7 @@ public final class c { @Nullable /* renamed from: c reason: collision with root package name */ - public final Layout.Alignment f822c; + public final Layout.Alignment f821c; @Nullable public final Bitmap d; public final float e; @@ -41,7 +41,7 @@ public final class c { @Nullable /* renamed from: c reason: collision with root package name */ - public Layout.Alignment f823c; + public Layout.Alignment f822c; public float d; public int e; public int f; @@ -60,7 +60,7 @@ public final class c { public b() { this.a = null; this.b = null; - this.f823c = null; + this.f822c = null; this.d = -3.4028235E38f; this.e = Integer.MIN_VALUE; this.f = Integer.MIN_VALUE; @@ -78,7 +78,7 @@ public final class c { public b(c cVar, a aVar) { this.a = cVar.b; this.b = cVar.d; - this.f823c = cVar.f822c; + this.f822c = cVar.f821c; this.d = cVar.e; this.e = cVar.f; this.f = cVar.g; @@ -95,7 +95,7 @@ public final class c { } public c a() { - return new c(this.a, this.f823c, this.b, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, null); + return new c(this.a, this.f822c, this.b, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, null); } } @@ -112,7 +112,7 @@ public final class c { AnimatableValueParser.k(bitmap == null); } this.b = charSequence; - this.f822c = alignment; + this.f821c = alignment; this.d = bitmap; this.e = f; this.f = i; diff --git a/app/src/main/java/c/i/a/c/e2/l.java b/app/src/main/java/c/i/a/c/e2/l.java index f2073ec87f..7c64942f3b 100644 --- a/app/src/main/java/c/i/a/c/e2/l.java +++ b/app/src/main/java/c/i/a/c/e2/l.java @@ -42,13 +42,13 @@ public final class l extends g0 implements Handler.Callback { public final s0 w; /* renamed from: x reason: collision with root package name */ - public boolean f824x; + public boolean f823x; /* renamed from: y reason: collision with root package name */ - public boolean f825y; + public boolean f824y; /* renamed from: z reason: collision with root package name */ - public boolean f826z; + public boolean f825z; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public l(k kVar, @Nullable Looper looper) { @@ -85,8 +85,8 @@ public final class l extends g0 implements Handler.Callback { @Override // c.i.a.c.g0 public void D(long j, boolean z2) { J(); - this.f824x = false; - this.f825y = false; + this.f823x = false; + this.f824y = false; this.H = -9223372036854775807L; if (this.A != 0) { O(); @@ -151,7 +151,7 @@ public final class l extends g0 implements Handler.Callback { public final void M() { g gVar; char c2 = 1; - this.f826z = true; + this.f825z = true; h hVar = this.v; Format format = this.B; Objects.requireNonNull(format); @@ -319,7 +319,7 @@ public final class l extends g0 implements Handler.Callback { @Override // c.i.a.c.k1 public boolean b() { - return this.f825y; + return this.f824y; } @Override // c.i.a.c.k1 @@ -348,10 +348,10 @@ public final class l extends g0 implements Handler.Callback { long j3 = this.H; if (j3 != -9223372036854775807L && j >= j3) { N(); - this.f825y = true; + this.f824y = true; } } - if (!this.f825y) { + if (!this.f824y) { if (this.F == null) { g gVar = this.C; Objects.requireNonNull(gVar); @@ -385,7 +385,7 @@ public final class l extends g0 implements Handler.Callback { O(); } else { N(); - this.f825y = true; + this.f824y = true; } } } else if (jVar.j <= j) { @@ -415,7 +415,7 @@ public final class l extends g0 implements Handler.Callback { } } if (this.A != 2) { - while (!this.f824x) { + while (!this.f823x) { try { i iVar = this.D; if (iVar == null) { @@ -440,19 +440,19 @@ public final class l extends g0 implements Handler.Callback { int I = I(this.w, iVar, false); if (I == -4) { if (iVar.n()) { - this.f824x = true; - this.f826z = false; + this.f823x = true; + this.f825z = false; } else { Format format = this.w.b; if (format != null) { - iVar.q = format.f2277x; + iVar.q = format.f2275x; iVar.s(); - this.f826z &= !iVar.o(); + this.f825z &= !iVar.o(); } else { return; } } - if (!this.f826z) { + if (!this.f825z) { g gVar5 = this.C; Objects.requireNonNull(gVar5); gVar5.d(iVar); diff --git a/app/src/main/java/c/i/a/c/e2/m/c.java b/app/src/main/java/c/i/a/c/e2/m/c.java index de6b701b90..dee43db753 100644 --- a/app/src/main/java/c/i/a/c/e2/m/c.java +++ b/app/src/main/java/c/i/a/c/e2/m/c.java @@ -46,7 +46,7 @@ public final class c extends e { public final int r; /* renamed from: s reason: collision with root package name */ - public final long f827s; + public final long f826s; public final ArrayList t = new ArrayList<>(); public a u = new a(0, 4); @Nullable @@ -55,13 +55,13 @@ public final class c extends e { public List w; /* renamed from: x reason: collision with root package name */ - public int f828x; + public int f827x; /* renamed from: y reason: collision with root package name */ - public int f829y; + public int f828y; /* renamed from: z reason: collision with root package name */ - public boolean f830z; + public boolean f829z; /* compiled from: Cea608Decoder */ public static final class a { @@ -69,7 +69,7 @@ public final class c extends e { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final StringBuilder f831c = new StringBuilder(); + public final StringBuilder f830c = new StringBuilder(); public int d; public int e; public int f; @@ -83,12 +83,12 @@ public final class c extends e { public final boolean b; /* renamed from: c reason: collision with root package name */ - public int f832c; + public int f831c; public C0092a(int i, boolean z2, int i2) { this.a = i; this.b = z2; - this.f832c = i2; + this.f831c = i2; } } @@ -98,20 +98,20 @@ public final class c extends e { } public void a(char c2) { - if (this.f831c.length() < 32) { - this.f831c.append(c2); + if (this.f830c.length() < 32) { + this.f830c.append(c2); } } public void b() { - int length = this.f831c.length(); + int length = this.f830c.length(); if (length > 0) { - this.f831c.delete(length - 1, length); + this.f830c.delete(length - 1, length); for (int size = this.a.size() - 1; size >= 0; size--) { C0092a aVar = this.a.get(size); - int i = aVar.f832c; + int i = aVar.f831c; if (i == length) { - aVar.f832c = i - 1; + aVar.f831c = i - 1; } else { return; } @@ -166,7 +166,7 @@ public final class c extends e { } public final SpannableString d() { - SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(this.f831c); + SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(this.f830c); int length = spannableStringBuilder.length(); int i = 0; int i2 = -1; @@ -186,9 +186,9 @@ public final class c extends e { } z2 = z4; } - int i8 = aVar.f832c; + int i8 = aVar.f831c; i++; - if (i8 != (i < this.a.size() ? this.a.get(i).f832c : length)) { + if (i8 != (i < this.a.size() ? this.a.get(i).f831c : length)) { if (i2 != -1 && !z3) { spannableStringBuilder.setSpan(new UnderlineSpan(), i2, i8, 33); i2 = -1; @@ -223,14 +223,14 @@ public final class c extends e { } public boolean e() { - return this.a.isEmpty() && this.b.isEmpty() && this.f831c.length() == 0; + return this.a.isEmpty() && this.b.isEmpty() && this.f830c.length() == 0; } public void f(int i) { this.g = i; this.a.clear(); this.b.clear(); - this.f831c.setLength(0); + this.f830c.setLength(0); this.d = 15; this.e = 0; this.f = 0; @@ -238,7 +238,7 @@ public final class c extends e { } public c(String str, int i2, long j2) { - this.f827s = j2 > 0 ? j2 * 1000 : -9223372036854775807L; + this.f826s = j2 > 0 ? j2 * 1000 : -9223372036854775807L; this.p = "application/x-mp4-cea-608".equals(str) ? 2 : 3; if (i2 == 1) { this.r = 0; @@ -293,12 +293,12 @@ public final class c extends e { byte b = (byte) (s3 & 127); byte b2 = (byte) (s4 & 127); if (b != 0 || b2 != 0) { - boolean z5 = this.f830z; + boolean z5 = this.f829z; if ((s2 & 4) == 4) { boolean[] zArr = n; if (zArr[s3] && zArr[s4]) { z2 = true; - this.f830z = z2; + this.f829z = z2; if (z2) { if ((b & 240) == 16) { if (this.A && this.B == b && this.C == b2) { @@ -356,7 +356,7 @@ public final class c extends e { this.u.a(' '); boolean z6 = (b2 & 1) == 1; a aVar = this.u; - aVar.a.add(new a.C0092a((b2 >> 1) & 7, z6, aVar.f831c.length())); + aVar.a.add(new a.C0092a((b2 >> 1) & 7, z6, aVar.f830c.length())); } else { if ((b & 240) == 16 && (b2 & 192) == 64) { int i6 = g[b & 7]; @@ -365,8 +365,8 @@ public final class c extends e { } a aVar2 = this.u; if (i6 != aVar2.d) { - if (this.f828x != 1 && !aVar2.e()) { - a aVar3 = new a(this.f828x, this.f829y); + if (this.f827x != 1 && !aVar2.e()) { + a aVar3 = new a(this.f827x, this.f828y); this.u = aVar3; this.t.add(aVar3); } @@ -376,7 +376,7 @@ public final class c extends e { boolean z8 = (b2 & 1) == 1; int i7 = (b2 >> 1) & 7; a aVar4 = this.u; - aVar4.a.add(new a.C0092a(z7 ? 8 : i7, z8, aVar4.f831c.length())); + aVar4.a.add(new a.C0092a(z7 ? 8 : i7, z8, aVar4.f830c.length())); if (z7) { this.u.e = h[i7]; } @@ -402,7 +402,7 @@ public final class c extends e { m(4); break; default: - int i8 = this.f828x; + int i8 = this.f827x; if (i8 != 0) { if (b2 == 33) { this.u.b(); @@ -411,7 +411,7 @@ public final class c extends e { switch (b2) { case 44: this.v = Collections.emptyList(); - int i9 = this.f828x; + int i9 = this.f827x; if (i9 == 1 || i9 == 3) { k(); break; @@ -420,7 +420,7 @@ public final class c extends e { if (i8 == 1 && !this.u.e()) { a aVar5 = this.u; aVar5.b.add(aVar5.d()); - aVar5.f831c.setLength(0); + aVar5.f830c.setLength(0); aVar5.a.clear(); int min = Math.min(aVar5.h, aVar5.d); while (aVar5.b.size() >= min) { @@ -474,7 +474,7 @@ public final class c extends e { } } z2 = false; - this.f830z = z2; + this.f829z = z2; if (z2) { } this.A = false; @@ -484,7 +484,7 @@ public final class c extends e { } } } else if (z4) { - int i10 = this.f828x; + int i10 = this.f827x; if (i10 == 1 || i10 == 3) { this.v = j(); this.F = this.e; @@ -505,7 +505,7 @@ public final class c extends e { l(0); m(4); k(); - this.f830z = false; + this.f829z = false; this.A = false; this.B = 0; this.C = 0; @@ -523,7 +523,7 @@ public final class c extends e { if (g2 != null) { return g2; } - long j2 = this.f827s; + long j2 = this.f826s; boolean z2 = false; if (j2 != -9223372036854775807L) { long j3 = this.F; @@ -574,15 +574,15 @@ public final class c extends e { } public final void k() { - this.u.f(this.f828x); + this.u.f(this.f827x); this.t.clear(); this.t.add(this.u); } public final void l(int i2) { - int i3 = this.f828x; + int i3 = this.f827x; if (i3 != i2) { - this.f828x = i2; + this.f827x = i2; if (i2 == 3) { for (int i4 = 0; i4 < this.t.size(); i4++) { this.t.get(i4).g = i2; @@ -597,7 +597,7 @@ public final class c extends e { } public final void m(int i2) { - this.f829y = i2; + this.f828y = i2; this.u.h = i2; } diff --git a/app/src/main/java/c/i/a/c/e2/m/d.java b/app/src/main/java/c/i/a/c/e2/m/d.java index 53b4f437d5..e1ac425407 100644 --- a/app/src/main/java/c/i/a/c/e2/m/d.java +++ b/app/src/main/java/c/i/a/c/e2/m/d.java @@ -64,7 +64,7 @@ public final class d extends e { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final int f833c; + public static final int f832c; public static final int[] d = {0, 0, 0, 0, 0, 2, 0}; public static final int[] e = {0, 0, 0, 0, 0, 0, 2}; public static final int[] f = {3, 3, 3, 3, 3, 3, 1}; @@ -89,26 +89,26 @@ public final class d extends e { public int r; /* renamed from: s reason: collision with root package name */ - public int f834s; + public int f833s; public int t; public int u; public boolean v; public int w; /* renamed from: x reason: collision with root package name */ - public int f835x; + public int f834x; /* renamed from: y reason: collision with root package name */ - public int f836y; + public int f835y; /* renamed from: z reason: collision with root package name */ - public int f837z; + public int f836z; static { int d2 = d(0, 0, 0, 0); b = d2; int d3 = d(0, 0, 0, 3); - f833c = d3; + f832c = d3; h = new int[]{d2, d3, d2, d2, d3, d2, d2}; k = new int[]{d2, d2, d2, d2, d2, d3, d3}; } @@ -221,15 +221,15 @@ public final class d extends e { this.p = 4; this.q = false; this.r = 0; - this.f834s = 0; + this.f833s = 0; this.t = 0; this.u = 15; this.v = true; this.w = 0; - this.f835x = 0; - this.f836y = 0; + this.f834x = 0; + this.f835y = 0; int i2 = b; - this.f837z = i2; + this.f836z = i2; this.D = a; this.F = i2; } @@ -277,13 +277,13 @@ public final class d extends e { public final int b; /* renamed from: c reason: collision with root package name */ - public final byte[] f838c; + public final byte[] f837c; public int d = 0; public c(int i, int i2) { this.a = i; this.b = i2; - this.f838c = new byte[((i2 * 2) - 1)]; + this.f837c = new byte[((i2 * 2) - 1)]; } } @@ -335,7 +335,7 @@ public final class d extends e { } c cVar = new c(i2, i4); this.o = cVar; - byte[] bArr = cVar.f838c; + byte[] bArr = cVar.f837c; int i5 = cVar.d; cVar.d = i5 + 1; bArr[i5] = s4; @@ -348,7 +348,7 @@ public final class d extends e { if (cVar2 == null) { Log.e("Cea708Decoder", "Encountered DTVCC_PACKET_DATA before DTVCC_PACKET_START"); } else { - byte[] bArr2 = cVar2.f838c; + byte[] bArr2 = cVar2.f837c; int i6 = cVar2.d; int i7 = i6 + 1; cVar2.d = i7; @@ -397,7 +397,7 @@ public final class d extends e { } v vVar = this.h; c cVar2 = this.o; - vVar.j(cVar2.f838c, cVar2.d); + vVar.j(cVar2.f837c, cVar2.d); int i = 3; int g = this.h.g(3); int g2 = this.h.g(5); @@ -589,7 +589,7 @@ public final class d extends e { int g5 = this.h.g(2); this.h.m(8); b bVar4 = this.l; - bVar4.f837z = d3; + bVar4.f836z = d3; bVar4.w = g5; break; } @@ -624,7 +624,7 @@ public final class d extends e { bVar5.p = g6; bVar5.q = f5; bVar5.r = g7; - bVar5.f834s = g8; + bVar5.f833s = g8; bVar5.t = g9; int i11 = g10 + 1; if (bVar5.u != i11) { @@ -635,19 +635,19 @@ public final class d extends e { } } } - if (!(g11 == 0 || bVar5.f835x == g11)) { - bVar5.f835x = g11; + if (!(g11 == 0 || bVar5.f834x == g11)) { + bVar5.f834x = g11; int i12 = g11 - 1; int i13 = b.h[i12]; boolean z3 = b.g[i12]; int i14 = b.e[i12]; int i15 = b.f[i12]; int i16 = b.d[i12]; - bVar5.f837z = i13; + bVar5.f836z = i13; bVar5.w = i16; } - if (!(g12 == 0 || bVar5.f836y == g12)) { - bVar5.f836y = g12; + if (!(g12 == 0 || bVar5.f835y == g12)) { + bVar5.f835y = g12; int i17 = g12 - 1; int i18 = b.j[i17]; int i19 = b.i[i17]; @@ -834,10 +834,10 @@ public final class d extends e { throw new IllegalArgumentException(P.toString()); } if (!bVar.q) { - f2 = ((float) bVar.f834s) / 99.0f; + f2 = ((float) bVar.f833s) / 99.0f; f = ((float) bVar.r) / 99.0f; } else { - f2 = ((float) bVar.f834s) / 209.0f; + f2 = ((float) bVar.f833s) / 209.0f; f = ((float) bVar.r) / 74.0f; } float f3 = (f2 * 0.9f) + 0.05f; @@ -845,7 +845,7 @@ public final class d extends e { int i4 = bVar.t; int i5 = i4 / 3; int i6 = i4 % 3; - aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f837z == b.b, bVar.f837z, bVar.p); + aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f836z == b.b, bVar.f836z, bVar.p); } alignment = Layout.Alignment.ALIGN_NORMAL; if (!bVar.q) { @@ -855,7 +855,7 @@ public final class d extends e { int i4 = bVar.t; int i5 = i4 / 3; int i6 = i4 % 3; - aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f837z == b.b, bVar.f837z, bVar.p); + aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f836z == b.b, bVar.f836z, bVar.p); } if (aVar != null) { arrayList.add(aVar); diff --git a/app/src/main/java/c/i/a/c/e2/m/e.java b/app/src/main/java/c/i/a/c/e2/m/e.java index e9a9b45a33..4ad31b86d2 100644 --- a/app/src/main/java/c/i/a/c/e2/m/e.java +++ b/app/src/main/java/c/i/a/c/e2/m/e.java @@ -18,7 +18,7 @@ public abstract class e implements g { public final ArrayDeque b; /* renamed from: c reason: collision with root package name */ - public final PriorityQueue f839c; + public final PriorityQueue f838c; @Nullable public b d; public long e; @@ -78,7 +78,7 @@ public abstract class e implements g { for (int i2 = 0; i2 < 2; i2++) { this.b.add(new c(new b(this))); } - this.f839c = new PriorityQueue<>(); + this.f838c = new PriorityQueue<>(); } @Override // c.i.a.c.e2.g @@ -111,7 +111,7 @@ public abstract class e implements g { long j = this.f; this.f = 1 + j; bVar.r = j; - this.f839c.add(bVar); + this.f838c.add(bVar); } this.d = null; } @@ -124,9 +124,9 @@ public abstract class e implements g { public void flush() { this.f = 0; this.e = 0; - while (!this.f839c.isEmpty()) { + while (!this.f838c.isEmpty()) { int i = f0.a; - i(this.f839c.poll()); + i(this.f838c.poll()); } b bVar = this.d; if (bVar != null) { @@ -141,12 +141,12 @@ public abstract class e implements g { if (this.b.isEmpty()) { return null; } - while (!this.f839c.isEmpty()) { + while (!this.f838c.isEmpty()) { int i = f0.a; - if (this.f839c.peek().m > this.e) { + if (this.f838c.peek().m > this.e) { break; } - b poll = this.f839c.poll(); + b poll = this.f838c.poll(); if (poll.n()) { j pollFirst = this.b.pollFirst(); pollFirst.j(4); diff --git a/app/src/main/java/c/i/a/c/e2/n/a.java b/app/src/main/java/c/i/a/c/e2/n/a.java index 2336cb4363..d772a0f50b 100644 --- a/app/src/main/java/c/i/a/c/e2/n/a.java +++ b/app/src/main/java/c/i/a/c/e2/n/a.java @@ -47,7 +47,7 @@ public final class a extends d { int i8; if (z2) { b.h hVar = this.n.i; - hVar.f846c.clear(); + hVar.f845c.clear(); hVar.d.clear(); hVar.e.clear(); hVar.f.clear(); @@ -95,7 +95,7 @@ public final class a extends d { } } else { hVar2.i = dVar2; - hVar2.f846c.clear(); + hVar2.f845c.clear(); hVar2.d.clear(); hVar2.e.clear(); break; @@ -141,13 +141,13 @@ public final class a extends d { i9 = 16; } b.f fVar2 = new b.f(g8, f, g9, g10, g11, g12, g13, g14, g15, g16, sparseArray4); - if (dVar3.b == 0 && (fVar = hVar2.f846c.get(g8)) != null) { + if (dVar3.b == 0 && (fVar = hVar2.f845c.get(g8)) != null) { SparseArray sparseArray5 = fVar.j; for (int i13 = 0; i13 < sparseArray5.size(); i13++) { fVar2.j.put(sparseArray5.keyAt(i13), sparseArray5.valueAt(i13)); } } - hVar2.f846c.put(fVar2.a, fVar2); + hVar2.f845c.put(fVar2.a, fVar2); break; } case 18: @@ -220,15 +220,15 @@ public final class a extends d { bVar.f.setBitmap(createBitmap); } ArrayList arrayList = new ArrayList(); - SparseArray sparseArray6 = dVar4.f844c; + SparseArray sparseArray6 = dVar4.f843c; int i14 = 0; while (i14 < sparseArray6.size()) { bVar.f.save(); b.e valueAt = sparseArray6.valueAt(i14); - b.f fVar3 = bVar.i.f846c.get(sparseArray6.keyAt(i14)); - int i15 = valueAt.a + bVar2.f842c; + b.f fVar3 = bVar.i.f845c.get(sparseArray6.keyAt(i14)); + int i15 = valueAt.a + bVar2.f841c; int i16 = valueAt.b + bVar2.e; - bVar.f.clipRect(i15, i16, Math.min(fVar3.f845c + i15, bVar2.d), Math.min(fVar3.d + i16, bVar2.f)); + bVar.f.clipRect(i15, i16, Math.min(fVar3.f844c + i15, bVar2.d), Math.min(fVar3.d + i16, bVar2.f)); b.a aVar = bVar.i.d.get(fVar3.f); if (aVar == null && (aVar = bVar.i.f.get(fVar3.f)) == null) { aVar = bVar.h; @@ -251,9 +251,9 @@ public final class a extends d { sparseArray = sparseArray7; Canvas canvas = bVar.f; cVar3 = cVar; - int[] iArr = i18 == 3 ? aVar.d : i18 == 2 ? aVar.f841c : aVar.b; + int[] iArr = i18 == 3 ? aVar.d : i18 == 2 ? aVar.f840c : aVar.b; i2 = i14; - b.e(cVar4.f843c, iArr, i18, i19, i20, paint, canvas); + b.e(cVar4.f842c, iArr, i18, i19, i20, paint, canvas); b.e(cVar4.d, iArr, i18, i19, i20 + 1, paint, canvas); } else { cVar3 = cVar; @@ -269,13 +269,13 @@ public final class a extends d { } if (fVar3.b) { int i21 = fVar3.e; - bVar.e.setColor(i21 == 3 ? aVar.d[fVar3.g] : i21 == 2 ? aVar.f841c[fVar3.h] : aVar.b[fVar3.i]); - bVar.f.drawRect((float) i15, (float) i16, (float) (fVar3.f845c + i15), (float) (fVar3.d + i16), bVar.e); + bVar.e.setColor(i21 == 3 ? aVar.d[fVar3.g] : i21 == 2 ? aVar.f840c[fVar3.h] : aVar.b[fVar3.i]); + bVar.f.drawRect((float) i15, (float) i16, (float) (fVar3.f844c + i15), (float) (fVar3.d + i16), bVar.e); } - Bitmap createBitmap2 = Bitmap.createBitmap(bVar.j, i15, i16, fVar3.f845c, fVar3.d); + Bitmap createBitmap2 = Bitmap.createBitmap(bVar.j, i15, i16, fVar3.f844c, fVar3.d); float f5 = (float) bVar2.a; float f6 = (float) bVar2.b; - arrayList.add(new c(null, null, createBitmap2, ((float) i16) / f6, 0, 0, ((float) i15) / f5, 0, Integer.MIN_VALUE, -3.4028235E38f, ((float) fVar3.f845c) / f5, ((float) fVar3.d) / f6, false, ViewCompat.MEASURED_STATE_MASK, Integer.MIN_VALUE, 0.0f, null)); + arrayList.add(new c(null, null, createBitmap2, ((float) i16) / f6, 0, 0, ((float) i15) / f5, 0, Integer.MIN_VALUE, -3.4028235E38f, ((float) fVar3.f844c) / f5, ((float) fVar3.d) / f6, false, ViewCompat.MEASURED_STATE_MASK, Integer.MIN_VALUE, 0.0f, null)); bVar.f.drawColor(0, PorterDuff.Mode.CLEAR); bVar.f.restore(); i14++; diff --git a/app/src/main/java/c/i/a/c/e2/n/b.java b/app/src/main/java/c/i/a/c/e2/n/b.java index 08bb6e12c7..c3298f4a9c 100644 --- a/app/src/main/java/c/i/a/c/e2/n/b.java +++ b/app/src/main/java/c/i/a/c/e2/n/b.java @@ -16,7 +16,7 @@ public final class b { public static final byte[] b = {0, 119, -120, -1}; /* renamed from: c reason: collision with root package name */ - public static final byte[] f840c = {0, 17, 34, 51, 68, 85, 102, 119, -120, -103, -86, -69, -52, -35, -18, -1}; + public static final byte[] f839c = {0, 17, 34, 51, 68, 85, 102, 119, -120, -103, -86, -69, -52, -35, -18, -1}; public final Paint d; public final Paint e; public final Canvas f = new Canvas(); @@ -31,13 +31,13 @@ public final class b { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f841c; + public final int[] f840c; public final int[] d; public a(int i, int[] iArr, int[] iArr2, int[] iArr3) { this.a = i; this.b = iArr; - this.f841c = iArr2; + this.f840c = iArr2; this.d = iArr3; } } @@ -49,7 +49,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f842c; + public final int f841c; public final int d; public final int e; public final int f; @@ -57,7 +57,7 @@ public final class b { public C0093b(int i, int i2, int i3, int i4, int i5, int i6) { this.a = i; this.b = i2; - this.f842c = i3; + this.f841c = i3; this.d = i4; this.e = i5; this.f = i6; @@ -70,13 +70,13 @@ public final class b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final byte[] f843c; + public final byte[] f842c; public final byte[] d; public c(int i, boolean z2, byte[] bArr, byte[] bArr2) { this.a = i; this.b = z2; - this.f843c = bArr; + this.f842c = bArr; this.d = bArr2; } } @@ -87,12 +87,12 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final SparseArray f844c; + public final SparseArray f843c; public d(int i, int i2, int i3, SparseArray sparseArray) { this.a = i2; this.b = i3; - this.f844c = sparseArray; + this.f843c = sparseArray; } } @@ -113,7 +113,7 @@ public final class b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final int f845c; + public final int f844c; public final int d; public final int e; public final int f; @@ -125,7 +125,7 @@ public final class b { public f(int i, boolean z2, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, SparseArray sparseArray) { this.a = i; this.b = z2; - this.f845c = i2; + this.f844c = i2; this.d = i3; this.e = i5; this.f = i6; @@ -153,7 +153,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final SparseArray f846c = new SparseArray<>(); + public final SparseArray f845c = new SparseArray<>(); public final SparseArray d = new SparseArray<>(); public final SparseArray e = new SparseArray<>(); public final SparseArray f = new SparseArray<>(); @@ -424,7 +424,7 @@ public final class b { } case 17: if (i == 3) { - bArr4 = bArr6 == null ? f840c : bArr6; + bArr4 = bArr6 == null ? f839c : bArr6; } else { bArr4 = null; } diff --git a/app/src/main/java/c/i/a/c/e2/o/a.java b/app/src/main/java/c/i/a/c/e2/o/a.java index 9ebfa7aa9f..0598fae932 100644 --- a/app/src/main/java/c/i/a/c/e2/o/a.java +++ b/app/src/main/java/c/i/a/c/e2/o/a.java @@ -29,7 +29,7 @@ public final class a extends d { public final int[] b = new int[256]; /* renamed from: c reason: collision with root package name */ - public boolean f847c; + public boolean f846c; public int d; public int e; public int f; @@ -45,7 +45,7 @@ public final class a extends d { this.h = 0; this.i = 0; this.a.z(0); - this.f847c = false; + this.f846c = false; } } @@ -65,7 +65,7 @@ public final class a extends d { a aVar = this; w wVar3 = aVar.n; wVar3.a = bArr; - wVar3.f921c = i; + wVar3.f920c = i; int i4 = 0; wVar3.b = 0; if (wVar3.a() > 0 && wVar3.c() == 120) { @@ -74,7 +74,7 @@ public final class a extends d { } if (f0.x(wVar3, aVar.o, aVar.q)) { w wVar4 = aVar.o; - wVar3.B(wVar4.a, wVar4.f921c); + wVar3.B(wVar4.a, wVar4.f920c); } } aVar.p.a(); @@ -82,7 +82,7 @@ public final class a extends d { while (aVar.n.a() >= 3) { w wVar5 = aVar.n; C0094a aVar2 = aVar.p; - int i5 = wVar5.f921c; + int i5 = wVar5.f920c; int s2 = wVar5.s(); int x2 = wVar5.x(); int i6 = wVar5.b + x2; @@ -110,7 +110,7 @@ public final class a extends d { wVar5 = wVar5; } wVar = wVar5; - aVar2.f847c = true; + aVar2.f846c = true; break; } wVar = wVar5; @@ -130,7 +130,7 @@ public final class a extends d { } w wVar6 = aVar2.a; int i10 = wVar6.b; - int i11 = wVar6.f921c; + int i11 = wVar6.f920c; if (i10 < i11 && i9 > 0) { int min = Math.min(i9, i11 - i10); wVar5.e(aVar2.a.a, i10, min); @@ -157,7 +157,7 @@ public final class a extends d { cVar = null; } else { wVar = wVar5; - if (aVar2.d == 0 || aVar2.e == 0 || aVar2.h == 0 || aVar2.i == 0 || (i2 = (wVar2 = aVar2.a).f921c) == 0 || wVar2.b != i2 || !aVar2.f847c) { + if (aVar2.d == 0 || aVar2.e == 0 || aVar2.h == 0 || aVar2.i == 0 || (i2 = (wVar2 = aVar2.a).f920c) == 0 || wVar2.b != i2 || !aVar2.f846c) { cVar = null; } else { wVar2.D(0); diff --git a/app/src/main/java/c/i/a/c/e2/p/c.java b/app/src/main/java/c/i/a/c/e2/p/c.java index 980d064e9b..e8a68cab88 100644 --- a/app/src/main/java/c/i/a/c/e2/p/c.java +++ b/app/src/main/java/c/i/a/c/e2/p/c.java @@ -5,11 +5,11 @@ public final class c { public int b; /* renamed from: c reason: collision with root package name */ - public final int f848c; + public final int f847c; public c(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f848c = i3; + this.f847c = i3; } } diff --git a/app/src/main/java/c/i/a/c/e2/q/a.java b/app/src/main/java/c/i/a/c/e2/q/a.java index 1ffd6a349f..f748c7f844 100644 --- a/app/src/main/java/c/i/a/c/e2/q/a.java +++ b/app/src/main/java/c/i/a/c/e2/q/a.java @@ -35,7 +35,7 @@ public final class a extends d { public float r = -3.4028235E38f; /* renamed from: s reason: collision with root package name */ - public float f849s = -3.4028235E38f; + public float f848s = -3.4028235E38f; public a(@Nullable List list) { super("SsaDecoder"); @@ -148,7 +148,7 @@ public final class a extends d { c.d.b.a.a.l0("Skipping invalid timing: ", g, "SsaDecoder"); } else { Map map = aVar.q; - c cVar = (map == null || (i8 = bVar2.f850c) == -1) ? null : map.get(split[i8].trim()); + c cVar = (map == null || (i8 = bVar2.f849c) == -1) ? null : map.get(split[i8].trim()); String str = split[bVar2.d]; Matcher matcher = c.b.a.matcher(str); PointF pointF = null; @@ -183,13 +183,13 @@ public final class a extends d { } else { String replace = c.b.a.matcher(str).replaceAll("").replace("\\N", "\n").replace("\\n", "\n").replace("\\h", " "); float f6 = aVar.r; - float f7 = aVar.f849s; + float f7 = aVar.f848s; SpannableString spannableString = new SpannableString(replace); if (cVar != null) { - if (cVar.f851c != null) { + if (cVar.f850c != null) { bVar = bVar2; j = n3; - spannableString.setSpan(new ForegroundColorSpan(cVar.f851c.intValue()), 0, spannableString.length(), 33); + spannableString.setSpan(new ForegroundColorSpan(cVar.f850c.intValue()), 0, spannableString.length(), 33); } else { bVar = bVar2; j = n3; @@ -355,7 +355,7 @@ public final class a extends d { this.r = Float.parseFloat(split[1].trim()); } else if (K.equals("playresy")) { try { - this.f849s = Float.parseFloat(split[1].trim()); + this.f848s = Float.parseFloat(split[1].trim()); } catch (NumberFormatException unused) { } } @@ -467,7 +467,7 @@ public final class a extends d { String trim = split3[aVar.a].trim(); int i10 = aVar.b; int a = i10 != -1 ? c.a(split3[i10].trim()) : -1; - int i11 = aVar.f852c; + int i11 = aVar.f851c; Integer c5 = i11 != -1 ? c.c(split3[i11].trim()) : null; int i12 = aVar.d; if (i12 != -1) { diff --git a/app/src/main/java/c/i/a/c/e2/q/b.java b/app/src/main/java/c/i/a/c/e2/q/b.java index ed06854dad..1013f668d2 100644 --- a/app/src/main/java/c/i/a/c/e2/q/b.java +++ b/app/src/main/java/c/i/a/c/e2/q/b.java @@ -11,14 +11,14 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f850c; + public final int f849c; public final int d; public final int e; public b(int i, int i2, int i3, int i4, int i5) { this.a = i; this.b = i2; - this.f850c = i3; + this.f849c = i3; this.d = i4; this.e = i5; } diff --git a/app/src/main/java/c/i/a/c/e2/q/c.java b/app/src/main/java/c/i/a/c/e2/q/c.java index 18768ecda4..b632cd265a 100644 --- a/app/src/main/java/c/i/a/c/e2/q/c.java +++ b/app/src/main/java/c/i/a/c/e2/q/c.java @@ -19,7 +19,7 @@ public final class c { @ColorInt /* renamed from: c reason: collision with root package name */ - public final Integer f851c; + public final Integer f850c; public final float d; public final boolean e; public final boolean f; @@ -30,7 +30,7 @@ public final class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f852c; + public final int f851c; public final int d; public final int e; public final int f; @@ -39,7 +39,7 @@ public final class c { public a(int i, int i2, int i3, int i4, int i5, int i6, int i7) { this.a = i; this.b = i2; - this.f852c = i3; + this.f851c = i3; this.d = i4; this.e = i5; this.f = i6; @@ -53,7 +53,7 @@ public final class c { public static final Pattern b = Pattern.compile(f0.k("\\\\pos\\((%1$s),(%1$s)\\)", "\\s*\\d+(?:\\.\\d+)?\\s*")); /* renamed from: c reason: collision with root package name */ - public static final Pattern f853c = Pattern.compile(f0.k("\\\\move\\(%1$s,%1$s,(%1$s),(%1$s)(?:,%1$s,%1$s)?\\)", "\\s*\\d+(?:\\.\\d+)?\\s*")); + public static final Pattern f852c = Pattern.compile(f0.k("\\\\move\\(%1$s,%1$s,(%1$s),(%1$s)(?:,%1$s,%1$s)?\\)", "\\s*\\d+(?:\\.\\d+)?\\s*")); public static final Pattern d = Pattern.compile("\\\\an(\\d+)"); @Nullable @@ -61,7 +61,7 @@ public final class c { String str2; String str3; Matcher matcher = b.matcher(str); - Matcher matcher2 = f853c.matcher(str); + Matcher matcher2 = f852c.matcher(str); boolean find = matcher.find(); boolean find2 = matcher2.find(); if (find) { @@ -86,7 +86,7 @@ public final class c { public c(String str, int i, @Nullable @ColorInt Integer num, float f, boolean z2, boolean z3) { this.a = str; this.b = i; - this.f851c = num; + this.f850c = num; this.d = f; this.e = z2; this.f = z3; diff --git a/app/src/main/java/c/i/a/c/e2/s/b.java b/app/src/main/java/c/i/a/c/e2/s/b.java index 89fa147a8f..8a86adbf3d 100644 --- a/app/src/main/java/c/i/a/c/e2/s/b.java +++ b/app/src/main/java/c/i/a/c/e2/s/b.java @@ -8,7 +8,7 @@ public final class b { public static final z b = z.l(2, "auto", "none"); /* renamed from: c reason: collision with root package name */ - public static final z f854c = z.t("dot", "sesame", "circle"); + public static final z f853c = z.t("dot", "sesame", "circle"); public static final z d = z.l(2, "filled", "open"); public static final z e = z.t("after", "before", "outside"); public final int f; diff --git a/app/src/main/java/c/i/a/c/e2/s/c.java b/app/src/main/java/c/i/a/c/e2/s/c.java index f6224c35ee..181c5642bd 100644 --- a/app/src/main/java/c/i/a/c/e2/s/c.java +++ b/app/src/main/java/c/i/a/c/e2/s/c.java @@ -39,7 +39,7 @@ public final class c extends d { public static final Pattern r = Pattern.compile("^(\\d+\\.?\\d*?)% (\\d+\\.?\\d*?)%$"); /* renamed from: s reason: collision with root package name */ - public static final Pattern f855s = Pattern.compile("^(\\d+\\.?\\d*?)px (\\d+\\.?\\d*?)px$"); + public static final Pattern f854s = Pattern.compile("^(\\d+\\.?\\d*?)px (\\d+\\.?\\d*?)px$"); public static final Pattern t = Pattern.compile("^(\\d+) (\\d+)$"); public static final b u = new b(30.0f, 1, 1); public static final a v = new a(32, 15); @@ -60,12 +60,12 @@ public final class c extends d { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f856c; + public final int f855c; public b(float f, int i, int i2) { this.a = f; this.b = i; - this.f856c = i2; + this.f855c = i2; } } @@ -205,7 +205,7 @@ public final class c extends d { if (attributeValue3 != null) { i2 = Integer.parseInt(attributeValue3); } - int i3 = bVar.f856c; + int i3 = bVar.f855c; String attributeValue4 = xmlPullParser.getAttributeValue("http://www.w3.org/ns/ttml#parameter", "tickRate"); if (attributeValue4 != null) { i3 = Integer.parseInt(attributeValue4); @@ -230,7 +230,7 @@ public final class c extends d { char c2; do { xmlPullParser.next(); - if (AnimatableValueParser.y1(xmlPullParser, "style")) { + if (AnimatableValueParser.z1(xmlPullParser, "style")) { String t03 = AnimatableValueParser.t0(xmlPullParser, "style"); f r2 = r(xmlPullParser, new f()); if (t03 != null) { @@ -242,14 +242,14 @@ public final class c extends d { if (str2 != null) { map.put(str2, r2); } - } else if (AnimatableValueParser.y1(xmlPullParser, ModelAuditLogEntry.CHANGE_KEY_REGION)) { + } else if (AnimatableValueParser.z1(xmlPullParser, ModelAuditLogEntry.CHANGE_KEY_REGION)) { String t04 = AnimatableValueParser.t0(xmlPullParser, ModelAuditLogEntry.CHANGE_KEY_ID); if (t04 != null) { String t05 = AnimatableValueParser.t0(xmlPullParser, "origin"); if (t05 != null) { Pattern pattern = r; Matcher matcher = pattern.matcher(t05); - Pattern pattern2 = f855s; + Pattern pattern2 = f854s; Matcher matcher2 = pattern2.matcher(t05); if (matcher.matches()) { try { @@ -401,15 +401,15 @@ public final class c extends d { eVar = null; if (eVar != null) { } - } else if (AnimatableValueParser.y1(xmlPullParser, "metadata")) { + } else if (AnimatableValueParser.z1(xmlPullParser, "metadata")) { do { xmlPullParser.next(); - if (AnimatableValueParser.y1(xmlPullParser, "image") && (t0 = AnimatableValueParser.t0(xmlPullParser, ModelAuditLogEntry.CHANGE_KEY_ID)) != null) { + if (AnimatableValueParser.z1(xmlPullParser, "image") && (t0 = AnimatableValueParser.t0(xmlPullParser, ModelAuditLogEntry.CHANGE_KEY_ID)) != null) { map3.put(t0, xmlPullParser.nextText()); } - } while (!AnimatableValueParser.j1(xmlPullParser, "metadata")); + } while (!AnimatableValueParser.k1(xmlPullParser, "metadata")); } - } while (!AnimatableValueParser.j1(xmlPullParser, "head")); + } while (!AnimatableValueParser.k1(xmlPullParser, "head")); return map; } @@ -856,7 +856,7 @@ public final class c extends d { fVar = k(fVar); try { fVar.b = i.a(attributeValue, false); - fVar.f859c = true; + fVar.f858c = true; break; } catch (IllegalArgumentException unused) { c.d.b.a.a.l0("Failed parsing color value: ", attributeValue, "TtmlDecoder"); @@ -939,7 +939,7 @@ public final class c extends d { bVar = new b(i2, 0, i3); } else { a1 b2 = h.b(b.d, n2); - a1 b3 = h.b(b.f854c, n2); + a1 b3 = h.b(b.f853c, n2); if (!((h.a) b2).isEmpty() || !((h.a) b3).isEmpty()) { String str2 = (String) c.i.a.f.e.o.c.K(b2, "filled"); int hashCode4 = str2.hashCode(); @@ -1140,7 +1140,7 @@ public final class c extends d { parseDouble *= d2; break; case 3: - d = (double) bVar.f856c; + d = (double) bVar.f855c; parseDouble /= d; break; case 4: @@ -1161,7 +1161,7 @@ public final class c extends d { if (t0 == null) { return null; } - Matcher matcher = f855s.matcher(t0); + Matcher matcher = f854s.matcher(t0); if (!matcher.matches()) { c.d.b.a.a.l0("Ignoring non-pixel tts extent: ", t0, "TtmlDecoder"); return null; diff --git a/app/src/main/java/c/i/a/c/e2/s/d.java b/app/src/main/java/c/i/a/c/e2/s/d.java index 25bdfd932b..5c5687148b 100644 --- a/app/src/main/java/c/i/a/c/e2/s/d.java +++ b/app/src/main/java/c/i/a/c/e2/s/d.java @@ -33,7 +33,7 @@ public final class d { public final String b; /* renamed from: c reason: collision with root package name */ - public final boolean f857c; + public final boolean f856c; public final long d; public final long e; @Nullable @@ -55,7 +55,7 @@ public final class d { this.i = str4; this.f = fVar; this.g = strArr; - this.f857c = str2 != null; + this.f856c = str2 != null; this.d = j; this.e = j2; Objects.requireNonNull(str3); @@ -165,41 +165,41 @@ public final class d { e eVar = map2.get(str2); Objects.requireNonNull(eVar); int i3 = eVar.j; - f t2 = AnimatableValueParser.t2(this.f, this.g, map); + f u2 = AnimatableValueParser.u2(this.f, this.g, map); SpannableStringBuilder spannableStringBuilder = (SpannableStringBuilder) bVar.a; if (spannableStringBuilder == null) { spannableStringBuilder = new SpannableStringBuilder(); bVar.a = spannableStringBuilder; } - if (t2 != null) { + if (u2 != null) { d dVar2 = this.j; - if (t2.b() != -1) { - spannableStringBuilder.setSpan(new StyleSpan(t2.b()), intValue, intValue2, 33); + if (u2.b() != -1) { + spannableStringBuilder.setSpan(new StyleSpan(u2.b()), intValue, intValue2, 33); } - if (t2.f == 1) { + if (u2.f == 1) { spannableStringBuilder.setSpan(new StrikethroughSpan(), intValue, intValue2, 33); } - if (t2.g == 1) { + if (u2.g == 1) { spannableStringBuilder.setSpan(new UnderlineSpan(), intValue, intValue2, 33); } - if (t2.f859c) { - if (t2.f859c) { - AnimatableValueParser.c(spannableStringBuilder, new ForegroundColorSpan(t2.b), intValue, intValue2, 33); + if (u2.f858c) { + if (u2.f858c) { + AnimatableValueParser.c(spannableStringBuilder, new ForegroundColorSpan(u2.b), intValue, intValue2, 33); } else { throw new IllegalStateException("Font color has not been defined."); } } - if (t2.e) { - if (t2.e) { - AnimatableValueParser.c(spannableStringBuilder, new BackgroundColorSpan(t2.d), intValue, intValue2, 33); + if (u2.e) { + if (u2.e) { + AnimatableValueParser.c(spannableStringBuilder, new BackgroundColorSpan(u2.d), intValue, intValue2, 33); } else { throw new IllegalStateException("Background color has not been defined."); } } - if (t2.a != null) { - AnimatableValueParser.c(spannableStringBuilder, new TypefaceSpan(t2.a), intValue, intValue2, 33); + if (u2.a != null) { + AnimatableValueParser.c(spannableStringBuilder, new TypefaceSpan(u2.a), intValue, intValue2, 33); } - b bVar2 = t2.q; + b bVar2 = u2.q; if (bVar2 != null) { int i4 = bVar2.f; it = it2; @@ -217,15 +217,15 @@ public final class d { } else { it = it2; } - int i6 = t2.m; + int i6 = u2.m; if (i6 == 2) { while (true) { if (dVar2 == null) { dVar2 = null; break; } - f t22 = AnimatableValueParser.t2(dVar2.f, dVar2.g, map); - if (t22 != null && t22.m == 1) { + f u22 = AnimatableValueParser.u2(dVar2.f, dVar2.g, map); + if (u22 != null && u22.m == 1) { break; } dVar2 = dVar2.j; @@ -239,8 +239,8 @@ public final class d { break; } d dVar3 = (d) arrayDeque.pop(); - f t23 = AnimatableValueParser.t2(dVar3.f, dVar3.g, map); - if (t23 != null && t23.m == 3) { + f u23 = AnimatableValueParser.u2(dVar3.f, dVar3.g, map); + if (u23 != null && u23.m == 3) { dVar = dVar3; break; } @@ -256,39 +256,39 @@ public final class d { int i7 = f0.a; f fVar = dVar2.f; spannableStringBuilder.setSpan(new b(str3, fVar != null ? fVar.n : -1), intValue, intValue2, 33); - if (t2.p == 1) { + if (u2.p == 1) { z2 = true; } if (z2) { AnimatableValueParser.c(spannableStringBuilder, new a(), intValue, intValue2, 33); } - i = t2.j; + i = u2.j; if (i == 1) { - AnimatableValueParser.c(spannableStringBuilder, new AbsoluteSizeSpan((int) t2.k, true), intValue, intValue2, 33); + AnimatableValueParser.c(spannableStringBuilder, new AbsoluteSizeSpan((int) u2.k, true), intValue, intValue2, 33); } else if (i == 2) { - AnimatableValueParser.c(spannableStringBuilder, new RelativeSizeSpan(t2.k), intValue, intValue2, 33); + AnimatableValueParser.c(spannableStringBuilder, new RelativeSizeSpan(u2.k), intValue, intValue2, 33); } else if (i == 3) { - AnimatableValueParser.c(spannableStringBuilder, new RelativeSizeSpan(t2.k / 100.0f), intValue, intValue2, 33); + AnimatableValueParser.c(spannableStringBuilder, new RelativeSizeSpan(u2.k / 100.0f), intValue, intValue2, 33); } - if (t2.r != Float.MAX_VALUE && "p".equals(this.a)) { - bVar.p = (t2.r * -90.0f) / 100.0f; + if (u2.r != Float.MAX_VALUE && "p".equals(this.a)) { + bVar.p = (u2.r * -90.0f) / 100.0f; } - bVar.f823c = t2.o; + bVar.f822c = u2.o; it2 = it; } } else { z2 = false; } Log.i("TtmlRenderUtil", "Skipping rubyText node without exactly one text child."); - if (t2.p == 1) { + if (u2.p == 1) { } if (z2) { } - i = t2.j; + i = u2.j; if (i == 1) { } - bVar.p = (t2.r * -90.0f) / 100.0f; - bVar.f823c = t2.o; + bVar.p = (u2.r * -90.0f) / 100.0f; + bVar.f822c = u2.o; it2 = it; } } @@ -296,15 +296,15 @@ public final class d { spannableStringBuilder.setSpan(new a(), intValue, intValue2, 33); } z2 = false; - if (t2.p == 1) { + if (u2.p == 1) { } if (z2) { } - i = t2.j; + i = u2.j; if (i == 1) { } - bVar.p = (t2.r * -90.0f) / 100.0f; - bVar.f823c = t2.o; + bVar.p = (u2.r * -90.0f) / 100.0f; + bVar.f822c = u2.o; it2 = it; } } @@ -324,7 +324,7 @@ public final class d { if (!"".equals(this.h)) { str = this.h; } - if (this.f857c && z2) { + if (this.f856c && z2) { SpannableStringBuilder f = f(str, map); String str2 = this.b; Objects.requireNonNull(str2); diff --git a/app/src/main/java/c/i/a/c/e2/s/e.java b/app/src/main/java/c/i/a/c/e2/s/e.java index a30f72a9e8..f0e192b6d1 100644 --- a/app/src/main/java/c/i/a/c/e2/s/e.java +++ b/app/src/main/java/c/i/a/c/e2/s/e.java @@ -5,7 +5,7 @@ public final class e { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f858c; + public final float f857c; public final int d; public final int e; public final float f; @@ -17,7 +17,7 @@ public final class e { public e(String str, float f, float f2, int i, int i2, float f3, float f4, int i3, float f5, int i4) { this.a = str; this.b = f; - this.f858c = f2; + this.f857c = f2; this.d = i; this.e = i2; this.f = f3; diff --git a/app/src/main/java/c/i/a/c/e2/s/f.java b/app/src/main/java/c/i/a/c/e2/s/f.java index 189fa7ae7b..2cd6df5291 100644 --- a/app/src/main/java/c/i/a/c/e2/s/f.java +++ b/app/src/main/java/c/i/a/c/e2/s/f.java @@ -9,7 +9,7 @@ public final class f { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f859c; + public boolean f858c; public int d; public boolean e; public int f = -1; @@ -34,9 +34,9 @@ public final class f { Layout.Alignment alignment; String str; if (fVar != null) { - if (!this.f859c && fVar.f859c) { + if (!this.f858c && fVar.f858c) { this.b = fVar.b; - this.f859c = true; + this.f858c = true; } if (this.h == -1) { this.h = fVar.h; diff --git a/app/src/main/java/c/i/a/c/e2/s/g.java b/app/src/main/java/c/i/a/c/e2/s/g.java index 1b22d4b861..87d9e03a29 100644 --- a/app/src/main/java/c/i/a/c/e2/s/g.java +++ b/app/src/main/java/c/i/a/c/e2/s/g.java @@ -78,7 +78,7 @@ public final class g implements f { Bitmap decodeByteArray = BitmapFactory.decodeByteArray(decode, 0, decode.length); e eVar = map2.get(pair.first); Objects.requireNonNull(eVar); - arrayList2.add(new c(null, null, decodeByteArray, eVar.f858c, 0, eVar.e, eVar.b, 0, Integer.MIN_VALUE, -3.4028235E38f, eVar.f, eVar.g, false, ViewCompat.MEASURED_STATE_MASK, eVar.j, 0.0f, null)); + arrayList2.add(new c(null, null, decodeByteArray, eVar.f857c, 0, eVar.e, eVar.b, 0, Integer.MIN_VALUE, -3.4028235E38f, eVar.f, eVar.g, false, ViewCompat.MEASURED_STATE_MASK, eVar.j, 0.0f, null)); } } for (Map.Entry entry : treeMap.entrySet()) { @@ -130,7 +130,7 @@ public final class g implements f { if (spannableStringBuilder.length() > 0 && spannableStringBuilder.charAt(spannableStringBuilder.length() - 1) == '\n') { spannableStringBuilder.delete(spannableStringBuilder.length() - 1, spannableStringBuilder.length()); } - float f = eVar2.f858c; + float f = eVar2.f857c; int i9 = eVar2.d; bVar.d = f; bVar.e = i9; diff --git a/app/src/main/java/c/i/a/c/e2/t/a.java b/app/src/main/java/c/i/a/c/e2/t/a.java index e83b101405..28b7db808c 100644 --- a/app/src/main/java/c/i/a/c/e2/t/a.java +++ b/app/src/main/java/c/i/a/c/e2/t/a.java @@ -24,7 +24,7 @@ public final class a extends d { public final String r; /* renamed from: s reason: collision with root package name */ - public final float f860s; + public final float f859s; public final int t; public a(List list) { @@ -41,16 +41,16 @@ public final class a extends d { z2 = (bArr[0] & 32) == 0 ? false : z2; this.o = z2; if (z2) { - this.f860s = f0.g(((float) ((bArr[11] & 255) | ((bArr[10] & 255) << 8))) / ((float) i), 0.0f, 0.95f); + this.f859s = f0.g(((float) ((bArr[11] & 255) | ((bArr[10] & 255) << 8))) / ((float) i), 0.0f, 0.95f); } else { - this.f860s = 0.85f; + this.f859s = 0.85f; } } else { this.p = 0; this.q = -1; this.r = str; this.o = false; - this.f860s = 0.85f; + this.f859s = 0.85f; this.t = -1; } } @@ -93,7 +93,7 @@ public final class a extends d { String str; w wVar = this.n; wVar.a = bArr; - wVar.f921c = i; + wVar.f920c = i; wVar.b = 0; int i2 = 2; int i3 = 1; @@ -110,7 +110,7 @@ public final class a extends d { str = wVar.q(x2, c.e); } } - str = wVar.q(x2, c.f1277c); + str = wVar.q(x2, c.f1276c); } if (str.isEmpty()) { return b.i; @@ -127,7 +127,7 @@ public final class a extends d { if (str2 != "sans-serif") { spannableStringBuilder.setSpan(new TypefaceSpan(str2), 0, length2, 16711713); } - float f = this.f860s; + float f = this.f859s; for (int i6 = 8; this.n.a() >= i6; i6 = 8) { w wVar2 = this.n; int i7 = wVar2.b; diff --git a/app/src/main/java/c/i/a/c/e2/u/c.java b/app/src/main/java/c/i/a/c/e2/u/c.java index 6452cae158..057740c0ae 100644 --- a/app/src/main/java/c/i/a/c/e2/u/c.java +++ b/app/src/main/java/c/i/a/c/e2/u/c.java @@ -10,13 +10,13 @@ public final class c { public final w b = new w(); /* renamed from: c reason: collision with root package name */ - public final StringBuilder f861c = new StringBuilder(); + public final StringBuilder f860c = new StringBuilder(); public static String a(w wVar, StringBuilder sb) { boolean z2 = false; sb.setLength(0); int i = wVar.b; - int i2 = wVar.f921c; + int i2 = wVar.f920c; while (i < i2 && !z2) { char c2 = (char) wVar.a[i]; if ((c2 < 'A' || c2 > 'Z') && ((c2 < 'a' || c2 > 'z') && !((c2 >= '0' && c2 <= '9') || c2 == '#' || c2 == '-' || c2 == '.' || c2 == '_'))) { @@ -62,7 +62,7 @@ public final class c { } if (!z2) { int i = wVar.b; - int i2 = wVar.f921c; + int i2 = wVar.f920c; byte[] bArr = wVar.a; if (i + 2 <= i2) { int i3 = i + 1; diff --git a/app/src/main/java/c/i/a/c/e2/u/d.java b/app/src/main/java/c/i/a/c/e2/u/d.java index 1d5eeba8be..436ae7269a 100644 --- a/app/src/main/java/c/i/a/c/e2/u/d.java +++ b/app/src/main/java/c/i/a/c/e2/u/d.java @@ -22,7 +22,7 @@ public final class d extends c.i.a.c.e2.d { c cVar; w wVar = this.n; wVar.a = bArr; - wVar.f921c = i; + wVar.f920c = i; wVar.b = 0; ArrayList arrayList = new ArrayList(); while (this.n.a() > 0) { @@ -61,7 +61,7 @@ public final class d extends c.i.a.c.e2.d { } else { Pattern pattern = h.a; h.e eVar2 = new h.e(); - eVar2.f867c = charSequence; + eVar2.f866c = charSequence; cVar = eVar2.a().a(); } arrayList.add(cVar); diff --git a/app/src/main/java/c/i/a/c/e2/u/f.java b/app/src/main/java/c/i/a/c/e2/u/f.java index d3a419482b..e19b8c13f2 100644 --- a/app/src/main/java/c/i/a/c/e2/u/f.java +++ b/app/src/main/java/c/i/a/c/e2/u/f.java @@ -10,7 +10,7 @@ public final class f { public String b = ""; /* renamed from: c reason: collision with root package name */ - public Set f862c = Collections.emptySet(); + public Set f861c = Collections.emptySet(); public String d = ""; @Nullable public String e = null; diff --git a/app/src/main/java/c/i/a/c/e2/u/g.java b/app/src/main/java/c/i/a/c/e2/u/g.java index 1e58465b20..07f5ad8fa9 100644 --- a/app/src/main/java/c/i/a/c/e2/u/g.java +++ b/app/src/main/java/c/i/a/c/e2/u/g.java @@ -7,11 +7,11 @@ public final class g { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f863c; + public final long f862c; public g(c cVar, long j, long j2) { this.a = cVar; this.b = j; - this.f863c = j2; + this.f862c = j2; } } diff --git a/app/src/main/java/c/i/a/c/e2/u/h.java b/app/src/main/java/c/i/a/c/e2/u/h.java index 33d7bd00aa..293974f46c 100644 --- a/app/src/main/java/c/i/a/c/e2/u/h.java +++ b/app/src/main/java/c/i/a/c/e2/u/h.java @@ -38,7 +38,7 @@ public final class h { public static final Pattern b = Pattern.compile("(\\S+?):(\\S+)"); /* renamed from: c reason: collision with root package name */ - public static final Map f864c; + public static final Map f863c; public static final Map d; /* compiled from: WebvttCueParser */ @@ -47,11 +47,11 @@ public final class h { public final c b; /* renamed from: c reason: collision with root package name */ - public final int f865c; + public final int f864c; public b(c cVar, int i, a aVar) { this.b = cVar; - this.f865c = i; + this.f864c = i; } } @@ -61,13 +61,13 @@ public final class h { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f866c; + public final String f865c; public final Set d; public c(String str, int i, String str2, Set set) { this.b = i; this.a = str; - this.f866c = str2; + this.f865c = str2; this.d = set; } } @@ -95,7 +95,7 @@ public final class h { public long b = 0; /* renamed from: c reason: collision with root package name */ - public CharSequence f867c; + public CharSequence f866c; public int d = 2; public float e = -3.4028235E38f; public int f = 1; @@ -154,7 +154,7 @@ public final class h { } else { alignment = Layout.Alignment.ALIGN_CENTER; } - bVar.f823c = alignment; + bVar.f822c = alignment; float f3 = this.e; int i6 = this.f; i = (f3 > -3.4028235E38f ? 1 : (f3 == -3.4028235E38f ? 0 : -1)); @@ -177,7 +177,7 @@ public final class h { } bVar.k = Math.min(f4, f); bVar.o = this.k; - charSequence = this.f867c; + charSequence = this.f866c; if (charSequence != null) { bVar.a = charSequence; } @@ -194,13 +194,13 @@ public final class h { } bVar.k = Math.min(f4, f); bVar.o = this.k; - charSequence = this.f867c; + charSequence = this.f866c; if (charSequence != null) { } return bVar; } alignment = Layout.Alignment.ALIGN_NORMAL; - bVar.f823c = alignment; + bVar.f822c = alignment; float f3 = this.e; int i6 = this.f; i = (f3 > -3.4028235E38f ? 1 : (f3 == -3.4028235E38f ? 0 : -1)); @@ -216,7 +216,7 @@ public final class h { } bVar.k = Math.min(f4, f); bVar.o = this.k; - charSequence = this.f867c; + charSequence = this.f866c; if (charSequence != null) { } return bVar; @@ -233,7 +233,7 @@ public final class h { hashMap.put("magenta", Integer.valueOf(Color.rgb(255, 0, 255))); hashMap.put("blue", Integer.valueOf(Color.rgb(0, 0, 255))); hashMap.put("black", Integer.valueOf(Color.rgb(0, 0, 0))); - f864c = Collections.unmodifiableMap(hashMap); + f863c = Collections.unmodifiableMap(hashMap); HashMap hashMap2 = new HashMap(); hashMap2.put("bg_white", Integer.valueOf(Color.rgb(255, 255, 255))); hashMap2.put("bg_lime", Integer.valueOf(Color.rgb(0, 255, 0))); @@ -284,7 +284,7 @@ public final class h { break; case 2: for (String str3 : cVar.d) { - Map map = f864c; + Map map = f863c; if (map.containsKey(str3)) { spannableStringBuilder.setSpan(new ForegroundColorSpan(map.get(str3).intValue()), i2, length, 33); } else { @@ -318,7 +318,7 @@ public final class h { c4 = c3 != i3 ? c3 : 1; } int i8 = bVar.b.b - i7; - int i9 = bVar.f865c - i7; + int i9 = bVar.f864c - i7; CharSequence subSequence = spannableStringBuilder.subSequence(i8, i9); spannableStringBuilder.delete(i8, i9); spannableStringBuilder.setSpan(new c.i.a.c.e2.p.b(subSequence.toString(), c4), i5, i8, 33); @@ -496,10 +496,10 @@ public final class h { f fVar = list.get(i2); String str2 = cVar.a; Set set = cVar.d; - String str3 = cVar.f866c; - if (!fVar.a.isEmpty() || !fVar.b.isEmpty() || !fVar.f862c.isEmpty() || !fVar.d.isEmpty()) { + String str3 = cVar.f865c; + if (!fVar.a.isEmpty() || !fVar.b.isEmpty() || !fVar.f861c.isEmpty() || !fVar.d.isEmpty()) { int b2 = f.b(f.b(f.b(0, fVar.a, str, BasicMeasure.EXACTLY), fVar.b, str2, 2), fVar.d, str3, 4); - i = (b2 == -1 || !set.containsAll(fVar.f862c)) ? 0 : b2 + (fVar.f862c.size() * 4); + i = (b2 == -1 || !set.containsAll(fVar.f861c)) ? 0 : b2 + (fVar.f861c.size() * 4); } else { i = TextUtils.isEmpty(str2); } @@ -549,7 +549,7 @@ public final class h { sb.append(g.trim()); g = wVar.g(); } - eVar.f867c = f(str, sb.toString(), list); + eVar.f866c = f(str, sb.toString(), list); return new g(eVar.a().a(), eVar.a, eVar.b); } catch (NumberFormatException unused) { StringBuilder P = c.d.b.a.a.P("Skipping cue with bad header: "); diff --git a/app/src/main/java/c/i/a/c/e2/u/i.java b/app/src/main/java/c/i/a/c/e2/u/i.java index bfa7e0301f..5e130b964d 100644 --- a/app/src/main/java/c/i/a/c/e2/u/i.java +++ b/app/src/main/java/c/i/a/c/e2/u/i.java @@ -38,7 +38,7 @@ public final class i extends d { String sb; w wVar = this.n; wVar.a = bArr; - wVar.f921c = i; + wVar.f920c = i; int i2 = 0; wVar.b = 0; ArrayList arrayList2 = new ArrayList(); @@ -74,7 +74,7 @@ public final class i extends d { this.n.g(); c cVar2 = this.o; w wVar3 = this.n; - cVar2.f861c.setLength(i2); + cVar2.f860c.setLength(i2); int i5 = wVar3.b; do { } while (!TextUtils.isEmpty(wVar3.g())); @@ -83,7 +83,7 @@ public final class i extends d { ArrayList arrayList3 = new ArrayList(); while (true) { w wVar4 = cVar2.b; - StringBuilder sb2 = cVar2.f861c; + StringBuilder sb2 = cVar2.f860c; c.c(wVar4); if (wVar4.a() >= 5 && "::cue".equals(wVar4.p(5))) { int i6 = wVar4.b; @@ -94,7 +94,7 @@ public final class i extends d { str = ""; } else if ("(".equals(b)) { int i7 = wVar4.b; - int i8 = wVar4.f921c; + int i8 = wVar4.f920c; boolean z3 = false; while (i7 < i8 && !z3) { int i9 = i7 + 1; @@ -106,7 +106,7 @@ public final class i extends d { } else { str = null; } - if (str == null || !"{".equals(c.b(cVar2.b, cVar2.f861c))) { + if (str == null || !"{".equals(c.b(cVar2.b, cVar2.f860c))) { break; } f fVar = new f(); @@ -137,7 +137,7 @@ public final class i extends d { int i10 = r8 == true ? 1 : 0; int i11 = r8 == true ? 1 : 0; int i12 = r8 == true ? 1 : 0; - fVar.f862c = new HashSet(Arrays.asList((String[]) Arrays.copyOfRange(G, i10, length))); + fVar.f861c = new HashSet(Arrays.asList((String[]) Arrays.copyOfRange(G, i10, length))); } } boolean z5 = false; @@ -145,12 +145,12 @@ public final class i extends d { while (!z5) { w wVar5 = cVar2.b; int i13 = wVar5.b; - String b2 = c.b(wVar5, cVar2.f861c); + String b2 = c.b(wVar5, cVar2.f860c); boolean z6 = b2 == null || "}".equals(b2); if (!z6) { cVar2.b.D(i13); w wVar6 = cVar2.b; - StringBuilder sb3 = cVar2.f861c; + StringBuilder sb3 = cVar2.f860c; c.c(wVar6); String a = c.a(wVar6, sb3); if (!"".equals(a) && ":".equals(c.b(wVar6, sb3))) { diff --git a/app/src/main/java/c/i/a/c/e2/u/k.java b/app/src/main/java/c/i/a/c/e2/u/k.java index c92cd5f41c..45844e3bae 100644 --- a/app/src/main/java/c/i/a/c/e2/u/k.java +++ b/app/src/main/java/c/i/a/c/e2/u/k.java @@ -22,7 +22,7 @@ public final class k implements f { int i2 = i * 2; long[] jArr = this.j; jArr[i2] = gVar.b; - jArr[i2 + 1] = gVar.f863c; + jArr[i2 + 1] = gVar.f862c; } long[] jArr2 = this.j; long[] copyOf = Arrays.copyOf(jArr2, jArr2.length); diff --git a/app/src/main/java/c/i/a/c/f2/b.java b/app/src/main/java/c/i/a/c/f2/b.java index 9f303c7ce8..25c5504e65 100644 --- a/app/src/main/java/c/i/a/c/f2/b.java +++ b/app/src/main/java/c/i/a/c/f2/b.java @@ -10,7 +10,7 @@ public final /* synthetic */ class b implements Comparator { public final int compare(Object obj, Object obj2) { Integer num = (Integer) obj; Integer num2 = (Integer) obj2; - int[] iArr = DefaultTrackSelector.f2319c; + int[] iArr = DefaultTrackSelector.f2317c; return 0; } } diff --git a/app/src/main/java/c/i/a/c/f2/c.java b/app/src/main/java/c/i/a/c/f2/c.java index ff379ea74b..d7f7e2dffe 100644 --- a/app/src/main/java/c/i/a/c/f2/c.java +++ b/app/src/main/java/c/i/a/c/f2/c.java @@ -10,7 +10,7 @@ public final /* synthetic */ class c implements Comparator { public final int compare(Object obj, Object obj2) { Integer num = (Integer) obj; Integer num2 = (Integer) obj2; - int[] iArr = DefaultTrackSelector.f2319c; + int[] iArr = DefaultTrackSelector.f2317c; if (num.intValue() == -1) { return num2.intValue() == -1 ? 0 : -1; } diff --git a/app/src/main/java/c/i/a/c/f2/e.java b/app/src/main/java/c/i/a/c/f2/e.java index a50028af21..633bb36010 100644 --- a/app/src/main/java/c/i/a/c/f2/e.java +++ b/app/src/main/java/c/i/a/c/f2/e.java @@ -12,7 +12,7 @@ public abstract class e implements g { public final int b; /* renamed from: c reason: collision with root package name */ - public final int[] f868c; + public final int[] f867c; public final Format[] d; public int e; @@ -27,12 +27,12 @@ public abstract class e implements g { this.d[i] = trackGroup.j[iArr[i]]; } Arrays.sort(this.d, a.i); - this.f868c = new int[this.b]; + this.f867c = new int[this.b]; int i2 = 0; while (true) { int i3 = this.b; if (i2 < i3) { - int[] iArr2 = this.f868c; + int[] iArr2 = this.f867c; Format format = this.d[i2]; int i4 = 0; while (true) { @@ -82,12 +82,12 @@ public abstract class e implements g { return false; } e eVar = (e) obj; - return this.a == eVar.a && Arrays.equals(this.f868c, eVar.f868c); + return this.a == eVar.a && Arrays.equals(this.f867c, eVar.f867c); } @Override // c.i.a.c.f2.j public final int f(int i) { - return this.f868c[i]; + return this.f867c[i]; } @Override // c.i.a.c.f2.g @@ -101,7 +101,7 @@ public abstract class e implements g { public int hashCode() { if (this.e == 0) { - this.e = Arrays.hashCode(this.f868c) + (System.identityHashCode(this.a) * 31); + this.e = Arrays.hashCode(this.f867c) + (System.identityHashCode(this.a) * 31); } return this.e; } @@ -122,6 +122,6 @@ public abstract class e implements g { @Override // c.i.a.c.f2.j public final int length() { - return this.f868c.length; + return this.f867c.length; } } diff --git a/app/src/main/java/c/i/a/c/f2/g.java b/app/src/main/java/c/i/a/c/f2/g.java index dde779bca7..b8908fe012 100644 --- a/app/src/main/java/c/i/a/c/f2/g.java +++ b/app/src/main/java/c/i/a/c/f2/g.java @@ -12,21 +12,21 @@ public interface g extends j { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int f869c; + public final int f868c; @Nullable public final Object d; public a(TrackGroup trackGroup, int... iArr) { this.a = trackGroup; this.b = iArr; - this.f869c = 0; + this.f868c = 0; this.d = null; } public a(TrackGroup trackGroup, int[] iArr, int i, @Nullable Object obj) { this.a = trackGroup; this.b = iArr; - this.f869c = i; + this.f868c = i; this.d = obj; } } diff --git a/app/src/main/java/c/i/a/c/f2/i.java b/app/src/main/java/c/i/a/c/f2/i.java index dbd50335ad..5658e9d05f 100644 --- a/app/src/main/java/c/i/a/c/f2/i.java +++ b/app/src/main/java/c/i/a/c/f2/i.java @@ -46,13 +46,13 @@ public abstract class i extends l { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final TrackGroupArray[] f870c; + public final TrackGroupArray[] f869c; public final int[] d; public final int[][][] e; public a(String[] strArr, int[] iArr, TrackGroupArray[] trackGroupArrayArr, int[] iArr2, int[][][] iArr3, TrackGroupArray trackGroupArray) { this.b = iArr; - this.f870c = trackGroupArrayArr; + this.f869c = trackGroupArrayArr; this.e = iArr3; this.d = iArr2; this.a = iArr.length; @@ -201,12 +201,12 @@ public abstract class i extends l { while (i24 < i23) { if (2 == aVar7.b[i24]) { if (!z11) { - TrackGroupArray trackGroupArray4 = aVar7.f870c[i24]; + TrackGroupArray trackGroupArray4 = aVar7.f869c[i24]; int[][] iArr16 = iArr12[i24]; int i25 = iArr13[i24]; if (!parameters6.N && !parameters6.M) { int i26 = parameters6.A ? 24 : 16; - boolean z12 = parameters6.f2323z && (i25 & i26) != 0; + boolean z12 = parameters6.f2321z && (i25 & i26) != 0; DefaultTrackSelector.Parameters parameters7 = parameters6; int i27 = 0; while (true) { @@ -220,7 +220,7 @@ public abstract class i extends l { iArr7 = iArr13; int i29 = parameters7.r; iArr6 = iArr12; - int i30 = parameters7.f2320s; + int i30 = parameters7.f2318s; i9 = i23; int i31 = parameters7.t; z5 = z10; @@ -230,7 +230,7 @@ public abstract class i extends l { aVarArr = aVarArr2; int i34 = parameters7.w; i8 = i24; - int i35 = parameters7.f2321x; + int i35 = parameters7.f2319x; iArr8 = iArr16; int i36 = parameters7.B; parameters4 = parameters5; @@ -238,12 +238,12 @@ public abstract class i extends l { boolean z13 = parameters7.D; trackGroupArray2 = trackGroupArray4; if (trackGroup4.i < 2) { - iArr9 = DefaultTrackSelector.f2319c; + iArr9 = DefaultTrackSelector.f2317c; } else { List d = DefaultTrackSelector.d(trackGroup4, i36, i37, z13); ArrayList arrayList3 = (ArrayList) d; if (arrayList3.size() < 2) { - iArr9 = DefaultTrackSelector.f2319c; + iArr9 = DefaultTrackSelector.f2317c; } else { if (!z12) { HashSet hashSet2 = new HashSet(); @@ -301,7 +301,7 @@ public abstract class i extends l { } arrayList = arrayList; } - iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2319c : c.l0(list); + iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2317c : c.l0(list); if (iArr9.length <= 0) { aVar5 = new g.a(trackGroup4, iArr9); break; @@ -354,7 +354,7 @@ public abstract class i extends l { Format format = trackGroup6.j[i44]; if ((format.m & 16384) == 0 && DefaultTrackSelector.e(iArr18[i44], parameters4.O)) { DefaultTrackSelector.e eVar3 = new DefaultTrackSelector.e(format, parameters4, iArr18[i44], ((ArrayList) d2).contains(Integer.valueOf(i44))); - if ((eVar3.i || parameters4.f2322y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { + if ((eVar3.i || parameters4.f2320y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { i43 = i44; trackGroup7 = trackGroup6; eVar2 = eVar3; @@ -386,7 +386,7 @@ public abstract class i extends l { parameters3 = parameters5; } aVar7 = aVar6; - z10 = z5 | (aVar6.f870c[i8].j > 0); + z10 = z5 | (aVar6.f869c[i8].j > 0); } else { defaultTrackSelector = defaultTrackSelector2; i9 = i23; @@ -413,7 +413,7 @@ public abstract class i extends l { while (i47 < i45) { if (1 == aVar7.b[i47]) { boolean z14 = parameters6.Q || !z10; - TrackGroupArray trackGroupArray5 = aVar7.f870c[i47]; + TrackGroupArray trackGroupArray5 = aVar7.f869c[i47]; int[][] iArr19 = iArr12[i47]; int i48 = iArr13[i47]; DefaultTrackSelector.a aVar9 = null; @@ -555,7 +555,7 @@ public abstract class i extends l { str = str8; parameters = parameters9; } else if (i60 != 3) { - TrackGroupArray trackGroupArray6 = aVar13.f870c[i58]; + TrackGroupArray trackGroupArray6 = aVar13.f869c[i58]; int[][] iArr23 = iArr12[i58]; TrackGroup trackGroup10 = null; DefaultTrackSelector.b bVar = null; @@ -595,7 +595,7 @@ public abstract class i extends l { str = str8; } else { parameters = parameters9; - TrackGroupArray trackGroupArray7 = aVar13.f870c[i58]; + TrackGroupArray trackGroupArray7 = aVar13.f869c[i58]; int[][] iArr25 = iArr12[i58]; TrackGroup trackGroup13 = null; DefaultTrackSelector.d dVar2 = null; @@ -661,7 +661,7 @@ public abstract class i extends l { if (parameters9.S.get(i69)) { aVarArr2[i69] = null; } else { - TrackGroupArray trackGroupArray8 = aVar13.f870c[i69]; + TrackGroupArray trackGroupArray8 = aVar13.f869c[i69]; Map map = parameters9.R.get(i69); if (map != null && map.containsKey(trackGroupArray8)) { Map map2 = parameters9.R.get(i69); @@ -809,7 +809,7 @@ public abstract class i extends l { int[] iArr29 = aVar19.b; if (iArr29.length != 0) { if (iArr29.length == 1) { - gVar = new h(aVar19.a, iArr29[0], aVar19.f869c, aVar19.d); + gVar = new h(aVar19.a, iArr29[0], aVar19.f868c, aVar19.d); } else { long j = (long) 25000; gVar = new d(aVar19.a, iArr29, dVar5, (long) 10000, j, j, 0.7f, 0.75f, l.get(i84), c.i.a.c.i2.g.a); @@ -844,7 +844,7 @@ public abstract class i extends l { if (i89 == 1) { if (gVar2 != null) { int[][] iArr30 = iArr12[i86]; - int a2 = aVar13.f870c[i86].a(gVar2.a()); + int a2 = aVar13.f869c[i86].a(gVar2.a()); int i90 = 0; while (true) { if (i90 >= gVar2.length()) { diff --git a/app/src/main/java/c/i/a/c/f2/k.java b/app/src/main/java/c/i/a/c/f2/k.java index b0aa2c9d5d..624c0da27d 100644 --- a/app/src/main/java/c/i/a/c/f2/k.java +++ b/app/src/main/java/c/i/a/c/f2/k.java @@ -8,7 +8,7 @@ public final class k { public final j[] b; /* renamed from: c reason: collision with root package name */ - public int f871c; + public int f870c; public k(j... jVarArr) { this.b = jVarArr; @@ -26,9 +26,9 @@ public final class k { } public int hashCode() { - if (this.f871c == 0) { - this.f871c = 527 + Arrays.hashCode(this.b); + if (this.f870c == 0) { + this.f870c = 527 + Arrays.hashCode(this.b); } - return this.f871c; + return this.f870c; } } diff --git a/app/src/main/java/c/i/a/c/f2/m.java b/app/src/main/java/c/i/a/c/f2/m.java index a9b35b680d..77f05550d2 100644 --- a/app/src/main/java/c/i/a/c/f2/m.java +++ b/app/src/main/java/c/i/a/c/f2/m.java @@ -9,19 +9,19 @@ public final class m { public final m1[] b; /* renamed from: c reason: collision with root package name */ - public final g[] f872c; + public final g[] f871c; @Nullable public final Object d; public m(m1[] m1VarArr, g[] gVarArr, @Nullable Object obj) { this.b = m1VarArr; - this.f872c = (g[]) gVarArr.clone(); + this.f871c = (g[]) gVarArr.clone(); this.d = obj; this.a = m1VarArr.length; } public boolean a(@Nullable m mVar, int i) { - return mVar != null && f0.a(this.b[i], mVar.b[i]) && f0.a(this.f872c[i], mVar.f872c[i]); + return mVar != null && f0.a(this.b[i], mVar.b[i]) && f0.a(this.f871c[i], mVar.f871c[i]); } public boolean b(int i) { diff --git a/app/src/main/java/c/i/a/c/g0.java b/app/src/main/java/c/i/a/c/g0.java index af56803f67..57683ef872 100644 --- a/app/src/main/java/c/i/a/c/g0.java +++ b/app/src/main/java/c/i/a/c/g0.java @@ -27,7 +27,7 @@ public abstract class g0 implements k1, l1 { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f873s; + public boolean f872s; public g0(int i) { this.i = i; @@ -71,9 +71,9 @@ public abstract class g0 implements k1, l1 { } else if (a == -5) { Format format = s0Var.b; Objects.requireNonNull(format); - if (format.f2277x != RecyclerView.FOREVER_NS) { + if (format.f2275x != RecyclerView.FOREVER_NS) { Format.b a2 = format.a(); - a2.o = format.f2277x + this.p; + a2.o = format.f2275x + this.p; s0Var.b = a2.a(); } } @@ -228,14 +228,14 @@ public abstract class g0 implements k1, l1 { /* JADX WARNING: Removed duplicated region for block: B:17:0x0027 */ public final ExoPlaybackException z(Throwable th, @Nullable Format format, boolean z2) { int i; - if (format != null && !this.f873s) { - this.f873s = true; + if (format != null && !this.f872s) { + this.f872s = true; boolean z3 = false; try { i = a(format) & 7; } catch (ExoPlaybackException unused) { } finally { - this.f873s = z3; + this.f872s = z3; } return new ExoPlaybackException(1, th, null, getName(), this.l, format, format != null ? 4 : i, z2); } diff --git a/app/src/main/java/c/i/a/c/g2/e.java b/app/src/main/java/c/i/a/c/g2/e.java index af3a07ab0f..5386e7a2f5 100644 --- a/app/src/main/java/c/i/a/c/g2/e.java +++ b/app/src/main/java/c/i/a/c/g2/e.java @@ -14,7 +14,7 @@ public final /* synthetic */ class e implements Comparator { if (compare != 0) { return compare; } - int compareTo = cVar.f874c.compareTo(cVar2.f874c); + int compareTo = cVar.f873c.compareTo(cVar2.f873c); return compareTo != 0 ? compareTo : cVar.d.compareTo(cVar2.d); } } diff --git a/app/src/main/java/c/i/a/c/g2/f.java b/app/src/main/java/c/i/a/c/g2/f.java index 0ae449eded..7d0e938187 100644 --- a/app/src/main/java/c/i/a/c/g2/f.java +++ b/app/src/main/java/c/i/a/c/g2/f.java @@ -14,7 +14,7 @@ public final /* synthetic */ class f implements Comparator { if (compare != 0) { return compare; } - int compareTo = cVar2.f874c.compareTo(cVar.f874c); + int compareTo = cVar2.f873c.compareTo(cVar.f873c); return compareTo != 0 ? compareTo : cVar2.d.compareTo(cVar.d); } } diff --git a/app/src/main/java/c/i/a/c/g2/g.java b/app/src/main/java/c/i/a/c/g2/g.java index 663b3b5cff..c67a0045da 100644 --- a/app/src/main/java/c/i/a/c/g2/g.java +++ b/app/src/main/java/c/i/a/c/g2/g.java @@ -99,8 +99,8 @@ public final class g extends View implements SubtitleView.a { int paddingBottom = height - getPaddingBottom(); if (paddingBottom > paddingTop && width > paddingLeft) { int i17 = paddingBottom - paddingTop; - float u2 = AnimatableValueParser.u2(gVar.k, gVar.l, height, i17); - if (u2 > 0.0f) { + float v2 = AnimatableValueParser.v2(gVar.k, gVar.l, height, i17); + if (v2 > 0.0f) { int size = list.size(); int i18 = 0; while (i18 < size) { @@ -109,7 +109,7 @@ public final class g extends View implements SubtitleView.a { c.b a = cVar.a(); a.g = -3.4028235E38f; a.h = Integer.MIN_VALUE; - a.f823c = null; + a.f822c = null; if (cVar.f == 0) { a.d = 1.0f - cVar.e; a.e = 0; @@ -125,7 +125,7 @@ public final class g extends View implements SubtitleView.a { } cVar = a.a(); } - float u22 = AnimatableValueParser.u2(cVar.n, cVar.o, height, i17); + float v22 = AnimatableValueParser.v2(cVar.n, cVar.o, height, i17); j jVar = gVar.i.get(i18); b bVar = gVar.m; float f4 = gVar.n; @@ -140,7 +140,7 @@ public final class g extends View implements SubtitleView.a { if (!(charSequence != charSequence2 || (charSequence != null && charSequence.equals(charSequence2)))) { } jVar.i = cVar.b; - jVar.j = cVar.f822c; + jVar.j = cVar.f821c; jVar.k = cVar.d; jVar.l = cVar.e; jVar.m = cVar.f; @@ -149,15 +149,15 @@ public final class g extends View implements SubtitleView.a { jVar.p = cVar.i; jVar.q = cVar.j; jVar.r = cVar.k; - jVar.f876s = bVar.b; - jVar.t = bVar.f821c; + jVar.f875s = bVar.b; + jVar.t = bVar.f820c; jVar.u = i8; jVar.w = bVar.e; jVar.v = bVar.f; jVar.f.setTypeface(bVar.g); - jVar.f877x = u2; - jVar.f878y = u22; - jVar.f879z = f4; + jVar.f876x = v2; + jVar.f877y = v22; + jVar.f878z = f4; jVar.A = paddingLeft; jVar.B = paddingTop; jVar.C = width; @@ -177,7 +177,7 @@ public final class g extends View implements SubtitleView.a { paddingTop = i4; width = i3; paddingBottom = i2; - u2 = f; + v2 = f; gVar = this; } else if (TextUtils.isEmpty(cVar.b)) { canvas2 = canvas3; @@ -186,7 +186,7 @@ public final class g extends View implements SubtitleView.a { i3 = width; i2 = paddingBottom; i7 = i17; - f = u2; + f = v2; i6 = size; } else { i8 = cVar.l ? cVar.m : bVar.d; @@ -194,17 +194,17 @@ public final class g extends View implements SubtitleView.a { charSequence = jVar.i; i6 = size; charSequence2 = cVar.b; - if (!(charSequence != charSequence2 || (charSequence != null && charSequence.equals(charSequence2))) && f0.a(jVar.j, cVar.f822c) && jVar.k == cVar.d && jVar.l == cVar.e && jVar.m == cVar.f && f0.a(Integer.valueOf(jVar.n), Integer.valueOf(cVar.g)) && jVar.o == cVar.h && f0.a(Integer.valueOf(jVar.p), Integer.valueOf(cVar.i)) && jVar.q == cVar.j && jVar.r == cVar.k && jVar.f876s == bVar.b && jVar.t == bVar.f821c && jVar.u == i8 && jVar.w == bVar.e && jVar.v == bVar.f && f0.a(jVar.f.getTypeface(), bVar.g) && jVar.f877x == u2 && jVar.f878y == u22 && jVar.f879z == f4 && jVar.A == paddingLeft && jVar.B == paddingTop && jVar.C == width && jVar.D == paddingBottom) { + if (!(charSequence != charSequence2 || (charSequence != null && charSequence.equals(charSequence2))) && f0.a(jVar.j, cVar.f821c) && jVar.k == cVar.d && jVar.l == cVar.e && jVar.m == cVar.f && f0.a(Integer.valueOf(jVar.n), Integer.valueOf(cVar.g)) && jVar.o == cVar.h && f0.a(Integer.valueOf(jVar.p), Integer.valueOf(cVar.i)) && jVar.q == cVar.j && jVar.r == cVar.k && jVar.f875s == bVar.b && jVar.t == bVar.f820c && jVar.u == i8 && jVar.w == bVar.e && jVar.v == bVar.f && f0.a(jVar.f.getTypeface(), bVar.g) && jVar.f876x == v2 && jVar.f877y == v22 && jVar.f878z == f4 && jVar.A == paddingLeft && jVar.B == paddingTop && jVar.C == width && jVar.D == paddingBottom) { jVar.a(canvas3, z4); canvas2 = canvas3; i5 = paddingLeft; i4 = paddingTop; i3 = width; i2 = paddingBottom; - f = u2; + f = v2; } else { jVar.i = cVar.b; - jVar.j = cVar.f822c; + jVar.j = cVar.f821c; jVar.k = cVar.d; jVar.l = cVar.e; jVar.m = cVar.f; @@ -213,15 +213,15 @@ public final class g extends View implements SubtitleView.a { jVar.p = cVar.i; jVar.q = cVar.j; jVar.r = cVar.k; - jVar.f876s = bVar.b; - jVar.t = bVar.f821c; + jVar.f875s = bVar.b; + jVar.t = bVar.f820c; jVar.u = i8; jVar.w = bVar.e; jVar.v = bVar.f; jVar.f.setTypeface(bVar.g); - jVar.f877x = u2; - jVar.f878y = u22; - jVar.f879z = f4; + jVar.f876x = v2; + jVar.f877y = v22; + jVar.f878z = f4; jVar.A = paddingLeft; jVar.B = paddingTop; jVar.C = width; @@ -232,8 +232,8 @@ public final class g extends View implements SubtitleView.a { SpannableStringBuilder spannableStringBuilder = charSequence3 instanceof SpannableStringBuilder ? (SpannableStringBuilder) charSequence3 : new SpannableStringBuilder(jVar.i); int i20 = jVar.C - jVar.A; int i21 = jVar.D - jVar.B; - jVar.f.setTextSize(jVar.f877x); - int i22 = (int) ((jVar.f877x * 0.125f) + 0.5f); + jVar.f.setTextSize(jVar.f876x); + int i22 = (int) ((jVar.f876x * 0.125f) + 0.5f); int i23 = i22 * 2; int i24 = i20 - i23; float f5 = jVar.q; @@ -246,18 +246,18 @@ public final class g extends View implements SubtitleView.a { i4 = paddingTop; i3 = width; i2 = paddingBottom; - f = u2; + f = v2; i = i18; z2 = z4; canvas2 = canvas3; } else { i5 = paddingLeft; i4 = paddingTop; - if (jVar.f878y > 0.0f) { + if (jVar.f877y > 0.0f) { i3 = width; i2 = paddingBottom; i10 = 0; - spannableStringBuilder.setSpan(new AbsoluteSizeSpan((int) jVar.f878y), 0, spannableStringBuilder.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK); + spannableStringBuilder.setSpan(new AbsoluteSizeSpan((int) jVar.f877y), 0, spannableStringBuilder.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK); } else { i3 = width; i2 = paddingBottom; @@ -275,14 +275,14 @@ public final class g extends View implements SubtitleView.a { if (Color.alpha(jVar.t) > 0) { int i26 = jVar.w; if (i26 == 0 || i26 == 2) { - f = u2; + f = v2; spannableStringBuilder.setSpan(new BackgroundColorSpan(jVar.t), 0, spannableStringBuilder.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK); } else { - f = u2; + f = v2; spannableStringBuilder2.setSpan(new BackgroundColorSpan(jVar.t), 0, spannableStringBuilder2.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK); } } else { - f = u2; + f = v2; } Layout.Alignment alignment = jVar.j; if (alignment == null) { @@ -365,7 +365,7 @@ public final class g extends View implements SubtitleView.a { if (i15 > i16) { } } else { - i14 = (jVar.D - height2) - ((int) (((float) i21) * jVar.f879z)); + i14 = (jVar.D - height2) - ((int) (((float) i21) * jVar.f878z)); } i13 = i14; jVar.E = new StaticLayout(spannableStringBuilder, jVar.f, i33, alignment, jVar.d, jVar.e, true); @@ -386,7 +386,7 @@ public final class g extends View implements SubtitleView.a { paddingTop = i4; width = i3; paddingBottom = i2; - u2 = f; + v2 = f; gVar = this; } else { z3 = z4; @@ -394,7 +394,7 @@ public final class g extends View implements SubtitleView.a { i4 = paddingTop; i3 = width; i2 = paddingBottom; - f = u2; + f = v2; i = i18; Objects.requireNonNull(jVar.k); Bitmap bitmap = jVar.k; @@ -453,7 +453,7 @@ public final class g extends View implements SubtitleView.a { paddingTop = i4; width = i3; paddingBottom = i2; - u2 = f; + v2 = f; gVar = this; } } @@ -468,7 +468,7 @@ public final class g extends View implements SubtitleView.a { paddingTop = i4; width = i3; paddingBottom = i2; - u2 = f; + v2 = f; gVar = this; } } diff --git a/app/src/main/java/c/i/a/c/g2/i.java b/app/src/main/java/c/i/a/c/g2/i.java index 9b656ca801..695a336698 100644 --- a/app/src/main/java/c/i/a/c/g2/i.java +++ b/app/src/main/java/c/i/a/c/g2/i.java @@ -26,13 +26,13 @@ public final class i { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f874c; + public final String f873c; public final String d; public c(int i, int i2, String str, String str2, a aVar) { this.a = i; this.b = i2; - this.f874c = str; + this.f873c = str; this.d = str2; } } diff --git a/app/src/main/java/c/i/a/c/g2/j.java b/app/src/main/java/c/i/a/c/g2/j.java index b60ecdf3e8..c5ad4e0344 100644 --- a/app/src/main/java/c/i/a/c/g2/j.java +++ b/app/src/main/java/c/i/a/c/g2/j.java @@ -28,7 +28,7 @@ public final class j { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f875c; + public final float f874c; public final float d; public final float e; public final TextPaint f; @@ -49,20 +49,20 @@ public final class j { public float r; /* renamed from: s reason: collision with root package name */ - public int f876s; + public int f875s; public int t; public int u; public int v; public int w; /* renamed from: x reason: collision with root package name */ - public float f877x; + public float f876x; /* renamed from: y reason: collision with root package name */ - public float f878y; + public float f877y; /* renamed from: z reason: collision with root package name */ - public float f879z; + public float f878z; public j(Context context) { TypedArray obtainStyledAttributes = context.obtainStyledAttributes(null, new int[]{16843287, 16843288}, 0, 0); @@ -72,7 +72,7 @@ public final class j { float round = (float) Math.round((((float) context.getResources().getDisplayMetrics().densityDpi) * 2.0f) / 160.0f); this.a = round; this.b = round; - this.f875c = round; + this.f874c = round; TextPaint textPaint = new TextPaint(); this.f = textPaint; textPaint.setAntiAlias(true); @@ -109,7 +109,7 @@ public final class j { } else if (i == 2) { TextPaint textPaint = this.f; float f = this.b; - float f2 = this.f875c; + float f2 = this.f874c; textPaint.setShadowLayer(f, f2, f2, this.v); } else if (i == 3 || i == 4) { if (i != 3) { @@ -121,14 +121,14 @@ public final class j { i2 = this.v; } float f3 = this.b / 2.0f; - this.f.setColor(this.f876s); + this.f.setColor(this.f875s); this.f.setStyle(Paint.Style.FILL); float f4 = -f3; this.f.setShadowLayer(this.b, f4, f4, i3); staticLayout2.draw(canvas); this.f.setShadowLayer(this.b, f3, f3, i2); } - this.f.setColor(this.f876s); + this.f.setColor(this.f875s); this.f.setStyle(Paint.Style.FILL); staticLayout.draw(canvas); this.f.setShadowLayer(0.0f, 0.0f, 0.0f, 0); diff --git a/app/src/main/java/c/i/a/c/g2/n.java b/app/src/main/java/c/i/a/c/g2/n.java index 7835233c0c..e773d36bcd 100644 --- a/app/src/main/java/c/i/a/c/g2/n.java +++ b/app/src/main/java/c/i/a/c/g2/n.java @@ -105,8 +105,8 @@ public final class n extends FrameLayout implements SubtitleView.a { } public final String c(int i, float f) { - float u2 = AnimatableValueParser.u2(i, f, getHeight(), (getHeight() - getPaddingTop()) - getPaddingBottom()); - return u2 == -3.4028235E38f ? "unset" : f0.k("%.2fpx", Float.valueOf(u2 / getContext().getResources().getDisplayMetrics().density)); + float v2 = AnimatableValueParser.v2(i, f, getHeight(), (getHeight() - getPaddingTop()) - getPaddingBottom()); + return v2 == -3.4028235E38f ? "unset" : f0.k("%.2fpx", Float.valueOf(v2 / getContext().getResources().getDisplayMetrics().density)); } /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x007e: APUT (r3v0 java.lang.Object[]), (3 ??[int, float, short, byte, char]), (r2v1 java.lang.String) */ @@ -162,19 +162,19 @@ public final class n extends FrameLayout implements SubtitleView.a { StringBuilder sb = new StringBuilder(); Object[] objArr = new Object[4]; char c3 = 0; - objArr[0] = AnimatableValueParser.H2(nVar.l.b); + objArr[0] = AnimatableValueParser.I2(nVar.l.b); int i7 = 1; objArr[1] = nVar.c(nVar.n, nVar.m); float f3 = 1.2f; objArr[2] = Float.valueOf(1.2f); b bVar2 = nVar.l; int i8 = bVar2.e; - objArr[3] = i8 != 1 ? i8 != 2 ? i8 != 3 ? i8 != 4 ? "unset" : f0.k("-0.05em -0.05em 0.15em %s", AnimatableValueParser.H2(bVar2.f)) : f0.k("0.06em 0.08em 0.15em %s", AnimatableValueParser.H2(bVar2.f)) : f0.k("0.1em 0.12em 0.15em %s", AnimatableValueParser.H2(bVar2.f)) : f0.k("1px 1px 0 %1$s, 1px -1px 0 %1$s, -1px 1px 0 %1$s, -1px -1px 0 %1$s", AnimatableValueParser.H2(bVar2.f)); + objArr[3] = i8 != 1 ? i8 != 2 ? i8 != 3 ? i8 != 4 ? "unset" : f0.k("-0.05em -0.05em 0.15em %s", AnimatableValueParser.I2(bVar2.f)) : f0.k("0.06em 0.08em 0.15em %s", AnimatableValueParser.I2(bVar2.f)) : f0.k("0.1em 0.12em 0.15em %s", AnimatableValueParser.I2(bVar2.f)) : f0.k("1px 1px 0 %1$s, 1px -1px 0 %1$s, -1px 1px 0 %1$s, -1px -1px 0 %1$s", AnimatableValueParser.I2(bVar2.f)); sb.append(f0.k("

", objArr)); HashMap hashMap = new HashMap(); String str19 = "default_bg"; String str20 = "background-color:%s;"; - hashMap.put(AnimatableValueParser.Y(str19), f0.k(str20, AnimatableValueParser.H2(nVar.l.f821c))); + hashMap.put(AnimatableValueParser.Y(str19), f0.k(str20, AnimatableValueParser.I2(nVar.l.f820c))); int i9 = 0; while (i9 < nVar.k.size()) { c cVar2 = nVar.k.get(i9); @@ -223,7 +223,7 @@ public final class n extends FrameLayout implements SubtitleView.a { i2 = b; str2 = "fit-content"; } - Layout.Alignment alignment = cVar2.f822c; + Layout.Alignment alignment = cVar2.f821c; String str21 = "center"; if (alignment == null) { i3 = 2; @@ -242,7 +242,7 @@ public final class n extends FrameLayout implements SubtitleView.a { int i11 = cVar2.p; String str22 = i11 != 1 ? i11 != i3 ? "horizontal-tb" : "vertical-lr" : "vertical-rl"; String c4 = nVar.c(cVar2.n, cVar2.o); - String H2 = AnimatableValueParser.H2(cVar2.l ? cVar2.m : nVar.l.d); + String I2 = AnimatableValueParser.I2(cVar2.l ? cVar2.m : nVar.l.d); int i12 = cVar2.p; String str23 = "right"; String str24 = "left"; @@ -274,7 +274,7 @@ public final class n extends FrameLayout implements SubtitleView.a { Spanned spanned = (Spanned) charSequence; HashSet hashSet = new HashSet(); cVar = cVar2; - str9 = H2; + str9 = I2; int i13 = 0; BackgroundColorSpan[] backgroundColorSpanArr = (BackgroundColorSpan[]) spanned.getSpans(0, spanned.length(), BackgroundColorSpan.class); int length = backgroundColorSpanArr.length; @@ -286,7 +286,7 @@ public final class n extends FrameLayout implements SubtitleView.a { HashMap hashMap2 = new HashMap(); for (Iterator it = hashSet.iterator(); it.hasNext(); it = it) { int intValue = ((Integer) it.next()).intValue(); - hashMap2.put(AnimatableValueParser.Y("bg_" + intValue), f0.k(str20, AnimatableValueParser.H2(intValue))); + hashMap2.put(AnimatableValueParser.Y("bg_" + intValue), f0.k(str20, AnimatableValueParser.I2(intValue))); } SparseArray sparseArray = new SparseArray(); str8 = str20; @@ -307,7 +307,7 @@ public final class n extends FrameLayout implements SubtitleView.a { str15 = c4; if (obj instanceof ForegroundColorSpan) { str14 = str22; - str16 = f0.k("", AnimatableValueParser.H2(((ForegroundColorSpan) obj).getForegroundColor())); + str16 = f0.k("", AnimatableValueParser.I2(((ForegroundColorSpan) obj).getForegroundColor())); } else { str14 = str22; if (obj instanceof BackgroundColorSpan) { @@ -372,7 +372,7 @@ public final class n extends FrameLayout implements SubtitleView.a { } else { sb2.append("sesame"); } - str16 = f0.k("", sb2.toString(), cVar3.f848c != 2 ? "over right" : "under left"); + str16 = f0.k("", sb2.toString(), cVar3.f847c != 2 ? "over right" : "under left"); } f2 = f8; str12 = str2; @@ -496,7 +496,7 @@ public final class n extends FrameLayout implements SubtitleView.a { } Collections.sort(dVar3.a, e.i); for (i.c cVar6 : dVar3.a) { - sb3.append(cVar6.f874c); + sb3.append(cVar6.f873c); } i18++; i19 = keyAt; @@ -553,7 +553,7 @@ public final class n extends FrameLayout implements SubtitleView.a { str4 = str2; str7 = c4; str5 = str21; - str9 = H2; + str9 = I2; while (r1.hasNext()) { } Object[] objArr7 = new Object[13]; @@ -609,7 +609,7 @@ public final class n extends FrameLayout implements SubtitleView.a { str4 = str2; str7 = c4; str5 = str21; - str9 = H2; + str9 = I2; while (r1.hasNext()) { } Object[] objArr7 = new Object[13]; @@ -657,7 +657,7 @@ public final class n extends FrameLayout implements SubtitleView.a { } sb4.append(""); sb.insert(0, sb4.toString()); - this.j.loadData(Base64.encodeToString(sb.toString().getBytes(c.i.b.a.c.f1277c), 1), "text/html", "base64"); + this.j.loadData(Base64.encodeToString(sb.toString().getBytes(c.i.b.a.c.f1276c), 1), "text/html", "base64"); } @Override // android.widget.FrameLayout, android.view.View, android.view.ViewGroup diff --git a/app/src/main/java/c/i/a/c/g2/o/d.java b/app/src/main/java/c/i/a/c/g2/o/d.java index e888994ba1..4c815c1d1f 100644 --- a/app/src/main/java/c/i/a/c/g2/o/d.java +++ b/app/src/main/java/c/i/a/c/g2/o/d.java @@ -14,7 +14,7 @@ public final class d implements SensorEventListener { public final float[] b = new float[16]; /* renamed from: c reason: collision with root package name */ - public final float[] f880c = new float[16]; + public final float[] f879c = new float[16]; public final float[] d = new float[3]; public final Display e; public final a[] f; @@ -64,12 +64,12 @@ public final class d implements SensorEventListener { Matrix.rotateM(this.a, 0, 90.0f, 1.0f, 0.0f, 0.0f); float[] fArr3 = this.a; if (!this.g) { - c.a(this.f880c, fArr3); + c.a(this.f879c, fArr3); this.g = true; } float[] fArr4 = this.b; System.arraycopy(fArr3, 0, fArr4, 0, fArr4.length); - Matrix.multiplyMM(fArr3, 0, this.b, 0, this.f880c, 0); + Matrix.multiplyMM(fArr3, 0, this.b, 0, this.f879c, 0); float[] fArr5 = this.a; for (a aVar : this.f) { aVar.a(fArr5, f); diff --git a/app/src/main/java/c/i/a/c/g2/o/e.java b/app/src/main/java/c/i/a/c/g2/o/e.java index 57250456d4..be5973b8b4 100644 --- a/app/src/main/java/c/i/a/c/g2/o/e.java +++ b/app/src/main/java/c/i/a/c/g2/o/e.java @@ -10,7 +10,7 @@ public final class e { public static final String[] b = {"#extension GL_OES_EGL_image_external : require", "precision mediump float;", "uniform samplerExternalOES uTexture;", "varying vec2 vTexCoords;", "void main() {", " gl_FragColor = texture2D(uTexture, vTexCoords);", "}"}; /* renamed from: c reason: collision with root package name */ - public static final float[] f881c = {1.0f, 0.0f, 0.0f, 0.0f, -1.0f, 0.0f, 0.0f, 1.0f, 1.0f}; + public static final float[] f880c = {1.0f, 0.0f, 0.0f, 0.0f, -1.0f, 0.0f, 0.0f, 1.0f, 1.0f}; public static final float[] d = {1.0f, 0.0f, 0.0f, 0.0f, -0.5f, 0.0f, 0.0f, 0.5f, 1.0f}; public static final float[] e = {1.0f, 0.0f, 0.0f, 0.0f, -0.5f, 0.0f, 0.0f, 1.0f, 1.0f}; public static final float[] f = {0.5f, 0.0f, 0.0f, 0.0f, -1.0f, 0.0f, 0.0f, 1.0f, 1.0f}; @@ -33,14 +33,14 @@ public final class e { public final FloatBuffer b; /* renamed from: c reason: collision with root package name */ - public final FloatBuffer f882c; + public final FloatBuffer f881c; public final int d; public a(d.b bVar) { - float[] fArr = bVar.f936c; + float[] fArr = bVar.f935c; this.a = fArr.length / 3; this.b = AnimatableValueParser.O(fArr); - this.f882c = AnimatableValueParser.O(bVar.d); + this.f881c = AnimatableValueParser.O(bVar.d); int i = bVar.b; if (i == 1) { this.d = 5; diff --git a/app/src/main/java/c/i/a/c/g2/o/f.java b/app/src/main/java/c/i/a/c/g2/o/f.java index 24273898e6..ac35f9e6ce 100644 --- a/app/src/main/java/c/i/a/c/g2/o/f.java +++ b/app/src/main/java/c/i/a/c/g2/o/f.java @@ -25,7 +25,7 @@ public final class f implements s, a { public final AtomicBoolean b = new AtomicBoolean(true); /* renamed from: c reason: collision with root package name */ - public final e f883c = new e(); + public final e f882c = new e(); public final c d = new c(); public final d0 e = new d0<>(); public final d0 f = new d0<>(); @@ -40,14 +40,14 @@ public final class f implements s, a { @Override // c.i.a.c.j2.x.a public void a(long j, float[] fArr) { - this.d.f934c.a(j, fArr); + this.d.f933c.a(j, fArr); } @Override // c.i.a.c.j2.x.a public void b() { this.e.b(); c cVar = this.d; - cVar.f934c.b(); + cVar.f933c.b(); cVar.d = false; this.b.set(true); } @@ -88,7 +88,7 @@ public final class f implements s, a { if (f4 == 1886547818) { wVar.E(8); int i8 = wVar.b; - int i9 = wVar.f921c; + int i9 = wVar.f920c; while (true) { if (i8 >= i9) { break; @@ -111,9 +111,9 @@ public final class f implements s, a { } } wVar.C(f3); - arrayList = AnimatableValueParser.V1(wVar); + arrayList = AnimatableValueParser.W1(wVar); } else { - arrayList = AnimatableValueParser.V1(wVar); + arrayList = AnimatableValueParser.W1(wVar); } } catch (ArrayIndexOutOfBoundsException unused) { } @@ -245,7 +245,7 @@ public final class f implements s, a { public SurfaceTexture d() { GLES20.glClearColor(0.5f, 0.5f, 0.5f, 1.0f); AnimatableValueParser.r(); - e eVar = this.f883c; + e eVar = this.f882c; Objects.requireNonNull(eVar); int K = AnimatableValueParser.K(TextUtils.join("\n", e.a), TextUtils.join("\n", e.b)); eVar.k = K; diff --git a/app/src/main/java/c/i/a/c/g2/o/h.java b/app/src/main/java/c/i/a/c/g2/o/h.java index 860cb487bb..a91c769e1d 100644 --- a/app/src/main/java/c/i/a/c/g2/o/h.java +++ b/app/src/main/java/c/i/a/c/g2/o/h.java @@ -46,7 +46,7 @@ public final class h extends GLSurfaceView { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f884s; + public boolean f883s; public boolean t; /* compiled from: SphericalGLSurfaceView */ @@ -124,7 +124,7 @@ public final class h extends GLSurfaceView { if (l != null) { c cVar = fVar.d; float[] fArr3 = fVar.g; - float[] e = cVar.f934c.e(l.longValue()); + float[] e = cVar.f933c.e(l.longValue()); if (e != null) { float[] fArr4 = cVar.b; float f = e[0]; @@ -147,10 +147,10 @@ public final class h extends GLSurfaceView { } c.i.a.c.j2.x.d e2 = fVar.f.e(timestamp); if (e2 != null) { - e eVar = fVar.f883c; + e eVar = fVar.f882c; Objects.requireNonNull(eVar); if (e.a(e2)) { - eVar.h = e2.f935c; + eVar.h = e2.f934c; e.a aVar = new e.a(e2.a.a[0]); eVar.i = aVar; if (!e2.d) { @@ -161,7 +161,7 @@ public final class h extends GLSurfaceView { } } Matrix.multiplyMM(fVar.h, 0, fArr2, 0, fVar.g, 0); - e eVar2 = fVar.f883c; + e eVar2 = fVar.f882c; int i = fVar.i; float[] fArr5 = fVar.h; e.a aVar2 = eVar2.i; @@ -172,7 +172,7 @@ public final class h extends GLSurfaceView { GLES20.glEnableVertexAttribArray(eVar2.o); AnimatableValueParser.r(); int i2 = eVar2.h; - GLES20.glUniformMatrix3fv(eVar2.m, 1, false, i2 == 1 ? e.d : i2 == 2 ? e.f : e.f881c, 0); + GLES20.glUniformMatrix3fv(eVar2.m, 1, false, i2 == 1 ? e.d : i2 == 2 ? e.f : e.f880c, 0); GLES20.glUniformMatrix4fv(eVar2.l, 1, false, fArr5, 0); GLES20.glActiveTexture(33984); GLES20.glBindTexture(36197, i); @@ -180,7 +180,7 @@ public final class h extends GLSurfaceView { AnimatableValueParser.r(); GLES20.glVertexAttribPointer(eVar2.n, 3, 5126, false, 12, (Buffer) aVar2.b); AnimatableValueParser.r(); - GLES20.glVertexAttribPointer(eVar2.o, 2, 5126, false, 8, (Buffer) aVar2.f882c); + GLES20.glVertexAttribPointer(eVar2.o, 2, 5126, false, 8, (Buffer) aVar2.f881c); AnimatableValueParser.r(); GLES20.glDrawArrays(aVar2.d, 0, aVar2.a); AnimatableValueParser.r(); @@ -232,7 +232,7 @@ public final class h extends GLSurfaceView { } public final void a() { - boolean z2 = this.r && this.f884s; + boolean z2 = this.r && this.f883s; Sensor sensor = this.j; if (sensor != null && z2 != this.t) { if (z2) { @@ -252,7 +252,7 @@ public final class h extends GLSurfaceView { @Override // android.opengl.GLSurfaceView public void onPause() { - this.f884s = false; + this.f883s = false; a(); super.onPause(); } @@ -260,7 +260,7 @@ public final class h extends GLSurfaceView { @Override // android.opengl.GLSurfaceView public void onResume() { super.onResume(); - this.f884s = true; + this.f883s = true; a(); } diff --git a/app/src/main/java/c/i/a/c/h0.java b/app/src/main/java/c/i/a/c/h0.java index 9672757619..9ffe2584e2 100644 --- a/app/src/main/java/c/i/a/c/h0.java +++ b/app/src/main/java/c/i/a/c/h0.java @@ -7,7 +7,7 @@ public final class h0 { public static final UUID b = new UUID(1186680826959645954L, -5988876978535335093L); /* renamed from: c reason: collision with root package name */ - public static final UUID f886c = new UUID(-2129748144642739255L, 8654423357094679310L); + public static final UUID f885c = new UUID(-2129748144642739255L, 8654423357094679310L); public static final UUID d = new UUID(-1301668207276963122L, -6645017420763422227L); public static final UUID e = new UUID(-7348484286925749626L, -6083546864340672619L); diff --git a/app/src/main/java/c/i/a/c/h1.java b/app/src/main/java/c/i/a/c/h1.java index 91eae4d6c7..304839aea7 100644 --- a/app/src/main/java/c/i/a/c/h1.java +++ b/app/src/main/java/c/i/a/c/h1.java @@ -13,7 +13,7 @@ public final class h1 { public final a b; /* renamed from: c reason: collision with root package name */ - public final g f887c; + public final g f886c; public final r1 d; public int e; @Nullable @@ -38,7 +38,7 @@ public final class h1 { this.a = bVar; this.d = r1Var; this.g = looper; - this.f887c = gVar; + this.f886c = gVar; this.h = i; } @@ -46,14 +46,14 @@ public final class h1 { boolean z2; AnimatableValueParser.D(this.i); AnimatableValueParser.D(this.g.getThread() != Thread.currentThread()); - long c2 = this.f887c.c() + j; + long c2 = this.f886c.c() + j; while (true) { z2 = this.k; if (z2 || j <= 0) { break; } wait(j); - j = c2 - this.f887c.c(); + j = c2 - this.f886c.c(); } if (!z2) { throw new TimeoutException("Message delivery timed out."); diff --git a/app/src/main/java/c/i/a/c/h2/d.java b/app/src/main/java/c/i/a/c/h2/d.java index 82df7a6baf..a755bde7da 100644 --- a/app/src/main/java/c/i/a/c/h2/d.java +++ b/app/src/main/java/c/i/a/c/h2/d.java @@ -22,7 +22,7 @@ public interface d { public final a b; /* renamed from: c reason: collision with root package name */ - public boolean f888c; + public boolean f887c; public C0097a(Handler handler, a aVar) { this.a = handler; @@ -35,7 +35,7 @@ public interface d { while (it.hasNext()) { C0097a next = it.next(); if (next.b == aVar) { - next.f888c = true; + next.f887c = true; this.a.remove(next); } } diff --git a/app/src/main/java/c/i/a/c/h2/e.java b/app/src/main/java/c/i/a/c/h2/e.java index 7b8c58866a..b495d97686 100644 --- a/app/src/main/java/c/i/a/c/h2/e.java +++ b/app/src/main/java/c/i/a/c/h2/e.java @@ -11,7 +11,7 @@ public abstract class e implements j { public final ArrayList b = new ArrayList<>(1); /* renamed from: c reason: collision with root package name */ - public int f889c; + public int f888c; @Nullable public l d; @@ -24,7 +24,7 @@ public abstract class e implements j { Objects.requireNonNull(xVar); if (!this.b.contains(xVar)) { this.b.add(xVar); - this.f889c++; + this.f888c++; } } @@ -36,7 +36,7 @@ public abstract class e implements j { public final void o(int i) { l lVar = this.d; int i2 = f0.a; - for (int i3 = 0; i3 < this.f889c; i3++) { + for (int i3 = 0; i3 < this.f888c; i3++) { this.b.get(i3).e(this, lVar, this.a, i); } } @@ -44,21 +44,21 @@ public abstract class e implements j { public final void p() { l lVar = this.d; int i = f0.a; - for (int i2 = 0; i2 < this.f889c; i2++) { + for (int i2 = 0; i2 < this.f888c; i2++) { this.b.get(i2).a(this, lVar, this.a); } this.d = null; } public final void q(l lVar) { - for (int i = 0; i < this.f889c; i++) { + for (int i = 0; i < this.f888c; i++) { this.b.get(i).g(this, lVar, this.a); } } public final void r(l lVar) { this.d = lVar; - for (int i = 0; i < this.f889c; i++) { + for (int i = 0; i < this.f888c; i++) { this.b.get(i).b(this, lVar, this.a); } } diff --git a/app/src/main/java/c/i/a/c/h2/l.java b/app/src/main/java/c/i/a/c/h2/l.java index 31cd40e285..0beb8a4e42 100644 --- a/app/src/main/java/c/i/a/c/h2/l.java +++ b/app/src/main/java/c/i/a/c/h2/l.java @@ -13,7 +13,7 @@ public final class l { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f890c; + public final int f889c; @Nullable public final byte[] d; public final Map e; @@ -32,7 +32,7 @@ public final class l { public long b; /* renamed from: c reason: collision with root package name */ - public int f891c; + public int f890c; @Nullable public byte[] d; public Map e; @@ -47,7 +47,7 @@ public final class l { public b(l lVar, a aVar) { this.a = lVar.a; this.b = lVar.b; - this.f891c = lVar.f890c; + this.f890c = lVar.f889c; this.d = lVar.d; this.e = lVar.e; this.f = lVar.f; @@ -59,7 +59,7 @@ public final class l { public l a() { AnimatableValueParser.I(this.a, "The uri must be set."); - return new l(this.a, this.b, this.f891c, this.d, this.e, this.f, this.g, this.h, this.i, this.j); + return new l(this.a, this.b, this.f890c, this.d, this.e, this.f, this.g, this.h, this.i, this.j); } } @@ -74,7 +74,7 @@ public final class l { AnimatableValueParser.k(z2); this.a = uri; this.b = j; - this.f890c = i; + this.f889c = i; this.d = (bArr2 == null || bArr2.length == 0) ? null : bArr2; this.e = Collections.unmodifiableMap(new HashMap(map)); this.f = j2; @@ -107,7 +107,7 @@ public final class l { public String toString() { StringBuilder P = c.d.b.a.a.P("DataSpec["); - P.append(b(this.f890c)); + P.append(b(this.f889c)); P.append(" "); P.append(this.a); P.append(", "); diff --git a/app/src/main/java/c/i/a/c/h2/m.java b/app/src/main/java/c/i/a/c/h2/m.java index eb1921b54d..5f866b8a99 100644 --- a/app/src/main/java/c/i/a/c/h2/m.java +++ b/app/src/main/java/c/i/a/c/h2/m.java @@ -9,7 +9,7 @@ public final class m { public final int b; /* renamed from: c reason: collision with root package name */ - public final c[] f892c; + public final c[] f891c; public int d; public int e; public int f; @@ -22,7 +22,7 @@ public final class m { this.b = i; this.f = 0; this.g = new c[100]; - this.f892c = new c[1]; + this.f891c = new c[1]; } public synchronized void a(c[] cVarArr) { diff --git a/app/src/main/java/c/i/a/c/h2/n.java b/app/src/main/java/c/i/a/c/h2/n.java index 1ba892f656..e71fe65c02 100644 --- a/app/src/main/java/c/i/a/c/h2/n.java +++ b/app/src/main/java/c/i/a/c/h2/n.java @@ -32,7 +32,7 @@ public final class n implements d, x { public static final u b = u.u(6100000L, 3800000L, 2100000L, 1300000L, 590000L); /* renamed from: c reason: collision with root package name */ - public static final u f893c = u.u(218000L, 159000L, 145000L, 130000L, 112000L); + public static final u f892c = u.u(218000L, 159000L, 145000L, 130000L, 112000L); public static final u d = u.u(2200000L, 1300000L, 930000L, 730000L, 530000L); public static final u e; public static final u f; @@ -52,7 +52,7 @@ public final class n implements d, x { public long r; /* renamed from: s reason: collision with root package name */ - public long f894s; + public long f893s; public long t; /* compiled from: DefaultBandwidthMeter */ @@ -61,12 +61,12 @@ public final class n implements d, x { public final Handler b = new Handler(Looper.getMainLooper()); /* renamed from: c reason: collision with root package name */ - public final ArrayList> f895c = new ArrayList<>(); + public final ArrayList> f894c = new ArrayList<>(); public final void a() { - for (int size = this.f895c.size() - 1; size >= 0; size--) { - if (this.f895c.get(size).get() == null) { - this.f895c.remove(size); + for (int size = this.f894c.size() - 1; size >= 0; size--) { + if (this.f894c.get(size).get() == null) { + this.f894c.remove(size); } } } @@ -79,15 +79,15 @@ public final class n implements d, x { if (nVar.p != q) { nVar.p = q; if (q != 1 && q != 0 && q != 8) { - nVar.f894s = nVar.i(q); + nVar.f893s = nVar.i(q); long c2 = nVar.l.c(); - nVar.k(nVar.m > 0 ? (int) (c2 - nVar.n) : 0, nVar.o, nVar.f894s); + nVar.k(nVar.m > 0 ? (int) (c2 - nVar.n) : 0, nVar.o, nVar.f893s); nVar.n = c2; nVar.o = 0; nVar.r = 0; nVar.q = 0; z zVar = nVar.k; - zVar.f923c.clear(); + zVar.f922c.clear(); zVar.e = -1; zVar.f = 0; zVar.g = 0; @@ -100,8 +100,8 @@ public final class n implements d, x { public synchronized void onReceive(Context context, Intent intent) { if (!isInitialStickyBroadcast()) { a(); - for (int i = 0; i < this.f895c.size(); i++) { - n nVar = this.f895c.get(i).get(); + for (int i = 0; i < this.f894c.size(); i++) { + n nVar = this.f894c.get(i).get(); if (nVar != null) { b(nVar); } @@ -149,7 +149,7 @@ public final class n implements d, x { this.l = gVar; int q = context == null ? 0 : f0.q(context); this.p = q; - this.f894s = i(q); + this.f893s = i(q); if (context != null && z2) { a aVar3 = a.a; synchronized (a.class) { @@ -163,7 +163,7 @@ public final class n implements d, x { } synchronized (aVar) { aVar.a(); - aVar.f895c.add(new WeakReference<>(this)); + aVar.f894c.add(new WeakReference<>(this)); aVar.b.post(new b(aVar, this)); } } @@ -429,9 +429,9 @@ public final class n implements d, x { if (i > 0) { this.k.a((int) Math.sqrt((double) j2), (((float) j2) * 8000.0f) / ((float) i)); if (this.q >= 2000 || this.r >= Permission.VIEW_GUILD_ANALYTICS) { - this.f894s = (long) this.k.b(0.5f); + this.f893s = (long) this.k.b(0.5f); } - k(i, this.o, this.f894s); + k(i, this.o, this.f893s); this.n = c2; this.o = 0; } @@ -495,7 +495,7 @@ public final class n implements d, x { Iterator it = this.j.a.iterator(); while (it.hasNext()) { d.a.C0096a.C0097a next = it.next(); - if (!next.f888c) { + if (!next.f887c) { next.a.post(new a(next, i, j, j2)); } } diff --git a/app/src/main/java/c/i/a/c/h2/o.java b/app/src/main/java/c/i/a/c/h2/o.java index 653da8189a..255f696a11 100644 --- a/app/src/main/java/c/i/a/c/h2/o.java +++ b/app/src/main/java/c/i/a/c/h2/o.java @@ -25,7 +25,7 @@ public final class o implements j { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final j f896c; + public final j f895c; @Nullable public j d; @Nullable @@ -46,7 +46,7 @@ public final class o implements j { public o(Context context, j jVar) { this.a = context.getApplicationContext(); Objects.requireNonNull(jVar); - this.f896c = jVar; + this.f895c = jVar; } @Override // c.i.a.c.h2.j @@ -103,7 +103,7 @@ public final class o implements j { throw new RuntimeException("Error instantiating RTMP extension", e); } if (this.g == null) { - this.g = this.f896c; + this.g = this.f895c; } } this.k = this.g; @@ -129,7 +129,7 @@ public final class o implements j { } this.k = this.j; } else { - this.k = this.f896c; + this.k = this.f895c; } return this.k.a(lVar); } @@ -150,7 +150,7 @@ public final class o implements j { @Override // c.i.a.c.h2.j public void d(x xVar) { Objects.requireNonNull(xVar); - this.f896c.d(xVar); + this.f895c.d(xVar); this.b.add(xVar); j jVar = this.d; if (jVar != null) { diff --git a/app/src/main/java/c/i/a/c/h2/q.java b/app/src/main/java/c/i/a/c/h2/q.java index 75eecf722b..bf80b9586a 100644 --- a/app/src/main/java/c/i/a/c/h2/q.java +++ b/app/src/main/java/c/i/a/c/h2/q.java @@ -8,6 +8,7 @@ import c.i.a.c.i2.f0; import c.i.a.c.i2.p; import c.i.b.a.h; import com.adjust.sdk.Constants; +import com.discord.analytics.utils.RegistrationSteps; import com.discord.api.permission.Permission; import com.google.android.exoplayer2.upstream.DataSourceException; import com.google.android.exoplayer2.upstream.HttpDataSource$CleartextNotPermittedException; @@ -56,7 +57,7 @@ public class q extends e implements j { public int r; /* renamed from: s reason: collision with root package name */ - public long f897s; + public long f896s; public long t; public long u; public long v; @@ -68,12 +69,12 @@ public class q extends e implements j { public String b; /* renamed from: c reason: collision with root package name */ - public int f898c = 8000; + public int f897c = 8000; public int d = 8000; /* renamed from: b */ public q a() { - return new q(this.b, this.f898c, this.d, false, this.a, null, null); + return new q(this.b, this.f897c, this.d, false, this.a, null, null); } } @@ -172,7 +173,7 @@ public class q extends e implements j { j = lVar.f; } j = 0; - this.f897s = j; + this.f896s = j; boolean equalsIgnoreCase = "gzip".equalsIgnoreCase(u.getHeaderField("Content-Encoding")); if (!equalsIgnoreCase) { long j3 = lVar.g; @@ -208,13 +209,13 @@ public class q extends e implements j { } } } - this.t = j2 == -1 ? j2 - this.f897s : -1; + this.t = j2 == -1 ? j2 - this.f896s : -1; } j2 = -1; headerField = u.getHeaderField("Content-Range"); if (!TextUtils.isEmpty(headerField)) { } - this.t = j2 == -1 ? j2 - this.f897s : -1; + this.t = j2 == -1 ? j2 - this.f896s : -1; } } else { this.t = lVar.g; @@ -345,7 +346,7 @@ public class q extends e implements j { HttpURLConnection v; l lVar2 = lVar; URL url = new URL(lVar2.a.toString()); - int i = lVar2.f890c; + int i = lVar2.f889c; byte[] bArr = lVar2.d; long j = lVar2.f; long j2 = lVar2.g; @@ -409,7 +410,7 @@ public class q extends e implements j { if (str != null) { httpURLConnection.setRequestProperty("User-Agent", str); } - httpURLConnection.setRequestProperty("Accept-Encoding", z2 ? "gzip" : "identity"); + httpURLConnection.setRequestProperty("Accept-Encoding", z2 ? "gzip" : RegistrationSteps.IDENTITY); httpURLConnection.setInstanceFollowRedirects(z3); httpURLConnection.setDoOutput(bArr != null); httpURLConnection.setRequestMethod(l.b(i)); @@ -426,13 +427,13 @@ public class q extends e implements j { } public final void x() throws IOException { - if (this.u != this.f897s) { + if (this.u != this.f896s) { if (this.p == null) { this.p = new byte[4096]; } while (true) { long j = this.u; - long j2 = this.f897s; + long j2 = this.f896s; if (j != j2) { int min = (int) Math.min(j2 - j, (long) this.p.length); InputStream inputStream = this.o; diff --git a/app/src/main/java/c/i/a/c/h2/v.java b/app/src/main/java/c/i/a/c/h2/v.java index 9d0c279bd3..7f87080191 100644 --- a/app/src/main/java/c/i/a/c/h2/v.java +++ b/app/src/main/java/c/i/a/c/h2/v.java @@ -13,7 +13,7 @@ public final class v implements j { public long b; /* renamed from: c reason: collision with root package name */ - public Uri f899c = Uri.EMPTY; + public Uri f898c = Uri.EMPTY; public Map> d = Collections.emptyMap(); public v(j jVar) { @@ -23,12 +23,12 @@ public final class v implements j { @Override // c.i.a.c.h2.j public long a(l lVar) throws IOException { - this.f899c = lVar.a; + this.f898c = lVar.a; this.d = Collections.emptyMap(); long a = this.a.a(lVar); Uri m = m(); Objects.requireNonNull(m); - this.f899c = m; + this.f898c = m; this.d = j(); return a; } diff --git a/app/src/main/java/c/i/a/c/h2/w.java b/app/src/main/java/c/i/a/c/h2/w.java index a0d76a7750..71b788c092 100644 --- a/app/src/main/java/c/i/a/c/h2/w.java +++ b/app/src/main/java/c/i/a/c/h2/w.java @@ -12,7 +12,7 @@ public final class w implements j { public final h b; /* renamed from: c reason: collision with root package name */ - public boolean f900c; + public boolean f899c; public long d; public w(j jVar, h hVar) { @@ -30,9 +30,9 @@ public final class w implements j { } long j = lVar2.g; if (j == -1 && a != -1) { - lVar2 = j == a ? lVar2 : new l(lVar2.a, lVar2.b, lVar2.f890c, lVar2.d, lVar2.e, lVar2.f + 0, a, lVar2.h, lVar2.i, lVar2.j); + lVar2 = j == a ? lVar2 : new l(lVar2.a, lVar2.b, lVar2.f889c, lVar2.d, lVar2.e, lVar2.f + 0, a, lVar2.h, lVar2.i, lVar2.j); } - this.f900c = true; + this.f899c = true; this.b.a(lVar2); return this.d; } @@ -43,8 +43,8 @@ public final class w implements j { try { this.a.close(); } finally { - if (this.f900c) { - this.f900c = z2; + if (this.f899c) { + this.f899c = z2; this.b.close(); } } diff --git a/app/src/main/java/c/i/a/c/h2/y/c.java b/app/src/main/java/c/i/a/c/h2/y/c.java index b80ce15d06..d32012e9e0 100644 --- a/app/src/main/java/c/i/a/c/h2/y/c.java +++ b/app/src/main/java/c/i/a/c/h2/y/c.java @@ -25,7 +25,7 @@ public final class c implements j { @Nullable /* renamed from: c reason: collision with root package name */ - public final j f901c; + public final j f900c; public final j d; public final g e = a.b; @Nullable @@ -48,7 +48,7 @@ public final class c implements j { public boolean r; /* renamed from: s reason: collision with root package name */ - public long f902s; + public long f901s; public long t; /* compiled from: CacheDataSource */ @@ -67,7 +67,7 @@ public final class c implements j { this.h = (i & 2) != 0; this.i = (i & 4) != 0 ? true : z2; this.d = jVar; - this.f901c = new w(jVar, hVar); + this.f900c = new w(jVar, hVar); this.f = null; } @@ -86,9 +86,9 @@ public final class c implements j { this.k = a3; Cache cache = this.a; Uri uri = a3.a; - byte[] bArr = ((n) cache.b(str)).f908c.get("exo_redir"); + byte[] bArr = ((n) cache.b(str)).f907c.get("exo_redir"); Uri uri2 = null; - String str2 = bArr != null ? new String(bArr, c.i.b.a.c.f1277c) : null; + String str2 = bArr != null ? new String(bArr, c.i.b.a.c.f1276c) : null; if (str2 != null) { uri2 = Uri.parse(str2); } @@ -137,9 +137,9 @@ public final class c implements j { this.j = null; this.n = 0; a aVar = this.f; - if (aVar != null && this.f902s > 0) { - aVar.b(this.a.h(), this.f902s); - this.f902s = 0; + if (aVar != null && this.f901s > 0) { + aVar.b(this.a.h(), this.f901s); + this.f901s = 0; } try { o(); @@ -252,7 +252,7 @@ public final class c implements j { a4.f = this.n; a4.g = j5; lVar2 = a4.a(); - jVar = this.f901c; + jVar = this.f900c; if (jVar == null) { jVar = this.d; this.a.i(hVar); @@ -303,7 +303,7 @@ public final class c implements j { mVar.b.remove("exo_redir"); } } - if (this.l == this.f901c) { + if (this.l == this.f900c) { this.a.c(str, mVar); } } @@ -328,7 +328,7 @@ public final class c implements j { int read = jVar.read(bArr, i, i2); if (read != -1) { if (q()) { - this.f902s += (long) read; + this.f901s += (long) read; } long j = (long) read; this.n += j; @@ -383,7 +383,7 @@ public final class c implements j { public final void s(String str) throws IOException { this.o = 0; - if (this.l == this.f901c) { + if (this.l == this.f900c) { m mVar = new m(); m.a(mVar, this.n); this.a.c(str, mVar); diff --git a/app/src/main/java/c/i/a/c/h2/y/f.java b/app/src/main/java/c/i/a/c/h2/y/f.java index 3edc7891b9..2a7ff7585e 100644 --- a/app/src/main/java/c/i/a/c/h2/y/f.java +++ b/app/src/main/java/c/i/a/c/h2/y/f.java @@ -20,7 +20,7 @@ public final class f { public final a b; /* renamed from: c reason: collision with root package name */ - public String f903c; + public String f902c; public f(a aVar) { this.b = aVar; @@ -47,8 +47,8 @@ public final class f { @WorkerThread public Map a() throws DatabaseIOException { try { - Objects.requireNonNull(this.f903c); - Cursor query = this.b.getReadableDatabase().query(this.f903c, a, null, null, null, null, null); + Objects.requireNonNull(this.f902c); + Cursor query = this.b.getReadableDatabase().query(this.f902c, a, null, null, null, null, null); HashMap hashMap = new HashMap(query.getCount()); while (query.moveToNext()) { hashMap.put(query.getString(0), new e(query.getLong(1), query.getLong(2))); @@ -64,15 +64,15 @@ public final class f { public void b(long j) throws DatabaseIOException { try { String hexString = Long.toHexString(j); - this.f903c = "ExoPlayerCacheFileMetadata" + hexString; + this.f902c = "ExoPlayerCacheFileMetadata" + hexString; if (AnimatableValueParser.Q0(this.b.getReadableDatabase(), 2, hexString) != 1) { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); try { - AnimatableValueParser.B2(writableDatabase, 2, hexString, 1); - String str = this.f903c; + AnimatableValueParser.C2(writableDatabase, 2, hexString, 1); + String str = this.f902c; writableDatabase.execSQL("DROP TABLE IF EXISTS " + str); - writableDatabase.execSQL("CREATE TABLE " + this.f903c + " (name TEXT PRIMARY KEY NOT NULL,length INTEGER NOT NULL,last_touch_timestamp INTEGER NOT NULL)"); + writableDatabase.execSQL("CREATE TABLE " + this.f902c + " (name TEXT PRIMARY KEY NOT NULL,length INTEGER NOT NULL,last_touch_timestamp INTEGER NOT NULL)"); writableDatabase.setTransactionSuccessful(); } finally { writableDatabase.endTransaction(); @@ -85,14 +85,14 @@ public final class f { @WorkerThread public void c(Set set) throws DatabaseIOException { - Objects.requireNonNull(this.f903c); + Objects.requireNonNull(this.f902c); try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); try { Iterator it = set.iterator(); while (it.hasNext()) { - writableDatabase.delete(this.f903c, "name = ?", new String[]{it.next()}); + writableDatabase.delete(this.f902c, "name = ?", new String[]{it.next()}); } writableDatabase.setTransactionSuccessful(); } finally { @@ -105,14 +105,14 @@ public final class f { @WorkerThread public void d(String str, long j, long j2) throws DatabaseIOException { - Objects.requireNonNull(this.f903c); + Objects.requireNonNull(this.f902c); try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); ContentValues contentValues = new ContentValues(); contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, str); contentValues.put("length", Long.valueOf(j)); contentValues.put("last_touch_timestamp", Long.valueOf(j2)); - writableDatabase.replaceOrThrow(this.f903c, null, contentValues); + writableDatabase.replaceOrThrow(this.f902c, null, contentValues); } catch (SQLException e) { throw new DatabaseIOException(e); } diff --git a/app/src/main/java/c/i/a/c/h2/y/i.java b/app/src/main/java/c/i/a/c/h2/y/i.java index 658be26526..c54e6e36c3 100644 --- a/app/src/main/java/c/i/a/c/h2/y/i.java +++ b/app/src/main/java/c/i/a/c/h2/y/i.java @@ -9,7 +9,7 @@ public final class i { public final String b; /* renamed from: c reason: collision with root package name */ - public final TreeSet f904c = new TreeSet<>(); + public final TreeSet f903c = new TreeSet<>(); public final ArrayList d = new ArrayList<>(); public n e; @@ -69,7 +69,7 @@ public final class i { return false; } i iVar = (i) obj; - return this.a == iVar.a && this.b.equals(iVar.b) && this.f904c.equals(iVar.f904c) && this.e.equals(iVar.e); + return this.a == iVar.a && this.b.equals(iVar.b) && this.f903c.equals(iVar.f903c) && this.e.equals(iVar.e); } public int hashCode() { diff --git a/app/src/main/java/c/i/a/c/h2/y/j.java b/app/src/main/java/c/i/a/c/h2/y/j.java index 518337cde5..31c80daab6 100644 --- a/app/src/main/java/c/i/a/c/h2/y/j.java +++ b/app/src/main/java/c/i/a/c/h2/y/j.java @@ -44,7 +44,7 @@ public class j { public final SparseArray b; /* renamed from: c reason: collision with root package name */ - public final SparseBooleanArray f905c; + public final SparseBooleanArray f904c; public final SparseBooleanArray d; public c e; @Nullable @@ -56,7 +56,7 @@ public class j { public final c.i.a.c.w1.a b; /* renamed from: c reason: collision with root package name */ - public final SparseArray f906c = new SparseArray<>(); + public final SparseArray f905c = new SparseArray<>(); public String d; public String e; @@ -67,9 +67,9 @@ public class j { @Override // c.i.a.c.h2.y.j.c public void a(i iVar, boolean z2) { if (z2) { - this.f906c.delete(iVar.a); + this.f905c.delete(iVar.a); } else { - this.f906c.put(iVar.a, null); + this.f905c.put(iVar.a, null); } } @@ -84,7 +84,7 @@ public class j { i(writableDatabase, iVar); } writableDatabase.setTransactionSuccessful(); - this.f906c.clear(); + this.f905c.clear(); } finally { writableDatabase.endTransaction(); } @@ -95,7 +95,7 @@ public class j { @Override // c.i.a.c.h2.y.j.c public void c(i iVar) { - this.f906c.put(iVar.a, iVar); + this.f905c.put(iVar.a, iVar); } @Override // c.i.a.c.h2.y.j.c @@ -108,15 +108,15 @@ public class j { @Override // c.i.a.c.h2.y.j.c public void e(HashMap hashMap) throws IOException { - if (this.f906c.size() != 0) { + if (this.f905c.size() != 0) { try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); - for (int i = 0; i < this.f906c.size(); i++) { + for (int i = 0; i < this.f905c.size(); i++) { try { - i valueAt = this.f906c.valueAt(i); + i valueAt = this.f905c.valueAt(i); if (valueAt == null) { - int keyAt = this.f906c.keyAt(i); + int keyAt = this.f905c.keyAt(i); String str = this.e; Objects.requireNonNull(str); writableDatabase.delete(str, "id = ?", new String[]{Integer.toString(keyAt)}); @@ -128,7 +128,7 @@ public class j { } } writableDatabase.setTransactionSuccessful(); - this.f906c.clear(); + this.f905c.clear(); writableDatabase.endTransaction(); } catch (SQLException e) { throw new DatabaseIOException(e); @@ -163,7 +163,7 @@ public class j { */ @Override // c.i.a.c.h2.y.j.c public void g(HashMap hashMap, SparseArray sparseArray) throws IOException { - AnimatableValueParser.D(this.f906c.size() == 0); + AnimatableValueParser.D(this.f905c.size() == 0); try { SQLiteDatabase readableDatabase = this.b.getReadableDatabase(); String str = this.d; @@ -236,7 +236,7 @@ public class j { public final void j(SQLiteDatabase sQLiteDatabase) throws DatabaseIOException { String str = this.d; Objects.requireNonNull(str); - AnimatableValueParser.B2(sQLiteDatabase, 1, str, 1); + AnimatableValueParser.C2(sQLiteDatabase, 1, str, 1); String str2 = this.e; Objects.requireNonNull(str2); sQLiteDatabase.execSQL("DROP TABLE IF EXISTS " + str2); @@ -252,7 +252,7 @@ public class j { @Nullable /* renamed from: c reason: collision with root package name */ - public final SecretKeySpec f907c; + public final SecretKeySpec f906c; @Nullable public final SecureRandom d; public final f e; @@ -288,7 +288,7 @@ public class j { } this.a = z2; this.b = cipher; - this.f907c = secretKeySpec; + this.f906c = secretKeySpec; this.d = z2 ? new SecureRandom() : secureRandom; this.e = new f(file); } @@ -323,7 +323,7 @@ public class j { secureRandom.nextBytes(bArr); dataOutputStream2.write(bArr); try { - this.b.init(1, this.f907c, new IvParameterSpec(bArr)); + this.b.init(1, this.f906c, new IvParameterSpec(bArr)); dataOutputStream2.flush(); dataOutputStream2 = new DataOutputStream(new CipherOutputStream(yVar2, this.b)); } catch (InvalidAlgorithmParameterException | InvalidKeyException e) { @@ -412,7 +412,7 @@ public class j { IvParameterSpec ivParameterSpec = new IvParameterSpec(bArr); try { Cipher cipher = this.b; - SecretKeySpec secretKeySpec = this.f907c; + SecretKeySpec secretKeySpec = this.f906c; int i = f0.a; cipher.init(2, secretKeySpec, ivParameterSpec); dataInputStream2 = new DataInputStream(new CipherInputStream(bufferedInputStream, this.b)); @@ -546,7 +546,7 @@ public class j { AnimatableValueParser.D((aVar == null && file == null) ? false : true); this.a = new HashMap<>(); this.b = new SparseArray<>(); - this.f905c = new SparseBooleanArray(); + this.f904c = new SparseBooleanArray(); this.d = new SparseBooleanArray(); b bVar = null; a aVar2 = aVar != null ? new a(aVar) : null; @@ -587,7 +587,7 @@ public class j { } public static void b(n nVar, DataOutputStream dataOutputStream) throws IOException { - Set> entrySet = nVar.f908c.entrySet(); + Set> entrySet = nVar.f907c.entrySet(); dataOutputStream.writeInt(entrySet.size()); for (Map.Entry entry : entrySet) { dataOutputStream.writeUTF(entry.getKey()); @@ -648,7 +648,7 @@ public class j { public void f(String str) { i iVar = this.a.get(str); - if (iVar != null && iVar.f904c.isEmpty() && iVar.d.isEmpty()) { + if (iVar != null && iVar.f903c.isEmpty() && iVar.d.isEmpty()) { this.a.remove(str); int i = iVar.a; boolean z2 = this.d.get(i); @@ -659,18 +659,18 @@ public class j { return; } this.b.put(i, null); - this.f905c.put(i, true); + this.f904c.put(i, true); } } @WorkerThread public void g() throws IOException { this.e.e(this.a); - int size = this.f905c.size(); + int size = this.f904c.size(); for (int i = 0; i < size; i++) { - this.b.remove(this.f905c.keyAt(i)); + this.b.remove(this.f904c.keyAt(i)); } - this.f905c.clear(); + this.f904c.clear(); this.d.clear(); } } diff --git a/app/src/main/java/c/i/a/c/h2/y/k.java b/app/src/main/java/c/i/a/c/h2/y/k.java index 847af4074e..50b97d9b9c 100644 --- a/app/src/main/java/c/i/a/c/h2/y/k.java +++ b/app/src/main/java/c/i/a/c/h2/y/k.java @@ -4,7 +4,7 @@ import java.nio.ByteBuffer; /* compiled from: ContentMetadata */ public final /* synthetic */ class k { public static long a(l lVar) { - byte[] bArr = ((n) lVar).f908c.get("exo_len"); + byte[] bArr = ((n) lVar).f907c.get("exo_len"); if (bArr != null) { return ByteBuffer.wrap(bArr).getLong(); } diff --git a/app/src/main/java/c/i/a/c/h2/y/n.java b/app/src/main/java/c/i/a/c/h2/y/n.java index 0ac1433dd4..72d5d0fd14 100644 --- a/app/src/main/java/c/i/a/c/h2/y/n.java +++ b/app/src/main/java/c/i/a/c/h2/y/n.java @@ -16,14 +16,14 @@ public final class n implements l { public int b; /* renamed from: c reason: collision with root package name */ - public final Map f908c; + public final Map f907c; public n() { this(Collections.emptyMap()); } public n(Map map) { - this.f908c = Collections.unmodifiableMap(map); + this.f907c = Collections.unmodifiableMap(map); } public static boolean b(Map map, Map map2) { @@ -40,7 +40,7 @@ public final class n implements l { public n a(m mVar) { byte[] bArr; - HashMap hashMap = new HashMap(this.f908c); + HashMap hashMap = new HashMap(this.f907c); Objects.requireNonNull(mVar); List unmodifiableList = Collections.unmodifiableList(new ArrayList(mVar.b)); for (int i = 0; i < unmodifiableList.size(); i++) { @@ -60,7 +60,7 @@ public final class n implements l { if (value2 instanceof Long) { bArr = ByteBuffer.allocate(8).putLong(((Long) value2).longValue()).array(); } else if (value2 instanceof String) { - bArr = ((String) value2).getBytes(c.f1277c); + bArr = ((String) value2).getBytes(c.f1276c); } else if (value2 instanceof byte[]) { bArr = (byte[]) value2; } else { @@ -68,7 +68,7 @@ public final class n implements l { } hashMap.put(str, bArr); } - return b(this.f908c, hashMap) ? this : new n(hashMap); + return b(this.f907c, hashMap) ? this : new n(hashMap); } public boolean equals(@Nullable Object obj) { @@ -78,13 +78,13 @@ public final class n implements l { if (obj == null || n.class != obj.getClass()) { return false; } - return b(this.f908c, ((n) obj).f908c); + return b(this.f907c, ((n) obj).f907c); } public int hashCode() { if (this.b == 0) { int i = 0; - for (Map.Entry entry : this.f908c.entrySet()) { + for (Map.Entry entry : this.f907c.entrySet()) { i += Arrays.hashCode(entry.getValue()) ^ entry.getKey().hashCode(); } this.b = i; diff --git a/app/src/main/java/c/i/a/c/h2/y/p.java b/app/src/main/java/c/i/a/c/h2/y/p.java index b2300fb915..296a4fee67 100644 --- a/app/src/main/java/c/i/a/c/h2/y/p.java +++ b/app/src/main/java/c/i/a/c/h2/y/p.java @@ -18,7 +18,7 @@ public class p extends Thread { synchronized (this.j) { this.i.open(); q.j(this.j); - this.j.f909c.e(); + this.j.f908c.e(); } } } diff --git a/app/src/main/java/c/i/a/c/h2/y/q.java b/app/src/main/java/c/i/a/c/h2/y/q.java index 3a5eb0f43f..daa043c3a7 100644 --- a/app/src/main/java/c/i/a/c/h2/y/q.java +++ b/app/src/main/java/c/i/a/c/h2/y/q.java @@ -28,7 +28,7 @@ public final class q implements Cache { public final File b; /* renamed from: c reason: collision with root package name */ - public final d f909c; + public final d f908c; public final j d; @Nullable public final f e; @@ -48,7 +48,7 @@ public final class q implements Cache { } if (add) { this.b = file; - this.f909c = dVar; + this.f908c = dVar; this.d = jVar; this.e = fVar; this.f = new HashMap<>(); @@ -177,7 +177,7 @@ public final class q implements Cache { m(this.b); r(); } - this.f909c.a(this, str, j, j2); + this.f908c.a(this, str, j, j2); file = new File(this.b, Integer.toString(this.g.nextInt(10))); if (!file.exists()) { m(file); @@ -355,7 +355,7 @@ public final class q implements Cache { } public final void k(r rVar) { - this.d.d(rVar.i).f904c.add(rVar); + this.d.d(rVar.i).f903c.add(rVar); this.j += rVar.k; ArrayList arrayList = this.f.get(rVar.i); if (arrayList != null) { @@ -368,7 +368,7 @@ public final class q implements Cache { arrayList.get(size).d(this, rVar); } } - this.f909c.d(this, rVar); + this.f908c.d(this, rVar); } public synchronized void l() throws Cache.CacheException { @@ -387,9 +387,9 @@ public final class q implements Cache { } while (true) { r rVar = new r(iVar.b, j, -1, -9223372036854775807L, null); - floor = iVar.f904c.floor(rVar); + floor = iVar.f903c.floor(rVar); if (floor == null || floor.j + floor.k <= j) { - r ceiling = iVar.f904c.ceiling(rVar); + r ceiling = iVar.f903c.ceiling(rVar); if (ceiling != null) { long j4 = ceiling.j - j; if (j2 != -1) { @@ -440,7 +440,7 @@ public final class q implements Cache { boolean z2; i c2 = this.d.c(hVar.i); if (c2 != null) { - if (c2.f904c.remove(hVar)) { + if (c2.f903c.remove(hVar)) { File file = hVar.m; if (file != null) { file.delete(); @@ -455,9 +455,9 @@ public final class q implements Cache { String name = hVar.m.getName(); try { f fVar = this.e; - Objects.requireNonNull(fVar.f903c); + Objects.requireNonNull(fVar.f902c); try { - fVar.b.getWritableDatabase().delete(fVar.f903c, "name = ?", new String[]{name}); + fVar.b.getWritableDatabase().delete(fVar.f902c, "name = ?", new String[]{name}); } catch (SQLException e) { throw new DatabaseIOException(e); } @@ -477,7 +477,7 @@ public final class q implements Cache { arrayList.get(size).b(this, hVar); } } - this.f909c.b(this, hVar); + this.f908c.b(this, hVar); } } } @@ -485,7 +485,7 @@ public final class q implements Cache { public final void r() { ArrayList arrayList = new ArrayList(); for (i iVar : Collections.unmodifiableCollection(this.d.a.values())) { - Iterator it = iVar.f904c.iterator(); + Iterator it = iVar.f903c.iterator(); while (it.hasNext()) { r next = it.next(); if (next.m.length() != next.k) { @@ -522,7 +522,7 @@ public final class q implements Cache { z2 = true; } i iVar = this.d.a.get(str); - AnimatableValueParser.D(iVar.f904c.remove(rVar)); + AnimatableValueParser.D(iVar.f903c.remove(rVar)); File file3 = rVar.m; Objects.requireNonNull(file3); if (z2) { @@ -533,7 +533,7 @@ public final class q implements Cache { file = h; AnimatableValueParser.D(rVar.l); r rVar2 = new r(rVar.i, rVar.j, rVar.k, currentTimeMillis, file); - iVar.f904c.add(rVar2); + iVar.f903c.add(rVar2); arrayList = this.f.get(rVar.i); if (arrayList != null) { int size = arrayList.size(); @@ -545,7 +545,7 @@ public final class q implements Cache { arrayList.get(size).c(this, rVar, rVar2); } } - this.f909c.c(this, rVar, rVar2); + this.f908c.c(this, rVar, rVar2); return rVar2; } Log.w("CachedContent", "Failed to rename " + file3 + " to " + h); @@ -553,11 +553,11 @@ public final class q implements Cache { file = file3; AnimatableValueParser.D(rVar.l); r rVar2 = new r(rVar.i, rVar.j, rVar.k, currentTimeMillis, file); - iVar.f904c.add(rVar2); + iVar.f903c.add(rVar2); arrayList = this.f.get(rVar.i); if (arrayList != null) { } - this.f909c.c(this, rVar, rVar2); + this.f908c.c(this, rVar, rVar2); return rVar2; } } diff --git a/app/src/main/java/c/i/a/c/i2/a.java b/app/src/main/java/c/i/a/c/i2/a.java index c49a524559..8254d3f3e3 100644 --- a/app/src/main/java/c/i/a/c/i2/a.java +++ b/app/src/main/java/c/i/a/c/i2/a.java @@ -27,7 +27,7 @@ public final /* synthetic */ class a implements Runnable { if (i != -1) { cVar.b.a.append(i, true); } - cVar.f916c = true; + cVar.f915c = true; aVar.invoke(cVar.a); } } diff --git a/app/src/main/java/c/i/a/c/i2/b.java b/app/src/main/java/c/i/a/c/i2/b.java index 96574635cc..7d3b484b05 100644 --- a/app/src/main/java/c/i/a/c/i2/b.java +++ b/app/src/main/java/c/i/a/c/i2/b.java @@ -24,12 +24,12 @@ public final /* synthetic */ class b implements Handler.Callback { Iterator it = oVar.e.iterator(); while (it.hasNext()) { o.c cVar = (o.c) it.next(); - l lVar = oVar.f915c; + l lVar = oVar.f914c; o.b bVar = oVar.d; - if (!cVar.d && cVar.f916c) { + if (!cVar.d && cVar.f915c) { E e = cVar.b; cVar.b = (t) lVar.get(); - cVar.f916c = false; + cVar.f915c = false; bVar.a(cVar.a, e); } if (oVar.b.a.hasMessages(0)) { diff --git a/app/src/main/java/c/i/a/c/i2/d.java b/app/src/main/java/c/i/a/c/i2/d.java index f821f2cfde..d8730ac3df 100644 --- a/app/src/main/java/c/i/a/c/i2/d.java +++ b/app/src/main/java/c/i/a/c/i2/d.java @@ -9,6 +9,6 @@ public final /* synthetic */ class d implements Comparator { @Override // java.util.Comparator public final int compare(Object obj, Object obj2) { int i2 = z.a; - return Float.compare(((z.b) obj).f924c, ((z.b) obj2).f924c); + return Float.compare(((z.b) obj).f923c, ((z.b) obj2).f923c); } } diff --git a/app/src/main/java/c/i/a/c/i2/d0.java b/app/src/main/java/c/i/a/c/i2/d0.java index a7739cf45f..57ce3aac1f 100644 --- a/app/src/main/java/c/i/a/c/i2/d0.java +++ b/app/src/main/java/c/i/a/c/i2/d0.java @@ -10,18 +10,18 @@ public final class d0 { public V[] b = ((V[]) new Object[10]); /* renamed from: c reason: collision with root package name */ - public int f910c; + public int f909c; public int d; public synchronized void a(long j, V v) { int i = this.d; if (i > 0) { - if (j <= this.a[((this.f910c + i) - 1) % this.b.length]) { + if (j <= this.a[((this.f909c + i) - 1) % this.b.length]) { b(); } } c(); - int i2 = this.f910c; + int i2 = this.f909c; int i3 = this.d; V[] vArr = this.b; int length = (i2 + i3) % vArr.length; @@ -31,7 +31,7 @@ public final class d0 { } public synchronized void b() { - this.f910c = 0; + this.f909c = 0; this.d = 0; Arrays.fill(this.b, (Object) null); } @@ -42,18 +42,18 @@ public final class d0 { int i = length * 2; long[] jArr = new long[i]; V[] vArr = (V[]) new Object[i]; - int i2 = this.f910c; + int i2 = this.f909c; int i3 = length - i2; System.arraycopy(this.a, i2, jArr, 0, i3); - System.arraycopy(this.b, this.f910c, vArr, 0, i3); - int i4 = this.f910c; + System.arraycopy(this.b, this.f909c, vArr, 0, i3); + int i4 = this.f909c; if (i4 > 0) { System.arraycopy(this.a, 0, jArr, i3, i4); - System.arraycopy(this.b, 0, vArr, i3, this.f910c); + System.arraycopy(this.b, 0, vArr, i3, this.f909c); } this.a = jArr; this.b = vArr; - this.f910c = 0; + this.f909c = 0; } } @@ -62,7 +62,7 @@ public final class d0 { V v = null; long j2 = RecyclerView.FOREVER_NS; while (this.d > 0) { - long j3 = j - this.a[this.f910c]; + long j3 = j - this.a[this.f909c]; if (j3 < 0 && (z2 || (-j3) >= j2)) { break; } @@ -81,10 +81,10 @@ public final class d0 { public final V f() { AnimatableValueParser.D(this.d > 0); V[] vArr = this.b; - int i = this.f910c; + int i = this.f909c; V v = vArr[i]; vArr[i] = null; - this.f910c = (i + 1) % vArr.length; + this.f909c = (i + 1) % vArr.length; this.d--; return v; } diff --git a/app/src/main/java/c/i/a/c/i2/e0.java b/app/src/main/java/c/i/a/c/i2/e0.java index 2817a0a118..afe04f3166 100644 --- a/app/src/main/java/c/i/a/c/i2/e0.java +++ b/app/src/main/java/c/i/a/c/i2/e0.java @@ -12,7 +12,7 @@ public final class e0 { @GuardedBy("this") /* renamed from: c reason: collision with root package name */ - public long f911c = -9223372036854775807L; + public long f910c = -9223372036854775807L; public e0(long j) { this.a = j; @@ -22,14 +22,14 @@ public final class e0 { if (j == -9223372036854775807L) { return -9223372036854775807L; } - if (this.f911c != -9223372036854775807L) { - this.f911c = j; + if (this.f910c != -9223372036854775807L) { + this.f910c = j; } else { long j2 = this.a; if (j2 != RecyclerView.FOREVER_NS) { this.b = j2 - j; } - this.f911c = j; + this.f910c = j; notifyAll(); } return j + this.b; @@ -39,7 +39,7 @@ public final class e0 { if (j == -9223372036854775807L) { return -9223372036854775807L; } - long j2 = this.f911c; + long j2 = this.f910c; if (j2 != -9223372036854775807L) { long j3 = (j2 * 90000) / 1000000; long j4 = (Permission.REQUEST_TO_SPEAK + j3) / Permission.MANAGE_EVENTS; @@ -59,7 +59,7 @@ public final class e0 { j = -9223372036854775807L; if (this.a == RecyclerView.FOREVER_NS) { j = 0; - } else if (this.f911c != -9223372036854775807L) { + } else if (this.f910c != -9223372036854775807L) { j = this.b; } return j; diff --git a/app/src/main/java/c/i/a/c/i2/f0.java b/app/src/main/java/c/i/a/c/i2/f0.java index af6828ea3a..d25a5f19e8 100644 --- a/app/src/main/java/c/i/a/c/i2/f0.java +++ b/app/src/main/java/c/i/a/c/i2/f0.java @@ -36,7 +36,7 @@ public final class f0 { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f912c; + public static final String f911c; public static final String d; public static final String e; public static final byte[] f = new byte[0]; @@ -55,7 +55,7 @@ public final class f0 { String str2 = Build.DEVICE; b = str2; String str3 = Build.MANUFACTURER; - f912c = str3; + f911c = str3; String str4 = Build.MODEL; d = str4; e = str2 + ", " + str4 + ", " + str3 + ", " + i2; @@ -311,11 +311,11 @@ public final class f0 { } public static String l(byte[] bArr) { - return new String(bArr, c.f1277c); + return new String(bArr, c.f1276c); } public static String m(byte[] bArr, int i2, int i3) { - return new String(bArr, i2, i3, c.f1277c); + return new String(bArr, i2, i3, c.f1276c); } public static int n(int i2) { @@ -493,7 +493,7 @@ public final class f0 { } public static byte[] w(String str) { - return str.getBytes(c.f1277c); + return str.getBytes(c.f1276c); } public static boolean x(w wVar, w wVar2, @Nullable Inflater inflater) { diff --git a/app/src/main/java/c/i/a/c/i2/i.java b/app/src/main/java/c/i/a/c/i2/i.java index b0d8c5cd7c..e061e92ece 100644 --- a/app/src/main/java/c/i/a/c/i2/i.java +++ b/app/src/main/java/c/i/a/c/i2/i.java @@ -19,7 +19,7 @@ public final class i { public static final Pattern b = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d{1,3})\\)$"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f913c = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d*\\.?\\d*?)\\)$"); + public static final Pattern f912c = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d*\\.?\\d*?)\\)$"); public static final Map d; static { @@ -120,7 +120,7 @@ public final class i { throw new IllegalArgumentException(); } if (replace.startsWith("rgba")) { - Matcher matcher = (z2 ? f913c : b).matcher(replace); + Matcher matcher = (z2 ? f912c : b).matcher(replace); if (matcher.matches()) { if (z2) { String group = matcher.group(4); diff --git a/app/src/main/java/c/i/a/c/i2/n.java b/app/src/main/java/c/i/a/c/i2/n.java index f4eeadd731..14c2399212 100644 --- a/app/src/main/java/c/i/a/c/i2/n.java +++ b/app/src/main/java/c/i/a/c/i2/n.java @@ -7,7 +7,7 @@ public final class n { public int b = -1; /* renamed from: c reason: collision with root package name */ - public int f914c = 0; + public int f913c = 0; public int[] d; public int e; @@ -18,7 +18,7 @@ public final class n { } public void a(int i) { - int i2 = this.f914c; + int i2 = this.f913c; int[] iArr = this.d; if (i2 == iArr.length) { int length = iArr.length << 1; @@ -30,7 +30,7 @@ public final class n { System.arraycopy(iArr, i3, iArr2, 0, i4); System.arraycopy(this.d, 0, iArr2, i4, i3); this.a = 0; - this.b = this.f914c - 1; + this.b = this.f913c - 1; this.d = iArr2; this.e = length - 1; } else { @@ -40,17 +40,17 @@ public final class n { int i5 = (this.b + 1) & this.e; this.b = i5; this.d[i5] = i; - this.f914c++; + this.f913c++; } public int b() { - int i = this.f914c; + int i = this.f913c; if (i != 0) { int[] iArr = this.d; int i2 = this.a; int i3 = iArr[i2]; this.a = (i2 + 1) & this.e; - this.f914c = i - 1; + this.f913c = i - 1; return i3; } throw new NoSuchElementException(); diff --git a/app/src/main/java/c/i/a/c/i2/o.java b/app/src/main/java/c/i/a/c/i2/o.java index f89933241f..81e3475688 100644 --- a/app/src/main/java/c/i/a/c/i2/o.java +++ b/app/src/main/java/c/i/a/c/i2/o.java @@ -13,7 +13,7 @@ public final class o { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final l f915c; + public final l f914c; public final b d; public final CopyOnWriteArraySet> e; public final ArrayDeque f = new ArrayDeque<>(); @@ -36,7 +36,7 @@ public final class o { public E b; /* renamed from: c reason: collision with root package name */ - public boolean f916c; + public boolean f915c; public boolean d; public c(T t, l lVar) { @@ -62,7 +62,7 @@ public final class o { public o(CopyOnWriteArraySet> copyOnWriteArraySet, Looper looper, g gVar, l lVar, b bVar) { this.a = gVar; this.e = copyOnWriteArraySet; - this.f915c = lVar; + this.f914c = lVar; this.d = bVar; this.b = gVar.b(looper, new b(this)); } @@ -94,7 +94,7 @@ public final class o { c next = it.next(); b bVar = this.d; next.d = true; - if (next.f916c) { + if (next.f915c) { bVar.a(next.a, next.b); } } diff --git a/app/src/main/java/c/i/a/c/i2/u.java b/app/src/main/java/c/i/a/c/i2/u.java index e5e22e06f8..70cdf02b57 100644 --- a/app/src/main/java/c/i/a/c/i2/u.java +++ b/app/src/main/java/c/i/a/c/i2/u.java @@ -8,7 +8,7 @@ public final class u { public static final float[] b = {1.0f, 1.0f, 1.0909091f, 0.90909094f, 1.4545455f, 1.2121212f, 2.1818182f, 1.8181819f, 2.909091f, 2.4242425f, 1.6363636f, 1.3636364f, 1.939394f, 1.6161616f, 1.3333334f, 1.5f, 2.0f}; /* renamed from: c reason: collision with root package name */ - public static final Object f917c = new Object(); + public static final Object f916c = new Object(); public static int[] d = new int[10]; /* compiled from: NalUnitUtil */ @@ -17,12 +17,12 @@ public final class u { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f918c; + public final boolean f917c; public a(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f918c = z2; + this.f917c = z2; } } @@ -32,7 +32,7 @@ public final class u { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f919c; + public final int f918c; public final int d; public final int e; public final int f; @@ -47,7 +47,7 @@ public final class u { public b(int i, int i2, int i3, int i4, int i5, int i6, float f, boolean z2, boolean z3, int i7, int i8, int i9, boolean z4) { this.a = i; this.b = i2; - this.f919c = i3; + this.f918c = i3; this.d = i4; this.e = i5; this.f = i6; @@ -269,7 +269,7 @@ public final class u { public static int e(byte[] bArr, int i) { int i2; - synchronized (f917c) { + synchronized (f916c) { int i3 = 0; int i4 = 0; while (i3 < i) { diff --git a/app/src/main/java/c/i/a/c/i2/v.java b/app/src/main/java/c/i/a/c/i2/v.java index 169f2f0261..4354d00efb 100644 --- a/app/src/main/java/c/i/a/c/i2/v.java +++ b/app/src/main/java/c/i/a/c/i2/v.java @@ -7,7 +7,7 @@ public final class v { public int b; /* renamed from: c reason: collision with root package name */ - public int f920c; + public int f919c; public int d; public v() { @@ -28,32 +28,32 @@ public final class v { public final void a() { int i; int i2 = this.b; - AnimatableValueParser.D(i2 >= 0 && (i2 < (i = this.d) || (i2 == i && this.f920c == 0))); + AnimatableValueParser.D(i2 >= 0 && (i2 < (i = this.d) || (i2 == i && this.f919c == 0))); } public int b() { - return ((this.d - this.b) * 8) - this.f920c; + return ((this.d - this.b) * 8) - this.f919c; } public void c() { - if (this.f920c != 0) { - this.f920c = 0; + if (this.f919c != 0) { + this.f919c = 0; this.b++; a(); } } public int d() { - AnimatableValueParser.D(this.f920c == 0); + AnimatableValueParser.D(this.f919c == 0); return this.b; } public int e() { - return (this.b * 8) + this.f920c; + return (this.b * 8) + this.f919c; } public boolean f() { - boolean z2 = (this.a[this.b] & (128 >> this.f920c)) != 0; + boolean z2 = (this.a[this.b] & (128 >> this.f919c)) != 0; l(); return z2; } @@ -63,15 +63,15 @@ public final class v { if (i == 0) { return 0; } - this.f920c += i; + this.f919c += i; int i3 = 0; while (true) { - i2 = this.f920c; + i2 = this.f919c; if (i2 <= 8) { break; } int i4 = i2 - 8; - this.f920c = i4; + this.f919c = i4; byte[] bArr = this.a; int i5 = this.b; this.b = i5 + 1; @@ -81,7 +81,7 @@ public final class v { int i6 = this.b; int i7 = (-1 >>> (32 - i)) & (i3 | ((bArr2[i6] & 255) >> (8 - i2))); if (i2 == 8) { - this.f920c = 0; + this.f919c = 0; this.b = i6 + 1; } a(); @@ -96,7 +96,7 @@ public final class v { int i5 = i4 + 1; this.b = i5; byte b = bArr2[i4]; - int i6 = this.f920c; + int i6 = this.f919c; bArr[i] = (byte) (b << i6); bArr[i] = (byte) (((255 & bArr2[i5]) >> (8 - i6)) | bArr[i]); i++; @@ -104,22 +104,22 @@ public final class v { int i7 = i2 & 7; if (i7 != 0) { bArr[i3] = (byte) (bArr[i3] & (255 >> i7)); - int i8 = this.f920c; + int i8 = this.f919c; if (i8 + i7 > 8) { byte b2 = bArr[i3]; byte[] bArr3 = this.a; int i9 = this.b; this.b = i9 + 1; bArr[i3] = (byte) (b2 | ((bArr3[i9] & 255) << i8)); - this.f920c = i8 - 8; + this.f919c = i8 - 8; } - int i10 = this.f920c + i7; - this.f920c = i10; + int i10 = this.f919c + i7; + this.f919c = i10; byte[] bArr4 = this.a; int i11 = this.b; bArr[i3] = (byte) (((byte) (((255 & bArr4[i11]) >> (8 - i10)) << (8 - i7))) | bArr[i3]); if (i10 == 8) { - this.f920c = 0; + this.f919c = 0; this.b = i11 + 1; } a(); @@ -127,7 +127,7 @@ public final class v { } public void i(byte[] bArr, int i, int i2) { - AnimatableValueParser.D(this.f920c == 0); + AnimatableValueParser.D(this.f919c == 0); System.arraycopy(this.a, this.b, bArr, i, i2); this.b += i2; a(); @@ -136,22 +136,22 @@ public final class v { public void j(byte[] bArr, int i) { this.a = bArr; this.b = 0; - this.f920c = 0; + this.f919c = 0; this.d = i; } public void k(int i) { int i2 = i / 8; this.b = i2; - this.f920c = i - (i2 * 8); + this.f919c = i - (i2 * 8); a(); } public void l() { - int i = this.f920c + 1; - this.f920c = i; + int i = this.f919c + 1; + this.f919c = i; if (i == 8) { - this.f920c = 0; + this.f919c = 0; this.b++; } a(); @@ -161,17 +161,17 @@ public final class v { int i2 = i / 8; int i3 = this.b + i2; this.b = i3; - int i4 = (i - (i2 * 8)) + this.f920c; - this.f920c = i4; + int i4 = (i - (i2 * 8)) + this.f919c; + this.f919c = i4; if (i4 > 7) { this.b = i3 + 1; - this.f920c = i4 - 8; + this.f919c = i4 - 8; } a(); } public void n(int i) { - AnimatableValueParser.D(this.f920c == 0); + AnimatableValueParser.D(this.f919c == 0); this.b += i; a(); } diff --git a/app/src/main/java/c/i/a/c/i2/w.java b/app/src/main/java/c/i/a/c/i2/w.java index ddd5da43f8..f64a08783b 100644 --- a/app/src/main/java/c/i/a/c/i2/w.java +++ b/app/src/main/java/c/i/a/c/i2/w.java @@ -12,7 +12,7 @@ public final class w { public int b; /* renamed from: c reason: collision with root package name */ - public int f921c; + public int f920c; public w() { this.a = f0.f; @@ -20,39 +20,39 @@ public final class w { public w(int i) { this.a = new byte[i]; - this.f921c = i; + this.f920c = i; } public w(byte[] bArr) { this.a = bArr; - this.f921c = bArr.length; + this.f920c = bArr.length; } public w(byte[] bArr, int i) { this.a = bArr; - this.f921c = i; + this.f920c = i; } public void A(byte[] bArr) { int length = bArr.length; this.a = bArr; - this.f921c = length; + this.f920c = length; this.b = 0; } public void B(byte[] bArr, int i) { this.a = bArr; - this.f921c = i; + this.f920c = i; this.b = 0; } public void C(int i) { AnimatableValueParser.k(i >= 0 && i <= this.a.length); - this.f921c = i; + this.f920c = i; } public void D(int i) { - AnimatableValueParser.k(i >= 0 && i <= this.f921c); + AnimatableValueParser.k(i >= 0 && i <= this.f920c); this.b = i; } @@ -61,7 +61,7 @@ public final class w { } public int a() { - return this.f921c - this.b; + return this.f920c - this.b; } public void b(int i) { @@ -106,7 +106,7 @@ public final class w { return null; } int i = this.b; - while (i < this.f921c) { + while (i < this.f920c) { byte b = this.a[i]; int i2 = f0.a; if (b == 10 || b == 13) { @@ -125,7 +125,7 @@ public final class w { int i4 = this.b; String m = f0.m(bArr2, i4, i - i4); this.b = i; - int i5 = this.f921c; + int i5 = this.f920c; if (i == i5) { return m; } @@ -225,14 +225,14 @@ public final class w { return null; } int i = this.b; - while (i < this.f921c && this.a[i] != 0) { + while (i < this.f920c && this.a[i] != 0) { i++; } byte[] bArr = this.a; int i2 = this.b; String m = f0.m(bArr, i2, i - i2); this.b = i; - if (i < this.f921c) { + if (i < this.f920c) { this.b = i + 1; } return m; @@ -244,13 +244,13 @@ public final class w { } int i2 = this.b; int i3 = (i2 + i) - 1; - String m = f0.m(this.a, i2, (i3 >= this.f921c || this.a[i3] != 0) ? i : i - 1); + String m = f0.m(this.a, i2, (i3 >= this.f920c || this.a[i3] != 0) ? i : i - 1); this.b += i; return m; } public String p(int i) { - return q(i, c.f1277c); + return q(i, c.f1276c); } public String q(int i, Charset charset) { diff --git a/app/src/main/java/c/i/a/c/i2/x.java b/app/src/main/java/c/i/a/c/i2/x.java index 38586adb00..85d8db1d44 100644 --- a/app/src/main/java/c/i/a/c/i2/x.java +++ b/app/src/main/java/c/i/a/c/i2/x.java @@ -7,24 +7,24 @@ public final class x { public int b; /* renamed from: c reason: collision with root package name */ - public int f922c; + public int f921c; public int d = 0; public x(byte[] bArr, int i, int i2) { this.a = bArr; - this.f922c = i; + this.f921c = i; this.b = i2; a(); } public final void a() { int i; - int i2 = this.f922c; + int i2 = this.f921c; AnimatableValueParser.D(i2 >= 0 && (i2 < (i = this.b) || (i2 == i && this.d == 0))); } public boolean b(int i) { - int i2 = this.f922c; + int i2 = this.f921c; int i3 = i / 8; int i4 = i2 + i3; int i5 = (this.d + i) - (i3 * 8); @@ -49,20 +49,20 @@ public final class x { } public boolean c() { - int i = this.f922c; + int i = this.f921c; int i2 = this.d; int i3 = 0; - while (this.f922c < this.b && !d()) { + while (this.f921c < this.b && !d()) { i3++; } - boolean z2 = this.f922c == this.b; - this.f922c = i; + boolean z2 = this.f921c == this.b; + this.f921c = i; this.d = i2; return !z2 && b((i3 * 2) + 1); } public boolean d() { - boolean z2 = (this.a[this.f922c] & (128 >> this.d)) != 0; + boolean z2 = (this.a[this.f921c] & (128 >> this.d)) != 0; j(); return z2; } @@ -81,22 +81,22 @@ public final class x { int i5 = i2 - 8; this.d = i5; byte[] bArr = this.a; - int i6 = this.f922c; + int i6 = this.f921c; i4 |= (bArr[i6] & 255) << i5; if (!i(i6 + 1)) { i3 = 1; } - this.f922c = i6 + i3; + this.f921c = i6 + i3; } byte[] bArr2 = this.a; - int i7 = this.f922c; + int i7 = this.f921c; int i8 = (-1 >>> (32 - i)) & (i4 | ((bArr2[i7] & 255) >> (8 - i2))); if (i2 == 8) { this.d = 0; if (!i(i7 + 1)) { i3 = 1; } - this.f922c = i7 + i3; + this.f921c = i7 + i3; } a(); return i8; @@ -122,7 +122,7 @@ public final class x { public void h(byte[] bArr, int i, int i2) { this.a = bArr; - this.f922c = i; + this.f921c = i; this.b = i2; this.d = 0; a(); @@ -144,33 +144,33 @@ public final class x { this.d = i2; if (i2 == 8) { this.d = 0; - int i3 = this.f922c; + int i3 = this.f921c; if (i(i3 + 1)) { i = 2; } - this.f922c = i3 + i; + this.f921c = i3 + i; } a(); } public void k(int i) { - int i2 = this.f922c; + int i2 = this.f921c; int i3 = i / 8; int i4 = i2 + i3; - this.f922c = i4; + this.f921c = i4; int i5 = (i - (i3 * 8)) + this.d; this.d = i5; if (i5 > 7) { - this.f922c = i4 + 1; + this.f921c = i4 + 1; this.d = i5 - 8; } while (true) { i2++; - if (i2 > this.f922c) { + if (i2 > this.f921c) { a(); return; } else if (i(i2)) { - this.f922c++; + this.f921c++; i2 += 2; } } diff --git a/app/src/main/java/c/i/a/c/i2/z.java b/app/src/main/java/c/i/a/c/i2/z.java index 482a8b948f..701320745f 100644 --- a/app/src/main/java/c/i/a/c/i2/z.java +++ b/app/src/main/java/c/i/a/c/i2/z.java @@ -8,7 +8,7 @@ public class z { public final int b; /* renamed from: c reason: collision with root package name */ - public final ArrayList f923c = new ArrayList<>(); + public final ArrayList f922c = new ArrayList<>(); public final b[] d = new b[5]; public int e = -1; public int f; @@ -21,7 +21,7 @@ public class z { public int b; /* renamed from: c reason: collision with root package name */ - public float f924c; + public float f923c; public b() { } @@ -37,7 +37,7 @@ public class z { public void a(int i, float f) { b bVar; if (this.e != 1) { - Collections.sort(this.f923c, c.i); + Collections.sort(this.f922c, c.i); this.e = 1; } int i2 = this.h; @@ -53,19 +53,19 @@ public class z { this.f = i4 + 1; bVar.a = i4; bVar.b = i; - bVar.f924c = f; - this.f923c.add(bVar); + bVar.f923c = f; + this.f922c.add(bVar); this.g += i; while (true) { int i5 = this.g; int i6 = this.b; if (i5 > i6) { int i7 = i5 - i6; - b bVar2 = this.f923c.get(0); + b bVar2 = this.f922c.get(0); int i8 = bVar2.b; if (i8 <= i7) { this.g -= i8; - this.f923c.remove(0); + this.f922c.remove(0); int i9 = this.h; if (i9 < 5) { b[] bVarArr2 = this.d; @@ -84,22 +84,22 @@ public class z { public float b(float f) { if (this.e != 0) { - Collections.sort(this.f923c, d.i); + Collections.sort(this.f922c, d.i); this.e = 0; } float f2 = f * ((float) this.g); int i = 0; - for (int i2 = 0; i2 < this.f923c.size(); i2++) { - b bVar = this.f923c.get(i2); + for (int i2 = 0; i2 < this.f922c.size(); i2++) { + b bVar = this.f922c.get(i2); i += bVar.b; if (((float) i) >= f2) { - return bVar.f924c; + return bVar.f923c; } } - if (this.f923c.isEmpty()) { + if (this.f922c.isEmpty()) { return Float.NaN; } - ArrayList arrayList = this.f923c; - return arrayList.get(arrayList.size() - 1).f924c; + ArrayList arrayList = this.f922c; + return arrayList.get(arrayList.size() - 1).f923c; } } diff --git a/app/src/main/java/c/i/a/c/j0.java b/app/src/main/java/c/i/a/c/j0.java index a728e77c00..3bc468ebdb 100644 --- a/app/src/main/java/c/i/a/c/j0.java +++ b/app/src/main/java/c/i/a/c/j0.java @@ -7,16 +7,16 @@ public class j0 implements i0 { public long b; /* renamed from: c reason: collision with root package name */ - public long f925c; + public long f924c; public j0() { - this.f925c = 15000; + this.f924c = 15000; this.b = 5000; this.a = new r1.c(); } public j0(long j, long j2) { - this.f925c = j; + this.f924c = j; this.b = j2; this.a = new r1.c(); } @@ -34,7 +34,7 @@ public class j0 implements i0 { if (!e() || !g1Var.k()) { return true; } - g(g1Var, this.f925c); + g(g1Var, this.f924c); return true; } @@ -82,7 +82,7 @@ public class j0 implements i0 { } public boolean e() { - return this.f925c > 0; + return this.f924c > 0; } public boolean f() { diff --git a/app/src/main/java/c/i/a/c/j2/j.java b/app/src/main/java/c/i/a/c/j2/j.java index 78d6b3c8cf..d9295bfda6 100644 --- a/app/src/main/java/c/i/a/c/j2/j.java +++ b/app/src/main/java/c/i/a/c/j2/j.java @@ -13,7 +13,7 @@ public final class j { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f926c; + public final int f925c; public final int d; public final float e; @Nullable @@ -22,7 +22,7 @@ public final class j { public j(List list, int i, int i2, int i3, float f, @Nullable String str) { this.a = list; this.b = i; - this.f926c = i2; + this.f925c = i2; this.d = i3; this.e = f; this.f = str; @@ -63,7 +63,7 @@ public final class j { int i5 = d.e; int i6 = d.f; float f2 = d.g; - str = h.a(d.a, d.b, d.f919c); + str = h.a(d.a, d.b, d.f918c); i2 = i5; i = i6; f = f2; diff --git a/app/src/main/java/c/i/a/c/j2/l.java b/app/src/main/java/c/i/a/c/j2/l.java index 1afc6e088b..8b5167100b 100644 --- a/app/src/main/java/c/i/a/c/j2/l.java +++ b/app/src/main/java/c/i/a/c/j2/l.java @@ -7,7 +7,7 @@ public final class l { public a b = new a(); /* renamed from: c reason: collision with root package name */ - public boolean f927c; + public boolean f926c; public long d = -9223372036854775807L; public int e; @@ -17,7 +17,7 @@ public final class l { public long b; /* renamed from: c reason: collision with root package name */ - public long f928c; + public long f927c; public long d; public long e; public long f; @@ -38,7 +38,7 @@ public final class l { this.f = j3; this.e = 1; } else { - long j4 = j - this.f928c; + long j4 = j - this.f927c; int i = (int) (j2 % 15); if (Math.abs(j4 - this.b) <= 1000000) { this.e++; @@ -57,7 +57,7 @@ public final class l { } } this.d++; - this.f928c = j; + this.f927c = j; } public void c() { diff --git a/app/src/main/java/c/i/a/c/j2/m.java b/app/src/main/java/c/i/a/c/j2/m.java index 5926c59b50..5a1d7185d7 100644 --- a/app/src/main/java/c/i/a/c/j2/m.java +++ b/app/src/main/java/c/i/a/c/j2/m.java @@ -16,12 +16,12 @@ public final class m { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f929c; + public final String f928c; public m(@Nullable List list, int i, @Nullable String str) { this.a = list; this.b = i; - this.f929c = str; + this.f928c = str; } public static m a(w wVar) throws ParserException { diff --git a/app/src/main/java/c/i/a/c/j2/n.java b/app/src/main/java/c/i/a/c/j2/n.java index a88fafd0f1..bc156bd256 100644 --- a/app/src/main/java/c/i/a/c/j2/n.java +++ b/app/src/main/java/c/i/a/c/j2/n.java @@ -63,7 +63,7 @@ public class n extends MediaCodecRenderer { public final w.a U0; public final long V0; public final int W0; - public final boolean X0 = "NVIDIA".equals(f0.f912c); + public final boolean X0 = "NVIDIA".equals(f0.f911c); public a Y0; public boolean Z0; public boolean a1; @@ -101,12 +101,12 @@ public class n extends MediaCodecRenderer { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f930c; + public final int f929c; public a(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f930c = i3; + this.f929c = i3; } } @@ -1473,7 +1473,7 @@ public class n extends MediaCodecRenderer { case 0: case 4: String str2 = f0.d; - if (!"BRAVIA 4K 2015".equals(str2) && (!"Amazon".equals(f0.f912c) || (!"KFSOWI".equals(str2) && (!"AFTS".equals(str2) || !sVar.f)))) { + if (!"BRAVIA 4K 2015".equals(str2) && (!"Amazon".equals(f0.f911c) || (!"KFSOWI".equals(str2) && (!"AFTS".equals(str2) || !sVar.f)))) { i3 = f0.f(i2, 16) * f0.f(i, 16) * 16 * 16; i4 = 2; break; @@ -1519,7 +1519,7 @@ public class n extends MediaCodecRenderer { public static int I0(s sVar, Format format) { if (format.u == -1) { - return G0(sVar, format.t, format.f2278y, format.f2279z); + return G0(sVar, format.t, format.f2276y, format.f2277z); } int size = format.v.size(); int i = 0; @@ -1544,7 +1544,7 @@ public class n extends MediaCodecRenderer { if (aVar != null) { aVar.a.unregisterDisplayListener(aVar); } - t.b bVar = tVar.f932c; + t.b bVar = tVar.f931c; Objects.requireNonNull(bVar); bVar.k.sendEmptyMessage(2); } @@ -1593,7 +1593,7 @@ public class n extends MediaCodecRenderer { } t tVar = this.T0; if (tVar.b != null) { - t.b bVar = tVar.f932c; + t.b bVar = tVar.f931c; Objects.requireNonNull(bVar); bVar.k.sendEmptyMessage(1); t.a aVar2 = tVar.d; @@ -1711,12 +1711,12 @@ public class n extends MediaCodecRenderer { public e K(s sVar, Format format, Format format2) { e c2 = sVar.c(format, format2); int i = c2.e; - int i2 = format2.f2278y; + int i2 = format2.f2276y; a aVar = this.Y0; - if (i2 > aVar.a || format2.f2279z > aVar.b) { + if (i2 > aVar.a || format2.f2277z > aVar.b) { i |= 256; } - if (I0(sVar, format2) > this.Y0.f930c) { + if (I0(sVar, format2) > this.Y0.f929c) { i |= 64; } return new e(sVar.a, format, format2, i != 0 ? 0 : c2.d, i); @@ -1766,14 +1766,14 @@ public class n extends MediaCodecRenderer { MediaCodecInfo.VideoCapabilities videoCapabilities; Format[] formatArr; int G0; - String str2 = sVar.f778c; + String str2 = sVar.f777c; Format[] formatArr2 = this.o; Objects.requireNonNull(formatArr2); - int i3 = format.f2278y; - int i4 = format.f2279z; + int i3 = format.f2276y; + int i4 = format.f2277z; int I0 = I0(sVar, format); if (formatArr2.length == 1) { - if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2278y, format.f2279z)) == -1)) { + if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2276y, format.f2277z)) == -1)) { I0 = Math.min((int) (((float) I0) * 1.5f), G0); } aVar = new a(i3, i4, I0); @@ -1790,11 +1790,11 @@ public class n extends MediaCodecRenderer { format2 = a2.a(); } if (sVar.c(format, format2).d != 0) { - int i6 = format2.f2278y; + int i6 = format2.f2276y; formatArr = formatArr2; - z4 |= i6 == -1 || format2.f2279z == -1; + z4 |= i6 == -1 || format2.f2277z == -1; int max = Math.max(i3, i6); - int max2 = Math.max(i4, format2.f2279z); + int max2 = Math.max(i4, format2.f2277z); I0 = Math.max(I0, I0(sVar, format2)); i4 = max2; i3 = max; @@ -1806,8 +1806,8 @@ public class n extends MediaCodecRenderer { } if (z4) { Log.w("MediaCodecVideoRenderer", "Resolutions unknown. Codec max resolution: " + i3 + "x" + i4); - int i7 = format.f2279z; - int i8 = format.f2278y; + int i7 = format.f2277z; + int i8 = format.f2276y; boolean z5 = i7 > i8; int i9 = z5 ? i7 : i8; if (z5) { @@ -1864,20 +1864,20 @@ public class n extends MediaCodecRenderer { } mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2278y); - mediaFormat.setInteger("height", format.f2279z); - AnimatableValueParser.y2(mediaFormat, format.v); + mediaFormat.setInteger("width", format.f2276y); + mediaFormat.setInteger("height", format.f2277z); + AnimatableValueParser.z2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { } - AnimatableValueParser.L1(mediaFormat, "rotation-degrees", format.B); + AnimatableValueParser.M1(mediaFormat, "rotation-degrees", format.B); colorInfo = format.F; if (colorInfo != null) { } - AnimatableValueParser.L1(mediaFormat, "profile", ((Integer) c2.first).intValue()); + AnimatableValueParser.M1(mediaFormat, "profile", ((Integer) c2.first).intValue()); mediaFormat.setInteger("max-width", aVar.a); mediaFormat.setInteger("max-height", aVar.b); - AnimatableValueParser.L1(mediaFormat, "max-input-size", aVar.f930c); + AnimatableValueParser.M1(mediaFormat, "max-input-size", aVar.f929c); i2 = f0.a; if (i2 >= 23) { } @@ -1916,30 +1916,30 @@ public class n extends MediaCodecRenderer { i = !this.A1 ? this.B1 : 0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2278y); - mediaFormat.setInteger("height", format.f2279z); - AnimatableValueParser.y2(mediaFormat, format.v); + mediaFormat.setInteger("width", format.f2276y); + mediaFormat.setInteger("height", format.f2277z); + AnimatableValueParser.z2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { mediaFormat.setFloat("frame-rate", f2); } - AnimatableValueParser.L1(mediaFormat, "rotation-degrees", format.B); + AnimatableValueParser.M1(mediaFormat, "rotation-degrees", format.B); colorInfo = format.F; if (colorInfo != null) { - AnimatableValueParser.L1(mediaFormat, "color-transfer", colorInfo.k); - AnimatableValueParser.L1(mediaFormat, "color-standard", colorInfo.i); - AnimatableValueParser.L1(mediaFormat, "color-range", colorInfo.j); + AnimatableValueParser.M1(mediaFormat, "color-transfer", colorInfo.k); + AnimatableValueParser.M1(mediaFormat, "color-standard", colorInfo.i); + AnimatableValueParser.M1(mediaFormat, "color-range", colorInfo.j); byte[] bArr = colorInfo.l; if (bArr != null) { mediaFormat.setByteBuffer("hdr-static-info", ByteBuffer.wrap(bArr)); } } if ("video/dolby-vision".equals(format.t) && (c2 = MediaCodecUtil.c(format)) != null) { - AnimatableValueParser.L1(mediaFormat, "profile", ((Integer) c2.first).intValue()); + AnimatableValueParser.M1(mediaFormat, "profile", ((Integer) c2.first).intValue()); } mediaFormat.setInteger("max-width", aVar.a); mediaFormat.setInteger("max-height", aVar.b); - AnimatableValueParser.L1(mediaFormat, "max-input-size", aVar.f930c); + AnimatableValueParser.M1(mediaFormat, "max-input-size", aVar.f929c); i2 = f0.a; if (i2 >= 23) { mediaFormat.setInteger("priority", 0); @@ -2216,8 +2216,8 @@ public class n extends MediaCodecRenderer { rVar.f(this.e1); } if (this.A1) { - this.s1 = format.f2278y; - this.t1 = format.f2279z; + this.s1 = format.f2276y; + this.t1 = format.f2277z; } else { Objects.requireNonNull(mediaFormat); boolean z2 = mediaFormat.containsKey("crop-right") && mediaFormat.containsKey("crop-left") && mediaFormat.containsKey("crop-bottom") && mediaFormat.containsKey("crop-top"); @@ -2242,7 +2242,7 @@ public class n extends MediaCodecRenderer { l lVar = tVar.a; lVar.a.c(); lVar.b.c(); - lVar.f927c = false; + lVar.f926c = false; lVar.d = -9223372036854775807L; lVar.e = 0; tVar.e(); @@ -2311,22 +2311,22 @@ public class n extends MediaCodecRenderer { long j8 = j3 * 1000; lVar.a.b(j8); if (lVar.a.a()) { - lVar.f927c = false; + lVar.f926c = false; } else if (lVar.d != -9223372036854775807L) { - if (lVar.f927c) { + if (lVar.f926c) { l.a aVar = lVar.b; long j9 = aVar.d; } lVar.b.c(); lVar.b.b(lVar.d); - lVar.f927c = true; + lVar.f926c = true; lVar.b.b(j8); } - if (lVar.f927c && lVar.b.a()) { + if (lVar.f926c && lVar.b.a()) { l.a aVar2 = lVar.a; lVar.a = lVar.b; lVar.b = aVar2; - lVar.f927c = false; + lVar.f926c = false; } lVar.d = j8; lVar.e = lVar.a.a() ? 0 : lVar.e + 1; @@ -2395,7 +2395,7 @@ public class n extends MediaCodecRenderer { } tVar2.n = tVar2.m; tVar2.o = j14; - t.b bVar = tVar2.f932c; + t.b bVar = tVar2.f931c; if (!(bVar == null || tVar2.k == -9223372036854775807L)) { long j17 = bVar.j; if (j17 != -9223372036854775807L) { diff --git a/app/src/main/java/c/i/a/c/j2/o.java b/app/src/main/java/c/i/a/c/j2/o.java index c40ac3a6cf..19e2721a13 100644 --- a/app/src/main/java/c/i/a/c/j2/o.java +++ b/app/src/main/java/c/i/a/c/j2/o.java @@ -24,7 +24,7 @@ public class o implements GLSurfaceView.Renderer, r { public int[] r = new int[3]; /* renamed from: s reason: collision with root package name */ - public int f931s; + public int f930s; public int[] t = new int[3]; public int[] u = new int[3]; public q v; @@ -50,7 +50,7 @@ public class o implements GLSurfaceView.Renderer, r { this.v = andSet; } Objects.requireNonNull(this.v); - GLES20.glUniformMatrix3fv(this.f931s, 1, false, j, 0); + GLES20.glUniformMatrix3fv(this.f930s, 1, false, j, 0); Objects.requireNonNull(null); throw null; } @@ -76,7 +76,7 @@ public class o implements GLSurfaceView.Renderer, r { this.r[2] = GLES20.glGetAttribLocation(this.q, "in_tc_v"); GLES20.glEnableVertexAttribArray(this.r[2]); AnimatableValueParser.r(); - this.f931s = GLES20.glGetUniformLocation(this.q, "mColorConversion"); + this.f930s = GLES20.glGetUniformLocation(this.q, "mColorConversion"); AnimatableValueParser.r(); GLES20.glGenTextures(3, this.n, 0); for (int i2 = 0; i2 < 3; i2++) { diff --git a/app/src/main/java/c/i/a/c/j2/t.java b/app/src/main/java/c/i/a/c/j2/t.java index 0774084be4..a4758382aa 100644 --- a/app/src/main/java/c/i/a/c/j2/t.java +++ b/app/src/main/java/c/i/a/c/j2/t.java @@ -25,7 +25,7 @@ public final class t { @Nullable /* renamed from: c reason: collision with root package name */ - public final b f932c; + public final b f931c; @Nullable public final a d; public boolean e; @@ -144,10 +144,10 @@ public final class t { } } this.d = aVar; - this.f932c = b.i; + this.f931c = b.i; } else { this.d = null; - this.f932c = null; + this.f931c = null; } this.k = -9223372036854775807L; this.l = -9223372036854775807L; diff --git a/app/src/main/java/c/i/a/c/j2/x/b.java b/app/src/main/java/c/i/a/c/j2/x/b.java index 16a7e59e31..289ca7b7ea 100644 --- a/app/src/main/java/c/i/a/c/j2/x/b.java +++ b/app/src/main/java/c/i/a/c/j2/x/b.java @@ -17,7 +17,7 @@ public final class b extends g0 { public a w; /* renamed from: x reason: collision with root package name */ - public long f933x; + public long f932x; public b() { super(6); @@ -33,7 +33,7 @@ public final class b extends g0 { @Override // c.i.a.c.g0 public void D(long j, boolean z2) { - this.f933x = Long.MIN_VALUE; + this.f932x = Long.MIN_VALUE; a aVar = this.w; if (aVar != null) { aVar.b(); @@ -68,11 +68,11 @@ public final class b extends g0 { @Override // c.i.a.c.k1 public void q(long j, long j2) { float[] fArr; - while (!i() && this.f933x < 100000 + j) { + while (!i() && this.f932x < 100000 + j) { this.t.p(); if (I(A(), this.t, false) == -4 && !this.t.n()) { DecoderInputBuffer decoderInputBuffer = this.t; - this.f933x = decoderInputBuffer.m; + this.f932x = decoderInputBuffer.m; if (this.w != null && !decoderInputBuffer.m()) { this.t.s(); ByteBuffer byteBuffer = this.t.k; @@ -89,7 +89,7 @@ public final class b extends g0 { fArr = fArr2; } if (fArr != null) { - this.w.a(this.f933x - this.v, fArr); + this.w.a(this.f932x - this.v, fArr); } } } else { diff --git a/app/src/main/java/c/i/a/c/j2/x/c.java b/app/src/main/java/c/i/a/c/j2/x/c.java index 43b83d6008..c774ac633f 100644 --- a/app/src/main/java/c/i/a/c/j2/x/c.java +++ b/app/src/main/java/c/i/a/c/j2/x/c.java @@ -8,7 +8,7 @@ public final class c { public final float[] b = new float[16]; /* renamed from: c reason: collision with root package name */ - public final d0 f934c = new d0<>(); + public final d0 f933c = new d0<>(); public boolean d; public static void a(float[] fArr, float[] fArr2) { diff --git a/app/src/main/java/c/i/a/c/j2/x/d.java b/app/src/main/java/c/i/a/c/j2/x/d.java index de8e16e0f8..fc3d5a9112 100644 --- a/app/src/main/java/c/i/a/c/j2/x/d.java +++ b/app/src/main/java/c/i/a/c/j2/x/d.java @@ -7,7 +7,7 @@ public final class d { public final a b; /* renamed from: c reason: collision with root package name */ - public final int f935c; + public final int f934c; public final boolean d; /* compiled from: Projection */ @@ -25,13 +25,13 @@ public final class d { public final int b; /* renamed from: c reason: collision with root package name */ - public final float[] f936c; + public final float[] f935c; public final float[] d; public b(int i, float[] fArr, float[] fArr2, int i2) { this.a = i; AnimatableValueParser.k(((long) fArr.length) * 2 == ((long) fArr2.length) * 3); - this.f936c = fArr; + this.f935c = fArr; this.d = fArr2; this.b = i2; } @@ -40,14 +40,14 @@ public final class d { public d(a aVar, int i) { this.a = aVar; this.b = aVar; - this.f935c = i; + this.f934c = i; this.d = aVar == aVar; } public d(a aVar, a aVar2, int i) { this.a = aVar; this.b = aVar2; - this.f935c = i; + this.f934c = i; this.d = aVar == aVar2; } } diff --git a/app/src/main/java/c/i/a/c/k0.java b/app/src/main/java/c/i/a/c/k0.java index 0f245f9c4b..6444321410 100644 --- a/app/src/main/java/c/i/a/c/k0.java +++ b/app/src/main/java/c/i/a/c/k0.java @@ -5,7 +5,7 @@ public final class k0 implements t0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final float f937c; + public final float f936c; public long d = -9223372036854775807L; public long e = -9223372036854775807L; public long f; @@ -22,7 +22,7 @@ public final class k0 implements t0 { public k0(float f, float f2, long j, float f3, long j2, long j3, float f4, a aVar) { this.a = j2; this.b = j3; - this.f937c = f4; + this.f936c = f4; this.k = f; this.j = f2; this.l = 1.0f; diff --git a/app/src/main/java/c/i/a/c/l0.java b/app/src/main/java/c/i/a/c/l0.java index c4e26f2f9b..ff9f71fcee 100644 --- a/app/src/main/java/c/i/a/c/l0.java +++ b/app/src/main/java/c/i/a/c/l0.java @@ -12,7 +12,7 @@ public class l0 implements u0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f938c; + public final long f937c; public final long d; public final long e; public final int f; @@ -31,7 +31,7 @@ public class l0 implements u0 { j(i6, 0, "backBufferDurationMs", "0"); this.a = mVar; this.b = h0.a((long) i); - this.f938c = h0.a((long) i2); + this.f937c = h0.a((long) i2); this.d = h0.a((long) i3); this.e = h0.a((long) i4); this.f = i5; @@ -138,7 +138,7 @@ public class l0 implements u0 { boolean z3 = i >= this.j; long j3 = this.b; if (f > 1.0f) { - j3 = Math.min(f0.p(j3, f), this.f938c); + j3 = Math.min(f0.p(j3, f), this.f937c); } if (j2 < Math.max(j3, 500000L)) { if (!this.g && z3) { @@ -148,7 +148,7 @@ public class l0 implements u0 { if (!z2 && j2 < 500000) { Log.w("DefaultLoadControl", "Target buffer size reached with less than 500ms of buffered media data."); } - } else if (j2 >= this.f938c || z3) { + } else if (j2 >= this.f937c || z3) { this.k = false; } return this.k; diff --git a/app/src/main/java/c/i/a/c/o0.java b/app/src/main/java/c/i/a/c/o0.java index 732f4b71d1..60c45466cb 100644 --- a/app/src/main/java/c/i/a/c/o0.java +++ b/app/src/main/java/c/i/a/c/o0.java @@ -41,7 +41,7 @@ public final class o0 extends f0 implements g1 { public final m b; /* renamed from: c reason: collision with root package name */ - public final k1[] f939c; + public final k1[] f938c; public final l d; public final c0 e; public final q0.e f; @@ -60,20 +60,20 @@ public final class o0 extends f0 implements g1 { public boolean r; /* renamed from: s reason: collision with root package name */ - public int f940s; + public int f939s; public boolean t; public int u; public int v; public h0 w; /* renamed from: x reason: collision with root package name */ - public c1 f941x; + public c1 f940x; /* renamed from: y reason: collision with root package name */ - public int f942y; + public int f941y; /* renamed from: z reason: collision with root package name */ - public long f943z; + public long f942z; /* compiled from: ExoPlayerImpl */ public static final class a implements a1 { @@ -107,7 +107,7 @@ public final class o0 extends f0 implements g1 { P.append("]"); Log.i("ExoPlayerImpl", P.toString()); AnimatableValueParser.D(k1VarArr.length > 0); - this.f939c = k1VarArr; + this.f938c = k1VarArr; Objects.requireNonNull(lVar); this.d = lVar; this.l = a0Var; @@ -123,16 +123,16 @@ public final class o0 extends f0 implements g1 { m mVar = new m(new m1[k1VarArr.length], new c.i.a.c.f2.g[k1VarArr.length], null); this.b = mVar; this.i = new r1.b(); - this.f942y = -1; + this.f941y = -1; this.e = gVar.b(looper, null); o oVar = new o(this); this.f = oVar; - this.f941x = c1.i(mVar); + this.f940x = c1.i(mVar); if (c1Var != null) { AnimatableValueParser.D(c1Var.o == null || c1Var.l.b.isEmpty()); c1Var.o = g1Var; o oVar2 = c1Var.n; - c1Var.n = new o<>(oVar2.e, looper, oVar2.a, oVar2.f915c, new b1(c1Var, g1Var)); + c1Var.n = new o<>(oVar2.e, looper, oVar2.a, oVar2.f914c, new b1(c1Var, g1Var)); l(c1Var); dVar.f(new Handler(looper), c1Var); } @@ -145,7 +145,7 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public TrackGroupArray A() { - return this.f941x.h; + return this.f940x.h; } @Override // c.i.a.c.g1 @@ -156,10 +156,10 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public long C() { if (d()) { - c1 c1Var = this.f941x; - y.a aVar = c1Var.f781c; + c1 c1Var = this.f940x; + y.a aVar = c1Var.f780c; c1Var.b.h(aVar.a, this.i); - return h0.b(this.i.a(aVar.b, aVar.f818c)); + return h0.b(this.i.a(aVar.b, aVar.f817c)); } r1 D = D(); if (D.q()) { @@ -170,7 +170,7 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public r1 D() { - return this.f941x.b; + return this.f940x.b; } @Override // c.i.a.c.g1 @@ -185,43 +185,43 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public long G() { - if (this.f941x.b.q()) { - return this.f943z; + if (this.f940x.b.q()) { + return this.f942z; } - c1 c1Var = this.f941x; - if (c1Var.k.d != c1Var.f781c.d) { + c1 c1Var = this.f940x; + if (c1Var.k.d != c1Var.f780c.d) { return c1Var.b.n(o(), this.a).b(); } long j = c1Var.q; - if (this.f941x.k.a()) { - c1 c1Var2 = this.f941x; + if (this.f940x.k.a()) { + c1 c1Var2 = this.f940x; r1.b h = c1Var2.b.h(c1Var2.k.a, this.i); - long d = h.d(this.f941x.k.b); + long d = h.d(this.f940x.k.b); j = d == Long.MIN_VALUE ? h.d : d; } - return P(this.f941x.k, j); + return P(this.f940x.k, j); } @Override // c.i.a.c.g1 public k H() { - return new k(this.f941x.i.f872c); + return new k(this.f940x.i.f871c); } @Override // c.i.a.c.g1 public int I(int i) { - return this.f939c[i].x(); + return this.f938c[i].x(); } @Override // c.i.a.c.g1 public long J() { - if (this.f941x.b.q()) { - return this.f943z; + if (this.f940x.b.q()) { + return this.f942z; } - if (this.f941x.f781c.a()) { - return h0.b(this.f941x.f782s); + if (this.f940x.f780c.a()) { + return h0.b(this.f940x.f781s); } - c1 c1Var = this.f941x; - return P(c1Var.f781c, c1Var.f782s); + c1 c1Var = this.f940x; + return P(c1Var.f780c, c1Var.f781s); } @Override // c.i.a.c.g1 @@ -231,21 +231,21 @@ public final class o0 extends f0 implements g1 { } public final int L() { - if (this.f941x.b.q()) { - return this.f942y; + if (this.f940x.b.q()) { + return this.f941y; } - c1 c1Var = this.f941x; - return c1Var.b.h(c1Var.f781c.a, this.i).f960c; + c1 c1Var = this.f940x; + return c1Var.b.h(c1Var.f780c.a, this.i).f959c; } @Nullable public final Pair M(r1 r1Var, int i, long j) { if (r1Var.q()) { - this.f942y = i; + this.f941y = i; if (j == -9223372036854775807L) { j = 0; } - this.f943z = j; + this.f942z = j; return null; } if (i == -1 || i >= r1Var.p()) { @@ -264,19 +264,19 @@ public final class o0 extends f0 implements g1 { if (r1Var.q()) { y.a aVar = c1.a; y.a aVar2 = c1.a; - long a2 = h0.a(this.f943z); - long a3 = h0.a(this.f943z); + long a2 = h0.a(this.f942z); + long a3 = h0.a(this.f942z); TrackGroupArray trackGroupArray = TrackGroupArray.i; m mVar = this.b; c.i.b.b.a aVar3 = u.j; c1 a4 = h.b(aVar2, a2, a3, 0, trackGroupArray, mVar, c.i.b.b.q0.k).a(aVar2); - a4.q = a4.f782s; + a4.q = a4.f781s; return a4; } - Object obj = h.f781c.a; + Object obj = h.f780c.a; int i2 = f0.a; boolean z2 = !obj.equals(pair.first); - y.a aVar4 = z2 ? new y.a(pair.first) : h.f781c; + y.a aVar4 = z2 ? new y.a(pair.first) : h.f780c; long longValue = ((Long) pair.second).longValue(); long a5 = h0.a(s()); if (!r1Var2.q()) { @@ -297,19 +297,19 @@ public final class o0 extends f0 implements g1 { return a6; } else if (i == 0) { int b = r1Var.b(h.k.a); - if (b != -1 && r1Var.f(b, this.i).f960c == r1Var.h(aVar4.a, this.i).f960c) { + if (b != -1 && r1Var.f(b, this.i).f959c == r1Var.h(aVar4.a, this.i).f959c) { return h; } r1Var.h(aVar4.a, this.i); - long a7 = aVar4.a() ? this.i.a(aVar4.b, aVar4.f818c) : this.i.d; - c1 a8 = h.b(aVar4, h.f782s, h.f782s, a7 - h.f782s, h.h, h.i, h.j).a(aVar4); + long a7 = aVar4.a() ? this.i.a(aVar4.b, aVar4.f817c) : this.i.d; + c1 a8 = h.b(aVar4, h.f781s, h.f781s, a7 - h.f781s, h.h, h.i, h.j).a(aVar4); a8.q = a7; return a8; } else { AnimatableValueParser.D(!aVar4.a()); long max = Math.max(0L, h.r - (longValue - a5)); long j = h.q; - if (h.k.equals(h.f781c)) { + if (h.k.equals(h.f780c)) { j = longValue + max; } c1 b2 = h.b(aVar4, longValue, longValue, max, h.h, h.i, h.j); @@ -320,7 +320,7 @@ public final class o0 extends f0 implements g1 { public final long P(y.a aVar, long j) { long b = h0.b(j); - this.f941x.b.h(aVar.a, this.i); + this.f940x.b.h(aVar.a, this.i); return b + h0.b(this.i.e); } @@ -332,9 +332,9 @@ public final class o0 extends f0 implements g1 { } public void R(boolean z2, int i, int i2) { - c1 c1Var = this.f941x; + c1 c1Var = this.f940x; if (c1Var.l != z2 || c1Var.m != i) { - this.f940s++; + this.f939s++; c1 d = c1Var.d(z2, i); this.g.o.b(1, z2 ? 1 : 0, i).sendToTarget(); S(d, false, 4, 0, i2, false); @@ -344,8 +344,8 @@ public final class o0 extends f0 implements g1 { public final void S(c1 c1Var, boolean z2, int i, int i2, int i3, boolean z3) { Pair pair; int i4; - c1 c1Var2 = this.f941x; - this.f941x = c1Var; + c1 c1Var2 = this.f940x; + this.f940x = c1Var; boolean z4 = !c1Var2.b.equals(c1Var.b); r1 r1Var = c1Var2.b; r1 r1Var2 = c1Var.b; @@ -354,8 +354,8 @@ public final class o0 extends f0 implements g1 { } else if (r1Var2.q() != r1Var.q()) { pair = new Pair(Boolean.TRUE, 3); } else { - Object obj = r1Var.n(r1Var.h(c1Var2.f781c.a, this.i).f960c, this.a).f961c; - Object obj2 = r1Var2.n(r1Var2.h(c1Var.f781c.a, this.i).f960c, this.a).f961c; + Object obj = r1Var.n(r1Var.h(c1Var2.f780c.a, this.i).f959c, this.a).f960c; + Object obj2 = r1Var2.n(r1Var2.h(c1Var.f780c.a, this.i).f959c, this.a).f960c; int i5 = this.a.o; if (!obj.equals(obj2)) { if (z2 && i == 0) { @@ -369,7 +369,7 @@ public final class o0 extends f0 implements g1 { } pair = new Pair(Boolean.TRUE, Integer.valueOf(i4)); } else { - pair = (z2 && i == 0 && r1Var2.b(c1Var.f781c.a) == i5) ? new Pair(Boolean.TRUE, 0) : new Pair(Boolean.FALSE, -1); + pair = (z2 && i == 0 && r1Var2.b(c1Var.f780c.a) == i5) ? new Pair(Boolean.TRUE, 0) : new Pair(Boolean.FALSE, -1); } } boolean booleanValue = ((Boolean) pair.first).booleanValue(); @@ -381,7 +381,7 @@ public final class o0 extends f0 implements g1 { this.h.b(12, new d(i)); } if (booleanValue) { - this.h.b(1, new r(!c1Var.b.q() ? c1Var.b.n(c1Var.b.h(c1Var.f781c.a, this.i).f960c, this.a).e : null, intValue)); + this.h.b(1, new r(!c1Var.b.q() ? c1Var.b.n(c1Var.b.h(c1Var.f780c.a, this.i).f959c, this.a).e : null, intValue)); } ExoPlaybackException exoPlaybackException = c1Var2.f; ExoPlaybackException exoPlaybackException2 = c1Var.f; @@ -392,7 +392,7 @@ public final class o0 extends f0 implements g1 { m mVar2 = c1Var.i; if (mVar != mVar2) { this.d.a(mVar2.d); - this.h.b(2, new m(c1Var, new k(c1Var.i.f872c))); + this.h.b(2, new m(c1Var, new k(c1Var.i.f871c))); } if (!c1Var2.j.equals(c1Var.j)) { this.h.b(3, new j(c1Var)); @@ -432,52 +432,52 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public void a() { - c1 c1Var = this.f941x; + c1 c1Var = this.f940x; if (c1Var.e == 1) { c1 e = c1Var.e(null); c1 g = e.g(e.b.q() ? 4 : 2); - this.f940s++; + this.f939s++; this.g.o.a(0).sendToTarget(); S(g, false, 4, 1, 1, false); } } public h1 b(h1.b bVar) { - return new h1(this.g, bVar, this.f941x.b, o(), this.p, this.g.q); + return new h1(this.g, bVar, this.f940x.b, o(), this.p, this.g.q); } @Override // c.i.a.c.g1 public d1 c() { - return this.f941x.n; + return this.f940x.n; } @Override // c.i.a.c.g1 public boolean d() { - return this.f941x.f781c.a(); + return this.f940x.f780c.a(); } @Override // c.i.a.c.g1 public long e() { - return h0.b(this.f941x.r); + return h0.b(this.f940x.r); } @Override // c.i.a.c.g1 public void f(int i, long j) { - r1 r1Var = this.f941x.b; + r1 r1Var = this.f940x.b; if (i < 0 || (!r1Var.q() && i >= r1Var.p())) { throw new IllegalSeekPositionException(r1Var, i, j); } int i2 = 1; - this.f940s++; + this.f939s++; if (d()) { Log.w("ExoPlayerImpl", "seekTo ignored because an ad is playing"); - q0.d dVar = new q0.d(this.f941x); + q0.d dVar = new q0.d(this.f940x); dVar.a(1); o0 o0Var = ((o) this.f).a; o0Var.e.a.post(new t(o0Var, dVar)); return; } - c1 c1Var = this.f941x; + c1 c1Var = this.f940x; if (c1Var.e != 1) { i2 = 2; } @@ -488,7 +488,7 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public boolean g() { - return this.f941x.l; + return this.f940x.l; } @Override // c.i.a.c.g1 @@ -504,16 +504,16 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public List i() { - return this.f941x.j; + return this.f940x.j; } @Override // c.i.a.c.g1 public int j() { - if (this.f941x.b.q()) { + if (this.f940x.b.q()) { return 0; } - c1 c1Var = this.f941x; - return c1Var.b.b(c1Var.f781c.a); + c1 c1Var = this.f940x; + return c1Var.b.b(c1Var.f780c.a); } @Override // c.i.a.c.g1 @@ -521,14 +521,14 @@ public final class o0 extends f0 implements g1 { o oVar = this.h; if (!oVar.h) { Objects.requireNonNull(aVar); - oVar.e.add(new o.c<>(aVar, oVar.f915c)); + oVar.e.add(new o.c<>(aVar, oVar.f914c)); } } @Override // c.i.a.c.g1 public int m() { if (d()) { - return this.f941x.f781c.f818c; + return this.f940x.f780c.f817c; } return -1; } @@ -542,7 +542,7 @@ public final class o0 extends f0 implements g1 { if (next.a.equals(aVar)) { o.b bVar = oVar.d; next.d = true; - if (next.f916c) { + if (next.f915c) { bVar.a(next.a, next.b); } oVar.e.remove(next); @@ -562,7 +562,7 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 @Nullable public ExoPlaybackException p() { - return this.f941x.f; + return this.f940x.f; } @Override // c.i.a.c.g1 @@ -581,21 +581,21 @@ public final class o0 extends f0 implements g1 { if (!d()) { return J(); } - c1 c1Var = this.f941x; - c1Var.b.h(c1Var.f781c.a, this.i); - c1 c1Var2 = this.f941x; - return c1Var2.d == -9223372036854775807L ? c1Var2.b.n(o(), this.a).a() : h0.b(this.i.e) + h0.b(this.f941x.d); + c1 c1Var = this.f940x; + c1Var.b.h(c1Var.f780c.a, this.i); + c1 c1Var2 = this.f940x; + return c1Var2.d == -9223372036854775807L ? c1Var2.b.n(o(), this.a).a() : h0.b(this.i.e) + h0.b(this.f940x.d); } @Override // c.i.a.c.g1 public int u() { - return this.f941x.e; + return this.f940x.e; } @Override // c.i.a.c.g1 public int w() { if (d()) { - return this.f941x.f781c.b; + return this.f940x.f780c.b; } return -1; } @@ -613,6 +613,6 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public int z() { - return this.f941x.m; + return this.f940x.m; } } diff --git a/app/src/main/java/c/i/a/c/o1.java b/app/src/main/java/c/i/a/c/o1.java index 16ab6e86c7..bdca1a23f7 100644 --- a/app/src/main/java/c/i/a/c/o1.java +++ b/app/src/main/java/c/i/a/c/o1.java @@ -9,7 +9,7 @@ public final class o1 { public static final o1 b; /* renamed from: c reason: collision with root package name */ - public final long f944c; + public final long f943c; public final long d; static { @@ -32,7 +32,7 @@ public final class o1 { boolean z2 = true; AnimatableValueParser.k(j >= 0); AnimatableValueParser.k(j2 < 0 ? false : z2); - this.f944c = j; + this.f943c = j; this.d = j2; } @@ -44,10 +44,10 @@ public final class o1 { return false; } o1 o1Var = (o1) obj; - return this.f944c == o1Var.f944c && this.d == o1Var.d; + return this.f943c == o1Var.f943c && this.d == o1Var.d; } public int hashCode() { - return (((int) this.f944c) * 31) + ((int) this.d); + return (((int) this.f943c) * 31) + ((int) this.d); } } diff --git a/app/src/main/java/c/i/a/c/p1.java b/app/src/main/java/c/i/a/c/p1.java index 19e30559e5..a9a1830148 100644 --- a/app/src/main/java/c/i/a/c/p1.java +++ b/app/src/main/java/c/i/a/c/p1.java @@ -85,7 +85,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public final k1[] b; /* renamed from: c reason: collision with root package name */ - public final Context f945c; + public final Context f944c; public final o0 d; public final c e; public final CopyOnWriteArraySet f; @@ -105,7 +105,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Nullable /* renamed from: s reason: collision with root package name */ - public Surface f946s; + public Surface f945s; public boolean t; public int u; @Nullable @@ -114,13 +114,13 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public TextureView w; /* renamed from: x reason: collision with root package name */ - public int f947x; + public int f946x; /* renamed from: y reason: collision with root package name */ - public int f948y; + public int f947y; /* renamed from: z reason: collision with root package name */ - public int f949z; + public int f948z; /* compiled from: SimpleExoPlayer */ public static final class b { @@ -128,7 +128,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public final n1 b; /* renamed from: c reason: collision with root package name */ - public g f950c; + public g f949c; public l d; public a0 e; public u0 f; @@ -177,7 +177,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { hashMap.put(0, 1000000L); u uVar2 = c.i.a.c.h2.n.b; hashMap.put(2, uVar2.get(((Integer) uVar.get(0)).intValue())); - hashMap.put(3, c.i.a.c.h2.n.f893c.get(((Integer) uVar.get(1)).intValue())); + hashMap.put(3, c.i.a.c.h2.n.f892c.get(((Integer) uVar.get(1)).intValue())); hashMap.put(4, c.i.a.c.h2.n.d.get(((Integer) uVar.get(2)).intValue())); hashMap.put(5, c.i.a.c.h2.n.e.get(((Integer) uVar.get(3)).intValue())); hashMap.put(9, c.i.a.c.h2.n.f.get(((Integer) uVar.get(4)).intValue())); @@ -198,7 +198,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { hashMap.put(0, 1000000L); u uVar2 = c.i.a.c.h2.n.b; hashMap.put(2, uVar2.get(((Integer) uVar.get(0)).intValue())); - hashMap.put(3, c.i.a.c.h2.n.f893c.get(((Integer) uVar.get(1)).intValue())); + hashMap.put(3, c.i.a.c.h2.n.f892c.get(((Integer) uVar.get(1)).intValue())); hashMap.put(4, c.i.a.c.h2.n.d.get(((Integer) uVar.get(2)).intValue())); hashMap.put(5, c.i.a.c.h2.n.e.get(((Integer) uVar.get(3)).intValue())); hashMap.put(9, c.i.a.c.h2.n.f.get(((Integer) uVar.get(4)).intValue())); @@ -222,7 +222,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { this.l = true; this.m = o1.b; this.n = new k0(0.97f, 1.03f, 1000, 1.0E-7f, h0.a(20), h0.a(500), 0.999f, null); - this.f950c = gVar; + this.f949c = gVar; this.o = 500; this.p = 2000; } @@ -459,7 +459,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public void s(Surface surface) { p1.this.k.s(surface); p1 p1Var = p1.this; - if (p1Var.f946s == surface) { + if (p1Var.f945s == surface) { Iterator it = p1Var.f.iterator(); while (it.hasNext()) { it.next().c(); @@ -531,7 +531,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { q1 q1Var; int t; Context applicationContext = bVar.a.getApplicationContext(); - this.f945c = applicationContext; + this.f944c = applicationContext; c1 c1Var = bVar.h; this.k = c1Var; this.A = bVar.j; @@ -558,7 +558,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { Intent registerReceiver = context.registerReceiver(null, new IntentFilter("android.media.action.HDMI_AUDIO_PLUG")); int i2 = f0.a; if (i2 >= 17) { - String str = f0.f912c; + String str = f0.f911c; if ("Amazon".equals(str) || "Xiaomi".equals(str)) { z2 = true; y yVar = new y(n0Var.a, n0Var.b, false, handler, cVar, new DefaultAudioSink((z2 || Settings.Global.getInt(context.getContentResolver(), "external_surround_sound_enabled", 0) != 1) ? (registerReceiver != null || registerReceiver.getIntExtra("android.media.extra.AUDIO_PLUG_STATE", 0) == 0) ? c.i.a.c.v1.o.a : new c.i.a.c.v1.o(registerReceiver.getIntArrayExtra("android.media.extra.ENCODINGS"), registerReceiver.getIntExtra("android.media.extra.MAX_CHANNEL_COUNT", 8)) : c.i.a.c.v1.o.b, new DefaultAudioSink.d(new AudioProcessor[0]), false, false, false)); @@ -581,15 +581,15 @@ public class p1 extends f0 implements g1, g1.d, g1.c { if (this.r == null) { this.r = new AudioTrack(3, SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, 4, 2, 2, 0, 0); } - this.f949z = this.r.getAudioSessionId(); + this.f948z = this.r.getAudioSessionId(); } else { UUID uuid = h0.a; AudioManager audioManager = (AudioManager) applicationContext.getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); - this.f949z = audioManager == null ? -1 : audioManager.generateAudioSessionId(); + this.f948z = audioManager == null ? -1 : audioManager.generateAudioSessionId(); } this.D = Collections.emptyList(); this.G = true; - o0 o0Var = new o0(k1VarArr, bVar.d, bVar.e, bVar.f, bVar.g, c1Var, bVar.l, bVar.m, bVar.n, bVar.o, false, bVar.f950c, bVar.i, this); + o0 o0Var = new o0(k1VarArr, bVar.d, bVar.e, bVar.f, bVar.g, c1Var, bVar.l, bVar.m, bVar.n, bVar.o, false, bVar.f949c, bVar.i, this); this.d = o0Var; o0Var.l(cVar); d0 d0Var = new d0(bVar.a, handler, cVar); @@ -611,7 +611,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { if (q1Var.f != t) { q1Var.f = t; q1Var.c(); - c cVar2 = (c) q1Var.f959c; + c cVar2 = (c) q1Var.f958c; c.i.a.c.y1.a N = N(p1.this.n); if (!N.equals(p1.this.J)) { p1 p1Var = p1.this; @@ -624,15 +624,15 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } s1 s1Var = new s1(bVar.a); this.o = s1Var; - s1Var.f963c = false; + s1Var.f962c = false; s1Var.a(); t1 t1Var = new t1(bVar.a); this.p = t1Var; - t1Var.f964c = false; + t1Var.f963c = false; t1Var.a(); this.J = N(this.n); - R(i, 102, Integer.valueOf(this.f949z)); - R(2, 102, Integer.valueOf(this.f949z)); + R(i, 102, Integer.valueOf(this.f948z)); + R(2, 102, Integer.valueOf(this.f948z)); R(i, 3, this.A); R(2, 4, Integer.valueOf(this.u)); R(i, 101, Boolean.valueOf(this.C)); @@ -654,7 +654,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } this.D = Collections.emptyList(); this.G = true; - o0 o0Var = new o0(k1VarArr, bVar.d, bVar.e, bVar.f, bVar.g, c1Var, bVar.l, bVar.m, bVar.n, bVar.o, false, bVar.f950c, bVar.i, this); + o0 o0Var = new o0(k1VarArr, bVar.d, bVar.e, bVar.f, bVar.g, c1Var, bVar.l, bVar.m, bVar.n, bVar.o, false, bVar.f949c, bVar.i, this); this.d = o0Var; o0Var.l(cVar); d0 d0Var = new d0(bVar.a, handler, cVar); @@ -671,15 +671,15 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } s1 s1Var = new s1(bVar.a); this.o = s1Var; - s1Var.f963c = false; + s1Var.f962c = false; s1Var.a(); t1 t1Var = new t1(bVar.a); this.p = t1Var; - t1Var.f964c = false; + t1Var.f963c = false; t1Var.a(); this.J = N(this.n); - R(i, 102, Integer.valueOf(this.f949z)); - R(2, 102, Integer.valueOf(this.f949z)); + R(i, 102, Integer.valueOf(this.f948z)); + R(2, 102, Integer.valueOf(this.f948z)); R(i, 3, this.A); R(2, 4, Integer.valueOf(this.u)); R(i, 101, Boolean.valueOf(this.C)); @@ -700,7 +700,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { if (u != 1) { if (u == 2 || u == 3) { p1Var.Z(); - boolean z3 = p1Var.d.f941x.p; + boolean z3 = p1Var.d.f940x.p; s1 s1Var = p1Var.o; if (!p1Var.g() || z3) { z2 = false; @@ -726,7 +726,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public TrackGroupArray A() { Z(); - return this.d.f941x.h; + return this.d.f940x.h; } @Override // c.i.a.c.g1 @@ -744,7 +744,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public r1 D() { Z(); - return this.d.f941x.b; + return this.d.f940x.b; } @Override // c.i.a.c.g1 @@ -773,7 +773,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public int I(int i) { Z(); - return this.d.f939c[i].x(); + return this.d.f938c[i].x(); } @Override // c.i.a.c.g1 @@ -790,7 +790,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public void L(@Nullable Surface surface) { Z(); - if (surface != null && surface == this.f946s) { + if (surface != null && surface == this.f945s) { Z(); Q(); V(null, false); @@ -813,9 +813,9 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } public final void P(int i, int i2) { - if (i != this.f947x || i2 != this.f948y) { - this.f947x = i; - this.f948y = i2; + if (i != this.f946x || i2 != this.f947y) { + this.f946x = i; + this.f947y = i2; c1 c1Var = this.k; d1.a d02 = c1Var.d0(); c.i.a.c.u1.n nVar = new c.i.a.c.u1.n(d02, i, i2); @@ -917,7 +917,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { arrayList.add(b2); } } - Surface surface2 = this.f946s; + Surface surface2 = this.f945s; if (!(surface2 == null || surface2 == surface)) { try { Iterator it = arrayList.iterator(); @@ -929,20 +929,20 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } catch (TimeoutException unused2) { o0 o0Var = this.d; ExoPlaybackException b3 = ExoPlaybackException.b(new ExoTimeoutException(3)); - c1 c1Var = o0Var.f941x; - c1 a2 = c1Var.a(c1Var.f781c); - a2.q = a2.f782s; + c1 c1Var = o0Var.f940x; + c1 a2 = c1Var.a(c1Var.f780c); + a2.q = a2.f781s; a2.r = 0; c1 e = a2.g(1).e(b3); - o0Var.f940s++; + o0Var.f939s++; o0Var.g.o.a(6).sendToTarget(); o0Var.S(e, false, 4, 0, 1, false); } if (this.t) { - this.f946s.release(); + this.f945s.release(); } } - this.f946s = surface; + this.f945s = surface; this.t = z2; } @@ -1024,7 +1024,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public d1 c() { Z(); - return this.d.f941x.n; + return this.d.f940x.n; } @Override // c.i.a.c.g1 @@ -1036,7 +1036,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public long e() { Z(); - return h0.b(this.d.f941x.r); + return h0.b(this.d.f940x.r); } @Override // c.i.a.c.g1 @@ -1058,7 +1058,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public boolean g() { Z(); - return this.d.f941x.l; + return this.d.f940x.l; } @Override // c.i.a.c.g1 @@ -1070,7 +1070,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public List i() { Z(); - return this.d.f941x.j; + return this.d.f940x.j; } @Override // c.i.a.c.g1 @@ -1106,7 +1106,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Nullable public ExoPlaybackException p() { Z(); - return this.d.f941x.f; + return this.d.f940x.f; } @Override // c.i.a.c.g1 @@ -1131,7 +1131,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public int u() { Z(); - return this.d.f941x.e; + return this.d.f940x.e; } @Override // c.i.a.c.g1 @@ -1149,6 +1149,6 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public int z() { Z(); - return this.d.f941x.m; + return this.d.f940x.m; } } diff --git a/app/src/main/java/c/i/a/c/q0.java b/app/src/main/java/c/i/a/c/q0.java index eea9f71d74..70bd506892 100644 --- a/app/src/main/java/c/i/a/c/q0.java +++ b/app/src/main/java/c/i/a/c/q0.java @@ -78,20 +78,20 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final r1.c r; /* renamed from: s reason: collision with root package name */ - public final r1.b f951s; + public final r1.b f950s; public final long t; public final boolean u; public final m0 v; public final ArrayList w; /* renamed from: x reason: collision with root package name */ - public final c.i.a.c.i2.g f952x; + public final c.i.a.c.i2.g f951x; /* renamed from: y reason: collision with root package name */ - public final e f953y; + public final e f952y; /* renamed from: z reason: collision with root package name */ - public final z0 f954z; + public final z0 f953z; /* compiled from: ExoPlayerImplInternal */ public static final class a { @@ -99,13 +99,13 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final h0 b; /* renamed from: c reason: collision with root package name */ - public final int f955c; + public final int f954c; public final long d; public a(List list, h0 h0Var, int i, long j, p0 p0Var) { this.a = list; this.b = h0Var; - this.f955c = i; + this.f954c = i; this.d = j; } } @@ -167,7 +167,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public c1 b; /* renamed from: c reason: collision with root package name */ - public int f956c; + public int f955c; public boolean d; public int e; public boolean f; @@ -179,7 +179,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public void a(int i) { this.a |= i > 0; - this.f956c += i; + this.f955c += i; } public void b(int i) { @@ -207,7 +207,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f957c; + public final long f956c; public final boolean d; public final boolean e; public final boolean f; @@ -215,7 +215,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public f(y.a aVar, long j, long j2, boolean z2, boolean z3, boolean z4) { this.a = aVar; this.b = j; - this.f957c = j2; + this.f956c = j2; this.d = z2; this.e = z3; this.f = z4; @@ -228,17 +228,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f958c; + public final long f957c; public g(r1 r1Var, int i, long j) { this.a = r1Var; this.b = i; - this.f958c = j; + this.f957c = j; } } public q0(k1[] k1VarArr, l lVar, m mVar, u0 u0Var, c.i.a.c.h2.d dVar, int i, boolean z2, @Nullable c1 c1Var, o1 o1Var, t0 t0Var, long j, boolean z3, Looper looper, c.i.a.c.i2.g gVar, e eVar) { - this.f953y = eVar; + this.f952y = eVar; this.i = k1VarArr; this.k = lVar; this.l = mVar; @@ -250,7 +250,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.B = t0Var; this.C = j; this.H = z3; - this.f952x = gVar; + this.f951x = gVar; this.t = u0Var.b(); this.u = u0Var.a(); c1 i2 = c1.i(mVar); @@ -264,11 +264,11 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.v = new m0(this, gVar); this.w = new ArrayList<>(); this.r = new r1.c(); - this.f951s = new r1.b(); + this.f950s = new r1.b(); lVar.a = dVar; this.U = true; Handler handler = new Handler(looper); - this.f954z = new z0(c1Var, handler); + this.f953z = new z0(c1Var, handler); this.A = new b1(this, c1Var, handler); HandlerThread handlerThread = new HandlerThread("ExoPlayer:Playback", -16); this.p = handlerThread; @@ -300,8 +300,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { Objects.requireNonNull(cVar.i); cVar.j = b2; r1Var2.h(cVar.l, bVar); - if (r1Var2.n(bVar.f960c, cVar2).n) { - Pair j = r1Var.j(cVar2, bVar, r1Var.h(cVar.l, bVar).f960c, cVar.k + bVar.e); + if (r1Var2.n(bVar.f959c, cVar2).n) { + Pair j = r1Var.j(cVar2, bVar, r1Var.h(cVar.l, bVar).f959c, cVar.k + bVar.e); cVar.f(r1Var.b(j.first), ((Long) j.second).longValue(), j.first); } return true; @@ -316,16 +316,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } r1 r1Var3 = r1Var2.q() ? r1Var : r1Var2; try { - Pair j = r1Var3.j(cVar, bVar, gVar.b, gVar.f958c); + Pair j = r1Var3.j(cVar, bVar, gVar.b, gVar.f957c); if (r1Var.equals(r1Var3)) { return j; } if (r1Var.b(j.first) != -1) { r1Var3.h(j.first, bVar); - return r1Var3.n(bVar.f960c, cVar).n ? r1Var.j(cVar, bVar, r1Var.h(j.first, bVar).f960c, gVar.f958c) : j; + return r1Var3.n(bVar.f959c, cVar).n ? r1Var.j(cVar, bVar, r1Var.h(j.first, bVar).f959c, gVar.f957c) : j; } if (z2 && (L = L(cVar, bVar, i, z3, j.first, r1Var3, r1Var)) != null) { - return r1Var.j(cVar, bVar, r1Var.h(L, bVar).f960c, -9223372036854775807L); + return r1Var.j(cVar, bVar, r1Var.h(L, bVar).f959c, -9223372036854775807L); } return null; } catch (IndexOutOfBoundsException unused) { @@ -352,9 +352,9 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public static boolean g0(c1 c1Var, r1.b bVar, r1.c cVar) { - y.a aVar = c1Var.f781c; + y.a aVar = c1Var.f780c; r1 r1Var = c1Var.b; - return aVar.a() || r1Var.q() || r1Var.n(r1Var.h(aVar.a, bVar).f960c, cVar).n; + return aVar.a() || r1Var.q() || r1Var.n(r1Var.h(aVar.a, bVar).f959c, cVar).n; } public static Format[] j(c.i.a.c.f2.g gVar) { @@ -431,7 +431,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { boolean z2; int i; float f2 = this.v.c().b; - z0 z0Var = this.f954z; + z0 z0Var = this.f953z; x0 x0Var = z0Var.h; x0 x0Var2 = z0Var.i; x0 x0Var3 = x0Var; @@ -440,10 +440,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { m i2 = x0Var3.i(f2, this.E.b); m mVar = x0Var3.n; int i3 = 0; - if (mVar != null && mVar.f872c.length == i2.f872c.length) { + if (mVar != null && mVar.f871c.length == i2.f871c.length) { int i4 = 0; while (true) { - if (i4 >= i2.f872c.length) { + if (i4 >= i2.f871c.length) { z2 = true; break; } else if (!i2.a(mVar, i4)) { @@ -456,16 +456,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z2 = false; if (!z2) { if (z3) { - z0 z0Var2 = this.f954z; + z0 z0Var2 = this.f953z; x0 x0Var4 = z0Var2.h; boolean m = z0Var2.m(x0Var4); boolean[] zArr = new boolean[this.i.length]; - long a2 = x0Var4.a(i2, this.E.f782s, m, zArr); + long a2 = x0Var4.a(i2, this.E.f781s, m, zArr); c1 c1Var = this.E; i = 4; - c1 u = u(c1Var.f781c, a2, c1Var.d); + c1 u = u(c1Var.f780c, a2, c1Var.d); this.E = u; - if (!(u.e == 4 || a2 == u.f782s)) { + if (!(u.e == 4 || a2 == u.f781s)) { this.F.b(4); H(a2); } @@ -477,7 +477,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } k1 k1Var = k1VarArr[i3]; zArr2[i3] = w(k1Var); - c.i.a.c.d2.f0 f0Var = x0Var4.f1015c[i3]; + c.i.a.c.d2.f0 f0Var = x0Var4.f1014c[i3]; if (zArr2[i3]) { if (f0Var != k1Var.h()) { f(k1Var); @@ -490,7 +490,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { i(zArr2); } else { i = 4; - this.f954z.m(x0Var3); + this.f953z.m(x0Var3); if (x0Var3.d) { x0Var3.a(i2, Math.max(x0Var3.f.b, this.S - x0Var3.o), false, new boolean[x0Var3.i.length]); } @@ -554,21 +554,21 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } this.Q = 0; c1 c1Var = this.E; - y.a aVar2 = c1Var.f781c; - long j3 = c1Var.f782s; - long j4 = g0(this.E, this.f951s, this.r) ? this.E.d : this.E.f782s; + y.a aVar2 = c1Var.f780c; + long j3 = c1Var.f781s; + long j4 = g0(this.E, this.f950s, this.r) ? this.E.d : this.E.f781s; if (z3) { this.R = null; Pair m = m(this.E.b); aVar2 = (y.a) m.first; j3 = ((Long) m.second).longValue(); j4 = -9223372036854775807L; - if (!aVar2.equals(this.E.f781c)) { + if (!aVar2.equals(this.E.f780c)) { z6 = true; aVar = aVar2; j = j3; j2 = -9223372036854775807L; - this.f954z.b(); + this.f953z.b(); this.K = false; c1 c1Var2 = this.E; r1 r1Var = c1Var2.b; @@ -591,7 +591,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } catch (RuntimeException e4) { p.b("MediaSourceList", "Failed to release child source.", e4); } - bVar.a.c(bVar.f770c); + bVar.a.c(bVar.f769c); } b1Var.g.clear(); b1Var.h.clear(); @@ -604,7 +604,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { j = j3; j2 = j4; z6 = false; - this.f954z.b(); + this.f953z.b(); this.K = false; c1 c1Var2 = this.E; r1 r1Var = c1Var2.b; @@ -624,12 +624,12 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void G() { - x0 x0Var = this.f954z.h; + x0 x0Var = this.f953z.h; this.I = x0Var != null && x0Var.f.g && this.H; } public final void H(long j) throws ExoPlaybackException { - x0 x0Var = this.f954z.h; + x0 x0Var = this.f953z.h; if (x0Var != null) { j += x0Var.o; } @@ -641,8 +641,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { k1Var.u(this.S); } } - for (x0 x0Var2 = this.f954z.h; x0Var2 != null; x0Var2 = x0Var2.l) { - c.i.a.c.f2.g[] gVarArr = x0Var2.n.f872c; + for (x0 x0Var2 = this.f953z.h; x0Var2 != null; x0Var2 = x0Var2.l) { + c.i.a.c.f2.g[] gVarArr = x0Var2.n.f871c; for (c.i.a.c.f2.g gVar : gVarArr) { if (gVar != null) { gVar.j(); @@ -659,7 +659,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (size < 0) { Collections.sort(this.w); return; - } else if (!I(this.w.get(size), r1Var, r1Var2, this.L, this.M, this.r, this.f951s)) { + } else if (!I(this.w.get(size), r1Var, r1Var2, this.L, this.M, this.r, this.f950s)) { this.w.get(size).i.c(false); this.w.remove(size); } @@ -673,9 +673,9 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void N(boolean z2) throws ExoPlaybackException { - y.a aVar = this.f954z.h.f.a; - long Q = Q(aVar, this.E.f782s, true, false); - if (Q != this.E.f782s) { + y.a aVar = this.f953z.h.f.a; + long Q = Q(aVar, this.E.f781s, true, false); + if (Q != this.E.f781s) { this.E = u(aVar, Q, this.E.d); if (z2) { this.F.b(4); @@ -702,7 +702,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { int i2; boolean z4 = true; this.F.a(1); - Pair K = K(this.E.b, gVar, true, this.L, this.M, this.r, this.f951s); + Pair K = K(this.E.b, gVar, true, this.L, this.M, this.r, this.f950s); if (K == null) { Pair m = m(this.E.b); aVar = (y.a) m.first; @@ -712,16 +712,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } else { Object obj = K.first; j2 = ((Long) K.second).longValue(); - j = gVar.f958c == -9223372036854775807L ? -9223372036854775807L : j2; - y.a n = this.f954z.n(this.E.b, obj, j2); + j = gVar.f957c == -9223372036854775807L ? -9223372036854775807L : j2; + y.a n = this.f953z.n(this.E.b, obj, j2); if (n.a()) { - this.E.b.h(n.a, this.f951s); - j2 = this.f951s.e(n.b) == n.f818c ? this.f951s.f.f : 0; + this.E.b.h(n.a, this.f950s); + j2 = this.f950s.e(n.b) == n.f817c ? this.f950s.f.f : 0; aVar = n; z2 = true; } else { aVar = n; - z2 = gVar.f958c == -9223372036854775807L; + z2 = gVar.f957c == -9223372036854775807L; } } try { @@ -743,11 +743,11 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } F(false, true, false, true); } else { - if (aVar.equals(this.E.f781c)) { - x0 x0Var = this.f954z.h; + if (aVar.equals(this.E.f780c)) { + x0 x0Var = this.f953z.h; long i3 = (x0Var == null || !x0Var.d || j2 == 0) ? j2 : x0Var.a.i(j2, this.D); - if (h0.b(i3) == h0.b(this.E.f782s) && ((i2 = (c1Var = this.E).e) == 2 || i2 == 3)) { - this.E = u(aVar, c1Var.f782s, j); + if (h0.b(i3) == h0.b(this.E.f781s) && ((i2 = (c1Var = this.E).e) == 2 || i2 == 3)) { + this.E = u(aVar, c1Var.f781s, j); if (z2) { this.F.b(2); return; @@ -778,7 +778,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { try { c1 c1Var2 = this.E; r1 r1Var = c1Var2.b; - l0(r1Var, aVar, r1Var, c1Var2.f781c, j); + l0(r1Var, aVar, r1Var, c1Var2.f780c, j); z2 = z3; j4 = P; this.E = u(aVar, j4, j); @@ -814,7 +814,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final long P(y.a aVar, long j, boolean z2) throws ExoPlaybackException { - z0 z0Var = this.f954z; + z0 z0Var = this.f953z; return Q(aVar, j, z0Var.h != z0Var.i, z2); } @@ -825,7 +825,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (z3 || this.E.e == 3) { d0(2); } - x0 x0Var = this.f954z.h; + x0 x0Var = this.f953z.h; x0 x0Var2 = x0Var; while (x0Var2 != null && !aVar.equals(x0Var2.f.a)) { x0Var2 = x0Var2.l; @@ -836,7 +836,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } if (x0Var2 != null) { while (true) { - z0Var = this.f954z; + z0Var = this.f953z; if (z0Var.h == x0Var2) { break; } @@ -848,7 +848,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } } if (x0Var2 != null) { - this.f954z.m(x0Var2); + this.f953z.m(x0Var2); if (!x0Var2.d) { x0Var2.f = x0Var2.f.b(j); } else { @@ -865,7 +865,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { H(j); y(); } else { - this.f954z.b(); + this.f953z.b(); H(j); } q(false); @@ -893,7 +893,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { h1Var.c(false); return; } - c0 b2 = this.f952x.b(looper, null); + c0 b2 = this.f951x.b(looper, null); b2.a.post(new x(this, h1Var)); } @@ -928,8 +928,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final void V(a aVar) throws ExoPlaybackException { this.F.a(1); - if (aVar.f955c != -1) { - this.R = new g(new i1(aVar.a, aVar.b), aVar.f955c, aVar.d); + if (aVar.f954c != -1) { + this.R = new g(new i1(aVar.a, aVar.b), aVar.f954c, aVar.d); } b1 b1Var = this.A; List list = aVar.a; @@ -955,7 +955,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.H = z2; G(); if (this.I) { - z0 z0Var = this.f954z; + z0 z0Var = this.f953z; if (z0Var.i != z0Var.h) { N(true); q(false); @@ -971,8 +971,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { dVar.g = i2; this.E = this.E.d(z2, i); this.J = false; - for (x0 x0Var = this.f954z.h; x0Var != null; x0Var = x0Var.l) { - c.i.a.c.f2.g[] gVarArr = x0Var.n.f872c; + for (x0 x0Var = this.f953z.h; x0Var != null; x0Var = x0Var.l) { + c.i.a.c.f2.g[] gVarArr = x0Var.n.f871c; for (c.i.a.c.f2.g gVar : gVarArr) { if (gVar != null) { gVar.c(z2); @@ -1007,7 +1007,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final void a0(int i) throws ExoPlaybackException { this.L = i; - z0 z0Var = this.f954z; + z0 z0Var = this.f953z; r1 r1Var = this.E.b; z0Var.f = i; if (!z0Var.p(r1Var)) { @@ -1023,7 +1023,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final void b0(boolean z2) throws ExoPlaybackException { this.M = z2; - z0 z0Var = this.f954z; + z0 z0Var = this.f953z; r1 r1Var = this.E.b; z0Var.g = z2; if (!z0Var.p(r1Var)) { @@ -1104,7 +1104,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (aVar.a() || r1Var.q()) { return false; } - r1Var.n(r1Var.h(aVar.a, this.f951s).f960c, this.r); + r1Var.n(r1Var.h(aVar.a, this.f950s).f959c, this.r); if (!this.r.c()) { return false; } @@ -1130,19 +1130,19 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { boolean z7; long j; long j2; - long a2 = this.f952x.a(); + long a2 = this.f951x.a(); if (!this.E.b.q() && this.A.j) { - this.f954z.l(this.S); - z0 z0Var = this.f954z; + this.f953z.l(this.S); + z0 z0Var = this.f953z; x0 x0Var3 = z0Var.j; if (x0Var3 == null || (!x0Var3.f.h && x0Var3.f() && z0Var.j.f.e != -9223372036854775807L && z0Var.k < 100)) { - z0 z0Var2 = this.f954z; + z0 z0Var2 = this.f953z; long j3 = this.S; c1 c1Var = this.E; x0 x0Var4 = z0Var2.j; - y0 d2 = x0Var4 == null ? z0Var2.d(c1Var.b, c1Var.f781c, c1Var.d, c1Var.f782s) : z0Var2.c(c1Var.b, x0Var4, j3); + y0 d2 = x0Var4 == null ? z0Var2.d(c1Var.b, c1Var.f780c, c1Var.d, c1Var.f781s) : z0Var2.c(c1Var.b, x0Var4, j3); if (d2 != null) { - z0 z0Var3 = this.f954z; + z0 z0Var3 = this.f953z; l1[] l1VarArr = this.j; l lVar = this.k; c.i.a.c.h2.m h = this.m.h(); @@ -1151,7 +1151,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { x0 x0Var5 = z0Var3.j; if (x0Var5 == null) { if (d2.a.a()) { - j2 = d2.f1020c; + j2 = d2.f1019c; } j2 = 0; j = j2; @@ -1173,7 +1173,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z0Var3.k++; z0Var3.k(); x0Var6.a.l(this, d2.b); - if (this.f954z.h == x0Var6) { + if (this.f953z.h == x0Var6) { H(x0Var6.e()); } q(false); @@ -1185,7 +1185,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } else { y(); } - x0 x0Var8 = this.f954z.i; + x0 x0Var8 = this.f953z.i; if (x0Var8 != null) { if (x0Var8.l != null && !this.I) { if (x0Var8.d) { @@ -1197,7 +1197,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { break; } k1 k1Var = k1VarArr[i2]; - c.i.a.c.d2.f0 f0Var = x0Var8.f1015c[i2]; + c.i.a.c.d2.f0 f0Var = x0Var8.f1014c[i2]; if (!(k1Var.h() == f0Var && (f0Var == null || k1Var.i()))) { break; } @@ -1209,7 +1209,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { x0 x0Var9 = x0Var8.l; if (x0Var9.d || this.S >= x0Var9.e()) { m mVar2 = x0Var8.n; - z0 z0Var4 = this.f954z; + z0 z0Var4 = this.f953z; x0 x0Var10 = z0Var4.i; AnimatableValueParser.D((x0Var10 == null || x0Var10.l == null) ? false : true); z0Var4.i = z0Var4.i.l; @@ -1248,7 +1248,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { break; } k1 k1Var3 = k1VarArr3[i4]; - c.i.a.c.d2.f0 f0Var2 = x0Var8.f1015c[i4]; + c.i.a.c.d2.f0 f0Var2 = x0Var8.f1014c[i4]; if (f0Var2 != null && k1Var3.h() == f0Var2 && k1Var3.i()) { long j4 = x0Var8.f.e; T(k1Var3, (j4 == -9223372036854775807L || j4 == Long.MIN_VALUE) ? -9223372036854775807L : j4 + x0Var8.o); @@ -1257,7 +1257,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } } } - z0 z0Var5 = this.f954z; + z0 z0Var5 = this.f953z; x0 x0Var12 = z0Var5.i; if (!(x0Var12 == null || z0Var5.h == x0Var12 || x0Var12.g)) { m mVar4 = x0Var12.n; @@ -1270,10 +1270,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } k1 k1Var4 = k1VarArr4[i5]; if (w(k1Var4)) { - boolean z10 = k1Var4.h() != x0Var12.f1015c[i5]; + boolean z10 = k1Var4.h() != x0Var12.f1014c[i5]; if (!mVar4.b(i5) || z10) { if (!k1Var4.v()) { - k1Var4.j(j(mVar4.f872c[i5]), x0Var12.f1015c[i5], x0Var12.e(), x0Var12.o); + k1Var4.j(j(mVar4.f871c[i5]), x0Var12.f1014c[i5], x0Var12.e(), x0Var12.o); } else if (k1Var4.b()) { f(k1Var4); } else { @@ -1289,17 +1289,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } boolean z11 = false; while (true) { - if (!(e0() && !this.I && (x0Var = this.f954z.h) != null && (x0Var2 = x0Var.l) != null && this.S >= x0Var2.e() && x0Var2.g)) { + if (!(e0() && !this.I && (x0Var = this.f953z.h) != null && (x0Var2 = x0Var.l) != null && this.S >= x0Var2.e() && x0Var2.g)) { break; } if (z11) { z(); } - z0 z0Var6 = this.f954z; + z0 z0Var6 = this.f953z; x0 x0Var13 = z0Var6.h; x0 a3 = z0Var6.a(); y0 y0Var = a3.f; - this.E = u(y0Var.a, y0Var.b, y0Var.f1020c); + this.E = u(y0Var.a, y0Var.b, y0Var.f1019c); this.F.b(x0Var13.f.f ? 0 : 3); r1 r1Var = this.E.b; l0(r1Var, a3.f.a, r1Var, x0Var13.f.a, -9223372036854775807L); @@ -1313,7 +1313,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.o.a.removeMessages(2); return; } - x0 x0Var14 = this.f954z.h; + x0 x0Var14 = this.f953z.h; if (x0Var14 == null) { M(a2, 10); return; @@ -1322,7 +1322,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { m0(); if (x0Var14.d) { long elapsedRealtime = SystemClock.elapsedRealtime() * 1000; - x0Var14.a.r(this.E.f782s - this.t, this.u); + x0Var14.a.r(this.E.f781s - this.t, this.u); boolean z12 = true; z2 = true; int i7 = 0; @@ -1335,7 +1335,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (w(k1Var5)) { k1Var5.q(this.S, elapsedRealtime); boolean z13 = z12 && k1Var5.b(); - boolean z14 = x0Var14.f1015c[i7] != k1Var5.h(); + boolean z14 = x0Var14.f1014c[i7] != k1Var5.h(); boolean z15 = z14 || (!z14 && k1Var5.i()) || k1Var5.d() || k1Var5.b(); boolean z16 = z2 && z15; if (!z15) { @@ -1353,7 +1353,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z2 = true; } long j5 = x0Var14.f.e; - boolean z17 = z3 && x0Var14.d && (j5 == -9223372036854775807L || j5 <= this.E.f782s); + boolean z17 = z3 && x0Var14.d && (j5 == -9223372036854775807L || j5 <= this.E.f781s); if (z17 && this.I) { this.I = false; Y(false, this.E.m, false, 5); @@ -1366,8 +1366,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } else { if (z2) { if (c1Var2.g) { - long j6 = f0(c1Var2.b, this.f954z.h.f.a) ? ((k0) this.B).i : -9223372036854775807L; - x0 x0Var15 = this.f954z.j; + long j6 = f0(c1Var2.b, this.f953z.h.f.a) ? ((k0) this.B).i : -9223372036854775807L; + x0 x0Var15 = this.f953z.j; boolean z18 = x0Var15.f() && x0Var15.f.h; boolean z19 = x0Var15.f.a.a() && !x0Var15.d; if (!z18) { @@ -1391,8 +1391,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.J = e0(); d0(2); if (this.J) { - for (x0 x0Var16 = this.f954z.h; x0Var16 != null; x0Var16 = x0Var16.l) { - c.i.a.c.f2.g[] gVarArr = x0Var16.n.f872c; + for (x0 x0Var16 = this.f953z.h; x0Var16 != null; x0Var16 = x0Var16.l) { + c.i.a.c.f2.g[] gVarArr = x0Var16.n.f871c; for (c.i.a.c.f2.g gVar : gVarArr) { if (gVar != null) { gVar.k(); @@ -1424,7 +1424,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (i8 >= k1VarArr6.length) { break; } - if (w(k1VarArr6[i8]) && this.i[i8].h() == x0Var14.f1015c[i8]) { + if (w(k1VarArr6[i8]) && this.i[i8].h() == x0Var14.f1014c[i8]) { this.i[i8].s(); } i8++; @@ -1457,7 +1457,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } c1 c1Var5 = this.E; if (c1Var5.p != z4) { - this.E = new c1(c1Var5.b, c1Var5.f781c, c1Var5.d, c1Var5.e, c1Var5.f, c1Var5.g, c1Var5.h, c1Var5.i, c1Var5.j, c1Var5.k, c1Var5.l, c1Var5.m, c1Var5.n, c1Var5.q, c1Var5.r, c1Var5.f782s, c1Var5.o, z4); + this.E = new c1(c1Var5.b, c1Var5.f780c, c1Var5.d, c1Var5.e, c1Var5.f, c1Var5.g, c1Var5.h, c1Var5.i, c1Var5.j, c1Var5.k, c1Var5.l, c1Var5.m, c1Var5.n, c1Var5.q, c1Var5.r, c1Var5.f781s, c1Var5.o, z4); } this.O = false; AnimatableValueParser.f0(); @@ -1572,7 +1572,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z(); } catch (ExoPlaybackException e2) { e = e2; - if (e.type == 1 && (x0Var = this.f954z.i) != null) { + if (e.type == 1 && (x0Var = this.f953z.i) != null) { e = e.a(x0Var.f.a); } if (!e.isRecoverable || this.V != null) { @@ -1593,7 +1593,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z(); } catch (IOException e3) { ExoPlaybackException exoPlaybackException2 = new ExoPlaybackException(0, e3); - x0 x0Var2 = this.f954z.h; + x0 x0Var2 = this.f953z.h; if (x0Var2 != null) { exoPlaybackException2 = exoPlaybackException2.a(x0Var2.f.a); } @@ -1613,7 +1613,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final void i(boolean[] zArr) throws ExoPlaybackException { r rVar; - x0 x0Var = this.f954z.i; + x0 x0Var = this.f953z.i; m mVar = x0Var.n; for (int i = 0; i < this.i.length; i++) { if (!mVar.b(i)) { @@ -1625,16 +1625,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { boolean z2 = zArr[i2]; k1 k1Var = this.i[i2]; if (!w(k1Var)) { - z0 z0Var = this.f954z; + z0 z0Var = this.f953z; x0 x0Var2 = z0Var.i; boolean z3 = x0Var2 == z0Var.h; m mVar2 = x0Var2.n; m1 m1Var = mVar2.b[i2]; - Format[] j = j(mVar2.f872c[i2]); + Format[] j = j(mVar2.f871c[i2]); boolean z4 = e0() && this.E.e == 3; boolean z5 = !z2 && z4; this.Q++; - k1Var.o(m1Var, j, x0Var2.f1015c[i2], this.S, z5, z3, x0Var2.e(), x0Var2.o); + k1Var.o(m1Var, j, x0Var2.f1014c[i2], this.S, z5, z3, x0Var2.e(), x0Var2.o); k1Var.r(103, new p0(this)); m0 m0Var = this.v; Objects.requireNonNull(m0Var); @@ -1683,30 +1683,30 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final long k(r1 r1Var, Object obj, long j) { - r1Var.n(r1Var.h(obj, this.f951s).f960c, this.r); + r1Var.n(r1Var.h(obj, this.f950s).f959c, this.r); r1.c cVar = this.r; if (cVar.h != -9223372036854775807L && cVar.c()) { r1.c cVar2 = this.r; if (cVar2.k) { long j2 = cVar2.i; int i = f0.a; - return h0.a((j2 == -9223372036854775807L ? System.currentTimeMillis() : j2 + SystemClock.elapsedRealtime()) - this.r.h) - (j + this.f951s.e); + return h0.a((j2 == -9223372036854775807L ? System.currentTimeMillis() : j2 + SystemClock.elapsedRealtime()) - this.r.h) - (j + this.f950s.e); } } return -9223372036854775807L; } public final void k0() { - x0 x0Var = this.f954z.j; + x0 x0Var = this.f953z.j; boolean z2 = this.K || (x0Var != null && x0Var.a.h()); c1 c1Var = this.E; if (z2 != c1Var.g) { - this.E = new c1(c1Var.b, c1Var.f781c, c1Var.d, c1Var.e, c1Var.f, z2, c1Var.h, c1Var.i, c1Var.j, c1Var.k, c1Var.l, c1Var.m, c1Var.n, c1Var.q, c1Var.r, c1Var.f782s, c1Var.o, c1Var.p); + this.E = new c1(c1Var.b, c1Var.f780c, c1Var.d, c1Var.e, c1Var.f, z2, c1Var.h, c1Var.i, c1Var.j, c1Var.k, c1Var.l, c1Var.m, c1Var.n, c1Var.q, c1Var.r, c1Var.f781s, c1Var.o, c1Var.p); } } public final long l() { - x0 x0Var = this.f954z.i; + x0 x0Var = this.f953z.i; if (x0Var == null) { return 0; } @@ -1720,7 +1720,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (i >= k1VarArr.length) { return j; } - if (w(k1VarArr[i]) && this.i[i].h() == x0Var.f1015c[i]) { + if (w(k1VarArr[i]) && this.i[i].h() == x0Var.f1014c[i]) { long t = this.i[i].t(); if (t == Long.MIN_VALUE) { return Long.MIN_VALUE; @@ -1741,7 +1741,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } return; } - r1Var.n(r1Var.h(aVar.a, this.f951s).f960c, this.r); + r1Var.n(r1Var.h(aVar.a, this.f950s).f959c, this.r); t0 t0Var = this.B; v0.f fVar = this.r.m; int i = f0.a; @@ -1749,7 +1749,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { Objects.requireNonNull(k0Var); k0Var.d = h0.a(fVar.a); k0Var.g = h0.a(fVar.b); - k0Var.h = h0.a(fVar.f993c); + k0Var.h = h0.a(fVar.f992c); float f3 = fVar.d; if (f3 == -3.4028235E38f) { f3 = 0.97f; @@ -1767,10 +1767,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { k0Var2.a(); return; } - Object obj = this.r.f961c; + Object obj = this.r.f960c; Object obj2 = null; if (!r1Var2.q()) { - obj2 = r1Var2.n(r1Var2.h(aVar2.a, this.f951s).f960c, this.r).f961c; + obj2 = r1Var2.n(r1Var2.h(aVar2.a, this.f950s).f959c, this.r).f960c; } if (!f0.a(obj2, obj)) { k0 k0Var3 = (k0) this.B; @@ -1785,13 +1785,13 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { y.a aVar = c1.a; return Pair.create(c1.a, 0L); } - Pair j2 = r1Var.j(this.r, this.f951s, r1Var.a(this.M), -9223372036854775807L); - y.a n = this.f954z.n(r1Var, j2.first, 0); + Pair j2 = r1Var.j(this.r, this.f950s, r1Var.a(this.M), -9223372036854775807L); + y.a n = this.f953z.n(r1Var, j2.first, 0); long longValue = ((Long) j2.second).longValue(); if (n.a()) { - r1Var.h(n.a, this.f951s); - if (n.f818c == this.f951s.e(n.b)) { - j = this.f951s.f.f; + r1Var.h(n.a, this.f950s); + if (n.f817c == this.f950s.e(n.b)) { + j = this.f950s.f.f; } longValue = j; } @@ -1819,21 +1819,21 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { q0 q0Var5; q0 q0Var6; q0 q0Var7; - x0 x0Var = this.f954z.h; + x0 x0Var = this.f953z.h; if (x0Var != null) { long k = x0Var.d ? x0Var.a.k() : -9223372036854775807L; if (k != -9223372036854775807L) { H(k); - if (k != this.E.f782s) { + if (k != this.E.f781s) { c1 c1Var = this.E; - this.E = u(c1Var.f781c, k, c1Var.d); + this.E = u(c1Var.f780c, k, c1Var.d); this.F.b(4); } q0Var2 = this; q0Var = q0Var2; } else { m0 m0Var = this.v; - boolean z2 = x0Var != this.f954z.i; + boolean z2 = x0Var != this.f953z.i; k1 k1Var = m0Var.k; if (k1Var == null || k1Var.b() || (!m0Var.k.d() && (z2 || m0Var.k.i()))) { m0Var.m = true; @@ -1872,8 +1872,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { long m2 = m0Var.m(); this.S = m2; long j4 = m2 - x0Var.o; - long j5 = this.E.f782s; - if (this.w.isEmpty() || this.E.f781c.a()) { + long j5 = this.E.f781s; + if (this.w.isEmpty() || this.E.f780c.a()) { q0Var2 = this; q0Var = q0Var2; } else { @@ -1882,7 +1882,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.U = false; } c1 c1Var2 = this.E; - int b2 = c1Var2.b.b(c1Var2.f781c.a); + int b2 = c1Var2.b.b(c1Var2.f780c.a); int min = Math.min(this.T, this.w.size()); if (min > 0) { cVar = this.w.get(min - 1); @@ -1997,17 +1997,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { j4 = j2; q0Var2 = q0Var3; } - q0Var2.E.f782s = j4; + q0Var2.E.f781s = j4; } - q0Var2.E.q = q0Var2.f954z.j.d(); + q0Var2.E.q = q0Var2.f953z.j.d(); q0Var2.E.r = q0Var.n(); c1 c1Var3 = q0Var2.E; - if (c1Var3.l && c1Var3.e == 3 && q0Var2.f0(c1Var3.b, c1Var3.f781c)) { + if (c1Var3.l && c1Var3.e == 3 && q0Var2.f0(c1Var3.b, c1Var3.f780c)) { c1 c1Var4 = q0Var2.E; float f2 = 1.0f; if (c1Var4.n.b == 1.0f) { t0 t0Var = q0Var2.B; - long k2 = q0Var2.k(c1Var4.b, c1Var4.f781c.a, c1Var4.f782s); + long k2 = q0Var2.k(c1Var4.b, c1Var4.f780c.a, c1Var4.f781s); long n = q0Var.n(); k0 k0Var = (k0) t0Var; if (k0Var.d != -9223372036854775807L) { @@ -2017,12 +2017,12 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { k0Var.n = j7; k0Var.o = 0; } else { - float f3 = k0Var.f937c; + float f3 = k0Var.f936c; long max = Math.max(j7, (long) (((1.0f - f3) * ((float) j7)) + (((float) j8) * f3))); k0Var.n = max; long abs = Math.abs(j7 - max); long j9 = k0Var.o; - float f4 = k0Var.f937c; + float f4 = k0Var.f936c; k0Var.o = (long) (((1.0f - f4) * ((float) abs)) + (((float) j9) * f4)); } if (k0Var.m == -9223372036854775807L || SystemClock.elapsedRealtime() - k0Var.m >= 1000) { @@ -2059,7 +2059,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } } if (q0Var2.v.c().b != f2) { - q0Var2.v.e(new d1(f2, q0Var2.E.n.f790c)); + q0Var2.v.e(new d1(f2, q0Var2.E.n.f789c)); q0Var2.t(q0Var2.E.n, q0Var2.v.c().b, false, false); } } @@ -2072,7 +2072,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final long o(long j) { - x0 x0Var = this.f954z.j; + x0 x0Var = this.f953z.j; if (x0Var == null) { return 0; } @@ -2080,7 +2080,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void p(v vVar) { - z0 z0Var = this.f954z; + z0 z0Var = this.f953z; x0 x0Var = z0Var.j; if (x0Var != null && x0Var.a == vVar) { z0Var.l(this.S); @@ -2089,17 +2089,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void q(boolean z2) { - x0 x0Var = this.f954z.j; - y.a aVar = x0Var == null ? this.E.f781c : x0Var.f.a; + x0 x0Var = this.f953z.j; + y.a aVar = x0Var == null ? this.E.f780c : x0Var.f.a; boolean z3 = !this.E.k.equals(aVar); if (z3) { this.E = this.E.a(aVar); } c1 c1Var = this.E; - c1Var.q = x0Var == null ? c1Var.f782s : x0Var.d(); + c1Var.q = x0Var == null ? c1Var.f781s : x0Var.d(); this.E.r = n(); if ((z3 || z2) && x0Var != null && x0Var.d) { - this.m.d(this.i, x0Var.m, x0Var.n.f872c); + this.m.d(this.i, x0Var.m, x0Var.n.f871c); } } @@ -2146,19 +2146,19 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { Throwable th; c1 c1Var = this.E; g gVar2 = this.R; - z0 z0Var = this.f954z; + z0 z0Var = this.f953z; int i7 = this.L; boolean z13 = this.M; r1.c cVar = this.r; - r1.b bVar = this.f951s; + r1.b bVar = this.f950s; if (r1Var.q()) { y.a aVar3 = c1.a; fVar = new f(c1.a, 0, -9223372036854775807L, false, true, false); } else { - y.a aVar4 = c1Var.f781c; + y.a aVar4 = c1Var.f780c; Object obj3 = aVar4.a; boolean g02 = g0(c1Var, bVar, cVar); - long j6 = g02 ? c1Var.d : c1Var.f782s; + long j6 = g02 ? c1Var.d : c1Var.f781s; if (gVar2 != null) { aVar2 = aVar4; Pair K = K(r1Var, gVar2, true, i7, z13, cVar, bVar); @@ -2169,8 +2169,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z9 = false; z5 = true; } else { - if (gVar2.f958c == -9223372036854775807L) { - i4 = r1Var.h(K.first, bVar).f960c; + if (gVar2.f957c == -9223372036854775807L) { + i4 = r1Var.h(K.first, bVar).f959c; obj = obj3; z11 = false; } else { @@ -2201,7 +2201,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { i4 = r1Var.a(z13); z5 = true; } else { - i4 = r1Var.h(L, bVar).f960c; + i4 = r1Var.h(L, bVar).f959c; z5 = false; } obj = obj2; @@ -2227,11 +2227,11 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } fVar = new f(n, j3, j, z4, z3, z2); } else if (j6 == -9223372036854775807L) { - i6 = r1Var.h(obj2, bVar).f960c; + i6 = r1Var.h(obj2, bVar).f959c; } else { aVar = aVar2; c1Var.b.h(aVar.a, bVar); - Pair j7 = r1Var.j(cVar, bVar, r1Var.h(obj2, bVar).f960c, j6 + bVar.e); + Pair j7 = r1Var.j(cVar, bVar, r1Var.h(obj2, bVar).f959c, j6 + bVar.e); obj = j7.first; j6 = ((Long) j7.second).longValue(); i5 = -1; @@ -2255,10 +2255,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } if (!n.a()) { if (n.equals(aVar)) { - j4 = c1Var.f782s; + j4 = c1Var.f781s; } else { r1Var.h(n.a, bVar); - j4 = n.f818c == bVar.e(n.b) ? bVar.f.f : 0; + j4 = n.f817c == bVar.e(n.b) ? bVar.f.f : 0; } j3 = j4; } else { @@ -2300,10 +2300,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { fVar = new f(n, j3, j, z4, z3, z2); } y.a aVar5 = fVar.a; - long j9 = fVar.f957c; + long j9 = fVar.f956c; boolean z14 = fVar.d; long j10 = fVar.b; - boolean z15 = !this.E.f781c.equals(aVar5) || j10 != this.E.f782s; + boolean z15 = !this.E.f780c.equals(aVar5) || j10 != this.E.f781s; try { if (fVar.e) { if (this.E.e != 1) { @@ -2315,14 +2315,14 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { j5 = j9; z12 = false; try { - if (!this.f954z.q(r1Var, this.S, l())) { + if (!this.f953z.q(r1Var, this.S, l())) { N(false); } } catch (Throwable th2) { th = th2; gVar = null; c1 c1Var2 = this.E; - l0(r1Var, aVar5, c1Var2.b, c1Var2.f781c, !fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var2.b, c1Var2.f780c, !fVar.f ? j10 : -9223372036854775807L); if (z15 || j5 != this.E.d) { this.E = u(aVar5, j10, j5); } @@ -2339,16 +2339,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { j5 = j9; z12 = false; if (!r1Var.q()) { - for (x0 x0Var = this.f954z.h; x0Var != null; x0Var = x0Var.l) { + for (x0 x0Var = this.f953z.h; x0Var != null; x0Var = x0Var.l) { if (x0Var.f.a.equals(aVar5)) { - x0Var.f = this.f954z.g(r1Var, x0Var.f); + x0Var.f = this.f953z.g(r1Var, x0Var.f); } } j10 = P(aVar5, j10, z14); } } c1 c1Var3 = this.E; - l0(r1Var, aVar5, c1Var3.b, c1Var3.f781c, fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var3.b, c1Var3.f780c, fVar.f ? j10 : -9223372036854775807L); if (z15 || j5 != this.E.d) { this.E = u(aVar5, j10, j5); } @@ -2365,7 +2365,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z12 = false; gVar = null; c1 c1Var2 = this.E; - l0(r1Var, aVar5, c1Var2.b, c1Var2.f781c, !fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var2.b, c1Var2.f780c, !fVar.f ? j10 : -9223372036854775807L); this.E = u(aVar5, j10, j5); G(); J(r1Var, this.E.b); @@ -2378,7 +2378,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void s(v vVar) throws ExoPlaybackException { - x0 x0Var = this.f954z.j; + x0 x0Var = this.f953z.j; if (x0Var != null && x0Var.a == vVar) { float f2 = this.v.c().b; r1 r1Var = this.E.b; @@ -2396,12 +2396,12 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { y0 y0Var2 = x0Var.f; x0Var.o = (y0Var2.b - a2) + j3; x0Var.f = y0Var2.b(a2); - this.m.d(this.i, x0Var.m, x0Var.n.f872c); - if (x0Var == this.f954z.h) { + this.m.d(this.i, x0Var.m, x0Var.n.f871c); + if (x0Var == this.f953z.h) { H(x0Var.f.b); h(); c1 c1Var = this.E; - this.E = u(c1Var.f781c, x0Var.f.b, c1Var.d); + this.E = u(c1Var.f780c, x0Var.f.b, c1Var.d); } y(); } @@ -2416,13 +2416,13 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.E = this.E.f(d1Var); } float f3 = d1Var.b; - x0 x0Var = this.f954z.h; + x0 x0Var = this.f953z.h; while (true) { i = 0; if (x0Var == null) { break; } - c.i.a.c.f2.g[] gVarArr = x0Var.n.f872c; + c.i.a.c.f2.g[] gVarArr = x0Var.n.f871c; int length = gVarArr.length; while (i < length) { c.i.a.c.f2.g gVar = gVarArr[i]; @@ -2451,17 +2451,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { TrackGroupArray trackGroupArray; u uVar2; int i = 0; - this.U = this.U || j != this.E.f782s || !aVar.equals(this.E.f781c); + this.U = this.U || j != this.E.f781s || !aVar.equals(this.E.f780c); G(); c1 c1Var = this.E; TrackGroupArray trackGroupArray2 = c1Var.h; m mVar2 = c1Var.i; List list = c1Var.j; if (this.A.j) { - x0 x0Var = this.f954z.h; + x0 x0Var = this.f953z.h; TrackGroupArray trackGroupArray3 = x0Var == null ? TrackGroupArray.i : x0Var.m; m mVar3 = x0Var == null ? this.l : x0Var.n; - c.i.a.c.f2.g[] gVarArr = mVar3.f872c; + c.i.a.c.f2.g[] gVarArr = mVar3.f871c; c.i.a.f.e.o.c.n(4, "initialCapacity"); Object[] objArr = new Object[4]; int length = gVarArr.length; @@ -2501,14 +2501,14 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } if (x0Var != null) { y0 y0Var = x0Var.f; - if (y0Var.f1020c != j2) { + if (y0Var.f1019c != j2) { x0Var.f = y0Var.a(j2); } } uVar = uVar2; trackGroupArray = trackGroupArray3; mVar = mVar3; - } else if (!aVar.equals(c1Var.f781c)) { + } else if (!aVar.equals(c1Var.f780c)) { TrackGroupArray trackGroupArray4 = TrackGroupArray.i; m mVar4 = this.l; c.i.b.b.a aVar3 = u.j; @@ -2524,7 +2524,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final boolean v() { - x0 x0Var = this.f954z.j; + x0 x0Var = this.f953z.j; if (x0Var == null) { return false; } @@ -2532,9 +2532,9 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final boolean x() { - x0 x0Var = this.f954z.h; + x0 x0Var = this.f953z.h; long j = x0Var.f.e; - return x0Var.d && (j == -9223372036854775807L || this.E.f782s < j || !e0()); + return x0Var.d && (j == -9223372036854775807L || this.E.f781s < j || !e0()); } public final void y() { @@ -2544,9 +2544,9 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (!v()) { z2 = false; } else { - x0 x0Var = this.f954z.j; + x0 x0Var = this.f953z.j; long o = o(!x0Var.d ? 0 : x0Var.a.c()); - if (x0Var == this.f954z.h) { + if (x0Var == this.f953z.h) { j2 = this.S; j = x0Var.o; } else { @@ -2557,7 +2557,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } this.K = z2; if (z2) { - x0 x0Var2 = this.f954z.j; + x0 x0Var2 = this.f953z.j; long j3 = this.S; AnimatableValueParser.D(x0Var2.g()); x0Var2.a.g(j3 - x0Var2.o); @@ -2572,7 +2572,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { dVar.a = z2; dVar.b = c1Var; if (z2) { - o0 o0Var = ((o) this.f953y).a; + o0 o0Var = ((o) this.f952y).a; o0Var.e.a.post(new t(o0Var, dVar)); this.F = new d(this.E); } diff --git a/app/src/main/java/c/i/a/c/q1.java b/app/src/main/java/c/i/a/c/q1.java index b35bcdc309..b714eed631 100644 --- a/app/src/main/java/c/i/a/c/q1.java +++ b/app/src/main/java/c/i/a/c/q1.java @@ -18,7 +18,7 @@ public final class q1 { public final Handler b; /* renamed from: c reason: collision with root package name */ - public final b f959c; + public final b f958c; public final AudioManager d; @Nullable public c e; @@ -46,7 +46,7 @@ public final class q1 { Context applicationContext = context.getApplicationContext(); this.a = applicationContext; this.b = handler; - this.f959c = bVar; + this.f958c = bVar; AudioManager audioManager = (AudioManager) applicationContext.getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); AnimatableValueParser.H(audioManager); this.d = audioManager; diff --git a/app/src/main/java/c/i/a/c/r1.java b/app/src/main/java/c/i/a/c/r1.java index 07c82ce87b..bb014c248b 100644 --- a/app/src/main/java/c/i/a/c/r1.java +++ b/app/src/main/java/c/i/a/c/r1.java @@ -53,7 +53,7 @@ public abstract class r1 { public Object b; /* renamed from: c reason: collision with root package name */ - public int f960c; + public int f959c; public long d; public long e; public c.i.a.c.d2.j0.a f = c.i.a.c.d2.j0.a.a; @@ -129,7 +129,7 @@ public abstract class r1 { return false; } b bVar = (b) obj; - return f0.a(this.a, bVar.a) && f0.a(this.b, bVar.b) && this.f960c == bVar.f960c && this.d == bVar.d && this.e == bVar.e && f0.a(this.f, bVar.f); + return f0.a(this.a, bVar.a) && f0.a(this.b, bVar.b) && this.f959c == bVar.f959c && this.d == bVar.d && this.e == bVar.e && f0.a(this.f, bVar.f); } public int hashCode() { @@ -142,7 +142,7 @@ public abstract class r1 { } long j = this.d; long j2 = this.e; - return this.f.hashCode() + ((((((((hashCode + i) * 31) + this.f960c) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31); + return this.f.hashCode() + ((((((((hashCode + i) * 31) + this.f959c) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31); } } @@ -152,7 +152,7 @@ public abstract class r1 { public static final v0 b; /* renamed from: c reason: collision with root package name */ - public Object f961c = a; + public Object f960c = a; @Nullable @Deprecated public Object d; @@ -175,7 +175,7 @@ public abstract class r1 { public long r; /* renamed from: s reason: collision with root package name */ - public long f962s; + public long f961s; static { v0.c cVar = new v0.c(); @@ -199,7 +199,7 @@ public abstract class r1 { public c d(Object obj, @Nullable v0 v0Var, @Nullable Object obj2, long j, long j2, long j3, boolean z2, boolean z3, @Nullable v0.f fVar, long j4, long j5, int i, int i2, long j6) { v0.g gVar; - this.f961c = obj; + this.f960c = obj; this.e = v0Var != null ? v0Var : b; this.d = (v0Var == null || (gVar = v0Var.b) == null) ? null : gVar.h; this.f = obj2; @@ -214,7 +214,7 @@ public abstract class r1 { this.r = j5; this.o = i; this.p = i2; - this.f962s = j6; + this.f961s = j6; this.n = false; return this; } @@ -227,11 +227,11 @@ public abstract class r1 { return false; } c cVar = (c) obj; - return f0.a(this.f961c, cVar.f961c) && f0.a(this.e, cVar.e) && f0.a(this.f, cVar.f) && f0.a(this.m, cVar.m) && this.g == cVar.g && this.h == cVar.h && this.i == cVar.i && this.j == cVar.j && this.k == cVar.k && this.n == cVar.n && this.q == cVar.q && this.r == cVar.r && this.o == cVar.o && this.p == cVar.p && this.f962s == cVar.f962s; + return f0.a(this.f960c, cVar.f960c) && f0.a(this.e, cVar.e) && f0.a(this.f, cVar.f) && f0.a(this.m, cVar.m) && this.g == cVar.g && this.h == cVar.h && this.i == cVar.i && this.j == cVar.j && this.k == cVar.k && this.n == cVar.n && this.q == cVar.q && this.r == cVar.r && this.o == cVar.o && this.p == cVar.p && this.f961s == cVar.f961s; } public int hashCode() { - int hashCode = (this.e.hashCode() + ((this.f961c.hashCode() + 217) * 31)) * 31; + int hashCode = (this.e.hashCode() + ((this.f960c.hashCode() + 217) * 31)) * 31; Object obj = this.f; int i = 0; int hashCode2 = (hashCode + (obj == null ? 0 : obj.hashCode())) * 31; @@ -244,7 +244,7 @@ public abstract class r1 { long j3 = this.i; long j4 = this.q; long j5 = this.r; - long j6 = this.f962s; + long j6 = this.f961s; return ((((((((((((((((((((((hashCode2 + i) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32)))) * 31) + (this.j ? 1 : 0)) * 31) + (this.k ? 1 : 0)) * 31) + (this.n ? 1 : 0)) * 31) + ((int) (j4 ^ (j4 >>> 32)))) * 31) + ((int) (j5 ^ (j5 >>> 32)))) * 31) + this.o) * 31) + this.p) * 31) + ((int) (j6 ^ (j6 >>> 32))); } } @@ -263,7 +263,7 @@ public abstract class r1 { } public final int d(int i, b bVar, c cVar, int i2, boolean z2) { - int i3 = g(i, bVar, false).f960c; + int i3 = g(i, bVar, false).f959c; if (n(i3, cVar).p != i) { return i + 1; } @@ -361,7 +361,7 @@ public abstract class r1 { } } int i2 = cVar.o; - long j3 = cVar.f962s + j; + long j3 = cVar.f961s + j; long j4 = g(i2, bVar, true).d; while (j4 != -9223372036854775807L && j3 >= j4 && i2 < cVar.p) { j3 -= j4; diff --git a/app/src/main/java/c/i/a/c/s1.java b/app/src/main/java/c/i/a/c/s1.java index 99b6ae2edd..e31b5f127b 100644 --- a/app/src/main/java/c/i/a/c/s1.java +++ b/app/src/main/java/c/i/a/c/s1.java @@ -12,7 +12,7 @@ public final class s1 { public PowerManager.WakeLock b; /* renamed from: c reason: collision with root package name */ - public boolean f963c; + public boolean f962c; public boolean d; public s1(Context context) { @@ -23,7 +23,7 @@ public final class s1 { public final void a() { PowerManager.WakeLock wakeLock = this.b; if (wakeLock != null) { - if (!this.f963c || !this.d) { + if (!this.f962c || !this.d) { wakeLock.release(); } else { wakeLock.acquire(); diff --git a/app/src/main/java/c/i/a/c/t.java b/app/src/main/java/c/i/a/c/t.java index 9dba6c3025..945b1c7471 100644 --- a/app/src/main/java/c/i/a/c/t.java +++ b/app/src/main/java/c/i/a/c/t.java @@ -18,8 +18,8 @@ public final /* synthetic */ class t implements Runnable { public final void run() { o0 o0Var = this.i; q0.d dVar = this.j; - int i = o0Var.f940s - dVar.f956c; - o0Var.f940s = i; + int i = o0Var.f939s - dVar.f955c; + o0Var.f939s = i; boolean z2 = true; if (dVar.d) { o0Var.t = true; @@ -30,9 +30,9 @@ public final /* synthetic */ class t implements Runnable { } if (i == 0) { r1 r1Var = dVar.b.b; - if (!o0Var.f941x.b.q() && r1Var.q()) { - o0Var.f942y = -1; - o0Var.f943z = 0; + if (!o0Var.f940x.b.q() && r1Var.q()) { + o0Var.f941y = -1; + o0Var.f942z = 0; } if (!r1Var.q()) { List asList = Arrays.asList(((i1) r1Var).i); diff --git a/app/src/main/java/c/i/a/c/t1.java b/app/src/main/java/c/i/a/c/t1.java index d820391789..d95d0ba37e 100644 --- a/app/src/main/java/c/i/a/c/t1.java +++ b/app/src/main/java/c/i/a/c/t1.java @@ -11,7 +11,7 @@ public final class t1 { public WifiManager.WifiLock b; /* renamed from: c reason: collision with root package name */ - public boolean f964c; + public boolean f963c; public boolean d; public t1(Context context) { @@ -21,7 +21,7 @@ public final class t1 { public final void a() { WifiManager.WifiLock wifiLock = this.b; if (wifiLock != null) { - if (!this.f964c || !this.d) { + if (!this.f963c || !this.d) { wifiLock.release(); } else { wifiLock.acquire(); diff --git a/app/src/main/java/c/i/a/c/u1/c1.java b/app/src/main/java/c/i/a/c/u1/c1.java index cf806635e2..7a538a22f4 100644 --- a/app/src/main/java/c/i/a/c/u1/c1.java +++ b/app/src/main/java/c/i/a/c/u1/c1.java @@ -54,7 +54,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { public u b = q0.k; /* renamed from: c reason: collision with root package name */ - public c.i.b.b.w f965c = r0.l; + public c.i.b.b.w f964c = r0.l; @Nullable public y.a d; public y.a e; @@ -89,7 +89,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { if (!aVar.a.equals(obj)) { return false; } - return (z2 && aVar.b == i && aVar.f818c == i2) || (!z2 && aVar.b == -1 && aVar.e == i3); + return (z2 && aVar.b == i && aVar.f817c == i2) || (!z2 && aVar.b == -1 && aVar.e == i3); } public final void a(w.a aVar, @Nullable y.a aVar2, r1 r1Var) { @@ -98,7 +98,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { aVar.c(aVar2, r1Var); return; } - r1 r1Var2 = this.f965c.get(aVar2); + r1 r1Var2 = this.f964c.get(aVar2); if (r1Var2 != null) { aVar.c(aVar2, r1Var2); } @@ -123,7 +123,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { a(aVar, this.d, r1Var); } } - this.f965c = aVar.a(); + this.f964c = aVar.a(); } } @@ -379,7 +379,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { boolean z3 = r1Var.equals(this.o.D()) && i == this.o.o(); long j2 = 0; if (aVar2 != null && aVar2.a()) { - if (z3 && this.o.w() == aVar2.b && this.o.m() == aVar2.f818c) { + if (z3 && this.o.w() == aVar2.b && this.o.m() == aVar2.f817c) { z2 = true; } if (z2) { @@ -407,9 +407,9 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { public final d1.a a0(@Nullable y.a aVar) { Objects.requireNonNull(this.o); - r1 r1Var = aVar == null ? null : this.l.f965c.get(aVar); + r1 r1Var = aVar == null ? null : this.l.f964c.get(aVar); if (aVar != null && r1Var != null) { - return Z(r1Var, r1Var.h(aVar.a, this.j).f960c, aVar); + return Z(r1Var, r1Var.h(aVar.a, this.j).f959c, aVar); } int o = this.o.o(); r1 D = this.o.D(); @@ -433,7 +433,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { Objects.requireNonNull(this.o); boolean z2 = false; if (aVar != null) { - if (this.l.f965c.get(aVar) != null) { + if (this.l.f964c.get(aVar) != null) { z2 = true; } return z2 ? a0(aVar) : Z(r1.a, i, aVar); diff --git a/app/src/main/java/c/i/a/c/u1/d1.java b/app/src/main/java/c/i/a/c/u1/d1.java index 2d22cd3570..beb41084d8 100644 --- a/app/src/main/java/c/i/a/c/u1/d1.java +++ b/app/src/main/java/c/i/a/c/u1/d1.java @@ -17,7 +17,7 @@ public interface d1 { public final r1 b; /* renamed from: c reason: collision with root package name */ - public final int f966c; + public final int f965c; @Nullable public final y.a d; public final long e; @@ -31,7 +31,7 @@ public interface d1 { public a(long j, r1 r1Var, int i, @Nullable y.a aVar, long j2, r1 r1Var2, int i2, @Nullable y.a aVar2, long j3, long j4) { this.a = j; this.b = r1Var; - this.f966c = i; + this.f965c = i; this.d = aVar; this.e = j2; this.f = r1Var2; @@ -49,11 +49,11 @@ public interface d1 { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f966c == aVar.f966c && this.e == aVar.e && this.g == aVar.g && this.i == aVar.i && this.j == aVar.j && c.B(this.b, aVar.b) && c.B(this.d, aVar.d) && c.B(this.f, aVar.f) && c.B(this.h, aVar.h); + return this.a == aVar.a && this.f965c == aVar.f965c && this.e == aVar.e && this.g == aVar.g && this.i == aVar.i && this.j == aVar.j && c.B(this.b, aVar.b) && c.B(this.d, aVar.d) && c.B(this.f, aVar.f) && c.B(this.h, aVar.h); } public int hashCode() { - return Arrays.hashCode(new Object[]{Long.valueOf(this.a), this.b, Integer.valueOf(this.f966c), this.d, Long.valueOf(this.e), this.f, Integer.valueOf(this.g), this.h, Long.valueOf(this.i), Long.valueOf(this.j)}); + return Arrays.hashCode(new Object[]{Long.valueOf(this.a), this.b, Integer.valueOf(this.f965c), this.d, Long.valueOf(this.e), this.f, Integer.valueOf(this.g), this.h, Long.valueOf(this.i), Long.valueOf(this.j)}); } } diff --git a/app/src/main/java/c/i/a/c/u1/f0.java b/app/src/main/java/c/i/a/c/u1/f0.java index fa0d0fb2ca..c9300bcea5 100644 --- a/app/src/main/java/c/i/a/c/u1/f0.java +++ b/app/src/main/java/c/i/a/c/u1/f0.java @@ -11,14 +11,14 @@ public final /* synthetic */ class f0 implements o.a { public final /* synthetic */ r b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f967c; + public final /* synthetic */ u f966c; public final /* synthetic */ IOException d; public final /* synthetic */ boolean e; public /* synthetic */ f0(d1.a aVar, r rVar, u uVar, IOException iOException, boolean z2) { this.a = aVar; this.b = rVar; - this.f967c = uVar; + this.f966c = uVar; this.d = iOException; this.e = z2; } diff --git a/app/src/main/java/c/i/a/c/u1/h.java b/app/src/main/java/c/i/a/c/u1/h.java index dfbe977d24..dee7a1557f 100644 --- a/app/src/main/java/c/i/a/c/u1/h.java +++ b/app/src/main/java/c/i/a/c/u1/h.java @@ -10,12 +10,12 @@ public final /* synthetic */ class h implements o.a { public final /* synthetic */ TrackGroupArray b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ k f968c; + public final /* synthetic */ k f967c; public /* synthetic */ h(d1.a aVar, TrackGroupArray trackGroupArray, k kVar) { this.a = aVar; this.b = trackGroupArray; - this.f968c = kVar; + this.f967c = kVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/i0.java b/app/src/main/java/c/i/a/c/u1/i0.java index a68acabd33..afa36efb8b 100644 --- a/app/src/main/java/c/i/a/c/u1/i0.java +++ b/app/src/main/java/c/i/a/c/u1/i0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class i0 implements o.a { public final /* synthetic */ r b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f969c; + public final /* synthetic */ u f968c; public /* synthetic */ i0(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f969c = uVar; + this.f968c = uVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/j.java b/app/src/main/java/c/i/a/c/u1/j.java index acfc8ad4ac..fcd6d4e360 100644 --- a/app/src/main/java/c/i/a/c/u1/j.java +++ b/app/src/main/java/c/i/a/c/u1/j.java @@ -8,14 +8,14 @@ public final /* synthetic */ class j implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f970c; + public final /* synthetic */ int f969c; public final /* synthetic */ int d; public final /* synthetic */ float e; public /* synthetic */ j(d1.a aVar, int i, int i2, int i3, float f) { this.a = aVar; this.b = i; - this.f970c = i2; + this.f969c = i2; this.d = i3; this.e = f; } diff --git a/app/src/main/java/c/i/a/c/u1/k.java b/app/src/main/java/c/i/a/c/u1/k.java index 0b48dda9e0..1c5f3e7982 100644 --- a/app/src/main/java/c/i/a/c/u1/k.java +++ b/app/src/main/java/c/i/a/c/u1/k.java @@ -8,13 +8,13 @@ public final /* synthetic */ class k implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f971c; + public final /* synthetic */ long f970c; public final /* synthetic */ long d; public /* synthetic */ k(d1.a aVar, int i, long j, long j2) { this.a = aVar; this.b = i; - this.f971c = j; + this.f970c = j; this.d = j2; } diff --git a/app/src/main/java/c/i/a/c/u1/l0.java b/app/src/main/java/c/i/a/c/u1/l0.java index 36cb23a6e9..c3a0a8a75f 100644 --- a/app/src/main/java/c/i/a/c/u1/l0.java +++ b/app/src/main/java/c/i/a/c/u1/l0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class l0 implements o.a { public final /* synthetic */ Format b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ e f972c; + public final /* synthetic */ e f971c; public /* synthetic */ l0(d1.a aVar, Format format, e eVar) { this.a = aVar; this.b = format; - this.f972c = eVar; + this.f971c = eVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/m.java b/app/src/main/java/c/i/a/c/u1/m.java index 76f1e788fd..56ce238c6c 100644 --- a/app/src/main/java/c/i/a/c/u1/m.java +++ b/app/src/main/java/c/i/a/c/u1/m.java @@ -8,12 +8,12 @@ public final /* synthetic */ class m implements o.a { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f973c; + public final /* synthetic */ long f972c; public /* synthetic */ m(d1.a aVar, String str, long j) { this.a = aVar; this.b = str; - this.f973c = j; + this.f972c = j; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/m0.java b/app/src/main/java/c/i/a/c/u1/m0.java index 55d2925367..6cc380ba7c 100644 --- a/app/src/main/java/c/i/a/c/u1/m0.java +++ b/app/src/main/java/c/i/a/c/u1/m0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class m0 implements o.a { public final /* synthetic */ Format b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ e f974c; + public final /* synthetic */ e f973c; public /* synthetic */ m0(d1.a aVar, Format format, e eVar) { this.a = aVar; this.b = format; - this.f974c = eVar; + this.f973c = eVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/n.java b/app/src/main/java/c/i/a/c/u1/n.java index 5e6dc99a07..f8707a1ce2 100644 --- a/app/src/main/java/c/i/a/c/u1/n.java +++ b/app/src/main/java/c/i/a/c/u1/n.java @@ -8,12 +8,12 @@ public final /* synthetic */ class n implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f975c; + public final /* synthetic */ int f974c; public /* synthetic */ n(d1.a aVar, int i, int i2) { this.a = aVar; this.b = i; - this.f975c = i2; + this.f974c = i2; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/n0.java b/app/src/main/java/c/i/a/c/u1/n0.java index 3996ad8950..3d822c6f83 100644 --- a/app/src/main/java/c/i/a/c/u1/n0.java +++ b/app/src/main/java/c/i/a/c/u1/n0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class n0 implements o.a { public final /* synthetic */ r b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f976c; + public final /* synthetic */ u f975c; public /* synthetic */ n0(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f976c = uVar; + this.f975c = uVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/o.java b/app/src/main/java/c/i/a/c/u1/o.java index b6b0984a32..ed7b7567f6 100644 --- a/app/src/main/java/c/i/a/c/u1/o.java +++ b/app/src/main/java/c/i/a/c/u1/o.java @@ -9,12 +9,12 @@ public final /* synthetic */ class o implements o.a { public final /* synthetic */ v0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f977c; + public final /* synthetic */ int f976c; public /* synthetic */ o(d1.a aVar, v0 v0Var, int i) { this.a = aVar; this.b = v0Var; - this.f977c = i; + this.f976c = i; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/o0.java b/app/src/main/java/c/i/a/c/u1/o0.java index 0ff065aebc..d7820130a7 100644 --- a/app/src/main/java/c/i/a/c/u1/o0.java +++ b/app/src/main/java/c/i/a/c/u1/o0.java @@ -8,12 +8,12 @@ public final /* synthetic */ class o0 implements o.a { public final /* synthetic */ long b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f978c; + public final /* synthetic */ int f977c; public /* synthetic */ o0(d1.a aVar, long j, int i) { this.a = aVar; this.b = j; - this.f978c = i; + this.f977c = i; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/s0.java b/app/src/main/java/c/i/a/c/u1/s0.java index 017206729a..fbb071ed5e 100644 --- a/app/src/main/java/c/i/a/c/u1/s0.java +++ b/app/src/main/java/c/i/a/c/u1/s0.java @@ -8,12 +8,12 @@ public final /* synthetic */ class s0 implements o.a { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f979c; + public final /* synthetic */ int f978c; public /* synthetic */ s0(d1.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f979c = i; + this.f978c = i; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/t0.java b/app/src/main/java/c/i/a/c/u1/t0.java index b7d5b41afd..31c66f1e89 100644 --- a/app/src/main/java/c/i/a/c/u1/t0.java +++ b/app/src/main/java/c/i/a/c/u1/t0.java @@ -8,12 +8,12 @@ public final /* synthetic */ class t0 implements o.a { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f980c; + public final /* synthetic */ int f979c; public /* synthetic */ t0(d1.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f980c = i; + this.f979c = i; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/v0.java b/app/src/main/java/c/i/a/c/u1/v0.java index b07e0ff43e..81a0ba375d 100644 --- a/app/src/main/java/c/i/a/c/u1/v0.java +++ b/app/src/main/java/c/i/a/c/u1/v0.java @@ -8,12 +8,12 @@ public final /* synthetic */ class v0 implements o.a { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f981c; + public final /* synthetic */ long f980c; public /* synthetic */ v0(d1.a aVar, String str, long j) { this.a = aVar; this.b = str; - this.f981c = j; + this.f980c = j; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/w.java b/app/src/main/java/c/i/a/c/u1/w.java index 1fd4e320c7..c3dcc60ae3 100644 --- a/app/src/main/java/c/i/a/c/u1/w.java +++ b/app/src/main/java/c/i/a/c/u1/w.java @@ -10,12 +10,12 @@ public final /* synthetic */ class w implements o.a { public final /* synthetic */ r b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f982c; + public final /* synthetic */ u f981c; public /* synthetic */ w(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f982c = uVar; + this.f981c = uVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/z.java b/app/src/main/java/c/i/a/c/u1/z.java index ffd8677a05..9416bf6942 100644 --- a/app/src/main/java/c/i/a/c/u1/z.java +++ b/app/src/main/java/c/i/a/c/u1/z.java @@ -8,12 +8,12 @@ public final /* synthetic */ class z implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f983c; + public final /* synthetic */ long f982c; public /* synthetic */ z(d1.a aVar, int i, long j) { this.a = aVar; this.b = i; - this.f983c = j; + this.f982c = j; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/z0.java b/app/src/main/java/c/i/a/c/u1/z0.java index 063166c3bc..182456dcd5 100644 --- a/app/src/main/java/c/i/a/c/u1/z0.java +++ b/app/src/main/java/c/i/a/c/u1/z0.java @@ -8,13 +8,13 @@ public final /* synthetic */ class z0 implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f984c; + public final /* synthetic */ long f983c; public final /* synthetic */ long d; public /* synthetic */ z0(d1.a aVar, int i, long j, long j2) { this.a = aVar; this.b = i; - this.f984c = j; + this.f983c = j; this.d = j2; } diff --git a/app/src/main/java/c/i/a/c/v0.java b/app/src/main/java/c/i/a/c/v0.java index 89c09a27fd..fc51640e40 100644 --- a/app/src/main/java/c/i/a/c/v0.java +++ b/app/src/main/java/c/i/a/c/v0.java @@ -17,7 +17,7 @@ public final class v0 { public final g b; /* renamed from: c reason: collision with root package name */ - public final f f985c; + public final f f984c; public final w0 d; public final d e; @@ -60,7 +60,7 @@ public final class v0 { @Nullable /* renamed from: c reason: collision with root package name */ - public String f986c; + public String f985c; public long d; public boolean e; public boolean f; @@ -83,7 +83,7 @@ public final class v0 { @Nullable /* renamed from: s reason: collision with root package name */ - public Uri f987s; + public Uri f986s; @Nullable public Object t; @Nullable @@ -93,23 +93,23 @@ public final class v0 { public long w = -9223372036854775807L; /* renamed from: x reason: collision with root package name */ - public long f988x = -9223372036854775807L; + public long f987x = -9223372036854775807L; /* renamed from: y reason: collision with root package name */ - public long f989y = -9223372036854775807L; + public long f988y = -9223372036854775807L; /* renamed from: z reason: collision with root package name */ - public float f990z = -3.4028235E38f; + public float f989z = -3.4028235E38f; public v0 a() { g gVar; AnimatableValueParser.D(this.h == null || this.j != null); Uri uri = this.b; if (uri != null) { - String str = this.f986c; + String str = this.f985c; UUID uuid = this.j; e eVar = uuid != null ? new e(uuid, this.h, this.i, this.k, this.m, this.l, this.n, this.o, null) : null; - Uri uri2 = this.f987s; + Uri uri2 = this.f986s; g gVar2 = new g(uri, str, eVar, uri2 != null ? new b(uri2, this.t, null) : null, this.p, this.q, this.r, this.u, null); String str2 = this.a; if (str2 == null) { @@ -123,7 +123,7 @@ public final class v0 { String str3 = this.a; Objects.requireNonNull(str3); d dVar = new d(this.d, Long.MIN_VALUE, this.e, this.f, this.g, null); - f fVar = new f(this.w, this.f988x, this.f989y, this.f990z, this.A); + f fVar = new f(this.w, this.f987x, this.f988y, this.f989z, this.A); w0 w0Var = this.v; if (w0Var == null) { w0Var = new w0(null, null); @@ -138,14 +138,14 @@ public final class v0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final boolean f991c; + public final boolean f990c; public final boolean d; public final boolean e; public d(long j, long j2, boolean z2, boolean z3, boolean z4, a aVar) { this.a = j; this.b = j2; - this.f991c = z2; + this.f990c = z2; this.d = z3; this.e = z4; } @@ -158,13 +158,13 @@ public final class v0 { return false; } d dVar = (d) obj; - return this.a == dVar.a && this.b == dVar.b && this.f991c == dVar.f991c && this.d == dVar.d && this.e == dVar.e; + return this.a == dVar.a && this.b == dVar.b && this.f990c == dVar.f990c && this.d == dVar.d && this.e == dVar.e; } public int hashCode() { long j = this.a; long j2 = this.b; - return (((((((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + (this.f991c ? 1 : 0)) * 31) + (this.d ? 1 : 0)) * 31) + (this.e ? 1 : 0); + return (((((((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + (this.f990c ? 1 : 0)) * 31) + (this.d ? 1 : 0)) * 31) + (this.e ? 1 : 0); } } @@ -175,7 +175,7 @@ public final class v0 { public final Uri b; /* renamed from: c reason: collision with root package name */ - public final Map f992c; + public final Map f991c; public final boolean d; public final boolean e; public final boolean f; @@ -187,7 +187,7 @@ public final class v0 { AnimatableValueParser.k(!z3 || uri != null); this.a = uuid; this.b = uri; - this.f992c = map; + this.f991c = map; this.d = z2; this.f = z3; this.e = z4; @@ -203,14 +203,14 @@ public final class v0 { return false; } e eVar = (e) obj; - return this.a.equals(eVar.a) && f0.a(this.b, eVar.b) && f0.a(this.f992c, eVar.f992c) && this.d == eVar.d && this.f == eVar.f && this.e == eVar.e && this.g.equals(eVar.g) && Arrays.equals(this.h, eVar.h); + return this.a.equals(eVar.a) && f0.a(this.b, eVar.b) && f0.a(this.f991c, eVar.f991c) && this.d == eVar.d && this.f == eVar.f && this.e == eVar.e && this.g.equals(eVar.g) && Arrays.equals(this.h, eVar.h); } public int hashCode() { int hashCode = this.a.hashCode() * 31; Uri uri = this.b; int hashCode2 = uri != null ? uri.hashCode() : 0; - int hashCode3 = this.f992c.hashCode(); + int hashCode3 = this.f991c.hashCode(); return Arrays.hashCode(this.h) + ((this.g.hashCode() + ((((((((hashCode3 + ((hashCode + hashCode2) * 31)) * 31) + (this.d ? 1 : 0)) * 31) + (this.f ? 1 : 0)) * 31) + (this.e ? 1 : 0)) * 31)) * 31); } } @@ -221,14 +221,14 @@ public final class v0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f993c; + public final long f992c; public final float d; public final float e; public f(long j, long j2, long j3, float f, float f2) { this.a = j; this.b = j2; - this.f993c = j3; + this.f992c = j3; this.d = f; this.e = f2; } @@ -241,13 +241,13 @@ public final class v0 { return false; } f fVar = (f) obj; - return this.a == fVar.a && this.b == fVar.b && this.f993c == fVar.f993c && this.d == fVar.d && this.e == fVar.e; + return this.a == fVar.a && this.b == fVar.b && this.f992c == fVar.f992c && this.d == fVar.d && this.e == fVar.e; } public int hashCode() { long j = this.a; long j2 = this.b; - long j3 = this.f993c; + long j3 = this.f992c; int i = ((((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32)))) * 31; float f = this.d; int i2 = 0; @@ -268,7 +268,7 @@ public final class v0 { @Nullable /* renamed from: c reason: collision with root package name */ - public final e f994c; + public final e f993c; @Nullable public final b d; public final List e; @@ -281,7 +281,7 @@ public final class v0 { public g(Uri uri, String str, e eVar, b bVar, List list, String str2, List list2, Object obj, a aVar) { this.a = uri; this.b = str; - this.f994c = eVar; + this.f993c = eVar; this.d = bVar; this.e = list; this.f = str2; @@ -297,7 +297,7 @@ public final class v0 { return false; } g gVar = (g) obj; - return this.a.equals(gVar.a) && f0.a(this.b, gVar.b) && f0.a(this.f994c, gVar.f994c) && f0.a(this.d, gVar.d) && this.e.equals(gVar.e) && f0.a(this.f, gVar.f) && this.g.equals(gVar.g) && f0.a(this.h, gVar.h); + return this.a.equals(gVar.a) && f0.a(this.b, gVar.b) && f0.a(this.f993c, gVar.f993c) && f0.a(this.d, gVar.d) && this.e.equals(gVar.e) && f0.a(this.f, gVar.f) && this.g.equals(gVar.g) && f0.a(this.h, gVar.h); } public int hashCode() { @@ -305,7 +305,7 @@ public final class v0 { String str = this.b; int i = 0; int hashCode2 = (hashCode + (str == null ? 0 : str.hashCode())) * 31; - e eVar = this.f994c; + e eVar = this.f993c; int hashCode3 = (hashCode2 + (eVar == null ? 0 : eVar.hashCode())) * 31; b bVar = this.d; int hashCode4 = (this.e.hashCode() + ((hashCode3 + (bVar == null ? 0 : bVar.hashCode())) * 31)) * 31; @@ -322,7 +322,7 @@ public final class v0 { public v0(String str, d dVar, g gVar, f fVar, w0 w0Var, a aVar) { this.a = str; this.b = gVar; - this.f985c = fVar; + this.f984c = fVar; this.d = w0Var; this.e = dVar; } @@ -335,14 +335,14 @@ public final class v0 { return false; } v0 v0Var = (v0) obj; - return f0.a(this.a, v0Var.a) && this.e.equals(v0Var.e) && f0.a(this.b, v0Var.b) && f0.a(this.f985c, v0Var.f985c) && f0.a(this.d, v0Var.d); + return f0.a(this.a, v0Var.a) && this.e.equals(v0Var.e) && f0.a(this.b, v0Var.b) && f0.a(this.f984c, v0Var.f984c) && f0.a(this.d, v0Var.d); } public int hashCode() { int hashCode = this.a.hashCode() * 31; g gVar = this.b; int hashCode2 = gVar != null ? gVar.hashCode() : 0; - int hashCode3 = this.f985c.hashCode(); + int hashCode3 = this.f984c.hashCode(); return this.d.hashCode() + ((this.e.hashCode() + ((hashCode3 + ((hashCode + hashCode2) * 31)) * 31)) * 31); } } diff --git a/app/src/main/java/c/i/a/c/v1/a0.java b/app/src/main/java/c/i/a/c/v1/a0.java index d2dba7d9dd..8518f27971 100644 --- a/app/src/main/java/c/i/a/c/v1/a0.java +++ b/app/src/main/java/c/i/a/c/v1/a0.java @@ -84,7 +84,7 @@ public final class a0 extends u { public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException { int i = aVar.d; if (i == 3 || i == 2 || i == 268435456 || i == 536870912 || i == 805306368 || i == 4) { - return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2285c, 2) : AudioProcessor.a.a; + return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2283c, 2) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/c/i/a/c/v1/b0.java b/app/src/main/java/c/i/a/c/v1/b0.java index 179bbb072f..38165784cd 100644 --- a/app/src/main/java/c/i/a/c/v1/b0.java +++ b/app/src/main/java/c/i/a/c/v1/b0.java @@ -18,7 +18,7 @@ public final class b0 extends u { public int r; /* renamed from: s reason: collision with root package name */ - public boolean f995s; + public boolean f994s; public long t; public b0() { @@ -62,7 +62,7 @@ public final class b0 extends u { int remaining = byteBuffer.remaining(); j(remaining).put(byteBuffer).flip(); if (remaining > 0) { - this.f995s = true; + this.f994s = true; } } byteBuffer.limit(limit); @@ -82,7 +82,7 @@ public final class b0 extends u { this.q = i5; byte[] bArr2 = this.n; if (i5 == bArr2.length) { - if (this.f995s) { + if (this.f994s) { l(bArr2, this.r); this.t += (long) ((this.q - (this.r * 2)) / this.l); } else { @@ -144,7 +144,7 @@ public final class b0 extends u { this.p = 0; this.t = 0; this.q = 0; - this.f995s = false; + this.f994s = false; } @Override // c.i.a.c.v1.u @@ -153,7 +153,7 @@ public final class b0 extends u { if (i > 0) { l(this.n, i); } - if (!this.f995s) { + if (!this.f994s) { this.t += (long) (this.r / this.l); } } @@ -180,7 +180,7 @@ public final class b0 extends u { public final void l(byte[] bArr, int i) { j(i).put(bArr, 0, i).flip(); if (i > 0) { - this.f995s = true; + this.f994s = true; } } diff --git a/app/src/main/java/c/i/a/c/v1/c0.java b/app/src/main/java/c/i/a/c/v1/c0.java index bc7263577a..151387cbe2 100644 --- a/app/src/main/java/c/i/a/c/v1/c0.java +++ b/app/src/main/java/c/i/a/c/v1/c0.java @@ -9,7 +9,7 @@ public final class c0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final float f996c; + public final float f995c; public final float d; public final float e; public final int f; @@ -27,7 +27,7 @@ public final class c0 { public int r; /* renamed from: s reason: collision with root package name */ - public int f997s; + public int f996s; public int t; public int u; public int v; @@ -35,7 +35,7 @@ public final class c0 { public c0(int i, int i2, float f, float f2, int i3) { this.a = i; this.b = i2; - this.f996c = f; + this.f995c = f; this.d = f2; this.e = ((float) i) / ((float) i3); this.f = i / 400; @@ -127,7 +127,7 @@ public final class c0 { int i6; int i7; int i8 = this.m; - float f = this.f996c; + float f = this.f995c; float f2 = this.d; float f3 = f / f2; float f4 = this.e * f2; @@ -178,9 +178,9 @@ public final class c0 { } } int i21 = this.u; - int i22 = i21 != 0 && this.f997s != 0 && this.v <= i21 * 3 && i21 * 2 > this.t * 3 ? this.f997s : i5; + int i22 = i21 != 0 && this.f996s != 0 && this.v <= i21 * 3 && i21 * 2 > this.t * 3 ? this.f996s : i5; this.t = i21; - this.f997s = i5; + this.f996s = i5; if (d > 1.0d) { short[] sArr2 = this.j; if (f3 >= 2.0f) { diff --git a/app/src/main/java/c/i/a/c/v1/d0.java b/app/src/main/java/c/i/a/c/v1/d0.java index 52f064bb6c..96540f9898 100644 --- a/app/src/main/java/c/i/a/c/v1/d0.java +++ b/app/src/main/java/c/i/a/c/v1/d0.java @@ -11,7 +11,7 @@ public final class d0 implements AudioProcessor { public int b; /* renamed from: c reason: collision with root package name */ - public float f998c = 1.0f; + public float f997c = 1.0f; public float d = 1.0f; public AudioProcessor.a e; public AudioProcessor.a f; @@ -42,7 +42,7 @@ public final class d0 implements AudioProcessor { @Override // com.google.android.exoplayer2.audio.AudioProcessor public boolean a() { - return this.f.b != -1 && (Math.abs(this.f998c - 1.0f) >= 1.0E-4f || Math.abs(this.d - 1.0f) >= 1.0E-4f || this.f.b != this.e.b); + return this.f.b != -1 && (Math.abs(this.f997c - 1.0f) >= 1.0E-4f || Math.abs(this.d - 1.0f) >= 1.0E-4f || this.f.b != this.e.b); } @Override // com.google.android.exoplayer2.audio.AudioProcessor @@ -79,7 +79,7 @@ public final class d0 implements AudioProcessor { i = aVar.b; } this.e = aVar; - AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2285c, 2); + AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2283c, 2); this.f = aVar2; this.i = true; return aVar2; @@ -93,7 +93,7 @@ public final class d0 implements AudioProcessor { c0 c0Var = this.j; if (c0Var != null) { int i2 = c0Var.k; - float f = c0Var.f996c; + float f = c0Var.f995c; float f2 = c0Var.d; float f3 = c0Var.e * f2; int i3 = c0Var.m + ((int) ((((((float) i2) / (f / f2)) + ((float) c0Var.o)) / f3) + 0.5f)); @@ -128,7 +128,7 @@ public final class d0 implements AudioProcessor { AudioProcessor.a aVar2 = this.f; this.h = aVar2; if (this.i) { - this.j = new c0(aVar.b, aVar.f2285c, this.f998c, this.d, aVar2.b); + this.j = new c0(aVar.b, aVar.f2283c, this.f997c, this.d, aVar2.b); } else { c0 c0Var = this.j; if (c0Var != null) { @@ -138,7 +138,7 @@ public final class d0 implements AudioProcessor { c0Var.p = 0; c0Var.q = 0; c0Var.r = 0; - c0Var.f997s = 0; + c0Var.f996s = 0; c0Var.t = 0; c0Var.u = 0; c0Var.v = 0; @@ -183,7 +183,7 @@ public final class d0 implements AudioProcessor { @Override // com.google.android.exoplayer2.audio.AudioProcessor public void reset() { - this.f998c = 1.0f; + this.f997c = 1.0f; this.d = 1.0f; AudioProcessor.a aVar = AudioProcessor.a.a; this.e = aVar; diff --git a/app/src/main/java/c/i/a/c/v1/k.java b/app/src/main/java/c/i/a/c/v1/k.java index 16213cc9a6..1c52765a14 100644 --- a/app/src/main/java/c/i/a/c/v1/k.java +++ b/app/src/main/java/c/i/a/c/v1/k.java @@ -15,12 +15,12 @@ public final class k { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f999c; + public final String f998c; public b(int i, int i2, String str, a aVar) { this.a = i; this.b = i2; - this.f999c = str; + this.f998c = str; } } diff --git a/app/src/main/java/c/i/a/c/v1/l.java b/app/src/main/java/c/i/a/c/v1/l.java index f9260698fb..f647fb9010 100644 --- a/app/src/main/java/c/i/a/c/v1/l.java +++ b/app/src/main/java/c/i/a/c/v1/l.java @@ -5,7 +5,7 @@ public final class l { public static final int[] b = {48000, 44100, 32000}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1000c = {24000, 22050, 16000}; + public static final int[] f999c = {24000, 22050, 16000}; public static final int[] d = {2, 1, 2, 3, 3, 4, 4, 5}; public static final int[] e = {32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384, 448, 512, 576, 640}; public static final int[] f = {69, 87, 104, 121, 139, 174, 208, 243, 278, 348, 417, 487, 557, 696, 835, 975, 1114, 1253, 1393}; diff --git a/app/src/main/java/c/i/a/c/v1/m.java b/app/src/main/java/c/i/a/c/v1/m.java index b91fc1d42d..1d93bb56e5 100644 --- a/app/src/main/java/c/i/a/c/v1/m.java +++ b/app/src/main/java/c/i/a/c/v1/m.java @@ -13,12 +13,12 @@ public final class m { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1001c; + public final int f1000c; public b(int i, int i2, int i3, int i4, int i5, a aVar) { this.a = i3; this.b = i4; - this.f1001c = i5; + this.f1000c = i5; } } diff --git a/app/src/main/java/c/i/a/c/v1/n.java b/app/src/main/java/c/i/a/c/v1/n.java index 9ce158d816..6c28f7fa4b 100644 --- a/app/src/main/java/c/i/a/c/v1/n.java +++ b/app/src/main/java/c/i/a/c/v1/n.java @@ -10,7 +10,7 @@ public final class n { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1002c; + public final int f1001c; public final int d; public final int e; @Nullable @@ -18,7 +18,7 @@ public final class n { public n(int i, int i2, int i3, int i4, a aVar) { this.b = i; - this.f1002c = i2; + this.f1001c = i2; this.d = i3; this.e = i4; } @@ -26,7 +26,7 @@ public final class n { @RequiresApi(21) public AudioAttributes a() { if (this.f == null) { - AudioAttributes.Builder usage = new AudioAttributes.Builder().setContentType(this.b).setFlags(this.f1002c).setUsage(this.d); + AudioAttributes.Builder usage = new AudioAttributes.Builder().setContentType(this.b).setFlags(this.f1001c).setUsage(this.d); if (f0.a >= 29) { usage.setAllowedCapturePolicy(this.e); } @@ -43,10 +43,10 @@ public final class n { return false; } n nVar = (n) obj; - return this.b == nVar.b && this.f1002c == nVar.f1002c && this.d == nVar.d && this.e == nVar.e; + return this.b == nVar.b && this.f1001c == nVar.f1001c && this.d == nVar.d && this.e == nVar.e; } public int hashCode() { - return ((((((527 + this.b) * 31) + this.f1002c) * 31) + this.d) * 31) + this.e; + return ((((((527 + this.b) * 31) + this.f1001c) * 31) + this.d) * 31) + this.e; } } diff --git a/app/src/main/java/c/i/a/c/v1/o.java b/app/src/main/java/c/i/a/c/v1/o.java index 72a2fe6384..8a439ff98d 100644 --- a/app/src/main/java/c/i/a/c/v1/o.java +++ b/app/src/main/java/c/i/a/c/v1/o.java @@ -9,22 +9,22 @@ public final class o { public static final o b = new o(new int[]{2, 5, 6}, 8); /* renamed from: c reason: collision with root package name */ - public final int[] f1003c; + public final int[] f1002c; public final int d; public o(@Nullable int[] iArr, int i) { if (iArr != null) { int[] copyOf = Arrays.copyOf(iArr, iArr.length); - this.f1003c = copyOf; + this.f1002c = copyOf; Arrays.sort(copyOf); } else { - this.f1003c = new int[0]; + this.f1002c = new int[0]; } this.d = i; } public boolean a(int i) { - return Arrays.binarySearch(this.f1003c, i) >= 0; + return Arrays.binarySearch(this.f1002c, i) >= 0; } public boolean equals(@Nullable Object obj) { @@ -35,18 +35,18 @@ public final class o { return false; } o oVar = (o) obj; - return Arrays.equals(this.f1003c, oVar.f1003c) && this.d == oVar.d; + return Arrays.equals(this.f1002c, oVar.f1002c) && this.d == oVar.d; } public int hashCode() { - return (Arrays.hashCode(this.f1003c) * 31) + this.d; + return (Arrays.hashCode(this.f1002c) * 31) + this.d; } public String toString() { StringBuilder P = a.P("AudioCapabilities[maxChannelCount="); P.append(this.d); P.append(", supportedEncodings="); - P.append(Arrays.toString(this.f1003c)); + P.append(Arrays.toString(this.f1002c)); P.append("]"); return P.toString(); } diff --git a/app/src/main/java/c/i/a/c/v1/r.java b/app/src/main/java/c/i/a/c/v1/r.java index 355f34a5ea..f6d52c2ddc 100644 --- a/app/src/main/java/c/i/a/c/v1/r.java +++ b/app/src/main/java/c/i/a/c/v1/r.java @@ -12,7 +12,7 @@ public final class r { public int b; /* renamed from: c reason: collision with root package name */ - public long f1004c; + public long f1003c; public long d; public long e; public long f; @@ -24,7 +24,7 @@ public final class r { public final AudioTimestamp b = new AudioTimestamp(); /* renamed from: c reason: collision with root package name */ - public long f1005c; + public long f1004c; public long d; public long e; @@ -54,7 +54,7 @@ public final class r { if (i == 0) { this.e = 0; this.f = -1; - this.f1004c = System.nanoTime() / 1000; + this.f1003c = System.nanoTime() / 1000; this.d = 10000; } else if (i == 1) { this.d = 10000; diff --git a/app/src/main/java/c/i/a/c/v1/s.java b/app/src/main/java/c/i/a/c/v1/s.java index d3569d19c5..9ac6b01dfb 100644 --- a/app/src/main/java/c/i/a/c/v1/s.java +++ b/app/src/main/java/c/i/a/c/v1/s.java @@ -19,7 +19,7 @@ public final class s { @Nullable /* renamed from: c reason: collision with root package name */ - public AudioTrack f1006c; + public AudioTrack f1005c; public int d; public int e; @Nullable @@ -39,20 +39,20 @@ public final class s { public long r; /* renamed from: s reason: collision with root package name */ - public long f1007s; + public long f1006s; public long t; public long u; public int v; public int w; /* renamed from: x reason: collision with root package name */ - public long f1008x; + public long f1007x; /* renamed from: y reason: collision with root package name */ - public long f1009y; + public long f1008y; /* renamed from: z reason: collision with root package name */ - public long f1010z; + public long f1009z; /* compiled from: AudioTrackPositionTracker */ public interface a { @@ -83,10 +83,10 @@ public final class s { } public final long b() { - AudioTrack audioTrack = this.f1006c; + AudioTrack audioTrack = this.f1005c; Objects.requireNonNull(audioTrack); - if (this.f1008x != -9223372036854775807L) { - return Math.min(this.A, this.f1010z + ((((SystemClock.elapsedRealtime() * 1000) - this.f1008x) * ((long) this.g)) / 1000000)); + if (this.f1007x != -9223372036854775807L) { + return Math.min(this.A, this.f1009z + ((((SystemClock.elapsedRealtime() * 1000) - this.f1007x) * ((long) this.g)) / 1000000)); } int playState = audioTrack.getPlayState(); if (playState == 1) { @@ -95,23 +95,23 @@ public final class s { long playbackHeadPosition = 4294967295L & ((long) audioTrack.getPlaybackHeadPosition()); if (this.h) { if (playState == 2 && playbackHeadPosition == 0) { - this.u = this.f1007s; + this.u = this.f1006s; } playbackHeadPosition += this.u; } if (f0.a <= 29) { - if (playbackHeadPosition == 0 && this.f1007s > 0 && playState == 3) { - if (this.f1009y == -9223372036854775807L) { - this.f1009y = SystemClock.elapsedRealtime(); + if (playbackHeadPosition == 0 && this.f1006s > 0 && playState == 3) { + if (this.f1008y == -9223372036854775807L) { + this.f1008y = SystemClock.elapsedRealtime(); } - return this.f1007s; + return this.f1006s; } - this.f1009y = -9223372036854775807L; + this.f1008y = -9223372036854775807L; } - if (this.f1007s > playbackHeadPosition) { + if (this.f1006s > playbackHeadPosition) { this.t++; } - this.f1007s = playbackHeadPosition; + this.f1006s = playbackHeadPosition; return playbackHeadPosition + (this.t << 32); } @@ -120,7 +120,7 @@ public final class s { boolean z2; if (j <= b()) { if (this.h) { - AudioTrack audioTrack = this.f1006c; + AudioTrack audioTrack = this.f1005c; Objects.requireNonNull(audioTrack); if (audioTrack.getPlayState() == 2 && b() == 0) { z2 = true; @@ -144,7 +144,7 @@ public final class s { this.C = 0; this.F = 0; this.k = false; - this.f1006c = null; + this.f1005c = null; this.f = null; } @@ -152,7 +152,7 @@ public final class s { if ((c.i.a.c.i2.f0.a < 23 && (r5 == 5 || r5 == 6)) != false) goto L_0x002a; */ public void e(AudioTrack audioTrack, boolean z2, int i, int i2, int i3) { - this.f1006c = audioTrack; + this.f1005c = audioTrack; this.d = i2; this.e = i3; this.f = new r(audioTrack); @@ -165,12 +165,12 @@ public final class s { boolean z4 = f0.z(i); this.q = z4; this.i = z4 ? a((long) (i3 / i2)) : -9223372036854775807L; - this.f1007s = 0; + this.f1006s = 0; this.t = 0; this.u = 0; this.p = false; - this.f1008x = -9223372036854775807L; - this.f1009y = -9223372036854775807L; + this.f1007x = -9223372036854775807L; + this.f1008y = -9223372036854775807L; this.r = 0; this.o = 0; this.j = 1.0f; diff --git a/app/src/main/java/c/i/a/c/v1/u.java b/app/src/main/java/c/i/a/c/v1/u.java index d49a554fc1..109e0bdf81 100644 --- a/app/src/main/java/c/i/a/c/v1/u.java +++ b/app/src/main/java/c/i/a/c/v1/u.java @@ -9,7 +9,7 @@ public abstract class u implements AudioProcessor { public AudioProcessor.a b; /* renamed from: c reason: collision with root package name */ - public AudioProcessor.a f1011c; + public AudioProcessor.a f1010c; public AudioProcessor.a d; public AudioProcessor.a e; public ByteBuffer f; @@ -24,7 +24,7 @@ public abstract class u implements AudioProcessor { this.d = aVar; this.e = aVar; this.b = aVar; - this.f1011c = aVar; + this.f1010c = aVar; } @Override // com.google.android.exoplayer2.audio.AudioProcessor @@ -58,7 +58,7 @@ public abstract class u implements AudioProcessor { this.g = AudioProcessor.a; this.h = false; this.b = this.d; - this.f1011c = this.e; + this.f1010c = this.e; g(); } @@ -98,7 +98,7 @@ public abstract class u implements AudioProcessor { this.d = aVar; this.e = aVar; this.b = aVar; - this.f1011c = aVar; + this.f1010c = aVar; i(); } } diff --git a/app/src/main/java/c/i/a/c/v1/v.java b/app/src/main/java/c/i/a/c/v1/v.java index fb85f70106..4b70eda8ae 100644 --- a/app/src/main/java/c/i/a/c/v1/v.java +++ b/app/src/main/java/c/i/a/c/v1/v.java @@ -17,7 +17,7 @@ public final class v extends u { Objects.requireNonNull(iArr); int position = byteBuffer.position(); int limit = byteBuffer.limit(); - ByteBuffer j = j(((limit - position) / this.b.e) * this.f1011c.e); + ByteBuffer j = j(((limit - position) / this.b.e) * this.f1010c.e); while (position < limit) { for (int i : iArr) { j.putShort(byteBuffer.getShort((i * 2) + position)); @@ -35,11 +35,11 @@ public final class v extends u { return AudioProcessor.a.a; } if (aVar.d == 2) { - boolean z2 = aVar.f2285c != iArr.length; + boolean z2 = aVar.f2283c != iArr.length; int i = 0; while (i < iArr.length) { int i2 = iArr[i]; - if (i2 < aVar.f2285c) { + if (i2 < aVar.f2283c) { z2 |= i2 != i; i++; } else { diff --git a/app/src/main/java/c/i/a/c/v1/w.java b/app/src/main/java/c/i/a/c/v1/w.java index 644f860a33..2b9bf91eff 100644 --- a/app/src/main/java/c/i/a/c/v1/w.java +++ b/app/src/main/java/c/i/a/c/v1/w.java @@ -5,5 +5,5 @@ public final class w { public static final int[] b = {-1, 8000, 16000, 32000, -1, -1, 11025, 22050, 44100, -1, -1, 12000, 24000, 48000, -1, -1}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1012c = {64, 112, 128, 192, 224, 256, 384, 448, 512, 640, 768, 896, 1024, 1152, 1280, 1536, 1920, 2048, 2304, 2560, 2688, 2816, 2823, 2944, 3072, 3840, 4096, 6144, 7680}; + public static final int[] f1011c = {64, 112, 128, 192, 224, 256, 384, 448, 512, 640, 768, 896, 1024, 1152, 1280, 1536, 1920, 2048, 2304, 2560, 2688, 2816, 2823, 2944, 3072, 3840, 4096, 6144, 7680}; } diff --git a/app/src/main/java/c/i/a/c/v1/x.java b/app/src/main/java/c/i/a/c/v1/x.java index 1967c26626..4637e63ea7 100644 --- a/app/src/main/java/c/i/a/c/v1/x.java +++ b/app/src/main/java/c/i/a/c/v1/x.java @@ -45,7 +45,7 @@ public final class x extends u { public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException { int i2 = aVar.d; if (f0.y(i2)) { - return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2285c, 4) : AudioProcessor.a.a; + return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2283c, 4) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/c/i/a/c/v1/y.java b/app/src/main/java/c/i/a/c/v1/y.java index c787d877af..6cd9eea0ec 100644 --- a/app/src/main/java/c/i/a/c/v1/y.java +++ b/app/src/main/java/c/i/a/c/v1/y.java @@ -189,19 +189,19 @@ public class y extends MediaCodecRenderer implements r { this.S0 = C0; String str = sVar.a; int i = f0.a; - if (i < 24 && "OMX.SEC.aac.dec".equals(str) && "samsung".equals(f0.f912c)) { + if (i < 24 && "OMX.SEC.aac.dec".equals(str) && "samsung".equals(f0.f911c)) { String str2 = f0.b; if (str2.startsWith("zeroflte") || str2.startsWith("herolte") || str2.startsWith("heroqlte")) { z2 = true; this.T0 = z2; - String str3 = sVar.f778c; + String str3 = sVar.f777c; int i2 = this.S0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str3); mediaFormat.setInteger("channel-count", format.G); mediaFormat.setInteger("sample-rate", format.H); - AnimatableValueParser.y2(mediaFormat, format.v); - AnimatableValueParser.L1(mediaFormat, "max-input-size", i2); + AnimatableValueParser.z2(mediaFormat, format.v); + AnimatableValueParser.M1(mediaFormat, "max-input-size", i2); if (i >= 23) { mediaFormat.setInteger("priority", 0); if (f != -1.0f) { @@ -228,9 +228,9 @@ public class y extends MediaCodecRenderer implements r { int i4 = format.H; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2282x = i3; - bVar.f2283y = i4; - bVar.f2284z = 4; + bVar.f2280x = i3; + bVar.f2281y = i4; + bVar.f2282z = 4; if (audioSink.s(bVar.a()) == 2) { mediaFormat.setInteger("pcm-encoding", 4); } @@ -247,14 +247,14 @@ public class y extends MediaCodecRenderer implements r { } z2 = false; this.T0 = z2; - String str3 = sVar.f778c; + String str3 = sVar.f777c; int i2 = this.S0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str3); mediaFormat.setInteger("channel-count", format.G); mediaFormat.setInteger("sample-rate", format.H); - AnimatableValueParser.y2(mediaFormat, format.v); - AnimatableValueParser.L1(mediaFormat, "max-input-size", i2); + AnimatableValueParser.z2(mediaFormat, format.v); + AnimatableValueParser.M1(mediaFormat, "max-input-size", i2); if (i >= 23) { } mediaFormat.setInteger("ac4-is-sync", 1); @@ -366,11 +366,11 @@ public class y extends MediaCodecRenderer implements r { int r = "audio/raw".equals(format.t) ? format.I : (f0.a < 24 || !mediaFormat.containsKey("pcm-encoding")) ? mediaFormat.containsKey("v-bits-per-sample") ? f0.r(mediaFormat.getInteger("v-bits-per-sample")) : "audio/raw".equals(format.t) ? format.I : 2 : mediaFormat.getInteger("pcm-encoding"); Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2284z = r; + bVar.f2282z = r; bVar.A = format.J; bVar.B = format.K; - bVar.f2282x = mediaFormat.getInteger("channel-count"); - bVar.f2283y = mediaFormat.getInteger("sample-rate"); + bVar.f2280x = mediaFormat.getInteger("channel-count"); + bVar.f2281y = mediaFormat.getInteger("sample-rate"); Format a2 = bVar.a(); if (this.T0 && a2.G == 6 && (i = format.G) < 6) { iArr = new int[i]; @@ -511,9 +511,9 @@ public class y extends MediaCodecRenderer implements r { int i3 = format.H; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2282x = i2; - bVar.f2283y = i3; - bVar.f2284z = 2; + bVar.f2280x = i2; + bVar.f2281y = i3; + bVar.f2282z = 2; if (!audioSink.a(bVar.a())) { return 1; } diff --git a/app/src/main/java/c/i/a/c/v1/z.java b/app/src/main/java/c/i/a/c/v1/z.java index 804e83d364..2307194555 100644 --- a/app/src/main/java/c/i/a/c/v1/z.java +++ b/app/src/main/java/c/i/a/c/v1/z.java @@ -8,7 +8,7 @@ public final class z { public static final int[] b = {44100, 48000, 32000}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1013c = {32000, 64000, 96000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 352000, 384000, 416000, 448000}; + public static final int[] f1012c = {32000, 64000, 96000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 352000, 384000, 416000, 448000}; public static final int[] d = {32000, 48000, 56000, 64000, RestAPIAbortCodes.RELATIONSHIP_INCOMING_DISABLED, 96000, 112000, 128000, 144000, 160000, 176000, 192000, 224000, 256000}; public static final int[] e = {32000, 48000, 56000, 64000, RestAPIAbortCodes.RELATIONSHIP_INCOMING_DISABLED, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 320000, 384000}; public static final int[] f = {32000, 40000, 48000, 56000, 64000, RestAPIAbortCodes.RELATIONSHIP_INCOMING_DISABLED, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 320000}; @@ -21,7 +21,7 @@ public final class z { public String b; /* renamed from: c reason: collision with root package name */ - public int f1014c; + public int f1013c; public int d; public int e; public int f; @@ -48,22 +48,22 @@ public final class z { int i8 = (i >>> 9) & 1; this.g = z.b(i2, i3); if (i3 == 3) { - int i9 = i2 == 3 ? z.f1013c[i4 - 1] : z.d[i4 - 1]; + int i9 = i2 == 3 ? z.f1012c[i4 - 1] : z.d[i4 - 1]; this.f = i9; - this.f1014c = (((i9 * 12) / this.d) + i8) * 4; + this.f1013c = (((i9 * 12) / this.d) + i8) * 4; } else { int i10 = 144; if (i2 == 3) { int i11 = i3 == 2 ? z.e[i4 - 1] : z.f[i4 - 1]; this.f = i11; - this.f1014c = ((i11 * 144) / this.d) + i8; + this.f1013c = ((i11 * 144) / this.d) + i8; } else { int i12 = z.g[i4 - 1]; this.f = i12; if (i3 == 1) { i10 = 72; } - this.f1014c = ((i10 * i12) / this.d) + i8; + this.f1013c = ((i10 * i12) / this.d) + i8; } } if (((i >> 6) & 3) == 3) { @@ -90,7 +90,7 @@ public final class z { } int i7 = (i >>> 9) & 1; if (i3 == 3) { - return ((((i2 == 3 ? f1013c[i4 - 1] : d[i4 - 1]) * 12) / i6) + i7) * 4; + return ((((i2 == 3 ? f1012c[i4 - 1] : d[i4 - 1]) * 12) / i6) + i7) * 4; } int i8 = i2 == 3 ? i3 == 2 ? e[i4 - 1] : f[i4 - 1] : g[i4 - 1]; int i9 = 144; diff --git a/app/src/main/java/c/i/a/c/x0.java b/app/src/main/java/c/i/a/c/x0.java index 79b954ae39..54e8f2a54a 100644 --- a/app/src/main/java/c/i/a/c/x0.java +++ b/app/src/main/java/c/i/a/c/x0.java @@ -21,7 +21,7 @@ public final class x0 { public final Object b; /* renamed from: c reason: collision with root package name */ - public final f0[] f1015c; + public final f0[] f1014c; public boolean d; public boolean e; public y0 f; @@ -45,7 +45,7 @@ public final class x0 { this.b = aVar.a; this.f = y0Var; this.n = mVar2; - this.f1015c = new f0[l1VarArr.length]; + this.f1014c = new f0[l1VarArr.length]; this.h = new boolean[l1VarArr.length]; long j2 = y0Var.b; long j3 = y0Var.d; @@ -53,14 +53,14 @@ public final class x0 { Pair pair = (Pair) aVar.a; Object obj = pair.first; y.a b = aVar.b(pair.second); - b1.c cVar = b1Var.f769c.get(obj); + b1.c cVar = b1Var.f768c.get(obj); Objects.requireNonNull(cVar); b1Var.h.add(cVar); b1.b bVar = b1Var.g.get(cVar); if (bVar != null) { bVar.a.l(bVar.b); } - cVar.f771c.add(b); + cVar.f770c.add(b); v t = cVar.a.m(b, mVar, j2); b1Var.b.put(t, cVar); b1Var.d(); @@ -84,7 +84,7 @@ public final class x0 { zArr2[i] = z3; i++; } - f0[] f0VarArr = this.f1015c; + f0[] f0VarArr = this.f1014c; int i2 = 0; while (true) { l1[] l1VarArr = this.i; @@ -99,8 +99,8 @@ public final class x0 { b(); this.n = mVar; c(); - long m = this.a.m(mVar.f872c, this.h, this.f1015c, zArr, j); - f0[] f0VarArr2 = this.f1015c; + long m = this.a.m(mVar.f871c, this.h, this.f1014c, zArr, j); + f0[] f0VarArr2 = this.f1014c; int i3 = 0; while (true) { l1[] l1VarArr2 = this.i; @@ -115,7 +115,7 @@ public final class x0 { this.e = false; int i4 = 0; while (true) { - f0[] f0VarArr3 = this.f1015c; + f0[] f0VarArr3 = this.f1014c; if (i4 >= f0VarArr3.length) { return m; } @@ -125,7 +125,7 @@ public final class x0 { this.e = true; } } else { - AnimatableValueParser.D(mVar.f872c[i4] == null); + AnimatableValueParser.D(mVar.f871c[i4] == null); } i4++; } @@ -138,7 +138,7 @@ public final class x0 { m mVar = this.n; if (i < mVar.a) { boolean b = mVar.b(i); - g gVar = this.n.f872c[i]; + g gVar = this.n.f871c[i]; if (b && gVar != null) { gVar.g(); } @@ -157,7 +157,7 @@ public final class x0 { m mVar = this.n; if (i < mVar.a) { boolean b = mVar.b(i); - g gVar = this.n.f872c[i]; + g gVar = this.n.f871c[i]; if (b && gVar != null) { gVar.e(); } @@ -207,7 +207,7 @@ public final class x0 { public m i(float f, r1 r1Var) throws ExoPlaybackException { m b = this.j.b(this.i, this.m, this.f.a, r1Var); - g[] gVarArr = b.f872c; + g[] gVarArr = b.f871c; for (g gVar : gVarArr) { if (gVar != null) { gVar.i(f); diff --git a/app/src/main/java/c/i/a/c/x1/b.java b/app/src/main/java/c/i/a/c/x1/b.java index 099463573e..0ff5a6efc2 100644 --- a/app/src/main/java/c/i/a/c/x1/b.java +++ b/app/src/main/java/c/i/a/c/x1/b.java @@ -12,7 +12,7 @@ public final class b { public byte[] b; /* renamed from: c reason: collision with root package name */ - public int f1016c; + public int f1015c; @Nullable public int[] d; @Nullable diff --git a/app/src/main/java/c/i/a/c/x1/d.java b/app/src/main/java/c/i/a/c/x1/d.java index f2dff7e7c9..7c5ef7602a 100644 --- a/app/src/main/java/c/i/a/c/x1/d.java +++ b/app/src/main/java/c/i/a/c/x1/d.java @@ -5,7 +5,7 @@ public final class d { public int b; /* renamed from: c reason: collision with root package name */ - public int f1017c; + public int f1016c; public int d; public int e; public int f; diff --git a/app/src/main/java/c/i/a/c/x1/e.java b/app/src/main/java/c/i/a/c/x1/e.java index d1adb4c05a..55cadd29be 100644 --- a/app/src/main/java/c/i/a/c/x1/e.java +++ b/app/src/main/java/c/i/a/c/x1/e.java @@ -12,7 +12,7 @@ public final class e { public final Format b; /* renamed from: c reason: collision with root package name */ - public final Format f1018c; + public final Format f1017c; public final int d; public final int e; @@ -22,7 +22,7 @@ public final class e { this.a = str; Objects.requireNonNull(format); this.b = format; - this.f1018c = format2; + this.f1017c = format2; this.d = i; this.e = i2; return; @@ -38,11 +38,11 @@ public final class e { return false; } e eVar = (e) obj; - return this.d == eVar.d && this.e == eVar.e && this.a.equals(eVar.a) && this.b.equals(eVar.b) && this.f1018c.equals(eVar.f1018c); + return this.d == eVar.d && this.e == eVar.e && this.a.equals(eVar.a) && this.b.equals(eVar.b) && this.f1017c.equals(eVar.f1017c); } public int hashCode() { int m = a.m(this.a, (((this.d + 527) * 31) + this.e) * 31, 31); - return this.f1018c.hashCode() + ((this.b.hashCode() + m) * 31); + return this.f1017c.hashCode() + ((this.b.hashCode() + m) * 31); } } diff --git a/app/src/main/java/c/i/a/c/x1/g.java b/app/src/main/java/c/i/a/c/x1/g.java index e8b063a213..9fb1adfa1e 100644 --- a/app/src/main/java/c/i/a/c/x1/g.java +++ b/app/src/main/java/c/i/a/c/x1/g.java @@ -18,7 +18,7 @@ public abstract class g f1019c = new ArrayDeque<>(); + public final ArrayDeque f1018c = new ArrayDeque<>(); public final ArrayDeque d = new ArrayDeque<>(); public final I[] e; public final O[] f; @@ -105,7 +105,7 @@ public abstract class g 0) { + if (!this.f1018c.isEmpty() && this.h > 0) { break; } this.b.wait(); @@ -132,7 +132,7 @@ public abstract class g 0) { + if (!this.f1018c.isEmpty() && this.h > 0) { this.b.notify(); } } diff --git a/app/src/main/java/c/i/a/c/y.java b/app/src/main/java/c/i/a/c/y.java index 11ab0b68c0..81b2f59e28 100644 --- a/app/src/main/java/c/i/a/c/y.java +++ b/app/src/main/java/c/i/a/c/y.java @@ -21,7 +21,7 @@ public final /* synthetic */ class y implements Runnable { z0 z0Var = this.i; u.a aVar = this.j; y.a aVar2 = this.k; - c1 c1Var = z0Var.f1022c; + c1 c1Var = z0Var.f1021c; u c2 = aVar.c(); c1.a aVar3 = c1Var.l; g1 g1Var = c1Var.o; diff --git a/app/src/main/java/c/i/a/c/y0.java b/app/src/main/java/c/i/a/c/y0.java index 0c028b0b6e..b3d33942ce 100644 --- a/app/src/main/java/c/i/a/c/y0.java +++ b/app/src/main/java/c/i/a/c/y0.java @@ -9,7 +9,7 @@ public final class y0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f1020c; + public final long f1019c; public final long d; public final long e; public final boolean f; @@ -19,7 +19,7 @@ public final class y0 { public y0(y.a aVar, long j, long j2, long j3, long j4, boolean z2, boolean z3, boolean z4) { this.a = aVar; this.b = j; - this.f1020c = j2; + this.f1019c = j2; this.d = j3; this.e = j4; this.f = z2; @@ -28,11 +28,11 @@ public final class y0 { } public y0 a(long j) { - return j == this.f1020c ? this : new y0(this.a, this.b, j, this.d, this.e, this.f, this.g, this.h); + return j == this.f1019c ? this : new y0(this.a, this.b, j, this.d, this.e, this.f, this.g, this.h); } public y0 b(long j) { - return j == this.b ? this : new y0(this.a, j, this.f1020c, this.d, this.e, this.f, this.g, this.h); + return j == this.b ? this : new y0(this.a, j, this.f1019c, this.d, this.e, this.f, this.g, this.h); } public boolean equals(@Nullable Object obj) { @@ -43,10 +43,10 @@ public final class y0 { return false; } y0 y0Var = (y0) obj; - return this.b == y0Var.b && this.f1020c == y0Var.f1020c && this.d == y0Var.d && this.e == y0Var.e && this.f == y0Var.f && this.g == y0Var.g && this.h == y0Var.h && f0.a(this.a, y0Var.a); + return this.b == y0Var.b && this.f1019c == y0Var.f1019c && this.d == y0Var.d && this.e == y0Var.e && this.f == y0Var.f && this.g == y0Var.g && this.h == y0Var.h && f0.a(this.a, y0Var.a); } public int hashCode() { - return ((((((((((((((this.a.hashCode() + 527) * 31) + ((int) this.b)) * 31) + ((int) this.f1020c)) * 31) + ((int) this.d)) * 31) + ((int) this.e)) * 31) + (this.f ? 1 : 0)) * 31) + (this.g ? 1 : 0)) * 31) + (this.h ? 1 : 0); + return ((((((((((((((this.a.hashCode() + 527) * 31) + ((int) this.b)) * 31) + ((int) this.f1019c)) * 31) + ((int) this.d)) * 31) + ((int) this.e)) * 31) + (this.f ? 1 : 0)) * 31) + (this.g ? 1 : 0)) * 31) + (this.h ? 1 : 0); } } diff --git a/app/src/main/java/c/i/a/c/y1/a.java b/app/src/main/java/c/i/a/c/y1/a.java index a306d0def8..caa13dff6f 100644 --- a/app/src/main/java/c/i/a/c/y1/a.java +++ b/app/src/main/java/c/i/a/c/y1/a.java @@ -7,12 +7,12 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1021c; + public final int f1020c; public a(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f1021c = i3; + this.f1020c = i3; } public boolean equals(@Nullable Object obj) { @@ -23,10 +23,10 @@ public final class a { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f1021c == aVar.f1021c; + return this.a == aVar.a && this.b == aVar.b && this.f1020c == aVar.f1020c; } public int hashCode() { - return ((((527 + this.a) * 31) + this.b) * 31) + this.f1021c; + return ((((527 + this.a) * 31) + this.b) * 31) + this.f1020c; } } diff --git a/app/src/main/java/c/i/a/c/z0.java b/app/src/main/java/c/i/a/c/z0.java index 03327da341..e6127b5950 100644 --- a/app/src/main/java/c/i/a/c/z0.java +++ b/app/src/main/java/c/i/a/c/z0.java @@ -17,7 +17,7 @@ public final class z0 { @Nullable /* renamed from: c reason: collision with root package name */ - public final c1 f1022c; + public final c1 f1021c; public final Handler d; public long e; public int f; @@ -34,7 +34,7 @@ public final class z0 { public long m; public z0(@Nullable c1 c1Var, Handler handler) { - this.f1022c = c1Var; + this.f1021c = c1Var; this.d = handler; } @@ -97,7 +97,7 @@ public final class z0 { if (d == -1) { return null; } - int i = r1Var.g(d, this.a, true).f960c; + int i = r1Var.g(d, this.a, true).f959c; Object obj = this.a.b; long j5 = y0Var.a.d; if (r1Var.n(i, this.b).o == d) { @@ -130,21 +130,21 @@ public final class z0 { if (i3 == -1) { return null; } - int a = aVarArr[i2].a(aVar.f818c); + int a = aVarArr[i2].a(aVar.f817c); if (a < i3) { - return e(r1Var, aVar.a, i2, a, y0Var.f1020c, aVar.d); + return e(r1Var, aVar.a, i2, a, y0Var.f1019c, aVar.d); } - long j6 = y0Var.f1020c; + long j6 = y0Var.f1019c; if (j6 == -9223372036854775807L) { r1.c cVar = this.b; r1.b bVar = this.a; - Pair k2 = r1Var.k(cVar, bVar, bVar.f960c, -9223372036854775807L, Math.max(0L, j3)); + Pair k2 = r1Var.k(cVar, bVar, bVar.f959c, -9223372036854775807L, Math.max(0L, j3)); if (k2 == null) { return null; } j6 = ((Long) k2.second).longValue(); } - return f(r1Var, aVar.a, j6, y0Var.f1020c, aVar.d); + return f(r1Var, aVar.a, j6, y0Var.f1019c, aVar.d); } int c2 = this.a.c(y0Var.d); if (c2 == -1) { @@ -158,7 +158,7 @@ public final class z0 { @Nullable public final y0 d(r1 r1Var, y.a aVar, long j, long j2) { r1Var.h(aVar.a, this.a); - return aVar.a() ? e(r1Var, aVar.a, aVar.b, aVar.f818c, j, aVar.d) : f(r1Var, aVar.a, j2, j, aVar.d); + return aVar.a() ? e(r1Var, aVar.a, aVar.b, aVar.f817c, j, aVar.d) : f(r1Var, aVar.a, j2, j, aVar.d); } public final y0 e(r1 r1Var, Object obj, int i, int i2, long j, long j2) { @@ -192,14 +192,14 @@ public final class z0 { boolean i = i(r1Var, aVar, h); r1Var.h(y0Var.a.a, this.a); if (aVar.a()) { - j = this.a.a(aVar.b, aVar.f818c); + j = this.a.a(aVar.b, aVar.f817c); } else { j = y0Var.d; if (j == -9223372036854775807L || j == Long.MIN_VALUE) { j = this.a.d; } } - return new y0(aVar, y0Var.b, y0Var.f1020c, y0Var.d, j, h, j2, i); + return new y0(aVar, y0Var.b, y0Var.f1019c, y0Var.d, j, h, j2, i); } public final boolean h(y.a aVar) { @@ -208,7 +208,7 @@ public final class z0 { public final boolean i(r1 r1Var, y.a aVar, boolean z2) { int b = r1Var.b(aVar.a); - if (r1Var.n(r1Var.f(b, this.a).f960c, this.b).k) { + if (r1Var.n(r1Var.f(b, this.a).f959c, this.b).k) { return false; } return (r1Var.d(b, this.a, this.b, this.f, this.g) == -1) && z2; @@ -218,11 +218,11 @@ public final class z0 { if (!h(aVar)) { return false; } - return r1Var.n(r1Var.h(aVar.a, this.a).f960c, this.b).p == r1Var.b(aVar.a); + return r1Var.n(r1Var.h(aVar.a, this.a).f959c, this.b).p == r1Var.b(aVar.a); } public final void k() { - if (this.f1022c != null) { + if (this.f1021c != null) { c.i.b.b.a aVar = u.j; u.a aVar2 = new u.a(); for (x0 x0Var = this.h; x0Var != null; x0Var = x0Var.l) { @@ -275,9 +275,9 @@ public final class z0 { public y.a n(r1 r1Var, Object obj, long j) { long j2; int b; - int i = r1Var.h(obj, this.a).f960c; + int i = r1Var.h(obj, this.a).f959c; Object obj2 = this.l; - if (obj2 == null || (b = r1Var.b(obj2)) == -1 || r1Var.f(b, this.a).f960c != i) { + if (obj2 == null || (b = r1Var.b(obj2)) == -1 || r1Var.f(b, this.a).f959c != i) { x0 x0Var = this.h; while (true) { if (x0Var == null) { @@ -285,7 +285,7 @@ public final class z0 { while (true) { if (x0Var2 != null) { int b2 = r1Var.b(x0Var2.b); - if (b2 != -1 && r1Var.f(b2, this.a).f960c == i) { + if (b2 != -1 && r1Var.f(b2, this.a).f959c == i) { j2 = x0Var2.f.a.d; break; } @@ -360,7 +360,7 @@ public final class z0 { } return !m; } - x0Var.f = y0Var.a(y0Var2.f1020c); + x0Var.f = y0Var.a(y0Var2.f1019c); long j3 = y0Var2.e; long j4 = y0Var.e; if (!(j3 == -9223372036854775807L || j3 == j4)) { diff --git a/app/src/main/java/c/i/a/c/z1/a0.java b/app/src/main/java/c/i/a/c/z1/a0.java index 55c9a620f5..0b47e5172d 100644 --- a/app/src/main/java/c/i/a/c/z1/a0.java +++ b/app/src/main/java/c/i/a/c/z1/a0.java @@ -30,14 +30,14 @@ public final class a0 implements b0 { public final String b; /* renamed from: c reason: collision with root package name */ - public final boolean f1023c; + public final boolean f1022c; public final Map d; public a0(@Nullable String str, boolean z2, s sVar) { AnimatableValueParser.k(!z2 || !TextUtils.isEmpty(str)); this.a = sVar; this.b = str; - this.f1023c = z2; + this.f1022c = z2; this.d = new HashMap(); } @@ -92,7 +92,7 @@ public final class a0 implements b0 { throw th; } } catch (Exception e2) { - Uri uri = vVar.f899c; + Uri uri = vVar.f898c; Objects.requireNonNull(uri); throw new MediaDrmCallbackException(lVar, uri, vVar.j(), vVar.b, e2); } @@ -101,13 +101,13 @@ public final class a0 implements b0 { public byte[] a(UUID uuid, x.a aVar) throws MediaDrmCallbackException { String str = aVar.b; - if (this.f1023c || TextUtils.isEmpty(str)) { + if (this.f1022c || TextUtils.isEmpty(str)) { str = this.b; } if (!TextUtils.isEmpty(str)) { HashMap hashMap = new HashMap(); UUID uuid2 = h0.e; - hashMap.put("Content-Type", uuid2.equals(uuid) ? "text/xml" : h0.f886c.equals(uuid) ? RestAPIBuilder.CONTENT_TYPE_JSON : "application/octet-stream"); + hashMap.put("Content-Type", uuid2.equals(uuid) ? "text/xml" : h0.f885c.equals(uuid) ? RestAPIBuilder.CONTENT_TYPE_JSON : "application/octet-stream"); if (uuid2.equals(uuid)) { hashMap.put("SOAPAction", "http://schemas.microsoft.com/DRM/2007/03/protocols/AcquireLicense"); } diff --git a/app/src/main/java/c/i/a/c/z1/m.java b/app/src/main/java/c/i/a/c/z1/m.java index 9757362724..316ca2ad36 100644 --- a/app/src/main/java/c/i/a/c/z1/m.java +++ b/app/src/main/java/c/i/a/c/z1/m.java @@ -19,7 +19,7 @@ public final /* synthetic */ class m implements MediaDrm.OnEventListener { z zVar = this.a; x.b bVar = this.b; Objects.requireNonNull(zVar); - DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2300x; + DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2298x; Objects.requireNonNull(cVar); cVar.obtainMessage(i, bArr).sendToTarget(); } diff --git a/app/src/main/java/c/i/a/c/z1/p.java b/app/src/main/java/c/i/a/c/z1/p.java index f3acce0ae9..766ffe05ab 100644 --- a/app/src/main/java/c/i/a/c/z1/p.java +++ b/app/src/main/java/c/i/a/c/z1/p.java @@ -23,7 +23,7 @@ public final class p implements t { @GuardedBy("lock") /* renamed from: c reason: collision with root package name */ - public s f1024c; + public s f1023c; @RequiresApi(18) public final s a(v0.e eVar) { @@ -31,7 +31,7 @@ public final class p implements t { bVar.b = null; Uri uri = eVar.b; a0 a0Var = new a0(uri == null ? null : uri.toString(), eVar.f, bVar); - for (Map.Entry entry : eVar.f992c.entrySet()) { + for (Map.Entry entry : eVar.f991c.entrySet()) { String key = entry.getKey(); String value = entry.getValue(); Objects.requireNonNull(key); diff --git a/app/src/main/java/c/i/a/c/z1/q.java b/app/src/main/java/c/i/a/c/z1/q.java index 76cc6be09f..ea983e3e3a 100644 --- a/app/src/main/java/c/i/a/c/z1/q.java +++ b/app/src/main/java/c/i/a/c/z1/q.java @@ -17,7 +17,7 @@ public interface q { public final y.a b; /* renamed from: c reason: collision with root package name */ - public final CopyOnWriteArrayList f1025c; + public final CopyOnWriteArrayList f1024c; /* compiled from: DrmSessionEventListener */ /* renamed from: c.i.a.c.z1.q$a$a reason: collision with other inner class name */ @@ -32,19 +32,19 @@ public interface q { } public a() { - this.f1025c = new CopyOnWriteArrayList<>(); + this.f1024c = new CopyOnWriteArrayList<>(); this.a = 0; this.b = null; } public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable y.a aVar) { - this.f1025c = copyOnWriteArrayList; + this.f1024c = copyOnWriteArrayList; this.a = i; this.b = aVar; } public void a() { - Iterator it = this.f1025c.iterator(); + Iterator it = this.f1024c.iterator(); while (it.hasNext()) { C0099a next = it.next(); f0.D(next.a, new h(this, next.b)); @@ -52,7 +52,7 @@ public interface q { } public void b() { - Iterator it = this.f1025c.iterator(); + Iterator it = this.f1024c.iterator(); while (it.hasNext()) { C0099a next = it.next(); f0.D(next.a, new g(this, next.b)); @@ -60,7 +60,7 @@ public interface q { } public void c() { - Iterator it = this.f1025c.iterator(); + Iterator it = this.f1024c.iterator(); while (it.hasNext()) { C0099a next = it.next(); f0.D(next.a, new i(this, next.b)); @@ -68,7 +68,7 @@ public interface q { } public void d() { - Iterator it = this.f1025c.iterator(); + Iterator it = this.f1024c.iterator(); while (it.hasNext()) { C0099a next = it.next(); f0.D(next.a, new e(this, next.b)); @@ -76,7 +76,7 @@ public interface q { } public void e(Exception exc) { - Iterator it = this.f1025c.iterator(); + Iterator it = this.f1024c.iterator(); while (it.hasNext()) { C0099a next = it.next(); f0.D(next.a, new j(this, next.b, exc)); @@ -84,7 +84,7 @@ public interface q { } public void f() { - Iterator it = this.f1025c.iterator(); + Iterator it = this.f1024c.iterator(); while (it.hasNext()) { C0099a next = it.next(); f0.D(next.a, new f(this, next.b)); @@ -93,7 +93,7 @@ public interface q { @CheckResult public a g(int i, @Nullable y.a aVar) { - return new a(this.f1025c, i, aVar); + return new a(this.f1024c, i, aVar); } } diff --git a/app/src/main/java/c/i/a/c/z1/y.java b/app/src/main/java/c/i/a/c/z1/y.java index 40bcddd231..1611111a36 100644 --- a/app/src/main/java/c/i/a/c/z1/y.java +++ b/app/src/main/java/c/i/a/c/z1/y.java @@ -8,12 +8,12 @@ public final class y implements w { public final UUID b; /* renamed from: c reason: collision with root package name */ - public final byte[] f1026c; + public final byte[] f1025c; public final boolean d; static { boolean z2; - if ("Amazon".equals(f0.f912c)) { + if ("Amazon".equals(f0.f911c)) { String str = f0.d; if ("AFTM".equals(str) || "AFTB".equals(str)) { z2 = true; @@ -26,7 +26,7 @@ public final class y implements w { public y(UUID uuid, byte[] bArr, boolean z2) { this.b = uuid; - this.f1026c = bArr; + this.f1025c = bArr; this.d = z2; } } diff --git a/app/src/main/java/c/i/a/c/z1/z.java b/app/src/main/java/c/i/a/c/z1/z.java index c01933d30e..b4c8eaff12 100644 --- a/app/src/main/java/c/i/a/c/z1/z.java +++ b/app/src/main/java/c/i/a/c/z1/z.java @@ -38,7 +38,7 @@ public final class z implements x { public final UUID b; /* renamed from: c reason: collision with root package name */ - public final MediaDrm f1027c; + public final MediaDrm f1026c; public int d; public z(UUID uuid) throws UnsupportedSchemeException { @@ -46,8 +46,8 @@ public final class z implements x { Objects.requireNonNull(uuid); AnimatableValueParser.n(!h0.b.equals(uuid), "Use C.CLEARKEY_UUID instead"); this.b = uuid; - MediaDrm mediaDrm = new MediaDrm((f0.a >= 27 || !h0.f886c.equals(uuid)) ? uuid : uuid2); - this.f1027c = mediaDrm; + MediaDrm mediaDrm = new MediaDrm((f0.a >= 27 || !h0.f885c.equals(uuid)) ? uuid : uuid2); + this.f1026c = mediaDrm; this.d = 1; if (h0.d.equals(uuid) && "ASUS_Z00AD".equals(f0.d)) { mediaDrm.setPropertyString("securityLevel", "L3"); @@ -61,15 +61,15 @@ public final class z implements x { @Override // c.i.a.c.z1.x public Map b(byte[] bArr) { - return this.f1027c.queryKeyStatus(bArr); + return this.f1026c.queryKeyStatus(bArr); } @Override // c.i.a.c.z1.x public w c(byte[] bArr) throws MediaCryptoException { int i = f0.a; - boolean z2 = i < 21 && h0.d.equals(this.b) && "L3".equals(this.f1027c.getPropertyString("securityLevel")); + boolean z2 = i < 21 && h0.d.equals(this.b) && "L3".equals(this.f1026c.getPropertyString("securityLevel")); UUID uuid = this.b; - if (i < 27 && h0.f886c.equals(uuid)) { + if (i < 27 && h0.f885c.equals(uuid)) { uuid = h0.b; } return new y(uuid, bArr, z2); @@ -77,34 +77,34 @@ public final class z implements x { @Override // c.i.a.c.z1.x public x.d d() { - MediaDrm.ProvisionRequest provisionRequest = this.f1027c.getProvisionRequest(); + MediaDrm.ProvisionRequest provisionRequest = this.f1026c.getProvisionRequest(); return new x.d(provisionRequest.getData(), provisionRequest.getDefaultUrl()); } @Override // c.i.a.c.z1.x public byte[] e() throws MediaDrmException { - return this.f1027c.openSession(); + return this.f1026c.openSession(); } @Override // c.i.a.c.z1.x public void f(byte[] bArr, byte[] bArr2) { - this.f1027c.restoreKeys(bArr, bArr2); + this.f1026c.restoreKeys(bArr, bArr2); } @Override // c.i.a.c.z1.x public void g(byte[] bArr) { - this.f1027c.closeSession(bArr); + this.f1026c.closeSession(bArr); } @Override // c.i.a.c.z1.x public void h(@Nullable x.b bVar) { - this.f1027c.setOnEventListener(new m(this, bVar)); + this.f1026c.setOnEventListener(new m(this, bVar)); } @Override // c.i.a.c.z1.x @Nullable public byte[] i(byte[] bArr, byte[] bArr2) throws NotProvisionedException, DeniedByServerException { - if (h0.f886c.equals(this.b) && f0.a < 27) { + if (h0.f885c.equals(this.b) && f0.a < 27) { try { JSONObject jSONObject = new JSONObject(f0.l(bArr2)); StringBuilder sb = new StringBuilder("{\"keys\":["); @@ -130,12 +130,12 @@ public final class z implements x { p.b("ClearKeyUtil", P.toString(), e); } } - return this.f1027c.provideKeyResponse(bArr, bArr2); + return this.f1026c.provideKeyResponse(bArr, bArr2); } @Override // c.i.a.c.z1.x public void j(byte[] bArr) throws DeniedByServerException { - this.f1027c.provideProvisionResponse(bArr); + this.f1026c.provideProvisionResponse(bArr); } /* JADX WARNING: Code restructure failed: missing block: B:85:0x020a, code lost: @@ -171,7 +171,7 @@ public final class z implements x { if (!(f0.a(schemeData4.l, schemeData3.l) && f0.a(schemeData4.k, schemeData3.k))) { break; } - if (!(AnimatableValueParser.X1(bArr4) != null)) { + if (!(AnimatableValueParser.Y1(bArr4) != null)) { break; } i3 += bArr4.length; @@ -195,8 +195,8 @@ public final class z implements x { DrmInitData.SchemeData schemeData5 = list.get(i6); byte[] bArr7 = schemeData5.m; Objects.requireNonNull(bArr7); - j X1 = AnimatableValueParser.X1(bArr7); - int i7 = X1 == null ? -1 : X1.b; + j Y1 = AnimatableValueParser.Y1(bArr7); + int i7 = Y1 == null ? -1 : Y1.b; int i8 = f0.a; if ((i8 < 23 && i7 == 0) || (i8 >= 23 && i7 == 1)) { schemeData2 = schemeData5; @@ -211,9 +211,9 @@ public final class z implements x { Objects.requireNonNull(bArr8); UUID uuid2 = h0.e; if (uuid2.equals(uuid)) { - byte[] Y1 = AnimatableValueParser.Y1(bArr8, uuid); - if (Y1 != null) { - bArr8 = Y1; + byte[] Z1 = AnimatableValueParser.Z1(bArr8, uuid); + if (Z1 != null) { + bArr8 = Z1; } int i9 = (bArr8[0] & 255) | ((bArr8[1] & 255) << 8) | ((bArr8[2] & 255) << 16) | ((bArr8[3] & 255) << 24); short s2 = (short) (((bArr8[5] & 255) << 8) | (bArr8[4] & 255)); @@ -256,7 +256,7 @@ public final class z implements x { } int i12 = f0.a; if (i12 >= 23 || !h0.d.equals(uuid)) { - if (uuid2.equals(uuid) && "Amazon".equals(f0.f912c)) { + if (uuid2.equals(uuid) && "Amazon".equals(f0.f911c)) { String str4 = f0.d; if (!"AFTB".equals(str4)) { if (!"AFTS".equals(str4)) { @@ -269,17 +269,17 @@ public final class z implements x { UUID uuid3 = this.b; String str5 = schemeData2.l; bArr2 = bArr3; - str = (i12 >= 26 || !h0.f886c.equals(uuid3) || (!"video/mp4".equals(str5) && !"audio/mp4".equals(str5))) ? str5 : "cenc"; + str = (i12 >= 26 || !h0.f885c.equals(uuid3) || (!"video/mp4".equals(str5) && !"audio/mp4".equals(str5))) ? str5 : "cenc"; } - bArr3 = AnimatableValueParser.Y1(bArr8, uuid); + bArr3 = AnimatableValueParser.Z1(bArr8, uuid); } else { bArr2 = null; str = null; } - MediaDrm.KeyRequest keyRequest = this.f1027c.getKeyRequest(bArr, bArr2, str, i, hashMap); + MediaDrm.KeyRequest keyRequest = this.f1026c.getKeyRequest(bArr, bArr2, str, i, hashMap); UUID uuid4 = this.b; byte[] data = keyRequest.getData(); - if (h0.f886c.equals(uuid4) && f0.a < 27) { + if (h0.f885c.equals(uuid4) && f0.a < 27) { data = f0.w(f0.l(data).replace('+', '-').replace(MentionUtilsKt.SLASH_CHAR, '_')); } String defaultUrl = keyRequest.getDefaultUrl(); @@ -297,7 +297,7 @@ public final class z implements x { int i = this.d - 1; this.d = i; if (i == 0) { - this.f1027c.release(); + this.f1026c.release(); } } } diff --git a/app/src/main/java/c/i/a/e/b.java b/app/src/main/java/c/i/a/e/b.java index 99d4429396..599e805c56 100644 --- a/app/src/main/java/c/i/a/e/b.java +++ b/app/src/main/java/c/i/a/e/b.java @@ -10,7 +10,7 @@ public class b { public int b = Integer.MAX_VALUE; /* renamed from: c reason: collision with root package name */ - public int f1028c = Integer.MIN_VALUE; + public int f1027c = Integer.MIN_VALUE; public int d = Integer.MIN_VALUE; public int e; public int f; @@ -35,7 +35,7 @@ public class b { FlexItem flexItem = (FlexItem) view.getLayoutParams(); this.a = Math.min(this.a, (view.getLeft() - flexItem.I()) - i); this.b = Math.min(this.b, (view.getTop() - flexItem.M()) - i2); - this.f1028c = Math.max(this.f1028c, flexItem.c0() + view.getRight() + i3); + this.f1027c = Math.max(this.f1027c, flexItem.c0() + view.getRight() + i3); this.d = Math.max(this.d, flexItem.H() + view.getBottom() + i4); } } diff --git a/app/src/main/java/c/i/a/e/c.java b/app/src/main/java/c/i/a/e/c.java index dffa66df69..75c6ec3c50 100644 --- a/app/src/main/java/c/i/a/e/c.java +++ b/app/src/main/java/c/i/a/e/c.java @@ -23,7 +23,7 @@ public class c { @Nullable /* renamed from: c reason: collision with root package name */ - public int[] f1029c; + public int[] f1028c; @Nullable public long[] d; @Nullable @@ -80,7 +80,7 @@ public class c { if (i < this.a.getFlexItemCount()) { int flexDirection = this.a.getFlexDirection(); if (this.a.getAlignItems() == 4) { - int[] iArr = this.f1029c; + int[] iArr = this.f1028c; List flexLinesInternal = this.a.getFlexLinesInternal(); int size = flexLinesInternal.size(); for (int i2 = iArr != null ? iArr[i] : 0; i2 < size; i2++) { @@ -332,7 +332,7 @@ public class c { } bVar3.q |= flexItem2.R() != 0.0f; bVar3.r |= flexItem2.w() != 0.0f; - iArr = this.f1029c; + iArr = this.f1028c; if (iArr != null) { iArr[i24] = arrayList.size(); } @@ -389,7 +389,7 @@ public class c { } bVar3.q |= flexItem2.R() != 0.0f; bVar3.r |= flexItem2.w() != 0.0f; - iArr = this.f1029c; + iArr = this.f1028c; if (iArr != null) { } bVar3.e = q(flexItem2, i23) + s(flexItem2, i23) + (i23 ? c2.getMeasuredWidth() : c2.getMeasuredHeight()) + bVar3.e; @@ -429,7 +429,7 @@ public class c { } bVar3.q |= flexItem2.R() != 0.0f; bVar3.r |= flexItem2.w() != 0.0f; - iArr = this.f1029c; + iArr = this.f1028c; if (iArr != null) { } bVar3.e = q(flexItem2, i23) + s(flexItem2, i23) + (i23 ? c2.getMeasuredWidth() : c2.getMeasuredHeight()) + bVar3.e; @@ -520,14 +520,14 @@ public class c { } public void d(List list, int i) { - int i2 = this.f1029c[i]; + int i2 = this.f1028c[i]; if (i2 == -1) { i2 = 0; } for (int size = list.size() - 1; size >= i2; size--) { list.remove(size); } - int[] iArr = this.f1029c; + int[] iArr = this.f1028c; int length = iArr.length - 1; if (i > length) { Arrays.fill(iArr, -1); @@ -723,7 +723,7 @@ public class c { throw new IllegalArgumentException(c.d.b.a.a.l("Invalid flex direction: ", flexDirection)); } int i8 = i4 + i6; - int[] iArr = this.f1029c; + int[] iArr = this.f1028c; if (iArr != null) { i7 = iArr[i3]; } @@ -743,18 +743,18 @@ public class c { } public void i(int i) { - int[] iArr = this.f1029c; + int[] iArr = this.f1028c; if (iArr == null) { if (i < 10) { i = 10; } - this.f1029c = new int[i]; + this.f1028c = new int[i]; } else if (iArr.length < i) { int length = iArr.length * 2; if (length >= i) { i = length; } - this.f1029c = Arrays.copyOf(iArr, i); + this.f1028c = Arrays.copyOf(iArr, i); } } diff --git a/app/src/main/java/c/i/a/f/b/f.java b/app/src/main/java/c/i/a/f/b/f.java index bf69c4d3fa..6a5c838b40 100644 --- a/app/src/main/java/c/i/a/f/b/f.java +++ b/app/src/main/java/c/i/a/f/b/f.java @@ -19,7 +19,7 @@ public final class f { public final Context b; /* renamed from: c reason: collision with root package name */ - public final a f1030c = new a(); + public final a f1029c = new a(); public volatile f1 d; public Thread.UncaughtExceptionHandler e; @@ -75,6 +75,6 @@ public final class f { } public final void a(Runnable runnable) { - this.f1030c.submit(runnable); + this.f1029c.submit(runnable); } } diff --git a/app/src/main/java/c/i/a/f/c/a/a.java b/app/src/main/java/c/i/a/f/c/a/a.java index f6b9b9ebf0..4dc59f1708 100644 --- a/app/src/main/java/c/i/a/f/c/a/a.java +++ b/app/src/main/java/c/i/a/f/c/a/a.java @@ -16,7 +16,7 @@ public final class a { public static final a.g b; /* renamed from: c reason: collision with root package name */ - public static final a.AbstractC0105a f1031c; + public static final a.AbstractC0105a f1030c; public static final a.AbstractC0105a d; public static final c.i.a.f.e.h.a e; public static final c.i.a.f.e.h.a f; @@ -41,7 +41,7 @@ public final class a { @Nullable /* renamed from: c reason: collision with root package name */ - public String f1032c; + public String f1031c; public C0104a() { } @@ -49,14 +49,14 @@ public final class a { public C0104a(C0103a aVar) { this.a = aVar.j; this.b = Boolean.valueOf(aVar.k); - this.f1032c = aVar.l; + this.f1031c = aVar.l; } } public C0103a(C0104a aVar) { this.j = aVar.a; this.k = aVar.b.booleanValue(); - this.l = aVar.f1032c; + this.l = aVar.f1031c; } public boolean equals(@Nullable Object obj) { @@ -81,10 +81,10 @@ public final class a { a.g gVar2 = new a.g<>(); b = gVar2; h hVar = new h(); - f1031c = hVar; + f1030c = hVar; i iVar = new i(); d = iVar; - c.i.a.f.e.h.a aVar = b.f1033c; + c.i.a.f.e.h.a aVar = b.f1032c; e = new c.i.a.f.e.h.a<>("Auth.CREDENTIALS_API", hVar, gVar); f = new c.i.a.f.e.h.a<>("Auth.GOOGLE_SIGN_IN_API", iVar, gVar2); d dVar = b.d; diff --git a/app/src/main/java/c/i/a/f/c/a/b.java b/app/src/main/java/c/i/a/f/c/a/b.java index 8e66d7beb9..ea0de5969e 100644 --- a/app/src/main/java/c/i/a/f/c/a/b.java +++ b/app/src/main/java/c/i/a/f/c/a/b.java @@ -7,7 +7,7 @@ public final class b { public static final a.AbstractC0105a b; /* renamed from: c reason: collision with root package name */ - public static final a f1033c; + public static final a f1032c; public static final d d = new d(); static { @@ -15,6 +15,6 @@ public final class b { a = gVar; g gVar2 = new g(); b = gVar2; - f1033c = new a<>("Auth.PROXY_API", gVar2, gVar); + f1032c = new a<>("Auth.PROXY_API", gVar2, gVar); } } diff --git a/app/src/main/java/c/i/a/f/c/a/d/e.java b/app/src/main/java/c/i/a/f/c/a/d/e.java index 65859a719b..5723e3fdc5 100644 --- a/app/src/main/java/c/i/a/f/c/a/d/e.java +++ b/app/src/main/java/c/i/a/f/c/a/d/e.java @@ -12,7 +12,7 @@ public final class e implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Credential createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; String str2 = null; Uri uri = null; @@ -21,7 +21,7 @@ public final class e implements Parcelable.Creator { String str4 = null; String str5 = null; String str6 = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: @@ -45,7 +45,7 @@ public final class e implements Parcelable.Creator { case 7: case 8: default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; case 9: str5 = AnimatableValueParser.T(parcel, readInt); @@ -55,7 +55,7 @@ public final class e implements Parcelable.Creator { break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new Credential(str, str2, uri, arrayList, str3, str4, str5, str6); } diff --git a/app/src/main/java/c/i/a/f/c/a/d/f.java b/app/src/main/java/c/i/a/f/c/a/d/f.java index 576c0ef295..3f9a220593 100644 --- a/app/src/main/java/c/i/a/f/c/a/d/f.java +++ b/app/src/main/java/c/i/a/f/c/a/d/f.java @@ -9,30 +9,30 @@ public final class f implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final CredentialPickerConfig createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; boolean z2 = false; boolean z3 = false; boolean z4 = false; int i2 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); } else if (i3 == 2) { - z3 = AnimatableValueParser.g2(parcel, readInt); + z3 = AnimatableValueParser.h2(parcel, readInt); } else if (i3 == 3) { - z4 = AnimatableValueParser.g2(parcel, readInt); + z4 = AnimatableValueParser.h2(parcel, readInt); } else if (i3 == 4) { - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); } else if (i3 != 1000) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new CredentialPickerConfig(i, z2, z3, z4, i2); } diff --git a/app/src/main/java/c/i/a/f/c/a/d/g.java b/app/src/main/java/c/i/a/f/c/a/d/g.java index ee9f892dfb..a771453b87 100644 --- a/app/src/main/java/c/i/a/f/c/a/d/g.java +++ b/app/src/main/java/c/i/a/f/c/a/d/g.java @@ -10,7 +10,7 @@ public final class g implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final CredentialRequest createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String[] strArr = null; CredentialPickerConfig credentialPickerConfig = null; CredentialPickerConfig credentialPickerConfig2 = null; @@ -20,13 +20,13 @@ public final class g implements Parcelable.Creator { boolean z2 = false; boolean z3 = false; boolean z4 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 != 1000) { switch (i2) { case 1: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); continue; case 2: strArr = AnimatableValueParser.U(parcel, readInt); @@ -38,7 +38,7 @@ public final class g implements Parcelable.Creator { credentialPickerConfig2 = (CredentialPickerConfig) AnimatableValueParser.S(parcel, readInt, CredentialPickerConfig.CREATOR); continue; case 5: - z3 = AnimatableValueParser.g2(parcel, readInt); + z3 = AnimatableValueParser.h2(parcel, readInt); continue; case 6: str = AnimatableValueParser.T(parcel, readInt); @@ -47,17 +47,17 @@ public final class g implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); continue; case 8: - z4 = AnimatableValueParser.g2(parcel, readInt); + z4 = AnimatableValueParser.h2(parcel, readInt); continue; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); continue; } } else { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new CredentialRequest(i, z2, strArr, credentialPickerConfig, credentialPickerConfig2, z3, str, str2, z4); } diff --git a/app/src/main/java/c/i/a/f/c/a/d/i.java b/app/src/main/java/c/i/a/f/c/a/d/i.java index faf9e30761..c4f6873094 100644 --- a/app/src/main/java/c/i/a/f/c/a/d/i.java +++ b/app/src/main/java/c/i/a/f/c/a/d/i.java @@ -9,21 +9,21 @@ public final class i implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final IdToken createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; String str2 = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { str = AnimatableValueParser.T(parcel, readInt); } else if (i != 2) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { str2 = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new IdToken(str, str2); } diff --git a/app/src/main/java/c/i/a/f/c/a/f/a.java b/app/src/main/java/c/i/a/f/c/a/f/a.java index 7c0601d22d..151c11176d 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/a.java +++ b/app/src/main/java/c/i/a/f/c/a/f/a.java @@ -17,7 +17,7 @@ public class a extends b { public final synchronized int f() { if (j == 1) { Context context = this.a; - Object obj = GoogleApiAvailability.f2368c; + Object obj = GoogleApiAvailability.f2366c; GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; int b = googleApiAvailability.b(context, 12451000); if (b == 0) { diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/a.java b/app/src/main/java/c/i/a/f/c/a/f/b/a.java index 3326a3c0fc..f416363813 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/a.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/a.java @@ -29,7 +29,7 @@ public class a { public static a b; /* renamed from: c reason: collision with root package name */ - public final Lock f1034c = new ReentrantLock(); + public final Lock f1033c = new ReentrantLock(); public final SharedPreferences d; public a(Context context) { @@ -109,7 +109,7 @@ public class a { if (str5 != null) { jSONObject.put("displayName", str5); } - String str6 = googleSignInAccount.f2363s; + String str6 = googleSignInAccount.f2361s; if (str6 != null) { jSONObject.put("givenName", str6); } @@ -157,7 +157,7 @@ public class a { } jSONObject2.put("idTokenRequested", googleSignInOptions.r); jSONObject2.put("forceCodeForRefreshToken", googleSignInOptions.t); - jSONObject2.put("serverAuthRequested", googleSignInOptions.f2364s); + jSONObject2.put("serverAuthRequested", googleSignInOptions.f2362s); if (!TextUtils.isEmpty(googleSignInOptions.u)) { jSONObject2.put("serverClientId", googleSignInOptions.u); } @@ -174,21 +174,21 @@ public class a { } public final void e(String str, String str2) { - this.f1034c.lock(); + this.f1033c.lock(); try { this.d.edit().putString(str, str2).apply(); } finally { - this.f1034c.unlock(); + this.f1033c.unlock(); } } @Nullable public final String g(String str) { - this.f1034c.lock(); + this.f1033c.lock(); try { return this.d.getString(str, null); } finally { - this.f1034c.unlock(); + this.f1033c.unlock(); } } } diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/b.java b/app/src/main/java/c/i/a/f/c/a/f/b/b.java index 71299c84eb..6d419db0da 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/b.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/b.java @@ -10,24 +10,24 @@ public final class b implements Parcelable.Creator { byte[] bArr = new byte[16]; a.a.nextBytes(bArr); aVar2.i = Base64.encodeToString(bArr, 11); - if (!cVar.f1063c.isEmpty()) { - for (Scope scope : cVar.f1063c) { + if (!cVar.f1062c.isEmpty()) { + for (Scope scope : cVar.f1062c) { aVar2.a.add(scope); aVar2.a.addAll(Arrays.asList(new Scope[0])); } diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/m.java b/app/src/main/java/c/i/a/f/c/a/f/b/m.java index 110f752a9e..e9ed56f72f 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/m.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/m.java @@ -34,11 +34,11 @@ public final class m { public final synchronized void a() { a aVar = this.b; - aVar.f1034c.lock(); + aVar.f1033c.lock(); try { aVar.d.edit().clear().apply(); } finally { - aVar.f1034c.unlock(); + aVar.f1033c.unlock(); } } } diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/s.java b/app/src/main/java/c/i/a/f/c/a/f/b/s.java index b493b063ac..50052730da 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/s.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/s.java @@ -10,21 +10,21 @@ public final class s implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final SignInConfiguration createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; GoogleSignInOptions googleSignInOptions = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 2) { str = AnimatableValueParser.T(parcel, readInt); } else if (i != 5) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { googleSignInOptions = (GoogleSignInOptions) AnimatableValueParser.S(parcel, readInt, GoogleSignInOptions.CREATOR); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new SignInConfiguration(str, googleSignInOptions); } diff --git a/app/src/main/java/c/i/a/f/c/a/f/d.java b/app/src/main/java/c/i/a/f/c/a/f/d.java index de95c540af..f7a9120cfb 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/d.java +++ b/app/src/main/java/c/i/a/f/c/a/f/d.java @@ -12,7 +12,7 @@ public final class d implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final GoogleSignInAccount createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; String str2 = null; String str3 = null; @@ -25,11 +25,11 @@ public final class d implements Parcelable.Creator { String str8 = null; long j = 0; int i = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 2: str = AnimatableValueParser.T(parcel, readInt); @@ -50,7 +50,7 @@ public final class d implements Parcelable.Creator { str5 = AnimatableValueParser.T(parcel, readInt); break; case 8: - j = AnimatableValueParser.j2(parcel, readInt); + j = AnimatableValueParser.k2(parcel, readInt); break; case 9: str6 = AnimatableValueParser.T(parcel, readInt); @@ -65,11 +65,11 @@ public final class d implements Parcelable.Creator { str8 = AnimatableValueParser.T(parcel, readInt); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new GoogleSignInAccount(i, str, str2, str3, str4, uri, str5, j, str6, arrayList, str7, str8); } diff --git a/app/src/main/java/c/i/a/f/c/a/f/f.java b/app/src/main/java/c/i/a/f/c/a/f/f.java index 52b208e302..8c1b5563bd 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/f.java +++ b/app/src/main/java/c/i/a/f/c/a/f/f.java @@ -13,7 +13,7 @@ public final class f implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final GoogleSignInOptions createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); ArrayList arrayList = null; ArrayList arrayList2 = null; Account account = null; @@ -24,11 +24,11 @@ public final class f implements Parcelable.Creator { boolean z2 = false; boolean z3 = false; boolean z4 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 2: arrayList2 = AnimatableValueParser.X(parcel, readInt, Scope.CREATOR); @@ -37,13 +37,13 @@ public final class f implements Parcelable.Creator { account = (Account) AnimatableValueParser.S(parcel, readInt, Account.CREATOR); break; case 4: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); break; case 5: - z3 = AnimatableValueParser.g2(parcel, readInt); + z3 = AnimatableValueParser.h2(parcel, readInt); break; case 6: - z4 = AnimatableValueParser.g2(parcel, readInt); + z4 = AnimatableValueParser.h2(parcel, readInt); break; case 7: str = AnimatableValueParser.T(parcel, readInt); @@ -58,11 +58,11 @@ public final class f implements Parcelable.Creator { str3 = AnimatableValueParser.T(parcel, readInt); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new GoogleSignInOptions(i, arrayList2, account, z2, z3, z4, str, str2, GoogleSignInOptions.x0(arrayList), str3); } diff --git a/app/src/main/java/c/i/a/f/c/a/f/g.java b/app/src/main/java/c/i/a/f/c/a/f/g.java index 20c67c9bab..4f697be54d 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/g.java +++ b/app/src/main/java/c/i/a/f/c/a/f/g.java @@ -10,11 +10,11 @@ public final class g implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final SignInAccount createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = ""; GoogleSignInAccount googleSignInAccount = null; String str2 = str; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 4) { @@ -22,12 +22,12 @@ public final class g implements Parcelable.Creator { } else if (i == 7) { googleSignInAccount = (GoogleSignInAccount) AnimatableValueParser.S(parcel, readInt, GoogleSignInAccount.CREATOR); } else if (i != 8) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { str2 = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new SignInAccount(str, googleSignInAccount, str2); } diff --git a/app/src/main/java/c/i/a/f/d/b.java b/app/src/main/java/c/i/a/f/d/b.java index d9a2508550..602c4e1297 100644 --- a/app/src/main/java/c/i/a/f/d/b.java +++ b/app/src/main/java/c/i/a/f/d/b.java @@ -30,7 +30,7 @@ public class b { public static PendingIntent b; /* renamed from: c reason: collision with root package name */ - public final SimpleArrayMap> f1035c = new SimpleArrayMap<>(); + public final SimpleArrayMap> f1034c = new SimpleArrayMap<>(); public final Context d; public final r e; public final ScheduledExecutorService f; @@ -49,8 +49,8 @@ public class b { } public final void a(String str, @Nullable Bundle bundle) { - synchronized (this.f1035c) { - TaskCompletionSource remove = this.f1035c.remove(str); + synchronized (this.f1034c) { + TaskCompletionSource remove = this.f1034c.remove(str); if (remove == null) { String valueOf = String.valueOf(str); Log.w("Rpc", valueOf.length() != 0 ? "Missing callback for ".concat(valueOf) : new String("Missing callback for ")); @@ -69,8 +69,8 @@ public class b { num = Integer.toString(i); } TaskCompletionSource taskCompletionSource = new TaskCompletionSource<>(); - synchronized (this.f1035c) { - this.f1035c.put(num, taskCompletionSource); + synchronized (this.f1034c) { + this.f1034c.put(num, taskCompletionSource); } Intent intent = new Intent(); intent.setPackage("com.google.android.gms"); diff --git a/app/src/main/java/c/i/a/f/d/c.java b/app/src/main/java/c/i/a/f/d/c.java index f49ed78db0..ae27386d82 100644 --- a/app/src/main/java/c/i/a/f/d/c.java +++ b/app/src/main/java/c/i/a/f/d/c.java @@ -10,17 +10,17 @@ public final class c implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final CloudMessage createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); Intent intent = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 1) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { intent = (Intent) AnimatableValueParser.S(parcel, readInt, Intent.CREATOR); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new CloudMessage(intent); } diff --git a/app/src/main/java/c/i/a/f/d/f.java b/app/src/main/java/c/i/a/f/d/f.java index 6b3d7537d0..bf9a6516f3 100644 --- a/app/src/main/java/c/i/a/f/d/f.java +++ b/app/src/main/java/c/i/a/f/d/f.java @@ -15,13 +15,13 @@ public final class f { public final Context b; /* renamed from: c reason: collision with root package name */ - public final ScheduledExecutorService f1036c; + public final ScheduledExecutorService f1035c; public g d = new g(this, null); public int e = 1; @VisibleForTesting public f(Context context, ScheduledExecutorService scheduledExecutorService) { - this.f1036c = scheduledExecutorService; + this.f1035c = scheduledExecutorService; this.b = context.getApplicationContext(); } diff --git a/app/src/main/java/c/i/a/f/d/g.java b/app/src/main/java/c/i/a/f/d/g.java index f250ee3e0e..7faa8651d0 100644 --- a/app/src/main/java/c/i/a/f/d/g.java +++ b/app/src/main/java/c/i/a/f/d/g.java @@ -77,7 +77,7 @@ public final class g implements ServiceConnection { if (!c.i.a.f.e.n.a.b().a(this.n.b, intent, this, 1)) { a(0, "Unable to bind to service"); } else { - this.n.f1036c.schedule(new i(this), 30, TimeUnit.SECONDS); + this.n.f1035c.schedule(new i(this), 30, TimeUnit.SECONDS); } return true; } else if (i == 1) { @@ -96,7 +96,7 @@ public final class g implements ServiceConnection { return false; } else { this.l.add(qVar); - this.n.f1036c.execute(new k(this)); + this.n.f1035c.execute(new k(this)); return true; } } @@ -117,7 +117,7 @@ public final class g implements ServiceConnection { if (Log.isLoggable("MessengerIpcClient", 2)) { Log.v("MessengerIpcClient", "Service connected"); } - this.n.f1036c.execute(new l(this, iBinder)); + this.n.f1035c.execute(new l(this, iBinder)); } @Override // android.content.ServiceConnection @@ -126,6 +126,6 @@ public final class g implements ServiceConnection { if (Log.isLoggable("MessengerIpcClient", 2)) { Log.v("MessengerIpcClient", "Service disconnected"); } - this.n.f1036c.execute(new n(this)); + this.n.f1035c.execute(new n(this)); } } diff --git a/app/src/main/java/c/i/a/f/d/k.java b/app/src/main/java/c/i/a/f/d/k.java index 10d932c39e..15ca57d183 100644 --- a/app/src/main/java/c/i/a/f/d/k.java +++ b/app/src/main/java/c/i/a/f/d/k.java @@ -30,7 +30,7 @@ public final /* synthetic */ class k implements Runnable { } poll = gVar.l.poll(); gVar.m.put(poll.a, poll); - gVar.n.f1036c.schedule(new m(gVar, poll), 30, TimeUnit.SECONDS); + gVar.n.f1035c.schedule(new m(gVar, poll), 30, TimeUnit.SECONDS); } else { return; } @@ -45,7 +45,7 @@ public final /* synthetic */ class k implements Runnable { Context context = gVar.n.b; Messenger messenger = gVar.j; Message obtain = Message.obtain(); - obtain.what = poll.f1037c; + obtain.what = poll.f1036c; obtain.arg1 = poll.a; obtain.replyTo = messenger; Bundle bundle = new Bundle(); diff --git a/app/src/main/java/c/i/a/f/d/l.java b/app/src/main/java/c/i/a/f/d/l.java index a8409b21cc..0db222899f 100644 --- a/app/src/main/java/c/i/a/f/d/l.java +++ b/app/src/main/java/c/i/a/f/d/l.java @@ -24,7 +24,7 @@ public final /* synthetic */ class l implements Runnable { try { gVar.k = new p(iBinder); gVar.i = 2; - gVar.n.f1036c.execute(new k(gVar)); + gVar.n.f1035c.execute(new k(gVar)); } catch (RemoteException e) { gVar.a(0, e.getMessage()); } diff --git a/app/src/main/java/c/i/a/f/d/q.java b/app/src/main/java/c/i/a/f/d/q.java index 268b51c7bc..3ea3c69611 100644 --- a/app/src/main/java/c/i/a/f/d/q.java +++ b/app/src/main/java/c/i/a/f/d/q.java @@ -11,12 +11,12 @@ public abstract class q { public final TaskCompletionSource b = new TaskCompletionSource<>(); /* renamed from: c reason: collision with root package name */ - public final int f1037c; + public final int f1036c; public final Bundle d; public q(int i, int i2, Bundle bundle) { this.a = i; - this.f1037c = i2; + this.f1036c = i2; this.d = bundle; } @@ -43,7 +43,7 @@ public abstract class q { public abstract boolean d(); public String toString() { - int i = this.f1037c; + int i = this.f1036c; int i2 = this.a; boolean d = d(); StringBuilder sb = new StringBuilder(55); diff --git a/app/src/main/java/c/i/a/f/d/r.java b/app/src/main/java/c/i/a/f/d/r.java index 2f7b75e2be..672660f606 100644 --- a/app/src/main/java/c/i/a/f/d/r.java +++ b/app/src/main/java/c/i/a/f/d/r.java @@ -17,14 +17,14 @@ public final class r { public int b; /* renamed from: c reason: collision with root package name */ - public int f1038c = 0; + public int f1037c = 0; public r(Context context) { this.a = context; } public final synchronized int a() { - int i = this.f1038c; + int i = this.f1037c; if (i != 0) { return i; } @@ -38,7 +38,7 @@ public final class r { intent.setPackage("com.google.android.gms"); List queryIntentServices = packageManager.queryIntentServices(intent, 0); if (queryIntentServices != null && queryIntentServices.size() > 0) { - this.f1038c = 1; + this.f1037c = 1; return 1; } } @@ -48,13 +48,13 @@ public final class r { if (queryBroadcastReceivers == null || queryBroadcastReceivers.size() <= 0) { Log.w("Metadata", "Failed to resolve IID implementation package, falling back"); if (c.R()) { - this.f1038c = 2; + this.f1037c = 2; } else { - this.f1038c = 1; + this.f1037c = 1; } - return this.f1038c; + return this.f1037c; } - this.f1038c = 2; + this.f1037c = 2; return 2; } diff --git a/app/src/main/java/c/i/a/f/d/x.java b/app/src/main/java/c/i/a/f/d/x.java index 665d573897..9f635f6784 100644 --- a/app/src/main/java/c/i/a/f/d/x.java +++ b/app/src/main/java/c/i/a/f/d/x.java @@ -9,21 +9,21 @@ public final /* synthetic */ class x implements c { public final String b; /* renamed from: c reason: collision with root package name */ - public final ScheduledFuture f1039c; + public final ScheduledFuture f1038c; public x(b bVar, String str, ScheduledFuture scheduledFuture) { this.a = bVar; this.b = str; - this.f1039c = scheduledFuture; + this.f1038c = scheduledFuture; } @Override // c.i.a.f.n.c public final void onComplete(Task task) { b bVar = this.a; String str = this.b; - ScheduledFuture scheduledFuture = this.f1039c; - synchronized (bVar.f1035c) { - bVar.f1035c.remove(str); + ScheduledFuture scheduledFuture = this.f1038c; + synchronized (bVar.f1034c) { + bVar.f1034c.remove(str); } scheduledFuture.cancel(false); } diff --git a/app/src/main/java/c/i/a/f/d/y.java b/app/src/main/java/c/i/a/f/d/y.java index 3151f78d19..62e8055b8c 100644 --- a/app/src/main/java/c/i/a/f/d/y.java +++ b/app/src/main/java/c/i/a/f/d/y.java @@ -71,9 +71,9 @@ public final class y extends a { bVar.a(str, intent2.putExtra("error", str2).getExtras()); return; } - synchronized (bVar.f1035c) { - for (int i = 0; i < bVar.f1035c.size(); i++) { - bVar.a(bVar.f1035c.keyAt(i), intent2.getExtras()); + synchronized (bVar.f1034c) { + for (int i = 0; i < bVar.f1034c.size(); i++) { + bVar.a(bVar.f1034c.keyAt(i), intent2.getExtras()); } } return; diff --git a/app/src/main/java/c/i/a/f/e/a0.java b/app/src/main/java/c/i/a/f/e/a0.java index 5058906a2d..f14dab16b5 100644 --- a/app/src/main/java/c/i/a/f/e/a0.java +++ b/app/src/main/java/c/i/a/f/e/a0.java @@ -7,12 +7,12 @@ public class a0 { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final String f1040c; + public final String f1039c; public final Throwable d; public a0(boolean z2, String str, Throwable th) { this.b = z2; - this.f1040c = str; + this.f1039c = str; this.d = th; } @@ -25,6 +25,6 @@ public class a0 { } public String c() { - return this.f1040c; + return this.f1039c; } } diff --git a/app/src/main/java/c/i/a/f/e/b0.java b/app/src/main/java/c/i/a/f/e/b0.java index 156c5c516c..93393126e4 100644 --- a/app/src/main/java/c/i/a/f/e/b0.java +++ b/app/src/main/java/c/i/a/f/e/b0.java @@ -10,27 +10,27 @@ public final class b0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzj createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); boolean z2 = false; String str = null; IBinder iBinder = null; boolean z3 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { str = AnimatableValueParser.T(parcel, readInt); } else if (i == 2) { - iBinder = AnimatableValueParser.h2(parcel, readInt); + iBinder = AnimatableValueParser.i2(parcel, readInt); } else if (i == 3) { - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); } else if (i != 4) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - z3 = AnimatableValueParser.g2(parcel, readInt); + z3 = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzj(str, iBinder, z2, z3); } diff --git a/app/src/main/java/c/i/a/f/e/c.java b/app/src/main/java/c/i/a/f/e/c.java index 517253a3c0..e551d11be7 100644 --- a/app/src/main/java/c/i/a/f/e/c.java +++ b/app/src/main/java/c/i/a/f/e/c.java @@ -114,10 +114,10 @@ public class c { } boolean z4 = true; if (!c.i.a.f.e.o.c.V(context)) { - if (c.i.a.f.e.o.c.f1074c == null) { - c.i.a.f.e.o.c.f1074c = Boolean.valueOf(context.getPackageManager().hasSystemFeature("android.hardware.type.iot") || context.getPackageManager().hasSystemFeature("android.hardware.type.embedded")); + if (c.i.a.f.e.o.c.f1073c == null) { + c.i.a.f.e.o.c.f1073c = Boolean.valueOf(context.getPackageManager().hasSystemFeature("android.hardware.type.iot") || context.getPackageManager().hasSystemFeature("android.hardware.type.embedded")); } - if (!c.i.a.f.e.o.c.f1074c.booleanValue()) { + if (!c.i.a.f.e.o.c.f1073c.booleanValue()) { z2 = true; AnimatableValueParser.m(i < 0); packageName = context.getPackageName(); diff --git a/app/src/main/java/c/i/a/f/e/e.java b/app/src/main/java/c/i/a/f/e/e.java index a73963c5c0..d50bf63b70 100644 --- a/app/src/main/java/c/i/a/f/e/e.java +++ b/app/src/main/java/c/i/a/f/e/e.java @@ -20,7 +20,7 @@ public class e { public static boolean b = false; /* renamed from: c reason: collision with root package name */ - public static final AtomicBoolean f1041c = new AtomicBoolean(); + public static final AtomicBoolean f1040c = new AtomicBoolean(); public static final AtomicBoolean d = new AtomicBoolean(); @RecentlyNonNull diff --git a/app/src/main/java/c/i/a/f/e/f.java b/app/src/main/java/c/i/a/f/e/f.java index 7d032ecfaa..1a6aa00bba 100644 --- a/app/src/main/java/c/i/a/f/e/f.java +++ b/app/src/main/java/c/i/a/f/e/f.java @@ -16,7 +16,7 @@ public class f { public final Context b; /* renamed from: c reason: collision with root package name */ - public volatile String f1042c; + public volatile String f1041c; public f(Context context) { this.b = context.getApplicationContext(); @@ -29,8 +29,8 @@ public class f { if (a == null) { o0 o0Var = s.a; synchronized (s.class) { - if (s.f1076c == null) { - s.f1076c = context.getApplicationContext(); + if (s.f1075c == null) { + s.f1075c = context.getApplicationContext(); } else { Log.w("GoogleCertificates", "GoogleCertificates has been initialized already"); } @@ -90,7 +90,7 @@ public class f { String str = packagesForUid[i2]; if (str == null) { a0Var = a0.a("null pkg"); - } else if (str.equals(this.f1042c)) { + } else if (str.equals(this.f1041c)) { a0Var = a0.a; } else { try { @@ -131,7 +131,7 @@ public class f { } } if (a0Var2.b) { - this.f1042c = str; + this.f1041c = str; } a0Var = a0Var2; } catch (PackageManager.NameNotFoundException e) { diff --git a/app/src/main/java/c/i/a/f/e/h/a.java b/app/src/main/java/c/i/a/f/e/h/a.java index a495ba0a53..9bef0e5111 100644 --- a/app/src/main/java/c/i/a/f/e/h/a.java +++ b/app/src/main/java/c/i/a/f/e/h/a.java @@ -22,7 +22,7 @@ public final class a { public final g b; /* renamed from: c reason: collision with root package name */ - public final String f1043c; + public final String f1042c; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ /* renamed from: c.i.a.f.e.h.a$a reason: collision with other inner class name */ @@ -111,7 +111,7 @@ public final class a { public a(String str, AbstractC0105a aVar, g gVar) { AnimatableValueParser.z(aVar, "Cannot construct an Api with a null ClientBuilder"); AnimatableValueParser.z(gVar, "Cannot construct an Api with a null ClientKey"); - this.f1043c = str; + this.f1042c = str; this.a = aVar; this.b = gVar; } diff --git a/app/src/main/java/c/i/a/f/e/h/b.java b/app/src/main/java/c/i/a/f/e/h/b.java index ff33d9f6b4..49c48d4ecf 100644 --- a/app/src/main/java/c/i/a/f/e/h/b.java +++ b/app/src/main/java/c/i/a/f/e/h/b.java @@ -45,7 +45,7 @@ public class b { public final a b; /* renamed from: c reason: collision with root package name */ - public final O f1044c; + public final O f1043c; public final c.i.a.f.e.h.j.b d; public final Looper e; public final int f; @@ -60,11 +60,11 @@ public class b { public final n b; /* renamed from: c reason: collision with root package name */ - public final Looper f1045c; + public final Looper f1044c; public a(n nVar, Account account, Looper looper) { this.b = nVar; - this.f1045c = looper; + this.f1044c = looper; } } @@ -77,8 +77,8 @@ public class b { this.a = applicationContext; e(activity); this.b = aVar; - this.f1044c = o; - this.e = aVar2.f1045c; + this.f1043c = o; + this.e = aVar2.f1044c; c.i.a.f.e.h.j.b bVar = new c.i.a.f.e.h.j.b<>(aVar, o); this.d = bVar; this.g = new y(this); @@ -104,8 +104,8 @@ public class b { this.a = applicationContext; e(context); this.b = aVar; - this.f1044c = o; - this.e = aVar2.f1045c; + this.f1043c = o; + this.e = aVar2.f1044c; this.d = new c.i.a.f.e.h.j.b<>(aVar, o); this.g = new y(this); g a2 = g.a(applicationContext); @@ -170,10 +170,10 @@ public class b { GoogleSignInAccount K; GoogleSignInAccount K2; c.a aVar = new c.a(); - O o = this.f1044c; + O o = this.f1043c; Account account = null; if (!(o instanceof a.d.b) || (K2 = ((a.d.b) o).K()) == null) { - O o2 = this.f1044c; + O o2 = this.f1043c; if (o2 instanceof a.d.AbstractC0106a) { account = ((a.d.AbstractC0106a) o2).S(); } @@ -181,14 +181,14 @@ public class b { account = new Account(K2.l, "com.google"); } aVar.a = account; - O o3 = this.f1044c; + O o3 = this.f1043c; Set emptySet = (!(o3 instanceof a.d.b) || (K = ((a.d.b) o3).K()) == null) ? Collections.emptySet() : K.v0(); if (aVar.b == null) { aVar.b = new ArraySet<>(); } aVar.b.addAll(emptySet); aVar.d = this.a.getClass().getName(); - aVar.f1064c = this.a.getPackageName(); + aVar.f1063c = this.a.getPackageName(); return aVar; } diff --git a/app/src/main/java/c/i/a/f/e/h/j/a1.java b/app/src/main/java/c/i/a/f/e/h/j/a1.java index 4aa3e88412..f3e9162ad4 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/a1.java +++ b/app/src/main/java/c/i/a/f/e/h/j/a1.java @@ -16,7 +16,7 @@ public class a1 extends t0 { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a1(j jVar, g gVar) { super(jVar, GoogleApiAvailability.d); - Object obj = GoogleApiAvailability.f2368c; + Object obj = GoogleApiAvailability.f2366c; this.o = gVar; jVar.a("ConnectionlessLifecycleHelper", this); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/b.java b/app/src/main/java/c/i/a/f/e/h/j/b.java index ee94c349e8..24c377ccff 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/b.java +++ b/app/src/main/java/c/i/a/f/e/h/j/b.java @@ -12,11 +12,11 @@ public final class b { @Nullable /* renamed from: c reason: collision with root package name */ - public final O f1046c; + public final O f1045c; public b(a aVar, @Nullable O o) { this.b = aVar; - this.f1046c = o; + this.f1045c = o; this.a = Arrays.hashCode(new Object[]{aVar, o}); } @@ -31,7 +31,7 @@ public final class b { return false; } b bVar = (b) obj; - return AnimatableValueParser.j0(this.b, bVar.b) && AnimatableValueParser.j0(this.f1046c, bVar.f1046c); + return AnimatableValueParser.j0(this.b, bVar.b) && AnimatableValueParser.j0(this.f1045c, bVar.f1045c); } public final int hashCode() { diff --git a/app/src/main/java/c/i/a/f/e/h/j/b0.java b/app/src/main/java/c/i/a/f/e/h/j/b0.java index d6784c5ccb..37a3670e48 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/b0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/b0.java @@ -16,7 +16,7 @@ public class b0 extends t0 { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b0(j jVar) { super(jVar, GoogleApiAvailability.d); - Object obj = GoogleApiAvailability.f2368c; + Object obj = GoogleApiAvailability.f2366c; jVar.a("GmsAvailabilityHelper", this); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/c0.java b/app/src/main/java/c/i/a/f/e/h/j/c0.java index 5ec5b9e146..0f47565463 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/c0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/c0.java @@ -7,11 +7,11 @@ public final class c0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final b f1047c; + public final b f1046c; public c0(s sVar, int i, b bVar) { this.a = sVar; this.b = i; - this.f1047c = bVar; + this.f1046c = bVar; } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/d0.java b/app/src/main/java/c/i/a/f/e/h/j/d0.java index 7349082b37..8c742f8587 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/d0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/d0.java @@ -8,11 +8,11 @@ public final class d0 { public final q b; /* renamed from: c reason: collision with root package name */ - public final Runnable f1048c; + public final Runnable f1047c; public d0(@NonNull m mVar, @NonNull q qVar, @NonNull Runnable runnable) { this.a = mVar; this.b = qVar; - this.f1048c = runnable; + this.f1047c = runnable; } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/g.java b/app/src/main/java/c/i/a/f/e/h/j/g.java index cae938c88c..52e07a140b 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/g.java +++ b/app/src/main/java/c/i/a/f/e/h/j/g.java @@ -67,7 +67,7 @@ public class g implements Handler.Callback { public final AtomicInteger r; /* renamed from: s reason: collision with root package name */ - public final Map, a> f1049s; + public final Map, a> f1048s; @Nullable public a1 t; public final Set> u; @@ -76,7 +76,7 @@ public class g implements Handler.Callback { public final Handler w; /* renamed from: x reason: collision with root package name */ - public volatile boolean f1050x; + public volatile boolean f1049x; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public class a implements c.a, c.b { @@ -85,7 +85,7 @@ public class g implements Handler.Callback { public final a.f b; /* renamed from: c reason: collision with root package name */ - public final a.b f1051c; + public final a.b f1050c; public final b d; public final x0 e; public final Set f = new HashSet(); @@ -106,10 +106,10 @@ public class g implements Handler.Callback { AnimatableValueParser.G(aVar.a != null, "This API was constructed with a SimpleClientBuilder. Use getSimpleClientBuilder"); a.AbstractC0105a aVar2 = aVar.a; Objects.requireNonNull(aVar2, "null reference"); - a.f a2 = aVar2.a(bVar.a, looper, a, bVar.f1044c, this, this); + a.f a2 = aVar2.a(bVar.a, looper, a, bVar.f1043c, this, this); this.b = a2; if (!(a2 instanceof z)) { - this.f1051c = a2; + this.f1050c = a2; this.d = bVar.d; this.e = new x0(); this.h = bVar.f; @@ -191,7 +191,7 @@ public class g implements Handler.Callback { handler2.sendMessageDelayed(obtain2, 120000); g.this.p.a.clear(); for (d0 d0Var : this.g.values()) { - d0Var.f1048c.run(); + d0Var.f1047c.run(); } } @@ -213,7 +213,7 @@ public class g implements Handler.Callback { } else if (exc != null) { AnimatableValueParser.s(g.this.w); i(null, exc, false); - } else if (!g.this.f1050x) { + } else if (!g.this.f1049x) { Status p = p(connectionResult); AnimatableValueParser.s(g.this.w); i(p, null, false); @@ -352,14 +352,14 @@ public class g implements Handler.Callback { o(sVar); return true; } - String name = this.f1051c.getClass().getName(); + String name = this.f1050c.getClass().getName(); String str = a.i; long v0 = a.v0(); StringBuilder O = c.d.b.a.a.O(c.d.b.a.a.b(str, name.length() + 77), name, " could not execute call because it requires feature (", str, ", "); O.append(v0); O.append(")."); Log.w("GoogleApiManager", O.toString()); - if (!g.this.f1050x || !m0Var.g(this)) { + if (!g.this.f1049x || !m0Var.g(this)) { m0Var.e(new UnsupportedApiCallException(a)); return true; } @@ -414,12 +414,12 @@ public class g implements Handler.Callback { e(1); this.b.c("DeadObjectException thrown while running ApiCallRunner."); } catch (Throwable th) { - throw new IllegalStateException(String.format("Error in GoogleApi implementation for client %s.", this.f1051c.getClass().getName()), th); + throw new IllegalStateException(String.format("Error in GoogleApi implementation for client %s.", this.f1050c.getClass().getName()), th); } } public final Status p(ConnectionResult connectionResult) { - String str = this.d.b.f1043c; + String str = this.d.b.f1042c; String valueOf = String.valueOf(connectionResult); return new Status(17, c.d.b.a.a.h(valueOf.length() + c.d.b.a.a.b(str, 63), "API: ", str, " is not available on this device. Connection failed with: ", valueOf)); } @@ -439,7 +439,7 @@ public class g implements Handler.Callback { int a = gVar.p.a(gVar.n, this.b); if (a != 0) { ConnectionResult connectionResult = new ConnectionResult(a, null); - String name = this.f1051c.getClass().getName(); + String name = this.f1050c.getClass().getName(); String valueOf = String.valueOf(connectionResult); StringBuilder sb = new StringBuilder(name.length() + 35 + valueOf.length()); sb.append("The service for "); @@ -463,13 +463,13 @@ public class g implements Handler.Callback { g0Var.f.h = Integer.valueOf(System.identityHashCode(g0Var)); a.AbstractC0105a aVar = g0Var.d; Context context = g0Var.b; - Looper looper = g0Var.f1053c.getLooper(); + Looper looper = g0Var.f1052c.getLooper(); c.i.a.f.e.k.c cVar = g0Var.f; g0Var.g = (f) aVar.a(context, looper, cVar, cVar.g, g0Var, g0Var); g0Var.h = bVar; Set set = g0Var.e; if (set == null || set.isEmpty()) { - g0Var.f1053c.post(new f0(g0Var)); + g0Var.f1052c.post(new f0(g0Var)); } else { g0Var.g.p(); } @@ -503,11 +503,11 @@ public class g implements Handler.Callback { } else { try { m mVar = next.a; - a.b bVar = this.f1051c; + a.b bVar = this.f1050c; TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); v vVar = (v) mVar; Objects.requireNonNull(vVar); - vVar.b.a((c.i.a.f.j.b.e.f) bVar, i.j(vVar.f1225c, taskCompletionSource)); + vVar.b.a((c.i.a.f.j.b.e.f) bVar, i.j(vVar.f1224c, taskCompletionSource)); } catch (DeadObjectException unused) { e(3); this.b.c("DeadObjectException thrown while calling register listener method."); @@ -561,7 +561,7 @@ public class g implements Handler.Callback { @Nullable /* renamed from: c reason: collision with root package name */ - public c.i.a.f.e.k.g f1052c = null; + public c.i.a.f.e.k.g f1051c = null; @Nullable public Set d = null; public boolean e = false; @@ -578,11 +578,11 @@ public class g implements Handler.Callback { @WorkerThread public final void b(ConnectionResult connectionResult) { - a aVar = g.this.f1049s.get(this.b); + a aVar = g.this.f1048s.get(this.b); if (aVar != null) { AnimatableValueParser.s(g.this.w); a.f fVar = aVar.b; - String name = aVar.f1051c.getClass().getName(); + String name = aVar.f1050c.getClass().getName(); String valueOf = String.valueOf(connectionResult); fVar.c(c.d.b.a.a.h(valueOf.length() + name.length() + 25, "onSignInFailed for ", name, " with ", valueOf)); aVar.d(connectionResult, null); @@ -626,11 +626,11 @@ public class g implements Handler.Callback { boolean z2 = true; this.q = new AtomicInteger(1); this.r = new AtomicInteger(0); - this.f1049s = new ConcurrentHashMap(5, 0.75f, 1); + this.f1048s = new ConcurrentHashMap(5, 0.75f, 1); this.t = null; this.u = new ArraySet(); this.v = new ArraySet(); - this.f1050x = true; + this.f1049x = true; this.n = context; c.i.a.f.h.e.c cVar = new c.i.a.f.h.e.c(looper, this); this.w = cVar; @@ -641,7 +641,7 @@ public class g implements Handler.Callback { c.i.a.f.e.o.c.d = Boolean.valueOf((!c.i.a.f.e.o.c.R() || !packageManager.hasSystemFeature("android.hardware.type.automotive")) ? false : z2); } if (c.i.a.f.e.o.c.d.booleanValue()) { - this.f1050x = false; + this.f1049x = false; } cVar.sendMessage(cVar.obtainMessage(6)); } @@ -654,7 +654,7 @@ public class g implements Handler.Callback { handlerThread.start(); Looper looper = handlerThread.getLooper(); Context applicationContext = context.getApplicationContext(); - Object obj = GoogleApiAvailability.f2368c; + Object obj = GoogleApiAvailability.f2366c; l = new g(applicationContext, looper, GoogleApiAvailability.d); } gVar = l; @@ -699,10 +699,10 @@ public class g implements Handler.Callback { @WorkerThread public final a d(c.i.a.f.e.h.b bVar) { b bVar2 = bVar.d; - a aVar = this.f1049s.get(bVar2); + a aVar = this.f1048s.get(bVar2); if (aVar == null) { aVar = new a<>(bVar); - this.f1049s.put(bVar2, aVar); + this.f1048s.put(bVar2, aVar); } if (aVar.s()) { this.v.add(bVar2); @@ -726,7 +726,7 @@ public class g implements Handler.Callback { } this.m = j2; this.w.removeMessages(12); - for (b bVar : this.f1049s.keySet()) { + for (b bVar : this.f1048s.keySet()) { Handler handler = this.w; handler.sendMessageDelayed(handler.obtainMessage(12, bVar), this.m); } @@ -735,7 +735,7 @@ public class g implements Handler.Callback { Objects.requireNonNull((r0) message.obj); throw null; case 3: - for (a aVar2 : this.f1049s.values()) { + for (a aVar2 : this.f1048s.values()) { aVar2.q(); aVar2.r(); } @@ -744,9 +744,9 @@ public class g implements Handler.Callback { case 8: case 13: c0 c0Var = (c0) message.obj; - a aVar3 = this.f1049s.get(c0Var.f1047c.d); + a aVar3 = this.f1048s.get(c0Var.f1046c.d); if (aVar3 == null) { - aVar3 = d(c0Var.f1047c); + aVar3 = d(c0Var.f1046c); } if (!aVar3.s() || this.r.get() == c0Var.b) { aVar3.j(c0Var.a); @@ -759,7 +759,7 @@ public class g implements Handler.Callback { case 5: int i4 = message.arg1; ConnectionResult connectionResult = (ConnectionResult) message.obj; - Iterator> it = this.f1049s.values().iterator(); + Iterator> it = this.f1048s.values().iterator(); while (true) { if (it.hasNext()) { aVar = it.next(); @@ -814,8 +814,8 @@ public class g implements Handler.Callback { d((c.i.a.f.e.h.b) message.obj); break; case 9: - if (this.f1049s.containsKey(message.obj)) { - a aVar4 = this.f1049s.get(message.obj); + if (this.f1048s.containsKey(message.obj)) { + a aVar4 = this.f1048s.get(message.obj); AnimatableValueParser.s(g.this.w); if (aVar4.j) { aVar4.r(); @@ -825,7 +825,7 @@ public class g implements Handler.Callback { break; case 10: for (b bVar2 : this.v) { - a remove = this.f1049s.remove(bVar2); + a remove = this.f1048s.remove(bVar2); if (remove != null) { remove.b(); } @@ -833,8 +833,8 @@ public class g implements Handler.Callback { this.v.clear(); break; case 11: - if (this.f1049s.containsKey(message.obj)) { - a aVar5 = this.f1049s.get(message.obj); + if (this.f1048s.containsKey(message.obj)) { + a aVar5 = this.f1048s.get(message.obj); AnimatableValueParser.s(g.this.w); if (aVar5.j) { aVar5.v(); @@ -848,22 +848,22 @@ public class g implements Handler.Callback { } break; case 12: - if (this.f1049s.containsKey(message.obj)) { - this.f1049s.get(message.obj).k(true); + if (this.f1048s.containsKey(message.obj)) { + this.f1048s.get(message.obj).k(true); break; } break; case 14: Objects.requireNonNull((b1) message.obj); - if (!this.f1049s.containsKey(null)) { + if (!this.f1048s.containsKey(null)) { throw null; } - this.f1049s.get(null).k(false); + this.f1048s.get(null).k(false); throw null; case 15: c cVar2 = (c) message.obj; - if (this.f1049s.containsKey(cVar2.a)) { - a aVar6 = this.f1049s.get(cVar2.a); + if (this.f1048s.containsKey(cVar2.a)) { + a aVar6 = this.f1048s.get(cVar2.a); if (aVar6.k.contains(cVar2) && !aVar6.j) { if (!aVar6.b.j()) { aVar6.r(); @@ -877,8 +877,8 @@ public class g implements Handler.Callback { break; case 16: c cVar3 = (c) message.obj; - if (this.f1049s.containsKey(cVar3.a)) { - a aVar7 = this.f1049s.get(cVar3.a); + if (this.f1048s.containsKey(cVar3.a)) { + a aVar7 = this.f1048s.get(cVar3.a); if (aVar7.k.remove(cVar3)) { g.this.w.removeMessages(15, cVar3); g.this.w.removeMessages(16, cVar3); diff --git a/app/src/main/java/c/i/a/f/e/h/j/g0.java b/app/src/main/java/c/i/a/f/e/h/j/g0.java index 689cd7a671..fff10e0730 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/g0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/g0.java @@ -17,11 +17,11 @@ import com.google.android.gms.common.api.Scope; import java.util.Set; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public final class g0 extends d implements c.a, c.b { - public static a.AbstractC0105a a = c.i.a.f.l.c.f1229c; + public static a.AbstractC0105a a = c.i.a.f.l.c.f1228c; public final Context b; /* renamed from: c reason: collision with root package name */ - public final Handler f1053c; + public final Handler f1052c; public final a.AbstractC0105a d; public Set e; public c.i.a.f.e.k.c f; @@ -32,7 +32,7 @@ public final class g0 extends d implements c.a, c.b { public g0(Context context, Handler handler, @NonNull c.i.a.f.e.k.c cVar) { a.AbstractC0105a aVar = a; this.b = context; - this.f1053c = handler; + this.f1052c = handler; AnimatableValueParser.z(cVar, "ClientSettings must not be null"); this.f = cVar; this.e = cVar.b; diff --git a/app/src/main/java/c/i/a/f/e/h/j/h.java b/app/src/main/java/c/i/a/f/e/h/j/h.java index 808c48036e..435dd0fbb5 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/h.java +++ b/app/src/main/java/c/i/a/f/e/h/j/h.java @@ -16,7 +16,7 @@ public final class h { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f1054c; + public final String f1053c; public final Status d; public final boolean e; @@ -31,7 +31,7 @@ public final class h { this.e = false; } q0.a(context); - String str = q0.f1070c; + String str = q0.f1069c; if (str == null) { Resources resources2 = context.getResources(); int identifier2 = resources2.getIdentifier("google_app_id", "string", resources2.getResourcePackageName(i)); @@ -39,10 +39,10 @@ public final class h { } if (TextUtils.isEmpty(str)) { this.d = new Status(10, "Missing google app id value from from string resources with name google_app_id."); - this.f1054c = null; + this.f1053c = null; return; } - this.f1054c = str; + this.f1053c = str; this.d = Status.i; } diff --git a/app/src/main/java/c/i/a/f/e/h/j/i0.java b/app/src/main/java/c/i/a/f/e/h/j/i0.java index 5dd4454e81..ae00b57d7b 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/i0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/i0.java @@ -47,7 +47,7 @@ public final class i0 implements Runnable { Log.wtf("GoogleApiManager", "Received null response from onSignInSuccess", new Exception()); bVar.b(new ConnectionResult(4)); } else { - bVar.f1052c = v0; + bVar.f1051c = v0; bVar.d = set; if (bVar.e) { bVar.a.b(v0, set); diff --git a/app/src/main/java/c/i/a/f/e/h/j/k.java b/app/src/main/java/c/i/a/f/e/h/j/k.java index ce5f4b1f30..530e7ef70b 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/k.java +++ b/app/src/main/java/c/i/a/f/e/h/j/k.java @@ -13,7 +13,7 @@ public final class k { @Nullable /* renamed from: c reason: collision with root package name */ - public volatile a f1055c; + public volatile a f1054c; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public static final class a { @@ -81,7 +81,7 @@ public final class k { AnimatableValueParser.z(l, "Listener must not be null"); this.b = l; AnimatableValueParser.w(str); - this.f1055c = new a<>(l, str); + this.f1054c = new a<>(l, str); } public final void a(b bVar) { diff --git a/app/src/main/java/c/i/a/f/e/h/j/k0.java b/app/src/main/java/c/i/a/f/e/h/j/k0.java index c37498bf0c..c2403f16a7 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/k0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/k0.java @@ -10,17 +10,17 @@ import java.util.Objects; public final class k0 extends p { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ p.a f1056c; + public final /* synthetic */ p.a f1055c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public k0(p.a aVar, Feature[] featureArr, boolean z2) { super(featureArr, z2, null); - this.f1056c = aVar; + this.f1055c = aVar; } @Override // c.i.a.f.e.h.j.p public final void c(A a, TaskCompletionSource taskCompletionSource) throws RemoteException { - Objects.requireNonNull(this.f1056c.a); + Objects.requireNonNull(this.f1055c.a); a.w().W(new k(taskCompletionSource)); } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/n0.java b/app/src/main/java/c/i/a/f/e/h/j/n0.java index bb34e020a8..702b6cd41c 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/n0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/n0.java @@ -16,11 +16,11 @@ import java.util.Objects; public final class n0 extends e0 { /* renamed from: c reason: collision with root package name */ - public final d0 f1057c; + public final d0 f1056c; public n0(d0 d0Var, TaskCompletionSource taskCompletionSource) { super(3, taskCompletionSource); - this.f1057c = d0Var; + this.f1056c = d0Var; } @Override // c.i.a.f.e.h.j.s @@ -30,27 +30,27 @@ public final class n0 extends e0 { @Override // c.i.a.f.e.h.j.m0 @Nullable public final Feature[] f(g.a aVar) { - Objects.requireNonNull(this.f1057c.a); + Objects.requireNonNull(this.f1056c.a); return null; } @Override // c.i.a.f.e.h.j.m0 public final boolean g(g.a aVar) { - Objects.requireNonNull(this.f1057c.a); + Objects.requireNonNull(this.f1056c.a); return false; } @Override // c.i.a.f.e.h.j.e0 public final void h(g.a aVar) throws RemoteException { - m mVar = this.f1057c.a; + m mVar = this.f1056c.a; a.f fVar = aVar.b; TaskCompletionSource taskCompletionSource = this.b; v vVar = (v) mVar; Objects.requireNonNull(vVar); - vVar.b.a((f) fVar, i.j(vVar.f1225c, taskCompletionSource)); - k.a aVar2 = this.f1057c.a.a.f1055c; + vVar.b.a((f) fVar, i.j(vVar.f1224c, taskCompletionSource)); + k.a aVar2 = this.f1056c.a.a.f1054c; if (aVar2 != null) { - aVar.g.put(aVar2, this.f1057c); + aVar.g.put(aVar2, this.f1056c); } } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/p0.java b/app/src/main/java/c/i/a/f/e/h/j/p0.java index 0c651b07be..a4f02498dd 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/p0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/p0.java @@ -16,11 +16,11 @@ import java.util.Objects; public final class p0 extends e0 { /* renamed from: c reason: collision with root package name */ - public final k.a f1058c; + public final k.a f1057c; public p0(k.a aVar, TaskCompletionSource taskCompletionSource) { super(4, taskCompletionSource); - this.f1058c = aVar; + this.f1057c = aVar; } @Override // c.i.a.f.e.h.j.s @@ -30,7 +30,7 @@ public final class p0 extends e0 { @Override // c.i.a.f.e.h.j.m0 @Nullable public final Feature[] f(g.a aVar) { - d0 d0Var = aVar.g.get(this.f1058c); + d0 d0Var = aVar.g.get(this.f1057c); if (d0Var == null) { return null; } @@ -40,7 +40,7 @@ public final class p0 extends e0 { @Override // c.i.a.f.e.h.j.m0 public final boolean g(g.a aVar) { - d0 d0Var = aVar.g.get(this.f1058c); + d0 d0Var = aVar.g.get(this.f1057c); if (d0Var == null) { return false; } @@ -50,17 +50,17 @@ public final class p0 extends e0 { @Override // c.i.a.f.e.h.j.e0 public final void h(g.a aVar) throws RemoteException { - d0 remove = aVar.g.remove(this.f1058c); + d0 remove = aVar.g.remove(this.f1057c); if (remove != null) { q qVar = remove.b; a.f fVar = aVar.b; TaskCompletionSource taskCompletionSource = this.b; x xVar = (x) qVar; Objects.requireNonNull(xVar); - xVar.b.a((f) fVar, i.j(xVar.f1226c, taskCompletionSource)); + xVar.b.a((f) fVar, i.j(xVar.f1225c, taskCompletionSource)); k kVar = remove.a.a; kVar.b = null; - kVar.f1055c = null; + kVar.f1054c = null; return; } this.b.b(Boolean.FALSE); diff --git a/app/src/main/java/c/i/a/f/e/h/j/q0.java b/app/src/main/java/c/i/a/f/e/h/j/q0.java index 130f3aa55f..0113b00790 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/q0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/q0.java @@ -16,12 +16,12 @@ public final class q0 extends m0 { public final p b; /* renamed from: c reason: collision with root package name */ - public final TaskCompletionSource f1059c; + public final TaskCompletionSource f1058c; public final n d; public q0(int i, p pVar, TaskCompletionSource taskCompletionSource, n nVar) { super(i); - this.f1059c = taskCompletionSource; + this.f1058c = taskCompletionSource; this.b = pVar; this.d = nVar; if (i == 2 && pVar.b) { @@ -31,25 +31,25 @@ public final class q0 extends m0 { @Override // c.i.a.f.e.h.j.s public final void b(@NonNull Status status) { - this.f1059c.a(this.d.a(status)); + this.f1058c.a(this.d.a(status)); } @Override // c.i.a.f.e.h.j.s public final void c(g.a aVar) throws DeadObjectException { try { - this.b.c(aVar.b, this.f1059c); + this.b.c(aVar.b, this.f1058c); } catch (DeadObjectException e) { throw e; } catch (RemoteException e2) { - this.f1059c.a(this.d.a(s.a(e2))); + this.f1058c.a(this.d.a(s.a(e2))); } catch (RuntimeException e3) { - this.f1059c.a(e3); + this.f1058c.a(e3); } } @Override // c.i.a.f.e.h.j.s public final void d(@NonNull x0 x0Var, boolean z2) { - TaskCompletionSource taskCompletionSource = this.f1059c; + TaskCompletionSource taskCompletionSource = this.f1058c; x0Var.b.put(taskCompletionSource, Boolean.valueOf(z2)); b0 b0Var = taskCompletionSource.a; y0 y0Var = new y0(x0Var, taskCompletionSource); @@ -59,7 +59,7 @@ public final class q0 extends m0 { @Override // c.i.a.f.e.h.j.s public final void e(@NonNull Exception exc) { - this.f1059c.a(exc); + this.f1058c.a(exc); } @Override // c.i.a.f.e.h.j.m0 diff --git a/app/src/main/java/c/i/a/f/e/h/j/w.java b/app/src/main/java/c/i/a/f/e/h/j/w.java index 2d28624670..34adfc4b30 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/w.java +++ b/app/src/main/java/c/i/a/f/e/h/j/w.java @@ -12,6 +12,6 @@ public final class w implements Runnable { @Override // java.lang.Runnable public final void run() { g.a aVar = this.i.a; - aVar.b.c(aVar.f1051c.getClass().getName().concat(" disconnecting because it was signed out.")); + aVar.b.c(aVar.f1050c.getClass().getName().concat(" disconnecting because it was signed out.")); } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/z.java b/app/src/main/java/c/i/a/f/e/h/j/z.java index b817c9325a..eed00214c8 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/z.java +++ b/app/src/main/java/c/i/a/f/e/h/j/z.java @@ -18,14 +18,14 @@ public final class z implements Runnable { public final void run() { c.i.a.f.e.k.g gVar; g.b bVar = this.j; - g.a aVar = g.this.f1049s.get(bVar.b); + g.a aVar = g.this.f1048s.get(bVar.b); if (aVar != null) { if (this.i.w0()) { g.b bVar2 = this.j; bVar2.e = true; if (bVar2.a.o()) { g.b bVar3 = this.j; - if (bVar3.e && (gVar = bVar3.f1052c) != null) { + if (bVar3.e && (gVar = bVar3.f1051c) != null) { bVar3.a.b(gVar, bVar3.d); return; } diff --git a/app/src/main/java/c/i/a/f/e/h/l.java b/app/src/main/java/c/i/a/f/e/h/l.java index 6562eaf396..a6a22e522e 100644 --- a/app/src/main/java/c/i/a/f/e/h/l.java +++ b/app/src/main/java/c/i/a/f/e/h/l.java @@ -9,21 +9,21 @@ public final class l implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Scope createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; String str = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i2 != 2) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { str = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new Scope(i, str); } diff --git a/app/src/main/java/c/i/a/f/e/h/m.java b/app/src/main/java/c/i/a/f/e/h/m.java index f5df0aced5..a080a0a3d9 100644 --- a/app/src/main/java/c/i/a/f/e/h/m.java +++ b/app/src/main/java/c/i/a/f/e/h/m.java @@ -11,17 +11,17 @@ public final class m implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Status createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; PendingIntent pendingIntent = null; ConnectionResult connectionResult = null; int i = 0; int i2 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); } else if (i3 == 2) { str = AnimatableValueParser.T(parcel, readInt); } else if (i3 == 3) { @@ -29,12 +29,12 @@ public final class m implements Parcelable.Creator { } else if (i3 == 4) { connectionResult = (ConnectionResult) AnimatableValueParser.S(parcel, readInt, ConnectionResult.CREATOR); } else if (i3 != 1000) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new Status(i, i2, str, pendingIntent, connectionResult); } diff --git a/app/src/main/java/c/i/a/f/e/j/a.java b/app/src/main/java/c/i/a/f/e/j/a.java index 172cb1bdd4..d9eb372572 100644 --- a/app/src/main/java/c/i/a/f/e/j/a.java +++ b/app/src/main/java/c/i/a/f/e/j/a.java @@ -11,14 +11,14 @@ public final class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final DataHolder createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; String[] strArr = null; CursorWindow[] cursorWindowArr = null; Bundle bundle = null; int i2 = 0; int i3 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i4 = 65535 & readInt; if (i4 == 1) { @@ -26,16 +26,16 @@ public final class a implements Parcelable.Creator { } else if (i4 == 2) { cursorWindowArr = (CursorWindow[]) AnimatableValueParser.W(parcel, readInt, CursorWindow.CREATOR); } else if (i4 == 3) { - i3 = AnimatableValueParser.i2(parcel, readInt); + i3 = AnimatableValueParser.j2(parcel, readInt); } else if (i4 == 4) { bundle = AnimatableValueParser.P(parcel, readInt); } else if (i4 != 1000) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); DataHolder dataHolder = new DataHolder(i2, strArr, cursorWindowArr, i3, bundle); dataHolder.k = new Bundle(); int i5 = 0; diff --git a/app/src/main/java/c/i/a/f/e/k/a0.java b/app/src/main/java/c/i/a/f/e/k/a0.java index 9579132729..eff41e778d 100644 --- a/app/src/main/java/c/i/a/f/e/k/a0.java +++ b/app/src/main/java/c/i/a/f/e/k/a0.java @@ -12,11 +12,11 @@ public final class a0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzc createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); Bundle bundle = null; Feature[] featureArr = null; int i = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { @@ -24,14 +24,14 @@ public final class a0 implements Parcelable.Creator { } else if (i2 == 2) { featureArr = (Feature[]) AnimatableValueParser.W(parcel, readInt, Feature.CREATOR); } else if (i2 == 3) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i2 != 4) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { ConnectionTelemetryConfiguration connectionTelemetryConfiguration = (ConnectionTelemetryConfiguration) AnimatableValueParser.S(parcel, readInt, ConnectionTelemetryConfiguration.CREATOR); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzc(bundle, featureArr, i); } diff --git a/app/src/main/java/c/i/a/f/e/k/b.java b/app/src/main/java/c/i/a/f/e/k/b.java index 15624819d1..a30ef904f1 100644 --- a/app/src/main/java/c/i/a/f/e/k/b.java +++ b/app/src/main/java/c/i/a/f/e/k/b.java @@ -44,7 +44,7 @@ public abstract class b { public volatile String b = null; /* renamed from: c reason: collision with root package name */ - public j0 f1060c; + public j0 f1059c; public final Context d; public final e e; public final c.i.a.f.e.c f; @@ -69,7 +69,7 @@ public abstract class b { @Nullable /* renamed from: s reason: collision with root package name */ - public final String f1061s; + public final String f1060s; @Nullable public ConnectionResult t = null; public boolean u = false; @@ -440,7 +440,7 @@ public abstract class b { this.r = i2; this.p = aVar; this.q = bVar; - this.f1061s = str; + this.f1060s = str; } public static void D(b bVar) { @@ -490,7 +490,7 @@ public abstract class b { } public final String B() { - String str = this.f1061s; + String str = this.f1060s; return str == null ? this.d.getClass().getName() : str; } @@ -504,18 +504,18 @@ public abstract class b { i iVar = this.n; if (iVar != null) { e eVar = this.e; - String str = this.f1060c.a; + String str = this.f1059c.a; Objects.requireNonNull(str, "null reference"); - Objects.requireNonNull(this.f1060c); + Objects.requireNonNull(this.f1059c); String B = B(); - Objects.requireNonNull(this.f1060c); + Objects.requireNonNull(this.f1059c); Objects.requireNonNull(eVar); eVar.c(new e.a(str, "com.google.android.gms", 4225, false), iVar, B); this.n = null; } } else if (i2 == 2 || i2 == 3) { i iVar2 = this.n; - if (!(iVar2 == null || (j0Var = this.f1060c) == null)) { + if (!(iVar2 == null || (j0Var = this.f1059c) == null)) { String str2 = j0Var.a; StringBuilder sb = new StringBuilder(String.valueOf(str2).length() + 70 + "com.google.android.gms".length()); sb.append("Calling connect() while still connected, missing disconnect() for "); @@ -524,11 +524,11 @@ public abstract class b { sb.append("com.google.android.gms"); Log.e("GmsClient", sb.toString()); e eVar2 = this.e; - String str3 = this.f1060c.a; + String str3 = this.f1059c.a; Objects.requireNonNull(str3, "null reference"); - Objects.requireNonNull(this.f1060c); + Objects.requireNonNull(this.f1059c); String B2 = B(); - Objects.requireNonNull(this.f1060c); + Objects.requireNonNull(this.f1059c); Objects.requireNonNull(eVar2); eVar2.c(new e.a(str3, "com.google.android.gms", 4225, false), iVar2, B2); this.w.incrementAndGet(); @@ -537,14 +537,14 @@ public abstract class b { this.n = iVar3; String y2 = y(); Object obj = e.a; - this.f1060c = new j0("com.google.android.gms", y2, false, 4225, false); + this.f1059c = new j0("com.google.android.gms", y2, false, 4225, false); e eVar3 = this.e; Objects.requireNonNull(y2, "null reference"); - Objects.requireNonNull(this.f1060c); + Objects.requireNonNull(this.f1059c); String B3 = B(); - Objects.requireNonNull(this.f1060c); + Objects.requireNonNull(this.f1059c); if (!eVar3.b(new e.a(y2, "com.google.android.gms", 4225, false), iVar3, B3)) { - String str4 = this.f1060c.a; + String str4 = this.f1059c.a; StringBuilder sb2 = new StringBuilder(String.valueOf(str4).length() + 34 + "com.google.android.gms".length()); sb2.append("unable to connect to service: "); sb2.append(str4); @@ -629,7 +629,7 @@ public abstract class b { @RecentlyNonNull public String f() { j0 j0Var; - if (!j() || (j0Var = this.f1060c) == null) { + if (!j() || (j0Var = this.f1059c) == null) { throw new RuntimeException("Failed to connect when checking package"); } Objects.requireNonNull(j0Var); diff --git a/app/src/main/java/c/i/a/f/e/k/b0.java b/app/src/main/java/c/i/a/f/e/k/b0.java index 9f668727c7..8ccf6dacbd 100644 --- a/app/src/main/java/c/i/a/f/e/k/b0.java +++ b/app/src/main/java/c/i/a/f/e/k/b0.java @@ -10,37 +10,37 @@ public final class b0 implements Parcelable.Creator b; /* renamed from: c reason: collision with root package name */ - public final Set f1063c; + public final Set f1062c; public final Map, b> d; public final String e; public final String f; @@ -28,11 +28,11 @@ public final class c { public ArraySet b; /* renamed from: c reason: collision with root package name */ - public String f1064c; + public String f1063c; public String d; public final c a() { - return new c(this.a, this.b, null, 0, null, this.f1064c, this.d, c.i.a.f.l.a.i); + return new c(this.a, this.b, null, 0, null, this.f1063c, this.d, c.i.a.f.l.a.i); } } @@ -55,6 +55,6 @@ public final class c { Objects.requireNonNull(bVar); hashSet.addAll(null); } - this.f1063c = Collections.unmodifiableSet(hashSet); + this.f1062c = Collections.unmodifiableSet(hashSet); } } diff --git a/app/src/main/java/c/i/a/f/e/k/c0.java b/app/src/main/java/c/i/a/f/e/k/c0.java index 2354d43db5..53d057657d 100644 --- a/app/src/main/java/c/i/a/f/e/k/c0.java +++ b/app/src/main/java/c/i/a/f/e/k/c0.java @@ -14,7 +14,7 @@ public final class c0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final GetServiceRequest createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; IBinder iBinder = null; Scope[] scopeArr = null; @@ -28,23 +28,23 @@ public final class c0 implements Parcelable.Creator { boolean z2 = false; int i4 = 0; boolean z3 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 2: - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); break; case 3: - i3 = AnimatableValueParser.i2(parcel, readInt); + i3 = AnimatableValueParser.j2(parcel, readInt); break; case 4: str = AnimatableValueParser.T(parcel, readInt); break; case 5: - iBinder = AnimatableValueParser.h2(parcel, readInt); + iBinder = AnimatableValueParser.i2(parcel, readInt); break; case 6: scopeArr = (Scope[]) AnimatableValueParser.W(parcel, readInt, Scope.CREATOR); @@ -57,7 +57,7 @@ public final class c0 implements Parcelable.Creator { break; case 9: default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; case 10: featureArr = (Feature[]) AnimatableValueParser.W(parcel, readInt, Feature.CREATOR); @@ -66,17 +66,17 @@ public final class c0 implements Parcelable.Creator { featureArr2 = (Feature[]) AnimatableValueParser.W(parcel, readInt, Feature.CREATOR); break; case 12: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); break; case 13: - i4 = AnimatableValueParser.i2(parcel, readInt); + i4 = AnimatableValueParser.j2(parcel, readInt); break; case 14: - z3 = AnimatableValueParser.g2(parcel, readInt); + z3 = AnimatableValueParser.h2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new GetServiceRequest(i, i2, i3, str, iBinder, scopeArr, bundle, account, featureArr, featureArr2, z2, i4, z3); } diff --git a/app/src/main/java/c/i/a/f/e/k/d.java b/app/src/main/java/c/i/a/f/e/k/d.java index 3a344177e5..2b929f6095 100644 --- a/app/src/main/java/c/i/a/f/e/k/d.java +++ b/app/src/main/java/c/i/a/f/e/k/d.java @@ -18,48 +18,48 @@ import java.util.Set; public abstract class d extends b implements a.f { /* renamed from: x reason: collision with root package name */ - public final c f1065x; + public final c f1064x; /* renamed from: y reason: collision with root package name */ - public final Set f1066y; + public final Set f1065y; @Nullable /* renamed from: z reason: collision with root package name */ - public final Account f1067z; + public final Account f1066z; /* JADX WARNING: Illegal instructions before constructor call */ public d(Context context, Looper looper, int i, c cVar, f fVar, l lVar) { super(context, looper, r3, r4, i, new r(fVar), new q(lVar), cVar.f); e a = e.a(context); - Object obj = GoogleApiAvailability.f2368c; + Object obj = GoogleApiAvailability.f2366c; GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; Objects.requireNonNull(fVar, "null reference"); Objects.requireNonNull(lVar, "null reference"); - this.f1065x = cVar; - this.f1067z = cVar.a; - Set set = cVar.f1063c; + this.f1064x = cVar; + this.f1066z = cVar.a; + Set set = cVar.f1062c; for (Scope scope : set) { if (!set.contains(scope)) { throw new IllegalStateException("Expanding scopes is not permitted, use implied scopes instead"); } } - this.f1066y = set; + this.f1065y = set; } @Override // c.i.a.f.e.h.a.f @NonNull public Set a() { - return o() ? this.f1066y : Collections.emptySet(); + return o() ? this.f1065y : Collections.emptySet(); } @Override // c.i.a.f.e.k.b @Nullable public final Account s() { - return this.f1067z; + return this.f1066z; } @Override // c.i.a.f.e.k.b public final Set v() { - return this.f1066y; + return this.f1065y; } } diff --git a/app/src/main/java/c/i/a/f/e/k/e.java b/app/src/main/java/c/i/a/f/e/k/e.java index 8e74d8807e..1bbd68e226 100644 --- a/app/src/main/java/c/i/a/f/e/k/e.java +++ b/app/src/main/java/c/i/a/f/e/k/e.java @@ -21,7 +21,7 @@ public abstract class e { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f1068c; + public final String f1067c; public final int d; public final boolean e; @@ -29,7 +29,7 @@ public abstract class e { AnimatableValueParser.w(str); this.b = str; AnimatableValueParser.w(str2); - this.f1068c = str2; + this.f1067c = str2; this.d = i; this.e = z2; } @@ -42,11 +42,11 @@ public abstract class e { return false; } a aVar = (a) obj; - return AnimatableValueParser.j0(this.b, aVar.b) && AnimatableValueParser.j0(this.f1068c, aVar.f1068c) && AnimatableValueParser.j0(null, null) && this.d == aVar.d && this.e == aVar.e; + return AnimatableValueParser.j0(this.b, aVar.b) && AnimatableValueParser.j0(this.f1067c, aVar.f1067c) && AnimatableValueParser.j0(null, null) && this.d == aVar.d && this.e == aVar.e; } public final int hashCode() { - return Arrays.hashCode(new Object[]{this.b, this.f1068c, null, Integer.valueOf(this.d), Boolean.valueOf(this.e)}); + return Arrays.hashCode(new Object[]{this.b, this.f1067c, null, Integer.valueOf(this.d), Boolean.valueOf(this.e)}); } public final String toString() { diff --git a/app/src/main/java/c/i/a/f/e/k/e0.java b/app/src/main/java/c/i/a/f/e/k/e0.java index c3d602cca3..bb29632a65 100644 --- a/app/src/main/java/c/i/a/f/e/k/e0.java +++ b/app/src/main/java/c/i/a/f/e/k/e0.java @@ -13,7 +13,7 @@ import java.util.HashMap; public final class e0 extends e { /* renamed from: c reason: collision with root package name */ - public final HashMap f1069c = new HashMap<>(); + public final HashMap f1068c = new HashMap<>(); public final Context d; public final Handler e; public final a f; @@ -32,13 +32,13 @@ public final class e0 extends e { public final boolean b(e.a aVar, ServiceConnection serviceConnection, String str) { boolean z2; AnimatableValueParser.z(serviceConnection, "ServiceConnection must not be null"); - synchronized (this.f1069c) { - g0 g0Var = this.f1069c.get(aVar); + synchronized (this.f1068c) { + g0 g0Var = this.f1068c.get(aVar); if (g0Var == null) { g0Var = new g0(this, aVar); g0Var.i.put(serviceConnection, serviceConnection); g0Var.a(str); - this.f1069c.put(aVar, g0Var); + this.f1068c.put(aVar, g0Var); } else { this.e.removeMessages(0, aVar); if (!g0Var.i.containsKey(serviceConnection)) { @@ -65,8 +65,8 @@ public final class e0 extends e { @Override // c.i.a.f.e.k.e public final void c(e.a aVar, ServiceConnection serviceConnection, String str) { AnimatableValueParser.z(serviceConnection, "ServiceConnection must not be null"); - synchronized (this.f1069c) { - g0 g0Var = this.f1069c.get(aVar); + synchronized (this.f1068c) { + g0 g0Var = this.f1068c.get(aVar); if (g0Var == null) { String valueOf = String.valueOf(aVar); StringBuilder sb = new StringBuilder(valueOf.length() + 50); diff --git a/app/src/main/java/c/i/a/f/e/k/f0.java b/app/src/main/java/c/i/a/f/e/k/f0.java index 91b679125c..0dcd3333fe 100644 --- a/app/src/main/java/c/i/a/f/e/k/f0.java +++ b/app/src/main/java/c/i/a/f/e/k/f0.java @@ -19,9 +19,9 @@ public final class f0 implements Handler.Callback { public final boolean handleMessage(Message message) { int i = message.what; if (i == 0) { - synchronized (this.i.f1069c) { + synchronized (this.i.f1068c) { e.a aVar = (e.a) message.obj; - g0 g0Var = this.i.f1069c.get(aVar); + g0 g0Var = this.i.f1068c.get(aVar); if (g0Var != null && g0Var.i.isEmpty()) { if (g0Var.k) { g0Var.o.e.removeMessages(1, g0Var.m); @@ -30,16 +30,16 @@ public final class f0 implements Handler.Callback { g0Var.k = false; g0Var.j = 2; } - this.i.f1069c.remove(aVar); + this.i.f1068c.remove(aVar); } } return true; } else if (i != 1) { return false; } else { - synchronized (this.i.f1069c) { + synchronized (this.i.f1068c) { e.a aVar2 = (e.a) message.obj; - g0 g0Var2 = this.i.f1069c.get(aVar2); + g0 g0Var2 = this.i.f1068c.get(aVar2); if (g0Var2 != null && g0Var2.j == 3) { String valueOf = String.valueOf(aVar2); StringBuilder sb = new StringBuilder(valueOf.length() + 47); @@ -52,7 +52,7 @@ public final class f0 implements Handler.Callback { componentName = null; } if (componentName == null) { - String str = aVar2.f1068c; + String str = aVar2.f1067c; Objects.requireNonNull(str, "null reference"); componentName = new ComponentName(str, EnvironmentCompat.MEDIA_UNKNOWN); } diff --git a/app/src/main/java/c/i/a/f/e/k/g0.java b/app/src/main/java/c/i/a/f/e/k/g0.java index 626418b6f4..42497b26e7 100644 --- a/app/src/main/java/c/i/a/f/e/k/g0.java +++ b/app/src/main/java/c/i/a/f/e/k/g0.java @@ -61,7 +61,7 @@ public final class g0 implements ServiceConnection, i0 { } } if (intent2 == null) { - intent = new Intent(aVar2.b).setPackage(aVar2.f1068c); + intent = new Intent(aVar2.b).setPackage(aVar2.f1067c); } d = aVar.d(context, str, intent2, this, this.m.d); this.k = d; @@ -91,7 +91,7 @@ public final class g0 implements ServiceConnection, i0 { @Override // android.content.ServiceConnection public final void onServiceConnected(ComponentName componentName, IBinder iBinder) { - synchronized (this.o.f1069c) { + synchronized (this.o.f1068c) { this.o.e.removeMessages(1, this.m); this.l = iBinder; this.n = componentName; @@ -104,7 +104,7 @@ public final class g0 implements ServiceConnection, i0 { @Override // android.content.ServiceConnection public final void onServiceDisconnected(ComponentName componentName) { - synchronized (this.o.f1069c) { + synchronized (this.o.f1068c) { this.o.e.removeMessages(1, this.m); this.l = null; this.n = componentName; diff --git a/app/src/main/java/c/i/a/f/e/k/q0.java b/app/src/main/java/c/i/a/f/e/k/q0.java index 676198a9ea..3a362fc9aa 100644 --- a/app/src/main/java/c/i/a/f/e/k/q0.java +++ b/app/src/main/java/c/i/a/f/e/k/q0.java @@ -13,7 +13,7 @@ public final class q0 { @Nullable /* renamed from: c reason: collision with root package name */ - public static String f1070c; + public static String f1069c; public static int d; public static void a(Context context) { @@ -23,7 +23,7 @@ public final class q0 { try { Bundle bundle = b.a(context).a(context.getPackageName(), 128).metaData; if (bundle != null) { - f1070c = bundle.getString("com.google.app.id"); + f1069c = bundle.getString("com.google.app.id"); d = bundle.getInt("com.google.android.gms.version"); } } catch (PackageManager.NameNotFoundException e) { diff --git a/app/src/main/java/c/i/a/f/e/k/s0.java b/app/src/main/java/c/i/a/f/e/k/s0.java index a18e990892..0f3aecc2b0 100644 --- a/app/src/main/java/c/i/a/f/e/k/s0.java +++ b/app/src/main/java/c/i/a/f/e/k/s0.java @@ -9,30 +9,30 @@ public final class s0 implements Parcelable.Creator /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final RootTelemetryConfiguration createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; boolean z2 = false; boolean z3 = false; int i2 = 0; int i3 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i4 = 65535 & readInt; if (i4 == 1) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i4 == 2) { - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); } else if (i4 == 3) { - z3 = AnimatableValueParser.g2(parcel, readInt); + z3 = AnimatableValueParser.h2(parcel, readInt); } else if (i4 == 4) { - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); } else if (i4 != 5) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - i3 = AnimatableValueParser.i2(parcel, readInt); + i3 = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new RootTelemetryConfiguration(i, z2, z3, i2, i3); } diff --git a/app/src/main/java/c/i/a/f/e/k/t.java b/app/src/main/java/c/i/a/f/e/k/t.java index 223863319e..0672516bb9 100644 --- a/app/src/main/java/c/i/a/f/e/k/t.java +++ b/app/src/main/java/c/i/a/f/e/k/t.java @@ -15,12 +15,12 @@ public final class t implements d.a { public final /* synthetic */ TaskCompletionSource b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ l.a f1071c; + public final /* synthetic */ l.a f1070c; public t(d dVar, TaskCompletionSource taskCompletionSource, l.a aVar, l.b bVar) { this.a = dVar; this.b = taskCompletionSource; - this.f1071c = aVar; + this.f1070c = aVar; } @Override // c.i.a.f.e.h.d.a @@ -42,7 +42,7 @@ public final class t implements d.a { AnimatableValueParser.G(basePendingResult.f(), "Result is not ready."); h j = basePendingResult.j(); TaskCompletionSource taskCompletionSource = this.b; - taskCompletionSource.a.t(this.f1071c.a(j)); + taskCompletionSource.a.t(this.f1070c.a(j)); return; } TaskCompletionSource taskCompletionSource2 = this.b; diff --git a/app/src/main/java/c/i/a/f/e/k/x.java b/app/src/main/java/c/i/a/f/e/k/x.java index 136e5f1a18..d579aa5be5 100644 --- a/app/src/main/java/c/i/a/f/e/k/x.java +++ b/app/src/main/java/c/i/a/f/e/k/x.java @@ -11,27 +11,27 @@ public final class x implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zas createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; Account account = null; GoogleSignInAccount googleSignInAccount = null; int i2 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i3 == 2) { account = (Account) AnimatableValueParser.S(parcel, readInt, Account.CREATOR); } else if (i3 == 3) { - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); } else if (i3 != 4) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { googleSignInAccount = (GoogleSignInAccount) AnimatableValueParser.S(parcel, readInt, GoogleSignInAccount.CREATOR); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zas(i, account, i2, googleSignInAccount); } diff --git a/app/src/main/java/c/i/a/f/e/k/y.java b/app/src/main/java/c/i/a/f/e/k/y.java index ac6e34dd10..49fb0e271a 100644 --- a/app/src/main/java/c/i/a/f/e/k/y.java +++ b/app/src/main/java/c/i/a/f/e/k/y.java @@ -11,30 +11,30 @@ public final class y implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zau createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); IBinder iBinder = null; ConnectionResult connectionResult = null; int i = 0; boolean z2 = false; boolean z3 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i2 == 2) { - iBinder = AnimatableValueParser.h2(parcel, readInt); + iBinder = AnimatableValueParser.i2(parcel, readInt); } else if (i2 == 3) { connectionResult = (ConnectionResult) AnimatableValueParser.S(parcel, readInt, ConnectionResult.CREATOR); } else if (i2 == 4) { - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); } else if (i2 != 5) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - z3 = AnimatableValueParser.g2(parcel, readInt); + z3 = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zau(i, iBinder, connectionResult, z2, z3); } diff --git a/app/src/main/java/c/i/a/f/e/l/a.java b/app/src/main/java/c/i/a/f/e/l/a.java index 55657b6c38..beccfa024e 100644 --- a/app/src/main/java/c/i/a/f/e/l/a.java +++ b/app/src/main/java/c/i/a/f/e/l/a.java @@ -11,7 +11,7 @@ public class a { public final String b; /* renamed from: c reason: collision with root package name */ - public final int f1072c; + public final int f1071c; public a(@RecentlyNonNull String str, @RecentlyNonNull String... strArr) { String str2; @@ -36,11 +36,11 @@ public class a { while (7 >= i && !Log.isLoggable(this.a, i)) { i++; } - this.f1072c = i; + this.f1071c = i; } public void a(@RecentlyNonNull String str, @Nullable Object... objArr) { - if (this.f1072c <= 3) { + if (this.f1071c <= 3) { String str2 = this.a; if (objArr.length > 0) { str = String.format(Locale.US, str, objArr); diff --git a/app/src/main/java/c/i/a/f/e/n/a.java b/app/src/main/java/c/i/a/f/e/n/a.java index f7c32fb02c..46e6b813cc 100644 --- a/app/src/main/java/c/i/a/f/e/n/a.java +++ b/app/src/main/java/c/i/a/f/e/n/a.java @@ -18,7 +18,7 @@ public class a { public static volatile a b; /* renamed from: c reason: collision with root package name */ - public ConcurrentHashMap f1073c = new ConcurrentHashMap<>(); + public ConcurrentHashMap f1072c = new ConcurrentHashMap<>(); @RecentlyNonNull public static a b() { @@ -41,7 +41,7 @@ public class a { @SuppressLint({"UntrackedBindService"}) public void c(@RecentlyNonNull Context context, @RecentlyNonNull ServiceConnection serviceConnection) { - if (!(!(serviceConnection instanceof i0)) || !this.f1073c.containsKey(serviceConnection)) { + if (!(!(serviceConnection instanceof i0)) || !this.f1072c.containsKey(serviceConnection)) { try { context.unbindService(serviceConnection); } catch (IllegalArgumentException | IllegalStateException unused) { @@ -49,11 +49,11 @@ public class a { } else { try { try { - context.unbindService(this.f1073c.get(serviceConnection)); + context.unbindService(this.f1072c.get(serviceConnection)); } catch (IllegalArgumentException | IllegalStateException unused2) { } } finally { - this.f1073c.remove(serviceConnection); + this.f1072c.remove(serviceConnection); } } } @@ -76,7 +76,7 @@ public class a { return false; } if (!(serviceConnection instanceof i0)) { - ServiceConnection putIfAbsent = this.f1073c.putIfAbsent(serviceConnection, serviceConnection); + ServiceConnection putIfAbsent = this.f1072c.putIfAbsent(serviceConnection, serviceConnection); if (!(putIfAbsent == null || serviceConnection == putIfAbsent)) { Log.w("ConnectionTracker", String.format("Duplicate binding with the same ServiceConnection: %s, %s, %s.", serviceConnection, str, intent.getAction())); } @@ -85,7 +85,7 @@ public class a { if (!z3) { } } finally { - this.f1073c.remove(serviceConnection, serviceConnection); + this.f1072c.remove(serviceConnection, serviceConnection); } } else { z3 = context.bindService(intent, serviceConnection, i); diff --git a/app/src/main/java/c/i/a/f/e/o/c.java b/app/src/main/java/c/i/a/f/e/o/c.java index af8baefe21..491d7df4bf 100644 --- a/app/src/main/java/c/i/a/f/e/o/c.java +++ b/app/src/main/java/c/i/a/f/e/o/c.java @@ -134,7 +134,7 @@ public final class c { @Nullable /* renamed from: c reason: collision with root package name */ - public static Boolean f1074c; + public static Boolean f1073c; @Nullable public static Boolean d; public static Boolean e; @@ -760,7 +760,7 @@ public final class c { c7 c7Var = ((u4) c6Var).zzb; if (c7Var != null) { for (int i2 = 0; i2 < c7Var.b; i2++) { - U0(sb, i, String.valueOf(c7Var.f1099c[i2] >>> 3), c7Var.d[i2]); + U0(sb, i, String.valueOf(c7Var.f1098c[i2] >>> 3), c7Var.d[i2]); } } } @@ -1107,10 +1107,10 @@ public final class c { if (i2 < 0) { throw zzij.b(); } else if (i2 == 0) { - s3Var.f1138c = ""; + s3Var.f1137c = ""; return A0; } else { - s3Var.f1138c = new String(bArr, A0, i2, w4.a); + s3Var.f1137c = new String(bArr, A0, i2, w4.a); return A0 + i2; } } @@ -1131,10 +1131,10 @@ public final class c { if (i2 < 0) { throw zzij.b(); } else if (i2 == 0) { - s3Var.f1138c = ""; + s3Var.f1137c = ""; return A0; } else { - s3Var.f1138c = k7.a.c(bArr, A0, i2); + s3Var.f1137c = k7.a.c(bArr, A0, i2); return A0 + i2; } } @@ -1166,10 +1166,10 @@ public final class c { } else if (i2 > bArr.length - A0) { throw zzij.a(); } else if (i2 == 0) { - s3Var.f1138c = t3.i; + s3Var.f1137c = t3.i; return A0; } else { - s3Var.f1138c = t3.h(bArr, A0, i2); + s3Var.f1137c = t3.h(bArr, A0, i2); return A0 + i2; } } @@ -1711,14 +1711,14 @@ public final class c { public static int w0(q6 q6Var, int i, byte[] bArr, int i2, int i3, b5 b5Var, s3 s3Var) throws IOException { int y0 = y0(q6Var, bArr, i2, i3, s3Var); - b5Var.add(s3Var.f1138c); + b5Var.add(s3Var.f1137c); while (y0 < i3) { int A0 = A0(bArr, y0, s3Var); if (i != s3Var.a) { break; } y0 = y0(q6Var, bArr, A0, i3, s3Var); - b5Var.add(s3Var.f1138c); + b5Var.add(s3Var.f1137c); } return y0; } @@ -1734,7 +1734,7 @@ public final class c { Object b2 = e6Var.m.b(e6Var.g); int m = e6Var.m(b2, bArr, i, i2, i3, s3Var); e6Var.d(b2); - s3Var.f1138c = b2; + s3Var.f1137c = b2; return m; } @@ -1759,7 +1759,7 @@ public final class c { int i4 = (b3 == 1 ? 1 : 0) + i3; q6Var.h(a2, bArr, i3, i4, s3Var); q6Var.d(a2); - s3Var.f1138c = a2; + s3Var.f1137c = a2; return i4; } diff --git a/app/src/main/java/c/i/a/f/e/o/i.java b/app/src/main/java/c/i/a/f/e/o/i.java index 67ce68bf5d..a7764c50f8 100644 --- a/app/src/main/java/c/i/a/f/e/o/i.java +++ b/app/src/main/java/c/i/a/f/e/o/i.java @@ -18,7 +18,7 @@ public class i { @Nullable /* renamed from: c reason: collision with root package name */ - public static final Method f1075c; + public static final Method f1074c; @Nullable public static final Method d; @@ -45,7 +45,7 @@ public class i { } catch (Exception unused3) { method3 = null; } - f1075c = method3; + f1074c = method3; try { WorkSource.class.getMethod("get", Integer.TYPE); } catch (Exception unused4) { diff --git a/app/src/main/java/c/i/a/f/e/q.java b/app/src/main/java/c/i/a/f/e/q.java index eca02bf9a4..2be32f3580 100644 --- a/app/src/main/java/c/i/a/f/e/q.java +++ b/app/src/main/java/c/i/a/f/e/q.java @@ -10,27 +10,27 @@ public final class q implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final ConnectionResult createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; PendingIntent pendingIntent = null; String str = null; int i2 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i3 == 2) { - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); } else if (i3 == 3) { pendingIntent = (PendingIntent) AnimatableValueParser.S(parcel, readInt, PendingIntent.CREATOR); } else if (i3 != 4) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { str = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new ConnectionResult(i, i2, pendingIntent, str); } diff --git a/app/src/main/java/c/i/a/f/e/r.java b/app/src/main/java/c/i/a/f/e/r.java index 0dbcec662d..3e9034edb0 100644 --- a/app/src/main/java/c/i/a/f/e/r.java +++ b/app/src/main/java/c/i/a/f/e/r.java @@ -9,24 +9,24 @@ public final class r implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Feature createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; int i = 0; long j = -1; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { str = AnimatableValueParser.T(parcel, readInt); } else if (i2 == 2) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i2 != 3) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - j = AnimatableValueParser.j2(parcel, readInt); + j = AnimatableValueParser.k2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new Feature(str, i, j); } diff --git a/app/src/main/java/c/i/a/f/e/s.java b/app/src/main/java/c/i/a/f/e/s.java index 53aa92f2a4..f391f5e506 100644 --- a/app/src/main/java/c/i/a/f/e/s.java +++ b/app/src/main/java/c/i/a/f/e/s.java @@ -18,16 +18,16 @@ public final class s { public static final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public static Context f1076c; + public static Context f1075c; public static a0 a(String str, t tVar, boolean z2, boolean z3) { o0 o0Var; try { if (a == null) { - Objects.requireNonNull(f1076c, "null reference"); + Objects.requireNonNull(f1075c, "null reference"); synchronized (b) { if (a == null) { - IBinder b2 = DynamiteModule.c(f1076c, DynamiteModule.i, "com.google.android.gms.googlecertificates").b("com.google.android.gms.common.GoogleCertificatesImpl"); + IBinder b2 = DynamiteModule.c(f1075c, DynamiteModule.i, "com.google.android.gms.googlecertificates").b("com.google.android.gms.common.GoogleCertificatesImpl"); int i = n0.a; if (b2 == null) { o0Var = null; @@ -39,9 +39,9 @@ public final class s { } } } - Objects.requireNonNull(f1076c, "null reference"); + Objects.requireNonNull(f1075c, "null reference"); try { - return a.t0(new zzj(str, tVar, z2, z3), new b(f1076c.getPackageManager())) ? a0.a : new c0(new u(z2, str, tVar), null); + return a.t0(new zzj(str, tVar, z2, z3), new b(f1075c.getPackageManager())) ? a0.a : new c0(new u(z2, str, tVar), null); } catch (RemoteException e) { Log.e("GoogleCertificates", "Failed to get Google certificates from remote", e); return a0.b("module call", e); diff --git a/app/src/main/java/c/i/a/f/e/v.java b/app/src/main/java/c/i/a/f/e/v.java index 39b3c8e4a0..6d5528d63a 100644 --- a/app/src/main/java/c/i/a/f/e/v.java +++ b/app/src/main/java/c/i/a/f/e/v.java @@ -5,8 +5,8 @@ import java.lang.ref.WeakReference; public abstract class v extends t { /* renamed from: c reason: collision with root package name */ - public static final WeakReference f1077c = new WeakReference<>(null); - public WeakReference d = f1077c; + public static final WeakReference f1076c = new WeakReference<>(null); + public WeakReference d = f1076c; public v(byte[] bArr) { super(bArr); diff --git a/app/src/main/java/c/i/a/f/e/w.java b/app/src/main/java/c/i/a/f/e/w.java index 454f2fca90..a87a09e8d1 100644 --- a/app/src/main/java/c/i/a/f/e/w.java +++ b/app/src/main/java/c/i/a/f/e/w.java @@ -5,15 +5,15 @@ import java.util.Arrays; public final class w extends t { /* renamed from: c reason: collision with root package name */ - public final byte[] f1078c; + public final byte[] f1077c; public w(byte[] bArr) { super(Arrays.copyOfRange(bArr, 0, 25)); - this.f1078c = bArr; + this.f1077c = bArr; } @Override // c.i.a.f.e.t public final byte[] g() { - return this.f1078c; + return this.f1077c; } } diff --git a/app/src/main/java/c/i/a/f/g/b.java b/app/src/main/java/c/i/a/f/g/b.java index 4fe94d98f1..998ee60925 100644 --- a/app/src/main/java/c/i/a/f/g/b.java +++ b/app/src/main/java/c/i/a/f/g/b.java @@ -10,12 +10,12 @@ public final class b implements DynamiteModule.a { int b = bVar.b(context, str); aVar.a = b; if (b != 0) { - aVar.f2372c = -1; + aVar.f2370c = -1; } else { int a = bVar.a(context, str, true); aVar.b = a; if (a != 0) { - aVar.f2372c = 1; + aVar.f2370c = 1; } } return aVar; diff --git a/app/src/main/java/c/i/a/f/g/c.java b/app/src/main/java/c/i/a/f/g/c.java index 9344c8be1c..c989e3cc51 100644 --- a/app/src/main/java/c/i/a/f/g/c.java +++ b/app/src/main/java/c/i/a/f/g/c.java @@ -16,11 +16,11 @@ public final class c implements DynamiteModule.a { } int i = aVar.a; if (i == 0 && aVar.b == 0) { - aVar.f2372c = 0; + aVar.f2370c = 0; } else if (i >= aVar.b) { - aVar.f2372c = -1; + aVar.f2370c = -1; } else { - aVar.f2372c = 1; + aVar.f2370c = 1; } return aVar; } diff --git a/app/src/main/java/c/i/a/f/g/d.java b/app/src/main/java/c/i/a/f/g/d.java index c32b50a621..8b67440af8 100644 --- a/app/src/main/java/c/i/a/f/g/d.java +++ b/app/src/main/java/c/i/a/f/g/d.java @@ -12,11 +12,11 @@ public final class d implements DynamiteModule.a { aVar.b = a; int i = aVar.a; if (i == 0 && a == 0) { - aVar.f2372c = 0; + aVar.f2370c = 0; } else if (a >= i) { - aVar.f2372c = 1; + aVar.f2370c = 1; } else { - aVar.f2372c = -1; + aVar.f2370c = -1; } return aVar; } diff --git a/app/src/main/java/c/i/a/f/h/b/a.java b/app/src/main/java/c/i/a/f/h/b/a.java index 7d76c79a5d..d0ff35357e 100644 --- a/app/src/main/java/c/i/a/f/h/b/a.java +++ b/app/src/main/java/c/i/a/f/h/b/a.java @@ -37,7 +37,7 @@ public class a extends Binder implements IInterface { } Parcelable.Creator creator = Status.CREATOR; int i3 = c.a; - AnimatableValueParser.A2(parcel.readInt() == 0 ? null : creator.createFromParcel(parcel), null, ((k) fVar).a); + AnimatableValueParser.B2(parcel.readInt() == 0 ? null : creator.createFromParcel(parcel), null, ((k) fVar).a); return true; } } diff --git a/app/src/main/java/c/i/a/f/h/b/b.java b/app/src/main/java/c/i/a/f/h/b/b.java index b7b424c8a9..e3c5162d27 100644 --- a/app/src/main/java/c/i/a/f/h/b/b.java +++ b/app/src/main/java/c/i/a/f/h/b/b.java @@ -7,7 +7,7 @@ public final class b { public static final Feature b; /* renamed from: c reason: collision with root package name */ - public static final Feature f1079c; + public static final Feature f1078c; public static final Feature[] d; static { @@ -16,7 +16,7 @@ public final class b { Feature feature2 = new Feature("sms_retrieve", 1); b = feature2; Feature feature3 = new Feature("user_consent", 3); - f1079c = feature3; + f1078c = feature3; d = new Feature[]{feature, feature2, feature3}; } } diff --git a/app/src/main/java/c/i/a/f/h/c/o.java b/app/src/main/java/c/i/a/f/h/c/o.java index cac9cb8f79..3d37fc9fe5 100644 --- a/app/src/main/java/c/i/a/f/h/c/o.java +++ b/app/src/main/java/c/i/a/f/h/c/o.java @@ -20,7 +20,7 @@ public final class o extends d { a.C0103a.C0104a aVar3 = new a.C0103a.C0104a(aVar == null ? a.C0103a.i : aVar); byte[] bArr = new byte[16]; a.a.nextBytes(bArr); - aVar3.f1032c = Base64.encodeToString(bArr, 11); + aVar3.f1031c = Base64.encodeToString(bArr, 11); this.A = new a.C0103a(aVar3); } diff --git a/app/src/main/java/c/i/a/f/h/c/p.java b/app/src/main/java/c/i/a/f/h/c/p.java index c2cad6db4b..815f62cced 100644 --- a/app/src/main/java/c/i/a/f/h/c/p.java +++ b/app/src/main/java/c/i/a/f/h/c/p.java @@ -10,17 +10,17 @@ public final class p implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzt createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); Credential credential = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 1) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { credential = (Credential) AnimatableValueParser.S(parcel, readInt, Credential.CREATOR); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzt(credential); } diff --git a/app/src/main/java/c/i/a/f/h/c/u.java b/app/src/main/java/c/i/a/f/h/c/u.java index ef02a2ef28..816b5d8504 100644 --- a/app/src/main/java/c/i/a/f/h/c/u.java +++ b/app/src/main/java/c/i/a/f/h/c/u.java @@ -10,17 +10,17 @@ public final class u implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzz createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); Credential credential = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 1) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { credential = (Credential) AnimatableValueParser.S(parcel, readInt, Credential.CREATOR); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzz(credential); } diff --git a/app/src/main/java/c/i/a/f/h/d/a.java b/app/src/main/java/c/i/a/f/h/d/a.java index b79e7ac009..905dd91c3e 100644 --- a/app/src/main/java/c/i/a/f/h/d/a.java +++ b/app/src/main/java/c/i/a/f/h/d/a.java @@ -30,12 +30,12 @@ public final class a extends d { @Override // c.i.a.f.e.k.b, c.i.a.f.e.h.a.f public final boolean o() { - c.i.a.f.e.k.c cVar = this.f1065x; + c.i.a.f.e.k.c cVar = this.f1064x; Account account = cVar.a; if (TextUtils.isEmpty(account != null ? account.name : null)) { return false; } - if (cVar.d.get(b.f1033c) == null) { + if (cVar.d.get(b.f1032c) == null) { return !cVar.b.isEmpty(); } throw null; diff --git a/app/src/main/java/c/i/a/f/h/e/a.java b/app/src/main/java/c/i/a/f/h/e/a.java index 0a0e2a3586..258bbf0f00 100644 --- a/app/src/main/java/c/i/a/f/h/e/a.java +++ b/app/src/main/java/c/i/a/f/h/e/a.java @@ -58,7 +58,7 @@ public class a extends Binder implements IInterface { break; case 8: g0 g0Var = (g0) fVar; - g0Var.f1053c.post(new i0(g0Var, (zam) b.a(parcel, zam.CREATOR))); + g0Var.f1052c.post(new i0(g0Var, (zam) b.a(parcel, zam.CREATOR))); break; case 9: zag zag = (zag) b.a(parcel, zag.CREATOR); diff --git a/app/src/main/java/c/i/a/f/h/h/a.java b/app/src/main/java/c/i/a/f/h/h/a.java index 00bd0126ac..ea8bf3f49f 100644 --- a/app/src/main/java/c/i/a/f/h/h/a.java +++ b/app/src/main/java/c/i/a/f/h/h/a.java @@ -41,7 +41,7 @@ public class a extends Binder implements IInterface { Status status = (Status) b.a(parcel, Status.CREATOR); DynamicLinkData dynamicLinkData = (DynamicLinkData) b.a(parcel, DynamicLinkData.CREATOR); g gVar = (g) kVar; - AnimatableValueParser.A2(status, dynamicLinkData == null ? null : new PendingDynamicLinkData(dynamicLinkData), gVar.a); + AnimatableValueParser.B2(status, dynamicLinkData == null ? null : new PendingDynamicLinkData(dynamicLinkData), gVar.a); if (dynamicLinkData != null) { Bundle bundle = dynamicLinkData.m; if (bundle == null) { diff --git a/app/src/main/java/c/i/a/f/h/j/a0.java b/app/src/main/java/c/i/a/f/h/j/a0.java index 23e886ca07..5cb028e536 100644 --- a/app/src/main/java/c/i/a/f/h/j/a0.java +++ b/app/src/main/java/c/i/a/f/h/j/a0.java @@ -8,7 +8,7 @@ public abstract class a0 { public final g b; /* renamed from: c reason: collision with root package name */ - public final Runnable f1080c = new b0(this); + public final Runnable f1079c = new b0(this); public volatile long d; public a0(g gVar) { @@ -18,7 +18,7 @@ public abstract class a0 { public final void a() { this.d = 0; - b().removeCallbacks(this.f1080c); + b().removeCallbacks(this.f1079c); } public final Handler b() { @@ -46,7 +46,7 @@ public abstract class a0 { if (j >= 0) { Objects.requireNonNull((d) this.b.d); this.d = System.currentTimeMillis(); - if (!b().postDelayed(this.f1080c, j)) { + if (!b().postDelayed(this.f1079c, j)) { this.b.c().B("Failed to schedule delayed post. time", Long.valueOf(j)); } } diff --git a/app/src/main/java/c/i/a/f/h/j/a1.java b/app/src/main/java/c/i/a/f/h/j/a1.java index 5025e08294..ce1f7b0635 100644 --- a/app/src/main/java/c/i/a/f/h/j/a1.java +++ b/app/src/main/java/c/i/a/f/h/j/a1.java @@ -38,7 +38,7 @@ public final class a1 extends e { if (bundle != null && (i = bundle.getInt("com.google.android.gms.analytics.globalConfigResource")) > 0) { g0 g0Var = new g0(this.i); try { - i0Var = g0Var.I(g0Var.i.f1088c.getResources().getXml(i)); + i0Var = g0Var.I(g0Var.i.f1087c.getResources().getXml(i)); } catch (Resources.NotFoundException e2) { g0Var.x("inflate() called with unknown resourceId", e2); } @@ -55,7 +55,7 @@ public final class a1 extends e { this.k = str2; d("XML config - app version", str2); } - String str3 = i0Var.f1089c; + String str3 = i0Var.f1088c; if (str3 != null) { String lowerCase = str3.toLowerCase(Locale.US); int i2 = "verbose".equals(lowerCase) ? 0 : "info".equals(lowerCase) ? 1 : "warning".equals(lowerCase) ? 2 : "error".equals(lowerCase) ? 3 : -1; diff --git a/app/src/main/java/c/i/a/f/h/j/b1.java b/app/src/main/java/c/i/a/f/h/j/b1.java index f336aeef21..465bda1570 100644 --- a/app/src/main/java/c/i/a/f/h/j/b1.java +++ b/app/src/main/java/c/i/a/f/h/j/b1.java @@ -16,7 +16,7 @@ public final class b1 { public static final Method b; /* renamed from: c reason: collision with root package name */ - public static volatile d1 f1081c = c1.a; + public static volatile d1 f1080c = c1.a; /* JADX WARNING: Removed duplicated region for block: B:12:0x003b */ static { diff --git a/app/src/main/java/c/i/a/f/h/j/e0.java b/app/src/main/java/c/i/a/f/h/j/e0.java index c37a9b895c..453400f896 100644 --- a/app/src/main/java/c/i/a/f/h/j/e0.java +++ b/app/src/main/java/c/i/a/f/h/j/e0.java @@ -11,7 +11,7 @@ public final class e0 { public static f0 b = f0.c("analytics.log_tag", "GAv4", "GAv4-SVC"); /* renamed from: c reason: collision with root package name */ - public static f0 f1082c = f0.b("analytics.local_dispatch_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, 120000); + public static f0 f1081c = f0.b("analytics.local_dispatch_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, 120000); public static f0 d = f0.b("analytics.initial_local_dispatch_millis", 5000, 5000); public static f0 e = f0.b("analytics.dispatch_alarm_millis", 7200000, 7200000); public static f0 f = f0.b("analytics.max_dispatch_alarm_millis", 32400000, 32400000); @@ -29,20 +29,20 @@ public final class e0 { public static f0 r = f0.a("analytics.max_batch_post_length", 8192, 8192); /* renamed from: s reason: collision with root package name */ - public static f0 f1083s = f0.c("analytics.fallback_responses.k", "404,502", "404,502"); + public static f0 f1082s = f0.c("analytics.fallback_responses.k", "404,502", "404,502"); public static f0 t = f0.a("analytics.batch_retry_interval.seconds.k", 3600, 3600); public static f0 u = f0.a("analytics.http_connection.connect_timeout_millis", 60000, 60000); public static f0 v = f0.a("analytics.http_connection.read_timeout_millis", 61000, 61000); public static f0 w = f0.d("analytics.test.disable_receiver", false, false); /* renamed from: x reason: collision with root package name */ - public static f0 f1084x = f0.b("analytics.service_client.idle_disconnect_millis", 10000, 10000); + public static f0 f1083x = f0.b("analytics.service_client.idle_disconnect_millis", 10000, 10000); /* renamed from: y reason: collision with root package name */ - public static f0 f1085y = f0.b("analytics.service_client.connect_timeout_millis", 5000, 5000); + public static f0 f1084y = f0.b("analytics.service_client.connect_timeout_millis", 5000, 5000); /* renamed from: z reason: collision with root package name */ - public static f0 f1086z = f0.b("analytics.service_client.reconnect_throttle_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD); + public static f0 f1085z = f0.b("analytics.service_client.reconnect_throttle_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD); static { f0.d("analytics.service_enabled", false, false); diff --git a/app/src/main/java/c/i/a/f/h/j/f1.java b/app/src/main/java/c/i/a/f/h/j/f1.java index d7d279534f..4c51db2f1a 100644 --- a/app/src/main/java/c/i/a/f/h/j/f1.java +++ b/app/src/main/java/c/i/a/f/h/j/f1.java @@ -7,14 +7,14 @@ public final class f1 extends e { public String b; /* renamed from: c reason: collision with root package name */ - public String f1087c; + public String f1086c; public String d; public final String toString() { HashMap hashMap = new HashMap(); hashMap.put("appName", this.a); hashMap.put("appVersion", this.b); - hashMap.put("appId", this.f1087c); + hashMap.put("appId", this.f1086c); hashMap.put("appInstallerId", this.d); return e.a(hashMap, 0); } diff --git a/app/src/main/java/c/i/a/f/h/j/g.java b/app/src/main/java/c/i/a/f/h/j/g.java index bc032fd669..94ad39f3f6 100644 --- a/app/src/main/java/c/i/a/f/h/j/g.java +++ b/app/src/main/java/c/i/a/f/h/j/g.java @@ -16,7 +16,7 @@ public class g { public final Context b; /* renamed from: c reason: collision with root package name */ - public final Context f1088c; + public final Context f1087c; public final b d; public final z e = new z(this); public final m0 f; @@ -32,7 +32,7 @@ public class g { Context context2 = iVar.b; Objects.requireNonNull(context2, "null reference"); this.b = context; - this.f1088c = context2; + this.f1087c = context2; d dVar = d.a; this.d = dVar; m0 m0Var = new m0(this); diff --git a/app/src/main/java/c/i/a/f/h/j/h0.java b/app/src/main/java/c/i/a/f/h/j/h0.java index 086ed2bee3..61a5750362 100644 --- a/app/src/main/java/c/i/a/f/h/j/h0.java +++ b/app/src/main/java/c/i/a/f/h/j/h0.java @@ -29,7 +29,7 @@ public final class h0 { } else if ("ga_appVersion".equals(str)) { this.b.b = str2; } else if ("ga_logLevel".equals(str)) { - this.b.f1089c = str2; + this.b.f1088c = str2; } else { this.a.c().x("String xml configuration name not recognized", str); } diff --git a/app/src/main/java/c/i/a/f/h/j/i0.java b/app/src/main/java/c/i/a/f/h/j/i0.java index a7a8ee660e..034779f801 100644 --- a/app/src/main/java/c/i/a/f/h/j/i0.java +++ b/app/src/main/java/c/i/a/f/h/j/i0.java @@ -4,7 +4,7 @@ public final class i0 { public String b; /* renamed from: c reason: collision with root package name */ - public String f1089c; + public String f1088c; public int d = -1; public int e = -1; } diff --git a/app/src/main/java/c/i/a/f/h/j/j.java b/app/src/main/java/c/i/a/f/h/j/j.java index f29f1748e9..98d798770b 100644 --- a/app/src/main/java/c/i/a/f/h/j/j.java +++ b/app/src/main/java/c/i/a/f/h/j/j.java @@ -66,6 +66,6 @@ public final class j extends e { public final void T() { this.n.a(); - this.m.e(e0.f1084x.a.longValue()); + this.m.e(e0.f1083x.a.longValue()); } } diff --git a/app/src/main/java/c/i/a/f/h/j/j0.java b/app/src/main/java/c/i/a/f/h/j/j0.java index 40a739fc98..a426e8849d 100644 --- a/app/src/main/java/c/i/a/f/h/j/j0.java +++ b/app/src/main/java/c/i/a/f/h/j/j0.java @@ -14,7 +14,7 @@ public final class j0 { public final List b = Collections.emptyList(); /* renamed from: c reason: collision with root package name */ - public final long f1090c; + public final long f1089c; public final long d; public final int e; public final boolean f; @@ -26,7 +26,7 @@ public final class j0 { Objects.requireNonNull(map, "null reference"); this.d = j; this.f = z2; - this.f1090c = j2; + this.f1089c = j2; this.e = i; TextUtils.isEmpty(null); this.g = null; @@ -94,9 +94,9 @@ public final class j0 { public final String toString() { StringBuilder P = a.P("ht="); P.append(this.d); - if (this.f1090c != 0) { + if (this.f1089c != 0) { P.append(", dbId="); - P.append(this.f1090c); + P.append(this.f1089c); } if (this.e != 0) { P.append(", appUID="); diff --git a/app/src/main/java/c/i/a/f/h/j/n0.java b/app/src/main/java/c/i/a/f/h/j/n0.java index 530d6c4db4..1ee36d5a8b 100644 --- a/app/src/main/java/c/i/a/f/h/j/n0.java +++ b/app/src/main/java/c/i/a/f/h/j/n0.java @@ -12,7 +12,7 @@ public class n0 extends BroadcastReceiver { public final g b; /* renamed from: c reason: collision with root package name */ - public boolean f1091c; + public boolean f1090c; public boolean d; public n0(g gVar) { @@ -21,9 +21,9 @@ public class n0 extends BroadcastReceiver { } public final void a() { - if (this.f1091c) { + if (this.f1090c) { this.b.c().C("Unregistering connectivity change receiver"); - this.f1091c = false; + this.f1090c = false; this.d = false; try { this.b.b.unregisterReceiver(this); diff --git a/app/src/main/java/c/i/a/f/h/j/o0.java b/app/src/main/java/c/i/a/f/h/j/o0.java index 9d915ad572..eac1aed500 100644 --- a/app/src/main/java/c/i/a/f/h/j/o0.java +++ b/app/src/main/java/c/i/a/f/h/j/o0.java @@ -185,7 +185,7 @@ public final class o0 extends e { } catch (NumberFormatException unused) { j = 0; } - S(sb, "z", j != 0 ? String.valueOf(j) : String.valueOf(j0Var.f1090c)); + S(sb, "z", j != 0 ? String.valueOf(j) : String.valueOf(j0Var.f1089c)); } return sb.toString(); } catch (UnsupportedEncodingException e) { @@ -337,7 +337,7 @@ public final class o0 extends e { if (z5) { break; } - arrayList.add(Long.valueOf(j0Var.f1090c)); + arrayList.add(Long.valueOf(j0Var.f1089c)); } z5 = false; if (z5) { @@ -599,7 +599,7 @@ public final class o0 extends e { if (z4) { break; } - arrayList2.add(Long.valueOf(j0Var2.f1090c)); + arrayList2.add(Long.valueOf(j0Var2.f1089c)); if (arrayList2.size() >= z.c()) { break; } diff --git a/app/src/main/java/c/i/a/f/h/j/q.java b/app/src/main/java/c/i/a/f/h/j/q.java index 3b067ac225..4563ce3f98 100644 --- a/app/src/main/java/c/i/a/f/h/j/q.java +++ b/app/src/main/java/c/i/a/f/h/j/q.java @@ -21,7 +21,7 @@ public final class q extends e { f1 f1Var = new f1(); PackageManager packageManager = r.b.getPackageManager(); String packageName = r.b.getPackageName(); - f1Var.f1087c = packageName; + f1Var.f1086c = packageName; f1Var.d = packageManager.getInstallerPackageName(packageName); String str = null; try { @@ -51,8 +51,8 @@ public final class q extends e { if (!TextUtils.isEmpty(f1Var2.b)) { f1Var3.b = f1Var2.b; } - if (!TextUtils.isEmpty(f1Var2.f1087c)) { - f1Var3.f1087c = f1Var2.f1087c; + if (!TextUtils.isEmpty(f1Var2.f1086c)) { + f1Var3.f1086c = f1Var2.f1086c; } if (!TextUtils.isEmpty(f1Var2.d)) { f1Var3.d = f1Var2.d; diff --git a/app/src/main/java/c/i/a/f/h/j/r.java b/app/src/main/java/c/i/a/f/h/j/r.java index 99602f4749..3b0e19180d 100644 --- a/app/src/main/java/c/i/a/f/h/j/r.java +++ b/app/src/main/java/c/i/a/f/h/j/r.java @@ -31,7 +31,7 @@ public final class r extends e { public final a0 r; /* renamed from: s reason: collision with root package name */ - public final y0 f1092s; + public final y0 f1091s; public long t; public boolean u; @@ -41,7 +41,7 @@ public final class r extends e { this.l = new o(gVar); this.m = new o0(gVar); this.o = new j(gVar); - this.f1092s = new y0(this.i.d); + this.f1091s = new y0(this.i.d); this.q = new s(this, gVar); this.r = new t(this, gVar); } @@ -82,7 +82,7 @@ public final class r extends e { } arrayList.remove(j0Var); try { - this.l.W(j0Var.f1090c); + this.l.W(j0Var.f1089c); } catch (SQLiteException e) { B("Failed to remove hit that was send for delivery", e); W(); @@ -143,8 +143,8 @@ public final class r extends e { public final void S() { k0 k0Var; if (!this.u && e0.a.a.booleanValue() && !this.o.R()) { - if (this.f1092s.b(e0.f1086z.a.longValue())) { - this.f1092s.a(); + if (this.f1091s.b(e0.f1085z.a.longValue())) { + this.f1091s.a(); C("Connecting to service"); j jVar = this.o; Objects.requireNonNull(jVar); @@ -170,7 +170,7 @@ public final class r extends e { lVar.j = false; } else { try { - lVar.wait(e0.f1085y.a.longValue()); + lVar.wait(e0.f1084y.a.longValue()); } catch (InterruptedException unused) { lVar.k.G("Wait for service connect was interrupted"); } @@ -192,7 +192,7 @@ public final class r extends e { } if (z2) { C("Connected to service"); - this.f1092s.b = 0; + this.f1091s.b = 0; Q(); } } @@ -234,7 +234,7 @@ public final class r extends e { b("Hits loaded from store. count", Integer.valueOf(arrayList2.size())); Iterator it = arrayList2.iterator(); while (it.hasNext()) { - if (((j0) it.next()).f1090c == j) { + if (((j0) it.next()).f1089c == j) { z("Database contains successfully uploaded hit", Long.valueOf(j), Integer.valueOf(arrayList2.size())); W(); try { @@ -253,12 +253,12 @@ public final class r extends e { if (!this.o.S(j0Var)) { break; } - j = Math.max(j, j0Var.f1090c); + j = Math.max(j, j0Var.f1089c); arrayList2.remove(j0Var); d("Hit sent do device AnalyticsService for delivery", j0Var); try { - this.l.W(j0Var.f1090c); - arrayList.add(Long.valueOf(j0Var.f1090c)); + this.l.W(j0Var.f1089c); + arrayList.add(Long.valueOf(j0Var.f1089c)); } catch (SQLiteException e3) { B("Failed to remove hit that was send for delivery", e3); W(); @@ -365,7 +365,7 @@ public final class r extends e { n0 n0Var = this.n; n0Var.b.c(); n0Var.b.e(); - if (!n0Var.f1091c) { + if (!n0Var.f1090c) { Context context = n0Var.b.b; context.registerReceiver(n0Var, new IntentFilter("android.net.conn.CONNECTIVITY_CHANGE")); IntentFilter intentFilter = new IntentFilter("com.google.analytics.RADIO_POWERED"); @@ -373,10 +373,10 @@ public final class r extends e { context.registerReceiver(n0Var, intentFilter); n0Var.d = n0Var.b(); n0Var.b.c().b("Registering connectivity change receiver. Network connected", Boolean.valueOf(n0Var.d)); - n0Var.f1091c = true; + n0Var.f1090c = true; } n0 n0Var2 = this.n; - if (!n0Var2.f1091c) { + if (!n0Var2.f1090c) { n0Var2.b.c().G("Connectivity unknown. Receiver not registered"); } z2 = n0Var2.d; @@ -415,8 +415,8 @@ public final class r extends e { if (abs >= 0) { j3 = abs; } - a0Var2.b().removeCallbacks(a0Var2.f1080c); - if (!a0Var2.b().postDelayed(a0Var2.f1080c, j3)) { + a0Var2.b().removeCallbacks(a0Var2.f1079c); + if (!a0Var2.b().postDelayed(a0Var2.f1079c, j3)) { a0Var2.b.c().B("Failed to adjust delayed post. time", Long.valueOf(j3)); return; } @@ -471,7 +471,7 @@ public final class r extends e { Method method = b1.a; JobScheduler jobScheduler = (JobScheduler) context.getSystemService("jobscheduler"); if (b1.a != null) { - Objects.requireNonNull((c1) b1.f1081c); + Objects.requireNonNull((c1) b1.f1080c); } jobScheduler.schedule(build); return; @@ -502,7 +502,7 @@ public final class r extends e { if (j != Long.MIN_VALUE) { return j; } - long longValue = e0.f1082c.a.longValue(); + long longValue = e0.f1081c.a.longValue(); a1 t = t(); t.N(); if (!t.m) { diff --git a/app/src/main/java/c/i/a/f/h/j/s0.java b/app/src/main/java/c/i/a/f/h/j/s0.java index 1529550e25..7c7c0c3208 100644 --- a/app/src/main/java/c/i/a/f/h/j/s0.java +++ b/app/src/main/java/c/i/a/f/h/j/s0.java @@ -8,16 +8,16 @@ public final class s0 { public static a b; /* renamed from: c reason: collision with root package name */ - public static Boolean f1093c; + public static Boolean f1092c; public static boolean a(Context context) { Objects.requireNonNull(context, "null reference"); - Boolean bool = f1093c; + Boolean bool = f1092c; if (bool != null) { return bool.booleanValue(); } boolean a2 = z0.a(context, "com.google.android.gms.analytics.AnalyticsReceiver", false); - f1093c = Boolean.valueOf(a2); + f1092c = Boolean.valueOf(a2); return a2; } } diff --git a/app/src/main/java/c/i/a/f/h/j/t0.java b/app/src/main/java/c/i/a/f/h/j/t0.java index c48713a479..0062bbb7af 100644 --- a/app/src/main/java/c/i/a/f/h/j/t0.java +++ b/app/src/main/java/c/i/a/f/h/j/t0.java @@ -15,10 +15,10 @@ public final class t0 { public final Handler b = new e1(); /* renamed from: c reason: collision with root package name */ - public final T f1094c; + public final T f1093c; public t0(T t) { - this.f1094c = t; + this.f1093c = t; } public static boolean c(Context context) { @@ -44,13 +44,13 @@ public final class t0 { try { synchronized (s0.a) { a aVar = s0.b; - if (aVar != null && aVar.f1230c.isHeld()) { + if (aVar != null && aVar.f1229c.isHeld()) { aVar.b(); } } } catch (SecurityException unused) { } - m0 c2 = g.b(this.f1094c).c(); + m0 c2 = g.b(this.f1093c).c(); if (intent == null) { c2.G("AnalyticsService started with null intent"); return 2; @@ -64,7 +64,7 @@ public final class t0 { } public final void b(Runnable runnable) { - a e = g.b(this.f1094c).e(); + a e = g.b(this.f1093c).e(); w0 w0Var = new w0(this, runnable); e.N(); e.r().a(new c(e, w0Var)); diff --git a/app/src/main/java/c/i/a/f/h/j/u0.java b/app/src/main/java/c/i/a/f/h/j/u0.java index dab997e51f..f655bcd7c9 100644 --- a/app/src/main/java/c/i/a/f/h/j/u0.java +++ b/app/src/main/java/c/i/a/f/h/j/u0.java @@ -15,7 +15,7 @@ public final /* synthetic */ class u0 implements Runnable { t0 t0Var = this.i; int i = this.j; m0 m0Var = this.k; - if (t0Var.f1094c.b(i)) { + if (t0Var.f1093c.b(i)) { m0Var.C("Local AnalyticsService processed last dispatch request"); } } diff --git a/app/src/main/java/c/i/a/f/h/j/v0.java b/app/src/main/java/c/i/a/f/h/j/v0.java index 475b512fc4..8858dfe1bd 100644 --- a/app/src/main/java/c/i/a/f/h/j/v0.java +++ b/app/src/main/java/c/i/a/f/h/j/v0.java @@ -20,6 +20,6 @@ public final /* synthetic */ class v0 implements Runnable { JobParameters jobParameters = this.k; Objects.requireNonNull(t0Var); m0Var.C("AnalyticsJobService processed last dispatch request"); - t0Var.f1094c.a(jobParameters, false); + t0Var.f1093c.a(jobParameters, false); } } diff --git a/app/src/main/java/c/i/a/f/h/j/z.java b/app/src/main/java/c/i/a/f/h/j/z.java index a912f25fd6..5f23459a39 100644 --- a/app/src/main/java/c/i/a/f/h/j/z.java +++ b/app/src/main/java/c/i/a/f/h/j/z.java @@ -10,7 +10,7 @@ public final class z { public volatile Boolean b; /* renamed from: c reason: collision with root package name */ - public String f1095c; + public String f1094c; public Set d; public z(g gVar) { @@ -62,8 +62,8 @@ public final class z { public final Set g() { String str; - String str2 = e0.f1083s.a; - if (this.d == null || (str = this.f1095c) == null || !str.equals(str2)) { + String str2 = e0.f1082s.a; + if (this.d == null || (str = this.f1094c) == null || !str.equals(str2)) { String[] split = TextUtils.split(str2, ","); HashSet hashSet = new HashSet(); for (String str3 : split) { @@ -72,7 +72,7 @@ public final class z { } catch (NumberFormatException unused) { } } - this.f1095c = str2; + this.f1094c = str2; this.d = hashSet; } return this.d; diff --git a/app/src/main/java/c/i/a/f/h/k/k.java b/app/src/main/java/c/i/a/f/h/k/k.java index 509b66d283..b08534c3ba 100644 --- a/app/src/main/java/c/i/a/f/h/k/k.java +++ b/app/src/main/java/c/i/a/f/h/k/k.java @@ -7,13 +7,13 @@ public final class k { public static final a.AbstractC0105a b; /* renamed from: c reason: collision with root package name */ - public static final a f1096c; + public static final a f1095c; static { a.g gVar = new a.g<>(); a = gVar; j jVar = new j(); b = jVar; - f1096c = new a<>("AppDataSearch.LIGHTWEIGHT_API", jVar, gVar); + f1095c = new a<>("AppDataSearch.LIGHTWEIGHT_API", jVar, gVar); } } diff --git a/app/src/main/java/c/i/a/f/h/k/m.java b/app/src/main/java/c/i/a/f/h/k/m.java index 1e20b29071..50b7d8899f 100644 --- a/app/src/main/java/c/i/a/f/h/k/m.java +++ b/app/src/main/java/c/i/a/f/h/k/m.java @@ -11,12 +11,12 @@ public final class m implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzh createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); zzk[] zzkArr = null; String str = null; Account account = null; boolean z2 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { @@ -24,14 +24,14 @@ public final class m implements Parcelable.Creator { } else if (i == 2) { str = AnimatableValueParser.T(parcel, readInt); } else if (i == 3) { - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); } else if (i != 4) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { account = (Account) AnimatableValueParser.S(parcel, readInt, Account.CREATOR); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzh(zzkArr, str, z2, account); } diff --git a/app/src/main/java/c/i/a/f/h/k/n.java b/app/src/main/java/c/i/a/f/h/k/n.java index eb6243fcf5..444349304a 100644 --- a/app/src/main/java/c/i/a/f/h/k/n.java +++ b/app/src/main/java/c/i/a/f/h/k/n.java @@ -9,11 +9,11 @@ public final class n implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzi createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; String str2 = null; String str3 = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { @@ -21,12 +21,12 @@ public final class n implements Parcelable.Creator { } else if (i == 2) { str2 = AnimatableValueParser.T(parcel, readInt); } else if (i != 3) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { str3 = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzi(str, str2, str3); } diff --git a/app/src/main/java/c/i/a/f/h/k/o.java b/app/src/main/java/c/i/a/f/h/k/o.java index 7350a30a1b..27fa9f35f6 100644 --- a/app/src/main/java/c/i/a/f/h/k/o.java +++ b/app/src/main/java/c/i/a/f/h/k/o.java @@ -10,12 +10,12 @@ public final class o implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzk createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; zzt zzt = null; byte[] bArr = null; int i = -1; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { @@ -23,14 +23,14 @@ public final class o implements Parcelable.Creator { } else if (i2 == 3) { zzt = (zzt) AnimatableValueParser.S(parcel, readInt, zzt.CREATOR); } else if (i2 == 4) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i2 != 5) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { bArr = AnimatableValueParser.Q(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzk(str, zzt, i, bArr); } diff --git a/app/src/main/java/c/i/a/f/h/k/p.java b/app/src/main/java/c/i/a/f/h/k/p.java index 97f8510f01..0a55fbaa02 100644 --- a/app/src/main/java/c/i/a/f/h/k/p.java +++ b/app/src/main/java/c/i/a/f/h/k/p.java @@ -10,21 +10,21 @@ public final class p implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzm createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; Bundle bundle = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i2 != 2) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { bundle = AnimatableValueParser.P(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzm(i, bundle); } diff --git a/app/src/main/java/c/i/a/f/h/k/r.java b/app/src/main/java/c/i/a/f/h/k/r.java index 6b01c0f189..1d8f5b9930 100644 --- a/app/src/main/java/c/i/a/f/h/k/r.java +++ b/app/src/main/java/c/i/a/f/h/k/r.java @@ -12,11 +12,11 @@ public final class r implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzo createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); Status status = null; ArrayList arrayList = null; String[] strArr = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { @@ -24,12 +24,12 @@ public final class r implements Parcelable.Creator { } else if (i == 2) { arrayList = AnimatableValueParser.X(parcel, readInt, zzw.CREATOR); } else if (i != 3) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { strArr = AnimatableValueParser.U(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzo(status, arrayList, strArr); } diff --git a/app/src/main/java/c/i/a/f/h/k/s.java b/app/src/main/java/c/i/a/f/h/k/s.java index 091de331cf..ce1692f823 100644 --- a/app/src/main/java/c/i/a/f/h/k/s.java +++ b/app/src/main/java/c/i/a/f/h/k/s.java @@ -11,7 +11,7 @@ public final class s implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzt createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; String str2 = null; String str3 = null; @@ -21,7 +21,7 @@ public final class s implements Parcelable.Creator { boolean z2 = false; int i = 1; boolean z3 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 11) { @@ -35,13 +35,13 @@ public final class s implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); continue; case 3: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); continue; case 4: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); continue; case 5: - z3 = AnimatableValueParser.g2(parcel, readInt); + z3 = AnimatableValueParser.h2(parcel, readInt); continue; case 6: str3 = AnimatableValueParser.T(parcel, readInt); @@ -50,14 +50,14 @@ public final class s implements Parcelable.Creator { zzmArr = (zzm[]) AnimatableValueParser.W(parcel, readInt, zzm.CREATOR); continue; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); continue; } } else { zzu = (zzu) AnimatableValueParser.S(parcel, readInt, zzu.CREATOR); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzt(str, str2, z2, i, z3, str3, zzmArr, str4, zzu); } diff --git a/app/src/main/java/c/i/a/f/h/k/t.java b/app/src/main/java/c/i/a/f/h/k/t.java index 0c351ce290..ceb31179ef 100644 --- a/app/src/main/java/c/i/a/f/h/k/t.java +++ b/app/src/main/java/c/i/a/f/h/k/t.java @@ -9,17 +9,17 @@ public final class t implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzu createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); boolean z2 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 1) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzu(z2); } diff --git a/app/src/main/java/c/i/a/f/h/k/u.java b/app/src/main/java/c/i/a/f/h/k/u.java index a745b5126f..3f9e48f420 100644 --- a/app/src/main/java/c/i/a/f/h/k/u.java +++ b/app/src/main/java/c/i/a/f/h/k/u.java @@ -11,7 +11,7 @@ public final class u implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzw createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); zzi zzi = null; String str = null; zzh zzh = null; @@ -21,17 +21,17 @@ public final class u implements Parcelable.Creator { boolean z2 = false; int i2 = -1; int i3 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: zzi = (zzi) AnimatableValueParser.S(parcel, readInt, zzi.CREATOR); break; case 2: - j = AnimatableValueParser.j2(parcel, readInt); + j = AnimatableValueParser.k2(parcel, readInt); break; case 3: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 4: str = AnimatableValueParser.T(parcel, readInt); @@ -40,23 +40,23 @@ public final class u implements Parcelable.Creator { zzh = (zzh) AnimatableValueParser.S(parcel, readInt, zzh.CREATOR); break; case 6: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); break; case 7: - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); break; case 8: - i3 = AnimatableValueParser.i2(parcel, readInt); + i3 = AnimatableValueParser.j2(parcel, readInt); break; case 9: str2 = AnimatableValueParser.T(parcel, readInt); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzw(zzi, j, i, str, zzh, z2, i2, i3, str2); } diff --git a/app/src/main/java/c/i/a/f/h/l/c0.java b/app/src/main/java/c/i/a/f/h/l/c0.java index c35e6a1e77..7d69ff5c1d 100644 --- a/app/src/main/java/c/i/a/f/h/l/c0.java +++ b/app/src/main/java/c/i/a/f/h/l/c0.java @@ -13,12 +13,12 @@ public final class c0 extends g.a { public final /* synthetic */ boolean r; /* renamed from: s reason: collision with root package name */ - public final /* synthetic */ g f1097s; + public final /* synthetic */ g f1096s; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public c0(g gVar, Long l, String str, String str2, Bundle bundle, boolean z2, boolean z3) { super(true); - this.f1097s = gVar; + this.f1096s = gVar; this.m = l; this.n = str; this.o = str2; @@ -30,6 +30,6 @@ public final class c0 extends g.a { @Override // c.i.a.f.h.l.g.a public final void a() throws RemoteException { Long l = this.m; - this.f1097s.j.logEvent(this.n, this.o, this.p, this.q, this.r, l == null ? this.i : l.longValue()); + this.f1096s.j.logEvent(this.n, this.o, this.p, this.q, this.r, l == null ? this.i : l.longValue()); } } diff --git a/app/src/main/java/c/i/a/f/h/l/c2.java b/app/src/main/java/c/i/a/f/h/l/c2.java index fe48b9eae7..08ad0c87cd 100644 --- a/app/src/main/java/c/i/a/f/h/l/c2.java +++ b/app/src/main/java/c/i/a/f/h/l/c2.java @@ -13,17 +13,17 @@ public final class c2 implements b2 { public final Context b; /* renamed from: c reason: collision with root package name */ - public final ContentObserver f1098c; + public final ContentObserver f1097c; public c2() { this.b = null; - this.f1098c = null; + this.f1097c = null; } public c2(Context context) { this.b = context; f2 f2Var = new f2(); - this.f1098c = f2Var; + this.f1097c = f2Var; context.getContentResolver().registerContentObserver(u1.a, true, f2Var); } diff --git a/app/src/main/java/c/i/a/f/h/l/c7.java b/app/src/main/java/c/i/a/f/h/l/c7.java index 24daf66083..071463bf68 100644 --- a/app/src/main/java/c/i/a/f/h/l/c7.java +++ b/app/src/main/java/c/i/a/f/h/l/c7.java @@ -12,7 +12,7 @@ public final class c7 { public int b; /* renamed from: c reason: collision with root package name */ - public int[] f1099c; + public int[] f1098c; public Object[] d; public int e; public boolean f; @@ -24,7 +24,7 @@ public final class c7 { public c7(int i, int[] iArr, Object[] objArr, boolean z2) { this.e = -1; this.b = i; - this.f1099c = iArr; + this.f1098c = iArr; this.d = objArr; this.f = z2; } @@ -58,13 +58,13 @@ public final class c7 { public final void a(int i, Object obj) { if (this.f) { int i2 = this.b; - int[] iArr = this.f1099c; + int[] iArr = this.f1098c; if (i2 == iArr.length) { int i3 = i2 + (i2 < 4 ? 8 : i2 >> 1); - this.f1099c = Arrays.copyOf(iArr, i3); + this.f1098c = Arrays.copyOf(iArr, i3); this.d = Arrays.copyOf(this.d, i3); } - int[] iArr2 = this.f1099c; + int[] iArr2 = this.f1098c; int i4 = this.b; iArr2[i4] = i; this.d[i4] = obj; @@ -78,7 +78,7 @@ public final class c7 { if (this.b != 0) { Objects.requireNonNull(v7Var); for (int i = 0; i < this.b; i++) { - b(this.f1099c[i], this.d[i], v7Var); + b(this.f1098c[i], this.d[i], v7Var); } } } @@ -91,7 +91,7 @@ public final class c7 { } int i3 = 0; for (int i4 = 0; i4 < this.b; i4++) { - int i5 = this.f1099c[i4]; + int i5 = this.f1098c[i4]; int i6 = i5 >>> 3; int i7 = i5 & 7; if (i7 == 0) { @@ -128,8 +128,8 @@ public final class c7 { c7 c7Var = (c7) obj; int i = this.b; if (i == c7Var.b) { - int[] iArr = this.f1099c; - int[] iArr2 = c7Var.f1099c; + int[] iArr = this.f1098c; + int[] iArr2 = c7Var.f1098c; int i2 = 0; while (true) { if (i2 >= i) { @@ -169,7 +169,7 @@ public final class c7 { public final int hashCode() { int i = this.b; int i2 = (i + 527) * 31; - int[] iArr = this.f1099c; + int[] iArr = this.f1098c; int i3 = 17; int i4 = 17; for (int i5 = 0; i5 < i; i5++) { diff --git a/app/src/main/java/c/i/a/f/h/l/d5.java b/app/src/main/java/c/i/a/f/h/l/d5.java index 1272a3f2b0..a62b98b723 100644 --- a/app/src/main/java/c/i/a/f/h/l/d5.java +++ b/app/src/main/java/c/i/a/f/h/l/d5.java @@ -3,7 +3,7 @@ package c.i.a.f.h.l; public final class d5 extends h5 { /* renamed from: c reason: collision with root package name */ - public static final /* synthetic */ int f1100c = 0; + public static final /* synthetic */ int f1099c = 0; @Override // c.i.a.f.h.l.h5 public final boolean equals(Object obj) { diff --git a/app/src/main/java/c/i/a/f/h/l/e6.java b/app/src/main/java/c/i/a/f/h/l/e6.java index fa232720c1..86b4e7419a 100644 --- a/app/src/main/java/c/i/a/f/h/l/e6.java +++ b/app/src/main/java/c/i/a/f/h/l/e6.java @@ -20,7 +20,7 @@ public final class e6 implements q6 { public static final Unsafe b = j7.k(); /* renamed from: c reason: collision with root package name */ - public final int[] f1102c; + public final int[] f1101c; public final Object[] d; public final int e; public final int f; @@ -38,7 +38,7 @@ public final class e6 implements q6 { /* JADX WARN: Incorrect args count in method signature: ([I[Ljava/lang/Object;IILc/i/a/f/h/l/c6;ZZ[IIILc/i/a/f/h/l/i6;Lc/i/a/f/h/l/m5;Lc/i/a/f/h/l/d7<**>;Lc/i/a/f/h/l/j4<*>;Lc/i/a/f/h/l/v5;)V */ public e6(int[] iArr, Object[] objArr, int i, int i2, c6 c6Var, boolean z2, int[] iArr2, int i3, int i4, i6 i6Var, m5 m5Var, d7 d7Var, j4 j4Var, v5 v5Var) { - this.f1102c = iArr; + this.f1101c = iArr; this.d = objArr; this.e = i; this.f = i2; @@ -333,7 +333,7 @@ public final class e6 implements q6 { i33 = i57; } Unsafe unsafe = b; - Object[] objArr2 = o6Var2.f1127c; + Object[] objArr2 = o6Var2.f1126c; Class cls = o6Var2.a.getClass(); int[] iArr2 = new int[(i4 * 3)]; Object[] objArr3 = new Object[(i4 << 1)]; @@ -607,7 +607,7 @@ public final class e6 implements q6 { } public final void B(T t, int i) { - int i2 = this.f1102c[i + 2]; + int i2 = this.f1101c[i + 2]; long j = (long) (1048575 & i2); if (j != 1048575) { j7.e.e(t, j, (1 << (i2 >>> 20)) | j7.b(t, j)); @@ -615,7 +615,7 @@ public final class e6 implements q6 { } public final void C(T t, int i, int i2) { - j7.e.e(t, (long) (this.f1102c[i2 + 2] & 1048575), i); + j7.e.e(t, (long) (this.f1101c[i2 + 2] & 1048575), i); } /* JADX WARNING: Removed duplicated region for block: B:168:0x0527 */ @@ -631,13 +631,13 @@ public final class e6 implements q6 { if (!b2.b.isEmpty()) { it = b2.l(); entry = it.next(); - length = this.f1102c.length; + length = this.f1101c.length; Unsafe unsafe = b; int i3 = 1048575; int i4 = 0; for (i = 0; i < length; i += 3) { int I = I(i); - int[] iArr = this.f1102c; + int[] iArr = this.f1101c; int i5 = iArr[i]; int i6 = (I & 267386880) >>> 20; if (i6 <= 17) { @@ -765,100 +765,100 @@ public final class e6 implements q6 { continue; } case 18: - s6.h(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.h(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 19: - s6.q(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.q(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 20: - s6.u(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.u(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 21: - s6.x(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.x(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 22: - s6.J(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.J(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 23: - s6.D(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.D(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 24: - s6.O(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.O(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 25: - s6.R(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.R(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 26: - s6.f(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var); + s6.f(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var); break; case 27: - s6.g(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); + s6.g(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); break; case 28: - s6.o(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var); + s6.o(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var); break; case 29: - s6.M(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.M(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 30: - s6.Q(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.Q(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 31: - s6.P(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.P(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 32: - s6.G(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.G(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 33: - s6.N(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.N(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 34: - s6.A(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.A(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 35: - s6.h(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.h(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 36: - s6.q(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.q(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 37: - s6.u(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.u(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 38: - s6.x(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.x(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 39: - s6.J(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.J(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 40: - s6.D(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.D(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 41: - s6.O(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.O(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 42: - s6.R(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.R(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 43: - s6.M(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.M(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 44: - s6.Q(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.Q(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 45: - s6.P(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.P(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 46: - s6.G(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.G(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 47: - s6.N(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.N(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 48: - s6.A(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.A(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 49: - s6.p(this.f1102c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); + s6.p(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); break; case 50: t(v7Var, i5, unsafe.getObject(t, j), i); @@ -982,7 +982,7 @@ public final class e6 implements q6 { } it = null; entry = null; - length = this.f1102c.length; + length = this.f1101c.length; Unsafe unsafe = b; int i3 = 1048575; int i4 = 0; @@ -994,7 +994,7 @@ public final class e6 implements q6 { } public final void E(T t, T t2, int i) { - int[] iArr = this.f1102c; + int[] iArr = this.f1101c; int i2 = iArr[i + 1]; int i3 = iArr[i]; long j = (long) (i2 & 1048575); @@ -1023,11 +1023,11 @@ public final class e6 implements q6 { } public final int I(int i) { - return this.f1102c[i + 1]; + return this.f1101c[i + 1]; } public final int K(int i) { - return this.f1102c[i + 2]; + return this.f1101c[i + 2]; } @Override // c.i.a.f.h.l.q6 @@ -1039,11 +1039,11 @@ public final class e6 implements q6 { public final int b(T t) { int i; int i2; - int length = this.f1102c.length; + int length = this.f1101c.length; int i3 = 0; for (int i4 = 0; i4 < length; i4 += 3) { int I = I(i4); - int i5 = this.f1102c[i4]; + int i5 = this.f1101c[i4]; long j = (long) (1048575 & I); int i6 = 37; switch ((I & 267386880) >>> 20) { @@ -1367,9 +1367,9 @@ public final class e6 implements q6 { return !this.h || this.p.b(t).m(); } int i6 = this.j[i5]; - int i7 = this.f1102c[i6]; + int i7 = this.f1101c[i6]; int I = I(i6); - int i8 = this.f1102c[i6 + 2]; + int i8 = this.f1101c[i6 + 2]; int i9 = i8 & 1048575; int i10 = 1 << (i8 >>> 20); if (i9 != i3) { @@ -1467,13 +1467,13 @@ public final class e6 implements q6 { if (this.i) { Unsafe unsafe = b; int i10 = 0; - for (int i11 = 0; i11 < this.f1102c.length; i11 += 3) { + for (int i11 = 0; i11 < this.f1101c.length; i11 += 3) { int I = I(i11); int i12 = (I & 267386880) >>> 20; - int i13 = this.f1102c[i11]; + int i13 = this.f1101c[i11]; long j = (long) (I & 1048575); if (i12 >= o4.DOUBLE_LIST_PACKED.a() && i12 <= o4.SINT64_LIST_PACKED.a()) { - int i14 = this.f1102c[i11 + 2]; + int i14 = this.f1101c[i11 + 2]; } switch (i12) { case 0: @@ -1995,9 +1995,9 @@ public final class e6 implements q6 { int i15 = 0; int i16 = 1048575; int i17 = 0; - for (int i18 = 0; i18 < this.f1102c.length; i18 += 3) { + for (int i18 = 0; i18 < this.f1101c.length; i18 += 3) { int I2 = I(i18); - int[] iArr = this.f1102c; + int[] iArr = this.f1101c; int i19 = iArr[i18]; int i20 = (I2 & 267386880) >>> 20; if (i20 <= 17) { @@ -2600,7 +2600,7 @@ public final class e6 implements q6 { */ @Override // c.i.a.f.h.l.q6 public final boolean f(T t, T t2) { - int length = this.f1102c.length; + int length = this.f1101c.length; int i = 0; while (true) { boolean z2 = true; @@ -2808,10 +2808,10 @@ public final class e6 implements q6 { if (!b2.b.isEmpty()) { it = b2.l(); entry = it.next(); - length = this.f1102c.length; + length = this.f1101c.length; for (i = 0; i < length; i += 3) { int I = I(i); - int i2 = this.f1102c[i]; + int i2 = this.f1101c[i]; while (entry != null && this.p.a(entry) <= i2) { this.p.d(v7Var, entry); entry = it.hasNext() ? it.next() : null; @@ -2944,100 +2944,100 @@ public final class e6 implements q6 { break; } case 18: - s6.h(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.h(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 19: - s6.q(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.q(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 20: - s6.u(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.u(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 21: - s6.x(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.x(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 22: - s6.J(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.J(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 23: - s6.D(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.D(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 24: - s6.O(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.O(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 25: - s6.R(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.R(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 26: - s6.f(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); + s6.f(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); break; case 27: - s6.g(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); + s6.g(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); break; case 28: - s6.o(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); + s6.o(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); break; case 29: - s6.M(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.M(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 30: - s6.Q(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.Q(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 31: - s6.P(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.P(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 32: - s6.G(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.G(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 33: - s6.N(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.N(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 34: - s6.A(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.A(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 35: - s6.h(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.h(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 36: - s6.q(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.q(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 37: - s6.u(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.u(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 38: - s6.x(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.x(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 39: - s6.J(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.J(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 40: - s6.D(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.D(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 41: - s6.O(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.O(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 42: - s6.R(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.R(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 43: - s6.M(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.M(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 44: - s6.Q(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.Q(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 45: - s6.P(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.P(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 46: - s6.G(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.G(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 47: - s6.N(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.N(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 48: - s6.A(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.A(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 49: - s6.p(this.f1102c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); + s6.p(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); break; case 50: t(v7Var, i2, j7.r(t, (long) (I & 1048575)), i); @@ -3180,7 +3180,7 @@ public final class e6 implements q6 { } it = null; entry = null; - length = this.f1102c.length; + length = this.f1101c.length; while (i < length) { } while (entry != null) { @@ -3270,7 +3270,7 @@ public final class e6 implements q6 { i5 = i26; i6 = 0; } else { - int[] iArr = e6Var5.f1102c; + int[] iArr = e6Var5.f1101c; int i29 = iArr[i4 + 1]; int i30 = (i29 & 267386880) >>> 20; long j = (long) (i29 & 1048575); @@ -3472,7 +3472,7 @@ public final class e6 implements q6 { t4 = t7; if (i27 == 2) { i20 = (536870912 & i29) == 0 ? c.a1(bArr3, i3, s3Var4) : c.b1(bArr3, i3, s3Var4); - unsafe2.putObject(t4, j, s3Var4.f1138c); + unsafe2.putObject(t4, j, s3Var4.f1137c); s3Var3 = s3Var4; e6Var3 = e6Var6; t3 = t4; @@ -3503,9 +3503,9 @@ public final class e6 implements q6 { i20 = c.y0(o, bArr3, i3, i2, s3Var4); Object object = unsafe2.getObject(t4, j); if (object == null) { - unsafe2.putObject(t4, j, s3Var4.f1138c); + unsafe2.putObject(t4, j, s3Var4.f1137c); } else { - unsafe2.putObject(t4, j, w4.c(object, s3Var4.f1138c)); + unsafe2.putObject(t4, j, w4.c(object, s3Var4.f1137c)); } s3Var3 = s3Var4; e6Var3 = e6Var6; @@ -3537,7 +3537,7 @@ public final class e6 implements q6 { break; } else { i20 = c.c1(bArr3, i3, s3Var6); - unsafe2.putObject(t6, j, s3Var6.f1138c); + unsafe2.putObject(t6, j, s3Var6.f1137c); i24 |= i32; i17 = i2; e6Var2 = e6Var4; @@ -3778,10 +3778,10 @@ public final class e6 implements q6 { @Override // c.i.a.f.h.l.q6 public final void i(T t, T t2) { Objects.requireNonNull(t2); - for (int i = 0; i < this.f1102c.length; i += 3) { + for (int i = 0; i < this.f1101c.length; i += 3) { int I = I(i); long j = (long) (1048575 & I); - int i2 = this.f1102c[i]; + int i2 = this.f1101c[i]; switch ((I & 267386880) >>> 20) { case 0: if (v(t2, i)) { @@ -4005,7 +4005,7 @@ public final class e6 implements q6 { public final int j(T t, byte[] bArr, int i, int i2, int i3, int i4, int i5, int i6, int i7, long j, int i8, s3 s3Var) throws IOException { int i9; Unsafe unsafe = b; - long j2 = (long) (this.f1102c[i8 + 2] & 1048575); + long j2 = (long) (this.f1101c[i8 + 2] & 1048575); boolean z2 = true; switch (i7) { case 51: @@ -4092,9 +4092,9 @@ public final class e6 implements q6 { int y0 = c.y0(o(i8), bArr, i, i2, s3Var); Object object = unsafe.getInt(t, j2) == i4 ? unsafe.getObject(t, j) : null; if (object == null) { - unsafe.putObject(t, j, s3Var.f1138c); + unsafe.putObject(t, j, s3Var.f1137c); } else { - unsafe.putObject(t, j, w4.c(object, s3Var.f1138c)); + unsafe.putObject(t, j, w4.c(object, s3Var.f1137c)); } unsafe.putInt(t, j2, i4); return y0; @@ -4103,7 +4103,7 @@ public final class e6 implements q6 { case 61: if (i5 == 2) { i9 = c.c1(bArr, i, s3Var); - unsafe.putObject(t, j, s3Var.f1138c); + unsafe.putObject(t, j, s3Var.f1137c); unsafe.putInt(t, j2, i4); return i9; } @@ -4144,9 +4144,9 @@ public final class e6 implements q6 { i9 = c.x0(o(i8), bArr, i, i2, (i3 & -8) | 4, s3Var); Object object2 = unsafe.getInt(t, j2) == i4 ? unsafe.getObject(t, j) : null; if (object2 == null) { - unsafe.putObject(t, j, s3Var.f1138c); + unsafe.putObject(t, j, s3Var.f1137c); } else { - unsafe.putObject(t, j, w4.c(object2, s3Var.f1138c)); + unsafe.putObject(t, j, w4.c(object2, s3Var.f1137c)); } unsafe.putInt(t, j2, i4); return i9; @@ -4335,7 +4335,7 @@ public final class e6 implements q6 { i24 = i6; } } else { - int[] iArr = e6Var2.f1102c; + int[] iArr = e6Var2.f1101c; int i29 = iArr[i4 + 1]; int i30 = (i29 & 267386880) >>> 20; long j2 = (long) (i29 & 1048575); @@ -4670,7 +4670,7 @@ public final class e6 implements q6 { i13 = i4; if (i28 == 2) { i20 = (536870912 & i29) == 0 ? c.a1(bArr2, i26, s3Var3) : c.b1(bArr2, i26, s3Var3); - unsafe2.putObject(t5, j, s3Var3.f1138c); + unsafe2.putObject(t5, j, s3Var3.f1137c); i18 = i7 | i32; i19 = i2; b10 = b8; @@ -4715,9 +4715,9 @@ public final class e6 implements q6 { if (i28 == 2) { i20 = c.y0(e6Var2.o(i13), bArr2, i26, i2, s3Var3); if ((i7 & i32) == 0) { - unsafe2.putObject(t5, j, s3Var3.f1138c); + unsafe2.putObject(t5, j, s3Var3.f1137c); } else { - unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1138c)); + unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1137c)); } i18 = i7 | i32; i19 = i2; @@ -4762,7 +4762,7 @@ public final class e6 implements q6 { i13 = i4; if (i28 == 2) { i20 = c.c1(bArr2, i26, s3Var3); - unsafe2.putObject(t5, j, s3Var3.f1138c); + unsafe2.putObject(t5, j, s3Var3.f1137c); b5 = b9; i7 |= i32; i24 = i17; @@ -4944,9 +4944,9 @@ public final class e6 implements q6 { if (i28 == 3) { i20 = c.x0(e6Var2.o(i4), bArr, i26, i2, (i27 << 3) | 4, s3Var); if ((i7 & i32) == 0) { - unsafe2.putObject(t5, j, s3Var3.f1138c); + unsafe2.putObject(t5, j, s3Var3.f1137c); } else { - unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1138c)); + unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1137c)); } i18 = i7 | i32; i19 = i2; @@ -5176,7 +5176,7 @@ public final class e6 implements q6 { for (int i35 = e6Var.k; i35 < e6Var.l; i35++) { int i36 = e6Var.j[i35]; d7 d7Var = e6Var.o; - int[] iArr2 = e6Var.f1102c; + int[] iArr2 = e6Var.f1101c; int i37 = iArr2[i36]; Object r = j7.r(t2, (long) (iArr2[i36 + 1] & 1048575)); if (r != null) { @@ -5241,7 +5241,7 @@ public final class e6 implements q6 { } public final void u(T t, T t2, int i) { - long j = (long) (this.f1102c[i + 1] & 1048575); + long j = (long) (this.f1101c[i + 1] & 1048575); if (v(t2, i)) { Object r = j7.r(t, j); Object r2 = j7.r(t2, j); @@ -5256,7 +5256,7 @@ public final class e6 implements q6 { } public final boolean v(T t, int i) { - int[] iArr = this.f1102c; + int[] iArr = this.f1101c; int i2 = iArr[i + 2]; long j = (long) (i2 & 1048575); if (j == 1048575) { @@ -5315,7 +5315,7 @@ public final class e6 implements q6 { } public final boolean w(T t, int i, int i2) { - return j7.b(t, (long) (this.f1102c[i2 + 2] & 1048575)) == i; + return j7.b(t, (long) (this.f1101c[i2 + 2] & 1048575)) == i; } public final boolean x(T t, int i, int i2, int i3, int i4) { @@ -5323,11 +5323,11 @@ public final class e6 implements q6 { } public final int z(int i, int i2) { - int length = (this.f1102c.length / 3) - 1; + int length = (this.f1101c.length / 3) - 1; while (i2 <= length) { int i3 = (length + i2) >>> 1; int i4 = i3 * 3; - int i5 = this.f1102c[i4]; + int i5 = this.f1101c[i4]; if (i == i5) { return i4; } diff --git a/app/src/main/java/c/i/a/f/h/l/f5.java b/app/src/main/java/c/i/a/f/h/l/f5.java index 5254dc3e4f..91136cf49f 100644 --- a/app/src/main/java/c/i/a/f/h/l/f5.java +++ b/app/src/main/java/c/i/a/f/h/l/f5.java @@ -19,7 +19,7 @@ public final class f5 implements Map.Entry { if (this.i.getValue() == null) { return null; } - int i = d5.f1100c; + int i = d5.f1099c; throw new NoSuchMethodError(); } diff --git a/app/src/main/java/c/i/a/f/h/l/f7.java b/app/src/main/java/c/i/a/f/h/l/f7.java index 26cdaaa7b6..c501724d2a 100644 --- a/app/src/main/java/c/i/a/f/h/l/f7.java +++ b/app/src/main/java/c/i/a/f/h/l/f7.java @@ -43,7 +43,7 @@ public final class f7 extends d7 { Objects.requireNonNull(c7Var2); Objects.requireNonNull(v7Var); for (int i = 0; i < c7Var2.b; i++) { - ((g4) v7Var).c(c7Var2.f1099c[i] >>> 3, c7Var2.d[i]); + ((g4) v7Var).c(c7Var2.f1098c[i] >>> 3, c7Var2.d[i]); } } @@ -57,8 +57,8 @@ public final class f7 extends d7 { return c7Var3; } int i = c7Var3.b + c7Var4.b; - int[] copyOf = Arrays.copyOf(c7Var3.f1099c, i); - System.arraycopy(c7Var4.f1099c, 0, copyOf, c7Var3.b, c7Var4.b); + int[] copyOf = Arrays.copyOf(c7Var3.f1098c, i); + System.arraycopy(c7Var4.f1098c, 0, copyOf, c7Var3.b, c7Var4.b); Object[] copyOf2 = Arrays.copyOf(c7Var3.d, i); System.arraycopy(c7Var4.d, 0, copyOf2, c7Var3.b, c7Var4.b); return new c7(i, copyOf, copyOf2, true); @@ -79,7 +79,7 @@ public final class f7 extends d7 { } int i2 = 0; for (int i3 = 0; i3 < c7Var2.b; i3++) { - int M = zzhi.M(2, c7Var2.f1099c[i3] >>> 3); + int M = zzhi.M(2, c7Var2.f1098c[i3] >>> 3); i2 += zzhi.w(3, (t3) c7Var2.d[i3]) + M + (zzhi.L(8) << 1); } c7Var2.e = i2; diff --git a/app/src/main/java/c/i/a/f/h/l/g.java b/app/src/main/java/c/i/a/f/h/l/g.java index 9387febeee..abc01b5b3a 100644 --- a/app/src/main/java/c/i/a/f/h/l/g.java +++ b/app/src/main/java/c/i/a/f/h/l/g.java @@ -29,7 +29,7 @@ public class g { public static Boolean b; /* renamed from: c reason: collision with root package name */ - public final String f1103c; + public final String f1102c; public final c.i.a.f.e.o.b d; public final ExecutorService e; public final c.i.a.f.i.a.a f; @@ -152,9 +152,9 @@ public class g { boolean z3; boolean z4; if (str == null || !e(str2, str3)) { - this.f1103c = "FA"; + this.f1102c = "FA"; } else { - this.f1103c = str; + this.f1102c = str; } this.d = d.a; ThreadPoolExecutor threadPoolExecutor = new ThreadPoolExecutor(1, 1, 60, TimeUnit.SECONDS, new LinkedBlockingQueue(), new o()); @@ -177,22 +177,22 @@ public class g { z3 = false; if (!z3) { this.i = true; - Log.w(this.f1103c, "Disabling data collection. Found google_app_id in strings.xml but Google Analytics for Firebase is missing. Remove this value or add Google Analytics for Firebase to resume data collection."); + Log.w(this.f1102c, "Disabling data collection. Found google_app_id in strings.xml but Google Analytics for Firebase is missing. Remove this value or add Google Analytics for Firebase to resume data collection."); return; } if (!e(str2, str3)) { if (str2 == null || str3 == null) { if ((str2 == null) ^ (str3 != null ? false : z5)) { - Log.w(this.f1103c, "Specified origin or custom app id is null. Both parameters will be ignored."); + Log.w(this.f1102c, "Specified origin or custom app id is null. Both parameters will be ignored."); } } else { - Log.v(this.f1103c, "Deferring to Google Analytics for Firebase for event data collection. https://goo.gl/J1sWQy"); + Log.v(this.f1102c, "Deferring to Google Analytics for Firebase for event data collection. https://goo.gl/J1sWQy"); } } this.e.execute(new j(this, str2, str3, context, bundle)); Application application = (Application) context.getApplicationContext(); if (application == null) { - Log.w(this.f1103c, "Unable to register lifecycle notifications. Application null."); + Log.w(this.f1102c, "Unable to register lifecycle notifications. Application null."); return; } else { application.registerActivityLifecycleCallbacks(new b()); @@ -284,13 +284,13 @@ public class g { public final void b(Exception exc, boolean z2, boolean z3) { this.i |= z2; if (z2) { - Log.w(this.f1103c, "Data collection startup failed. No data will be collected.", exc); + Log.w(this.f1102c, "Data collection startup failed. No data will be collected.", exc); return; } if (z3) { this.e.execute(new y(this, "Error with data collection. Data lost.", exc)); } - Log.w(this.f1103c, "Error with data collection. Data lost.", exc); + Log.w(this.f1102c, "Error with data collection. Data lost.", exc); } public final void c(String str, String str2, Bundle bundle, boolean z2, boolean z3, Long l) { diff --git a/app/src/main/java/c/i/a/f/h/l/g4.java b/app/src/main/java/c/i/a/f/h/l/g4.java index 4965cf3293..17c70b5098 100644 --- a/app/src/main/java/c/i/a/f/h/l/g4.java +++ b/app/src/main/java/c/i/a/f/h/l/g4.java @@ -11,7 +11,7 @@ public final class g4 implements v7 { public g4(zzhi zzhi) { Charset charset = w4.a; this.a = zzhi; - zzhi.f2373c = this; + zzhi.f2371c = this; } public final void a(int i, double d) throws IOException { @@ -41,7 +41,7 @@ public final class g4 implements v7 { public final void e(int i, Object obj, q6 q6Var) throws IOException { zzhi zzhi = this.a; zzhi.f(i, 3); - q6Var.g((c6) obj, zzhi.f2373c); + q6Var.g((c6) obj, zzhi.f2371c); zzhi.f(i, 4); } diff --git a/app/src/main/java/c/i/a/f/h/l/g6.java b/app/src/main/java/c/i/a/f/h/l/g6.java index 5d4823a914..a14fe13dc1 100644 --- a/app/src/main/java/c/i/a/f/h/l/g6.java +++ b/app/src/main/java/c/i/a/f/h/l/g6.java @@ -12,12 +12,12 @@ public final class g6 implements q6 { public final d7 b; /* renamed from: c reason: collision with root package name */ - public final boolean f1104c; + public final boolean f1103c; public final j4 d; public g6(d7 d7Var, j4 j4Var, c6 c6Var) { this.b = d7Var; - this.f1104c = j4Var.e(c6Var); + this.f1103c = j4Var.e(c6Var); this.d = j4Var; this.a = c6Var; } @@ -30,7 +30,7 @@ public final class g6 implements q6 { @Override // c.i.a.f.h.l.q6 public final int b(T t) { int hashCode = this.b.e(t).hashCode(); - return this.f1104c ? (hashCode * 53) + this.d.b(t).hashCode() : hashCode; + return this.f1103c ? (hashCode * 53) + this.d.b(t).hashCode() : hashCode; } @Override // c.i.a.f.h.l.q6 @@ -48,7 +48,7 @@ public final class g6 implements q6 { public final int e(T t) { d7 d7Var = this.b; int i = d7Var.i(d7Var.e(t)) + 0; - if (!this.f1104c) { + if (!this.f1103c) { return i; } n4 b = this.d.b(t); @@ -67,7 +67,7 @@ public final class g6 implements q6 { if (!this.b.e(t).equals(this.b.e(t2))) { return false; } - if (this.f1104c) { + if (this.f1103c) { return this.d.b(t).equals(this.d.b(t2)); } return true; @@ -119,7 +119,7 @@ public final class g6 implements q6 { throw new NoSuchMethodError(); } else if (i7 == 2) { A0 = c.c1(bArr, A0, s3Var); - t3Var = (t3) s3Var.f1138c; + t3Var = (t3) s3Var.f1137c; } } } else if (i7 == 0) { @@ -158,7 +158,7 @@ public final class g6 implements q6 { d7 d7Var = this.b; Class cls = s6.a; d7Var.d(t, d7Var.g(d7Var.e(t), d7Var.e(t2))); - if (this.f1104c) { + if (this.f1103c) { s6.i(this.d, t, t2); } } diff --git a/app/src/main/java/c/i/a/f/h/l/ga.java b/app/src/main/java/c/i/a/f/h/l/ga.java index 9f160e0f45..8a047a1b5f 100644 --- a/app/src/main/java/c/i/a/f/h/l/ga.java +++ b/app/src/main/java/c/i/a/f/h/l/ga.java @@ -5,13 +5,13 @@ public final class ga implements ha { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1105c; + public static final l2 f1104c; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.client.global_params", true); b = q2Var.c("measurement.service.global_params_in_payload", true); - f1105c = q2Var.c("measurement.service.global_params", true); + f1104c = q2Var.c("measurement.service.global_params", true); q2Var.a("measurement.id.service.global_params", 0); } @@ -32,6 +32,6 @@ public final class ga implements ha { @Override // c.i.a.f.h.l.ha public final boolean d() { - return f1105c.d().booleanValue(); + return f1104c.d().booleanValue(); } } diff --git a/app/src/main/java/c/i/a/f/h/l/h.java b/app/src/main/java/c/i/a/f/h/l/h.java index f719d2cdf9..be602865fe 100644 --- a/app/src/main/java/c/i/a/f/h/l/h.java +++ b/app/src/main/java/c/i/a/f/h/l/h.java @@ -10,7 +10,7 @@ public final class h implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzae createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); long j = 0; long j2 = 0; String str = null; @@ -18,17 +18,17 @@ public final class h implements Parcelable.Creator { String str3 = null; Bundle bundle = null; boolean z2 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - j = AnimatableValueParser.j2(parcel, readInt); + j = AnimatableValueParser.k2(parcel, readInt); break; case 2: - j2 = AnimatableValueParser.j2(parcel, readInt); + j2 = AnimatableValueParser.k2(parcel, readInt); break; case 3: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); break; case 4: str = AnimatableValueParser.T(parcel, readInt); @@ -43,11 +43,11 @@ public final class h implements Parcelable.Creator { bundle = AnimatableValueParser.P(parcel, readInt); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzae(j, j2, z2, str, str2, str3, bundle); } diff --git a/app/src/main/java/c/i/a/f/h/l/h4.java b/app/src/main/java/c/i/a/f/h/l/h4.java index d6c8965cdc..1852a9d265 100644 --- a/app/src/main/java/c/i/a/f/h/l/h4.java +++ b/app/src/main/java/c/i/a/f/h/l/h4.java @@ -10,7 +10,7 @@ public class h4 { public static volatile h4 b; /* renamed from: c reason: collision with root package name */ - public static final h4 f1106c = new h4(true); + public static final h4 f1105c = new h4(true); public final Map> d; /* compiled from: com.google.android.gms:play-services-measurement-base@@18.0.0 */ @@ -50,7 +50,7 @@ public class h4 { synchronized (h4.class) { h4Var = a; if (h4Var == null) { - h4Var = f1106c; + h4Var = f1105c; a = h4Var; } } diff --git a/app/src/main/java/c/i/a/f/h/l/h9.java b/app/src/main/java/c/i/a/f/h/l/h9.java index e762aa6ed8..ab95e07b0d 100644 --- a/app/src/main/java/c/i/a/f/h/l/h9.java +++ b/app/src/main/java/c/i/a/f/h/l/h9.java @@ -5,14 +5,14 @@ public final class h9 implements e9 { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1107c; + public static final l2 f1106c; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); q2Var.c("measurement.service.audience.fix_skip_audience_with_failed_filters", true); a = q2Var.c("measurement.audience.refresh_event_count_filters_timestamp", false); b = q2Var.c("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", false); - f1107c = q2Var.c("measurement.audience.use_bundle_timestamp_for_event_count_filters", false); + f1106c = q2Var.c("measurement.audience.use_bundle_timestamp_for_event_count_filters", false); } @Override // c.i.a.f.h.l.e9 @@ -32,6 +32,6 @@ public final class h9 implements e9 { @Override // c.i.a.f.h.l.e9 public final boolean d() { - return f1107c.d().booleanValue(); + return f1106c.d().booleanValue(); } } diff --git a/app/src/main/java/c/i/a/f/h/l/j.java b/app/src/main/java/c/i/a/f/h/l/j.java index f28d87ba22..94ce99b2ac 100644 --- a/app/src/main/java/c/i/a/f/h/l/j.java +++ b/app/src/main/java/c/i/a/f/h/l/j.java @@ -45,7 +45,7 @@ public final class j extends g.a { if (g.e(this.m, this.n)) { str = this.n; str2 = this.m; - str3 = this.q.f1103c; + str3 = this.q.f1102c; } else { str3 = null; str2 = null; @@ -70,7 +70,7 @@ public final class j extends g.a { ecVar = dc.asInterface(DynamiteModule.c(context, aVar, ModuleDescriptor.MODULE_ID).b("com.google.android.gms.measurement.internal.AppMeasurementDynamiteService")); gVar.j = ecVar; if (this.q.j != null) { - Log.w(this.q.f1103c, "Failed to connect to measurement client."); + Log.w(this.q.f1102c, "Failed to connect to measurement client."); return; } int a = DynamiteModule.a(this.o, ModuleDescriptor.MODULE_ID); diff --git a/app/src/main/java/c/i/a/f/h/l/j7.java b/app/src/main/java/c/i/a/f/h/l/j7.java index 3217bc7458..36e88f3083 100644 --- a/app/src/main/java/c/i/a/f/h/l/j7.java +++ b/app/src/main/java/c/i/a/f/h/l/j7.java @@ -13,7 +13,7 @@ public final class j7 { public static final Class b = q3.a; /* renamed from: c reason: collision with root package name */ - public static final boolean f1108c; + public static final boolean f1107c; public static final boolean d; public static final c e; public static final boolean f; @@ -253,7 +253,7 @@ public final class j7 { a = k; Class cls = Long.TYPE; boolean p = p(cls); - f1108c = p; + f1107c = p; Class cls2 = Integer.TYPE; boolean p2 = p(cls2); d = p2; diff --git a/app/src/main/java/c/i/a/f/h/l/l2.java b/app/src/main/java/c/i/a/f/h/l/l2.java index 0155220300..48ad2237bc 100644 --- a/app/src/main/java/c/i/a/f/h/l/l2.java +++ b/app/src/main/java/c/i/a/f/h/l/l2.java @@ -13,7 +13,7 @@ public abstract class l2 { public static volatile t2 b; /* renamed from: c reason: collision with root package name */ - public static u2 f1109c = new u2(n2.a); + public static u2 f1108c = new u2(n2.a); public static final AtomicInteger d = new AtomicInteger(); public final q2 e; public final String f; @@ -64,7 +64,7 @@ public abstract class l2 { Object g; boolean z2 = true; if (!this.j) { - u2 u2Var = f1109c; + u2 u2Var = f1108c; String str = this.f; Objects.requireNonNull(u2Var); Objects.requireNonNull(str, "flagName must not be null"); @@ -77,7 +77,7 @@ public abstract class l2 { t2 t2Var = b; c.Z0(t2Var != null, "Must call PhenotypeFlag.init() first"); String str2 = (String) c2.a(t2Var.a()).g("gms:phenotype:phenotype_flag:debug_bypass_phenotype"); - if (str2 == null || !u1.f1140c.matcher(str2).matches()) { + if (str2 == null || !u1.f1139c.matcher(str2).matches()) { z2 = false; } String str3 = null; diff --git a/app/src/main/java/c/i/a/f/h/l/la.java b/app/src/main/java/c/i/a/f/h/l/la.java index 3cf41ef1db..5ec0bf11d9 100644 --- a/app/src/main/java/c/i/a/f/h/l/la.java +++ b/app/src/main/java/c/i/a/f/h/l/la.java @@ -5,14 +5,14 @@ public final class la implements ia { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1110c; + public static final l2 f1109c; public static final l2 d; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.sdk.collection.enable_extend_user_property_size", true); b = q2Var.c("measurement.sdk.collection.last_deep_link_referrer2", true); - f1110c = q2Var.c("measurement.sdk.collection.last_deep_link_referrer_campaign2", false); + f1109c = q2Var.c("measurement.sdk.collection.last_deep_link_referrer_campaign2", false); d = q2Var.c("measurement.sdk.collection.last_gclid_from_referrer2", false); q2Var.a("measurement.id.sdk.collection.last_deep_link_referrer2", 0); } @@ -29,7 +29,7 @@ public final class la implements ia { @Override // c.i.a.f.h.l.ia public final boolean c() { - return f1110c.d().booleanValue(); + return f1109c.d().booleanValue(); } @Override // c.i.a.f.h.l.ia diff --git a/app/src/main/java/c/i/a/f/h/l/n4.java b/app/src/main/java/c/i/a/f/h/l/n4.java index d3cda7664a..5d1bc6129e 100644 --- a/app/src/main/java/c/i/a/f/h/l/n4.java +++ b/app/src/main/java/c/i/a/f/h/l/n4.java @@ -16,7 +16,7 @@ public final class n4> { public final r6 b = new t6(16); /* renamed from: c reason: collision with root package name */ - public boolean f1111c; + public boolean f1110c; public boolean d; public n4() { @@ -263,7 +263,7 @@ public final class n4> { return obj; } d5 d5Var = (d5) obj; - int i = d5.f1100c; + int i = d5.f1099c; throw new NoSuchMethodError(); } @@ -291,9 +291,9 @@ public final class n4> { } public final void h() { - if (!this.f1111c) { + if (!this.f1110c) { this.b.c(); - this.f1111c = true; + this.f1110c = true; } } @@ -329,7 +329,7 @@ public final class n4> { Object value = entry.getValue(); if (value instanceof d5) { d5 d5Var = (d5) value; - int i = d5.f1100c; + int i = d5.f1099c; throw new NoSuchMethodError(); } else if (key.d()) { Object c2 = c(key); diff --git a/app/src/main/java/c/i/a/f/h/l/n6.java b/app/src/main/java/c/i/a/f/h/l/n6.java index 4bced09c51..1b29e1c51d 100644 --- a/app/src/main/java/c/i/a/f/h/l/n6.java +++ b/app/src/main/java/c/i/a/f/h/l/n6.java @@ -10,7 +10,7 @@ public final class n6 { public final p6 b = new p5(); /* renamed from: c reason: collision with root package name */ - public final ConcurrentMap, q6> f1112c = new ConcurrentHashMap(); + public final ConcurrentMap, q6> f1111c = new ConcurrentHashMap(); public final q6 a(Class cls) { q6 q6Var; @@ -18,7 +18,7 @@ public final class n6 { Class cls2; Charset charset = w4.a; Objects.requireNonNull(cls, "messageType"); - q6 q6Var2 = (q6) this.f1112c.get(cls); + q6 q6Var2 = (q6) this.f1111c.get(cls); if (q6Var2 != null) { return q6Var2; } @@ -72,11 +72,11 @@ public final class n6 { throw new IllegalStateException("Protobuf runtime is not correctly loaded."); } } else { - q6Var = e6.n(b, k6.a, m5.a, s6.f1139c, null, x5.a); + q6Var = e6.n(b, k6.a, m5.a, s6.f1138c, null, x5.a); } } } - q6 q6Var3 = (q6) this.f1112c.putIfAbsent(cls, q6Var); + q6 q6Var3 = (q6) this.f1111c.putIfAbsent(cls, q6Var); return q6Var3 != null ? q6Var3 : q6Var; } throw new IllegalArgumentException("Message classes must extend GeneratedMessage or GeneratedMessageLite"); diff --git a/app/src/main/java/c/i/a/f/h/l/o4.java b/app/src/main/java/c/i/a/f/h/l/o4.java index 8f4437e3ba..64790a799f 100644 --- a/app/src/main/java/c/i/a/f/h/l/o4.java +++ b/app/src/main/java/c/i/a/f/h/l/o4.java @@ -105,7 +105,7 @@ public enum o4 { /* renamed from: h0 reason: collision with root package name */ - public static final o4[] f1120h0 = new o4[51]; + public static final o4[] f1119h0 = new o4[51]; private final e5 zzaz; private final int zzba; private final q4 zzbb; @@ -129,7 +129,7 @@ public enum o4 { o4[] values = values(); for (int i = 0; i < 51; i++) { o4 o4Var = values[i]; - f1120h0[o4Var.zzba] = o4Var; + f1119h0[o4Var.zzba] = o4Var; } } diff --git a/app/src/main/java/c/i/a/f/h/l/o5.java b/app/src/main/java/c/i/a/f/h/l/o5.java index 2f890b1e0f..7a1edca068 100644 --- a/app/src/main/java/c/i/a/f/h/l/o5.java +++ b/app/src/main/java/c/i/a/f/h/l/o5.java @@ -7,7 +7,7 @@ import java.util.List; public final class o5 extends m5 { /* renamed from: c reason: collision with root package name */ - public static final Class f1126c = Collections.unmodifiableList(Collections.emptyList()).getClass(); + public static final Class f1125c = Collections.unmodifiableList(Collections.emptyList()).getClass(); public o5(l5 l5Var) { super(null); @@ -23,7 +23,7 @@ public final class o5 extends m5 { list2 = list2 instanceof j5 ? new k5(size) : (!(list2 instanceof l6) || !(list2 instanceof b5)) ? new ArrayList(size) : ((b5) list2).f(size); j7.f(obj, j, list2); } else { - if (f1126c.isAssignableFrom(list2.getClass())) { + if (f1125c.isAssignableFrom(list2.getClass())) { ArrayList arrayList2 = new ArrayList(list2.size() + size); arrayList2.addAll(list2); j7.f(obj, j, arrayList2); @@ -59,7 +59,7 @@ public final class o5 extends m5 { List list = (List) j7.r(obj, j); if (list instanceof j5) { obj2 = ((j5) list).r(); - } else if (!f1126c.isAssignableFrom(list.getClass())) { + } else if (!f1125c.isAssignableFrom(list.getClass())) { if (!(list instanceof l6) || !(list instanceof b5)) { obj2 = Collections.unmodifiableList(list); } else { diff --git a/app/src/main/java/c/i/a/f/h/l/o6.java b/app/src/main/java/c/i/a/f/h/l/o6.java index 3ada8b63de..3b70bfd079 100644 --- a/app/src/main/java/c/i/a/f/h/l/o6.java +++ b/app/src/main/java/c/i/a/f/h/l/o6.java @@ -5,13 +5,13 @@ public final class o6 implements a6 { public final String b; /* renamed from: c reason: collision with root package name */ - public final Object[] f1127c; + public final Object[] f1126c; public final int d; public o6(c6 c6Var, String str, Object[] objArr) { this.a = c6Var; this.b = str; - this.f1127c = objArr; + this.f1126c = objArr; char charAt = str.charAt(0); if (charAt < 55296) { this.d = charAt; diff --git a/app/src/main/java/c/i/a/f/h/l/p2.java b/app/src/main/java/c/i/a/f/h/l/p2.java index 1a91767709..ef248cd185 100644 --- a/app/src/main/java/c/i/a/f/h/l/p2.java +++ b/app/src/main/java/c/i/a/f/h/l/p2.java @@ -16,7 +16,7 @@ public final class p2 extends l2 { } if (obj instanceof String) { String str = (String) obj; - if (u1.f1140c.matcher(str).matches()) { + if (u1.f1139c.matcher(str).matches()) { return Boolean.TRUE; } if (u1.d.matcher(str).matches()) { diff --git a/app/src/main/java/c/i/a/f/h/l/p8.java b/app/src/main/java/c/i/a/f/h/l/p8.java index a3e65512fb..69f7f61e2f 100644 --- a/app/src/main/java/c/i/a/f/h/l/p8.java +++ b/app/src/main/java/c/i/a/f/h/l/p8.java @@ -16,7 +16,7 @@ public final class p8 implements m8 { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1132c; + public static final l2 f1131c; public static final l2 d; public static final l2 e; public static final l2 f; @@ -34,27 +34,27 @@ public final class p8 implements m8 { public static final l2 r; /* renamed from: s reason: collision with root package name */ - public static final l2 f1133s; + public static final l2 f1132s; public static final l2 t; public static final l2 u; public static final l2 v; public static final l2 w; /* renamed from: x reason: collision with root package name */ - public static final l2 f1134x; + public static final l2 f1133x; /* renamed from: y reason: collision with root package name */ - public static final l2 f1135y; + public static final l2 f1134y; /* renamed from: z reason: collision with root package name */ - public static final l2 f1136z; + public static final l2 f1135z; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.a("measurement.ad_id_cache_time", 10000); b = q2Var.a("measurement.config.cache_time", 86400000); q2Var.b("measurement.log_tag", "FA"); - f1132c = q2Var.b("measurement.config.url_authority", "app-measurement.com"); + f1131c = q2Var.b("measurement.config.url_authority", "app-measurement.com"); d = q2Var.b("measurement.config.url_scheme", Constants.SCHEME); e = q2Var.a("measurement.upload.debug_upload_interval", 1000); f = q2Var.a("measurement.lifetimevalue.max_currency_tracked", 4); @@ -72,14 +72,14 @@ public final class p8 implements m8 { p = q2Var.a("measurement.upload.stale_data_deletion_interval", 86400000); q = q2Var.a("measurement.upload.backoff_period", 43200000); r = q2Var.a("measurement.upload.initial_upload_delay_time", 15000); - f1133s = q2Var.a("measurement.upload.interval", 3600000); + f1132s = q2Var.a("measurement.upload.interval", 3600000); t = q2Var.a("measurement.upload.max_bundle_size", Permission.READ_MESSAGE_HISTORY); u = q2Var.a("measurement.upload.max_bundles", 100); v = q2Var.a("measurement.upload.max_conversions_per_day", 500); w = q2Var.a("measurement.upload.max_error_events_per_day", 1000); - f1134x = q2Var.a("measurement.upload.max_events_per_bundle", 1000); - f1135y = q2Var.a("measurement.upload.max_events_per_day", 100000); - f1136z = q2Var.a("measurement.upload.max_public_events_per_day", 50000); + f1133x = q2Var.a("measurement.upload.max_events_per_bundle", 1000); + f1134y = q2Var.a("measurement.upload.max_events_per_day", 100000); + f1135z = q2Var.a("measurement.upload.max_public_events_per_day", 50000); A = q2Var.a("measurement.upload.max_queue_time", 2419200000L); B = q2Var.a("measurement.upload.max_realtime_events_per_day", 10); C = q2Var.a("measurement.upload.max_batch_size", Permission.READ_MESSAGE_HISTORY); @@ -116,7 +116,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long F() { - return f1133s.d().longValue(); + return f1132s.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -141,7 +141,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final String c() { - return f1132c.d(); + return f1131c.d(); } @Override // c.i.a.f.h.l.m8 @@ -181,7 +181,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long l() { - return f1135y.d().longValue(); + return f1134y.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -196,7 +196,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long o() { - return f1136z.d().longValue(); + return f1135z.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -241,7 +241,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long x() { - return f1134x.d().longValue(); + return f1133x.d().longValue(); } @Override // c.i.a.f.h.l.m8 diff --git a/app/src/main/java/c/i/a/f/h/l/s2.java b/app/src/main/java/c/i/a/f/h/l/s2.java index 974ce1ad70..06d22f2d9b 100644 --- a/app/src/main/java/c/i/a/f/h/l/s2.java +++ b/app/src/main/java/c/i/a/f/h/l/s2.java @@ -13,7 +13,7 @@ public final class s2 implements b2 { public final SharedPreferences b; /* renamed from: c reason: collision with root package name */ - public final SharedPreferences.OnSharedPreferenceChangeListener f1137c; + public final SharedPreferences.OnSharedPreferenceChangeListener f1136c; public final Object d; public volatile Map e; @@ -40,7 +40,7 @@ public final class s2 implements b2 { public static synchronized void b() { synchronized (s2.class) { for (s2 s2Var : a.values()) { - s2Var.b.unregisterOnSharedPreferenceChangeListener(s2Var.f1137c); + s2Var.b.unregisterOnSharedPreferenceChangeListener(s2Var.f1136c); } a.clear(); } diff --git a/app/src/main/java/c/i/a/f/h/l/s3.java b/app/src/main/java/c/i/a/f/h/l/s3.java index ae7890cf14..8cd1760419 100644 --- a/app/src/main/java/c/i/a/f/h/l/s3.java +++ b/app/src/main/java/c/i/a/f/h/l/s3.java @@ -7,7 +7,7 @@ public final class s3 { public long b; /* renamed from: c reason: collision with root package name */ - public Object f1138c; + public Object f1137c; public final h4 d; public s3(h4 h4Var) { diff --git a/app/src/main/java/c/i/a/f/h/l/s6.java b/app/src/main/java/c/i/a/f/h/l/s6.java index 733ffd6993..1d6b63d051 100644 --- a/app/src/main/java/c/i/a/f/h/l/s6.java +++ b/app/src/main/java/c/i/a/f/h/l/s6.java @@ -12,7 +12,7 @@ public final class s6 { public static final d7 b = e(false); /* renamed from: c reason: collision with root package name */ - public static final d7 f1139c = e(true); + public static final d7 f1138c = e(true); public static final d7 d = new f7(); static { diff --git a/app/src/main/java/c/i/a/f/h/l/u1.java b/app/src/main/java/c/i/a/f/h/l/u1.java index 4f3510babb..2f3cc2b272 100644 --- a/app/src/main/java/c/i/a/f/h/l/u1.java +++ b/app/src/main/java/c/i/a/f/h/l/u1.java @@ -10,7 +10,7 @@ public class u1 { public static final Uri b = Uri.parse("content://com.google.android.gsf.gservices/prefix"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f1140c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); + public static final Pattern f1139c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); public static final Pattern d = Pattern.compile("^(0|false|f|off|no|n)$", 2); public static final AtomicBoolean e = new AtomicBoolean(); public static HashMap f; diff --git a/app/src/main/java/c/i/a/f/h/l/u4.java b/app/src/main/java/c/i/a/f/h/l/u4.java index cf447585c9..45f46fd65f 100644 --- a/app/src/main/java/c/i/a/f/h/l/u4.java +++ b/app/src/main/java/c/i/a/f/h/l/u4.java @@ -149,7 +149,7 @@ public abstract class u4, Build public final n4 u() { n4 n4Var = this.zzc; - if (n4Var.f1111c) { + if (n4Var.f1110c) { this.zzc = (n4) n4Var.clone(); } return this.zzc; @@ -270,7 +270,7 @@ public abstract class u4, Build @Override // c.i.a.f.h.l.c6 public final void i(zzhi zzhi) throws IOException { q6 b2 = n6.a.b(this); - g4 g4Var = zzhi.f2373c; + g4 g4Var = zzhi.f2371c; if (g4Var == null) { g4Var = new g4(zzhi); } diff --git a/app/src/main/java/c/i/a/f/h/l/v8.java b/app/src/main/java/c/i/a/f/h/l/v8.java index a29699ff69..886bf7fa54 100644 --- a/app/src/main/java/c/i/a/f/h/l/v8.java +++ b/app/src/main/java/c/i/a/f/h/l/v8.java @@ -5,14 +5,14 @@ public final class v8 implements s8 { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1141c; + public static final l2 f1140c; public static final l2 d; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.client.consent_state_v1", false); b = q2Var.c("measurement.client.3p_consent_state_v1", false); - f1141c = q2Var.c("measurement.service.consent_state_v1_W36", false); + f1140c = q2Var.c("measurement.service.consent_state_v1_W36", false); q2Var.a("measurement.id.service.consent_state_v1_W36", 0); d = q2Var.a("measurement.service.storage_consent_support_version", 203590); } @@ -34,7 +34,7 @@ public final class v8 implements s8 { @Override // c.i.a.f.h.l.s8 public final boolean d() { - return f1141c.d().booleanValue(); + return f1140c.d().booleanValue(); } @Override // c.i.a.f.h.l.s8 diff --git a/app/src/main/java/c/i/a/f/h/l/x1.java b/app/src/main/java/c/i/a/f/h/l/x1.java index 9c1fd2b5d5..730247fbb0 100644 --- a/app/src/main/java/c/i/a/f/h/l/x1.java +++ b/app/src/main/java/c/i/a/f/h/l/x1.java @@ -16,7 +16,7 @@ public final /* synthetic */ class x1 implements d2 { @Override // c.i.a.f.h.l.d2 public final Object a() { y1 y1Var = this.a; - Cursor query = y1Var.f1142c.query(y1Var.d, y1.b, null, null, null); + Cursor query = y1Var.f1141c.query(y1Var.d, y1.b, null, null, null); if (query == null) { return Collections.emptyMap(); } diff --git a/app/src/main/java/c/i/a/f/h/l/y1.java b/app/src/main/java/c/i/a/f/h/l/y1.java index f2964c6286..572664c048 100644 --- a/app/src/main/java/c/i/a/f/h/l/y1.java +++ b/app/src/main/java/c/i/a/f/h/l/y1.java @@ -21,7 +21,7 @@ public final class y1 implements b2 { public static final String[] b = {"key", "value"}; /* renamed from: c reason: collision with root package name */ - public final ContentResolver f1142c; + public final ContentResolver f1141c; public final Uri d; public final ContentObserver e; public final Object f = new Object(); @@ -34,7 +34,7 @@ public final class y1 implements b2 { this.e = a2Var; Objects.requireNonNull(contentResolver); Objects.requireNonNull(uri); - this.f1142c = contentResolver; + this.f1141c = contentResolver; this.d = uri; contentResolver.registerContentObserver(uri, false, a2Var); } @@ -62,7 +62,7 @@ public final class y1 implements b2 { public static synchronized void c() { synchronized (y1.class) { for (y1 y1Var : a.values()) { - y1Var.f1142c.unregisterContentObserver(y1Var.e); + y1Var.f1141c.unregisterContentObserver(y1Var.e); } a.clear(); } diff --git a/app/src/main/java/c/i/a/f/h/l/y7.java b/app/src/main/java/c/i/a/f/h/l/y7.java index 53fed1620b..aca9247902 100644 --- a/app/src/main/java/c/i/a/f/h/l/y7.java +++ b/app/src/main/java/c/i/a/f/h/l/y7.java @@ -5,13 +5,13 @@ public final class y7 implements z7 { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1143c; + public static final l2 f1142c; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.client.ad_impression", true); b = q2Var.c("measurement.service.separate_public_internal_event_blacklisting", true); - f1143c = q2Var.c("measurement.service.ad_impression", true); + f1142c = q2Var.c("measurement.service.ad_impression", true); q2Var.a("measurement.id.service.ad_impression", 0); } @@ -32,6 +32,6 @@ public final class y7 implements z7 { @Override // c.i.a.f.h.l.z7 public final boolean d() { - return f1143c.d().booleanValue(); + return f1142c.d().booleanValue(); } } diff --git a/app/src/main/java/c/i/a/f/h/l/ya.java b/app/src/main/java/c/i/a/f/h/l/ya.java index 693d0d8629..fe25dd414f 100644 --- a/app/src/main/java/c/i/a/f/h/l/ya.java +++ b/app/src/main/java/c/i/a/f/h/l/ya.java @@ -5,7 +5,7 @@ public final class ya implements za { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1144c; + public static final l2 f1143c; public static final l2 d; public static final l2 e; @@ -14,7 +14,7 @@ public final class ya implements za { a = q2Var.c("measurement.test.boolean_flag", false); Object obj = l2.a; b = new o2(q2Var, "measurement.test.double_flag", Double.valueOf(-3.0d)); - f1144c = q2Var.a("measurement.test.int_flag", -2); + f1143c = q2Var.a("measurement.test.int_flag", -2); d = q2Var.a("measurement.test.long_flag", -1); e = q2Var.b("measurement.test.string_flag", "---"); } @@ -31,7 +31,7 @@ public final class ya implements za { @Override // c.i.a.f.h.l.za public final long c() { - return f1144c.d().longValue(); + return f1143c.d().longValue(); } @Override // c.i.a.f.h.l.za diff --git a/app/src/main/java/c/i/a/f/h/m/d.java b/app/src/main/java/c/i/a/f/h/m/d.java index d722ac5f71..b211f03f83 100644 --- a/app/src/main/java/c/i/a/f/h/m/d.java +++ b/app/src/main/java/c/i/a/f/h/m/d.java @@ -9,7 +9,7 @@ public final class d implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzgp createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); ParcelUuid parcelUuid = null; ParcelUuid parcelUuid2 = null; ParcelUuid parcelUuid3 = null; @@ -19,7 +19,7 @@ public final class d implements Parcelable.Creator { byte[] bArr4 = null; int i = 0; int i2 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 != 1) { @@ -40,7 +40,7 @@ public final class d implements Parcelable.Creator { bArr2 = AnimatableValueParser.Q(parcel, readInt); continue; case 9: - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); continue; case 10: bArr3 = AnimatableValueParser.Q(parcel, readInt); @@ -49,14 +49,14 @@ public final class d implements Parcelable.Creator { bArr4 = AnimatableValueParser.Q(parcel, readInt); continue; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); continue; } } else { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzgp(i, parcelUuid, parcelUuid2, parcelUuid3, bArr, bArr2, i2, bArr3, bArr4); } diff --git a/app/src/main/java/c/i/a/f/h/m/e.java b/app/src/main/java/c/i/a/f/h/m/e.java index 14df1d5abf..d41ef8b424 100644 --- a/app/src/main/java/c/i/a/f/h/m/e.java +++ b/app/src/main/java/c/i/a/f/h/m/e.java @@ -16,7 +16,7 @@ public final class e { @Nullable /* renamed from: c reason: collision with root package name */ - public final List f1145c; + public final List f1144c; @Nullable public final SparseArray d; @Nullable @@ -27,7 +27,7 @@ public final class e { public final byte[] h; public e(@Nullable List list, @Nullable SparseArray sparseArray, @Nullable Map map, int i, int i2, @Nullable String str, byte[] bArr) { - this.f1145c = list; + this.f1144c = list; this.d = sparseArray; this.e = map; this.g = str; @@ -87,7 +87,7 @@ public final class e { public final String toString() { String str; int i = this.b; - String valueOf = String.valueOf(this.f1145c); + String valueOf = String.valueOf(this.f1144c); SparseArray sparseArray = this.d; StringBuilder sb = new StringBuilder(); String str2 = "{}"; diff --git a/app/src/main/java/c/i/a/f/h/m/f.java b/app/src/main/java/c/i/a/f/h/m/f.java index 9de8657bbd..333f5be790 100644 --- a/app/src/main/java/c/i/a/f/h/m/f.java +++ b/app/src/main/java/c/i/a/f/h/m/f.java @@ -8,11 +8,11 @@ public final class f implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzgs createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; String str2 = null; int i = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 3) { @@ -20,12 +20,12 @@ public final class f implements Parcelable.Creator { } else if (i2 == 6) { str2 = AnimatableValueParser.T(parcel, readInt); } else if (i2 != 1000) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzgs(i, str, str2); } diff --git a/app/src/main/java/c/i/a/f/h/m/g.java b/app/src/main/java/c/i/a/f/h/m/g.java index d0c9f23ac0..127298256a 100644 --- a/app/src/main/java/c/i/a/f/h/m/g.java +++ b/app/src/main/java/c/i/a/f/h/m/g.java @@ -8,27 +8,27 @@ public final class g implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzgu createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; byte[] bArr = null; int i2 = 0; boolean z2 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); } else if (i3 == 2) { bArr = AnimatableValueParser.Q(parcel, readInt); } else if (i3 == 3) { - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); } else if (i3 != 1000) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzgu(i, i2, bArr, z2); } diff --git a/app/src/main/java/c/i/a/f/h/m/p.java b/app/src/main/java/c/i/a/f/h/m/p.java index 8be08708f1..4d22c435a8 100644 --- a/app/src/main/java/c/i/a/f/h/m/p.java +++ b/app/src/main/java/c/i/a/f/h/m/p.java @@ -10,7 +10,7 @@ public class p { public static final Uri b = Uri.parse("content://com.google.android.gsf.gservices/prefix"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f1146c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); + public static final Pattern f1145c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); public static final Pattern d = Pattern.compile("^(0|false|f|off|no|n)$", 2); public static final AtomicBoolean e = new AtomicBoolean(); public static HashMap f; diff --git a/app/src/main/java/c/i/a/f/h/o/d.java b/app/src/main/java/c/i/a/f/h/o/d.java index 831094f1f0..3e5bdff991 100644 --- a/app/src/main/java/c/i/a/f/h/o/d.java +++ b/app/src/main/java/c/i/a/f/h/o/d.java @@ -5,6 +5,6 @@ import c.i.a.f.e.h.h; import c.i.a.f.k.a; public abstract class d extends c.i.a.f.e.h.j.d { public d(c cVar) { - super(a.f1228c, cVar); + super(a.f1227c, cVar); } } diff --git a/app/src/main/java/c/i/a/f/i/a/a.java b/app/src/main/java/c/i/a/f/i/a/a.java index d90ff81617..5d1c51ea9e 100644 --- a/app/src/main/java/c/i/a/f/i/a/a.java +++ b/app/src/main/java/c/i/a/f/i/a/a.java @@ -29,7 +29,7 @@ public class a { synchronized (gVar.g) { for (int i = 0; i < gVar.g.size(); i++) { if (aVar.equals(gVar.g.get(i).first)) { - Log.w(gVar.f1103c, "OnEventListener already registered."); + Log.w(gVar.f1102c, "OnEventListener already registered."); return; } } @@ -41,7 +41,7 @@ public class a { gVar.j.registerOnMeasurementEventListener(cVar); return; } catch (BadParcelableException | NetworkOnMainThreadException | RemoteException | IllegalArgumentException | IllegalStateException | NullPointerException | SecurityException | UnsupportedOperationException unused) { - Log.w(gVar.f1103c, "Failed to register event listener on calling thread. Trying again on the dynamite thread."); + Log.w(gVar.f1102c, "Failed to register event listener on calling thread. Trying again on the dynamite thread."); } } gVar.e.execute(new a0(gVar, cVar)); diff --git a/app/src/main/java/c/i/a/f/i/b/a.java b/app/src/main/java/c/i/a/f/i/b/a.java index 373c81d02f..892970227d 100644 --- a/app/src/main/java/c/i/a/f/i/b/a.java +++ b/app/src/main/java/c/i/a/f/i/b/a.java @@ -9,7 +9,7 @@ public final class a extends z1 { public final Map b = new ArrayMap(); /* renamed from: c reason: collision with root package name */ - public final Map f1147c = new ArrayMap(); + public final Map f1146c = new ArrayMap(); public long d; public a(u4 u4Var) { diff --git a/app/src/main/java/c/i/a/f/i/b/a4.java b/app/src/main/java/c/i/a/f/i/b/a4.java index 00e0014baf..b899297e63 100644 --- a/app/src/main/java/c/i/a/f/i/b/a4.java +++ b/app/src/main/java/c/i/a/f/i/b/a4.java @@ -20,7 +20,7 @@ public final class a4 { public final String b; /* renamed from: c reason: collision with root package name */ - public String f1148c; + public String f1147c; public String d; public String e; public String f; @@ -38,20 +38,20 @@ public final class a4 { public boolean r; /* renamed from: s reason: collision with root package name */ - public String f1149s; + public String f1148s; public Boolean t; public long u; public List v; public String w; /* renamed from: x reason: collision with root package name */ - public long f1150x; + public long f1149x; /* renamed from: y reason: collision with root package name */ - public long f1151y; + public long f1150y; /* renamed from: z reason: collision with root package name */ - public long f1152z; + public long f1151z; @WorkerThread public a4(u4 u4Var, String str) { @@ -245,8 +245,8 @@ public final class a4 { @WorkerThread public final void c(String str) { this.a.f().b(); - this.E |= !t9.q0(this.f1148c, str); - this.f1148c = str; + this.E |= !t9.q0(this.f1147c, str); + this.f1147c = str; } @WorkerThread @@ -348,8 +348,8 @@ public final class a4 { if (TextUtils.isEmpty(str)) { str = null; } - this.E |= !t9.q0(this.f1149s, str); - this.f1149s = str; + this.E |= !t9.q0(this.f1148s, str); + this.f1148s = str; } @WorkerThread @@ -362,7 +362,7 @@ public final class a4 { @WorkerThread public final String s() { this.a.f().b(); - return this.f1148c; + return this.f1147c; } @WorkerThread @@ -405,7 +405,7 @@ public final class a4 { @WorkerThread public final String y() { this.a.f().b(); - return this.f1149s; + return this.f1148s; } @WorkerThread diff --git a/app/src/main/java/c/i/a/f/i/b/a9.java b/app/src/main/java/c/i/a/f/i/b/a9.java index 27e1d598f5..0b450bd071 100644 --- a/app/src/main/java/c/i/a/f/i/b/a9.java +++ b/app/src/main/java/c/i/a/f/i/b/a9.java @@ -19,11 +19,11 @@ public final /* synthetic */ class a9 implements Runnable { x8Var.b.g().m.a("Application going to the background"); boolean z2 = true; if (x8Var.b.a.h.o(p.v0)) { - x8Var.b.l().f1160x.a(true); + x8Var.b.l().f1159x.a(true); } Bundle bundle = new Bundle(); if (!x8Var.b.a.h.z().booleanValue()) { - x8Var.b.e.f1163c.c(); + x8Var.b.e.f1162c.c(); if (x8Var.b.a.h.o(p.m0)) { d9 d9Var = x8Var.b.e; d9Var.b = j2; diff --git a/app/src/main/java/c/i/a/f/i/b/b4.java b/app/src/main/java/c/i/a/f/i/b/b4.java index 067dc2b326..42ac7e081b 100644 --- a/app/src/main/java/c/i/a/f/i/b/b4.java +++ b/app/src/main/java/c/i/a/f/i/b/b4.java @@ -11,7 +11,7 @@ public class b4 extends BroadcastReceiver { public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f1153c; + public boolean f1152c; public b4(k9 k9Var) { this.a = k9Var; @@ -25,7 +25,7 @@ public class b4 extends BroadcastReceiver { if (this.b) { this.a.g().n.a("Unregistering connectivity change receiver"); this.b = false; - this.f1153c = false; + this.f1152c = false; try { this.a.k.b.unregisterReceiver(this); } catch (IllegalArgumentException e) { @@ -42,8 +42,8 @@ public class b4 extends BroadcastReceiver { this.a.g().n.b("NetworkBroadcastReceiver received action", action); if ("android.net.conn.CONNECTIVITY_CHANGE".equals(action)) { boolean u = this.a.J().u(); - if (this.f1153c != u) { - this.f1153c = u; + if (this.f1152c != u) { + this.f1152c = u; this.a.f().v(new e4(this, u)); return; } diff --git a/app/src/main/java/c/i/a/f/i/b/ba.java b/app/src/main/java/c/i/a/f/i/b/ba.java index cfaab39527..59721db1f3 100644 --- a/app/src/main/java/c/i/a/f/i/b/ba.java +++ b/app/src/main/java/c/i/a/f/i/b/ba.java @@ -146,8 +146,8 @@ public final class ba extends i9 { break; } } - boolean z4 = f9.b() && this.a.h.u(this.d, p.f1192c0); - boolean z5 = f9.b() && this.a.h.u(this.d, p.f1190b0); + boolean z4 = f9.b() && this.a.h.u(this.d, p.f1191c0); + boolean z5 = f9.b() && this.a.h.u(this.d, p.f1189b0); if (z2) { g q2 = q(); String str6 = this.d; @@ -600,10 +600,10 @@ public final class ba extends i9 { q5.g().i.c("Event aggregate wasn't created during raw event logging. appId, event", q3.s(str10), q5.d().u(F)); lVar = new l(str10, next2.F(), 1, 1, 1, next2.H(), 0, null, null, null, null); } else { - lVar = new l(z6.a, z6.b, z6.f1184c + 1, z6.d + 1, z6.e + 1, z6.f, z6.g, z6.h, z6.i, z6.j, z6.k); + lVar = new l(z6.a, z6.b, z6.f1183c + 1, z6.d + 1, z6.e + 1, z6.f, z6.g, z6.h, z6.i, z6.j, z6.k); } q().H(lVar); - long j = lVar.f1184c; + long j = lVar.f1183c; String F2 = a.F(); V v = arrayMap14.get(F2); if (v == null) { diff --git a/app/src/main/java/c/i/a/f/i/b/c.java b/app/src/main/java/c/i/a/f/i/b/c.java index 0e986a358e..81b9c938be 100644 --- a/app/src/main/java/c/i/a/f/i/b/c.java +++ b/app/src/main/java/c/i/a/f/i/b/c.java @@ -20,7 +20,7 @@ public final class c extends s5 { @NonNull /* renamed from: c reason: collision with root package name */ - public e f1154c = b.a; + public e f1153c = b.a; public Boolean d; public c(u4 u4Var) { @@ -32,7 +32,7 @@ public final class c extends s5 { } public final boolean A(String str) { - return "1".equals(this.f1154c.i(str, "measurement.event_sampling_enabled")); + return "1".equals(this.f1153c.i(str, "measurement.event_sampling_enabled")); } @WorkerThread @@ -93,7 +93,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).longValue(); } - String i = this.f1154c.i(str, j3Var.b); + String i = this.f1153c.i(str, j3Var.b); if (TextUtils.isEmpty(i)) { return j3Var.a(null).longValue(); } @@ -120,7 +120,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).intValue(); } - String i = this.f1154c.i(str, j3Var.b); + String i = this.f1153c.i(str, j3Var.b); if (TextUtils.isEmpty(i)) { return j3Var.a(null).intValue(); } @@ -136,7 +136,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).doubleValue(); } - String i = this.f1154c.i(str, j3Var.b); + String i = this.f1153c.i(str, j3Var.b); if (TextUtils.isEmpty(i)) { return j3Var.a(null).doubleValue(); } @@ -166,7 +166,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).booleanValue(); } - String i = this.f1154c.i(str, j3Var.b); + String i = this.f1153c.i(str, j3Var.b); return TextUtils.isEmpty(i) ? j3Var.a(null).booleanValue() : j3Var.a(Boolean.valueOf(Boolean.parseBoolean(i))).booleanValue(); } diff --git a/app/src/main/java/c/i/a/f/i/b/c6.java b/app/src/main/java/c/i/a/f/i/b/c6.java index a46848b211..54ebf89df0 100644 --- a/app/src/main/java/c/i/a/f/i/b/c6.java +++ b/app/src/main/java/c/i/a/f/i/b/c6.java @@ -45,7 +45,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class c6 extends a5 { /* renamed from: c reason: collision with root package name */ - public y6 f1155c; + public y6 f1154c; public w5 d; public final Set e = new CopyOnWriteArraySet(); public boolean f; @@ -124,7 +124,7 @@ public final class c6 extends a5 { boolean z4; if (t8.b() && this.a.h.o(p.H0)) { t(); - if ((!this.a.h.o(p.I0) || i != 20) && dVar.b == null && dVar.f1157c == null) { + if ((!this.a.h.o(p.I0) || i != 20) && dVar.b == null && dVar.f1156c == null) { g().k.a("Discarding empty consent settings"); return; } @@ -140,9 +140,9 @@ public final class c6 extends a5 { if (bool == null) { bool = dVar3.b; } - Boolean bool2 = dVar.f1157c; + Boolean bool2 = dVar.f1156c; if (bool2 == null) { - bool2 = dVar3.f1157c; + bool2 = dVar3.f1156c; } d dVar4 = new d(bool, bool2); this.i = dVar4; @@ -248,7 +248,7 @@ public final class c6 extends a5 { g().l.a("Tag Manager is not found and thus will not be used"); } } - if (this.a.h.o(p.f1194e0) && "_cmp".equals(str2) && bundle.containsKey("gclid")) { + if (this.a.h.o(p.f1193e0) && "_cmp".equals(str2) && bundle.containsKey("gclid")) { String string = bundle.getString("gclid"); Objects.requireNonNull((d) this.a.o); K("auto", "_lgclid", string, System.currentTimeMillis()); @@ -362,7 +362,7 @@ public final class c6 extends a5 { ArrayList arrayList2 = new ArrayList(); arrayList2.add(z10); e().v0().nextLong(); - if (l().v.a() <= 0 || !l().u(j) || !l().f1160x.b()) { + if (l().v.a() <= 0 || !l().u(j) || !l().f1159x.b()) { bundle2 = z10; arrayList = arrayList2; } else { @@ -484,10 +484,10 @@ public final class c6 extends a5 { } else { str3 = string2; } - if (q.h && q.f1169c != null) { + if (q.h && q.f1168c != null) { q.h = false; - boolean q0 = t9.q0(q.f1169c.b, str3); - boolean q02 = t9.q0(q.f1169c.a, string); + boolean q0 = t9.q0(q.f1168c.b, str3); + boolean q02 = t9.q0(q.f1168c.a, string); if (q0 && q02) { q.g().k.a("Ignoring call to log screen view event with duplicate parameters."); return; @@ -503,9 +503,9 @@ public final class c6 extends a5 { } } q.g().n.c("Logging screen view with name, class", string == null ? "null" : string, str3 == null ? "null" : str3); - i7 i7Var = q.f1169c == null ? q.d : q.f1169c; + i7 i7Var = q.f1168c == null ? q.d : q.f1168c; i7 i7Var2 = new i7(string, str3, q.e().t0(), true, j); - q.f1169c = i7Var2; + q.f1168c = i7Var2; q.d = i7Var; q.i = i7Var2; Objects.requireNonNull((d) q.a.o); @@ -624,7 +624,7 @@ public final class c6 extends a5 { public final void M() { if (this.a.b.getApplicationContext() instanceof Application) { - ((Application) this.a.b.getApplicationContext()).unregisterActivityLifecycleCallbacks(this.f1155c); + ((Application) this.a.b.getApplicationContext()).unregisterActivityLifecycleCallbacks(this.f1154c); } } @@ -633,7 +633,7 @@ public final class c6 extends a5 { b(); t(); if (this.a.m()) { - if (this.a.h.o(p.f1193d0)) { + if (this.a.h.o(p.f1192d0)) { Boolean w = this.a.h.w("google_analytics_deferred_deep_link_enabled"); if (w != null && w.booleanValue()) { g().m.a("Deferred Deep Link feature enabled."); @@ -671,7 +671,7 @@ public final class c6 extends a5 { @Nullable public final String O() { u4 u4Var = this.a; - String str = u4Var.f1210c; + String str = u4Var.f1209c; if (str != null) { return str; } @@ -712,11 +712,11 @@ public final class c6 extends a5 { s().d.a(); } if (((j9) g9.i.a()).a() && this.a.h.o(p.t0)) { - if (this.a.f1212x.a.o().l.a() <= 0) { + if (this.a.f1211x.a.o().l.a() <= 0) { z2 = false; } if (!z2) { - m4 m4Var = this.a.f1212x; + m4 m4Var = this.a.f1211x; m4Var.a(m4Var.a.b.getPackageName()); } } @@ -782,7 +782,7 @@ public final class c6 extends a5 { w8 s2 = s(); s2.b(); d9 d9Var = s2.e; - d9Var.f1163c.c(); + d9Var.f1162c.c(); d9Var.a = 0; d9Var.b = 0; boolean d = this.a.d(); diff --git a/app/src/main/java/c/i/a/f/i/b/c7.java b/app/src/main/java/c/i/a/f/i/b/c7.java index d06c7f5306..e629454d12 100644 --- a/app/src/main/java/c/i/a/f/i/b/c7.java +++ b/app/src/main/java/c/i/a/f/i/b/c7.java @@ -35,7 +35,7 @@ public final class c7 implements Runnable { String str2 = this.l; y6Var.i.b(); try { - if (y6Var.i.a.h.o(p.f1194e0) || y6Var.i.a.h.o(p.f1196g0) || y6Var.i.a.h.o(p.f1195f0)) { + if (y6Var.i.a.h.o(p.f1193e0) || y6Var.i.a.h.o(p.f1195g0) || y6Var.i.a.h.o(p.f1194f0)) { t9 e = y6Var.i.e(); if (!TextUtils.isEmpty(str2)) { if (str2.contains("gclid") || str2.contains("utm_campaign") || str2.contains("utm_source") || str2.contains("utm_medium")) { @@ -48,7 +48,7 @@ public final class c7 implements Runnable { bundle2 = y6Var.i.e().x(uri); if (bundle2 != null) { bundle2.putString("_cis", "intent"); - if (y6Var.i.a.h.o(p.f1194e0) && !bundle2.containsKey("gclid") && bundle != null && bundle.containsKey("gclid")) { + if (y6Var.i.a.h.o(p.f1193e0) && !bundle2.containsKey("gclid") && bundle != null && bundle.containsKey("gclid")) { bundle2.putString("_cer", String.format("gclid=%s", bundle.getString("gclid"))); } y6Var.i.H(str, "_cmp", bundle2); @@ -59,12 +59,12 @@ public final class c7 implements Runnable { } else { bundle2 = null; } - if (y6Var.i.a.h.o(p.f1196g0) && !y6Var.i.a.h.o(p.f1195f0) && bundle != null && bundle.containsKey("gclid") && (bundle2 == null || !bundle2.containsKey("gclid"))) { + if (y6Var.i.a.h.o(p.f1195g0) && !y6Var.i.a.h.o(p.f1194f0) && bundle != null && bundle.containsKey("gclid") && (bundle2 == null || !bundle2.containsKey("gclid"))) { y6Var.i.J("auto", "_lgclid", bundle.getString("gclid")); } if (TextUtils.isEmpty(str2)) { y6Var.i.g().m.b("Activity created with referrer", str2); - if (y6Var.i.a.h.o(p.f1195f0)) { + if (y6Var.i.a.h.o(p.f1194f0)) { if (bundle != null) { y6Var.i.H(str, "_cmp", bundle); if (y6Var.i.a.h.o(p.D0)) { diff --git a/app/src/main/java/c/i/a/f/i/b/ca.java b/app/src/main/java/c/i/a/f/i/b/ca.java index 0cdf633936..e0f3c70518 100644 --- a/app/src/main/java/c/i/a/f/i/b/ca.java +++ b/app/src/main/java/c/i/a/f/i/b/ca.java @@ -16,7 +16,7 @@ public final class ca { public Long b; /* renamed from: c reason: collision with root package name */ - public long f1156c; + public long f1155c; public final /* synthetic */ ba d; public ca(ba baVar, aa aaVar) { @@ -114,12 +114,12 @@ public final class ca { return null; } this.a = (a1) obj; - this.f1156c = ((Long) pair.second).longValue(); + this.f1155c = ((Long) pair.second).longValue(); this.d.m(); this.b = (Long) q9.R(this.a, "_eid"); } - long j = this.f1156c - 1; - this.f1156c = j; + long j = this.f1155c - 1; + this.f1155c = j; if (j <= 0) { g q2 = this.d.q(); q2.b(); @@ -130,7 +130,7 @@ public final class ca { q2.g().f.b("Error clearing complex main event", e5); } } else { - this.d.q().Q(str, l, this.f1156c, this.a); + this.d.q().Q(str, l, this.f1155c, this.a); } ArrayList arrayList = new ArrayList(); for (c1 c1Var : this.a.v()) { @@ -156,11 +156,11 @@ public final class ca { j2 = R; } long longValue = ((Long) j2).longValue(); - this.f1156c = longValue; + this.f1155c = longValue; if (longValue <= 0) { this.d.g().g.b("Complex event with zero extra param count. eventName", F); } else { - this.d.q().Q(str, l, this.f1156c, a1Var); + this.d.q().Q(str, l, this.f1155c, a1Var); } } a1.a t = a1Var.t(); diff --git a/app/src/main/java/c/i/a/f/i/b/d.java b/app/src/main/java/c/i/a/f/i/b/d.java index c5afdd8597..28e857963f 100644 --- a/app/src/main/java/c/i/a/f/i/b/d.java +++ b/app/src/main/java/c/i/a/f/i/b/d.java @@ -7,11 +7,11 @@ public final class d { public final Boolean b; /* renamed from: c reason: collision with root package name */ - public final Boolean f1157c; + public final Boolean f1156c; public d(Boolean bool, Boolean bool2) { this.b = bool; - this.f1157c = bool2; + this.f1156c = bool2; } public static int a(Boolean bool) { @@ -94,7 +94,7 @@ public final class d { Boolean bool = this.b; char c2 = '0'; sb.append(bool == null ? '-' : bool.booleanValue() ? '1' : '0'); - Boolean bool2 = this.f1157c; + Boolean bool2 = this.f1156c; if (bool2 == null) { c2 = '-'; } else if (bool2.booleanValue()) { @@ -109,24 +109,24 @@ public final class d { return false; } d dVar = (d) obj; - return a(this.b) == a(dVar.b) && a(this.f1157c) == a(dVar.f1157c); + return a(this.b) == a(dVar.b) && a(this.f1156c) == a(dVar.f1156c); } public final boolean f(d dVar) { Boolean bool = this.b; Boolean bool2 = Boolean.FALSE; if (bool != bool2 || dVar.b == bool2) { - return this.f1157c == bool2 && dVar.f1157c != bool2; + return this.f1156c == bool2 && dVar.f1156c != bool2; } return true; } public final d h(d dVar) { - return new d(c(this.b, dVar.b), c(this.f1157c, dVar.f1157c)); + return new d(c(this.b, dVar.b), c(this.f1156c, dVar.f1156c)); } public final int hashCode() { - return a(this.f1157c) + ((a(this.b) + 527) * 31); + return a(this.f1156c) + ((a(this.b) + 527) * 31); } public final boolean j() { @@ -135,7 +135,7 @@ public final class d { } public final boolean k() { - Boolean bool = this.f1157c; + Boolean bool = this.f1156c; return bool == null || bool.booleanValue(); } @@ -150,7 +150,7 @@ public final class d { sb.append(bool.booleanValue() ? str : "denied"); } sb.append(", analyticsStorage="); - Boolean bool2 = this.f1157c; + Boolean bool2 = this.f1156c; if (bool2 == null) { sb.append("uninitialized"); } else { diff --git a/app/src/main/java/c/i/a/f/i/b/d4.java b/app/src/main/java/c/i/a/f/i/b/d4.java index 2e2bc6c1a2..aaa592c690 100644 --- a/app/src/main/java/c/i/a/f/i/b/d4.java +++ b/app/src/main/java/c/i/a/f/i/b/d4.java @@ -8,7 +8,7 @@ import com.discord.stores.StoreGuildScheduledEvents; public final class d4 extends r5 { /* renamed from: c reason: collision with root package name */ - public static final Pair f1158c = new Pair<>("", 0L); + public static final Pair f1157c = new Pair<>("", 0L); public final j4 A = new j4(this, "firebase_feature_rollouts"); public final j4 B = new j4(this, "deferred_attribution_cache"); public final h4 C = new h4(this, "deferred_attribution_cache_timestamp", 0); @@ -30,20 +30,20 @@ public final class d4 extends r5 { public final h4 r = new h4(this, "session_timeout", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD); /* renamed from: s reason: collision with root package name */ - public final f4 f1159s = new f4(this, "start_new_session", true); + public final f4 f1158s = new f4(this, "start_new_session", true); public final j4 t = new j4(this, "non_personalized_ads"); public final f4 u = new f4(this, "allow_remote_dynamite", false); public final h4 v = new h4(this, "last_pause_time", 0); public boolean w; /* renamed from: x reason: collision with root package name */ - public f4 f1160x = new f4(this, "app_backgrounded", false); + public f4 f1159x = new f4(this, "app_backgrounded", false); /* renamed from: y reason: collision with root package name */ - public f4 f1161y = new f4(this, "deep_link_retrieval_complete", false); + public f4 f1160y = new f4(this, "deep_link_retrieval_complete", false); /* renamed from: z reason: collision with root package name */ - public h4 f1162z = new h4(this, "deep_link_retrieval_attempts", 0); + public h4 f1161z = new h4(this, "deep_link_retrieval_attempts", 0); public d4(u4 u4Var) { super(u4Var); @@ -61,7 +61,7 @@ public final class d4 extends r5 { edit.putBoolean("has_been_opened", true); edit.apply(); } - this.e = new k4(this, "health_monitor", Math.max(0L, p.f1191c.a(null).longValue()), null); + this.e = new k4(this, "health_monitor", Math.max(0L, p.f1190c.a(null).longValue()), null); } @Override // c.i.a.f.i.b.r5 diff --git a/app/src/main/java/c/i/a/f/i/b/d6.java b/app/src/main/java/c/i/a/f/i/b/d6.java index 71c358f32b..c17fe0e5b2 100644 --- a/app/src/main/java/c/i/a/f/i/b/d6.java +++ b/app/src/main/java/c/i/a/f/i/b/d6.java @@ -21,7 +21,7 @@ public final class d6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - String str = o.f1187c; + String str = o.f1186c; Objects.requireNonNull(cVar); atomicReference.set(Boolean.valueOf(cVar.u(str, p.K))); this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/d9.java b/app/src/main/java/c/i/a/f/i/b/d9.java index 6229d12351..a993032c32 100644 --- a/app/src/main/java/c/i/a/f/i/b/d9.java +++ b/app/src/main/java/c/i/a/f/i/b/d9.java @@ -14,12 +14,12 @@ public final class d9 { public long b; /* renamed from: c reason: collision with root package name */ - public final i f1163c; + public final i f1162c; public final /* synthetic */ w8 d; public d9(w8 w8Var) { this.d = w8Var; - this.f1163c = new c9(this, w8Var.a); + this.f1162c = new c9(this, w8Var.a); Objects.requireNonNull((d) w8Var.a.o); long elapsedRealtime = SystemClock.elapsedRealtime(); this.a = elapsedRealtime; @@ -56,8 +56,8 @@ public final class d9 { this.d.n().H("auto", "_e", bundle); } this.a = j; - this.f1163c.c(); - this.f1163c.b(3600000); + this.f1162c.c(); + this.f1162c.b(3600000); return true; } this.d.g().n.b("Screen exposed for less than 1000 ms. Event not sent. time", Long.valueOf(j2)); diff --git a/app/src/main/java/c/i/a/f/i/b/da.java b/app/src/main/java/c/i/a/f/i/b/da.java index 4fb4721251..49dcc2c8fd 100644 --- a/app/src/main/java/c/i/a/f/i/b/da.java +++ b/app/src/main/java/c/i/a/f/i/b/da.java @@ -19,7 +19,7 @@ public final class da { public boolean b; /* renamed from: c reason: collision with root package name */ - public g1 f1164c; + public g1 f1163c; public BitSet d; public BitSet e; public Map f; @@ -39,7 +39,7 @@ public final class da { this.g.put(num, arrayList); } this.b = false; - this.f1164c = g1Var; + this.f1163c = g1Var; } public da(ba baVar, String str, aa aaVar) { @@ -83,7 +83,7 @@ public final class da { F.k = false; } y0.w((y0) F.j, z2); - g1 g1Var = this.f1164c; + g1 g1Var = this.f1163c; if (g1Var != null) { if (F.k) { F.n(); @@ -169,7 +169,7 @@ public final class da { public final void b(@NonNull ea eaVar) { int a = eaVar.a(); - Boolean bool = eaVar.f1165c; + Boolean bool = eaVar.f1164c; if (bool != null) { this.e.set(a, bool.booleanValue()); } @@ -193,10 +193,10 @@ public final class da { if (eaVar.g()) { list.clear(); } - if (f9.b() && this.h.a.h.u(this.a, p.f1192c0) && eaVar.h()) { + if (f9.b() && this.h.a.h.u(this.a, p.f1191c0) && eaVar.h()) { list.clear(); } - if (!f9.b() || !this.h.a.h.u(this.a, p.f1192c0)) { + if (!f9.b() || !this.h.a.h.u(this.a, p.f1191c0)) { list.add(Long.valueOf(eaVar.f.longValue() / 1000)); return; } diff --git a/app/src/main/java/c/i/a/f/i/b/e6.java b/app/src/main/java/c/i/a/f/i/b/e6.java index a5e82e599a..66b2e7dfb0 100644 --- a/app/src/main/java/c/i/a/f/i/b/e6.java +++ b/app/src/main/java/c/i/a/f/i/b/e6.java @@ -26,15 +26,15 @@ public final /* synthetic */ class e6 implements Runnable { URL url; c6 c6Var = this.i; c6Var.b(); - if (c6Var.l().f1161y.b()) { + if (c6Var.l().f1160y.b()) { c6Var.g().m.a("Deferred Deep Link already retrieved. Not fetching again."); return; } - long a = c6Var.l().f1162z.a(); - c6Var.l().f1162z.b(a + 1); + long a = c6Var.l().f1161z.a(); + c6Var.l().f1161z.b(a + 1); if (a >= 5) { c6Var.g().i.a("Permanently failed to retrieve Deferred Deep Link. Reached maximum retries."); - c6Var.l().f1161y.a(true); + c6Var.l().f1160y.a(true); return; } u4 u4Var = c6Var.a; @@ -42,7 +42,7 @@ public final /* synthetic */ class e6 implements Runnable { u4.q(u4Var.n()); n3 z2 = u4Var.z(); z2.t(); - String str = z2.f1187c; + String str = z2.f1186c; d4 o = u4Var.o(); o.b(); Objects.requireNonNull((d) o.a.o); @@ -86,7 +86,7 @@ public final /* synthetic */ class e6 implements Runnable { t9 t = u4Var.t(); u4Var.z(); String str2 = (String) pair.first; - long a2 = u4Var.o().f1162z.a() - 1; + long a2 = u4Var.o().f1161z.a() - 1; Objects.requireNonNull(t); try { AnimatableValueParser.w(str2); diff --git a/app/src/main/java/c/i/a/f/i/b/e7.java b/app/src/main/java/c/i/a/f/i/b/e7.java index 12fdb5a003..8a26f66a0d 100644 --- a/app/src/main/java/c/i/a/f/i/b/e7.java +++ b/app/src/main/java/c/i/a/f/i/b/e7.java @@ -40,7 +40,7 @@ public final /* synthetic */ class e7 implements Runnable { u4Var.g().i.c("Network Request for Deferred Deep Link failed. response, exception", Integer.valueOf(i), exc); return; } - u4Var.o().f1161y.a(true); + u4Var.o().f1160y.a(true); if (bArr.length == 0) { u4Var.g().m.a("Deferred Deep Link response empty."); return; diff --git a/app/src/main/java/c/i/a/f/i/b/ea.java b/app/src/main/java/c/i/a/f/i/b/ea.java index 57cac28bfa..0f19c3df7e 100644 --- a/app/src/main/java/c/i/a/f/i/b/ea.java +++ b/app/src/main/java/c/i/a/f/i/b/ea.java @@ -17,7 +17,7 @@ public abstract class ea { public int b; /* renamed from: c reason: collision with root package name */ - public Boolean f1165c; + public Boolean f1164c; public Boolean d; public Long e; public Long f; diff --git a/app/src/main/java/c/i/a/f/i/b/f.java b/app/src/main/java/c/i/a/f/i/b/f.java index 7b5007395f..9a2a7e6aac 100644 --- a/app/src/main/java/c/i/a/f/i/b/f.java +++ b/app/src/main/java/c/i/a/f/i/b/f.java @@ -5,7 +5,7 @@ public final class f { public long b; /* renamed from: c reason: collision with root package name */ - public long f1166c; + public long f1165c; public long d; public long e; } diff --git a/app/src/main/java/c/i/a/f/i/b/f4.java b/app/src/main/java/c/i/a/f/i/b/f4.java index 27eff904de..9eb7c60a1e 100644 --- a/app/src/main/java/c/i/a/f/i/b/f4.java +++ b/app/src/main/java/c/i/a/f/i/b/f4.java @@ -9,7 +9,7 @@ public final class f4 { public final boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f1167c; + public boolean f1166c; public boolean d; public final /* synthetic */ d4 e; @@ -30,8 +30,8 @@ public final class f4 { @WorkerThread public final boolean b() { - if (!this.f1167c) { - this.f1167c = true; + if (!this.f1166c) { + this.f1166c = true; this.d = this.e.w().getBoolean(this.a, this.b); } return this.d; diff --git a/app/src/main/java/c/i/a/f/i/b/f9.java b/app/src/main/java/c/i/a/f/i/b/f9.java index f5c12d76af..560bda2833 100644 --- a/app/src/main/java/c/i/a/f/i/b/f9.java +++ b/app/src/main/java/c/i/a/f/i/b/f9.java @@ -22,7 +22,7 @@ public final class f9 { d4 l = this.a.l(); Objects.requireNonNull((d) this.a.a.o); if (l.u(System.currentTimeMillis())) { - this.a.l().f1159s.a(true); + this.a.l().f1158s.a(true); ActivityManager.RunningAppProcessInfo runningAppProcessInfo = new ActivityManager.RunningAppProcessInfo(); ActivityManager.getMyMemoryState(runningAppProcessInfo); if (runningAppProcessInfo.importance == 100) { @@ -38,10 +38,10 @@ public final class f9 { this.a.b(); this.a.x(); if (this.a.l().u(j)) { - this.a.l().f1159s.a(true); + this.a.l().f1158s.a(true); } this.a.l().v.b(j); - if (this.a.l().f1159s.b()) { + if (this.a.l().f1158s.b()) { c(j, z2); } } @@ -55,7 +55,7 @@ public final class f9 { this.a.g().n.b("Session started, time", Long.valueOf(SystemClock.elapsedRealtime())); Long valueOf = Long.valueOf(j / 1000); this.a.n().K("auto", "_sid", valueOf, j); - this.a.l().f1159s.a(false); + this.a.l().f1158s.a(false); Bundle bundle = new Bundle(); bundle.putLong("_sid", valueOf.longValue()); if (this.a.a.h.o(p.k0) && z2) { diff --git a/app/src/main/java/c/i/a/f/i/b/fa.java b/app/src/main/java/c/i/a/f/i/b/fa.java index 7f24a4f9b1..e7b1ee0c5e 100644 --- a/app/src/main/java/c/i/a/f/i/b/fa.java +++ b/app/src/main/java/c/i/a/f/i/b/fa.java @@ -66,7 +66,7 @@ public final class fa extends ea { Boolean bool; Boolean bool2; String str; - boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1192c0); + boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1191c0); long j2 = this.g.H() ? lVar.e : j; String str2 = "null"; Integer num = null; @@ -145,7 +145,7 @@ public final class fa extends ea { return false; } Boolean bool4 = Boolean.TRUE; - this.f1165c = bool4; + this.f1164c = bool4; if (!bool3.booleanValue()) { return true; } diff --git a/app/src/main/java/c/i/a/f/i/b/g.java b/app/src/main/java/c/i/a/f/i/b/g.java index b484f514d9..dad82ce059 100644 --- a/app/src/main/java/c/i/a/f/i/b/g.java +++ b/app/src/main/java/c/i/a/f/i/b/g.java @@ -466,7 +466,7 @@ public final class g extends i9 { ContentValues contentValues = new ContentValues(); contentValues.put("app_id", lVar.a); contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, lVar.b); - contentValues.put("lifetime_count", Long.valueOf(lVar.f1184c)); + contentValues.put("lifetime_count", Long.valueOf(lVar.f1183c)); contentValues.put("current_bundle_count", Long.valueOf(lVar.d)); contentValues.put("last_fire_timestamp", Long.valueOf(lVar.f)); contentValues.put("last_bundled_timestamp", Long.valueOf(lVar.g)); @@ -503,11 +503,11 @@ public final class g extends i9 { contentValues.put("dev_cert_hash", Long.valueOf(a4Var.Q())); contentValues.put("measurement_enabled", Boolean.valueOf(a4Var.T())); a4Var.a.f().b(); - contentValues.put("day", Long.valueOf(a4Var.f1150x)); + contentValues.put("day", Long.valueOf(a4Var.f1149x)); a4Var.a.f().b(); - contentValues.put("daily_public_events_count", Long.valueOf(a4Var.f1151y)); + contentValues.put("daily_public_events_count", Long.valueOf(a4Var.f1150y)); a4Var.a.f().b(); - contentValues.put("daily_events_count", Long.valueOf(a4Var.f1152z)); + contentValues.put("daily_events_count", Long.valueOf(a4Var.f1151z)); a4Var.a.f().b(); contentValues.put("daily_conversions_count", Long.valueOf(a4Var.A)); a4Var.a.f().b(); @@ -534,7 +534,7 @@ public final class g extends i9 { contentValues.put("safelisted_events", TextUtils.join(",", a4Var.k())); } } - if (da.b() && this.a.h.u(a4Var.o(), p.f1199j0)) { + if (da.b() && this.a.h.u(a4Var.o(), p.f1198j0)) { contentValues.put("ga_app_id", a4Var.B()); } try { @@ -640,8 +640,8 @@ public final class g extends i9 { public final boolean M(u9 u9Var) { b(); n(); - if (Y(u9Var.a, u9Var.f1216c) == null) { - if (t9.X(u9Var.f1216c)) { + if (Y(u9Var.a, u9Var.f1215c) == null) { + if (t9.X(u9Var.f1215c)) { long S = S("select count(1) from user_attributes where app_id=? and name not like '!_%' escape '!'", new String[]{u9Var.a}); c cVar = this.a.h; String str = u9Var.a; @@ -653,14 +653,14 @@ public final class g extends i9 { if (S >= ((long) i2)) { return false; } - } else if (!"_npa".equals(u9Var.f1216c) && S("select count(1) from user_attributes where app_id=? and origin=? AND name like '!_%' escape '!'", new String[]{u9Var.a, u9Var.b}) >= 25) { + } else if (!"_npa".equals(u9Var.f1215c) && S("select count(1) from user_attributes where app_id=? and origin=? AND name like '!_%' escape '!'", new String[]{u9Var.a, u9Var.b}) >= 25) { return false; } } ContentValues contentValues = new ContentValues(); contentValues.put("app_id", u9Var.a); contentValues.put("origin", u9Var.b); - contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, u9Var.f1216c); + contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, u9Var.f1215c); contentValues.put("set_timestamp", Long.valueOf(u9Var.d)); G(contentValues, "value", u9Var.e); try { @@ -696,7 +696,7 @@ public final class g extends i9 { contentValues.put("triggered_timestamp", Long.valueOf(zzz.k.k)); contentValues.put("time_to_live", Long.valueOf(zzz.r)); e(); - contentValues.put("expired_event", t9.g0(zzz.f2379s)); + contentValues.put("expired_event", t9.g0(zzz.f2377s)); try { if (t().insertWithOnConflict("conditional_properties", null, contentValues, 5) == -1) { g().f.b("Failed to insert/update conditional user property (got -1)", q3.s(zzz.i)); @@ -865,16 +865,16 @@ public final class g extends i9 { a4Var.e(cursor.isNull(10) || cursor.getInt(10) != 0); long j2 = cursor.getLong(11); a4Var.a.f().b(); - a4Var.E |= a4Var.f1150x != j2; - a4Var.f1150x = j2; + a4Var.E |= a4Var.f1149x != j2; + a4Var.f1149x = j2; long j3 = cursor.getLong(12); a4Var.a.f().b(); - a4Var.E |= a4Var.f1151y != j3; - a4Var.f1151y = j3; + a4Var.E |= a4Var.f1150y != j3; + a4Var.f1150y = j3; long j4 = cursor.getLong(13); a4Var.a.f().b(); - a4Var.E |= a4Var.f1152z != j4; - a4Var.f1152z = j4; + a4Var.E |= a4Var.f1151z != j4; + a4Var.f1151z = j4; long j5 = cursor.getLong(14); a4Var.a.f().b(); a4Var.E |= a4Var.A != j5; @@ -909,7 +909,7 @@ public final class g extends i9 { if (!cursor.isNull(27)) { a4Var.d(Arrays.asList(cursor.getString(27).split(",", -1))); } - if (da.b() && this.a.h.u(str, p.f1199j0)) { + if (da.b() && this.a.h.u(str, p.f1198j0)) { a4Var.u(cursor.getString(28)); } a4Var.a.f().b(); @@ -1513,7 +1513,7 @@ public final class g extends i9 { long a = l().i.a(); Objects.requireNonNull((d) this.a.o); long elapsedRealtime = SystemClock.elapsedRealtime(); - if (Math.abs(elapsedRealtime - a) > p.f1202y.a(null).longValue()) { + if (Math.abs(elapsedRealtime - a) > p.f1201y.a(null).longValue()) { l().i.b(elapsedRealtime); b(); n(); @@ -1686,7 +1686,7 @@ public final class g extends i9 { if (query.getLong(0) == j2) { fVar.b = query.getLong(1); fVar.a = query.getLong(2); - fVar.f1166c = query.getLong(3); + fVar.f1165c = query.getLong(3); fVar.d = query.getLong(4); fVar.e = query.getLong(5); } @@ -1697,7 +1697,7 @@ public final class g extends i9 { fVar.a += j3; } if (z4) { - fVar.f1166c += j3; + fVar.f1165c += j3; } if (z5) { fVar.d += j3; @@ -1709,7 +1709,7 @@ public final class g extends i9 { contentValues.put("day", Long.valueOf(j2)); contentValues.put("daily_public_events_count", Long.valueOf(fVar.a)); contentValues.put("daily_events_count", Long.valueOf(fVar.b)); - contentValues.put("daily_conversions_count", Long.valueOf(fVar.f1166c)); + contentValues.put("daily_conversions_count", Long.valueOf(fVar.f1165c)); contentValues.put("daily_error_events_count", Long.valueOf(fVar.d)); contentValues.put("daily_realtime_events_count", Long.valueOf(fVar.e)); t.update("apps", contentValues, "app_id=?", strArr); diff --git a/app/src/main/java/c/i/a/f/i/b/h4.java b/app/src/main/java/c/i/a/f/i/b/h4.java index 378add4ef2..85b06b58f1 100644 --- a/app/src/main/java/c/i/a/f/i/b/h4.java +++ b/app/src/main/java/c/i/a/f/i/b/h4.java @@ -9,7 +9,7 @@ public final class h4 { public final long b; /* renamed from: c reason: collision with root package name */ - public boolean f1168c; + public boolean f1167c; public long d; public final /* synthetic */ d4 e; @@ -22,8 +22,8 @@ public final class h4 { @WorkerThread public final long a() { - if (!this.f1168c) { - this.f1168c = true; + if (!this.f1167c) { + this.f1167c = true; this.d = this.e.w().getLong(this.a, this.b); } return this.d; diff --git a/app/src/main/java/c/i/a/f/i/b/h7.java b/app/src/main/java/c/i/a/f/i/b/h7.java index af2b7599d6..041b2498b6 100644 --- a/app/src/main/java/c/i/a/f/i/b/h7.java +++ b/app/src/main/java/c/i/a/f/i/b/h7.java @@ -17,7 +17,7 @@ import java.util.concurrent.ConcurrentHashMap; public final class h7 extends a5 { /* renamed from: c reason: collision with root package name */ - public volatile i7 f1169c; + public volatile i7 f1168c; public i7 d; public i7 e; public final Map f = new ConcurrentHashMap(); @@ -47,7 +47,7 @@ public final class h7 extends a5 { } else { bundle.remove("_sc"); } - bundle.putLong("_si", i7Var.f1172c); + bundle.putLong("_si", i7Var.f1171c); } else if (i7Var == null && z2) { bundle.remove("_sn"); bundle.remove("_sc"); @@ -83,7 +83,7 @@ public final class h7 extends a5 { } z3 = false; } - if (i7Var2 == null || i7Var2.f1172c != i7Var.f1172c || !t9.q0(i7Var2.b, i7Var.b) || !t9.q0(i7Var2.a, i7Var.a)) { + if (i7Var2 == null || i7Var2.f1171c != i7Var.f1171c || !t9.q0(i7Var2.b, i7Var.b) || !t9.q0(i7Var2.a, i7Var.a)) { z4 = true; } if (z4) { @@ -101,7 +101,7 @@ public final class h7 extends a5 { if (str3 != null) { bundle2.putString("_pc", str3); } - bundle2.putLong("_pi", i7Var2.f1172c); + bundle2.putLong("_pi", i7Var2.f1171c); } if (this.a.h.o(p.T) && z3) { if (!((v9) s9.i.a()).a() || !this.a.h.o(p.V)) { @@ -215,14 +215,14 @@ public final class h7 extends a5 { @MainThread public final void z(Activity activity, i7 i7Var, boolean z2) { i7 i7Var2; - i7 i7Var3 = this.f1169c == null ? this.d : this.f1169c; + i7 i7Var3 = this.f1168c == null ? this.d : this.f1168c; if (i7Var.b == null) { - i7Var2 = new i7(i7Var.a, activity != null ? x(activity.getClass().getCanonicalName()) : null, i7Var.f1172c, i7Var.e, i7Var.f); + i7Var2 = new i7(i7Var.a, activity != null ? x(activity.getClass().getCanonicalName()) : null, i7Var.f1171c, i7Var.e, i7Var.f); } else { i7Var2 = i7Var; } - this.d = this.f1169c; - this.f1169c = i7Var2; + this.d = this.f1168c; + this.f1168c = i7Var2; Objects.requireNonNull((d) this.a.o); f().v(new j7(this, i7Var2, i7Var3, SystemClock.elapsedRealtime(), z2)); } diff --git a/app/src/main/java/c/i/a/f/i/b/ha.java b/app/src/main/java/c/i/a/f/i/b/ha.java index 4d93b1fe70..3c4c68b26e 100644 --- a/app/src/main/java/c/i/a/f/i/b/ha.java +++ b/app/src/main/java/c/i/a/f/i/b/ha.java @@ -33,7 +33,7 @@ public final class ha extends ea { } public final boolean i(Long l, Long l2, i1 i1Var, boolean z2) { - boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1189a0); + boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1188a0); boolean z4 = this.g.z(); boolean A = this.g.A(); boolean C = this.g.C(); @@ -80,7 +80,7 @@ public final class ha extends ea { if (bool == null) { return false; } - this.f1165c = Boolean.TRUE; + this.f1164c = Boolean.TRUE; if (C && !bool.booleanValue()) { return true; } diff --git a/app/src/main/java/c/i/a/f/i/b/i.java b/app/src/main/java/c/i/a/f/i/b/i.java index 0cf448020f..87c0c49762 100644 --- a/app/src/main/java/c/i/a/f/i/b/i.java +++ b/app/src/main/java/c/i/a/f/i/b/i.java @@ -10,13 +10,13 @@ public abstract class i { public final t5 b; /* renamed from: c reason: collision with root package name */ - public final Runnable f1170c; + public final Runnable f1169c; public volatile long d; public i(t5 t5Var) { Objects.requireNonNull(t5Var, "null reference"); this.b = t5Var; - this.f1170c = new k(this, t5Var); + this.f1169c = new k(this, t5Var); } public abstract void a(); @@ -26,7 +26,7 @@ public abstract class i { if (j >= 0) { Objects.requireNonNull((d) this.b.h()); this.d = System.currentTimeMillis(); - if (!d().postDelayed(this.f1170c, j)) { + if (!d().postDelayed(this.f1169c, j)) { this.b.g().f.b("Failed to schedule delayed post. time", Long.valueOf(j)); } } @@ -34,7 +34,7 @@ public abstract class i { public final void c() { this.d = 0; - d().removeCallbacks(this.f1170c); + d().removeCallbacks(this.f1169c); } public final Handler d() { diff --git a/app/src/main/java/c/i/a/f/i/b/i4.java b/app/src/main/java/c/i/a/f/i/b/i4.java index 5c7a95773e..a2b8deac28 100644 --- a/app/src/main/java/c/i/a/f/i/b/i4.java +++ b/app/src/main/java/c/i/a/f/i/b/i4.java @@ -13,7 +13,7 @@ public final class i4 { public final Bundle b = new Bundle(); /* renamed from: c reason: collision with root package name */ - public boolean f1171c; + public boolean f1170c; public Bundle d; public final /* synthetic */ d4 e; @@ -25,8 +25,8 @@ public final class i4 { @WorkerThread public final Bundle a() { - if (!this.f1171c) { - this.f1171c = true; + if (!this.f1170c) { + this.f1170c = true; String string = this.e.w().getString(this.a, null); if (string != null) { try { diff --git a/app/src/main/java/c/i/a/f/i/b/i7.java b/app/src/main/java/c/i/a/f/i/b/i7.java index 775571c3d1..8ae5810cfa 100644 --- a/app/src/main/java/c/i/a/f/i/b/i7.java +++ b/app/src/main/java/c/i/a/f/i/b/i7.java @@ -5,7 +5,7 @@ public final class i7 { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1172c; + public final long f1171c; public boolean d; public final boolean e; public final long f; @@ -17,7 +17,7 @@ public final class i7 { public i7(String str, String str2, long j, boolean z2, long j2) { this.a = str; this.b = str2; - this.f1172c = j; + this.f1171c = j; this.d = false; this.e = z2; this.f = j2; diff --git a/app/src/main/java/c/i/a/f/i/b/i9.java b/app/src/main/java/c/i/a/f/i/b/i9.java index 3d7d412c2e..359b087d71 100644 --- a/app/src/main/java/c/i/a/f/i/b/i9.java +++ b/app/src/main/java/c/i/a/f/i/b/i9.java @@ -4,7 +4,7 @@ public abstract class i9 extends s5 implements t5 { public final k9 b; /* renamed from: c reason: collision with root package name */ - public boolean f1173c; + public boolean f1172c; public i9(k9 k9Var) { super(k9Var.k); @@ -17,16 +17,16 @@ public abstract class i9 extends s5 implements t5 { } public final void n() { - if (!this.f1173c) { + if (!this.f1172c) { throw new IllegalStateException("Not initialized"); } } public final void o() { - if (!this.f1173c) { + if (!this.f1172c) { p(); this.b.q++; - this.f1173c = true; + this.f1172c = true; return; } throw new IllegalStateException("Can't initialize twice"); diff --git a/app/src/main/java/c/i/a/f/i/b/ia.java b/app/src/main/java/c/i/a/f/i/b/ia.java index 7298e93cea..50053d4f7c 100644 --- a/app/src/main/java/c/i/a/f/i/b/ia.java +++ b/app/src/main/java/c/i/a/f/i/b/ia.java @@ -11,7 +11,7 @@ public final class ia implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzz createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); long j = 0; long j2 = 0; long j3 = 0; @@ -23,7 +23,7 @@ public final class ia implements Parcelable.Creator { zzaq zzaq2 = null; zzaq zzaq3 = null; boolean z2 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 2: @@ -36,10 +36,10 @@ public final class ia implements Parcelable.Creator { zzku = (zzku) AnimatableValueParser.S(parcel, readInt, zzku.CREATOR); break; case 5: - j = AnimatableValueParser.j2(parcel, readInt); + j = AnimatableValueParser.k2(parcel, readInt); break; case 6: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); break; case 7: str3 = AnimatableValueParser.T(parcel, readInt); @@ -48,23 +48,23 @@ public final class ia implements Parcelable.Creator { zzaq = (zzaq) AnimatableValueParser.S(parcel, readInt, zzaq.CREATOR); break; case 9: - j2 = AnimatableValueParser.j2(parcel, readInt); + j2 = AnimatableValueParser.k2(parcel, readInt); break; case 10: zzaq2 = (zzaq) AnimatableValueParser.S(parcel, readInt, zzaq.CREATOR); break; case 11: - j3 = AnimatableValueParser.j2(parcel, readInt); + j3 = AnimatableValueParser.k2(parcel, readInt); break; case 12: zzaq3 = (zzaq) AnimatableValueParser.S(parcel, readInt, zzaq.CREATOR); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzz(str, str2, zzku, j, z2, str3, zzaq, j2, zzaq2, j3, zzaq3); } diff --git a/app/src/main/java/c/i/a/f/i/b/j.java b/app/src/main/java/c/i/a/f/i/b/j.java index 22b001686d..bb3de1cd9c 100644 --- a/app/src/main/java/c/i/a/f/i/b/j.java +++ b/app/src/main/java/c/i/a/f/i/b/j.java @@ -19,7 +19,7 @@ import java.util.concurrent.TimeUnit; public final class j extends r5 { /* renamed from: c reason: collision with root package name */ - public long f1174c; + public long f1173c; public String d; public Boolean e; public AccountManager f; @@ -33,7 +33,7 @@ public final class j extends r5 { @Override // c.i.a.f.i.b.r5 public final boolean r() { Calendar instance = Calendar.getInstance(); - this.f1174c = TimeUnit.MINUTES.convert((long) (instance.get(16) + instance.get(15)), TimeUnit.MILLISECONDS); + this.f1173c = TimeUnit.MINUTES.convert((long) (instance.get(16) + instance.get(15)), TimeUnit.MILLISECONDS); Locale locale = Locale.getDefault(); String language = locale.getLanguage(); Locale locale2 = Locale.ENGLISH; @@ -60,7 +60,7 @@ public final class j extends r5 { public final long t() { o(); - return this.f1174c; + return this.f1173c; } public final String u() { diff --git a/app/src/main/java/c/i/a/f/i/b/j3.java b/app/src/main/java/c/i/a/f/i/b/j3.java index fbf8b06922..ec187c3cae 100644 --- a/app/src/main/java/c/i/a/f/i/b/j3.java +++ b/app/src/main/java/c/i/a/f/i/b/j3.java @@ -9,7 +9,7 @@ public final class j3 { public final String b; /* renamed from: c reason: collision with root package name */ - public final h3 f1175c; + public final h3 f1174c; public final V d; public final V e; public final Object f = new Object(); @@ -23,7 +23,7 @@ public final class j3 { this.b = str; this.d = obj; this.e = obj2; - this.f1175c = h3Var; + this.f1174c = h3Var; } public final V a(@Nullable V v) { @@ -45,7 +45,7 @@ public final class j3 { if (!ga.a()) { V v2 = null; try { - h3 h3Var = j3Var.f1175c; + h3 h3Var = j3Var.f1174c; if (h3Var != null) { v2 = (V) h3Var.a(); } @@ -60,7 +60,7 @@ public final class j3 { } } catch (SecurityException unused2) { } - h3 h3Var2 = this.f1175c; + h3 h3Var2 = this.f1174c; if (h3Var2 == null) { return this.d; } diff --git a/app/src/main/java/c/i/a/f/i/b/j4.java b/app/src/main/java/c/i/a/f/i/b/j4.java index 80e4186640..0b97a1fcd6 100644 --- a/app/src/main/java/c/i/a/f/i/b/j4.java +++ b/app/src/main/java/c/i/a/f/i/b/j4.java @@ -9,7 +9,7 @@ public final class j4 { public boolean b; /* renamed from: c reason: collision with root package name */ - public String f1176c; + public String f1175c; public final /* synthetic */ d4 d; public j4(d4 d4Var, String str) { @@ -22,9 +22,9 @@ public final class j4 { public final String a() { if (!this.b) { this.b = true; - this.f1176c = this.d.w().getString(this.a, null); + this.f1175c = this.d.w().getString(this.a, null); } - return this.f1176c; + return this.f1175c; } @WorkerThread @@ -32,6 +32,6 @@ public final class j4 { SharedPreferences.Editor edit = this.d.w().edit(); edit.putString(this.a, str); edit.apply(); - this.f1176c = str; + this.f1175c = str; } } diff --git a/app/src/main/java/c/i/a/f/i/b/j9.java b/app/src/main/java/c/i/a/f/i/b/j9.java index e41379d743..abc59062a6 100644 --- a/app/src/main/java/c/i/a/f/i/b/j9.java +++ b/app/src/main/java/c/i/a/f/i/b/j9.java @@ -19,7 +19,7 @@ public final class j9 implements Runnable { g gVar = new g(k9Var); gVar.o(); k9Var.d = gVar; - k9Var.k.h.f1154c = k9Var.b; + k9Var.k.h.f1153c = k9Var.b; q8 q8Var = new q8(k9Var); q8Var.o(); k9Var.j = q8Var; diff --git a/app/src/main/java/c/i/a/f/i/b/k4.java b/app/src/main/java/c/i/a/f/i/b/k4.java index 7356694e22..8ae8868566 100644 --- a/app/src/main/java/c/i/a/f/i/b/k4.java +++ b/app/src/main/java/c/i/a/f/i/b/k4.java @@ -11,7 +11,7 @@ public final class k4 { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1177c; + public final String f1176c; public final long d; public final /* synthetic */ d4 e; @@ -21,7 +21,7 @@ public final class k4 { AnimatableValueParser.m(j > 0); this.a = str.concat(":start"); this.b = str.concat(":count"); - this.f1177c = str.concat(":value"); + this.f1176c = str.concat(":value"); this.d = j; } @@ -32,7 +32,7 @@ public final class k4 { long currentTimeMillis = System.currentTimeMillis(); SharedPreferences.Editor edit = this.e.w().edit(); edit.remove(this.b); - edit.remove(this.f1177c); + edit.remove(this.f1176c); edit.putLong(this.a, currentTimeMillis); edit.apply(); } diff --git a/app/src/main/java/c/i/a/f/i/b/k8.java b/app/src/main/java/c/i/a/f/i/b/k8.java index 9bfd297acf..6613fc8b24 100644 --- a/app/src/main/java/c/i/a/f/i/b/k8.java +++ b/app/src/main/java/c/i/a/f/i/b/k8.java @@ -91,7 +91,7 @@ public final class k8 implements ServiceConnection, b.a, b.AbstractC0107b { try { a b = a.b(); q7 q7Var = this.k; - b.c(q7Var.a.b, q7Var.f1205c); + b.c(q7Var.a.b, q7Var.f1204c); } catch (IllegalArgumentException unused2) { } } else { diff --git a/app/src/main/java/c/i/a/f/i/b/k9.java b/app/src/main/java/c/i/a/f/i/b/k9.java index 8f23cd6ec2..21a7e5a847 100644 --- a/app/src/main/java/c/i/a/f/i/b/k9.java +++ b/app/src/main/java/c/i/a/f/i/b/k9.java @@ -82,7 +82,7 @@ public class k9 implements t5 { public p4 b; /* renamed from: c reason: collision with root package name */ - public x3 f1178c; + public x3 f1177c; public g d; public b4 e; public h9 f; @@ -100,20 +100,20 @@ public class k9 implements t5 { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f1179s; + public boolean f1178s; public boolean t; public FileLock u; public FileChannel v; public List w; /* renamed from: x reason: collision with root package name */ - public List f1180x; + public List f1179x; /* renamed from: y reason: collision with root package name */ - public long f1181y; + public long f1180y; /* renamed from: z reason: collision with root package name */ - public final Map f1182z; + public final Map f1181z; /* compiled from: com.google.android.gms:play-services-measurement@@18.0.0 */ public class a { @@ -121,7 +121,7 @@ public class k9 implements t5 { public List b; /* renamed from: c reason: collision with root package name */ - public List f1183c; + public List f1182c; public long d; public a(k9 k9Var, j9 j9Var) { @@ -132,13 +132,13 @@ public class k9 implements t5 { } public final boolean b(long j, a1 a1Var) { - if (this.f1183c == null) { - this.f1183c = new ArrayList(); + if (this.f1182c == null) { + this.f1182c = new ArrayList(); } if (this.b == null) { this.b = new ArrayList(); } - if (this.f1183c.size() > 0 && ((this.f1183c.get(0).H() / 1000) / 60) / 60 != ((a1Var.H() / 1000) / 60) / 60) { + if (this.f1182c.size() > 0 && ((this.f1182c.get(0).H() / 1000) / 60) / 60 != ((a1Var.H() / 1000) / 60) / 60) { return false; } long g = this.d + ((long) a1Var.g()); @@ -146,33 +146,33 @@ public class k9 implements t5 { return false; } this.d = g; - this.f1183c.add(a1Var); + this.f1182c.add(a1Var); this.b.add(Long.valueOf(j)); - return this.f1183c.size() < Math.max(1, p.j.a(null).intValue()); + return this.f1182c.size() < Math.max(1, p.j.a(null).intValue()); } } public k9(r9 r9Var) { u4 b = u4.b(r9Var.a, null, null); this.k = b; - this.f1181y = -1; + this.f1180y = -1; q9 q9Var = new q9(this); q9Var.o(); this.h = q9Var; x3 x3Var = new x3(this); x3Var.o(); - this.f1178c = x3Var; + this.f1177c = x3Var; p4 p4Var = new p4(this); p4Var.o(); this.b = p4Var; - this.f1182z = new HashMap(); + this.f1181z = new HashMap(); b.f().v(new j9(this, r9Var)); } public static void C(i9 i9Var) { if (i9Var == null) { throw new IllegalStateException("Upload Component not created"); - } else if (!i9Var.f1173c) { + } else if (!i9Var.f1172c) { String valueOf = String.valueOf(i9Var.getClass()); StringBuilder sb = new StringBuilder(valueOf.length() + 27); sb.append("Component not initialized: "); @@ -257,7 +257,7 @@ public class k9 implements t5 { this.k.t().Q(b, this.k.h.m(zzn.i)); zzaq = b.a(); } - if (this.k.h.o(p.f1194e0) && "_cmp".equals(zzaq.i) && "referrer API v2".equals(zzaq.j.i.getString("_cis"))) { + if (this.k.h.o(p.f1193e0) && "_cmp".equals(zzaq.i) && "referrer API v2".equals(zzaq.j.i.getString("_cis"))) { String string = zzaq.j.i.getString("gclid"); if (!TextUtils.isEmpty(string)) { o(new zzku("_lgclid", zzaq.l, string, "auto"), zzn); @@ -358,7 +358,7 @@ public class k9 implements t5 { T = K().T(zzn.i); if (T != null) { this.k.t(); - if (t9.d0(zzn.j, T.v(), zzn.f2378z, T.y())) { + if (t9.d0(zzn.j, T.v(), zzn.f2376z, T.y())) { this.k.g().i.b("New GMP App Id passed in. Removing cached database data. appId", q3.s(T.o())); g K = K(); String o = T.o(); @@ -389,7 +389,7 @@ public class k9 implements t5 { if (i == 0) { o(new zzku("_fot", j4, Long.valueOf(j5), "auto"), zzn); U(); - this.k.f1212x.a(zzn.i); + this.k.f1211x.a(zzn.i); U(); P(); Bundle bundle2 = new Bundle(); @@ -407,7 +407,7 @@ public class k9 implements t5 { str2 = "_et"; j2 = 1; } - if (zzn.f2377y) { + if (zzn.f2375y) { bundle2.putLong("_dac", j2); } g K2 = K(); @@ -485,7 +485,7 @@ public class k9 implements t5 { } else { j = 1; } - if (zzn.f2377y) { + if (zzn.f2375y) { bundle3.putLong("_dac", j); } B(new zzaq("_v", new zzap(bundle3), "auto", j4), zzn); @@ -562,7 +562,7 @@ public class k9 implements t5 { if (Z.m) { K().V(zzz.i, zzz.k.j); } - zzaq zzaq = zzz.f2379s; + zzaq zzaq = zzz.f2377s; if (zzaq != null) { Bundle bundle = null; zzap zzap = zzaq.j; @@ -571,7 +571,7 @@ public class k9 implements t5 { } t9 t = this.k.t(); String str = zzz.i; - zzaq zzaq2 = zzz.f2379s; + zzaq zzaq2 = zzz.f2377s; I(t.B(str, zzaq2.i, bundle, Z.j, zzaq2.l, true, x7.b() && this.k.h.o(p.M0)), zzn); } } else { @@ -637,16 +637,16 @@ public class k9 implements t5 { T.m(zzn.j); z2 = true; } - if (!TextUtils.equals(zzn.f2378z, T.y())) { - T.q(zzn.f2378z); + if (!TextUtils.equals(zzn.f2376z, T.y())) { + T.q(zzn.f2376z); z2 = true; } - if (da.b() && this.k.h.u(T.o(), p.f1199j0) && !TextUtils.equals(zzn.D, T.B())) { + if (da.b() && this.k.h.u(T.o(), p.f1198j0) && !TextUtils.equals(zzn.D, T.B())) { T.u(zzn.D); z2 = true; } - if (!TextUtils.isEmpty(zzn.f2375s) && !zzn.f2375s.equals(T.H())) { - T.A(zzn.f2375s); + if (!TextUtils.isEmpty(zzn.f2373s) && !zzn.f2373s.equals(T.H())) { + T.A(zzn.f2373s); z2 = true; } long j2 = zzn.m; @@ -691,8 +691,8 @@ public class k9 implements t5 { T.n(zzn.w); z2 = true; } - if (zzn.f2376x != T.i()) { - T.r(zzn.f2376x); + if (zzn.f2374x != T.i()) { + T.r(zzn.f2374x); z2 = true; } if (zzn.A != T.j()) { @@ -715,11 +715,11 @@ public class k9 implements t5 { z2 = true; if (!TextUtils.equals(zzn.j, T.v())) { } - if (!TextUtils.equals(zzn.f2378z, T.y())) { + if (!TextUtils.equals(zzn.f2376z, T.y())) { } T.u(zzn.D); z2 = true; - T.A(zzn.f2375s); + T.A(zzn.f2373s); z2 = true; long j2 = zzn.m; T.t(zzn.m); @@ -741,7 +741,7 @@ public class k9 implements t5 { z2 = true; if (zzn.w != T.h()) { } - if (zzn.f2376x != T.i()) { + if (zzn.f2374x != T.i()) { } if (zzn.A != T.j()) { } @@ -777,12 +777,12 @@ public class k9 implements t5 { T.c(c(h)); } T.m(zzn.j); - T.q(zzn.f2378z); - if (da.b() && this.k.h.u(T.o(), p.f1199j0)) { + T.q(zzn.f2376z); + if (da.b() && this.k.h.u(T.o(), p.f1198j0)) { T.u(zzn.D); } - if (!TextUtils.isEmpty(zzn.f2375s)) { - T.A(zzn.f2375s); + if (!TextUtils.isEmpty(zzn.f2373s)) { + T.A(zzn.f2373s); } long j3 = zzn.m; if (j3 != 0) { @@ -805,7 +805,7 @@ public class k9 implements t5 { T.R(zzn.t); } T.n(zzn.w); - T.r(zzn.f2376x); + T.r(zzn.f2374x); T.b(zzn.A); T.z(zzn.B); T.a.f().b(); @@ -866,7 +866,7 @@ public class k9 implements t5 { l = null; this.k.t().S(this.A, str, 11, "_ev", zzaq2.i, 0); } - if (z3 && (T = K().T(str)) != null && Math.abs(((d) this.k.h()).a() - Math.max(T.W(), T.V())) > p.f1203z.a(l).longValue()) { + if (z3 && (T = K().T(str)) != null && Math.abs(((d) this.k.h()).a() - Math.max(T.W(), T.V())) > p.f1202z.a(l).longValue()) { this.k.g().C().a("Fetching config for blacklisted app"); n(T); return; @@ -922,7 +922,7 @@ public class k9 implements t5 { i = 0; u9Var = new u9(str, zzaq2.k, concat, ((d) this.k.h()).a(), Long.valueOf(((Long) obj).longValue() + j2)); if (!K().M(u9Var)) { - this.k.g().z().d("Too many unique user properties are set. Ignoring user property. appId", q3.s(str), this.k.u().y(u9Var.f1216c), u9Var.e); + this.k.g().z().d("Too many unique user properties are set. Ignoring user property. appId", q3.s(str), this.k.u().y(u9Var.f1215c), u9Var.e); this.k.t().S(this.A, str, 9, null, null, 0); } z2 = true; @@ -1054,15 +1054,15 @@ public class k9 implements t5 { if (t8.b() && this.k.a().o(p.J0)) { u0.w0(a(zzn.i).h(d.b(zzn.E)).d()); } - if (da.b() && this.k.a().v(zzn.i, p.f1199j0)) { + if (da.b() && this.k.a().v(zzn.i, p.f1198j0)) { if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.D)) { u0.u0(zzn.D); } - if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2378z)) { - u0.r0(zzn.f2378z); + if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2376z)) { + u0.r0(zzn.f2376z); } - } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2378z)) { - u0.r0(zzn.f2378z); + } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2376z)) { + u0.r0(zzn.f2376z); } long j4 = zzn.n; if (j4 != 0) { @@ -1084,7 +1084,7 @@ public class k9 implements t5 { u0.y(((Boolean) obj2).booleanValue()); } } - } else if (!this.k.y().s(this.k.j()) && zzn.f2376x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { + } else if (!this.k.y().s(this.k.j()) && zzn.f2374x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { String string = Settings.Secure.getString(this.k.j().getContentResolver(), "android_id"); if (string == null) { this.k.g().A().b("null secure ID. appId", q3.s(u0.k0())); @@ -1123,7 +1123,7 @@ public class k9 implements t5 { } else { T2.c(c(h)); } - T2.A(zzn.f2375s); + T2.A(zzn.f2373s); T2.m(zzn.j); if (!t8.b() || !this.k.a().o(p.J0) || h.j()) { T2.x(this.j.t(zzn.i)); @@ -1152,7 +1152,7 @@ public class k9 implements t5 { List C = K().C(zzn.i); for (int i2 = 0; i2 < C.size(); i2++) { i1.a L = i1.L(); - L.r(C.get(i2).f1216c); + L.r(C.get(i2).f1215c); L.q(C.get(i2).d); N().G(L, C.get(i2).e); u0.u(L); @@ -1193,8 +1193,8 @@ public class k9 implements t5 { } public final x3 J() { - C(this.f1178c); - return this.f1178c; + C(this.f1177c); + return this.f1177c; } public final g K() { @@ -1203,7 +1203,7 @@ public class k9 implements t5 { } public final boolean L(zzn zzn) { - return (!da.b() || !this.k.h.u(zzn.i, p.f1199j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2378z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2378z); + return (!da.b() || !this.k.h.u(zzn.i, p.f1198j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2376z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2376z); } public final ba M() { @@ -1270,8 +1270,8 @@ public class k9 implements t5 { } String u = K().u(); if (!TextUtils.isEmpty(u)) { - if (this.f1181y == -1) { - this.f1181y = K().j0(); + if (this.f1180y == -1) { + this.f1180y = K().j0(); } List> D = K().D(u, this.k.h.q(u, p.g), Math.max(0, this.k.h.q(u, p.h))); if (!D.isEmpty()) { @@ -1306,7 +1306,7 @@ public class k9 implements t5 { d1.a x2 = d1.x(); int size = D.size(); ArrayList arrayList = new ArrayList(D.size()); - boolean z3 = "1".equals(this.k.h.f1154c.i(u, "gaia_collection_enabled")) && (!t8.b() || !this.k.h.o(p.J0) || a(u).j()); + boolean z3 = "1".equals(this.k.h.f1153c.i(u, "gaia_collection_enabled")) && (!t8.b() || !this.k.h.o(p.J0) || a(u).j()); boolean z4 = !t8.b() || !this.k.h.o(p.J0) || a(u).j(); boolean z5 = !t8.b() || !this.k.h.o(p.J0) || a(u).k(); int i3 = 0; @@ -1386,7 +1386,7 @@ public class k9 implements t5 { str2 = ((d1) x2.j).u().G1(); } this.k.g().n.d("Uploading data. app, uncompressed size, data", str2, Integer.valueOf(d.length), z6); - this.f1179s = true; + this.f1178s = true; x3 J = J(); m9 m9Var = new m9(this, u); J.b(); @@ -1397,7 +1397,7 @@ public class k9 implements t5 { } } } else { - this.f1181y = -1; + this.f1180y = -1; String B = K().B(currentTimeMillis - p.d.a(null).longValue()); if (!TextUtils.isEmpty(B) && (T = K().T(B)) != null) { n(T); @@ -1431,7 +1431,7 @@ public class k9 implements t5 { boolean z3 = true; this.m = true; U(); - if (!this.k.h.o(p.f1198i0) || (fileLock = this.u) == null || !fileLock.isValid()) { + if (!this.k.h.o(p.f1197i0) || (fileLock = this.u) == null || !fileLock.isValid()) { try { FileChannel channel = new RandomAccessFile(new File(this.k.b.getFilesDir(), "google_app_measurement.db"), "rw").getChannel(); this.v = channel; @@ -1579,7 +1579,7 @@ public class k9 implements t5 { } U(); P(); - d dVar2 = this.f1182z.get(str); + d dVar2 = this.f1181z.get(str); if (dVar2 != null) { return dVar2; } @@ -1756,7 +1756,7 @@ public class k9 implements t5 { if (zzz2 != null) { this.k.g().n.d("User property expired", zzz2.i, this.k.u().y(zzz2.k.j), zzz2.k.v0()); K().V(str, zzz2.k.j); - zzaq zzaq4 = zzz2.f2379s; + zzaq zzaq4 = zzz2.f2377s; if (zzaq4 != null) { arrayList.add(zzaq4); } @@ -1788,9 +1788,9 @@ public class k9 implements t5 { zzku zzku = zzz3.k; u9 u9Var = new u9(zzz3.i, zzz3.j, zzku.j, j, zzku.v0()); if (K().M(u9Var)) { - this.k.g().n.d("User property triggered", zzz3.i, this.k.u().y(u9Var.f1216c), u9Var.e); + this.k.g().n.d("User property triggered", zzz3.i, this.k.u().y(u9Var.f1215c), u9Var.e); } else { - this.k.g().f.d("Too many active user properties, ignoring", q3.s(zzz3.i), this.k.u().y(u9Var.f1216c), u9Var.e); + this.k.g().f.d("Too many active user properties, ignoring", q3.s(zzz3.i), this.k.u().y(u9Var.f1215c), u9Var.e); } zzaq zzaq5 = zzz3.q; if (zzaq5 != null) { @@ -1851,7 +1851,7 @@ public class k9 implements t5 { List k = T.k(); if (da.b()) { z2 = T2; - if (this.k.h.u(T.o(), p.f1199j0)) { + if (this.k.h.u(T.o(), p.f1198j0)) { str2 = T.B(); B(zzaq, new zzn(str, v, M, N, O, P, Q, (String) null, z2, false, H, g, 0L, 0, h, i, false, y2, j, S, k, str2, (t8.b() || !this.k.h.o(p.J0)) ? "" : a(str).d())); } @@ -1868,7 +1868,7 @@ public class k9 implements t5 { @WorkerThread public final void n(a4 a4Var) { U(); - if (!da.b() || !this.k.h.u(a4Var.o(), p.f1199j0)) { + if (!da.b() || !this.k.h.u(a4Var.o(), p.f1198j0)) { if (TextUtils.isEmpty(a4Var.v()) && TextUtils.isEmpty(a4Var.y())) { r(a4Var.o(), 204, null, null, null); return; @@ -1882,7 +1882,7 @@ public class k9 implements t5 { Uri.Builder builder = new Uri.Builder(); String v = a4Var.v(); if (TextUtils.isEmpty(v)) { - if (da.b() && cVar.a.h.u(a4Var.o(), p.f1199j0)) { + if (da.b() && cVar.a.h.u(a4Var.o(), p.f1198j0)) { v = a4Var.B(); } v = a4Var.y(); @@ -1960,20 +1960,20 @@ public class k9 implements t5 { } l z2 = K().z(zzn.i, "_s"); if (z2 != null) { - j2 = z2.f1184c; + j2 = z2.f1183c; this.k.g().n.b("Backfill the session number. Last used session number", Long.valueOf(j2)); } o(new zzku("_sno", j, Long.valueOf(j2 + 1), str2), zzn); } u9 u9Var = new u9(zzn.i, zzku.n, zzku.j, zzku.k, n0); - this.k.g().n.c("Setting user property", this.k.u().y(u9Var.f1216c), n0); + this.k.g().n.c("Setting user property", this.k.u().y(u9Var.f1215c), n0); K().b0(); try { G(zzn); boolean M = K().M(u9Var); K().s(); if (!M) { - this.k.g().f.c("Too many unique user properties are set. Ignoring user property", this.k.u().y(u9Var.f1216c), u9Var.e); + this.k.g().f.c("Too many unique user properties are set. Ignoring user property", this.k.u().y(u9Var.f1215c), u9Var.e); this.k.t().S(this.A, zzn.i, 9, null, null, 0); } } finally { @@ -1987,7 +1987,7 @@ public class k9 implements t5 { public final void p(zzn zzn) { if (this.w != null) { ArrayList arrayList = new ArrayList(); - this.f1180x = arrayList; + this.f1179x = arrayList; arrayList.addAll(this.w); } g K = K(); @@ -2054,9 +2054,9 @@ public class k9 implements t5 { zzku zzku3 = zzz2.k; u9 u9Var = new u9(zzz2.i, zzz2.j, zzku3.j, zzku3.k, zzku3.v0()); if (K().M(u9Var)) { - this.k.g().m.d("User property updated immediately", zzz2.i, this.k.u().y(u9Var.f1216c), u9Var.e); + this.k.g().m.d("User property updated immediately", zzz2.i, this.k.u().y(u9Var.f1215c), u9Var.e); } else { - this.k.g().f.d("(2)Too many active user properties, ignoring", q3.s(zzz2.i), this.k.u().y(u9Var.f1216c), u9Var.e); + this.k.g().f.d("(2)Too many active user properties, ignoring", q3.s(zzz2.i), this.k.u().y(u9Var.f1215c), u9Var.e); } if (z3 && (zzaq = zzz2.q) != null) { I(new zzaq(zzaq, zzz2.l), zzn); @@ -2172,7 +2172,7 @@ public class k9 implements t5 { if (t8.b() && this.k.h.o(p.J0)) { U(); P(); - this.f1182z.put(str, dVar); + this.f1181z.put(str, dVar); g K = K(); if (t8.b() && K.a.h.o(p.J0)) { Objects.requireNonNull(str, "null reference"); @@ -2393,7 +2393,7 @@ public class k9 implements t5 { try { a aVar9 = new a(k9Var3, null); g K = K(); - long j3 = k9Var3.f1181y; + long j3 = k9Var3.f1180y; AnimatableValueParser.A(aVar9); K.b(); K.n(); @@ -2416,7 +2416,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1183c; + list = aVar9.f1182c; if (!(list != null || list.isEmpty())) { e1.a t2 = aVar9.a.t(); t2.F(); @@ -2431,10 +2431,10 @@ public class k9 implements t5 { long j4 = 0; while (true) { z2 = z11; - if (i13 >= aVar9.f1183c.size()) { + if (i13 >= aVar9.f1182c.size()) { break; } - a1.a t3 = aVar9.f1183c.get(i13).t(); + a1.a t3 = aVar9.f1182c.get(i13).t(); if (H().x(aVar9.a.G1(), t3.y())) { z7 = v; k9Var3.k.g().A().c("Dropping blacklisted raw event. appId", q3.s(aVar9.a.G1()), k9Var3.k.u().u(t3.y())); @@ -2529,7 +2529,7 @@ public class k9 implements t5 { } else { z2 = true; } - if (t9.X(t3.y()) && y2 && K().y(V(), aVar9.a.G1(), true, false).f1166c > ((long) k9Var3.k.a().q(aVar9.a.G1(), p.n))) { + if (t9.X(t3.y()) && y2 && K().y(V(), aVar9.a.G1(), true, false).f1165c > ((long) k9Var3.k.a().q(aVar9.a.G1(), p.n))) { k9Var3.k.g().A().b("Too many conversions. Not logging as conversion. appId", q3.s(aVar9.a.G1())); z9 = false; int i16 = -1; @@ -2772,7 +2772,7 @@ public class k9 implements t5 { } } i4 = i13; - aVar9.f1183c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2809,7 +2809,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1183c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2861,7 +2861,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1183c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2878,7 +2878,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1183c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2895,7 +2895,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1183c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2912,7 +2912,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1183c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2923,7 +2923,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1183c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -3305,7 +3305,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1183c; + list = aVar9.f1182c; if (!(list != null || list.isEmpty())) { } } else { @@ -3325,7 +3325,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1183c; + list = aVar9.f1182c; if (!(list != null || list.isEmpty())) { } } else { @@ -3384,7 +3384,7 @@ public class k9 implements t5 { K.g().z().c("Data loss. Failed to merge raw event metadata. appId", q3.s(str11), e6); cursor2.close(); } - list = aVar9.f1183c; + list = aVar9.f1182c; if (!(list != null || list.isEmpty())) { } } @@ -3401,7 +3401,7 @@ public class k9 implements t5 { if (cursor2 != null) { cursor2.close(); } - list = aVar9.f1183c; + list = aVar9.f1182c; if (!(list != null || list.isEmpty())) { } } catch (Throwable th5) { @@ -3430,7 +3430,7 @@ public class k9 implements t5 { K.g().z().c("Data loss. Error selecting raw event. appId", q3.s(str11), sQLiteException); if (cursor2 != null) { } - list = aVar9.f1183c; + list = aVar9.f1182c; if (!(list != null || list.isEmpty())) { } } catch (Throwable th7) { @@ -3447,7 +3447,7 @@ public class k9 implements t5 { K.g().z().c("Data loss. Error selecting raw event. appId", q3.s(str11), sQLiteException); if (cursor2 != null) { } - list = aVar9.f1183c; + list = aVar9.f1182c; if (!(list != null || list.isEmpty())) { } } catch (SQLiteException e9) { @@ -3571,8 +3571,8 @@ public class k9 implements t5 { S.a.f().b(); if (!S.b) { S.a.k.b.registerReceiver(S, new IntentFilter("android.net.conn.CONNECTIVITY_CHANGE")); - S.f1153c = S.a.J().u(); - S.a.g().n.b("Registering connectivity change receiver. Network connected", Boolean.valueOf(S.f1153c)); + S.f1152c = S.a.J().u(); + S.a.g().n.b("Registering connectivity change receiver. Network connected", Boolean.valueOf(S.f1152c)); S.b = true; } T().s(); @@ -3606,7 +3606,7 @@ public class k9 implements t5 { T.g().n.b("Scheduling upload, millis", Long.valueOf(currentTimeMillis2)); Objects.requireNonNull((d) T.a.o); long elapsedRealtime = SystemClock.elapsedRealtime() + currentTimeMillis2; - if (currentTimeMillis2 < Math.max(0L, p.f1201x.a(null).longValue())) { + if (currentTimeMillis2 < Math.max(0L, p.f1200x.a(null).longValue())) { if (!(T.e.d != 0)) { T.e.b(currentTimeMillis2); } @@ -3652,7 +3652,7 @@ public class k9 implements t5 { jobScheduler.schedule(build); return; } - T.d.setInexactRepeating(2, elapsedRealtime, Math.max(p.f1200s.a(null).longValue(), currentTimeMillis2), T.u()); + T.d.setInexactRepeating(2, elapsedRealtime, Math.max(p.f1199s.a(null).longValue(), currentTimeMillis2), T.u()); return; } } @@ -3677,8 +3677,8 @@ public class k9 implements t5 { @WorkerThread public final void x() { U(); - if (this.r || this.f1179s || this.t) { - this.k.g().n.d("Not stopping services. fetch, network, upload", Boolean.valueOf(this.r), Boolean.valueOf(this.f1179s), Boolean.valueOf(this.t)); + if (this.r || this.f1178s || this.t) { + this.k.g().n.d("Not stopping services. fetch, network, upload", Boolean.valueOf(this.r), Boolean.valueOf(this.f1178s), Boolean.valueOf(this.t)); return; } this.k.g().n.a("Stopping uploading service(s)"); @@ -3700,7 +3700,7 @@ public class k9 implements t5 { } Boolean z2 = z(T); if (z2 == null || z2.booleanValue()) { - return new zzn(str, T.v(), T.M(), T.N(), T.O(), T.P(), T.Q(), (String) null, T.T(), false, T.H(), T.g(), 0L, 0, T.h(), T.i(), false, T.y(), T.j(), T.S(), T.k(), (!da.b() || !this.k.h.u(str, p.f1199j0)) ? null : T.B(), (!t8.b() || !this.k.h.o(p.J0)) ? "" : a(str).d()); + return new zzn(str, T.v(), T.M(), T.N(), T.O(), T.P(), T.Q(), (String) null, T.T(), false, T.H(), T.g(), 0L, 0, T.h(), T.i(), false, T.y(), T.j(), T.S(), T.k(), (!da.b() || !this.k.h.u(str, p.f1198j0)) ? null : T.B(), (!t8.b() || !this.k.h.o(p.J0)) ? "" : a(str).d()); } this.k.g().f.b("App version does not match; dropping. appId", q3.s(str)); return null; diff --git a/app/src/main/java/c/i/a/f/i/b/l.java b/app/src/main/java/c/i/a/f/i/b/l.java index c73033f04d..c13de8455b 100644 --- a/app/src/main/java/c/i/a/f/i/b/l.java +++ b/app/src/main/java/c/i/a/f/i/b/l.java @@ -7,7 +7,7 @@ public final class l { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1184c; + public final long f1183c; public final long d; public final long e; public final long f; @@ -31,7 +31,7 @@ public final class l { AnimatableValueParser.m(j5 < 0 ? false : z2); this.a = str; this.b = str2; - this.f1184c = j; + this.f1183c = j; this.d = j2; this.e = j3; this.f = j4; @@ -43,14 +43,14 @@ public final class l { } public final l a(long j) { - return new l(this.a, this.b, this.f1184c, this.d, this.e, j, this.g, this.h, this.i, this.j, this.k); + return new l(this.a, this.b, this.f1183c, this.d, this.e, j, this.g, this.h, this.i, this.j, this.k); } public final l b(long j, long j2) { - return new l(this.a, this.b, this.f1184c, this.d, this.e, this.f, j, Long.valueOf(j2), this.i, this.j, this.k); + return new l(this.a, this.b, this.f1183c, this.d, this.e, this.f, j, Long.valueOf(j2), this.i, this.j, this.k); } public final l c(Long l, Long l2, Boolean bool) { - return new l(this.a, this.b, this.f1184c, this.d, this.e, this.f, this.g, this.h, l, l2, (bool == null || bool.booleanValue()) ? bool : null); + return new l(this.a, this.b, this.f1183c, this.d, this.e, this.f, this.g, this.h, l, l2, (bool == null || bool.booleanValue()) ? bool : null); } } diff --git a/app/src/main/java/c/i/a/f/i/b/l3.java b/app/src/main/java/c/i/a/f/i/b/l3.java index f6021107c8..180f2522bf 100644 --- a/app/src/main/java/c/i/a/f/i/b/l3.java +++ b/app/src/main/java/c/i/a/f/i/b/l3.java @@ -79,7 +79,7 @@ public abstract class l3 extends s0 implements i3 { List list = (List) ((FutureTask) z4Var5.a.f().t(new n5(z4Var5, zzn4))).get(); arrayList = new ArrayList(list.size()); for (u9 u9Var : list) { - if (z2 || !t9.r0(u9Var.f1216c)) { + if (z2 || !t9.r0(u9Var.f1215c)) { arrayList.add(new zzku(u9Var)); } } diff --git a/app/src/main/java/c/i/a/f/i/b/m.java b/app/src/main/java/c/i/a/f/i/b/m.java index a5377ddb9f..cbf63a6121 100644 --- a/app/src/main/java/c/i/a/f/i/b/m.java +++ b/app/src/main/java/c/i/a/f/i/b/m.java @@ -13,7 +13,7 @@ public final class m { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1185c; + public final String f1184c; public final long d; public final long e; public final zzap f; @@ -24,7 +24,7 @@ public final class m { AnimatableValueParser.w(str3); this.a = str2; this.b = str3; - this.f1185c = TextUtils.isEmpty(str) ? null : str; + this.f1184c = TextUtils.isEmpty(str) ? null : str; this.d = j; this.e = j2; if (j2 != 0 && j2 > j) { @@ -61,7 +61,7 @@ public final class m { Objects.requireNonNull(zzap, "null reference"); this.a = str2; this.b = str3; - this.f1185c = TextUtils.isEmpty(str) ? null : str; + this.f1184c = TextUtils.isEmpty(str) ? null : str; this.d = j; this.e = j2; if (j2 != 0 && j2 > j) { @@ -71,7 +71,7 @@ public final class m { } public final m a(u4 u4Var, long j) { - return new m(u4Var, this.f1185c, this.a, this.b, this.d, j, this.f); + return new m(u4Var, this.f1184c, this.a, this.b, this.d, j, this.f); } public final String toString() { diff --git a/app/src/main/java/c/i/a/f/i/b/m3.java b/app/src/main/java/c/i/a/f/i/b/m3.java index d7481c9662..ecd82f2948 100644 --- a/app/src/main/java/c/i/a/f/i/b/m3.java +++ b/app/src/main/java/c/i/a/f/i/b/m3.java @@ -13,7 +13,7 @@ import androidx.exifinterface.media.ExifInterface; public final class m3 extends a5 { /* renamed from: c reason: collision with root package name */ - public final p3 f1186c = new p3(this, this.a.b, "google_app_measurement_local.db"); + public final p3 f1185c = new p3(this, this.a.b, "google_app_measurement_local.db"); public boolean d; public m3(u4 u4Var) { @@ -44,7 +44,7 @@ public final class m3 extends a5 { if (this.d) { return null; } - SQLiteDatabase writableDatabase = this.f1186c.getWritableDatabase(); + SQLiteDatabase writableDatabase = this.f1185c.getWritableDatabase(); if (writableDatabase != null) { return writableDatabase; } diff --git a/app/src/main/java/c/i/a/f/i/b/m6.java b/app/src/main/java/c/i/a/f/i/b/m6.java index 3ac756fa2e..eb5bfb18bf 100644 --- a/app/src/main/java/c/i/a/f/i/b/m6.java +++ b/app/src/main/java/c/i/a/f/i/b/m6.java @@ -21,10 +21,10 @@ public final class m6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - String str = o.f1187c; + String str = o.f1186c; Objects.requireNonNull(cVar); j3 j3Var = p.L; - atomicReference.set(str == null ? j3Var.a(null) : j3Var.a(cVar.f1154c.i(str, j3Var.b))); + atomicReference.set(str == null ? j3Var.a(null) : j3Var.a(cVar.f1153c.i(str, j3Var.b))); this.i.notify(); } catch (Throwable th) { this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/m9.java b/app/src/main/java/c/i/a/f/i/b/m9.java index 2b66a58029..fd06f9373b 100644 --- a/app/src/main/java/c/i/a/f/i/b/m9.java +++ b/app/src/main/java/c/i/a/f/i/b/m9.java @@ -26,7 +26,7 @@ public final class m9 implements z3 { try { bArr = new byte[0]; } catch (Throwable th2) { - k9Var.f1179s = false; + k9Var.f1178s = false; k9Var.x(); throw th2; } @@ -59,7 +59,7 @@ public final class m9 implements z3 { throw e; } } catch (SQLiteException e2) { - List list2 = k9Var.f1180x; + List list2 = k9Var.f1179x; if (list2 == null || !list2.contains(l)) { throw e2; } @@ -67,9 +67,9 @@ public final class m9 implements z3 { } k9Var.K().s(); k9Var.K().e0(); - k9Var.f1180x = null; + k9Var.f1179x = null; if (!k9Var.J().u() || !k9Var.v()) { - k9Var.f1181y = -1; + k9Var.f1180y = -1; k9Var.w(); } else { k9Var.Q(); @@ -101,7 +101,7 @@ public final class m9 implements z3 { k9Var.K().J(list); k9Var.w(); } - k9Var.f1179s = false; + k9Var.f1178s = false; k9Var.x(); } } diff --git a/app/src/main/java/c/i/a/f/i/b/n3.java b/app/src/main/java/c/i/a/f/i/b/n3.java index 47e8f5175e..6839227e75 100644 --- a/app/src/main/java/c/i/a/f/i/b/n3.java +++ b/app/src/main/java/c/i/a/f/i/b/n3.java @@ -23,7 +23,7 @@ import java.util.Objects; public final class n3 extends a5 { /* renamed from: c reason: collision with root package name */ - public String f1187c; + public String f1186c; public String d; public int e; public String f; @@ -96,7 +96,7 @@ public final class n3 extends a5 { g().f.c("Error retrieving package info. appId, appName", q3.s(packageName), "Unknown"); } } - this.f1187c = packageName; + this.f1186c = packageName; this.f = str; this.d = str2; this.e = i; @@ -112,7 +112,7 @@ public final class n3 extends a5 { } boolean z3 = true; boolean z4 = status != null && status.v0(); - boolean z5 = !TextUtils.isEmpty(this.a.f1210c) && "am".equals(this.a.d); + boolean z5 = !TextUtils.isEmpty(this.a.f1209c) && "am".equals(this.a.d); boolean z6 = z4 | z5; if (!z6) { if (status == null) { @@ -162,12 +162,12 @@ public final class n3 extends a5 { this.l = ""; this.m = ""; if (z5) { - this.l = this.a.f1210c; + this.l = this.a.f1209c; } list = null; - H0 = (((lb) ib.i.a()).a() || !this.a.h.o(p.C0)) ? h.a("getGoogleAppId").f1054c : c.H0(this.a.b, "google_app_id"); + H0 = (((lb) ib.i.a()).a() || !this.a.h.o(p.C0)) ? h.a("getGoogleAppId").f1053c : c.H0(this.a.b, "google_app_id"); this.k = !TextUtils.isEmpty(H0) ? "" : H0; - if (!da.b() && this.a.h.o(p.f1199j0)) { + if (!da.b() && this.a.h.o(p.f1198j0)) { Context context2 = this.a.b; Objects.requireNonNull(context2, "null reference"); Resources resources = context2.getResources(); @@ -187,7 +187,7 @@ public final class n3 extends a5 { this.l = identifier3 == 0 ? null : resources2.getString(identifier3); } if (z2) { - g().n.c("App measurement enabled for app package, google app id", this.f1187c, TextUtils.isEmpty(this.k) ? this.l : this.k); + g().n.c("App measurement enabled for app package, google app id", this.f1186c, TextUtils.isEmpty(this.k) ? this.l : this.k); } this.i = null; c cVar = this.a.h; diff --git a/app/src/main/java/c/i/a/f/i/b/o.java b/app/src/main/java/c/i/a/f/i/b/o.java index baa0e37046..4972e98238 100644 --- a/app/src/main/java/c/i/a/f/i/b/o.java +++ b/app/src/main/java/c/i/a/f/i/b/o.java @@ -10,17 +10,17 @@ public final class o implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzap createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); Bundle bundle = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 2) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { bundle = AnimatableValueParser.P(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzap(bundle); } diff --git a/app/src/main/java/c/i/a/f/i/b/o3.java b/app/src/main/java/c/i/a/f/i/b/o3.java index 99f1fcf33b..390bb8c2d8 100644 --- a/app/src/main/java/c/i/a/f/i/b/o3.java +++ b/app/src/main/java/c/i/a/f/i/b/o3.java @@ -13,7 +13,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class o3 extends r5 { /* renamed from: c reason: collision with root package name */ - public static final AtomicReference f1188c = new AtomicReference<>(); + public static final AtomicReference f1187c = new AtomicReference<>(); public static final AtomicReference d = new AtomicReference<>(); public static final AtomicReference e = new AtomicReference<>(); @@ -92,7 +92,7 @@ public final class o3 extends r5 { if (str == null) { return null; } - return !z() ? str : v(str, v5.f1217c, v5.a, f1188c); + return !z() ? str : v(str, v5.f1216c, v5.a, f1187c); } @Nullable diff --git a/app/src/main/java/c/i/a/f/i/b/p.java b/app/src/main/java/c/i/a/f/i/b/p.java index 2e49821745..ee8005ea58 100644 --- a/app/src/main/java/c/i/a/f/i/b/p.java +++ b/app/src/main/java/c/i/a/f/i/b/p.java @@ -53,45 +53,45 @@ public final class p { public static List> a = Collections.synchronizedList(new ArrayList()); /* renamed from: a0 reason: collision with root package name */ - public static j3 f1189a0; + public static j3 f1188a0; public static j3 b = a("measurement.ad_id_cache_time", 10000L, 10000L, s.a); /* renamed from: b0 reason: collision with root package name */ - public static j3 f1190b0; + public static j3 f1189b0; /* renamed from: c reason: collision with root package name */ - public static j3 f1191c = a("measurement.monitoring.sample_period_millis", 86400000L, 86400000L, r.a); + public static j3 f1190c = a("measurement.monitoring.sample_period_millis", 86400000L, 86400000L, r.a); /* renamed from: c0 reason: collision with root package name */ - public static j3 f1192c0; + public static j3 f1191c0; public static j3 d = a("measurement.config.cache_time", 86400000L, 3600000L, f0.a); /* renamed from: d0 reason: collision with root package name */ - public static j3 f1193d0; + public static j3 f1192d0; public static j3 e = a("measurement.config.url_scheme", Constants.SCHEME, Constants.SCHEME, o0.a); /* renamed from: e0 reason: collision with root package name */ - public static j3 f1194e0; + public static j3 f1193e0; public static j3 f = a("measurement.config.url_authority", "app-measurement.com", "app-measurement.com", c1.a); /* renamed from: f0 reason: collision with root package name */ - public static j3 f1195f0; + public static j3 f1194f0; public static j3 g = a("measurement.upload.max_bundles", 100, 100, l1.a); /* renamed from: g0 reason: collision with root package name */ - public static j3 f1196g0; + public static j3 f1195g0; public static j3 h = a("measurement.upload.max_batch_size", 65536, 65536, y1.a); /* renamed from: h0 reason: collision with root package name */ - public static j3 f1197h0; + public static j3 f1196h0; public static j3 i = a("measurement.upload.max_bundle_size", 65536, 65536, i2.a); /* renamed from: i0 reason: collision with root package name */ - public static j3 f1198i0; + public static j3 f1197i0; public static j3 j = a("measurement.upload.max_events_per_bundle", 1000, 1000, v2.a); /* renamed from: j0 reason: collision with root package name */ - public static j3 f1199j0; + public static j3 f1198j0; public static j3 k = a("measurement.upload.max_events_per_day", 100000, 100000, g3.a); public static j3 k0; public static j3 l = a("measurement.upload.max_error_events_per_day", 1000, 1000, u.a); @@ -110,7 +110,7 @@ public final class p { public static j3 r0; /* renamed from: s reason: collision with root package name */ - public static j3 f1200s = a("measurement.upload.window_interval", 3600000L, 3600000L, a0.a); + public static j3 f1199s = a("measurement.upload.window_interval", 3600000L, 3600000L, a0.a); public static j3 s0; public static j3 t = a("measurement.upload.interval", 3600000L, 3600000L, d0.a); public static j3 t0; @@ -122,15 +122,15 @@ public final class p { public static j3 w0; /* renamed from: x reason: collision with root package name */ - public static j3 f1201x = a("measurement.alarm_manager.minimum_interval", 60000L, 60000L, g0.a); + public static j3 f1200x = a("measurement.alarm_manager.minimum_interval", 60000L, 60000L, g0.a); public static j3 x0; /* renamed from: y reason: collision with root package name */ - public static j3 f1202y = a("measurement.upload.stale_data_deletion_interval", 86400000L, 86400000L, j0.a); + public static j3 f1201y = a("measurement.upload.stale_data_deletion_interval", 86400000L, 86400000L, j0.a); public static j3 y0; /* renamed from: z reason: collision with root package name */ - public static j3 f1203z = a("measurement.upload.refresh_blacklisted_config_interval", 604800000L, 604800000L, i0.a); + public static j3 f1202z = a("measurement.upload.refresh_blacklisted_config_interval", 604800000L, 604800000L, i0.a); public static j3 z0; static { @@ -151,16 +151,16 @@ public final class p { X = a("measurement.quality.checksum", bool, bool, null); Y = a("measurement.sdk.dynamite.allow_remote_dynamite3", bool2, bool2, i1.a); Z = a("measurement.sdk.collection.validate_param_names_alphabetical", bool2, bool2, h1.a); - f1189a0 = a("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", bool, bool, k1.a); - f1190b0 = a("measurement.audience.refresh_event_count_filters_timestamp", bool, bool, j1.a); - f1192c0 = a("measurement.audience.use_bundle_timestamp_for_event_count_filters", bool, bool, m1.a); - f1193d0 = a("measurement.sdk.collection.retrieve_deeplink_from_bow_2", bool2, bool2, o1.a); - f1194e0 = a("measurement.sdk.collection.last_deep_link_referrer2", bool2, bool2, n1.a); - f1195f0 = a("measurement.sdk.collection.last_deep_link_referrer_campaign2", bool, bool, q1.a); - f1196g0 = a("measurement.sdk.collection.last_gclid_from_referrer2", bool, bool, p1.a); - f1197h0 = a("measurement.sdk.collection.enable_extend_user_property_size", bool2, bool2, s1.a); - f1198i0 = a("measurement.upload.file_lock_state_check", bool, bool, r1.a); - f1199j0 = a("measurement.ga.ga_app_id", bool, bool, u1.a); + f1188a0 = a("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", bool, bool, k1.a); + f1189b0 = a("measurement.audience.refresh_event_count_filters_timestamp", bool, bool, j1.a); + f1191c0 = a("measurement.audience.use_bundle_timestamp_for_event_count_filters", bool, bool, m1.a); + f1192d0 = a("measurement.sdk.collection.retrieve_deeplink_from_bow_2", bool2, bool2, o1.a); + f1193e0 = a("measurement.sdk.collection.last_deep_link_referrer2", bool2, bool2, n1.a); + f1194f0 = a("measurement.sdk.collection.last_deep_link_referrer_campaign2", bool, bool, q1.a); + f1195g0 = a("measurement.sdk.collection.last_gclid_from_referrer2", bool, bool, p1.a); + f1196h0 = a("measurement.sdk.collection.enable_extend_user_property_size", bool2, bool2, s1.a); + f1197i0 = a("measurement.upload.file_lock_state_check", bool, bool, r1.a); + f1198j0 = a("measurement.ga.ga_app_id", bool, bool, u1.a); k0 = a("measurement.lifecycle.app_in_background_parameter", bool, bool, t1.a); l0 = a("measurement.integration.disable_firebase_instance_id", bool, bool, w1.a); m0 = a("measurement.lifecycle.app_backgrounded_engagement", bool, bool, v1.a); diff --git a/app/src/main/java/c/i/a/f/i/b/p4.java b/app/src/main/java/c/i/a/f/i/b/p4.java index 108d138ee3..86bd9dca7b 100644 --- a/app/src/main/java/c/i/a/f/i/b/p4.java +++ b/app/src/main/java/c/i/a/f/i/b/p4.java @@ -223,7 +223,7 @@ public final class p4 extends i9 implements e { g().i.a("EventConfig contained null event name"); } else { String q = t.q(); - String K0 = c.K0(t.q(), v5.a, v5.f1217c); + String K0 = c.K0(t.q(), v5.a, v5.f1216c); if (!TextUtils.isEmpty(K0)) { if (t.k) { t.n(); @@ -284,7 +284,7 @@ public final class p4 extends i9 implements e { while (i2 < ((k0) t2.j).D()) { l0.a t3 = ((k0) t2.j).z(i2).t(); l0.a aVar = (l0.a) ((u4.b) t3.clone()); - String K0 = c.K0(((l0) t3.j).z(), v5.a, v5.f1217c); + String K0 = c.K0(((l0) t3.j).z(), v5.a, v5.f1216c); if (K0 != null) { if (aVar.k) { aVar.n(); diff --git a/app/src/main/java/c/i/a/f/i/b/q.java b/app/src/main/java/c/i/a/f/i/b/q.java index e49e7437f9..4521847209 100644 --- a/app/src/main/java/c/i/a/f/i/b/q.java +++ b/app/src/main/java/c/i/a/f/i/b/q.java @@ -10,12 +10,12 @@ public final class q implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzaq createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; zzap zzap = null; String str2 = null; long j = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 2) { @@ -25,12 +25,12 @@ public final class q implements Parcelable.Creator { } else if (i == 4) { str2 = AnimatableValueParser.T(parcel, readInt); } else if (i != 5) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - j = AnimatableValueParser.j2(parcel, readInt); + j = AnimatableValueParser.k2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzaq(str, zzap, str2, j); } diff --git a/app/src/main/java/c/i/a/f/i/b/q3.java b/app/src/main/java/c/i/a/f/i/b/q3.java index 85f2c825ce..7611512d70 100644 --- a/app/src/main/java/c/i/a/f/i/b/q3.java +++ b/app/src/main/java/c/i/a/f/i/b/q3.java @@ -11,7 +11,7 @@ import java.util.Objects; public final class q3 extends r5 { /* renamed from: c reason: collision with root package name */ - public char f1204c = 0; + public char f1203c = 0; public long d = -1; @GuardedBy("this") public String e; @@ -169,11 +169,11 @@ public final class q3 extends r5 { if (j > (j3 << 1)) { k4Var.a(); } else { - String string = k4Var.e.w().getString(k4Var.f1177c, null); + String string = k4Var.e.w().getString(k4Var.f1176c, null); long j4 = k4Var.e.w().getLong(k4Var.b, 0); k4Var.a(); - pair = (string == null || j4 <= 0) ? d4.f1158c : new Pair<>(string, Long.valueOf(j4)); - if (pair != null || pair == d4.f1158c) { + pair = (string == null || j4 <= 0) ? d4.f1157c : new Pair<>(string, Long.valueOf(j4)); + if (pair != null || pair == d4.f1157c) { return null; } String valueOf = String.valueOf(pair.second); diff --git a/app/src/main/java/c/i/a/f/i/b/q7.java b/app/src/main/java/c/i/a/f/i/b/q7.java index 30c2c71822..42574cd3a6 100644 --- a/app/src/main/java/c/i/a/f/i/b/q7.java +++ b/app/src/main/java/c/i/a/f/i/b/q7.java @@ -43,7 +43,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class q7 extends a5 { /* renamed from: c reason: collision with root package name */ - public final k8 f1205c; + public final k8 f1204c; public i3 d; public volatile Boolean e; public final i f; @@ -54,7 +54,7 @@ public final class q7 extends a5 { public q7(u4 u4Var) { super(u4Var); this.g = new e9(u4Var.o); - this.f1205c = new k8(this); + this.f1204c = new k8(this); this.f = new p7(this, u4Var); this.i = new z7(this, u4Var); } @@ -89,7 +89,7 @@ public final class q7 extends a5 { t(); if (!B()) { if (G()) { - k8 k8Var = this.f1205c; + k8 k8Var = this.f1204c; k8Var.k.b(); Context context = k8Var.k.a.b; synchronized (k8Var) { @@ -109,7 +109,7 @@ public final class q7 extends a5 { if (queryIntentServices != null && queryIntentServices.size() > 0) { Intent intent = new Intent("com.google.android.gms.measurement.START"); intent.setComponent(new ComponentName(this.a.b, "com.google.android.gms.measurement.AppMeasurementService")); - k8 k8Var2 = this.f1205c; + k8 k8Var2 = this.f1204c; k8Var2.k.b(); Context context2 = k8Var2.k.a.b; a b = a.b(); @@ -120,7 +120,7 @@ public final class q7 extends a5 { } k8Var2.k.g().n.a("Using local app measurement service"); k8Var2.i = true; - b.a(context2, intent, k8Var2.k.f1205c, 129); + b.a(context2, intent, k8Var2.k.f1204c, 129); return; } } @@ -133,13 +133,13 @@ public final class q7 extends a5 { public final void D() { b(); t(); - k8 k8Var = this.f1205c; + k8 k8Var = this.f1204c; if (k8Var.j != null && (k8Var.j.j() || k8Var.j.e())) { k8Var.j.h(); } k8Var.j = null; try { - a.b().c(this.a.b, this.f1205c); + a.b().c(this.a.b, this.f1204c); } catch (IllegalArgumentException | IllegalStateException unused) { } this.d = null; @@ -289,7 +289,7 @@ public final class q7 extends a5 { String E = z2 ? g().E() : null; o.b(); o.t(); - String str4 = o.f1187c; + String str4 = o.f1186c; o.t(); String str5 = o.k; o.t(); @@ -438,7 +438,7 @@ public final class q7 extends a5 { if (!da.b()) { list = list2; j2 = j7; - if (o.a.h.o(p.f1199j0)) { + if (o.a.h.o(p.f1198j0)) { o.t(); str3 = o.m; return new zzn(str4, str5, str6, j4, str7, 33025, j6, E, z3, z4, str2, 0, j, i, booleanValue, booleanValue2, z5, str8, valueOf2, j2, list, str3, (t8.b() || !o.a.h.o(p.H0)) ? "" : o.l().y().d()); diff --git a/app/src/main/java/c/i/a/f/i/b/q9.java b/app/src/main/java/c/i/a/f/i/b/q9.java index 2a0402ca8b..1c99c53bc5 100644 --- a/app/src/main/java/c/i/a/f/i/b/q9.java +++ b/app/src/main/java/c/i/a/f/i/b/q9.java @@ -282,7 +282,7 @@ public final class q9 extends i9 { @WorkerThread public static boolean O(zzaq zzaq, zzn zzn) { Objects.requireNonNull(zzaq, "null reference"); - return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2378z); + return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2376z); } public static boolean P(String str) { diff --git a/app/src/main/java/c/i/a/f/i/b/r4.java b/app/src/main/java/c/i/a/f/i/b/r4.java index 462a060b58..4f1759e4c2 100644 --- a/app/src/main/java/c/i/a/f/i/b/r4.java +++ b/app/src/main/java/c/i/a/f/i/b/r4.java @@ -14,7 +14,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class r4 extends r5 { /* renamed from: c reason: collision with root package name */ - public static final AtomicLong f1206c = new AtomicLong(Long.MIN_VALUE); + public static final AtomicLong f1205c = new AtomicLong(Long.MIN_VALUE); public v4 d; public v4 e; public final PriorityBlockingQueue> f = new PriorityBlockingQueue<>(); diff --git a/app/src/main/java/c/i/a/f/i/b/s3.java b/app/src/main/java/c/i/a/f/i/b/s3.java index 726f3959a8..932eedc3dd 100644 --- a/app/src/main/java/c/i/a/f/i/b/s3.java +++ b/app/src/main/java/c/i/a/f/i/b/s3.java @@ -5,29 +5,29 @@ public final class s3 { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f1207c; + public final boolean f1206c; public final /* synthetic */ q3 d; public s3(q3 q3Var, int i, boolean z2, boolean z3) { this.d = q3Var; this.a = i; this.b = z2; - this.f1207c = z3; + this.f1206c = z3; } public final void a(String str) { - this.d.w(this.a, this.b, this.f1207c, str, null, null, null); + this.d.w(this.a, this.b, this.f1206c, str, null, null, null); } public final void b(String str, Object obj) { - this.d.w(this.a, this.b, this.f1207c, str, obj, null, null); + this.d.w(this.a, this.b, this.f1206c, str, obj, null, null); } public final void c(String str, Object obj, Object obj2) { - this.d.w(this.a, this.b, this.f1207c, str, obj, obj2, null); + this.d.w(this.a, this.b, this.f1206c, str, obj, obj2, null); } public final void d(String str, Object obj, Object obj2, Object obj3) { - this.d.w(this.a, this.b, this.f1207c, str, obj, obj2, obj3); + this.d.w(this.a, this.b, this.f1206c, str, obj, obj2, obj3); } } diff --git a/app/src/main/java/c/i/a/f/i/b/s4.java b/app/src/main/java/c/i/a/f/i/b/s4.java index 494c8e7b90..5872926829 100644 --- a/app/src/main/java/c/i/a/f/i/b/s4.java +++ b/app/src/main/java/c/i/a/f/i/b/s4.java @@ -15,7 +15,7 @@ public final class s4 extends FutureTask implements Comparable> { public s4(r4 r4Var, Runnable runnable, boolean z2, String str) { super(runnable, null); this.l = r4Var; - long andIncrement = r4.f1206c.getAndIncrement(); + long andIncrement = r4.f1205c.getAndIncrement(); this.i = andIncrement; this.k = str; this.j = z2; @@ -28,7 +28,7 @@ public final class s4 extends FutureTask implements Comparable> { public s4(r4 r4Var, Callable callable, boolean z2, String str) { super(callable); this.l = r4Var; - long andIncrement = r4.f1206c.getAndIncrement(); + long andIncrement = r4.f1205c.getAndIncrement(); this.i = andIncrement; this.k = str; this.j = z2; diff --git a/app/src/main/java/c/i/a/f/i/b/s6.java b/app/src/main/java/c/i/a/f/i/b/s6.java index 1bb550e24f..6c878b19ad 100644 --- a/app/src/main/java/c/i/a/f/i/b/s6.java +++ b/app/src/main/java/c/i/a/f/i/b/s6.java @@ -20,7 +20,7 @@ public final class s6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - atomicReference.set(Integer.valueOf(cVar.q(o.f1187c, p.N))); + atomicReference.set(Integer.valueOf(cVar.q(o.f1186c, p.N))); this.i.notify(); } catch (Throwable th) { this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/s9.java b/app/src/main/java/c/i/a/f/i/b/s9.java index 6eb0b713b9..9caff68dc1 100644 --- a/app/src/main/java/c/i/a/f/i/b/s9.java +++ b/app/src/main/java/c/i/a/f/i/b/s9.java @@ -9,7 +9,7 @@ public final class s9 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzku createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; Long l = null; Float f = null; @@ -18,22 +18,22 @@ public final class s9 implements Parcelable.Creator { Double d = null; long j = 0; int i = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 2: str = AnimatableValueParser.T(parcel, readInt); break; case 3: - j = AnimatableValueParser.j2(parcel, readInt); + j = AnimatableValueParser.k2(parcel, readInt); break; case 4: - int o2 = AnimatableValueParser.o2(parcel, readInt); - if (o2 != 0) { - AnimatableValueParser.d3(parcel, o2, 8); + int p2 = AnimatableValueParser.p2(parcel, readInt); + if (p2 != 0) { + AnimatableValueParser.e3(parcel, p2, 8); l = Long.valueOf(parcel.readLong()); break; } else { @@ -41,9 +41,9 @@ public final class s9 implements Parcelable.Creator { break; } case 5: - int o22 = AnimatableValueParser.o2(parcel, readInt); - if (o22 != 0) { - AnimatableValueParser.d3(parcel, o22, 4); + int p22 = AnimatableValueParser.p2(parcel, readInt); + if (p22 != 0) { + AnimatableValueParser.e3(parcel, p22, 4); f = Float.valueOf(parcel.readFloat()); break; } else { @@ -57,9 +57,9 @@ public final class s9 implements Parcelable.Creator { str3 = AnimatableValueParser.T(parcel, readInt); break; case 8: - int o23 = AnimatableValueParser.o2(parcel, readInt); - if (o23 != 0) { - AnimatableValueParser.d3(parcel, o23, 8); + int p23 = AnimatableValueParser.p2(parcel, readInt); + if (p23 != 0) { + AnimatableValueParser.e3(parcel, p23, 8); d = Double.valueOf(parcel.readDouble()); break; } else { @@ -67,11 +67,11 @@ public final class s9 implements Parcelable.Creator { break; } default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzku(i, str, j, l, f, str2, str3, d); } diff --git a/app/src/main/java/c/i/a/f/i/b/t3.java b/app/src/main/java/c/i/a/f/i/b/t3.java index 5484349b3d..33acb428ab 100644 --- a/app/src/main/java/c/i/a/f/i/b/t3.java +++ b/app/src/main/java/c/i/a/f/i/b/t3.java @@ -32,7 +32,7 @@ public final class t3 implements Runnable { } q3 q3Var = this.n; boolean z2 = true; - if (q3Var.f1204c == 0) { + if (q3Var.f1203c == 0) { c cVar = q3Var.a.h; if (cVar.d == null) { synchronized (cVar) { @@ -51,9 +51,9 @@ public final class t3 implements Runnable { } } if (cVar.d.booleanValue()) { - this.n.f1204c = 'C'; + this.n.f1203c = 'C'; } else { - this.n.f1204c = 'c'; + this.n.f1203c = 'c'; } } q3 q3Var2 = this.n; @@ -62,7 +62,7 @@ public final class t3 implements Runnable { } char charAt = "01VDIWEA?".charAt(this.i); q3 q3Var3 = this.n; - char c2 = q3Var3.f1204c; + char c2 = q3Var3.f1203c; long j = q3Var3.d; String u = q3.u(true, this.j, this.k, this.l, this.m); StringBuilder sb = new StringBuilder(String.valueOf(u).length() + 24); @@ -87,7 +87,7 @@ public final class t3 implements Runnable { long j2 = k4Var.e.w().getLong(k4Var.b, 0); if (j2 <= 0) { SharedPreferences.Editor edit = k4Var.e.w().edit(); - edit.putString(k4Var.f1177c, sb2); + edit.putString(k4Var.f1176c, sb2); edit.putLong(k4Var.b, 1); edit.apply(); return; @@ -98,7 +98,7 @@ public final class t3 implements Runnable { } SharedPreferences.Editor edit2 = k4Var.e.w().edit(); if (z2) { - edit2.putString(k4Var.f1177c, sb2); + edit2.putString(k4Var.f1176c, sb2); } edit2.putLong(k4Var.b, j3); edit2.apply(); diff --git a/app/src/main/java/c/i/a/f/i/b/t6.java b/app/src/main/java/c/i/a/f/i/b/t6.java index 19a432bf2b..fe74d7a2b1 100644 --- a/app/src/main/java/c/i/a/f/i/b/t6.java +++ b/app/src/main/java/c/i/a/f/i/b/t6.java @@ -20,7 +20,7 @@ public final class t6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - atomicReference.set(Long.valueOf(cVar.n(o.f1187c, p.M))); + atomicReference.set(Long.valueOf(cVar.n(o.f1186c, p.M))); this.i.notify(); } catch (Throwable th) { this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/t9.java b/app/src/main/java/c/i/a/f/i/b/t9.java index 7b062c2775..821868c1b9 100644 --- a/app/src/main/java/c/i/a/f/i/b/t9.java +++ b/app/src/main/java/c/i/a/f/i/b/t9.java @@ -57,7 +57,7 @@ import javax.security.auth.x500.X500Principal; public final class t9 extends r5 { /* renamed from: c reason: collision with root package name */ - public static final String[] f1208c = {"firebase_", "google_", "ga_"}; + public static final String[] f1207c = {"firebase_", "google_", "ga_"}; public static final String[] d = {"_err"}; public SecureRandom e; public final AtomicLong f = new AtomicLong(0); @@ -212,10 +212,10 @@ public final class t9 extends r5 { } bundle.putLong("triggered_timestamp", zzz.k.k); bundle.putLong("time_to_live", zzz.r); - zzaq zzaq3 = zzz.f2379s; + zzaq zzaq3 = zzz.f2377s; if (zzaq3 != null) { bundle.putString("expired_event_name", zzaq3.i); - zzap zzap3 = zzz.f2379s.j; + zzap zzap3 = zzz.f2377s.j; if (zzap3 != null) { bundle.putBundle("expired_event_params", zzap3.w0()); } @@ -627,7 +627,7 @@ public final class t9 extends r5 { g().h.b("Invalid google_app_id. Firebase Analytics disabled. See https://goo.gl/NAOOOI. provided id", q3.s(str)); } return false; - } else if (da.b() && this.a.h.o(p.f1199j0) && !TextUtils.isEmpty(str3)) { + } else if (da.b() && this.a.h.o(p.f1198j0) && !TextUtils.isEmpty(str3)) { return true; } else { if (!TextUtils.isEmpty(str2)) { @@ -651,7 +651,7 @@ public final class t9 extends r5 { g().h.b("Name is required and can't be null. Type", str); return false; } - String[] strArr3 = f1208c; + String[] strArr3 = f1207c; int length = strArr3.length; int i = 0; while (true) { @@ -784,7 +784,7 @@ public final class t9 extends r5 { if (!z3) { return 21; } - if (!e0(str3, u5.f1215c)) { + if (!e0(str3, u5.f1214c)) { return 20; } q7 x2 = this.a.x(); @@ -1111,6 +1111,6 @@ public final class t9 extends r5 { if ("_id".equals(str)) { return 256; } - return (!this.a.h.o(p.f1197h0) || !"_lgclid".equals(str)) ? 36 : 100; + return (!this.a.h.o(p.f1196h0) || !"_lgclid".equals(str)) ? 36 : 100; } } diff --git a/app/src/main/java/c/i/a/f/i/b/u3.java b/app/src/main/java/c/i/a/f/i/b/u3.java index bca7545655..7187164b81 100644 --- a/app/src/main/java/c/i/a/f/i/b/u3.java +++ b/app/src/main/java/c/i/a/f/i/b/u3.java @@ -14,7 +14,7 @@ public final class u3 { public String b; /* renamed from: c reason: collision with root package name */ - public long f1209c; + public long f1208c; @NonNull public Bundle d; @@ -22,7 +22,7 @@ public final class u3 { this.a = str; this.b = str2; this.d = bundle; - this.f1209c = j; + this.f1208c = j; } public static u3 b(zzaq zzaq) { @@ -30,7 +30,7 @@ public final class u3 { } public final zzaq a() { - return new zzaq(this.a, new zzap(new Bundle(this.d)), this.b, this.f1209c); + return new zzaq(this.a, new zzap(new Bundle(this.d)), this.b, this.f1208c); } public final String toString() { diff --git a/app/src/main/java/c/i/a/f/i/b/u4.java b/app/src/main/java/c/i/a/f/i/b/u4.java index ece967e498..534c6b9d17 100644 --- a/app/src/main/java/c/i/a/f/i/b/u4.java +++ b/app/src/main/java/c/i/a/f/i/b/u4.java @@ -35,7 +35,7 @@ public class u4 implements t5 { public final Context b; /* renamed from: c reason: collision with root package name */ - public final String f1210c; + public final String f1209c; public final String d; public final String e; public final boolean f; @@ -53,20 +53,20 @@ public class u4 implements t5 { public final a r; /* renamed from: s reason: collision with root package name */ - public final d7 f1211s; + public final d7 f1210s; public m3 t; public q7 u; public j v; public n3 w; /* renamed from: x reason: collision with root package name */ - public m4 f1212x; + public m4 f1211x; /* renamed from: y reason: collision with root package name */ - public boolean f1213y = false; + public boolean f1212y = false; /* renamed from: z reason: collision with root package name */ - public Boolean f1214z; + public Boolean f1213z; public u4(y5 y5Var) { Context context; @@ -77,8 +77,8 @@ public class u4 implements t5 { this.g = gaVar; c.h = gaVar; this.b = context2; - this.f1210c = y5Var.b; - this.d = y5Var.f1219c; + this.f1209c = y5Var.b; + this.d = y5Var.f1218c; this.e = y5Var.d; this.f = y5Var.h; this.B = y5Var.e; @@ -103,8 +103,8 @@ public class u4 implements t5 { s2.b(); synchronized (c2.class) { c2 c2Var = c2.a; - if (!(c2Var == null || (context = c2Var.b) == null || c2Var.f1098c == null)) { - context.getContentResolver().unregisterContentObserver(c2.a.f1098c); + if (!(c2Var == null || (context = c2Var.b) == null || c2Var.f1097c == null)) { + context.getContentResolver().unregisterContentObserver(c2.a.f1097c); } c2.a = null; } @@ -140,7 +140,7 @@ public class u4 implements t5 { this.l = w8Var; d7 d7Var = new d7(this); d7Var.p(); - this.f1211s = d7Var; + this.f1210s = d7Var; r4 r4Var = new r4(this); r4Var.p(); this.k = r4Var; @@ -153,12 +153,12 @@ public class u4 implements t5 { c6 s2 = s(); if (s2.a.b.getApplicationContext() instanceof Application) { Application application = (Application) s2.a.b.getApplicationContext(); - if (s2.f1155c == null) { - s2.f1155c = new y6(s2, null); + if (s2.f1154c == null) { + s2.f1154c = new y6(s2, null); } if (z3) { - application.unregisterActivityLifecycleCallbacks(s2.f1155c); - application.registerActivityLifecycleCallbacks(s2.f1155c); + application.unregisterActivityLifecycleCallbacks(s2.f1154c); + application.registerActivityLifecycleCallbacks(s2.f1154c); s2.g().n.a("Registered activity lifecycle callback"); } } @@ -315,20 +315,20 @@ public class u4 implements t5 { */ @WorkerThread public final boolean m() { - if (this.f1213y) { + if (this.f1212y) { f().b(); - Boolean bool = this.f1214z; + Boolean bool = this.f1213z; if (!(bool == null || this.A == 0)) { if (!bool.booleanValue()) { Objects.requireNonNull((d) this.o); } - return this.f1214z.booleanValue(); + return this.f1213z.booleanValue(); } Objects.requireNonNull((d) this.o); this.A = SystemClock.elapsedRealtime(); boolean z2 = false; Boolean valueOf = Boolean.valueOf(t().p0("android.permission.INTERNET") && t().p0("android.permission.ACCESS_NETWORK_STATE") && (c.i.a.f.e.p.b.a(this.b).c() || this.h.C() || (n4.a(this.b) && t9.U(this.b)))); - this.f1214z = valueOf; + this.f1213z = valueOf; if (valueOf.booleanValue()) { t9 t = t(); n3 z3 = z(); @@ -344,16 +344,16 @@ public class u4 implements t5 { z6.t(); } z2 = true; - this.f1214z = Boolean.valueOf(z2); + this.f1213z = Boolean.valueOf(z2); } - return this.f1214z.booleanValue(); + return this.f1213z.booleanValue(); } throw new IllegalStateException("AppMeasurement is not initialized"); } public final d7 n() { - q(this.f1211s); - return this.f1211s; + q(this.f1210s); + return this.f1210s; } public final d4 o() { @@ -382,7 +382,7 @@ public class u4 implements t5 { } public final boolean v() { - return TextUtils.isEmpty(this.f1210c); + return TextUtils.isEmpty(this.f1209c); } public final h7 w() { diff --git a/app/src/main/java/c/i/a/f/i/b/u5.java b/app/src/main/java/c/i/a/f/i/b/u5.java index 411d95d975..8c287b3ad8 100644 --- a/app/src/main/java/c/i/a/f/i/b/u5.java +++ b/app/src/main/java/c/i/a/f/i/b/u5.java @@ -7,6 +7,6 @@ public final class u5 { public static final String[] b = {"_c", "_et", "_xt", "_aeid", "_ai", "_err", "_ev", "_el", "_o", "_sn", "_sc", "_si", "_pn", "_pc", "_pi", "_mst", "_ndt", "_nmid", "_nmn", "_nmt", "_nmtid", "_nmc", "_pv", "_po", "_nt", "_uwa", "_pfo", "_sys", "_sysu", "_pin", "_eid", "_epc", "_gn", "_ll", "_i", "_en", "_cis", "_cc", "_dac", "_sno", "_sid", "_cer", "_aib", "_ffr", "_c", "_err", "_ev", "_el", "_o", "_sn", "_sc", "_si", "_pn", "_pc", "_pi", "_sno", "_sid"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f1215c = {"items"}; + public static final String[] f1214c = {"items"}; public static final String[] d = {"affiliation", "coupon", "creative_name", "creative_slot", "currency", "discount", "index", "item_id", "item_brand", "item_category", "item_category2", "item_category3", "item_category4", "item_category5", "item_list_name", "item_list_id", "item_name", "item_variant", "location_id", "payment_type", "price", "promotion_id", "promotion_name", "quantity", "shipping", "shipping_tier", "tax", "transaction_id", "value", "item_list", "checkout_step", "checkout_option", "item_location_id"}; } diff --git a/app/src/main/java/c/i/a/f/i/b/u9.java b/app/src/main/java/c/i/a/f/i/b/u9.java index ec2c1d0ffe..a03eafff68 100644 --- a/app/src/main/java/c/i/a/f/i/b/u9.java +++ b/app/src/main/java/c/i/a/f/i/b/u9.java @@ -8,7 +8,7 @@ public final class u9 { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1216c; + public final String f1215c; public final long d; public final Object e; @@ -18,7 +18,7 @@ public final class u9 { Objects.requireNonNull(obj, "null reference"); this.a = str; this.b = str2; - this.f1216c = str3; + this.f1215c = str3; this.d = j; this.e = obj; } diff --git a/app/src/main/java/c/i/a/f/i/b/v5.java b/app/src/main/java/c/i/a/f/i/b/v5.java index a70c9c300f..8b81d4d0e6 100644 --- a/app/src/main/java/c/i/a/f/i/b/v5.java +++ b/app/src/main/java/c/i/a/f/i/b/v5.java @@ -7,10 +7,10 @@ public final class v5 { public static final String[] b = {"ad_impression"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f1217c = {"_aa", "_ac", "_xa", "_aq", "_ar", "_xu", "_ab", "_cd", "_ae", "_ui", "app_store_refund", "app_store_subscription_cancel", "app_store_subscription_convert", "app_store_subscription_renew", "_ug", "_au", "dynamic_link_app_open", "dynamic_link_app_update", "dynamic_link_first_open", "_cmp", "_err", "_f", "_v", "_iap", "_nd", "_nf", "_no", "_nr", "_ou", "_s", "_ssr", "_e", "_ai", "_vs", "_ep", "_cmp"}; + public static final String[] f1216c = {"_aa", "_ac", "_xa", "_aq", "_ar", "_xu", "_ab", "_cd", "_ae", "_ui", "app_store_refund", "app_store_subscription_cancel", "app_store_subscription_convert", "app_store_subscription_renew", "_ug", "_au", "dynamic_link_app_open", "dynamic_link_app_update", "dynamic_link_first_open", "_cmp", "_err", "_f", "_v", "_iap", "_nd", "_nf", "_no", "_nr", "_ou", "_s", "_ssr", "_e", "_ai", "_vs", "_ep", "_cmp"}; public static final String[] d = {"purchase", "refund", "add_payment_info", "add_shipping_info", "add_to_cart", "add_to_wishlist", "begin_checkout", "remove_from_cart", "select_item", "select_promotion", "view_cart", "view_item", "view_item_list", "view_promotion", "ecommerce_purchase", "purchase_refund", "set_checkout_option", "checkout_progress", "select_content", "view_search_results"}; public static String a(String str) { - return c.K0(str, f1217c, a); + return c.K0(str, f1216c, a); } } diff --git a/app/src/main/java/c/i/a/f/i/b/v6.java b/app/src/main/java/c/i/a/f/i/b/v6.java index 9016accf2b..a91c3fe9cb 100644 --- a/app/src/main/java/c/i/a/f/i/b/v6.java +++ b/app/src/main/java/c/i/a/f/i/b/v6.java @@ -20,7 +20,7 @@ public final class v6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - atomicReference.set(Double.valueOf(cVar.r(o.f1187c, p.O))); + atomicReference.set(Double.valueOf(cVar.r(o.f1186c, p.O))); this.i.notify(); } catch (Throwable th) { this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/v8.java b/app/src/main/java/c/i/a/f/i/b/v8.java index e80e03f231..02e3b561b5 100644 --- a/app/src/main/java/c/i/a/f/i/b/v8.java +++ b/app/src/main/java/c/i/a/f/i/b/v8.java @@ -20,10 +20,10 @@ public final class v8 implements Runnable { w8Var.x(); w8Var.g().n.b("Activity resumed, time", Long.valueOf(j)); if (w8Var.a.h.o(p.v0)) { - if (w8Var.a.h.z().booleanValue() || w8Var.l().f1160x.b()) { + if (w8Var.a.h.z().booleanValue() || w8Var.l().f1159x.b()) { d9 d9Var = w8Var.e; d9Var.d.b(); - d9Var.f1163c.c(); + d9Var.f1162c.c(); d9Var.a = j; d9Var.b = j; } @@ -33,7 +33,7 @@ public final class v8 implements Runnable { if (w8Var.a.h.z().booleanValue()) { d9 d9Var2 = w8Var.e; d9Var2.d.b(); - d9Var2.f1163c.c(); + d9Var2.f1162c.c(); d9Var2.a = j; d9Var2.b = j; } @@ -42,7 +42,7 @@ public final class v8 implements Runnable { f9Var.a.b(); if (f9Var.a.a.d()) { if (!f9Var.a.a.h.o(p.v0)) { - f9Var.a.l().f1160x.a(false); + f9Var.a.l().f1159x.a(false); } Objects.requireNonNull((d) f9Var.a.a.o); f9Var.b(System.currentTimeMillis(), false); diff --git a/app/src/main/java/c/i/a/f/i/b/w4.java b/app/src/main/java/c/i/a/f/i/b/w4.java index e056ab47a7..3b0fae40b8 100644 --- a/app/src/main/java/c/i/a/f/i/b/w4.java +++ b/app/src/main/java/c/i/a/f/i/b/w4.java @@ -52,7 +52,7 @@ public final class w4 implements Runnable { u4Var.u = q7Var; u4Var.m.q(); u4Var.i.q(); - u4Var.f1212x = new m4(u4Var); + u4Var.f1211x = new m4(u4Var); n3 n3Var2 = u4Var.w; if (!n3Var2.b) { n3Var2.w(); @@ -62,8 +62,8 @@ public final class w4 implements Runnable { u4Var.g().l.b("App measurement initialized, version", 33025L); u4Var.g().l.a("To enable debug logging run: adb shell setprop log.tag.FA VERBOSE"); n3Var.t(); - String str2 = n3Var.f1187c; - if (TextUtils.isEmpty(u4Var.f1210c)) { + String str2 = n3Var.f1186c; + if (TextUtils.isEmpty(u4Var.f1209c)) { if (u4Var.t().s0(str2)) { s3Var = u4Var.g().l; str = "Faster debug mode event logging enabled. To disable, run:\n adb shell setprop debug.firebase.analytics.app .none."; @@ -79,7 +79,7 @@ public final class w4 implements Runnable { if (u4Var.F != u4Var.G.get()) { u4Var.g().f.c("Not all components initialized", Integer.valueOf(u4Var.F), Integer.valueOf(u4Var.G.get())); } - u4Var.f1213y = true; + u4Var.f1212y = true; u4 u4Var2 = this.j; zzae zzae = this.i.g; u4Var2.f().b(); diff --git a/app/src/main/java/c/i/a/f/i/b/w7.java b/app/src/main/java/c/i/a/f/i/b/w7.java index d453649e69..11ba18c7fd 100644 --- a/app/src/main/java/c/i/a/f/i/b/w7.java +++ b/app/src/main/java/c/i/a/f/i/b/w7.java @@ -24,7 +24,7 @@ public final class w7 implements Runnable { if (i7Var == null) { i3Var.E(0, null, null, q7Var.a.b.getPackageName()); } else { - i3Var.E(i7Var.f1172c, i7Var.a, i7Var.b, q7Var.a.b.getPackageName()); + i3Var.E(i7Var.f1171c, i7Var.a, i7Var.b, q7Var.a.b.getPackageName()); } this.j.F(); } catch (RemoteException e) { diff --git a/app/src/main/java/c/i/a/f/i/b/w8.java b/app/src/main/java/c/i/a/f/i/b/w8.java index d7b637efa4..644793eec1 100644 --- a/app/src/main/java/c/i/a/f/i/b/w8.java +++ b/app/src/main/java/c/i/a/f/i/b/w8.java @@ -8,7 +8,7 @@ import c.i.a.f.h.l.bc; public final class w8 extends a5 { /* renamed from: c reason: collision with root package name */ - public Handler f1218c; + public Handler f1217c; public final f9 d = new f9(this); public final d9 e = new d9(this); public final x8 f = new x8(this); @@ -29,8 +29,8 @@ public final class w8 extends a5 { @WorkerThread public final void x() { b(); - if (this.f1218c == null) { - this.f1218c = new bc(Looper.getMainLooper()); + if (this.f1217c == null) { + this.f1217c = new bc(Looper.getMainLooper()); } } } diff --git a/app/src/main/java/c/i/a/f/i/b/x.java b/app/src/main/java/c/i/a/f/i/b/x.java index f2df9313e2..6831369fd2 100644 --- a/app/src/main/java/c/i/a/f/i/b/x.java +++ b/app/src/main/java/c/i/a/f/i/b/x.java @@ -20,12 +20,12 @@ public final class x implements Runnable { long j = this.j; aVar.b(); AnimatableValueParser.w(str); - Integer num = aVar.f1147c.get(str); + Integer num = aVar.f1146c.get(str); if (num != null) { i7 w = aVar.q().w(false); int intValue = num.intValue() - 1; if (intValue == 0) { - aVar.f1147c.remove(str); + aVar.f1146c.remove(str); Long l = aVar.b.get(str); if (l == null) { aVar.g().f.a("First ad unit exposure time was never set"); @@ -33,7 +33,7 @@ public final class x implements Runnable { aVar.b.remove(str); aVar.w(str, j - l.longValue(), w); } - if (aVar.f1147c.isEmpty()) { + if (aVar.f1146c.isEmpty()) { long j2 = aVar.d; if (j2 == 0) { aVar.g().f.a("First ad exposure time was never set"); @@ -45,7 +45,7 @@ public final class x implements Runnable { } return; } - aVar.f1147c.put(str, Integer.valueOf(intValue)); + aVar.f1146c.put(str, Integer.valueOf(intValue)); return; } aVar.g().f.b("Call to endAdUnitExposure for unknown ad unit id", str); diff --git a/app/src/main/java/c/i/a/f/i/b/x8.java b/app/src/main/java/c/i/a/f/i/b/x8.java index d2ad66b930..abb3ee2272 100644 --- a/app/src/main/java/c/i/a/f/i/b/x8.java +++ b/app/src/main/java/c/i/a/f/i/b/x8.java @@ -15,10 +15,10 @@ public final class x8 { this.b.b(); b9 b9Var = this.a; if (b9Var != null) { - this.b.f1218c.removeCallbacks(b9Var); + this.b.f1217c.removeCallbacks(b9Var); } if (this.b.a.h.o(p.v0)) { - this.b.l().f1160x.a(false); + this.b.l().f1159x.a(false); } } } diff --git a/app/src/main/java/c/i/a/f/i/b/y0.java b/app/src/main/java/c/i/a/f/i/b/y0.java index f1107bf0fb..ae62732658 100644 --- a/app/src/main/java/c/i/a/f/i/b/y0.java +++ b/app/src/main/java/c/i/a/f/i/b/y0.java @@ -20,16 +20,16 @@ public final class y0 implements Runnable { long j = this.j; aVar.b(); AnimatableValueParser.w(str); - if (aVar.f1147c.isEmpty()) { + if (aVar.f1146c.isEmpty()) { aVar.d = j; } - Integer num = aVar.f1147c.get(str); + Integer num = aVar.f1146c.get(str); if (num != null) { - aVar.f1147c.put(str, Integer.valueOf(num.intValue() + 1)); - } else if (aVar.f1147c.size() >= 100) { + aVar.f1146c.put(str, Integer.valueOf(num.intValue() + 1)); + } else if (aVar.f1146c.size() >= 100) { aVar.g().i.a("Too many ads visible"); } else { - aVar.f1147c.put(str, 1); + aVar.f1146c.put(str, 1); aVar.b.put(str, Long.valueOf(j)); } } diff --git a/app/src/main/java/c/i/a/f/i/b/y5.java b/app/src/main/java/c/i/a/f/i/b/y5.java index d46624c9f4..87237cc0f2 100644 --- a/app/src/main/java/c/i/a/f/i/b/y5.java +++ b/app/src/main/java/c/i/a/f/i/b/y5.java @@ -10,7 +10,7 @@ public final class y5 { public String b; /* renamed from: c reason: collision with root package name */ - public String f1219c; + public String f1218c; public String d; public Boolean e; public long f; @@ -26,7 +26,7 @@ public final class y5 { if (zzae != null) { this.g = zzae; this.b = zzae.n; - this.f1219c = zzae.m; + this.f1218c = zzae.m; this.d = zzae.l; this.h = zzae.k; this.f = zzae.j; diff --git a/app/src/main/java/c/i/a/f/i/b/y6.java b/app/src/main/java/c/i/a/f/i/b/y6.java index a32cbde8f6..8eb269368f 100644 --- a/app/src/main/java/c/i/a/f/i/b/y6.java +++ b/app/src/main/java/c/i/a/f/i/b/y6.java @@ -71,11 +71,11 @@ public final class y6 implements Application.ActivityLifecycleCallbacks { long elapsedRealtime = SystemClock.elapsedRealtime(); if (!q.a.h.o(p.u0) || q.a.h.z().booleanValue()) { i7 E = q.E(activity); - q.d = q.f1169c; - q.f1169c = null; + q.d = q.f1168c; + q.f1168c = null; q.f().v(new o7(q, E, elapsedRealtime)); } else { - q.f1169c = null; + q.f1168c = null; q.f().v(new l7(q, elapsedRealtime)); } w8 s2 = this.i.s(); @@ -112,7 +112,7 @@ public final class y6 implements Application.ActivityLifecycleCallbacks { m.f().v(new a3(m, SystemClock.elapsedRealtime())); return; } - q.f1169c = q.i; + q.f1168c = q.i; q.f().v(new m7(q)); } @@ -122,7 +122,7 @@ public final class y6 implements Application.ActivityLifecycleCallbacks { h7 q = this.i.q(); if (q.a.h.z().booleanValue() && bundle != null && (i7Var = q.f.get(activity)) != null) { Bundle bundle2 = new Bundle(); - bundle2.putLong(ModelAuditLogEntry.CHANGE_KEY_ID, i7Var.f1172c); + bundle2.putLong(ModelAuditLogEntry.CHANGE_KEY_ID, i7Var.f1171c); bundle2.putString(ModelAuditLogEntry.CHANGE_KEY_NAME, i7Var.a); bundle2.putString("referrer_name", i7Var.b); bundle.putBundle("com.google.app_measurement.screen_service", bundle2); diff --git a/app/src/main/java/c/i/a/f/i/b/y8.java b/app/src/main/java/c/i/a/f/i/b/y8.java index 21a4100028..7c12112b8c 100644 --- a/app/src/main/java/c/i/a/f/i/b/y8.java +++ b/app/src/main/java/c/i/a/f/i/b/y8.java @@ -23,13 +23,13 @@ public final class y8 implements Runnable { Objects.requireNonNull((d) x8Var.b.a.o); b9 b9Var = new b9(x8Var, System.currentTimeMillis(), j); x8Var.a = b9Var; - x8Var.b.f1218c.postDelayed(b9Var, 2000); + x8Var.b.f1217c.postDelayed(b9Var, 2000); if (w8Var.a.h.z().booleanValue()) { - w8Var.e.f1163c.c(); + w8Var.e.f1162c.c(); } f9 f9Var = w8Var.d; if (!f9Var.a.a.h.o(p.v0)) { - f9Var.a.l().f1160x.a(true); + f9Var.a.l().f1159x.a(true); } } } diff --git a/app/src/main/java/c/i/a/f/i/b/z4.java b/app/src/main/java/c/i/a/f/i/b/z4.java index b298636a5e..7c3388204e 100644 --- a/app/src/main/java/c/i/a/f/i/b/z4.java +++ b/app/src/main/java/c/i/a/f/i/b/z4.java @@ -33,7 +33,7 @@ public final class z4 extends l3 { @Nullable /* renamed from: c reason: collision with root package name */ - public String f1220c = null; + public String f1219c = null; public z4(k9 k9Var) { Objects.requireNonNull(k9Var, "null reference"); @@ -85,7 +85,7 @@ public final class z4 extends l3 { List list = (List) ((FutureTask) this.a.f().t(new d5(this, zzn, str, str2))).get(); ArrayList arrayList = new ArrayList(list.size()); for (u9 u9Var : list) { - if (z2 || !t9.r0(u9Var.f1216c)) { + if (z2 || !t9.r0(u9Var.f1215c)) { arrayList.add(new zzku(u9Var)); } } @@ -199,7 +199,7 @@ public final class z4 extends l3 { List list = (List) ((FutureTask) this.a.f().t(new g5(this, str, str2, str3))).get(); ArrayList arrayList = new ArrayList(list.size()); for (u9 u9Var : list) { - if (z2 || !t9.r0(u9Var.f1216c)) { + if (z2 || !t9.r0(u9Var.f1215c)) { arrayList.add(new zzku(u9Var)); } } @@ -236,7 +236,7 @@ public final class z4 extends l3 { if (z2) { try { if (this.b == null) { - if (!"com.google.android.gms".equals(this.f1220c) && !c.S(this.a.k.b, Binder.getCallingUid())) { + if (!"com.google.android.gms".equals(this.f1219c) && !c.S(this.a.k.b, Binder.getCallingUid())) { if (!f.a(this.a.k.b).b(Binder.getCallingUid())) { z3 = false; this.b = Boolean.valueOf(z3); @@ -253,15 +253,15 @@ public final class z4 extends l3 { throw e; } } - if (this.f1220c == null) { + if (this.f1219c == null) { Context context = this.a.k.b; int callingUid = Binder.getCallingUid(); boolean z4 = e.a; if (c.o0(context, callingUid, str)) { - this.f1220c = str; + this.f1219c = str; } } - if (!str.equals(this.f1220c)) { + if (!str.equals(this.f1219c)) { throw new SecurityException(String.format("Unknown calling package name '%s'.", str)); } return; @@ -287,6 +287,6 @@ public final class z4 extends l3 { public final void z0(zzn zzn) { Objects.requireNonNull(zzn, "null reference"); y0(zzn.i, false); - this.a.k.t().c0(zzn.j, zzn.f2378z, zzn.D); + this.a.k.t().c0(zzn.j, zzn.f2376z, zzn.D); } } diff --git a/app/src/main/java/c/i/a/f/i/b/z9.java b/app/src/main/java/c/i/a/f/i/b/z9.java index 8f317fe6e8..a73765416d 100644 --- a/app/src/main/java/c/i/a/f/i/b/z9.java +++ b/app/src/main/java/c/i/a/f/i/b/z9.java @@ -10,7 +10,7 @@ public final class z9 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzn createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); long j = 0; long j2 = 0; long j3 = 0; @@ -34,7 +34,7 @@ public final class z9 implements Parcelable.Creator { boolean z4 = true; boolean z5 = true; boolean z6 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 2: @@ -50,55 +50,55 @@ public final class z9 implements Parcelable.Creator { str4 = AnimatableValueParser.T(parcel, readInt); break; case 6: - j = AnimatableValueParser.j2(parcel, readInt); + j = AnimatableValueParser.k2(parcel, readInt); break; case 7: - j2 = AnimatableValueParser.j2(parcel, readInt); + j2 = AnimatableValueParser.k2(parcel, readInt); break; case 8: str5 = AnimatableValueParser.T(parcel, readInt); break; case 9: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); break; case 10: - z3 = AnimatableValueParser.g2(parcel, readInt); + z3 = AnimatableValueParser.h2(parcel, readInt); break; case 11: - j6 = AnimatableValueParser.j2(parcel, readInt); + j6 = AnimatableValueParser.k2(parcel, readInt); break; case 12: str6 = AnimatableValueParser.T(parcel, readInt); break; case 13: - j3 = AnimatableValueParser.j2(parcel, readInt); + j3 = AnimatableValueParser.k2(parcel, readInt); break; case 14: - j4 = AnimatableValueParser.j2(parcel, readInt); + j4 = AnimatableValueParser.k2(parcel, readInt); break; case 15: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 16: - z4 = AnimatableValueParser.g2(parcel, readInt); + z4 = AnimatableValueParser.h2(parcel, readInt); break; case 17: - z5 = AnimatableValueParser.g2(parcel, readInt); + z5 = AnimatableValueParser.h2(parcel, readInt); break; case 18: - z6 = AnimatableValueParser.g2(parcel, readInt); + z6 = AnimatableValueParser.h2(parcel, readInt); break; case 19: str7 = AnimatableValueParser.T(parcel, readInt); break; case 20: default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; case 21: - int o2 = AnimatableValueParser.o2(parcel, readInt); - if (o2 != 0) { - AnimatableValueParser.d3(parcel, o2, 4); + int p2 = AnimatableValueParser.p2(parcel, readInt); + if (p2 != 0) { + AnimatableValueParser.e3(parcel, p2, 4); bool = Boolean.valueOf(parcel.readInt() != 0); break; } else { @@ -106,7 +106,7 @@ public final class z9 implements Parcelable.Creator { break; } case 22: - j5 = AnimatableValueParser.j2(parcel, readInt); + j5 = AnimatableValueParser.k2(parcel, readInt); break; case 23: arrayList = AnimatableValueParser.V(parcel, readInt); @@ -119,7 +119,7 @@ public final class z9 implements Parcelable.Creator { break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzn(str, str2, str3, str4, j, j2, str5, z2, z3, j6, str6, j3, j4, i, z4, z5, z6, str7, bool, j5, arrayList, str8, str9); } diff --git a/app/src/main/java/c/i/a/f/j/a.java b/app/src/main/java/c/i/a/f/j/a.java index f844d7e165..ed3d9992eb 100644 --- a/app/src/main/java/c/i/a/f/j/a.java +++ b/app/src/main/java/c/i/a/f/j/a.java @@ -109,7 +109,7 @@ public final class a { str = str2; } if (str != null && !str.equals("")) { - if (p.f1146c.matcher(str).matches()) { + if (p.f1145c.matcher(str).matches()) { bool4 = Boolean.TRUE; } else if (p.d.matcher(str).matches()) { bool = Boolean.FALSE; diff --git a/app/src/main/java/c/i/a/f/j/b/e/b.java b/app/src/main/java/c/i/a/f/j/b/e/b.java index 8abb4f9c20..b500ae40b3 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/b.java +++ b/app/src/main/java/c/i/a/f/j/b/e/b.java @@ -15,7 +15,7 @@ public abstract class b extends c.i.a.f.h.m.b implements a { return false; } s sVar = (s) this; - sVar.d.b(sVar.f1224c.f1055c); + sVar.d.b(sVar.f1223c.f1054c); k kVar = sVar.b; if (kVar != null) { kVar.a(d0.a); diff --git a/app/src/main/java/c/i/a/f/j/b/e/d.java b/app/src/main/java/c/i/a/f/j/b/e/d.java index af564dc044..65228250c7 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/d.java +++ b/app/src/main/java/c/i/a/f/j/b/e/d.java @@ -8,11 +8,11 @@ public final class d implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzad createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; String str2 = null; int i = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { @@ -20,12 +20,12 @@ public final class d implements Parcelable.Creator { } else if (i2 == 2) { str2 = AnimatableValueParser.T(parcel, readInt); } else if (i2 != 1000) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzad(i, str, str2); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/e.java b/app/src/main/java/c/i/a/f/j/b/e/e.java index a122c3fae2..eeac54027c 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/e.java +++ b/app/src/main/java/c/i/a/f/j/b/e/e.java @@ -9,21 +9,21 @@ public final class e implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzaf createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; Message message = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { message = (Message) AnimatableValueParser.S(parcel, readInt, Message.CREATOR); } else if (i2 != 1000) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzaf(i, message); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/f0.java b/app/src/main/java/c/i/a/f/j/b/e/f0.java index c918f323e3..1c6f4761be 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/f0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/f0.java @@ -12,7 +12,7 @@ public final class f0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzbz createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); zzaf zzaf = null; Strategy strategy = null; IBinder iBinder = null; @@ -24,11 +24,11 @@ public final class f0 implements Parcelable.Creator { boolean z2 = false; boolean z3 = false; int i2 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 2: zzaf = (zzaf) AnimatableValueParser.S(parcel, readInt, zzaf.CREATOR); @@ -37,7 +37,7 @@ public final class f0 implements Parcelable.Creator { strategy = (Strategy) AnimatableValueParser.S(parcel, readInt, Strategy.CREATOR); break; case 4: - iBinder = AnimatableValueParser.h2(parcel, readInt); + iBinder = AnimatableValueParser.i2(parcel, readInt); break; case 5: str = AnimatableValueParser.T(parcel, readInt); @@ -46,26 +46,26 @@ public final class f0 implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); break; case 7: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); break; case 8: - iBinder2 = AnimatableValueParser.h2(parcel, readInt); + iBinder2 = AnimatableValueParser.i2(parcel, readInt); break; case 9: - z3 = AnimatableValueParser.g2(parcel, readInt); + z3 = AnimatableValueParser.h2(parcel, readInt); break; case 10: clientAppContext = (ClientAppContext) AnimatableValueParser.S(parcel, readInt, ClientAppContext.CREATOR); break; case 11: - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzbz(i, zzaf, strategy, iBinder, str, str2, z2, iBinder2, z3, clientAppContext, i2); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/g0.java b/app/src/main/java/c/i/a/f/j/b/e/g0.java index 4070a2febe..2bd1303e2f 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/g0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/g0.java @@ -10,27 +10,27 @@ public final class g0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzcb createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); IBinder iBinder = null; IBinder iBinder2 = null; String str = null; ClientAppContext clientAppContext = null; int i = 0; boolean z2 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 2: - iBinder = AnimatableValueParser.h2(parcel, readInt); + iBinder = AnimatableValueParser.i2(parcel, readInt); break; case 3: - iBinder2 = AnimatableValueParser.h2(parcel, readInt); + iBinder2 = AnimatableValueParser.i2(parcel, readInt); break; case 4: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); break; case 5: str = AnimatableValueParser.T(parcel, readInt); @@ -39,11 +39,11 @@ public final class g0 implements Parcelable.Creator { clientAppContext = (ClientAppContext) AnimatableValueParser.S(parcel, readInt, ClientAppContext.CREATOR); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzcb(i, iBinder, iBinder2, z2, str, clientAppContext); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/h0.java b/app/src/main/java/c/i/a/f/j/b/e/h0.java index f3026f46b7..d746c8b055 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/h0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/h0.java @@ -13,7 +13,7 @@ public final class h0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final SubscribeRequest createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); IBinder iBinder = null; Strategy strategy = null; IBinder iBinder2 = null; @@ -31,20 +31,20 @@ public final class h0 implements Parcelable.Creator { boolean z4 = false; int i3 = 0; int i4 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 2: - iBinder = AnimatableValueParser.h2(parcel, readInt); + iBinder = AnimatableValueParser.i2(parcel, readInt); break; case 3: strategy = (Strategy) AnimatableValueParser.S(parcel, readInt, Strategy.CREATOR); break; case 4: - iBinder2 = AnimatableValueParser.h2(parcel, readInt); + iBinder2 = AnimatableValueParser.i2(parcel, readInt); break; case 5: messageFilter = (MessageFilter) AnimatableValueParser.S(parcel, readInt, MessageFilter.CREATOR); @@ -53,7 +53,7 @@ public final class h0 implements Parcelable.Creator { pendingIntent = (PendingIntent) AnimatableValueParser.S(parcel, readInt, PendingIntent.CREATOR); break; case 7: - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); break; case 8: str = AnimatableValueParser.T(parcel, readInt); @@ -65,32 +65,32 @@ public final class h0 implements Parcelable.Creator { bArr = AnimatableValueParser.Q(parcel, readInt); break; case 11: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); break; case 12: - iBinder3 = AnimatableValueParser.h2(parcel, readInt); + iBinder3 = AnimatableValueParser.i2(parcel, readInt); break; case 13: - z3 = AnimatableValueParser.g2(parcel, readInt); + z3 = AnimatableValueParser.h2(parcel, readInt); break; case 14: clientAppContext = (ClientAppContext) AnimatableValueParser.S(parcel, readInt, ClientAppContext.CREATOR); break; case 15: - z4 = AnimatableValueParser.g2(parcel, readInt); + z4 = AnimatableValueParser.h2(parcel, readInt); break; case 16: - i3 = AnimatableValueParser.i2(parcel, readInt); + i3 = AnimatableValueParser.j2(parcel, readInt); break; case 17: - i4 = AnimatableValueParser.i2(parcel, readInt); + i4 = AnimatableValueParser.j2(parcel, readInt); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new SubscribeRequest(i, iBinder, strategy, iBinder2, messageFilter, pendingIntent, i2, str, str2, bArr, z2, iBinder3, z3, clientAppContext, z4, i3, i4); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/i.java b/app/src/main/java/c/i/a/f/j/b/e/i.java index a0bba9f169..0c9e1b5cda 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/i.java +++ b/app/src/main/java/c/i/a/f/j/b/e/i.java @@ -68,7 +68,7 @@ public final class i extends MessagesClient { public final Task g(MessageListener messageListener, SubscribeOptions subscribeOptions) { AnimatableValueParser.p(subscribeOptions.a.r == 0, "Strategy.setBackgroundScanMode() is only supported by background subscribe (the version which takes a PendingIntent)."); k m = m(messageListener); - return k(m, new l(this, m, new s(this, m(subscribeOptions.f2380c), m), subscribeOptions), new m(m)); + return k(m, new l(this, m, new s(this, m(subscribeOptions.f2378c), m), subscribeOptions), new m(m)); } @Override // com.google.android.gms.nearby.messages.MessagesClient @@ -83,11 +83,11 @@ public final class i extends MessagesClient { public final Task k(k kVar, a0 a0Var, a0 a0Var2) { v vVar = new v(this, kVar, a0Var); - k.a aVar = kVar.f1055c; + k.a aVar = kVar.f1054c; x xVar = new x(this, aVar, a0Var2); - AnimatableValueParser.z(kVar.f1055c, "Listener has already been released."); + AnimatableValueParser.z(kVar.f1054c, "Listener has already been released."); AnimatableValueParser.z(aVar, "Listener has already been released."); - AnimatableValueParser.p(AnimatableValueParser.j0(kVar.f1055c, aVar), "Listener registration and unregistration methods must be constructed with the same ListenerHolder."); + AnimatableValueParser.p(AnimatableValueParser.j0(kVar.f1054c, aVar), "Listener registration and unregistration methods must be constructed with the same ListenerHolder."); g gVar = this.i; Runnable runnable = c.i.a.f.e.h.k.i; Objects.requireNonNull(gVar); diff --git a/app/src/main/java/c/i/a/f/j/b/e/i0.java b/app/src/main/java/c/i/a/f/j/b/e/i0.java index a02797ee9f..2f0971c63a 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/i0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/i0.java @@ -11,7 +11,7 @@ public final class i0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzce createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); zzaf zzaf = null; IBinder iBinder = null; String str = null; @@ -19,17 +19,17 @@ public final class i0 implements Parcelable.Creator { ClientAppContext clientAppContext = null; int i = 0; boolean z2 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 2: zzaf = (zzaf) AnimatableValueParser.S(parcel, readInt, zzaf.CREATOR); break; case 3: - iBinder = AnimatableValueParser.h2(parcel, readInt); + iBinder = AnimatableValueParser.i2(parcel, readInt); break; case 4: str = AnimatableValueParser.T(parcel, readInt); @@ -38,17 +38,17 @@ public final class i0 implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); break; case 6: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); break; case 7: clientAppContext = (ClientAppContext) AnimatableValueParser.S(parcel, readInt, ClientAppContext.CREATOR); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzce(i, zzaf, iBinder, str, str2, z2, clientAppContext); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/j.java b/app/src/main/java/c/i/a/f/j/b/e/j.java index eb48d0e339..7e78caa56e 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/j.java +++ b/app/src/main/java/c/i/a/f/j/b/e/j.java @@ -11,13 +11,13 @@ public final /* synthetic */ class j implements a0 { public final Message b; /* renamed from: c reason: collision with root package name */ - public final b0 f1221c; + public final b0 f1220c; public final PublishOptions d; public j(i iVar, Message message, b0 b0Var, PublishOptions publishOptions) { this.a = iVar; this.b = message; - this.f1221c = b0Var; + this.f1220c = b0Var; this.d = publishOptions; } @@ -25,7 +25,7 @@ public final /* synthetic */ class j implements a0 { public final void a(f fVar, k kVar) { i iVar = this.a; Message message = this.b; - b0 b0Var = this.f1221c; + b0 b0Var = this.f1220c; PublishOptions publishOptions = this.d; Objects.requireNonNull(iVar); zzaf zzaf = new zzaf(1, message); diff --git a/app/src/main/java/c/i/a/f/j/b/e/j0.java b/app/src/main/java/c/i/a/f/j/b/e/j0.java index db36001324..0e7e5b6bfb 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/j0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/j0.java @@ -11,7 +11,7 @@ public final class j0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzcg createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); IBinder iBinder = null; IBinder iBinder2 = null; PendingIntent pendingIntent = null; @@ -21,23 +21,23 @@ public final class j0 implements Parcelable.Creator { int i = 0; int i2 = 0; boolean z2 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 2: - iBinder = AnimatableValueParser.h2(parcel, readInt); + iBinder = AnimatableValueParser.i2(parcel, readInt); break; case 3: - iBinder2 = AnimatableValueParser.h2(parcel, readInt); + iBinder2 = AnimatableValueParser.i2(parcel, readInt); break; case 4: pendingIntent = (PendingIntent) AnimatableValueParser.S(parcel, readInt, PendingIntent.CREATOR); break; case 5: - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); break; case 6: str = AnimatableValueParser.T(parcel, readInt); @@ -46,17 +46,17 @@ public final class j0 implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); break; case 8: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); break; case 9: clientAppContext = (ClientAppContext) AnimatableValueParser.S(parcel, readInt, ClientAppContext.CREATOR); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzcg(i, iBinder, iBinder2, pendingIntent, i2, str, str2, z2, clientAppContext); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/k0.java b/app/src/main/java/c/i/a/f/j/b/e/k0.java index 4e027956fd..704a79851b 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/k0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/k0.java @@ -12,7 +12,7 @@ public final class k0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Update createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); Message message = null; zze zze = null; zza zza = null; @@ -20,14 +20,14 @@ public final class k0 implements Parcelable.Creator { byte[] bArr = null; int i = 0; int i2 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 2: - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); break; case 3: message = (Message) AnimatableValueParser.S(parcel, readInt, Message.CREATOR); @@ -45,11 +45,11 @@ public final class k0 implements Parcelable.Creator { bArr = AnimatableValueParser.Q(parcel, readInt); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new Update(i, i2, message, zze, zza, zzgs, bArr); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/l.java b/app/src/main/java/c/i/a/f/j/b/e/l.java index 2031372c9c..cd7a9d354b 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/l.java +++ b/app/src/main/java/c/i/a/f/j/b/e/l.java @@ -13,13 +13,13 @@ public final /* synthetic */ class l implements a0 { public final k b; /* renamed from: c reason: collision with root package name */ - public final d0 f1222c; + public final d0 f1221c; public final SubscribeOptions d; public l(i iVar, k kVar, d0 d0Var, SubscribeOptions subscribeOptions) { this.a = iVar; this.b = kVar; - this.f1222c = d0Var; + this.f1221c = d0Var; this.d = subscribeOptions; } @@ -27,13 +27,13 @@ public final /* synthetic */ class l implements a0 { public final void a(f fVar, k kVar) { i iVar = this.a; k kVar2 = this.b; - d0 d0Var = this.f1222c; + d0 d0Var = this.f1221c; SubscribeOptions subscribeOptions = this.d; int i = iVar.m; - if (!fVar.A.a(kVar2.f1055c)) { + if (!fVar.A.a(kVar2.f1054c)) { o oVar = fVar.A; - oVar.a.put(kVar2.f1055c, new WeakReference<>(new h(kVar2))); + oVar.a.put(kVar2.f1054c, new WeakReference<>(new h(kVar2))); } - fVar.w().C(new SubscribeRequest(3, fVar.A.b(kVar2.f1055c), subscribeOptions.a, new j(kVar), subscribeOptions.b, null, 0, null, null, null, false, d0Var, false, null, subscribeOptions.d, 0, i)); + fVar.w().C(new SubscribeRequest(3, fVar.A.b(kVar2.f1054c), subscribeOptions.a, new j(kVar), subscribeOptions.b, null, 0, null, null, null, false, d0Var, false, null, subscribeOptions.d, 0, i)); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/l0.java b/app/src/main/java/c/i/a/f/j/b/e/l0.java index 74be05a390..300ff5dfbb 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/l0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/l0.java @@ -8,18 +8,18 @@ public final class l0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final ClientAppContext createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; String str2 = null; String str3 = null; int i = 0; boolean z2 = false; int i2 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 2: str = AnimatableValueParser.T(parcel, readInt); @@ -28,20 +28,20 @@ public final class l0 implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); break; case 4: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); break; case 5: - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); break; case 6: str3 = AnimatableValueParser.T(parcel, readInt); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new ClientAppContext(i, str, str2, z2, i2, str3); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/m.java b/app/src/main/java/c/i/a/f/j/b/e/m.java index 63d0fee9ef..0314801a7c 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/m.java +++ b/app/src/main/java/c/i/a/f/j/b/e/m.java @@ -19,12 +19,12 @@ public final /* synthetic */ class m implements a0 { k kVar2 = this.a; Objects.requireNonNull(fVar); j jVar = new j(kVar); - if (!fVar.A.a(kVar2.f1055c)) { + if (!fVar.A.a(kVar2.f1054c)) { jVar.g(new Status(0, null)); return; } - fVar.w().m0(new zzcg(1, fVar.A.b(kVar2.f1055c), jVar, null, 0, null, null, false, null)); + fVar.w().m0(new zzcg(1, fVar.A.b(kVar2.f1054c), jVar, null, 0, null, null, false, null)); o oVar = fVar.A; - oVar.a.remove(kVar2.f1055c); + oVar.a.remove(kVar2.f1054c); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/m0.java b/app/src/main/java/c/i/a/f/j/b/e/m0.java index e670eef402..b5e9dadd1f 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/m0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/m0.java @@ -8,25 +8,25 @@ public final class m0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zze createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; double d = 0.0d; int i2 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i3 == 2) { - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); } else if (i3 != 3) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - AnimatableValueParser.a3(parcel, readInt, 8); + AnimatableValueParser.b3(parcel, readInt, 8); d = parcel.readDouble(); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zze(i, i2, d); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/n.java b/app/src/main/java/c/i/a/f/j/b/e/n.java index b72e4104a9..5bef3d3285 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/n.java +++ b/app/src/main/java/c/i/a/f/j/b/e/n.java @@ -17,11 +17,11 @@ public final /* synthetic */ class n implements a0 { @Override // c.i.a.f.j.b.e.a0 public final void a(f fVar, k kVar) { k kVar2 = this.a; - if (!fVar.A.a(kVar2.f1055c)) { + if (!fVar.A.a(kVar2.f1054c)) { o oVar = fVar.A; - oVar.a.put(kVar2.f1055c, new WeakReference<>(new m(kVar2))); + oVar.a.put(kVar2.f1054c, new WeakReference<>(new m(kVar2))); } - zzcb zzcb = new zzcb(1, new j(kVar), fVar.A.b(kVar2.f1055c), false, null, null); + zzcb zzcb = new zzcb(1, new j(kVar), fVar.A.b(kVar2.f1054c), false, null, null); zzcb.l = true; fVar.w().r(zzcb); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/n0.java b/app/src/main/java/c/i/a/f/j/b/e/n0.java index 1bbc058f8f..892e5205cf 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/n0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/n0.java @@ -9,24 +9,24 @@ public final class n0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzj createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; ClientAppContext clientAppContext = null; int i2 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i3 == 2) { clientAppContext = (ClientAppContext) AnimatableValueParser.S(parcel, readInt, ClientAppContext.CREATOR); } else if (i3 != 3) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzj(i, clientAppContext, i2); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/o.java b/app/src/main/java/c/i/a/f/j/b/e/o.java index 9dab308abb..ed9be7b52e 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/o.java +++ b/app/src/main/java/c/i/a/f/j/b/e/o.java @@ -18,14 +18,14 @@ public final /* synthetic */ class o implements a0 { k kVar2 = this.a; Objects.requireNonNull(fVar); j jVar = new j(kVar); - if (!fVar.A.a(kVar2.f1055c)) { + if (!fVar.A.a(kVar2.f1054c)) { jVar.g(new Status(0, null)); return; } - zzcb zzcb = new zzcb(1, jVar, fVar.A.b(kVar2.f1055c), false, null, null); + zzcb zzcb = new zzcb(1, jVar, fVar.A.b(kVar2.f1054c), false, null, null); zzcb.l = false; fVar.w().r(zzcb); c.i.a.f.h.m.o oVar = fVar.A; - oVar.a.remove(kVar2.f1055c); + oVar.a.remove(kVar2.f1054c); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/r.java b/app/src/main/java/c/i/a/f/j/b/e/r.java index 3fc0908b83..f4ba5d7ddf 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/r.java +++ b/app/src/main/java/c/i/a/f/j/b/e/r.java @@ -4,13 +4,13 @@ import c.i.a.f.e.h.j.k; public final class r extends b0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ k f1223c; + public final /* synthetic */ k f1222c; public final /* synthetic */ i d; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public r(i iVar, k kVar, k kVar2) { super(kVar); this.d = iVar; - this.f1223c = kVar2; + this.f1222c = kVar2; } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/s.java b/app/src/main/java/c/i/a/f/j/b/e/s.java index 33772f4688..324532ca40 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/s.java +++ b/app/src/main/java/c/i/a/f/j/b/e/s.java @@ -4,13 +4,13 @@ import c.i.a.f.e.h.j.k; public final class s extends d0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ k f1224c; + public final /* synthetic */ k f1223c; public final /* synthetic */ i d; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public s(i iVar, k kVar, k kVar2) { super(kVar); this.d = iVar; - this.f1224c = kVar2; + this.f1223c = kVar2; } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/v.java b/app/src/main/java/c/i/a/f/j/b/e/v.java index 3c32eb209b..36975a77ef 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/v.java +++ b/app/src/main/java/c/i/a/f/j/b/e/v.java @@ -6,12 +6,12 @@ public final class v extends m { public final /* synthetic */ a0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ i f1225c; + public final /* synthetic */ i f1224c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public v(i iVar, k kVar, a0 a0Var) { super(kVar); - this.f1225c = iVar; + this.f1224c = iVar; this.b = a0Var; } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/w.java b/app/src/main/java/c/i/a/f/j/b/e/w.java index a7173334dc..6f805324a8 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/w.java +++ b/app/src/main/java/c/i/a/f/j/b/e/w.java @@ -8,24 +8,24 @@ public final class w implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zza createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; int i2 = 0; int i3 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i4 = 65535 & readInt; if (i4 == 1) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i4 == 2) { - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); } else if (i4 != 3) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - i3 = AnimatableValueParser.i2(parcel, readInt); + i3 = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zza(i, i2, i3); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/x.java b/app/src/main/java/c/i/a/f/j/b/e/x.java index 5d1d71390d..336b670281 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/x.java +++ b/app/src/main/java/c/i/a/f/j/b/e/x.java @@ -6,12 +6,12 @@ public final class x extends q { public final /* synthetic */ a0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ i f1226c; + public final /* synthetic */ i f1225c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public x(i iVar, k.a aVar, a0 a0Var) { super(aVar); - this.f1226c = iVar; + this.f1225c = iVar; this.b = a0Var; } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/x0.java b/app/src/main/java/c/i/a/f/j/b/e/x0.java index ec61363d4e..d6e14b04f7 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/x0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/x0.java @@ -15,7 +15,7 @@ public abstract class x0 extends b implements w0 { return false; } r rVar = (r) this; - rVar.d.b(rVar.f1223c.f1055c); + rVar.d.b(rVar.f1222c.f1054c); k kVar = rVar.b; if (kVar != null) { kVar.a(b0.a); diff --git a/app/src/main/java/c/i/a/f/j/b/e/y.java b/app/src/main/java/c/i/a/f/j/b/e/y.java index 7937bdeb81..9d2847825d 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/y.java +++ b/app/src/main/java/c/i/a/f/j/b/e/y.java @@ -6,17 +6,17 @@ import com.google.android.gms.tasks.TaskCompletionSource; public final class y extends p { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ a0 f1227c; + public final /* synthetic */ a0 f1226c; public final /* synthetic */ i d; public y(i iVar, a0 a0Var) { this.d = iVar; - this.f1227c = a0Var; + this.f1226c = a0Var; } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [c.i.a.f.e.h.a$b, com.google.android.gms.tasks.TaskCompletionSource] */ @Override // c.i.a.f.e.h.j.p public final /* synthetic */ void c(f fVar, TaskCompletionSource taskCompletionSource) throws RemoteException { - this.f1227c.a(fVar, i.j(this.d, taskCompletionSource)); + this.f1226c.a(fVar, i.j(this.d, taskCompletionSource)); } } diff --git a/app/src/main/java/c/i/a/f/j/b/f.java b/app/src/main/java/c/i/a/f/j/b/f.java index 91a82c1337..f63106ef1f 100644 --- a/app/src/main/java/c/i/a/f/j/b/f.java +++ b/app/src/main/java/c/i/a/f/j/b/f.java @@ -9,14 +9,14 @@ public final class f implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Message createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); byte[] bArr = null; String str = null; String str2 = null; zzgs[] zzgsArr = null; long j = 0; int i = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { @@ -28,14 +28,14 @@ public final class f implements Parcelable.Creator { } else if (i2 == 4) { zzgsArr = (zzgs[]) AnimatableValueParser.W(parcel, readInt, zzgs.CREATOR); } else if (i2 == 5) { - j = AnimatableValueParser.j2(parcel, readInt); + j = AnimatableValueParser.k2(parcel, readInt); } else if (i2 != 1000) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new Message(i, bArr, str, str2, zzgsArr, j); } diff --git a/app/src/main/java/c/i/a/f/j/b/g.java b/app/src/main/java/c/i/a/f/j/b/g.java index 52d1acf6e3..c4af81154a 100644 --- a/app/src/main/java/c/i/a/f/j/b/g.java +++ b/app/src/main/java/c/i/a/f/j/b/g.java @@ -12,14 +12,14 @@ public final class g implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final MessageFilter createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); ArrayList arrayList = null; ArrayList arrayList2 = null; ArrayList arrayList3 = null; int i = 0; boolean z2 = false; int i2 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { @@ -27,18 +27,18 @@ public final class g implements Parcelable.Creator { } else if (i3 == 2) { arrayList2 = AnimatableValueParser.X(parcel, readInt, zzgu.CREATOR); } else if (i3 == 3) { - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); } else if (i3 == 4) { arrayList3 = AnimatableValueParser.X(parcel, readInt, zzgp.CREATOR); } else if (i3 == 5) { - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); } else if (i3 != 1000) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new MessageFilter(i, arrayList, arrayList2, z2, arrayList3, i2); } diff --git a/app/src/main/java/c/i/a/f/j/b/j.java b/app/src/main/java/c/i/a/f/j/b/j.java index 6856b7d307..c1d5dc617d 100644 --- a/app/src/main/java/c/i/a/f/j/b/j.java +++ b/app/src/main/java/c/i/a/f/j/b/j.java @@ -8,7 +8,7 @@ public final class j implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Strategy createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; int i2 = 0; int i3 = 0; @@ -17,41 +17,41 @@ public final class j implements Parcelable.Creator { int i5 = 0; int i6 = 0; int i7 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i8 = 65535 & readInt; if (i8 != 1000) { switch (i8) { case 1: - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); continue; case 2: - i3 = AnimatableValueParser.i2(parcel, readInt); + i3 = AnimatableValueParser.j2(parcel, readInt); continue; case 3: - i4 = AnimatableValueParser.i2(parcel, readInt); + i4 = AnimatableValueParser.j2(parcel, readInt); continue; case 4: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); continue; case 5: - i5 = AnimatableValueParser.i2(parcel, readInt); + i5 = AnimatableValueParser.j2(parcel, readInt); continue; case 6: - i6 = AnimatableValueParser.i2(parcel, readInt); + i6 = AnimatableValueParser.j2(parcel, readInt); continue; case 7: - i7 = AnimatableValueParser.i2(parcel, readInt); + i7 = AnimatableValueParser.j2(parcel, readInt); continue; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); continue; } } else { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new Strategy(i, i2, i3, i4, z2, i5, i6, i7); } diff --git a/app/src/main/java/c/i/a/f/k/a.java b/app/src/main/java/c/i/a/f/k/a.java index b00cb89a8e..a422f252fd 100644 --- a/app/src/main/java/c/i/a/f/k/a.java +++ b/app/src/main/java/c/i/a/f/k/a.java @@ -10,7 +10,7 @@ public final class a { @Deprecated /* renamed from: c reason: collision with root package name */ - public static final c.i.a.f.e.h.a f1228c; + public static final c.i.a.f.e.h.a f1227c; @Deprecated public static final SafetyNetApi d = new i(); @@ -19,6 +19,6 @@ public final class a { a = gVar; h hVar = new h(); b = hVar; - f1228c = new c.i.a.f.e.h.a<>("SafetyNet.API", hVar, gVar); + f1227c = new c.i.a.f.e.h.a<>("SafetyNet.API", hVar, gVar); } } diff --git a/app/src/main/java/c/i/a/f/k/b.java b/app/src/main/java/c/i/a/f/k/b.java index 1ecd90698c..91bd5174b7 100644 --- a/app/src/main/java/c/i/a/f/k/b.java +++ b/app/src/main/java/c/i/a/f/k/b.java @@ -8,17 +8,17 @@ public final class b implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zza createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 2) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { str = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zza(str); } diff --git a/app/src/main/java/c/i/a/f/k/c.java b/app/src/main/java/c/i/a/f/k/c.java index 8aa7918628..c250978ecf 100644 --- a/app/src/main/java/c/i/a/f/k/c.java +++ b/app/src/main/java/c/i/a/f/k/c.java @@ -8,11 +8,11 @@ public final class c implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final HarmfulAppsData createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; byte[] bArr = null; int i = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 2) { @@ -20,12 +20,12 @@ public final class c implements Parcelable.Creator { } else if (i2 == 3) { bArr = AnimatableValueParser.Q(parcel, readInt); } else if (i2 != 4) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new HarmfulAppsData(str, bArr, i); } diff --git a/app/src/main/java/c/i/a/f/k/d.java b/app/src/main/java/c/i/a/f/k/d.java index 8e1ab0aa1d..3be899489c 100644 --- a/app/src/main/java/c/i/a/f/k/d.java +++ b/app/src/main/java/c/i/a/f/k/d.java @@ -9,27 +9,27 @@ public final class d implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzd createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); long j = 0; HarmfulAppsData[] harmfulAppsDataArr = null; int i = 0; boolean z2 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 2) { - j = AnimatableValueParser.j2(parcel, readInt); + j = AnimatableValueParser.k2(parcel, readInt); } else if (i2 == 3) { harmfulAppsDataArr = (HarmfulAppsData[]) AnimatableValueParser.W(parcel, readInt, HarmfulAppsData.CREATOR); } else if (i2 == 4) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i2 != 5) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzd(j, harmfulAppsDataArr, i, z2); } diff --git a/app/src/main/java/c/i/a/f/k/e.java b/app/src/main/java/c/i/a/f/k/e.java index 774c49778f..ac8adf9ee5 100644 --- a/app/src/main/java/c/i/a/f/k/e.java +++ b/app/src/main/java/c/i/a/f/k/e.java @@ -8,17 +8,17 @@ public final class e implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzf createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 2) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { str = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzf(str); } diff --git a/app/src/main/java/c/i/a/f/k/f.java b/app/src/main/java/c/i/a/f/k/f.java index 0007461cdc..6b704a7dd3 100644 --- a/app/src/main/java/c/i/a/f/k/f.java +++ b/app/src/main/java/c/i/a/f/k/f.java @@ -8,21 +8,21 @@ public final class f implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzh createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; boolean z2 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 2) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i2 != 3) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzh(i, z2); } diff --git a/app/src/main/java/c/i/a/f/k/g.java b/app/src/main/java/c/i/a/f/k/g.java index 524b1d66e7..67ba64ff48 100644 --- a/app/src/main/java/c/i/a/f/k/g.java +++ b/app/src/main/java/c/i/a/f/k/g.java @@ -8,27 +8,27 @@ import com.google.android.gms.common.data.DataHolder; import com.google.android.gms.safetynet.SafeBrowsingData; public final class g implements Parcelable.Creator { public static void a(SafeBrowsingData safeBrowsingData, Parcel parcel, int i) { - int Z2 = AnimatableValueParser.Z2(parcel, 20293); - AnimatableValueParser.V2(parcel, 2, safeBrowsingData.i, false); - AnimatableValueParser.U2(parcel, 3, safeBrowsingData.j, i, false); - AnimatableValueParser.U2(parcel, 4, safeBrowsingData.k, i, false); + int a3 = AnimatableValueParser.a3(parcel, 20293); + AnimatableValueParser.W2(parcel, 2, safeBrowsingData.i, false); + AnimatableValueParser.V2(parcel, 3, safeBrowsingData.j, i, false); + AnimatableValueParser.V2(parcel, 4, safeBrowsingData.k, i, false); long j = safeBrowsingData.l; - AnimatableValueParser.c3(parcel, 5, 8); + AnimatableValueParser.d3(parcel, 5, 8); parcel.writeLong(j); - AnimatableValueParser.S2(parcel, 6, safeBrowsingData.m, false); - AnimatableValueParser.e3(parcel, Z2); + AnimatableValueParser.T2(parcel, 6, safeBrowsingData.m, false); + AnimatableValueParser.f3(parcel, a3); } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final SafeBrowsingData createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; DataHolder dataHolder = null; ParcelFileDescriptor parcelFileDescriptor = null; byte[] bArr = null; long j = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 2) { @@ -38,14 +38,14 @@ public final class g implements Parcelable.Creator { } else if (i == 4) { parcelFileDescriptor = (ParcelFileDescriptor) AnimatableValueParser.S(parcel, readInt, ParcelFileDescriptor.CREATOR); } else if (i == 5) { - j = AnimatableValueParser.j2(parcel, readInt); + j = AnimatableValueParser.k2(parcel, readInt); } else if (i != 6) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { bArr = AnimatableValueParser.Q(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new SafeBrowsingData(str, dataHolder, parcelFileDescriptor, j, bArr); } diff --git a/app/src/main/java/c/i/a/f/l/b/a.java b/app/src/main/java/c/i/a/f/l/b/a.java index ee3aba3594..c659e6d804 100644 --- a/app/src/main/java/c/i/a/f/l/b/a.java +++ b/app/src/main/java/c/i/a/f/l/b/a.java @@ -57,7 +57,7 @@ public class a extends d implements f { Log.w("SignInClientImpl", "Remote service probably died when signIn is called"); try { g0 g0Var = (g0) cVar; - g0Var.f1053c.post(new i0(g0Var, new zam())); + g0Var.f1052c.post(new i0(g0Var, new zam())); } catch (RemoteException unused) { Log.wtf("SignInClientImpl", "ISignInCallbacks#onSignInComplete should be executed from the same process, unexpected RemoteException.", e); } diff --git a/app/src/main/java/c/i/a/f/l/b/b.java b/app/src/main/java/c/i/a/f/l/b/b.java index ac75cf573e..9920b24735 100644 --- a/app/src/main/java/c/i/a/f/l/b/b.java +++ b/app/src/main/java/c/i/a/f/l/b/b.java @@ -10,24 +10,24 @@ public final class b implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zab createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; Intent intent = null; int i2 = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i3 == 2) { - i2 = AnimatableValueParser.i2(parcel, readInt); + i2 = AnimatableValueParser.j2(parcel, readInt); } else if (i3 != 3) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { intent = (Intent) AnimatableValueParser.S(parcel, readInt, Intent.CREATOR); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zab(i, i2, intent); } diff --git a/app/src/main/java/c/i/a/f/l/b/h.java b/app/src/main/java/c/i/a/f/l/b/h.java index fb2b60fbfb..deed4a4281 100644 --- a/app/src/main/java/c/i/a/f/l/b/h.java +++ b/app/src/main/java/c/i/a/f/l/b/h.java @@ -10,21 +10,21 @@ public final class h implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zag createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); ArrayList arrayList = null; String str = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { arrayList = AnimatableValueParser.V(parcel, readInt); } else if (i != 2) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { str = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zag(arrayList, str); } diff --git a/app/src/main/java/c/i/a/f/l/b/i.java b/app/src/main/java/c/i/a/f/l/b/i.java index ea3da49ce3..463cf81329 100644 --- a/app/src/main/java/c/i/a/f/l/b/i.java +++ b/app/src/main/java/c/i/a/f/l/b/i.java @@ -10,21 +10,21 @@ public final class i implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zak createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); int i = 0; zas zas = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i2 != 2) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { zas = (zas) AnimatableValueParser.S(parcel, readInt, zas.CREATOR); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zak(i, zas); } diff --git a/app/src/main/java/c/i/a/f/l/b/j.java b/app/src/main/java/c/i/a/f/l/b/j.java index ca975bdce5..d6495df6d4 100644 --- a/app/src/main/java/c/i/a/f/l/b/j.java +++ b/app/src/main/java/c/i/a/f/l/b/j.java @@ -11,24 +11,24 @@ public final class j implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zam createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); ConnectionResult connectionResult = null; zau zau = null; int i = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); } else if (i2 == 2) { connectionResult = (ConnectionResult) AnimatableValueParser.S(parcel, readInt, ConnectionResult.CREATOR); } else if (i2 != 3) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { zau = (zau) AnimatableValueParser.S(parcel, readInt, zau.CREATOR); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zam(i, connectionResult, zau); } diff --git a/app/src/main/java/c/i/a/f/l/c.java b/app/src/main/java/c/i/a/f/l/c.java index c5477c7d60..faf83bab29 100644 --- a/app/src/main/java/c/i/a/f/l/c.java +++ b/app/src/main/java/c/i/a/f/l/c.java @@ -10,7 +10,7 @@ public final class c { public static final a.g b; /* renamed from: c reason: collision with root package name */ - public static final a.AbstractC0105a f1229c; + public static final a.AbstractC0105a f1228c; public static final a.AbstractC0105a d; static { @@ -19,7 +19,7 @@ public final class c { a.g gVar2 = new a.g<>(); b = gVar2; e eVar = new e(); - f1229c = eVar; + f1228c = eVar; d dVar = new d(); d = dVar; new Scope("profile"); diff --git a/app/src/main/java/c/i/a/f/m/a.java b/app/src/main/java/c/i/a/f/m/a.java index d10c7d252b..2601e9cfc6 100644 --- a/app/src/main/java/c/i/a/f/m/a.java +++ b/app/src/main/java/c/i/a/f/m/a.java @@ -30,7 +30,7 @@ public class a { public final Object b; /* renamed from: c reason: collision with root package name */ - public final PowerManager.WakeLock f1230c; + public final PowerManager.WakeLock f1229c; public WorkSource d; public final int e; public final String f; @@ -58,7 +58,7 @@ public class a { } else { this.f = str; } - this.f1230c = ((PowerManager) context.getSystemService("power")).newWakeLock(i, str); + this.f1229c = ((PowerManager) context.getSystemService("power")).newWakeLock(i, str); if (i.a(context)) { packageName = h.a(packageName) ? context.getPackageName() : packageName; if (!(context.getPackageManager() == null || packageName == null)) { @@ -100,7 +100,7 @@ public class a { this.d = workSource; } try { - this.f1230c.setWorkSource(this.d); + this.f1229c.setWorkSource(this.d); } catch (ArrayIndexOutOfBoundsException | IllegalArgumentException e3) { Log.wtf("WakeLock", e3.toString()); } @@ -125,7 +125,7 @@ public class a { if (r7.j == 0) goto L_0x0061; */ /* JADX WARNING: Code restructure failed: missing block: B:24:0x0061, code lost: - com.airbnb.lottie.parser.AnimatableValueParser.C0(r7.f1230c, null); + com.airbnb.lottie.parser.AnimatableValueParser.C0(r7.f1229c, null); c(); r7.j++; */ @@ -136,7 +136,7 @@ public class a { } synchronized (this.b) { boolean z2 = false; - if ((!this.i.isEmpty() || this.j > 0) && !this.f1230c.isHeld()) { + if ((!this.i.isEmpty() || this.j > 0) && !this.f1229c.isHeld()) { this.i.clear(); this.j = 0; } @@ -152,7 +152,7 @@ public class a { if (!this.h) { } } - this.f1230c.acquire(); + this.f1229c.acquire(); if (j > 0) { a.schedule(new b(this), j, TimeUnit.MILLISECONDS); } @@ -165,7 +165,7 @@ public class a { if (r6.j == 1) goto L_0x005b; */ /* JADX WARNING: Code restructure failed: missing block: B:23:0x005b, code lost: - com.airbnb.lottie.parser.AnimatableValueParser.C0(r6.f1230c, null); + com.airbnb.lottie.parser.AnimatableValueParser.C0(r6.f1229c, null); c(); r6.j--; */ @@ -205,7 +205,7 @@ public class a { WorkSource workSource = this.d; Method method2 = i.a; ArrayList arrayList = new ArrayList(); - if (!(workSource == null || (method = i.f1075c) == null)) { + if (!(workSource == null || (method = i.f1074c) == null)) { try { Object invoke = method.invoke(workSource, new Object[0]); Objects.requireNonNull(invoke, "null reference"); @@ -241,9 +241,9 @@ public class a { } public final void d() { - if (this.f1230c.isHeld()) { + if (this.f1229c.isHeld()) { try { - this.f1230c.release(); + this.f1229c.release(); } catch (RuntimeException e) { if (e.getClass().equals(RuntimeException.class)) { Log.e("WakeLock", String.valueOf(this.f).concat(" was already released!"), e); @@ -251,7 +251,7 @@ public class a { throw e; } } - this.f1230c.isHeld(); + this.f1229c.isHeld(); } } } diff --git a/app/src/main/java/c/i/a/f/n/b0.java b/app/src/main/java/c/i/a/f/n/b0.java index 9a33f7e1e7..0ee9465f58 100644 --- a/app/src/main/java/c/i/a/f/n/b0.java +++ b/app/src/main/java/c/i/a/f/n/b0.java @@ -14,7 +14,7 @@ public final class b0 extends Task { public final y b = new y<>(); /* renamed from: c reason: collision with root package name */ - public boolean f1231c; + public boolean f1230c; public volatile boolean d; @Nullable public TResult e; @@ -123,7 +123,7 @@ public final class b0 extends Task { public final TResult l() { TResult tresult; synchronized (this.a) { - AnimatableValueParser.G(this.f1231c, "Task is not yet complete"); + AnimatableValueParser.G(this.f1230c, "Task is not yet complete"); if (this.d) { throw new CancellationException("Task is already canceled."); } else if (this.f == null) { @@ -139,7 +139,7 @@ public final class b0 extends Task { public final TResult m(@NonNull Class cls) throws Throwable { TResult tresult; synchronized (this.a) { - AnimatableValueParser.G(this.f1231c, "Task is not yet complete"); + AnimatableValueParser.G(this.f1230c, "Task is not yet complete"); if (this.d) { throw new CancellationException("Task is already canceled."); } else if (cls.isInstance(this.f)) { @@ -162,7 +162,7 @@ public final class b0 extends Task { public final boolean o() { boolean z2; synchronized (this.a) { - z2 = this.f1231c; + z2 = this.f1230c; } return z2; } @@ -171,7 +171,7 @@ public final class b0 extends Task { public final boolean p() { boolean z2; synchronized (this.a) { - z2 = this.f1231c && !this.d && this.f == null; + z2 = this.f1230c && !this.d && this.f == null; } return z2; } @@ -197,7 +197,7 @@ public final class b0 extends Task { AnimatableValueParser.z(exc, "Exception must not be null"); synchronized (this.a) { v(); - this.f1231c = true; + this.f1230c = true; this.f = exc; } this.b.a(this); @@ -206,7 +206,7 @@ public final class b0 extends Task { public final void t(@Nullable TResult tresult) { synchronized (this.a) { v(); - this.f1231c = true; + this.f1230c = true; this.e = tresult; } this.b.a(this); @@ -214,10 +214,10 @@ public final class b0 extends Task { public final boolean u() { synchronized (this.a) { - if (this.f1231c) { + if (this.f1230c) { return false; } - this.f1231c = true; + this.f1230c = true; this.d = true; this.b.a(this); return true; @@ -226,7 +226,7 @@ public final class b0 extends Task { public final void v() { String str; - if (this.f1231c) { + if (this.f1230c) { int i = DuplicateTaskCompletionException.i; if (o()) { Exception k = k(); @@ -250,7 +250,7 @@ public final class b0 extends Task { public final void w() { synchronized (this.a) { - if (this.f1231c) { + if (this.f1230c) { this.b.a(this); } } diff --git a/app/src/main/java/c/i/a/f/n/j.java b/app/src/main/java/c/i/a/f/n/j.java index 13c4c6cdae..dc533386e3 100644 --- a/app/src/main/java/c/i/a/f/n/j.java +++ b/app/src/main/java/c/i/a/f/n/j.java @@ -8,7 +8,7 @@ public final class j implements h { public final int b; /* renamed from: c reason: collision with root package name */ - public final b0 f1232c; + public final b0 f1231c; public int d; public int e; public int f; @@ -17,7 +17,7 @@ public final class j implements h { public j(int i, b0 b0Var) { this.b = i; - this.f1232c = b0Var; + this.f1231c = b0Var; } public final void a() { @@ -25,7 +25,7 @@ public final class j implements h { return; } if (this.g != null) { - b0 b0Var = this.f1232c; + b0 b0Var = this.f1231c; int i = this.e; int i2 = this.b; StringBuilder sb = new StringBuilder(54); @@ -35,9 +35,9 @@ public final class j implements h { sb.append(" underlying tasks failed"); b0Var.s(new ExecutionException(sb.toString(), this.g)); } else if (this.h) { - this.f1232c.u(); + this.f1231c.u(); } else { - this.f1232c.t(null); + this.f1231c.t(null); } } diff --git a/app/src/main/java/c/i/a/f/n/k.java b/app/src/main/java/c/i/a/f/n/k.java index 153d777222..573a1fce37 100644 --- a/app/src/main/java/c/i/a/f/n/k.java +++ b/app/src/main/java/c/i/a/f/n/k.java @@ -9,12 +9,12 @@ public final class k implements z { public final a b; /* renamed from: c reason: collision with root package name */ - public final b0 f1233c; + public final b0 f1232c; public k(@NonNull Executor executor, @NonNull a aVar, @NonNull b0 b0Var) { this.a = executor; this.b = aVar; - this.f1233c = b0Var; + this.f1232c = b0Var; } @Override // c.i.a.f.n.z diff --git a/app/src/main/java/c/i/a/f/n/l.java b/app/src/main/java/c/i/a/f/n/l.java index 78c2816249..ffc1e5d9b6 100644 --- a/app/src/main/java/c/i/a/f/n/l.java +++ b/app/src/main/java/c/i/a/f/n/l.java @@ -9,12 +9,12 @@ public final class l implements b, d, e> b; /* renamed from: c reason: collision with root package name */ - public final b0 f1234c; + public final b0 f1233c; public l(@NonNull Executor executor, @NonNull a> aVar, @NonNull b0 b0Var) { this.a = executor; this.b = aVar; - this.f1234c = b0Var; + this.f1233c = b0Var; } @Override // c.i.a.f.n.z @@ -24,16 +24,16 @@ public final class l implements b, d, e implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public b f1235c; + public b f1234c; public p(@NonNull Executor executor, @NonNull b bVar) { this.a = executor; - this.f1235c = bVar; + this.f1234c = bVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (task.n()) { synchronized (this.b) { - if (this.f1235c != null) { + if (this.f1234c != null) { this.a.execute(new o(this)); } } diff --git a/app/src/main/java/c/i/a/f/n/q.java b/app/src/main/java/c/i/a/f/n/q.java index 82fe44e126..45eb2f8c92 100644 --- a/app/src/main/java/c/i/a/f/n/q.java +++ b/app/src/main/java/c/i/a/f/n/q.java @@ -9,17 +9,17 @@ public final class q implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public c f1236c; + public c f1235c; public q(@NonNull Executor executor, @NonNull c cVar) { this.a = executor; - this.f1236c = cVar; + this.f1235c = cVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { synchronized (this.b) { - if (this.f1236c != null) { + if (this.f1235c != null) { this.a.execute(new r(this, task)); } } diff --git a/app/src/main/java/c/i/a/f/n/r.java b/app/src/main/java/c/i/a/f/n/r.java index c0b97c8e08..32c78538fe 100644 --- a/app/src/main/java/c/i/a/f/n/r.java +++ b/app/src/main/java/c/i/a/f/n/r.java @@ -14,7 +14,7 @@ public final class r implements Runnable { @Override // java.lang.Runnable public final void run() { synchronized (this.j.b) { - c cVar = this.j.f1236c; + c cVar = this.j.f1235c; if (cVar != 0) { cVar.onComplete(this.i); } diff --git a/app/src/main/java/c/i/a/f/n/s.java b/app/src/main/java/c/i/a/f/n/s.java index 9b3c29d062..982da6db59 100644 --- a/app/src/main/java/c/i/a/f/n/s.java +++ b/app/src/main/java/c/i/a/f/n/s.java @@ -15,7 +15,7 @@ public final class s implements Runnable { @Override // java.lang.Runnable public final void run() { synchronized (this.j.b) { - d dVar = this.j.f1237c; + d dVar = this.j.f1236c; if (dVar != null) { Exception k = this.i.k(); Objects.requireNonNull(k, "null reference"); diff --git a/app/src/main/java/c/i/a/f/n/t.java b/app/src/main/java/c/i/a/f/n/t.java index 3d25e235c9..b5401bf99a 100644 --- a/app/src/main/java/c/i/a/f/n/t.java +++ b/app/src/main/java/c/i/a/f/n/t.java @@ -9,18 +9,18 @@ public final class t implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public d f1237c; + public d f1236c; public t(@NonNull Executor executor, @NonNull d dVar) { this.a = executor; - this.f1237c = dVar; + this.f1236c = dVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (!task.p() && !task.n()) { synchronized (this.b) { - if (this.f1237c != null) { + if (this.f1236c != null) { this.a.execute(new s(this, task)); } } diff --git a/app/src/main/java/c/i/a/f/n/u.java b/app/src/main/java/c/i/a/f/n/u.java index 22d9cf5079..ac785a819a 100644 --- a/app/src/main/java/c/i/a/f/n/u.java +++ b/app/src/main/java/c/i/a/f/n/u.java @@ -9,18 +9,18 @@ public final class u implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public e f1238c; + public e f1237c; public u(@NonNull Executor executor, @NonNull e eVar) { this.a = executor; - this.f1238c = eVar; + this.f1237c = eVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (task.p()) { synchronized (this.b) { - if (this.f1238c != null) { + if (this.f1237c != null) { this.a.execute(new v(this, task)); } } diff --git a/app/src/main/java/c/i/a/f/n/v.java b/app/src/main/java/c/i/a/f/n/v.java index cd583013b1..84aa56369e 100644 --- a/app/src/main/java/c/i/a/f/n/v.java +++ b/app/src/main/java/c/i/a/f/n/v.java @@ -14,7 +14,7 @@ public final class v implements Runnable { @Override // java.lang.Runnable public final void run() { synchronized (this.j.b) { - e eVar = this.j.f1238c; + e eVar = this.j.f1237c; if (eVar != 0) { eVar.onSuccess(this.i.l()); } diff --git a/app/src/main/java/c/i/a/f/n/w.java b/app/src/main/java/c/i/a/f/n/w.java index 6e2fa22823..4bce136285 100644 --- a/app/src/main/java/c/i/a/f/n/w.java +++ b/app/src/main/java/c/i/a/f/n/w.java @@ -20,7 +20,7 @@ public final class w implements Runnable { Task a = this.j.b.a(this.i.l()); if (a == null) { x xVar = this.j; - xVar.f1239c.s(new NullPointerException("Continuation returned null")); + xVar.f1238c.s(new NullPointerException("Continuation returned null")); return; } Executor executor = g.b; @@ -29,14 +29,14 @@ public final class w implements Runnable { a.a(executor, this.j); } catch (RuntimeExecutionException e) { if (e.getCause() instanceof Exception) { - this.j.f1239c.s((Exception) e.getCause()); + this.j.f1238c.s((Exception) e.getCause()); return; } - this.j.f1239c.s(e); + this.j.f1238c.s(e); } catch (CancellationException unused) { - this.j.f1239c.u(); + this.j.f1238c.u(); } catch (Exception e2) { - this.j.f1239c.s(e2); + this.j.f1238c.s(e2); } } } diff --git a/app/src/main/java/c/i/a/f/n/x.java b/app/src/main/java/c/i/a/f/n/x.java index 21dabc2dbc..4b1b8948ec 100644 --- a/app/src/main/java/c/i/a/f/n/x.java +++ b/app/src/main/java/c/i/a/f/n/x.java @@ -9,12 +9,12 @@ public final class x implements b, d, e b; /* renamed from: c reason: collision with root package name */ - public final b0 f1239c; + public final b0 f1238c; public x(@NonNull Executor executor, @NonNull f fVar, @NonNull b0 b0Var) { this.a = executor; this.b = fVar; - this.f1239c = b0Var; + this.f1238c = b0Var; } @Override // c.i.a.f.n.z @@ -24,16 +24,16 @@ public final class x implements b, d, e { public Queue> b; /* renamed from: c reason: collision with root package name */ - public boolean f1240c; + public boolean f1239c; public final void a(@NonNull Task task) { z poll; synchronized (this.a) { if (this.b != null) { - if (!this.f1240c) { - this.f1240c = true; + if (!this.f1239c) { + this.f1239c = true; } } return; @@ -26,7 +26,7 @@ public final class y { synchronized (this.a) { poll = this.b.poll(); if (poll == null) { - this.f1240c = false; + this.f1239c = false; return; } } diff --git a/app/src/main/java/c/i/a/g/a/c.java b/app/src/main/java/c/i/a/g/a/c.java index d4cc6a9e46..522ec6ce0a 100644 --- a/app/src/main/java/c/i/a/g/a/c.java +++ b/app/src/main/java/c/i/a/g/a/c.java @@ -56,7 +56,7 @@ public class c extends CoordinatorLayout.Behavior { } d dVar = this.viewOffsetHelper; dVar.b = dVar.a.getTop(); - dVar.f1241c = dVar.a.getLeft(); + dVar.f1240c = dVar.a.getLeft(); this.viewOffsetHelper.a(); int i2 = this.tempTopBottomOffset; if (i2 != 0) { diff --git a/app/src/main/java/c/i/a/g/a/d.java b/app/src/main/java/c/i/a/g/a/d.java index cd47cb8b76..213e860ab8 100644 --- a/app/src/main/java/c/i/a/g/a/d.java +++ b/app/src/main/java/c/i/a/g/a/d.java @@ -8,7 +8,7 @@ public class d { public int b; /* renamed from: c reason: collision with root package name */ - public int f1241c; + public int f1240c; public int d; public int e; public boolean f = true; @@ -22,7 +22,7 @@ public class d { View view = this.a; ViewCompat.offsetTopAndBottom(view, this.d - (view.getTop() - this.b)); View view2 = this.a; - ViewCompat.offsetLeftAndRight(view2, this.e - (view2.getLeft() - this.f1241c)); + ViewCompat.offsetLeftAndRight(view2, this.e - (view2.getLeft() - this.f1240c)); } public boolean b(int i) { diff --git a/app/src/main/java/c/i/a/g/b/a.java b/app/src/main/java/c/i/a/g/b/a.java index b5e171c61a..35e1b0ad7d 100644 --- a/app/src/main/java/c/i/a/g/b/a.java +++ b/app/src/main/java/c/i/a/g/b/a.java @@ -27,7 +27,7 @@ public class a { public ShapeAppearanceModel b; /* renamed from: c reason: collision with root package name */ - public int f1242c; + public int f1241c; public int d; public int e; public int f; @@ -50,7 +50,7 @@ public class a { public LayerDrawable r; /* renamed from: s reason: collision with root package name */ - public int f1243s; + public int f1242s; public a(MaterialButton materialButton, @NonNull ShapeAppearanceModel shapeAppearanceModel) { this.a = materialButton; @@ -129,12 +129,12 @@ public class a { MaterialShapeDrawable materialShapeDrawable3 = new MaterialShapeDrawable(this.b); this.m = materialShapeDrawable3; DrawableCompat.setTint(materialShapeDrawable3, -1); - RippleDrawable rippleDrawable = new RippleDrawable(RippleUtils.sanitizeRippleDrawableColor(this.l), new InsetDrawable((Drawable) new LayerDrawable(new Drawable[]{materialShapeDrawable2, materialShapeDrawable}), this.f1242c, this.e, this.d, this.f), this.m); + RippleDrawable rippleDrawable = new RippleDrawable(RippleUtils.sanitizeRippleDrawableColor(this.l), new InsetDrawable((Drawable) new LayerDrawable(new Drawable[]{materialShapeDrawable2, materialShapeDrawable}), this.f1241c, this.e, this.d, this.f), this.m); this.r = rippleDrawable; materialButton.setInternalBackground(rippleDrawable); MaterialShapeDrawable b = b(); if (b != null) { - b.setElevation((float) this.f1243s); + b.setElevation((float) this.f1242s); } } diff --git a/app/src/main/java/c/i/a/g/c/a.java b/app/src/main/java/c/i/a/g/c/a.java index b1c31d5ac7..51d0380328 100644 --- a/app/src/main/java/c/i/a/g/c/a.java +++ b/app/src/main/java/c/i/a/g/c/a.java @@ -31,7 +31,7 @@ public class a { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialCardView f1244c; + public final MaterialCardView f1243c; @NonNull public final Rect d = new Rect(); @NonNull @@ -65,7 +65,7 @@ public class a { @Nullable /* renamed from: s reason: collision with root package name */ - public MaterialShapeDrawable f1245s; + public MaterialShapeDrawable f1244s; public boolean t = false; public boolean u; @@ -93,7 +93,7 @@ public class a { } public a(@NonNull MaterialCardView materialCardView, AttributeSet attributeSet, int i, @StyleRes int i2) { - this.f1244c = materialCardView; + this.f1243c = materialCardView; MaterialShapeDrawable materialShapeDrawable = new MaterialShapeDrawable(materialCardView.getContext(), attributeSet, i, i2); this.e = materialShapeDrawable; materialShapeDrawable.initializeElevationOverlay(materialCardView.getContext()); @@ -124,11 +124,11 @@ public class a { } public final float c() { - return this.f1244c.getMaxCardElevation() + (j() ? a() : 0.0f); + return this.f1243c.getMaxCardElevation() + (j() ? a() : 0.0f); } public final float d() { - return (this.f1244c.getMaxCardElevation() * 1.5f) + (j() ? a() : 0.0f); + return (this.f1243c.getMaxCardElevation() * 1.5f) + (j() ? a() : 0.0f); } @NonNull @@ -136,8 +136,8 @@ public class a { RippleDrawable rippleDrawable; if (this.p == null) { if (RippleUtils.USE_FRAMEWORK_RIPPLE) { - this.f1245s = new MaterialShapeDrawable(this.n); - rippleDrawable = new RippleDrawable(this.l, null, this.f1245s); + this.f1244s = new MaterialShapeDrawable(this.n); + rippleDrawable = new RippleDrawable(this.l, null, this.f1244s); } else { StateListDrawable stateListDrawable = new StateListDrawable(); MaterialShapeDrawable materialShapeDrawable = new MaterialShapeDrawable(this.n); @@ -165,7 +165,7 @@ public class a { public final Drawable f(Drawable drawable) { int i; int i2; - if (this.f1244c.getUseCompatPadding()) { + if (this.f1243c.getUseCompatPadding()) { int ceil = (int) Math.ceil((double) d()); i2 = (int) Math.ceil((double) c()); i = ceil; @@ -202,7 +202,7 @@ public class a { if (materialShapeDrawable2 != null) { materialShapeDrawable2.setShapeAppearanceModel(shapeAppearanceModel); } - MaterialShapeDrawable materialShapeDrawable3 = this.f1245s; + MaterialShapeDrawable materialShapeDrawable3 = this.f1244s; if (materialShapeDrawable3 != null) { materialShapeDrawable3.setShapeAppearanceModel(shapeAppearanceModel); } @@ -213,30 +213,30 @@ public class a { } public final boolean i() { - return this.f1244c.getPreventCornerOverlap() && !this.e.isRoundRect(); + return this.f1243c.getPreventCornerOverlap() && !this.e.isRoundRect(); } public final boolean j() { - return this.f1244c.getPreventCornerOverlap() && this.e.isRoundRect() && this.f1244c.getUseCompatPadding(); + return this.f1243c.getPreventCornerOverlap() && this.e.isRoundRect() && this.f1243c.getUseCompatPadding(); } public void k() { float f = 0.0f; float a2 = i() || j() ? a() : 0.0f; - if (this.f1244c.getPreventCornerOverlap() && this.f1244c.getUseCompatPadding()) { - f = (float) ((1.0d - b) * ((double) this.f1244c.getCardViewRadius())); + if (this.f1243c.getPreventCornerOverlap() && this.f1243c.getUseCompatPadding()) { + f = (float) ((1.0d - b) * ((double) this.f1243c.getCardViewRadius())); } int i = (int) (a2 - f); - MaterialCardView materialCardView = this.f1244c; + MaterialCardView materialCardView = this.f1243c; Rect rect = this.d; materialCardView.setAncestorContentPadding(rect.left + i, rect.top + i, rect.right + i, rect.bottom + i); } public void l() { if (!this.t) { - this.f1244c.setBackgroundInternal(f(this.e)); + this.f1243c.setBackgroundInternal(f(this.e)); } - this.f1244c.setForeground(f(this.j)); + this.f1243c.setForeground(f(this.j)); } public final void m() { diff --git a/app/src/main/java/c/i/a/g/d/a.java b/app/src/main/java/c/i/a/g/d/a.java index ab2230d04a..650b40af60 100644 --- a/app/src/main/java/c/i/a/g/d/a.java +++ b/app/src/main/java/c/i/a/g/d/a.java @@ -23,7 +23,7 @@ public final class a { public final ColorStateList b; /* renamed from: c reason: collision with root package name */ - public final ColorStateList f1246c; + public final ColorStateList f1245c; public final ColorStateList d; public final int e; public final ShapeAppearanceModel f; @@ -35,7 +35,7 @@ public final class a { Preconditions.checkArgumentNonnegative(rect.bottom); this.a = rect; this.b = colorStateList2; - this.f1246c = colorStateList; + this.f1245c = colorStateList; this.d = colorStateList3; this.e = i; this.f = shapeAppearanceModel; @@ -60,7 +60,7 @@ public final class a { MaterialShapeDrawable materialShapeDrawable2 = new MaterialShapeDrawable(); materialShapeDrawable.setShapeAppearanceModel(this.f); materialShapeDrawable2.setShapeAppearanceModel(this.f); - materialShapeDrawable.setFillColor(this.f1246c); + materialShapeDrawable.setFillColor(this.f1245c); materialShapeDrawable.setStroke((float) this.e, this.d); textView.setTextColor(this.b); RippleDrawable rippleDrawable = new RippleDrawable(this.b.withAlpha(30), materialShapeDrawable, materialShapeDrawable2); diff --git a/app/src/main/java/c/i/a/g/d/b.java b/app/src/main/java/c/i/a/g/d/b.java index d26940f341..ffca505b4b 100644 --- a/app/src/main/java/c/i/a/g/d/b.java +++ b/app/src/main/java/c/i/a/g/d/b.java @@ -18,7 +18,7 @@ public final class b { @NonNull /* renamed from: c reason: collision with root package name */ - public final a f1247c; + public final a f1246c; @NonNull public final a d; @NonNull @@ -35,7 +35,7 @@ public final class b { this.a = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayStyle, 0)); this.g = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayInvalidStyle, 0)); this.b = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_daySelectedStyle, 0)); - this.f1247c = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayTodayStyle, 0)); + this.f1246c = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayTodayStyle, 0)); ColorStateList colorStateList = MaterialResources.getColorStateList(context, obtainStyledAttributes, R.styleable.MaterialCalendar_rangeFillColor); this.d = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_yearStyle, 0)); this.e = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_yearSelectedStyle, 0)); diff --git a/app/src/main/java/c/i/a/g/d/g.java b/app/src/main/java/c/i/a/g/d/g.java index d102ad946a..f14b5c61d0 100644 --- a/app/src/main/java/c/i/a/g/d/g.java +++ b/app/src/main/java/c/i/a/g/d/g.java @@ -75,7 +75,7 @@ public class g extends BaseAdapter { break; } } - aVar = z2 ? this.m.b : l.h().getTimeInMillis() == j ? this.m.f1247c : this.m.a; + aVar = z2 ? this.m.b : l.h().getTimeInMillis() == j ? this.m.f1246c : this.m.a; } else { textView.setEnabled(false); aVar = this.m.g; diff --git a/app/src/main/java/c/i/a/g/d/k.java b/app/src/main/java/c/i/a/g/d/k.java index 2c40ffd3e3..7dd23a94b4 100644 --- a/app/src/main/java/c/i/a/g/d/k.java +++ b/app/src/main/java/c/i/a/g/d/k.java @@ -10,7 +10,7 @@ public class k { @Nullable /* renamed from: c reason: collision with root package name */ - public final TimeZone f1248c = null; + public final TimeZone f1247c = null; public k(@Nullable Long l, @Nullable TimeZone timeZone) { } diff --git a/app/src/main/java/c/i/a/g/d/l.java b/app/src/main/java/c/i/a/g/d/l.java index 5a818c111d..5e7f88d953 100644 --- a/app/src/main/java/c/i/a/g/d/l.java +++ b/app/src/main/java/c/i/a/g/d/l.java @@ -71,7 +71,7 @@ public class l { if (kVar == null) { kVar = k.a; } - java.util.TimeZone timeZone = kVar.f1248c; + java.util.TimeZone timeZone = kVar.f1247c; Calendar instance = timeZone == null ? Calendar.getInstance() : Calendar.getInstance(timeZone); Long l = kVar.b; if (l != null) { diff --git a/app/src/main/java/c/i/a/g/e/b.java b/app/src/main/java/c/i/a/g/e/b.java index dcb0cee7fe..4785b2fc2a 100644 --- a/app/src/main/java/c/i/a/g/e/b.java +++ b/app/src/main/java/c/i/a/g/e/b.java @@ -23,7 +23,7 @@ public abstract class b implements j { public final ExtendedFloatingActionButton b; /* renamed from: c reason: collision with root package name */ - public final ArrayList f1249c = new ArrayList<>(); + public final ArrayList f1248c = new ArrayList<>(); public final a d; @Nullable public MotionSpec e; diff --git a/app/src/main/java/c/i/a/g/e/c.java b/app/src/main/java/c/i/a/g/e/c.java index 36bc219155..9f58bf4b27 100644 --- a/app/src/main/java/c/i/a/g/e/c.java +++ b/app/src/main/java/c/i/a/g/e/c.java @@ -29,7 +29,7 @@ public class c extends Drawable { public final Paint b; /* renamed from: c reason: collision with root package name */ - public final Path f1250c = new Path(); + public final Path f1249c = new Path(); public final Rect d = new Rect(); public final RectF e = new RectF(); public final RectF f = new RectF(); @@ -130,9 +130,9 @@ public class c extends Drawable { } copyBounds(this.d); this.e.set(this.d); - this.a.calculatePath(this.o, 1.0f, this.e, this.f1250c); - if (this.f1250c.isConvex()) { - outline.setConvexPath(this.f1250c); + this.a.calculatePath(this.o, 1.0f, this.e, this.f1249c); + if (this.f1249c.isConvex()) { + outline.setConvexPath(this.f1249c); } } diff --git a/app/src/main/java/c/i/a/g/e/d.java b/app/src/main/java/c/i/a/g/e/d.java index 231e15687c..c14130f3aa 100644 --- a/app/src/main/java/c/i/a/g/e/d.java +++ b/app/src/main/java/c/i/a/g/e/d.java @@ -10,13 +10,13 @@ public class d extends AnimatorListenerAdapter { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ f.AbstractC0117f f1251c; + public final /* synthetic */ f.AbstractC0117f f1250c; public final /* synthetic */ f d; public d(f fVar, boolean z2, f.AbstractC0117f fVar2) { this.d = fVar; this.b = z2; - this.f1251c = fVar2; + this.f1250c = fVar2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener @@ -33,7 +33,7 @@ public class d extends AnimatorListenerAdapter { FloatingActionButton floatingActionButton = fVar.F; boolean z2 = this.b; floatingActionButton.internalSetVisibility(z2 ? 8 : 4, z2); - f.AbstractC0117f fVar2 = this.f1251c; + f.AbstractC0117f fVar2 = this.f1250c; if (fVar2 != null) { FloatingActionButton.a aVar = (FloatingActionButton.a) fVar2; aVar.a.onHidden(FloatingActionButton.this); diff --git a/app/src/main/java/c/i/a/g/e/e.java b/app/src/main/java/c/i/a/g/e/e.java index 36c1a171bc..38aaf009d3 100644 --- a/app/src/main/java/c/i/a/g/e/e.java +++ b/app/src/main/java/c/i/a/g/e/e.java @@ -10,17 +10,17 @@ public class e extends AnimatorListenerAdapter { public final /* synthetic */ f.AbstractC0117f b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ f f1252c; + public final /* synthetic */ f f1251c; public e(f fVar, boolean z2, f.AbstractC0117f fVar2) { - this.f1252c = fVar; + this.f1251c = fVar; this.a = z2; this.b = fVar2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - f fVar = this.f1252c; + f fVar = this.f1251c; fVar.B = 0; fVar.v = null; f.AbstractC0117f fVar2 = this.b; @@ -32,8 +32,8 @@ public class e extends AnimatorListenerAdapter { @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - this.f1252c.F.internalSetVisibility(0, this.a); - f fVar = this.f1252c; + this.f1251c.F.internalSetVisibility(0, this.a); + f fVar = this.f1251c; fVar.B = 2; fVar.v = animator; } diff --git a/app/src/main/java/c/i/a/g/e/f.java b/app/src/main/java/c/i/a/g/e/f.java index a0acc55d30..2f7a3e3636 100644 --- a/app/src/main/java/c/i/a/g/e/f.java +++ b/app/src/main/java/c/i/a/g/e/f.java @@ -39,7 +39,7 @@ public class f { public static final int[] b = {16842919, 16842910}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1253c = {16843623, 16842908, 16842910}; + public static final int[] f1252c = {16843623, 16842908, 16842910}; public static final int[] d = {16842908, 16842910}; public static final int[] e = {16843623, 16842910}; public static final int[] f = {16842910}; @@ -76,7 +76,7 @@ public class f { @NonNull /* renamed from: s reason: collision with root package name */ - public final StateListAnimator f1254s; + public final StateListAnimator f1253s; @Nullable public MotionSpec t; @Nullable @@ -88,13 +88,13 @@ public class f { @Nullable /* renamed from: x reason: collision with root package name */ - public MotionSpec f1255x; + public MotionSpec f1254x; /* renamed from: y reason: collision with root package name */ - public float f1256y; + public float f1255y; /* renamed from: z reason: collision with root package name */ - public float f1257z = 1.0f; + public float f1256z = 1.0f; /* compiled from: FloatingActionButtonImpl */ public class a extends MatrixEvaluator { @@ -103,7 +103,7 @@ public class f { @Override // com.google.android.material.animation.MatrixEvaluator public Matrix evaluate(float f, @NonNull Matrix matrix, @NonNull Matrix matrix2) { - f.this.f1257z = f; + f.this.f1256z = f; return super.evaluate(f, matrix, matrix2); } @@ -111,7 +111,7 @@ public class f { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [float, java.lang.Object, java.lang.Object] */ @Override // com.google.android.material.animation.MatrixEvaluator, android.animation.TypeEvaluator public Matrix evaluate(float f, @NonNull Matrix matrix, @NonNull Matrix matrix2) { - f.this.f1257z = f; + f.this.f1256z = f; return super.evaluate(f, matrix, matrix2); } } @@ -184,7 +184,7 @@ public class f { public float b; /* renamed from: c reason: collision with root package name */ - public float f1258c; + public float f1257c; public h(d dVar) { } @@ -193,7 +193,7 @@ public class f { @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - f.this.w((float) ((int) this.f1258c)); + f.this.w((float) ((int) this.f1257c)); this.a = false; } @@ -202,12 +202,12 @@ public class f { if (!this.a) { MaterialShapeDrawable materialShapeDrawable = f.this.i; this.b = materialShapeDrawable == null ? 0.0f : materialShapeDrawable.getElevation(); - this.f1258c = a(); + this.f1257c = a(); this.a = true; } f fVar = f.this; float f = this.b; - fVar.w((float) ((int) ((valueAnimator.getAnimatedFraction() * (this.f1258c - f)) + f))); + fVar.w((float) ((int) ((valueAnimator.getAnimatedFraction() * (this.f1257c - f)) + f))); } } @@ -215,14 +215,14 @@ public class f { this.F = floatingActionButton; this.G = shadowViewDelegate; StateListAnimator stateListAnimator = new StateListAnimator(); - this.f1254s = stateListAnimator; + this.f1253s = stateListAnimator; stateListAnimator.addState(b, c(new d())); - stateListAnimator.addState(f1253c, c(new c())); + stateListAnimator.addState(f1252c, c(new c())); stateListAnimator.addState(d, c(new c())); stateListAnimator.addState(e, c(new c())); stateListAnimator.addState(f, c(new g())); stateListAnimator.addState(g, c(new b(this))); - this.f1256y = floatingActionButton.getRotation(); + this.f1255y = floatingActionButton.getRotation(); } public final void a(float f2, @NonNull Matrix matrix) { @@ -340,7 +340,7 @@ public class f { } public final void o(float f2) { - this.f1257z = f2; + this.f1256z = f2; Matrix matrix = this.K; a(f2, matrix); this.F.setImageMatrix(matrix); diff --git a/app/src/main/java/c/i/a/g/e/h.java b/app/src/main/java/c/i/a/g/e/h.java index 5bb7066244..da3b2c80f0 100644 --- a/app/src/main/java/c/i/a/g/e/h.java +++ b/app/src/main/java/c/i/a/g/e/h.java @@ -13,10 +13,10 @@ public class h implements ViewTreeObserver.OnPreDrawListener { public boolean onPreDraw() { f fVar = this.i; float rotation = fVar.F.getRotation(); - if (fVar.f1256y == rotation) { + if (fVar.f1255y == rotation) { return true; } - fVar.f1256y = rotation; + fVar.f1255y = rotation; fVar.u(); return true; } diff --git a/app/src/main/java/c/i/a/g/e/i.java b/app/src/main/java/c/i/a/g/e/i.java index 22e9cc441c..c67856a96e 100644 --- a/app/src/main/java/c/i/a/g/e/i.java +++ b/app/src/main/java/c/i/a/g/e/i.java @@ -141,7 +141,7 @@ public class i extends f { } else { StateListAnimator stateListAnimator = new StateListAnimator(); stateListAnimator.addState(f.b, x(f, f3)); - stateListAnimator.addState(f.f1253c, x(f, f2)); + stateListAnimator.addState(f.f1252c, x(f, f2)); stateListAnimator.addState(f.d, x(f, f2)); stateListAnimator.addState(f.e, x(f, f2)); AnimatorSet animatorSet = new AnimatorSet(); diff --git a/app/src/main/java/c/i/a/g/f/a.java b/app/src/main/java/c/i/a/g/f/a.java index 7b9232346c..d5215a7cf6 100644 --- a/app/src/main/java/c/i/a/g/f/a.java +++ b/app/src/main/java/c/i/a/g/f/a.java @@ -20,7 +20,7 @@ public final class a { @Nullable /* renamed from: c reason: collision with root package name */ - public static Object f1259c; + public static Object f1258c; public CharSequence d; public final TextPaint e; public final int f; @@ -79,7 +79,7 @@ public final class a { } if (!a) { try { - f1259c = this.k && i >= 23 ? TextDirectionHeuristics.RTL : TextDirectionHeuristics.LTR; + f1258c = this.k && i >= 23 ? TextDirectionHeuristics.RTL : TextDirectionHeuristics.LTR; Class cls = Integer.TYPE; Class cls2 = Float.TYPE; Constructor declaredConstructor = StaticLayout.class.getDeclaredConstructor(CharSequence.class, cls, cls, TextPaint.class, cls, Layout.Alignment.class, TextDirectionHeuristic.class, cls2, cls2, Boolean.TYPE, TextUtils.TruncateAt.class, cls, cls); @@ -91,7 +91,7 @@ public final class a { } } try { - return (StaticLayout) ((Constructor) Preconditions.checkNotNull(b)).newInstance(charSequence, 0, Integer.valueOf(this.g), this.e, Integer.valueOf(max), this.h, Preconditions.checkNotNull(f1259c), Float.valueOf(1.0f), Float.valueOf(0.0f), Boolean.valueOf(this.j), null, Integer.valueOf(max), Integer.valueOf(this.i)); + return (StaticLayout) ((Constructor) Preconditions.checkNotNull(b)).newInstance(charSequence, 0, Integer.valueOf(this.g), this.e, Integer.valueOf(max), this.h, Preconditions.checkNotNull(f1258c), Float.valueOf(1.0f), Float.valueOf(0.0f), Boolean.valueOf(this.j), null, Integer.valueOf(max), Integer.valueOf(this.i)); } catch (Exception e2) { throw new C0118a(e2); } diff --git a/app/src/main/java/c/i/a/g/g/a.java b/app/src/main/java/c/i/a/g/g/a.java index 4311004ddc..61fdc56675 100644 --- a/app/src/main/java/c/i/a/g/g/a.java +++ b/app/src/main/java/c/i/a/g/g/a.java @@ -12,7 +12,7 @@ import com.google.android.material.progressindicator.CircularProgressIndicatorSp public final class a extends f { /* renamed from: c reason: collision with root package name */ - public int f1260c = 1; + public int f1259c = 1; public float d; public float e; public float f; @@ -30,7 +30,7 @@ public final class a extends f { float f3 = -f2; canvas.clipRect(f3, f3, f2, f2); S s3 = this.a; - this.f1260c = ((CircularProgressIndicatorSpec) s3).indicatorDirection == 0 ? 1 : -1; + this.f1259c = ((CircularProgressIndicatorSpec) s3).indicatorDirection == 0 ? 1 : -1; this.d = ((float) ((CircularProgressIndicatorSpec) s3).trackThickness) * f; this.e = ((float) ((CircularProgressIndicatorSpec) s3).trackCornerRadius) * f; this.f = ((float) (((CircularProgressIndicatorSpec) s3).indicatorSize - ((CircularProgressIndicatorSpec) s3).trackThickness)) / 2.0f; @@ -49,7 +49,7 @@ public final class a extends f { paint.setAntiAlias(true); paint.setColor(i); paint.setStrokeWidth(this.d); - float f3 = (float) this.f1260c; + float f3 = (float) this.f1259c; float f4 = f * 360.0f * f3; if (f2 < f) { f2 += 1.0f; @@ -100,11 +100,11 @@ public final class a extends f { canvas.rotate(f3); float f5 = f / 2.0f; float f6 = f4 * f2; - canvas.drawRect((this.f - f5) + f2, Math.min(0.0f, ((float) this.f1260c) * f6), (this.f + f5) - f2, Math.max(0.0f, f6 * ((float) this.f1260c)), paint); + canvas.drawRect((this.f - f5) + f2, Math.min(0.0f, ((float) this.f1259c) * f6), (this.f + f5) - f2, Math.max(0.0f, f6 * ((float) this.f1259c)), paint); canvas.translate((this.f - f5) + f2, 0.0f); - canvas.drawArc(rectF, 180.0f, (-f4) * 90.0f * ((float) this.f1260c), true, paint); + canvas.drawArc(rectF, 180.0f, (-f4) * 90.0f * ((float) this.f1259c), true, paint); canvas.translate(f - (f2 * 2.0f), 0.0f); - canvas.drawArc(rectF, 0.0f, f4 * 90.0f * ((float) this.f1260c), true, paint); + canvas.drawArc(rectF, 0.0f, f4 * 90.0f * ((float) this.f1259c), true, paint); canvas.restore(); } } diff --git a/app/src/main/java/c/i/a/g/g/d.java b/app/src/main/java/c/i/a/g/g/d.java index 8f9e46b7eb..8a65ca2718 100644 --- a/app/src/main/java/c/i/a/g/g/d.java +++ b/app/src/main/java/c/i/a/g/g/d.java @@ -74,7 +74,7 @@ public final class d extends g { int length = i4 % iArr.length; int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(iArr[length], dVar2.a.getAlpha()); int compositeARGBWithAlpha2 = MaterialColors.compositeARGBWithAlpha(dVar2.l.indicatorColors[(length + 1) % iArr.length], dVar2.a.getAlpha()); - dVar2.f1261c[0] = ArgbEvaluatorCompat.getInstance().evaluate(dVar2.k.getInterpolation(b3), Integer.valueOf(compositeARGBWithAlpha), Integer.valueOf(compositeARGBWithAlpha2)).intValue(); + dVar2.f1260c[0] = ArgbEvaluatorCompat.getInstance().evaluate(dVar2.k.getInterpolation(b3), Integer.valueOf(compositeARGBWithAlpha), Integer.valueOf(compositeARGBWithAlpha2)).intValue(); break; } i3++; @@ -167,7 +167,7 @@ public final class d extends g { @VisibleForTesting public void h() { this.m = 0; - this.f1261c[0] = MaterialColors.compositeARGBWithAlpha(this.l.indicatorColors[0], this.a.getAlpha()); + this.f1260c[0] = MaterialColors.compositeARGBWithAlpha(this.l.indicatorColors[0], this.a.getAlpha()); this.o = 0.0f; } } diff --git a/app/src/main/java/c/i/a/g/g/g.java b/app/src/main/java/c/i/a/g/g/g.java index a5546c5e7d..73cede5a8d 100644 --- a/app/src/main/java/c/i/a/g/g/g.java +++ b/app/src/main/java/c/i/a/g/g/g.java @@ -10,11 +10,11 @@ public abstract class g { public final float[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f1261c; + public final int[] f1260c; public g(int i) { this.b = new float[(i * 2)]; - this.f1261c = new int[i]; + this.f1260c = new int[i]; } public abstract void a(); diff --git a/app/src/main/java/c/i/a/g/g/h.java b/app/src/main/java/c/i/a/g/g/h.java index bee19d2819..1fcfc8892e 100644 --- a/app/src/main/java/c/i/a/g/g/h.java +++ b/app/src/main/java/c/i/a/g/g/h.java @@ -13,7 +13,7 @@ import com.google.android.material.progressindicator.LinearProgressIndicatorSpec public final class h extends f { /* renamed from: c reason: collision with root package name */ - public float f1262c = 300.0f; + public float f1261c = 300.0f; public float d; public float e; @@ -42,7 +42,7 @@ public final class h extends f { @Override // c.i.a.g.g.f public void a(@NonNull Canvas canvas, @FloatRange(from = 0.0d, to = 1.0d) float f) { Rect clipBounds = canvas.getClipBounds(); - this.f1262c = (float) clipBounds.width(); + this.f1261c = (float) clipBounds.width(); float f2 = (float) ((LinearProgressIndicatorSpec) this.a).trackThickness; canvas.translate(((float) clipBounds.width()) / 2.0f, Math.max(0.0f, ((float) (clipBounds.height() - ((LinearProgressIndicatorSpec) this.a).trackThickness)) / 2.0f) + (((float) clipBounds.height()) / 2.0f)); if (((LinearProgressIndicatorSpec) this.a).drawHorizontallyInverse) { @@ -54,7 +54,7 @@ public final class h extends f { if (this.b.isShowing() || this.b.isHiding()) { canvas.translate(0.0f, ((f - 1.0f) * ((float) ((LinearProgressIndicatorSpec) this.a).trackThickness)) / 2.0f); } - float f3 = this.f1262c; + float f3 = this.f1261c; canvas.clipRect((-f3) / 2.0f, (-f2) / 2.0f, f3 / 2.0f, f2 / 2.0f); S s2 = this.a; this.d = ((float) ((LinearProgressIndicatorSpec) s2).trackThickness) * f; @@ -64,7 +64,7 @@ public final class h extends f { @Override // c.i.a.g.g.f public void b(@NonNull Canvas canvas, @NonNull Paint paint, @FloatRange(from = 0.0d, to = 1.0d) float f, @FloatRange(from = 0.0d, to = 1.0d) float f2, @ColorInt int i) { if (f != f2) { - float f3 = this.f1262c; + float f3 = this.f1261c; float f4 = this.e; float f5 = ((-f3) / 2.0f) + f4; float f6 = f3 - (f4 * 2.0f); @@ -86,7 +86,7 @@ public final class h extends f { @Override // c.i.a.g.g.f public void c(@NonNull Canvas canvas, @NonNull Paint paint) { int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(((LinearProgressIndicatorSpec) this.a).trackColor, this.b.getAlpha()); - float f = ((-this.f1262c) / 2.0f) + this.e; + float f = ((-this.f1261c) / 2.0f) + this.e; float f2 = -f; paint.setStyle(Paint.Style.FILL); paint.setAntiAlias(true); diff --git a/app/src/main/java/c/i/a/g/g/j.java b/app/src/main/java/c/i/a/g/g/j.java index d579d7b140..e991ff9571 100644 --- a/app/src/main/java/c/i/a/g/g/j.java +++ b/app/src/main/java/c/i/a/g/g/j.java @@ -53,7 +53,7 @@ public final class j extends g { float[] fArr3 = jVar2.b; fArr3[5] = 1.0f; if (jVar2.i && fArr3[3] < 1.0f) { - int[] iArr = jVar2.f1261c; + int[] iArr = jVar2.f1260c; iArr[2] = iArr[1]; iArr[1] = iArr[0]; iArr[0] = MaterialColors.compositeARGBWithAlpha(jVar2.g.indicatorColors[jVar2.h], jVar2.a.getAlpha()); @@ -112,6 +112,6 @@ public final class j extends g { public void h() { this.i = true; this.h = 1; - Arrays.fill(this.f1261c, MaterialColors.compositeARGBWithAlpha(this.g.indicatorColors[0], this.a.getAlpha())); + Arrays.fill(this.f1260c, MaterialColors.compositeARGBWithAlpha(this.g.indicatorColors[0], this.a.getAlpha())); } } diff --git a/app/src/main/java/c/i/a/g/g/l.java b/app/src/main/java/c/i/a/g/g/l.java index 0fdd0aa50a..e5c9faa74d 100644 --- a/app/src/main/java/c/i/a/g/g/l.java +++ b/app/src/main/java/c/i/a/g/g/l.java @@ -51,7 +51,7 @@ public final class l extends g { lVar2.b[i2] = Math.max(0.0f, Math.min(1.0f, lVar2.h[i2].getInterpolation(lVar2.b(i, l.e[i2], l.d[i2])))); } if (lVar2.k) { - Arrays.fill(lVar2.f1261c, MaterialColors.compositeARGBWithAlpha(lVar2.i.indicatorColors[lVar2.j], lVar2.a.getAlpha())); + Arrays.fill(lVar2.f1260c, MaterialColors.compositeARGBWithAlpha(lVar2.i.indicatorColors[lVar2.j], lVar2.a.getAlpha())); lVar2.k = false; } lVar2.a.invalidateSelf(); @@ -118,7 +118,7 @@ public final class l extends g { public void h() { this.j = 0; int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(this.i.indicatorColors[0], this.a.getAlpha()); - int[] iArr = this.f1261c; + int[] iArr = this.f1260c; iArr[0] = compositeARGBWithAlpha; iArr[1] = compositeARGBWithAlpha; } diff --git a/app/src/main/java/c/i/a/g/h/a.java b/app/src/main/java/c/i/a/g/h/a.java index de2604d500..8516713844 100644 --- a/app/src/main/java/c/i/a/g/h/a.java +++ b/app/src/main/java/c/i/a/g/h/a.java @@ -14,7 +14,7 @@ public class a { @NonNull /* renamed from: c reason: collision with root package name */ - public final Handler f1263c = new Handler(Looper.getMainLooper(), new C0119a()); + public final Handler f1262c = new Handler(Looper.getMainLooper(), new C0119a()); @Nullable public c d; @Nullable @@ -56,7 +56,7 @@ public class a { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f1264c; + public boolean f1263c; public c(int i, b bVar) { this.a = new WeakReference<>(bVar); @@ -76,7 +76,7 @@ public class a { if (bVar == null) { return false; } - this.f1263c.removeCallbacksAndMessages(cVar); + this.f1262c.removeCallbacksAndMessages(cVar); bVar.a(i); return true; } @@ -101,9 +101,9 @@ public class a { synchronized (this.b) { if (c(bVar)) { c cVar = this.d; - if (!cVar.f1264c) { - cVar.f1264c = true; - this.f1263c.removeCallbacksAndMessages(cVar); + if (!cVar.f1263c) { + cVar.f1263c = true; + this.f1262c.removeCallbacksAndMessages(cVar); } } } @@ -113,8 +113,8 @@ public class a { synchronized (this.b) { if (c(bVar)) { c cVar = this.d; - if (cVar.f1264c) { - cVar.f1264c = false; + if (cVar.f1263c) { + cVar.f1263c = false; g(cVar); } } @@ -127,8 +127,8 @@ public class a { if (i <= 0) { i = i == -1 ? 1500 : 2750; } - this.f1263c.removeCallbacksAndMessages(cVar); - Handler handler = this.f1263c; + this.f1262c.removeCallbacksAndMessages(cVar); + Handler handler = this.f1262c; handler.sendMessageDelayed(Message.obtain(handler, 0, cVar), (long) i); } } diff --git a/app/src/main/java/c/i/a/g/j/d.java b/app/src/main/java/c/i/a/g/j/d.java index 799df43e74..5ed62217e5 100644 --- a/app/src/main/java/c/i/a/g/j/d.java +++ b/app/src/main/java/c/i/a/g/j/d.java @@ -12,6 +12,6 @@ public class d implements ValueAnimator.AnimatorUpdateListener { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { - this.a.f1265c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); + this.a.f1264c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); } } diff --git a/app/src/main/java/c/i/a/g/j/e.java b/app/src/main/java/c/i/a/g/j/e.java index 24381924c4..938115c8af 100644 --- a/app/src/main/java/c/i/a/g/j/e.java +++ b/app/src/main/java/c/i/a/g/j/e.java @@ -13,7 +13,7 @@ public class e implements ValueAnimator.AnimatorUpdateListener { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { float floatValue = ((Float) valueAnimator.getAnimatedValue()).floatValue(); - this.a.f1265c.setScaleX(floatValue); - this.a.f1265c.setScaleY(floatValue); + this.a.f1264c.setScaleX(floatValue); + this.a.f1264c.setScaleY(floatValue); } } diff --git a/app/src/main/java/c/i/a/g/j/h.java b/app/src/main/java/c/i/a/g/j/h.java index f52c54449b..1a165afdf3 100644 --- a/app/src/main/java/c/i/a/g/j/h.java +++ b/app/src/main/java/c/i/a/g/j/h.java @@ -74,7 +74,7 @@ public class h extends m { @Override // com.google.android.material.internal.TextWatcherAdapter, android.text.TextWatcher public void afterTextChanged(Editable editable) { AutoCompleteTextView d = h.d(h.this.a.getEditText()); - if (h.this.n.isTouchExplorationEnabled() && h.e(d) && !h.this.f1265c.hasFocus()) { + if (h.this.n.isTouchExplorationEnabled() && h.e(d) && !h.this.f1264c.hasFocus()) { d.dismissDropDown(); } d.post(new RunnableC0122a(d)); @@ -175,7 +175,7 @@ public class h extends m { z2 = true; } if (!z2) { - ViewCompat.setImportantForAccessibility(h.this.f1265c, 2); + ViewCompat.setImportantForAccessibility(h.this.f1264c, 2); } textInputLayout.setTextInputAccessibilityDelegate(h.this.f); textInputLayout.setEndIconVisible(true); diff --git a/app/src/main/java/c/i/a/g/j/i.java b/app/src/main/java/c/i/a/g/j/i.java index c0ed1ffb25..e63e513a9e 100644 --- a/app/src/main/java/c/i/a/g/j/i.java +++ b/app/src/main/java/c/i/a/g/j/i.java @@ -12,6 +12,6 @@ public class i implements ValueAnimator.AnimatorUpdateListener { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { - this.a.f1265c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); + this.a.f1264c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); } } diff --git a/app/src/main/java/c/i/a/g/j/l.java b/app/src/main/java/c/i/a/g/j/l.java index 86d6be77a6..53f2321ea3 100644 --- a/app/src/main/java/c/i/a/g/j/l.java +++ b/app/src/main/java/c/i/a/g/j/l.java @@ -13,7 +13,7 @@ public class l extends AnimatorListenerAdapter { @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { h hVar = this.a; - hVar.f1265c.setChecked(hVar.j); + hVar.f1264c.setChecked(hVar.j); this.a.p.start(); } } diff --git a/app/src/main/java/c/i/a/g/j/m.java b/app/src/main/java/c/i/a/g/j/m.java index 847cd8d628..503b775565 100644 --- a/app/src/main/java/c/i/a/g/j/m.java +++ b/app/src/main/java/c/i/a/g/j/m.java @@ -10,12 +10,12 @@ public abstract class m { public Context b; /* renamed from: c reason: collision with root package name */ - public CheckableImageButton f1265c; + public CheckableImageButton f1264c; public m(@NonNull TextInputLayout textInputLayout) { this.a = textInputLayout; this.b = textInputLayout.getContext(); - this.f1265c = textInputLayout.getEndIconView(); + this.f1264c = textInputLayout.getEndIconView(); } public abstract void a(); diff --git a/app/src/main/java/c/i/a/g/j/n.java b/app/src/main/java/c/i/a/g/j/n.java index 3ad79d6308..18c4c926bb 100644 --- a/app/src/main/java/c/i/a/g/j/n.java +++ b/app/src/main/java/c/i/a/g/j/n.java @@ -32,7 +32,7 @@ public final class n { public final TextInputLayout b; /* renamed from: c reason: collision with root package name */ - public LinearLayout f1266c; + public LinearLayout f1265c; public int d; public FrameLayout e; @Nullable @@ -56,7 +56,7 @@ public final class n { public TextView r; /* renamed from: s reason: collision with root package name */ - public int f1267s; + public int f1266s; @Nullable public ColorStateList t; public Typeface u; @@ -67,13 +67,13 @@ public final class n { public final /* synthetic */ TextView b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f1268c; + public final /* synthetic */ int f1267c; public final /* synthetic */ TextView d; public a(int i, TextView textView, int i2, TextView textView2) { this.a = i; this.b = textView; - this.f1268c = i2; + this.f1267c = i2; this.d = textView2; } @@ -86,7 +86,7 @@ public final class n { TextView textView2 = this.b; if (textView2 != null) { textView2.setVisibility(4); - if (this.f1268c == 1 && (textView = n.this.l) != null) { + if (this.f1267c == 1 && (textView = n.this.l) != null) { textView.setText((CharSequence) null); } } @@ -114,13 +114,13 @@ public final class n { } public void a(TextView textView, int i) { - if (this.f1266c == null && this.e == null) { + if (this.f1265c == null && this.e == null) { LinearLayout linearLayout = new LinearLayout(this.a); - this.f1266c = linearLayout; + this.f1265c = linearLayout; linearLayout.setOrientation(0); - this.b.addView(this.f1266c, -1, -2); + this.b.addView(this.f1265c, -1, -2); this.e = new FrameLayout(this.a); - this.f1266c.addView(this.e, new LinearLayout.LayoutParams(0, -2, 1.0f)); + this.f1265c.addView(this.e, new LinearLayout.LayoutParams(0, -2, 1.0f)); if (this.b.getEditText() != null) { b(); } @@ -129,17 +129,17 @@ public final class n { this.e.setVisibility(0); this.e.addView(textView); } else { - this.f1266c.addView(textView, new LinearLayout.LayoutParams(-2, -2)); + this.f1265c.addView(textView, new LinearLayout.LayoutParams(-2, -2)); } - this.f1266c.setVisibility(0); + this.f1265c.setVisibility(0); this.d++; } public void b() { - if ((this.f1266c == null || this.b.getEditText() == null) ? false : true) { + if ((this.f1265c == null || this.b.getEditText() == null) ? false : true) { EditText editText = this.b.getEditText(); boolean isFontScaleAtLeast1_3 = MaterialResources.isFontScaleAtLeast1_3(this.a); - LinearLayout linearLayout = this.f1266c; + LinearLayout linearLayout = this.f1265c; int i = R.dimen.material_helper_text_font_1_3_padding_horizontal; ViewCompat.setPaddingRelative(linearLayout, h(isFontScaleAtLeast1_3, i, ViewCompat.getPaddingStart(editText)), h(isFontScaleAtLeast1_3, R.dimen.material_helper_text_font_1_3_padding_top, this.a.getResources().getDimensionPixelSize(R.dimen.material_helper_text_default_padding_top)), h(isFontScaleAtLeast1_3, i, ViewCompat.getPaddingEnd(editText)), 0); } @@ -212,7 +212,7 @@ public final class n { public void j(TextView textView, int i) { FrameLayout frameLayout; - LinearLayout linearLayout = this.f1266c; + LinearLayout linearLayout = this.f1265c; if (linearLayout != null) { if (!(i == 0 || i == 1) || (frameLayout = this.e) == null) { linearLayout.removeView(textView); @@ -221,7 +221,7 @@ public final class n { } int i2 = this.d - 1; this.d = i2; - LinearLayout linearLayout2 = this.f1266c; + LinearLayout linearLayout2 = this.f1265c; if (i2 == 0) { linearLayout2.setVisibility(8); } diff --git a/app/src/main/java/c/i/a/g/j/p.java b/app/src/main/java/c/i/a/g/j/p.java index 294f373160..ed61af4015 100644 --- a/app/src/main/java/c/i/a/g/j/p.java +++ b/app/src/main/java/c/i/a/g/j/p.java @@ -23,7 +23,7 @@ public class p extends m { @Override // com.google.android.material.internal.TextWatcherAdapter, android.text.TextWatcher public void beforeTextChanged(CharSequence charSequence, int i, int i2, int i3) { p pVar = p.this; - pVar.f1265c.setChecked(!p.d(pVar)); + pVar.f1264c.setChecked(!p.d(pVar)); } } @@ -38,7 +38,7 @@ public class p extends m { textInputLayout.setEndIconVisible(true); textInputLayout.setEndIconCheckable(true); p pVar = p.this; - pVar.f1265c.setChecked(!p.d(pVar)); + pVar.f1264c.setChecked(!p.d(pVar)); editText.removeTextChangedListener(p.this.d); editText.addTextChangedListener(p.this.d); } diff --git a/app/src/main/java/c/i/a/g/k/b.java b/app/src/main/java/c/i/a/g/k/b.java index c1033fd0df..224653fe25 100644 --- a/app/src/main/java/c/i/a/g/k/b.java +++ b/app/src/main/java/c/i/a/g/k/b.java @@ -18,12 +18,12 @@ public class b implements ViewTreeObserver.OnPreDrawListener { } this.i.getViewTreeObserver().removeOnPreDrawListener(this); ClockFaceView clockFaceView = this.i; - int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.f2411s; + int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.f2409s; if (height != clockFaceView.j) { clockFaceView.j = height; clockFaceView.a(); ClockHandView clockHandView = clockFaceView.l; - clockHandView.f2415z = clockFaceView.j; + clockHandView.f2413z = clockFaceView.j; clockHandView.invalidate(); } return true; diff --git a/app/src/main/java/c/i/a/g/k/f.java b/app/src/main/java/c/i/a/g/k/f.java index 4a0ac846c0..c86d657c09 100644 --- a/app/src/main/java/c/i/a/g/k/f.java +++ b/app/src/main/java/c/i/a/g/k/f.java @@ -32,7 +32,7 @@ public class f implements ClockHandView.OnRotateListener, TimePickerView.d, Time TimePickerView timePickerView2 = this.l; timePickerView2.p = this; timePickerView2.o = this; - timePickerView2.k.f2413x = this; + timePickerView2.k.f2411x = this; g(i, "%d"); g(j, "%d"); g(k, "%02d"); diff --git a/app/src/main/java/c/i/a/g/l/b.java b/app/src/main/java/c/i/a/g/l/b.java index e2453a0752..ec5a892de3 100644 --- a/app/src/main/java/c/i/a/g/l/b.java +++ b/app/src/main/java/c/i/a/g/l/b.java @@ -5,7 +5,7 @@ public class b { public static final a b = new C0123b(); /* renamed from: c reason: collision with root package name */ - public static final a f1269c = new c(); + public static final a f1268c = new c(); public static final a d = new d(); /* compiled from: FadeModeEvaluators */ diff --git a/app/src/main/java/c/i/a/g/l/c.java b/app/src/main/java/c/i/a/g/l/c.java index 85c7a73fdb..fcb8a9975c 100644 --- a/app/src/main/java/c/i/a/g/l/c.java +++ b/app/src/main/java/c/i/a/g/l/c.java @@ -5,12 +5,12 @@ public class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1270c; + public final boolean f1269c; public c(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f1270c = z2; + this.f1269c = z2; } public static c a(int i, int i2) { diff --git a/app/src/main/java/c/i/a/g/l/e.java b/app/src/main/java/c/i/a/g/l/e.java index 0eee50427d..af8d0502e3 100644 --- a/app/src/main/java/c/i/a/g/l/e.java +++ b/app/src/main/java/c/i/a/g/l/e.java @@ -39,12 +39,12 @@ public class e { @Override // c.i.a.g.l.d public boolean b(f fVar) { - return fVar.f1271c > fVar.e; + return fVar.f1270c > fVar.e; } @Override // c.i.a.g.l.d public void c(RectF rectF, float f, f fVar) { - float abs = (Math.abs(fVar.e - fVar.f1271c) / 2.0f) * f; + float abs = (Math.abs(fVar.e - fVar.f1270c) / 2.0f) * f; rectF.left += abs; rectF.right -= abs; } diff --git a/app/src/main/java/c/i/a/g/l/f.java b/app/src/main/java/c/i/a/g/l/f.java index dd4a3159fb..5f83476292 100644 --- a/app/src/main/java/c/i/a/g/l/f.java +++ b/app/src/main/java/c/i/a/g/l/f.java @@ -5,7 +5,7 @@ public class f { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f1271c; + public final float f1270c; public final float d; public final float e; public final float f; @@ -13,7 +13,7 @@ public class f { public f(float f, float f2, float f3, float f4, float f5, float f6) { this.a = f; this.b = f2; - this.f1271c = f3; + this.f1270c = f3; this.d = f4; this.e = f5; this.f = f6; diff --git a/app/src/main/java/c/i/a/g/l/g.java b/app/src/main/java/c/i/a/g/l/g.java index a391ea9ad4..51bdf5a462 100644 --- a/app/src/main/java/c/i/a/g/l/g.java +++ b/app/src/main/java/c/i/a/g/l/g.java @@ -9,7 +9,7 @@ public class g { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f1272c = new Path(); + public final Path f1271c = new Path(); public final ShapeAppearancePathProvider d = ShapeAppearancePathProvider.getInstance(); public ShapeAppearanceModel e; } diff --git a/app/src/main/java/c/i/a/g/l/l/b.java b/app/src/main/java/c/i/a/g/l/l/b.java index 265038fbe9..b28e9facec 100644 --- a/app/src/main/java/c/i/a/g/l/l/b.java +++ b/app/src/main/java/c/i/a/g/l/l/b.java @@ -8,7 +8,7 @@ public class b { public static final a b = new C0124b(); /* renamed from: c reason: collision with root package name */ - public static final a f1273c = new c(); + public static final a f1272c = new c(); public static final a d = new d(); /* compiled from: FadeModeEvaluators */ diff --git a/app/src/main/java/c/i/a/g/l/l/c.java b/app/src/main/java/c/i/a/g/l/l/c.java index 293570d0b6..19aadc5697 100644 --- a/app/src/main/java/c/i/a/g/l/l/c.java +++ b/app/src/main/java/c/i/a/g/l/l/c.java @@ -8,12 +8,12 @@ public class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1274c; + public final boolean f1273c; public c(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f1274c = z2; + this.f1273c = z2; } public static c a(int i, int i2) { diff --git a/app/src/main/java/c/i/a/g/l/l/e.java b/app/src/main/java/c/i/a/g/l/l/e.java index 405a9141c9..6740502a44 100644 --- a/app/src/main/java/c/i/a/g/l/l/e.java +++ b/app/src/main/java/c/i/a/g/l/l/e.java @@ -41,12 +41,12 @@ public class e { @Override // c.i.a.g.l.l.d public boolean b(f fVar) { - return fVar.f1275c > fVar.e; + return fVar.f1274c > fVar.e; } @Override // c.i.a.g.l.l.d public void c(RectF rectF, float f, f fVar) { - float abs = (Math.abs(fVar.e - fVar.f1275c) / 2.0f) * f; + float abs = (Math.abs(fVar.e - fVar.f1274c) / 2.0f) * f; rectF.left += abs; rectF.right -= abs; } diff --git a/app/src/main/java/c/i/a/g/l/l/f.java b/app/src/main/java/c/i/a/g/l/l/f.java index cadac6df7f..138ee163f6 100644 --- a/app/src/main/java/c/i/a/g/l/l/f.java +++ b/app/src/main/java/c/i/a/g/l/l/f.java @@ -8,7 +8,7 @@ public class f { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f1275c; + public final float f1274c; public final float d; public final float e; public final float f; @@ -16,7 +16,7 @@ public class f { public f(float f, float f2, float f3, float f4, float f5, float f6) { this.a = f; this.b = f2; - this.f1275c = f3; + this.f1274c = f3; this.d = f4; this.e = f5; this.f = f6; diff --git a/app/src/main/java/c/i/a/g/l/l/g.java b/app/src/main/java/c/i/a/g/l/l/g.java index 9ef2217c4e..a2b3bb7de7 100644 --- a/app/src/main/java/c/i/a/g/l/l/g.java +++ b/app/src/main/java/c/i/a/g/l/l/g.java @@ -11,7 +11,7 @@ public class g { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f1276c = new Path(); + public final Path f1275c = new Path(); public final ShapeAppearancePathProvider d = ShapeAppearancePathProvider.getInstance(); public ShapeAppearanceModel e; } diff --git a/app/src/main/java/c/i/b/a/c.java b/app/src/main/java/c/i/b/a/c.java index 8c61874d80..16d70df701 100644 --- a/app/src/main/java/c/i/b/a/c.java +++ b/app/src/main/java/c/i/b/a/c.java @@ -8,7 +8,7 @@ public final class c { public static final Charset b = Charset.forName("ISO-8859-1"); /* renamed from: c reason: collision with root package name */ - public static final Charset f1277c = Charset.forName(Constants.ENCODING); + public static final Charset f1276c = Charset.forName(Constants.ENCODING); public static final Charset d = Charset.forName("UTF-16LE"); public static final Charset e = Charset.forName("UTF-16"); diff --git a/app/src/main/java/c/i/b/a/g.java b/app/src/main/java/c/i/b/a/g.java index 79dae229ca..fa35a7b1cb 100644 --- a/app/src/main/java/c/i/b/a/g.java +++ b/app/src/main/java/c/i/b/a/g.java @@ -9,7 +9,7 @@ public final class g { public final a b; /* renamed from: c reason: collision with root package name */ - public a f1278c; + public a f1277c; /* compiled from: MoreObjects */ public static final class a { @@ -20,7 +20,7 @@ public final class g { @NullableDecl /* renamed from: c reason: collision with root package name */ - public a f1279c; + public a f1278c; public a(f fVar) { } @@ -29,7 +29,7 @@ public final class g { public g(String str, f fVar) { a aVar = new a(null); this.b = aVar; - this.f1278c = aVar; + this.f1277c = aVar; this.a = str; } @@ -37,8 +37,8 @@ public final class g { public g a(String str, int i) { String valueOf = String.valueOf(i); a aVar = new a(null); - this.f1278c.f1279c = aVar; - this.f1278c = aVar; + this.f1277c.f1278c = aVar; + this.f1277c = aVar; aVar.b = valueOf; aVar.a = str; return this; @@ -48,7 +48,7 @@ public final class g { StringBuilder sb = new StringBuilder(32); sb.append(this.a); sb.append('{'); - a aVar = this.b.f1279c; + a aVar = this.b.f1278c; String str = ""; while (aVar != null) { Object obj = aVar.b; @@ -64,7 +64,7 @@ public final class g { String deepToString = Arrays.deepToString(new Object[]{obj}); sb.append((CharSequence) deepToString, 1, deepToString.length() - 1); } - aVar = aVar.f1279c; + aVar = aVar.f1278c; str = ", "; } sb.append('}'); diff --git a/app/src/main/java/c/i/b/a/k.java b/app/src/main/java/c/i/b/a/k.java index 29e9b32670..3ef8e615f7 100644 --- a/app/src/main/java/c/i/b/a/k.java +++ b/app/src/main/java/c/i/b/a/k.java @@ -11,7 +11,7 @@ public final class k { public final b b; /* renamed from: c reason: collision with root package name */ - public final int f1280c = Integer.MAX_VALUE; + public final int f1279c = Integer.MAX_VALUE; /* compiled from: Splitter */ public static abstract class a extends a { @@ -24,7 +24,7 @@ public final class k { public a(k kVar, CharSequence charSequence) { this.l = kVar.a; this.m = false; - this.o = kVar.f1280c; + this.o = kVar.f1279c; this.k = charSequence; } } diff --git a/app/src/main/java/c/i/b/b/d0.java b/app/src/main/java/c/i/b/b/d0.java index a0085b2e96..204253345f 100644 --- a/app/src/main/java/c/i/b/b/d0.java +++ b/app/src/main/java/c/i/b/b/d0.java @@ -14,7 +14,7 @@ public final class d0 { public int b = -1; /* renamed from: c reason: collision with root package name */ - public int f1281c = -1; + public int f1280c = -1; @MonotonicNonNullDecl public e0.p d; @MonotonicNonNullDecl @@ -36,7 +36,7 @@ public final class d0 { if (i == -1) { i = 16; } - int i2 = this.f1281c; + int i2 = this.f1280c; if (i2 == -1) { i2 = 4; } @@ -78,7 +78,7 @@ public final class d0 { if (i != -1) { gVar.a("initialCapacity", i); } - int i2 = this.f1281c; + int i2 = this.f1280c; if (i2 != -1) { gVar.a("concurrencyLevel", i2); } @@ -86,8 +86,8 @@ public final class d0 { if (pVar != null) { String m0 = c.m0(pVar.toString()); g.a aVar = new g.a(null); - gVar.f1278c.f1279c = aVar; - gVar.f1278c = aVar; + gVar.f1277c.f1278c = aVar; + gVar.f1277c = aVar; aVar.b = m0; aVar.a = "keyStrength"; } @@ -95,15 +95,15 @@ public final class d0 { if (pVar2 != null) { String m02 = c.m0(pVar2.toString()); g.a aVar2 = new g.a(null); - gVar.f1278c.f1279c = aVar2; - gVar.f1278c = aVar2; + gVar.f1277c.f1278c = aVar2; + gVar.f1277c = aVar2; aVar2.b = m02; aVar2.a = "valueStrength"; } if (this.f != null) { g.a aVar3 = new g.a(null); - gVar.f1278c.f1279c = aVar3; - gVar.f1278c = aVar3; + gVar.f1277c.f1278c = aVar3; + gVar.f1277c = aVar3; aVar3.b = "keyEquivalence"; } return gVar.toString(); diff --git a/app/src/main/java/c/i/b/b/e0.java b/app/src/main/java/c/i/b/b/e0.java index 0a8c900e20..090abfd766 100644 --- a/app/src/main/java/c/i/b/b/e0.java +++ b/app/src/main/java/c/i/b/b/e0.java @@ -116,17 +116,17 @@ public class e0, S extends n> extends Abs @NullableDecl /* renamed from: c reason: collision with root package name */ - public final E f1282c; + public final E f1281c; public c(K k, int i, @NullableDecl E e) { this.a = k; this.b = i; - this.f1282c = e; + this.f1281c = e; } @Override // c.i.b.b.e0.i public E a() { - return this.f1282c; + return this.f1281c; } @Override // c.i.b.b.e0.i @@ -854,13 +854,13 @@ public class e0, S extends n> extends Abs d0Var.f = dVar; d0Var.a = true; int i2 = this.concurrencyLevel; - int i3 = d0Var.f1281c; + int i3 = d0Var.f1280c; c.i.a.f.e.o.c.r(i3 == -1, "concurrency level was already set to %s", i3); if (i2 > 0) { z2 = true; } c.i.a.f.e.o.c.h(z2); - d0Var.f1281c = i2; + d0Var.f1280c = i2; this.i = d0Var.c(); while (true) { Object readObject = objectInputStream.readObject(); @@ -1136,7 +1136,7 @@ public class e0, S extends n> extends Abs @NullableDecl /* renamed from: c reason: collision with root package name */ - public volatile V f1283c = null; + public volatile V f1282c = null; /* compiled from: MapMakerInternalMap */ public static final class a implements j, x> { @@ -1151,7 +1151,7 @@ public class e0, S extends n> extends Abs return null; } w wVar3 = new w(x.o(xVar), wVar.get(), wVar.a, wVar2); - wVar3.f1283c = wVar.f1283c; + wVar3.f1282c = wVar.f1282c; return wVar3; } @@ -1170,7 +1170,7 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.j public void d(n nVar, i iVar, Object obj) { x xVar = (x) nVar; - ((w) iVar).f1283c = obj; + ((w) iVar).f1282c = obj; } @Override // c.i.b.b.e0.j @@ -1191,7 +1191,7 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.i @NullableDecl public V getValue() { - return this.f1283c; + return this.f1282c; } } @@ -1228,7 +1228,7 @@ public class e0, S extends n> extends Abs public static final class y extends d> implements a0> { /* renamed from: c reason: collision with root package name */ - public volatile b0> f1284c = ((b0>) e0.i); + public volatile b0> f1283c = ((b0>) e0.i); /* compiled from: MapMakerInternalMap */ public static final class a implements j, z> { @@ -1249,7 +1249,7 @@ public class e0, S extends n> extends Abs ReferenceQueue o = z.o(zVar); ReferenceQueue p = z.p(zVar); y yVar3 = new y<>(o, yVar.get(), yVar.a, yVar2); - yVar3.f1284c = yVar.f1284c.b(p, yVar3); + yVar3.f1283c = yVar.f1283c.b(p, yVar3); return yVar3; } @@ -1267,8 +1267,8 @@ public class e0, S extends n> extends Abs public void d(n nVar, i iVar, Object obj) { y yVar = (y) iVar; ReferenceQueue p = z.p((z) nVar); - b0> b0Var = yVar.f1284c; - yVar.f1284c = new c0(p, obj, yVar); + b0> b0Var = yVar.f1283c; + yVar.f1283c = new c0(p, obj, yVar); b0Var.clear(); } @@ -1290,12 +1290,12 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.a0 public b0> b() { - return this.f1284c; + return this.f1283c; } @Override // c.i.b.b.e0.i public V getValue() { - return this.f1284c.get(); + return this.f1283c.get(); } } @@ -1335,7 +1335,7 @@ public class e0, S extends n> extends Abs } public e0(d0 d0Var, j jVar) { - int i2 = d0Var.f1281c; + int i2 = d0Var.f1280c; this.concurrencyLevel = Math.min(i2 == -1 ? 4 : i2, 65536); this.keyEquivalence = (c.i.b.a.d) c.i.a.f.e.o.c.C(d0Var.f, d0Var.a().f()); this.m = jVar; diff --git a/app/src/main/java/c/i/b/b/l.java b/app/src/main/java/c/i/b/b/l.java index a956d1fc53..b5825f5729 100644 --- a/app/src/main/java/c/i/b/b/l.java +++ b/app/src/main/java/c/i/b/b/l.java @@ -39,7 +39,7 @@ public class l extends AbstractMap implements Serializable { @MonotonicNonNullDecl /* renamed from: s reason: collision with root package name */ - public transient Set> f1285s; + public transient Set> f1284s; @MonotonicNonNullDecl public transient Collection t; @@ -371,12 +371,12 @@ public class l extends AbstractMap implements Serializable { @Override // java.util.AbstractMap, java.util.Map public Set> entrySet() { - Set> set = this.f1285s; + Set> set = this.f1284s; if (set != null) { return set; } a aVar = new a(); - this.f1285s = aVar; + this.f1284s = aVar; return aVar; } diff --git a/app/src/main/java/c/i/b/b/n.java b/app/src/main/java/c/i/b/b/n.java index 18d6b00bf6..fa362d7d19 100644 --- a/app/src/main/java/c/i/b/b/n.java +++ b/app/src/main/java/c/i/b/b/n.java @@ -8,7 +8,7 @@ public abstract class n { public static final n b = new b(-1); /* renamed from: c reason: collision with root package name */ - public static final n f1286c = new b(1); + public static final n f1285c = new b(1); /* compiled from: ComparisonChain */ public static class a extends n { @@ -42,7 +42,7 @@ public abstract class n { } public n f(int i) { - return i < 0 ? n.b : i > 0 ? n.f1286c : n.a; + return i < 0 ? n.b : i > 0 ? n.f1285c : n.a; } } diff --git a/app/src/main/java/c/i/b/b/s.java b/app/src/main/java/c/i/b/b/s.java index 5c88dc01f4..8080ef2188 100644 --- a/app/src/main/java/c/i/b/b/s.java +++ b/app/src/main/java/c/i/b/b/s.java @@ -20,7 +20,7 @@ public abstract class s extends AbstractCollection implements Serializable public int b = 0; /* renamed from: c reason: collision with root package name */ - public boolean f1287c; + public boolean f1286c; public a(int i) { c.n(i, "initialCapacity"); diff --git a/app/src/main/java/c/i/b/b/u.java b/app/src/main/java/c/i/b/b/u.java index 140e38628e..999357f7ef 100644 --- a/app/src/main/java/c/i/b/b/u.java +++ b/app/src/main/java/c/i/b/b/u.java @@ -30,10 +30,10 @@ public abstract class u extends s implements List, RandomAccess { Object[] objArr = this.a; if (objArr.length < i) { this.a = Arrays.copyOf(objArr, s.b.a(objArr.length, i)); - this.f1287c = false; - } else if (this.f1287c) { + this.f1286c = false; + } else if (this.f1286c) { this.a = (Object[]) objArr.clone(); - this.f1287c = false; + this.f1286c = false; } Object[] objArr2 = this.a; int i2 = this.b; @@ -43,7 +43,7 @@ public abstract class u extends s implements List, RandomAccess { } public u c() { - this.f1287c = true; + this.f1286c = true; return u.l(this.a, this.b); } } diff --git a/app/src/main/java/c/i/b/b/w.java b/app/src/main/java/c/i/b/b/w.java index 533984c20e..ec94e5f009 100644 --- a/app/src/main/java/c/i/b/b/w.java +++ b/app/src/main/java/c/i/b/b/w.java @@ -28,7 +28,7 @@ public abstract class w implements Map, Serializable { public int b = 0; /* renamed from: c reason: collision with root package name */ - public boolean f1288c = false; + public boolean f1287c = false; public a(int i) { this.a = new Object[(i * 2)]; @@ -39,7 +39,7 @@ public abstract class w implements Map, Serializable { r4 = r4 + 1; */ public w a() { - this.f1288c = true; + this.f1287c = true; int i = this.b; Object[] objArr = this.a; if (i == 0) { @@ -88,7 +88,7 @@ public abstract class w implements Map, Serializable { Object[] objArr = this.a; if (i2 > objArr.length) { this.a = Arrays.copyOf(objArr, s.b.a(objArr.length, i2)); - this.f1288c = false; + this.f1287c = false; } } diff --git a/app/src/main/java/c/i/c/c.java b/app/src/main/java/c/i/c/c.java index 214d6febd7..48885c921a 100644 --- a/app/src/main/java/c/i/c/c.java +++ b/app/src/main/java/c/i/c/c.java @@ -51,7 +51,7 @@ public class c { public static final Executor b = new d(null); /* renamed from: c reason: collision with root package name */ - public static final Map f1289c = new ArrayMap(); + public static final Map f1288c = new ArrayMap(); public final Context d; public final String e; public final i f; @@ -76,7 +76,7 @@ public class c { public void a(boolean z2) { Object obj = c.a; synchronized (c.a) { - Iterator it = new ArrayList(c.f1289c.values()).iterator(); + Iterator it = new ArrayList(c.f1288c.values()).iterator(); while (it.hasNext()) { c cVar = (c) it.next(); if (cVar.h.get()) { @@ -117,7 +117,7 @@ public class c { public void onReceive(Context context, Intent intent) { Object obj = c.a; synchronized (c.a) { - for (c cVar : c.f1289c.values()) { + for (c cVar : c.f1288c.values()) { cVar.d(); } } @@ -203,7 +203,7 @@ public class c { public static c b() { c cVar; synchronized (a) { - cVar = f1289c.get("[DEFAULT]"); + cVar = f1288c.get("[DEFAULT]"); if (cVar == null) { throw new IllegalStateException("Default FirebaseApp is not initialized in this process " + c.i.a.f.e.o.g.a() + ". Make sure to call FirebaseApp.initializeApp(Context) first."); } @@ -214,7 +214,7 @@ public class c { @Nullable public static c e(@NonNull Context context) { synchronized (a) { - if (f1289c.containsKey("[DEFAULT]")) { + if (f1288c.containsKey("[DEFAULT]")) { return b(); } i a2 = i.a(context); @@ -248,7 +248,7 @@ public class c { context = context.getApplicationContext(); } synchronized (a) { - Map map = f1289c; + Map map = f1288c; AnimatableValueParser.G(!map.containsKey("[DEFAULT]"), "FirebaseApp name [DEFAULT] already exists!"); AnimatableValueParser.z(context, "Application context cannot be null."); cVar = new c(context, "[DEFAULT]", iVar); @@ -307,7 +307,7 @@ public class c { boolean h = h(); for (Map.Entry, r> entry : kVar.b.entrySet()) { r value = entry.getValue(); - int i = entry.getKey().f1297c; + int i = entry.getKey().f1296c; boolean z2 = false; if (!(i == 1)) { if (i == 2) { diff --git a/app/src/main/java/c/i/c/i.java b/app/src/main/java/c/i/c/i.java index a9f40ab027..e89f1ba050 100644 --- a/app/src/main/java/c/i/c/i.java +++ b/app/src/main/java/c/i/c/i.java @@ -17,7 +17,7 @@ public final class i { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1290c; + public final String f1289c; public final String d; public final String e; public final String f; @@ -27,7 +27,7 @@ public final class i { AnimatableValueParser.G(!h.a(str), "ApplicationId must be set."); this.b = str; this.a = str2; - this.f1290c = str3; + this.f1289c = str3; this.d = str4; this.e = str5; this.f = str6; @@ -67,18 +67,18 @@ public final class i { return false; } i iVar = (i) obj; - return AnimatableValueParser.j0(this.b, iVar.b) && AnimatableValueParser.j0(this.a, iVar.a) && AnimatableValueParser.j0(this.f1290c, iVar.f1290c) && AnimatableValueParser.j0(this.d, iVar.d) && AnimatableValueParser.j0(this.e, iVar.e) && AnimatableValueParser.j0(this.f, iVar.f) && AnimatableValueParser.j0(this.g, iVar.g); + return AnimatableValueParser.j0(this.b, iVar.b) && AnimatableValueParser.j0(this.a, iVar.a) && AnimatableValueParser.j0(this.f1289c, iVar.f1289c) && AnimatableValueParser.j0(this.d, iVar.d) && AnimatableValueParser.j0(this.e, iVar.e) && AnimatableValueParser.j0(this.f, iVar.f) && AnimatableValueParser.j0(this.g, iVar.g); } public int hashCode() { - return Arrays.hashCode(new Object[]{this.b, this.a, this.f1290c, this.d, this.e, this.f, this.g}); + return Arrays.hashCode(new Object[]{this.b, this.a, this.f1289c, this.d, this.e, this.f, this.g}); } public String toString() { k kVar = new k(this, null); kVar.a("applicationId", this.b); kVar.a("apiKey", this.a); - kVar.a("databaseUrl", this.f1290c); + kVar.a("databaseUrl", this.f1289c); kVar.a("gcmSenderId", this.e); kVar.a("storageBucket", this.f); kVar.a("projectId", this.g); diff --git a/app/src/main/java/c/i/c/j/a/b.java b/app/src/main/java/c/i/c/j/a/b.java index a5938f9179..2427a13832 100644 --- a/app/src/main/java/c/i/c/j/a/b.java +++ b/app/src/main/java/c/i/c/j/a/b.java @@ -18,7 +18,7 @@ public class b implements a { public final c.i.a.f.i.a.a b; /* renamed from: c reason: collision with root package name */ - public final Map f1291c = new ConcurrentHashMap(); + public final Map f1290c = new ConcurrentHashMap(); /* compiled from: com.google.android.gms:play-services-measurement-api@@18.0.0 */ public class a implements a.AbstractC0130a { @@ -159,7 +159,7 @@ public class b implements a { if (!c.a(str)) { return null; } - if (!str.isEmpty() && this.f1291c.containsKey(str) && this.f1291c.get(str) != null) { + if (!str.isEmpty() && this.f1290c.containsKey(str) && this.f1290c.get(str) != null) { return null; } c.i.a.f.i.a.a aVar = this.b; @@ -167,7 +167,7 @@ public class b implements a { if (bVar2 == null) { return null; } - this.f1291c.put(str, bVar2); + this.f1290c.put(str, bVar2); return new a(this, str); } } diff --git a/app/src/main/java/c/i/c/j/a/c/b.java b/app/src/main/java/c/i/c/j/a/c/b.java index b64768934a..2c66ff629f 100644 --- a/app/src/main/java/c/i/c/j/a/c/b.java +++ b/app/src/main/java/c/i/c/j/a/c/b.java @@ -9,12 +9,12 @@ public final class b { public a.b b; /* renamed from: c reason: collision with root package name */ - public c.i.a.f.i.a.a f1292c; + public c.i.a.f.i.a.a f1291c; public e d; public b(c.i.a.f.i.a.a aVar, a.b bVar) { this.b = bVar; - this.f1292c = aVar; + this.f1291c = aVar; e eVar = new e(this); this.d = eVar; aVar.a(eVar); diff --git a/app/src/main/java/c/i/c/j/a/c/c.java b/app/src/main/java/c/i/c/j/a/c/c.java index cb39a36c4b..e8f2f4546c 100644 --- a/app/src/main/java/c/i/c/j/a/c/c.java +++ b/app/src/main/java/c/i/c/j/a/c/c.java @@ -12,7 +12,7 @@ public final class c { public static final List b = Arrays.asList("_e", "_f", "_iap", "_s", "_au", "_ui", "_cd"); /* renamed from: c reason: collision with root package name */ - public static final List f1293c = Arrays.asList("auto", "app", "am"); + public static final List f1292c = Arrays.asList("auto", "app", "am"); public static final List d = Arrays.asList("_r", "_dbg"); public static final List e; public static final List f = Arrays.asList("^_ltv_[A-Z]{3}$", "^_cc[1-5]{1}$"); @@ -34,6 +34,6 @@ public final class c { } public static boolean a(@NonNull String str) { - return !f1293c.contains(str); + return !f1292c.contains(str); } } diff --git a/app/src/main/java/c/i/c/j/a/c/d.java b/app/src/main/java/c/i/c/j/a/c/d.java index 5ff309a1d7..5bfe1cef1c 100644 --- a/app/src/main/java/c/i/c/j/a/c/d.java +++ b/app/src/main/java/c/i/c/j/a/c/d.java @@ -7,13 +7,13 @@ public final class d { public c.i.a.f.i.a.a b; /* renamed from: c reason: collision with root package name */ - public f f1294c; + public f f1293c; public d(c.i.a.f.i.a.a aVar, a.b bVar) { this.a = bVar; this.b = aVar; f fVar = new f(this); - this.f1294c = fVar; + this.f1293c = fVar; aVar.a(fVar); } } diff --git a/app/src/main/java/c/i/c/j/a/c/e.java b/app/src/main/java/c/i/c/j/a/c/e.java index 487a7febdd..9bf2841b39 100644 --- a/app/src/main/java/c/i/c/j/a/c/e.java +++ b/app/src/main/java/c/i/c/j/a/c/e.java @@ -18,7 +18,7 @@ public final class e implements a.AbstractC0113a { if (this.a.a.contains(str2)) { Bundle bundle2 = new Bundle(); Set set = c.a; - String K0 = c.K0(str2, v5.f1217c, v5.a); + String K0 = c.K0(str2, v5.f1216c, v5.a); if (K0 != null) { str2 = K0; } diff --git a/app/src/main/java/c/i/c/k/a.java b/app/src/main/java/c/i/c/k/a.java index fdb10c8006..31e64ff078 100644 --- a/app/src/main/java/c/i/c/k/a.java +++ b/app/src/main/java/c/i/c/k/a.java @@ -14,7 +14,7 @@ public interface a { public final String b; /* renamed from: c reason: collision with root package name */ - public String f1295c; + public String f1294c; public String d; public String e; diff --git a/app/src/main/java/c/i/c/k/d/a.java b/app/src/main/java/c/i/c/k/d/a.java index 521dc348df..632756bdbc 100644 --- a/app/src/main/java/c/i/c/k/d/a.java +++ b/app/src/main/java/c/i/c/k/d/a.java @@ -11,7 +11,7 @@ public final class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zza createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; String str2 = null; String str3 = null; @@ -19,7 +19,7 @@ public final class a implements Parcelable.Creator { zzc zzc = null; String str5 = null; Bundle bundle = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: @@ -44,11 +44,11 @@ public final class a implements Parcelable.Creator { bundle = AnimatableValueParser.P(parcel, readInt); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zza(str, str2, str3, str4, zzc, str5, bundle); } diff --git a/app/src/main/java/c/i/c/k/d/c.java b/app/src/main/java/c/i/c/k/d/c.java index 5767b10306..a1aa72b07d 100644 --- a/app/src/main/java/c/i/c/k/d/c.java +++ b/app/src/main/java/c/i/c/k/d/c.java @@ -8,6 +8,6 @@ import c.i.c.h; /* compiled from: com.google.firebase:firebase-appindexing@@19.1.0 */ public final class c extends b { public c(Context context) { - super(context, k.f1096c, (a.d) null, new h()); + super(context, k.f1095c, (a.d) null, new h()); } } diff --git a/app/src/main/java/c/i/c/k/d/e.java b/app/src/main/java/c/i/c/k/d/e.java index a80340e947..fd245c1085 100644 --- a/app/src/main/java/c/i/c/k/d/e.java +++ b/app/src/main/java/c/i/c/k/d/e.java @@ -12,7 +12,7 @@ import com.google.android.gms.tasks.TaskCompletionSource; public abstract class e extends p implements c.i.a.f.e.h.j.e { /* renamed from: c reason: collision with root package name */ - public TaskCompletionSource f1296c; + public TaskCompletionSource f1295c; public e(d dVar) { } @@ -20,7 +20,7 @@ public abstract class e extends p implements c.i.a.f.e.h.j.e { @Override // c.i.a.f.e.h.j.e public void a(Status status) { AnimatableValueParser.p(!status.v0(), "Failed result must not be success."); - TaskCompletionSource taskCompletionSource = this.f1296c; + TaskCompletionSource taskCompletionSource = this.f1295c; taskCompletionSource.a.s(c.D0(status, status.p)); } @@ -29,17 +29,17 @@ public abstract class e extends p implements c.i.a.f.e.h.j.e { public void b(Status status) { Status status2 = status; if (status2.v0()) { - this.f1296c.a.t(null); + this.f1295c.a.t(null); return; } - TaskCompletionSource taskCompletionSource = this.f1296c; + TaskCompletionSource taskCompletionSource = this.f1295c; taskCompletionSource.a.s(c.D0(status2, "User Action indexing error, please try again.")); } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [c.i.a.f.e.h.a$b, com.google.android.gms.tasks.TaskCompletionSource] */ @Override // c.i.a.f.e.h.j.p public void c(g gVar, TaskCompletionSource taskCompletionSource) throws RemoteException { - this.f1296c = taskCompletionSource; + this.f1295c = taskCompletionSource; d dVar = (d) this; gVar.w().R(new h(dVar), dVar.d); } diff --git a/app/src/main/java/c/i/c/k/d/f.java b/app/src/main/java/c/i/c/k/d/f.java index b9ae1a9432..8fd93ed0ae 100644 --- a/app/src/main/java/c/i/c/k/d/f.java +++ b/app/src/main/java/c/i/c/k/d/f.java @@ -9,21 +9,21 @@ public final class f implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzc createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; String str2 = null; byte[] bArr = null; int i = 0; boolean z2 = false; boolean z3 = false; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 2: - z2 = AnimatableValueParser.g2(parcel, readInt); + z2 = AnimatableValueParser.h2(parcel, readInt); break; case 3: str = AnimatableValueParser.T(parcel, readInt); @@ -35,14 +35,14 @@ public final class f implements Parcelable.Creator { bArr = AnimatableValueParser.Q(parcel, readInt); break; case 6: - z3 = AnimatableValueParser.g2(parcel, readInt); + z3 = AnimatableValueParser.h2(parcel, readInt); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzc(i, z2, str, str2, bArr, z3); } diff --git a/app/src/main/java/c/i/c/l/d.java b/app/src/main/java/c/i/c/l/d.java index 027650f5b9..a46dc0e895 100644 --- a/app/src/main/java/c/i/c/l/d.java +++ b/app/src/main/java/c/i/c/l/d.java @@ -11,7 +11,7 @@ public final class d { public final Set b; /* renamed from: c reason: collision with root package name */ - public final int f1297c; + public final int f1296c; public final int d; public final f e; public final Set> f; @@ -22,7 +22,7 @@ public final class d { public final Set b = new HashSet(); /* renamed from: c reason: collision with root package name */ - public int f1298c; + public int f1297c; public int d; public f e; public Set> f; @@ -30,7 +30,7 @@ public final class d { public b(Class cls, Class[] clsArr, a aVar) { HashSet hashSet = new HashSet(); this.a = hashSet; - this.f1298c = 0; + this.f1297c = 0; this.d = 0; this.f = new HashSet(); Objects.requireNonNull(cls, "Null interface"); @@ -51,7 +51,7 @@ public final class d { public d b() { if (this.e != null) { - return new d<>(new HashSet(this.a), new HashSet(this.b), this.f1298c, this.d, this.e, this.f, null); + return new d<>(new HashSet(this.a), new HashSet(this.b), this.f1297c, this.d, this.e, this.f, null); } throw new IllegalStateException("Missing required property: factory."); } @@ -62,8 +62,8 @@ public final class d { } public final b d(int i) { - if (this.f1298c == 0) { - this.f1298c = i; + if (this.f1297c == 0) { + this.f1297c = i; return this; } throw new IllegalStateException("Instantiation type has already been set."); @@ -73,7 +73,7 @@ public final class d { public d(Set set, Set set2, int i, int i2, f fVar, Set set3, a aVar) { this.a = Collections.unmodifiableSet(set); this.b = Collections.unmodifiableSet(set2); - this.f1297c = i; + this.f1296c = i; this.d = i2; this.e = fVar; this.f = Collections.unmodifiableSet(set3); @@ -95,6 +95,6 @@ public final class d { } public String toString() { - return "Component<" + Arrays.toString(this.a.toArray()) + ">{" + this.f1297c + ", type=" + this.d + ", deps=" + Arrays.toString(this.b.toArray()) + "}"; + return "Component<" + Arrays.toString(this.a.toArray()) + ">{" + this.f1296c + ", type=" + this.d + ", deps=" + Arrays.toString(this.b.toArray()) + "}"; } } diff --git a/app/src/main/java/c/i/c/l/k.java b/app/src/main/java/c/i/c/l/k.java index 0f85a4f6f8..c0f10da852 100644 --- a/app/src/main/java/c/i/c/l/k.java +++ b/app/src/main/java/c/i/c/l/k.java @@ -19,7 +19,7 @@ public class k extends a { public final Map, r> b = new HashMap(); /* renamed from: c reason: collision with root package name */ - public final Map, r> f1299c = new HashMap(); + public final Map, r> f1298c = new HashMap(); public final Map, r>> d = new HashMap(); public final q e; @@ -63,10 +63,10 @@ public class k extends a { for (Set set3 : hashMap.values()) { for (m mVar2 : set3) { for (o oVar : mVar2.a.b) { - if ((oVar.f1301c == 0) && (set = (Set) hashMap.get(new n(oVar.a, oVar.a(), null))) != null) { + if ((oVar.f1300c == 0) && (set = (Set) hashMap.get(new n(oVar.a, oVar.a(), null))) != null) { for (m mVar3 : set) { mVar2.b.add(mVar3); - mVar3.f1300c.add(mVar2); + mVar3.f1299c.add(mVar2); } } } @@ -90,7 +90,7 @@ public class k extends a { hashSet2.remove(mVar5); i++; for (m mVar6 : mVar5.b) { - mVar6.f1300c.remove(mVar5); + mVar6.f1299c.remove(mVar5); if (mVar6.a()) { hashSet2.add(mVar6); } @@ -107,7 +107,7 @@ public class k extends a { if (key.b()) { r value = entry.getValue(); for (Class cls2 : key.a) { - this.f1299c.put(cls2, value); + this.f1298c.put(cls2, value); } } } @@ -116,7 +116,7 @@ public class k extends a { while (true) { if (it5.hasNext()) { o next = it5.next(); - if ((next.b == 1) && !this.f1299c.containsKey(next.a)) { + if ((next.b == 1) && !this.f1298c.containsKey(next.a)) { throw new MissingDependencyException(String.format("Unsatisfied dependency for component %s: %s", dVar4, next.a)); } } @@ -154,7 +154,7 @@ public class k extends a { @Override // c.i.c.l.e public a b(Class cls) { Objects.requireNonNull(cls, "Null interface requested."); - return this.f1299c.get(cls); + return this.f1298c.get(cls); } @Override // c.i.c.l.e diff --git a/app/src/main/java/c/i/c/l/m.java b/app/src/main/java/c/i/c/l/m.java index f2d65eac5e..358785245c 100644 --- a/app/src/main/java/c/i/c/l/m.java +++ b/app/src/main/java/c/i/c/l/m.java @@ -8,13 +8,13 @@ public class m { public final Set b = new HashSet(); /* renamed from: c reason: collision with root package name */ - public final Set f1300c = new HashSet(); + public final Set f1299c = new HashSet(); public m(d dVar) { this.a = dVar; } public boolean a() { - return this.f1300c.isEmpty(); + return this.f1299c.isEmpty(); } } diff --git a/app/src/main/java/c/i/c/l/o.java b/app/src/main/java/c/i/c/l/o.java index 2932dec701..ac4654f52f 100644 --- a/app/src/main/java/c/i/c/l/o.java +++ b/app/src/main/java/c/i/c/l/o.java @@ -8,13 +8,13 @@ public final class o { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1301c; + public final int f1300c; public o(Class cls, int i, int i2) { Objects.requireNonNull(cls, "Null dependency anInterface."); this.a = cls; this.b = i; - this.f1301c = i2; + this.f1300c = i2; } public boolean a() { @@ -26,11 +26,11 @@ public final class o { return false; } o oVar = (o) obj; - return this.a == oVar.a && this.b == oVar.b && this.f1301c == oVar.f1301c; + return this.a == oVar.a && this.b == oVar.b && this.f1300c == oVar.f1300c; } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1301c; + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1300c; } public String toString() { @@ -41,7 +41,7 @@ public final class o { boolean z2 = true; sb.append(i == 1 ? "required" : i == 0 ? "optional" : "set"); sb.append(", direct="); - if (this.f1301c != 0) { + if (this.f1300c != 0) { z2 = false; } return a.L(sb, z2, "}"); diff --git a/app/src/main/java/c/i/c/l/q.java b/app/src/main/java/c/i/c/l/q.java index f6c1180c93..6bd3dc00d6 100644 --- a/app/src/main/java/c/i/c/l/q.java +++ b/app/src/main/java/c/i/c/l/q.java @@ -20,15 +20,15 @@ public class q implements d, c { public Queue> b = new ArrayDeque(); /* renamed from: c reason: collision with root package name */ - public final Executor f1302c; + public final Executor f1301c; public q(Executor executor) { - this.f1302c = executor; + this.f1301c = executor; } @Override // c.i.c.q.d public void a(Class cls, b bVar) { - b(cls, this.f1302c, bVar); + b(cls, this.f1301c, bVar); } @Override // c.i.c.q.d diff --git a/app/src/main/java/c/i/c/l/r.java b/app/src/main/java/c/i/c/l/r.java index 75d9df88e7..36f47fadb8 100644 --- a/app/src/main/java/c/i/c/l/r.java +++ b/app/src/main/java/c/i/c/l/r.java @@ -7,10 +7,10 @@ public class r implements a { public volatile Object b = a; /* renamed from: c reason: collision with root package name */ - public volatile a f1303c; + public volatile a f1302c; public r(a aVar) { - this.f1303c = aVar; + this.f1302c = aVar; } @Override // c.i.c.t.a @@ -21,9 +21,9 @@ public class r implements a { synchronized (this) { t = this.b; if (t == obj) { - t = this.f1303c.get(); + t = this.f1302c.get(); this.b = t; - this.f1303c = null; + this.f1302c = null; } } } diff --git a/app/src/main/java/c/i/c/l/s.java b/app/src/main/java/c/i/c/l/s.java index 6c4cc376fd..d54211babb 100644 --- a/app/src/main/java/c/i/c/l/s.java +++ b/app/src/main/java/c/i/c/l/s.java @@ -10,7 +10,7 @@ public final class s extends a { public final Set> b; /* renamed from: c reason: collision with root package name */ - public final Set> f1304c; + public final Set> f1303c; public final Set> d; public final Set> e; public final e f; @@ -30,7 +30,7 @@ public final class s extends a { HashSet hashSet3 = new HashSet(); HashSet hashSet4 = new HashSet(); for (o oVar : dVar.b) { - if (oVar.f1301c == 0) { + if (oVar.f1300c == 0) { if (oVar.a()) { hashSet3.add(oVar.a); } else { @@ -47,7 +47,7 @@ public final class s extends a { } this.a = Collections.unmodifiableSet(hashSet); this.b = Collections.unmodifiableSet(hashSet2); - this.f1304c = Collections.unmodifiableSet(hashSet3); + this.f1303c = Collections.unmodifiableSet(hashSet3); this.d = Collections.unmodifiableSet(hashSet4); this.e = dVar.f; this.f = eVar; @@ -80,7 +80,7 @@ public final class s extends a { @Override // c.i.c.l.a, c.i.c.l.e public Set d(Class cls) { - if (this.f1304c.contains(cls)) { + if (this.f1303c.contains(cls)) { return this.f.d(cls); } throw new IllegalArgumentException(String.format("Attempting to request an undeclared dependency Set<%s>.", cls)); diff --git a/app/src/main/java/c/i/c/m/b.java b/app/src/main/java/c/i/c/m/b.java index 688705fc1f..1b0ae5e807 100644 --- a/app/src/main/java/c/i/c/m/b.java +++ b/app/src/main/java/c/i/c/m/b.java @@ -195,7 +195,7 @@ public final /* synthetic */ class b implements f { try { c.i.c.m.d.k.b bVar6 = new c.i.c.m.d.k.b(str6, l, c5, packageName2, num, str7, aVar5); bVar4.b("Installer package name is: " + c5); - k0Var.h = new x(k0Var.a, k0Var.m, bVar5, k0Var.i, k0Var.f1315c, hVar2, k0Var.f, bVar6, null, null, k0Var.n, k0Var.k, cVar4); + k0Var.h = new x(k0Var.a, k0Var.m, bVar5, k0Var.i, k0Var.f1314c, hVar2, k0Var.f, bVar6, null, null, k0Var.n, k0Var.k, cVar4); boolean exists = k0Var.e.b().exists(); try { k0Var.g = Boolean.TRUE.equals((Boolean) h1.a(k0Var.m.b(new l0(k0Var)))); diff --git a/app/src/main/java/c/i/c/m/d/e.java b/app/src/main/java/c/i/c/m/d/e.java index a026d79252..39ae9add9a 100644 --- a/app/src/main/java/c/i/c/m/d/e.java +++ b/app/src/main/java/c/i/c/m/d/e.java @@ -14,14 +14,14 @@ public class e implements f { public final /* synthetic */ c b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Executor f1305c; + public final /* synthetic */ Executor f1304c; public final /* synthetic */ h d; public e(h hVar, String str, c cVar, Executor executor) { this.d = hVar; this.a = str; this.b = cVar; - this.f1305c = executor; + this.f1304c = executor; } /* Return type fixed from 'com.google.android.gms.tasks.Task' to match base method */ @@ -30,7 +30,7 @@ public class e implements f { @NonNull public Task a(@Nullable b bVar) throws Exception { try { - h.a(this.d, bVar, this.a, this.b, this.f1305c, true); + h.a(this.d, bVar, this.a, this.b, this.f1304c, true); return null; } catch (Exception e) { if (b.a.a(6)) { diff --git a/app/src/main/java/c/i/c/m/d/h.java b/app/src/main/java/c/i/c/m/d/h.java index 76d3a274c4..a75ff26215 100644 --- a/app/src/main/java/c/i/c/m/d/h.java +++ b/app/src/main/java/c/i/c/m/d/h.java @@ -19,7 +19,7 @@ public class h { public final c b; /* renamed from: c reason: collision with root package name */ - public final Context f1306c; + public final Context f1305c; public PackageManager d; public String e; public PackageInfo f; @@ -33,7 +33,7 @@ public class h { public h(c cVar, Context context, v0 v0Var, q0 q0Var) { this.b = cVar; - this.f1306c = context; + this.f1305c = context; this.l = v0Var; this.m = q0Var; } @@ -55,11 +55,11 @@ public class h { } public final a b(String str, String str2) { - return new a(str, str2, this.l.e, this.h, this.g, c.i.c.m.d.k.h.f(c.i.c.m.d.k.h.l(this.f1306c), str2, this.h, this.g), this.j, r0.f(this.i).g(), this.k, "0"); + return new a(str, str2, this.l.e, this.h, this.g, c.i.c.m.d.k.h.f(c.i.c.m.d.k.h.l(this.f1305c), str2, this.h, this.g), this.j, r0.f(this.i).g(), this.k, "0"); } public String c() { - Context context = this.f1306c; + Context context = this.f1305c; int n = c.i.c.m.d.k.h.n(context, "com.crashlytics.ApiEndpoint", "string"); return n > 0 ? context.getString(n) : ""; } diff --git a/app/src/main/java/c/i/c/m/d/i/c.java b/app/src/main/java/c/i/c/m/d/i/c.java index c8ab042f8e..f7bea624d7 100644 --- a/app/src/main/java/c/i/c/m/d/i/c.java +++ b/app/src/main/java/c/i/c/m/d/i/c.java @@ -12,7 +12,7 @@ public class c implements b, a { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public CountDownLatch f1307c; + public CountDownLatch f1306c; public c(@NonNull e eVar, int i, TimeUnit timeUnit) { this.a = eVar; @@ -23,11 +23,11 @@ public class c implements b, a { synchronized (this.b) { b bVar = b.a; bVar.b("Logging Crashlytics event to Firebase"); - this.f1307c = new CountDownLatch(1); + this.f1306c = new CountDownLatch(1); this.a.a.a("clx", str, bundle); bVar.b("Awaiting app exception callback from FA..."); try { - if (this.f1307c.await((long) 500, TimeUnit.MILLISECONDS)) { + if (this.f1306c.await((long) 500, TimeUnit.MILLISECONDS)) { bVar.b("App exception callback received from FA listener."); } else { bVar.b("Timeout exceeded while awaiting app exception callback from FA listener."); @@ -35,13 +35,13 @@ public class c implements b, a { } catch (InterruptedException unused) { b.a.b("Interrupted while awaiting app exception callback from FA listener."); } - this.f1307c = null; + this.f1306c = null; } } @Override // c.i.c.m.d.i.b public void b(@NonNull String str, @NonNull Bundle bundle) { - CountDownLatch countDownLatch = this.f1307c; + CountDownLatch countDownLatch = this.f1306c; if (countDownLatch != null && "_ae".equals(str)) { countDownLatch.countDown(); } diff --git a/app/src/main/java/c/i/c/m/d/k/a.java b/app/src/main/java/c/i/c/m/d/k/a.java index 2e3f2e7885..66e49723ac 100644 --- a/app/src/main/java/c/i/c/m/d/k/a.java +++ b/app/src/main/java/c/i/c/m/d/k/a.java @@ -11,7 +11,7 @@ public abstract class a { public final String b; /* renamed from: c reason: collision with root package name */ - public final b f1308c; + public final b f1307c; public final int d; public final String e; @@ -21,7 +21,7 @@ public abstract class a { } else if (bVar != null) { this.e = str; this.b = !h.s(str) ? a.matcher(str2).replaceFirst(str) : str2; - this.f1308c = bVar; + this.f1307c = bVar; this.d = i; } else { throw new IllegalArgumentException("requestFactory must not be null."); @@ -33,7 +33,7 @@ public abstract class a { } public c.i.c.m.d.n.a c(Map map) { - b bVar = this.f1308c; + b bVar = this.f1307c; int i = this.d; String str = this.b; Objects.requireNonNull(bVar); diff --git a/app/src/main/java/c/i/c/m/d/k/a0.java b/app/src/main/java/c/i/c/m/d/k/a0.java index 36a605c61f..86a84d4dcd 100644 --- a/app/src/main/java/c/i/c/m/d/k/a0.java +++ b/app/src/main/java/c/i/c/m/d/k/a0.java @@ -18,7 +18,7 @@ public class a0 implements Callable { Bundle bundle = new Bundle(); bundle.putInt("fatal", 1); bundle.putLong("timestamp", this.i); - this.j.f1328z.a("_ae", bundle); + this.j.f1327z.a("_ae", bundle); return null; } } diff --git a/app/src/main/java/c/i/c/m/d/k/b.java b/app/src/main/java/c/i/c/m/d/k/b.java index b48b47a910..7a9ad9d29a 100644 --- a/app/src/main/java/c/i/c/m/d/k/b.java +++ b/app/src/main/java/c/i/c/m/d/k/b.java @@ -7,7 +7,7 @@ public class b { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1309c; + public final String f1308c; public final String d; public final String e; public final String f; @@ -16,7 +16,7 @@ public class b { public b(String str, String str2, String str3, String str4, String str5, String str6, a aVar) { this.a = str; this.b = str2; - this.f1309c = str3; + this.f1308c = str3; this.d = str4; this.e = str5; this.f = str6; diff --git a/app/src/main/java/c/i/c/m/d/k/d1.java b/app/src/main/java/c/i/c/m/d/k/d1.java index f63c44ebd0..a88dfa1fe3 100644 --- a/app/src/main/java/c/i/c/m/d/k/d1.java +++ b/app/src/main/java/c/i/c/m/d/k/d1.java @@ -40,14 +40,14 @@ public class d1 { public final g b; /* renamed from: c reason: collision with root package name */ - public final c f1310c; + public final c f1309c; public final b d; public final f1 e; public d1(n0 n0Var, g gVar, c cVar, b bVar, f1 f1Var) { this.a = n0Var; this.b = gVar; - this.f1310c = cVar; + this.f1309c = cVar; this.d = bVar; this.e = f1Var; } @@ -67,14 +67,14 @@ public class d1 { s sVar; boolean equals = str2.equals("crash"); n0 n0Var = this.a; - int i = n0Var.f1316c.getResources().getConfiguration().orientation; + int i = n0Var.f1315c.getResources().getConfiguration().orientation; e eVar = new e(th, n0Var.f); Long valueOf = Long.valueOf(j); - ActivityManager.RunningAppProcessInfo i2 = h.i(n0Var.e.d, n0Var.f1316c); + ActivityManager.RunningAppProcessInfo i2 = h.i(n0Var.e.d, n0Var.f1315c); Boolean valueOf2 = i2 != null ? Boolean.valueOf(i2.importance != 100) : null; Integer valueOf3 = Integer.valueOf(i); ArrayList arrayList = new ArrayList(); - arrayList.add(n0Var.c(thread, eVar.f1366c, 4)); + arrayList.add(n0Var.c(thread, eVar.f1365c, 4)); if (z2) { for (Map.Entry entry : Thread.getAllStackTraces().entrySet()) { Thread key = entry.getKey(); @@ -106,13 +106,13 @@ public class d1 { String str8 = valueOf3 == null ? " uiOrientation" : str3; if (str8.isEmpty()) { k kVar = new k(lVar, null, valueOf2, valueOf3.intValue(), null); - e a2 = e.a(n0Var.f1316c); + e a2 = e.a(n0Var.f1315c); Float f = a2.a; Double valueOf4 = f != null ? Double.valueOf(f.doubleValue()) : null; int b = a2.b(); - boolean m = h.m(n0Var.f1316c); + boolean m = h.m(n0Var.f1315c); long p = h.p(); - Context context = n0Var.f1316c; + Context context = n0Var.f1315c; ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); ((ActivityManager) context.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY)).getMemoryInfo(memoryInfo); long j2 = p - memoryInfo.availMem; @@ -120,7 +120,7 @@ public class d1 { r.b bVar = new r.b(); bVar.a = valueOf4; bVar.b = Integer.valueOf(b); - bVar.f1352c = Boolean.valueOf(m); + bVar.f1351c = Boolean.valueOf(m); bVar.d = Integer.valueOf(i); bVar.e = Long.valueOf(j2); bVar.f = Long.valueOf(a3); @@ -161,7 +161,7 @@ public class d1 { j jVar = new j(valueOf5.longValue(), str2, kVar2, a4, sVar, null); int i3 = ((c.i.c.m.d.s.c) gVar.k).c().b().a; File h = gVar.h(str); - Objects.requireNonNull(g.f1356c); + Objects.requireNonNull(g.f1355c); String a6 = ((d) h.a).a(jVar); String format = String.format(Locale.US, "%010d", Integer.valueOf(gVar.f.getAndIncrement())); if (equals) { @@ -211,7 +211,7 @@ public class d1 { while (it.hasNext()) { File file = (File) it.next(); try { - arrayList.add(new c(g.f1356c.f(g.j(file)), file.getName())); + arrayList.add(new c(g.f1355c.f(g.j(file)), file.getName())); } catch (IOException e2) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; bVar.c("Could not load report file " + file + "; deleting", e2); @@ -224,7 +224,7 @@ public class d1 { o0 o0Var = (o0) it2.next(); v a = o0Var.a(); if ((a.h() != null ? 2 : a.e() != null ? (char) 3 : 1) != 3 || i == 3) { - c cVar = this.f1310c; + c cVar = this.f1309c; Objects.requireNonNull(cVar); v a2 = o0Var.a(); TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); diff --git a/app/src/main/java/c/i/c/m/d/k/f0.java b/app/src/main/java/c/i/c/m/d/k/f0.java index f235b8b7bc..7c9663236e 100644 --- a/app/src/main/java/c/i/c/m/d/k/f0.java +++ b/app/src/main/java/c/i/c/m/d/k/f0.java @@ -15,14 +15,14 @@ public class f0 implements f { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Executor f1311c; + public final /* synthetic */ Executor f1310c; public final /* synthetic */ g0 d; public f0(g0 g0Var, List list, boolean z2, Executor executor) { this.d = g0Var; this.a = list; this.b = z2; - this.f1311c = executor; + this.f1310c = executor; } /* Return type fixed from 'com.google.android.gms.tasks.Task' to match base method */ @@ -54,7 +54,7 @@ public class f0 implements f { thread.start(); } } - x.this.A.b(this.f1311c, c.c.a.y.b.m(bVar2)); + x.this.A.b(this.f1310c, c.c.a.y.b.m(bVar2)); x.this.E.b(null); return c.F(null); } diff --git a/app/src/main/java/c/i/c/m/d/k/h.java b/app/src/main/java/c/i/c/m/d/k/h.java index d06d2e8687..17d1a8331b 100644 --- a/app/src/main/java/c/i/c/m/d/k/h.java +++ b/app/src/main/java/c/i/c/m/d/k/h.java @@ -43,7 +43,7 @@ public class h { public static long b = -1; /* renamed from: c reason: collision with root package name */ - public static final Comparator f1312c = new a(); + public static final Comparator f1311c = new a(); /* compiled from: CommonUtils */ public class a implements Comparator { @@ -69,7 +69,7 @@ public class h { /* renamed from: s reason: collision with root package name */ - public static final Map f1313s; + public static final Map f1312s; static { b bVar = X86_32; @@ -77,7 +77,7 @@ public class h { b bVar3 = ARMV7; b bVar4 = ARM64; HashMap hashMap = new HashMap(4); - f1313s = hashMap; + f1312s = hashMap; hashMap.put("armeabi-v7a", bVar3); hashMap.put("armeabi", bVar2); hashMap.put("arm64-v8a", bVar4); diff --git a/app/src/main/java/c/i/c/m/d/k/h0.java b/app/src/main/java/c/i/c/m/d/k/h0.java index 59de0b193f..edf62cd3c5 100644 --- a/app/src/main/java/c/i/c/m/d/k/h0.java +++ b/app/src/main/java/c/i/c/m/d/k/h0.java @@ -15,7 +15,7 @@ public class h0 implements b.AbstractC0144b { } public b a(@NonNull c.i.c.m.d.s.h.b bVar) { - String str = bVar.f1363c; + String str = bVar.f1362c; String str2 = bVar.d; String str3 = bVar.e; x xVar = this.a; diff --git a/app/src/main/java/c/i/c/m/d/k/i.java b/app/src/main/java/c/i/c/m/d/k/i.java index a4e3791e24..a900bc5b22 100644 --- a/app/src/main/java/c/i/c/m/d/k/i.java +++ b/app/src/main/java/c/i/c/m/d/k/i.java @@ -10,7 +10,7 @@ public class i { public Task b = c.F(null); /* renamed from: c reason: collision with root package name */ - public final Object f1314c = new Object(); + public final Object f1313c = new Object(); public ThreadLocal d = new ThreadLocal<>(); /* compiled from: CrashlyticsBackgroundWorker */ @@ -37,7 +37,7 @@ public class i { public Task b(Callable callable) { Task task; - synchronized (this.f1314c) { + synchronized (this.f1313c) { task = (Task) this.b.i(this.a, new k(this, callable)); this.b = task.i(this.a, new l(this)); } @@ -46,7 +46,7 @@ public class i { public Task c(Callable> callable) { Task task; - synchronized (this.f1314c) { + synchronized (this.f1313c) { task = (Task) this.b.j(this.a, new k(this, callable)); this.b = task.i(this.a, new l(this)); } diff --git a/app/src/main/java/c/i/c/m/d/k/k0.java b/app/src/main/java/c/i/c/m/d/k/k0.java index deb45ad766..578b517d10 100644 --- a/app/src/main/java/c/i/c/m/d/k/k0.java +++ b/app/src/main/java/c/i/c/m/d/k/k0.java @@ -22,7 +22,7 @@ public class k0 { public final c b; /* renamed from: c reason: collision with root package name */ - public final q0 f1315c; + public final q0 f1314c; public final long d = System.currentTimeMillis(); public m0 e; public m0 f; @@ -73,7 +73,7 @@ public class k0 { public k0(c cVar, v0 v0Var, c.i.c.m.d.a aVar, q0 q0Var, c.i.c.m.d.j.a aVar2, c.i.c.m.d.i.a aVar3, ExecutorService executorService) { this.b = cVar; - this.f1315c = q0Var; + this.f1314c = q0Var; cVar.a(); this.a = cVar.d; this.i = v0Var; @@ -145,7 +145,7 @@ public class k0 { public void d(@Nullable Boolean bool) { Boolean bool2; - q0 q0Var = this.f1315c; + q0 q0Var = this.f1314c; synchronized (q0Var) { if (bool != null) { try { @@ -169,7 +169,7 @@ public class k0 { edit.remove("firebase_crashlytics_collection_enabled"); } edit.commit(); - synchronized (q0Var.f1318c) { + synchronized (q0Var.f1317c) { if (q0Var.b()) { if (!q0Var.e) { q0Var.d.b(null); diff --git a/app/src/main/java/c/i/c/m/d/k/n0.java b/app/src/main/java/c/i/c/m/d/k/n0.java index 76b037e99d..55ce056115 100644 --- a/app/src/main/java/c/i/c/m/d/k/n0.java +++ b/app/src/main/java/c/i/c/m/d/k/n0.java @@ -20,7 +20,7 @@ public class n0 { public static final Map b; /* renamed from: c reason: collision with root package name */ - public final Context f1316c; + public final Context f1315c; public final v0 d; public final b e; public final d f; @@ -33,7 +33,7 @@ public class n0 { } public n0(Context context, v0 v0Var, b bVar, d dVar) { - this.f1316c = context; + this.f1315c = context; this.d = v0Var; this.e = bVar; this.f = dVar; @@ -42,7 +42,7 @@ public class n0 { public final v.d.AbstractC0137d.a.b.AbstractC0140b a(e eVar, int i, int i2, int i3) { String str = eVar.b; String str2 = eVar.a; - StackTraceElement[] stackTraceElementArr = eVar.f1366c; + StackTraceElement[] stackTraceElementArr = eVar.f1365c; int i4 = 0; if (stackTraceElementArr == null) { stackTraceElementArr = new StackTraceElement[0]; @@ -84,7 +84,7 @@ public class n0 { bVar.a = Long.valueOf(max); Objects.requireNonNull(str, "Null symbol"); bVar.b = str; - bVar.f1350c = fileName; + bVar.f1349c = fileName; bVar.d = Long.valueOf(j); arrayList.add(bVar.a()); } diff --git a/app/src/main/java/c/i/c/m/d/k/p0.java b/app/src/main/java/c/i/c/m/d/k/p0.java index e7d6402cfb..7569e46e9b 100644 --- a/app/src/main/java/c/i/c/m/d/k/p0.java +++ b/app/src/main/java/c/i/c/m/d/k/p0.java @@ -11,7 +11,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { public final d b; /* renamed from: c reason: collision with root package name */ - public final Thread.UncaughtExceptionHandler f1317c; + public final Thread.UncaughtExceptionHandler f1316c; public final AtomicBoolean d = new AtomicBoolean(false); /* compiled from: CrashlyticsUncaughtExceptionHandler */ @@ -21,7 +21,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { public p0(a aVar, d dVar, Thread.UncaughtExceptionHandler uncaughtExceptionHandler) { this.a = aVar; this.b = dVar; - this.f1317c = uncaughtExceptionHandler; + this.f1316c = uncaughtExceptionHandler; } @Override // java.lang.Thread.UncaughtExceptionHandler @@ -38,7 +38,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { bVar.b("Crashlytics completed exception processing. Invoking default exception handler."); } catch (Throwable th2) { b.a.b("Crashlytics completed exception processing. Invoking default exception handler."); - this.f1317c.uncaughtException(thread, th); + this.f1316c.uncaughtException(thread, th); this.d.set(false); throw th2; } @@ -48,7 +48,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { ((b0) this.a).a(this.b, thread, th); } b.a.b("Crashlytics completed exception processing. Invoking default exception handler."); - this.f1317c.uncaughtException(thread, th); + this.f1316c.uncaughtException(thread, th); this.d.set(false); } } diff --git a/app/src/main/java/c/i/c/m/d/k/q0.java b/app/src/main/java/c/i/c/m/d/k/q0.java index ded1082102..59adce09ba 100644 --- a/app/src/main/java/c/i/c/m/d/k/q0.java +++ b/app/src/main/java/c/i/c/m/d/k/q0.java @@ -19,7 +19,7 @@ public class q0 { public final c b; /* renamed from: c reason: collision with root package name */ - public final Object f1318c; + public final Object f1317c; public TaskCompletionSource d = new TaskCompletionSource<>(); public boolean e = false; public boolean f = false; @@ -30,7 +30,7 @@ public class q0 { public q0(c cVar) { Boolean bool; Object obj = new Object(); - this.f1318c = obj; + this.f1317c = obj; cVar.a(); Context context = cVar.d; this.b = cVar; @@ -90,7 +90,7 @@ public class q0 { public Task c() { b0 b0Var; b0 b0Var2 = this.h.a; - synchronized (this.f1318c) { + synchronized (this.f1317c) { b0Var = this.d.a; } FilenameFilter filenameFilter = h1.a; diff --git a/app/src/main/java/c/i/c/m/d/k/r0.java b/app/src/main/java/c/i/c/m/d/k/r0.java index 7f57a754be..0f55a5c4da 100644 --- a/app/src/main/java/c/i/c/m/d/k/r0.java +++ b/app/src/main/java/c/i/c/m/d/k/r0.java @@ -8,10 +8,10 @@ public enum r0 { /* renamed from: id reason: collision with root package name */ - private final int f1319id; + private final int f1318id; public r0(int i) { - this.f1319id = i; + this.f1318id = i; } public static r0 f(String str) { @@ -19,11 +19,11 @@ public enum r0 { } public int g() { - return this.f1319id; + return this.f1318id; } @Override // java.lang.Enum, java.lang.Object public String toString() { - return Integer.toString(this.f1319id); + return Integer.toString(this.f1318id); } } diff --git a/app/src/main/java/c/i/c/m/d/k/u.java b/app/src/main/java/c/i/c/m/d/k/u.java index 216aff1b13..d807ab180d 100644 --- a/app/src/main/java/c/i/c/m/d/k/u.java +++ b/app/src/main/java/c/i/c/m/d/k/u.java @@ -10,19 +10,19 @@ public class u implements x.g { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f1320c; + public final /* synthetic */ long f1319c; public u(x xVar, String str, String str2, long j) { this.a = str; this.b = str2; - this.f1320c = j; + this.f1319c = j; } @Override // c.i.c.m.d.k.x.g public void a(c cVar) throws Exception { String str = this.a; String str2 = this.b; - long j = this.f1320c; + long j = this.f1319c; a aVar = d.a; cVar.l(1, a.a(str2)); cVar.l(2, a.a(str)); diff --git a/app/src/main/java/c/i/c/m/d/k/u0.java b/app/src/main/java/c/i/c/m/d/k/u0.java index da1ce659b1..de4d7e6a26 100644 --- a/app/src/main/java/c/i/c/m/d/k/u0.java +++ b/app/src/main/java/c/i/c/m/d/k/u0.java @@ -22,18 +22,18 @@ public class u0 implements a1 { @NonNull /* renamed from: c reason: collision with root package name */ - public final String f1321c; + public final String f1320c; public u0(@NonNull String str, @NonNull String str2, @NonNull File file) { this.b = str; - this.f1321c = str2; + this.f1320c = str2; this.a = file; } @Override // c.i.c.m.d.k.a1 @NonNull public String a() { - return this.f1321c; + return this.f1320c; } /* JADX WARNING: Removed duplicated region for block: B:37:0x0051 */ diff --git a/app/src/main/java/c/i/c/m/d/k/v.java b/app/src/main/java/c/i/c/m/d/k/v.java index 8d2e0bcfae..ae2643d449 100644 --- a/app/src/main/java/c/i/c/m/d/k/v.java +++ b/app/src/main/java/c/i/c/m/d/k/v.java @@ -10,7 +10,7 @@ public class v implements x.g { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ String f1322c; + public final /* synthetic */ String f1321c; public final /* synthetic */ String d; public final /* synthetic */ int e; public final /* synthetic */ x f; @@ -19,7 +19,7 @@ public class v implements x.g { this.f = xVar; this.a = str; this.b = str2; - this.f1322c = str3; + this.f1321c = str3; this.d = str4; this.e = i; } @@ -28,10 +28,10 @@ public class v implements x.g { public void a(c cVar) throws Exception { String str = this.a; String str2 = this.b; - String str3 = this.f1322c; + String str3 = this.f1321c; String str4 = this.d; int i = this.e; - String str5 = this.f.f1327y; + String str5 = this.f.f1326y; a aVar = d.a; a a = a.a(str); a a2 = a.a(str2); diff --git a/app/src/main/java/c/i/c/m/d/k/v0.java b/app/src/main/java/c/i/c/m/d/k/v0.java index 2930fe68f7..a78f1f85d1 100644 --- a/app/src/main/java/c/i/c/m/d/k/v0.java +++ b/app/src/main/java/c/i/c/m/d/k/v0.java @@ -17,7 +17,7 @@ public class v0 implements w0 { public static final String b = Pattern.quote(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); /* renamed from: c reason: collision with root package name */ - public final x0 f1323c; + public final x0 f1322c; public final Context d; public final String e; public final g f; @@ -28,7 +28,7 @@ public class v0 implements w0 { this.d = context; this.e = str; this.f = gVar; - this.f1323c = new x0(); + this.f1322c = new x0(); return; } throw new IllegalArgumentException("appIdentifier must not be null"); @@ -90,7 +90,7 @@ public class v0 implements w0 { public String c() { String str; - x0 x0Var = this.f1323c; + x0 x0Var = this.f1322c; Context context = this.d; synchronized (x0Var) { if (x0Var.a == null) { diff --git a/app/src/main/java/c/i/c/m/d/k/x.java b/app/src/main/java/c/i/c/m/d/k/x.java index a6d14b1fc7..8b02a09ac7 100644 --- a/app/src/main/java/c/i/c/m/d/k/x.java +++ b/app/src/main/java/c/i/c/m/d/k/x.java @@ -56,7 +56,7 @@ public class x { public static final FilenameFilter b = new b(); /* renamed from: c reason: collision with root package name */ - public static final Comparator f1324c = new c(); + public static final Comparator f1323c = new c(); public static final Comparator d = new d(); public static final Pattern e = Pattern.compile("([\\d|A-Z|a-z]{12}\\-[\\d|A-Z|a-z]{4}\\-[\\d|A-Z|a-z]{4}\\-[\\d|A-Z|a-z]{12}).+"); public static final Map f = Collections.singletonMap("X-CRASHLYTICS-SEND-FLAGS", "1"); @@ -80,20 +80,20 @@ public class x { public final b.AbstractC0144b r; /* renamed from: s reason: collision with root package name */ - public final j f1325s; + public final j f1324s; public final c.i.c.m.d.l.b t; public final c.i.c.m.d.q.a u; public final b.a v; public final c.i.c.m.d.a w; /* renamed from: x reason: collision with root package name */ - public final c.i.c.m.d.t.d f1326x; + public final c.i.c.m.d.t.d f1325x; /* renamed from: y reason: collision with root package name */ - public final String f1327y; + public final String f1326y; /* renamed from: z reason: collision with root package name */ - public final c.i.c.m.d.i.a f1328z; + public final c.i.c.m.d.i.a f1327z; /* compiled from: CrashlyticsController */ public class a extends h { @@ -270,24 +270,24 @@ public class x { this.q = bVar2; this.r = new h0(this); this.w = aVar2; - this.f1327y = bVar2.g.a(); - this.f1328z = aVar3; + this.f1326y = bVar2.g.a(); + this.f1327z = aVar3; f1 f1Var = new f1(); this.l = f1Var; j jVar = new j(hVar); - this.f1325s = jVar; + this.f1324s = jVar; c.i.c.m.d.l.b bVar4 = new c.i.c.m.d.l.b(context, jVar); this.t = bVar4; this.u = new c.i.c.m.d.q.a(new k(null)); this.v = new l(null); c.i.c.m.d.t.a aVar4 = new c.i.c.m.d.t.a(1024, new c.i.c.m.d.t.c(10)); - this.f1326x = aVar4; + this.f1325x = aVar4; File file = new File(new File(hVar.a.getFilesDir(), ".com.google.firebase.crashlytics").getPath()); n0 n0Var = new n0(context, v0Var, bVar2, aVar4); c.i.c.m.d.o.g gVar = new c.i.c.m.d.o.g(file, dVar); c.i.c.m.d.m.x.h hVar2 = c.i.c.m.d.r.c.a; c.i.a.b.j.n.b(context); - c.i.a.b.g c2 = c.i.a.b.j.n.a().c(new c.i.a.b.i.a(c.i.c.m.d.r.c.b, c.i.c.m.d.r.c.f1360c)); + c.i.a.b.g c2 = c.i.a.b.j.n.a().c(new c.i.a.b.i.a(c.i.c.m.d.r.c.b, c.i.c.m.d.r.c.f1359c)); c.i.a.b.b bVar5 = new c.i.a.b.b("json"); c.i.a.b.e eVar = c.i.c.m.d.r.c.d; this.A = new d1(n0Var, gVar, new c.i.c.m.d.r.c(((c.i.a.b.j.j) c2).a("FIREBASE_CRASHLYTICS_REPORT", v.class, bVar5, eVar), eVar), bVar4, f1Var); @@ -342,9 +342,9 @@ public class x { String str5 = bVar2.e; String str6 = bVar2.f; String b2 = v0Var.b(); - int g2 = r0.f(xVar.q.f1309c).g(); + int g2 = r0.f(xVar.q.f1308c).g(); xVar.z(str3, "SessionApp", new v(xVar, str4, str5, str6, b2, g2)); - xVar.w.f(str3, str4, str5, str6, b2, g2, xVar.f1327y); + xVar.w.f(str3, str4, str5, str6, b2, g2, xVar.f1326y); String str7 = Build.VERSION.RELEASE; String str8 = Build.VERSION.CODENAME; boolean t = h.t(xVar.i); @@ -357,7 +357,7 @@ public class x { if (TextUtils.isEmpty(str9)) { bVar.b("Architecture#getValue()::Build.CPU_ABI returned null or empty"); } else { - h.b bVar4 = h.b.f1313s.get(str9.toLowerCase(locale)); + h.b bVar4 = h.b.f1312s.get(str9.toLowerCase(locale)); if (bVar4 != null) { bVar3 = bVar4; } @@ -393,10 +393,10 @@ public class x { String str15 = n0Var.e.f; Objects.requireNonNull(str15, "Null displayVersion"); bVar5.f = str15; - bVar5.f1335c = 4; + bVar5.f1334c = 4; f.b bVar6 = new f.b(); bVar6.b(false); - bVar6.f1337c = Long.valueOf(j2); + bVar6.f1336c = Long.valueOf(j2); Objects.requireNonNull(t2, "Null identifier"); bVar6.b = t2; String str16 = n0.a; @@ -420,7 +420,7 @@ public class x { Integer num2 = 3; Objects.requireNonNull(str7, "Null version"); Objects.requireNonNull(str8, "Null buildVersion"); - Boolean valueOf = Boolean.valueOf(h.t(n0Var.f1316c)); + Boolean valueOf = Boolean.valueOf(h.t(n0Var.f1315c)); String str20 = num2 == null ? " platform" : ""; if (valueOf == null) { str20 = c.d.b.a.a.u(str20, " jailbroken"); @@ -435,13 +435,13 @@ public class x { int availableProcessors2 = Runtime.getRuntime().availableProcessors(); long p2 = h.p(); long blockCount2 = ((long) statFs2.getBlockCount()) * ((long) statFs2.getBlockSize()); - boolean r2 = h.r(n0Var.f1316c); - int k3 = h.k(n0Var.f1316c); + boolean r2 = h.r(n0Var.f1315c); + int k3 = h.k(n0Var.f1315c); i.b bVar7 = new i.b(); bVar7.a = Integer.valueOf(i2); Objects.requireNonNull(str10, "Null model"); bVar7.b = str10; - bVar7.f1340c = Integer.valueOf(availableProcessors2); + bVar7.f1339c = Integer.valueOf(availableProcessors2); bVar7.d = Long.valueOf(p2); bVar7.e = Long.valueOf(blockCount2); bVar7.f = Boolean.valueOf(r2); @@ -465,7 +465,7 @@ public class x { try { File h3 = gVar.h(g3); c.i.c.m.d.o.g.i(h3); - c.i.c.m.d.o.g.l(new File(h3, "report"), c.i.c.m.d.o.g.f1356c.g(a3)); + c.i.c.m.d.o.g.l(new File(h3, "report"), c.i.c.m.d.o.g.f1355c.g(a3)); } catch (IOException e2) { c.i.c.m.d.b.a.c("Could not persist report for session " + g3, e2); } @@ -599,7 +599,7 @@ public class x { } public static void x(c.i.c.m.d.p.c cVar, File[] fileArr, String str) { - Arrays.sort(fileArr, h.f1312c); + Arrays.sort(fileArr, h.f1311c); for (File file : fileArr) { try { c.i.c.m.d.b.a.b(String.format(Locale.US, "Found Non Fatal for session ID %s in %s ", str, file.getName())); @@ -666,7 +666,7 @@ public class x { for (int i5 = 0; i5 < min; i5++) { hashSet.add(o(s2[i5])); } - File[] listFiles = ((j) this.t.f1331c).a().listFiles(); + File[] listFiles = ((j) this.t.f1330c).a().listFiles(); if (listFiles != null) { for (File file2 : listFiles) { String name = file2.getName(); @@ -803,7 +803,7 @@ public class x { bVar2.g("No minidump data found for session " + o); } else { long lastModified = d2.lastModified(); - c.i.c.m.d.l.b bVar3 = new c.i.c.m.d.l.b(this.i, this.f1325s, o); + c.i.c.m.d.l.b bVar3 = new c.i.c.m.d.l.b(this.i, this.f1324s, o); File file4 = new File(m(), o); if (!file4.mkdirs()) { bVar2.b("Couldn't create native sessions directory"); @@ -866,7 +866,7 @@ public class x { File file5 = new File(gVar2.h(replaceAll), str4); File file6 = gVar2.j; try { - c.i.c.m.d.m.x.h hVar = c.i.c.m.d.o.g.f1356c; + c.i.c.m.d.m.x.h hVar = c.i.c.m.d.o.g.f1355c; b.C0135b bVar4 = (b.C0135b) hVar.f(c.i.c.m.d.o.g.j(file5)).i(); bVar4.g = null; bVar4.h = dVar; @@ -1062,7 +1062,7 @@ public class x { } File next = it3.next(); try { - c.i.c.m.d.m.x.h hVar2 = c.i.c.m.d.o.g.f1356c; + c.i.c.m.d.m.x.h hVar2 = c.i.c.m.d.o.g.f1355c; String j4 = c.i.c.m.d.o.g.j(next); Objects.requireNonNull(hVar2); try { @@ -1108,7 +1108,7 @@ public class x { str = str6; file = new File(file11, str); File file13 = !z3 ? gVar.h : gVar.i; - c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1356c; + c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1355c; j2 = hVar3.f(c.i.c.m.d.o.g.j(file)).j(j3, z3, str2); w wVar = new w<>(arrayList4); if (j2.h() == null) { @@ -1135,7 +1135,7 @@ public class x { if (!z3) { } try { - c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1356c; + c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1355c; j2 = hVar3.f(c.i.c.m.d.o.g.j(file)).j(j3, z3, str2); w wVar = new w<>(arrayList4); if (j2.h() == null) { @@ -1241,7 +1241,7 @@ public class x { public final File[] s() { File[] r = r(l(), a); - Arrays.sort(r, f1324c); + Arrays.sort(r, f1323c); return r; } @@ -1274,7 +1274,7 @@ public class x { bVar.b("Notifying that unsent reports are available."); this.C.b(Boolean.TRUE); q0 q0Var = this.j; - synchronized (q0Var.f1318c) { + synchronized (q0Var.f1317c) { b0Var = q0Var.d.a; } Task q2 = b0Var.q(new e0(this)); @@ -1328,7 +1328,7 @@ public class x { int length; int i2; Map map; - c.i.c.m.d.t.e eVar = new c.i.c.m.d.t.e(th, this.f1326x); + c.i.c.m.d.t.e eVar = new c.i.c.m.d.t.e(th, this.f1325x); Context context = this.i; e a2 = e.a(context); Float f2 = a2.a; @@ -1342,7 +1342,7 @@ public class x { long a3 = h.a(Environment.getDataDirectory().getPath()); ActivityManager.RunningAppProcessInfo i4 = h.i(context.getPackageName(), context); LinkedList linkedList = new LinkedList(); - StackTraceElement[] stackTraceElementArr = eVar.f1366c; + StackTraceElement[] stackTraceElementArr = eVar.f1365c; String str3 = this.q.b; String str4 = this.o.e; if (z2) { @@ -1351,7 +1351,7 @@ public class x { int i5 = 0; for (Map.Entry entry : allStackTraces.entrySet()) { threadArr2[i5] = entry.getKey(); - linkedList.add(this.f1326x.a(entry.getValue())); + linkedList.add(this.f1325x.a(entry.getValue())); i5++; threadArr2 = threadArr2; } diff --git a/app/src/main/java/c/i/c/m/d/k/y.java b/app/src/main/java/c/i/c/m/d/k/y.java index 4fd194eb34..c1dee456c9 100644 --- a/app/src/main/java/c/i/c/m/d/k/y.java +++ b/app/src/main/java/c/i/c/m/d/k/y.java @@ -11,7 +11,7 @@ public class y implements x.g { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f1330c; + public final /* synthetic */ long f1329c; public final /* synthetic */ long d; public final /* synthetic */ boolean e; public final /* synthetic */ int f; @@ -19,7 +19,7 @@ public class y implements x.g { public y(x xVar, int i, String str, int i2, long j, long j2, boolean z2, int i3, String str2, String str3) { this.a = i; this.b = i2; - this.f1330c = j; + this.f1329c = j; this.d = j2; this.e = z2; this.f = i3; @@ -30,7 +30,7 @@ public class y implements x.g { int i = this.a; String str = Build.MODEL; int i2 = this.b; - long j = this.f1330c; + long j = this.f1329c; long j2 = this.d; boolean z2 = this.e; int i3 = this.f; diff --git a/app/src/main/java/c/i/c/m/d/l/b.java b/app/src/main/java/c/i/c/m/d/l/b.java index 6454a2a165..c5c4c78bcf 100644 --- a/app/src/main/java/c/i/c/m/d/l/b.java +++ b/app/src/main/java/c/i/c/m/d/l/b.java @@ -10,7 +10,7 @@ public class b { public final Context b; /* renamed from: c reason: collision with root package name */ - public final AbstractC0132b f1331c; + public final AbstractC0132b f1330c; public a d = a; /* compiled from: LogFileManager */ @@ -48,13 +48,13 @@ public class b { public b(Context context, AbstractC0132b bVar) { this.b = context; - this.f1331c = bVar; + this.f1330c = bVar; a(null); } public b(Context context, AbstractC0132b bVar, String str) { this.b = context; - this.f1331c = bVar; + this.f1330c = bVar; a(str); } @@ -66,7 +66,7 @@ public class b { c.i.c.m.d.b.a.b("Preferences requested no custom logs. Aborting log file creation."); return; } - this.d = new e(new File(((x.j) this.f1331c).a(), c.d.b.a.a.v("crashlytics-userlog-", str, ".temp")), 65536); + this.d = new e(new File(((x.j) this.f1330c).a(), c.d.b.a.a.v("crashlytics-userlog-", str, ".temp")), 65536); } } } diff --git a/app/src/main/java/c/i/c/m/d/l/c.java b/app/src/main/java/c/i/c/m/d/l/c.java index 5e7d402974..bf99f0068f 100644 --- a/app/src/main/java/c/i/c/m/d/l/c.java +++ b/app/src/main/java/c/i/c/m/d/l/c.java @@ -47,11 +47,11 @@ public class c implements Closeable { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1332c; + public final int f1331c; public b(int i, int i2) { this.b = i; - this.f1332c = i2; + this.f1331c = i2; } public String toString() { @@ -60,7 +60,7 @@ public class c implements Closeable { sb.append("[position = "); sb.append(this.b); sb.append(", length = "); - return c.d.b.a.a.z(sb, this.f1332c, "]"); + return c.d.b.a.a.z(sb, this.f1331c, "]"); } } @@ -74,7 +74,7 @@ public class c implements Closeable { int i = bVar.b + 4; int i2 = c.this.k; this.i = i >= i2 ? (i + 16) - i2 : i; - this.j = bVar.f1332c; + this.j = bVar.f1331c; } @Override // java.io.InputStream @@ -200,7 +200,7 @@ public class c implements Closeable { i2 = 16; } else { b bVar = this.n; - i2 = z(bVar.b + 4 + bVar.f1332c); + i2 = z(bVar.b + 4 + bVar.f1331c); } b bVar2 = new b(i2, length); C(this.o, 0, length); @@ -248,7 +248,7 @@ public class c implements Closeable { this.j.setLength((long) i4); this.j.getChannel().force(true); b bVar = this.n; - int z2 = z(bVar.b + 4 + bVar.f1332c); + int z2 = z(bVar.b + 4 + bVar.f1331c); if (z2 < this.m.b) { FileChannel channel = this.j.getChannel(); channel.position((long) this.k); @@ -262,7 +262,7 @@ public class c implements Closeable { if (i5 < i6) { int i7 = (this.k + i5) - 16; B(i4, this.l, i6, i7); - this.n = new b(i7, this.n.f1332c); + this.n = new b(i7, this.n.f1331c); } else { B(i4, this.l, i6, i5); } @@ -274,8 +274,8 @@ public class c implements Closeable { int i2 = this.m.b; for (int i3 = 0; i3 < this.l; i3++) { b p = p(i2); - dVar.a(new C0133c(p, null), p.f1332c); - i2 = z(p.b + 4 + p.f1332c); + dVar.a(new C0133c(p, null), p.f1331c); + i2 = z(p.b + 4 + p.f1331c); } } @@ -298,7 +298,7 @@ public class c implements Closeable { c(); } else { b bVar = this.m; - int z2 = z(bVar.b + 4 + bVar.f1332c); + int z2 = z(bVar.b + 4 + bVar.f1331c); t(z2, this.o, 0, 4); int r = r(this.o, 0); B(this.k, this.l - 1, z2, this.n.b); @@ -371,7 +371,7 @@ public class c implements Closeable { b bVar = this.n; int i2 = bVar.b; int i3 = this.m.b; - return i2 >= i3 ? (i2 - i3) + 4 + bVar.f1332c + 16 : (((i2 + 4) + bVar.f1332c) + this.k) - i3; + return i2 >= i3 ? (i2 - i3) + 4 + bVar.f1331c + 16 : (((i2 + 4) + bVar.f1331c) + this.k) - i3; } public final int z(int i2) { diff --git a/app/src/main/java/c/i/c/m/d/l/e.java b/app/src/main/java/c/i/c/m/d/l/e.java index 2e4f4608c5..ed33b73cf1 100644 --- a/app/src/main/java/c/i/c/m/d/l/e.java +++ b/app/src/main/java/c/i/c/m/d/l/e.java @@ -14,7 +14,7 @@ public class e implements a { public final File b; /* renamed from: c reason: collision with root package name */ - public final int f1333c; + public final int f1332c; public c d; /* compiled from: QueueFileLogStore */ @@ -30,7 +30,7 @@ public class e implements a { public e(File file, int i) { this.b = file; - this.f1333c = i; + this.f1332c = i; } @Override // c.i.c.m.d.l.a @@ -96,12 +96,12 @@ public class e implements a { str = "null"; } try { - int i = this.f1333c / 4; + int i = this.f1332c / 4; if (str.length() > i) { str = "..." + str.substring(str.length() - i); } this.d.b(String.format(Locale.US, "%d %s%n", Long.valueOf(j), str.replaceAll("\r", " ").replaceAll("\n", " ")).getBytes(a)); - while (!this.d.f() && this.d.x() > this.f1333c) { + while (!this.d.f() && this.d.x() > this.f1332c) { this.d.s(); } } catch (IOException e) { diff --git a/app/src/main/java/c/i/c/m/d/m/a.java b/app/src/main/java/c/i/c/m/d/m/a.java index 884c2acb31..680549df2e 100644 --- a/app/src/main/java/c/i/c/m/d/m/a.java +++ b/app/src/main/java/c/i/c/m/d/m/a.java @@ -335,103 +335,103 @@ public final class a implements c.i.c.p.g.a { b bVar2 = b.a; c.i.c.p.h.e eVar = (c.i.c.p.h.e) bVar; eVar.b.put(v.class, bVar2); - eVar.f1372c.remove(v.class); + eVar.f1371c.remove(v.class); eVar.b.put(b.class, bVar2); - eVar.f1372c.remove(b.class); + eVar.f1371c.remove(b.class); h hVar = h.a; eVar.b.put(v.d.class, hVar); - eVar.f1372c.remove(v.d.class); + eVar.f1371c.remove(v.d.class); eVar.b.put(f.class, hVar); - eVar.f1372c.remove(f.class); + eVar.f1371c.remove(f.class); e eVar2 = e.a; eVar.b.put(v.d.a.class, eVar2); - eVar.f1372c.remove(v.d.a.class); + eVar.f1371c.remove(v.d.a.class); eVar.b.put(g.class, eVar2); - eVar.f1372c.remove(g.class); + eVar.f1371c.remove(g.class); f fVar = f.a; eVar.b.put(v.d.a.AbstractC0136a.class, fVar); - eVar.f1372c.remove(v.d.a.AbstractC0136a.class); + eVar.f1371c.remove(v.d.a.AbstractC0136a.class); eVar.b.put(h.class, fVar); - eVar.f1372c.remove(h.class); + eVar.f1371c.remove(h.class); t tVar = t.a; eVar.b.put(v.d.f.class, tVar); - eVar.f1372c.remove(v.d.f.class); + eVar.f1371c.remove(v.d.f.class); eVar.b.put(u.class, tVar); - eVar.f1372c.remove(u.class); + eVar.f1371c.remove(u.class); s sVar = s.a; eVar.b.put(v.d.e.class, sVar); - eVar.f1372c.remove(v.d.e.class); + eVar.f1371c.remove(v.d.e.class); eVar.b.put(t.class, sVar); - eVar.f1372c.remove(t.class); + eVar.f1371c.remove(t.class); g gVar = g.a; eVar.b.put(v.d.c.class, gVar); - eVar.f1372c.remove(v.d.c.class); + eVar.f1371c.remove(v.d.c.class); eVar.b.put(i.class, gVar); - eVar.f1372c.remove(i.class); + eVar.f1371c.remove(i.class); q qVar = q.a; eVar.b.put(v.d.AbstractC0137d.class, qVar); - eVar.f1372c.remove(v.d.AbstractC0137d.class); + eVar.f1371c.remove(v.d.AbstractC0137d.class); eVar.b.put(j.class, qVar); - eVar.f1372c.remove(j.class); + eVar.f1371c.remove(j.class); i iVar = i.a; eVar.b.put(v.d.AbstractC0137d.a.class, iVar); - eVar.f1372c.remove(v.d.AbstractC0137d.a.class); + eVar.f1371c.remove(v.d.AbstractC0137d.a.class); eVar.b.put(k.class, iVar); - eVar.f1372c.remove(k.class); + eVar.f1371c.remove(k.class); k kVar = k.a; eVar.b.put(v.d.AbstractC0137d.a.b.class, kVar); - eVar.f1372c.remove(v.d.AbstractC0137d.a.b.class); + eVar.f1371c.remove(v.d.AbstractC0137d.a.b.class); eVar.b.put(l.class, kVar); - eVar.f1372c.remove(l.class); + eVar.f1371c.remove(l.class); n nVar = n.a; eVar.b.put(v.d.AbstractC0137d.a.b.AbstractC0141d.class, nVar); - eVar.f1372c.remove(v.d.AbstractC0137d.a.b.AbstractC0141d.class); + eVar.f1371c.remove(v.d.AbstractC0137d.a.b.AbstractC0141d.class); eVar.b.put(p.class, nVar); - eVar.f1372c.remove(p.class); + eVar.f1371c.remove(p.class); o oVar = o.a; eVar.b.put(v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142a.class, oVar); - eVar.f1372c.remove(v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142a.class); + eVar.f1371c.remove(v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142a.class); eVar.b.put(q.class, oVar); - eVar.f1372c.remove(q.class); + eVar.f1371c.remove(q.class); l lVar = l.a; eVar.b.put(v.d.AbstractC0137d.a.b.AbstractC0140b.class, lVar); - eVar.f1372c.remove(v.d.AbstractC0137d.a.b.AbstractC0140b.class); + eVar.f1371c.remove(v.d.AbstractC0137d.a.b.AbstractC0140b.class); eVar.b.put(n.class, lVar); - eVar.f1372c.remove(n.class); + eVar.f1371c.remove(n.class); m mVar = m.a; eVar.b.put(v.d.AbstractC0137d.a.b.c.class, mVar); - eVar.f1372c.remove(v.d.AbstractC0137d.a.b.c.class); + eVar.f1371c.remove(v.d.AbstractC0137d.a.b.c.class); eVar.b.put(o.class, mVar); - eVar.f1372c.remove(o.class); + eVar.f1371c.remove(o.class); j jVar = j.a; eVar.b.put(v.d.AbstractC0137d.a.b.AbstractC0139a.class, jVar); - eVar.f1372c.remove(v.d.AbstractC0137d.a.b.AbstractC0139a.class); + eVar.f1371c.remove(v.d.AbstractC0137d.a.b.AbstractC0139a.class); eVar.b.put(m.class, jVar); - eVar.f1372c.remove(m.class); + eVar.f1371c.remove(m.class); C0134a aVar = C0134a.a; eVar.b.put(v.b.class, aVar); - eVar.f1372c.remove(v.b.class); + eVar.f1371c.remove(v.b.class); eVar.b.put(c.class, aVar); - eVar.f1372c.remove(c.class); + eVar.f1371c.remove(c.class); p pVar = p.a; eVar.b.put(v.d.AbstractC0137d.b.class, pVar); - eVar.f1372c.remove(v.d.AbstractC0137d.b.class); + eVar.f1371c.remove(v.d.AbstractC0137d.b.class); eVar.b.put(r.class, pVar); - eVar.f1372c.remove(r.class); + eVar.f1371c.remove(r.class); r rVar = r.a; eVar.b.put(v.d.AbstractC0137d.c.class, rVar); - eVar.f1372c.remove(v.d.AbstractC0137d.c.class); + eVar.f1371c.remove(v.d.AbstractC0137d.c.class); eVar.b.put(s.class, rVar); - eVar.f1372c.remove(s.class); + eVar.f1371c.remove(s.class); c cVar = c.a; eVar.b.put(v.c.class, cVar); - eVar.f1372c.remove(v.c.class); + eVar.f1371c.remove(v.c.class); eVar.b.put(d.class, cVar); - eVar.f1372c.remove(d.class); + eVar.f1371c.remove(d.class); d dVar = d.a; eVar.b.put(v.c.a.class, dVar); - eVar.f1372c.remove(v.c.a.class); + eVar.f1371c.remove(v.c.a.class); eVar.b.put(e.class, dVar); - eVar.f1372c.remove(e.class); + eVar.f1371c.remove(e.class); } } diff --git a/app/src/main/java/c/i/c/m/d/m/b.java b/app/src/main/java/c/i/c/m/d/m/b.java index 1174f0f71f..da6607cf78 100644 --- a/app/src/main/java/c/i/c/m/d/m/b.java +++ b/app/src/main/java/c/i/c/m/d/m/b.java @@ -8,7 +8,7 @@ public final class b extends v { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1334c; + public final String f1333c; public final int d; public final String e; public final String f; @@ -23,7 +23,7 @@ public final class b extends v { public String b; /* renamed from: c reason: collision with root package name */ - public Integer f1335c; + public Integer f1334c; public String d; public String e; public String f; @@ -36,8 +36,8 @@ public final class b extends v { public C0135b(v vVar, a aVar) { b bVar = (b) vVar; this.a = bVar.b; - this.b = bVar.f1334c; - this.f1335c = Integer.valueOf(bVar.d); + this.b = bVar.f1333c; + this.f1334c = Integer.valueOf(bVar.d); this.d = bVar.e; this.e = bVar.f; this.f = bVar.g; @@ -51,7 +51,7 @@ public final class b extends v { if (this.b == null) { str = c.d.b.a.a.u(str, " gmpAppId"); } - if (this.f1335c == null) { + if (this.f1334c == null) { str = c.d.b.a.a.u(str, " platform"); } if (this.d == null) { @@ -64,7 +64,7 @@ public final class b extends v { str = c.d.b.a.a.u(str, " displayVersion"); } if (str.isEmpty()) { - return new b(this.a, this.b, this.f1335c.intValue(), this.d, this.e, this.f, this.g, this.h, null); + return new b(this.a, this.b, this.f1334c.intValue(), this.d, this.e, this.f, this.g, this.h, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -72,7 +72,7 @@ public final class b extends v { public b(String str, String str2, int i, String str3, String str4, String str5, v.d dVar, v.c cVar, a aVar) { this.b = str; - this.f1334c = str2; + this.f1333c = str2; this.d = i; this.e = str3; this.f = str4; @@ -96,7 +96,7 @@ public final class b extends v { @Override // c.i.c.m.d.m.v @NonNull public String c() { - return this.f1334c; + return this.f1333c; } @Override // c.i.c.m.d.m.v @@ -120,7 +120,7 @@ public final class b extends v { return false; } v vVar = (v) obj; - if (this.b.equals(vVar.g()) && this.f1334c.equals(vVar.c()) && this.d == vVar.f() && this.e.equals(vVar.d()) && this.f.equals(vVar.a()) && this.g.equals(vVar.b()) && ((dVar = this.h) != null ? dVar.equals(vVar.h()) : vVar.h() == null)) { + if (this.b.equals(vVar.g()) && this.f1333c.equals(vVar.c()) && this.d == vVar.f() && this.e.equals(vVar.d()) && this.f.equals(vVar.a()) && this.g.equals(vVar.b()) && ((dVar = this.h) != null ? dVar.equals(vVar.h()) : vVar.h() == null)) { v.c cVar = this.i; if (cVar == null) { if (vVar.e() == null) { @@ -151,7 +151,7 @@ public final class b extends v { } public int hashCode() { - int hashCode = (((((((((((this.b.hashCode() ^ 1000003) * 1000003) ^ this.f1334c.hashCode()) * 1000003) ^ this.d) * 1000003) ^ this.e.hashCode()) * 1000003) ^ this.f.hashCode()) * 1000003) ^ this.g.hashCode()) * 1000003; + int hashCode = (((((((((((this.b.hashCode() ^ 1000003) * 1000003) ^ this.f1333c.hashCode()) * 1000003) ^ this.d) * 1000003) ^ this.e.hashCode()) * 1000003) ^ this.f.hashCode()) * 1000003) ^ this.g.hashCode()) * 1000003; v.d dVar = this.h; int i = 0; int hashCode2 = (hashCode ^ (dVar == null ? 0 : dVar.hashCode())) * 1000003; @@ -171,7 +171,7 @@ public final class b extends v { StringBuilder P = c.d.b.a.a.P("CrashlyticsReport{sdkVersion="); P.append(this.b); P.append(", gmpAppId="); - P.append(this.f1334c); + P.append(this.f1333c); P.append(", platform="); P.append(this.d); P.append(", installationUuid="); diff --git a/app/src/main/java/c/i/c/m/d/m/f.java b/app/src/main/java/c/i/c/m/d/m/f.java index 0d90a5fa04..e399444a36 100644 --- a/app/src/main/java/c/i/c/m/d/m/f.java +++ b/app/src/main/java/c/i/c/m/d/m/f.java @@ -9,7 +9,7 @@ public final class f extends v.d { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1336c; + public final long f1335c; public final Long d; public final boolean e; public final v.d.a f; @@ -25,7 +25,7 @@ public final class f extends v.d { public String b; /* renamed from: c reason: collision with root package name */ - public Long f1337c; + public Long f1336c; public Long d; public Boolean e; public v.d.a f; @@ -42,7 +42,7 @@ public final class f extends v.d { f fVar = (f) dVar; this.a = fVar.a; this.b = fVar.b; - this.f1337c = Long.valueOf(fVar.f1336c); + this.f1336c = Long.valueOf(fVar.f1335c); this.d = fVar.d; this.e = Boolean.valueOf(fVar.e); this.f = fVar.f; @@ -59,7 +59,7 @@ public final class f extends v.d { if (this.b == null) { str = c.d.b.a.a.u(str, " identifier"); } - if (this.f1337c == null) { + if (this.f1336c == null) { str = c.d.b.a.a.u(str, " startedAt"); } if (this.e == null) { @@ -72,7 +72,7 @@ public final class f extends v.d { str = c.d.b.a.a.u(str, " generatorType"); } if (str.isEmpty()) { - return new f(this.a, this.b, this.f1337c.longValue(), this.d, this.e.booleanValue(), this.f, this.g, this.h, this.i, this.j, this.k.intValue(), null); + return new f(this.a, this.b, this.f1336c.longValue(), this.d, this.e.booleanValue(), this.f, this.g, this.h, this.i, this.j, this.k.intValue(), null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -86,7 +86,7 @@ public final class f extends v.d { public f(String str, String str2, long j, Long l, boolean z2, v.d.a aVar, v.d.f fVar, v.d.e eVar, v.d.c cVar, w wVar, int i, a aVar2) { this.a = str; this.b = str2; - this.f1336c = j; + this.f1335c = j; this.d = l; this.e = z2; this.f = aVar; @@ -140,7 +140,7 @@ public final class f extends v.d { return false; } v.d dVar = (v.d) obj; - return this.a.equals(dVar.e()) && this.b.equals(dVar.g()) && this.f1336c == dVar.i() && ((l = this.d) != null ? l.equals(dVar.c()) : dVar.c() == null) && this.e == dVar.k() && this.f.equals(dVar.a()) && ((fVar = this.g) != null ? fVar.equals(dVar.j()) : dVar.j() == null) && ((eVar = this.h) != null ? eVar.equals(dVar.h()) : dVar.h() == null) && ((cVar = this.i) != null ? cVar.equals(dVar.b()) : dVar.b() == null) && ((wVar = this.j) != null ? wVar.equals(dVar.d()) : dVar.d() == null) && this.k == dVar.f(); + return this.a.equals(dVar.e()) && this.b.equals(dVar.g()) && this.f1335c == dVar.i() && ((l = this.d) != null ? l.equals(dVar.c()) : dVar.c() == null) && this.e == dVar.k() && this.f.equals(dVar.a()) && ((fVar = this.g) != null ? fVar.equals(dVar.j()) : dVar.j() == null) && ((eVar = this.h) != null ? eVar.equals(dVar.h()) : dVar.h() == null) && ((cVar = this.i) != null ? cVar.equals(dVar.b()) : dVar.b() == null) && ((wVar = this.j) != null ? wVar.equals(dVar.d()) : dVar.d() == null) && this.k == dVar.f(); } @Override // c.i.c.m.d.m.v.d @@ -161,7 +161,7 @@ public final class f extends v.d { } public int hashCode() { - long j = this.f1336c; + long j = this.f1335c; int hashCode = (((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003; Long l = this.d; int i = 0; @@ -181,7 +181,7 @@ public final class f extends v.d { @Override // c.i.c.m.d.m.v.d public long i() { - return this.f1336c; + return this.f1335c; } @Override // c.i.c.m.d.m.v.d @@ -206,7 +206,7 @@ public final class f extends v.d { P.append(", identifier="); P.append(this.b); P.append(", startedAt="); - P.append(this.f1336c); + P.append(this.f1335c); P.append(", endedAt="); P.append(this.d); P.append(", crashed="); diff --git a/app/src/main/java/c/i/c/m/d/m/g.java b/app/src/main/java/c/i/c/m/d/m/g.java index a3560afa9e..0f9d225572 100644 --- a/app/src/main/java/c/i/c/m/d/m/g.java +++ b/app/src/main/java/c/i/c/m/d/m/g.java @@ -9,7 +9,7 @@ public final class g extends v.d.a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1338c; + public final String f1337c; public final v.d.a.AbstractC0136a d = null; public final String e; public final String f; @@ -18,7 +18,7 @@ public final class g extends v.d.a { public g(String str, String str2, String str3, v.d.a.AbstractC0136a aVar, String str4, String str5, String str6, a aVar2) { this.a = str; this.b = str2; - this.f1338c = str3; + this.f1337c = str3; this.e = str4; this.f = str5; this.g = str6; @@ -39,7 +39,7 @@ public final class g extends v.d.a { @Override // c.i.c.m.d.m.v.d.a @Nullable public String c() { - return this.f1338c; + return this.f1337c; } @Override // c.i.c.m.d.m.v.d.a @@ -66,7 +66,7 @@ public final class g extends v.d.a { return false; } v.d.a aVar2 = (v.d.a) obj; - if (this.a.equals(aVar2.d()) && this.b.equals(aVar2.g()) && ((str = this.f1338c) != null ? str.equals(aVar2.c()) : aVar2.c() == null) && ((aVar = this.d) != null ? aVar.equals(aVar2.f()) : aVar2.f() == null) && ((str2 = this.e) != null ? str2.equals(aVar2.e()) : aVar2.e() == null) && ((str3 = this.f) != null ? str3.equals(aVar2.a()) : aVar2.a() == null)) { + if (this.a.equals(aVar2.d()) && this.b.equals(aVar2.g()) && ((str = this.f1337c) != null ? str.equals(aVar2.c()) : aVar2.c() == null) && ((aVar = this.d) != null ? aVar.equals(aVar2.f()) : aVar2.f() == null) && ((str2 = this.e) != null ? str2.equals(aVar2.e()) : aVar2.e() == null) && ((str3 = this.f) != null ? str3.equals(aVar2.a()) : aVar2.a() == null)) { String str4 = this.g; if (str4 == null) { if (aVar2.b() == null) { @@ -93,7 +93,7 @@ public final class g extends v.d.a { public int hashCode() { int hashCode = (((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003; - String str = this.f1338c; + String str = this.f1337c; int i = 0; int hashCode2 = (hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003; v.d.a.AbstractC0136a aVar = this.d; @@ -115,7 +115,7 @@ public final class g extends v.d.a { P.append(", version="); P.append(this.b); P.append(", displayVersion="); - P.append(this.f1338c); + P.append(this.f1337c); P.append(", organization="); P.append(this.d); P.append(", installationUuid="); diff --git a/app/src/main/java/c/i/c/m/d/m/i.java b/app/src/main/java/c/i/c/m/d/m/i.java index ae3172ed27..ec8e4e4137 100644 --- a/app/src/main/java/c/i/c/m/d/m/i.java +++ b/app/src/main/java/c/i/c/m/d/m/i.java @@ -8,7 +8,7 @@ public final class i extends v.d.c { public final String b; /* renamed from: c reason: collision with root package name */ - public final int f1339c; + public final int f1338c; public final long d; public final long e; public final boolean f; @@ -22,7 +22,7 @@ public final class i extends v.d.c { public String b; /* renamed from: c reason: collision with root package name */ - public Integer f1340c; + public Integer f1339c; public Long d; public Long e; public Boolean f; @@ -35,7 +35,7 @@ public final class i extends v.d.c { if (this.b == null) { str = c.d.b.a.a.u(str, " model"); } - if (this.f1340c == null) { + if (this.f1339c == null) { str = c.d.b.a.a.u(str, " cores"); } if (this.d == null) { @@ -57,7 +57,7 @@ public final class i extends v.d.c { str = c.d.b.a.a.u(str, " modelClass"); } if (str.isEmpty()) { - return new i(this.a.intValue(), this.b, this.f1340c.intValue(), this.d.longValue(), this.e.longValue(), this.f.booleanValue(), this.g.intValue(), this.h, this.i, null); + return new i(this.a.intValue(), this.b, this.f1339c.intValue(), this.d.longValue(), this.e.longValue(), this.f.booleanValue(), this.g.intValue(), this.h, this.i, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -66,7 +66,7 @@ public final class i extends v.d.c { public i(int i, String str, int i2, long j, long j2, boolean z2, int i3, String str2, String str3, a aVar) { this.a = i; this.b = str; - this.f1339c = i2; + this.f1338c = i2; this.d = j; this.e = j2; this.f = z2; @@ -83,7 +83,7 @@ public final class i extends v.d.c { @Override // c.i.c.m.d.m.v.d.c public int b() { - return this.f1339c; + return this.f1338c; } @Override // c.i.c.m.d.m.v.d.c @@ -111,7 +111,7 @@ public final class i extends v.d.c { return false; } v.d.c cVar = (v.d.c) obj; - return this.a == cVar.a() && this.b.equals(cVar.e()) && this.f1339c == cVar.b() && this.d == cVar.g() && this.e == cVar.c() && this.f == cVar.i() && this.g == cVar.h() && this.h.equals(cVar.d()) && this.i.equals(cVar.f()); + return this.a == cVar.a() && this.b.equals(cVar.e()) && this.f1338c == cVar.b() && this.d == cVar.g() && this.e == cVar.c() && this.f == cVar.i() && this.g == cVar.h() && this.h.equals(cVar.d()) && this.i.equals(cVar.f()); } @Override // c.i.c.m.d.m.v.d.c @@ -133,7 +133,7 @@ public final class i extends v.d.c { public int hashCode() { long j = this.d; long j2 = this.e; - return ((((((((((((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1339c) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ (this.f ? 1231 : 1237)) * 1000003) ^ this.g) * 1000003) ^ this.h.hashCode()) * 1000003) ^ this.i.hashCode(); + return ((((((((((((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1338c) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ (this.f ? 1231 : 1237)) * 1000003) ^ this.g) * 1000003) ^ this.h.hashCode()) * 1000003) ^ this.i.hashCode(); } @Override // c.i.c.m.d.m.v.d.c @@ -147,7 +147,7 @@ public final class i extends v.d.c { P.append(", model="); P.append(this.b); P.append(", cores="); - P.append(this.f1339c); + P.append(this.f1338c); P.append(", ram="); P.append(this.d); P.append(", diskSpace="); diff --git a/app/src/main/java/c/i/c/m/d/m/j.java b/app/src/main/java/c/i/c/m/d/m/j.java index 960bc897f3..a668804b6a 100644 --- a/app/src/main/java/c/i/c/m/d/m/j.java +++ b/app/src/main/java/c/i/c/m/d/m/j.java @@ -9,14 +9,14 @@ public final class j extends v.d.AbstractC0137d { public final String b; /* renamed from: c reason: collision with root package name */ - public final v.d.AbstractC0137d.a f1341c; + public final v.d.AbstractC0137d.a f1340c; public final v.d.AbstractC0137d.b d; public final v.d.AbstractC0137d.c e; public j(long j, String str, v.d.AbstractC0137d.a aVar, v.d.AbstractC0137d.b bVar, v.d.AbstractC0137d.c cVar, a aVar2) { this.a = j; this.b = str; - this.f1341c = aVar; + this.f1340c = aVar; this.d = bVar; this.e = cVar; } @@ -24,7 +24,7 @@ public final class j extends v.d.AbstractC0137d { @Override // c.i.c.m.d.m.v.d.AbstractC0137d @NonNull public v.d.AbstractC0137d.a a() { - return this.f1341c; + return this.f1340c; } @Override // c.i.c.m.d.m.v.d.AbstractC0137d @@ -58,7 +58,7 @@ public final class j extends v.d.AbstractC0137d { return false; } v.d.AbstractC0137d dVar = (v.d.AbstractC0137d) obj; - if (this.a == dVar.d() && this.b.equals(dVar.e()) && this.f1341c.equals(dVar.a()) && this.d.equals(dVar.b())) { + if (this.a == dVar.d() && this.b.equals(dVar.e()) && this.f1340c.equals(dVar.a()) && this.d.equals(dVar.b())) { v.d.AbstractC0137d.c cVar = this.e; if (cVar == null) { if (dVar.c() == null) { @@ -73,7 +73,7 @@ public final class j extends v.d.AbstractC0137d { public int hashCode() { long j = this.a; - int hashCode = (((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1341c.hashCode()) * 1000003) ^ this.d.hashCode()) * 1000003; + int hashCode = (((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1340c.hashCode()) * 1000003) ^ this.d.hashCode()) * 1000003; v.d.AbstractC0137d.c cVar = this.e; return (cVar == null ? 0 : cVar.hashCode()) ^ hashCode; } @@ -84,7 +84,7 @@ public final class j extends v.d.AbstractC0137d { P.append(", type="); P.append(this.b); P.append(", app="); - P.append(this.f1341c); + P.append(this.f1340c); P.append(", device="); P.append(this.d); P.append(", log="); diff --git a/app/src/main/java/c/i/c/m/d/m/k.java b/app/src/main/java/c/i/c/m/d/m/k.java index 57cb2a5074..9afdfc553d 100644 --- a/app/src/main/java/c/i/c/m/d/m/k.java +++ b/app/src/main/java/c/i/c/m/d/m/k.java @@ -9,7 +9,7 @@ public final class k extends v.d.AbstractC0137d.a { public final w b; /* renamed from: c reason: collision with root package name */ - public final Boolean f1342c; + public final Boolean f1341c; public final int d; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Application */ @@ -18,7 +18,7 @@ public final class k extends v.d.AbstractC0137d.a { public w b; /* renamed from: c reason: collision with root package name */ - public Boolean f1343c; + public Boolean f1342c; public Integer d; public b() { @@ -28,7 +28,7 @@ public final class k extends v.d.AbstractC0137d.a { k kVar = (k) aVar; this.a = kVar.a; this.b = kVar.b; - this.f1343c = kVar.f1342c; + this.f1342c = kVar.f1341c; this.d = Integer.valueOf(kVar.d); } @@ -38,7 +38,7 @@ public final class k extends v.d.AbstractC0137d.a { str = c.d.b.a.a.u(str, " uiOrientation"); } if (str.isEmpty()) { - return new k(this.a, this.b, this.f1343c, this.d.intValue(), null); + return new k(this.a, this.b, this.f1342c, this.d.intValue(), null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -47,14 +47,14 @@ public final class k extends v.d.AbstractC0137d.a { public k(v.d.AbstractC0137d.a.b bVar, w wVar, Boolean bool, int i, a aVar) { this.a = bVar; this.b = wVar; - this.f1342c = bool; + this.f1341c = bool; this.d = i; } @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a @Nullable public Boolean a() { - return this.f1342c; + return this.f1341c; } @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a @@ -88,7 +88,7 @@ public final class k extends v.d.AbstractC0137d.a { return false; } v.d.AbstractC0137d.a aVar = (v.d.AbstractC0137d.a) obj; - return this.a.equals(aVar.c()) && ((wVar = this.b) != null ? wVar.equals(aVar.b()) : aVar.b() == null) && ((bool = this.f1342c) != null ? bool.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.d(); + return this.a.equals(aVar.c()) && ((wVar = this.b) != null ? wVar.equals(aVar.b()) : aVar.b() == null) && ((bool = this.f1341c) != null ? bool.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.d(); } public int hashCode() { @@ -96,7 +96,7 @@ public final class k extends v.d.AbstractC0137d.a { w wVar = this.b; int i = 0; int hashCode2 = (hashCode ^ (wVar == null ? 0 : wVar.hashCode())) * 1000003; - Boolean bool = this.f1342c; + Boolean bool = this.f1341c; if (bool != null) { i = bool.hashCode(); } @@ -109,7 +109,7 @@ public final class k extends v.d.AbstractC0137d.a { P.append(", customAttributes="); P.append(this.b); P.append(", background="); - P.append(this.f1342c); + P.append(this.f1341c); P.append(", uiOrientation="); return c.d.b.a.a.z(P, this.d, "}"); } diff --git a/app/src/main/java/c/i/c/m/d/m/l.java b/app/src/main/java/c/i/c/m/d/m/l.java index ba76ac136e..af1d5f1067 100644 --- a/app/src/main/java/c/i/c/m/d/m/l.java +++ b/app/src/main/java/c/i/c/m/d/m/l.java @@ -8,13 +8,13 @@ public final class l extends v.d.AbstractC0137d.a.b { public final v.d.AbstractC0137d.a.b.AbstractC0140b b; /* renamed from: c reason: collision with root package name */ - public final v.d.AbstractC0137d.a.b.c f1344c; + public final v.d.AbstractC0137d.a.b.c f1343c; public final w d; public l(w wVar, v.d.AbstractC0137d.a.b.AbstractC0140b bVar, v.d.AbstractC0137d.a.b.c cVar, w wVar2, a aVar) { this.a = wVar; this.b = bVar; - this.f1344c = cVar; + this.f1343c = cVar; this.d = wVar2; } @@ -33,7 +33,7 @@ public final class l extends v.d.AbstractC0137d.a.b { @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a.b @NonNull public v.d.AbstractC0137d.a.b.c c() { - return this.f1344c; + return this.f1343c; } @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a.b @@ -50,11 +50,11 @@ public final class l extends v.d.AbstractC0137d.a.b { return false; } v.d.AbstractC0137d.a.b bVar = (v.d.AbstractC0137d.a.b) obj; - return this.a.equals(bVar.d()) && this.b.equals(bVar.b()) && this.f1344c.equals(bVar.c()) && this.d.equals(bVar.a()); + return this.a.equals(bVar.d()) && this.b.equals(bVar.b()) && this.f1343c.equals(bVar.c()) && this.d.equals(bVar.a()); } public int hashCode() { - return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1344c.hashCode()) * 1000003) ^ this.d.hashCode(); + return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1343c.hashCode()) * 1000003) ^ this.d.hashCode(); } public String toString() { @@ -63,7 +63,7 @@ public final class l extends v.d.AbstractC0137d.a.b { P.append(", exception="); P.append(this.b); P.append(", signal="); - P.append(this.f1344c); + P.append(this.f1343c); P.append(", binaries="); P.append(this.d); P.append("}"); diff --git a/app/src/main/java/c/i/c/m/d/m/m.java b/app/src/main/java/c/i/c/m/d/m/m.java index aed27bbc64..0a623a8b6a 100644 --- a/app/src/main/java/c/i/c/m/d/m/m.java +++ b/app/src/main/java/c/i/c/m/d/m/m.java @@ -9,13 +9,13 @@ public final class m extends v.d.AbstractC0137d.a.b.AbstractC0139a { public final long b; /* renamed from: c reason: collision with root package name */ - public final String f1345c; + public final String f1344c; public final String d; public m(long j, long j2, String str, String str2, a aVar) { this.a = j; this.b = j2; - this.f1345c = str; + this.f1344c = str; this.d = str2; } @@ -28,7 +28,7 @@ public final class m extends v.d.AbstractC0137d.a.b.AbstractC0139a { @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a.b.AbstractC0139a @NonNull public String b() { - return this.f1345c; + return this.f1344c; } @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a.b.AbstractC0139a @@ -50,7 +50,7 @@ public final class m extends v.d.AbstractC0137d.a.b.AbstractC0139a { return false; } v.d.AbstractC0137d.a.b.AbstractC0139a aVar = (v.d.AbstractC0137d.a.b.AbstractC0139a) obj; - if (this.a == aVar.a() && this.b == aVar.c() && this.f1345c.equals(aVar.b())) { + if (this.a == aVar.a() && this.b == aVar.c() && this.f1344c.equals(aVar.b())) { String str = this.d; if (str == null) { if (aVar.d() == null) { @@ -66,7 +66,7 @@ public final class m extends v.d.AbstractC0137d.a.b.AbstractC0139a { public int hashCode() { long j = this.a; long j2 = this.b; - int hashCode = (((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003) ^ this.f1345c.hashCode()) * 1000003; + int hashCode = (((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003) ^ this.f1344c.hashCode()) * 1000003; String str = this.d; return (str == null ? 0 : str.hashCode()) ^ hashCode; } @@ -77,7 +77,7 @@ public final class m extends v.d.AbstractC0137d.a.b.AbstractC0139a { P.append(", size="); P.append(this.b); P.append(", name="); - P.append(this.f1345c); + P.append(this.f1344c); P.append(", uuid="); return c.d.b.a.a.H(P, this.d, "}"); } diff --git a/app/src/main/java/c/i/c/m/d/m/n.java b/app/src/main/java/c/i/c/m/d/m/n.java index 5720054e24..001bbd1419 100644 --- a/app/src/main/java/c/i/c/m/d/m/n.java +++ b/app/src/main/java/c/i/c/m/d/m/n.java @@ -9,14 +9,14 @@ public final class n extends v.d.AbstractC0137d.a.b.AbstractC0140b { public final String b; /* renamed from: c reason: collision with root package name */ - public final w f1346c; + public final w f1345c; public final v.d.AbstractC0137d.a.b.AbstractC0140b d; public final int e; public n(String str, String str2, w wVar, v.d.AbstractC0137d.a.b.AbstractC0140b bVar, int i, a aVar) { this.a = str; this.b = str2; - this.f1346c = wVar; + this.f1345c = wVar; this.d = bVar; this.e = i; } @@ -30,7 +30,7 @@ public final class n extends v.d.AbstractC0137d.a.b.AbstractC0140b { @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a.b.AbstractC0140b @NonNull public w b() { - return this.f1346c; + return this.f1345c; } @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a.b.AbstractC0140b @@ -60,14 +60,14 @@ public final class n extends v.d.AbstractC0137d.a.b.AbstractC0140b { return false; } v.d.AbstractC0137d.a.b.AbstractC0140b bVar2 = (v.d.AbstractC0137d.a.b.AbstractC0140b) obj; - return this.a.equals(bVar2.e()) && ((str = this.b) != null ? str.equals(bVar2.d()) : bVar2.d() == null) && this.f1346c.equals(bVar2.b()) && ((bVar = this.d) != null ? bVar.equals(bVar2.a()) : bVar2.a() == null) && this.e == bVar2.c(); + return this.a.equals(bVar2.e()) && ((str = this.b) != null ? str.equals(bVar2.d()) : bVar2.d() == null) && this.f1345c.equals(bVar2.b()) && ((bVar = this.d) != null ? bVar.equals(bVar2.a()) : bVar2.a() == null) && this.e == bVar2.c(); } public int hashCode() { int hashCode = (this.a.hashCode() ^ 1000003) * 1000003; String str = this.b; int i = 0; - int hashCode2 = (((hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003) ^ this.f1346c.hashCode()) * 1000003; + int hashCode2 = (((hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003) ^ this.f1345c.hashCode()) * 1000003; v.d.AbstractC0137d.a.b.AbstractC0140b bVar = this.d; if (bVar != null) { i = bVar.hashCode(); @@ -81,7 +81,7 @@ public final class n extends v.d.AbstractC0137d.a.b.AbstractC0140b { P.append(", reason="); P.append(this.b); P.append(", frames="); - P.append(this.f1346c); + P.append(this.f1345c); P.append(", causedBy="); P.append(this.d); P.append(", overflowCount="); diff --git a/app/src/main/java/c/i/c/m/d/m/o.java b/app/src/main/java/c/i/c/m/d/m/o.java index a121997325..e8d7bdf2cb 100644 --- a/app/src/main/java/c/i/c/m/d/m/o.java +++ b/app/src/main/java/c/i/c/m/d/m/o.java @@ -8,18 +8,18 @@ public final class o extends v.d.AbstractC0137d.a.b.c { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1347c; + public final long f1346c; public o(String str, String str2, long j, a aVar) { this.a = str; this.b = str2; - this.f1347c = j; + this.f1346c = j; } @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a.b.c @NonNull public long a() { - return this.f1347c; + return this.f1346c; } @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a.b.c @@ -42,11 +42,11 @@ public final class o extends v.d.AbstractC0137d.a.b.c { return false; } v.d.AbstractC0137d.a.b.c cVar = (v.d.AbstractC0137d.a.b.c) obj; - return this.a.equals(cVar.c()) && this.b.equals(cVar.b()) && this.f1347c == cVar.a(); + return this.a.equals(cVar.c()) && this.b.equals(cVar.b()) && this.f1346c == cVar.a(); } public int hashCode() { - long j = this.f1347c; + long j = this.f1346c; return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32))); } @@ -56,6 +56,6 @@ public final class o extends v.d.AbstractC0137d.a.b.c { P.append(", code="); P.append(this.b); P.append(", address="); - return c.d.b.a.a.A(P, this.f1347c, "}"); + return c.d.b.a.a.A(P, this.f1346c, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/p.java b/app/src/main/java/c/i/c/m/d/m/p.java index 0db0773f51..2fcf6a0926 100644 --- a/app/src/main/java/c/i/c/m/d/m/p.java +++ b/app/src/main/java/c/i/c/m/d/m/p.java @@ -8,18 +8,18 @@ public final class p extends v.d.AbstractC0137d.a.b.AbstractC0141d { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f1348c; + public final w f1347c; public p(String str, int i, w wVar, a aVar) { this.a = str; this.b = i; - this.f1348c = wVar; + this.f1347c = wVar; } @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a.b.AbstractC0141d @NonNull public w a() { - return this.f1348c; + return this.f1347c; } @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a.b.AbstractC0141d @@ -41,11 +41,11 @@ public final class p extends v.d.AbstractC0137d.a.b.AbstractC0141d { return false; } v.d.AbstractC0137d.a.b.AbstractC0141d dVar = (v.d.AbstractC0137d.a.b.AbstractC0141d) obj; - return this.a.equals(dVar.c()) && this.b == dVar.b() && this.f1348c.equals(dVar.a()); + return this.a.equals(dVar.c()) && this.b == dVar.b() && this.f1347c.equals(dVar.a()); } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1348c.hashCode(); + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1347c.hashCode(); } public String toString() { @@ -54,7 +54,7 @@ public final class p extends v.d.AbstractC0137d.a.b.AbstractC0141d { P.append(", importance="); P.append(this.b); P.append(", frames="); - P.append(this.f1348c); + P.append(this.f1347c); P.append("}"); return P.toString(); } diff --git a/app/src/main/java/c/i/c/m/d/m/q.java b/app/src/main/java/c/i/c/m/d/m/q.java index ebc2fe120c..4189790328 100644 --- a/app/src/main/java/c/i/c/m/d/m/q.java +++ b/app/src/main/java/c/i/c/m/d/m/q.java @@ -9,7 +9,7 @@ public final class q extends v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142 public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1349c; + public final String f1348c; public final long d; public final int e; @@ -19,7 +19,7 @@ public final class q extends v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142 public String b; /* renamed from: c reason: collision with root package name */ - public String f1350c; + public String f1349c; public Long d; public Integer e; @@ -35,7 +35,7 @@ public final class q extends v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142 str = c.d.b.a.a.u(str, " importance"); } if (str.isEmpty()) { - return new q(this.a.longValue(), this.b, this.f1350c, this.d.longValue(), this.e.intValue(), null); + return new q(this.a.longValue(), this.b, this.f1349c, this.d.longValue(), this.e.intValue(), null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -44,7 +44,7 @@ public final class q extends v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142 public q(long j, String str, String str2, long j2, int i, a aVar) { this.a = j; this.b = str; - this.f1349c = str2; + this.f1348c = str2; this.d = j2; this.e = i; } @@ -52,7 +52,7 @@ public final class q extends v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142 @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142a @Nullable public String a() { - return this.f1349c; + return this.f1348c; } @Override // c.i.c.m.d.m.v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142a @@ -85,13 +85,13 @@ public final class q extends v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142 return false; } v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142a aVar = (v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142a) obj; - return this.a == aVar.d() && this.b.equals(aVar.e()) && ((str = this.f1349c) != null ? str.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.c() && this.e == aVar.b(); + return this.a == aVar.d() && this.b.equals(aVar.e()) && ((str = this.f1348c) != null ? str.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.c() && this.e == aVar.b(); } public int hashCode() { long j = this.a; int hashCode = (((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003; - String str = this.f1349c; + String str = this.f1348c; int hashCode2 = str == null ? 0 : str.hashCode(); long j2 = this.d; return this.e ^ ((((hashCode ^ hashCode2) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); @@ -103,7 +103,7 @@ public final class q extends v.d.AbstractC0137d.a.b.AbstractC0141d.AbstractC0142 P.append(", symbol="); P.append(this.b); P.append(", file="); - P.append(this.f1349c); + P.append(this.f1348c); P.append(", offset="); P.append(this.d); P.append(", importance="); diff --git a/app/src/main/java/c/i/c/m/d/m/r.java b/app/src/main/java/c/i/c/m/d/m/r.java index 4912b24220..a8db79559e 100644 --- a/app/src/main/java/c/i/c/m/d/m/r.java +++ b/app/src/main/java/c/i/c/m/d/m/r.java @@ -8,7 +8,7 @@ public final class r extends v.d.AbstractC0137d.b { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1351c; + public final boolean f1350c; public final int d; public final long e; public final long f; @@ -19,14 +19,14 @@ public final class r extends v.d.AbstractC0137d.b { public Integer b; /* renamed from: c reason: collision with root package name */ - public Boolean f1352c; + public Boolean f1351c; public Integer d; public Long e; public Long f; public v.d.AbstractC0137d.b a() { String str = this.b == null ? " batteryVelocity" : ""; - if (this.f1352c == null) { + if (this.f1351c == null) { str = c.d.b.a.a.u(str, " proximityOn"); } if (this.d == null) { @@ -39,7 +39,7 @@ public final class r extends v.d.AbstractC0137d.b { str = c.d.b.a.a.u(str, " diskUsed"); } if (str.isEmpty()) { - return new r(this.a, this.b.intValue(), this.f1352c.booleanValue(), this.d.intValue(), this.e.longValue(), this.f.longValue(), null); + return new r(this.a, this.b.intValue(), this.f1351c.booleanValue(), this.d.intValue(), this.e.longValue(), this.f.longValue(), null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -48,7 +48,7 @@ public final class r extends v.d.AbstractC0137d.b { public r(Double d, int i, boolean z2, int i2, long j, long j2, a aVar) { this.a = d; this.b = i; - this.f1351c = z2; + this.f1350c = z2; this.d = i2; this.e = j; this.f = j2; @@ -90,7 +90,7 @@ public final class r extends v.d.AbstractC0137d.b { v.d.AbstractC0137d.b bVar = (v.d.AbstractC0137d.b) obj; Double d = this.a; if (d != null ? d.equals(bVar.a()) : bVar.a() == null) { - if (this.b == bVar.b() && this.f1351c == bVar.f() && this.d == bVar.d() && this.e == bVar.e() && this.f == bVar.c()) { + if (this.b == bVar.b() && this.f1350c == bVar.f() && this.d == bVar.d() && this.e == bVar.e() && this.f == bVar.c()) { return true; } } @@ -99,13 +99,13 @@ public final class r extends v.d.AbstractC0137d.b { @Override // c.i.c.m.d.m.v.d.AbstractC0137d.b public boolean f() { - return this.f1351c; + return this.f1350c; } public int hashCode() { Double d = this.a; int hashCode = ((((d == null ? 0 : d.hashCode()) ^ 1000003) * 1000003) ^ this.b) * 1000003; - int i = this.f1351c ? 1231 : 1237; + int i = this.f1350c ? 1231 : 1237; long j = this.e; long j2 = this.f; return ((((((hashCode ^ i) * 1000003) ^ this.d) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32))); @@ -117,7 +117,7 @@ public final class r extends v.d.AbstractC0137d.b { P.append(", batteryVelocity="); P.append(this.b); P.append(", proximityOn="); - P.append(this.f1351c); + P.append(this.f1350c); P.append(", orientation="); P.append(this.d); P.append(", ramUsed="); diff --git a/app/src/main/java/c/i/c/m/d/m/t.java b/app/src/main/java/c/i/c/m/d/m/t.java index 94e28f5edd..8caece4c6c 100644 --- a/app/src/main/java/c/i/c/m/d/m/t.java +++ b/app/src/main/java/c/i/c/m/d/m/t.java @@ -8,20 +8,20 @@ public final class t extends v.d.e { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1353c; + public final String f1352c; public final boolean d; public t(int i, String str, String str2, boolean z2, a aVar) { this.a = i; this.b = str; - this.f1353c = str2; + this.f1352c = str2; this.d = z2; } @Override // c.i.c.m.d.m.v.d.e @NonNull public String a() { - return this.f1353c; + return this.f1352c; } @Override // c.i.c.m.d.m.v.d.e @@ -48,11 +48,11 @@ public final class t extends v.d.e { return false; } v.d.e eVar = (v.d.e) obj; - return this.a == eVar.b() && this.b.equals(eVar.c()) && this.f1353c.equals(eVar.a()) && this.d == eVar.d(); + return this.a == eVar.b() && this.b.equals(eVar.c()) && this.f1352c.equals(eVar.a()) && this.d == eVar.d(); } public int hashCode() { - return ((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1353c.hashCode()) * 1000003) ^ (this.d ? 1231 : 1237); + return ((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1352c.hashCode()) * 1000003) ^ (this.d ? 1231 : 1237); } public String toString() { @@ -61,7 +61,7 @@ public final class t extends v.d.e { P.append(", version="); P.append(this.b); P.append(", buildVersion="); - P.append(this.f1353c); + P.append(this.f1352c); P.append(", jailbroken="); return c.d.b.a.a.L(P, this.d, "}"); } diff --git a/app/src/main/java/c/i/c/m/d/m/x/h.java b/app/src/main/java/c/i/c/m/d/m/x/h.java index 904784878f..a04bb81ceb 100644 --- a/app/src/main/java/c/i/c/m/d/m/x/h.java +++ b/app/src/main/java/c/i/c/m/d/m/x/h.java @@ -191,7 +191,7 @@ public class h { } else if (c3 != 5) { jsonReader.skipValue(); } else { - bVar2.f1352c = Boolean.valueOf(jsonReader.nextBoolean()); + bVar2.f1351c = Boolean.valueOf(jsonReader.nextBoolean()); } } jsonReader.endObject(); @@ -574,7 +574,7 @@ public class h { bVar.a = Long.valueOf(jsonReader.nextLong()); break; case 3: - bVar.f1350c = jsonReader.nextString(); + bVar.f1349c = jsonReader.nextString(); break; case 4: bVar.e = Integer.valueOf(jsonReader.nextInt()); @@ -711,7 +711,7 @@ public class h { bVar.d = nextString4; break; case 5: - bVar.f1335c = Integer.valueOf(jsonReader.nextInt()); + bVar.f1334c = Integer.valueOf(jsonReader.nextInt()); break; case 6: String nextString5 = jsonReader.nextString(); @@ -810,7 +810,7 @@ public class h { switch (c3) { case 0: str = str3; - bVar2.f1337c = Long.valueOf(jsonReader.nextLong()); + bVar2.f1336c = Long.valueOf(jsonReader.nextLong()); break; case 1: str = str3; @@ -914,7 +914,7 @@ public class h { bVar3.e = Long.valueOf(jsonReader.nextLong()); break; case 5: - bVar3.f1340c = Integer.valueOf(jsonReader.nextInt()); + bVar3.f1339c = Integer.valueOf(jsonReader.nextInt()); break; case 6: String nextString7 = jsonReader.nextString(); diff --git a/app/src/main/java/c/i/c/m/d/n/a.java b/app/src/main/java/c/i/c/m/d/n/a.java index 5796d49482..ea2ddd6f10 100644 --- a/app/src/main/java/c/i/c/m/d/n/a.java +++ b/app/src/main/java/c/i/c/m/d/n/a.java @@ -26,7 +26,7 @@ public class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f1354c; + public final String f1353c; public final Map d; public final Map e; public MultipartBody.a f = null; @@ -42,7 +42,7 @@ public class a { /* JADX WARN: Incorrect types in method signature: (Ljava/lang/Object;Ljava/lang/String;Ljava/util/Map;)V */ public a(int i, String str, Map map) { this.b = i; - this.f1354c = str; + this.f1353c = str; this.d = map; this.e = new HashMap(); } @@ -58,7 +58,7 @@ public class a { } else { aVar.b("Cache-Control", dVar2); } - String str = this.f1354c; + String str = this.f1353c; m.checkParameterIsNotNull(str, "$this$toHttpUrlOrNull"); String str2 = null; try { @@ -105,7 +105,7 @@ public class a { } public a c(String str, String str2, String str3, File file) { - MediaType.a aVar = MediaType.f2947c; + MediaType.a aVar = MediaType.f2945c; RequestBody create = RequestBody.create(MediaType.a.b(str3), file); if (this.f == null) { MultipartBody.a aVar2 = new MultipartBody.a(); diff --git a/app/src/main/java/c/i/c/m/d/n/c.java b/app/src/main/java/c/i/c/m/d/n/c.java index 89a10b8e5f..ed2e2389f1 100644 --- a/app/src/main/java/c/i/c/m/d/n/c.java +++ b/app/src/main/java/c/i/c/m/d/n/c.java @@ -7,11 +7,11 @@ public class c { public String b; /* renamed from: c reason: collision with root package name */ - public Headers f1355c; + public Headers f1354c; public c(int i, String str, Headers headers) { this.a = i; this.b = str; - this.f1355c = headers; + this.f1354c = headers; } } diff --git a/app/src/main/java/c/i/c/m/d/o/g.java b/app/src/main/java/c/i/c/m/d/o/g.java index 1d480d2c0b..3b96e9d2e4 100644 --- a/app/src/main/java/c/i/c/m/d/o/g.java +++ b/app/src/main/java/c/i/c/m/d/o/g.java @@ -27,7 +27,7 @@ public class g { public static final int b = 15; /* renamed from: c reason: collision with root package name */ - public static final h f1356c = new h(); + public static final h f1355c = new h(); public static final Comparator d = e.i; public static final FilenameFilter e = f.a; @NonNull diff --git a/app/src/main/java/c/i/c/m/d/p/d.java b/app/src/main/java/c/i/c/m/d/p/d.java index 9eae81ac36..2b6a22296a 100644 --- a/app/src/main/java/c/i/c/m/d/p/d.java +++ b/app/src/main/java/c/i/c/m/d/p/d.java @@ -29,7 +29,7 @@ public class d { if (str != null) { b2 += c.b(3, a.a(str)); } - for (StackTraceElement stackTraceElement : eVar.f1366c) { + for (StackTraceElement stackTraceElement : eVar.f1365c) { int h = h(stackTraceElement, true); b2 += c.d(h) + c.e(4) + h; } @@ -164,7 +164,7 @@ public class d { cVar.l(3, a.a(str)); } int i4 = 0; - for (StackTraceElement stackTraceElement : eVar.f1366c) { + for (StackTraceElement stackTraceElement : eVar.f1365c) { k(cVar, 4, stackTraceElement, true); } e eVar2 = eVar.d; diff --git a/app/src/main/java/c/i/c/m/d/q/b.java b/app/src/main/java/c/i/c/m/d/q/b.java index a6f6f41911..196942d3f1 100644 --- a/app/src/main/java/c/i/c/m/d/q/b.java +++ b/app/src/main/java/c/i/c/m/d/q/b.java @@ -13,7 +13,7 @@ public class b { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f1357c; + public final String f1356c; public final String d; public final int e; public final a f; @@ -109,7 +109,7 @@ public class b { public b(@Nullable String str, String str2, int i, a aVar, c.i.c.m.d.q.d.b bVar, a aVar2) { if (bVar != null) { this.b = bVar; - this.f1357c = str; + this.f1356c = str; this.d = str2; this.e = i; this.f = aVar; @@ -123,7 +123,7 @@ public class b { public boolean a(c.i.c.m.d.q.c.c cVar, boolean z2) { boolean z3; try { - c.i.c.m.d.q.c.a aVar = new c.i.c.m.d.q.c.a(this.f1357c, this.d, cVar); + c.i.c.m.d.q.c.a aVar = new c.i.c.m.d.q.c.a(this.f1356c, this.d, cVar); int i = this.e; if (i == 3) { c.i.c.m.d.b.a.b("Report configured to be sent via DataTransport."); diff --git a/app/src/main/java/c/i/c/m/d/q/c/a.java b/app/src/main/java/c/i/c/m/d/q/c/a.java index 347eb2025f..4529b1f5f7 100644 --- a/app/src/main/java/c/i/c/m/d/q/c/a.java +++ b/app/src/main/java/c/i/c/m/d/q/c/a.java @@ -8,11 +8,11 @@ public class a { public final String b; /* renamed from: c reason: collision with root package name */ - public final c f1358c; + public final c f1357c; public a(@Nullable String str, String str2, c cVar) { this.a = str; this.b = str2; - this.f1358c = cVar; + this.f1357c = cVar; } } diff --git a/app/src/main/java/c/i/c/m/d/q/c/d.java b/app/src/main/java/c/i/c/m/d/q/c/d.java index 35771fd1d6..5f6153c5ec 100644 --- a/app/src/main/java/c/i/c/m/d/q/c/d.java +++ b/app/src/main/java/c/i/c/m/d/q/c/d.java @@ -12,12 +12,12 @@ public class d implements c { public final File[] b; /* renamed from: c reason: collision with root package name */ - public final Map f1359c; + public final Map f1358c; public d(File file, Map map) { this.a = file; this.b = new File[]{file}; - this.f1359c = new HashMap(map); + this.f1358c = new HashMap(map); } @Override // c.i.c.m.d.q.c.c @@ -28,7 +28,7 @@ public class d implements c { @Override // c.i.c.m.d.q.c.c public Map b() { - return Collections.unmodifiableMap(this.f1359c); + return Collections.unmodifiableMap(this.f1358c); } @Override // c.i.c.m.d.q.c.c diff --git a/app/src/main/java/c/i/c/m/d/q/d/a.java b/app/src/main/java/c/i/c/m/d/q/d/a.java index 72d11607ae..a86f84ef87 100644 --- a/app/src/main/java/c/i/c/m/d/q/d/a.java +++ b/app/src/main/java/c/i/c/m/d/q/d/a.java @@ -13,7 +13,7 @@ public class a implements b { @Override // c.i.c.m.d.q.d.b public boolean a(c.i.c.m.d.q.c.a aVar, boolean z2) { - int h = b.h(aVar.f1358c.d()); + int h = b.h(aVar.f1357c.d()); if (h == 0) { this.a.a(aVar, z2); return true; diff --git a/app/src/main/java/c/i/c/m/d/q/d/c.java b/app/src/main/java/c/i/c/m/d/q/d/c.java index 4d30ee9f43..29f5843276 100644 --- a/app/src/main/java/c/i/c/m/d/q/d/c.java +++ b/app/src/main/java/c/i/c/m/d/q/d/c.java @@ -22,10 +22,10 @@ public class c extends a implements b { b.e.put("X-CRASHLYTICS-GOOGLE-APP-ID", aVar.b); b.e.put("X-CRASHLYTICS-API-CLIENT-TYPE", "android"); b.e.put("X-CRASHLYTICS-API-CLIENT-VERSION", this.f); - for (Map.Entry entry : aVar.f1358c.b().entrySet()) { + for (Map.Entry entry : aVar.f1357c.b().entrySet()) { b.e.put(entry.getKey(), entry.getValue()); } - c.i.c.m.d.q.c.c cVar = aVar.f1358c; + c.i.c.m.d.q.c.c cVar = aVar.f1357c; b.b("report[identifier]", cVar.a()); if (cVar.e().length == 1) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; @@ -56,7 +56,7 @@ public class c extends a implements b { try { c.i.c.m.d.n.c a = b.a(); int i2 = a.a; - bVar3.b("Create report request ID: " + a.f1355c.c("X-REQUEST-ID")); + bVar3.b("Create report request ID: " + a.f1354c.c("X-REQUEST-ID")); bVar3.b("Result was: " + i2); return c.i.a.f.e.o.c.f0(i2) == 0; } catch (IOException e2) { diff --git a/app/src/main/java/c/i/c/m/d/q/d/d.java b/app/src/main/java/c/i/c/m/d/q/d/d.java index 7494a11f2b..9321854a00 100644 --- a/app/src/main/java/c/i/c/m/d/q/d/d.java +++ b/app/src/main/java/c/i/c/m/d/q/d/d.java @@ -24,7 +24,7 @@ public class d extends a implements b { b.e.put("X-CRASHLYTICS-API-CLIENT-VERSION", this.f); b.e.put("X-CRASHLYTICS-GOOGLE-APP-ID", str); String str2 = aVar.a; - c cVar = aVar.f1358c; + c cVar = aVar.f1357c; if (str2 != null) { b.b("org_id", str2); } diff --git a/app/src/main/java/c/i/c/m/d/r/c.java b/app/src/main/java/c/i/c/m/d/r/c.java index 9c31721b2c..53a1927649 100644 --- a/app/src/main/java/c/i/c/m/d/r/c.java +++ b/app/src/main/java/c/i/c/m/d/r/c.java @@ -10,7 +10,7 @@ public class c { public static final String b = a("hts/cahyiseot-agolai.o/1frlglgc/aclg", "tp:/rsltcrprsp.ogepscmv/ieo/eaybtho"); /* renamed from: c reason: collision with root package name */ - public static final String f1360c = a("AzSBpY4F0rHiHFdinTvM", "IayrSTFL9eJ69YeSUO2"); + public static final String f1359c = a("AzSBpY4F0rHiHFdinTvM", "IayrSTFL9eJ69YeSUO2"); public static final e d = b.a; public final f e; diff --git a/app/src/main/java/c/i/c/m/d/s/c.java b/app/src/main/java/c/i/c/m/d/s/c.java index 4dd67c04ce..e4445710b9 100644 --- a/app/src/main/java/c/i/c/m/d/s/c.java +++ b/app/src/main/java/c/i/c/m/d/s/c.java @@ -30,7 +30,7 @@ public class c implements d { public final g b; /* renamed from: c reason: collision with root package name */ - public final e f1361c; + public final e f1360c; public final e1 d; public final a e; public final d f; @@ -65,7 +65,7 @@ public class c implements d { cVar2.f.b("Requesting settings from " + cVar2.b); cVar2.f.b("Settings query params were: " + f); c.i.c.m.d.n.c a = c2.a(); - cVar2.f.b("Settings request ID: " + a.f1355c.c("X-REQUEST-ID")); + cVar2.f.b("Settings request ID: " + a.f1354c.c("X-REQUEST-ID")); jSONObject = cVar2.g(a); } catch (IOException e2) { if (cVar2.f.a(6)) { @@ -74,7 +74,7 @@ public class c implements d { jSONObject = null; } if (jSONObject != null) { - c.i.c.m.d.s.h.f a2 = c.this.f1361c.a(jSONObject); + c.i.c.m.d.s.h.f a2 = c.this.f1360c.a(jSONObject); a aVar = c.this.e; long j = a2.d; Objects.requireNonNull(aVar); @@ -148,7 +148,7 @@ public class c implements d { this.a = context; this.b = gVar; this.d = e1Var; - this.f1361c = eVar; + this.f1360c = eVar; this.e = aVar; this.f = dVar; this.g = q0Var; @@ -171,7 +171,7 @@ public class c implements d { } JSONObject a2 = this.e.a(); if (a2 != null) { - c.i.c.m.d.s.h.f a3 = this.f1361c.a(a2); + c.i.c.m.d.s.h.f a3 = this.f1360c.a(a2); if (a3 != null) { e(a2, "Loaded cached settings: "); Objects.requireNonNull(this.d); diff --git a/app/src/main/java/c/i/c/m/d/s/h/a.java b/app/src/main/java/c/i/c/m/d/s/h/a.java index a606bbbd1e..45d08dd9fd 100644 --- a/app/src/main/java/c/i/c/m/d/s/h/a.java +++ b/app/src/main/java/c/i/c/m/d/s/h/a.java @@ -5,7 +5,7 @@ public class a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1362c; + public final String f1361c; public final String d; public final String e; public final String f; @@ -16,7 +16,7 @@ public class a { public a(String str, String str2, String str3, String str4, String str5, String str6, String str7, int i, String str8, String str9) { this.a = str; this.b = str2; - this.f1362c = str3; + this.f1361c = str3; this.d = str4; this.e = str5; this.f = str6; diff --git a/app/src/main/java/c/i/c/m/d/s/h/b.java b/app/src/main/java/c/i/c/m/d/s/h/b.java index 92ea7f935e..eef5e36e5f 100644 --- a/app/src/main/java/c/i/c/m/d/s/h/b.java +++ b/app/src/main/java/c/i/c/m/d/s/h/b.java @@ -5,7 +5,7 @@ public class b { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1363c; + public final String f1362c; public final String d; public final String e; public final boolean f; @@ -15,7 +15,7 @@ public class b { public b(String str, String str2, String str3, String str4, String str5, String str6, boolean z2, int i, int i2) { this.a = str; this.b = str2; - this.f1363c = str3; + this.f1362c = str3; this.d = str4; this.e = str6; this.f = z2; @@ -26,7 +26,7 @@ public class b { public b(String str, String str2, String str3, String str4, boolean z2) { this.a = str; this.b = str2; - this.f1363c = str3; + this.f1362c = str3; this.d = str4; this.e = null; this.f = z2; diff --git a/app/src/main/java/c/i/c/m/d/s/h/f.java b/app/src/main/java/c/i/c/m/d/s/h/f.java index fda64483f4..c041a60a8d 100644 --- a/app/src/main/java/c/i/c/m/d/s/h/f.java +++ b/app/src/main/java/c/i/c/m/d/s/h/f.java @@ -5,19 +5,19 @@ public class f implements e { public final d b; /* renamed from: c reason: collision with root package name */ - public final c f1364c; + public final c f1363c; public final long d; public f(long j, b bVar, d dVar, c cVar, int i, int i2) { this.d = j; this.a = bVar; this.b = dVar; - this.f1364c = cVar; + this.f1363c = cVar; } @Override // c.i.c.m.d.s.h.e public c a() { - return this.f1364c; + return this.f1363c; } @Override // c.i.c.m.d.s.h.e diff --git a/app/src/main/java/c/i/c/m/d/s/h/g.java b/app/src/main/java/c/i/c/m/d/s/h/g.java index e2a7dcb395..e1d6e84837 100644 --- a/app/src/main/java/c/i/c/m/d/s/h/g.java +++ b/app/src/main/java/c/i/c/m/d/s/h/g.java @@ -7,7 +7,7 @@ public class g { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1365c; + public final String f1364c; public final String d; public final w0 e; public final String f; @@ -18,7 +18,7 @@ public class g { public g(String str, String str2, String str3, String str4, w0 w0Var, String str5, String str6, String str7, int i) { this.a = str; this.b = str2; - this.f1365c = str3; + this.f1364c = str3; this.d = str4; this.e = w0Var; this.f = str5; diff --git a/app/src/main/java/c/i/c/m/d/s/i/a.java b/app/src/main/java/c/i/c/m/d/s/i/a.java index 0bd46d8c55..143ececd93 100644 --- a/app/src/main/java/c/i/c/m/d/s/i/a.java +++ b/app/src/main/java/c/i/c/m/d/s/i/a.java @@ -23,7 +23,7 @@ public abstract class a extends c.i.c.m.d.k.a { b.e.put("X-CRASHLYTICS-API-CLIENT-TYPE", "android"); b.e.put("X-CRASHLYTICS-API-CLIENT-VERSION", this.f); b.b("org_id", aVar.a); - b.b("app[identifier]", aVar.f1362c); + b.b("app[identifier]", aVar.f1361c); b.b("app[name]", aVar.g); b.b("app[display_version]", aVar.d); b.b("app[build_version]", aVar.e); @@ -41,7 +41,7 @@ public abstract class a extends c.i.c.m.d.k.a { c a = b.a(); int i = a.a; String str = ShareTarget.METHOD_POST.equalsIgnoreCase(c.c.a.y.b.n(b.b)) ? "Create" : "Update"; - bVar.b(str + " app request ID: " + a.f1355c.c("X-REQUEST-ID")); + bVar.b(str + " app request ID: " + a.f1354c.c("X-REQUEST-ID")); StringBuilder sb = new StringBuilder(); sb.append("Result was "); sb.append(i); diff --git a/app/src/main/java/c/i/c/m/d/s/i/c.java b/app/src/main/java/c/i/c/m/d/s/i/c.java index 5ba454da3d..459566d062 100644 --- a/app/src/main/java/c/i/c/m/d/s/i/c.java +++ b/app/src/main/java/c/i/c/m/d/s/i/c.java @@ -26,7 +26,7 @@ public class c extends a implements d { e(aVar, "X-CRASHLYTICS-API-CLIENT-VERSION", "17.3.0"); e(aVar, "Accept", RestAPIBuilder.CONTENT_TYPE_JSON); e(aVar, "X-CRASHLYTICS-DEVICE-MODEL", gVar.b); - e(aVar, "X-CRASHLYTICS-OS-BUILD-VERSION", gVar.f1365c); + e(aVar, "X-CRASHLYTICS-OS-BUILD-VERSION", gVar.f1364c); e(aVar, "X-CRASHLYTICS-OS-DISPLAY-VERSION", gVar.d); e(aVar, "X-CRASHLYTICS-INSTALLATION-ID", ((v0) gVar.e).b()); return aVar; diff --git a/app/src/main/java/c/i/c/m/d/t/e.java b/app/src/main/java/c/i/c/m/d/t/e.java index a4d5266bdd..5132342404 100644 --- a/app/src/main/java/c/i/c/m/d/t/e.java +++ b/app/src/main/java/c/i/c/m/d/t/e.java @@ -5,13 +5,13 @@ public class e { public final String b; /* renamed from: c reason: collision with root package name */ - public final StackTraceElement[] f1366c; + public final StackTraceElement[] f1365c; public final e d; public e(Throwable th, d dVar) { this.a = th.getLocalizedMessage(); this.b = th.getClass().getName(); - this.f1366c = dVar.a(th.getStackTrace()); + this.f1365c = dVar.a(th.getStackTrace()); Throwable cause = th.getCause(); this.d = cause != null ? new e(cause, dVar) : null; } diff --git a/app/src/main/java/c/i/c/m/d/u/a.java b/app/src/main/java/c/i/c/m/d/u/a.java index 3de1860311..a82986739f 100644 --- a/app/src/main/java/c/i/c/m/d/u/a.java +++ b/app/src/main/java/c/i/c/m/d/u/a.java @@ -9,7 +9,7 @@ public class a { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public String f1367c; + public String f1366c; public a(Context context) { this.a = context; @@ -26,10 +26,10 @@ public class a { } else { str = null; } - this.f1367c = str; + this.f1366c = str; this.b = true; } - String str2 = this.f1367c; + String str2 = this.f1366c; if (str2 != null) { return str2; } diff --git a/app/src/main/java/c/i/c/m/e/a.java b/app/src/main/java/c/i/c/m/e/a.java index b1b0cea12c..5b40560b73 100644 --- a/app/src/main/java/c/i/c/m/e/a.java +++ b/app/src/main/java/c/i/c/m/e/a.java @@ -19,12 +19,12 @@ public class a implements e { public final Context b; /* renamed from: c reason: collision with root package name */ - public final d f1368c; + public final d f1367c; public final f d; public a(Context context, d dVar, f fVar) { this.b = context; - this.f1368c = dVar; + this.f1367c = dVar; this.d = fVar; } @@ -58,7 +58,7 @@ public class a implements e { if (a2 != null && a2.exists() && file.exists()) { bVar2.a = b(file, ".dmp"); bVar2.b = b(a2, ".device_info"); - bVar2.f1370c = new File(a2, "session.json"); + bVar2.f1369c = new File(a2, "session.json"); bVar2.d = new File(a2, "app.json"); bVar2.e = new File(a2, "device.json"); bVar2.f = new File(a2, "os.json"); diff --git a/app/src/main/java/c/i/c/m/e/c.java b/app/src/main/java/c/i/c/m/e/c.java index d5b0d82ece..2e8988d34e 100644 --- a/app/src/main/java/c/i/c/m/e/c.java +++ b/app/src/main/java/c/i/c/m/e/c.java @@ -106,7 +106,7 @@ public class c implements a { boolean z2 = false; if (a != null) { try { - z2 = ((JniNativeApi) aVar.f1368c).a(a.getCanonicalPath(), aVar.b.getAssets()); + z2 = ((JniNativeApi) aVar.f1367c).a(a.getCanonicalPath(), aVar.b.getAssets()); } catch (IOException e) { if (b.a.a(6)) { Log.e("FirebaseCrashlytics", "Error initializing CrashlyticsNdk", e); diff --git a/app/src/main/java/c/i/c/m/e/g.java b/app/src/main/java/c/i/c/m/e/g.java index afda09d6aa..a609a13526 100644 --- a/app/src/main/java/c/i/c/m/e/g.java +++ b/app/src/main/java/c/i/c/m/e/g.java @@ -7,7 +7,7 @@ public final class g { public final File b; /* renamed from: c reason: collision with root package name */ - public final File f1369c; + public final File f1368c; public final File d; public final File e; public final File f; @@ -18,7 +18,7 @@ public final class g { public File b; /* renamed from: c reason: collision with root package name */ - public File f1370c; + public File f1369c; public File d; public File e; public File f; @@ -27,7 +27,7 @@ public final class g { public g(b bVar, a aVar) { this.a = bVar.a; this.b = bVar.b; - this.f1369c = bVar.f1370c; + this.f1368c = bVar.f1369c; this.d = bVar.d; this.e = bVar.e; this.f = bVar.f; diff --git a/app/src/main/java/c/i/c/m/e/h.java b/app/src/main/java/c/i/c/m/e/h.java index 38312b2f28..d1027fd72c 100644 --- a/app/src/main/java/c/i/c/m/e/h.java +++ b/app/src/main/java/c/i/c/m/e/h.java @@ -32,7 +32,7 @@ public class h implements d { @Override // c.i.c.m.d.d public File e() { - return this.a.f1369c; + return this.a.f1368c; } @Override // c.i.c.m.d.d diff --git a/app/src/main/java/c/i/c/o/b/a.java b/app/src/main/java/c/i/c/o/b/a.java index ea20d9a6f1..5eadcd1730 100644 --- a/app/src/main/java/c/i/c/o/b/a.java +++ b/app/src/main/java/c/i/c/o/b/a.java @@ -11,14 +11,14 @@ public final class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final DynamicLinkData createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; String str2 = null; Bundle bundle = null; Uri uri = null; long j = 0; int i = 0; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: @@ -28,10 +28,10 @@ public final class a implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); break; case 3: - i = AnimatableValueParser.i2(parcel, readInt); + i = AnimatableValueParser.j2(parcel, readInt); break; case 4: - j = AnimatableValueParser.j2(parcel, readInt); + j = AnimatableValueParser.k2(parcel, readInt); break; case 5: bundle = AnimatableValueParser.P(parcel, readInt); @@ -40,11 +40,11 @@ public final class a implements Parcelable.Creator { uri = (Uri) AnimatableValueParser.S(parcel, readInt, Uri.CREATOR); break; default: - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new DynamicLinkData(str, str2, i, j, bundle, uri); } diff --git a/app/src/main/java/c/i/c/o/b/i.java b/app/src/main/java/c/i/c/o/b/i.java index 04d67c154d..892e62ac93 100644 --- a/app/src/main/java/c/i/c/o/b/i.java +++ b/app/src/main/java/c/i/c/o/b/i.java @@ -10,12 +10,12 @@ import com.google.firebase.dynamiclinks.PendingDynamicLinkData; public final class i extends p { /* renamed from: c reason: collision with root package name */ - public final String f1371c; + public final String f1370c; @Nullable public final a d; public i(a aVar, String str) { - this.f1371c = str; + this.f1370c = str; this.d = aVar; } @@ -24,7 +24,7 @@ public final class i extends p { public final /* synthetic */ void c(d dVar, TaskCompletionSource taskCompletionSource) throws RemoteException { d dVar2 = dVar; try { - dVar2.w().a0(new g(this.d, taskCompletionSource), this.f1371c); + dVar2.w().a0(new g(this.d, taskCompletionSource), this.f1370c); } catch (RemoteException unused) { } } diff --git a/app/src/main/java/c/i/c/o/b/m.java b/app/src/main/java/c/i/c/o/b/m.java index 99b715c0aa..3b84484c0e 100644 --- a/app/src/main/java/c/i/c/o/b/m.java +++ b/app/src/main/java/c/i/c/o/b/m.java @@ -12,11 +12,11 @@ public final class m implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzo createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); Uri uri = null; Uri uri2 = null; ArrayList arrayList = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { @@ -24,12 +24,12 @@ public final class m implements Parcelable.Creator { } else if (i == 2) { uri2 = (Uri) AnimatableValueParser.S(parcel, readInt, Uri.CREATOR); } else if (i != 3) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { arrayList = AnimatableValueParser.X(parcel, readInt, zzr.CREATOR); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzo(uri, uri2, arrayList); } diff --git a/app/src/main/java/c/i/c/o/b/n.java b/app/src/main/java/c/i/c/o/b/n.java index fd8158f335..c038f94ee5 100644 --- a/app/src/main/java/c/i/c/o/b/n.java +++ b/app/src/main/java/c/i/c/o/b/n.java @@ -9,17 +9,17 @@ public final class n implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzr createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); String str = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 2) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { str = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new zzr(str); } diff --git a/app/src/main/java/c/i/c/p/h/d.java b/app/src/main/java/c/i/c/p/h/d.java index 9741f66a21..e1d12cbf0a 100644 --- a/app/src/main/java/c/i/c/p/h/d.java +++ b/app/src/main/java/c/i/c/p/h/d.java @@ -24,7 +24,7 @@ public class d implements a { public void b(@NonNull Object obj, @NonNull Writer writer) throws IOException { e eVar = this.a; - f fVar = new f(writer, eVar.b, eVar.f1372c, eVar.d, eVar.e); + f fVar = new f(writer, eVar.b, eVar.f1371c, eVar.d, eVar.e); fVar.g(obj, false); fVar.i(); fVar.b.flush(); diff --git a/app/src/main/java/c/i/c/p/h/e.java b/app/src/main/java/c/i/c/p/h/e.java index 02311dbd3b..05f174d1c6 100644 --- a/app/src/main/java/c/i/c/p/h/e.java +++ b/app/src/main/java/c/i/c/p/h/e.java @@ -18,7 +18,7 @@ public final class e implements b { public final Map, c> b; /* renamed from: c reason: collision with root package name */ - public final Map, c.i.c.p.e> f1372c; + public final Map, c.i.c.p.e> f1371c; public c d = a.a; public boolean e = false; @@ -46,7 +46,7 @@ public final class e implements b { HashMap hashMap = new HashMap(); this.b = hashMap; HashMap hashMap2 = new HashMap(); - this.f1372c = hashMap2; + this.f1371c = hashMap2; hashMap2.put(String.class, b.a); hashMap.remove(String.class); hashMap2.put(Boolean.class, c.a); diff --git a/app/src/main/java/c/i/c/p/h/f.java b/app/src/main/java/c/i/c/p/h/f.java index 3217664909..a73b5cdd79 100644 --- a/app/src/main/java/c/i/c/p/h/f.java +++ b/app/src/main/java/c/i/c/p/h/f.java @@ -19,14 +19,14 @@ public final class f implements d, c.i.c.p.f { public final JsonWriter b; /* renamed from: c reason: collision with root package name */ - public final Map, c> f1373c; + public final Map, c> f1372c; public final Map, e> d; public final c e; public final boolean f; public f(@NonNull Writer writer, @NonNull Map, c> map, @NonNull Map, e> map2, c cVar, boolean z2) { this.b = new JsonWriter(writer); - this.f1373c = map; + this.f1372c = map; this.d = map2; this.e = cVar; this.f = z2; @@ -163,7 +163,7 @@ public final class f implements d, c.i.c.p.f { this.b.endObject(); return this; } else { - c cVar = this.f1373c.get(obj.getClass()); + c cVar = this.f1372c.get(obj.getClass()); if (cVar != null) { if (!z2) { this.b.beginObject(); diff --git a/app/src/main/java/c/i/c/s/f.java b/app/src/main/java/c/i/c/s/f.java index d65588de88..a0eda760a8 100644 --- a/app/src/main/java/c/i/c/s/f.java +++ b/app/src/main/java/c/i/c/s/f.java @@ -22,16 +22,16 @@ public class f { public static d0 b; /* renamed from: c reason: collision with root package name */ - public final Context f1374c; + public final Context f1373c; public final Executor d; public f(Context context) { - this.f1374c = context; + this.f1373c = context; this.d = a.i; } public f(Context context, ExecutorService executorService) { - this.f1374c = context; + this.f1373c = context; this.d = executorService; } @@ -75,7 +75,7 @@ public class f { intent.putExtra("rawData", Base64.decode(stringExtra, 0)); intent.removeExtra("gcm.rawData64"); } - Context context = this.f1374c; + Context context = this.f1373c; boolean z3 = c.R() && context.getApplicationInfo().targetSdkVersion >= 26; if ((intent.getFlags() & 268435456) != 0) { z2 = true; diff --git a/app/src/main/java/c/i/c/s/i.java b/app/src/main/java/c/i/c/s/i.java index d615b4f939..07db1e6665 100644 --- a/app/src/main/java/c/i/c/s/i.java +++ b/app/src/main/java/c/i/c/s/i.java @@ -9,16 +9,16 @@ public final /* synthetic */ class i implements a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1375c; + public final String f1374c; public i(FirebaseInstanceId firebaseInstanceId, String str, String str2) { this.a = firebaseInstanceId; this.b = str; - this.f1375c = str2; + this.f1374c = str2; } @Override // c.i.a.f.n.a public final Object a(Task task) { - return this.a.m(this.b, this.f1375c); + return this.a.m(this.b, this.f1374c); } } diff --git a/app/src/main/java/c/i/c/s/l.java b/app/src/main/java/c/i/c/s/l.java index ab8566a5b2..5647440aff 100644 --- a/app/src/main/java/c/i/c/s/l.java +++ b/app/src/main/java/c/i/c/s/l.java @@ -12,13 +12,13 @@ public final /* synthetic */ class l implements f { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1376c; + public final String f1375c; public final String d; public l(FirebaseInstanceId firebaseInstanceId, String str, String str2, String str3) { this.a = firebaseInstanceId; this.b = str; - this.f1376c = str2; + this.f1375c = str2; this.d = str3; } @@ -26,7 +26,7 @@ public final /* synthetic */ class l implements f { public final Task a(Object obj) { FirebaseInstanceId firebaseInstanceId = this.a; String str = this.b; - String str2 = this.f1376c; + String str2 = this.f1375c; String str3 = this.d; String str4 = (String) obj; w wVar = FirebaseInstanceId.b; diff --git a/app/src/main/java/c/i/c/s/n.java b/app/src/main/java/c/i/c/s/n.java index 04444572b7..8313de66e0 100644 --- a/app/src/main/java/c/i/c/s/n.java +++ b/app/src/main/java/c/i/c/s/n.java @@ -32,7 +32,7 @@ public class n { public final q b; /* renamed from: c reason: collision with root package name */ - public final b f1377c; + public final b f1376c; public final a d; public final a e; public final g f; @@ -42,7 +42,7 @@ public class n { b bVar = new b(cVar.d); this.a = cVar; this.b = qVar; - this.f1377c = bVar; + this.f1376c = bVar; this.d = aVar; this.e = aVar2; this.f = gVar; @@ -81,10 +81,10 @@ public class n { bundle.putString("app_ver", this.b.a()); q qVar2 = this.b; synchronized (qVar2) { - if (qVar2.f1378c == null) { + if (qVar2.f1377c == null) { qVar2.e(); } - str4 = qVar2.f1378c; + str4 = qVar2.f1377c; } bundle.putString("app_ver_name", str4); c cVar2 = this.a; @@ -113,7 +113,7 @@ public class n { bundle.putString("Firebase-Client-Log-Type", Integer.toString(a.f())); bundle.putString("Firebase-Client", hVar.getUserAgent()); } - b bVar = this.f1377c; + b bVar = this.f1376c; r rVar = bVar.e; synchronized (rVar) { if (rVar.b == 0 && (b = rVar.b("com.google.android.gms")) != null) { diff --git a/app/src/main/java/c/i/c/s/q.java b/app/src/main/java/c/i/c/s/q.java index 3efe77a9e3..db1a494867 100644 --- a/app/src/main/java/c/i/c/s/q.java +++ b/app/src/main/java/c/i/c/s/q.java @@ -15,7 +15,7 @@ public class q { public String b; /* renamed from: c reason: collision with root package name */ - public String f1378c; + public String f1377c; public int d; public int e = 0; @@ -106,7 +106,7 @@ public class q { PackageInfo c2 = c(this.a.getPackageName()); if (c2 != null) { this.b = Integer.toString(c2.versionCode); - this.f1378c = c2.versionName; + this.f1377c = c2.versionName; } } } diff --git a/app/src/main/java/c/i/c/s/v.java b/app/src/main/java/c/i/c/s/v.java index d7fba0d807..41fce5286c 100644 --- a/app/src/main/java/c/i/c/s/v.java +++ b/app/src/main/java/c/i/c/s/v.java @@ -13,7 +13,7 @@ public class v { public String b = null; /* renamed from: c reason: collision with root package name */ - public Boolean f1379c = null; + public Boolean f1378c = null; public Boolean d = null; public final Queue e = new ArrayDeque(); @@ -32,19 +32,19 @@ public class v { if (this.d == null) { this.d = Boolean.valueOf(context.checkCallingOrSelfPermission("android.permission.ACCESS_NETWORK_STATE") == 0); } - if (!this.f1379c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { + if (!this.f1378c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { Log.d("FirebaseInstanceId", "Missing Permission: android.permission.ACCESS_NETWORK_STATE this should normally be included by the manifest merger, but may needed to be manually added to your manifest"); } return this.d.booleanValue(); } public boolean c(Context context) { - if (this.f1379c == null) { - this.f1379c = Boolean.valueOf(context.checkCallingOrSelfPermission("android.permission.WAKE_LOCK") == 0); + if (this.f1378c == null) { + this.f1378c = Boolean.valueOf(context.checkCallingOrSelfPermission("android.permission.WAKE_LOCK") == 0); } - if (!this.f1379c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { + if (!this.f1378c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { Log.d("FirebaseInstanceId", "Missing Permission: android.permission.WAKE_LOCK this should normally be included by the manifest merger, but may needed to be manually added to your manifest"); } - return this.f1379c.booleanValue(); + return this.f1378c.booleanValue(); } } diff --git a/app/src/main/java/c/i/c/s/w.java b/app/src/main/java/c/i/c/s/w.java index 788f15260e..c457c49eb0 100644 --- a/app/src/main/java/c/i/c/s/w.java +++ b/app/src/main/java/c/i/c/s/w.java @@ -22,7 +22,7 @@ public class w { @GuardedBy("this") /* renamed from: c reason: collision with root package name */ - public final Map f1380c = new ArrayMap(); + public final Map f1379c = new ArrayMap(); /* compiled from: com.google.firebase:firebase-iid@@21.0.0 */ public static class a { @@ -30,12 +30,12 @@ public class w { public static final /* synthetic */ int b = 0; /* renamed from: c reason: collision with root package name */ - public final String f1381c; + public final String f1380c; public final String d; public final long e; public a(String str, String str2, long j) { - this.f1381c = str; + this.f1380c = str; this.d = str2; this.e = j; } @@ -113,7 +113,7 @@ public class w { } public synchronized void c() { - this.f1380c.clear(); + this.f1379c.clear(); this.a.edit().clear().commit(); } diff --git a/app/src/main/java/c/i/c/s/x.java b/app/src/main/java/c/i/c/s/x.java index 3986572f32..6b72ded290 100644 --- a/app/src/main/java/c/i/c/s/x.java +++ b/app/src/main/java/c/i/c/s/x.java @@ -102,7 +102,7 @@ public class x implements Runnable { if (Log.isLoggable("FirebaseInstanceId", 3)) { Log.d("FirebaseInstanceId", "Token successfully retrieved"); } - if (j == null || !b.equals(j.f1381c)) { + if (j == null || !b.equals(j.f1380c)) { b(b); } return true; diff --git a/app/src/main/java/c/i/c/s/y.java b/app/src/main/java/c/i/c/s/y.java index 8853b26df5..e7b7dc6f5a 100644 --- a/app/src/main/java/c/i/c/s/y.java +++ b/app/src/main/java/c/i/c/s/y.java @@ -12,14 +12,14 @@ public final class y { public static final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public static a f1382c; + public static a f1381c; public static ComponentName a(@NonNull Context context, @NonNull Intent intent) { synchronized (b) { - if (f1382c == null) { + if (f1381c == null) { a aVar = new a(context, 1, "wake:com.google.firebase.iid.WakeLockHolder"); - f1382c = aVar; - aVar.f1230c.setReferenceCounted(true); + f1381c = aVar; + aVar.f1229c.setReferenceCounted(true); aVar.h = true; } boolean booleanExtra = intent.getBooleanExtra("com.google.firebase.iid.WakeLockHolder.wakefulintent", false); @@ -29,7 +29,7 @@ public final class y { return null; } if (!booleanExtra) { - f1382c.a(a); + f1381c.a(a); } return startService; } diff --git a/app/src/main/java/c/i/c/u/a.java b/app/src/main/java/c/i/c/u/a.java index 316d84db1f..dff3b2a2fc 100644 --- a/app/src/main/java/c/i/c/u/a.java +++ b/app/src/main/java/c/i/c/u/a.java @@ -7,12 +7,12 @@ public final class a extends k { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f1383c; + public final long f1382c; public a(String str, long j, long j2, C0145a aVar) { this.a = str; this.b = j; - this.f1383c = j2; + this.f1382c = j2; } @Override // c.i.c.u.k @@ -24,7 +24,7 @@ public final class a extends k { @Override // c.i.c.u.k @NonNull public long b() { - return this.f1383c; + return this.f1382c; } @Override // c.i.c.u.k @@ -41,12 +41,12 @@ public final class a extends k { return false; } k kVar = (k) obj; - return this.a.equals(kVar.a()) && this.b == kVar.c() && this.f1383c == kVar.b(); + return this.a.equals(kVar.a()) && this.b == kVar.c() && this.f1382c == kVar.b(); } public int hashCode() { long j = this.b; - long j2 = this.f1383c; + long j2 = this.f1382c; return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32))); } @@ -56,6 +56,6 @@ public final class a extends k { P.append(", tokenExpirationTimestamp="); P.append(this.b); P.append(", tokenCreationTimestamp="); - return c.d.b.a.a.A(P, this.f1383c, "}"); + return c.d.b.a.a.A(P, this.f1382c, "}"); } } diff --git a/app/src/main/java/c/i/c/u/e.java b/app/src/main/java/c/i/c/u/e.java index 1f1ab94f02..4fb26a828e 100644 --- a/app/src/main/java/c/i/c/u/e.java +++ b/app/src/main/java/c/i/c/u/e.java @@ -28,7 +28,7 @@ public final /* synthetic */ class e implements Runnable { Objects.requireNonNull(fVar); Object obj2 = f.a; synchronized (obj2) { - c cVar = fVar.f1384c; + c cVar = fVar.f1383c; cVar.a(); b a = b.a(cVar.d, "generatefid.lock"); try { @@ -45,7 +45,7 @@ public final /* synthetic */ class e implements Runnable { if (z2 || fVar.f.d(b)) { dVar = fVar.c(b); synchronized (obj2) { - c.i.c.c cVar2 = fVar.f1384c; + c.i.c.c cVar2 = fVar.f1383c; cVar2.a(); b a2 = b.a(cVar2.d, "generatefid.lock"); try { diff --git a/app/src/main/java/c/i/c/u/f.java b/app/src/main/java/c/i/c/u/f.java index 8f5b4c58ad..a10e2acd47 100644 --- a/app/src/main/java/c/i/c/u/f.java +++ b/app/src/main/java/c/i/c/u/f.java @@ -42,7 +42,7 @@ public class f implements g { public static final ThreadFactory b = new a(); /* renamed from: c reason: collision with root package name */ - public final c f1384c; + public final c f1383c; public final c.i.c.u.p.c d; public final c.i.c.u.o.c e; public final n f; @@ -77,7 +77,7 @@ public class f implements g { n c2 = n.c(); b bVar = new b(cVar); l lVar = new l(); - this.f1384c = cVar; + this.f1383c = cVar; this.d = cVar2; this.e = cVar3; this.f = c2; @@ -112,7 +112,7 @@ public class f implements g { public final void b(boolean z2) { c.i.c.u.o.d b2; synchronized (a) { - c cVar = this.f1384c; + c cVar = this.f1383c; cVar.a(); b a2 = b.a(cVar.d, "generatefid.lock"); try { @@ -134,7 +134,7 @@ public class f implements g { } if (z2) { a.b bVar2 = (a.b) b2.k(); - bVar2.f1387c = null; + bVar2.f1386c = null; b2 = bVar2.a(); } l(b2); @@ -172,7 +172,7 @@ public class f implements g { } else if (responseCode < 500 || responseCode >= 600) { Log.e("Firebase-Installations", "Firebase Installations can not communicate with Firebase server APIs due to invalid configuration. Please update your Firebase initialization process and set valid Firebase options (API key, Project ID, Application ID) when initializing Firebase."); b.C0148b bVar = (b.C0148b) c.i.c.u.p.f.a(); - bVar.f1391c = f.b.BAD_CONFIG; + bVar.f1390c = f.b.BAD_CONFIG; f = bVar.a(); } else { c2.disconnect(); @@ -180,18 +180,18 @@ public class f implements g { } } b.C0148b bVar2 = (b.C0148b) c.i.c.u.p.f.a(); - bVar2.f1391c = f.b.AUTH_ERROR; + bVar2.f1390c = f.b.AUTH_ERROR; f = bVar2.a(); } c2.disconnect(); c.i.c.u.p.b bVar3 = (c.i.c.u.p.b) f; - int ordinal = bVar3.f1390c.ordinal(); + int ordinal = bVar3.f1389c.ordinal(); if (ordinal == 0) { String str3 = bVar3.a; long j = bVar3.b; long b2 = this.f.b(); a.b bVar4 = (a.b) dVar.k(); - bVar4.f1387c = str3; + bVar4.f1386c = str3; bVar4.e = Long.valueOf(j); bVar4.f = Long.valueOf(b2); return bVar4.a(); @@ -223,21 +223,21 @@ public class f implements g { @Nullable public String d() { - c.i.c.c cVar = this.f1384c; + c.i.c.c cVar = this.f1383c; cVar.a(); return cVar.f.a; } @VisibleForTesting public String e() { - c.i.c.c cVar = this.f1384c; + c.i.c.c cVar = this.f1383c; cVar.a(); return cVar.f.b; } @Nullable public String g() { - c.i.c.c cVar = this.f1384c; + c.i.c.c cVar = this.f1383c; cVar.a(); return cVar.f.g; } @@ -275,10 +275,10 @@ public class f implements g { public final String i(c.i.c.u.o.d dVar) { String string; - c.i.c.c cVar = this.f1384c; + c.i.c.c cVar = this.f1383c; cVar.a(); - if (cVar.e.equals("CHIME_ANDROID_SDK") || this.f1384c.h()) { - if (((c.i.c.u.o.a) dVar).f1386c == c.a.ATTEMPT_MIGRATION) { + if (cVar.e.equals("CHIME_ANDROID_SDK") || this.f1383c.h()) { + if (((c.i.c.u.o.a) dVar).f1385c == c.a.ATTEMPT_MIGRATION) { c.i.c.u.o.b bVar = this.g; synchronized (bVar.b) { synchronized (bVar.b) { @@ -312,7 +312,7 @@ public class f implements g { break; } String str3 = strArr[i]; - String str4 = bVar.f1388c; + String str4 = bVar.f1387c; String string = bVar.b.getString("|T|" + str4 + "|" + str3, null); if (string == null || string.isEmpty()) { i++; @@ -368,14 +368,14 @@ public class f implements g { int ordinal = aVar4.e.ordinal(); if (ordinal == 0) { String str6 = aVar4.b; - String str7 = aVar4.f1389c; + String str7 = aVar4.f1388c; long b2 = this.f.b(); String c3 = aVar4.d.c(); long d2 = aVar4.d.d(); a.b bVar2 = (a.b) dVar.k(); bVar2.a = str6; bVar2.b(c.a.REGISTERED); - bVar2.f1387c = c3; + bVar2.f1386c = c3; bVar2.d = str7; bVar2.e = Long.valueOf(d2); bVar2.f = Long.valueOf(b2); diff --git a/app/src/main/java/c/i/c/u/n.java b/app/src/main/java/c/i/c/u/n.java index fc915b2352..014be3647d 100644 --- a/app/src/main/java/c/i/c/u/n.java +++ b/app/src/main/java/c/i/c/u/n.java @@ -13,7 +13,7 @@ public final class n { public static final Pattern b = Pattern.compile("\\AA[\\w-]{38}\\z"); /* renamed from: c reason: collision with root package name */ - public static n f1385c; + public static n f1384c; public final a d; public n(a aVar) { @@ -25,10 +25,10 @@ public final class n { a.a = new a(); } a aVar = a.a; - if (f1385c == null) { - f1385c = new n(aVar); + if (f1384c == null) { + f1384c = new n(aVar); } - return f1385c; + return f1384c; } public long a() { diff --git a/app/src/main/java/c/i/c/u/o/a.java b/app/src/main/java/c/i/c/u/o/a.java index 2c7cbc6546..bd0c9afb7f 100644 --- a/app/src/main/java/c/i/c/u/o/a.java +++ b/app/src/main/java/c/i/c/u/o/a.java @@ -10,7 +10,7 @@ public final class a extends d { public final String b; /* renamed from: c reason: collision with root package name */ - public final c.a f1386c; + public final c.a f1385c; public final String d; public final String e; public final long f; @@ -23,7 +23,7 @@ public final class a extends d { public c.a b; /* renamed from: c reason: collision with root package name */ - public String f1387c; + public String f1386c; public String d; public Long e; public Long f; @@ -35,8 +35,8 @@ public final class a extends d { public b(d dVar, C0146a aVar) { a aVar2 = (a) dVar; this.a = aVar2.b; - this.b = aVar2.f1386c; - this.f1387c = aVar2.d; + this.b = aVar2.f1385c; + this.f1386c = aVar2.d; this.d = aVar2.e; this.e = Long.valueOf(aVar2.f); this.f = Long.valueOf(aVar2.g); @@ -53,7 +53,7 @@ public final class a extends d { str = c.d.b.a.a.u(str, " tokenCreationEpochInSecs"); } if (str.isEmpty()) { - return new a(this.a, this.b, this.f1387c, this.d, this.e.longValue(), this.f.longValue(), this.g, null); + return new a(this.a, this.b, this.f1386c, this.d, this.e.longValue(), this.f.longValue(), this.g, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -78,7 +78,7 @@ public final class a extends d { public a(String str, c.a aVar, String str2, String str3, long j, long j2, String str4, C0146a aVar2) { this.b = str; - this.f1386c = aVar; + this.f1385c = aVar; this.d = str2; this.e = str3; this.f = j; @@ -127,7 +127,7 @@ public final class a extends d { d dVar = (d) obj; String str3 = this.b; if (str3 != null ? str3.equals(dVar.c()) : dVar.c() == null) { - if (this.f1386c.equals(dVar.f()) && ((str = this.d) != null ? str.equals(dVar.a()) : dVar.a() == null) && ((str2 = this.e) != null ? str2.equals(dVar.e()) : dVar.e() == null) && this.f == dVar.b() && this.g == dVar.g()) { + if (this.f1385c.equals(dVar.f()) && ((str = this.d) != null ? str.equals(dVar.a()) : dVar.a() == null) && ((str2 = this.e) != null ? str2.equals(dVar.e()) : dVar.e() == null) && this.f == dVar.b() && this.g == dVar.g()) { String str4 = this.h; if (str4 == null) { if (dVar.d() == null) { @@ -144,7 +144,7 @@ public final class a extends d { @Override // c.i.c.u.o.d @NonNull public c.a f() { - return this.f1386c; + return this.f1385c; } @Override // c.i.c.u.o.d @@ -155,7 +155,7 @@ public final class a extends d { public int hashCode() { String str = this.b; int i = 0; - int hashCode = ((((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003) ^ this.f1386c.hashCode()) * 1000003; + int hashCode = ((((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003) ^ this.f1385c.hashCode()) * 1000003; String str2 = this.d; int hashCode2 = (hashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; String str3 = this.e; @@ -179,7 +179,7 @@ public final class a extends d { StringBuilder P = c.d.b.a.a.P("PersistedInstallationEntry{firebaseInstallationId="); P.append(this.b); P.append(", registrationStatus="); - P.append(this.f1386c); + P.append(this.f1385c); P.append(", authToken="); P.append(this.d); P.append(", refreshToken="); diff --git a/app/src/main/java/c/i/c/u/o/b.java b/app/src/main/java/c/i/c/u/o/b.java index 6b38831a60..aa0b5c87d4 100644 --- a/app/src/main/java/c/i/c/u/o/b.java +++ b/app/src/main/java/c/i/c/u/o/b.java @@ -20,7 +20,7 @@ public class b { public final SharedPreferences b; /* renamed from: c reason: collision with root package name */ - public final String f1388c; + public final String f1387c; /* JADX WARNING: Code restructure failed: missing block: B:9:0x0046, code lost: if (r0.isEmpty() != false) goto L_0x0048; @@ -41,7 +41,7 @@ public class b { str = null; } } - this.f1388c = str; + this.f1387c = str; } @Nullable diff --git a/app/src/main/java/c/i/c/u/o/c.java b/app/src/main/java/c/i/c/u/o/c.java index 211a8ebf23..b806f8bcda 100644 --- a/app/src/main/java/c/i/c/u/o/c.java +++ b/app/src/main/java/c/i/c/u/o/c.java @@ -96,7 +96,7 @@ public class c { bVar.c(0); bVar.a = optString; bVar.b(a.values()[optInt]); - bVar.f1387c = optString2; + bVar.f1386c = optString2; bVar.d = optString3; bVar.d(optLong); bVar.c(optLong2); diff --git a/app/src/main/java/c/i/c/u/o/d.java b/app/src/main/java/c/i/c/u/o/d.java index ba601096d9..03e24ff4f7 100644 --- a/app/src/main/java/c/i/c/u/o/d.java +++ b/app/src/main/java/c/i/c/u/o/d.java @@ -57,7 +57,7 @@ public abstract class d { } public boolean i() { - c.a aVar = ((a) this).f1386c; + c.a aVar = ((a) this).f1385c; return aVar == c.a.NOT_GENERATED || aVar == c.a.ATTEMPT_MIGRATION; } diff --git a/app/src/main/java/c/i/c/u/p/a.java b/app/src/main/java/c/i/c/u/p/a.java index 65f1aa9c22..1fd9fb3d35 100644 --- a/app/src/main/java/c/i/c/u/p/a.java +++ b/app/src/main/java/c/i/c/u/p/a.java @@ -8,14 +8,14 @@ public final class a extends d { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1389c; + public final String f1388c; public final f d; public final d.a e; public a(String str, String str2, String str3, f fVar, d.a aVar, C0147a aVar2) { this.a = str; this.b = str2; - this.f1389c = str3; + this.f1388c = str3; this.d = fVar; this.e = aVar; } @@ -35,7 +35,7 @@ public final class a extends d { @Override // c.i.c.u.p.d @Nullable public String c() { - return this.f1389c; + return this.f1388c; } @Override // c.i.c.u.p.d @@ -62,7 +62,7 @@ public final class a extends d { if (str != null ? str.equals(dVar.e()) : dVar.e() == null) { String str2 = this.b; if (str2 != null ? str2.equals(dVar.b()) : dVar.b() == null) { - String str3 = this.f1389c; + String str3 = this.f1388c; if (str3 != null ? str3.equals(dVar.c()) : dVar.c() == null) { f fVar = this.d; if (fVar != null ? fVar.equals(dVar.a()) : dVar.a() == null) { @@ -87,7 +87,7 @@ public final class a extends d { int hashCode = ((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003; String str2 = this.b; int hashCode2 = (hashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; - String str3 = this.f1389c; + String str3 = this.f1388c; int hashCode3 = (hashCode2 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003; f fVar = this.d; int hashCode4 = (hashCode3 ^ (fVar == null ? 0 : fVar.hashCode())) * 1000003; @@ -104,7 +104,7 @@ public final class a extends d { P.append(", fid="); P.append(this.b); P.append(", refreshToken="); - P.append(this.f1389c); + P.append(this.f1388c); P.append(", authToken="); P.append(this.d); P.append(", responseCode="); diff --git a/app/src/main/java/c/i/c/u/p/b.java b/app/src/main/java/c/i/c/u/p/b.java index 800087e4ce..ce079fdefa 100644 --- a/app/src/main/java/c/i/c/u/p/b.java +++ b/app/src/main/java/c/i/c/u/p/b.java @@ -9,7 +9,7 @@ public final class b extends f { public final long b; /* renamed from: c reason: collision with root package name */ - public final f.b f1390c; + public final f.b f1389c; /* compiled from: AutoValue_TokenResult */ /* renamed from: c.i.c.u.p.b$b reason: collision with other inner class name */ @@ -18,13 +18,13 @@ public final class b extends f { public Long b; /* renamed from: c reason: collision with root package name */ - public f.b f1391c; + public f.b f1390c; @Override // c.i.c.u.p.f.a public f a() { String str = this.b == null ? " tokenExpirationTimestamp" : ""; if (str.isEmpty()) { - return new b(this.a, this.b.longValue(), this.f1391c, null); + return new b(this.a, this.b.longValue(), this.f1390c, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -39,13 +39,13 @@ public final class b extends f { public b(String str, long j, f.b bVar, a aVar) { this.a = str; this.b = j; - this.f1390c = bVar; + this.f1389c = bVar; } @Override // c.i.c.u.p.f @Nullable public f.b b() { - return this.f1390c; + return this.f1389c; } @Override // c.i.c.u.p.f @@ -71,7 +71,7 @@ public final class b extends f { String str = this.a; if (str != null ? str.equals(fVar.c()) : fVar.c() == null) { if (this.b == fVar.d()) { - f.b bVar = this.f1390c; + f.b bVar = this.f1389c; if (bVar == null) { if (fVar.b() == null) { return true; @@ -90,7 +90,7 @@ public final class b extends f { int hashCode = str == null ? 0 : str.hashCode(); long j = this.b; int i2 = (((hashCode ^ 1000003) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003; - f.b bVar = this.f1390c; + f.b bVar = this.f1389c; if (bVar != null) { i = bVar.hashCode(); } @@ -103,7 +103,7 @@ public final class b extends f { P.append(", tokenExpirationTimestamp="); P.append(this.b); P.append(", responseCode="); - P.append(this.f1390c); + P.append(this.f1389c); P.append("}"); return P.toString(); } diff --git a/app/src/main/java/c/i/c/u/p/c.java b/app/src/main/java/c/i/c/u/p/c.java index 5696741d86..1f0f5e83c9 100644 --- a/app/src/main/java/c/i/c/u/p/c.java +++ b/app/src/main/java/c/i/c/u/p/c.java @@ -43,13 +43,13 @@ public class c { public static final Charset b = Charset.forName(Constants.ENCODING); /* renamed from: c reason: collision with root package name */ - public final Context f1392c; + public final Context f1391c; public final a d; public final a e; public final e f = new e(); public c(@NonNull Context context, @NonNull a aVar, @NonNull a aVar2) { - this.f1392c = context; + this.f1391c = context; this.d = aVar; this.e = aVar2; } @@ -140,25 +140,25 @@ public class c { httpURLConnection.addRequestProperty("Accept", RestAPIBuilder.CONTENT_TYPE_JSON); httpURLConnection.addRequestProperty("Content-Encoding", "gzip"); httpURLConnection.addRequestProperty("Cache-Control", "no-cache"); - httpURLConnection.addRequestProperty("X-Android-Package", this.f1392c.getPackageName()); + httpURLConnection.addRequestProperty("X-Android-Package", this.f1391c.getPackageName()); if (!(this.e.get() == null || this.d.get() == null || (a3 = this.e.get().a("fire-installations-id")) == d.a.NONE)) { httpURLConnection.addRequestProperty("x-firebase-client", this.d.get().getUserAgent()); httpURLConnection.addRequestProperty("x-firebase-client-log-type", Integer.toString(a3.f())); } String str2 = null; try { - Context context = this.f1392c; + Context context = this.f1391c; PackageInfo packageInfo = b.a(context).a.getPackageManager().getPackageInfo(context.getPackageName(), 64); Signature[] signatureArr = packageInfo.signatures; byte[] digest = (signatureArr == null || signatureArr.length != 1 || (a2 = c.i.a.f.e.o.a.a("SHA1")) == null) ? null : a2.digest(packageInfo.signatures[0].toByteArray()); if (digest == null) { - Log.e("ContentValues", "Could not get fingerprint hash for package: " + this.f1392c.getPackageName()); + Log.e("ContentValues", "Could not get fingerprint hash for package: " + this.f1391c.getPackageName()); } else { str2 = e.a(digest, false); } } catch (PackageManager.NameNotFoundException e) { StringBuilder P = c.d.b.a.a.P("No such package: "); - P.append(this.f1392c.getPackageName()); + P.append(this.f1391c.getPackageName()); Log.e("ContentValues", P.toString(), e); } httpURLConnection.addRequestProperty("X-Android-Cert", str2); @@ -229,7 +229,7 @@ public class c { jsonReader.close(); inputStream.close(); b.C0148b bVar = (b.C0148b) a2; - bVar.f1391c = f.b.OK; + bVar.f1390c = f.b.OK; return bVar.a(); } diff --git a/app/src/main/java/c/i/c/u/p/e.java b/app/src/main/java/c/i/c/u/p/e.java index 2bfbf04fb3..03592cb5f4 100644 --- a/app/src/main/java/c/i/c/u/p/e.java +++ b/app/src/main/java/c/i/c/u/p/e.java @@ -10,14 +10,14 @@ public class e { public static final long b = TimeUnit.MINUTES.toMillis(30); /* renamed from: c reason: collision with root package name */ - public final n f1393c = n.c(); + public final n f1392c = n.c(); @GuardedBy("this") public long d; @GuardedBy("this") public int e; public synchronized boolean a() { - return this.e == 0 || this.f1393c.a() > this.d; + return this.e == 0 || this.f1392c.a() > this.d; } public synchronized void b(int i) { @@ -38,11 +38,11 @@ public class e { j = a; } else { double pow = Math.pow(2.0d, (double) this.e); - Objects.requireNonNull(this.f1393c); + Objects.requireNonNull(this.f1392c); j = (long) Math.min(pow + ((double) ((long) (Math.random() * 1000.0d))), (double) b); } - this.d = this.f1393c.a() + j; + this.d = this.f1392c.a() + j; } - this.d = this.f1393c.a() + j; + this.d = this.f1392c.a() + j; } } diff --git a/app/src/main/java/c/i/c/v/a.java b/app/src/main/java/c/i/c/v/a.java index e3b539ee5f..57362329d2 100644 --- a/app/src/main/java/c/i/c/v/a.java +++ b/app/src/main/java/c/i/c/v/a.java @@ -14,7 +14,7 @@ public class a { public final SharedPreferences b; /* renamed from: c reason: collision with root package name */ - public final c f1394c; + public final c f1393c; public boolean d; public a(Context context, String str, c cVar) { @@ -25,7 +25,7 @@ public class a { this.a = context; SharedPreferences sharedPreferences = context.getSharedPreferences("com.google.firebase.common.prefs:" + str, 0); this.b = sharedPreferences; - this.f1394c = cVar; + this.f1393c = cVar; boolean z3 = true; if (sharedPreferences.contains("firebase_data_collection_default_enabled")) { z2 = sharedPreferences.getBoolean("firebase_data_collection_default_enabled", true); diff --git a/app/src/main/java/c/i/c/w/c.java b/app/src/main/java/c/i/c/w/c.java index dc17fc3ee7..1c2cc1211c 100644 --- a/app/src/main/java/c/i/c/w/c.java +++ b/app/src/main/java/c/i/c/w/c.java @@ -44,12 +44,12 @@ public class c { public final Context b; /* renamed from: c reason: collision with root package name */ - public final r f1395c; + public final r f1394c; public c(Context context, r rVar, Executor executor) { this.a = executor; this.b = context; - this.f1395c = rVar; + this.f1394c = rVar; } /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x04cc: APUT (r9v4 int[]), (0 ??[int, short, byte, char]), (r8v21 int) */ @@ -126,7 +126,7 @@ public class c { String e7; int i2; ApplicationInfo applicationInfo; - if (this.f1395c.a("gcm.n.noui")) { + if (this.f1394c.a("gcm.n.noui")) { return true; } if (!((KeyguardManager) this.b.getSystemService("keyguard")).inKeyguardRestrictedInputMode()) { @@ -151,7 +151,7 @@ public class c { if (z2) { return false; } - String e8 = this.f1395c.e("gcm.n.image"); + String e8 = this.f1394c.e("gcm.n.image"); if (!TextUtils.isEmpty(e8)) { try { oVar = new o(new URL(e8)); @@ -163,7 +163,7 @@ public class c { oVar.j = c.i.a.f.e.o.c.g(this.a, new n(oVar)); } context = this.b; - rVar = this.f1395c; + rVar = this.f1394c; AtomicInteger atomicInteger = a.a; applicationInfo = context.getPackageManager().getApplicationInfo(context.getPackageName(), 128); if (applicationInfo != null) { @@ -1280,7 +1280,7 @@ public class c { if (oVar != null) { } context = this.b; - rVar = this.f1395c; + rVar = this.f1394c; AtomicInteger atomicInteger = a.a; try { applicationInfo = context.getPackageManager().getApplicationInfo(context.getPackageName(), 128); diff --git a/app/src/main/java/c/i/c/w/q.java b/app/src/main/java/c/i/c/w/q.java index 27ac36d889..774386bd6b 100644 --- a/app/src/main/java/c/i/c/w/q.java +++ b/app/src/main/java/c/i/c/w/q.java @@ -19,9 +19,9 @@ public class q { static { e eVar = new e(); eVar.b.put(m.b.class, new m.c()); - eVar.f1372c.remove(m.b.class); + eVar.f1371c.remove(m.b.class); eVar.b.put(m.class, new m.a()); - eVar.f1372c.remove(m.class); + eVar.f1371c.remove(m.class); a = new d(eVar); } diff --git a/app/src/main/java/c/i/c/w/s.java b/app/src/main/java/c/i/c/w/s.java index da26aaeba6..9cf518f277 100644 --- a/app/src/main/java/c/i/c/w/s.java +++ b/app/src/main/java/c/i/c/w/s.java @@ -10,17 +10,17 @@ public class s implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public RemoteMessage createFromParcel(Parcel parcel) { - int O2 = AnimatableValueParser.O2(parcel); + int P2 = AnimatableValueParser.P2(parcel); Bundle bundle = null; - while (parcel.dataPosition() < O2) { + while (parcel.dataPosition() < P2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 2) { - AnimatableValueParser.F2(parcel, readInt); + AnimatableValueParser.G2(parcel, readInt); } else { bundle = AnimatableValueParser.P(parcel, readInt); } } - AnimatableValueParser.h0(parcel, O2); + AnimatableValueParser.h0(parcel, P2); return new RemoteMessage(bundle); } diff --git a/app/src/main/java/c/i/c/w/t.java b/app/src/main/java/c/i/c/w/t.java index 069e69f9d1..6fd7bff8d7 100644 --- a/app/src/main/java/c/i/c/w/t.java +++ b/app/src/main/java/c/i/c/w/t.java @@ -20,7 +20,7 @@ public final /* synthetic */ class t implements Runnable { Iterator it = uVar.d.iterator(); while (it.hasNext()) { sb.append(it.next()); - sb.append(uVar.f1396c); + sb.append(uVar.f1395c); } edit.putString(str, sb.toString()).commit(); } diff --git a/app/src/main/java/c/i/c/w/u.java b/app/src/main/java/c/i/c/w/u.java index 84e38fb458..b3c2057ae4 100644 --- a/app/src/main/java/c/i/c/w/u.java +++ b/app/src/main/java/c/i/c/w/u.java @@ -13,7 +13,7 @@ public final class u { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1396c; + public final String f1395c; @GuardedBy("internalQueue") public final ArrayDeque d = new ArrayDeque<>(); public final Executor e; @@ -21,7 +21,7 @@ public final class u { public u(SharedPreferences sharedPreferences, String str, String str2, Executor executor) { this.a = sharedPreferences; this.b = str; - this.f1396c = str2; + this.f1395c = str2; this.e = executor; } @@ -32,8 +32,8 @@ public final class u { uVar.d.clear(); String string = uVar.a.getString(uVar.b, ""); if (!TextUtils.isEmpty(string)) { - if (string.contains(uVar.f1396c)) { - String[] split = string.split(uVar.f1396c, -1); + if (string.contains(uVar.f1395c)) { + String[] split = string.split(uVar.f1395c, -1); if (split.length == 0) { Log.e("FirebaseMessaging", "Corrupted queue. Please check the queue contents and item separator provided"); } diff --git a/app/src/main/java/c/i/c/w/v.java b/app/src/main/java/c/i/c/w/v.java index 5cc1b8e52c..21a1c4aa6b 100644 --- a/app/src/main/java/c/i/c/w/v.java +++ b/app/src/main/java/c/i/c/w/v.java @@ -11,7 +11,7 @@ public final class v { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1397c; + public final String f1396c; public final String d; public v(String str, String str2) { @@ -26,7 +26,7 @@ public final class v { throw new IllegalArgumentException(String.format("Invalid topic name: %s does not match the allowed format %s.", str3, "[a-zA-Z0-9-_.~%]{1,900}")); } this.b = str3; - this.f1397c = str; + this.f1396c = str; this.d = a.g(a.b(str2, a.b(str, 1)), str, "!", str2); } @@ -35,10 +35,10 @@ public final class v { return false; } v vVar = (v) obj; - return this.b.equals(vVar.b) && this.f1397c.equals(vVar.f1397c); + return this.b.equals(vVar.b) && this.f1396c.equals(vVar.f1396c); } public final int hashCode() { - return Arrays.hashCode(new Object[]{this.f1397c, this.b}); + return Arrays.hashCode(new Object[]{this.f1396c, this.b}); } } diff --git a/app/src/main/java/c/i/c/w/w.java b/app/src/main/java/c/i/c/w/w.java index 5badcf585f..b746a87d24 100644 --- a/app/src/main/java/c/i/c/w/w.java +++ b/app/src/main/java/c/i/c/w/w.java @@ -14,7 +14,7 @@ public final class w { public final SharedPreferences b; /* renamed from: c reason: collision with root package name */ - public u f1398c; + public u f1397c; public final Executor d; public w(SharedPreferences sharedPreferences, Executor executor) { @@ -26,7 +26,7 @@ public final class w { public final synchronized v a() { String peek; v vVar; - u uVar = this.f1398c; + u uVar = this.f1397c; synchronized (uVar.d) { peek = uVar.d.peek(); } diff --git a/app/src/main/java/c/i/c/w/x.java b/app/src/main/java/c/i/c/w/x.java index 767db82cf7..543580c8bb 100644 --- a/app/src/main/java/c/i/c/w/x.java +++ b/app/src/main/java/c/i/c/w/x.java @@ -42,7 +42,7 @@ public final /* synthetic */ class x implements Callable { SharedPreferences sharedPreferences = context.getSharedPreferences("com.google.android.gms.appid", 0); w wVar2 = new w(sharedPreferences, scheduledExecutorService); synchronized (wVar2) { - wVar2.f1398c = u.a(sharedPreferences, "topic_operation_queue", ",", scheduledExecutorService); + wVar2.f1397c = u.a(sharedPreferences, "topic_operation_queue", ",", scheduledExecutorService); } w.a = new WeakReference<>(wVar2); wVar = wVar2; diff --git a/app/src/main/java/c/i/c/w/y.java b/app/src/main/java/c/i/c/w/y.java index ad451df553..4f804eb8d4 100644 --- a/app/src/main/java/c/i/c/w/y.java +++ b/app/src/main/java/c/i/c/w/y.java @@ -30,7 +30,7 @@ public class y { public static final /* synthetic */ int b = 0; /* renamed from: c reason: collision with root package name */ - public final FirebaseInstanceId f1399c; + public final FirebaseInstanceId f1398c; public final Context d; public final q e; public final n f; @@ -42,7 +42,7 @@ public class y { public final w j; public y(FirebaseInstanceId firebaseInstanceId, q qVar, w wVar, n nVar, Context context, @NonNull ScheduledExecutorService scheduledExecutorService) { - this.f1399c = firebaseInstanceId; + this.f1398c = firebaseInstanceId; this.e = qVar; this.j = wVar; this.f = nVar; @@ -77,7 +77,7 @@ public class y { @WorkerThread public final void b(String str) throws IOException { - o oVar = (o) a(this.f1399c.f()); + o oVar = (o) a(this.f1398c.f()); n nVar = this.f; String id2 = oVar.getId(); String a2 = oVar.a(); @@ -91,7 +91,7 @@ public class y { @WorkerThread public final void c(String str) throws IOException { - o oVar = (o) a(this.f1399c.f()); + o oVar = (o) a(this.f1398c.f()); n nVar = this.f; String id2 = oVar.getId(); String a2 = oVar.a(); @@ -124,7 +124,7 @@ public class y { } } try { - String str = a2.f1397c; + String str = a2.f1396c; char c2 = 65535; int hashCode = str.hashCode(); if (hashCode != 83) { @@ -184,7 +184,7 @@ public class y { } w wVar = this.j; synchronized (wVar) { - u uVar = wVar.f1398c; + u uVar = wVar.f1397c; String str4 = a2.d; synchronized (uVar.d) { if (uVar.d.remove(str4)) { diff --git a/app/src/main/java/c/i/d/e.java b/app/src/main/java/c/i/d/e.java index 27faaa9e63..dde3e402e6 100644 --- a/app/src/main/java/c/i/d/e.java +++ b/app/src/main/java/c/i/d/e.java @@ -22,7 +22,7 @@ public final class e { public n b = n.DEFAULT; /* renamed from: c reason: collision with root package name */ - public d f1400c = c.IDENTITY; + public d f1399c = c.IDENTITY; public final Map> d = new HashMap(); public final List e = new ArrayList(); public final List f = new ArrayList(); @@ -49,7 +49,7 @@ public final class e { arrayList.add(new TypeAdapters.AnonymousClass32(Timestamp.class, defaultDateTypeAdapter2)); arrayList.add(new TypeAdapters.AnonymousClass32(java.sql.Date.class, defaultDateTypeAdapter3)); } - return new Gson(this.a, this.f1400c, this.d, this.g, false, false, this.j, false, false, false, this.b, null, this.h, this.i, this.e, this.f, arrayList); + return new Gson(this.a, this.f1399c, this.d, this.g, false, false, this.j, false, false, false, this.b, null, this.h, this.i, this.e, this.f, arrayList); } public e b(Type type, Object obj) { diff --git a/app/src/main/java/c/i/d/q/f.java b/app/src/main/java/c/i/d/q/f.java index 1930f54069..8011cc8954 100644 --- a/app/src/main/java/c/i/d/q/f.java +++ b/app/src/main/java/c/i/d/q/f.java @@ -12,12 +12,12 @@ public class f implements r { public final /* synthetic */ Class b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Type f1401c; + public final /* synthetic */ Type f1400c; public f(g gVar, Class cls, Type type) { w wVar; this.b = cls; - this.f1401c = type; + this.f1400c = type; try { Class cls2 = Class.forName("sun.misc.Unsafe"); Field declaredField = cls2.getDeclaredField("theUnsafe"); @@ -51,7 +51,7 @@ public class f implements r { return this.a.b(this.b); } catch (Exception e) { StringBuilder P = a.P("Unable to invoke no-args constructor for "); - P.append(this.f1401c); + P.append(this.f1400c); P.append(". Registering an InstanceCreator with Gson for this type may fix this problem."); throw new RuntimeException(P.toString(), e); } diff --git a/app/src/main/java/c/i/d/q/x/a.java b/app/src/main/java/c/i/d/q/x/a.java index aafef2fed3..45586d14d1 100644 --- a/app/src/main/java/c/i/d/q/x/a.java +++ b/app/src/main/java/c/i/d/q/x/a.java @@ -17,10 +17,10 @@ import java.util.Map; public final class a extends JsonReader { /* renamed from: y reason: collision with root package name */ - public static final Reader f1402y = new C0151a(); + public static final Reader f1401y = new C0151a(); /* renamed from: z reason: collision with root package name */ - public static final Object f1403z = new Object(); + public static final Object f1402z = new Object(); public Object[] A = new Object[32]; public int B = 0; public String[] C = new String[32]; @@ -41,7 +41,7 @@ public final class a extends JsonReader { } public a(JsonElement jsonElement) { - super(f1402y); + super(f1401y); c0(jsonElement); } @@ -147,7 +147,7 @@ public final class a extends JsonReader { } else if (a02 instanceof j) { return JsonToken.NULL; } else { - if (a02 == f1403z) { + if (a02 == f1402z) { throw new IllegalStateException("JsonReader is closed"); } throw new AssertionError(); @@ -224,7 +224,7 @@ public final class a extends JsonReader { @Override // com.google.gson.stream.JsonReader, java.io.Closeable, java.lang.AutoCloseable public void close() throws IOException { - this.A = new Object[]{f1403z}; + this.A = new Object[]{f1402z}; this.B = 1; } diff --git a/app/src/main/java/c/i/d/q/x/b.java b/app/src/main/java/c/i/d/q/x/b.java index 6ae334e8d4..241b3265f0 100644 --- a/app/src/main/java/c/i/d/q/x/b.java +++ b/app/src/main/java/c/i/d/q/x/b.java @@ -18,7 +18,7 @@ public final class b extends JsonWriter { public String w; /* renamed from: x reason: collision with root package name */ - public JsonElement f1404x = j.a; + public JsonElement f1403x = j.a; /* compiled from: JsonTreeWriter */ public class a extends Writer { @@ -92,7 +92,7 @@ public final class b extends JsonWriter { public JsonElement M() { if (this.v.isEmpty()) { - return this.f1404x; + return this.f1403x; } StringBuilder P = c.d.b.a.a.P("Expected one JSON element but was "); P.append(this.v); @@ -106,12 +106,12 @@ public final class b extends JsonWriter { public final void Q(JsonElement jsonElement) { if (this.w != null) { - if (!(jsonElement instanceof j) || this.f2455s) { + if (!(jsonElement instanceof j) || this.f2453s) { ((JsonObject) N()).a.put(this.w, jsonElement); } this.w = null; } else if (this.v.isEmpty()) { - this.f1404x = jsonElement; + this.f1403x = jsonElement; } else { JsonElement N = N(); if (N instanceof g) { diff --git a/app/src/main/java/c/i/d/q/y/c.java b/app/src/main/java/c/i/d/q/y/c.java index 5954c040e5..22ea0dcd9d 100644 --- a/app/src/main/java/c/i/d/q/y/c.java +++ b/app/src/main/java/c/i/d/q/y/c.java @@ -8,7 +8,7 @@ public final class c extends b { public static Class b; /* renamed from: c reason: collision with root package name */ - public final Object f1405c; + public final Object f1404c; public final Field d; public c() { @@ -23,7 +23,7 @@ public final class c extends b { } catch (Exception unused) { obj = null; } - this.f1405c = obj; + this.f1404c = obj; try { field = AccessibleObject.class.getDeclaredField("override"); } catch (NoSuchFieldException unused2) { @@ -34,9 +34,9 @@ public final class c extends b { @Override // c.i.d.q.y.b public void a(AccessibleObject accessibleObject) { boolean z2 = false; - if (!(this.f1405c == null || this.d == null)) { + if (!(this.f1404c == null || this.d == null)) { try { - b.getMethod("putBoolean", Object.class, Long.TYPE, Boolean.TYPE).invoke(this.f1405c, accessibleObject, Long.valueOf(((Long) b.getMethod("objectFieldOffset", Field.class).invoke(this.f1405c, this.d)).longValue()), Boolean.TRUE); + b.getMethod("putBoolean", Object.class, Long.TYPE, Boolean.TYPE).invoke(this.f1404c, accessibleObject, Long.valueOf(((Long) b.getMethod("objectFieldOffset", Field.class).invoke(this.f1404c, this.d)).longValue()), Boolean.TRUE); z2 = true; } catch (Exception unused) { } diff --git a/app/src/main/java/c/i/e/c.java b/app/src/main/java/c/i/e/c.java index 113faffa5f..94fd27a150 100644 --- a/app/src/main/java/c/i/e/c.java +++ b/app/src/main/java/c/i/e/c.java @@ -29,7 +29,7 @@ public final class c { hVar.b(i2); int[] iArr = hVar.d; for (int i4 = 1; i4 < 5; i4++) { - byte[] b = fVar.b((i3 * i4) / 5, hVar.f1423c); + byte[] b = fVar.b((i3 * i4) / 5, hVar.f1422c); int i5 = (i2 << 2) / 5; for (int i6 = i2 / 5; i6 < i5; i6++) { int i7 = (b[i6] & 255) >> 3; @@ -224,7 +224,7 @@ public final class c { } } hVar.b(i3); - byte[] b = fVar.b(i, hVar.f1423c); + byte[] b = fVar.b(i, hVar.f1422c); int[] iArr = hVar.d; int i5 = 0; while (true) { diff --git a/app/src/main/java/c/i/e/e.java b/app/src/main/java/c/i/e/e.java index ec4663b2bc..69eec65b3f 100644 --- a/app/src/main/java/c/i/e/e.java +++ b/app/src/main/java/c/i/e/e.java @@ -3,16 +3,16 @@ package c.i.e; public final class e extends f { /* renamed from: c reason: collision with root package name */ - public final f f1411c; + public final f f1410c; public e(f fVar) { super(fVar.a, fVar.b); - this.f1411c = fVar; + this.f1410c = fVar; } @Override // c.i.e.f public byte[] a() { - byte[] a = this.f1411c.a(); + byte[] a = this.f1410c.a(); int i = this.a * this.b; byte[] bArr = new byte[i]; for (int i2 = 0; i2 < i; i2++) { @@ -23,7 +23,7 @@ public final class e extends f { @Override // c.i.e.f public byte[] b(int i, byte[] bArr) { - byte[] b = this.f1411c.b(i, bArr); + byte[] b = this.f1410c.b(i, bArr); int i2 = this.a; for (int i3 = 0; i3 < i2; i3++) { b[i3] = (byte) (255 - (b[i3] & 255)); @@ -33,11 +33,11 @@ public final class e extends f { @Override // c.i.e.f public boolean c() { - return this.f1411c.c(); + return this.f1410c.c(); } @Override // c.i.e.f public f d() { - return new e(this.f1411c.d()); + return new e(this.f1410c.d()); } } diff --git a/app/src/main/java/c/i/e/h.java b/app/src/main/java/c/i/e/h.java index 968c89452f..564a03159f 100644 --- a/app/src/main/java/c/i/e/h.java +++ b/app/src/main/java/c/i/e/h.java @@ -3,7 +3,7 @@ package c.i.e; public final class h extends f { /* renamed from: c reason: collision with root package name */ - public final byte[] f1412c; + public final byte[] f1411c; public final int d; public final int e; public final int f; @@ -14,7 +14,7 @@ public final class h extends f { if (i3 + i5 > i || i4 + i6 > i2) { throw new IllegalArgumentException("Crop rectangle does not fit within image data."); } - this.f1412c = bArr; + this.f1411c = bArr; this.d = i; this.e = i2; this.f = i3; @@ -45,17 +45,17 @@ public final class h extends f { int i2 = this.b; int i3 = this.d; if (i == i3 && i2 == this.e) { - return this.f1412c; + return this.f1411c; } int i4 = i * i2; byte[] bArr = new byte[i4]; int i5 = (this.g * i3) + this.f; if (i == i3) { - System.arraycopy(this.f1412c, i5, bArr, 0, i4); + System.arraycopy(this.f1411c, i5, bArr, 0, i4); return bArr; } for (int i6 = 0; i6 < i2; i6++) { - System.arraycopy(this.f1412c, i5, bArr, i6 * i, i); + System.arraycopy(this.f1411c, i5, bArr, i6 * i, i); i5 += this.d; } return bArr; @@ -70,7 +70,7 @@ public final class h extends f { if (bArr == null || bArr.length < i2) { bArr = new byte[i2]; } - System.arraycopy(this.f1412c, ((i + this.g) * this.d) + this.f, bArr, 0, i2); + System.arraycopy(this.f1411c, ((i + this.g) * this.d) + this.f, bArr, 0, i2); return bArr; } } diff --git a/app/src/main/java/c/i/e/m/a.java b/app/src/main/java/c/i/e/m/a.java index 56292eef81..e47d5ccfe2 100644 --- a/app/src/main/java/c/i/e/m/a.java +++ b/app/src/main/java/c/i/e/m/a.java @@ -7,13 +7,13 @@ import c.i.e.n.g; public final class a extends g { /* renamed from: c reason: collision with root package name */ - public final boolean f1414c; + public final boolean f1413c; public final int d; public final int e; public a(b bVar, k[] kVarArr, boolean z2, int i, int i2) { super(bVar, kVarArr); - this.f1414c = z2; + this.f1413c = z2; this.d = i; this.e = i2; } diff --git a/app/src/main/java/c/i/e/m/b.java b/app/src/main/java/c/i/e/m/b.java index 7df6eb0418..cb8f37a0a3 100644 --- a/app/src/main/java/c/i/e/m/b.java +++ b/app/src/main/java/c/i/e/m/b.java @@ -47,7 +47,7 @@ public final class b implements i { } while (r11 < r0) { } - Result result = new Result(eVar.f1422c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1421c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -64,7 +64,7 @@ public final class b implements i { } while (r11 < r0) { } - Result result = new Result(eVar.f1422c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1421c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -82,7 +82,7 @@ public final class b implements i { } while (r11 < r0) { } - Result result = new Result(eVar.f1422c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1421c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -100,7 +100,7 @@ public final class b implements i { } while (r11 < r0) { } - Result result = new Result(eVar.f1422c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1421c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -129,7 +129,7 @@ public final class b implements i { lVar.a(kVar); } } - Result result = new Result(eVar.f1422c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1421c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { result.b(j.BYTE_SEGMENTS, list); diff --git a/app/src/main/java/c/i/e/m/c/a.java b/app/src/main/java/c/i/e/m/c/a.java index 5b21c3c7cf..e75527ac25 100644 --- a/app/src/main/java/c/i/e/m/c/a.java +++ b/app/src/main/java/c/i/e/m/c/a.java @@ -16,7 +16,7 @@ public final class a { public static final String[] b = {"CTRL_PS", " ", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "CTRL_US", "CTRL_ML", "CTRL_DL", "CTRL_BS"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f1415c = {"CTRL_PS", " ", "\u0001", "\u0002", "\u0003", "\u0004", "\u0005", "\u0006", "\u0007", "\b", "\t", "\n", "\u000b", "\f", "\r", "\u001b", "\u001c", "\u001d", "\u001e", "\u001f", "@", "\\", "^", "_", "`", "|", "~", "", "CTRL_LL", "CTRL_UL", "CTRL_PL", "CTRL_BS"}; + public static final String[] f1414c = {"CTRL_PS", " ", "\u0001", "\u0002", "\u0003", "\u0004", "\u0005", "\u0006", "\u0007", "\b", "\t", "\n", "\u000b", "\f", "\r", "\u001b", "\u001c", "\u001d", "\u001e", "\u001f", "@", "\\", "^", "_", "`", "|", "~", "", "CTRL_LL", "CTRL_UL", "CTRL_PL", "CTRL_BS"}; public static final String[] d = {"", "\r", "\r\n", ". ", ", ", ": ", "!", "\"", "#", "$", "%", "&", "'", "(", ")", "*", BadgeDrawable.DEFAULT_EXCEED_MAX_BADGE_NUMBER_SUFFIX, ",", "-", ".", AutocompleteViewModel.COMMAND_DISCOVER_TOKEN, ":", ";", "<", "=", ">", "?", "[", "]", "{", "}", "CTRL_UL"}; public static final String[] e = {"CTRL_PS", " ", "0", "1", ExifInterface.GPS_MEASUREMENT_2D, ExifInterface.GPS_MEASUREMENT_3D, "4", "5", "6", "7", "8", "9", ",", ".", "CTRL_UL", "CTRL_US"}; public c.i.e.m.a f; @@ -38,7 +38,7 @@ public final class a { String str; this.f = aVar; b bVar = aVar.a; - boolean z2 = aVar.f1414c; + boolean z2 = aVar.f1413c; int i2 = aVar.e; int i3 = (z2 ? 11 : 14) + (i2 << 2); int[] iArr = new int[i3]; @@ -102,7 +102,7 @@ public final class a { int i24 = aVar3.e; int i25 = 8; if (i24 <= 2) { - aVar2 = c.i.e.n.l.a.f1426c; + aVar2 = c.i.e.n.l.a.f1425c; i = 6; } else if (i24 <= 8) { aVar2 = c.i.e.n.l.a.g; @@ -213,7 +213,7 @@ public final class a { } else if (h == 1) { str = b[b3]; } else if (h == 2) { - str = f1415c[b3]; + str = f1414c[b3]; } else if (h == 3) { str = e[b3]; } else if (h == 4) { diff --git a/app/src/main/java/c/i/e/m/d/a.java b/app/src/main/java/c/i/e/m/d/a.java index 3d1ecbb278..17dd762269 100644 --- a/app/src/main/java/c/i/e/m/d/a.java +++ b/app/src/main/java/c/i/e/m/d/a.java @@ -13,7 +13,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public boolean f1416c; + public boolean f1415c; public int d; public int e; public int f; @@ -297,7 +297,7 @@ public final class a { } int i48 = this.f; if (i48 == 5 || i48 == 7) { - this.f1416c = i48 == 5; + this.f1415c = i48 == 5; int i49 = i48 * 2; k[] b3 = b(new k[]{new k(((float) aVar2.a) + 0.5f, ((float) aVar2.b) - 0.5f), new k(((float) aVar3.a) + 0.5f, ((float) aVar3.b) + 0.5f), new k(((float) aVar4.a) - 0.5f, ((float) aVar4.b) + 0.5f), new k(((float) aVar5.a) - 0.5f, ((float) aVar5.b) - 0.5f)}, i49 - 3, i49); if (z2) { @@ -322,7 +322,7 @@ public final class a { long j2 = 0; for (int i56 = 0; i56 < 4; i56++) { int i57 = iArr[(this.g + i56) % 4]; - if (this.f1416c) { + if (this.f1415c) { j = j2 << 7; i2 = (i57 >> 1) & 127; } else { @@ -332,7 +332,7 @@ public final class a { j2 = j + ((long) i2); } int i58 = 7; - if (this.f1416c) { + if (this.f1415c) { i = 2; } else { i = 4; @@ -358,7 +358,7 @@ public final class a { for (int i61 = 0; i61 < i; i61++) { i60 = (i60 << 4) + iArr2[i61]; } - if (this.f1416c) { + if (this.f1415c) { this.d = (i60 >> 6) + 1; this.e = (i60 & 63) + 1; } else { @@ -377,7 +377,7 @@ public final class a { float f2 = (float) this.f; float f3 = f - f2; float f4 = f + f2; - return new c.i.e.m.a(fVar.a(bVar3, d, d, i.a(f3, f3, f4, f3, f4, f4, f3, f4, kVar16.a, kVar16.b, kVar17.a, kVar17.b, kVar18.a, kVar18.b, kVar19.a, kVar19.b)), b(b3, this.f * 2, d()), this.f1416c, this.e, this.d); + return new c.i.e.m.a(fVar.a(bVar3, d, d, i.a(f3, f3, f4, f3, f4, f4, f3, f4, kVar16.a, kVar16.b, kVar17.a, kVar17.b, kVar18.a, kVar18.b, kVar19.a, kVar19.b)), b(b3, this.f * 2, d()), this.f1415c, this.e, this.d); } } throw NotFoundException.k; @@ -417,7 +417,7 @@ public final class a { } public final int d() { - if (this.f1416c) { + if (this.f1415c) { return (this.d * 4) + 11; } int i = this.d; diff --git a/app/src/main/java/c/i/e/n/c.java b/app/src/main/java/c/i/e/n/c.java index 27250e9832..c2503e2aa1 100644 --- a/app/src/main/java/c/i/e/n/c.java +++ b/app/src/main/java/c/i/e/n/c.java @@ -5,21 +5,21 @@ public final class c { public int b; /* renamed from: c reason: collision with root package name */ - public int f1417c; + public int f1416c; public c(byte[] bArr) { this.a = bArr; } public int a() { - return ((this.a.length - this.b) * 8) - this.f1417c; + return ((this.a.length - this.b) * 8) - this.f1416c; } public int b(int i) { if (i <= 0 || i > 32 || i > a()) { throw new IllegalArgumentException(String.valueOf(i)); } - int i2 = this.f1417c; + int i2 = this.f1416c; int i3 = 0; if (i2 > 0) { int i4 = 8 - i2; @@ -30,9 +30,9 @@ public final class c { int i8 = (((255 >> (8 - i5)) << i6) & bArr[i7]) >> i6; i -= i5; int i9 = i2 + i5; - this.f1417c = i9; + this.f1416c = i9; if (i9 == 8) { - this.f1417c = 0; + this.f1416c = 0; this.b = i7 + 1; } i3 = i8; @@ -53,7 +53,7 @@ public final class c { } int i12 = 8 - i; int i13 = (i3 << i) | ((((255 >> i12) << i12) & this.a[this.b]) >> i12); - this.f1417c += i; + this.f1416c += i; return i13; } } diff --git a/app/src/main/java/c/i/e/n/e.java b/app/src/main/java/c/i/e/n/e.java index d0201fad67..d05175711d 100644 --- a/app/src/main/java/c/i/e/n/e.java +++ b/app/src/main/java/c/i/e/n/e.java @@ -7,7 +7,7 @@ public final class e { public int b; /* renamed from: c reason: collision with root package name */ - public final String f1422c; + public final String f1421c; public final List d; public final String e; public Object f; @@ -21,7 +21,7 @@ public final class e { public e(byte[] bArr, String str, List list, String str2, int i, int i2) { this.a = bArr; this.b = bArr == null ? 0 : bArr.length * 8; - this.f1422c = str; + this.f1421c = str; this.d = list; this.e = str2; this.g = i2; diff --git a/app/src/main/java/c/i/e/n/f.java b/app/src/main/java/c/i/e/n/f.java index edab03fb32..cb51ba0298 100644 --- a/app/src/main/java/c/i/e/n/f.java +++ b/app/src/main/java/c/i/e/n/f.java @@ -28,7 +28,7 @@ public final class f { Objects.requireNonNull(iVar); float f2 = iVar.a; float f3 = iVar.b; - float f4 = iVar.f1424c; + float f4 = iVar.f1423c; float f5 = iVar.d; float f6 = iVar.e; float f7 = iVar.f; diff --git a/app/src/main/java/c/i/e/n/h.java b/app/src/main/java/c/i/e/n/h.java index 11008c711e..d9c7289163 100644 --- a/app/src/main/java/c/i/e/n/h.java +++ b/app/src/main/java/c/i/e/n/h.java @@ -8,7 +8,7 @@ public final class h extends b { public static final byte[] b = new byte[0]; /* renamed from: c reason: collision with root package name */ - public byte[] f1423c = b; + public byte[] f1422c = b; public final int[] d = new int[32]; public b e; @@ -63,8 +63,8 @@ public final class h extends b { } public final void b(int i) { - if (this.f1423c.length < i) { - this.f1423c = new byte[i]; + if (this.f1422c.length < i) { + this.f1422c = new byte[i]; } for (int i2 = 0; i2 < 32; i2++) { this.d[i2] = 0; diff --git a/app/src/main/java/c/i/e/n/i.java b/app/src/main/java/c/i/e/n/i.java index 1e0baefca0..217f5b12be 100644 --- a/app/src/main/java/c/i/e/n/i.java +++ b/app/src/main/java/c/i/e/n/i.java @@ -5,7 +5,7 @@ public final class i { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f1424c; + public final float f1423c; public final float d; public final float e; public final float f; @@ -16,7 +16,7 @@ public final class i { public i(float f, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9) { this.a = f; this.b = f4; - this.f1424c = f7; + this.f1423c = f7; this.d = f2; this.e = f5; this.f = f8; @@ -36,7 +36,7 @@ public final class i { float f23 = b.d; float f24 = (f19 * f22) - (f23 * f18); float f25 = (f23 * f20) - (f17 * f22); - float f26 = b.f1424c; + float f26 = b.f1423c; float f27 = b.b; float f28 = (f26 * f20) - (f27 * f18); float f29 = b.a; @@ -59,7 +59,7 @@ public final class i { float f45 = (f44 * f32) + (f43 * f28) + (f42 * f21); float f46 = (f43 * f30) + (f42 * f24); float f47 = (f43 * f31) + (f42 * f25) + (f44 * f34); - float f48 = b2.f1424c; + float f48 = b2.f1423c; float f49 = b2.f; float f50 = f28 * f49; float f51 = b2.i; diff --git a/app/src/main/java/c/i/e/n/k/a.java b/app/src/main/java/c/i/e/n/k/a.java index 0f0cff318d..75f12d5581 100644 --- a/app/src/main/java/c/i/e/n/k/a.java +++ b/app/src/main/java/c/i/e/n/k/a.java @@ -10,7 +10,7 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1425c; + public final int f1424c; public final int d; public final int e; public final int f; @@ -21,7 +21,7 @@ public final class a { int i4 = bVar.j; this.b = i4; int i5 = bVar.i; - this.f1425c = i5; + this.f1424c = i5; int i6 = i / 2; int i7 = i2 - i6; this.d = i7; @@ -75,7 +75,7 @@ public final class a { boolean z9 = true; boolean z10 = false; while (true) { - if ((z9 || !z4) && i2 < this.f1425c) { + if ((z9 || !z4) && i2 < this.f1424c) { z9 = a(i3, i4, i2, false); if (z9) { i2++; @@ -86,7 +86,7 @@ public final class a { } } } - if (i2 >= this.f1425c) { + if (i2 >= this.f1424c) { break; } boolean z11 = true; @@ -182,7 +182,7 @@ public final class a { float f6 = kVar4.b; float f7 = kVar3.a; float f8 = kVar3.b; - return f < ((float) this.f1425c) / 2.0f ? new k[]{new k(f7 - 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 + 1.0f), new k(f5 - 1.0f, f6 - 1.0f), new k(f + 1.0f, f2 - 1.0f)} : new k[]{new k(f7 + 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 - 1.0f), new k(f5 - 1.0f, f6 + 1.0f), new k(f - 1.0f, f2 - 1.0f)}; + return f < ((float) this.f1424c) / 2.0f ? new k[]{new k(f7 - 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 + 1.0f), new k(f5 - 1.0f, f6 - 1.0f), new k(f + 1.0f, f2 - 1.0f)} : new k[]{new k(f7 + 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 - 1.0f), new k(f5 - 1.0f, f6 + 1.0f), new k(f - 1.0f, f2 - 1.0f)}; } throw NotFoundException.k; } diff --git a/app/src/main/java/c/i/e/n/l/a.java b/app/src/main/java/c/i/e/n/l/a.java index 5fbb6caa55..1751024650 100644 --- a/app/src/main/java/c/i/e/n/l/a.java +++ b/app/src/main/java/c/i/e/n/l/a.java @@ -5,7 +5,7 @@ public final class a { public static final a b = new a(1033, 1024, 1); /* renamed from: c reason: collision with root package name */ - public static final a f1426c; + public static final a f1425c; public static final a d = new a(19, 16, 1); public static final a e = new a(285, 256, 0); public static final a f; @@ -21,7 +21,7 @@ public final class a { static { a aVar = new a(67, 64, 1); - f1426c = aVar; + f1425c = aVar; a aVar2 = new a(301, 256, 1); f = aVar2; g = aVar2; diff --git a/app/src/main/java/c/i/e/o/a.java b/app/src/main/java/c/i/e/o/a.java index 5c6e1b696c..ab601ed868 100644 --- a/app/src/main/java/c/i/e/o/a.java +++ b/app/src/main/java/c/i/e/o/a.java @@ -71,8 +71,8 @@ public final class a implements i { if (hashMap.containsKey(kVar)) { kVar = !hashMap.containsKey(kVar2) ? kVar2 : !hashMap.containsKey(kVar3) ? kVar3 : kVar4; } - int i = aVar.e(kVar11, kVar).f1430c; - int i2 = aVar.e(kVar9, kVar).f1430c; + int i = aVar.e(kVar11, kVar).f1429c; + int i2 = aVar.e(kVar9, kVar).f1429c; if ((i & 1) == 1) { i++; } @@ -98,14 +98,14 @@ public final class a implements i { if (!aVar.c(kVar13)) { kVar13 = null; } - } else if (!aVar.c(kVar13) || Math.abs(i4 - aVar.e(kVar9, kVar12).f1430c) + Math.abs(i3 - aVar.e(kVar11, kVar12).f1430c) <= Math.abs(i4 - aVar.e(kVar9, kVar13).f1430c) + Math.abs(i3 - aVar.e(kVar11, kVar13).f1430c)) { + } else if (!aVar.c(kVar13) || Math.abs(i4 - aVar.e(kVar9, kVar12).f1429c) + Math.abs(i3 - aVar.e(kVar11, kVar12).f1429c) <= Math.abs(i4 - aVar.e(kVar9, kVar13).f1429c) + Math.abs(i3 - aVar.e(kVar11, kVar13).f1429c)) { kVar13 = kVar12; } if (kVar13 != null) { kVar = kVar13; } - int i5 = aVar.e(kVar11, kVar).f1430c; - int i6 = aVar.e(kVar9, kVar).f1430c; + int i5 = aVar.e(kVar11, kVar).f1429c; + int i6 = aVar.e(kVar9, kVar).f1429c; if ((i5 & 1) == 1) { i5++; } @@ -131,13 +131,13 @@ public final class a implements i { if (!aVar.c(kVar15)) { kVar15 = null; } - } else if (!aVar.c(kVar15) || Math.abs(aVar.e(kVar11, kVar14).f1430c - aVar.e(kVar9, kVar14).f1430c) <= Math.abs(aVar.e(kVar11, kVar15).f1430c - aVar.e(kVar9, kVar15).f1430c)) { + } else if (!aVar.c(kVar15) || Math.abs(aVar.e(kVar11, kVar14).f1429c - aVar.e(kVar9, kVar14).f1429c) <= Math.abs(aVar.e(kVar11, kVar15).f1429c - aVar.e(kVar9, kVar15).f1429c)) { kVar15 = kVar14; } if (kVar15 != null) { kVar = kVar15; } - int max = Math.max(aVar.e(kVar11, kVar).f1430c, aVar.e(kVar9, kVar).f1430c) + 1; + int max = Math.max(aVar.e(kVar11, kVar).f1429c, aVar.e(kVar9, kVar).f1429c) + 1; if ((max & 1) == 1) { max++; } @@ -190,7 +190,7 @@ public final class a implements i { throw NotFoundException.k; } } - Result result = new Result(eVar.f1422c, eVar.a, kVarArr, c.i.e.a.DATA_MATRIX); + Result result = new Result(eVar.f1421c, eVar.a, kVarArr, c.i.e.a.DATA_MATRIX); List list = eVar.d; if (list != null) { result.b(j.BYTE_SEGMENTS, list); diff --git a/app/src/main/java/c/i/e/o/b/a.java b/app/src/main/java/c/i/e/o/b/a.java index 37a1216bb9..dfc9ee11f8 100644 --- a/app/src/main/java/c/i/e/o/b/a.java +++ b/app/src/main/java/c/i/e/o/b/a.java @@ -8,7 +8,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final e f1427c; + public final e f1426c; public a(b bVar) throws FormatException { int i; @@ -21,9 +21,9 @@ public final class a { if ((i2 & 1) == 0 && (i3 & 1) == 0) { e[] eVarArr2 = e.a; for (e eVar : eVarArr2) { - int i4 = eVar.f1429c; + int i4 = eVar.f1428c; if (i4 == i2 && (i = eVar.d) == i3) { - this.f1427c = eVar; + this.f1426c = eVar; if (bVar.j == i4) { int i5 = eVar.e; int i6 = eVar.f; diff --git a/app/src/main/java/c/i/e/o/b/c.java b/app/src/main/java/c/i/e/o/b/c.java index 4b07ecc5e3..150f61b9e9 100644 --- a/app/src/main/java/c/i/e/o/b/c.java +++ b/app/src/main/java/c/i/e/o/b/c.java @@ -7,7 +7,7 @@ public final class c { public static final char[] b; /* renamed from: c reason: collision with root package name */ - public static final char[] f1428c = {'*', '*', '*', ' ', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'}; + public static final char[] f1427c = {'*', '*', '*', ' ', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'}; public static final char[] d; public static final char[] e = {'`', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '{', '|', '}', '~', 127}; diff --git a/app/src/main/java/c/i/e/o/b/d.java b/app/src/main/java/c/i/e/o/b/d.java index b2fca5bc3f..15752cb62f 100644 --- a/app/src/main/java/c/i/e/o/b/d.java +++ b/app/src/main/java/c/i/e/o/b/d.java @@ -44,7 +44,7 @@ public final class d { int b2; int b3; a aVar = new a(bVar); - e eVar = aVar.f1427c; + e eVar = aVar.f1426c; int i2 = eVar.h; byte[] bArr = new byte[i2]; b bVar2 = aVar.a; @@ -249,7 +249,7 @@ public final class d { } i5 = 0; } - if (i8 == aVar.f1427c.h) { + if (i8 == aVar.f1426c.h) { e.c cVar = eVar.g; e.b[] bVarArr = cVar.b; int i52 = 0; @@ -551,7 +551,7 @@ public final class d { } else if (i83 < i80) { i81 = i83 + 1; } else { - char[] cArr5 = c.f1428c; + char[] cArr5 = c.f1427c; if (i83 < cArr5.length) { char c7 = cArr5[i83]; if (z11) { @@ -612,7 +612,7 @@ public final class d { if (i87 < 4) { int b5 = cVar2.b(6); if (b5 == 31) { - int i88 = 8 - cVar2.f1417c; + int i88 = 8 - cVar2.f1416c; if (i88 != i60) { cVar2.b(i88); } diff --git a/app/src/main/java/c/i/e/o/b/e.java b/app/src/main/java/c/i/e/o/b/e.java index 43b83fca14..ed59bf5d6f 100644 --- a/app/src/main/java/c/i/e/o/b/e.java +++ b/app/src/main/java/c/i/e/o/b/e.java @@ -7,7 +7,7 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1429c; + public final int f1428c; public final int d; public final int e; public final int f; @@ -43,7 +43,7 @@ public final class e { public e(int i, int i2, int i3, int i4, int i5, c cVar) { this.b = i; - this.f1429c = i2; + this.f1428c = i2; this.d = i3; this.e = i4; this.f = i5; diff --git a/app/src/main/java/c/i/e/o/c/a.java b/app/src/main/java/c/i/e/o/c/a.java index 9f3abb55f3..da83d6f7d1 100644 --- a/app/src/main/java/c/i/e/o/c/a.java +++ b/app/src/main/java/c/i/e/o/c/a.java @@ -20,16 +20,16 @@ public final class a { public final k b; /* renamed from: c reason: collision with root package name */ - public final int f1430c; + public final int f1429c; public b(k kVar, k kVar2, int i, C0153a aVar) { this.a = kVar; this.b = kVar2; - this.f1430c = i; + this.f1429c = i; } public String toString() { - return this.a + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + this.b + MentionUtilsKt.SLASH_CHAR + this.f1430c; + return this.a + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + this.b + MentionUtilsKt.SLASH_CHAR + this.f1429c; } } @@ -41,7 +41,7 @@ public final class a { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // java.util.Comparator public int compare(b bVar, b bVar2) { - return bVar.f1430c - bVar2.f1430c; + return bVar.f1429c - bVar2.f1429c; } } diff --git a/app/src/main/java/c/i/e/q/a.java b/app/src/main/java/c/i/e/q/a.java index 67ba8550fb..6b25da895b 100644 --- a/app/src/main/java/c/i/e/q/a.java +++ b/app/src/main/java/c/i/e/q/a.java @@ -12,7 +12,7 @@ public final class a extends k { public static final int[] b = {3, 6, 9, 96, 18, 66, 33, 36, 48, 72, 12, 24, 69, 81, 84, 21, 26, 41, 11, 14}; /* renamed from: c reason: collision with root package name */ - public static final char[] f1431c = {'A', 'B', 'C', 'D'}; + public static final char[] f1430c = {'A', 'B', 'C', 'D'}; public final StringBuilder d = new StringBuilder(20); public int[] e = new int[80]; public int f = 0; @@ -51,7 +51,7 @@ public final class a extends k { int i4 = 1; while (i4 < this.f) { int i5 = i(i4); - if (i5 != -1 && g(f1431c, a[i5])) { + if (i5 != -1 && g(f1430c, a[i5])) { int i6 = 0; for (int i7 = i4; i7 < i4 + 7; i7++) { i6 += this.e[i7]; @@ -64,7 +64,7 @@ public final class a extends k { if (i9 != -1) { this.d.append((char) i9); i8 += 8; - if ((this.d.length() <= 1 || !g(f1431c, a[i9])) && i8 < this.f) { + if ((this.d.length() <= 1 || !g(f1430c, a[i9])) && i8 < this.f) { } } else { throw NotFoundException.k; @@ -129,7 +129,7 @@ public final class a extends k { sb.setCharAt(i27, a[sb.charAt(i27)]); } char charAt = this.d.charAt(0); - char[] cArr = f1431c; + char[] cArr = f1430c; if (g(cArr, charAt)) { StringBuilder sb2 = this.d; if (!g(cArr, sb2.charAt(sb2.length() - 1))) { diff --git a/app/src/main/java/c/i/e/q/c.java b/app/src/main/java/c/i/e/q/c.java index 350acdaf33..ea09e1cbbf 100644 --- a/app/src/main/java/c/i/e/q/c.java +++ b/app/src/main/java/c/i/e/q/c.java @@ -15,7 +15,7 @@ public final class c extends k { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final StringBuilder f1432c = new StringBuilder(20); + public final StringBuilder f1431c = new StringBuilder(20); public final int[] d = new int[9]; public c(boolean z2) { @@ -67,7 +67,7 @@ public final class c extends k { char c2; int[] iArr = this.d; Arrays.fill(iArr, 0); - StringBuilder sb = this.f1432c; + StringBuilder sb = this.f1431c; sb.setLength(0); int i2 = aVar.j; int f = aVar.f(0); @@ -129,7 +129,7 @@ public final class c extends k { int length2 = sb.length() - 1; int i13 = 0; for (int i14 = 0; i14 < length2; i14++) { - i13 += "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%".indexOf(this.f1432c.charAt(i14)); + i13 += "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%".indexOf(this.f1431c.charAt(i14)); } if (sb.charAt(length2) == "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%".charAt(i13 % 43)) { sb.setLength(length2); diff --git a/app/src/main/java/c/i/e/q/d.java b/app/src/main/java/c/i/e/q/d.java index 7c6f209401..033e351d5f 100644 --- a/app/src/main/java/c/i/e/q/d.java +++ b/app/src/main/java/c/i/e/q/d.java @@ -13,14 +13,14 @@ public final class d extends k { public static final int[] b; /* renamed from: c reason: collision with root package name */ - public static final int f1433c; + public static final int f1432c; public final StringBuilder d = new StringBuilder(20); public final int[] e = new int[6]; static { int[] iArr = {276, 328, 324, 322, 296, 292, 290, 336, 274, 266, 424, 420, 418, 404, 402, 394, 360, 356, 354, 308, 282, 344, 332, 326, 300, 278, 436, 434, 428, 422, 406, 410, 364, 358, 310, 314, 302, 468, 466, 458, 366, 374, 430, 294, 474, 470, 306, 350}; b = iArr; - f1433c = iArr[47]; + f1432c = iArr[47]; } public static void g(CharSequence charSequence, int i, int i2) throws ChecksumException { @@ -277,7 +277,7 @@ public final class d extends k { } else { if (i4 != length - 1) { i4++; - } else if (h(iArr) == f1433c) { + } else if (h(iArr) == f1432c) { int[] iArr2 = {i3, f2}; int f3 = aVar.f(iArr2[1]); int i5 = aVar.j; diff --git a/app/src/main/java/c/i/e/q/e.java b/app/src/main/java/c/i/e/q/e.java index 51aa34ae9a..2d991e09cd 100644 --- a/app/src/main/java/c/i/e/q/e.java +++ b/app/src/main/java/c/i/e/q/e.java @@ -33,7 +33,7 @@ public final class e extends p { int[] iArr3 = p.b; int i7 = p.l(aVar, i2, true, iArr3, new int[iArr3.length])[1]; for (int i8 = 0; i8 < 6 && i7 < i; i8++) { - sb.append((char) (p.h(aVar, iArr2, i7, p.f1437c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i7, p.f1436c) + 48)); for (int i9 : iArr2) { i7 += i9; } diff --git a/app/src/main/java/c/i/e/q/f.java b/app/src/main/java/c/i/e/q/f.java index 3bbe24e51c..da6f989903 100644 --- a/app/src/main/java/c/i/e/q/f.java +++ b/app/src/main/java/c/i/e/q/f.java @@ -16,7 +16,7 @@ public final class f extends p { int i = aVar.j; int i2 = iArr[1]; for (int i3 = 0; i3 < 4 && i2 < i; i3++) { - sb.append((char) (p.h(aVar, iArr2, i2, p.f1437c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i2, p.f1436c) + 48)); for (int i4 : iArr2) { i2 += i4; } @@ -24,7 +24,7 @@ public final class f extends p { int[] iArr3 = p.b; int i5 = p.l(aVar, i2, true, iArr3, new int[iArr3.length])[1]; for (int i6 = 0; i6 < 4 && i5 < i; i6++) { - sb.append((char) (p.h(aVar, iArr2, i5, p.f1437c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i5, p.f1436c) + 48)); for (int i7 : iArr2) { i5 += i7; } diff --git a/app/src/main/java/c/i/e/q/h.java b/app/src/main/java/c/i/e/q/h.java index a242447ba9..bd0273579a 100644 --- a/app/src/main/java/c/i/e/q/h.java +++ b/app/src/main/java/c/i/e/q/h.java @@ -13,7 +13,7 @@ public final class h extends k { public static final int[] b = {1, 1, 1, 1}; /* renamed from: c reason: collision with root package name */ - public static final int[][] f1434c = {new int[]{1, 1, 2}, new int[]{1, 1, 3}}; + public static final int[][] f1433c = {new int[]{1, 1, 2}, new int[]{1, 1, 3}}; public static final int[][] d = {new int[]{1, 1, 2, 2, 1}, new int[]{2, 1, 1, 1, 2}, new int[]{1, 2, 1, 1, 2}, new int[]{2, 2, 1, 1, 1}, new int[]{1, 1, 2, 1, 2}, new int[]{2, 1, 2, 1, 1}, new int[]{1, 2, 2, 1, 1}, new int[]{1, 1, 1, 2, 2}, new int[]{2, 1, 1, 2, 1}, new int[]{1, 2, 1, 2, 1}, new int[]{1, 1, 3, 3, 1}, new int[]{3, 1, 1, 1, 3}, new int[]{1, 3, 1, 1, 3}, new int[]{3, 3, 1, 1, 1}, new int[]{1, 1, 3, 1, 3}, new int[]{3, 1, 3, 1, 1}, new int[]{1, 3, 3, 1, 1}, new int[]{1, 1, 1, 3, 3}, new int[]{3, 1, 1, 3, 1}, new int[]{1, 3, 1, 3, 1}}; public int e = -1; @@ -84,9 +84,9 @@ public final class h extends k { int f2 = aVar.f(0); if (f2 != i3) { try { - iArr = h(aVar, f2, f1434c[0]); + iArr = h(aVar, f2, f1433c[0]); } catch (NotFoundException unused) { - iArr = h(aVar, f2, f1434c[1]); + iArr = h(aVar, f2, f1433c[1]); } i(aVar, iArr[0]); int i4 = iArr[0]; diff --git a/app/src/main/java/c/i/e/q/j.java b/app/src/main/java/c/i/e/q/j.java index 64877f6386..523d0028c6 100644 --- a/app/src/main/java/c/i/e/q/j.java +++ b/app/src/main/java/c/i/e/q/j.java @@ -54,7 +54,7 @@ public final class j extends k { if (z3 || !z2) { return k; } - Result result = new Result(k.a.substring(1), k.b, k.f2456c, aVar2); + Result result = new Result(k.a.substring(1), k.b, k.f2454c, aVar2); result.a(k.e); return result; } diff --git a/app/src/main/java/c/i/e/q/k.java b/app/src/main/java/c/i/e/q/k.java index 0c7eb09053..89a668f661 100644 --- a/app/src/main/java/c/i/e/q/k.java +++ b/app/src/main/java/c/i/e/q/k.java @@ -113,7 +113,7 @@ public abstract class k implements i { i = (((Integer) map2.get(jVar)).intValue() + 270) % 360; } c2.b(jVar, Integer.valueOf(i)); - c.i.e.k[] kVarArr = c2.f2456c; + c.i.e.k[] kVarArr = c2.f2454c; if (kVarArr != null) { int i2 = d.b; for (int i3 = 0; i3 < kVarArr.length; i3++) { @@ -171,7 +171,7 @@ public abstract class k implements i { Result b = kVar.b(i10, aVar, enumMap); if (i11 != i4) { b.b(j.ORIENTATION, Integer.valueOf((int) BaseTransientBottomBar.ANIMATION_FADE_DURATION)); - c.i.e.k[] kVarArr = b.f2456c; + c.i.e.k[] kVarArr = b.f2454c; if (kVarArr != null) { float f = (float) i2; map2 = enumMap; diff --git a/app/src/main/java/c/i/e/q/l.java b/app/src/main/java/c/i/e/q/l.java index 13a2606a82..d6d8990e0e 100644 --- a/app/src/main/java/c/i/e/q/l.java +++ b/app/src/main/java/c/i/e/q/l.java @@ -16,7 +16,7 @@ public final class l extends p { public static Result o(Result result) throws FormatException { String str = result.a; if (str.charAt(0) == '0') { - Result result2 = new Result(str.substring(1), null, result.f2456c, a.UPC_A); + Result result2 = new Result(str.substring(1), null, result.f2454c, a.UPC_A); Map map = result.e; if (map != null) { result2.a(map); diff --git a/app/src/main/java/c/i/e/q/n.java b/app/src/main/java/c/i/e/q/n.java index 01dea8ab21..e931415696 100644 --- a/app/src/main/java/c/i/e/q/n.java +++ b/app/src/main/java/c/i/e/q/n.java @@ -12,7 +12,7 @@ public final class n { public final int[] b = new int[4]; /* renamed from: c reason: collision with root package name */ - public final StringBuilder f1435c = new StringBuilder(); + public final StringBuilder f1434c = new StringBuilder(); /* JADX WARNING: Removed duplicated region for block: B:60:0x0121 */ /* JADX WARNING: Removed duplicated region for block: B:63:0x0153 */ @@ -20,7 +20,7 @@ public final class n { EnumMap enumMap; String str; String str2; - StringBuilder sb = this.f1435c; + StringBuilder sb = this.f1434c; sb.setLength(0); int[] iArr2 = this.b; iArr2[0] = 0; diff --git a/app/src/main/java/c/i/e/q/o.java b/app/src/main/java/c/i/e/q/o.java index f54c6c95b8..7973cfc5d7 100644 --- a/app/src/main/java/c/i/e/q/o.java +++ b/app/src/main/java/c/i/e/q/o.java @@ -13,14 +13,14 @@ public final class o { public final m b = new m(); /* renamed from: c reason: collision with root package name */ - public final n f1436c = new n(); + public final n f1435c = new n(); public Result a(int i, a aVar, int i2) throws NotFoundException { EnumMap enumMap; int[] iArr = a; int[] l = p.l(aVar, i2, false, iArr, new int[iArr.length]); try { - return this.f1436c.a(i, aVar, l); + return this.f1435c.a(i, aVar, l); } catch (ReaderException unused) { m mVar = this.b; StringBuilder sb = mVar.b; diff --git a/app/src/main/java/c/i/e/q/p.java b/app/src/main/java/c/i/e/q/p.java index f2fb69e36c..83b7836197 100644 --- a/app/src/main/java/c/i/e/q/p.java +++ b/app/src/main/java/c/i/e/q/p.java @@ -18,7 +18,7 @@ public abstract class p extends k { public static final int[] b = {1, 1, 1, 1, 1}; /* renamed from: c reason: collision with root package name */ - public static final int[][] f1437c; + public static final int[][] f1436c; public static final int[][] d; public final StringBuilder e = new StringBuilder(20); public final o f = new o(); @@ -26,12 +26,12 @@ public abstract class p extends k { static { int[][] iArr = {new int[]{3, 2, 1, 1}, new int[]{2, 2, 2, 1}, new int[]{2, 1, 2, 2}, new int[]{1, 4, 1, 1}, new int[]{1, 1, 3, 2}, new int[]{1, 2, 3, 1}, new int[]{1, 1, 1, 4}, new int[]{1, 3, 1, 2}, new int[]{1, 2, 1, 3}, new int[]{3, 1, 1, 2}}; - f1437c = iArr; + f1436c = iArr; int[][] iArr2 = new int[20][]; d = iArr2; System.arraycopy(iArr, 0, iArr2, 0, 10); for (int i = 10; i < 20; i++) { - int[] iArr3 = f1437c[i - 10]; + int[] iArr3 = f1436c[i - 10]; int[] iArr4 = new int[iArr3.length]; for (int i2 = 0; i2 < iArr3.length; i2++) { iArr4[i2] = iArr3[(iArr3.length - i2) - 1]; @@ -187,15 +187,15 @@ public abstract class p extends k { Result a2 = this.f.a(i, aVar, i3[1]); result.b(j.UPC_EAN_EXTENSION, a2.a); result.a(a2.e); - k[] kVarArr = a2.f2456c; - k[] kVarArr2 = result.f2456c; + k[] kVarArr = a2.f2454c; + k[] kVarArr2 = result.f2454c; if (kVarArr2 == null) { - result.f2456c = kVarArr; + result.f2454c = kVarArr; } else if (kVarArr != null && kVarArr.length > 0) { k[] kVarArr3 = new k[(kVarArr2.length + kVarArr.length)]; System.arraycopy(kVarArr2, 0, kVarArr3, 0, kVarArr2.length); System.arraycopy(kVarArr, 0, kVarArr3, kVarArr2.length, kVarArr.length); - result.f2456c = kVarArr3; + result.f2454c = kVarArr3; } i2 = a2.a.length(); } catch (ReaderException unused) { diff --git a/app/src/main/java/c/i/e/q/r/a.java b/app/src/main/java/c/i/e/q/r/a.java index bf68d12202..31c7d4735d 100644 --- a/app/src/main/java/c/i/e/q/r/a.java +++ b/app/src/main/java/c/i/e/q/r/a.java @@ -8,7 +8,7 @@ public abstract class a extends k { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final float[] f1438c; + public final float[] f1437c; public final float[] d; public final int[] e; public final int[] f; @@ -16,7 +16,7 @@ public abstract class a extends k { public a() { int[] iArr = new int[8]; this.b = iArr; - this.f1438c = new float[4]; + this.f1437c = new float[4]; this.d = new float[4]; this.e = new int[(iArr.length / 2)]; this.f = new int[(iArr.length / 2)]; diff --git a/app/src/main/java/c/i/e/q/r/c.java b/app/src/main/java/c/i/e/q/r/c.java index 9add914ddc..fbe5800be3 100644 --- a/app/src/main/java/c/i/e/q/r/c.java +++ b/app/src/main/java/c/i/e/q/r/c.java @@ -7,13 +7,13 @@ public final class c { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final k[] f1439c; + public final k[] f1438c; public c(int i, int[] iArr, int i2, int i3, int i4) { this.a = i; this.b = iArr; float f = (float) i4; - this.f1439c = new k[]{new k((float) i2, f), new k((float) i3, f)}; + this.f1438c = new k[]{new k((float) i2, f), new k((float) i3, f)}; } public boolean equals(Object obj) { diff --git a/app/src/main/java/c/i/e/q/r/d.java b/app/src/main/java/c/i/e/q/r/d.java index 900ef090ff..1e01b4d548 100644 --- a/app/src/main/java/c/i/e/q/r/d.java +++ b/app/src/main/java/c/i/e/q/r/d.java @@ -3,11 +3,11 @@ package c.i.e.q.r; public final class d extends b { /* renamed from: c reason: collision with root package name */ - public final c f1440c; + public final c f1439c; public int d; public d(int i, int i2, c cVar) { super(i, i2); - this.f1440c = cVar; + this.f1439c = cVar; } } diff --git a/app/src/main/java/c/i/e/q/r/e.java b/app/src/main/java/c/i/e/q/r/e.java index e79df0fbbc..0ffae8c4fe 100644 --- a/app/src/main/java/c/i/e/q/r/e.java +++ b/app/src/main/java/c/i/e/q/r/e.java @@ -56,7 +56,7 @@ public final class e extends a { for (d dVar2 : this.o) { if (dVar2.d > 1) { int i3 = ((dVar2.b * 16) + dVar.b) % 79; - int i4 = (dVar.f1440c.a * 9) + dVar2.f1440c.a; + int i4 = (dVar.f1439c.a * 9) + dVar2.f1439c.a; if (i4 > 72) { i4--; } @@ -83,8 +83,8 @@ public final class e extends a { i7 = 0; } sb.append(i7); - k[] kVarArr = dVar.f1440c.f1439c; - k[] kVarArr2 = dVar2.f1440c.f1439c; + k[] kVarArr = dVar.f1439c.f1438c; + k[] kVarArr2 = dVar2.f1439c.f1438c; return new Result(sb.toString(), null, new k[]{kVarArr[0], kVarArr[1], kVarArr2[0], kVarArr2[1]}, c.i.e.a.RSS_14); } } @@ -143,7 +143,7 @@ public final class e extends a { float k0 = ((float) c.k0(iArr)) / ((float) i5); int[] iArr2 = this.e; int[] iArr3 = this.f; - float[] fArr = this.f1438c; + float[] fArr = this.f1437c; float[] fArr2 = this.d; for (int i6 = 0; i6 < iArr.length; i6++) { float f = ((float) iArr[i6]) / k0; @@ -243,17 +243,17 @@ public final class e extends a { z3 = true; if (z4) { if (!z3) { - a.h(this.e, this.f1438c); + a.h(this.e, this.f1437c); } else { throw NotFoundException.k; } } if (z3) { - a.g(this.e, this.f1438c); + a.g(this.e, this.f1437c); } if (z5) { if (!z6) { - a.h(this.f, this.f1438c); + a.h(this.f, this.f1437c); } else { throw NotFoundException.k; } diff --git a/app/src/main/java/c/i/e/q/r/f/a.java b/app/src/main/java/c/i/e/q/r/f/a.java index 7b6c5e6016..5479be0e5b 100644 --- a/app/src/main/java/c/i/e/q/r/f/a.java +++ b/app/src/main/java/c/i/e/q/r/f/a.java @@ -8,12 +8,12 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final c f1441c; + public final c f1440c; public a(b bVar, b bVar2, c cVar, boolean z2) { this.a = bVar; this.b = bVar2; - this.f1441c = cVar; + this.f1440c = cVar; } public static boolean a(Object obj, Object obj2) { @@ -32,11 +32,11 @@ public final class a { return false; } a aVar = (a) obj; - return a(this.a, aVar.a) && a(this.b, aVar.b) && a(this.f1441c, aVar.f1441c); + return a(this.a, aVar.a) && a(this.b, aVar.b) && a(this.f1440c, aVar.f1440c); } public int hashCode() { - return (b(this.a) ^ b(this.b)) ^ b(this.f1441c); + return (b(this.a) ^ b(this.b)) ^ b(this.f1440c); } public String toString() { @@ -45,7 +45,7 @@ public final class a { sb.append(" , "); sb.append(this.b); sb.append(" : "); - c cVar = this.f1441c; + c cVar = this.f1440c; sb.append(cVar == null ? "null" : Integer.valueOf(cVar.a)); sb.append(" ]"); return sb.toString(); diff --git a/app/src/main/java/c/i/e/q/r/f/b.java b/app/src/main/java/c/i/e/q/r/f/b.java index 0c2d2c818c..611f0c6cfd 100644 --- a/app/src/main/java/c/i/e/q/r/f/b.java +++ b/app/src/main/java/c/i/e/q/r/f/b.java @@ -9,12 +9,12 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1442c; + public final boolean f1441c; public b(List list, int i, boolean z2) { this.a = new ArrayList(list); this.b = i; - this.f1442c = z2; + this.f1441c = z2; } public boolean equals(Object obj) { @@ -22,11 +22,11 @@ public final class b { return false; } b bVar = (b) obj; - return this.a.equals(bVar.a) && this.f1442c == bVar.f1442c; + return this.a.equals(bVar.a) && this.f1441c == bVar.f1441c; } public int hashCode() { - return this.a.hashCode() ^ Boolean.valueOf(this.f1442c).hashCode(); + return this.a.hashCode() ^ Boolean.valueOf(this.f1441c).hashCode(); } public String toString() { diff --git a/app/src/main/java/c/i/e/q/r/f/c.java b/app/src/main/java/c/i/e/q/r/f/c.java index 6ff7f4cd06..1c72c33683 100644 --- a/app/src/main/java/c/i/e/q/r/f/c.java +++ b/app/src/main/java/c/i/e/q/r/f/c.java @@ -116,8 +116,8 @@ public final class c extends a { } } String a = jVar.a(); - c.i.e.k[] kVarArr = list.get(0).f1441c.f1439c; - c.i.e.k[] kVarArr2 = list.get(list.size() - 1).f1441c.f1439c; + c.i.e.k[] kVarArr = list.get(0).f1440c.f1438c; + c.i.e.k[] kVarArr2 = list.get(list.size() - 1).f1440c.f1438c; return new Result(a, null, new c.i.e.k[]{kVarArr[0], kVarArr[1], kVarArr2[0], kVarArr2[1]}, c.i.e.a.RSS_EXPANDED); } @@ -191,7 +191,7 @@ public final class c extends a { if (i4 >= list2.size()) { z2 = true; break; - } else if (list2.get(i4).f1441c.a != iArr2[i4]) { + } else if (list2.get(i4).f1440c.a != iArr2[i4]) { z2 = false; break; } else { @@ -281,7 +281,7 @@ public final class c extends a { if (Math.abs(k0 - f) / f <= 0.3f) { int[] iArr3 = this.e; int[] iArr4 = this.f; - float[] fArr = this.f1438c; + float[] fArr = this.f1437c; float[] fArr2 = this.d; for (int i6 = 0; i6 < iArr.length; i6++) { float f2 = (((float) iArr[i6]) * 1.0f) / k0; @@ -381,17 +381,17 @@ public final class c extends a { z4 = true; if (z5) { if (!z4) { - a.h(this.e, this.f1438c); + a.h(this.e, this.f1437c); } else { throw NotFoundException.k; } } if (z4) { - a.g(this.e, this.f1438c); + a.g(this.e, this.f1437c); } if (z7) { if (!z6) { - a.h(this.f, this.f1438c); + a.h(this.f, this.f1437c); } else { throw NotFoundException.k; } @@ -604,7 +604,7 @@ public final class c extends a { iArr[i7] = i8; iArr[3] = i8; int i10 = aVar.j; - int i11 = i9 >= 0 ? i9 : list.isEmpty() ? 0 : list.get(list.size() - 1).f1441c.b[1]; + int i11 = i9 >= 0 ? i9 : list.isEmpty() ? 0 : list.get(list.size() - 1).f1440c.b[1]; boolean z4 = list.size() % i7 != 0; if (this.p) { z4 = !z4; diff --git a/app/src/main/java/c/i/e/q/r/f/d/e.java b/app/src/main/java/c/i/e/q/r/f/d/e.java index 30afda4e02..8426053524 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/e.java +++ b/app/src/main/java/c/i/e/q/r/f/d/e.java @@ -6,12 +6,12 @@ import com.google.zxing.NotFoundException; public final class e extends i { /* renamed from: c reason: collision with root package name */ - public final String f1443c; + public final String f1442c; public final String d; public e(a aVar, String str, String str2) { super(aVar); - this.f1443c = str2; + this.f1442c = str2; this.d = str; } @@ -24,7 +24,7 @@ public final class e extends i { int d = s.d(this.b.a, 68, 16); if (d != 38400) { sb.append('('); - sb.append(this.f1443c); + sb.append(this.f1442c); sb.append(')'); int i = d % 32; int i2 = d / 32; diff --git a/app/src/main/java/c/i/e/q/r/f/d/o.java b/app/src/main/java/c/i/e/q/r/f/d/o.java index 67fbe99f28..2dccc3a0b6 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/o.java +++ b/app/src/main/java/c/i/e/q/r/f/d/o.java @@ -4,20 +4,20 @@ public final class o extends q { public final String b; /* renamed from: c reason: collision with root package name */ - public final int f1444c; + public final int f1443c; public final boolean d; public o(int i, String str) { super(i); this.b = str; this.d = false; - this.f1444c = 0; + this.f1443c = 0; } public o(int i, String str, int i2) { super(i); this.d = true; - this.f1444c = i2; + this.f1443c = i2; this.b = str; } } diff --git a/app/src/main/java/c/i/e/q/r/f/d/p.java b/app/src/main/java/c/i/e/q/r/f/d/p.java index 66a1193de8..0dd836a3ce 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/p.java +++ b/app/src/main/java/c/i/e/q/r/f/d/p.java @@ -6,7 +6,7 @@ public final class p extends q { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1445c; + public final int f1444c; public p(int i, int i2, int i3) throws FormatException { super(i); @@ -14,6 +14,6 @@ public final class p extends q { throw FormatException.a(); } this.b = i2; - this.f1445c = i3; + this.f1444c = i3; } } diff --git a/app/src/main/java/c/i/e/q/r/f/d/r.java b/app/src/main/java/c/i/e/q/r/f/d/r.java index 7687251310..186738daa2 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/r.java +++ b/app/src/main/java/c/i/e/q/r/f/d/r.java @@ -8,7 +8,7 @@ public final class r { public static final Object[][] b; /* renamed from: c reason: collision with root package name */ - public static final Object[][] f1446c; + public static final Object[][] f1445c; public static final Object[][] d; public static final Object[][] e; @@ -16,7 +16,7 @@ public final class r { Object obj = new Object(); a = obj; b = new Object[][]{new Object[]{"00", 18}, new Object[]{"01", 14}, new Object[]{"02", 14}, new Object[]{"10", obj, 20}, new Object[]{"11", 6}, new Object[]{"12", 6}, new Object[]{"13", 6}, new Object[]{"15", 6}, new Object[]{"17", 6}, new Object[]{"20", 2}, new Object[]{"21", obj, 20}, new Object[]{"22", obj, 29}, new Object[]{"30", obj, 8}, new Object[]{"37", obj, 8}, new Object[]{"90", obj, 30}, new Object[]{"91", obj, 30}, new Object[]{"92", obj, 30}, new Object[]{"93", obj, 30}, new Object[]{"94", obj, 30}, new Object[]{"95", obj, 30}, new Object[]{"96", obj, 30}, new Object[]{"97", obj, 30}, new Object[]{"98", obj, 30}, new Object[]{"99", obj, 30}}; - f1446c = new Object[][]{new Object[]{"240", obj, 30}, new Object[]{"241", obj, 30}, new Object[]{"242", obj, 6}, new Object[]{"250", obj, 30}, new Object[]{"251", obj, 30}, new Object[]{"253", obj, 17}, new Object[]{"254", obj, 20}, new Object[]{"400", obj, 30}, new Object[]{"401", obj, 30}, new Object[]{"402", 17}, new Object[]{"403", obj, 30}, new Object[]{"410", 13}, new Object[]{"411", 13}, new Object[]{"412", 13}, new Object[]{"413", 13}, new Object[]{"414", 13}, new Object[]{"420", obj, 20}, new Object[]{"421", obj, 15}, new Object[]{"422", 3}, new Object[]{"423", obj, 15}, new Object[]{"424", 3}, new Object[]{"425", 3}, new Object[]{"426", 3}}; + f1445c = new Object[][]{new Object[]{"240", obj, 30}, new Object[]{"241", obj, 30}, new Object[]{"242", obj, 6}, new Object[]{"250", obj, 30}, new Object[]{"251", obj, 30}, new Object[]{"253", obj, 17}, new Object[]{"254", obj, 20}, new Object[]{"400", obj, 30}, new Object[]{"401", obj, 30}, new Object[]{"402", 17}, new Object[]{"403", obj, 30}, new Object[]{"410", 13}, new Object[]{"411", 13}, new Object[]{"412", 13}, new Object[]{"413", 13}, new Object[]{"414", 13}, new Object[]{"420", obj, 20}, new Object[]{"421", obj, 15}, new Object[]{"422", 3}, new Object[]{"423", obj, 15}, new Object[]{"424", 3}, new Object[]{"425", 3}, new Object[]{"426", 3}}; d = new Object[][]{new Object[]{"310", 6}, new Object[]{"311", 6}, new Object[]{"312", 6}, new Object[]{"313", 6}, new Object[]{"314", 6}, new Object[]{"315", 6}, new Object[]{"316", 6}, new Object[]{"320", 6}, new Object[]{"321", 6}, new Object[]{"322", 6}, new Object[]{"323", 6}, new Object[]{"324", 6}, new Object[]{"325", 6}, new Object[]{"326", 6}, new Object[]{"327", 6}, new Object[]{"328", 6}, new Object[]{"329", 6}, new Object[]{"330", 6}, new Object[]{"331", 6}, new Object[]{"332", 6}, new Object[]{"333", 6}, new Object[]{"334", 6}, new Object[]{"335", 6}, new Object[]{"336", 6}, new Object[]{"340", 6}, new Object[]{"341", 6}, new Object[]{"342", 6}, new Object[]{"343", 6}, new Object[]{"344", 6}, new Object[]{"345", 6}, new Object[]{"346", 6}, new Object[]{"347", 6}, new Object[]{"348", 6}, new Object[]{"349", 6}, new Object[]{"350", 6}, new Object[]{"351", 6}, new Object[]{"352", 6}, new Object[]{"353", 6}, new Object[]{"354", 6}, new Object[]{"355", 6}, new Object[]{"356", 6}, new Object[]{"357", 6}, new Object[]{"360", 6}, new Object[]{"361", 6}, new Object[]{"362", 6}, new Object[]{"363", 6}, new Object[]{"364", 6}, new Object[]{"365", 6}, new Object[]{"366", 6}, new Object[]{"367", 6}, new Object[]{"368", 6}, new Object[]{"369", 6}, new Object[]{"390", obj, 15}, new Object[]{"391", obj, 18}, new Object[]{"392", obj, 15}, new Object[]{"393", obj, 18}, new Object[]{"703", obj, 30}}; e = new Object[][]{new Object[]{"7001", 13}, new Object[]{"7002", obj, 30}, new Object[]{"7003", 10}, new Object[]{"8001", 14}, new Object[]{"8002", obj, 20}, new Object[]{"8003", obj, 30}, new Object[]{"8004", obj, 30}, new Object[]{"8005", 6}, new Object[]{"8006", 18}, new Object[]{"8007", obj, 30}, new Object[]{"8008", obj, 12}, new Object[]{"8018", 18}, new Object[]{"8020", obj, 25}, new Object[]{"8100", 6}, new Object[]{"8101", 10}, new Object[]{"8102", 2}, new Object[]{"8110", obj, 70}, new Object[]{"8200", obj, 70}}; } @@ -35,7 +35,7 @@ public final class r { } if (str.length() >= 3) { String substring2 = str.substring(0, 3); - Object[][] objArr3 = f1446c; + Object[][] objArr3 = f1445c; for (Object[] objArr4 : objArr3) { if (objArr4[0].equals(substring2)) { return objArr4[1] == a ? c(3, ((Integer) objArr4[2]).intValue(), str) : b(3, ((Integer) objArr4[1]).intValue(), str); diff --git a/app/src/main/java/c/i/e/q/r/f/d/s.java b/app/src/main/java/c/i/e/q/r/f/d/s.java index 865791389f..cb4ad23310 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/s.java +++ b/app/src/main/java/c/i/e/q/r/f/d/s.java @@ -10,7 +10,7 @@ public final class s { public final m b = new m(); /* renamed from: c reason: collision with root package name */ - public final StringBuilder f1447c = new StringBuilder(); + public final StringBuilder f1446c = new StringBuilder(); public s(a aVar) { this.a = aVar; @@ -34,7 +34,7 @@ public final class s { if (a != null) { sb.append(a); } - String valueOf = b.d ? String.valueOf(b.f1444c) : null; + String valueOf = b.d ? String.valueOf(b.f1443c) : null; int i2 = b.a; if (i == i2) { return sb.toString(); @@ -74,9 +74,9 @@ public final class s { n nVar3; char c3; n nVar4; - this.f1447c.setLength(0); + this.f1446c.setLength(0); if (str != null) { - this.f1447c.append(str); + this.f1446c.append(str); } this.b.a = i; int i3 = 2; @@ -144,9 +144,9 @@ public final class s { mVar2.a = i10; char c4 = nVar3.b; if (c4 == '$') { - lVar = new l(new o(i10, this.f1447c.toString()), true); + lVar = new l(new o(i10, this.f1446c.toString()), true); } else { - this.f1447c.append(c4); + this.f1446c.append(c4); } } else { if (e(this.b.a)) { @@ -288,9 +288,9 @@ public final class s { mVar4.a = i18; char c5 = nVar.b; if (c5 == '$') { - lVar = new l(new o(i18, this.f1447c.toString()), true); + lVar = new l(new o(i18, this.f1446c.toString()), true); } else { - this.f1447c.append(c5); + this.f1446c.append(c5); } } else { if (e(this.b.a)) { @@ -348,14 +348,14 @@ public final class s { mVar6.a = i28; int i29 = pVar.b; if (i29 == 10) { - lVar = new l(pVar.f1445c == 10 ? new o(i28, this.f1447c.toString()) : new o(i28, this.f1447c.toString(), pVar.f1445c), true); + lVar = new l(pVar.f1444c == 10 ? new o(i28, this.f1446c.toString()) : new o(i28, this.f1446c.toString(), pVar.f1444c), true); } else { - this.f1447c.append(i29); - int i30 = pVar.f1445c; + this.f1446c.append(i29); + int i30 = pVar.f1444c; if (i30 == 10) { - lVar = new l(new o(this.b.a, this.f1447c.toString()), true); + lVar = new l(new o(this.b.a, this.f1446c.toString()), true); } else { - this.f1447c.append(i30); + this.f1446c.append(i30); } } } else { @@ -409,7 +409,7 @@ public final class s { i3 = 2; } o oVar = lVar.a; - return (oVar == null || !oVar.d) ? new o(i2, this.f1447c.toString()) : new o(i2, this.f1447c.toString(), oVar.f1444c); + return (oVar == null || !oVar.d) ? new o(i2, this.f1446c.toString()) : new o(i2, this.f1446c.toString(), oVar.f1443c); } public int c(int i, int i2) { diff --git a/app/src/main/java/c/i/e/r/a.java b/app/src/main/java/c/i/e/r/a.java index 8083c56bbd..98c0f46cf8 100644 --- a/app/src/main/java/c/i/e/r/a.java +++ b/app/src/main/java/c/i/e/r/a.java @@ -21,14 +21,14 @@ public final class a { public static final int[] b = {66142, 66170, 66206, 66236, 66290, 66292, 66350, 66382, 66396, 66454, 66470, 66476, 66594, 66600, 66614, 66626, 66628, 66632, 66640, 66654, 66662, 66668, 66682, 66690, 66718, 66720, 66748, 66758, 66776, 66798, 66802, 66804, 66820, 66824, 66832, 66846, 66848, 66876, 66880, 66936, 66950, 66956, 66968, 66992, 67006, 67022, 67036, 67042, 67044, 67048, 67062, 67118, 67150, 67164, 67214, 67228, 67256, 67294, 67322, 67350, 67366, 67372, 67398, 67404, 67416, 67438, 67474, 67476, 67490, 67492, 67496, 67510, 67618, 67624, 67650, 67656, 67664, 67678, 67686, 67692, 67706, 67714, 67716, 67728, 67742, 67744, 67772, 67782, 67788, 67800, 67822, 67826, 67828, 67842, 67848, 67870, 67872, 67900, 67904, 67960, 67974, 67992, 68016, 68030, 68046, 68060, 68066, 68068, 68072, 68086, 68104, 68112, 68126, 68128, 68156, 68160, 68216, 68336, 68358, 68364, 68376, 68400, 68414, 68448, 68476, 68494, 68508, 68536, 68546, 68548, 68552, 68560, 68574, 68582, 68588, 68654, 68686, 68700, 68706, 68708, 68712, 68726, 68750, 68764, 68792, 68802, 68804, 68808, 68816, 68830, 68838, 68844, 68858, 68878, 68892, 68920, 68976, 68990, 68994, 68996, 69000, 69008, 69022, 69024, 69052, 69062, 69068, 69080, 69102, 69106, 69108, 69142, 69158, 69164, 69190, 69208, 69230, 69254, 69260, 69272, 69296, 69310, 69326, 69340, 69386, 69394, 69396, 69410, 69416, 69430, 69442, 69444, 69448, 69456, 69470, 69478, 69484, 69554, 69556, 69666, 69672, 69698, 69704, 69712, 69726, 69754, 69762, 69764, 69776, 69790, 69792, 69820, 69830, 69836, 69848, 69870, 69874, 69876, 69890, 69918, 69920, 69948, 69952, 70008, 70022, 70040, 70064, 70078, 70094, 70108, 70114, 70116, 70120, 70134, 70152, 70174, 70176, 70264, 70384, 70412, 70448, 70462, 70496, 70524, 70542, 70556, 70584, 70594, 70600, 70608, 70622, 70630, 70636, 70664, 70672, 70686, 70688, 70716, 70720, 70776, 70896, 71136, 71180, 71192, 71216, 71230, 71264, 71292, 71360, 71416, 71452, 71480, 71536, 71550, 71554, 71556, 71560, 71568, 71582, 71584, 71612, 71622, 71628, 71640, 71662, 71726, 71732, 71758, 71772, 71778, 71780, 71784, 71798, 71822, 71836, 71864, 71874, 71880, 71888, 71902, 71910, 71916, 71930, 71950, 71964, 71992, 72048, 72062, 72066, 72068, 72080, 72094, 72096, 72124, 72134, 72140, 72152, 72174, 72178, 72180, 72206, 72220, 72248, 72304, 72318, 72416, 72444, 72456, 72464, 72478, 72480, 72508, 72512, 72568, 72588, 72600, 72624, 72638, 72654, 72668, 72674, 72676, 72680, 72694, 72726, 72742, 72748, 72774, 72780, 72792, 72814, 72838, 72856, 72880, 72894, 72910, 72924, 72930, 72932, 72936, 72950, 72966, 72972, 72984, 73008, 73022, 73056, 73084, 73102, 73116, 73144, 73156, 73160, 73168, 73182, 73190, 73196, 73210, 73226, 73234, 73236, 73250, 73252, 73256, 73270, 73282, 73284, 73296, 73310, 73318, 73324, 73346, 73348, 73352, 73360, 73374, 73376, 73404, 73414, 73420, 73432, 73454, 73498, 73518, 73522, 73524, 73550, 73564, 73570, 73572, 73576, 73590, 73800, 73822, 73858, 73860, 73872, 73886, 73888, 73916, 73944, 73970, 73972, 73992, 74014, 74016, 74044, 74048, 74104, 74118, 74136, 74160, 74174, 74210, 74212, 74216, 74230, 74244, 74256, 74270, 74272, 74360, 74480, 74502, 74508, 74544, 74558, 74592, 74620, 74638, 74652, 74680, 74690, 74696, 74704, 74726, 74732, 74782, 74784, 74812, 74992, 75232, 75288, 75326, 75360, 75388, 75456, 75512, 75576, 75632, 75646, 75650, 75652, 75664, 75678, 75680, 75708, 75718, 75724, 75736, 75758, 75808, 75836, 75840, 75896, 76016, 76256, 76736, 76824, 76848, 76862, 76896, 76924, 76992, 77048, 77296, 77340, 77368, 77424, 77438, 77536, 77564, 77572, 77576, 77584, 77600, 77628, 77632, 77688, 77702, 77708, 77720, 77744, 77758, 77774, 77788, 77870, 77902, 77916, 77922, 77928, 77966, 77980, 78008, 78018, 78024, 78032, 78046, 78060, 78074, 78094, 78136, 78192, 78206, 78210, 78212, 78224, 78238, 78240, 78268, 78278, 78284, 78296, 78322, 78324, 78350, 78364, 78448, 78462, 78560, 78588, 78600, 78622, 78624, 78652, 78656, 78712, 78726, 78744, 78768, 78782, 78798, 78812, 78818, 78820, 78824, 78838, 78862, 78876, 78904, 78960, 78974, 79072, 79100, 79296, 79352, 79368, 79376, 79390, 79392, 79420, 79424, 79480, 79600, 79628, 79640, 79664, 79678, 79712, 79740, 79772, 79800, 79810, 79812, 79816, 79824, 79838, 79846, 79852, 79894, 79910, 79916, 79942, 79948, 79960, 79982, 79988, 80006, 80024, 80048, 80062, 80078, 80092, 80098, 80100, 80104, 80134, 80140, 80176, 80190, 80224, 80252, 80270, 80284, 80312, 80328, 80336, 80350, 80358, 80364, 80378, 80390, 80396, 80408, 80432, 80446, 80480, 80508, 80576, 80632, 80654, 80668, 80696, 80752, 80766, 80776, 80784, 80798, 80800, 80828, 80844, 80856, 80878, 80882, 80884, 80914, 80916, 80930, 80932, 80936, 80950, 80962, 80968, 80976, 80990, 80998, 81004, 81026, 81028, 81040, 81054, 81056, 81084, 81094, 81100, 81112, 81134, 81154, 81156, 81160, 81168, 81182, 81184, 81212, 81216, 81272, 81286, 81292, 81304, 81328, 81342, 81358, 81372, 81380, 81384, 81398, 81434, 81454, 81458, 81460, 81486, 81500, 81506, 81508, 81512, 81526, 81550, 81564, 81592, 81602, 81604, 81608, 81616, 81630, 81638, 81644, 81702, 81708, 81722, 81734, 81740, 81752, 81774, 81778, 81780, 82050, 82078, 82080, 82108, 82180, 82184, 82192, 82206, 82208, 82236, 82240, 82296, 82316, 82328, 82352, 82366, 82402, 82404, 82408, 82440, 82448, 82462, 82464, 82492, 82496, 82552, 82672, 82694, 82700, 82712, 82736, 82750, 82784, 82812, 82830, 82882, 82884, 82888, 82896, 82918, 82924, 82952, 82960, 82974, 82976, 83004, 83008, 83064, 83184, 83424, 83468, 83480, 83504, 83518, 83552, 83580, 83648, 83704, 83740, 83768, 83824, 83838, 83842, 83844, 83848, 83856, 83872, 83900, 83910, 83916, 83928, 83950, 83984, 84000, 84028, 84032, 84088, 84208, 84448, 84928, 85040, 85054, 85088, 85116, 85184, 85240, 85488, 85560, 85616, 85630, 85728, 85756, 85764, 85768, 85776, 85790, 85792, 85820, 85824, 85880, 85894, 85900, 85912, 85936, 85966, 85980, 86048, 86080, 86136, 86256, 86496, 86976, 88160, 88188, 88256, 88312, 88560, 89056, 89200, 89214, 89312, 89340, 89536, 89592, 89608, 89616, 89632, 89664, 89720, 89840, 89868, 89880, 89904, 89952, 89980, 89998, 90012, 90040, 90190, 90204, 90254, 90268, 90296, 90306, 90308, 90312, 90334, 90382, 90396, 90424, 90480, 90494, 90500, 90504, 90512, 90526, 90528, 90556, 90566, 90572, 90584, 90610, 90612, 90638, 90652, 90680, 90736, 90750, 90848, 90876, 90884, 90888, 90896, 90910, 90912, 90940, 90944, 91000, 91014, 91020, 91032, 91056, 91070, 91086, 91100, 91106, 91108, 91112, 91126, 91150, 91164, 91192, 91248, 91262, 91360, 91388, 91584, 91640, 91664, 91678, 91680, 91708, 91712, 91768, 91888, 91928, 91952, 91966, 92000, 92028, 92046, 92060, 92088, 92098, 92100, 92104, 92112, 92126, 92134, 92140, 92188, 92216, 92272, 92384, 92412, 92608, 92664, 93168, 93200, 93214, 93216, 93244, 93248, 93304, 93424, 93664, 93720, 93744, 93758, 93792, 93820, 93888, 93944, 93980, 94008, 94064, 94078, 94084, 94088, 94096, 94110, 94112, 94140, 94150, 94156, 94168, 94246, 94252, 94278, 94284, 94296, 94318, 94342, 94348, 94360, 94384, 94398, 94414, 94428, 94440, 94470, 94476, 94488, 94512, 94526, 94560, 94588, 94606, 94620, 94648, 94658, 94660, 94664, 94672, 94686, 94694, 94700, 94714, 94726, 94732, 94744, 94768, 94782, 94816, 94844, 94912, 94968, 94990, 95004, 95032, 95088, 95102, 95112, 95120, 95134, 95136, 95164, 95180, 95192, 95214, 95218, 95220, 95244, 95256, 95280, 95294, 95328, 95356, 95424, 95480, 95728, 95758, 95772, 95800, 95856, 95870, 95968, 95996, 96008, 96016, 96030, 96032, 96060, 96064, 96120, 96152, 96176, 96190, 96220, 96226, 96228, 96232, 96290, 96292, 96296, 96310, 96322, 96324, 96328, 96336, 96350, 96358, 96364, 96386, 96388, 96392, 96400, 96414, 96416, 96444, 96454, 96460, 96472, 96494, 96498, 96500, 96514, 96516, 96520, 96528, 96542, 96544, 96572, 96576, 96632, 96646, 96652, 96664, 96688, 96702, 96718, 96732, 96738, 96740, 96744, 96758, 96772, 96776, 96784, 96798, 96800, 96828, 96832, 96888, 97008, 97030, 97036, 97048, 97072, 97086, 97120, 97148, 97166, 97180, 97208, 97220, 97224, 97232, 97246, 97254, 97260, 97326, 97330, 97332, 97358, 97372, 97378, 97380, 97384, 97398, 97422, 97436, 97464, 97474, 97476, 97480, 97488, 97502, 97510, 97516, 97550, 97564, 97592, 97648, 97666, 97668, 97672, 97680, 97694, 97696, 97724, 97734, 97740, 97752, 97774, 97830, 97836, 97850, 97862, 97868, 97880, 97902, 97906, 97908, 97926, 97932, 97944, 97968, 97998, 98012, 98018, 98020, 98024, 98038, 98618, 98674, 98676, 98838, 98854, 98874, 98892, 98904, 98926, 98930, 98932, 98968, 99006, 99042, 99044, 99048, 99062, 99166, 99194, 99246, 99286, 99350, 99366, 99372, 99386, 99398, 99416, 99438, 99442, 99444, 99462, 99504, 99518, 99534, 99548, 99554, 99556, 99560, 99574, 99590, 99596, 99608, 99632, 99646, 99680, 99708, 99726, 99740, 99768, 99778, 99780, 99784, 99792, 99806, 99814, 99820, 99834, 99858, 99860, 99874, 99880, 99894, 99906, 99920, 99934, 99962, 99970, 99972, 99976, 99984, 99998, 100000, 100028, 100038, 100044, 100056, 100078, 100082, 100084, 100142, 100174, 100188, 100246, 100262, 100268, 100306, 100308, 100390, 100396, 100410, 100422, 100428, 100440, 100462, 100466, 100468, 100486, 100504, 100528, 100542, 100558, 100572, 100578, 100580, 100584, 100598, 100620, 100656, 100670, 100704, 100732, 100750, 100792, 100802, 100808, 100816, 100830, 100838, 100844, 100858, 100888, 100912, 100926, 100960, 100988, 101056, 101112, 101148, 101176, 101232, 101246, 101250, 101252, 101256, 101264, 101278, 101280, 101308, 101318, 101324, 101336, 101358, 101362, 101364, 101410, 101412, 101416, 101430, 101442, 101448, 101456, 101470, 101478, 101498, 101506, 101508, 101520, 101534, 101536, 101564, 101580, 101618, 101620, 101636, 101640, 101648, 101662, 101664, 101692, 101696, 101752, 101766, 101784, 101838, 101858, 101860, 101864, 101934, 101938, 101940, 101966, 101980, 101986, 101988, 101992, 102030, 102044, 102072, 102082, 102084, 102088, 102096, 102138, 102166, 102182, 102188, 102214, 102220, 102232, 102254, 102282, 102290, 102292, 102306, 102308, 102312, 102326, 102444, 102458, 102470, 102476, 102488, 102514, 102516, 102534, 102552, 102576, 102590, 102606, 102620, 102626, 102632, 102646, 102662, 102668, 102704, 102718, 102752, 102780, 102798, 102812, 102840, 102850, 102856, 102864, 102878, 102886, 102892, 102906, 102936, 102974, 103008, 103036, 103104, 103160, 103224, 103280, 103294, 103298, 103300, 103312, 103326, 103328, 103356, 103366, 103372, 103384, 103406, 103410, 103412, 103472, 103486, 103520, 103548, 103616, 103672, 103920, 103992, 104048, 104062, 104160, 104188, 104194, 104196, 104200, 104208, 104224, 104252, 104256, 104312, 104326, 104332, 104344, 104368, 104382, 104398, 104412, 104418, 104420, 104424, 104482, 104484, 104514, 104520, 104528, 104542, 104550, 104570, 104578, 104580, 104592, 104606, 104608, 104636, 104652, 104690, 104692, 104706, 104712, 104734, 104736, 104764, 104768, 104824, 104838, 104856, 104910, 104930, 104932, 104936, 104968, 104976, 104990, 104992, 105020, 105024, 105080, 105200, 105240, 105278, 105312, 105372, 105410, 105412, 105416, 105424, 105446, 105518, 105524, 105550, 105564, 105570, 105572, 105576, 105614, 105628, 105656, 105666, 105672, 105680, 105702, 105722, 105742, 105756, 105784, 105840, 105854, 105858, 105860, 105864, 105872, 105888, 105932, 105970, 105972, 106006, 106022, 106028, 106054, 106060, 106072, 106100, 106118, 106124, 106136, 106160, 106174, 106190, 106210, 106212, 106216, 106250, 106258, 106260, 106274, 106276, 106280, 106306, 106308, 106312, 106320, 106334, 106348, 106394, 106414, 106418, 106420, 106566, 106572, 106610, 106612, 106630, 106636, 106648, 106672, 106686, 106722, 106724, 106728, 106742, 106758, 106764, 106776, 106800, 106814, 106848, 106876, 106894, 106908, 106936, 106946, 106948, 106952, 106960, 106974, 106982, 106988, 107032, 107056, 107070, 107104, 107132, 107200, 107256, 107292, 107320, 107376, 107390, 107394, 107396, 107400, 107408, 107422, 107424, 107452, 107462, 107468, 107480, 107502, 107506, 107508, 107544, 107568, 107582, 107616, 107644, 107712, 107768, 108016, 108060, 108088, 108144, 108158, 108256, 108284, 108290, 108292, 108296, 108304, 108318, 108320, 108348, 108352, 108408, 108422, 108428, 108440, 108464, 108478, 108494, 108508, 108514, 108516, 108520, 108592, 108640, 108668, 108736, 108792, 109040, 109536, 109680, 109694, 109792, 109820, 110016, 110072, 110084, 110088, 110096, 110112, 110140, 110144, 110200, 110320, 110342, 110348, 110360, 110384, 110398, 110432, 110460, 110478, 110492, 110520, 110532, 110536, 110544, 110558, 110658, 110686, 110714, 110722, 110724, 110728, 110736, 110750, 110752, 110780, 110796, 110834, 110836, 110850, 110852, 110856, 110864, 110878, 110880, 110908, 110912, 110968, 110982, RestAPIAbortCodes.SEARCH_INDEXING, 111054, 111074, 111076, 111080, 111108, 111112, 111120, 111134, 111136, 111164, 111168, 111224, 111344, 111372, 111422, 111456, 111516, 111554, 111556, 111560, 111568, 111590, 111632, 111646, 111648, 111676, 111680, 111736, 111856, 112096, 112152, 112224, 112252, 112320, 112440, 112514, 112516, 112520, 112528, 112542, 112544, 112588, 112686, 112718, 112732, 112782, 112796, 112824, 112834, 112836, 112840, 112848, 112870, 112890, 112910, 112924, 112952, 113008, 113022, 113026, 113028, 113032, 113040, 113054, 113056, 113100, 113138, 113140, 113166, 113180, 113208, 113264, 113278, 113376, 113404, 113416, 113424, 113440, 113468, 113472, 113560, 113614, 113634, 113636, 113640, 113686, 113702, 113708, 113734, 113740, 113752, 113778, 113780, 113798, 113804, 113816, 113840, 113854, 113870, 113890, 113892, 113896, 113926, 113932, 113944, 113968, 113982, 114016, 114044, 114076, 114114, 114116, 114120, 114128, 114150, 114170, 114194, 114196, 114210, 114212, 114216, 114242, 114244, 114248, 114256, 114270, 114278, 114306, 114308, 114312, 114320, 114334, 114336, 114364, 114380, 114420, 114458, 114478, 114482, 114484, 114510, 114524, 114530, 114532, 114536, 114842, 114866, 114868, 114970, 114994, 114996, 115042, 115044, 115048, 115062, 115130, 115226, 115250, 115252, 115278, 115292, 115298, 115300, 115304, 115318, 115342, 115394, 115396, 115400, 115408, 115422, 115430, 115436, 115450, 115478, 115494, 115514, 115526, 115532, 115570, 115572, 115738, 115758, 115762, 115764, 115790, 115804, 115810, 115812, 115816, 115830, 115854, 115868, 115896, 115906, 115912, 115920, 115934, 115942, 115948, 115962, 115996, 116024, 116080, 116094, 116098, 116100, 116104, 116112, 116126, 116128, 116156, 116166, 116172, 116184, 116206, 116210, 116212, 116246, 116262, 116268, 116282, 116294, 116300, 116312, 116334, 116338, 116340, 116358, 116364, 116376, 116400, 116414, 116430, 116444, 116450, 116452, 116456, 116498, 116500, 116514, 116520, 116534, 116546, 116548, 116552, 116560, 116574, 116582, 116588, 116602, 116654, 116694, 116714, 116762, 116782, 116786, 116788, 116814, 116828, 116834, 116836, 116840, 116854, 116878, 116892, 116920, 116930, 116936, 116944, 116958, 116966, 116972, 116986, 117006, 117048, 117104, 117118, 117122, 117124, 117136, 117150, 117152, 117180, 117190, 117196, 117208, 117230, 117234, 117236, 117304, 117360, 117374, 117472, 117500, 117506, 117508, 117512, 117520, 117536, 117564, 117568, 117624, 117638, 117644, 117656, 117680, 117694, 117710, 117724, 117730, 117732, 117736, 117750, 117782, 117798, 117804, 117818, 117830, 117848, 117874, 117876, 117894, 117936, 117950, 117966, 117986, 117988, 117992, 118022, 118028, 118040, 118064, 118078, 118112, 118140, 118172, 118210, 118212, 118216, 118224, 118238, 118246, 118266, 118306, 118312, 118338, 118352, 118366, 118374, 118394, 118402, 118404, 118408, 118416, 118430, 118432, 118460, 118476, 118514, 118516, 118574, 118578, 118580, 118606, 118620, 118626, 118628, 118632, 118678, 118694, 118700, 118730, 118738, 118740, 118830, 118834, 118836, 118862, 118876, 118882, 118884, 118888, 118902, 118926, 118940, 118968, 118978, 118980, 118984, 118992, 119006, 119014, 119020, 119034, 119068, 119096, 119152, 119166, 119170, 119172, 119176, 119184, 119198, 119200, 119228, 119238, 119244, 119256, 119278, 119282, 119284, 119324, 119352, 119408, 119422, 119520, 119548, 119554, 119556, 119560, 119568, 119582, 119584, 119612, 119616, 119672, 119686, 119692, 119704, 119728, 119742, 119758, 119772, 119778, 119780, 119784, 119798, 119920, 119934, 120032, 120060, 120256, 120312, 120324, 120328, 120336, 120352, 120384, 120440, 120560, 120582, 120588, 120600, 120624, 120638, 120672, 120700, 120718, 120732, 120760, 120770, 120772, 120776, 120784, 120798, 120806, 120812, 120870, 120876, 120890, 120902, 120908, 120920, 120946, 120948, 120966, 120972, 120984, 121008, 121022, 121038, 121058, 121060, 121064, 121078, 121100, 121112, 121136, 121150, 121184, 121212, 121244, 121282, 121284, 121288, 121296, 121318, 121338, 121356, 121368, 121392, 121406, 121440, 121468, 121536, 121592, 121656, 121730, 121732, 121736, 121744, 121758, 121760, 121804, 121842, 121844, 121890, 121922, 121924, 121928, 121936, 121950, 121958, 121978, 121986, 121988, 121992, 122000, 122014, 122016, 122044, 122060, 122098, 122100, 122116, 122120, 122128, 122142, 122144, 122172, 122176, 122232, 122246, 122264, 122318, 122338, 122340, 122344, 122414, 122418, 122420, 122446, 122460, 122466, 122468, 122472, 122510, 122524, 122552, 122562, 122564, 122568, 122576, 122598, 122618, 122646, 122662, 122668, 122694, 122700, 122712, 122738, 122740, 122762, 122770, 122772, 122786, 122788, 122792, 123018, 123026, 123028, 123042, 123044, 123048, 123062, 123098, 123146, 123154, 123156, 123170, 123172, 123176, 123190, 123202, 123204, 123208, 123216, 123238, 123244, 123258, 123290, 123314, 123316, 123402, 123410, 123412, 123426, 123428, 123432, 123446, 123458, 123464, 123472, 123486, 123494, 123500, 123514, 123522, 123524, 123528, 123536, 123552, 123580, 123590, 123596, 123608, 123630, 123634, 123636, 123674, 123698, 123700, 123740, 123746, 123748, 123752, 123834, 123914, 123922, 123924, 123938, 123944, 123958, 123970, 123976, 123984, 123998, 124006, 124012, 124026, 124034, 124036, 124048, 124062, 124064, 124092, 124102, 124108, 124120, 124142, 124146, 124148, 124162, 124164, 124168, 124176, 124190, 124192, 124220, 124224, 124280, 124294, 124300, 124312, 124336, 124350, 124366, 124380, 124386, 124388, 124392, 124406, 124442, 124462, 124466, 124468, 124494, 124508, 124514, 124520, 124558, 124572, 124600, 124610, 124612, 124616, 124624, 124646, 124666, 124694, 124710, 124716, 124730, 124742, 124748, 124760, 124786, 124788, 124818, 124820, 124834, 124836, 124840, 124854, 124946, 124948, 124962, 124964, 124968, 124982, 124994, 124996, 125000, 125008, 125022, 125030, 125036, 125050, 125058, 125060, 125064, 125072, 125086, 125088, 125116, 125126, 125132, 125144, 125166, 125170, 125172, 125186, 125188, 125192, 125200, 125216, 125244, 125248, 125304, 125318, 125324, 125336, 125360, 125374, 125390, 125404, 125410, 125412, 125416, 125430, 125444, 125448, 125456, 125472, 125504, 125560, 125680, 125702, 125708, 125720, 125744, 125758, 125792, 125820, 125838, 125852, 125880, 125890, 125892, 125896, 125904, 125918, 125926, 125932, 125978, 125998, 126002, 126004, 126030, 126044, 126050, 126052, 126056, 126094, 126108, 126136, 126146, 126148, 126152, 126160, 126182, 126202, 126222, 126236, 126264, 126320, 126334, 126338, 126340, 126344, 126352, 126366, 126368, 126412, 126450, 126452, 126486, 126502, 126508, 126522, 126534, 126540, 126552, 126574, 126578, 126580, 126598, 126604, 126616, 126640, 126654, 126670, 126684, 126690, 126692, 126696, 126738, 126754, 126756, 126760, 126774, 126786, 126788, 126792, 126800, 126814, 126822, 126828, 126842, 126894, 126898, 126900, 126934, 127126, 127142, 127148, 127162, 127178, 127186, 127188, 127254, 127270, 127276, 127290, 127302, 127308, 127320, 127342, 127346, 127348, 127370, 127378, 127380, 127394, 127396, 127400, 127450, 127510, 127526, 127532, 127546, 127558, 127576, 127598, 127602, 127604, 127622, 127628, 127640, 127664, 127678, 127694, 127708, 127714, 127716, 127720, 127734, 127754, 127762, 127764, 127778, 127784, 127810, 127812, 127816, 127824, 127838, 127846, 127866, 127898, 127918, 127922, 127924, 128022, 128038, 128044, 128058, 128070, 128076, 128088, 128110, 128114, 128116, 128134, 128140, 128152, 128176, 128190, 128206, 128220, 128226, 128228, 128232, 128246, 128262, 128268, 128280, 128304, 128318, 128352, 128380, 128398, 128412, 128440, 128450, 128452, 128456, 128464, 128478, 128486, 128492, 128506, 128522, 128530, 128532, 128546, 128548, 128552, 128566, 128578, 128580, 128584, 128592, 128606, 128614, 128634, 128642, 128644, 128648, 128656, 128670, 128672, 128700, 128716, 128754, 128756, 128794, 128814, 128818, 128820, 128846, 128860, 128866, 128868, 128872, 128886, 128918, 128934, 128940, 128954, 128978, 128980, 129178, 129198, 129202, 129204, 129238, 129258, 129306, 129326, 129330, 129332, 129358, 129372, 129378, 129380, 129384, 129398, 129430, 129446, 129452, 129466, 129482, 129490, 129492, 129562, 129582, 129586, 129588, 129614, 129628, 129634, 129636, 129640, 129654, 129678, 129692, 129720, 129730, 129732, 129736, 129744, 129758, 129766, 129772, 129814, 129830, 129836, 129850, 129862, 129868, 129880, 129902, 129906, 129908, 129930, 129938, 129940, 129954, 129956, 129960, 129974, 130010}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1448c = {2627, 1819, 2622, 2621, 1813, 1812, 2729, 2724, 2723, 2779, 2774, 2773, 902, 896, 908, 868, 865, 861, 859, 2511, 873, 871, 1780, 835, 2493, 825, 2491, 842, 837, 844, 1764, 1762, 811, 810, 809, 2483, 807, 2482, 806, 2480, 815, 814, 813, 812, 2484, 817, 816, 1745, 1744, 1742, 1746, 2655, 2637, 2635, 2626, 2625, 2623, 2628, 1820, 2752, 2739, 2737, 2728, 2727, 2725, 2730, 2785, 2783, 2778, 2777, 2775, 2780, 787, 781, 747, 739, 736, 2413, 754, 752, 1719, 692, 689, 681, 2371, 678, 2369, 700, 697, 694, 703, 1688, 1686, 642, 638, 2343, 631, 2341, 627, 2338, 651, 646, 643, 2345, 654, 652, 1652, 1650, 1647, 1654, 601, 599, 2322, 596, 2321, 594, 2319, 2317, 611, 610, 608, 606, 2324, 603, 2323, 615, 614, 612, 1617, 1616, 1614, 1612, 616, 1619, 1618, 2575, 2538, 2536, 905, 901, 898, 909, 2509, 2507, 2504, 870, 867, 864, 860, 2512, 875, 872, 1781, 2490, 2489, 2487, 2485, 1748, 836, 834, 832, 830, 2494, 827, 2492, 843, 841, 839, 845, 1765, 1763, 2701, 2676, 2674, 2653, 2648, 2656, 2634, 2633, 2631, 2629, 1821, 2638, 2636, 2770, 2763, 2761, 2750, 2745, 2753, 2736, 2735, 2733, 2731, 1848, 2740, 2738, 2786, 2784, 591, 588, 576, 569, 566, 2296, 1590, 537, 534, 526, 2276, 522, 2274, 545, 542, 539, 548, 1572, 1570, 481, 2245, 466, 2242, 462, 2239, 492, 485, 482, 2249, 496, 494, 1534, 1531, 1528, 1538, 413, 2196, 406, 2191, 2188, 425, 419, 2202, 415, 2199, 432, 430, 427, 1472, 1467, 1464, 433, 1476, 1474, 368, 367, 2160, 365, 2159, 362, 2157, 2155, 2152, 378, 377, 375, 2166, 372, 2165, 369, 2162, 383, 381, 379, 2168, 1419, 1418, 1416, 1414, 385, 1411, 384, 1423, 1422, 1420, 1424, 2461, 802, 2441, 2439, 790, 786, 783, 794, 2409, 2406, 2403, 750, 742, 738, 2414, 756, 753, 1720, 2367, 2365, 2362, 2359, 1663, 693, 691, 684, 2373, 680, 2370, 702, 699, 696, 704, 1690, 1687, 2337, 2336, 2334, 2332, 1624, 2329, 1622, 640, 637, 2344, 634, 2342, 630, 2340, 650, 648, 645, 2346, 655, 653, 1653, 1651, 1649, 1655, 2612, 2597, 2595, 2571, 2568, 2565, 2576, 2534, 2529, 2526, 1787, 2540, 2537, 907, 904, 900, 910, 2503, 2502, GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, 2498, 1768, 2495, 1767, 2510, 2508, 2506, 869, 866, 863, 2513, 876, 874, 1782, 2720, 2713, 2711, 2697, 2694, 2691, 2702, 2672, 2670, 2664, 1828, 2678, 2675, 2647, 2646, 2644, 2642, 1823, 2639, 1822, 2654, 2652, 2650, 2657, 2771, 1855, 2765, 2762, 1850, 1849, 2751, 2749, 2747, 2754, 353, 2148, 344, 342, 336, 2142, 332, 2140, 345, 1375, 1373, 306, 2130, 299, 2128, 295, 2125, 319, 314, 311, 2132, 1354, 1352, 1349, 1356, 262, 257, 2101, 253, 2096, 2093, 274, AudioAttributesCompat.FLAG_ALL_PUBLIC, 267, 2107, 263, 2104, 280, 278, 275, 1316, 1311, 1308, 1320, 1318, 2052, 202, 2050, 2044, 2040, 219, 2063, 212, 2060, 208, 2055, 224, 221, 2066, 1260, 1258, 1252, 231, 1248, 229, 1266, 1264, 1261, 1268, 155, 1998, 153, 1996, 1994, 1991, 1988, 165, 164, 2007, 162, 2006, 159, 2003, 2000, 172, 171, 169, 2012, 166, 2010, 1186, 1184, 1182, 1179, HideBottomViewOnScrollBehavior.EXIT_ANIMATION_DURATION, 1176, 173, 1192, 1191, 1189, 1187, 176, 1194, 1193, 2313, 2307, 2305, 592, 589, 2294, 2292, 2289, 578, 572, 568, 2297, 580, 1591, 2272, 2267, 2264, 1547, 538, 536, 529, 2278, 525, 2275, 547, 544, 541, 1574, 1571, 2237, 2235, 2229, 1493, 2225, 1489, 478, 2247, 470, 2244, 465, 2241, 493, 488, 484, 2250, 498, 495, 1536, 1533, 1530, 1539, 2187, 2186, 2184, 2182, 1432, 2179, 1430, 2176, 1427, 414, 412, 2197, 409, 2195, 405, 2193, 2190, 426, 424, 421, 2203, 418, 2201, 431, 429, 1473, 1471, 1469, 1466, 434, 1477, 1475, 2478, 2472, 2470, 2459, 2457, 2454, 2462, 803, 2437, 2432, 2429, 1726, 2443, 2440, 792, 789, 785, 2401, 2399, 2393, 1702, 2389, 1699, 2411, 2408, 2405, 745, 741, 2415, 758, 755, 1721, 2358, 2357, 2355, 2353, 1661, 2350, 1660, 2347, 1657, 2368, 2366, 2364, 2361, 1666, 690, 687, 2374, 683, 2372, 701, 698, 705, 1691, 1689, 2619, 2617, 2610, 2608, 2605, 2613, 2593, 2588, 2585, 1803, 2599, 2596, 2563, 2561, 2555, 1797, 2551, 1795, 2573, 2570, 2567, 2577, 2525, 2524, 2522, 2520, 1786, 2517, 1785, 2514, 1783, 2535, 2533, 2531, 2528, 1788, 2541, 2539, 906, 903, 911, 2721, 1844, 2715, 2712, 1838, 1836, 2699, 2696, 2693, 2703, 1827, 1826, 1824, 2673, 2671, 2669, 2666, 1829, 2679, 2677, 1858, 1857, 2772, 1854, 1853, 1851, 1856, 2766, 2764, 143, 1987, 139, 1986, 135, 133, 131, 1984, 128, 1983, 125, 1981, 138, 137, 136, 1985, 1133, 1132, 1130, 112, 110, 1974, 107, 1973, 104, 1971, 1969, 122, 121, 119, 117, 1977, 114, 1976, 124, 1115, 1114, 1112, 1110, 1117, 1116, 84, 83, 1953, 81, 1952, 78, 1950, 1948, 1945, 94, 93, 91, 1959, 88, 1958, 85, 1955, 99, 97, 95, 1961, 1086, 1085, 1083, 1081, 1078, 100, 1090, 1089, 1087, 1091, 49, 47, 1917, 44, 1915, 1913, 1910, 1907, 59, 1926, 56, 1925, 53, 1922, 1919, 66, 64, 1931, 61, 1929, 1042, 1040, 1038, 71, 1035, 70, 1032, 68, 1048, 1047, 1045, 1043, 1050, 1049, 12, 10, 1869, 1867, 1864, 1861, 21, 1880, 19, 1877, 1874, 1871, 28, 1888, 25, 1886, 22, 1883, 982, 980, 977, 974, 32, 30, 991, 989, 987, 984, 34, 995, 994, 992, 2151, 2150, 2147, 2146, 2144, 356, 355, 354, 2149, 2139, 2138, 2136, 2134, 1359, 343, 341, 338, 2143, 335, 2141, 348, 347, 346, 1376, 1374, 2124, 2123, 2121, 2119, 1326, 2116, 1324, 310, 308, 305, 2131, 302, 2129, 298, 2127, 320, 318, 316, 313, 2133, 322, 321, 1355, 1353, 1351, 1357, 2092, 2091, 2089, 2087, 1276, 2084, 1274, 2081, 1271, 259, 2102, 256, 2100, 252, 2098, 2095, 272, 269, 2108, 266, 2106, 281, 279, 277, 1317, 1315, 1313, 1310, 282, 1321, 1319, 2039, 2037, 2035, 2032, 1203, 2029, 1200, 1197, 207, 2053, 205, 2051, 201, 2049, 2046, 2043, 220, 218, 2064, 215, 2062, 211, 2059, 228, 226, 223, 2069, 1259, 1257, 1254, 232, 1251, 230, 1267, 1265, 1263, 2316, 2315, 2312, 2311, 2309, 2314, 2304, 2303, 2301, 2299, 1593, 2308, 2306, 590, 2288, 2287, 2285, 2283, 1578, 2280, 1577, 2295, 2293, 2291, 579, 577, 574, 571, 2298, 582, 581, 1592, 2263, 2262, 2260, 2258, 1545, 2255, 1544, 2252, 1541, 2273, 2271, 2269, 2266, 1550, 535, 532, 2279, 528, 2277, 546, 543, 549, 1575, 1573, 2224, 2222, 2220, 1486, 2217, 1485, 2214, 1482, 1479, 2238, 2236, 2234, 2231, 1496, 2228, 1492, 480, 477, 2248, 473, 2246, 469, 2243, 490, 487, 2251, 497, 1537, 1535, 1532, 2477, 2476, 2474, 2479, 2469, 2468, 2466, 2464, 1730, 2473, 2471, 2453, 2452, 2450, 2448, 1729, 2445, 1728, 2460, 2458, 2456, 2463, 805, 804, 2428, 2427, 2425, 2423, 1725, 2420, 1724, 2417, 1722, 2438, 2436, 2434, 2431, 1727, 2444, 2442, 793, 791, 788, 795, 2388, 2386, 2384, 1697, 2381, 1696, 2378, 1694, 1692, 2402, 2400, 2398, 2395, 1703, 2392, 1701, 2412, 2410, 2407, 751, 748, 744, 2416, 759, 757, 1807, 2620, 2618, 1806, 1805, 2611, 2609, 2607, 2614, 1802, 1801, 1799, 2594, 2592, 2590, 2587, 1804, 2600, 2598, 1794, 1793, 1791, 1789, 2564, 2562, 2560, 2557, 1798, 2554, 1796, 2574, 2572, 2569, 2578, 1847, 1846, 2722, 1843, 1842, 1840, 1845, 2716, 2714, 1835, 1834, 1832, 1830, 1839, 1837, 2700, 2698, 2695, 2704, 1817, 1811, 1810, 897, 862, 1777, 829, 826, 838, 1760, 1758, 808, 2481, 1741, 1740, 1738, 1743, 2624, 1818, 2726, 2776, 782, 740, 737, 1715, 686, 679, 695, 1682, 1680, 639, 628, 2339, 647, 644, 1645, 1643, 1640, 1648, 602, 600, 597, 595, 2320, 593, 2318, 609, 607, 604, 1611, 1610, 1608, 1606, 613, 1615, 1613, 2328, 926, 924, 892, 886, 899, 857, 850, 2505, 1778, 824, 823, 821, 819, 2488, 818, 2486, 833, 831, 828, 840, 1761, 1759, 2649, 2632, 2630, 2746, 2734, 2732, 2782, 2781, 570, 567, 1587, 531, 527, 523, 540, 1566, 1564, 476, 467, 463, 2240, 486, 483, 1524, 1521, 1518, 1529, 411, 403, 2192, 399, 2189, 423, 416, 1462, 1457, 1454, 428, 1468, 1465, 2210, 366, 363, 2158, 360, 2156, 357, 2153, 376, 373, 370, 2163, 1410, 1409, 1407, 1405, 382, 1402, 380, 1417, 1415, 1412, 1421, 2175, 2174, 777, 774, 771, 784, 732, 725, 722, 2404, 743, 1716, 676, 674, 668, 2363, 665, 2360, 685, 1684, 1681, 626, 624, 622, 2335, 620, 2333, 617, 2330, 641, 635, 649, 1646, 1644, 1642, 2566, 928, 925, 2530, 2527, 894, 891, 888, 2501, 2499, 2496, 858, 856, 854, 851, 1779, 2692, 2668, 2665, 2645, 2643, 2640, 2651, 2768, 2759, 2757, 2744, 2743, 2741, 2748, 352, 1382, 340, 337, 333, 1371, 1369, 307, 300, 296, 2126, 315, 312, 1347, 1342, 1350, 261, 258, 250, 2097, 246, 2094, 271, 268, 264, 1306, 1301, 1298, 276, 1312, 1309, 2115, 203, 2048, 195, 2045, 191, 2041, 213, 209, 2056, 1246, 1244, 1238, HideBottomViewOnScrollBehavior.ENTER_ANIMATION_DURATION, 1234, 222, 1256, 1253, 1249, 1262, 2080, 2079, 154, 1997, FontUtils.MAX_FONT_SCALING, 1995, 147, 1992, 1989, 163, 160, 2004, 156, 2001, 1175, 1174, 1172, 1170, 1167, 170, 1164, 167, 1185, 1183, 1180, 1177, 174, 1190, 1188, 2025, 2024, 2022, 587, 586, 564, 559, 556, 2290, 573, 1588, 520, 518, 512, 2268, 508, 2265, 530, 1568, 1565, 461, 457, 2233, 450, 2230, 446, 2226, 479, 471, 489, 1526, 1523, 1520, 397, 395, 2185, 392, 2183, 389, 2180, 2177, 410, 2194, 402, 422, 1463, 1461, 1459, 1456, 1470, 2455, 799, 2433, 2430, 779, 776, 773, 2397, 2394, 2390, 734, 728, 724, 746, 1717, 2356, 2354, 2351, 2348, 1658, 677, 675, 673, 670, 667, 688, 1685, 1683, 2606, 2589, 2586, 2559, 2556, 2552, 927, 2523, 2521, 2518, 2515, 1784, 2532, 895, 893, 890, 2718, 2709, 2707, 2689, 2687, 2684, 2663, 2662, 2660, 2658, 1825, 2667, 2769, 1852, 2760, 2758, 142, 141, 1139, 1138, 134, 132, 129, 126, 1982, 1129, 1128, 1126, 1131, 113, 111, 108, 105, 1972, 101, 1970, 120, 118, 115, 1109, 1108, 1106, 1104, 123, 1113, 1111, 82, 79, 1951, 75, 1949, 72, 1946, 92, 89, 86, 1956, 1077, 1076, 1074, 1072, 98, 1069, 96, 1084, 1082, 1079, 1088, 1968, 1967, 48, 45, 1916, 42, 1914, 39, 1911, 1908, 60, 57, 54, 1923, 50, 1920, 1031, 1030, 1028, 1026, 67, AudioAttributesCompat.FLAG_ALL, 65, PointerIconCompat.TYPE_GRAB, 62, 1041, 1039, 1036, 1033, 69, 1046, 1044, 1944, 1943, 1941, 11, 9, 1868, 7, 1865, 1862, 1859, 20, 1878, 16, 1875, 13, 1872, 970, 968, 966, 963, 29, 960, 26, 23, 983, 981, 978, 975, 33, 971, 31, 990, 988, 985, 1906, 1904, 1902, 993, 351, 2145, 1383, 331, 330, 328, 326, 2137, 323, 2135, 339, 1372, 1370, 294, 293, 291, 289, 2122, 286, 2120, 283, 2117, 309, 303, 317, 1348, 1346, 1344, 245, 244, 242, 2090, 239, 2088, 236, 2085, 2082, 260, 2099, 249, 270, 1307, 1305, 1303, 1300, 1314, 189, 2038, 186, 2036, 183, 2033, 2030, 2026, 206, 198, 2047, 194, 216, 1247, 1245, 1243, 1240, 227, 1237, 1255, 2310, 2302, 2300, 2286, 2284, 2281, 565, 563, 561, 558, 575, 1589, 2261, 2259, 2256, 2253, 1542, 521, 519, 517, 514, 2270, FrameMetricsAggregator.EVERY_DURATION, 533, 1569, 1567, 2223, 2221, 2218, 2215, 1483, 2211, 1480, 459, 456, 453, 2232, 449, 474, 491, 1527, 1525, 1522, 2475, 2467, 2465, 2451, 2449, 2446, 801, 800, 2426, 2424, 2421, 2418, 1723, 2435, 780, 778, 775, 2387, 2385, 2382, 2379, 1695, 2375, 1693, 2396, 735, 733, 730, 727, 749, 1718, 2616, 2615, 2604, 2603, 2601, 2584, 2583, 2581, 2579, ModelInvite.Settings.HALF_HOUR, 2591, 2550, 2549, 2547, 2545, 1792, 2542, 1790, 2558, 929, 2719, 1841, 2710, 2708, 1833, 1831, 2690, 2688, 2686, 1815, 1809, 1808, 1774, 1756, 1754, 1737, 1736, 1734, 1739, 1816, 1711, 1676, 1674, 633, 629, 1638, 1636, 1633, 1641, 598, 1605, 1604, 1602, 1600, 605, 1609, 1607, 2327, 887, 853, 1775, 822, 820, 1757, 1755, 1584, 524, 1560, 1558, 468, 464, 1514, 1511, 1508, 1519, 408, 404, 400, 1452, 1447, 1444, 417, 1458, 1455, 2208, 364, 361, 358, 2154, 1401, 1400, 1398, 1396, 374, 1393, 371, 1408, 1406, 1403, 1413, 2173, 2172, 772, 726, 723, 1712, 672, 669, 666, 682, 1678, 1675, 625, 623, 621, 618, 2331, 636, 632, 1639, 1637, 1635, 920, 918, 884, 880, 889, 849, 848, 847, 846, 2497, 855, 852, 1776, 2641, 2742, 2787, 1380, 334, 1367, 1365, 301, 297, 1340, 1338, 1335, 1343, 255, 251, 247, 1296, 1291, 1288, 265, 1302, 1299, 2113, 204, 196, 192, 2042, 1232, 1230, 1224, 214, 1220, 210, 1242, 1239, 1235, 1250, 2077, 2075, 151, 148, 1993, 144, 1990, 1163, 1162, 1160, 1158, 1155, 161, 1152, 157, 1173, 1171, 1168, 1165, 168, 1181, 1178, 2021, 2020, 2018, 2023, 585, 560, 557, 1585, 516, 509, 1562, 1559, 458, 447, 2227, 472, 1516, 1513, 1510, 398, 396, 393, 390, 2181, 386, 2178, 407, 1453, 1451, 1449, 1446, 420, 1460, 2209, 769, 764, 720, 712, 2391, 729, 1713, 664, 663, 661, 659, 2352, 656, 2349, 671, 1679, 1677, 2553, 922, 919, 2519, 2516, 885, 883, 881, 2685, 2661, 2659, 2767, 2756, 2755, 140, 1137, 1136, 130, 127, 1125, 1124, 1122, 1127, 109, 106, 102, 1103, 1102, 1100, 1098, 116, 1107, 1105, 1980, 80, 76, 73, 1947, 1068, 1067, 1065, 1063, 90, 1060, 87, 1075, 1073, 1070, WidgetSettingsUserProfile.MAX_BANNER_IMAGE_SIZE, 1966, 1965, 46, 43, 40, 1912, 36, 1909, PointerIconCompat.TYPE_ZOOM_OUT, PointerIconCompat.TYPE_ZOOM_IN, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_HORIZONTAL_DOUBLE_ARROW, 58, PointerIconCompat.TYPE_COPY, 55, PointerIconCompat.TYPE_TEXT, 51, 1029, 1027, 1024, PointerIconCompat.TYPE_GRABBING, 63, 1037, 1034, 1940, 1939, 1937, 1942, 8, 1866, 4, 1863, 1, 1860, 956, 954, 952, 949, 946, 17, 14, 969, 967, 964, 961, 27, 957, 24, 979, 976, 972, 1901, 1900, 1898, 1896, 986, 1905, 1903, 350, 349, 1381, 329, 327, 324, 1368, 1366, 292, 290, 287, 284, 2118, 304, 1341, 1339, 1337, 1345, 243, 240, 237, 2086, 233, 2083, 254, 1297, 1295, 1293, 1290, 1304, 2114, 190, 187, 184, 2034, BaseTransientBottomBar.ANIMATION_FADE_DURATION, 2031, 177, 2027, 199, 1233, 1231, 1229, 1226, 217, 1223, 1241, 2078, 2076, 584, 555, 554, 552, 550, 2282, 562, 1586, 507, 506, 504, 502, 2257, 499, 2254, 515, 1563, 1561, 445, 443, 441, 2219, 438, 2216, 435, 2212, 460, 454, 475, 1517, 1515, 1512, 2447, 798, 797, 2422, 2419, 770, 768, 766, 2383, 2380, 2376, 721, 719, 717, 714, 731, 1714, 2602, 2582, 2580, 2548, 2546, 2543, 923, 921, 2717, 2706, 2705, 2683, 2682, 2680, 1771, 1752, 1750, 1733, 1732, 1731, 1735, 1814, 1707, 1670, 1668, 1631, 1629, 1626, 1634, 1599, 1598, 1596, 1594, 1603, 1601, 2326, 1772, 1753, 1751, 1581, 1554, 1552, 1504, 1501, 1498, 1509, 1442, 1437, 1434, 401, 1448, 1445, 2206, 1392, 1391, 1389, 1387, 1384, 359, 1399, 1397, 1394, 1404, 2171, 2170, 1708, 1672, 1669, 619, 1632, 1630, 1628, 1773, 1378, 1363, 1361, 1333, 1328, 1336, 1286, 1281, 1278, 248, 1292, 1289, 2111, 1218, 1216, 1210, 197, 1206, 193, 1228, 1225, 1221, 1236, 2073, 2071, 1151, 1150, 1148, 1146, 152, 1143, 149, 1140, 145, 1161, 1159, 1156, 1153, 158, 1169, 1166, 2017, 2016, 2014, 2019, 1582, 510, 1556, 1553, 452, 448, 1506, 1500, 394, 391, 387, 1443, 1441, 1439, 1436, 1450, 2207, 765, 716, 713, 1709, 662, 660, 657, 1673, 1671, 916, 914, 879, 878, 877, 882, 1135, 1134, 1121, 1120, 1118, 1123, 1097, 1096, 1094, 1092, 103, 1101, 1099, 1979, 1059, 1058, 1056, 1054, 77, 1051, 74, 1066, 1064, 1061, 1071, 1964, 1963, PointerIconCompat.TYPE_CROSSHAIR, PointerIconCompat.TYPE_CELL, PointerIconCompat.TYPE_WAIT, PointerIconCompat.TYPE_HAND, RoomDatabase.MAX_BIND_PARAMETER_CNT, 41, 996, 37, PointerIconCompat.TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_VERTICAL_DOUBLE_ARROW, PointerIconCompat.TYPE_NO_DROP, PointerIconCompat.TYPE_VERTICAL_TEXT, 52, InputDeviceCompat.SOURCE_GAMEPAD, 1022, 1936, 1935, 1933, 1938, 942, 940, 938, 935, 932, 5, 2, 955, 953, 950, 947, 18, 943, 15, 965, 962, 958, 1895, 1894, 1892, 1890, 973, 1899, 1897, 1379, 325, 1364, 1362, ScreenShareManager.THUMBNAIL_HEIGHT_PX, 285, 1334, 1332, 1330, 241, 238, 234, 1287, 1285, 1283, 1280, 1294, 2112, 188, 185, 181, 178, 2028, 1219, 1217, 1215, 1212, 200, 1209, 1227, 2074, 2072, 583, 553, 551, 1583, 505, 503, 500, InputDeviceCompat.SOURCE_DPAD, 1557, 1555, 444, 442, 439, 436, 2213, 455, 451, 1507, 1505, 1502, 796, 763, 762, 760, 767, 711, 710, 708, 706, 2377, 718, 715, 1710, 2544, 917, 915, 2681, 1627, 1597, 1595, 2325, 1769, 1749, 1747, 1499, 1438, 1435, 2204, 1390, 1388, 1385, 1395, 2169, 2167, 1704, 1665, 1662, 1625, 1623, 1620, 1770, 1329, 1282, 1279, 2109, 1214, 1207, 1222, 2068, 2065, 1149, 1147, 1144, 1141, 146, 1157, 1154, 2013, 2011, 2008, 2015, 1579, 1549, 1546, 1495, 1487, 1433, 1431, 1428, 1425, 388, 1440, 2205, 1705, 658, 1667, 1664, 1119, 1095, 1093, 1978, 1057, 1055, 1052, 1062, 1962, 1960, 1005, PointerIconCompat.TYPE_HELP, 1000, 997, 38, PointerIconCompat.TYPE_ALL_SCROLL, PointerIconCompat.TYPE_ALIAS, 1932, 1930, 1927, 1934, 941, 939, 936, 933, 6, 930, 3, 951, 948, 944, 1889, 1887, 1884, 1881, 959, 1893, 1891, 35, 1377, 1360, 1358, 1327, 1325, 1322, 1331, 1277, 1275, 1272, 1269, 235, 1284, 2110, 1205, 1204, 1201, 1198, 182, 1195, 179, 1213, 2070, 2067, 1580, 501, 1551, 1548, 440, 437, 1497, 1494, 1490, 1503, 761, 709, 707, 1706, 913, 912, 2198, 1386, 2164, 2161, 1621, 1766, 2103, 1208, 2058, 2054, 1145, 1142, 2005, 2002, 1999, 2009, 1488, 1429, 1426, 2200, 1698, 1659, 1656, 1975, 1053, 1957, 1954, PointerIconCompat.TYPE_CONTEXT_MENU, 998, 1924, 1921, 1918, 1928, 937, 934, 931, 1879, 1876, 1873, 1870, 945, 1885, 1882, 1323, 1273, 1270, 2105, 1202, 1199, 1196, 1211, 2061, 2057, 1576, 1543, 1540, 1484, 1481, 1478, 1491, 1700}; + public static final int[] f1447c = {2627, 1819, 2622, 2621, 1813, 1812, 2729, 2724, 2723, 2779, 2774, 2773, 902, 896, 908, 868, 865, 861, 859, 2511, 873, 871, 1780, 835, 2493, 825, 2491, 842, 837, 844, 1764, 1762, 811, 810, 809, 2483, 807, 2482, 806, 2480, 815, 814, 813, 812, 2484, 817, 816, 1745, 1744, 1742, 1746, 2655, 2637, 2635, 2626, 2625, 2623, 2628, 1820, 2752, 2739, 2737, 2728, 2727, 2725, 2730, 2785, 2783, 2778, 2777, 2775, 2780, 787, 781, 747, 739, 736, 2413, 754, 752, 1719, 692, 689, 681, 2371, 678, 2369, 700, 697, 694, 703, 1688, 1686, 642, 638, 2343, 631, 2341, 627, 2338, 651, 646, 643, 2345, 654, 652, 1652, 1650, 1647, 1654, 601, 599, 2322, 596, 2321, 594, 2319, 2317, 611, 610, 608, 606, 2324, 603, 2323, 615, 614, 612, 1617, 1616, 1614, 1612, 616, 1619, 1618, 2575, 2538, 2536, 905, 901, 898, 909, 2509, 2507, 2504, 870, 867, 864, 860, 2512, 875, 872, 1781, 2490, 2489, 2487, 2485, 1748, 836, 834, 832, 830, 2494, 827, 2492, 843, 841, 839, 845, 1765, 1763, 2701, 2676, 2674, 2653, 2648, 2656, 2634, 2633, 2631, 2629, 1821, 2638, 2636, 2770, 2763, 2761, 2750, 2745, 2753, 2736, 2735, 2733, 2731, 1848, 2740, 2738, 2786, 2784, 591, 588, 576, 569, 566, 2296, 1590, 537, 534, 526, 2276, 522, 2274, 545, 542, 539, 548, 1572, 1570, 481, 2245, 466, 2242, 462, 2239, 492, 485, 482, 2249, 496, 494, 1534, 1531, 1528, 1538, 413, 2196, 406, 2191, 2188, 425, 419, 2202, 415, 2199, 432, 430, 427, 1472, 1467, 1464, 433, 1476, 1474, 368, 367, 2160, 365, 2159, 362, 2157, 2155, 2152, 378, 377, 375, 2166, 372, 2165, 369, 2162, 383, 381, 379, 2168, 1419, 1418, 1416, 1414, 385, 1411, 384, 1423, 1422, 1420, 1424, 2461, 802, 2441, 2439, 790, 786, 783, 794, 2409, 2406, 2403, 750, 742, 738, 2414, 756, 753, 1720, 2367, 2365, 2362, 2359, 1663, 693, 691, 684, 2373, 680, 2370, 702, 699, 696, 704, 1690, 1687, 2337, 2336, 2334, 2332, 1624, 2329, 1622, 640, 637, 2344, 634, 2342, 630, 2340, 650, 648, 645, 2346, 655, 653, 1653, 1651, 1649, 1655, 2612, 2597, 2595, 2571, 2568, 2565, 2576, 2534, 2529, 2526, 1787, 2540, 2537, 907, 904, 900, 910, 2503, 2502, GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, 2498, 1768, 2495, 1767, 2510, 2508, 2506, 869, 866, 863, 2513, 876, 874, 1782, 2720, 2713, 2711, 2697, 2694, 2691, 2702, 2672, 2670, 2664, 1828, 2678, 2675, 2647, 2646, 2644, 2642, 1823, 2639, 1822, 2654, 2652, 2650, 2657, 2771, 1855, 2765, 2762, 1850, 1849, 2751, 2749, 2747, 2754, 353, 2148, 344, 342, 336, 2142, 332, 2140, 345, 1375, 1373, 306, 2130, 299, 2128, 295, 2125, 319, 314, 311, 2132, 1354, 1352, 1349, 1356, 262, 257, 2101, 253, 2096, 2093, 274, AudioAttributesCompat.FLAG_ALL_PUBLIC, 267, 2107, 263, 2104, 280, 278, 275, 1316, 1311, 1308, 1320, 1318, 2052, 202, 2050, 2044, 2040, 219, 2063, 212, 2060, 208, 2055, 224, 221, 2066, 1260, 1258, 1252, 231, 1248, 229, 1266, 1264, 1261, 1268, 155, 1998, 153, 1996, 1994, 1991, 1988, 165, 164, 2007, 162, 2006, 159, 2003, 2000, 172, 171, 169, 2012, 166, 2010, 1186, 1184, 1182, 1179, HideBottomViewOnScrollBehavior.EXIT_ANIMATION_DURATION, 1176, 173, 1192, 1191, 1189, 1187, 176, 1194, 1193, 2313, 2307, 2305, 592, 589, 2294, 2292, 2289, 578, 572, 568, 2297, 580, 1591, 2272, 2267, 2264, 1547, 538, 536, 529, 2278, 525, 2275, 547, 544, 541, 1574, 1571, 2237, 2235, 2229, 1493, 2225, 1489, 478, 2247, 470, 2244, 465, 2241, 493, 488, 484, 2250, 498, 495, 1536, 1533, 1530, 1539, 2187, 2186, 2184, 2182, 1432, 2179, 1430, 2176, 1427, 414, 412, 2197, 409, 2195, 405, 2193, 2190, 426, 424, 421, 2203, 418, 2201, 431, 429, 1473, 1471, 1469, 1466, 434, 1477, 1475, 2478, 2472, 2470, 2459, 2457, 2454, 2462, 803, 2437, 2432, 2429, 1726, 2443, 2440, 792, 789, 785, 2401, 2399, 2393, 1702, 2389, 1699, 2411, 2408, 2405, 745, 741, 2415, 758, 755, 1721, 2358, 2357, 2355, 2353, 1661, 2350, 1660, 2347, 1657, 2368, 2366, 2364, 2361, 1666, 690, 687, 2374, 683, 2372, 701, 698, 705, 1691, 1689, 2619, 2617, 2610, 2608, 2605, 2613, 2593, 2588, 2585, 1803, 2599, 2596, 2563, 2561, 2555, 1797, 2551, 1795, 2573, 2570, 2567, 2577, 2525, 2524, 2522, 2520, 1786, 2517, 1785, 2514, 1783, 2535, 2533, 2531, 2528, 1788, 2541, 2539, 906, 903, 911, 2721, 1844, 2715, 2712, 1838, 1836, 2699, 2696, 2693, 2703, 1827, 1826, 1824, 2673, 2671, 2669, 2666, 1829, 2679, 2677, 1858, 1857, 2772, 1854, 1853, 1851, 1856, 2766, 2764, 143, 1987, 139, 1986, 135, 133, 131, 1984, 128, 1983, 125, 1981, 138, 137, 136, 1985, 1133, 1132, 1130, 112, 110, 1974, 107, 1973, 104, 1971, 1969, 122, 121, 119, 117, 1977, 114, 1976, 124, 1115, 1114, 1112, 1110, 1117, 1116, 84, 83, 1953, 81, 1952, 78, 1950, 1948, 1945, 94, 93, 91, 1959, 88, 1958, 85, 1955, 99, 97, 95, 1961, 1086, 1085, 1083, 1081, 1078, 100, 1090, 1089, 1087, 1091, 49, 47, 1917, 44, 1915, 1913, 1910, 1907, 59, 1926, 56, 1925, 53, 1922, 1919, 66, 64, 1931, 61, 1929, 1042, 1040, 1038, 71, 1035, 70, 1032, 68, 1048, 1047, 1045, 1043, 1050, 1049, 12, 10, 1869, 1867, 1864, 1861, 21, 1880, 19, 1877, 1874, 1871, 28, 1888, 25, 1886, 22, 1883, 982, 980, 977, 974, 32, 30, 991, 989, 987, 984, 34, 995, 994, 992, 2151, 2150, 2147, 2146, 2144, 356, 355, 354, 2149, 2139, 2138, 2136, 2134, 1359, 343, 341, 338, 2143, 335, 2141, 348, 347, 346, 1376, 1374, 2124, 2123, 2121, 2119, 1326, 2116, 1324, 310, 308, 305, 2131, 302, 2129, 298, 2127, 320, 318, 316, 313, 2133, 322, 321, 1355, 1353, 1351, 1357, 2092, 2091, 2089, 2087, 1276, 2084, 1274, 2081, 1271, 259, 2102, 256, 2100, 252, 2098, 2095, 272, 269, 2108, 266, 2106, 281, 279, 277, 1317, 1315, 1313, 1310, 282, 1321, 1319, 2039, 2037, 2035, 2032, 1203, 2029, 1200, 1197, 207, 2053, 205, 2051, 201, 2049, 2046, 2043, 220, 218, 2064, 215, 2062, 211, 2059, 228, 226, 223, 2069, 1259, 1257, 1254, 232, 1251, 230, 1267, 1265, 1263, 2316, 2315, 2312, 2311, 2309, 2314, 2304, 2303, 2301, 2299, 1593, 2308, 2306, 590, 2288, 2287, 2285, 2283, 1578, 2280, 1577, 2295, 2293, 2291, 579, 577, 574, 571, 2298, 582, 581, 1592, 2263, 2262, 2260, 2258, 1545, 2255, 1544, 2252, 1541, 2273, 2271, 2269, 2266, 1550, 535, 532, 2279, 528, 2277, 546, 543, 549, 1575, 1573, 2224, 2222, 2220, 1486, 2217, 1485, 2214, 1482, 1479, 2238, 2236, 2234, 2231, 1496, 2228, 1492, 480, 477, 2248, 473, 2246, 469, 2243, 490, 487, 2251, 497, 1537, 1535, 1532, 2477, 2476, 2474, 2479, 2469, 2468, 2466, 2464, 1730, 2473, 2471, 2453, 2452, 2450, 2448, 1729, 2445, 1728, 2460, 2458, 2456, 2463, 805, 804, 2428, 2427, 2425, 2423, 1725, 2420, 1724, 2417, 1722, 2438, 2436, 2434, 2431, 1727, 2444, 2442, 793, 791, 788, 795, 2388, 2386, 2384, 1697, 2381, 1696, 2378, 1694, 1692, 2402, 2400, 2398, 2395, 1703, 2392, 1701, 2412, 2410, 2407, 751, 748, 744, 2416, 759, 757, 1807, 2620, 2618, 1806, 1805, 2611, 2609, 2607, 2614, 1802, 1801, 1799, 2594, 2592, 2590, 2587, 1804, 2600, 2598, 1794, 1793, 1791, 1789, 2564, 2562, 2560, 2557, 1798, 2554, 1796, 2574, 2572, 2569, 2578, 1847, 1846, 2722, 1843, 1842, 1840, 1845, 2716, 2714, 1835, 1834, 1832, 1830, 1839, 1837, 2700, 2698, 2695, 2704, 1817, 1811, 1810, 897, 862, 1777, 829, 826, 838, 1760, 1758, 808, 2481, 1741, 1740, 1738, 1743, 2624, 1818, 2726, 2776, 782, 740, 737, 1715, 686, 679, 695, 1682, 1680, 639, 628, 2339, 647, 644, 1645, 1643, 1640, 1648, 602, 600, 597, 595, 2320, 593, 2318, 609, 607, 604, 1611, 1610, 1608, 1606, 613, 1615, 1613, 2328, 926, 924, 892, 886, 899, 857, 850, 2505, 1778, 824, 823, 821, 819, 2488, 818, 2486, 833, 831, 828, 840, 1761, 1759, 2649, 2632, 2630, 2746, 2734, 2732, 2782, 2781, 570, 567, 1587, 531, 527, 523, 540, 1566, 1564, 476, 467, 463, 2240, 486, 483, 1524, 1521, 1518, 1529, 411, 403, 2192, 399, 2189, 423, 416, 1462, 1457, 1454, 428, 1468, 1465, 2210, 366, 363, 2158, 360, 2156, 357, 2153, 376, 373, 370, 2163, 1410, 1409, 1407, 1405, 382, 1402, 380, 1417, 1415, 1412, 1421, 2175, 2174, 777, 774, 771, 784, 732, 725, 722, 2404, 743, 1716, 676, 674, 668, 2363, 665, 2360, 685, 1684, 1681, 626, 624, 622, 2335, 620, 2333, 617, 2330, 641, 635, 649, 1646, 1644, 1642, 2566, 928, 925, 2530, 2527, 894, 891, 888, 2501, 2499, 2496, 858, 856, 854, 851, 1779, 2692, 2668, 2665, 2645, 2643, 2640, 2651, 2768, 2759, 2757, 2744, 2743, 2741, 2748, 352, 1382, 340, 337, 333, 1371, 1369, 307, 300, 296, 2126, 315, 312, 1347, 1342, 1350, 261, 258, 250, 2097, 246, 2094, 271, 268, 264, 1306, 1301, 1298, 276, 1312, 1309, 2115, 203, 2048, 195, 2045, 191, 2041, 213, 209, 2056, 1246, 1244, 1238, HideBottomViewOnScrollBehavior.ENTER_ANIMATION_DURATION, 1234, 222, 1256, 1253, 1249, 1262, 2080, 2079, 154, 1997, FontUtils.MAX_FONT_SCALING, 1995, 147, 1992, 1989, 163, 160, 2004, 156, 2001, 1175, 1174, 1172, 1170, 1167, 170, 1164, 167, 1185, 1183, 1180, 1177, 174, 1190, 1188, 2025, 2024, 2022, 587, 586, 564, 559, 556, 2290, 573, 1588, 520, 518, 512, 2268, 508, 2265, 530, 1568, 1565, 461, 457, 2233, 450, 2230, 446, 2226, 479, 471, 489, 1526, 1523, 1520, 397, 395, 2185, 392, 2183, 389, 2180, 2177, 410, 2194, 402, 422, 1463, 1461, 1459, 1456, 1470, 2455, 799, 2433, 2430, 779, 776, 773, 2397, 2394, 2390, 734, 728, 724, 746, 1717, 2356, 2354, 2351, 2348, 1658, 677, 675, 673, 670, 667, 688, 1685, 1683, 2606, 2589, 2586, 2559, 2556, 2552, 927, 2523, 2521, 2518, 2515, 1784, 2532, 895, 893, 890, 2718, 2709, 2707, 2689, 2687, 2684, 2663, 2662, 2660, 2658, 1825, 2667, 2769, 1852, 2760, 2758, 142, 141, 1139, 1138, 134, 132, 129, 126, 1982, 1129, 1128, 1126, 1131, 113, 111, 108, 105, 1972, 101, 1970, 120, 118, 115, 1109, 1108, 1106, 1104, 123, 1113, 1111, 82, 79, 1951, 75, 1949, 72, 1946, 92, 89, 86, 1956, 1077, 1076, 1074, 1072, 98, 1069, 96, 1084, 1082, 1079, 1088, 1968, 1967, 48, 45, 1916, 42, 1914, 39, 1911, 1908, 60, 57, 54, 1923, 50, 1920, 1031, 1030, 1028, 1026, 67, AudioAttributesCompat.FLAG_ALL, 65, PointerIconCompat.TYPE_GRAB, 62, 1041, 1039, 1036, 1033, 69, 1046, 1044, 1944, 1943, 1941, 11, 9, 1868, 7, 1865, 1862, 1859, 20, 1878, 16, 1875, 13, 1872, 970, 968, 966, 963, 29, 960, 26, 23, 983, 981, 978, 975, 33, 971, 31, 990, 988, 985, 1906, 1904, 1902, 993, 351, 2145, 1383, 331, 330, 328, 326, 2137, 323, 2135, 339, 1372, 1370, 294, 293, 291, 289, 2122, 286, 2120, 283, 2117, 309, 303, 317, 1348, 1346, 1344, 245, 244, 242, 2090, 239, 2088, 236, 2085, 2082, 260, 2099, 249, 270, 1307, 1305, 1303, 1300, 1314, 189, 2038, 186, 2036, 183, 2033, 2030, 2026, 206, 198, 2047, 194, 216, 1247, 1245, 1243, 1240, 227, 1237, 1255, 2310, 2302, 2300, 2286, 2284, 2281, 565, 563, 561, 558, 575, 1589, 2261, 2259, 2256, 2253, 1542, 521, 519, 517, 514, 2270, FrameMetricsAggregator.EVERY_DURATION, 533, 1569, 1567, 2223, 2221, 2218, 2215, 1483, 2211, 1480, 459, 456, 453, 2232, 449, 474, 491, 1527, 1525, 1522, 2475, 2467, 2465, 2451, 2449, 2446, 801, 800, 2426, 2424, 2421, 2418, 1723, 2435, 780, 778, 775, 2387, 2385, 2382, 2379, 1695, 2375, 1693, 2396, 735, 733, 730, 727, 749, 1718, 2616, 2615, 2604, 2603, 2601, 2584, 2583, 2581, 2579, ModelInvite.Settings.HALF_HOUR, 2591, 2550, 2549, 2547, 2545, 1792, 2542, 1790, 2558, 929, 2719, 1841, 2710, 2708, 1833, 1831, 2690, 2688, 2686, 1815, 1809, 1808, 1774, 1756, 1754, 1737, 1736, 1734, 1739, 1816, 1711, 1676, 1674, 633, 629, 1638, 1636, 1633, 1641, 598, 1605, 1604, 1602, 1600, 605, 1609, 1607, 2327, 887, 853, 1775, 822, 820, 1757, 1755, 1584, 524, 1560, 1558, 468, 464, 1514, 1511, 1508, 1519, 408, 404, 400, 1452, 1447, 1444, 417, 1458, 1455, 2208, 364, 361, 358, 2154, 1401, 1400, 1398, 1396, 374, 1393, 371, 1408, 1406, 1403, 1413, 2173, 2172, 772, 726, 723, 1712, 672, 669, 666, 682, 1678, 1675, 625, 623, 621, 618, 2331, 636, 632, 1639, 1637, 1635, 920, 918, 884, 880, 889, 849, 848, 847, 846, 2497, 855, 852, 1776, 2641, 2742, 2787, 1380, 334, 1367, 1365, 301, 297, 1340, 1338, 1335, 1343, 255, 251, 247, 1296, 1291, 1288, 265, 1302, 1299, 2113, 204, 196, 192, 2042, 1232, 1230, 1224, 214, 1220, 210, 1242, 1239, 1235, 1250, 2077, 2075, 151, 148, 1993, 144, 1990, 1163, 1162, 1160, 1158, 1155, 161, 1152, 157, 1173, 1171, 1168, 1165, 168, 1181, 1178, 2021, 2020, 2018, 2023, 585, 560, 557, 1585, 516, 509, 1562, 1559, 458, 447, 2227, 472, 1516, 1513, 1510, 398, 396, 393, 390, 2181, 386, 2178, 407, 1453, 1451, 1449, 1446, 420, 1460, 2209, 769, 764, 720, 712, 2391, 729, 1713, 664, 663, 661, 659, 2352, 656, 2349, 671, 1679, 1677, 2553, 922, 919, 2519, 2516, 885, 883, 881, 2685, 2661, 2659, 2767, 2756, 2755, 140, 1137, 1136, 130, 127, 1125, 1124, 1122, 1127, 109, 106, 102, 1103, 1102, 1100, 1098, 116, 1107, 1105, 1980, 80, 76, 73, 1947, 1068, 1067, 1065, 1063, 90, 1060, 87, 1075, 1073, 1070, WidgetSettingsUserProfile.MAX_BANNER_IMAGE_SIZE, 1966, 1965, 46, 43, 40, 1912, 36, 1909, PointerIconCompat.TYPE_ZOOM_OUT, PointerIconCompat.TYPE_ZOOM_IN, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_HORIZONTAL_DOUBLE_ARROW, 58, PointerIconCompat.TYPE_COPY, 55, PointerIconCompat.TYPE_TEXT, 51, 1029, 1027, 1024, PointerIconCompat.TYPE_GRABBING, 63, 1037, 1034, 1940, 1939, 1937, 1942, 8, 1866, 4, 1863, 1, 1860, 956, 954, 952, 949, 946, 17, 14, 969, 967, 964, 961, 27, 957, 24, 979, 976, 972, 1901, 1900, 1898, 1896, 986, 1905, 1903, 350, 349, 1381, 329, 327, 324, 1368, 1366, 292, 290, 287, 284, 2118, 304, 1341, 1339, 1337, 1345, 243, 240, 237, 2086, 233, 2083, 254, 1297, 1295, 1293, 1290, 1304, 2114, 190, 187, 184, 2034, BaseTransientBottomBar.ANIMATION_FADE_DURATION, 2031, 177, 2027, 199, 1233, 1231, 1229, 1226, 217, 1223, 1241, 2078, 2076, 584, 555, 554, 552, 550, 2282, 562, 1586, 507, 506, 504, 502, 2257, 499, 2254, 515, 1563, 1561, 445, 443, 441, 2219, 438, 2216, 435, 2212, 460, 454, 475, 1517, 1515, 1512, 2447, 798, 797, 2422, 2419, 770, 768, 766, 2383, 2380, 2376, 721, 719, 717, 714, 731, 1714, 2602, 2582, 2580, 2548, 2546, 2543, 923, 921, 2717, 2706, 2705, 2683, 2682, 2680, 1771, 1752, 1750, 1733, 1732, 1731, 1735, 1814, 1707, 1670, 1668, 1631, 1629, 1626, 1634, 1599, 1598, 1596, 1594, 1603, 1601, 2326, 1772, 1753, 1751, 1581, 1554, 1552, 1504, 1501, 1498, 1509, 1442, 1437, 1434, 401, 1448, 1445, 2206, 1392, 1391, 1389, 1387, 1384, 359, 1399, 1397, 1394, 1404, 2171, 2170, 1708, 1672, 1669, 619, 1632, 1630, 1628, 1773, 1378, 1363, 1361, 1333, 1328, 1336, 1286, 1281, 1278, 248, 1292, 1289, 2111, 1218, 1216, 1210, 197, 1206, 193, 1228, 1225, 1221, 1236, 2073, 2071, 1151, 1150, 1148, 1146, 152, 1143, 149, 1140, 145, 1161, 1159, 1156, 1153, 158, 1169, 1166, 2017, 2016, 2014, 2019, 1582, 510, 1556, 1553, 452, 448, 1506, 1500, 394, 391, 387, 1443, 1441, 1439, 1436, 1450, 2207, 765, 716, 713, 1709, 662, 660, 657, 1673, 1671, 916, 914, 879, 878, 877, 882, 1135, 1134, 1121, 1120, 1118, 1123, 1097, 1096, 1094, 1092, 103, 1101, 1099, 1979, 1059, 1058, 1056, 1054, 77, 1051, 74, 1066, 1064, 1061, 1071, 1964, 1963, PointerIconCompat.TYPE_CROSSHAIR, PointerIconCompat.TYPE_CELL, PointerIconCompat.TYPE_WAIT, PointerIconCompat.TYPE_HAND, RoomDatabase.MAX_BIND_PARAMETER_CNT, 41, 996, 37, PointerIconCompat.TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_VERTICAL_DOUBLE_ARROW, PointerIconCompat.TYPE_NO_DROP, PointerIconCompat.TYPE_VERTICAL_TEXT, 52, InputDeviceCompat.SOURCE_GAMEPAD, 1022, 1936, 1935, 1933, 1938, 942, 940, 938, 935, 932, 5, 2, 955, 953, 950, 947, 18, 943, 15, 965, 962, 958, 1895, 1894, 1892, 1890, 973, 1899, 1897, 1379, 325, 1364, 1362, ScreenShareManager.THUMBNAIL_HEIGHT_PX, 285, 1334, 1332, 1330, 241, 238, 234, 1287, 1285, 1283, 1280, 1294, 2112, 188, 185, 181, 178, 2028, 1219, 1217, 1215, 1212, 200, 1209, 1227, 2074, 2072, 583, 553, 551, 1583, 505, 503, 500, InputDeviceCompat.SOURCE_DPAD, 1557, 1555, 444, 442, 439, 436, 2213, 455, 451, 1507, 1505, 1502, 796, 763, 762, 760, 767, 711, 710, 708, 706, 2377, 718, 715, 1710, 2544, 917, 915, 2681, 1627, 1597, 1595, 2325, 1769, 1749, 1747, 1499, 1438, 1435, 2204, 1390, 1388, 1385, 1395, 2169, 2167, 1704, 1665, 1662, 1625, 1623, 1620, 1770, 1329, 1282, 1279, 2109, 1214, 1207, 1222, 2068, 2065, 1149, 1147, 1144, 1141, 146, 1157, 1154, 2013, 2011, 2008, 2015, 1579, 1549, 1546, 1495, 1487, 1433, 1431, 1428, 1425, 388, 1440, 2205, 1705, 658, 1667, 1664, 1119, 1095, 1093, 1978, 1057, 1055, 1052, 1062, 1962, 1960, 1005, PointerIconCompat.TYPE_HELP, 1000, 997, 38, PointerIconCompat.TYPE_ALL_SCROLL, PointerIconCompat.TYPE_ALIAS, 1932, 1930, 1927, 1934, 941, 939, 936, 933, 6, 930, 3, 951, 948, 944, 1889, 1887, 1884, 1881, 959, 1893, 1891, 35, 1377, 1360, 1358, 1327, 1325, 1322, 1331, 1277, 1275, 1272, 1269, 235, 1284, 2110, 1205, 1204, 1201, 1198, 182, 1195, 179, 1213, 2070, 2067, 1580, 501, 1551, 1548, 440, 437, 1497, 1494, 1490, 1503, 761, 709, 707, 1706, 913, 912, 2198, 1386, 2164, 2161, 1621, 1766, 2103, 1208, 2058, 2054, 1145, 1142, 2005, 2002, 1999, 2009, 1488, 1429, 1426, 2200, 1698, 1659, 1656, 1975, 1053, 1957, 1954, PointerIconCompat.TYPE_CONTEXT_MENU, 998, 1924, 1921, 1918, 1928, 937, 934, 931, 1879, 1876, 1873, 1870, 945, 1885, 1882, 1323, 1273, 1270, 2105, 1202, 1199, 1196, 1211, 2061, 2057, 1576, 1543, 1540, 1484, 1481, 1478, 1491, 1700}; public static int a(int i) { int binarySearch = Arrays.binarySearch(b, i & 262143); if (binarySearch < 0) { return -1; } - return (f1448c[binarySearch] - 1) % 929; + return (f1447c[binarySearch] - 1) % 929; } public static int[] b(Collection collection) { diff --git a/app/src/main/java/c/i/e/r/b.java b/app/src/main/java/c/i/e/r/b.java index 712e06a351..f26b934ffc 100644 --- a/app/src/main/java/c/i/e/r/b.java +++ b/app/src/main/java/c/i/e/r/b.java @@ -36,7 +36,7 @@ public final class b implements i { } /* JADX WARNING: Code restructure failed: missing block: B:312:0x064c, code lost: - r3 = new com.google.zxing.Result(r2.f1422c, r2.a, r4, c.i.e.a.PDF_417); + r3 = new com.google.zxing.Result(r2.f1421c, r2.a, r4, c.i.e.a.PDF_417); r3.b(c.i.e.j.ERROR_CORRECTION_LEVEL, r2.e); r2 = (c.i.e.r.c) r2.f; */ @@ -170,11 +170,11 @@ public final class b implements i { if (a3 == null) { a3 = a4; } else if (a4 != null) { - a3 = new c.i.e.r.d.c(a3.a, a3.b, a3.f1450c, a4.d, a4.e); + a3 = new c.i.e.r.d.c(a3.a, a3.b, a3.f1449c, a4.d, a4.e); } fVar2 = new f(aVar, a3); if (fVar2 == null) { - if (i12 != 0 || (cVar6 = fVar2.f1453c) == null) { + if (i12 != 0 || (cVar6 = fVar2.f1452c) == null) { break; } cVar2 = cVar5; @@ -197,7 +197,7 @@ public final class b implements i { if (fVar2 == null) { } } - fVar2.f1453c = cVar2; + fVar2.f1452c = cVar2; fVar = fVar2; hVar = hVar; int i21 = fVar.d + 1; @@ -263,7 +263,7 @@ public final class b implements i { i25 = i5; } else { i5 = i25; - i6 = z3 ? fVar.f1453c.f : fVar.f1453c.g; + i6 = z3 ? fVar.f1452c.f : fVar.f1452c.g; } } if (i6 < 0 && i6 <= cVar2.g) { @@ -468,7 +468,7 @@ public final class b implements i { int i64 = 0; for (int i65 = 14; i64 < i65; i65 = 14) { c.i.e.r.d.d dVar7 = dVarArr9[i64]; - if (dVar7 != null && dVar7.a() && dVar7.f1451c == dVar6.f1451c) { + if (dVar7 != null && dVar7.a() && dVar7.f1450c == dVar6.f1450c) { dVar6.e = dVar7.e; z2 = true; } else { diff --git a/app/src/main/java/c/i/e/r/d/a.java b/app/src/main/java/c/i/e/r/d/a.java index 0462e21bb9..eb55c85d04 100644 --- a/app/src/main/java/c/i/e/r/d/a.java +++ b/app/src/main/java/c/i/e/r/d/a.java @@ -5,14 +5,14 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1449c; + public final int f1448c; public final int d; public final int e; public a(int i, int i2, int i3, int i4) { this.a = i; this.b = i4; - this.f1449c = i2; + this.f1448c = i2; this.d = i3; this.e = i2 + i3; } diff --git a/app/src/main/java/c/i/e/r/d/c.java b/app/src/main/java/c/i/e/r/d/c.java index 74bd3b9126..5968edef96 100644 --- a/app/src/main/java/c/i/e/r/d/c.java +++ b/app/src/main/java/c/i/e/r/d/c.java @@ -9,7 +9,7 @@ public final class c { public final k b; /* renamed from: c reason: collision with root package name */ - public final k f1450c; + public final k f1449c; public final k d; public final k e; public final int f; @@ -32,7 +32,7 @@ public final class c { } this.a = bVar; this.b = kVar; - this.f1450c = kVar2; + this.f1449c = kVar2; this.d = kVar3; this.e = kVar4; this.f = (int) Math.min(kVar.a, kVar2.a); @@ -47,7 +47,7 @@ public final class c { public c(c cVar) { this.a = cVar.a; this.b = cVar.b; - this.f1450c = cVar.f1450c; + this.f1449c = cVar.f1449c; this.d = cVar.d; this.e = cVar.e; this.f = cVar.f; diff --git a/app/src/main/java/c/i/e/r/d/d.java b/app/src/main/java/c/i/e/r/d/d.java index e5e725c56d..32dc4ea6a3 100644 --- a/app/src/main/java/c/i/e/r/d/d.java +++ b/app/src/main/java/c/i/e/r/d/d.java @@ -5,24 +5,24 @@ public final class d { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1451c; + public final int f1450c; public final int d; public int e = -1; public d(int i, int i2, int i3, int i4) { this.a = i; this.b = i2; - this.f1451c = i3; + this.f1450c = i3; this.d = i4; } public boolean a() { int i = this.e; - return i != -1 && this.f1451c == (i % 3) * 3; + return i != -1 && this.f1450c == (i % 3) * 3; } public void b() { - this.e = (this.f1451c / 3) + ((this.d / 30) * 3); + this.e = (this.f1450c / 3) + ((this.d / 30) * 3); } public String toString() { diff --git a/app/src/main/java/c/i/e/r/d/e.java b/app/src/main/java/c/i/e/r/d/e.java index e86c6734b3..167954dd45 100644 --- a/app/src/main/java/c/i/e/r/d/e.java +++ b/app/src/main/java/c/i/e/r/d/e.java @@ -9,17 +9,17 @@ public final class e { public static final char[] b = "0123456789&\r\t,:#-.$/+%*=^".toCharArray(); /* renamed from: c reason: collision with root package name */ - public static final BigInteger[] f1452c; + public static final BigInteger[] f1451c; static { BigInteger[] bigIntegerArr = new BigInteger[16]; - f1452c = bigIntegerArr; + f1451c = bigIntegerArr; bigIntegerArr[0] = BigInteger.ONE; BigInteger valueOf = BigInteger.valueOf(900); bigIntegerArr[1] = valueOf; int i = 2; while (true) { - BigInteger[] bigIntegerArr2 = f1452c; + BigInteger[] bigIntegerArr2 = f1451c; if (i < bigIntegerArr2.length) { bigIntegerArr2[i] = bigIntegerArr2[i - 1].multiply(valueOf); i++; @@ -32,7 +32,7 @@ public final class e { public static String a(int[] iArr, int i) throws FormatException { BigInteger bigInteger = BigInteger.ZERO; for (int i2 = 0; i2 < i; i2++) { - bigInteger = bigInteger.add(f1452c[(i - i2) - 1].multiply(BigInteger.valueOf((long) iArr[i2]))); + bigInteger = bigInteger.add(f1451c[(i - i2) - 1].multiply(BigInteger.valueOf((long) iArr[i2]))); } String bigInteger2 = bigInteger.toString(); if (bigInteger2.charAt(0) == '1') { diff --git a/app/src/main/java/c/i/e/r/d/f.java b/app/src/main/java/c/i/e/r/d/f.java index ffafd77928..63a9ea42b2 100644 --- a/app/src/main/java/c/i/e/r/d/f.java +++ b/app/src/main/java/c/i/e/r/d/f.java @@ -8,14 +8,14 @@ public final class f { public final g[] b; /* renamed from: c reason: collision with root package name */ - public c f1453c; + public c f1452c; public final int d; public f(a aVar, c cVar) { this.a = aVar; int i = aVar.a; this.d = i; - this.f1453c = cVar; + this.f1452c = cVar; this.b = new g[(i + 2)]; } @@ -23,7 +23,7 @@ public final class f { if (dVar.a()) { return i2; } - if (!(i != -1 && dVar.f1451c == (i % 3) * 3)) { + if (!(i != -1 && dVar.f1450c == (i % 3) * 3)) { return i2 + 1; } dVar.e = i; @@ -43,9 +43,9 @@ public final class f { } hVar.d(dVarArr, aVar); c cVar = hVar.a; - boolean z2 = hVar.f1454c; + boolean z2 = hVar.f1453c; k kVar = z2 ? cVar.b : cVar.d; - k kVar2 = z2 ? cVar.f1450c : cVar.e; + k kVar2 = z2 ? cVar.f1449c : cVar.e; int b = hVar.b((int) kVar.b); int b2 = hVar.b((int) kVar2.b); int i2 = -1; diff --git a/app/src/main/java/c/i/e/r/d/h.java b/app/src/main/java/c/i/e/r/d/h.java index 82c836f4cd..13113e0445 100644 --- a/app/src/main/java/c/i/e/r/d/h.java +++ b/app/src/main/java/c/i/e/r/d/h.java @@ -3,11 +3,11 @@ package c.i.e.r.d; public final class h extends g { /* renamed from: c reason: collision with root package name */ - public final boolean f1454c; + public final boolean f1453c; public h(c cVar, boolean z2) { super(cVar); - this.f1454c = z2; + this.f1453c = z2; } public a c() { @@ -21,7 +21,7 @@ public final class h extends g { dVar.b(); int i = dVar.d % 30; int i2 = dVar.e; - if (!this.f1454c) { + if (!this.f1453c) { i2 += 2; } int i3 = i2 % 3; @@ -52,7 +52,7 @@ public final class h extends g { if (i3 > aVar.e) { dVarArr[i] = null; } else { - if (!this.f1454c) { + if (!this.f1453c) { i3 += 2; } int i4 = i3 % 3; @@ -64,7 +64,7 @@ public final class h extends g { } else if (i2 / 3 != aVar.b || i2 % 3 != aVar.d) { dVarArr[i] = null; } - } else if ((i2 * 3) + 1 != aVar.f1449c) { + } else if ((i2 * 3) + 1 != aVar.f1448c) { dVarArr[i] = null; } } @@ -74,6 +74,6 @@ public final class h extends g { @Override // c.i.e.r.d.g public String toString() { - return "IsLeft: " + this.f1454c + '\n' + super.toString(); + return "IsLeft: " + this.f1453c + '\n' + super.toString(); } } diff --git a/app/src/main/java/c/i/e/r/d/j.java b/app/src/main/java/c/i/e/r/d/j.java index 02cab8c9fa..37e1ccaa42 100644 --- a/app/src/main/java/c/i/e/r/d/j.java +++ b/app/src/main/java/c/i/e/r/d/j.java @@ -35,9 +35,9 @@ public final class j { iArr = null; } else { c cVar = hVar.a; - boolean z2 = hVar.f1454c; + boolean z2 = hVar.f1453c; k kVar5 = z2 ? cVar.b : cVar.d; - k kVar6 = z2 ? cVar.f1450c : cVar.e; + k kVar6 = z2 ? cVar.f1449c : cVar.e; int b = hVar.b((int) kVar6.b); d[] dVarArr = hVar.b; int i3 = -1; @@ -106,9 +106,9 @@ public final class j { length2--; } c cVar2 = hVar.a; - boolean z3 = hVar.f1454c; + boolean z3 = hVar.f1453c; k kVar7 = cVar2.b; - k kVar8 = cVar2.f1450c; + k kVar8 = cVar2.f1449c; k kVar9 = cVar2.d; k kVar10 = cVar2.e; if (i11 > 0) { @@ -242,7 +242,7 @@ public final class j { int i16 = iArr4[i15]; Objects.requireNonNull(bVar3); if (i16 != 0) { - int i17 = length - bVar3.f1455c[i16]; + int i17 = length - bVar3.f1454c[i16]; if (i17 >= 0) { iArr[i17] = aVar.a.e(iArr[i17], iArr6[i15]); } else { diff --git a/app/src/main/java/c/i/e/r/d/k/b.java b/app/src/main/java/c/i/e/r/d/k/b.java index 62e4d92c06..a85aa2283c 100644 --- a/app/src/main/java/c/i/e/r/d/k/b.java +++ b/app/src/main/java/c/i/e/r/d/k/b.java @@ -5,20 +5,20 @@ public final class b { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f1455c; + public final int[] f1454c; public final c d; public final c e; public b(int i, int i2) { this.b = new int[i]; - this.f1455c = new int[i]; + this.f1454c = new int[i]; int i3 = 1; for (int i4 = 0; i4 < i; i4++) { this.b[i4] = i3; i3 = (i3 * i2) % i; } for (int i5 = 0; i5 < i - 1; i5++) { - this.f1455c[this.b[i5]] = i5; + this.f1454c[this.b[i5]] = i5; } this.d = new c(this, new int[]{0}); this.e = new c(this, new int[]{1}); @@ -42,7 +42,7 @@ public final class b { public int c(int i) { if (i != 0) { - return this.b[(929 - this.f1455c[i]) - 1]; + return this.b[(929 - this.f1454c[i]) - 1]; } throw new ArithmeticException(); } @@ -52,7 +52,7 @@ public final class b { return 0; } int[] iArr = this.b; - int[] iArr2 = this.f1455c; + int[] iArr2 = this.f1454c; return iArr[(iArr2[i] + iArr2[i2]) % 928]; } diff --git a/app/src/main/java/c/i/e/r/e/a.java b/app/src/main/java/c/i/e/r/e/a.java index e7a1c9b7b8..7d6230becc 100644 --- a/app/src/main/java/c/i/e/r/e/a.java +++ b/app/src/main/java/c/i/e/r/e/a.java @@ -11,7 +11,7 @@ public final class a { public static final int[] b = {6, 2, 7, 3}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1456c = {8, 1, 1, 1, 1, 1, 1, 3}; + public static final int[] f1455c = {8, 1, 1, 1, 1, 1, 1, 3}; public static final int[] d = {7, 1, 1, 3, 1, 1, 1, 2, 1}; /* JADX WARNING: Code restructure failed: missing block: B:20:0x0068, code lost: @@ -55,7 +55,7 @@ public final class a { } int i6 = bVar.i; k[] kVarArr = new k[8]; - k[] c2 = c(bVar, i5, i6, i3, i4, f1456c); + k[] c2 = c(bVar, i5, i6, i3, i4, f1455c); int[] iArr = a; for (int i7 = 0; i7 < iArr.length; i7++) { kVarArr[iArr[i7]] = c2[i7]; diff --git a/app/src/main/java/c/i/e/s/a.java b/app/src/main/java/c/i/e/s/a.java index e3cfae813e..0b5eefe99c 100644 --- a/app/src/main/java/c/i/e/s/a.java +++ b/app/src/main/java/c/i/e/s/a.java @@ -70,7 +70,7 @@ public class a implements i { if (!c.i.e.s.c.e.c(iArr)) { eVar2.g(iArr); } else if (eVar2.e(iArr, i7, i9)) { - if (eVar2.f1464c) { + if (eVar2.f1463c) { z3 = eVar2.f(); } else { if (eVar2.b.size() > 1) { @@ -83,7 +83,7 @@ public class a implements i { c.i.e.s.c.d next = it.next(); if (next.d >= 2) { if (dVar != null) { - eVar2.f1464c = true; + eVar2.f1463c = true; i2 = 2; i3 = ((int) (Math.abs(dVar.a - next.a) - Math.abs(dVar.b - next.b))) / 2; break; @@ -115,7 +115,7 @@ public class a implements i { } if (c.i.e.s.c.e.c(iArr) && eVar2.e(iArr, i7, i5)) { i6 = iArr[0]; - if (eVar2.f1464c) { + if (eVar2.f1463c) { z3 = eVar2.f(); } } @@ -128,7 +128,7 @@ public class a implements i { float f5 = 0.0f; float f6 = 0.0f; for (c.i.e.s.c.d dVar2 : eVar2.b) { - float f7 = dVar2.f1463c; + float f7 = dVar2.f1462c; f5 += f7; f6 += f7 * f7; } @@ -138,7 +138,7 @@ public class a implements i { float max = Math.max(0.2f * f9, (float) Math.sqrt((double) ((f6 / f8) - (f9 * f9)))); int i11 = 0; while (i11 < eVar2.b.size() && eVar2.b.size() > 3) { - if (Math.abs(eVar2.b.get(i11).f1463c - f9) > max) { + if (Math.abs(eVar2.b.get(i11).f1462c - f9) > max) { eVar2.b.remove(i11); i11--; } @@ -147,7 +147,7 @@ public class a implements i { } if (eVar2.b.size() > 3) { for (c.i.e.s.c.d dVar3 : eVar2.b) { - f4 += dVar3.f1463c; + f4 += dVar3.f1462c; } Collections.sort(eVar2.b, new e.b(f4 / ((float) eVar2.b.size()), null)); List list = eVar2.b; @@ -163,7 +163,7 @@ public class a implements i { k.b(dVarArr); f fVar = new f(dVarArr); c.i.e.s.c.d dVar4 = fVar.b; - c.i.e.s.c.d dVar5 = fVar.f1465c; + c.i.e.s.c.d dVar5 = fVar.f1464c; c.i.e.s.c.d dVar6 = fVar.a; float a3 = (cVar2.a(dVar4, dVar6) + cVar2.a(dVar4, dVar5)) / 2.0f; if (a3 >= 1.0f) { @@ -315,7 +315,7 @@ public class a implements i { kVarArr[0] = kVarArr[2]; kVarArr[2] = kVar; } - Result result = new Result(eVar.f1422c, eVar.a, kVarArr, c.i.e.a.QR_CODE); + Result result = new Result(eVar.f1421c, eVar.a, kVarArr, c.i.e.a.QR_CODE); List list2 = eVar.d; if (list2 != null) { result.b(c.i.e.j.BYTE_SEGMENTS, list2); diff --git a/app/src/main/java/c/i/e/s/b/a.java b/app/src/main/java/c/i/e/s/b/a.java index a6fb6756e5..31c334ec19 100644 --- a/app/src/main/java/c/i/e/s/b/a.java +++ b/app/src/main/java/c/i/e/s/b/a.java @@ -8,7 +8,7 @@ public final class a { public j b; /* renamed from: c reason: collision with root package name */ - public g f1457c; + public g f1456c; public boolean d; public a(b bVar) throws FormatException { @@ -44,7 +44,7 @@ public final class a { } public g c() throws FormatException { - g gVar = this.f1457c; + g gVar = this.f1456c; if (gVar != null) { return gVar; } @@ -69,7 +69,7 @@ public final class a { if (a2 == null) { a2 = g.a(a ^ 21522, i ^ 21522); } - this.f1457c = a2; + this.f1456c = a2; if (a2 != null) { return a2; } @@ -113,8 +113,8 @@ public final class a { } public void e() { - if (this.f1457c != null) { - c cVar = c.values()[this.f1457c.f1458c]; + if (this.f1456c != null) { + c cVar = c.values()[this.f1456c.f1457c]; b bVar = this.a; cVar.g(bVar, bVar.j); } diff --git a/app/src/main/java/c/i/e/s/b/e.java b/app/src/main/java/c/i/e/s/b/e.java index 552f5cb077..2dda8e13c3 100644 --- a/app/src/main/java/c/i/e/s/b/e.java +++ b/app/src/main/java/c/i/e/s/b/e.java @@ -26,7 +26,7 @@ public final class e { try { aVar.e(); aVar.b = null; - aVar.f1457c = null; + aVar.f1456c = null; aVar.d = true; aVar.d(); aVar.c(); @@ -45,7 +45,7 @@ public final class e { e = null; aVar.e(); aVar.b = null; - aVar.f1457c = null; + aVar.f1456c = null; aVar.d = true; aVar.d(); aVar.c(); @@ -70,7 +70,7 @@ public final class e { f fVar = aVar.c().b; g c2 = aVar.c(); j d2 = aVar.d(); - c cVar = c.values()[c2.f1458c]; + c cVar = c.values()[c2.f1457c]; b bVar2 = aVar.a; int i4 = bVar2.j; cVar.g(bVar2, i4); @@ -94,7 +94,7 @@ public final class e { int i11 = 6; bVar3.k(6, 9, 1, i10); bVar3.k(9, 6, i10, 1); - if (d2.f1460c > 6) { + if (d2.f1459c > 6) { int i12 = c3 - 11; bVar3.k(i12, 0, 3, 6); bVar3.k(0, i12, 6, 3); diff --git a/app/src/main/java/c/i/e/s/b/g.java b/app/src/main/java/c/i/e/s/b/g.java index 394664ade0..0d07fd05ed 100644 --- a/app/src/main/java/c/i/e/s/b/g.java +++ b/app/src/main/java/c/i/e/s/b/g.java @@ -5,7 +5,7 @@ public final class g { public final f b; /* renamed from: c reason: collision with root package name */ - public final byte f1458c; + public final byte f1457c; public g(int i) { int i2 = (i >> 3) & 3; @@ -13,7 +13,7 @@ public final class g { f[] fVarArr = f.m; if (i2 < fVarArr.length) { this.b = fVarArr[i2]; - this.f1458c = (byte) (i & 7); + this.f1457c = (byte) (i & 7); return; } } @@ -55,10 +55,10 @@ public final class g { return false; } g gVar = (g) obj; - return this.b == gVar.b && this.f1458c == gVar.f1458c; + return this.b == gVar.b && this.f1457c == gVar.f1457c; } public int hashCode() { - return (this.b.ordinal() << 3) | this.f1458c; + return (this.b.ordinal() << 3) | this.f1457c; } } diff --git a/app/src/main/java/c/i/e/s/b/h.java b/app/src/main/java/c/i/e/s/b/h.java index 0ed64bcf1d..5a86ea555e 100644 --- a/app/src/main/java/c/i/e/s/b/h.java +++ b/app/src/main/java/c/i/e/s/b/h.java @@ -21,7 +21,7 @@ public enum h { } public int f(j jVar) { - int i = jVar.f1460c; + int i = jVar.f1459c; return this.characterCountBitsForVersions[i <= 9 ? 0 : i <= 26 ? (char) 1 : 2]; } } diff --git a/app/src/main/java/c/i/e/s/b/j.java b/app/src/main/java/c/i/e/s/b/j.java index a43a721d25..4aee6539f3 100644 --- a/app/src/main/java/c/i/e/s/b/j.java +++ b/app/src/main/java/c/i/e/s/b/j.java @@ -7,7 +7,7 @@ public final class j { public static final j[] b = a(); /* renamed from: c reason: collision with root package name */ - public final int f1460c; + public final int f1459c; public final int[] d; public final b[] e; public final int f; @@ -35,7 +35,7 @@ public final class j { } public j(int i, int[] iArr, b... bVarArr) { - this.f1460c = i; + this.f1459c = i; this.d = iArr; this.e = bVarArr; int i2 = bVarArr[0].a; @@ -84,10 +84,10 @@ public final class j { } public int c() { - return (this.f1460c * 4) + 17; + return (this.f1459c * 4) + 17; } public String toString() { - return String.valueOf(this.f1460c); + return String.valueOf(this.f1459c); } } diff --git a/app/src/main/java/c/i/e/s/c/a.java b/app/src/main/java/c/i/e/s/c/a.java index 724982e980..8b1d797ba7 100644 --- a/app/src/main/java/c/i/e/s/c/a.java +++ b/app/src/main/java/c/i/e/s/c/a.java @@ -5,10 +5,10 @@ import c.i.e.k; public final class a extends k { /* renamed from: c reason: collision with root package name */ - public final float f1461c; + public final float f1460c; public a(float f, float f2, float f3) { super(f, f2); - this.f1461c = f3; + this.f1460c = f3; } } diff --git a/app/src/main/java/c/i/e/s/c/b.java b/app/src/main/java/c/i/e/s/c/b.java index e4a15eb038..8a17bc757f 100644 --- a/app/src/main/java/c/i/e/s/c/b.java +++ b/app/src/main/java/c/i/e/s/c/b.java @@ -9,7 +9,7 @@ public final class b { public final List b = new ArrayList(5); /* renamed from: c reason: collision with root package name */ - public final int f1462c; + public final int f1461c; public final int d; public final int e; public final int f; @@ -19,7 +19,7 @@ public final class b { public b(c.i.e.n.b bVar, int i, int i2, int i3, int i4, float f, l lVar) { this.a = bVar; - this.f1462c = i; + this.f1461c = i; this.d = i2; this.e = i3; this.f = i4; @@ -90,12 +90,12 @@ public final class b { float f2 = ((float) ((iArr[0] + iArr[1]) + iArr[2])) / 3.0f; for (a aVar : this.b) { if (Math.abs(f - aVar.b) <= f2 && Math.abs(a - aVar.a) <= f2) { - float abs = Math.abs(f2 - aVar.f1461c); - if (abs <= 1.0f || abs <= aVar.f1461c) { + float abs = Math.abs(f2 - aVar.f1460c); + if (abs <= 1.0f || abs <= aVar.f1460c) { z2 = true; continue; if (z2) { - return new a((aVar.a + a) / 2.0f, (aVar.b + f) / 2.0f, (aVar.f1461c + f2) / 2.0f); + return new a((aVar.a + a) / 2.0f, (aVar.b + f) / 2.0f, (aVar.f1460c + f2) / 2.0f); } } } diff --git a/app/src/main/java/c/i/e/s/c/c.java b/app/src/main/java/c/i/e/s/c/c.java index 34ea19ec41..16c25ebe0f 100644 --- a/app/src/main/java/c/i/e/s/c/c.java +++ b/app/src/main/java/c/i/e/s/c/c.java @@ -32,7 +32,7 @@ public class c { int min2 = Math.min(this.a.j - 1, i2 + i3) - max2; if (((float) min2) >= f3) { b bVar = new b(this.a, max, max2, min, min2, f, this.b); - int i4 = bVar.f1462c; + int i4 = bVar.f1461c; int i5 = bVar.f; int i6 = bVar.e + i4; int i7 = (i5 / 2) + bVar.d; diff --git a/app/src/main/java/c/i/e/s/c/d.java b/app/src/main/java/c/i/e/s/c/d.java index 654b97486d..c452199054 100644 --- a/app/src/main/java/c/i/e/s/c/d.java +++ b/app/src/main/java/c/i/e/s/c/d.java @@ -5,18 +5,18 @@ import c.i.e.k; public final class d extends k { /* renamed from: c reason: collision with root package name */ - public final float f1463c; + public final float f1462c; public final int d; public d(float f, float f2, float f3) { super(f, f2); - this.f1463c = f3; + this.f1462c = f3; this.d = 1; } public d(float f, float f2, float f3, int i) { super(f, f2); - this.f1463c = f3; + this.f1462c = f3; this.d = i; } } diff --git a/app/src/main/java/c/i/e/s/c/e.java b/app/src/main/java/c/i/e/s/c/e.java index e1966e3029..69a34d52ea 100644 --- a/app/src/main/java/c/i/e/s/c/e.java +++ b/app/src/main/java/c/i/e/s/c/e.java @@ -11,7 +11,7 @@ public class e { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public boolean f1464c; + public boolean f1463c; public final int[] d = new int[5]; public final l e; @@ -29,7 +29,7 @@ public class e { d dVar3 = dVar; d dVar4 = dVar2; int compare = Integer.compare(dVar4.d, dVar3.d); - return compare == 0 ? Float.compare(Math.abs(dVar3.f1463c - this.average), Math.abs(dVar4.f1463c - this.average)) : compare; + return compare == 0 ? Float.compare(Math.abs(dVar3.f1462c - this.average), Math.abs(dVar4.f1462c - this.average)) : compare; } } @@ -44,7 +44,7 @@ public class e { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // java.util.Comparator public int compare(d dVar, d dVar2) { - return Float.compare(Math.abs(dVar2.f1463c - this.average), Math.abs(dVar.f1463c - this.average)); + return Float.compare(Math.abs(dVar2.f1462c - this.average), Math.abs(dVar.f1462c - this.average)); } } @@ -267,8 +267,8 @@ public class e { } d dVar = this.b.get(i27); if (Math.abs(f - dVar.b) <= f5 && Math.abs(f2 - dVar.a) <= f5) { - float abs = Math.abs(f5 - dVar.f1463c); - if (abs <= 1.0f || abs <= dVar.f1463c) { + float abs = Math.abs(f5 - dVar.f1462c); + if (abs <= 1.0f || abs <= dVar.f1462c) { z4 = true; if (!z4) { List list = this.b; @@ -276,7 +276,7 @@ public class e { int i29 = i28 + 1; float f6 = (float) i28; float f7 = (float) i29; - list.set(i27, new d(((dVar.a * f6) + f2) / f7, ((dVar.b * f6) + f) / f7, ((f6 * dVar.f1463c) + f5) / f7, i29)); + list.set(i27, new d(((dVar.a * f6) + f2) / f7, ((dVar.b * f6) + f) / f7, ((f6 * dVar.f1462c) + f5) / f7, i29)); z3 = true; break; } @@ -324,7 +324,7 @@ public class e { for (d dVar : this.b) { if (dVar.d >= 2) { i++; - f2 += dVar.f1463c; + f2 += dVar.f1462c; } } if (i < 3) { @@ -332,7 +332,7 @@ public class e { } float f3 = f2 / ((float) size); for (d dVar2 : this.b) { - f += Math.abs(dVar2.f1463c - f3); + f += Math.abs(dVar2.f1462c - f3); } return f <= f2 * 0.05f; } diff --git a/app/src/main/java/c/i/e/s/c/f.java b/app/src/main/java/c/i/e/s/c/f.java index 9876226542..c6c42830c5 100644 --- a/app/src/main/java/c/i/e/s/c/f.java +++ b/app/src/main/java/c/i/e/s/c/f.java @@ -5,11 +5,11 @@ public final class f { public final d b; /* renamed from: c reason: collision with root package name */ - public final d f1465c; + public final d f1464c; public f(d[] dVarArr) { this.a = dVarArr[0]; this.b = dVarArr[1]; - this.f1465c = dVarArr[2]; + this.f1464c = dVarArr[2]; } } diff --git a/app/src/main/java/c/j/a/e.java b/app/src/main/java/c/j/a/e.java index 8f00cf366e..800d8256d4 100644 --- a/app/src/main/java/c/j/a/e.java +++ b/app/src/main/java/c/j/a/e.java @@ -70,7 +70,7 @@ public class e implements Serializable { rVar.b(rVar.c(iVar), hCaptchaConfig); String c2 = iVar.i.c(); k kVar = iVar.i; - kVar.f540c = -1; + kVar.f539c = -1; kVar.h = 0; kVar.j = null; if (kVar.e) { diff --git a/app/src/main/java/c/j/a/f/d.java b/app/src/main/java/c/j/a/f/d.java index b6e30d6c8c..e23f5ad6ac 100644 --- a/app/src/main/java/c/j/a/f/d.java +++ b/app/src/main/java/c/j/a/f/d.java @@ -9,12 +9,12 @@ public abstract class d { public HCaptchaException b; /* renamed from: c reason: collision with root package name */ - public final List> f1466c = new ArrayList(); + public final List> f1465c = new ArrayList(); public final List d = new ArrayList(); public final void a() { if (this.a != null) { - Iterator> it = this.f1466c.iterator(); + Iterator> it = this.f1465c.iterator(); while (it.hasNext()) { it.next().onSuccess(this.a); it.remove(); diff --git a/app/src/main/java/c/k/a/a/a.java b/app/src/main/java/c/k/a/a/a.java index 0c8fa4a3f1..84938e9b05 100644 --- a/app/src/main/java/c/k/a/a/a.java +++ b/app/src/main/java/c/k/a/a/a.java @@ -12,7 +12,7 @@ public class a extends Drawable { public Paint b = new Paint(); /* renamed from: c reason: collision with root package name */ - public Paint f1467c = new Paint(); + public Paint f1466c = new Paint(); public Paint d = new Paint(); public int e; public int f; @@ -20,7 +20,7 @@ public class a extends Drawable { public a(int i) { this.a = i; - this.f1467c.setColor(-1); + this.f1466c.setColor(-1); this.d.setColor(-3421237); } @@ -58,7 +58,7 @@ public class a extends Drawable { rect2.left = i5; rect2.bottom = i4 + i3; rect2.right = i5 + i3; - canvas.drawRect(rect2, z3 ? this.f1467c : this.d); + canvas.drawRect(rect2, z3 ? this.f1466c : this.d); z3 = !z3; } z2 = !z2; diff --git a/app/src/main/java/c/k/a/a/b.java b/app/src/main/java/c/k/a/a/b.java index 56b5eff451..b58a19c5bd 100644 --- a/app/src/main/java/c/k/a/a/b.java +++ b/app/src/main/java/c/k/a/a/b.java @@ -30,14 +30,14 @@ public class b extends BaseAdapter { public ColorPanelView b; /* renamed from: c reason: collision with root package name */ - public ImageView f1468c; + public ImageView f1467c; public int d; public C0155b(Context context) { View inflate = View.inflate(context, b.this.l == 0 ? R.d.cpv_color_item_square : R.d.cpv_color_item_circle, null); this.a = inflate; this.b = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_view); - this.f1468c = (ImageView) this.a.findViewById(R.c.cpv_color_image_view); + this.f1467c = (ImageView) this.a.findViewById(R.c.cpv_color_image_view); this.d = this.b.getBorderColor(); this.a.setTag(this); } @@ -79,20 +79,20 @@ public class b extends BaseAdapter { int i2 = b.this.j[i]; int alpha = Color.alpha(i2); bVar.b.setColor(i2); - bVar.f1468c.setImageResource(b.this.k == i ? R.b.cpv_preset_checked : 0); + bVar.f1467c.setImageResource(b.this.k == i ? R.b.cpv_preset_checked : 0); if (alpha == 255) { b bVar2 = b.this; if (i != bVar2.k || ColorUtils.calculateLuminance(bVar2.j[i]) < 0.65d) { - bVar.f1468c.setColorFilter((ColorFilter) null); + bVar.f1467c.setColorFilter((ColorFilter) null); } else { - bVar.f1468c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); + bVar.f1467c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); } } else if (alpha <= 165) { bVar.b.setBorderColor(i2 | ViewCompat.MEASURED_STATE_MASK); - bVar.f1468c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); + bVar.f1467c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); } else { bVar.b.setBorderColor(bVar.d); - bVar.f1468c.setColorFilter(-1, PorterDuff.Mode.SRC_IN); + bVar.f1467c.setColorFilter(-1, PorterDuff.Mode.SRC_IN); } bVar.b.setOnClickListener(new c(bVar, i)); bVar.b.setOnLongClickListener(new d(bVar)); diff --git a/app/src/main/java/c/k/a/a/e.java b/app/src/main/java/c/k/a/a/e.java index 8453d0fe4a..c9876070ee 100644 --- a/app/src/main/java/c/k/a/a/e.java +++ b/app/src/main/java/c/k/a/a/e.java @@ -26,13 +26,13 @@ public class e implements SeekBar.OnSeekBarChangeListener { int i2 = 255 - i; int i3 = 0; while (true) { - bVar = this.a.f2459s; + bVar = this.a.f2457s; int[] iArr = bVar.j; if (i3 >= iArr.length) { break; } int i4 = iArr[i3]; - this.a.f2459s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); + this.a.f2457s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); i3++; } bVar.notifyDataSetChanged(); diff --git a/app/src/main/java/c/l/a/a.java b/app/src/main/java/c/l/a/a.java index d7cc1ae7b6..d047d372d8 100644 --- a/app/src/main/java/c/l/a/a.java +++ b/app/src/main/java/c/l/a/a.java @@ -37,7 +37,7 @@ public final class a extends Drawable implements Animatable2Compat { public int r; /* renamed from: s reason: collision with root package name */ - public int f1469s; + public int f1468s; public boolean t; public long u; public Long v; @@ -50,7 +50,7 @@ public final class a extends Drawable implements Animatable2Compat { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1470c; + public final int f1469c; public final int d; public final Function0 e; @@ -73,7 +73,7 @@ public final class a extends Drawable implements Animatable2Compat { /* JADX INFO: this call moved to the top of the method (can break code semantics) */ public C0156a(C0156a aVar) { - this(aVar.a.copy(), aVar.b, aVar.f1470c, aVar.d, aVar.e); + this(aVar.a.copy(), aVar.b, aVar.f1469c, aVar.d, aVar.e); m.checkNotNullParameter(aVar, "apngState"); } @@ -82,7 +82,7 @@ public final class a extends Drawable implements Animatable2Compat { m.checkNotNullParameter(function0, "currentTimeProvider"); this.a = apng; this.b = i; - this.f1470c = i2; + this.f1469c = i2; this.d = i3; this.e = function0; } @@ -114,7 +114,7 @@ public final class a extends Drawable implements Animatable2Compat { this.q = new int[frameCount]; C0156a aVar2 = this.w; this.r = aVar2.b; - this.f1469s = aVar2.f1470c; + this.f1468s = aVar2.f1469c; for (int i = 1; i < frameCount; i++) { int[] iArr = this.q; int i2 = i - 1; @@ -122,7 +122,7 @@ public final class a extends Drawable implements Animatable2Compat { } Rect bounds = getBounds(); C0156a aVar3 = this.w; - bounds.set(0, 0, aVar3.b, aVar3.f1470c); + bounds.set(0, 0, aVar3.b, aVar3.f1469c); } @WorkerThread @@ -230,7 +230,7 @@ public final class a extends Drawable implements Animatable2Compat { @Override // android.graphics.drawable.Drawable public int getIntrinsicHeight() { - return this.f1469s; + return this.f1468s; } @Override // android.graphics.drawable.Drawable diff --git a/app/src/main/java/c/m/a/a.java b/app/src/main/java/c/m/a/a.java index c6ca8800ef..94f46b5a1e 100644 --- a/app/src/main/java/c/m/a/a.java +++ b/app/src/main/java/c/m/a/a.java @@ -33,7 +33,7 @@ public final class a { } if ((i & 16) != 0) { c cVar3 = c.e; - j5 = c.f1471c; + j5 = c.f1470c; } else { j5 = j2; } diff --git a/app/src/main/java/c/m/a/c.java b/app/src/main/java/c/m/a/c.java index a81a15efa1..da661ac303 100644 --- a/app/src/main/java/c/m/a/c.java +++ b/app/src/main/java/c/m/a/c.java @@ -9,13 +9,13 @@ public final class c { public static final long b; /* renamed from: c reason: collision with root package name */ - public static final long f1471c; + public static final long f1470c; public static final long d = TimeUnit.SECONDS.toMillis(6); public static final c e = new c(); static { TimeUnit timeUnit = TimeUnit.MINUTES; b = timeUnit.toMillis(1); - f1471c = timeUnit.toMillis(1); + f1470c = timeUnit.toMillis(1); } } diff --git a/app/src/main/java/c/m/a/g/d/e.java b/app/src/main/java/c/m/a/g/d/e.java index 1aa7808376..a35068c95e 100644 --- a/app/src/main/java/c/m/a/g/d/e.java +++ b/app/src/main/java/c/m/a/g/d/e.java @@ -12,7 +12,7 @@ public class e { public final c b; /* renamed from: c reason: collision with root package name */ - public final a f1472c; + public final a f1471c; /* compiled from: SntpClient */ public static class a extends IOException { @@ -27,25 +27,25 @@ public class e { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f1473c; + public final long f1472c; public final c.m.a.b d; public b(long j, long j2, long j3, c.m.a.b bVar) { this.a = j; this.b = j2; - this.f1473c = j3; + this.f1472c = j3; this.d = bVar; } public long a() { - return this.a + this.f1473c + (this.d.b() - this.b); + return this.a + this.f1472c + (this.d.b() - this.b); } } public e(c.m.a.b bVar, c cVar, a aVar) { this.a = bVar; this.b = cVar; - this.f1472c = aVar; + this.f1471c = aVar; } public static void a(byte b2, byte b3, int i, long j) throws a { @@ -97,10 +97,10 @@ public class e { DatagramSocket datagramSocket = null; try { InetAddress a2 = this.b.a(str); - datagramSocket = this.f1472c.c(); + datagramSocket = this.f1471c.c(); datagramSocket.setSoTimeout(l.intValue()); byte[] bArr = new byte[48]; - DatagramPacket b2 = this.f1472c.b(bArr, a2, 123); + DatagramPacket b2 = this.f1471c.b(bArr, a2, 123); bArr[0] = 27; long a3 = this.a.a(); long b3 = this.a.b(); @@ -119,7 +119,7 @@ public class e { bArr[47] = (byte) ((int) (Math.random() * 255.0d)); datagramSocket.send(b2); byte[] copyOf = Arrays.copyOf(bArr, 48); - datagramSocket.receive(this.f1472c.a(copyOf)); + datagramSocket.receive(this.f1471c.a(copyOf)); long b4 = this.a.b(); long j5 = (b4 - b3) + a3; long c2 = c(copyOf, 24); diff --git a/app/src/main/java/c/m/a/g/d/g.java b/app/src/main/java/c/m/a/g/d/g.java index c50d45c5b8..1bd5011996 100644 --- a/app/src/main/java/c/m/a/g/d/g.java +++ b/app/src/main/java/c/m/a/g/d/g.java @@ -21,7 +21,7 @@ public final class g implements f { m.checkParameterIsNotNull(bVar, "response"); this.a.f(bVar.a); this.a.a(bVar.b); - this.a.b(bVar.f1473c); + this.a.b(bVar.f1472c); } @Override // c.m.a.g.d.f diff --git a/app/src/main/java/c/m/a/g/d/i.java b/app/src/main/java/c/m/a/g/d/i.java index 0eff317044..123bcb8d73 100644 --- a/app/src/main/java/c/m/a/g/d/i.java +++ b/app/src/main/java/c/m/a/g/d/i.java @@ -18,7 +18,7 @@ public final class i implements h { public final AtomicLong b = new AtomicLong(0); /* renamed from: c reason: collision with root package name */ - public final ExecutorService f1474c = Executors.newSingleThreadExecutor(b.i); + public final ExecutorService f1473c = Executors.newSingleThreadExecutor(b.i); public final e d; public final c.m.a.b e; public final f f; @@ -78,7 +78,7 @@ public final class i implements h { m.checkExpressionValueIsNotNull(d, "response"); if (d.a() >= 0) { iVar.f.a(d); - long j = d.f1473c; + long j = d.f1472c; long b2 = iVar.e.b() - b; c.m.a.e eVar2 = iVar.g; if (eVar2 != null) { @@ -151,7 +151,7 @@ public final class i implements h { public void b() { c(); if (this.a.get() != a.SYNCING) { - this.f1474c.submit(new c(this)); + this.f1473c.submit(new c(this)); } } diff --git a/app/src/main/java/c/o/a/b.java b/app/src/main/java/c/o/a/b.java index 69bbfdb522..e5d478637d 100644 --- a/app/src/main/java/c/o/a/b.java +++ b/app/src/main/java/c/o/a/b.java @@ -13,7 +13,7 @@ public final class b { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public static AbstractC0160b f1475c; + public static AbstractC0160b f1474c; @NonNull public String d; @@ -43,7 +43,7 @@ public final class b { CopyOnWriteArraySet copyOnWriteArraySet = new CopyOnWriteArraySet(); b = copyOnWriteArraySet; a aVar = new a(); - f1475c = aVar; + f1474c = aVar; copyOnWriteArraySet.add(aVar); } diff --git a/app/src/main/java/c/o/a/c.java b/app/src/main/java/c/o/a/c.java index 98f96f0964..ad6386c144 100644 --- a/app/src/main/java/c/o/a/c.java +++ b/app/src/main/java/c/o/a/c.java @@ -24,7 +24,7 @@ public abstract class c { public Set b = new HashSet(2); /* renamed from: c reason: collision with root package name */ - public Set f1476c = new HashSet(4); + public Set f1475c = new HashSet(4); public Set d = new HashSet(2); public Set e = new HashSet(15); public Set f = new HashSet(5); @@ -47,7 +47,7 @@ public abstract class c { @NonNull public final Collection b() { - return Collections.unmodifiableSet(this.f1476c); + return Collections.unmodifiableSet(this.f1475c); } public final boolean c(@NonNull c.o.a.m.c cVar) { diff --git a/app/src/main/java/c/o/a/l.java b/app/src/main/java/c/o/a/l.java index 6aefbcad7d..78c829c4da 100644 --- a/app/src/main/java/c/o/a/l.java +++ b/app/src/main/java/c/o/a/l.java @@ -15,7 +15,7 @@ public class l { public Location b; /* renamed from: c reason: collision with root package name */ - public int f1477c; + public int f1476c; public b d; public e e; public byte[] f; diff --git a/app/src/main/java/c/o/a/n/b.java b/app/src/main/java/c/o/a/n/b.java index a9c8a7b2b2..22af1f38be 100644 --- a/app/src/main/java/c/o/a/n/b.java +++ b/app/src/main/java/c/o/a/n/b.java @@ -26,14 +26,14 @@ import java.util.Objects; public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback, a.AbstractC0169a { /* renamed from: c0 reason: collision with root package name */ - public final c.o.a.n.q.a f1478c0 = c.o.a.n.q.a.a(); + public final c.o.a.n.q.a f1477c0 = c.o.a.n.q.a.a(); /* renamed from: d0 reason: collision with root package name */ - public Camera f1479d0; + public Camera f1478d0; @VisibleForTesting /* renamed from: e0 reason: collision with root package name */ - public int f1480e0; + public int f1479e0; /* compiled from: Camera1Engine */ public class a implements Runnable { @@ -66,8 +66,8 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - b.this.f1479d0.cancelAutoFocus(); - Camera.Parameters parameters = b.this.f1479d0.getParameters(); + b.this.f1478d0.cancelAutoFocus(); + Camera.Parameters parameters = b.this.f1478d0.getParameters(); int maxNumFocusAreas = parameters.getMaxNumFocusAreas(); int maxNumMeteringAreas = parameters.getMaxNumMeteringAreas(); if (maxNumFocusAreas > 0) { @@ -77,7 +77,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setMeteringAreas(null); } b.this.c1(parameters); - b.this.f1479d0.setParameters(parameters); + b.this.f1478d0.setParameters(parameters); } } @@ -110,7 +110,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback b bVar = b.this; c.o.a.n.s.a aVar = new c.o.a.n.s.a(bVar.K, bVar.n.l()); c.o.a.t.b c2 = this.i.c(aVar); - Camera.Parameters parameters = b.this.f1479d0.getParameters(); + Camera.Parameters parameters = b.this.f1478d0.getParameters(); int maxNumFocusAreas = parameters.getMaxNumFocusAreas(); int maxNumMeteringAreas = parameters.getMaxNumMeteringAreas(); if (maxNumFocusAreas > 0) { @@ -120,12 +120,12 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setMeteringAreas(c2.b(maxNumMeteringAreas, aVar)); } parameters.setFocusMode("auto"); - b.this.f1479d0.setParameters(parameters); + b.this.f1478d0.setParameters(parameters); ((CameraView.b) b.this.l).e(this.j, this.k); b.this.m.e("focus end", 0); b.this.m.c("focus end", true, 2500, new RunnableC0161a()); try { - b.this.f1479d0.autoFocus(new C0162b()); + b.this.f1478d0.autoFocus(new C0162b()); } catch (RuntimeException e) { i.i.a(3, "startAutoFocus:", "Error calling autoFocus", e); } @@ -144,9 +144,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1479d0.getParameters(); + Camera.Parameters parameters = b.this.f1478d0.getParameters(); if (b.this.e1(parameters, this.i)) { - b.this.f1479d0.setParameters(parameters); + b.this.f1478d0.setParameters(parameters); } } } @@ -161,9 +161,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1479d0.getParameters(); + Camera.Parameters parameters = b.this.f1478d0.getParameters(); b.this.g1(parameters); - b.this.f1479d0.setParameters(parameters); + b.this.f1478d0.setParameters(parameters); } } @@ -177,9 +177,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1479d0.getParameters(); + Camera.Parameters parameters = b.this.f1478d0.getParameters(); if (b.this.j1(parameters, this.i)) { - b.this.f1479d0.setParameters(parameters); + b.this.f1478d0.setParameters(parameters); } } } @@ -194,9 +194,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1479d0.getParameters(); + Camera.Parameters parameters = b.this.f1478d0.getParameters(); if (b.this.f1(parameters, this.i)) { - b.this.f1479d0.setParameters(parameters); + b.this.f1478d0.setParameters(parameters); } } } @@ -215,9 +215,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1479d0.getParameters(); + Camera.Parameters parameters = b.this.f1478d0.getParameters(); if (b.this.k1(parameters, this.i)) { - b.this.f1479d0.setParameters(parameters); + b.this.f1478d0.setParameters(parameters); if (this.j) { b bVar = b.this; ((CameraView.b) bVar.l).f(bVar.C, this.k); @@ -242,9 +242,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1479d0.getParameters(); + Camera.Parameters parameters = b.this.f1478d0.getParameters(); if (b.this.d1(parameters, this.i)) { - b.this.f1479d0.setParameters(parameters); + b.this.f1478d0.setParameters(parameters); if (this.j) { b bVar = b.this; ((CameraView.b) bVar.l).c(bVar.D, this.k, this.l); @@ -277,9 +277,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1479d0.getParameters(); + Camera.Parameters parameters = b.this.f1478d0.getParameters(); if (b.this.i1(parameters, this.i)) { - b.this.f1479d0.setParameters(parameters); + b.this.f1478d0.setParameters(parameters); } } } @@ -318,9 +318,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback bVar.a(1, "onStartBind:", "Started"); try { if (this.n.j() == SurfaceHolder.class) { - this.f1479d0.setPreviewDisplay((SurfaceHolder) this.n.i()); + this.f1478d0.setPreviewDisplay((SurfaceHolder) this.n.i()); } else if (this.n.j() == SurfaceTexture.class) { - this.f1479d0.setPreviewTexture((SurfaceTexture) this.n.i()); + this.f1478d0.setPreviewTexture((SurfaceTexture) this.n.i()); } else { throw new RuntimeException("Unknown CameraPreview output class."); } @@ -338,23 +338,23 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @NonNull public Task Q() { try { - Camera open = Camera.open(this.f1480e0); - this.f1479d0 = open; + Camera open = Camera.open(this.f1479e0); + this.f1478d0 = open; if (open != null) { open.setErrorCallback(this); c.o.a.b bVar = i.i; bVar.a(1, "onStartEngine:", "Applying default parameters."); try { - Camera.Parameters parameters = this.f1479d0.getParameters(); - int i2 = this.f1480e0; + Camera.Parameters parameters = this.f1478d0.getParameters(); + int i2 = this.f1479e0; c.o.a.n.t.a aVar = this.K; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.SENSOR; c.o.a.n.t.b bVar3 = c.o.a.n.t.b.VIEW; this.o = new c.o.a.n.u.a(parameters, i2, aVar.b(bVar2, bVar3)); b1(parameters); - this.f1479d0.setParameters(parameters); + this.f1478d0.setParameters(parameters); try { - this.f1479d0.setDisplayOrientation(this.K.c(bVar2, bVar3, 1)); + this.f1478d0.setDisplayOrientation(this.K.c(bVar2, bVar3, 1)); bVar.a(1, "onStartEngine:", "Ended"); return c.i.a.f.e.o.c.F(this.o); } catch (Exception unused) { @@ -386,7 +386,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback this.n.s(C.i, C.j); this.n.r(0); try { - Camera.Parameters parameters = this.f1479d0.getParameters(); + Camera.Parameters parameters = this.f1478d0.getParameters(); parameters.setPreviewFormat(17); c.o.a.x.b bVar2 = this.r; parameters.setPreviewSize(bVar2.i, bVar2.j); @@ -400,13 +400,13 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setPictureSize(Q0.i, Q0.j); } try { - this.f1479d0.setParameters(parameters); - this.f1479d0.setPreviewCallbackWithBuffer(null); - this.f1479d0.setPreviewCallbackWithBuffer(this); + this.f1478d0.setParameters(parameters); + this.f1478d0.setPreviewCallbackWithBuffer(null); + this.f1478d0.setPreviewCallbackWithBuffer(this); l1().e(17, this.r, this.K); bVar.a(1, "onStartPreview", "Starting preview with startPreview()."); try { - this.f1479d0.startPreview(); + this.f1478d0.startPreview(); bVar.a(1, "onStartPreview", "Started preview."); return c.i.a.f.e.o.c.F(null); } catch (Exception e2) { @@ -433,9 +433,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback this.q = null; try { if (this.n.j() == SurfaceHolder.class) { - this.f1479d0.setPreviewDisplay(null); + this.f1478d0.setPreviewDisplay(null); } else if (this.n.j() == SurfaceTexture.class) { - this.f1479d0.setPreviewTexture(null); + this.f1478d0.setPreviewTexture(null); } else { throw new RuntimeException("Unknown CameraPreview output class."); } @@ -452,19 +452,19 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback bVar.a(1, "onStopEngine:", "About to clean up."); this.m.e("focus reset", 0); this.m.e("focus end", 0); - if (this.f1479d0 != null) { + if (this.f1478d0 != null) { try { bVar.a(1, "onStopEngine:", "Clean up.", "Releasing camera."); - this.f1479d0.release(); + this.f1478d0.release(); bVar.a(1, "onStopEngine:", "Clean up.", "Released camera."); } catch (Exception e2) { i.i.a(2, "onStopEngine:", "Clean up.", "Exception while releasing camera.", e2); } - this.f1479d0 = null; + this.f1478d0 = null; this.o = null; } this.o = null; - this.f1479d0 = null; + this.f1478d0 = null; i.i.a(2, "onStopEngine:", "Clean up.", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -473,7 +473,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @NonNull public List T0() { try { - List supportedPreviewSizes = this.f1479d0.getParameters().getSupportedPreviewSizes(); + List supportedPreviewSizes = this.f1478d0.getParameters().getSupportedPreviewSizes(); ArrayList arrayList = new ArrayList(supportedPreviewSizes.size()); for (Camera.Size size : supportedPreviewSizes) { c.o.a.x.b bVar = new c.o.a.x.b(size.width, size.height); @@ -497,10 +497,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback this.p = null; l1().d(); bVar.a(1, "onStopPreview:", "Releasing preview buffers."); - this.f1479d0.setPreviewCallbackWithBuffer(null); + this.f1478d0.setPreviewCallbackWithBuffer(null); try { bVar.a(1, "onStopPreview:", "Stopping preview."); - this.f1479d0.stopPreview(); + this.f1478d0.stopPreview(); bVar.a(1, "onStopPreview:", "Stopped preview."); } catch (Exception e2) { i.i.a(3, "stopPreview", "Could not stop preview", e2); @@ -528,9 +528,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback c.o.a.n.t.a aVar2 = this.K; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.SENSOR; c.o.a.n.t.b bVar3 = c.o.a.n.t.b.OUTPUT; - aVar.f1477c = aVar2.c(bVar2, bVar3, 2); + aVar.f1476c = aVar2.c(bVar2, bVar3, 2); aVar.d = w(bVar3); - c.o.a.v.a aVar3 = new c.o.a.v.a(aVar, this, this.f1479d0); + c.o.a.v.a aVar3 = new c.o.a.v.a(aVar, this, this.f1478d0); this.p = aVar3; aVar3.c(); bVar.a(1, "onTakePicture:", "executed."); @@ -543,11 +543,11 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback c.o.a.n.t.b bVar2 = c.o.a.n.t.b.OUTPUT; aVar.d = F(bVar2); if (this.n instanceof c.o.a.w.e) { - aVar.f1477c = this.K.c(c.o.a.n.t.b.VIEW, bVar2, 1); - this.p = new c.o.a.v.g(aVar, this, (c.o.a.w.e) this.n, aVar2, this.f1490b0); + aVar.f1476c = this.K.c(c.o.a.n.t.b.VIEW, bVar2, 1); + this.p = new c.o.a.v.g(aVar, this, (c.o.a.w.e) this.n, aVar2, this.f1489b0); } else { - aVar.f1477c = this.K.c(c.o.a.n.t.b.SENSOR, bVar2, 2); - this.p = new c.o.a.v.e(aVar, this, this.f1479d0, aVar2); + aVar.f1476c = this.K.c(c.o.a.n.t.b.SENSOR, bVar2, 2); + this.p = new c.o.a.v.e(aVar, this, this.f1478d0, aVar2); } this.p.c(); bVar.a(1, "onTakePictureSnapshot:", "executed."); @@ -568,7 +568,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // c.o.a.n.i public boolean c(@NonNull c.o.a.m.e eVar) { - Objects.requireNonNull(this.f1478c0); + Objects.requireNonNull(this.f1477c0); int intValue = c.o.a.n.q.a.d.get(eVar).intValue(); i.i.a(1, "collectCameraInfo", "Facing:", eVar, "Internal:", Integer.valueOf(intValue), "Cameras:", Integer.valueOf(Camera.getNumberOfCameras())); Camera.CameraInfo cameraInfo = new Camera.CameraInfo(); @@ -577,7 +577,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback Camera.getCameraInfo(i2, cameraInfo); if (cameraInfo.facing == intValue) { this.K.f(eVar, cameraInfo.orientation); - this.f1480e0 = i2; + this.f1479e0 = i2; return true; } } @@ -627,7 +627,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean e1(@NonNull Camera.Parameters parameters, @NonNull c.o.a.m.f fVar) { if (this.o.c(this.v)) { - c.o.a.n.q.a aVar = this.f1478c0; + c.o.a.n.q.a aVar = this.f1477c0; c.o.a.m.f fVar2 = this.v; Objects.requireNonNull(aVar); parameters.setFlashMode(c.o.a.n.q.a.b.get(fVar2)); @@ -646,14 +646,14 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback } public final boolean f1(@NonNull Camera.Parameters parameters, @NonNull c.o.a.m.h hVar) { - if (this.o.c(this.f1494z)) { - c.o.a.n.q.a aVar = this.f1478c0; - c.o.a.m.h hVar2 = this.f1494z; + if (this.o.c(this.f1493z)) { + c.o.a.n.q.a aVar = this.f1477c0; + c.o.a.m.h hVar2 = this.f1493z; Objects.requireNonNull(aVar); parameters.setSceneMode(c.o.a.n.q.a.e.get(hVar2)); return true; } - this.f1494z = hVar; + this.f1493z = hVar; return false; } @@ -678,10 +678,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @TargetApi(17) public final boolean h1(boolean z2) { Camera.CameraInfo cameraInfo = new Camera.CameraInfo(); - Camera.getCameraInfo(this.f1480e0, cameraInfo); + Camera.getCameraInfo(this.f1479e0, cameraInfo); if (cameraInfo.canDisableShutterSound) { try { - return this.f1479d0.enableShutterSound(this.E); + return this.f1478d0.enableShutterSound(this.E); } catch (RuntimeException unused) { return false; } @@ -729,10 +729,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean j1(@NonNull Camera.Parameters parameters, @NonNull m mVar) { if (this.o.c(this.w)) { - c.o.a.n.q.a aVar = this.f1478c0; + c.o.a.n.q.a aVar = this.f1477c0; m mVar2 = this.w; Objects.requireNonNull(aVar); - parameters.setWhiteBalance(c.o.a.n.q.a.f1496c.get(mVar2)); + parameters.setWhiteBalance(c.o.a.n.q.a.f1495c.get(mVar2)); parameters.remove("auto-whitebalance-lock"); return true; } @@ -748,7 +748,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean k1(@NonNull Camera.Parameters parameters, float f2) { if (this.o.k) { parameters.setZoom((int) (this.C * ((float) parameters.getMaxZoom()))); - this.f1479d0.setParameters(parameters); + this.f1478d0.setParameters(parameters); return true; } this.C = f2; @@ -757,8 +757,8 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // c.o.a.n.i public void l0(@NonNull c.o.a.m.h hVar) { - c.o.a.m.h hVar2 = this.f1494z; - this.f1494z = hVar; + c.o.a.m.h hVar2 = this.f1493z; + this.f1493z = hVar; c.o.a.n.v.f fVar = this.m; fVar.b("hdr (" + hVar + ")", true, new c.o.a.n.v.h(fVar, c.o.a.n.v.e.ENGINE, new e(hVar2))); } @@ -780,7 +780,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback c.o.a.n.v.e eVar = this.m.f; c.o.a.n.v.e eVar2 = c.o.a.n.v.e.ENGINE; if (eVar.f(eVar2) && this.m.g.f(eVar2)) { - this.f1479d0.addCallbackBuffer(bArr); + this.f1478d0.addCallbackBuffer(bArr); } } diff --git a/app/src/main/java/c/o/a/n/d.java b/app/src/main/java/c/o/a/n/d.java index 21cedcd4e4..5a29711e14 100644 --- a/app/src/main/java/c/o/a/n/d.java +++ b/app/src/main/java/c/o/a/n/d.java @@ -48,28 +48,28 @@ import java.util.concurrent.ExecutionException; public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a.n.o.c { /* renamed from: c0 reason: collision with root package name */ - public final CameraManager f1481c0; + public final CameraManager f1480c0; /* renamed from: d0 reason: collision with root package name */ - public String f1482d0; + public String f1481d0; /* renamed from: e0 reason: collision with root package name */ - public CameraDevice f1483e0; + public CameraDevice f1482e0; /* renamed from: f0 reason: collision with root package name */ - public CameraCharacteristics f1484f0; + public CameraCharacteristics f1483f0; /* renamed from: g0 reason: collision with root package name */ - public CameraCaptureSession f1485g0; + public CameraCaptureSession f1484g0; /* renamed from: h0 reason: collision with root package name */ - public CaptureRequest.Builder f1486h0; + public CaptureRequest.Builder f1485h0; /* renamed from: i0 reason: collision with root package name */ - public TotalCaptureResult f1487i0; + public TotalCaptureResult f1486i0; /* renamed from: j0 reason: collision with root package name */ - public final c.o.a.n.q.b f1488j0; + public final c.o.a.n.q.b f1487j0; public ImageReader k0; public Surface l0; public Surface m0; @@ -91,17 +91,17 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - boolean h1 = dVar.h1(dVar.f1486h0, this.i); + boolean h1 = dVar.h1(dVar.f1485h0, this.i); d dVar2 = d.this; if (dVar2.m.f == c.o.a.n.v.e.PREVIEW) { dVar2.v = c.o.a.m.f.OFF; - dVar2.h1(dVar2.f1486h0, this.i); + dVar2.h1(dVar2.f1485h0, this.i); try { d dVar3 = d.this; - dVar3.f1485g0.capture(dVar3.f1486h0.build(), null, null); + dVar3.f1484g0.capture(dVar3.f1485h0.build(), null, null); d dVar4 = d.this; dVar4.v = this.j; - dVar4.h1(dVar4.f1486h0, this.i); + dVar4.h1(dVar4.f1485h0, this.i); d.this.k1(); } catch (CameraAccessException e) { throw d.this.o1(e); @@ -123,7 +123,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - CaptureRequest.Builder builder = dVar.f1486h0; + CaptureRequest.Builder builder = dVar.f1485h0; Location location = dVar.B; if (location != null) { builder.set(CaptureRequest.JPEG_GPS_LOCATION, location); @@ -143,7 +143,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.m1(dVar.f1486h0, this.i)) { + if (dVar.m1(dVar.f1485h0, this.i)) { d.this.k1(); } } @@ -161,7 +161,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.i1(dVar.f1486h0, this.i)) { + if (dVar.i1(dVar.f1485h0, this.i)) { d.this.k1(); } } @@ -184,7 +184,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.n1(dVar.f1486h0, this.i)) { + if (dVar.n1(dVar.f1485h0, this.i)) { d.this.k1(); if (this.j) { ((CameraView.b) d.this.l).f(this.k, this.l); @@ -212,7 +212,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.g1(dVar.f1486h0, this.i)) { + if (dVar.g1(dVar.f1485h0, this.i)) { d.this.k1(); if (this.j) { ((CameraView.b) d.this.l).c(this.k, this.l, this.m); @@ -232,7 +232,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.j1(dVar.f1486h0, this.i)) { + if (dVar.j1(dVar.f1485h0, this.i)) { d.this.k1(); } } @@ -257,7 +257,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // android.hardware.camera2.CameraCaptureSession.CaptureCallback public void onCaptureCompleted(@NonNull CameraCaptureSession cameraCaptureSession, @NonNull CaptureRequest captureRequest, @NonNull TotalCaptureResult totalCaptureResult) { d dVar = d.this; - dVar.f1487i0 = totalCaptureResult; + dVar.f1486i0 = totalCaptureResult; for (c.o.a.n.o.a aVar : dVar.o0) { aVar.b(d.this, captureRequest, totalCaptureResult); } @@ -445,11 +445,11 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // android.hardware.camera2.CameraDevice.StateCallback public void onOpened(@NonNull CameraDevice cameraDevice) { int i; - d.this.f1483e0 = cameraDevice; + d.this.f1482e0 = cameraDevice; try { i.i.a(1, "onStartEngine:", "Opened camera device."); d dVar = d.this; - dVar.f1484f0 = dVar.f1481c0.getCameraCharacteristics(dVar.f1482d0); + dVar.f1483f0 = dVar.f1480c0.getCameraCharacteristics(dVar.f1481d0); boolean b = d.this.K.b(c.o.a.n.t.b.SENSOR, c.o.a.n.t.b.VIEW); int ordinal = d.this.A.ordinal(); if (ordinal == 0) { @@ -460,7 +460,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. throw new IllegalArgumentException("Unknown format:" + d.this.A); } d dVar2 = d.this; - dVar2.o = new c.o.a.n.u.b(dVar2.f1481c0, dVar2.f1482d0, b, i); + dVar2.o = new c.o.a.n.u.b(dVar2.f1480c0, dVar2.f1481d0, b, i); d dVar3 = d.this; Objects.requireNonNull(dVar3); dVar3.q1(1); @@ -503,7 +503,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // android.hardware.camera2.CameraCaptureSession.StateCallback public void onConfigured(@NonNull CameraCaptureSession cameraCaptureSession) { - d.this.f1485g0 = cameraCaptureSession; + d.this.f1484g0 = cameraCaptureSession; i.i.a(1, "onStartBind:", "Completed"); this.a.b(null); } @@ -580,10 +580,10 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (c.o.a.n.q.b.a == null) { c.o.a.n.q.b.a = new c.o.a.n.q.b(); } - this.f1488j0 = c.o.a.n.q.b.a; + this.f1487j0 = c.o.a.n.q.b.a; this.o0 = new CopyOnWriteArrayList(); this.q0 = new i(); - this.f1481c0 = (CameraManager) ((CameraView.b) this.l).g().getSystemService(ChatInputComponentTypes.CAMERA); + this.f1480c0 = (CameraManager) ((CameraView.b) this.l).g().getSystemService(ChatInputComponentTypes.CAMERA); new c.o.a.n.o.g().e(this); } @@ -698,8 +698,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. bVar8 = bVar8.f(); } bVar7.a(1, "computeFrameProcessingSize:", "result:", bVar8, "flip:", Boolean.valueOf(b2)); - this.f1491s = bVar8; - ImageReader newInstance2 = ImageReader.newInstance(bVar8.i, bVar8.j, this.t, this.f1489a0 + 1); + this.f1490s = bVar8; + ImageReader newInstance2 = ImageReader.newInstance(bVar8.i, bVar8.j, this.t, this.f1488a0 + 1); this.k0 = newInstance2; handler = null; newInstance2.setOnImageAvailableListener(this, null); @@ -712,11 +712,11 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } else { handler = null; this.k0 = null; - this.f1491s = null; + this.f1490s = null; this.l0 = null; } try { - this.f1483e0.createCaptureSession(arrayList, new o(taskCompletionSource), handler); + this.f1482e0.createCaptureSession(arrayList, new o(taskCompletionSource), handler); return taskCompletionSource.a; } catch (CameraAccessException e3) { throw o1(e3); @@ -729,7 +729,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. public Task Q() { TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); try { - this.f1481c0.openCamera(this.f1482d0, new m(taskCompletionSource), (Handler) null); + this.f1480c0.openCamera(this.f1481d0, new m(taskCompletionSource), (Handler) null); return taskCompletionSource.a; } catch (CameraAccessException e2) { throw o1(e2); @@ -748,7 +748,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. this.n.s(C.i, C.j); this.n.r(this.K.c(c.o.a.n.t.b.BASE, bVar2, 1)); if (this.u) { - S0().e(this.t, this.f1491s, this.K); + S0().e(this.t, this.f1490s, this.K); } bVar.a(1, "onStartPreview:", "Starting preview."); c1(new Surface[0]); @@ -770,7 +770,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. this.m0 = null; this.r = null; this.q = null; - this.f1491s = null; + this.f1490s = null; ImageReader imageReader = this.k0; if (imageReader != null) { imageReader.close(); @@ -781,8 +781,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. imageReader2.close(); this.n0 = null; } - this.f1485g0.close(); - this.f1485g0 = null; + this.f1484g0.close(); + this.f1484g0 = null; bVar.a(1, "onStopBind:", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -793,19 +793,19 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. try { c.o.a.b bVar = i.i; bVar.a(1, "onStopEngine:", "Clean up.", "Releasing camera."); - this.f1483e0.close(); + this.f1482e0.close(); bVar.a(1, "onStopEngine:", "Clean up.", "Released camera."); } catch (Exception e2) { i.i.a(2, "onStopEngine:", "Clean up.", "Exception while releasing camera.", e2); } - this.f1483e0 = null; + this.f1482e0 = null; i.i.a(1, "onStopEngine:", "Aborting actions."); for (c.o.a.n.o.a aVar : this.o0) { aVar.a(this); } - this.f1484f0 = null; + this.f1483f0 = null; this.o = null; - this.f1486h0 = null; + this.f1485h0 = null; i.i.a(2, "onStopEngine:", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -814,7 +814,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull public List T0() { try { - StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1481c0.getCameraCharacteristics(this.f1482d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); + StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1480c0.getCameraCharacteristics(this.f1481d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); if (streamConfigurationMap != null) { Size[] outputSizes = streamConfigurationMap.getOutputSizes(this.n.j()); ArrayList arrayList = new ArrayList(outputSizes.length); @@ -841,12 +841,12 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (this.u) { S0().d(); } - this.f1486h0.removeTarget(this.m0); + this.f1485h0.removeTarget(this.m0); Surface surface = this.l0; if (surface != null) { - this.f1486h0.removeTarget(surface); + this.f1485h0.removeTarget(surface); } - this.f1487i0 = null; + this.f1486i0 = null; bVar.a(1, "onStopPreview:", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -876,11 +876,11 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. c.o.a.n.t.a aVar2 = this.K; c.o.a.n.t.b bVar = c.o.a.n.t.b.SENSOR; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.OUTPUT; - aVar.f1477c = aVar2.c(bVar, bVar2, 2); + aVar.f1476c = aVar2.c(bVar, bVar2, 2); aVar.d = w(bVar2); try { - CaptureRequest.Builder createCaptureRequest = this.f1483e0.createCaptureRequest(2); - d1(createCaptureRequest, this.f1486h0); + CaptureRequest.Builder createCaptureRequest = this.f1482e0.createCaptureRequest(2); + d1(createCaptureRequest, this.f1485h0); c.o.a.v.b bVar3 = new c.o.a.v.b(aVar, this, createCaptureRequest, this.n0); this.p = bVar3; bVar3.c(); @@ -902,7 +902,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (this.n instanceof c.o.a.w.e) { c.o.a.n.t.b bVar = c.o.a.n.t.b.OUTPUT; aVar.d = F(bVar); - aVar.f1477c = this.K.c(c.o.a.n.t.b.VIEW, bVar, 1); + aVar.f1476c = this.K.c(c.o.a.n.t.b.VIEW, bVar, 1); c.o.a.v.f fVar = new c.o.a.v.f(aVar, this, (c.o.a.w.e) this.n, aVar2); this.p = fVar; fVar.c(); @@ -923,16 +923,16 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // c.o.a.n.i public final boolean c(@NonNull c.o.a.m.e eVar) { - Objects.requireNonNull(this.f1488j0); + Objects.requireNonNull(this.f1487j0); int intValue = c.o.a.n.q.b.b.get(eVar).intValue(); try { - String[] cameraIdList = this.f1481c0.getCameraIdList(); + String[] cameraIdList = this.f1480c0.getCameraIdList(); i.i.a(1, "collectCameraInfo", "Facing:", eVar, "Internal:", Integer.valueOf(intValue), "Cameras:", Integer.valueOf(cameraIdList.length)); for (String str : cameraIdList) { try { - CameraCharacteristics cameraCharacteristics = this.f1481c0.getCameraCharacteristics(str); + CameraCharacteristics cameraCharacteristics = this.f1480c0.getCameraCharacteristics(str); if (intValue == ((Integer) u1(cameraCharacteristics, CameraCharacteristics.LENS_FACING, -99)).intValue()) { - this.f1482d0 = str; + this.f1481d0 = str; this.K.f(eVar, ((Integer) u1(cameraCharacteristics, CameraCharacteristics.SENSOR_ORIENTATION, 0)).intValue()); return true; } @@ -946,14 +946,14 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } public final void c1(@NonNull Surface... surfaceArr) { - this.f1486h0.addTarget(this.m0); + this.f1485h0.addTarget(this.m0); Surface surface = this.l0; if (surface != null) { - this.f1486h0.addTarget(surface); + this.f1485h0.addTarget(surface); } for (Surface surface2 : surfaceArr) { if (surface2 != null) { - this.f1486h0.addTarget(surface2); + this.f1485h0.addTarget(surface2); } else { throw new IllegalArgumentException("Should not add a null surface."); } @@ -997,7 +997,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. public void e1(@NonNull c.o.a.n.o.a aVar, @NonNull CaptureRequest.Builder builder) throws CameraAccessException { if (this.m.f == c.o.a.n.v.e.PREVIEW && !O()) { - this.f1485g0.capture(builder.build(), this.q0, null); + this.f1484g0.capture(builder.build(), this.q0, null); } } @@ -1051,7 +1051,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. for (int i2 : iArr) { arrayList.add(Integer.valueOf(i2)); } - c.o.a.n.q.b bVar = this.f1488j0; + c.o.a.n.q.b bVar = this.f1487j0; c.o.a.m.f fVar2 = this.v; Objects.requireNonNull(bVar); ArrayList arrayList2 = new ArrayList(); @@ -1086,14 +1086,14 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } public boolean i1(@NonNull CaptureRequest.Builder builder, @NonNull c.o.a.m.h hVar) { - if (this.o.c(this.f1494z)) { - c.o.a.n.q.b bVar = this.f1488j0; - c.o.a.m.h hVar2 = this.f1494z; + if (this.o.c(this.f1493z)) { + c.o.a.n.q.b bVar = this.f1487j0; + c.o.a.m.h hVar2 = this.f1493z; Objects.requireNonNull(bVar); builder.set(CaptureRequest.CONTROL_SCENE_MODE, Integer.valueOf(c.o.a.n.q.b.d.get(hVar2).intValue())); return true; } - this.f1494z = hVar; + this.f1493z = hVar; return false; } @@ -1142,8 +1142,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // c.o.a.n.i public void l0(@NonNull c.o.a.m.h hVar) { - c.o.a.m.h hVar2 = this.f1494z; - this.f1494z = hVar; + c.o.a.m.h hVar2 = this.f1493z; + this.f1493z = hVar; c.o.a.n.v.f fVar = this.m; fVar.b("hdr (" + hVar + ")", true, new c.o.a.n.v.h(fVar, c.o.a.n.v.e.ENGINE, new RunnableC0165d(hVar2))); } @@ -1151,7 +1151,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. public final void l1(boolean z2, int i2) { if ((this.m.f == c.o.a.n.v.e.PREVIEW && !O()) || !z2) { try { - this.f1485g0.setRepeatingRequest(this.f1486h0.build(), this.q0, null); + this.f1484g0.setRepeatingRequest(this.f1485h0.build(), this.q0, null); } catch (CameraAccessException e2) { throw new CameraException(e2, i2); } catch (IllegalStateException e3) { @@ -1173,10 +1173,10 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. public boolean m1(@NonNull CaptureRequest.Builder builder, @NonNull c.o.a.m.m mVar) { if (this.o.c(this.w)) { - c.o.a.n.q.b bVar = this.f1488j0; + c.o.a.n.q.b bVar = this.f1487j0; c.o.a.m.m mVar2 = this.w; Objects.requireNonNull(bVar); - builder.set(CaptureRequest.CONTROL_AWB_MODE, Integer.valueOf(c.o.a.n.q.b.f1497c.get(mVar2).intValue())); + builder.set(CaptureRequest.CONTROL_AWB_MODE, Integer.valueOf(c.o.a.n.q.b.f1496c.get(mVar2).intValue())); return true; } this.w = mVar; @@ -1256,7 +1256,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (gVar != null) { gVar.a(this); } - CaptureRequest.Builder builder = this.f1486h0; + CaptureRequest.Builder builder = this.f1485h0; boolean z2 = false; int[] iArr = (int[]) t1(CameraCharacteristics.CONTROL_AF_AVAILABLE_MODES, new int[0]); ArrayList arrayList = new ArrayList(); @@ -1280,12 +1280,12 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull public final CaptureRequest.Builder q1(int i2) throws CameraAccessException { - CaptureRequest.Builder builder = this.f1486h0; - CaptureRequest.Builder createCaptureRequest = this.f1483e0.createCaptureRequest(i2); - this.f1486h0 = createCaptureRequest; + CaptureRequest.Builder builder = this.f1485h0; + CaptureRequest.Builder createCaptureRequest = this.f1482e0.createCaptureRequest(i2); + this.f1485h0 = createCaptureRequest; createCaptureRequest.setTag(Integer.valueOf(i2)); - d1(this.f1486h0, builder); - return this.f1486h0; + d1(this.f1485h0, builder); + return this.f1485h0; } @NonNull @@ -1316,7 +1316,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull public List s1() { try { - StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1481c0.getCameraCharacteristics(this.f1482d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); + StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1480c0.getCameraCharacteristics(this.f1481d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); if (streamConfigurationMap != null) { Size[] outputSizes = streamConfigurationMap.getOutputSizes(this.t); ArrayList arrayList = new ArrayList(outputSizes.length); @@ -1343,7 +1343,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull @VisibleForTesting public T t1(@NonNull CameraCharacteristics.Key key, @NonNull T t) { - T t2 = (T) this.f1484f0.get(key); + T t2 = (T) this.f1483f0.get(key); return t2 == null ? t : t2; } diff --git a/app/src/main/java/c/o/a/n/f.java b/app/src/main/java/c/o/a/n/f.java index 1d5934c21d..c456e2e003 100644 --- a/app/src/main/java/c/o/a/n/f.java +++ b/app/src/main/java/c/o/a/n/f.java @@ -14,14 +14,14 @@ public class f extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1495c = cVar; - this.e.f1(((d) cVar).f1486h0); + this.f1494c = cVar; + this.e.f1(((d) cVar).f1485h0); d dVar = (d) cVar; - CaptureRequest.Builder builder = dVar.f1486h0; + CaptureRequest.Builder builder = dVar.f1485h0; CaptureRequest.Key key = CaptureRequest.CONTROL_AE_LOCK; Boolean bool = Boolean.FALSE; builder.set(key, bool); - dVar.f1486h0.set(CaptureRequest.CONTROL_AWB_LOCK, bool); + dVar.f1485h0.set(CaptureRequest.CONTROL_AWB_LOCK, bool); dVar.k1(); l(Integer.MAX_VALUE); } diff --git a/app/src/main/java/c/o/a/n/g.java b/app/src/main/java/c/o/a/n/g.java index 2750f47cad..6defe17183 100644 --- a/app/src/main/java/c/o/a/n/g.java +++ b/app/src/main/java/c/o/a/n/g.java @@ -51,10 +51,10 @@ public abstract class g extends i { public int Z; /* renamed from: a0 reason: collision with root package name */ - public int f1489a0; + public int f1488a0; /* renamed from: b0 reason: collision with root package name */ - public c.o.a.u.a f1490b0; + public c.o.a.u.a f1489b0; public c.o.a.w.a n; public c.o.a.c o; public c.o.a.v.d p; @@ -62,20 +62,20 @@ public abstract class g extends i { public c.o.a.x.b r; /* renamed from: s reason: collision with root package name */ - public c.o.a.x.b f1491s; + public c.o.a.x.b f1490s; public int t; public boolean u; public f v; public m w; /* renamed from: x reason: collision with root package name */ - public l f1492x; + public l f1491x; /* renamed from: y reason: collision with root package name */ - public c.o.a.m.b f1493y; + public c.o.a.m.b f1492y; /* renamed from: z reason: collision with root package name */ - public h f1494z; + public h f1493z; /* compiled from: CameraBaseEngine */ public class a implements Runnable { @@ -191,7 +191,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void B0(@NonNull c.o.a.m.l lVar) { - this.f1492x = lVar; + this.f1491x = lVar; } @Override // c.o.a.n.i @@ -263,7 +263,7 @@ public abstract class g extends i { @Override // c.o.a.n.i @NonNull public final c.o.a.m.l H() { - return this.f1492x; + return this.f1491x; } @Override // c.o.a.n.i @@ -383,7 +383,7 @@ public abstract class g extends i { @NonNull public c.o.a.p.c S0() { if (this.J == null) { - this.J = V0(this.f1489a0); + this.J = V0(this.f1488a0); } return this.J; } @@ -426,7 +426,7 @@ public abstract class g extends i { if (aVar != null) { CameraView.b bVar = (CameraView.b) this.l; bVar.b.a(1, "dispatchOnPictureTaken", aVar); - CameraView.this.f2483s.post(new c.o.a.i(bVar, aVar)); + CameraView.this.f2481s.post(new c.o.a.i(bVar, aVar)); return; } i.i.a(3, "onPictureResult", "result is null: something went wrong.", exc); @@ -445,7 +445,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void b0(@NonNull c.o.a.m.b bVar) { - this.f1493y = bVar; + this.f1492y = bVar; } @Override // c.o.a.n.i @@ -483,7 +483,7 @@ public abstract class g extends i { @Override // c.o.a.n.i @NonNull public final c.o.a.m.b h() { - return this.f1493y; + return this.f1492y; } @Override // c.o.a.n.i @@ -509,7 +509,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void j0(int i) { - this.f1489a0 = i; + this.f1488a0 = i; } @Override // c.o.a.n.i @@ -550,7 +550,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void o0(@Nullable c.o.a.u.a aVar) { - this.f1490b0 = aVar; + this.f1489b0 = aVar; } @Override // c.o.a.n.i @@ -560,7 +560,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final int q() { - return this.f1489a0; + return this.f1488a0; } @Override // c.o.a.n.i @@ -571,7 +571,7 @@ public abstract class g extends i { @Override // c.o.a.n.i @NonNull public final h r() { - return this.f1494z; + return this.f1493z; } @Override // c.o.a.n.i diff --git a/app/src/main/java/c/o/a/n/i.java b/app/src/main/java/c/o/a/n/i.java index 5ac33377df..548a468f3f 100644 --- a/app/src/main/java/c/o/a/n/i.java +++ b/app/src/main/java/c/o/a/n/i.java @@ -242,7 +242,7 @@ public abstract class i implements a.c, d.a { boolean z2; c.o.a.n.v.f fVar = this.m; synchronized (fVar.e) { - Iterator> it = fVar.f1501c.iterator(); + Iterator> it = fVar.f1500c.iterator(); while (true) { if (!it.hasNext()) { z2 = false; @@ -305,7 +305,7 @@ public abstract class i implements a.c, d.a { c.o.a.n.v.f fVar = this.m; synchronized (fVar.e) { HashSet hashSet = new HashSet(); - Iterator> it = fVar.f1501c.iterator(); + Iterator> it = fVar.f1500c.iterator(); while (it.hasNext()) { hashSet.add(it.next().a); } diff --git a/app/src/main/java/c/o/a/n/k.java b/app/src/main/java/c/o/a/n/k.java index fefbae77ab..b10021d468 100644 --- a/app/src/main/java/c/o/a/n/k.java +++ b/app/src/main/java/c/o/a/n/k.java @@ -23,7 +23,7 @@ public class k implements f { if (cVar2 != null) { CameraView.b bVar = (CameraView.b) this.a.l; bVar.b.a(1, "dispatchOnCameraOpened", cVar2); - CameraView.this.f2483s.post(new c.o.a.f(bVar, cVar2)); + CameraView.this.f2481s.post(new c.o.a.f(bVar, cVar2)); return c.i.a.f.e.o.c.F(null); } throw new RuntimeException("Null options!"); diff --git a/app/src/main/java/c/o/a/n/m.java b/app/src/main/java/c/o/a/n/m.java index 1200a00695..97084c3d40 100644 --- a/app/src/main/java/c/o/a/n/m.java +++ b/app/src/main/java/c/o/a/n/m.java @@ -16,6 +16,6 @@ public class m implements e { public void onSuccess(Void r6) { CameraView.b bVar = (CameraView.b) this.a.l; bVar.b.a(1, "dispatchOnCameraClosed"); - CameraView.this.f2483s.post(new g(bVar)); + CameraView.this.f2481s.post(new g(bVar)); } } diff --git a/app/src/main/java/c/o/a/n/o/d.java b/app/src/main/java/c/o/a/n/o/d.java index 47c83e5458..2691777134 100644 --- a/app/src/main/java/c/o/a/n/o/d.java +++ b/app/src/main/java/c/o/a/n/o/d.java @@ -49,7 +49,7 @@ public abstract class d extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1495c = cVar; + this.f1494c = cVar; m().f(new a()); m().j(cVar); } diff --git a/app/src/main/java/c/o/a/n/o/e.java b/app/src/main/java/c/o/a/n/o/e.java index 63bd38e472..13f0ecb434 100644 --- a/app/src/main/java/c/o/a/n/o/e.java +++ b/app/src/main/java/c/o/a/n/o/e.java @@ -17,7 +17,7 @@ public abstract class e implements a { public int b; /* renamed from: c reason: collision with root package name */ - public c f1495c; + public c f1494c; public boolean d; @Override // c.o.a.n.o.a @@ -49,12 +49,12 @@ public abstract class e implements a { @Override // c.o.a.n.o.a public final void e(@NonNull c cVar) { - this.f1495c = cVar; + this.f1494c = cVar; d dVar = (d) cVar; if (!dVar.o0.contains(this)) { dVar.o0.add(this); } - if (((d) cVar).f1487i0 != null) { + if (((d) cVar).f1486i0 != null) { j(cVar); } else { this.d = true; @@ -80,12 +80,12 @@ public abstract class e implements a { @CallSuper public void j(@NonNull c cVar) { - this.f1495c = cVar; + this.f1494c = cVar; } @NonNull public T k(@NonNull CameraCharacteristics.Key key, @NonNull T t) { - T t2 = (T) ((d) this.f1495c).f1484f0.get(key); + T t2 = (T) ((d) this.f1494c).f1483f0.get(key); return t2 == null ? t : t2; } @@ -96,8 +96,8 @@ public abstract class e implements a { bVar.a(this, this.b); } if (this.b == Integer.MAX_VALUE) { - ((d) this.f1495c).o0.remove(this); - i(this.f1495c); + ((d) this.f1494c).o0.remove(this); + i(this.f1494c); } } } diff --git a/app/src/main/java/c/o/a/n/o/h.java b/app/src/main/java/c/o/a/n/o/h.java index 2c9987c00c..ed75fa2d18 100644 --- a/app/src/main/java/c/o/a/n/o/h.java +++ b/app/src/main/java/c/o/a/n/o/h.java @@ -69,7 +69,7 @@ public class h extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1495c = cVar; + this.f1494c = cVar; int i = this.f; if (i >= 0) { this.e.get(i).j(cVar); @@ -91,7 +91,7 @@ public class h extends e { this.f = i2; this.e.get(i2).f(new a()); if (!z3) { - this.e.get(this.f).j(this.f1495c); + this.e.get(this.f).j(this.f1494c); } } } diff --git a/app/src/main/java/c/o/a/n/o/j.java b/app/src/main/java/c/o/a/n/o/j.java index f65cce5842..2716b807c1 100644 --- a/app/src/main/java/c/o/a/n/o/j.java +++ b/app/src/main/java/c/o/a/n/o/j.java @@ -79,7 +79,7 @@ public class j extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1495c = cVar; + this.f1494c = cVar; for (e eVar : this.e) { if (!eVar.g()) { eVar.j(cVar); diff --git a/app/src/main/java/c/o/a/n/p/a.java b/app/src/main/java/c/o/a/n/p/a.java index f864433230..b05af47ce3 100644 --- a/app/src/main/java/c/o/a/n/p/a.java +++ b/app/src/main/java/c/o/a/n/p/a.java @@ -9,7 +9,7 @@ import c.o.a.n.o.e; public abstract class a extends e { @Override // c.o.a.n.o.e public final void j(@NonNull c cVar) { - this.f1495c = cVar; + this.f1494c = cVar; boolean n = n(cVar); if (!m(cVar) || n) { l(Integer.MAX_VALUE); diff --git a/app/src/main/java/c/o/a/n/p/b.java b/app/src/main/java/c/o/a/n/p/b.java index 75f9208f61..e442e99589 100644 --- a/app/src/main/java/c/o/a/n/p/b.java +++ b/app/src/main/java/c/o/a/n/p/b.java @@ -26,7 +26,7 @@ public class b extends a { @Override // c.o.a.n.p.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1486h0.get(CaptureRequest.CONTROL_AE_MODE); + Integer num = (Integer) ((d) cVar).f1485h0.get(CaptureRequest.CONTROL_AE_MODE); boolean z3 = z2 && (num != null && (num.intValue() == 1 || num.intValue() == 3 || num.intValue() == 2 || num.intValue() == 4 || num.intValue() == 5)); e.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -34,7 +34,7 @@ public class b extends a { @Override // c.o.a.n.p.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1487i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1486i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_STATE); boolean z2 = num != null && num.intValue() == 3; @@ -47,9 +47,9 @@ public class b extends a { @Override // c.o.a.n.p.a public void o(@NonNull c cVar) { - ((d) cVar).f1486h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(Build.VERSION.SDK_INT >= 23 ? 2 : 0)); + ((d) cVar).f1485h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(Build.VERSION.SDK_INT >= 23 ? 2 : 0)); d dVar = (d) cVar; - dVar.f1486h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); + dVar.f1485h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); dVar.k1(); } } diff --git a/app/src/main/java/c/o/a/n/p/c.java b/app/src/main/java/c/o/a/n/p/c.java index 05ba4e2f67..e336f3ad1a 100644 --- a/app/src/main/java/c/o/a/n/p/c.java +++ b/app/src/main/java/c/o/a/n/p/c.java @@ -38,7 +38,7 @@ public class c extends a { @Override // c.o.a.n.p.a public boolean n(@NonNull c.o.a.n.o.c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1487i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1486i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_STATE); boolean z2 = num != null && (num.intValue() == 4 || num.intValue() == 5 || num.intValue() == 0 || num.intValue() == 2 || num.intValue() == 6); @@ -53,9 +53,9 @@ public class c extends a { @Override // c.o.a.n.p.a public void o(@NonNull c.o.a.n.o.c cVar) { - ((d) cVar).f1486h0.set(CaptureRequest.CONTROL_AF_MODE, 1); + ((d) cVar).f1485h0.set(CaptureRequest.CONTROL_AF_MODE, 1); d dVar = (d) cVar; - dVar.f1486h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); + dVar.f1485h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); dVar.k1(); } } diff --git a/app/src/main/java/c/o/a/n/p/e.java b/app/src/main/java/c/o/a/n/p/e.java index 0c944d5ceb..17b4eb21de 100644 --- a/app/src/main/java/c/o/a/n/p/e.java +++ b/app/src/main/java/c/o/a/n/p/e.java @@ -26,7 +26,7 @@ public class e extends a { @Override // c.o.a.n.p.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1486h0.get(CaptureRequest.CONTROL_AWB_MODE); + Integer num = (Integer) ((d) cVar).f1485h0.get(CaptureRequest.CONTROL_AWB_MODE); boolean z3 = z2 && num != null && num.intValue() == 1; e.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -34,7 +34,7 @@ public class e extends a { @Override // c.o.a.n.p.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1487i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1486i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AWB_STATE); boolean z2 = num != null && num.intValue() == 3; @@ -47,7 +47,7 @@ public class e extends a { @Override // c.o.a.n.p.a public void o(@NonNull c cVar) { - ((d) cVar).f1486h0.set(CaptureRequest.CONTROL_AWB_LOCK, Boolean.TRUE); + ((d) cVar).f1485h0.set(CaptureRequest.CONTROL_AWB_LOCK, Boolean.TRUE); ((d) cVar).k1(); } } diff --git a/app/src/main/java/c/o/a/n/q/a.java b/app/src/main/java/c/o/a/n/q/a.java index e9b693ef5e..53a738b894 100644 --- a/app/src/main/java/c/o/a/n/q/a.java +++ b/app/src/main/java/c/o/a/n/q/a.java @@ -15,7 +15,7 @@ public class a { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final Map f1496c; + public static final Map f1495c; public static final Map d; public static final Map e; @@ -23,7 +23,7 @@ public class a { HashMap hashMap = new HashMap(); b = hashMap; HashMap hashMap2 = new HashMap(); - f1496c = hashMap2; + f1495c = hashMap2; HashMap hashMap3 = new HashMap(); d = hashMap3; HashMap hashMap4 = new HashMap(); diff --git a/app/src/main/java/c/o/a/n/q/b.java b/app/src/main/java/c/o/a/n/q/b.java index 0550bd1924..8726252e2e 100644 --- a/app/src/main/java/c/o/a/n/q/b.java +++ b/app/src/main/java/c/o/a/n/q/b.java @@ -16,14 +16,14 @@ public class b { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final Map f1497c; + public static final Map f1496c; public static final Map d; static { HashMap hashMap = new HashMap(); b = hashMap; HashMap hashMap2 = new HashMap(); - f1497c = hashMap2; + f1496c = hashMap2; HashMap hashMap3 = new HashMap(); d = hashMap3; hashMap.put(e.BACK, 1); diff --git a/app/src/main/java/c/o/a/n/r/a.java b/app/src/main/java/c/o/a/n/r/a.java index de6adb843f..1dfe4eeea4 100644 --- a/app/src/main/java/c/o/a/n/r/a.java +++ b/app/src/main/java/c/o/a/n/r/a.java @@ -22,7 +22,7 @@ public abstract class a extends e { @Override // c.o.a.n.o.e public final void j(@NonNull c cVar) { - this.f1495c = cVar; + this.f1494c = cVar; boolean z2 = this.h && n(cVar); if (!m(cVar) || z2) { e.a(1, "onStart:", "not supported or skipped. Dispatching COMPLETED state."); diff --git a/app/src/main/java/c/o/a/n/r/b.java b/app/src/main/java/c/o/a/n/r/b.java index 731845501e..2c56dbf868 100644 --- a/app/src/main/java/c/o/a/n/r/b.java +++ b/app/src/main/java/c/o/a/n/r/b.java @@ -19,7 +19,7 @@ public abstract class b extends e { @Override // c.o.a.n.o.e public final void j(@NonNull c cVar) { - this.f1495c = cVar; + this.f1494c = cVar; MeteringRectangle meteringRectangle = null; if (this.e) { meteringRectangle = new MeteringRectangle((Rect) k(CameraCharacteristics.SENSOR_INFO_ACTIVE_ARRAY_SIZE, new Rect()), 0); diff --git a/app/src/main/java/c/o/a/n/r/c.java b/app/src/main/java/c/o/a/n/r/c.java index 9e12a8afac..06a8a344a9 100644 --- a/app/src/main/java/c/o/a/n/r/c.java +++ b/app/src/main/java/c/o/a/n/r/c.java @@ -63,13 +63,13 @@ public class c extends a { @Override // c.o.a.n.o.e public void i(@NonNull c.o.a.n.o.c cVar) { - ((d) cVar).f1486h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, null); + ((d) cVar).f1485h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, null); } @Override // c.o.a.n.r.a public boolean m(@NonNull c.o.a.n.o.c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() == 2; - Integer num = (Integer) ((d) cVar).f1486h0.get(CaptureRequest.CONTROL_AE_MODE); + Integer num = (Integer) ((d) cVar).f1485h0.get(CaptureRequest.CONTROL_AE_MODE); boolean z3 = num != null && (num.intValue() == 1 || num.intValue() == 3 || num.intValue() == 2 || num.intValue() == 4 || num.intValue() == 5); this.k = !z2; boolean z4 = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue() > 0; @@ -81,7 +81,7 @@ public class c extends a { @Override // c.o.a.n.r.a public boolean n(@NonNull c.o.a.n.o.c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1487i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1486i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_STATE); boolean z2 = num != null && num.intValue() == 2; @@ -96,10 +96,10 @@ public class c extends a { public void o(@NonNull c.o.a.n.o.c cVar, @NonNull List list) { i.a(1, "onStarted:", "with areas:", list); if (this.j && !list.isEmpty()) { - ((d) cVar).f1486h0.set(CaptureRequest.CONTROL_AE_REGIONS, list.subList(0, Math.min(((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(), list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1485h0.set(CaptureRequest.CONTROL_AE_REGIONS, list.subList(0, Math.min(((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(), list.size())).toArray(new MeteringRectangle[0])); } if (this.k) { - ((d) cVar).f1486h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 1); + ((d) cVar).f1485h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 1); } ((d) cVar).k1(); if (this.k) { diff --git a/app/src/main/java/c/o/a/n/r/d.java b/app/src/main/java/c/o/a/n/r/d.java index a4aa6f8b78..39cf0565bc 100644 --- a/app/src/main/java/c/o/a/n/r/d.java +++ b/app/src/main/java/c/o/a/n/r/d.java @@ -23,7 +23,7 @@ public class d extends b { @Override // c.o.a.n.o.e, c.o.a.n.o.a public void b(@NonNull c cVar, @NonNull CaptureRequest captureRequest, @NonNull TotalCaptureResult totalCaptureResult) { if (this.b == 0) { - ((c.o.a.n.d) cVar).f1486h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.FALSE); + ((c.o.a.n.d) cVar).f1485h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.FALSE); ((c.o.a.n.d) cVar).k1(); l(Integer.MAX_VALUE); } @@ -33,9 +33,9 @@ public class d extends b { public void m(@NonNull c cVar, @Nullable MeteringRectangle meteringRectangle) { int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(); if (meteringRectangle != null && intValue > 0) { - ((c.o.a.n.d) cVar).f1486h0.set(CaptureRequest.CONTROL_AE_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((c.o.a.n.d) cVar).f1485h0.set(CaptureRequest.CONTROL_AE_REGIONS, new MeteringRectangle[]{meteringRectangle}); } - TotalCaptureResult totalCaptureResult = ((c.o.a.n.d) cVar).f1487i0; + TotalCaptureResult totalCaptureResult = ((c.o.a.n.d) cVar).f1486i0; Integer num = totalCaptureResult == null ? null : (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_PRECAPTURE_TRIGGER); b bVar = f; int i = 2; @@ -45,10 +45,10 @@ public class d extends b { if (Build.VERSION.SDK_INT < 23) { i = 0; } - ((c.o.a.n.d) cVar).f1486h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(i)); + ((c.o.a.n.d) cVar).f1485h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(i)); } c.o.a.n.d dVar = (c.o.a.n.d) cVar; - dVar.f1486h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); + dVar.f1485h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); dVar.k1(); l(0); } diff --git a/app/src/main/java/c/o/a/n/r/e.java b/app/src/main/java/c/o/a/n/r/e.java index e9a28358f9..482d35e80f 100644 --- a/app/src/main/java/c/o/a/n/r/e.java +++ b/app/src/main/java/c/o/a/n/r/e.java @@ -38,12 +38,12 @@ public class e extends a { @Override // c.o.a.n.o.e public void i(@NonNull c cVar) { - ((d) cVar).f1486h0.set(CaptureRequest.CONTROL_AF_TRIGGER, null); + ((d) cVar).f1485h0.set(CaptureRequest.CONTROL_AF_TRIGGER, null); } @Override // c.o.a.n.r.a public boolean m(@NonNull c cVar) { - Integer num = (Integer) ((d) cVar).f1486h0.get(CaptureRequest.CONTROL_AF_MODE); + Integer num = (Integer) ((d) cVar).f1485h0.get(CaptureRequest.CONTROL_AF_MODE); boolean z2 = num != null && (num.intValue() == 1 || num.intValue() == 4 || num.intValue() == 3 || num.intValue() == 2); i.a(1, "checkIsSupported:", Boolean.valueOf(z2)); return z2; @@ -51,7 +51,7 @@ public class e extends a { @Override // c.o.a.n.r.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1487i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1486i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_STATE); boolean z2 = num != null && (num.intValue() == 4 || num.intValue() == 2); @@ -65,10 +65,10 @@ public class e extends a { @Override // c.o.a.n.r.a public void o(@NonNull c cVar, @NonNull List list) { i.a(1, "onStarted:", "with areas:", list); - ((d) cVar).f1486h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 1); + ((d) cVar).f1485h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 1); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AF, 0)).intValue(); if (!list.isEmpty() && intValue > 0) { - ((d) cVar).f1486h0.set(CaptureRequest.CONTROL_AF_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1485h0.set(CaptureRequest.CONTROL_AF_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); } ((d) cVar).k1(); } diff --git a/app/src/main/java/c/o/a/n/r/f.java b/app/src/main/java/c/o/a/n/r/f.java index 2bf3878a5d..3900f7375b 100644 --- a/app/src/main/java/c/o/a/n/r/f.java +++ b/app/src/main/java/c/o/a/n/r/f.java @@ -28,16 +28,16 @@ public class f extends b { if (meteringRectangle == null || intValue <= 0) { z2 = false; } else { - ((d) cVar).f1486h0.set(CaptureRequest.CONTROL_AF_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((d) cVar).f1485h0.set(CaptureRequest.CONTROL_AF_REGIONS, new MeteringRectangle[]{meteringRectangle}); z2 = true; } - TotalCaptureResult totalCaptureResult = ((d) cVar).f1487i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1486i0; Integer num = totalCaptureResult == null ? null : (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_TRIGGER); f.a(2, "onStarted:", "last focus trigger is", num); if (num == null || num.intValue() != 1) { z3 = z2; } else { - ((d) cVar).f1486h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); + ((d) cVar).f1485h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); } if (z3) { ((d) cVar).k1(); diff --git a/app/src/main/java/c/o/a/n/r/g.java b/app/src/main/java/c/o/a/n/r/g.java index 4f9717f356..545282f801 100644 --- a/app/src/main/java/c/o/a/n/r/g.java +++ b/app/src/main/java/c/o/a/n/r/g.java @@ -46,7 +46,7 @@ public class g extends d { List arrayList = new ArrayList(); if (this.h != null) { c.o.a.n.d dVar = (c.o.a.n.d) cVar; - c.o.a.n.s.b bVar = new c.o.a.n.s.b(this.i.e(), this.i.z().l(), this.i.C(c.o.a.n.t.b.VIEW), this.i.z().d, dVar.f1484f0, dVar.f1486h0); + c.o.a.n.s.b bVar = new c.o.a.n.s.b(this.i.e(), this.i.z().l(), this.i.C(c.o.a.n.t.b.VIEW), this.i.z().d, dVar.f1483f0, dVar.f1485h0); arrayList = this.h.c(bVar).b(Integer.MAX_VALUE, bVar); } c cVar2 = new c(arrayList, this.j); diff --git a/app/src/main/java/c/o/a/n/r/i.java b/app/src/main/java/c/o/a/n/r/i.java index 1c156c2c26..ade7ed2992 100644 --- a/app/src/main/java/c/o/a/n/r/i.java +++ b/app/src/main/java/c/o/a/n/r/i.java @@ -39,7 +39,7 @@ public class i extends a { @Override // c.o.a.n.r.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1486h0.get(CaptureRequest.CONTROL_AWB_MODE); + Integer num = (Integer) ((d) cVar).f1485h0.get(CaptureRequest.CONTROL_AWB_MODE); boolean z3 = z2 && num != null && num.intValue() == 1; i.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -47,7 +47,7 @@ public class i extends a { @Override // c.o.a.n.r.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1487i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1486i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AWB_STATE); boolean z2 = num != null && num.intValue() == 2; @@ -63,7 +63,7 @@ public class i extends a { i.a(1, "onStarted:", "with areas:", list); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB, 0)).intValue(); if (!list.isEmpty() && intValue > 0) { - ((d) cVar).f1486h0.set(CaptureRequest.CONTROL_AWB_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1485h0.set(CaptureRequest.CONTROL_AWB_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); ((d) cVar).k1(); } } diff --git a/app/src/main/java/c/o/a/n/r/j.java b/app/src/main/java/c/o/a/n/r/j.java index f1f4acea91..1d99a5c144 100644 --- a/app/src/main/java/c/o/a/n/r/j.java +++ b/app/src/main/java/c/o/a/n/r/j.java @@ -23,7 +23,7 @@ public class j extends b { f.a(2, "onStarted:", "with area:", meteringRectangle); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB, 0)).intValue(); if (meteringRectangle != null && intValue > 0) { - ((d) cVar).f1486h0.set(CaptureRequest.CONTROL_AWB_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((d) cVar).f1485h0.set(CaptureRequest.CONTROL_AWB_REGIONS, new MeteringRectangle[]{meteringRectangle}); ((d) cVar).k1(); } l(Integer.MAX_VALUE); diff --git a/app/src/main/java/c/o/a/n/s/a.java b/app/src/main/java/c/o/a/n/s/a.java index 35111040c0..d2701d2513 100644 --- a/app/src/main/java/c/o/a/n/s/a.java +++ b/app/src/main/java/c/o/a/n/s/a.java @@ -13,11 +13,11 @@ public class a implements c { public final int b; /* renamed from: c reason: collision with root package name */ - public final c.o.a.x.b f1498c; + public final c.o.a.x.b f1497c; public a(@NonNull c.o.a.n.t.a aVar, @NonNull c.o.a.x.b bVar) { this.b = -aVar.c(c.o.a.n.t.b.SENSOR, c.o.a.n.t.b.VIEW, 1); - this.f1498c = bVar; + this.f1497c = bVar; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -34,7 +34,7 @@ public class a implements c { public PointF b(@NonNull PointF pointF) { PointF pointF2 = new PointF(); float f = pointF.x; - c.o.a.x.b bVar = this.f1498c; + c.o.a.x.b bVar = this.f1497c; pointF2.x = ((f / ((float) bVar.i)) * 2000.0f) - 0.0040893555f; pointF2.y = ((pointF.y / ((float) bVar.j)) * 2000.0f) - 0.0040893555f; PointF pointF3 = new PointF(); diff --git a/app/src/main/java/c/o/a/n/s/b.java b/app/src/main/java/c/o/a/n/s/b.java index b2ddd41641..c4e2259306 100644 --- a/app/src/main/java/c/o/a/n/s/b.java +++ b/app/src/main/java/c/o/a/n/s/b.java @@ -18,7 +18,7 @@ public class b implements c { public final a b; /* renamed from: c reason: collision with root package name */ - public final c.o.a.x.b f1499c; + public final c.o.a.x.b f1498c; public final c.o.a.x.b d; public final boolean e; public final CameraCharacteristics f; @@ -26,7 +26,7 @@ public class b implements c { public b(@NonNull a aVar, @NonNull c.o.a.x.b bVar, @NonNull c.o.a.x.b bVar2, boolean z2, @NonNull CameraCharacteristics cameraCharacteristics, @NonNull CaptureRequest.Builder builder) { this.b = aVar; - this.f1499c = bVar; + this.f1498c = bVar; this.d = bVar2; this.e = z2; this.f = cameraCharacteristics; @@ -46,7 +46,7 @@ public class b implements c { @NonNull public PointF b(@NonNull PointF pointF) { PointF pointF2 = new PointF(pointF.x, pointF.y); - c.o.a.x.b bVar = this.f1499c; + c.o.a.x.b bVar = this.f1498c; c.o.a.x.b bVar2 = this.d; int i = bVar.i; int i2 = bVar.j; diff --git a/app/src/main/java/c/o/a/n/t/a.java b/app/src/main/java/c/o/a/n/t/a.java index 2c9baa7140..fafa3ee922 100644 --- a/app/src/main/java/c/o/a/n/t/a.java +++ b/app/src/main/java/c/o/a/n/t/a.java @@ -12,7 +12,7 @@ public class a { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public int f1500c = 0; + public int f1499c = 0; @VisibleForTesting public int d = 0; @VisibleForTesting @@ -31,7 +31,7 @@ public class a { } int ordinal = bVar2.ordinal(); if (ordinal == 1) { - return ((360 - this.f1500c) + 360) % 360; + return ((360 - this.f1499c) + 360) % 360; } if (ordinal == 2) { return ((360 - this.d) + 360) % 360; @@ -52,7 +52,7 @@ public class a { } public final void d() { - a.a(1, "Angles changed:", "sensorOffset:", Integer.valueOf(this.f1500c), "displayOffset:", Integer.valueOf(this.d), "deviceOrientation:", Integer.valueOf(this.e)); + a.a(1, "Angles changed:", "sensorOffset:", Integer.valueOf(this.f1499c), "displayOffset:", Integer.valueOf(this.d), "deviceOrientation:", Integer.valueOf(this.e)); } public final void e(int i) { @@ -64,9 +64,9 @@ public class a { public void f(@NonNull e eVar, int i) { e(i); this.b = eVar; - this.f1500c = i; + this.f1499c = i; if (eVar == e.FRONT) { - this.f1500c = ((360 - i) + 360) % 360; + this.f1499c = ((360 - i) + 360) % 360; } d(); } diff --git a/app/src/main/java/c/o/a/n/u/a.java b/app/src/main/java/c/o/a/n/u/a.java index 3a576f601b..c7388d8996 100644 --- a/app/src/main/java/c/o/a/n/u/a.java +++ b/app/src/main/java/c/o/a/n/u/a.java @@ -33,19 +33,19 @@ public class a extends c { List supportedWhiteBalance = parameters.getSupportedWhiteBalance(); if (supportedWhiteBalance != null) { for (String str : supportedWhiteBalance) { - m mVar = (m) a.b(c.o.a.n.q.a.f1496c, str); + m mVar = (m) a.b(c.o.a.n.q.a.f1495c, str); if (mVar != null) { this.a.add(mVar); } } } - this.f1476c.add(f.OFF); + this.f1475c.add(f.OFF); List supportedFlashModes = parameters.getSupportedFlashModes(); if (supportedFlashModes != null) { for (String str2 : supportedFlashModes) { f fVar = (f) a.b(c.o.a.n.q.a.b, str2); if (fVar != null) { - this.f1476c.add(fVar); + this.f1475c.add(fVar); } } } diff --git a/app/src/main/java/c/o/a/n/u/b.java b/app/src/main/java/c/o/a/n/u/b.java index 7e2b153b83..58182f1546 100644 --- a/app/src/main/java/c/o/a/n/u/b.java +++ b/app/src/main/java/c/o/a/n/u/b.java @@ -41,12 +41,12 @@ public class b extends c { } } for (int i2 : (int[]) cameraCharacteristics.get(CameraCharacteristics.CONTROL_AWB_AVAILABLE_MODES)) { - m mVar = (m) bVar.a(c.o.a.n.q.b.f1497c, Integer.valueOf(i2)); + m mVar = (m) bVar.a(c.o.a.n.q.b.f1496c, Integer.valueOf(i2)); if (mVar != null) { this.a.add(mVar); } } - this.f1476c.add(fVar); + this.f1475c.add(fVar); Boolean bool = (Boolean) cameraCharacteristics.get(CameraCharacteristics.FLASH_INFO_AVAILABLE); boolean z3 = true; if (bool != null && bool.booleanValue()) { @@ -66,7 +66,7 @@ public class b extends c { } hashSet.add(f.AUTO); } - this.f1476c.addAll(hashSet); + this.f1475c.addAll(hashSet); } } this.d.add(h.OFF); diff --git a/app/src/main/java/c/o/a/n/v/a.java b/app/src/main/java/c/o/a/n/v/a.java index a12b3b3dc6..fada87d510 100644 --- a/app/src/main/java/c/o/a/n/v/a.java +++ b/app/src/main/java/c/o/a/n/v/a.java @@ -16,7 +16,7 @@ public class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final ArrayDeque> f1501c = new ArrayDeque<>(); + public final ArrayDeque> f1500c = new ArrayDeque<>(); public boolean d = false; public final Object e = new Object(); @@ -47,13 +47,13 @@ public class a { public final TaskCompletionSource b = new TaskCompletionSource<>(); /* renamed from: c reason: collision with root package name */ - public final Callable> f1502c; + public final Callable> f1501c; public final boolean d; public final long e; public c(String str, Callable callable, boolean z2, long j, CallableC0168a aVar) { this.a = str; - this.f1502c = callable; + this.f1501c = callable; this.d = z2; this.e = j; } @@ -66,7 +66,7 @@ public class a { public static void a(a aVar, c cVar) { if (aVar.d) { aVar.d = false; - aVar.f1501c.remove(cVar); + aVar.f1500c.remove(cVar); g gVar = i.this.j; gVar.f.postDelayed(new b(aVar), 0); return; @@ -91,7 +91,7 @@ public class a { a.a(1, str.toUpperCase(), "- Scheduling."); c cVar = new c<>(str, callable, z2, System.currentTimeMillis() + j, null); synchronized (this.e) { - this.f1501c.addLast(cVar); + this.f1500c.addLast(cVar); i.this.j.f.postDelayed(new b(this), j); } return cVar.b.a; @@ -100,7 +100,7 @@ public class a { public void e(@NonNull String str, int i) { synchronized (this.e) { ArrayList arrayList = new ArrayList(); - Iterator> it = this.f1501c.iterator(); + Iterator> it = this.f1500c.iterator(); while (it.hasNext()) { c next = it.next(); if (next.a.equals(str)) { @@ -112,7 +112,7 @@ public class a { if (max > 0) { Collections.reverse(arrayList); for (c cVar : arrayList.subList(0, max)) { - this.f1501c.remove(cVar); + this.f1500c.remove(cVar); } } } diff --git a/app/src/main/java/c/o/a/n/v/b.java b/app/src/main/java/c/o/a/n/v/b.java index f2c7a7cbcb..e5d362fece 100644 --- a/app/src/main/java/c/o/a/n/v/b.java +++ b/app/src/main/java/c/o/a/n/v/b.java @@ -19,7 +19,7 @@ public class b implements Runnable { cVar = null; if (!this.i.d) { long currentTimeMillis = System.currentTimeMillis(); - Iterator> it = this.i.f1501c.iterator(); + Iterator> it = this.i.f1500c.iterator(); while (true) { if (!it.hasNext()) { break; diff --git a/app/src/main/java/c/o/a/n/v/c.java b/app/src/main/java/c/o/a/n/v/c.java index 3300465dd9..2fb6566b4f 100644 --- a/app/src/main/java/c/o/a/n/v/c.java +++ b/app/src/main/java/c/o/a/n/v/c.java @@ -51,7 +51,7 @@ public class c implements Runnable { public void run() { try { a.a.a(1, this.i.a.toUpperCase(), "- Executing."); - Task task = (Task) this.i.f1502c.call(); + Task task = (Task) this.i.f1501c.call(); g gVar = this.j; a aVar = new a(); if (task.o()) { diff --git a/app/src/main/java/c/o/a/o/a.java b/app/src/main/java/c/o/a/o/a.java index 297a935bb9..b132240ac5 100644 --- a/app/src/main/java/c/o/a/o/a.java +++ b/app/src/main/java/c/o/a/o/a.java @@ -20,7 +20,7 @@ public abstract class a implements b { public d b = null; /* renamed from: c reason: collision with root package name */ - public c.o.b.b.b f1503c = null; + public c.o.b.b.b f1502c = null; @VisibleForTesting public c.o.a.x.b d; @@ -77,7 +77,7 @@ public abstract class a implements b { m.checkNotNullParameter(fArr, ""); dVar.e = fArr; d dVar2 = this.b; - c.o.b.b.b bVar = this.f1503c; + c.o.b.b.b bVar = this.f1502c; float[] fArr2 = bVar.a; Objects.requireNonNull(dVar2); m.checkNotNullParameter(bVar, "drawable"); @@ -152,12 +152,12 @@ public abstract class a implements b { c.o.b.a.d.b("glVertexAttribPointer"); } d dVar3 = this.b; - c.o.b.b.b bVar5 = this.f1503c; + c.o.b.b.b bVar5 = this.f1502c; Objects.requireNonNull(dVar3); m.checkNotNullParameter(bVar5, "drawable"); bVar5.a(); d dVar4 = this.b; - c.o.b.b.b bVar6 = this.f1503c; + c.o.b.b.b bVar6 = this.f1502c; Objects.requireNonNull(dVar4); m.checkNotNullParameter(bVar6, "drawable"); m.checkNotNullParameter(bVar6, "drawable"); @@ -176,7 +176,7 @@ public abstract class a implements b { public void f() { d dVar = this.b; if (!dVar.a) { - if (dVar.f1519c) { + if (dVar.f1518c) { GLES20.glDeleteProgram(p.m84constructorimpl(dVar.b)); } for (c.o.b.d.c cVar : dVar.d) { @@ -190,13 +190,13 @@ public abstract class a implements b { ((c.o.b.g.a) floatBuffer).dispose(); } this.b = null; - this.f1503c = null; + this.f1502c = null; } @Override // c.o.a.o.b public void j(int i) { this.b = new d(i, "aPosition", "uMVPMatrix", "aTextureCoord", "uTexMatrix"); - this.f1503c = new c.o.b.b.c(); + this.f1502c = new c.o.b.b.c(); } @Override // c.o.a.o.b diff --git a/app/src/main/java/c/o/a/p/a.java b/app/src/main/java/c/o/a/p/a.java index f1fa0d38e6..915b5e3ff2 100644 --- a/app/src/main/java/c/o/a/p/a.java +++ b/app/src/main/java/c/o/a/p/a.java @@ -24,7 +24,7 @@ public class a extends c { @Override // c.o.a.p.c public void c(@NonNull byte[] bArr, boolean z2) { byte[] bArr2 = bArr; - if (z2 && bArr2.length == this.f1505c) { + if (z2 && bArr2.length == this.f1504c) { if (this.k == 0) { ((b) this.j).m1(bArr2); } else { @@ -44,7 +44,7 @@ public class a extends c { @Override // c.o.a.p.c public void e(int i, @NonNull c.o.a.x.b bVar, @NonNull c.o.a.n.t.a aVar) { super.e(i, bVar, aVar); - int i2 = this.f1505c; + int i2 = this.f1504c; for (int i3 = 0; i3 < this.b; i3++) { if (this.k == 0) { ((b) this.j).m1(new byte[i2]); diff --git a/app/src/main/java/c/o/a/p/b.java b/app/src/main/java/c/o/a/p/b.java index 0bdd02f3d6..668523407f 100644 --- a/app/src/main/java/c/o/a/p/b.java +++ b/app/src/main/java/c/o/a/p/b.java @@ -7,7 +7,7 @@ public class b { public final c b; /* renamed from: c reason: collision with root package name */ - public Object f1504c = null; + public Object f1503c = null; public long d = -1; public long e = -1; @@ -16,7 +16,7 @@ public class b { } public long a() { - if (this.f1504c != null) { + if (this.f1503c != null) { return this.d; } a.a(3, "Frame is dead! time:", Long.valueOf(this.d), "lastTime:", Long.valueOf(this.e)); @@ -24,10 +24,10 @@ public class b { } public void b() { - if (this.f1504c != null) { + if (this.f1503c != null) { a.a(0, "Frame with time", Long.valueOf(this.d), "is being released."); - Object obj = this.f1504c; - this.f1504c = null; + Object obj = this.f1503c; + this.f1503c = null; this.d = -1; c cVar = this.b; if (cVar.b()) { diff --git a/app/src/main/java/c/o/a/p/c.java b/app/src/main/java/c/o/a/p/c.java index c72ae541c8..f6e1db8f37 100644 --- a/app/src/main/java/c/o/a/p/c.java +++ b/app/src/main/java/c/o/a/p/c.java @@ -12,7 +12,7 @@ public abstract class c { public final int b; /* renamed from: c reason: collision with root package name */ - public int f1505c = -1; + public int f1504c = -1; public c.o.a.x.b d = null; public int e = -1; public final Class f; @@ -35,7 +35,7 @@ public abstract class c { c.o.a.n.t.b bVar = c.o.a.n.t.b.SENSOR; aVar.c(bVar, c.o.a.n.t.b.OUTPUT, 2); this.h.c(bVar, c.o.a.n.t.b.VIEW, 2); - poll.f1504c = t; + poll.f1503c = t; poll.d = j; poll.e = j; return poll; @@ -60,7 +60,7 @@ public abstract class c { } a.a(1, "release: Clearing the frame and buffer queue."); this.g.clear(); - this.f1505c = -1; + this.f1504c = -1; this.d = null; this.e = -1; this.h = null; @@ -69,7 +69,7 @@ public abstract class c { public void e(int i, @NonNull c.o.a.x.b bVar, @NonNull a aVar) { this.d = bVar; this.e = i; - this.f1505c = (int) Math.ceil(((double) ((long) ((bVar.j * bVar.i) * ImageFormat.getBitsPerPixel(i)))) / 8.0d); + this.f1504c = (int) Math.ceil(((double) ((long) ((bVar.j * bVar.i) * ImageFormat.getBitsPerPixel(i)))) / 8.0d); for (int i2 = 0; i2 < this.b; i2++) { this.g.offer(new b(this)); } diff --git a/app/src/main/java/c/o/a/q/c.java b/app/src/main/java/c/o/a/q/c.java index 214a00faad..8497c68cb3 100644 --- a/app/src/main/java/c/o/a/q/c.java +++ b/app/src/main/java/c/o/a/q/c.java @@ -10,16 +10,16 @@ public abstract class c { public a b; /* renamed from: c reason: collision with root package name */ - public PointF[] f1506c; + public PointF[] f1505c; /* compiled from: GestureFinder */ public interface a { } public c(@NonNull a aVar, int i) { - this.f1506c = new PointF[i]; + this.f1505c = new PointF[i]; for (int i2 = 0; i2 < i; i2++) { - this.f1506c[i2] = new PointF(0.0f, 0.0f); + this.f1505c[i2] = new PointF(0.0f, 0.0f); } } diff --git a/app/src/main/java/c/o/a/q/e.java b/app/src/main/java/c/o/a/q/e.java index 2fe3b0ac2b..d24f3671e8 100644 --- a/app/src/main/java/c/o/a/q/e.java +++ b/app/src/main/java/c/o/a/q/e.java @@ -45,12 +45,12 @@ public class e extends c { } this.d.onTouchEvent(motionEvent); if (this.e) { - this.f1506c[0].x = motionEvent.getX(0); - this.f1506c[0].y = motionEvent.getY(0); + this.f1505c[0].x = motionEvent.getX(0); + this.f1505c[0].y = motionEvent.getY(0); z2 = true; if (motionEvent.getPointerCount() > 1) { - this.f1506c[1].x = motionEvent.getX(1); - this.f1506c[1].y = motionEvent.getY(1); + this.f1505c[1].x = motionEvent.getX(1); + this.f1505c[1].y = motionEvent.getY(1); } } return z2; diff --git a/app/src/main/java/c/o/a/q/f.java b/app/src/main/java/c/o/a/q/f.java index 6f66cfff40..056c7d6d37 100644 --- a/app/src/main/java/c/o/a/q/f.java +++ b/app/src/main/java/c/o/a/q/f.java @@ -34,14 +34,14 @@ public class f extends c { if (motionEvent == null || motionEvent2 == null) { return false; } - if (motionEvent.getX() == f.this.f1506c[0].x) { + if (motionEvent.getX() == f.this.f1505c[0].x) { float y2 = motionEvent.getY(); f fVar = f.this; - if (y2 == fVar.f1506c[0].y) { + if (y2 == fVar.f1505c[0].y) { if (fVar.b == aVar) { z2 = true; } - f.this.f1506c[1].set(motionEvent2.getX(), motionEvent2.getY()); + f.this.f1505c[1].set(motionEvent2.getX(), motionEvent2.getY()); f fVar2 = f.this; c.a aVar2 = this.i; fVar2.g = !z2 ? f / ((float) CameraView.this.getWidth()) : f2 / ((float) CameraView.this.getHeight()); @@ -57,9 +57,9 @@ public class f extends c { aVar = a.SCROLL_VERTICAL; } fVar4.b = aVar; - fVar4.f1506c[0].set(motionEvent.getX(), motionEvent.getY()); + fVar4.f1505c[0].set(motionEvent.getX(), motionEvent.getY()); z2 = z3; - f.this.f1506c[1].set(motionEvent2.getX(), motionEvent2.getY()); + f.this.f1505c[1].set(motionEvent2.getX(), motionEvent2.getY()); f fVar2 = f.this; c.a aVar2 = this.i; fVar2.g = !z2 ? f / ((float) CameraView.this.getWidth()) : f2 / ((float) CameraView.this.getHeight()); diff --git a/app/src/main/java/c/o/a/q/g.java b/app/src/main/java/c/o/a/q/g.java index 3fc93ff33f..e794ac69c3 100644 --- a/app/src/main/java/c/o/a/q/g.java +++ b/app/src/main/java/c/o/a/q/g.java @@ -51,8 +51,8 @@ public class g extends c { if (!this.e) { return false; } - this.f1506c[0].x = motionEvent.getX(); - this.f1506c[0].y = motionEvent.getY(); + this.f1505c[0].x = motionEvent.getX(); + this.f1505c[0].y = motionEvent.getY(); return true; } } diff --git a/app/src/main/java/c/o/a/r/c.java b/app/src/main/java/c/o/a/r/c.java index 52db8324e8..bdc79e0cc0 100644 --- a/app/src/main/java/c/o/a/r/c.java +++ b/app/src/main/java/c/o/a/r/c.java @@ -15,7 +15,7 @@ public class c { @NonNull /* renamed from: c reason: collision with root package name */ - public c.o.a.o.b f1507c = new c.o.a.o.c(); + public c.o.a.o.b f1506c = new c.o.a.o.c(); public c.o.a.o.b d = null; public int e = -1; @@ -26,12 +26,12 @@ public class c { public void a(long j) { if (this.d != null) { b(); - this.f1507c = this.d; + this.f1506c = this.d; this.d = null; } if (this.e == -1) { - String c2 = this.f1507c.c(); - String h = this.f1507c.h(); + String c2 = this.f1506c.c(); + String h = this.f1506c.h(); m.checkNotNullParameter(c2, "vertexShaderSource"); m.checkNotNullParameter(h, "fragmentShaderSource"); c.o.b.d.c[] cVarArr = {new c.o.b.d.c(f.n, c2), new c.o.b.d.c(f.o, h)}; @@ -50,7 +50,7 @@ public class c { int i3 = f.a; if (i2 == 1) { this.e = r0; - this.f1507c.j(r0); + this.f1506c.j(r0); d.b("program creation"); } else { StringBuilder P = a.P("Could not link program: "); @@ -66,7 +66,7 @@ public class c { GLES20.glUseProgram(this.e); d.b("glUseProgram(handle)"); this.a.a(); - this.f1507c.e(j, this.b); + this.f1506c.e(j, this.b); this.a.b(); GLES20.glUseProgram(0); d.b("glUseProgram(0)"); @@ -74,7 +74,7 @@ public class c { public void b() { if (this.e != -1) { - this.f1507c.f(); + this.f1506c.f(); GLES20.glDeleteProgram(this.e); this.e = -1; } diff --git a/app/src/main/java/c/o/a/r/f.java b/app/src/main/java/c/o/a/r/f.java index e4a448199d..d60bb4d0de 100644 --- a/app/src/main/java/c/o/a/r/f.java +++ b/app/src/main/java/c/o/a/r/f.java @@ -17,7 +17,7 @@ public class f { public final Context b; /* renamed from: c reason: collision with root package name */ - public final c f1508c; + public final c f1507c; @VisibleForTesting public final OrientationEventListener d; public int e = -1; @@ -59,23 +59,23 @@ public class f { fVar = f.this; if (i2 == fVar.e) { fVar.e = i2; - CameraView.b bVar = (CameraView.b) fVar.f1508c; + CameraView.b bVar = (CameraView.b) fVar.f1507c; bVar.b.a(1, "onDeviceOrientationChanged", Integer.valueOf(i2)); CameraView cameraView = CameraView.this; int i3 = cameraView.w.g; if (!cameraView.l) { int i4 = (360 - i3) % 360; - c.o.a.n.t.a e = cameraView.f2484x.e(); + c.o.a.n.t.a e = cameraView.f2482x.e(); e.e(i4); e.e = i4; e.d(); } else { - c.o.a.n.t.a e2 = cameraView.f2484x.e(); + c.o.a.n.t.a e2 = cameraView.f2482x.e(); e2.e(i2); e2.e = i2; e2.d(); } - CameraView.this.f2483s.post(new j(bVar, (i2 + i3) % 360)); + CameraView.this.f2481s.post(new j(bVar, (i2 + i3) % 360)); return; } return; @@ -105,7 +105,7 @@ public class f { if (a != i2) { f.this.g = a; boolean z2 = Math.abs(a - i2) != 180; - CameraView.b bVar = (CameraView.b) f.this.f1508c; + CameraView.b bVar = (CameraView.b) f.this.f1507c; bVar.b.a(1, "onDisplayOffsetChanged", Integer.valueOf(a), "recreate:", Boolean.valueOf(z2)); if (CameraView.this.d() && !z2) { bVar.b.a(2, "onDisplayOffsetChanged", "restarting the camera."); @@ -126,7 +126,7 @@ public class f { public f(@NonNull Context context, @NonNull c cVar) { this.b = context; - this.f1508c = cVar; + this.f1507c = cVar; this.d = new a(context.getApplicationContext(), 3); this.f = new b(); } diff --git a/app/src/main/java/c/o/a/r/g.java b/app/src/main/java/c/o/a/r/g.java index 5a240937cb..31000e157b 100644 --- a/app/src/main/java/c/o/a/r/g.java +++ b/app/src/main/java/c/o/a/r/g.java @@ -13,7 +13,7 @@ public class g { public static final ConcurrentHashMap> b = new ConcurrentHashMap<>(4); /* renamed from: c reason: collision with root package name */ - public static g f1509c; + public static g f1508c; public String d; public HandlerThread e; public Handler f = new Handler(this.e.getLooper()); @@ -73,7 +73,7 @@ public class g { public static void a(@NonNull Runnable runnable) { g b2 = b("FallbackCameraThread"); - f1509c = b2; + f1508c = b2; b2.f.post(runnable); } diff --git a/app/src/main/java/c/o/a/u/b.java b/app/src/main/java/c/o/a/u/b.java index 2fdcc2fd19..95615b539f 100644 --- a/app/src/main/java/c/o/a/u/b.java +++ b/app/src/main/java/c/o/a/u/b.java @@ -12,7 +12,7 @@ public class b { public a b; /* renamed from: c reason: collision with root package name */ - public SurfaceTexture f1510c; + public SurfaceTexture f1509c; public Surface d; @VisibleForTesting public c e; @@ -23,9 +23,9 @@ public class b { this.b = aVar; this.e = new c(new c.o.b.f.b(33984, 36197, null, 4)); SurfaceTexture surfaceTexture = new SurfaceTexture(this.e.a.a); - this.f1510c = surfaceTexture; + this.f1509c = surfaceTexture; surfaceTexture.setDefaultBufferSize(bVar.i, bVar.j); - this.d = new Surface(this.f1510c); + this.d = new Surface(this.f1509c); this.f = new e(this.e.a.a); } } diff --git a/app/src/main/java/c/o/a/u/c.java b/app/src/main/java/c/o/a/u/c.java index cc09ff3e8d..ca5d28e763 100644 --- a/app/src/main/java/c/o/a/u/c.java +++ b/app/src/main/java/c/o/a/u/c.java @@ -26,7 +26,7 @@ public class c extends FrameLayout implements a { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public boolean f1511c = false; + public boolean f1510c = false; public a(@NonNull Context context, @NonNull AttributeSet attributeSet) { super(context, attributeSet); @@ -34,7 +34,7 @@ public class c extends FrameLayout implements a { try { this.a = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnPreview, false); this.b = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnPictureSnapshot, false); - this.f1511c = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnVideoSnapshot, false); + this.f1510c = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnVideoSnapshot, false); } finally { obtainStyledAttributes.recycle(); } @@ -42,7 +42,7 @@ public class c extends FrameLayout implements a { @VisibleForTesting public boolean a(@NonNull a.EnumC0171a aVar) { - return (aVar == a.EnumC0171a.PREVIEW && this.a) || (aVar == a.EnumC0171a.VIDEO_SNAPSHOT && this.f1511c) || (aVar == a.EnumC0171a.PICTURE_SNAPSHOT && this.b); + return (aVar == a.EnumC0171a.PREVIEW && this.a) || (aVar == a.EnumC0171a.VIDEO_SNAPSHOT && this.f1510c) || (aVar == a.EnumC0171a.PICTURE_SNAPSHOT && this.b); } @Override // java.lang.Object @@ -54,7 +54,7 @@ public class c extends FrameLayout implements a { sb.append(",drawOnPictureSnapshot:"); sb.append(this.b); sb.append(",drawOnVideoSnapshot:"); - return c.d.b.a.a.L(sb, this.f1511c, "]"); + return c.d.b.a.a.L(sb, this.f1510c, "]"); } } diff --git a/app/src/main/java/c/o/a/v/a.java b/app/src/main/java/c/o/a/v/a.java index e14b241109..819b77233c 100644 --- a/app/src/main/java/c/o/a/v/a.java +++ b/app/src/main/java/c/o/a/v/a.java @@ -57,7 +57,7 @@ public class a extends c { } l.a aVar = a.this.i; aVar.f = bArr; - aVar.f1477c = i; + aVar.f1476c = i; c.l.a(1, "take(): starting preview again. ", Thread.currentThread()); if (a.this.n.m.f.f(e.PREVIEW)) { camera.setPreviewCallbackWithBuffer(a.this.n); @@ -80,7 +80,7 @@ public class a extends c { this.n = bVar; this.m = camera; Camera.Parameters parameters = camera.getParameters(); - parameters.setRotation(this.i.f1477c); + parameters.setRotation(this.i.f1476c); camera.setParameters(parameters); } diff --git a/app/src/main/java/c/o/a/v/b.java b/app/src/main/java/c/o/a/v/b.java index 09e43d2b95..85f679fe4d 100644 --- a/app/src/main/java/c/o/a/v/b.java +++ b/app/src/main/java/c/o/a/v/b.java @@ -41,10 +41,10 @@ public class b extends c implements ImageReader.OnImageAvailableListener { int i; b bVar = b.this; if (bVar.i.g == j.DNG) { - bVar.q = new DngCreator(((d) cVar).f1484f0, totalCaptureResult); + bVar.q = new DngCreator(((d) cVar).f1483f0, totalCaptureResult); b bVar2 = b.this; DngCreator dngCreator = bVar2.q; - int i2 = bVar2.i.f1477c; + int i2 = bVar2.i.f1476c; int i3 = (i2 + 360) % 360; if (i3 == 0) { i = 1; @@ -81,13 +81,13 @@ public class b extends c implements ImageReader.OnImageAvailableListener { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1495c = cVar; + this.f1494c = cVar; b bVar = b.this; bVar.p.addTarget(bVar.o.getSurface()); b bVar2 = b.this; l.a aVar = bVar2.i; if (aVar.g == j.JPEG) { - bVar2.p.set(CaptureRequest.JPEG_ORIENTATION, Integer.valueOf(aVar.f1477c)); + bVar2.p.set(CaptureRequest.JPEG_ORIENTATION, Integer.valueOf(aVar.f1476c)); } b.this.p.setTag(2); try { @@ -108,7 +108,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { this.p = builder; this.o = imageReader; g b = g.b("FallbackCameraThread"); - g.f1509c = b; + g.f1508c = b; imageReader.setOnImageAvailableListener(this, b.f); } @@ -124,7 +124,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { buffer.get(bArr); l.a aVar = this.i; aVar.f = bArr; - aVar.f1477c = 0; + aVar.f1476c = 0; try { int attributeInt = new ExifInterface(new ByteArrayInputStream(this.i.f)).getAttributeInt(ExifInterface.TAG_ORIENTATION, 1); l.a aVar2 = this.i; @@ -142,7 +142,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { i = 270; break; } - aVar2.f1477c = i; + aVar2.f1476c = i; } catch (IOException unused) { } } diff --git a/app/src/main/java/c/o/a/v/d.java b/app/src/main/java/c/o/a/v/d.java index a46e57d834..c8dd32fa79 100644 --- a/app/src/main/java/c/o/a/v/d.java +++ b/app/src/main/java/c/o/a/v/d.java @@ -34,12 +34,12 @@ public abstract class d { boolean z4 = !z2; CameraView.b bVar = (CameraView.b) ((g) aVar).l; if (z4 && (z3 = (cameraView = CameraView.this).k) && z3) { - if (cameraView.f2486z == null) { - cameraView.f2486z = new MediaActionSound(); + if (cameraView.f2484z == null) { + cameraView.f2484z = new MediaActionSound(); } - cameraView.f2486z.play(0); + cameraView.f2484z.play(0); } - CameraView.this.f2483s.post(new h(bVar)); + CameraView.this.f2481s.post(new h(bVar)); } } diff --git a/app/src/main/java/c/o/a/v/e.java b/app/src/main/java/c/o/a/v/e.java index 38e141821a..770e07745d 100644 --- a/app/src/main/java/c/o/a/v/e.java +++ b/app/src/main/java/c/o/a/v/e.java @@ -87,7 +87,7 @@ public class e extends i { aVar.f = byteArray; aVar.d = new c.o.a.x.b(v.width(), v.height()); e eVar = e.this; - eVar.i.f1477c = 0; + eVar.i.f1476c = 0; eVar.b(); } } @@ -100,7 +100,7 @@ public class e extends i { e.this.a(false); e eVar = e.this; l.a aVar = eVar.i; - int i = aVar.f1477c; + int i = aVar.f1476c; c.o.a.x.b bVar = aVar.d; c.o.a.x.b C = eVar.m.C(c.o.a.n.t.b.SENSOR); if (C != null) { diff --git a/app/src/main/java/c/o/a/v/f.java b/app/src/main/java/c/o/a/v/f.java index 3568f07890..257625474b 100644 --- a/app/src/main/java/c/o/a/v/f.java +++ b/app/src/main/java/c/o/a/v/f.java @@ -17,7 +17,7 @@ import java.util.Arrays; public class f extends g { /* renamed from: s reason: collision with root package name */ - public final c.o.a.n.o.a f1512s; + public final c.o.a.n.o.a f1511s; public final c.o.a.n.o.c t; public final boolean u; public Integer v; @@ -56,11 +56,11 @@ public class f extends g { @Override // c.o.a.n.o.e public void j(@NonNull c.o.a.n.o.c cVar) { - this.f1495c = cVar; + this.f1494c = cVar; i.l.a(1, "FlashAction:", "Parameters locked, opening torch."); - ((d) cVar).f1486h0.set(CaptureRequest.FLASH_MODE, 2); + ((d) cVar).f1485h0.set(CaptureRequest.FLASH_MODE, 2); d dVar = (d) cVar; - dVar.f1486h0.set(CaptureRequest.CONTROL_AE_MODE, 1); + dVar.f1485h0.set(CaptureRequest.CONTROL_AE_MODE, 1); dVar.k1(); } } @@ -72,10 +72,10 @@ public class f extends g { @Override // c.o.a.n.o.e public void j(@NonNull c.o.a.n.o.c cVar) { - this.f1495c = cVar; + this.f1494c = cVar; try { i.l.a(1, "ResetFlashAction:", "Reverting the flash changes."); - CaptureRequest.Builder builder = ((d) cVar).f1486h0; + CaptureRequest.Builder builder = ((d) cVar).f1485h0; builder.set(CaptureRequest.CONTROL_AE_MODE, 1); builder.set(CaptureRequest.FLASH_MODE, 0); ((d) cVar).e1(this, builder); @@ -88,14 +88,14 @@ public class f extends g { } public f(@NonNull l.a aVar, @NonNull d dVar, @NonNull c.o.a.w.e eVar, @NonNull c.o.a.x.a aVar2) { - super(aVar, dVar, eVar, aVar2, dVar.f1490b0); + super(aVar, dVar, eVar, aVar2, dVar.f1489b0); this.t = dVar; boolean z2 = false; Integer num = null; h hVar = new h(Arrays.asList(new i(2500, new c.o.a.n.p.d()), new b(this, null))); - this.f1512s = hVar; + this.f1511s = hVar; hVar.f(new a()); - TotalCaptureResult totalCaptureResult = dVar.f1487i0; + TotalCaptureResult totalCaptureResult = dVar.f1486i0; if (totalCaptureResult == null) { i.l.a(2, "Picture snapshot requested very early, before the first preview frame.", "Metering might not work as intended."); } @@ -104,8 +104,8 @@ public class f extends g { z2 = true; } this.u = z2; - this.v = (Integer) dVar.f1486h0.get(CaptureRequest.CONTROL_AE_MODE); - this.w = (Integer) dVar.f1486h0.get(CaptureRequest.FLASH_MODE); + this.v = (Integer) dVar.f1485h0.get(CaptureRequest.CONTROL_AE_MODE); + this.w = (Integer) dVar.f1485h0.get(CaptureRequest.FLASH_MODE); } public static /* synthetic */ void d(f fVar) { @@ -126,6 +126,6 @@ public class f extends g { return; } i.l.a(1, "take:", "Engine needs flash. Starting action"); - this.f1512s.e(this.t); + this.f1511s.e(this.t); } } diff --git a/app/src/main/java/c/o/a/v/h.java b/app/src/main/java/c/o/a/v/h.java index 3166567f2b..052c098970 100644 --- a/app/src/main/java/c/o/a/v/h.java +++ b/app/src/main/java/c/o/a/v/h.java @@ -65,7 +65,7 @@ public class h implements Runnable { surfaceTexture2.setDefaultBufferSize(bVar.i, bVar.j); a aVar = new a(eGLContext, 1); c.o.b.e.b bVar2 = new c.o.b.e.b(aVar, surfaceTexture2); - a aVar2 = bVar2.f1521c; + a aVar2 = bVar2.f1520c; e eVar = bVar2.d; Objects.requireNonNull(aVar2); m.checkNotNullParameter(eVar, "eglSurface"); @@ -82,7 +82,7 @@ public class h implements Runnable { Matrix.translateM(fArr, 0, (1.0f - f) / 2.0f, (1.0f - f2) / 2.0f, 0.0f); Matrix.scaleM(fArr, 0, f, f2, 1.0f); Matrix.translateM(fArr, 0, 0.5f, 0.5f, 0.0f); - Matrix.rotateM(fArr, 0, (float) (i + gVar.i.f1477c), 0.0f, 0.0f, 1.0f); + Matrix.rotateM(fArr, 0, (float) (i + gVar.i.f1476c), 0.0f, 0.0f, 1.0f); Matrix.scaleM(fArr, 0, 1.0f, -1.0f, 1.0f); Matrix.translateM(fArr, 0, -0.5f, -0.5f, 0.0f); if (gVar.p) { @@ -99,15 +99,15 @@ public class h implements Runnable { } synchronized (bVar4.g) { GLES20.glBindTexture(36197, bVar4.f.a); - bVar4.f1510c.updateTexImage(); + bVar4.f1509c.updateTexImage(); } - bVar4.f1510c.getTransformMatrix(bVar4.e.b); + bVar4.f1509c.getTransformMatrix(bVar4.e.b); Matrix.translateM(gVar.q.e.b, 0, 0.5f, 0.5f, 0.0f); - Matrix.rotateM(gVar.q.e.b, 0, (float) gVar.i.f1477c, 0.0f, 0.0f, 1.0f); + Matrix.rotateM(gVar.q.e.b, 0, (float) gVar.i.f1476c, 0.0f, 0.0f, 1.0f); Matrix.scaleM(gVar.q.e.b, 0, 1.0f, -1.0f, 1.0f); Matrix.translateM(gVar.q.e.b, 0, -0.5f, -0.5f, 0.0f); } - gVar.i.f1477c = 0; + gVar.i.f1476c = 0; long timestamp = surfaceTexture.getTimestamp() / 1000; i.l.a(1, "takeFrame:", "timestampUs:", Long.valueOf(timestamp)); gVar.r.a(timestamp); @@ -131,12 +131,12 @@ public class h implements Runnable { m.checkNotNullExpressionValue(byteArray, "it.toByteArray()"); d0.y.b.closeFinally(byteArrayOutputStream, null); aVar4.f = byteArray; - c.o.b.a.a aVar5 = bVar2.f1521c; + c.o.b.a.a aVar5 = bVar2.f1520c; e eVar2 = bVar2.d; Objects.requireNonNull(aVar5); m.checkNotNullParameter(eVar2, "eglSurface"); EGL14.eglDestroySurface(aVar5.a.a, eVar2.a); - bVar2.d = d.f1516c; + bVar2.d = d.f1515c; bVar2.b = -1; bVar2.a = -1; gVar.r.b(); @@ -150,10 +150,10 @@ public class h implements Runnable { } else { r3 = 0; } - SurfaceTexture surfaceTexture3 = bVar6.f1510c; + SurfaceTexture surfaceTexture3 = bVar6.f1509c; if (surfaceTexture3 != null) { surfaceTexture3.release(); - bVar6.f1510c = r3; + bVar6.f1509c = r3; } Surface surface = bVar6.d; if (surface != null) { diff --git a/app/src/main/java/c/o/a/w/a.java b/app/src/main/java/c/o/a/w/a.java index d68783d2b3..1584581479 100644 --- a/app/src/main/java/c/o/a/w/a.java +++ b/app/src/main/java/c/o/a/w/a.java @@ -22,7 +22,7 @@ public abstract class a { public c b; /* renamed from: c reason: collision with root package name */ - public T f1513c; + public T f1512c; public boolean d; public int e; public int f; @@ -60,7 +60,7 @@ public abstract class a { } public a(@NonNull Context context, @NonNull ViewGroup viewGroup) { - this.f1513c = n(context, viewGroup); + this.f1512c = n(context, viewGroup); } public void e(@Nullable b bVar) { diff --git a/app/src/main/java/c/o/a/w/d.java b/app/src/main/java/c/o/a/w/d.java index cf35f8ba87..e7368a3963 100644 --- a/app/src/main/java/c/o/a/w/d.java +++ b/app/src/main/java/c/o/a/w/d.java @@ -95,7 +95,7 @@ public class d extends a implements b, e { @Override // android.graphics.SurfaceTexture.OnFrameAvailableListener public void onFrameAvailable(SurfaceTexture surfaceTexture) { - ((GLSurfaceView) d.this.f1513c).requestRender(); + ((GLSurfaceView) d.this.f1512c).requestRender(); } } @@ -155,7 +155,7 @@ public class d extends a implements b, e { cVar.d = dVar2.q; int i = cVar.a.a; dVar2.k = new SurfaceTexture(i); - ((GLSurfaceView) d.this.f1513c).queueEvent(new a(i)); + ((GLSurfaceView) d.this.f1512c).queueEvent(new a(i)); d.this.k.setOnFrameAvailableListener(new b()); } } @@ -170,12 +170,12 @@ public class d extends a implements b, e { if (m()) { bVar.k(this.e, this.f); } - ((GLSurfaceView) this.f1513c).queueEvent(new b(bVar)); + ((GLSurfaceView) this.f1512c).queueEvent(new b(bVar)); } @Override // c.o.a.w.e public void b(@NonNull f fVar) { - ((GLSurfaceView) this.f1513c).queueEvent(new a(fVar)); + ((GLSurfaceView) this.f1512c).queueEvent(new a(fVar)); } @Override // c.o.a.w.b @@ -208,7 +208,7 @@ public class d extends a implements b, e { this.d = f2 > 1.02f || f > 1.02f; this.n = 1.0f / f2; this.o = 1.0f / f; - ((GLSurfaceView) this.f1513c).requestRender(); + ((GLSurfaceView) this.f1512c).requestRender(); } } @@ -255,11 +255,11 @@ public class d extends a implements b, e { @Override // c.o.a.w.a public void p() { - ((GLSurfaceView) this.f1513c).onPause(); + ((GLSurfaceView) this.f1512c).onPause(); } @Override // c.o.a.w.a public void q() { - ((GLSurfaceView) this.f1513c).onResume(); + ((GLSurfaceView) this.f1512c).onResume(); } } diff --git a/app/src/main/java/c/o/a/w/h.java b/app/src/main/java/c/o/a/w/h.java index dffae33e6a..a930b1a5c1 100644 --- a/app/src/main/java/c/o/a/w/h.java +++ b/app/src/main/java/c/o/a/w/h.java @@ -23,7 +23,7 @@ public class h extends a { @Override // c.o.a.w.a @NonNull public SurfaceHolder i() { - return ((SurfaceView) this.f1513c).getHolder(); + return ((SurfaceView) this.f1512c).getHolder(); } @Override // c.o.a.w.a diff --git a/app/src/main/java/c/o/a/w/j.java b/app/src/main/java/c/o/a/w/j.java index 9c4aa29b3f..2abf0be196 100644 --- a/app/src/main/java/c/o/a/w/j.java +++ b/app/src/main/java/c/o/a/w/j.java @@ -51,8 +51,8 @@ public class j extends a { f4 = f3.i() / f2.i(); f = 1.0f; } - ((TextureView) j.this.f1513c).setScaleX(f4); - ((TextureView) j.this.f1513c).setScaleY(f); + ((TextureView) j.this.f1512c).setScaleX(f4); + ((TextureView) j.this.f1512c).setScaleY(f); j.this.d = f4 > 1.02f || f > 1.02f; c.o.a.b bVar2 = a.a; bVar2.a(1, "crop:", "applied scaleX=", Float.valueOf(f4)); @@ -87,7 +87,7 @@ public class j extends a { matrix.postScale(f3, 1.0f / f3, f, f2); } matrix.postRotate((float) this.i, f, f2); - ((TextureView) j.this.f1513c).setTransform(matrix); + ((TextureView) j.this.f1512c).setTransform(matrix); this.j.a.t(null); } } @@ -98,14 +98,14 @@ public class j extends a { @Override // c.o.a.w.a public void e(@Nullable a.b bVar) { - ((TextureView) this.f1513c).post(new a(null)); + ((TextureView) this.f1512c).post(new a(null)); } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.o.a.w.a @NonNull public SurfaceTexture i() { - return ((TextureView) this.f1513c).getSurfaceTexture(); + return ((TextureView) this.f1512c).getSurfaceTexture(); } @Override // c.o.a.w.a @@ -136,7 +136,7 @@ public class j extends a { public void r(int i) { this.i = i; TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); - ((TextureView) this.f1513c).post(new b(i, taskCompletionSource)); + ((TextureView) this.f1512c).post(new b(i, taskCompletionSource)); try { c.c(taskCompletionSource.a); } catch (InterruptedException | ExecutionException unused) { diff --git a/app/src/main/java/c/o/b/a/a.java b/app/src/main/java/c/o/b/a/a.java index aff0a3260f..f71f9ea3b1 100644 --- a/app/src/main/java/c/o/b/a/a.java +++ b/app/src/main/java/c/o/b/a/a.java @@ -18,7 +18,7 @@ public final class a extends c { c cVar = this.a; c cVar2 = d.b; if (cVar != cVar2) { - e eVar = d.f1516c; + e eVar = d.f1515c; b bVar = d.a; EGLDisplay eGLDisplay = cVar.a; EGLSurface eGLSurface = eVar.a; @@ -29,7 +29,7 @@ public final class a extends c { } this.a = cVar2; this.b = d.a; - this.f1514c = null; + this.f1513c = null; } public final void finalize() { diff --git a/app/src/main/java/c/o/b/a/b.java b/app/src/main/java/c/o/b/a/b.java index 058e709a33..b2f06a0dfa 100644 --- a/app/src/main/java/c/o/b/a/b.java +++ b/app/src/main/java/c/o/b/a/b.java @@ -28,7 +28,7 @@ public class b { iArr[7] = 8; iArr[8] = d.p; iArr[9] = d.q | d.r; - iArr[10] = d.f1517s; + iArr[10] = d.f1516s; iArr[11] = i2; iArr[12] = z2 ? EglBase.EGL_RECORDABLE_ANDROID : d.e; iArr[13] = z2 ? 1 : 0; diff --git a/app/src/main/java/c/o/b/a/c.java b/app/src/main/java/c/o/b/a/c.java index e4193b0e2c..7912fb9409 100644 --- a/app/src/main/java/c/o/b/a/c.java +++ b/app/src/main/java/c/o/b/a/c.java @@ -13,7 +13,7 @@ public class c { public b b = d.a; /* renamed from: c reason: collision with root package name */ - public a f1514c; + public a f1513c; public c(b bVar, int i) { a a; @@ -32,7 +32,7 @@ public class c { b bVar3 = new b(EGL14.eglCreateContext(this.a.a, a.a, bVar.a, new int[]{d.i, 3, d.e}, 0)); try { d.a("eglCreateContext (3)"); - this.f1514c = a; + this.f1513c = a; this.b = bVar3; } catch (Exception unused) { } @@ -42,7 +42,7 @@ public class c { if (a2 != null) { b bVar4 = new b(EGL14.eglCreateContext(this.a.a, a2.a, bVar.a, new int[]{d.i, 2, d.e}, 0)); d.a("eglCreateContext (2)"); - this.f1514c = a2; + this.f1513c = a2; this.b = bVar4; return; } diff --git a/app/src/main/java/c/o/b/b/c.java b/app/src/main/java/c/o/b/b/c.java index 64f7c12ebf..785662c3aa 100644 --- a/app/src/main/java/c/o/b/b/c.java +++ b/app/src/main/java/c/o/b/b/c.java @@ -8,11 +8,11 @@ import java.nio.FloatBuffer; public class c extends a { /* renamed from: c reason: collision with root package name */ - public static final float[] f1515c = {-1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, 1.0f}; + public static final float[] f1514c = {-1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, 1.0f}; public FloatBuffer d; public c() { - float[] fArr = f1515c; + float[] fArr = f1514c; FloatBuffer D = c.i.a.f.e.o.c.D(fArr.length); D.put(fArr); D.clear(); diff --git a/app/src/main/java/c/o/b/c/d.java b/app/src/main/java/c/o/b/c/d.java index a7e23c5f24..2d387e82e1 100644 --- a/app/src/main/java/c/o/b/c/d.java +++ b/app/src/main/java/c/o/b/c/d.java @@ -7,7 +7,7 @@ public final class d { public static final c b = new c(EGL14.EGL_NO_DISPLAY); /* renamed from: c reason: collision with root package name */ - public static final e f1516c = new e(EGL14.EGL_NO_SURFACE); + public static final e f1515c = new e(EGL14.EGL_NO_SURFACE); public static final int d = 12288; public static final int e = 12344; public static final int f = 12375; @@ -25,5 +25,5 @@ public final class d { public static final int r = 1; /* renamed from: s reason: collision with root package name */ - public static final int f1517s = 12352; + public static final int f1516s = 12352; } diff --git a/app/src/main/java/c/o/b/c/f.java b/app/src/main/java/c/o/b/c/f.java index f1f7b53524..2e4dcbea08 100644 --- a/app/src/main/java/c/o/b/c/f.java +++ b/app/src/main/java/c/o/b/c/f.java @@ -8,7 +8,7 @@ public final class f { public static final int b = p.m84constructorimpl(5); /* renamed from: c reason: collision with root package name */ - public static final int f1518c = p.m84constructorimpl(33984); + public static final int f1517c = p.m84constructorimpl(33984); public static final int d = p.m84constructorimpl(36197); public static final int e = p.m84constructorimpl(10241); public static final int f = p.m84constructorimpl(Data.MAX_DATA_BYTES); diff --git a/app/src/main/java/c/o/b/d/a.java b/app/src/main/java/c/o/b/d/a.java index fbee307605..ff7a4dfd9d 100644 --- a/app/src/main/java/c/o/b/d/a.java +++ b/app/src/main/java/c/o/b/d/a.java @@ -7,13 +7,13 @@ public class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1519c; + public final boolean f1518c; public final c[] d; public a(int i, boolean z2, c... cVarArr) { m.checkNotNullParameter(cVarArr, "shaders"); this.b = i; - this.f1519c = z2; + this.f1518c = z2; this.d = cVarArr; } } diff --git a/app/src/main/java/c/o/b/d/b.java b/app/src/main/java/c/o/b/d/b.java index 5bce8bd6ae..710b66748d 100644 --- a/app/src/main/java/c/o/b/d/b.java +++ b/app/src/main/java/c/o/b/d/b.java @@ -13,11 +13,11 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f1520c; + public final String f1519c; public b(int i, int i2, String str, DefaultConstructorMarker defaultConstructorMarker) { int i3; - this.f1520c = str; + this.f1519c = str; int h = c.c.a.y.b.h(i2); if (h == 0) { i3 = GLES20.glGetAttribLocation(p.m84constructorimpl(i), str); diff --git a/app/src/main/java/c/o/b/e/a.java b/app/src/main/java/c/o/b/e/a.java index 8be12a76af..a582283597 100644 --- a/app/src/main/java/c/o/b/e/a.java +++ b/app/src/main/java/c/o/b/e/a.java @@ -17,7 +17,7 @@ public abstract class a { public int b = -1; /* renamed from: c reason: collision with root package name */ - public c.o.b.a.a f1521c; + public c.o.b.a.a f1520c; public e d; public a(c.o.b.a.a aVar, e eVar) { @@ -25,25 +25,25 @@ public abstract class a { m.checkNotNullParameter(eVar, "eglSurface"); m.checkNotNullParameter(aVar, "eglCore"); m.checkNotNullParameter(eVar, "eglSurface"); - this.f1521c = aVar; + this.f1520c = aVar; this.d = eVar; } public final void a(OutputStream outputStream, Bitmap.CompressFormat compressFormat) { m.checkNotNullParameter(outputStream, "stream"); m.checkNotNullParameter(compressFormat, "format"); - c.o.b.a.a aVar = this.f1521c; + c.o.b.a.a aVar = this.f1520c; e eVar = this.d; Objects.requireNonNull(aVar); m.checkNotNullParameter(eVar, "eglSurface"); if (m.areEqual(aVar.b, new b(EGL14.eglGetCurrentContext())) && m.areEqual(eVar, new e(EGL14.eglGetCurrentSurface(d.h)))) { int i = this.a; if (i < 0) { - i = this.f1521c.a(this.d, d.f); + i = this.f1520c.a(this.d, d.f); } int i2 = this.b; if (i2 < 0) { - i2 = this.f1521c.a(this.d, d.g); + i2 = this.f1520c.a(this.d, d.g); } ByteBuffer allocateDirect = ByteBuffer.allocateDirect(i * i2 * 4); allocateDirect.order(ByteOrder.LITTLE_ENDIAN); diff --git a/app/src/main/java/c/o/b/e/b.java b/app/src/main/java/c/o/b/e/b.java index 8d1b291c75..46848a6d1f 100644 --- a/app/src/main/java/c/o/b/e/b.java +++ b/app/src/main/java/c/o/b/e/b.java @@ -17,11 +17,11 @@ public class b extends a { m.checkNotNullParameter(surfaceTexture, "surface"); int[] iArr = {d.e}; c cVar = aVar.a; - c.o.b.c.a aVar2 = aVar.f1514c; + c.o.b.c.a aVar2 = aVar.f1513c; m.checkNotNull(aVar2); e eVar = new e(EGL14.eglCreateWindowSurface(cVar.a, aVar2.a, surfaceTexture, iArr, 0)); c.o.b.a.d.a("eglCreateWindowSurface"); - if (eVar != d.f1516c) { + if (eVar != d.f1515c) { m.checkNotNullParameter(aVar, "eglCore"); m.checkNotNullParameter(eVar, "eglSurface"); return; diff --git a/app/src/main/java/c/o/b/f/a.java b/app/src/main/java/c/o/b/f/a.java index 916d4d48f6..e488ca2638 100644 --- a/app/src/main/java/c/o/b/f/a.java +++ b/app/src/main/java/c/o/b/f/a.java @@ -25,15 +25,15 @@ public final class a extends o implements Function0 { public Unit mo1invoke() { b bVar = this.this$0; if (!(bVar.d == null || bVar.e == null || bVar.f == null || this.$internalFormat == null || bVar.g == null)) { - GLES20.glTexImage2D(p.m84constructorimpl(bVar.f1522c), 0, this.$internalFormat.intValue(), this.this$0.d.intValue(), this.this$0.e.intValue(), 0, p.m84constructorimpl(this.this$0.f.intValue()), p.m84constructorimpl(this.this$0.g.intValue()), null); + GLES20.glTexImage2D(p.m84constructorimpl(bVar.f1521c), 0, this.$internalFormat.intValue(), this.this$0.d.intValue(), this.this$0.e.intValue(), 0, p.m84constructorimpl(this.this$0.f.intValue()), p.m84constructorimpl(this.this$0.g.intValue()), null); } - GLES20.glTexParameterf(p.m84constructorimpl(this.this$0.f1522c), f.e, f.j); - GLES20.glTexParameterf(p.m84constructorimpl(this.this$0.f1522c), f.f, f.k); - int r0 = p.m84constructorimpl(this.this$0.f1522c); + GLES20.glTexParameterf(p.m84constructorimpl(this.this$0.f1521c), f.e, f.j); + GLES20.glTexParameterf(p.m84constructorimpl(this.this$0.f1521c), f.f, f.k); + int r0 = p.m84constructorimpl(this.this$0.f1521c); int i = f.g; int i2 = f.i; GLES20.glTexParameteri(r0, i, i2); - GLES20.glTexParameteri(p.m84constructorimpl(this.this$0.f1522c), f.h, i2); + GLES20.glTexParameteri(p.m84constructorimpl(this.this$0.f1521c), f.h, i2); d.b("glTexParameter"); return Unit.a; } diff --git a/app/src/main/java/c/o/b/f/b.java b/app/src/main/java/c/o/b/f/b.java index e2399327e0..c3e9d1af41 100644 --- a/app/src/main/java/c/o/b/f/b.java +++ b/app/src/main/java/c/o/b/f/b.java @@ -12,7 +12,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1522c; + public final int f1521c; public final Integer d; public final Integer e; public final Integer f; @@ -21,7 +21,7 @@ public final class b { public b(int i, int i2, Integer num) { int i3; this.b = i; - this.f1522c = i2; + this.f1521c = i2; this.d = null; this.e = null; this.f = null; @@ -55,19 +55,19 @@ public final class b { /* JADX INFO: this call moved to the top of the method (can break code semantics) */ public b(int i, int i2, Integer num, int i3) { - this((i3 & 1) != 0 ? f.f1518c : i, (i3 & 2) != 0 ? f.d : i2, null); + this((i3 & 1) != 0 ? f.f1517c : i, (i3 & 2) != 0 ? f.d : i2, null); int i4 = i3 & 4; } public void a() { GLES20.glActiveTexture(p.m84constructorimpl(this.b)); - GLES20.glBindTexture(p.m84constructorimpl(this.f1522c), p.m84constructorimpl(this.a)); + GLES20.glBindTexture(p.m84constructorimpl(this.f1521c), p.m84constructorimpl(this.a)); d.b("bind"); } public void b() { - GLES20.glBindTexture(p.m84constructorimpl(this.f1522c), p.m84constructorimpl(0)); - GLES20.glActiveTexture(f.f1518c); + GLES20.glBindTexture(p.m84constructorimpl(this.f1521c), p.m84constructorimpl(0)); + GLES20.glActiveTexture(f.f1517c); d.b("unbind"); } } diff --git a/app/src/main/java/c/p/a/b.java b/app/src/main/java/c/p/a/b.java index 1d402500ae..203c7cdd83 100644 --- a/app/src/main/java/c/p/a/b.java +++ b/app/src/main/java/c/p/a/b.java @@ -71,20 +71,20 @@ public final class b extends FrameLayout implements View.OnClickListener, Animat public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f1523s; + public boolean f1522s; public Runnable t; public boolean u; public ArrayList