Changes of com.discord v831

This commit is contained in:
DisTok 2019-02-04 21:29:01 +01:00
parent 082337727f
commit d6743256bc
11327 changed files with 113808 additions and 103680 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="28" android:compileSdkVersionCodename="9" android:installLocation="auto" package="com.discord" platformBuildVersionCode="830" platformBuildVersionName="8.3.0">
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="28" android:compileSdkVersionCodename="9" android:installLocation="auto" package="com.discord" platformBuildVersionCode="831" platformBuildVersionName="8.3.1">
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
<uses-feature android:name="android.hardware.faketouch" android:required="false"/>
@ -18,10 +18,10 @@
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
<uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"/>
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<application android:allowBackup="false" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:icon="@mipmap/ic_logo" android:label="@string/discord" android:largeHeap="true" android:name="com.discord.app.App" android:theme="@style/AppTheme.Dark" android:usesCleartextTraffic="@bool/use_cleartext_traffic">
<activity android:name="com.discord.app.AppActivity" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Dark" android:windowSoftInputMode="adjustResize|stateHidden"/>
<activity android:exported="true" android:launchMode="singleTask" android:name="com.discord.app.AppActivity$Main" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Loading" android:windowSoftInputMode="adjustResize|stateHidden">
@ -101,45 +101,6 @@
<meta-data android:name="firebase_crashlytics_collection_enabled" android:value="false"/>
<meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
<activity android:name="com.yalantis.ucrop.UCropActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
<provider android:authorities="com.discord.workmanager-init" android:directBootAware="false" android:exported="false" android:multiprocess="true" android:name="androidx.work.impl.WorkManagerInitializer"/>
<service android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"/>
<service android:directBootAware="false" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
<receiver android:directBootAware="false" android:enabled="true" android:exported="false" android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"/>
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy">
<intent-filter>
<action android:name="android.intent.action.ACTION_POWER_CONNECTED"/>
<action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/>
</intent-filter>
</receiver>
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy">
<intent-filter>
<action android:name="android.intent.action.BATTERY_OKAY"/>
<action android:name="android.intent.action.BATTERY_LOW"/>
</intent-filter>
</receiver>
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy">
<intent-filter>
<action android:name="android.intent.action.DEVICE_STORAGE_LOW"/>
<action android:name="android.intent.action.DEVICE_STORAGE_OK"/>
</intent-filter>
</receiver>
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy">
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
</intent-filter>
</receiver>
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
<action android:name="android.intent.action.TIME_SET"/>
<action android:name="android.intent.action.TIMEZONE_CHANGED"/>
</intent-filter>
</receiver>
<receiver android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver">
<intent-filter>
<action android:name="androidx.work.impl.background.systemalarm.UpdateProxies"/>
</intent-filter>
</receiver>
<service android:exported="true" android:name="com.google.firebase.messaging.FirebaseMessagingService">
<intent-filter android:priority="-500">
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
@ -181,9 +142,47 @@
<activity android:exported="false" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
<provider android:authorities="com.discord.firebaseinitprovider" android:exported="false" android:initOrder="100" android:name="com.google.firebase.provider.FirebaseInitProvider"/>
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
<provider android:authorities="com.discord.workmanager-init" android:directBootAware="false" android:exported="false" android:multiprocess="true" android:name="androidx.work.impl.WorkManagerInitializer"/>
<service android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"/>
<service android:directBootAware="false" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
<receiver android:directBootAware="false" android:enabled="true" android:exported="false" android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"/>
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy">
<intent-filter>
<action android:name="android.intent.action.ACTION_POWER_CONNECTED"/>
<action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/>
</intent-filter>
</receiver>
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy">
<intent-filter>
<action android:name="android.intent.action.BATTERY_OKAY"/>
<action android:name="android.intent.action.BATTERY_LOW"/>
</intent-filter>
</receiver>
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy">
<intent-filter>
<action android:name="android.intent.action.DEVICE_STORAGE_LOW"/>
<action android:name="android.intent.action.DEVICE_STORAGE_OK"/>
</intent-filter>
</receiver>
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy">
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
</intent-filter>
</receiver>
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
<action android:name="android.intent.action.TIME_SET"/>
<action android:name="android.intent.action.TIMEZONE_CHANGED"/>
</intent-filter>
</receiver>
<receiver android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver">
<intent-filter>
<action android:name="androidx.work.impl.background.systemalarm.UpdateProxies"/>
</intent-filter>
</receiver>
<provider android:authorities="com.discord.lifecycle-process" android:exported="false" android:multiprocess="true" android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"/>
<provider android:authorities="com.discord.crashlyticsinitprovider" android:exported="false" android:initOrder="100" android:name="com.crashlytics.android.CrashlyticsInitProvider"/>
<meta-data android:name="io.fabric.ApiKey" android:value="eaccfe98b3572a0a8721a8c3b10f9909018f5ec6"/>
<meta-data android:name="com.android.vending.derived.apk.id" android:value="1"/>
</application>
</manifest>

View File

@ -1,5 +1,5 @@
!!brut.androlib.meta.MetaInfo
apkFileName: com.discord-830.apk
apkFileName: com.discord-831.apk
compressionType: false
doNotCompress:
- arsc
@ -350,5 +350,5 @@ usesFramework:
tag: null
version: 2.4.0-896569-SNAPSHOT
versionInfo:
versionCode: '830'
versionName: 8.3.0
versionCode: '831'
versionName: 8.3.1

View File

@ -3,9 +3,9 @@
#
#Do NOT modify, delete, or commit to source control!
#
#Thu Jan 17 03:55:37 UTC 2019
version_name=8.3.0
#Thu Jan 17 23:56:48 UTC 2019
version_name=8.3.1
package_name=com.discord
build_id=070a715d-dd38-4a06-a869-c05445298637
version_code=830
build_id=da1245e0-a149-4c0e-88d3-8d88eb54971b
version_code=831
app_name=com.discord

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 986 B

After

Width:  |  Height:  |  Size: 990 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 B

After

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 B

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 B

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 B

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 790 B

After

Width:  |  Height:  |  Size: 805 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,24 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="color_picker_palette">
<item>#ff17ac86</item>
<item>#ff25c059</item>
<item>#ff277ecd</item>
<item>#ff843da4</item>
<item>#ffda004e</item>
<item>#ffe4b400</item>
<item>#ffd6680e</item>
<item>#ffd7342a</item>
<item>#ff7e9091</item>
<item>#ff4c6876</item>
<item>#ff116d56</item>
<item>#ff1a7939</item>
<item>#ff195080</item>
<item>#ff5b2076</item>
<item>#ff970045</item>
<item>#ffae6800</item>
<item>#ff923200</item>
<item>#ff831f18</item>
<item>#ff818689</item>
</array>
<style name="color_picker_palette" />
</resources>

View File

@ -873,7 +873,7 @@ SIDE TO SIDE {progress}
<string name="cloud_sync_modal_error_header">Unable to sync cloud saves</string>
<string name="cloud_sync_modal_or">OR</string>
<string name="collapse_category">Collapse Category</string>
<string name="com.crashlytics.android.build_id">070a715d-dd38-4a06-a869-c05445298637</string>
<string name="com.crashlytics.android.build_id">da1245e0-a149-4c0e-88d3-8d88eb54971b</string>
<string name="coming_soon">Coming Soon</string>
<string name="coming_soon_notifications">Granular notification control only works on desktop apps at the moment. For now use the iOS notification settings.</string>
<string name="coming_soon_title">COMING SOON!</string>
@ -3661,8 +3661,8 @@ To keep your sub, go to Settings and update your payment."</string>
<string name="tip_whos_online_title">"What're You Playing?"</string>
<string name="tip_whos_online_title3">"What's Everyone Doing?"</string>
<string name="tip_writing_messages_body">"This is where you'll be typing all your opinions and ideas. To keep things fancy we've included Markdown syntax support so you can **make a point** or __stomp your feet.__ You can also **drag &amp; drop** images or files right here to quickly share those cat GIFs. Not too many though."</string>
<string name="tip_writing_messages_body2">"Hooray! You've made it to %1$s. Now that you're here, make your presence known - **say a quick hello**! 👋"</string>
<string name="tip_writing_messages_body3">"Now that you've joined %1$s, make your presence known and **say hello**! 👋"</string>
<string name="tip_writing_messages_body2" />
<string name="tip_writing_messages_body3" />
<string name="tip_writing_messages_title">Have a Conversation</string>
<string name="tip_writing_messages_title3">Have a Conversation</string>
<string name="title">Title</string>

View File

@ -1,5 +1,6 @@
.class public final LWidgetFriendsAddUserRequestsModel$a$a;
.super Ljava/lang/Object;
.source "WidgetFriendsAddUserRequestsModel.kt"
# interfaces
.implements Lrx/functions/b;

View File

@ -1,5 +1,6 @@
.class public final LWidgetFriendsAddUserRequestsModel$a$b;
.super Ljava/lang/Object;
.source "WidgetFriendsAddUserRequestsModel.kt"
# interfaces
.implements Lrx/functions/b;

View File

@ -1,5 +1,6 @@
.class public final LWidgetFriendsAddUserRequestsModel$a$c;
.super Lkotlin/jvm/internal/i;
.source "WidgetFriendsAddUserRequestsModel.kt"
# interfaces
.implements Lkotlin/jvm/functions/Function2;

View File

@ -1,5 +1,6 @@
.class public final LWidgetFriendsAddUserRequestsModel$a;
.super Ljava/lang/Object;
.source "WidgetFriendsAddUserRequestsModel.kt"
# annotations

View File

@ -1,5 +1,6 @@
.class public final LWidgetFriendsAddUserRequestsModel;
.super Ljava/lang/Object;
.source "WidgetFriendsAddUserRequestsModel.kt"
# annotations

View File

@ -1,5 +1,6 @@
.class public final La;
.super Ljava/lang/Object;
.source "WidgetFriendsAddUserRequestsModel.kt"
# interfaces
.implements Lrx/functions/Func2;

View File

@ -1,5 +1,6 @@
.class final La/a$a;
.super Ljava/lang/Object;
.source "AndroidExecutors.java"
# interfaces
.implements Ljava/util/concurrent/Executor;

View File

@ -1,5 +1,6 @@
.class final La/a;
.super Ljava/lang/Object;
.source "AndroidExecutors.java"
# annotations

View File

@ -1,5 +1,6 @@
.class final La/b$a;
.super Ljava/lang/Object;
.source "BoltsExecutors.java"
# interfaces
.implements Ljava/util/concurrent/Executor;
@ -143,11 +144,6 @@
goto :goto_0
:catchall_0
move-exception p1
goto :goto_1
:cond_1
invoke-static {}, La/b;->q()Ljava/util/concurrent/ExecutorService;
@ -162,7 +158,9 @@
return-void
:goto_1
:catchall_0
move-exception p1
invoke-direct {p0}, La/b$a;->s()I
throw p1

View File

@ -1,5 +1,6 @@
.class final La/b;
.super Ljava/lang/Object;
.source "BoltsExecutors.java"
# annotations

View File

@ -1,5 +1,6 @@
.class public final La/c;
.super Ljava/lang/Object;
.source "CancellationToken.java"
# instance fields

View File

@ -1,5 +1,6 @@
.class public final La/d;
.super Ljava/lang/Object;
.source "CancellationTokenRegistration.java"
# interfaces
.implements Ljava/io/Closeable;

View File

@ -1,5 +1,6 @@
.class public final La/e;
.super Ljava/lang/Object;
.source "CancellationTokenSource.java"
# interfaces
.implements Ljava/io/Closeable;
@ -107,6 +108,8 @@
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
return-void
.end method
.method public final t()Z

View File

@ -1,5 +1,6 @@
.class public interface abstract La/f;
.super Ljava/lang/Object;
.source "Continuation.java"
# annotations

View File

@ -1,5 +1,6 @@
.class public final La/g;
.super Ljava/lang/RuntimeException;
.source "ExecutorException.java"
# direct methods

View File

@ -1,5 +1,6 @@
.class final La/h$1;
.super Ljava/lang/Object;
.source "Task.java"
# interfaces
.implements La/f;

View File

@ -1,5 +1,6 @@
.class final La/h$2;
.super Ljava/lang/Object;
.source "Task.java"
# interfaces
.implements Ljava/lang/Runnable;
@ -52,8 +53,6 @@
if-eqz v0, :cond_0
iget-object v0, p0, La/h$2;->bH:La/c;
iget-object v0, v0, La/c;->bm:La/e;
invoke-virtual {v0}, La/e;->t()Z

View File

@ -1,5 +1,6 @@
.class final La/h$3;
.super Ljava/lang/Object;
.source "Task.java"
# interfaces
.implements Ljava/lang/Runnable;
@ -50,8 +51,6 @@
if-eqz v0, :cond_0
iget-object v0, p0, La/h$3;->bH:La/c;
iget-object v0, v0, La/c;->bm:La/e;
invoke-virtual {v0}, La/e;->t()Z

View File

@ -1,5 +1,6 @@
.class public interface abstract La/h$a;
.super Ljava/lang/Object;
.source "Task.java"
# annotations

View File

@ -1,5 +1,6 @@
.class public final La/h;
.super Ljava/lang/Object;
.source "Task.java"
# annotations
@ -585,6 +586,8 @@
.catchall {:try_start_2 .. :try_end_2} :catchall_0
throw v1
return-void
.end method

View File

@ -1,5 +1,6 @@
.class public final La/i;
.super Ljava/lang/Object;
.source "TaskCompletionSource.java"
# annotations

View File

@ -1,5 +1,6 @@
.class final La/j;
.super Ljava/lang/Object;
.source "UnobservedErrorNotifier.java"
# instance fields

View File

@ -1,5 +1,6 @@
.class public final La/k;
.super Ljava/lang/RuntimeException;
.source "UnobservedTaskException.java"
# direct methods

View File

@ -1,5 +1,6 @@
.class final Landroid/support/a/a$a$a;
.super Ljava/lang/Object;
.source "ICustomTabsCallback.java"
# interfaces
.implements Landroid/support/a/a;
@ -338,20 +339,30 @@
invoke-virtual {v0, v2}, Landroid/os/Parcel;->writeInt(I)V
:goto_0
invoke-virtual {v0, p3}, Landroid/os/Parcel;->writeInt(I)V
if-eqz p3, :cond_1
if-eqz p4, :cond_1
const/4 p2, 0x1
goto :goto_1
:cond_1
const/4 p2, 0x0
:goto_1
invoke-virtual {v0, p2}, Landroid/os/Parcel;->writeInt(I)V
if-eqz p4, :cond_2
invoke-virtual {v0, p1}, Landroid/os/Parcel;->writeInt(I)V
invoke-virtual {p4, v0, v2}, Landroid/os/Bundle;->writeToParcel(Landroid/os/Parcel;I)V
goto :goto_1
goto :goto_2
:cond_1
:cond_2
invoke-virtual {v0, v2}, Landroid/os/Parcel;->writeInt(I)V
:goto_1
:goto_2
iget-object p1, p0, Landroid/support/a/a$a$a;->i:Landroid/os/IBinder;
const/4 p2, 0x6

Some files were not shown because too many files have changed in this diff Show More