Commit 44327355c0e3dc3dadc474e8a4a28ad787d6238d

Authored by 王琳
0 parents

新建聊天室SDK工程

Showing 100 changed files with 2157 additions and 0 deletions

Too many changes to show.

To preserve performance only 100 of 201 files are displayed.

.gitignore 0 → 100644
  1 +++ a/.gitignore
  1 +*.iml
  2 +.gradle
  3 +/local.properties
  4 +/.idea/workspace.xml
  5 +/.idea/libraries
  6 +.DS_Store
  7 +/build
  8 +/captures
  9 +.externalNativeBuild
... ...
.idea/compiler.xml 0 → 100644
  1 +++ a/.idea/compiler.xml
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<project version="4">
  3 + <component name="CompilerConfiguration">
  4 + <resourceExtensions />
  5 + <wildcardResourcePatterns>
  6 + <entry name="!?*.java" />
  7 + <entry name="!?*.form" />
  8 + <entry name="!?*.class" />
  9 + <entry name="!?*.groovy" />
  10 + <entry name="!?*.scala" />
  11 + <entry name="!?*.flex" />
  12 + <entry name="!?*.kt" />
  13 + <entry name="!?*.clj" />
  14 + <entry name="!?*.aj" />
  15 + </wildcardResourcePatterns>
  16 + <annotationProcessing>
  17 + <profile default="true" name="Default" enabled="false">
  18 + <processorPath useClasspath="true" />
  19 + </profile>
  20 + </annotationProcessing>
  21 + </component>
  22 +</project>
0 23 \ No newline at end of file
... ...
.idea/copyright/profiles_settings.xml 0 → 100644
  1 +++ a/.idea/copyright/profiles_settings.xml
  1 +<component name="CopyrightManager">
  2 + <settings default="" />
  3 +</component>
0 4 \ No newline at end of file
... ...
.idea/gradle.xml 0 → 100644
  1 +++ a/.idea/gradle.xml
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<project version="4">
  3 + <component name="GradleSettings">
  4 + <option name="linkedExternalProjectsSettings">
  5 + <GradleProjectSettings>
  6 + <option name="distributionType" value="LOCAL" />
  7 + <option name="externalProjectPath" value="$PROJECT_DIR$" />
  8 + <option name="modules">
  9 + <set>
  10 + <option value="$PROJECT_DIR$" />
  11 + <option value="$PROJECT_DIR$/IMLib" />
  12 + <option value="$PROJECT_DIR$/app" />
  13 + </set>
  14 + </option>
  15 + <option name="resolveModulePerSourceSet" value="false" />
  16 + </GradleProjectSettings>
  17 + </option>
  18 + </component>
  19 +</project>
0 20 \ No newline at end of file
... ...
.idea/misc.xml 0 → 100644
  1 +++ a/.idea/misc.xml
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<project version="4">
  3 + <component name="EntryPointsManager">
  4 + <entry_points version="2.0" />
  5 + </component>
  6 + <component name="NullableNotNullManager">
  7 + <option name="myDefaultNullable" value="android.support.annotation.Nullable" />
  8 + <option name="myDefaultNotNull" value="android.support.annotation.NonNull" />
  9 + <option name="myNullables">
  10 + <value>
  11 + <list size="4">
  12 + <item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
  13 + <item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
  14 + <item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" />
  15 + <item index="3" class="java.lang.String" itemvalue="android.support.annotation.Nullable" />
  16 + </list>
  17 + </value>
  18 + </option>
  19 + <option name="myNotNulls">
  20 + <value>
  21 + <list size="4">
  22 + <item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
  23 + <item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
  24 + <item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
  25 + <item index="3" class="java.lang.String" itemvalue="android.support.annotation.NonNull" />
  26 + </list>
  27 + </value>
  28 + </option>
  29 + </component>
  30 + <component name="ProjectLevelVcsManager" settingsEditedManually="false">
  31 + <OptionsSetting value="true" id="Add" />
  32 + <OptionsSetting value="true" id="Remove" />
  33 + <OptionsSetting value="true" id="Checkout" />
  34 + <OptionsSetting value="true" id="Update" />
  35 + <OptionsSetting value="true" id="Status" />
  36 + <OptionsSetting value="true" id="Edit" />
  37 + <ConfirmationsSetting value="0" id="Add" />
  38 + <ConfirmationsSetting value="0" id="Remove" />
  39 + </component>
  40 + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
  41 + <output url="file://$PROJECT_DIR$/build/classes" />
  42 + </component>
  43 + <component name="ProjectType">
  44 + <option name="id" value="Android" />
  45 + </component>
  46 + <component name="masterDetails">
  47 + <states>
  48 + <state key="ProjectJDKs.UI">
  49 + <settings>
  50 + <last-edited>1.8</last-edited>
  51 + <splitter-proportions>
  52 + <option name="proportions">
  53 + <list>
  54 + <option value="0.2" />
  55 + </list>
  56 + </option>
  57 + </splitter-proportions>
  58 + </settings>
  59 + </state>
  60 + </states>
  61 + </component>
  62 +</project>
0 63 \ No newline at end of file
... ...
.idea/modules.xml 0 → 100644
  1 +++ a/.idea/modules.xml
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<project version="4">
  3 + <component name="ProjectModuleManager">
  4 + <modules>
  5 + <module fileurl="file://$PROJECT_DIR$/ChatDemo.iml" filepath="$PROJECT_DIR$/ChatDemo.iml" />
  6 + <module fileurl="file://$PROJECT_DIR$/IMLib/IMLib.iml" filepath="$PROJECT_DIR$/IMLib/IMLib.iml" />
  7 + <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
  8 + </modules>
  9 + </component>
  10 +</project>
0 11 \ No newline at end of file
... ...
.idea/runConfigurations.xml 0 → 100644
  1 +++ a/.idea/runConfigurations.xml
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<project version="4">
  3 + <component name="RunConfigurationProducerService">
  4 + <option name="ignoredProducers">
  5 + <set>
  6 + <option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
  7 + <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
  8 + <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
  9 + </set>
  10 + </option>
  11 + </component>
  12 +</project>
0 13 \ No newline at end of file
... ...
IMLib/AndroidManifest.xml 0 → 100644
  1 +++ a/IMLib/AndroidManifest.xml
  1 +<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2 + package="io.rong.imlib">
  3 +
  4 + <uses-sdk
  5 + android:minSdkVersion="9"
  6 + android:targetSdkVersion="20" />
  7 +
  8 + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  9 + <uses-permission android:name="android.permission.INTERNET" />
  10 + <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  11 + <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
  12 + <uses-permission android:name="android.permission.READ_PHONE_STATE" />
  13 + <uses-permission android:name="android.permission.RECORD_AUDIO" />
  14 + <uses-permission android:name="android.permission.GET_TASKS" />
  15 + <uses-permission android:name="android.permission.WAKE_LOCK" />
  16 + <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
  17 + <uses-permission android:name="android.permission.VIBRATE" />
  18 + <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
  19 + <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
  20 +
  21 + <application>
  22 +
  23 + <!-- imlib config begin -->
  24 + <meta-data
  25 + android:name="RONG_CLOUD_APP_KEY"
  26 + android:value="此处添加APP_KEY" />
  27 +
  28 + <service
  29 + android:name="io.rong.imlib.ipc.RongService"
  30 + android:exported="true"
  31 + android:process=":ipc" />
  32 +
  33 + <service android:name="io.rong.imlib.ReConnectService"
  34 + android:exported="true"/>
  35 +
  36 + <receiver android:name="io.rong.imlib.ConnectChangeReceiver"
  37 + android:exported="true"/>
  38 +
  39 + <receiver
  40 + android:name="io.rong.imlib.HeartbeatReceiver"
  41 + android:process=":ipc" />
  42 + <!-- imlib config end -->
  43 +
  44 +
  45 + <!--必选: SDK 核心功能-->
  46 + <!--第三方相关,向第三方推送服务请求 token 的服务 -->
  47 + <service
  48 + android:name="io.rong.push.core.PushRegistrationService"
  49 + android:exported="false">
  50 + </service>
  51 +
  52 + <!-- 处理 push 消息相关的服务 -->
  53 + <service
  54 + android:name="io.rong.push.core.MessageHandleService"
  55 + android:exported="true">
  56 + </service>
  57 +
  58 + <!-- push服务 -->
  59 + <service
  60 + android:name="io.rong.push.PushService"
  61 + android:exported="true"
  62 + android:process="io.rong.push"> <!-- push进程,可以改名 -->
  63 + </service>
  64 +
  65 + <!-- push 相关事件接收器 -->
  66 + <receiver
  67 + android:name="io.rong.push.PushReceiver"
  68 + android:process="io.rong.push"> <!-- 此处进程可以改名,名称需要和PushService所在进程统一 -->
  69 + <!-- 心跳事件 -->
  70 + <intent-filter>
  71 + <action android:name="io.rong.push.intent.action.HEART_BEAT" />
  72 + </intent-filter>
  73 + <!-- 网络变动事件 -->
  74 + <intent-filter>
  75 + <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
  76 + </intent-filter>
  77 + <!-- 部分用户事件 -->
  78 + <intent-filter>
  79 + <action android:name="android.intent.action.BOOT_COMPLETED" />
  80 + </intent-filter>
  81 + <intent-filter>
  82 + <action android:name="android.intent.action.USER_PRESENT" />
  83 + <action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
  84 + <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
  85 + </intent-filter>
  86 + </receiver>
  87 +
  88 + <!--必选: SDK 核心功能-->
  89 +
  90 + <!-- end -->
  91 + </application>
  92 +
  93 +</manifest>
... ...
IMLib/build.gradle 0 → 100644
  1 +++ a/IMLib/build.gradle
  1 +apply plugin: 'com.android.library'
  2 +
  3 +android {
  4 + compileSdkVersion 21
  5 + buildToolsVersion "21.1.2"
  6 +
  7 + defaultConfig {
  8 + minSdkVersion 9
  9 + targetSdkVersion 19
  10 + versionCode 1
  11 + versionName "2.8.5"
  12 + }
  13 +
  14 + sourceSets {
  15 + main {
  16 + manifest.srcFile 'AndroidManifest.xml'
  17 + res.srcDirs = ['res']
  18 + jniLibs.srcDirs = ['libs']
  19 + }
  20 + }
  21 +
  22 + buildTypes {
  23 + release {
  24 + minifyEnabled true
  25 + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  26 + }
  27 + }
  28 + lintOptions {
  29 + abortOnError false
  30 + }
  31 +}
  32 +
  33 +dependencies {
  34 + compile fileTree(dir: 'libs', include: ['*.jar'])
  35 + compile 'com.android.support:support-v4:21.0.0'
  36 +}
  37 +
  38 +ext {
  39 + PUBLISH_GROUP_ID = 'libcnlive'
  40 + PUBLISH_ARTIFACT_ID = 'chat'
  41 + PUBLISH_VERSION = android.defaultConfig.versionName
  42 +}
  43 +
  44 +task makeChatJar(type: Copy) {
  45 + def outJarVersion = project.PUBLISH_GROUP_ID + project.PUBLISH_ARTIFACT_ID + ".jar"
  46 + from('build/intermediates/bundles/release/')
  47 + into('build/intermediates/libs/')
  48 + include('classes.jar')
  49 + rename('classes.jar', outJarVersion)
  50 +}
  51 +
  52 +makeChatJar.dependsOn(build)
0 53 \ No newline at end of file
... ...
IMLib/build/generated/source/buildConfig/androidTest/debug/io/rong/imlib/test/BuildConfig.java 0 → 100644
  1 +++ a/IMLib/build/generated/source/buildConfig/androidTest/debug/io/rong/imlib/test/BuildConfig.java
  1 +/**
  2 + * Automatically generated file. DO NOT MODIFY
  3 + */
  4 +package io.rong.imlib.test;
  5 +
  6 +public final class BuildConfig {
  7 + public static final boolean DEBUG = Boolean.parseBoolean("true");
  8 + public static final String APPLICATION_ID = "io.rong.imlib.test";
  9 + public static final String BUILD_TYPE = "debug";
  10 + public static final String FLAVOR = "";
  11 + public static final int VERSION_CODE = 1;
  12 + public static final String VERSION_NAME = "2.8.5";
  13 +}
... ...
IMLib/build/generated/source/buildConfig/debug/io/rong/imlib/BuildConfig.java 0 → 100644
  1 +++ a/IMLib/build/generated/source/buildConfig/debug/io/rong/imlib/BuildConfig.java
  1 +/**
  2 + * Automatically generated file. DO NOT MODIFY
  3 + */
  4 +package io.rong.imlib;
  5 +
  6 +public final class BuildConfig {
  7 + public static final boolean DEBUG = Boolean.parseBoolean("true");
  8 + public static final String APPLICATION_ID = "io.rong.imlib";
  9 + public static final String BUILD_TYPE = "debug";
  10 + public static final String FLAVOR = "";
  11 + public static final int VERSION_CODE = 1;
  12 + public static final String VERSION_NAME = "2.8.5";
  13 +}
... ...
IMLib/build/generated/source/buildConfig/release/io/rong/imlib/BuildConfig.java 0 → 100644
  1 +++ a/IMLib/build/generated/source/buildConfig/release/io/rong/imlib/BuildConfig.java
  1 +/**
  2 + * Automatically generated file. DO NOT MODIFY
  3 + */
  4 +package io.rong.imlib;
  5 +
  6 +public final class BuildConfig {
  7 + public static final boolean DEBUG = false;
  8 + public static final String APPLICATION_ID = "io.rong.imlib";
  9 + public static final String BUILD_TYPE = "release";
  10 + public static final String FLAVOR = "";
  11 + public static final int VERSION_CODE = 1;
  12 + public static final String VERSION_NAME = "2.8.5";
  13 +}
... ...
IMLib/build/generated/source/r/androidTest/debug/io/rong/imlib/R.java 0 → 100644
  1 +++ a/IMLib/build/generated/source/r/androidTest/debug/io/rong/imlib/R.java
  1 +/* AUTO-GENERATED FILE. DO NOT MODIFY.
  2 + *
  3 + * This class was automatically generated by the
  4 + * aapt tool from the resource data it found. It
  5 + * should not be modified by hand.
  6 + */
  7 +package io.rong.imlib;
  8 +
  9 +public final class R {
  10 + public static final class bool {
  11 + public static final int rc_extension_history = 0x7f030000;
  12 + public static final int rc_typing_status = 0x7f030001;
  13 + }
  14 + public static final class integer {
  15 + public static final int rc_audio_encoding_bit_rate = 0x7f040000;
  16 + public static final int rc_image_quality = 0x7f040001;
  17 + public static final int rc_image_size = 0x7f040002;
  18 + }
  19 + public static final class string {
  20 + public static final int rc_init_failed = 0x7f020000;
  21 + public static final int rc_location_sharing_ended = 0x7f020001;
  22 + public static final int rc_media_message_default_save_path = 0x7f020006;
  23 + public static final int rc_notification_new_msg = 0x7f020002;
  24 + public static final int rc_notification_new_plural_msg = 0x7f020003;
  25 + public static final int rc_notification_ticker_text = 0x7f020004;
  26 + public static final int rc_quit_custom_service = 0x7f020005;
  27 + }
  28 +}
... ...
IMLib/build/generated/source/r/androidTest/debug/io/rong/imlib/test/R.java 0 → 100644
  1 +++ a/IMLib/build/generated/source/r/androidTest/debug/io/rong/imlib/test/R.java
  1 +/* AUTO-GENERATED FILE. DO NOT MODIFY.
  2 + *
  3 + * This class was automatically generated by the
  4 + * aapt tool from the resource data it found. It
  5 + * should not be modified by hand.
  6 + */
  7 +
  8 +package io.rong.imlib.test;
  9 +
  10 +public final class R {
  11 + public static final class attr {
  12 + }
  13 + public static final class bool {
  14 + public static final int rc_extension_history=0x7f030000;
  15 + public static final int rc_typing_status=0x7f030001;
  16 + }
  17 + public static final class integer {
  18 + public static final int rc_audio_encoding_bit_rate=0x7f040000;
  19 + public static final int rc_image_quality=0x7f040001;
  20 + public static final int rc_image_size=0x7f040002;
  21 + }
  22 + public static final class string {
  23 + public static final int rc_init_failed=0x7f020000;
  24 + public static final int rc_location_sharing_ended=0x7f020001;
  25 + public static final int rc_media_message_default_save_path=0x7f020006;
  26 + public static final int rc_notification_new_msg=0x7f020002;
  27 + public static final int rc_notification_new_plural_msg=0x7f020003;
  28 + public static final int rc_notification_ticker_text=0x7f020004;
  29 + public static final int rc_quit_custom_service=0x7f020005;
  30 + }
  31 +}
... ...
IMLib/build/generated/source/r/debug/io/rong/imlib/R.java 0 → 100644
  1 +++ a/IMLib/build/generated/source/r/debug/io/rong/imlib/R.java
  1 +/* AUTO-GENERATED FILE. DO NOT MODIFY.
  2 + *
  3 + * This class was automatically generated by the
  4 + * aapt tool from the resource data it found. It
  5 + * should not be modified by hand.
  6 + */
  7 +
  8 +package io.rong.imlib;
  9 +
  10 +public final class R {
  11 + public static final class attr {
  12 + }
  13 + public static final class bool {
  14 + public static int rc_extension_history=0x7f030000;
  15 + public static int rc_typing_status=0x7f030001;
  16 + }
  17 + public static final class integer {
  18 + public static int rc_audio_encoding_bit_rate=0x7f040000;
  19 + public static int rc_image_quality=0x7f040001;
  20 + public static int rc_image_size=0x7f040002;
  21 + }
  22 + public static final class string {
  23 + public static int rc_init_failed=0x7f020000;
  24 + public static int rc_location_sharing_ended=0x7f020001;
  25 + public static int rc_media_message_default_save_path=0x7f020006;
  26 + public static int rc_notification_new_msg=0x7f020002;
  27 + public static int rc_notification_new_plural_msg=0x7f020003;
  28 + public static int rc_notification_ticker_text=0x7f020004;
  29 + public static int rc_quit_custom_service=0x7f020005;
  30 + }
  31 +}
... ...
IMLib/build/generated/source/r/release/io/rong/imlib/R.java 0 → 100644
  1 +++ a/IMLib/build/generated/source/r/release/io/rong/imlib/R.java
  1 +/* AUTO-GENERATED FILE. DO NOT MODIFY.
  2 + *
  3 + * This class was automatically generated by the
  4 + * aapt tool from the resource data it found. It
  5 + * should not be modified by hand.
  6 + */
  7 +
  8 +package io.rong.imlib;
  9 +
  10 +public final class R {
  11 + public static final class attr {
  12 + }
  13 + public static final class bool {
  14 + public static int rc_extension_history=0x7f030000;
  15 + public static int rc_typing_status=0x7f030001;
  16 + }
  17 + public static final class integer {
  18 + public static int rc_audio_encoding_bit_rate=0x7f040000;
  19 + public static int rc_image_quality=0x7f040001;
  20 + public static int rc_image_size=0x7f040002;
  21 + }
  22 + public static final class string {
  23 + public static int rc_init_failed=0x7f020000;
  24 + public static int rc_location_sharing_ended=0x7f020001;
  25 + public static int rc_media_message_default_save_path=0x7f020006;
  26 + public static int rc_notification_new_msg=0x7f020002;
  27 + public static int rc_notification_new_plural_msg=0x7f020003;
  28 + public static int rc_notification_ticker_text=0x7f020004;
  29 + public static int rc_quit_custom_service=0x7f020005;
  30 + }
  31 +}
... ...
IMLib/build/intermediates/blame/res/androidTest/debug/multi/values-en.json 0 → 100644
  1 +++ a/IMLib/build/intermediates/blame/res/androidTest/debug/multi/values-en.json
  1 +[
  2 + {
  3 + "outputFile": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\incremental\\mergeDebugAndroidTestResources\\merged.dir\\values-en\\values-en.xml",
  4 + "map": [
  5 + {
  6 + "to": {
  7 + "startLine": 2,
  8 + "startColumn": 4,
  9 + "startOffset": 55,
  10 + "endColumn": 72,
  11 + "endOffset": 123
  12 + },
  13 + "from": {
  14 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values-en\\values-en.xml",
  15 + "position": {
  16 + "startLine": 2,
  17 + "startColumn": 4,
  18 + "startOffset": 55,
  19 + "endColumn": 72,
  20 + "endOffset": 123
  21 + }
  22 + }
  23 + },
  24 + {
  25 + "to": {
  26 + "startLine": 3,
  27 + "startColumn": 4,
  28 + "startOffset": 128,
  29 + "endColumn": 87,
  30 + "endOffset": 211
  31 + },
  32 + "from": {
  33 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values-en\\values-en.xml",
  34 + "position": {
  35 + "startLine": 3,
  36 + "startColumn": 4,
  37 + "startOffset": 128,
  38 + "endColumn": 87,
  39 + "endOffset": 211
  40 + }
  41 + }
  42 + },
  43 + {
  44 + "to": {
  45 + "startLine": 4,
  46 + "startColumn": 4,
  47 + "startOffset": 216,
  48 + "endColumn": 75,
  49 + "endOffset": 287
  50 + },
  51 + "from": {
  52 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values-en\\values-en.xml",
  53 + "position": {
  54 + "startLine": 4,
  55 + "startColumn": 4,
  56 + "startOffset": 216,
  57 + "endColumn": 75,
  58 + "endOffset": 287
  59 + }
  60 + }
  61 + },
  62 + {
  63 + "to": {
  64 + "startLine": 5,
  65 + "startColumn": 4,
  66 + "startOffset": 292,
  67 + "endColumn": 91,
  68 + "endOffset": 379
  69 + },
  70 + "from": {
  71 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values-en\\values-en.xml",
  72 + "position": {
  73 + "startLine": 5,
  74 + "startColumn": 4,
  75 + "startOffset": 292,
  76 + "endColumn": 91,
  77 + "endOffset": 379
  78 + }
  79 + }
  80 + },
  81 + {
  82 + "to": {
  83 + "startLine": 6,
  84 + "startColumn": 4,
  85 + "startOffset": 384,
  86 + "endColumn": 78,
  87 + "endOffset": 458
  88 + },
  89 + "from": {
  90 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values-en\\values-en.xml",
  91 + "position": {
  92 + "startLine": 6,
  93 + "startColumn": 4,
  94 + "startOffset": 384,
  95 + "endColumn": 78,
  96 + "endOffset": 458
  97 + }
  98 + }
  99 + },
  100 + {
  101 + "to": {
  102 + "startLine": 7,
  103 + "startColumn": 4,
  104 + "startOffset": 463,
  105 + "endColumn": 75,
  106 + "endOffset": 534
  107 + },
  108 + "from": {
  109 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values-en\\values-en.xml",
  110 + "position": {
  111 + "startLine": 7,
  112 + "startColumn": 4,
  113 + "startOffset": 463,
  114 + "endColumn": 75,
  115 + "endOffset": 534
  116 + }
  117 + }
  118 + }
  119 + ]
  120 + }
  121 +]
0 122 \ No newline at end of file
... ...
IMLib/build/intermediates/blame/res/androidTest/debug/multi/values-sw.json 0 → 100644
  1 +++ a/IMLib/build/intermediates/blame/res/androidTest/debug/multi/values-sw.json
  1 +[
  2 + {
  3 + "outputFile": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\incremental\\mergeDebugAndroidTestResources\\merged.dir\\values-sw\\values-sw.xml",
  4 + "map": [
  5 + {
  6 + "to": {
  7 + "startLine": 2,
  8 + "startColumn": 4,
  9 + "startOffset": 55,
  10 + "endColumn": 77,
  11 + "endOffset": 128
  12 + },
  13 + "from": {
  14 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values-sw\\values-sw.xml",
  15 + "position": {
  16 + "startLine": 2,
  17 + "startColumn": 4,
  18 + "startOffset": 55,
  19 + "endColumn": 77,
  20 + "endOffset": 128
  21 + }
  22 + }
  23 + },
  24 + {
  25 + "to": {
  26 + "startLine": 3,
  27 + "startColumn": 4,
  28 + "startOffset": 133,
  29 + "endColumn": 93,
  30 + "endOffset": 222
  31 + },
  32 + "from": {
  33 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values-sw\\values-sw.xml",
  34 + "position": {
  35 + "startLine": 3,
  36 + "startColumn": 4,
  37 + "startOffset": 133,
  38 + "endColumn": 93,
  39 + "endOffset": 222
  40 + }
  41 + }
  42 + },
  43 + {
  44 + "to": {
  45 + "startLine": 4,
  46 + "startColumn": 4,
  47 + "startOffset": 227,
  48 + "endColumn": 76,
  49 + "endOffset": 299
  50 + },
  51 + "from": {
  52 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values-sw\\values-sw.xml",
  53 + "position": {
  54 + "startLine": 4,
  55 + "startColumn": 4,
  56 + "startOffset": 227,
  57 + "endColumn": 76,
  58 + "endOffset": 299
  59 + }
  60 + }
  61 + }
  62 + ]
  63 + }
  64 +]
0 65 \ No newline at end of file
... ...
IMLib/build/intermediates/blame/res/androidTest/debug/multi/values.json 0 → 100644
  1 +++ a/IMLib/build/intermediates/blame/res/androidTest/debug/multi/values.json
  1 +[
  2 + {
  3 + "outputFile": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\incremental\\mergeDebugAndroidTestResources\\merged.dir\\values\\values.xml",
  4 + "map": [
  5 + {
  6 + "to": {
  7 + "startLine": 2,
  8 + "startColumn": 4,
  9 + "startOffset": 55,
  10 + "endColumn": 50,
  11 + "endOffset": 101
  12 + },
  13 + "from": {
  14 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml",
  15 + "position": {
  16 + "startLine": 2,
  17 + "startColumn": 4,
  18 + "startOffset": 55,
  19 + "endColumn": 50,
  20 + "endOffset": 101
  21 + }
  22 + }
  23 + },
  24 + {
  25 + "to": {
  26 + "startLine": 3,
  27 + "startColumn": 4,
  28 + "startOffset": 106,
  29 + "endColumn": 46,
  30 + "endOffset": 148
  31 + },
  32 + "from": {
  33 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml",
  34 + "position": {
  35 + "startLine": 3,
  36 + "startColumn": 4,
  37 + "startOffset": 106,
  38 + "endColumn": 46,
  39 + "endOffset": 148
  40 + }
  41 + }
  42 + },
  43 + {
  44 + "to": {
  45 + "startLine": 4,
  46 + "startColumn": 4,
  47 + "startOffset": 153,
  48 + "endColumn": 61,
  49 + "endOffset": 210
  50 + },
  51 + "from": {
  52 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml",
  53 + "position": {
  54 + "startLine": 4,
  55 + "startColumn": 4,
  56 + "startOffset": 153,
  57 + "endColumn": 61,
  58 + "endOffset": 210
  59 + }
  60 + }
  61 + },
  62 + {
  63 + "to": {
  64 + "startLine": 5,
  65 + "startColumn": 4,
  66 + "startOffset": 215,
  67 + "endColumn": 49,
  68 + "endOffset": 260
  69 + },
  70 + "from": {
  71 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml",
  72 + "position": {
  73 + "startLine": 5,
  74 + "startColumn": 4,
  75 + "startOffset": 215,
  76 + "endColumn": 49,
  77 + "endOffset": 260
  78 + }
  79 + }
  80 + },
  81 + {
  82 + "to": {
  83 + "startLine": 6,
  84 + "startColumn": 4,
  85 + "startOffset": 265,
  86 + "endColumn": 47,
  87 + "endOffset": 308
  88 + },
  89 + "from": {
  90 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml",
  91 + "position": {
  92 + "startLine": 6,
  93 + "startColumn": 4,
  94 + "startOffset": 265,
  95 + "endColumn": 47,
  96 + "endOffset": 308
  97 + }
  98 + }
  99 + },
  100 + {
  101 + "to": {
  102 + "startLine": 7,
  103 + "startColumn": 4,
  104 + "startOffset": 313,
  105 + "endColumn": 49,
  106 + "endOffset": 358
  107 + },
  108 + "from": {
  109 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml",
  110 + "position": {
  111 + "startLine": 7,
  112 + "startColumn": 4,
  113 + "startOffset": 313,
  114 + "endColumn": 49,
  115 + "endOffset": 358
  116 + }
  117 + }
  118 + },
  119 + {
  120 + "to": {
  121 + "startLine": 8,
  122 + "startColumn": 4,
  123 + "startOffset": 363,
  124 + "endColumn": 61,
  125 + "endOffset": 420
  126 + },
  127 + "from": {
  128 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml",
  129 + "position": {
  130 + "startLine": 8,
  131 + "startColumn": 4,
  132 + "startOffset": 363,
  133 + "endColumn": 61,
  134 + "endOffset": 420
  135 + }
  136 + }
  137 + },
  138 + {
  139 + "to": {
  140 + "startLine": 9,
  141 + "startColumn": 4,
  142 + "startOffset": 425,
  143 + "endColumn": 80,
  144 + "endOffset": 501
  145 + },
  146 + "from": {
  147 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml",
  148 + "position": {
  149 + "startLine": 9,
  150 + "startColumn": 4,
  151 + "startOffset": 425,
  152 + "endColumn": 80,
  153 + "endOffset": 501
  154 + }
  155 + }
  156 + },
  157 + {
  158 + "to": {
  159 + "startLine": 10,
  160 + "startColumn": 4,
  161 + "startOffset": 506,
  162 + "endColumn": 66,
  163 + "endOffset": 568
  164 + },
  165 + "from": {
  166 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml",
  167 + "position": {
  168 + "startLine": 10,
  169 + "startColumn": 4,
  170 + "startOffset": 506,
  171 + "endColumn": 66,
  172 + "endOffset": 568
  173 + }
  174 + }
  175 + },
  176 + {
  177 + "to": {
  178 + "startLine": 11,
  179 + "startColumn": 4,
  180 + "startOffset": 573,
  181 + "endColumn": 77,
  182 + "endOffset": 646
  183 + },
  184 + "from": {
  185 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml",
  186 + "position": {
  187 + "startLine": 11,
  188 + "startColumn": 4,
  189 + "startOffset": 573,
  190 + "endColumn": 77,
  191 + "endOffset": 646
  192 + }
  193 + }
  194 + },
  195 + {
  196 + "to": {
  197 + "startLine": 12,
  198 + "startColumn": 4,
  199 + "startOffset": 651,
  200 + "endColumn": 64,
  201 + "endOffset": 711
  202 + },
  203 + "from": {
  204 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml",
  205 + "position": {
  206 + "startLine": 12,
  207 + "startColumn": 4,
  208 + "startOffset": 651,
  209 + "endColumn": 64,
  210 + "endOffset": 711
  211 + }
  212 + }
  213 + },
  214 + {
  215 + "to": {
  216 + "startLine": 13,
  217 + "startColumn": 4,
  218 + "startOffset": 716,
  219 + "endColumn": 56,
  220 + "endOffset": 768
  221 + },
  222 + "from": {
  223 + "file": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml",
  224 + "position": {
  225 + "startLine": 13,
  226 + "startColumn": 4,
  227 + "startOffset": 716,
  228 + "endColumn": 56,
  229 + "endOffset": 768
  230 + }
  231 + }
  232 + }
  233 + ]
  234 + }
  235 +]
0 236 \ No newline at end of file
... ...
IMLib/build/intermediates/blame/res/debug/multi/values-en.json 0 → 100644
  1 +++ a/IMLib/build/intermediates/blame/res/debug/multi/values-en.json
  1 +[
  2 + {
  3 + "outputFile": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en\\values-en.xml",
  4 + "map": [
  5 + {
  6 + "to": {
  7 + "startLine": 2,
  8 + "startColumn": 4,
  9 + "startOffset": 55,
  10 + "endColumn": 72,
  11 + "endOffset": 123
  12 + },
  13 + "from": {
  14 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-en\\rc_string.xml",
  15 + "position": {
  16 + "startLine": 4,
  17 + "startColumn": 4,
  18 + "startOffset": 132,
  19 + "endColumn": 72,
  20 + "endOffset": 200
  21 + }
  22 + }
  23 + },
  24 + {
  25 + "to": {
  26 + "startLine": 3,
  27 + "startColumn": 4,
  28 + "startOffset": 128,
  29 + "endColumn": 87,
  30 + "endOffset": 211
  31 + },
  32 + "from": {
  33 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-en\\rc_string.xml",
  34 + "position": {
  35 + "startLine": 5,
  36 + "startColumn": 4,
  37 + "startOffset": 205,
  38 + "endColumn": 87,
  39 + "endOffset": 288
  40 + }
  41 + }
  42 + },
  43 + {
  44 + "to": {
  45 + "startLine": 4,
  46 + "startColumn": 4,
  47 + "startOffset": 216,
  48 + "endColumn": 75,
  49 + "endOffset": 287
  50 + },
  51 + "from": {
  52 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-en\\rc_string.xml",
  53 + "position": {
  54 + "startLine": 9,
  55 + "startColumn": 4,
  56 + "startOffset": 374,
  57 + "endColumn": 90,
  58 + "endOffset": 460
  59 + }
  60 + }
  61 + },
  62 + {
  63 + "to": {
  64 + "startLine": 5,
  65 + "startColumn": 4,
  66 + "startOffset": 292,
  67 + "endColumn": 91,
  68 + "endOffset": 379
  69 + },
  70 + "from": {
  71 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-en\\rc_string.xml",
  72 + "position": {
  73 + "startLine": 10,
  74 + "startColumn": 4,
  75 + "startOffset": 465,
  76 + "endColumn": 111,
  77 + "endOffset": 572
  78 + }
  79 + }
  80 + },
  81 + {
  82 + "to": {
  83 + "startLine": 6,
  84 + "startColumn": 4,
  85 + "startOffset": 384,
  86 + "endColumn": 78,
  87 + "endOffset": 458
  88 + },
  89 + "from": {
  90 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-en\\rc_string.xml",
  91 + "position": {
  92 + "startLine": 7,
  93 + "startColumn": 4,
  94 + "startOffset": 294,
  95 + "endColumn": 78,
  96 + "endOffset": 368
  97 + }
  98 + }
  99 + },
  100 + {
  101 + "to": {
  102 + "startLine": 7,
  103 + "startColumn": 4,
  104 + "startOffset": 463,
  105 + "endColumn": 75,
  106 + "endOffset": 534
  107 + },
  108 + "from": {
  109 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-en\\rc_string.xml",
  110 + "position": {
  111 + "startLine": 3,
  112 + "startColumn": 4,
  113 + "startOffset": 56,
  114 + "endColumn": 75,
  115 + "endOffset": 127
  116 + }
  117 + }
  118 + }
  119 + ]
  120 + }
  121 +]
0 122 \ No newline at end of file
... ...
IMLib/build/intermediates/blame/res/debug/multi/values-sw.json 0 → 100644
  1 +++ a/IMLib/build/intermediates/blame/res/debug/multi/values-sw.json
  1 +[
  2 + {
  3 + "outputFile": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw\\values-sw.xml",
  4 + "map": [
  5 + {
  6 + "to": {
  7 + "startLine": 2,
  8 + "startColumn": 4,
  9 + "startOffset": 55,
  10 + "endColumn": 77,
  11 + "endOffset": 128
  12 + },
  13 + "from": {
  14 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-sw\\rc_notification_string.xml",
  15 + "position": {
  16 + "startLine": 4,
  17 + "startColumn": 4,
  18 + "startOffset": 133,
  19 + "endColumn": 92,
  20 + "endOffset": 221
  21 + }
  22 + }
  23 + },
  24 + {
  25 + "to": {
  26 + "startLine": 3,
  27 + "startColumn": 4,
  28 + "startOffset": 133,
  29 + "endColumn": 93,
  30 + "endOffset": 222
  31 + },
  32 + "from": {
  33 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-sw\\rc_notification_string.xml",
  34 + "position": {
  35 + "startLine": 5,
  36 + "startColumn": 4,
  37 + "startOffset": 226,
  38 + "endColumn": 108,
  39 + "endOffset": 330
  40 + }
  41 + }
  42 + },
  43 + {
  44 + "to": {
  45 + "startLine": 4,
  46 + "startColumn": 4,
  47 + "startOffset": 227,
  48 + "endColumn": 76,
  49 + "endOffset": 299
  50 + },
  51 + "from": {
  52 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-sw\\rc_notification_string.xml",
  53 + "position": {
  54 + "startLine": 3,
  55 + "startColumn": 4,
  56 + "startOffset": 56,
  57 + "endColumn": 76,
  58 + "endOffset": 128
  59 + }
  60 + }
  61 + }
  62 + ]
  63 + }
  64 +]
0 65 \ No newline at end of file
... ...
IMLib/build/intermediates/blame/res/debug/multi/values.json 0 → 100644
  1 +++ a/IMLib/build/intermediates/blame/res/debug/multi/values.json
  1 +[
  2 + {
  3 + "outputFile": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values\\values.xml",
  4 + "map": [
  5 + {
  6 + "to": {
  7 + "startLine": 2,
  8 + "startColumn": 4,
  9 + "startOffset": 55,
  10 + "endColumn": 50,
  11 + "endOffset": 101
  12 + },
  13 + "from": {
  14 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_configuration.xml",
  15 + "position": {
  16 + "startLine": 14,
  17 + "startColumn": 4,
  18 + "startOffset": 490,
  19 + "endColumn": 50,
  20 + "endOffset": 536
  21 + }
  22 + }
  23 + },
  24 + {
  25 + "to": {
  26 + "startLine": 3,
  27 + "startColumn": 4,
  28 + "startOffset": 106,
  29 + "endColumn": 46,
  30 + "endOffset": 148
  31 + },
  32 + "from": {
  33 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_configuration.xml",
  34 + "position": {
  35 + "startLine": 10,
  36 + "startColumn": 4,
  37 + "startOffset": 305,
  38 + "endColumn": 46,
  39 + "endOffset": 347
  40 + }
  41 + }
  42 + },
  43 + {
  44 + "to": {
  45 + "startLine": 4,
  46 + "startColumn": 4,
  47 + "startOffset": 153,
  48 + "endColumn": 61,
  49 + "endOffset": 210
  50 + },
  51 + "from": {
  52 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_configuration.xml",
  53 + "position": {
  54 + "startLine": 3,
  55 + "startColumn": 4,
  56 + "startOffset": 85,
  57 + "endColumn": 61,
  58 + "endOffset": 142
  59 + }
  60 + }
  61 + },
  62 + {
  63 + "to": {
  64 + "startLine": 5,
  65 + "startColumn": 4,
  66 + "startOffset": 215,
  67 + "endColumn": 49,
  68 + "endOffset": 260
  69 + },
  70 + "from": {
  71 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_configuration.xml",
  72 + "position": {
  73 + "startLine": 6,
  74 + "startColumn": 4,
  75 + "startOffset": 166,
  76 + "endColumn": 49,
  77 + "endOffset": 211
  78 + }
  79 + }
  80 + },
  81 + {
  82 + "to": {
  83 + "startLine": 6,
  84 + "startColumn": 4,
  85 + "startOffset": 265,
  86 + "endColumn": 47,
  87 + "endOffset": 308
  88 + },
  89 + "from": {
  90 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_configuration.xml",
  91 + "position": {
  92 + "startLine": 8,
  93 + "startColumn": 4,
  94 + "startOffset": 235,
  95 + "endColumn": 47,
  96 + "endOffset": 278
  97 + }
  98 + }
  99 + },
  100 + {
  101 + "to": {
  102 + "startLine": 7,
  103 + "startColumn": 4,
  104 + "startOffset": 313,
  105 + "endColumn": 49,
  106 + "endOffset": 358
  107 + },
  108 + "from": {
  109 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_lib_string.xml",
  110 + "position": {
  111 + "startLine": 4,
  112 + "startColumn": 4,
  113 + "startOffset": 113,
  114 + "endColumn": 49,
  115 + "endOffset": 158
  116 + }
  117 + }
  118 + },
  119 + {
  120 + "to": {
  121 + "startLine": 8,
  122 + "startColumn": 4,
  123 + "startOffset": 363,
  124 + "endColumn": 61,
  125 + "endOffset": 420
  126 + },
  127 + "from": {
  128 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_lib_string.xml",
  129 + "position": {
  130 + "startLine": 5,
  131 + "startColumn": 4,
  132 + "startOffset": 163,
  133 + "endColumn": 61,
  134 + "endOffset": 220
  135 + }
  136 + }
  137 + },
  138 + {
  139 + "to": {
  140 + "startLine": 9,
  141 + "startColumn": 4,
  142 + "startOffset": 425,
  143 + "endColumn": 80,
  144 + "endOffset": 501
  145 + },
  146 + "from": {
  147 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_configuration.xml",
  148 + "position": {
  149 + "startLine": 12,
  150 + "startColumn": 4,
  151 + "startOffset": 376,
  152 + "endColumn": 80,
  153 + "endOffset": 452
  154 + }
  155 + }
  156 + },
  157 + {
  158 + "to": {
  159 + "startLine": 10,
  160 + "startColumn": 4,
  161 + "startOffset": 506,
  162 + "endColumn": 66,
  163 + "endOffset": 568
  164 + },
  165 + "from": {
  166 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_lib_string.xml",
  167 + "position": {
  168 + "startLine": 8,
  169 + "startColumn": 4,
  170 + "startOffset": 291,
  171 + "endColumn": 66,
  172 + "endOffset": 353
  173 + }
  174 + }
  175 + },
  176 + {
  177 + "to": {
  178 + "startLine": 11,
  179 + "startColumn": 4,
  180 + "startOffset": 573,
  181 + "endColumn": 77,
  182 + "endOffset": 646
  183 + },
  184 + "from": {
  185 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_lib_string.xml",
  186 + "position": {
  187 + "startLine": 9,
  188 + "startColumn": 4,
  189 + "startOffset": 358,
  190 + "endColumn": 77,
  191 + "endOffset": 431
  192 + }
  193 + }
  194 + },
  195 + {
  196 + "to": {
  197 + "startLine": 12,
  198 + "startColumn": 4,
  199 + "startOffset": 651,
  200 + "endColumn": 64,
  201 + "endOffset": 711
  202 + },
  203 + "from": {
  204 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_lib_string.xml",
  205 + "position": {
  206 + "startLine": 7,
  207 + "startColumn": 4,
  208 + "startOffset": 226,
  209 + "endColumn": 64,
  210 + "endOffset": 286
  211 + }
  212 + }
  213 + },
  214 + {
  215 + "to": {
  216 + "startLine": 13,
  217 + "startColumn": 4,
  218 + "startOffset": 716,
  219 + "endColumn": 56,
  220 + "endOffset": 768
  221 + },
  222 + "from": {
  223 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_lib_string.xml",
  224 + "position": {
  225 + "startLine": 3,
  226 + "startColumn": 4,
  227 + "startOffset": 56,
  228 + "endColumn": 56,
  229 + "endOffset": 108
  230 + }
  231 + }
  232 + }
  233 + ]
  234 + }
  235 +]
0 236 \ No newline at end of file
... ...
IMLib/build/intermediates/blame/res/release/multi/values-en.json 0 → 100644
  1 +++ a/IMLib/build/intermediates/blame/res/release/multi/values-en.json
  1 +[
  2 + {
  3 + "outputFile": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-en\\values-en.xml",
  4 + "map": [
  5 + {
  6 + "to": {
  7 + "startLine": 2,
  8 + "startColumn": 4,
  9 + "startOffset": 55,
  10 + "endColumn": 72,
  11 + "endOffset": 123
  12 + },
  13 + "from": {
  14 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-en\\rc_string.xml",
  15 + "position": {
  16 + "startLine": 4,
  17 + "startColumn": 4,
  18 + "startOffset": 132,
  19 + "endColumn": 72,
  20 + "endOffset": 200
  21 + }
  22 + }
  23 + },
  24 + {
  25 + "to": {
  26 + "startLine": 3,
  27 + "startColumn": 4,
  28 + "startOffset": 128,
  29 + "endColumn": 87,
  30 + "endOffset": 211
  31 + },
  32 + "from": {
  33 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-en\\rc_string.xml",
  34 + "position": {
  35 + "startLine": 5,
  36 + "startColumn": 4,
  37 + "startOffset": 205,
  38 + "endColumn": 87,
  39 + "endOffset": 288
  40 + }
  41 + }
  42 + },
  43 + {
  44 + "to": {
  45 + "startLine": 4,
  46 + "startColumn": 4,
  47 + "startOffset": 216,
  48 + "endColumn": 75,
  49 + "endOffset": 287
  50 + },
  51 + "from": {
  52 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-en\\rc_string.xml",
  53 + "position": {
  54 + "startLine": 9,
  55 + "startColumn": 4,
  56 + "startOffset": 374,
  57 + "endColumn": 90,
  58 + "endOffset": 460
  59 + }
  60 + }
  61 + },
  62 + {
  63 + "to": {
  64 + "startLine": 5,
  65 + "startColumn": 4,
  66 + "startOffset": 292,
  67 + "endColumn": 91,
  68 + "endOffset": 379
  69 + },
  70 + "from": {
  71 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-en\\rc_string.xml",
  72 + "position": {
  73 + "startLine": 10,
  74 + "startColumn": 4,
  75 + "startOffset": 465,
  76 + "endColumn": 111,
  77 + "endOffset": 572
  78 + }
  79 + }
  80 + },
  81 + {
  82 + "to": {
  83 + "startLine": 6,
  84 + "startColumn": 4,
  85 + "startOffset": 384,
  86 + "endColumn": 78,
  87 + "endOffset": 458
  88 + },
  89 + "from": {
  90 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-en\\rc_string.xml",
  91 + "position": {
  92 + "startLine": 7,
  93 + "startColumn": 4,
  94 + "startOffset": 294,
  95 + "endColumn": 78,
  96 + "endOffset": 368
  97 + }
  98 + }
  99 + },
  100 + {
  101 + "to": {
  102 + "startLine": 7,
  103 + "startColumn": 4,
  104 + "startOffset": 463,
  105 + "endColumn": 75,
  106 + "endOffset": 534
  107 + },
  108 + "from": {
  109 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-en\\rc_string.xml",
  110 + "position": {
  111 + "startLine": 3,
  112 + "startColumn": 4,
  113 + "startOffset": 56,
  114 + "endColumn": 75,
  115 + "endOffset": 127
  116 + }
  117 + }
  118 + }
  119 + ]
  120 + }
  121 +]
0 122 \ No newline at end of file
... ...
IMLib/build/intermediates/blame/res/release/multi/values-sw.json 0 → 100644
  1 +++ a/IMLib/build/intermediates/blame/res/release/multi/values-sw.json
  1 +[
  2 + {
  3 + "outputFile": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values-sw\\values-sw.xml",
  4 + "map": [
  5 + {
  6 + "to": {
  7 + "startLine": 2,
  8 + "startColumn": 4,
  9 + "startOffset": 55,
  10 + "endColumn": 77,
  11 + "endOffset": 128
  12 + },
  13 + "from": {
  14 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-sw\\rc_notification_string.xml",
  15 + "position": {
  16 + "startLine": 4,
  17 + "startColumn": 4,
  18 + "startOffset": 133,
  19 + "endColumn": 92,
  20 + "endOffset": 221
  21 + }
  22 + }
  23 + },
  24 + {
  25 + "to": {
  26 + "startLine": 3,
  27 + "startColumn": 4,
  28 + "startOffset": 133,
  29 + "endColumn": 93,
  30 + "endOffset": 222
  31 + },
  32 + "from": {
  33 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-sw\\rc_notification_string.xml",
  34 + "position": {
  35 + "startLine": 5,
  36 + "startColumn": 4,
  37 + "startOffset": 226,
  38 + "endColumn": 108,
  39 + "endOffset": 330
  40 + }
  41 + }
  42 + },
  43 + {
  44 + "to": {
  45 + "startLine": 4,
  46 + "startColumn": 4,
  47 + "startOffset": 227,
  48 + "endColumn": 76,
  49 + "endOffset": 299
  50 + },
  51 + "from": {
  52 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values-sw\\rc_notification_string.xml",
  53 + "position": {
  54 + "startLine": 3,
  55 + "startColumn": 4,
  56 + "startOffset": 56,
  57 + "endColumn": 76,
  58 + "endOffset": 128
  59 + }
  60 + }
  61 + }
  62 + ]
  63 + }
  64 +]
0 65 \ No newline at end of file
... ...
IMLib/build/intermediates/blame/res/release/multi/values.json 0 → 100644
  1 +++ a/IMLib/build/intermediates/blame/res/release/multi/values.json
  1 +[
  2 + {
  3 + "outputFile": "E:\\testspace\\ChatDemo\\IMLib\\build\\intermediates\\incremental\\mergeReleaseResources\\merged.dir\\values\\values.xml",
  4 + "map": [
  5 + {
  6 + "to": {
  7 + "startLine": 2,
  8 + "startColumn": 4,
  9 + "startOffset": 55,
  10 + "endColumn": 50,
  11 + "endOffset": 101
  12 + },
  13 + "from": {
  14 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_configuration.xml",
  15 + "position": {
  16 + "startLine": 14,
  17 + "startColumn": 4,
  18 + "startOffset": 490,
  19 + "endColumn": 50,
  20 + "endOffset": 536
  21 + }
  22 + }
  23 + },
  24 + {
  25 + "to": {
  26 + "startLine": 3,
  27 + "startColumn": 4,
  28 + "startOffset": 106,
  29 + "endColumn": 46,
  30 + "endOffset": 148
  31 + },
  32 + "from": {
  33 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_configuration.xml",
  34 + "position": {
  35 + "startLine": 10,
  36 + "startColumn": 4,
  37 + "startOffset": 305,
  38 + "endColumn": 46,
  39 + "endOffset": 347
  40 + }
  41 + }
  42 + },
  43 + {
  44 + "to": {
  45 + "startLine": 4,
  46 + "startColumn": 4,
  47 + "startOffset": 153,
  48 + "endColumn": 61,
  49 + "endOffset": 210
  50 + },
  51 + "from": {
  52 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_configuration.xml",
  53 + "position": {
  54 + "startLine": 3,
  55 + "startColumn": 4,
  56 + "startOffset": 85,
  57 + "endColumn": 61,
  58 + "endOffset": 142
  59 + }
  60 + }
  61 + },
  62 + {
  63 + "to": {
  64 + "startLine": 5,
  65 + "startColumn": 4,
  66 + "startOffset": 215,
  67 + "endColumn": 49,
  68 + "endOffset": 260
  69 + },
  70 + "from": {
  71 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_configuration.xml",
  72 + "position": {
  73 + "startLine": 6,
  74 + "startColumn": 4,
  75 + "startOffset": 166,
  76 + "endColumn": 49,
  77 + "endOffset": 211
  78 + }
  79 + }
  80 + },
  81 + {
  82 + "to": {
  83 + "startLine": 6,
  84 + "startColumn": 4,
  85 + "startOffset": 265,
  86 + "endColumn": 47,
  87 + "endOffset": 308
  88 + },
  89 + "from": {
  90 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_configuration.xml",
  91 + "position": {
  92 + "startLine": 8,
  93 + "startColumn": 4,
  94 + "startOffset": 235,
  95 + "endColumn": 47,
  96 + "endOffset": 278
  97 + }
  98 + }
  99 + },
  100 + {
  101 + "to": {
  102 + "startLine": 7,
  103 + "startColumn": 4,
  104 + "startOffset": 313,
  105 + "endColumn": 49,
  106 + "endOffset": 358
  107 + },
  108 + "from": {
  109 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_lib_string.xml",
  110 + "position": {
  111 + "startLine": 4,
  112 + "startColumn": 4,
  113 + "startOffset": 113,
  114 + "endColumn": 49,
  115 + "endOffset": 158
  116 + }
  117 + }
  118 + },
  119 + {
  120 + "to": {
  121 + "startLine": 8,
  122 + "startColumn": 4,
  123 + "startOffset": 363,
  124 + "endColumn": 61,
  125 + "endOffset": 420
  126 + },
  127 + "from": {
  128 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_lib_string.xml",
  129 + "position": {
  130 + "startLine": 5,
  131 + "startColumn": 4,
  132 + "startOffset": 163,
  133 + "endColumn": 61,
  134 + "endOffset": 220
  135 + }
  136 + }
  137 + },
  138 + {
  139 + "to": {
  140 + "startLine": 9,
  141 + "startColumn": 4,
  142 + "startOffset": 425,
  143 + "endColumn": 80,
  144 + "endOffset": 501
  145 + },
  146 + "from": {
  147 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_configuration.xml",
  148 + "position": {
  149 + "startLine": 12,
  150 + "startColumn": 4,
  151 + "startOffset": 376,
  152 + "endColumn": 80,
  153 + "endOffset": 452
  154 + }
  155 + }
  156 + },
  157 + {
  158 + "to": {
  159 + "startLine": 10,
  160 + "startColumn": 4,
  161 + "startOffset": 506,
  162 + "endColumn": 66,
  163 + "endOffset": 568
  164 + },
  165 + "from": {
  166 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_lib_string.xml",
  167 + "position": {
  168 + "startLine": 8,
  169 + "startColumn": 4,
  170 + "startOffset": 291,
  171 + "endColumn": 66,
  172 + "endOffset": 353
  173 + }
  174 + }
  175 + },
  176 + {
  177 + "to": {
  178 + "startLine": 11,
  179 + "startColumn": 4,
  180 + "startOffset": 573,
  181 + "endColumn": 77,
  182 + "endOffset": 646
  183 + },
  184 + "from": {
  185 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_lib_string.xml",
  186 + "position": {
  187 + "startLine": 9,
  188 + "startColumn": 4,
  189 + "startOffset": 358,
  190 + "endColumn": 77,
  191 + "endOffset": 431
  192 + }
  193 + }
  194 + },
  195 + {
  196 + "to": {
  197 + "startLine": 12,
  198 + "startColumn": 4,
  199 + "startOffset": 651,
  200 + "endColumn": 64,
  201 + "endOffset": 711
  202 + },
  203 + "from": {
  204 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_lib_string.xml",
  205 + "position": {
  206 + "startLine": 7,
  207 + "startColumn": 4,
  208 + "startOffset": 226,
  209 + "endColumn": 64,
  210 + "endOffset": 286
  211 + }
  212 + }
  213 + },
  214 + {
  215 + "to": {
  216 + "startLine": 13,
  217 + "startColumn": 4,
  218 + "startOffset": 716,
  219 + "endColumn": 56,
  220 + "endOffset": 768
  221 + },
  222 + "from": {
  223 + "file": "E:\\testspace\\ChatDemo\\IMLib\\res\\values\\rc_lib_string.xml",
  224 + "position": {
  225 + "startLine": 3,
  226 + "startColumn": 4,
  227 + "startOffset": 56,
  228 + "endColumn": 56,
  229 + "endOffset": 108
  230 + }
  231 + }
  232 + }
  233 + ]
  234 + }
  235 +]
0 236 \ No newline at end of file
... ...
IMLib/build/intermediates/bundles/debug/AndroidManifest.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/bundles/debug/AndroidManifest.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3 + package="io.rong.imlib"
  4 + android:versionCode="1"
  5 + android:versionName="2.8.5" >
  6 +
  7 + <uses-sdk
  8 + android:minSdkVersion="9"
  9 + android:targetSdkVersion="19" />
  10 +
  11 + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  12 + <uses-permission android:name="android.permission.INTERNET" />
  13 + <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  14 + <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
  15 + <uses-permission android:name="android.permission.READ_PHONE_STATE" />
  16 + <uses-permission android:name="android.permission.RECORD_AUDIO" />
  17 + <uses-permission android:name="android.permission.GET_TASKS" />
  18 + <uses-permission android:name="android.permission.WAKE_LOCK" />
  19 + <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
  20 + <uses-permission android:name="android.permission.VIBRATE" />
  21 + <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
  22 + <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
  23 +
  24 + <application>
  25 +
  26 + <!-- imlib config begin -->
  27 + <meta-data
  28 + android:name="RONG_CLOUD_APP_KEY"
  29 + android:value="此处添加APP_KEY" />
  30 +
  31 + <service
  32 + android:name="io.rong.imlib.ipc.RongService"
  33 + android:exported="true"
  34 + android:process=":ipc" />
  35 + <service
  36 + android:name="io.rong.imlib.ReConnectService"
  37 + android:exported="true" />
  38 +
  39 + <receiver
  40 + android:name="io.rong.imlib.ConnectChangeReceiver"
  41 + android:exported="true" />
  42 + <receiver
  43 + android:name="io.rong.imlib.HeartbeatReceiver"
  44 + android:process=":ipc" />
  45 + <!-- imlib config end -->
  46 +
  47 +
  48 + <!-- 必选: SDK 核心功能 -->
  49 + <!-- 第三方相关,向第三方推送服务请求 token 的服务 -->
  50 + <service
  51 + android:name="io.rong.push.core.PushRegistrationService"
  52 + android:exported="false" >
  53 + </service>
  54 +
  55 + <!-- 处理 push 消息相关的服务 -->
  56 + <service
  57 + android:name="io.rong.push.core.MessageHandleService"
  58 + android:exported="true" >
  59 + </service>
  60 +
  61 + <!-- push服务 -->
  62 + <service
  63 + android:name="io.rong.push.PushService"
  64 + android:exported="true"
  65 + android:process="io.rong.push" > <!-- push进程,可以改名 -->
  66 + </service>
  67 +
  68 + <!-- push 相关事件接收器 -->
  69 + <receiver
  70 + android:name="io.rong.push.PushReceiver"
  71 + android:process="io.rong.push" > <!-- 此处进程可以改名,名称需要和PushService所在进程统一 -->
  72 + <!-- 心跳事件 -->
  73 + <intent-filter>
  74 + <action android:name="io.rong.push.intent.action.HEART_BEAT" />
  75 + </intent-filter>
  76 + <!-- 网络变动事件 -->
  77 + <intent-filter>
  78 + <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
  79 + </intent-filter>
  80 + <!-- 部分用户事件 -->
  81 + <intent-filter>
  82 + <action android:name="android.intent.action.BOOT_COMPLETED" />
  83 + </intent-filter>
  84 + <intent-filter>
  85 + <action android:name="android.intent.action.USER_PRESENT" />
  86 + <action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
  87 + <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
  88 + </intent-filter>
  89 + </receiver>
  90 +
  91 + <!-- 必选: SDK 核心功能 -->
  92 +
  93 +
  94 + <!-- end -->
  95 + </application>
  96 +
  97 +</manifest>
0 98 \ No newline at end of file
... ...
IMLib/build/intermediates/bundles/debug/R.txt 0 → 100644
  1 +++ a/IMLib/build/intermediates/bundles/debug/R.txt
  1 +int bool rc_extension_history 0x7f030000
  2 +int bool rc_typing_status 0x7f030001
  3 +int integer rc_audio_encoding_bit_rate 0x7f040000
  4 +int integer rc_image_quality 0x7f040001
  5 +int integer rc_image_size 0x7f040002
  6 +int string rc_init_failed 0x7f020000
  7 +int string rc_location_sharing_ended 0x7f020001
  8 +int string rc_media_message_default_save_path 0x7f020006
  9 +int string rc_notification_new_msg 0x7f020002
  10 +int string rc_notification_new_plural_msg 0x7f020003
  11 +int string rc_notification_ticker_text 0x7f020004
  12 +int string rc_quit_custom_service 0x7f020005
... ...
IMLib/build/intermediates/bundles/debug/res/values-en/values-en.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/bundles/debug/res/values-en/values-en.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <string name="rc_init_failed">Failed Connect Custom Service</string>
  4 + <string name="rc_location_sharing_ended">Real-time Location session ended.</string>
  5 + <string name="rc_notification_new_msg">%1$s sent %2$d messages</string>
  6 + <string name="rc_notification_new_plural_msg">%1$d contacts sent %2$d messages</string>
  7 + <string name="rc_notification_ticker_text">You have a new message</string>
  8 + <string name="rc_quit_custom_service">Custom Service Have Quit</string>
  9 +</resources>
0 10 \ No newline at end of file
... ...
IMLib/build/intermediates/bundles/debug/res/values-sw/values-sw.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/bundles/debug/res/values-sw/values-sw.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <string name="rc_notification_new_msg">%1$s ametuma ujumbe  %2$d</string>
  4 + <string name="rc_notification_new_plural_msg">Mrafiki.%1$d wametuma ujumbe  %2$d</string>
  5 + <string name="rc_notification_ticker_text">Umepokea Ujumbe Mpya</string>
  6 +</resources>
0 7 \ No newline at end of file
... ...
IMLib/build/intermediates/bundles/debug/res/values/values.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/bundles/debug/res/values/values.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <bool name="rc_extension_history">false</bool>
  4 + <bool name="rc_typing_status">false</bool>
  5 + <integer name="rc_audio_encoding_bit_rate">7950</integer>
  6 + <integer name="rc_image_quality">85</integer>
  7 + <integer name="rc_image_size">960</integer>
  8 + <string name="rc_init_failed">连接客服失败</string>
  9 + <string name="rc_location_sharing_ended">位置共享已结束</string>
  10 + <string name="rc_media_message_default_save_path">/RongCloud/Media/</string>
  11 + <string name="rc_notification_new_msg">%1$s发来了%2$d条消息</string>
  12 + <string name="rc_notification_new_plural_msg">%1$d个联系人发来了%2$d条消息</string>
  13 + <string name="rc_notification_ticker_text">您有了一条新消息</string>
  14 + <string name="rc_quit_custom_service">客服已结束</string>
  15 +</resources>
0 16 \ No newline at end of file
... ...
IMLib/build/intermediates/bundles/release/AndroidManifest.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/bundles/release/AndroidManifest.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3 + package="io.rong.imlib"
  4 + android:versionCode="1"
  5 + android:versionName="2.8.5" >
  6 +
  7 + <uses-sdk
  8 + android:minSdkVersion="9"
  9 + android:targetSdkVersion="19" />
  10 +
  11 + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  12 + <uses-permission android:name="android.permission.INTERNET" />
  13 + <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  14 + <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
  15 + <uses-permission android:name="android.permission.READ_PHONE_STATE" />
  16 + <uses-permission android:name="android.permission.RECORD_AUDIO" />
  17 + <uses-permission android:name="android.permission.GET_TASKS" />
  18 + <uses-permission android:name="android.permission.WAKE_LOCK" />
  19 + <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
  20 + <uses-permission android:name="android.permission.VIBRATE" />
  21 + <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
  22 + <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
  23 +
  24 + <application>
  25 +
  26 + <!-- imlib config begin -->
  27 + <meta-data
  28 + android:name="RONG_CLOUD_APP_KEY"
  29 + android:value="此处添加APP_KEY" />
  30 +
  31 + <service
  32 + android:name="io.rong.imlib.ipc.RongService"
  33 + android:exported="true"
  34 + android:process=":ipc" />
  35 + <service
  36 + android:name="io.rong.imlib.ReConnectService"
  37 + android:exported="true" />
  38 +
  39 + <receiver
  40 + android:name="io.rong.imlib.ConnectChangeReceiver"
  41 + android:exported="true" />
  42 + <receiver
  43 + android:name="io.rong.imlib.HeartbeatReceiver"
  44 + android:process=":ipc" />
  45 + <!-- imlib config end -->
  46 +
  47 +
  48 + <!-- 必选: SDK 核心功能 -->
  49 + <!-- 第三方相关,向第三方推送服务请求 token 的服务 -->
  50 + <service
  51 + android:name="io.rong.push.core.PushRegistrationService"
  52 + android:exported="false" >
  53 + </service>
  54 +
  55 + <!-- 处理 push 消息相关的服务 -->
  56 + <service
  57 + android:name="io.rong.push.core.MessageHandleService"
  58 + android:exported="true" >
  59 + </service>
  60 +
  61 + <!-- push服务 -->
  62 + <service
  63 + android:name="io.rong.push.PushService"
  64 + android:exported="true"
  65 + android:process="io.rong.push" > <!-- push进程,可以改名 -->
  66 + </service>
  67 +
  68 + <!-- push 相关事件接收器 -->
  69 + <receiver
  70 + android:name="io.rong.push.PushReceiver"
  71 + android:process="io.rong.push" > <!-- 此处进程可以改名,名称需要和PushService所在进程统一 -->
  72 + <!-- 心跳事件 -->
  73 + <intent-filter>
  74 + <action android:name="io.rong.push.intent.action.HEART_BEAT" />
  75 + </intent-filter>
  76 + <!-- 网络变动事件 -->
  77 + <intent-filter>
  78 + <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
  79 + </intent-filter>
  80 + <!-- 部分用户事件 -->
  81 + <intent-filter>
  82 + <action android:name="android.intent.action.BOOT_COMPLETED" />
  83 + </intent-filter>
  84 + <intent-filter>
  85 + <action android:name="android.intent.action.USER_PRESENT" />
  86 + <action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
  87 + <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
  88 + </intent-filter>
  89 + </receiver>
  90 +
  91 + <!-- 必选: SDK 核心功能 -->
  92 +
  93 +
  94 + <!-- end -->
  95 + </application>
  96 +
  97 +</manifest>
0 98 \ No newline at end of file
... ...
IMLib/build/intermediates/bundles/release/R.txt 0 → 100644
  1 +++ a/IMLib/build/intermediates/bundles/release/R.txt
  1 +int bool rc_extension_history 0x7f030000
  2 +int bool rc_typing_status 0x7f030001
  3 +int integer rc_audio_encoding_bit_rate 0x7f040000
  4 +int integer rc_image_quality 0x7f040001
  5 +int integer rc_image_size 0x7f040002
  6 +int string rc_init_failed 0x7f020000
  7 +int string rc_location_sharing_ended 0x7f020001
  8 +int string rc_media_message_default_save_path 0x7f020006
  9 +int string rc_notification_new_msg 0x7f020002
  10 +int string rc_notification_new_plural_msg 0x7f020003
  11 +int string rc_notification_ticker_text 0x7f020004
  12 +int string rc_quit_custom_service 0x7f020005
... ...
IMLib/build/intermediates/bundles/release/classes.jar 0 → 100644
No preview for this file type
IMLib/build/intermediates/bundles/release/jni/arm64-v8a/libRongIMLib.so 0 → 100644
No preview for this file type
IMLib/build/intermediates/bundles/release/jni/armeabi-v7a/libRongIMLib.so 0 → 100644
No preview for this file type
IMLib/build/intermediates/bundles/release/jni/armeabi/libRongIMLib.so 0 → 100644
No preview for this file type
IMLib/build/intermediates/bundles/release/jni/x86/libRongIMLib.so 0 → 100644
No preview for this file type
IMLib/build/intermediates/bundles/release/res/values-en/values-en.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/bundles/release/res/values-en/values-en.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <string name="rc_init_failed">Failed Connect Custom Service</string>
  4 + <string name="rc_location_sharing_ended">Real-time Location session ended.</string>
  5 + <string name="rc_notification_new_msg">%1$s sent %2$d messages</string>
  6 + <string name="rc_notification_new_plural_msg">%1$d contacts sent %2$d messages</string>
  7 + <string name="rc_notification_ticker_text">You have a new message</string>
  8 + <string name="rc_quit_custom_service">Custom Service Have Quit</string>
  9 +</resources>
0 10 \ No newline at end of file
... ...
IMLib/build/intermediates/bundles/release/res/values-sw/values-sw.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/bundles/release/res/values-sw/values-sw.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <string name="rc_notification_new_msg">%1$s ametuma ujumbe  %2$d</string>
  4 + <string name="rc_notification_new_plural_msg">Mrafiki.%1$d wametuma ujumbe  %2$d</string>
  5 + <string name="rc_notification_ticker_text">Umepokea Ujumbe Mpya</string>
  6 +</resources>
0 7 \ No newline at end of file
... ...
IMLib/build/intermediates/bundles/release/res/values/values.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/bundles/release/res/values/values.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <bool name="rc_extension_history">false</bool>
  4 + <bool name="rc_typing_status">false</bool>
  5 + <integer name="rc_audio_encoding_bit_rate">7950</integer>
  6 + <integer name="rc_image_quality">85</integer>
  7 + <integer name="rc_image_size">960</integer>
  8 + <string name="rc_init_failed">连接客服失败</string>
  9 + <string name="rc_location_sharing_ended">位置共享已结束</string>
  10 + <string name="rc_media_message_default_save_path">/RongCloud/Media/</string>
  11 + <string name="rc_notification_new_msg">%1$s发来了%2$d条消息</string>
  12 + <string name="rc_notification_new_plural_msg">%1$d个联系人发来了%2$d条消息</string>
  13 + <string name="rc_notification_ticker_text">您有了一条新消息</string>
  14 + <string name="rc_quit_custom_service">客服已结束</string>
  15 +</resources>
0 16 \ No newline at end of file
... ...
IMLib/build/intermediates/classes/release/io/rong/imlib/BuildConfig.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$1.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$10.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$11.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$12.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$13.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$14.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$2.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$3.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$4.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$5.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$6.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$7.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$8.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat$9.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/Chat.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/ChatUtil.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/R$attr.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/R$bool.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/R$integer.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/R$string.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/R.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/base/IChat$OnChatRoomActionListener.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/base/IChat$OnConnectListener.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/base/IChat$OnConnectStatusListener.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/base/IChat$OnLatestMessageListener.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/base/IChat$OnMessageListener.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/base/IChat$OnOperationListener.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/base/IChat$OnResultListener.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/base/IChat$OnSendMessageListener.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/base/IChat.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/model/CNMessage.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/model/CNNotificationMessage$1.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/model/CNNotificationMessage.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/model/CNUserInfo.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/network/HttpUtil$Header.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/network/HttpUtil$HttpAsyncTask.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/network/HttpUtil$OnResponse.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/network/HttpUtil$Response.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/network/HttpUtil.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/classes/release/io/rong/imlib/receiver/SealNotificationReceiver.class 0 → 100644
No preview for this file type
IMLib/build/intermediates/exploded-aar/com.android.support/support-v4/21.0.0/AndroidManifest.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/exploded-aar/com.android.support/support-v4/21.0.0/AndroidManifest.xml
  1 +<!-- Copyright (C) 2014 The Android Open Source Project
  2 +
  3 + Licensed under the Apache License, Version 2.0 (the "License");
  4 + you may not use this file except in compliance with the License.
  5 + You may obtain a copy of the License at
  6 +
  7 + http://www.apache.org/licenses/LICENSE-2.0
  8 +
  9 + Unless required by applicable law or agreed to in writing, software
  10 + distributed under the License is distributed on an "AS IS" BASIS,
  11 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12 + See the License for the specific language governing permissions and
  13 + limitations under the License.
  14 +--><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="android.support.v4">
  15 + <uses-sdk android:minSdkVersion="4"/>
  16 + <application/>
  17 +</manifest>
... ...
IMLib/build/intermediates/exploded-aar/com.android.support/support-v4/21.0.0/aidl/android/support/v4/app/INotificationSideChannel.aidl 0 → 100644
  1 +++ a/IMLib/build/intermediates/exploded-aar/com.android.support/support-v4/21.0.0/aidl/android/support/v4/app/INotificationSideChannel.aidl
  1 +/*
  2 + * Copyright (C) 2014 The Android Open Source Project
  3 + *
  4 + * Licensed under the Apache License, Version 2.0 (the "License");
  5 + * you may not use this file except in compliance with the License.
  6 + * You may obtain a copy of the License at
  7 + *
  8 + * http://www.apache.org/licenses/LICENSE-2.0
  9 + *
  10 + * Unless required by applicable law or agreed to in writing, software
  11 + * distributed under the License is distributed on an "AS IS" BASIS,
  12 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13 + * See the License for the specific language governing permissions and
  14 + * limitations under the License.
  15 + */
  16 +
  17 +package android.support.v4.app;
  18 +
  19 +import android.app.Notification;
  20 +
  21 +/**
  22 + * Interface used for delivering notifications via a side channel that bypasses
  23 + * the NotificationManagerService.
  24 + *
  25 + * @hide
  26 + */
  27 +oneway interface INotificationSideChannel {
  28 + /**
  29 + * Send an ambient notification to the service.
  30 + */
  31 + void notify(String packageName, int id, String tag, in Notification notification);
  32 +
  33 + /**
  34 + * Cancel an already-notified notification.
  35 + */
  36 + void cancel(String packageName, int id, String tag);
  37 +
  38 + /**
  39 + * Cancel all notifications for the given package.
  40 + */
  41 + void cancelAll(String packageName);
  42 +}
... ...
IMLib/build/intermediates/exploded-aar/com.android.support/support-v4/21.0.0/jars/classes.jar 0 → 100644
No preview for this file type
IMLib/build/intermediates/exploded-aar/com.android.support/support-v4/21.0.0/jars/libs/internal_impl-21.0.0.jar 0 → 100644
No preview for this file type
IMLib/build/intermediates/incremental-safeguard/release/tag.txt 0 → 100644
  1 +++ a/IMLib/build/intermediates/incremental-safeguard/release/tag.txt
  1 +incremental task execution
0 2 \ No newline at end of file
... ...
IMLib/build/intermediates/incremental/compileDebugAidl/dependency.store 0 → 100644
No preview for this file type
IMLib/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store 0 → 100644
No preview for this file type
IMLib/build/intermediates/incremental/compileReleaseAidl/dependency.store 0 → 100644
No preview for this file type
IMLib/build/intermediates/incremental/mergeDebugAndroidTestResources/compile-file-map.properties 0 → 100644
  1 +++ a/IMLib/build/intermediates/incremental/mergeDebugAndroidTestResources/compile-file-map.properties
  1 +#Wed Feb 22 10:05:11 CST 2017
... ...
IMLib/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-en/values-en.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-en/values-en.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <string name="rc_init_failed">Failed Connect Custom Service</string>
  4 + <string name="rc_location_sharing_ended">Real-time Location session ended.</string>
  5 + <string name="rc_notification_new_msg">%1$s sent %2$d messages</string>
  6 + <string name="rc_notification_new_plural_msg">%1$d contacts sent %2$d messages</string>
  7 + <string name="rc_notification_ticker_text">You have a new message</string>
  8 + <string name="rc_quit_custom_service">Custom Service Have Quit</string>
  9 +</resources>
0 10 \ No newline at end of file
... ...
IMLib/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sw/values-sw.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sw/values-sw.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <string name="rc_notification_new_msg">%1$s ametuma ujumbe  %2$d</string>
  4 + <string name="rc_notification_new_plural_msg">Mrafiki.%1$d wametuma ujumbe  %2$d</string>
  5 + <string name="rc_notification_ticker_text">Umepokea Ujumbe Mpya</string>
  6 +</resources>
0 7 \ No newline at end of file
... ...
IMLib/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values/values.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values/values.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <bool name="rc_extension_history">false</bool>
  4 + <bool name="rc_typing_status">false</bool>
  5 + <integer name="rc_audio_encoding_bit_rate">7950</integer>
  6 + <integer name="rc_image_quality">85</integer>
  7 + <integer name="rc_image_size">960</integer>
  8 + <string name="rc_init_failed">连接客服失败</string>
  9 + <string name="rc_location_sharing_ended">位置共享已结束</string>
  10 + <string name="rc_media_message_default_save_path">/RongCloud/Media/</string>
  11 + <string name="rc_notification_new_msg">%1$s发来了%2$d条消息</string>
  12 + <string name="rc_notification_new_plural_msg">%1$d个联系人发来了%2$d条消息</string>
  13 + <string name="rc_notification_ticker_text">您有了一条新消息</string>
  14 + <string name="rc_quit_custom_service">客服已结束</string>
  15 +</resources>
0 16 \ No newline at end of file
... ...
IMLib/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<merger version="3"><dataSet config="21.0.0$Generated" generated="true"><source path="E:\testspace\ChatDemo\IMLib\build\intermediates\exploded-aar\com.android.support\support-v4\21.0.0\res"/></dataSet><dataSet config="debug$Generated" generated="true"><source path="E:\testspace\ChatDemo\IMLib\build\intermediates\bundles\debug\res"/></dataSet><dataSet config="main$Generated" generated="true"><source path="E:\testspace\ChatDemo\IMLib\src\androidTest\res"/><source path="E:\testspace\ChatDemo\IMLib\build\generated\res\rs\androidTest\debug"/><source path="E:\testspace\ChatDemo\IMLib\build\generated\res\resValues\androidTest\debug"/></dataSet><dataSet config="21.0.0" from-dependency="true" generated-set="21.0.0$Generated"><source path="E:\testspace\ChatDemo\IMLib\build\intermediates\exploded-aar\com.android.support\support-v4\21.0.0\res"/></dataSet><dataSet config="debug" from-dependency="true" generated-set="debug$Generated"><source path="E:\testspace\ChatDemo\IMLib\build\intermediates\bundles\debug\res"><file path="E:\testspace\ChatDemo\IMLib\build\intermediates\bundles\debug\res\values\values.xml" qualifiers=""><bool name="rc_extension_history">false</bool><string name="rc_notification_new_plural_msg">%1$d个联系人发来了%2$d条消息</string><string name="rc_init_failed">连接客服失败</string><string name="rc_location_sharing_ended">位置共享已结束</string><integer name="rc_image_size">960</integer><string name="rc_notification_ticker_text">您有了一条新消息</string><bool name="rc_typing_status">false</bool><string name="rc_media_message_default_save_path">/RongCloud/Media/</string><string name="rc_notification_new_msg">%1$s发来了%2$d条消息</string><string name="rc_quit_custom_service">客服已结束</string><integer name="rc_image_quality">85</integer><integer name="rc_audio_encoding_bit_rate">7950</integer></file><file path="E:\testspace\ChatDemo\IMLib\build\intermediates\bundles\debug\res\values-en\values-en.xml" qualifiers="en"><string name="rc_notification_new_plural_msg">%1$d contacts sent %2$d messages</string><string name="rc_quit_custom_service">Custom Service Have Quit</string><string name="rc_location_sharing_ended">Real-time Location session ended.</string><string name="rc_notification_ticker_text">You have a new message</string><string name="rc_init_failed">Failed Connect Custom Service</string><string name="rc_notification_new_msg">%1$s sent %2$d messages</string></file><file path="E:\testspace\ChatDemo\IMLib\build\intermediates\bundles\debug\res\values-sw\values-sw.xml" qualifiers="sw"><string name="rc_notification_ticker_text">Umepokea Ujumbe Mpya</string><string name="rc_notification_new_plural_msg">Mrafiki.%1$d wametuma ujumbe  %2$d</string><string name="rc_notification_new_msg">%1$s ametuma ujumbe  %2$d</string></file></source></dataSet><dataSet config="main" generated-set="main$Generated"><source path="E:\testspace\ChatDemo\IMLib\src\androidTest\res"/><source path="E:\testspace\ChatDemo\IMLib\build\generated\res\rs\androidTest\debug"/><source path="E:\testspace\ChatDemo\IMLib\build\generated\res\resValues\androidTest\debug"/></dataSet><mergedItems/></merger>
0 3 \ No newline at end of file
... ...
IMLib/build/intermediates/incremental/mergeDebugAssets/merger.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/incremental/mergeDebugAssets/merger.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<merger version="3"><dataSet config="main"><source path="E:\testspace\ChatDemo\IMLib\src\main\assets"/><source path="E:\testspace\ChatDemo\IMLib\build\generated\assets\shaders\debug"/></dataSet><dataSet config="debug"><source path="E:\testspace\ChatDemo\IMLib\src\debug\assets"/></dataSet></merger>
0 3 \ No newline at end of file
... ...
IMLib/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties 0 → 100644
  1 +++ a/IMLib/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties
  1 +#Wed Feb 22 10:05:09 CST 2017
... ...
IMLib/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en/values-en.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en/values-en.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <string name="rc_init_failed">Failed Connect Custom Service</string>
  4 + <string name="rc_location_sharing_ended">Real-time Location session ended.</string>
  5 + <string name="rc_notification_new_msg">%1$s sent %2$d messages</string>
  6 + <string name="rc_notification_new_plural_msg">%1$d contacts sent %2$d messages</string>
  7 + <string name="rc_notification_ticker_text">You have a new message</string>
  8 + <string name="rc_quit_custom_service">Custom Service Have Quit</string>
  9 +</resources>
0 10 \ No newline at end of file
... ...
IMLib/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <string name="rc_notification_new_msg">%1$s ametuma ujumbe  %2$d</string>
  4 + <string name="rc_notification_new_plural_msg">Mrafiki.%1$d wametuma ujumbe  %2$d</string>
  5 + <string name="rc_notification_ticker_text">Umepokea Ujumbe Mpya</string>
  6 +</resources>
0 7 \ No newline at end of file
... ...
IMLib/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <bool name="rc_extension_history">false</bool>
  4 + <bool name="rc_typing_status">false</bool>
  5 + <integer name="rc_audio_encoding_bit_rate">7950</integer>
  6 + <integer name="rc_image_quality">85</integer>
  7 + <integer name="rc_image_size">960</integer>
  8 + <string name="rc_init_failed">连接客服失败</string>
  9 + <string name="rc_location_sharing_ended">位置共享已结束</string>
  10 + <string name="rc_media_message_default_save_path">/RongCloud/Media/</string>
  11 + <string name="rc_notification_new_msg">%1$s发来了%2$d条消息</string>
  12 + <string name="rc_notification_new_plural_msg">%1$d个联系人发来了%2$d条消息</string>
  13 + <string name="rc_notification_ticker_text">您有了一条新消息</string>
  14 + <string name="rc_quit_custom_service">客服已结束</string>
  15 +</resources>
0 16 \ No newline at end of file
... ...
IMLib/build/intermediates/incremental/mergeDebugResources/merger.xml 0 → 100644
  1 +++ a/IMLib/build/intermediates/incremental/mergeDebugResources/merger.xml
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<merger version="3"><dataSet config="21.0.0$Generated" generated="true"><source path="E:\testspace\ChatDemo\IMLib\build\intermediates\exploded-aar\com.android.support\support-v4\21.0.0\res"/></dataSet><dataSet config="main$Generated" generated="true"><source path="E:\testspace\ChatDemo\IMLib\res"/><source path="E:\testspace\ChatDemo\IMLib\build\generated\res\rs\debug"/><source path="E:\testspace\ChatDemo\IMLib\build\generated\res\resValues\debug"/></dataSet><dataSet config="debug$Generated" generated="true"><source path="E:\testspace\ChatDemo\IMLib\src\debug\res"/></dataSet><dataSet config="21.0.0" from-dependency="true" generated-set="21.0.0$Generated"><source path="E:\testspace\ChatDemo\IMLib\build\intermediates\exploded-aar\com.android.support\support-v4\21.0.0\res"/></dataSet><dataSet config="main" generated-set="main$Generated"><source path="E:\testspace\ChatDemo\IMLib\res"><file path="E:\testspace\ChatDemo\IMLib\res\values\rc_configuration.xml" qualifiers=""><bool name="rc_extension_history">false</bool><integer name="rc_image_size">960</integer><bool name="rc_typing_status">false</bool><string name="rc_media_message_default_save_path">/RongCloud/Media/</string><integer name="rc_image_quality">85</integer><integer name="rc_audio_encoding_bit_rate">7950</integer></file><file path="E:\testspace\ChatDemo\IMLib\res\values\rc_lib_string.xml" qualifiers=""><string name="rc_notification_new_plural_msg">%1$d个联系人发来了%2$d条消息</string><string name="rc_init_failed">连接客服失败</string><string name="rc_location_sharing_ended">位置共享已结束</string><string name="rc_notification_ticker_text">您有了一条新消息</string><string name="rc_notification_new_msg">%1$s发来了%2$d条消息</string><string name="rc_quit_custom_service">客服已结束</string></file><file path="E:\testspace\ChatDemo\IMLib\res\values-en\rc_string.xml" qualifiers="en"><string name="rc_notification_new_plural_msg">%1$d contacts sent %2$d messages</string><string name="rc_quit_custom_service">Custom Service Have Quit</string><string name="rc_location_sharing_ended">Real-time Location session ended.</string><string name="rc_notification_ticker_text">You have a new message</string><string name="rc_init_failed">Failed Connect Custom Service</string><string name="rc_notification_new_msg">%1$s sent %2$d messages</string></file><file path="E:\testspace\ChatDemo\IMLib\res\values-sw\rc_notification_string.xml" qualifiers="sw"><string name="rc_notification_ticker_text">Umepokea Ujumbe Mpya</string><string name="rc_notification_new_plural_msg">Mrafiki.%1$d wametuma ujumbe  %2$d</string><string name="rc_notification_new_msg">%1$s ametuma ujumbe  %2$d</string></file></source><source path="E:\testspace\ChatDemo\IMLib\build\generated\res\rs\debug"/><source path="E:\testspace\ChatDemo\IMLib\build\generated\res\resValues\debug"/></dataSet><dataSet config="debug" generated-set="debug$Generated"><source path="E:\testspace\ChatDemo\IMLib\src\debug\res"/></dataSet><mergedItems/></merger>
0 3 \ No newline at end of file
... ...