-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jack Jiang
committed
Oct 16, 2020
1 parent
142cb73
commit 12d74f8
Showing
37 changed files
with
697 additions
and
14 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
demo_src/TCP_Client/MobileIMSDK4aDemo_tcp/.idea/caches/build_file_checksums.ser
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+781 Bytes
(100%)
demo_src/TCP_Client/MobileIMSDK4aDemo_tcp/app/libs/MobileIMSDK4a_tcp.jar
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
demo_src/TCP_Client/MobileIMSDK4aDemo_tcp/app/release/output-metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"version": 1, | ||
"artifactType": { | ||
"type": "APK", | ||
"kind": "Directory" | ||
}, | ||
"applicationId": "net.x52im.mobileimsdk.android.demo_tcp", | ||
"variantName": "release", | ||
"elements": [ | ||
{ | ||
"type": "SINGLE", | ||
"filters": [], | ||
"properties": [], | ||
"versionCode": 104, | ||
"versionName": "v5.0.3b201016.2", | ||
"enabled": true, | ||
"outputFile": "app-release.apk" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+1017 Bytes
demo_src/TCP_Client/MobileIMSDK4aDemo_tcp/app/src/main/res/drawable-xhdpi/gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.05 KB
..._src/TCP_Client/MobileIMSDK4aDemo_tcp/app/src/main/res/drawable-xhdpi/green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1 KB
...CP_Client/MobileIMSDK4aDemo_tcp/app/src/main/res/drawable-xhdpi/green_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
demo_src/TCP_Client/MobileIMSDK4aDemo_tcp/app/src/main/res/drawable/thread_live_anim.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<animation-list xmlns:apk="http://schemas.android.com/apk/res/android" apk:oneshot="true"> | ||
<item apk:drawable="@drawable/green_light" apk:duration="250" /> | ||
<item apk:drawable="@drawable/green" apk:duration="250" /> | ||
</animation-list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2.37 KB
(100%)
...eproj/project.xcworkspace/xcuserdata/jackjiang.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
demo_src/UDP_Client/MobileIMSDK4aDemo_udp/.idea/caches/build_file_checksums.ser
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+751 Bytes
(100%)
demo_src/UDP_Client/MobileIMSDK4aDemo_udp/app/libs/MobileIMSDK4a_udp.jar
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
demo_src/UDP_Client/MobileIMSDK4aDemo_udp/app/release/output-metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"version": 1, | ||
"artifactType": { | ||
"type": "APK", | ||
"kind": "Directory" | ||
}, | ||
"applicationId": "net.x52im.mobileimsdk.android.demo_udp", | ||
"variantName": "release", | ||
"elements": [ | ||
{ | ||
"type": "SINGLE", | ||
"filters": [], | ||
"properties": [], | ||
"versionCode": 105, | ||
"versionName": "v5.0.3b201016.1", | ||
"enabled": true, | ||
"outputFile": "app-release.apk" | ||
} | ||
] | ||
} |
Oops, something went wrong.