Changes of com.discord v847
This commit is contained in:
parent
704dabdd33
commit
19bfcf1dcf
6492 changed files with 213562 additions and 163772 deletions
com.discord
AndroidManifest.xmlapktool.yml
assets
kotlin
ArithmeticException.kotlin_metadataAssertionError.kotlin_metadataBuilderInference.kotlin_metadataClassCastException.kotlin_metadataComparator.kotlin_metadataConcurrentModificationException.kotlin_metadataError.kotlin_metadataException.kotlin_metadataExperimental.kotlin_metadataExperimentalMultiplatform.kotlin_metadataExperimentalUnsignedTypes.kotlin_metadataHashCodeKt.kotlin_metadataIllegalArgumentException.kotlin_metadataIllegalStateException.kotlin_metadataIndexOutOfBoundsException.kotlin_metadataInitializedLazyImpl.kotlin_metadataKotlinHKt.kotlin_metadataKotlinVersion.kotlin_metadataLateinitKt.kotlin_metadataLazy.kotlin_metadataLazyKt.kotlin_metadataLazyThreadSafetyMode.kotlin_metadataNoSuchElementException.kotlin_metadataNoWhenBranchMatchedException.kotlin_metadataNotImplementedError.kotlin_metadataNullPointerException.kotlin_metadataNumberFormatException.kotlin_metadataOptionalExpectation.kotlin_metadataPair.kotlin_metadataPreconditionsKt.kotlin_metadataResult.kotlin_metadataResultKt.kotlin_metadataRuntimeException.kotlin_metadataStandardKt.kotlin_metadataSuccessOrFailureKt.kotlin_metadataSuspendKt.kotlin_metadataTriple.kotlin_metadataTuplesKt.kotlin_metadataUByte.kotlin_metadataUByteArray.kotlin_metadataUByteArrayKt.kotlin_metadataUByteKt.kotlin_metadataUInt.kotlin_metadataUIntArray.kotlin_metadataUIntArrayKt.kotlin_metadataUIntKt.kotlin_metadataULong.kotlin_metadataULongArray.kotlin_metadataULongArrayKt.kotlin_metadataULongKt.kotlin_metadataUNINITIALIZED_VALUE.kotlin_metadataUShort.kotlin_metadataUShortArray.kotlin_metadataUShortArrayKt.kotlin_metadataUShortKt.kotlin_metadataUninitializedPropertyAccessException.kotlin_metadataUnsafeLazyImpl.kotlin_metadataUnsignedUtilsKt.kotlin_metadataUnsupportedOperationException.kotlin_metadataUseExperimental.kotlin_metadataWasExperimental.kotlin_metadata
annotation
collections
AbstractCollection.kotlin_metadataAbstractIterator.kotlin_metadataAbstractList.kotlin_metadataAbstractMap.kotlin_metadataAbstractMutableCollection.kotlin_metadataAbstractMutableList.kotlin_metadataAbstractMutableMap.kotlin_metadataAbstractMutableSet.kotlin_metadataAbstractSet.kotlin_metadataArrayAsCollection.kotlin_metadataArrayList.kotlin_metadataArraysKt.kotlin_metadataCollectionsHKt.kotlin_metadataCollectionsKt.kotlin_metadataEmptyIterator.kotlin_metadataEmptyList.kotlin_metadataEmptyMap.kotlin_metadataEmptySet.kotlin_metadataGrouping.kotlin_metadataGroupingKt.kotlin_metadataHashMap.kotlin_metadataHashSet.kotlin_metadataIndexedValue.kotlin_metadataIndexingIterable.kotlin_metadataIndexingIterator.kotlin_metadataIterablesKt.kotlin_metadataIteratorsKt.kotlin_metadataLinkedHashMap.kotlin_metadataLinkedHashSet.kotlin_metadataMapAccessorsKt.kotlin_metadataMapWithDefault.kotlin_metadataMapWithDefaultImpl.kotlin_metadataMapWithDefaultKt.kotlin_metadataMapsKt.kotlin_metadataMovingSubList.kotlin_metadata
|
@ -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="846" platformBuildVersionName="8.4.6">
|
||||
<?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="847" platformBuildVersionName="8.4.7">
|
||||
<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"/>
|
||||
|
@ -145,30 +145,30 @@
|
|||
<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">
|
||||
<receiver android:directBootAware="false" android:enabled="false" android:exported="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">
|
||||
<receiver android:directBootAware="false" android:enabled="false" android:exported="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">
|
||||
<receiver android:directBootAware="false" android:enabled="false" android:exported="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">
|
||||
<receiver android:directBootAware="false" android:enabled="false" android:exported="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">
|
||||
<receiver android:directBootAware="false" android:enabled="false" android:exported="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"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
!!brut.androlib.meta.MetaInfo
|
||||
apkFileName: com.discord-846.apk
|
||||
apkFileName: com.discord-847.apk
|
||||
compressionType: false
|
||||
doNotCompress:
|
||||
- arsc
|
||||
|
@ -345,5 +345,5 @@ usesFramework:
|
|||
tag: null
|
||||
version: 2.4.0-896569-SNAPSHOT
|
||||
versionInfo:
|
||||
versionCode: '846'
|
||||
versionName: 8.4.6
|
||||
versionCode: '847'
|
||||
versionName: 8.4.7
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
#
|
||||
#Do NOT modify, delete, or commit to source control!
|
||||
#
|
||||
#Sat Feb 16 23:04:31 UTC 2019
|
||||
version_name=8.4.6
|
||||
#Sun Feb 17 00:20:05 UTC 2019
|
||||
version_name=8.4.7
|
||||
package_name=com.discord
|
||||
build_id=1c2b0966-5aaa-41f6-961e-c4122f856aeb
|
||||
version_code=846
|
||||
build_id=5d94abfb-073e-4aff-ae77-9156b073d4bc
|
||||
version_code=847
|
||||
app_name=com.discord
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue