├── .gitattributes
├── .gitignore
├── AlivecDemo
├── AlivecDemo.sln
├── AlivecDemo
│ ├── AlivecDemo.csproj
│ ├── Assets
│ │ └── AboutAssets.txt
│ ├── LiveActivity.cs
│ ├── MainActivity.cs
│ ├── Properties
│ │ ├── AndroidManifest.xml
│ │ └── AssemblyInfo.cs
│ ├── Resources
│ │ ├── AboutResources.txt
│ │ ├── Resource.Designer.cs
│ │ ├── layout
│ │ │ └── Main.axml
│ │ └── values
│ │ │ └── Strings.xml
│ └── packages.config
└── Aliyun.Player.Droid
│ ├── Additions
│ └── AboutAdditions.txt
│ ├── Aliyun.Player.Droid.csproj
│ ├── Aliyun.Player.Droid.nuspec
│ ├── Jars
│ ├── AboutJars.txt
│ └── AliyunPlayer.aar
│ ├── Properties
│ └── AssemblyInfo.cs
│ └── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
├── AppTBS
├── AppTBS.sln
├── AppTBS
│ ├── AppTBS.Android
│ │ ├── AppTBS.Android.csproj
│ │ ├── Assets
│ │ │ ├── AboutAssets.txt
│ │ │ └── webpage
│ │ │ │ ├── fileChooser.html
│ │ │ │ ├── fullscreenVideo.html
│ │ │ │ ├── hitTestResult.html
│ │ │ │ └── websocket.html
│ │ ├── BrowserActivity.cs
│ │ ├── FilechooserActivity.cs
│ │ ├── MApplication.cs
│ │ ├── MainActivity.cs
│ │ ├── Properties
│ │ │ ├── AndroidManifest.xml
│ │ │ └── AssemblyInfo.cs
│ │ ├── Resources
│ │ │ ├── AboutResources.txt
│ │ │ ├── Resource.designer.cs
│ │ │ ├── drawable-hdpi
│ │ │ │ └── icon.png
│ │ │ ├── drawable-xhdpi
│ │ │ │ ├── color_progressbar.xml
│ │ │ │ ├── filechooser.png
│ │ │ │ ├── fullscreen.png
│ │ │ │ ├── function.png
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── icon.png
│ │ │ │ ├── search.png
│ │ │ │ ├── tbsvideo.png
│ │ │ │ ├── tbsweb.png
│ │ │ │ ├── theme_adrbar_btn_refresh_normal0.png
│ │ │ │ ├── theme_menu_btn_quit_fg_normal0.png
│ │ │ │ ├── theme_toolbar_btn_back_fg_normal0.png
│ │ │ │ ├── theme_toolbar_btn_cleardata_normal0.png
│ │ │ │ ├── theme_toolbar_btn_forward_fg_normal0.png
│ │ │ │ ├── theme_toolbar_btn_home_fg_normal2.png
│ │ │ │ ├── theme_toolbar_btn_menu_fg_normal.png
│ │ │ │ ├── theme_toolbar_btn_menu_fg_pressed.png
│ │ │ │ ├── theme_toolbar_btn_openfile_normal0.png
│ │ │ │ ├── theme_toolbar_btn_testprocesses_fg_normal0.png
│ │ │ │ └── theme_toolbar_btn_testwebviews_fg_normal0.png
│ │ │ ├── drawable-xxhdpi
│ │ │ │ └── icon.png
│ │ │ ├── drawable
│ │ │ │ └── icon.png
│ │ │ ├── layout
│ │ │ │ ├── Main.axml
│ │ │ │ ├── Tabbar.axml
│ │ │ │ ├── Toolbar.axml
│ │ │ │ ├── activity_main.xml
│ │ │ │ ├── activity_main_advanced.xml
│ │ │ │ ├── filechooser_layout.xml
│ │ │ │ ├── fullscreen_sys_web.xml
│ │ │ │ ├── fullscreen_web.xml
│ │ │ │ └── function_block.xml
│ │ │ ├── mipmap-hdpi
│ │ │ │ ├── Icon.png
│ │ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-mdpi
│ │ │ │ └── Icon.png
│ │ │ ├── mipmap-xhdpi
│ │ │ │ ├── Icon.png
│ │ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xxhdpi
│ │ │ │ ├── Icon.png
│ │ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xxxhdpi
│ │ │ │ ├── Icon.png
│ │ │ │ └── ic_launcher.png
│ │ │ ├── values
│ │ │ │ ├── Strings.xml
│ │ │ │ ├── colors.xml
│ │ │ │ └── styles.xml
│ │ │ └── xml
│ │ │ │ └── network_security_config.xml
│ │ ├── WebRenderer.cs
│ │ ├── WebViewJavaScriptFunction.cs
│ │ └── X5WebView.cs
│ ├── AppTBS.iOS
│ │ ├── AppDelegate.cs
│ │ ├── AppTBS.iOS.csproj
│ │ ├── Entitlements.plist
│ │ ├── Info.plist
│ │ ├── Main.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Resources
│ │ │ ├── Default-568h@2x.png
│ │ │ ├── Default-Portrait.png
│ │ │ ├── Default-Portrait@2x.png
│ │ │ ├── Default.png
│ │ │ ├── Default@2x.png
│ │ │ ├── Icon-60@2x.png
│ │ │ ├── Icon-60@3x.png
│ │ │ ├── Icon-76.png
│ │ │ ├── Icon-76@2x.png
│ │ │ ├── Icon-Small-40.png
│ │ │ ├── Icon-Small-40@2x.png
│ │ │ ├── Icon-Small-40@3x.png
│ │ │ ├── Icon-Small.png
│ │ │ ├── Icon-Small@2x.png
│ │ │ ├── Icon-Small@3x.png
│ │ │ └── LaunchScreen.storyboard
│ │ └── packages.config
│ └── AppTBS
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── AppTBS.projitems
│ │ ├── AppTBS.shproj
│ │ ├── MainPage.xaml
│ │ └── MainPage.xaml.cs
└── TBS.Droid
│ ├── Additions
│ └── AboutAdditions.txt
│ ├── Jars
│ ├── tbssdk-44116.jar
│ ├── tbssdk_44199.jar
│ └── tbssdk_44226.jar
│ ├── Properties
│ └── AssemblyInfo.cs
│ ├── TBS.Droid.csproj
│ ├── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
│ └── package.nuspec
├── BaiduMapSDK_Map
├── BaiduMapSDK_Map.sln
└── BaiduMapSDK_Map
│ ├── Additions
│ └── ItemizedOverlay.cs
│ ├── BaiduMapSDK_Map.csproj
│ ├── Jars
│ └── BaiduMapSDK_Map-7.4.0.aar
│ ├── Properties
│ └── AssemblyInfo.cs
│ └── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
├── BaiduPush
├── BaiduPushDemo.sln
└── src
│ ├── BaiduPush
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── BaiduPush.csproj
│ ├── Jars
│ │ ├── AboutJars.txt
│ │ └── pushservice-6.7.3.20.jar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
│ └── jniLibs
│ │ ├── arm64-v8a
│ │ └── libbdpush_V2_9.so
│ │ ├── armeabi-v7a
│ │ └── libbdpush_V2_9.so
│ │ └── armeabi
│ │ └── libbdpush_V2_9.so
│ └── BaiduPushDemo.Android
│ ├── Assets
│ └── AboutAssets.txt
│ ├── BaiduPushDemo.Android.csproj
│ ├── BaiduPushReceiver.cs
│ ├── MainActivity.cs
│ ├── MainApplication.cs
│ ├── MyPushMessageReceiver.cs
│ ├── Properties
│ ├── AndroidManifest.xml
│ └── AssemblyInfo.cs
│ └── Resources
│ ├── Resource.designer.cs
│ ├── drawable-v24
│ └── ic_launcher_foreground.xml
│ ├── drawable
│ └── ic_launcher_background.xml
│ ├── layout
│ └── activity_main.xml
│ ├── mipmap-anydpi-v26
│ ├── ic_launcher.xml
│ └── ic_launcher_round.xml
│ ├── mipmap-hdpi
│ ├── ic_launcher.png
│ └── ic_launcher_round.png
│ ├── mipmap-mdpi
│ ├── ic_launcher.png
│ └── ic_launcher_round.png
│ ├── mipmap-xhdpi
│ ├── ic_launcher.png
│ └── ic_launcher_round.png
│ ├── mipmap-xxhdpi
│ ├── ic_launcher.png
│ └── ic_launcher_round.png
│ ├── mipmap-xxxhdpi
│ ├── ic_launcher.png
│ └── ic_launcher_round.png
│ └── values
│ ├── colors.xml
│ ├── strings.xml
│ └── styles.xml
├── Bugly
├── Bugly.Droid
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── Bugly.Droid.csproj
│ ├── Jars
│ │ └── bugly_crashreport_upgrade-1.3.4.aar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
│ └── package.nuspec
└── BuglyDemo
│ ├── BuglyDemo.sln
│ └── BuglyDemo
│ ├── Assets
│ └── AboutAssets.txt
│ ├── BuglyDemo.csproj
│ ├── DemoApplication.cs
│ ├── MainActivity.cs
│ ├── Properties
│ ├── AndroidManifest.xml
│ └── AssemblyInfo.cs
│ └── Resources
│ ├── AboutResources.txt
│ ├── Resource.Designer.cs
│ ├── layout
│ └── Main.axml
│ └── values
│ └── Strings.xml
├── CameraDemo
├── CameraDemo.sln
└── CameraDemo
│ ├── Assets
│ └── AboutAssets.txt
│ ├── AutoFitTextureView.cs
│ ├── Camera2BasicFragment.cs
│ ├── CameraActivity.cs
│ ├── CameraDemo.csproj
│ ├── CompareSizesByArea.cs
│ ├── Properties
│ ├── AndroidManifest.xml
│ └── AssemblyInfo.cs
│ └── Resources
│ ├── AboutResources.txt
│ ├── Resource.Designer.cs
│ ├── layout
│ ├── activity_camera.axml
│ ├── activity_main.axml
│ └── fragment_camera2_basic.axml
│ ├── mipmap-anydpi-v26
│ ├── ic_launcher.xml
│ └── ic_launcher_round.xml
│ ├── mipmap-hdpi
│ ├── ic_launcher.png
│ ├── ic_launcher_foreground.png
│ └── ic_launcher_round.png
│ ├── mipmap-mdpi
│ ├── ic_launcher.png
│ ├── ic_launcher_foreground.png
│ └── ic_launcher_round.png
│ ├── mipmap-xhdpi
│ ├── ic_launcher.png
│ ├── ic_launcher_foreground.png
│ └── ic_launcher_round.png
│ ├── mipmap-xxhdpi
│ ├── ic_launcher.png
│ ├── ic_launcher_foreground.png
│ └── ic_launcher_round.png
│ ├── mipmap-xxxhdpi
│ ├── ic_launcher.png
│ ├── ic_launcher_foreground.png
│ └── ic_launcher_round.png
│ └── values
│ ├── Strings.xml
│ ├── colors.xml
│ ├── ic_launcher_background.xml
│ └── styles.xml
├── DVMediaSelector
├── App9.sln
├── App9
│ ├── App9.csproj
│ ├── Assets
│ │ └── AboutAssets.txt
│ ├── MainActivity.cs
│ ├── Properties
│ │ ├── AndroidManifest.xml
│ │ └── AssemblyInfo.cs
│ └── Resources
│ │ ├── AboutResources.txt
│ │ ├── Resource.designer.cs
│ │ ├── layout
│ │ └── activity_main.xml
│ │ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ │ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ └── values
│ │ ├── colors.xml
│ │ ├── ic_launcher_background.xml
│ │ ├── strings.xml
│ │ └── styles.xml
└── Xamarin.Android.DVMediaSelector
│ ├── Additions
│ └── AboutAdditions.txt
│ ├── Jars
│ ├── mediaselector-none-edit.aar
│ ├── permissionhelper-release
│ │ ├── AndroidManifest.xml
│ │ ├── R.txt
│ │ └── res
│ │ │ └── values
│ │ │ └── values.xml
│ └── permissionhelper.jar
│ ├── Properties
│ └── AssemblyInfo.cs
│ ├── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
│ └── Xamarin.Android.DVMediaSelector.csproj
├── DeviceAPI.Droid
├── Demo
│ ├── Assets
│ │ └── AboutAssets.txt
│ ├── Demo.csproj
│ ├── MainActivity.cs
│ ├── Properties
│ │ ├── AndroidManifest.xml
│ │ └── AssemblyInfo.cs
│ └── Resources
│ │ ├── AboutResources.txt
│ │ ├── Resource.designer.cs
│ │ ├── layout
│ │ └── activity_main.xml
│ │ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ │ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ └── values
│ │ ├── colors.xml
│ │ ├── ic_launcher_background.xml
│ │ ├── strings.xml
│ │ └── styles.xml
├── DeviceAPI.Droid.sln
└── DeviceAPI.Droid
│ ├── Additions
│ └── AboutAdditions.txt
│ ├── DeviceAPI.Droid.csproj
│ ├── Jars
│ ├── AboutJars.txt
│ └── DeviceAPI_ver20220518_release.aar
│ ├── Properties
│ └── AssemblyInfo.cs
│ └── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
├── Glide.Xamarin
├── Additions
│ └── AboutAdditions.txt
├── Glide.Xamarin.csproj
├── Jars
│ └── glide-3.7.0.jar
├── Properties
│ └── AssemblyInfo.cs
├── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
└── package.nuspec
├── JMessage
├── JCore.Droid
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── JCore.Droid.csproj
│ ├── Jars
│ │ ├── AboutJars.txt
│ │ └── jcore-2.3.0.aar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
├── JG.sln
└── JMessage.Droid
│ ├── Additions
│ └── AboutAdditions.txt
│ ├── JMessage.Droid.csproj
│ ├── Jars
│ ├── AboutJars.txt
│ └── jmessage-2.9.2.aar
│ ├── Properties
│ └── AssemblyInfo.cs
│ └── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
├── JPush
├── JPush.Droid
│ ├── JPush.Droid.csproj
│ ├── Jars
│ │ ├── jcore-android-2.3.0.jar
│ │ └── jpush-android-3.5.8.jar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
│ ├── libs
│ │ ├── arm64-v8a
│ │ │ └── libjcore230.so
│ │ ├── armeabi-v7a
│ │ │ └── libjcore230.so
│ │ ├── armeabi
│ │ │ └── libjcore230.so
│ │ ├── mips
│ │ │ └── libjcore230.so
│ │ ├── mips64
│ │ │ └── libjcore230.so
│ │ └── x86_64
│ │ │ └── libjcore230.so
│ └── package.nuspec
├── JPush.sln
└── JPush
│ ├── Assets
│ └── AboutAssets.txt
│ ├── ExampleApplication.cs
│ ├── ExampleUtil.cs
│ ├── JPush.csproj
│ ├── LocalBroadcastManager.cs
│ ├── Logger.cs
│ ├── MainActivity.cs
│ ├── MyReceiver.cs
│ ├── Properties
│ ├── AndroidManifest.xml
│ └── AssemblyInfo.cs
│ ├── PushMessageReceiver.cs
│ ├── PushService.cs
│ ├── PushSetActivity.cs
│ ├── Resources
│ ├── Resource.designer.cs
│ ├── drawable-hdpi
│ │ ├── border_bg.9.png
│ │ ├── bottom_bg.9.png
│ │ ├── corners_bg.xml
│ │ ├── ic_launcher.png
│ │ ├── jpush_ic_richpush_actionbar_back.png
│ │ ├── jpush_ic_richpush_actionbar_divider.png
│ │ ├── jpush_notification_icon.png
│ │ ├── jpush_richpush_btn_selector.xml
│ │ ├── jpush_richpush_progressbar.xml
│ │ ├── richpush_btn_selector.xml
│ │ ├── richpush_progressbar.xml
│ │ ├── stripes.png
│ │ ├── tiledstripes.xml
│ │ └── top_bg.9.png
│ ├── drawable-ldpi
│ │ └── ic_launcher.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-v24
│ │ ├── ic_launcher_foreground.png
│ │ └── jpush_notification_icon.png
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── drawable
│ │ └── ic_launcher_background.xml
│ ├── layout-v21
│ │ └── push_notification.xml
│ ├── layout
│ │ ├── customer_notitfication_layout.xml
│ │ ├── customer_notitfication_layout_one.xml
│ │ ├── jpush_popwin_layout.xml
│ │ ├── jpush_webview_layout.xml
│ │ ├── main.xml
│ │ ├── push_notification.xml
│ │ ├── push_set_dialog.xml
│ │ └── set_push_time.xml
│ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── values-zh
│ │ └── jpush_string.xml
│ └── values
│ │ ├── colors.xml
│ │ ├── ic_launcher_background.xml
│ │ ├── jpush_string.xml
│ │ ├── jpush_style.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── SettingActivity.cs
│ ├── StringHelper.cs
│ ├── TagAliasOperatorHelper.cs
│ └── TestActivity.cs
├── JZVideo
└── AppDemo
│ ├── AppDemo.sln
│ ├── AppDemo
│ ├── AppDemo.csproj
│ ├── Assets
│ │ └── AboutAssets.txt
│ ├── JZMediaIjk.cs
│ ├── MainActivity.cs
│ ├── Properties
│ │ ├── AndroidManifest.xml
│ │ └── AssemblyInfo.cs
│ └── Resources
│ │ ├── AboutResources.txt
│ │ ├── Resource.designer.cs
│ │ ├── layout
│ │ └── activity_main.xml
│ │ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ │ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ └── values
│ │ ├── colors.xml
│ │ ├── ic_launcher_background.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ └── Xamairn.Android.JZVideo
│ ├── Additions
│ └── AboutAdditions.txt
│ ├── Jars
│ └── jiaozivideoplayer-7.7.0.aar
│ ├── Properties
│ └── AssemblyInfo.cs
│ ├── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
│ └── Xamairn.Android.JZVideo.csproj
├── MobIM.Droid
├── Additions
│ └── AboutAdditions.txt
├── Jars
│ ├── MobCommons-2017.1215.1339.jar
│ ├── MobIM_1.0.0.jar
│ └── MobTools-2017.1215.1339.jar
├── MobIM.Droid.csproj
├── Properties
│ └── AssemblyInfo.cs
├── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
└── package.nuspec
├── README.md
├── Rongyun
├── Demo
│ ├── Assets
│ │ └── AboutAssets.txt
│ ├── Demo.csproj
│ ├── MainActivity.cs
│ ├── Properties
│ │ ├── AndroidManifest.xml
│ │ └── AssemblyInfo.cs
│ └── Resources
│ │ ├── AboutResources.txt
│ │ ├── Resource.designer.cs
│ │ ├── layout
│ │ └── activity_main.axml
│ │ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ │ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ └── values
│ │ ├── Strings.xml
│ │ ├── colors.xml
│ │ ├── ic_launcher_background.xml
│ │ └── styles.xml
├── Rongyun.Droid
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── Jars
│ │ ├── AboutJars.txt
│ │ └── Rong_IMLib.jar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Rongyun.Droid.csproj
│ └── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
└── Rongyun.sln
├── ScanningCode
├── BarcodeScanning.Droid
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── BarcodeScanning.Droid.csproj
│ ├── Jars
│ │ └── MNMLKitScanner-V1.0.4.aar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
├── CameraCore.Droid
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── CameraCore.Droid.csproj
│ ├── Jars
│ │ └── mlkit-camera-core-1.0.3.aar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
├── DuanHong169.ColorPicker.Droid
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── DuanHong169.ColorPicker.Droid.csproj
│ ├── Jars
│ │ └── colorpicker-1.1.6.aar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
├── ScanningCode.sln
└── ScanningCode
│ ├── Assets
│ └── AboutAssets.txt
│ ├── CustomConfigActivity.cs
│ ├── Properties
│ ├── AndroidManifest.xml
│ └── AssemblyInfo.cs
│ ├── Resources
│ ├── AboutResources.txt
│ ├── Resource.designer.cs
│ ├── anim
│ │ ├── activity_anmie_in.xml
│ │ └── activity_anmie_out.xml
│ ├── drawable-xxhdpi
│ │ ├── ic_wx.png
│ │ ├── icon_custom_back.png
│ │ ├── icon_custom_light_close.png
│ │ ├── icon_custom_light_open.png
│ │ ├── icon_custom_my_card.png
│ │ ├── icon_custom_photo.png
│ │ └── icon_custom_record.png
│ ├── drawable
│ │ ├── icon_custom_light_close.png
│ │ └── icon_custom_light_open.png
│ ├── layout
│ │ ├── activity_custom_config.xml
│ │ └── layout_custom_view.xml
│ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ └── values
│ │ ├── array.xml
│ │ ├── colors.xml
│ │ ├── ic_launcher_background.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ └── ScanningCode.csproj
├── Screenshot
├── alivec.jpg
├── xinge-push-demo.png
└── youzan.png
├── SerialPortDemo
├── SerialPortDemo.sln
├── SerialPortDemo
│ ├── Assets
│ │ └── AboutAssets.txt
│ ├── MainActivity.cs
│ ├── Properties
│ │ ├── AndroidManifest.xml
│ │ └── AssemblyInfo.cs
│ ├── Resources
│ │ ├── AboutResources.txt
│ │ ├── Resource.Designer.cs
│ │ ├── layout
│ │ │ └── activity_main.axml
│ │ ├── mipmap-anydpi-v26
│ │ │ ├── ic_launcher.xml
│ │ │ └── ic_launcher_round.xml
│ │ ├── mipmap-hdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_foreground.png
│ │ │ └── ic_launcher_round.png
│ │ ├── mipmap-mdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_foreground.png
│ │ │ └── ic_launcher_round.png
│ │ ├── mipmap-xhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_foreground.png
│ │ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_foreground.png
│ │ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_foreground.png
│ │ │ └── ic_launcher_round.png
│ │ └── values
│ │ │ ├── Strings.xml
│ │ │ ├── colors.xml
│ │ │ ├── ic_launcher_background.xml
│ │ │ └── styles.xml
│ ├── SerialPort.cs
│ ├── SerialPortDemo.csproj
│ └── lib
│ │ ├── armeabi-v7a
│ │ └── libserial_port.so
│ │ └── armeabi
│ │ └── libserial_port.so
└── Serialport.Droid
│ ├── Additions
│ └── AboutAdditions.txt
│ ├── Serialport.Droid.csproj
│ ├── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
│ └── android-serialport-2.1.3.aar
├── Sofia.Droid
├── Additions
│ └── AboutAdditions.txt
├── Jars
│ └── sofia-1.0.5.3.aar
├── Properties
│ └── AssemblyInfo.cs
├── Sofia.Droid.csproj
├── Sofia.Droid.sln
├── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
└── package.nuspec
├── Sofia.Xamarin.Droid
├── FitWindowLayout.cs
├── HostLayout.cs
├── IBar.cs
├── NavigationView.cs
├── Properties
│ └── AssemblyInfo.cs
├── Resources
│ ├── Resource.designer.cs
│ ├── layout-land
│ │ └── sofia_host_layout.xml
│ ├── layout
│ │ └── sofia_host_layout.xml
│ └── values
│ │ └── colors.xml
├── Sofia.Xamarin.Droid.csproj
├── Sofia.cs
├── StatusView.cs
└── Utils.cs
├── Umeng
├── Umeng.Push.Droid
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── Jars
│ │ ├── common-1.5.4.jar
│ │ ├── push-5.0.2.aar
│ │ └── utdid-1.1.5.3.jar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
│ ├── Umeng.Push.Droid.csproj
│ └── package.nuspec
├── Umeng.sln
└── Umeng
│ ├── App.cs
│ ├── Assets
│ └── AboutAssets.txt
│ ├── MainActivity.cs
│ ├── Properties
│ ├── AndroidManifest.xml
│ └── AssemblyInfo.cs
│ ├── Resources
│ ├── AboutResources.txt
│ ├── Resource.designer.cs
│ ├── layout
│ │ └── activity_main.axml
│ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ └── values
│ │ ├── Strings.xml
│ │ ├── colors.xml
│ │ ├── ic_launcher_background.xml
│ │ └── styles.xml
│ └── Umeng.csproj
├── Wechat
└── WeChat.Droid
│ ├── AndroidApp1
│ ├── AndroidApp1.csproj
│ ├── AndroidManifest.xml
│ ├── MainActivity.cs
│ └── Resources
│ │ ├── AboutResources.txt
│ │ ├── layout
│ │ └── activity_main.xml
│ │ ├── mipmap-anydpi-v26
│ │ ├── appicon.xml
│ │ └── appicon_round.xml
│ │ ├── mipmap-hdpi
│ │ ├── appicon.png
│ │ ├── appicon_background.png
│ │ └── appicon_foreground.png
│ │ ├── mipmap-mdpi
│ │ ├── appicon.png
│ │ ├── appicon_background.png
│ │ └── appicon_foreground.png
│ │ ├── mipmap-xhdpi
│ │ ├── appicon.png
│ │ ├── appicon_background.png
│ │ └── appicon_foreground.png
│ │ ├── mipmap-xxhdpi
│ │ ├── appicon.png
│ │ ├── appicon_background.png
│ │ └── appicon_foreground.png
│ │ ├── mipmap-xxxhdpi
│ │ ├── appicon.png
│ │ ├── appicon_background.png
│ │ └── appicon_foreground.png
│ │ └── values
│ │ ├── ic_launcher_background.xml
│ │ └── strings.xml
│ ├── WeChat.Droid.sln
│ └── WeChat.Droid
│ ├── Jars
│ └── wechat-sdk-android-6.8.18.aar
│ ├── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
│ ├── WeChat.Droid.csproj
│ ├── icon64_appwx_logo.png
│ ├── javadoc
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── allclasses-frame.html
│ ├── allclasses-noframe.html
│ ├── com
│ │ └── tencent
│ │ │ └── mm
│ │ │ └── opensdk
│ │ │ ├── channel
│ │ │ ├── MMessageActV2.Args.html
│ │ │ ├── MMessageActV2.html
│ │ │ ├── compatible
│ │ │ │ ├── MMessage.Args.html
│ │ │ │ ├── MMessage.html
│ │ │ │ ├── MMessageAct.html
│ │ │ │ ├── MMessageUtil.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ └── package-tree.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ │ ├── constants
│ │ │ ├── Build.html
│ │ │ ├── ConstantsAPI.AppSupportContentFlag.html
│ │ │ ├── ConstantsAPI.LaunchApplication.html
│ │ │ ├── ConstantsAPI.LaunchWX.html
│ │ │ ├── ConstantsAPI.OpenWebviewType.html
│ │ │ ├── ConstantsAPI.Token.html
│ │ │ ├── ConstantsAPI.WXApp.html
│ │ │ ├── ConstantsAPI.WXMiniProgram.html
│ │ │ ├── ConstantsAPI.WXWebPage.html
│ │ │ ├── ConstantsAPI.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ │ ├── diffdev
│ │ │ ├── DiffDevOAuthFactory.html
│ │ │ ├── IDiffDevOAuth.html
│ │ │ ├── OAuthErrCode.html
│ │ │ ├── OAuthListener.html
│ │ │ ├── impl
│ │ │ │ ├── DiffDevOAuthImplV1.html
│ │ │ │ ├── GetQRCodeTask.html
│ │ │ │ ├── NetUtil.html
│ │ │ │ ├── UUIDStatusCode.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ └── package-tree.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ │ ├── modelbase
│ │ │ ├── BaseReq.html
│ │ │ ├── BaseResp.ErrCode.html
│ │ │ ├── BaseResp.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ │ ├── modelbiz
│ │ │ ├── AddCardToWXCardPackage.Req.html
│ │ │ ├── AddCardToWXCardPackage.Resp.html
│ │ │ ├── AddCardToWXCardPackage.WXCardItem.html
│ │ │ ├── AddCardToWXCardPackage.html
│ │ │ ├── ChooseCardFromWXCardPackage.Req.html
│ │ │ ├── ChooseCardFromWXCardPackage.Resp.html
│ │ │ ├── ChooseCardFromWXCardPackage.html
│ │ │ ├── CreateChatroom.Req.html
│ │ │ ├── CreateChatroom.Resp.html
│ │ │ ├── CreateChatroom.html
│ │ │ ├── HandleScanResult.Req.html
│ │ │ ├── HandleScanResult.Resp.html
│ │ │ ├── HandleScanResult.html
│ │ │ ├── IWXChannelJumpInfo.html
│ │ │ ├── JoinChatroom.Req.html
│ │ │ ├── JoinChatroom.Resp.html
│ │ │ ├── JoinChatroom.html
│ │ │ ├── OpenBusiLuckyMoney.Req.html
│ │ │ ├── OpenBusiLuckyMoney.html
│ │ │ ├── OpenRankList.Req.html
│ │ │ ├── OpenRankList.html
│ │ │ ├── OpenWebview.Req.html
│ │ │ ├── OpenWebview.Resp.html
│ │ │ ├── OpenWebview.html
│ │ │ ├── SubscribeMessage.Req.html
│ │ │ ├── SubscribeMessage.Resp.html
│ │ │ ├── SubscribeMessage.html
│ │ │ ├── SubscribeMiniProgramMsg.Req.html
│ │ │ ├── SubscribeMiniProgramMsg.Resp.html
│ │ │ ├── SubscribeMiniProgramMsg.html
│ │ │ ├── WXChannelBaseJumpInfo.html
│ │ │ ├── WXChannelJumpMiniProgramInfo.html
│ │ │ ├── WXChannelJumpUrlInfo.html
│ │ │ ├── WXChannelOpenFeed.Req.html
│ │ │ ├── WXChannelOpenFeed.Resp.html
│ │ │ ├── WXChannelOpenFeed.html
│ │ │ ├── WXChannelOpenLive.Req.html
│ │ │ ├── WXChannelOpenLive.Resp.html
│ │ │ ├── WXChannelOpenLive.html
│ │ │ ├── WXChannelOpenProfile.Req.html
│ │ │ ├── WXChannelOpenProfile.Resp.html
│ │ │ ├── WXChannelOpenProfile.html
│ │ │ ├── WXChannelShareVideo.Req.html
│ │ │ ├── WXChannelShareVideo.Resp.html
│ │ │ ├── WXChannelShareVideo.html
│ │ │ ├── WXInvoiceAuthInsert.Req.html
│ │ │ ├── WXInvoiceAuthInsert.Resp.html
│ │ │ ├── WXInvoiceAuthInsert.html
│ │ │ ├── WXLaunchMiniProgram.Req.html
│ │ │ ├── WXLaunchMiniProgram.Resp.html
│ │ │ ├── WXLaunchMiniProgram.html
│ │ │ ├── WXLaunchMiniProgramWithToken.Req.html
│ │ │ ├── WXLaunchMiniProgramWithToken.Resp.html
│ │ │ ├── WXLaunchMiniProgramWithToken.html
│ │ │ ├── WXLaunchWxaRedirectingPage.Req.html
│ │ │ ├── WXLaunchWxaRedirectingPage.Resp.html
│ │ │ ├── WXLaunchWxaRedirectingPage.html
│ │ │ ├── WXNontaxPay.Req.html
│ │ │ ├── WXNontaxPay.Resp.html
│ │ │ ├── WXNontaxPay.html
│ │ │ ├── WXOpenBusinessView.Req.html
│ │ │ ├── WXOpenBusinessView.Resp.html
│ │ │ ├── WXOpenBusinessView.html
│ │ │ ├── WXOpenBusinessWebview.Req.html
│ │ │ ├── WXOpenBusinessWebview.Resp.html
│ │ │ ├── WXOpenBusinessWebview.html
│ │ │ ├── WXOpenCustomerServiceChat.Req.html
│ │ │ ├── WXOpenCustomerServiceChat.Resp.html
│ │ │ ├── WXOpenCustomerServiceChat.html
│ │ │ ├── WXPayInsurance.Req.html
│ │ │ ├── WXPayInsurance.Resp.html
│ │ │ ├── WXPayInsurance.html
│ │ │ ├── WXPreloadMiniProgram.Req.html
│ │ │ ├── WXPreloadMiniProgram.Resp.html
│ │ │ ├── WXPreloadMiniProgram.html
│ │ │ ├── WXPreloadMiniProgramEnvironment.Req.html
│ │ │ ├── WXPreloadMiniProgramEnvironment.Resp.html
│ │ │ ├── WXPreloadMiniProgramEnvironment.html
│ │ │ ├── WXQRCodePay.Req.html
│ │ │ ├── WXQRCodePay.Resp.html
│ │ │ ├── WXQRCodePay.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ │ ├── modelmsg
│ │ │ ├── GetMessageFromWX.Req.html
│ │ │ ├── GetMessageFromWX.Resp.html
│ │ │ ├── GetMessageFromWX.html
│ │ │ ├── LaunchFromWX.Req.html
│ │ │ ├── LaunchFromWX.Resp.html
│ │ │ ├── LaunchFromWX.html
│ │ │ ├── SendAuth.Options.html
│ │ │ ├── SendAuth.Req.html
│ │ │ ├── SendAuth.Resp.html
│ │ │ ├── SendAuth.html
│ │ │ ├── SendMessageToWX.IWXSceneDataObject.html
│ │ │ ├── SendMessageToWX.Req.html
│ │ │ ├── SendMessageToWX.Resp.html
│ │ │ ├── SendMessageToWX.html
│ │ │ ├── SendTdiAuth.Resp.html
│ │ │ ├── SendTdiAuth.html
│ │ │ ├── ShowMessageFromWX.Req.html
│ │ │ ├── ShowMessageFromWX.Resp.html
│ │ │ ├── ShowMessageFromWX.html
│ │ │ ├── WXAppExtendObject.html
│ │ │ ├── WXAppLaunchData.Builder.html
│ │ │ ├── WXAppLaunchData.html
│ │ │ ├── WXDesignerSharedObject.html
│ │ │ ├── WXDynamicVideoMiniProgramObject.html
│ │ │ ├── WXEmojiObject.html
│ │ │ ├── WXEmojiPageSharedObject.html
│ │ │ ├── WXEmojiSharedObject.html
│ │ │ ├── WXEnterpriseCardObject.html
│ │ │ ├── WXFileObject.html
│ │ │ ├── WXGameLiveObject.html
│ │ │ ├── WXGameVideoFileObject.html
│ │ │ ├── WXImageObject.html
│ │ │ ├── WXLiteAppObject.html
│ │ │ ├── WXLocationObject.html
│ │ │ ├── WXMediaMessage.Builder.html
│ │ │ ├── WXMediaMessage.IMediaObject.html
│ │ │ ├── WXMediaMessage.html
│ │ │ ├── WXMiniProgramObject.html
│ │ │ ├── WXMusicObject.html
│ │ │ ├── WXMusicVideoObject.html
│ │ │ ├── WXStateJumpChannelProfileInfo.html
│ │ │ ├── WXStateJumpMiniProgramInfo.html
│ │ │ ├── WXStateJumpUrlInfo.html
│ │ │ ├── WXStateSceneDataObject.IWXStateJumpInfo.html
│ │ │ ├── WXStateSceneDataObject.html
│ │ │ ├── WXTextObject.html
│ │ │ ├── WXVideoFileObject.html
│ │ │ ├── WXVideoObject.html
│ │ │ ├── WXWeWorkObject.html
│ │ │ ├── WXWebpageObject.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ │ ├── modelpay
│ │ │ ├── JumpToOfflinePay.Req.html
│ │ │ ├── JumpToOfflinePay.Resp.html
│ │ │ ├── JumpToOfflinePay.html
│ │ │ ├── PayReq.Options.html
│ │ │ ├── PayReq.html
│ │ │ ├── PayResp.html
│ │ │ ├── WXJointPay.JointPayReq.html
│ │ │ ├── WXJointPay.JointPayResp.html
│ │ │ ├── WXJointPay.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ │ ├── openapi
│ │ │ ├── IWXAPI.html
│ │ │ ├── IWXAPIEventHandler.html
│ │ │ ├── WXAPIFactory.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ │ └── utils
│ │ │ ├── ILog.html
│ │ │ ├── IntentUtil.html
│ │ │ ├── Log.html
│ │ │ ├── MD5.html
│ │ │ ├── MMPluginProviderConstants.PluginIntent.html
│ │ │ ├── MMPluginProviderConstants.Resolver.html
│ │ │ ├── MMPluginProviderConstants.SharedPref.html
│ │ │ ├── MMPluginProviderConstants.html
│ │ │ ├── Util.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ ├── constant-values.html
│ ├── deprecated-list.html
│ ├── help-doc.html
│ ├── index-all.html
│ ├── index.html
│ ├── overview-frame.html
│ ├── overview-summary.html
│ ├── overview-tree.html
│ ├── package-list
│ ├── script.js
│ └── stylesheet.css
│ └── package.nuspec
├── Weex
└── WeexDemo
│ ├── Weex.Android
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── Jars
│ │ ├── fastjson-1.1.46.android.jar
│ │ └── weex_sdk-0.18.0.aar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
│ ├── Weex.Android.csproj
│ └── packages.config
│ ├── WeexDemo.sln
│ └── WeexDemo
│ ├── Assets
│ ├── hello.js
│ ├── index.js
│ ├── index.weex.js
│ └── tech_list.js
│ ├── MainActivity.cs
│ ├── Properties
│ ├── AndroidManifest.xml
│ └── AssemblyInfo.cs
│ ├── Resources
│ ├── AboutResources.txt
│ ├── Resource.Designer.cs
│ ├── layout
│ │ └── Main.axml
│ └── values
│ │ └── Strings.xml
│ ├── WXApplication.cs
│ ├── WeexDemo.csproj
│ └── packages.config
├── Xamarin.Android.CityPickerView
├── App1
│ ├── App1.csproj
│ ├── Assets
│ │ └── AboutAssets.txt
│ ├── MainActivity.cs
│ ├── Properties
│ │ ├── AndroidManifest.xml
│ │ └── AssemblyInfo.cs
│ └── Resources
│ │ ├── AboutResources.txt
│ │ ├── Resource.designer.cs
│ │ ├── layout
│ │ └── activity_main.xml
│ │ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ │ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ └── values
│ │ ├── colors.xml
│ │ ├── ic_launcher_background.xml
│ │ ├── strings.xml
│ │ └── styles.xml
├── Xamarin.Android.CityPickerView.sln
└── Xamarin.Android.CityPickerView
│ ├── Additions
│ ├── AboutAdditions.txt
│ └── CityItemClickListener.cs
│ ├── Jars
│ └── citypickerview-4.3.2.aar
│ ├── Properties
│ └── AssemblyInfo.cs
│ ├── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
│ ├── Xamarin.Android.CityPickerView.csproj
│ └── package.nuspec
├── Xamarin.Android.WeChatOpenSDK
├── Additions
│ └── AboutAdditions.txt
├── Jars
│ └── wechat-sdk-android-with-mta-5.4.0.jar
├── Properties
│ └── AssemblyInfo.cs
├── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
├── Xamarin.Android.WeChatOpenSDK.csproj
├── package.nuspec
└── wechat-sdk-android-with-mta-5.4.0-javadoc
│ ├── META-INF
│ └── MANIFEST.MF
│ ├── allclasses-frame.html
│ ├── allclasses-noframe.html
│ ├── com
│ └── tencent
│ │ └── mm
│ │ └── opensdk
│ │ ├── constants
│ │ ├── Build.html
│ │ ├── ConstantsAPI.AppSupportContentFlag.html
│ │ ├── ConstantsAPI.OpenWebviewType.html
│ │ ├── ConstantsAPI.Token.html
│ │ ├── ConstantsAPI.WXApp.html
│ │ ├── ConstantsAPI.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ │ ├── diffdev
│ │ ├── DiffDevOAuthFactory.html
│ │ ├── IDiffDevOAuth.html
│ │ ├── OAuthErrCode.html
│ │ ├── OAuthListener.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ │ ├── modelbase
│ │ ├── BaseReq.html
│ │ ├── BaseResp.ErrCode.html
│ │ ├── BaseResp.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ │ ├── modelbiz
│ │ ├── AddCardToWXCardPackage.Req.html
│ │ ├── AddCardToWXCardPackage.Resp.html
│ │ ├── AddCardToWXCardPackage.WXCardItem.html
│ │ ├── AddCardToWXCardPackage.html
│ │ ├── ChooseCardFromWXCardPackage.Req.html
│ │ ├── ChooseCardFromWXCardPackage.Resp.html
│ │ ├── ChooseCardFromWXCardPackage.html
│ │ ├── CreateChatroom.Req.html
│ │ ├── CreateChatroom.Resp.html
│ │ ├── CreateChatroom.html
│ │ ├── HandleScanResult.Req.html
│ │ ├── HandleScanResult.Resp.html
│ │ ├── HandleScanResult.html
│ │ ├── JoinChatroom.Req.html
│ │ ├── JoinChatroom.Resp.html
│ │ ├── JoinChatroom.html
│ │ ├── JumpToBizProfile.Req.html
│ │ ├── JumpToBizProfile.html
│ │ ├── JumpToBizTempSession.Req.html
│ │ ├── JumpToBizTempSession.html
│ │ ├── JumpToBizWebview.Req.html
│ │ ├── JumpToBizWebview.html
│ │ ├── OpenBusiLuckyMoney.Req.html
│ │ ├── OpenBusiLuckyMoney.html
│ │ ├── OpenRankList.Req.html
│ │ ├── OpenRankList.html
│ │ ├── OpenWebview.Req.html
│ │ ├── OpenWebview.Resp.html
│ │ ├── OpenWebview.html
│ │ ├── SubscribeMessage.Req.html
│ │ ├── SubscribeMessage.Resp.html
│ │ ├── SubscribeMessage.html
│ │ ├── SubscribeMiniProgramMsg.Req.html
│ │ ├── SubscribeMiniProgramMsg.Resp.html
│ │ ├── SubscribeMiniProgramMsg.html
│ │ ├── WXInvoiceAuthInsert.Req.html
│ │ ├── WXInvoiceAuthInsert.Resp.html
│ │ ├── WXInvoiceAuthInsert.html
│ │ ├── WXLaunchMiniProgram.Req.html
│ │ ├── WXLaunchMiniProgram.Resp.html
│ │ ├── WXLaunchMiniProgram.html
│ │ ├── WXNontaxPay.Req.html
│ │ ├── WXNontaxPay.Resp.html
│ │ ├── WXNontaxPay.html
│ │ ├── WXOpenBusinessView.Req.html
│ │ ├── WXOpenBusinessView.Resp.html
│ │ ├── WXOpenBusinessView.html
│ │ ├── WXOpenBusinessWebview.Req.html
│ │ ├── WXOpenBusinessWebview.Resp.html
│ │ ├── WXOpenBusinessWebview.html
│ │ ├── WXPayInsurance.Req.html
│ │ ├── WXPayInsurance.Resp.html
│ │ ├── WXPayInsurance.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ │ ├── modelmsg
│ │ ├── GetMessageFromWX.Req.html
│ │ ├── GetMessageFromWX.Resp.html
│ │ ├── GetMessageFromWX.html
│ │ ├── LaunchFromWX.Req.html
│ │ ├── LaunchFromWX.Resp.html
│ │ ├── LaunchFromWX.html
│ │ ├── SendAuth.Req.html
│ │ ├── SendAuth.Resp.html
│ │ ├── SendAuth.html
│ │ ├── SendMessageToWX.Req.html
│ │ ├── SendMessageToWX.Resp.html
│ │ ├── SendMessageToWX.html
│ │ ├── ShowMessageFromWX.Req.html
│ │ ├── ShowMessageFromWX.Resp.html
│ │ ├── ShowMessageFromWX.html
│ │ ├── WXAppExtendObject.html
│ │ ├── WXAppLaunchData.Builder.html
│ │ ├── WXAppLaunchData.html
│ │ ├── WXDesignerSharedObject.html
│ │ ├── WXDynamicVideoMiniProgramObject.html
│ │ ├── WXEmojiObject.html
│ │ ├── WXEmojiPageSharedObject.html
│ │ ├── WXEmojiSharedObject.html
│ │ ├── WXEnterpriseCardObject.html
│ │ ├── WXFileObject.html
│ │ ├── WXGameVideoFileObject.html
│ │ ├── WXImageObject.html
│ │ ├── WXLocationObject.html
│ │ ├── WXMediaMessage.Builder.html
│ │ ├── WXMediaMessage.IMediaObject.html
│ │ ├── WXMediaMessage.html
│ │ ├── WXMiniProgramObject.html
│ │ ├── WXMusicObject.html
│ │ ├── WXTextObject.html
│ │ ├── WXVideoFileObject.html
│ │ ├── WXVideoObject.html
│ │ ├── WXWeWorkObject.html
│ │ ├── WXWebpageObject.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ │ ├── modelpay
│ │ ├── JumpToOfflinePay.Req.html
│ │ ├── JumpToOfflinePay.Resp.html
│ │ ├── JumpToOfflinePay.html
│ │ ├── PayReq.Options.html
│ │ ├── PayReq.html
│ │ ├── PayResp.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ │ └── openapi
│ │ ├── IWXAPI.html
│ │ ├── IWXAPIEventHandler.html
│ │ ├── WXAPIFactory.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ ├── constant-values.html
│ ├── deprecated-list.html
│ ├── help-doc.html
│ ├── index-all.html
│ ├── index.html
│ ├── overview-frame.html
│ ├── overview-summary.html
│ ├── overview-tree.html
│ ├── package-list
│ ├── script.js
│ └── stylesheet.css
├── Xamarin.IyukfUnicorn.Droid
├── Additions
│ └── AboutAdditions.txt
├── Jars
│ ├── AboutJars.txt
│ └── unicorn-5.3.1.aar
├── Properties
│ └── AssemblyInfo.cs
├── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
├── Xamarin.IyukfUnicorn.Droid.csproj
├── package.nuspec
└── unicorn-5.3.1-javadoc
│ ├── META-INF
│ └── MANIFEST.MF
│ ├── allclasses-frame.html
│ ├── allclasses-noframe.html
│ ├── com
│ └── qiyukf
│ │ └── unicorn
│ │ └── api
│ │ ├── ConsultSource.html
│ │ ├── Diagnosis.html
│ │ ├── ImageLoaderListener.html
│ │ ├── OnBotEventListener.html
│ │ ├── OnMessageItemClickListener.html
│ │ ├── ProductDetail.Builder.html
│ │ ├── ProductDetail.Tag.html
│ │ ├── ProductDetail.html
│ │ ├── QiyuTracker.html
│ │ ├── QuickEntry.html
│ │ ├── QuickEntryListener.html
│ │ ├── RequestCallback.html
│ │ ├── SavePowerConfig.html
│ │ ├── StatusBarNotificationConfig.html
│ │ ├── UICustomization.html
│ │ ├── Unicorn.html
│ │ ├── UnicornGifImageLoader.html
│ │ ├── UnicornImageLoader.html
│ │ ├── UnreadCountChangeListener.html
│ │ ├── YSFOptions.html
│ │ ├── YSFUserInfo.html
│ │ ├── customization
│ │ ├── action
│ │ │ ├── AlbumAction.html
│ │ │ ├── BaseAction.html
│ │ │ ├── CameraAction.html
│ │ │ ├── CloseSessionAction.html
│ │ │ ├── EvaluationAction.html
│ │ │ ├── ImageAction.html
│ │ │ ├── LinkClickAction.html
│ │ │ ├── TakeVideoAction.html
│ │ │ ├── VideoAlbumAction.html
│ │ │ ├── WorkOrderAction.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ ├── input
│ │ │ ├── ActionListProvider.html
│ │ │ ├── ActionPanelOptions.html
│ │ │ ├── InputPanelOptions.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ ├── msg_list
│ │ │ ├── MessageHandlerFactory.html
│ │ │ ├── MsgCustomizationRegistry.html
│ │ │ ├── UnicornMessageHandler.html
│ │ │ ├── baseviewholder
│ │ │ │ ├── CustomMessageViewHolderBase.html
│ │ │ │ ├── EvaluationViewHolderBase.html
│ │ │ │ ├── ProductViewHolderBase.html
│ │ │ │ ├── TextViewHolderBase.html
│ │ │ │ ├── TipsViewHolderBase.html
│ │ │ │ ├── UnicornMessageViewHolder.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ └── package-tree.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ ├── page_ad
│ │ │ ├── AdViewProvider.html
│ │ │ ├── IMPageViewConfig.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ └── title_bar
│ │ │ ├── OnTitleBarRightBtnClickListener.html
│ │ │ ├── TitleBarConfig.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ ├── evaluation
│ │ ├── EvaluationApi.OnEvaluationEventListener.html
│ │ ├── EvaluationApi.html
│ │ ├── entry
│ │ │ ├── EvaluationOpenEntry.html
│ │ │ ├── EvaluationOptionEntry.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ │ ├── event
│ │ ├── EventCallback.html
│ │ ├── EventProcessFactory.html
│ │ ├── EventService.html
│ │ ├── SDKEvents.html
│ │ ├── UnicornEventBase.html
│ │ ├── UnicornEventRegistered.html
│ │ ├── entry
│ │ │ ├── ConnectionStaffResultEntry.html
│ │ │ ├── RequestStaffEntry.html
│ │ │ ├── TransferCloseResultEntry.html
│ │ │ ├── TransferRequestEntry.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ ├── eventcallback
│ │ │ ├── TransferCloseResultCallback.html
│ │ │ ├── TransferRequestCallback.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ │ ├── helper
│ │ ├── UnicornVideoMsgHelper.VideoMessageHelperListener.html
│ │ ├── UnicornVideoMsgHelper.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ │ ├── lifecycle
│ │ ├── SessionLifeCycleListener.html
│ │ ├── SessionLifeCycleOptions.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ │ ├── msg
│ │ ├── MessageService.html
│ │ ├── MsgStatusEnum.html
│ │ ├── MsgTypeEnum.html
│ │ ├── OnPushMessageListener.html
│ │ ├── ProductReslectOnclickListener.html
│ │ ├── PushMessageExtension.Action.html
│ │ ├── PushMessageExtension.Sender.html
│ │ ├── PushMessageExtension.html
│ │ ├── SessionStatusEnum.html
│ │ ├── UnicornMessage.html
│ │ ├── UnicornMessageBuilder.html
│ │ ├── attachment
│ │ │ ├── AudioAttachment.html
│ │ │ ├── FileAttachment.html
│ │ │ ├── ImageAttachment.html
│ │ │ ├── MsgAttachment.html
│ │ │ ├── ProductAttachment.html
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ └── package-tree.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ ├── package-tree.html
│ │ └── pop
│ │ ├── OnSessionListChangedListener.html
│ │ ├── OnShopEventListener.html
│ │ ├── POPManager.html
│ │ ├── Session.html
│ │ ├── SessionListEntrance.Builder.html
│ │ ├── SessionListEntrance.Position.html
│ │ ├── SessionListEntrance.html
│ │ ├── ShopEntrance.Builder.html
│ │ ├── ShopEntrance.html
│ │ ├── ShopInfo.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ └── package-tree.html
│ ├── constant-values.html
│ ├── deprecated-list.html
│ ├── help-doc.html
│ ├── index-all.html
│ ├── index.html
│ ├── overview-frame.html
│ ├── overview-summary.html
│ ├── overview-tree.html
│ ├── package-list
│ ├── script.js
│ ├── serialized-form.html
│ └── stylesheet.css
├── Xg-Push
└── XinGeDemo
│ ├── XgPush.Android
│ ├── Jars
│ │ ├── Xg_sdk_4.0.5_20190108_1425.jar
│ │ ├── Xg_sdk_v3.2.2_20180116_1704.jar
│ │ ├── mid-core-sdk-4.0.6.jar
│ │ ├── mid-core-sdk-4.0.7.jar
│ │ └── wup-1.0.0.E-SNAPSHOT.jar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
│ ├── XgPush.Android.csproj
│ ├── libs
│ │ ├── armeabi-v7a
│ │ │ ├── libtpnsSecurity.so
│ │ │ └── libxguardian.so
│ │ └── armeabi
│ │ │ ├── libtpnsSecurity.so
│ │ │ └── libxguardian.so
│ └── package.nuspec
│ ├── XinGeDemo.sln
│ └── XinGeDemo
│ ├── Assets
│ └── AboutAssets.txt
│ ├── MainActivity.cs
│ ├── Properties
│ ├── AndroidManifest.xml
│ └── AssemblyInfo.cs
│ ├── Resources
│ ├── AboutResources.txt
│ ├── Resource.Designer.cs
│ ├── drawable
│ │ └── icon.png
│ ├── layout
│ │ └── Main.axml
│ └── values
│ │ └── Strings.xml
│ ├── XinGeDemo.csproj
│ └── packages.config
├── Youzan
├── Jsbridge
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── Jars
│ │ ├── AboutJars.txt
│ │ └── jsbridge-2.0.2.aar
│ ├── Jsbridge.csproj
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
├── SdkAnalytics
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── Jars
│ │ ├── AboutJars.txt
│ │ ├── sdk-analytics-0.4.7.aar
│ │ └── sdk-analytics-0.4.7
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── R.txt
│ │ │ ├── res
│ │ │ └── values
│ │ │ │ └── values.xml
│ │ │ └── sdk-analytics-0.4.7.jar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SdkAnalytics.csproj
│ └── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
├── Webcache
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── Jars
│ │ ├── AboutJars.txt
│ │ └── webcache-2.2.0.aar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
│ └── Webcache.csproj
├── YouZan.Droid
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── Jars
│ │ ├── AboutJars.txt
│ │ └── basic-6.3.5.aar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
│ └── YouZan.Droid.csproj
├── YouZanSdk
│ ├── Additions
│ │ └── AboutAdditions.txt
│ ├── Jars
│ │ ├── AboutJars.txt
│ │ ├── anko-commons-0.10.0.jar
│ │ ├── anko-sqlite-0.10.0.jar
│ │ ├── gson-2.8.0.jar
│ │ ├── okhttp-3.8.1.jar
│ │ ├── okio-1.13.0.jar
│ │ ├── sdk-analytics-0.4.7.jar
│ │ └── youzansdk-6.3.5.aar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
│ └── YouZanSdk.csproj
├── YouZanXamarin.sln
├── YouZanXamarin
│ ├── Assets
│ │ └── AboutAssets.txt
│ ├── MainActivity.cs
│ ├── MyApplication.cs
│ ├── Properties
│ │ ├── AndroidManifest.xml
│ │ └── AssemblyInfo.cs
│ ├── Resources
│ │ ├── AboutResources.txt
│ │ ├── Resource.Designer.cs
│ │ ├── layout
│ │ │ ├── activity_main.axml
│ │ │ ├── activity_placeholder.axml
│ │ │ └── fragment_youzan.axml
│ │ ├── menu
│ │ │ └── menu_youzan_share.xml
│ │ ├── mipmap-anydpi-v26
│ │ │ ├── ic_launcher.xml
│ │ │ └── ic_launcher_round.xml
│ │ ├── mipmap-hdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_foreground.png
│ │ │ └── ic_launcher_round.png
│ │ ├── mipmap-mdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_foreground.png
│ │ │ └── ic_launcher_round.png
│ │ ├── mipmap-xhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_foreground.png
│ │ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_foreground.png
│ │ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_launcher_foreground.png
│ │ │ └── ic_launcher_round.png
│ │ └── values
│ │ │ ├── Strings.xml
│ │ │ ├── colors.xml
│ │ │ ├── ic_launcher_background.xml
│ │ │ └── styles.xml
│ ├── WebViewFragment.cs
│ ├── YouZanXamarin.csproj
│ ├── YouzanActivity.cs
│ └── YouzanFragment.cs
└── YouzanSystemWeb
│ ├── Additions
│ └── AboutAdditions.txt
│ ├── Jars
│ ├── AboutJars.txt
│ └── systemweb-2.0.9.aar
│ ├── Properties
│ └── AssemblyInfo.cs
│ ├── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
│ └── YouzanSystemWeb.csproj
├── iFlyMSC
├── iFlyMSC.Droid
│ ├── Jars
│ │ └── Msc.jar
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Transforms
│ │ ├── EnumFields.xml
│ │ ├── EnumMethods.xml
│ │ └── Metadata.xml
│ ├── iFlyMSC.Droid.csproj
│ ├── libs
│ │ ├── arm64-v8a
│ │ │ ├── libmsc.so
│ │ │ └── libw_ivw.so
│ │ └── armeabi-v7a
│ │ │ ├── libmsc.so
│ │ │ └── libw_ivw.so
│ └── package.nuspec
├── iFlyMSC.sln
└── iFlyMSC
│ ├── Assets
│ ├── call.bnf
│ ├── grammar_sample.abnf
│ ├── iattest.wav
│ ├── iflytek
│ │ ├── recognize.xml
│ │ ├── voice_bg.9.png
│ │ ├── voice_empty.png
│ │ ├── voice_full.png
│ │ ├── waiting.png
│ │ └── warning.png
│ ├── userwords
│ ├── wake.bnf
│ └── wake_grammar_sample.abnf
│ ├── MainActivity.cs
│ ├── Properties
│ ├── AndroidManifest.xml
│ └── AssemblyInfo.cs
│ ├── Resources
│ ├── AboutResources.txt
│ ├── Resource.designer.cs
│ ├── layout
│ │ └── activity_main.xml
│ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ └── values
│ │ ├── colors.xml
│ │ ├── ic_launcher_background.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ └── iFlyMSC.csproj
├── iotMiniSdk
├── Demo
│ ├── Demo.csproj
│ ├── MainActivity.cs
│ ├── MainApplication.cs
│ ├── Properties
│ │ ├── AndroidManifest.xml
│ │ └── AssemblyInfo.cs
│ └── Resources
│ │ ├── AboutResources.txt
│ │ ├── Resource.designer.cs
│ │ ├── layout
│ │ └── activity_main.xml
│ │ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ │ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_foreground.png
│ │ └── ic_launcher_round.png
│ │ └── values
│ │ ├── colors.xml
│ │ ├── ic_launcher_background.xml
│ │ ├── strings.xml
│ │ └── styles.xml
├── iotMiniSdk.sln
└── iotMiniSdk
│ ├── Jars
│ ├── fastjson-1.2.72.jar
│ └── iotMiniSdk-api-2.1.0.20.aar
│ ├── Properties
│ └── AssemblyInfo.cs
│ ├── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
│ └── iotMiniSdk.Droid.csproj
└── rtmp-rtsp-stream-client
├── Demo
├── Assets
│ └── AboutAssets.txt
├── Demo.csproj
├── MainActivity.cs
├── Properties
│ ├── AndroidManifest.xml
│ └── AssemblyInfo.cs
└── Resources
│ ├── AboutResources.txt
│ ├── Resource.designer.cs
│ ├── layout
│ └── activity_main.xml
│ ├── mipmap-anydpi-v26
│ ├── ic_launcher.xml
│ └── ic_launcher_round.xml
│ ├── mipmap-hdpi
│ ├── ic_launcher.png
│ ├── ic_launcher_foreground.png
│ └── ic_launcher_round.png
│ ├── mipmap-mdpi
│ ├── ic_launcher.png
│ ├── ic_launcher_foreground.png
│ └── ic_launcher_round.png
│ ├── mipmap-xhdpi
│ ├── ic_launcher.png
│ ├── ic_launcher_foreground.png
│ └── ic_launcher_round.png
│ ├── mipmap-xxhdpi
│ ├── ic_launcher.png
│ ├── ic_launcher_foreground.png
│ └── ic_launcher_round.png
│ ├── mipmap-xxxhdpi
│ ├── ic_launcher.png
│ ├── ic_launcher_foreground.png
│ └── ic_launcher_round.png
│ └── values
│ ├── colors.xml
│ ├── ic_launcher_background.xml
│ ├── strings.xml
│ └── styles.xml
├── Encoder.Droid
├── Additions
│ └── AboutAdditions.txt
├── Encoder.Droid.csproj
├── Jars
│ └── encoder-2.1.7.aar
├── Properties
│ └── AssemblyInfo.cs
└── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
├── RTSPServer.Droid
├── Additions
│ └── AboutAdditions.txt
├── Jars
│ └── RTSPServer-1.1.7.aar
├── Properties
│ └── AssemblyInfo.cs
├── RTSPServer.Droid.csproj
└── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
├── Rtmp.Droid
├── Additions
│ └── UserControl.cs
├── Jars
│ └── rtmp-2.1.7.aar
├── Properties
│ └── AssemblyInfo.cs
├── Rtmp.Droid.csproj
└── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
├── Rtplibrary.Droid
├── Additions
│ └── AboutAdditions.txt
├── Jars
│ └── rtplibrary-2.1.7.aar
├── Properties
│ └── AssemblyInfo.cs
├── Rtplibrary.Droid.csproj
└── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
├── Rtsp.Droid
├── Additions
│ └── AboutAdditions.txt
├── Jars
│ └── rtsp-2.1.7.aar
├── Properties
│ └── AssemblyInfo.cs
├── Rtsp.Droid.csproj
└── Transforms
│ ├── EnumFields.xml
│ ├── EnumMethods.xml
│ └── Metadata.xml
└── rtmp-rtsp-stream-client.sln
/AlivecDemo/AlivecDemo/LiveActivity.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 |
6 | using Android.App;
7 | using Android.Content;
8 | using Android.OS;
9 | using Android.Runtime;
10 | using Android.Views;
11 | using Android.Widget;
12 |
13 | namespace AlivecDemo
14 | {
15 |
16 | }
--------------------------------------------------------------------------------
/AlivecDemo/Aliyun.Player.Droid/Jars/AliyunPlayer.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AlivecDemo/Aliyun.Player.Droid/Jars/AliyunPlayer.aar
--------------------------------------------------------------------------------
/AlivecDemo/Aliyun.Player.Droid/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-hdpi/icon.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/filechooser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/filechooser.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/fullscreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/fullscreen.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/function.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/function.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/icon.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/search.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/tbsvideo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/tbsvideo.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/tbsweb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/tbsweb.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_adrbar_btn_refresh_normal0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_adrbar_btn_refresh_normal0.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_menu_btn_quit_fg_normal0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_menu_btn_quit_fg_normal0.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_back_fg_normal0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_back_fg_normal0.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_cleardata_normal0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_cleardata_normal0.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_forward_fg_normal0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_forward_fg_normal0.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_home_fg_normal2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_home_fg_normal2.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_menu_fg_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_menu_fg_normal.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_menu_fg_pressed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_menu_fg_pressed.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_openfile_normal0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_openfile_normal0.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_testprocesses_fg_normal0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_testprocesses_fg_normal0.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_testwebviews_fg_normal0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xhdpi/theme_toolbar_btn_testwebviews_fg_normal0.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable-xxhdpi/icon.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/drawable/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/drawable/icon.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/layout/Main.axml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/layout/Toolbar.axml:
--------------------------------------------------------------------------------
1 |
9 |
10 |
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-hdpi/Icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-hdpi/Icon.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-mdpi/Icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-mdpi/Icon.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-xhdpi/Icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-xhdpi/Icon.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-xxhdpi/Icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-xxhdpi/Icon.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-xxxhdpi/Icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-xxxhdpi/Icon.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.Android/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #3F51B5
4 | #303F9F
5 | #FF4081
6 |
7 |
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.Android/Resources/xml/network_security_config.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Entitlements.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Default-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Default-568h@2x.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Default-Portrait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Default-Portrait.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Default-Portrait@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Default-Portrait@2x.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Default.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Default@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Default@2x.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-60@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-60@2x.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-60@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-60@3x.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-76.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-76@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-76@2x.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-Small-40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-Small-40.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-Small-40@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-Small-40@2x.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-Small-40@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-Small-40@3x.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-Small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-Small.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-Small@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-Small@2x.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-Small@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/AppTBS/AppTBS.iOS/Resources/Icon-Small@3x.png
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS.iOS/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS/App.xaml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/AppTBS/AppTBS/AppTBS/MainPage.xaml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/AppTBS/TBS.Droid/Jars/tbssdk-44116.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/TBS.Droid/Jars/tbssdk-44116.jar
--------------------------------------------------------------------------------
/AppTBS/TBS.Droid/Jars/tbssdk_44199.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/TBS.Droid/Jars/tbssdk_44199.jar
--------------------------------------------------------------------------------
/AppTBS/TBS.Droid/Jars/tbssdk_44226.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/TBS.Droid/Jars/tbssdk_44226.jar
--------------------------------------------------------------------------------
/AppTBS/TBS.Droid/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/AppTBS/TBS.Droid/Properties/AssemblyInfo.cs
--------------------------------------------------------------------------------
/BaiduMapSDK_Map/BaiduMapSDK_Map/Additions/ItemizedOverlay.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Text;
4 |
5 | namespace BaiduMapSDK_Map.Additions
6 | {
7 | //public partial class ItemizedOverlay : global::Com.Baidu.Platform.Comapi.Map.Overlay, global::Java.Util.IComparator
8 | //{
9 | // public int Compare(Java.Lang.Object o1, Java.Lang.Object o2)
10 | // {
11 | // return Compare((Java.Lang.Integer)o1, (Java.Lang.Integer)o2);
12 |
13 | // }
14 | //}
15 | }
16 |
--------------------------------------------------------------------------------
/BaiduMapSDK_Map/BaiduMapSDK_Map/Jars/BaiduMapSDK_Map-7.4.0.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduMapSDK_Map/BaiduMapSDK_Map/Jars/BaiduMapSDK_Map-7.4.0.aar
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPush/Jars/pushservice-6.7.3.20.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPush/Jars/pushservice-6.7.3.20.jar
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPush/jniLibs/arm64-v8a/libbdpush_V2_9.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPush/jniLibs/arm64-v8a/libbdpush_V2_9.so
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPush/jniLibs/armeabi-v7a/libbdpush_V2_9.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPush/jniLibs/armeabi-v7a/libbdpush_V2_9.so
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPush/jniLibs/armeabi/libbdpush_V2_9.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPush/jniLibs/armeabi/libbdpush_V2_9.so
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/BaiduPush/src/BaiduPushDemo.Android/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #008577
4 | #00574B
5 | #D81B60
6 |
7 |
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | MyPushApplication
3 |
4 |
--------------------------------------------------------------------------------
/BaiduPush/src/BaiduPushDemo.Android/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Bugly/Bugly.Droid/Jars/bugly_crashreport_upgrade-1.3.4.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Bugly/Bugly.Droid/Jars/bugly_crashreport_upgrade-1.3.4.aar
--------------------------------------------------------------------------------
/Bugly/Bugly.Droid/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Bugly/Bugly.Droid/Properties/AssemblyInfo.cs
--------------------------------------------------------------------------------
/Bugly/BuglyDemo/BuglyDemo/MainActivity.cs:
--------------------------------------------------------------------------------
1 | using Android.App;
2 | using Android.Widget;
3 | using Android.OS;
4 |
5 | namespace BuglyDemo
6 | {
7 | [Activity(Label = "BuglyDemo", MainLauncher = true)]
8 | public class MainActivity : Activity
9 | {
10 | protected override void OnCreate(Bundle savedInstanceState)
11 | {
12 | base.OnCreate(savedInstanceState);
13 |
14 | // Set our view from the "main" layout resource
15 | SetContentView(Resource.Layout.Main);
16 | }
17 | }
18 | }
19 |
20 |
--------------------------------------------------------------------------------
/Bugly/BuglyDemo/BuglyDemo/Resources/layout/Main.axml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
--------------------------------------------------------------------------------
/Bugly/BuglyDemo/BuglyDemo/Resources/values/Strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | BuglyDemo
4 |
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/layout/activity_camera.axml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/layout/activity_main.axml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/CameraDemo/CameraDemo/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/values/Strings.xml:
--------------------------------------------------------------------------------
1 |
2 | CameraDemo
3 | Settings
4 |
5 |
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #cc4285f4
4 |
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/CameraDemo/CameraDemo/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/App9/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2c3e50
4 | #1B3147
5 | #3498db
6 |
7 |
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | App9
3 | Settings
4 |
5 |
--------------------------------------------------------------------------------
/DVMediaSelector/App9/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/DVMediaSelector/Xamarin.Android.DVMediaSelector/Jars/mediaselector-none-edit.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/Xamarin.Android.DVMediaSelector/Jars/mediaselector-none-edit.aar
--------------------------------------------------------------------------------
/DVMediaSelector/Xamarin.Android.DVMediaSelector/Jars/permissionhelper-release/res/values/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | library
4 |
--------------------------------------------------------------------------------
/DVMediaSelector/Xamarin.Android.DVMediaSelector/Jars/permissionhelper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DVMediaSelector/Xamarin.Android.DVMediaSelector/Jars/permissionhelper.jar
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/Demo/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2c3e50
4 | #1B3147
5 | #3498db
6 |
7 |
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | Demo
3 | Settings
4 |
5 |
--------------------------------------------------------------------------------
/DeviceAPI.Droid/Demo/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/DeviceAPI.Droid/DeviceAPI.Droid/Jars/DeviceAPI_ver20220518_release.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/DeviceAPI.Droid/DeviceAPI.Droid/Jars/DeviceAPI_ver20220518_release.aar
--------------------------------------------------------------------------------
/Glide.Xamarin/Jars/glide-3.7.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Glide.Xamarin/Jars/glide-3.7.0.jar
--------------------------------------------------------------------------------
/Glide.Xamarin/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Glide.Xamarin/Properties/AssemblyInfo.cs
--------------------------------------------------------------------------------
/Glide.Xamarin/Transforms/EnumMethods.xml:
--------------------------------------------------------------------------------
1 |
2 |
13 |
--------------------------------------------------------------------------------
/JMessage/JCore.Droid/Jars/jcore-2.3.0.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JMessage/JCore.Droid/Jars/jcore-2.3.0.aar
--------------------------------------------------------------------------------
/JMessage/JCore.Droid/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/JMessage/JMessage.Droid/Jars/jmessage-2.9.2.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JMessage/JMessage.Droid/Jars/jmessage-2.9.2.aar
--------------------------------------------------------------------------------
/JMessage/JMessage.Droid/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | public
4 |
5 |
--------------------------------------------------------------------------------
/JPush/JPush.Droid/Jars/jcore-android-2.3.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush.Droid/Jars/jcore-android-2.3.0.jar
--------------------------------------------------------------------------------
/JPush/JPush.Droid/Jars/jpush-android-3.5.8.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush.Droid/Jars/jpush-android-3.5.8.jar
--------------------------------------------------------------------------------
/JPush/JPush.Droid/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush.Droid/Properties/AssemblyInfo.cs
--------------------------------------------------------------------------------
/JPush/JPush.Droid/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/JPush/JPush.Droid/libs/arm64-v8a/libjcore230.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush.Droid/libs/arm64-v8a/libjcore230.so
--------------------------------------------------------------------------------
/JPush/JPush.Droid/libs/armeabi-v7a/libjcore230.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush.Droid/libs/armeabi-v7a/libjcore230.so
--------------------------------------------------------------------------------
/JPush/JPush.Droid/libs/armeabi/libjcore230.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush.Droid/libs/armeabi/libjcore230.so
--------------------------------------------------------------------------------
/JPush/JPush.Droid/libs/mips/libjcore230.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush.Droid/libs/mips/libjcore230.so
--------------------------------------------------------------------------------
/JPush/JPush.Droid/libs/mips64/libjcore230.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush.Droid/libs/mips64/libjcore230.so
--------------------------------------------------------------------------------
/JPush/JPush.Droid/libs/x86_64/libjcore230.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush.Droid/libs/x86_64/libjcore230.so
--------------------------------------------------------------------------------
/JPush/JPush/PushService.cs:
--------------------------------------------------------------------------------
1 | using Android.App;
2 |
3 | namespace yufeng.XST
4 | {
5 |
6 |
7 | [Service(Name = "com.XST.MyJCommonService")]
8 | public class PushService :CN.Jpush.Android.Service.JCommonService
9 | {
10 |
11 | }
12 |
13 | }
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-hdpi/border_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/drawable-hdpi/border_bg.9.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-hdpi/bottom_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/drawable-hdpi/bottom_bg.9.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-hdpi/corners_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
8 |
9 |
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-hdpi/jpush_ic_richpush_actionbar_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/drawable-hdpi/jpush_ic_richpush_actionbar_back.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-hdpi/jpush_ic_richpush_actionbar_divider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/drawable-hdpi/jpush_ic_richpush_actionbar_divider.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-hdpi/jpush_notification_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/drawable-hdpi/jpush_notification_icon.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-hdpi/stripes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/drawable-hdpi/stripes.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-hdpi/tiledstripes.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-hdpi/top_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/drawable-hdpi/top_bg.9.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-ldpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/drawable-ldpi/ic_launcher.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-v24/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/drawable-v24/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-v24/jpush_notification_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/drawable-v24/jpush_notification_icon.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/drawable/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JPush/JPush/Resources/layout/jpush_popwin_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
14 |
15 |
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JPush/JPush/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/JPush/JPush/Resources/values-zh/jpush_string.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 不重要
4 | 不重要
5 | 普通
6 | 重要
7 |
--------------------------------------------------------------------------------
/JPush/JPush/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2c3e50
4 | #1B3147
5 | #3498db
6 |
7 |
--------------------------------------------------------------------------------
/JPush/JPush/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/JPush/JPush/Resources/values/jpush_string.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | LOW
4 | LOW
5 | NORMAL
6 | HIGH
7 |
8 |
--------------------------------------------------------------------------------
/JPush/JPush/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | JPush
3 | Settings
4 |
5 |
--------------------------------------------------------------------------------
/JPush/JPush/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/AppDemo/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2c3e50
4 | #1B3147
5 | #3498db
6 |
7 |
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/JZVideo/AppDemo/AppDemo/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/JZVideo/AppDemo/Xamairn.Android.JZVideo/Jars/jiaozivideoplayer-7.7.0.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/JZVideo/AppDemo/Xamairn.Android.JZVideo/Jars/jiaozivideoplayer-7.7.0.aar
--------------------------------------------------------------------------------
/JZVideo/AppDemo/Xamairn.Android.JZVideo/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/MobIM.Droid/Jars/MobCommons-2017.1215.1339.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/MobIM.Droid/Jars/MobCommons-2017.1215.1339.jar
--------------------------------------------------------------------------------
/MobIM.Droid/Jars/MobIM_1.0.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/MobIM.Droid/Jars/MobIM_1.0.0.jar
--------------------------------------------------------------------------------
/MobIM.Droid/Jars/MobTools-2017.1215.1339.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/MobIM.Droid/Jars/MobTools-2017.1215.1339.jar
--------------------------------------------------------------------------------
/MobIM.Droid/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/MobIM.Droid/Properties/AssemblyInfo.cs
--------------------------------------------------------------------------------
/MobIM.Droid/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/Rongyun/Demo/Properties/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/layout/activity_main.axml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Demo/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/values/Strings.xml:
--------------------------------------------------------------------------------
1 |
2 | Demo
3 | Settings
4 |
5 |
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2c3e50
4 | #1B3147
5 | #3498db
6 |
7 |
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/Rongyun/Demo/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Rongyun/Rongyun.Droid/Jars/Rong_IMLib.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Rongyun/Rongyun.Droid/Jars/Rong_IMLib.jar
--------------------------------------------------------------------------------
/ScanningCode/BarcodeScanning.Droid/Jars/MNMLKitScanner-V1.0.4.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/BarcodeScanning.Droid/Jars/MNMLKitScanner-V1.0.4.aar
--------------------------------------------------------------------------------
/ScanningCode/BarcodeScanning.Droid/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/ScanningCode/CameraCore.Droid/Jars/mlkit-camera-core-1.0.3.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/CameraCore.Droid/Jars/mlkit-camera-core-1.0.3.aar
--------------------------------------------------------------------------------
/ScanningCode/CameraCore.Droid/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/ScanningCode/DuanHong169.ColorPicker.Droid/Jars/colorpicker-1.1.6.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/DuanHong169.ColorPicker.Droid/Jars/colorpicker-1.1.6.aar
--------------------------------------------------------------------------------
/ScanningCode/DuanHong169.ColorPicker.Droid/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/ic_wx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/ic_wx.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/icon_custom_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/icon_custom_back.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/icon_custom_light_close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/icon_custom_light_close.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/icon_custom_light_open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/icon_custom_light_open.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/icon_custom_my_card.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/icon_custom_my_card.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/icon_custom_photo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/icon_custom_photo.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/icon_custom_record.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/drawable-xxhdpi/icon_custom_record.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/drawable/icon_custom_light_close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/drawable/icon_custom_light_close.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/drawable/icon_custom_light_open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/drawable/icon_custom_light_open.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/ScanningCode/ScanningCode/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #6200EE
4 | #3700B3
5 | #03DAC5
6 |
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | 急速扫码
3 |
--------------------------------------------------------------------------------
/ScanningCode/ScanningCode/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
9 |
10 |
--------------------------------------------------------------------------------
/Screenshot/alivec.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Screenshot/alivec.jpg
--------------------------------------------------------------------------------
/Screenshot/xinge-push-demo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Screenshot/xinge-push-demo.png
--------------------------------------------------------------------------------
/Screenshot/youzan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Screenshot/youzan.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/layout/activity_main.axml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/values/Strings.xml:
--------------------------------------------------------------------------------
1 |
2 | SerialPortDemo
3 | Settings
4 |
5 |
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2c3e50
4 | #1B3147
5 | #3498db
6 |
7 |
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/lib/armeabi-v7a/libserial_port.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/lib/armeabi-v7a/libserial_port.so
--------------------------------------------------------------------------------
/SerialPortDemo/SerialPortDemo/lib/armeabi/libserial_port.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/SerialPortDemo/lib/armeabi/libserial_port.so
--------------------------------------------------------------------------------
/SerialPortDemo/Serialport.Droid/Serialport.Droid.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | net6.0-android
4 | 21
5 | enable
6 | enable
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/SerialPortDemo/Serialport.Droid/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/SerialPortDemo/Serialport.Droid/android-serialport-2.1.3.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/SerialPortDemo/Serialport.Droid/android-serialport-2.1.3.aar
--------------------------------------------------------------------------------
/Sofia.Droid/Jars/sofia-1.0.5.3.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Sofia.Droid/Jars/sofia-1.0.5.3.aar
--------------------------------------------------------------------------------
/Sofia.Droid/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Sofia.Droid/Properties/AssemblyInfo.cs
--------------------------------------------------------------------------------
/Sofia.Droid/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/Umeng/Umeng.Push.Droid/Jars/common-1.5.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng.Push.Droid/Jars/common-1.5.4.jar
--------------------------------------------------------------------------------
/Umeng/Umeng.Push.Droid/Jars/push-5.0.2.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng.Push.Droid/Jars/push-5.0.2.aar
--------------------------------------------------------------------------------
/Umeng/Umeng.Push.Droid/Jars/utdid-1.1.5.3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng.Push.Droid/Jars/utdid-1.1.5.3.jar
--------------------------------------------------------------------------------
/Umeng/Umeng.Push.Droid/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng.Push.Droid/Properties/AssemblyInfo.cs
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/layout/activity_main.axml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Umeng/Umeng/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/values/Strings.xml:
--------------------------------------------------------------------------------
1 |
2 | Umeng
3 | Settings
4 |
5 |
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2c3e50
4 | #1B3147
5 | #3498db
6 |
7 |
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/Umeng/Umeng/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/MainActivity.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/MainActivity.cs
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-anydpi-v26/appicon.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-anydpi-v26/appicon_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-hdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-hdpi/appicon.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-hdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-hdpi/appicon_background.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-hdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-hdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-mdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-mdpi/appicon.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-mdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-mdpi/appicon_background.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-mdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-mdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xhdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xhdpi/appicon.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xhdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xhdpi/appicon_background.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xhdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xhdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xxhdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xxhdpi/appicon.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xxhdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xxhdpi/appicon_background.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xxhdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xxhdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xxxhdpi/appicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xxxhdpi/appicon.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xxxhdpi/appicon_background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xxxhdpi/appicon_background.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xxxhdpi/appicon_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/AndroidApp1/Resources/mipmap-xxxhdpi/appicon_foreground.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/AndroidApp1/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | AndroidApp1
3 | Hello, Android!
4 |
5 |
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/WeChat.Droid/Jars/wechat-sdk-android-6.8.18.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/WeChat.Droid/Jars/wechat-sdk-android-6.8.18.aar
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/WeChat.Droid/WeChat.Droid.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 | net7.0-android;net6.0-android
4 | enable
5 | enable
6 | javadoc
7 |
8 | 6.8.19-pre
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/WeChat.Droid/icon64_appwx_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Wechat/WeChat.Droid/WeChat.Droid/icon64_appwx_logo.png
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/WeChat.Droid/javadoc/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 |
3 |
--------------------------------------------------------------------------------
/Wechat/WeChat.Droid/WeChat.Droid/javadoc/package-list:
--------------------------------------------------------------------------------
1 | com.tencent.mm.opensdk.channel
2 | com.tencent.mm.opensdk.channel.compatible
3 | com.tencent.mm.opensdk.constants
4 | com.tencent.mm.opensdk.diffdev
5 | com.tencent.mm.opensdk.diffdev.impl
6 | com.tencent.mm.opensdk.modelbase
7 | com.tencent.mm.opensdk.modelbiz
8 | com.tencent.mm.opensdk.modelmsg
9 | com.tencent.mm.opensdk.modelpay
10 | com.tencent.mm.opensdk.openapi
11 | com.tencent.mm.opensdk.utils
12 |
--------------------------------------------------------------------------------
/Weex/WeexDemo/Weex.Android/Jars/fastjson-1.1.46.android.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Weex/WeexDemo/Weex.Android/Jars/fastjson-1.1.46.android.jar
--------------------------------------------------------------------------------
/Weex/WeexDemo/Weex.Android/Jars/weex_sdk-0.18.0.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Weex/WeexDemo/Weex.Android/Jars/weex_sdk-0.18.0.aar
--------------------------------------------------------------------------------
/Weex/WeexDemo/Weex.Android/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Weex/WeexDemo/WeexDemo/Assets/hello.js:
--------------------------------------------------------------------------------
1 | define('@weex-component/hello', function (require, exports, module) {
2 |
3 | ;
4 |
5 | ;module.exports.style = {}
6 |
7 | ;module.exports.template = {
8 | "type": "div",
9 | "children": [
10 | {
11 | "type": "text",
12 | "style": {
13 | "fontSize": 100
14 | },
15 | "attr": {
16 | "value": "Hello World."
17 | }
18 | }
19 | ]
20 | }
21 |
22 | ;})
23 |
24 | // require module
25 | bootstrap('@weex-component/hello', {"transformerVersion":"0.3.1"})
--------------------------------------------------------------------------------
/Weex/WeexDemo/WeexDemo/Properties/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Weex/WeexDemo/WeexDemo/Resources/layout/Main.axml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
--------------------------------------------------------------------------------
/Weex/WeexDemo/WeexDemo/Resources/values/Strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | WeexDemo
4 |
--------------------------------------------------------------------------------
/Weex/WeexDemo/WeexDemo/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
11 |
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/App1/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2c3e50
4 | #1B3147
5 | #3498db
6 |
7 |
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | App1
3 | Settings
4 |
5 |
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/App1/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/Xamarin.Android.CityPickerView/Jars/citypickerview-4.3.2.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/Xamarin.Android.CityPickerView/Jars/citypickerview-4.3.2.aar
--------------------------------------------------------------------------------
/Xamarin.Android.CityPickerView/Xamarin.Android.CityPickerView/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.CityPickerView/Xamarin.Android.CityPickerView/Properties/AssemblyInfo.cs
--------------------------------------------------------------------------------
/Xamarin.Android.WeChatOpenSDK/Jars/wechat-sdk-android-with-mta-5.4.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.WeChatOpenSDK/Jars/wechat-sdk-android-with-mta-5.4.0.jar
--------------------------------------------------------------------------------
/Xamarin.Android.WeChatOpenSDK/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.Android.WeChatOpenSDK/Properties/AssemblyInfo.cs
--------------------------------------------------------------------------------
/Xamarin.Android.WeChatOpenSDK/wechat-sdk-android-with-mta-5.4.0-javadoc/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 |
3 |
--------------------------------------------------------------------------------
/Xamarin.Android.WeChatOpenSDK/wechat-sdk-android-with-mta-5.4.0-javadoc/package-list:
--------------------------------------------------------------------------------
1 | com.tencent.mm.opensdk.constants
2 | com.tencent.mm.opensdk.diffdev
3 | com.tencent.mm.opensdk.modelbase
4 | com.tencent.mm.opensdk.modelbiz
5 | com.tencent.mm.opensdk.modelmsg
6 | com.tencent.mm.opensdk.modelpay
7 | com.tencent.mm.opensdk.openapi
8 |
--------------------------------------------------------------------------------
/Xamarin.IyukfUnicorn.Droid/Jars/unicorn-5.3.1.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.IyukfUnicorn.Droid/Jars/unicorn-5.3.1.aar
--------------------------------------------------------------------------------
/Xamarin.IyukfUnicorn.Droid/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xamarin.IyukfUnicorn.Droid/Properties/AssemblyInfo.cs
--------------------------------------------------------------------------------
/Xamarin.IyukfUnicorn.Droid/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/Xamarin.IyukfUnicorn.Droid/unicorn-5.3.1-javadoc/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 |
3 |
--------------------------------------------------------------------------------
/Xg-Push/XinGeDemo/XgPush.Android/Jars/Xg_sdk_4.0.5_20190108_1425.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xg-Push/XinGeDemo/XgPush.Android/Jars/Xg_sdk_4.0.5_20190108_1425.jar
--------------------------------------------------------------------------------
/Xg-Push/XinGeDemo/XgPush.Android/Jars/Xg_sdk_v3.2.2_20180116_1704.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xg-Push/XinGeDemo/XgPush.Android/Jars/Xg_sdk_v3.2.2_20180116_1704.jar
--------------------------------------------------------------------------------
/Xg-Push/XinGeDemo/XgPush.Android/Jars/mid-core-sdk-4.0.6.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xg-Push/XinGeDemo/XgPush.Android/Jars/mid-core-sdk-4.0.6.jar
--------------------------------------------------------------------------------
/Xg-Push/XinGeDemo/XgPush.Android/Jars/mid-core-sdk-4.0.7.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xg-Push/XinGeDemo/XgPush.Android/Jars/mid-core-sdk-4.0.7.jar
--------------------------------------------------------------------------------
/Xg-Push/XinGeDemo/XgPush.Android/Jars/wup-1.0.0.E-SNAPSHOT.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xg-Push/XinGeDemo/XgPush.Android/Jars/wup-1.0.0.E-SNAPSHOT.jar
--------------------------------------------------------------------------------
/Xg-Push/XinGeDemo/XgPush.Android/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/Xg-Push/XinGeDemo/XgPush.Android/libs/armeabi-v7a/libtpnsSecurity.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xg-Push/XinGeDemo/XgPush.Android/libs/armeabi-v7a/libtpnsSecurity.so
--------------------------------------------------------------------------------
/Xg-Push/XinGeDemo/XgPush.Android/libs/armeabi-v7a/libxguardian.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xg-Push/XinGeDemo/XgPush.Android/libs/armeabi-v7a/libxguardian.so
--------------------------------------------------------------------------------
/Xg-Push/XinGeDemo/XgPush.Android/libs/armeabi/libtpnsSecurity.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xg-Push/XinGeDemo/XgPush.Android/libs/armeabi/libtpnsSecurity.so
--------------------------------------------------------------------------------
/Xg-Push/XinGeDemo/XgPush.Android/libs/armeabi/libxguardian.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xg-Push/XinGeDemo/XgPush.Android/libs/armeabi/libxguardian.so
--------------------------------------------------------------------------------
/Xg-Push/XinGeDemo/XinGeDemo/Resources/drawable/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Xg-Push/XinGeDemo/XinGeDemo/Resources/drawable/icon.png
--------------------------------------------------------------------------------
/Xg-Push/XinGeDemo/XinGeDemo/Resources/layout/Main.axml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
12 |
--------------------------------------------------------------------------------
/Xg-Push/XinGeDemo/XinGeDemo/Resources/values/Strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | XinGeDemo
4 |
--------------------------------------------------------------------------------
/Youzan/Jsbridge/Jars/jsbridge-2.0.2.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/Jsbridge/Jars/jsbridge-2.0.2.aar
--------------------------------------------------------------------------------
/Youzan/Jsbridge/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/Youzan/SdkAnalytics/Jars/sdk-analytics-0.4.7.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/SdkAnalytics/Jars/sdk-analytics-0.4.7.aar
--------------------------------------------------------------------------------
/Youzan/SdkAnalytics/Jars/sdk-analytics-0.4.7/R.txt:
--------------------------------------------------------------------------------
1 | int string app_name 0x7f150001
2 |
--------------------------------------------------------------------------------
/Youzan/SdkAnalytics/Jars/sdk-analytics-0.4.7/res/values/values.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Analytics
4 |
--------------------------------------------------------------------------------
/Youzan/SdkAnalytics/Jars/sdk-analytics-0.4.7/sdk-analytics-0.4.7.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/SdkAnalytics/Jars/sdk-analytics-0.4.7/sdk-analytics-0.4.7.jar
--------------------------------------------------------------------------------
/Youzan/Webcache/Jars/webcache-2.2.0.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/Webcache/Jars/webcache-2.2.0.aar
--------------------------------------------------------------------------------
/Youzan/Webcache/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/Youzan/YouZan.Droid/Jars/basic-6.3.5.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZan.Droid/Jars/basic-6.3.5.aar
--------------------------------------------------------------------------------
/Youzan/YouZanSdk/Jars/anko-commons-0.10.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanSdk/Jars/anko-commons-0.10.0.jar
--------------------------------------------------------------------------------
/Youzan/YouZanSdk/Jars/anko-sqlite-0.10.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanSdk/Jars/anko-sqlite-0.10.0.jar
--------------------------------------------------------------------------------
/Youzan/YouZanSdk/Jars/gson-2.8.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanSdk/Jars/gson-2.8.0.jar
--------------------------------------------------------------------------------
/Youzan/YouZanSdk/Jars/okhttp-3.8.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanSdk/Jars/okhttp-3.8.1.jar
--------------------------------------------------------------------------------
/Youzan/YouZanSdk/Jars/okio-1.13.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanSdk/Jars/okio-1.13.0.jar
--------------------------------------------------------------------------------
/Youzan/YouZanSdk/Jars/sdk-analytics-0.4.7.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanSdk/Jars/sdk-analytics-0.4.7.jar
--------------------------------------------------------------------------------
/Youzan/YouZanSdk/Jars/youzansdk-6.3.5.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanSdk/Jars/youzansdk-6.3.5.aar
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouZanXamarin/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/Youzan/YouZanXamarin/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/Youzan/YouzanSystemWeb/Jars/systemweb-2.0.9.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/Youzan/YouzanSystemWeb/Jars/systemweb-2.0.9.aar
--------------------------------------------------------------------------------
/Youzan/YouzanSystemWeb/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC.Droid/Jars/Msc.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC.Droid/Jars/Msc.jar
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC.Droid/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC.Droid/Properties/AssemblyInfo.cs
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC.Droid/libs/arm64-v8a/libmsc.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC.Droid/libs/arm64-v8a/libmsc.so
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC.Droid/libs/arm64-v8a/libw_ivw.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC.Droid/libs/arm64-v8a/libw_ivw.so
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC.Droid/libs/armeabi-v7a/libmsc.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC.Droid/libs/armeabi-v7a/libmsc.so
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC.Droid/libs/armeabi-v7a/libw_ivw.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC.Droid/libs/armeabi-v7a/libw_ivw.so
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Assets/call.bnf:
--------------------------------------------------------------------------------
1 | #BNF+IAT 1.0 UTF-8;
2 | !grammar call;
3 | !slot ;
4 | !slot ;
5 | !slot ;
6 | !slot ;
7 | !start ;
8 | :[][]|[][];
9 | :张海洋;
10 | :我要|我想|我想要;
11 | :打电话;
12 | :给;
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Assets/grammar_sample.abnf:
--------------------------------------------------------------------------------
1 | #ABNF 1.0 UTF-8;
2 | language zh-CN;
3 | mode voice;
4 |
5 | root $main;
6 | $main = $place1 到 $place2;
7 | $place1 = 北京|武汉|南京|天津|东京;
8 | $place2 = 上海|合肥;
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Assets/iattest.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Assets/iattest.wav
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Assets/iflytek/recognize.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Assets/iflytek/recognize.xml
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Assets/iflytek/voice_bg.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Assets/iflytek/voice_bg.9.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Assets/iflytek/voice_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Assets/iflytek/voice_empty.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Assets/iflytek/voice_full.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Assets/iflytek/voice_full.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Assets/iflytek/waiting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Assets/iflytek/waiting.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Assets/iflytek/warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Assets/iflytek/warning.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Assets/userwords:
--------------------------------------------------------------------------------
1 | {"userword":[{"name":"我的常用词","words":["佳晨实业","蜀南庭苑","高兰路","复联二"]},{"name":"我的好友","words":["李馨琪","鹿晓雷","张集栋","周家莉","叶震珂","熊泽萌"]}]}
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Assets/wake.bnf:
--------------------------------------------------------------------------------
1 | #BNF+IAT 1.0 UTF-8;
2 | !grammar wake;
3 | !slot ;
4 | !slot ;
5 | !start ;
6 | :[];
7 | :讯飞语音|讯飞语点|叮咚叮咚;
8 | :张三|李四|张海洋;
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Assets/wake_grammar_sample.abnf:
--------------------------------------------------------------------------------
1 | #ABNF 1.0 UTF-8;
2 | language zh-CN;
3 | mode voice;
4 |
5 | root $main;
6 | $main = [$call] $name;
7 | $call = 讯飞语音|讯飞语点|叮咚叮咚;
8 | $name = 张三|李四|张海洋;
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iFlyMSC/iFlyMSC/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2c3e50
4 | #1B3147
5 | #3498db
6 |
7 |
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | iFlyMSC
3 | Settings
4 |
5 |
--------------------------------------------------------------------------------
/iFlyMSC/iFlyMSC/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/Demo/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2c3e50
4 | #1B3147
5 | #3498db
6 |
7 |
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | Demo
3 | Settings
4 |
5 |
--------------------------------------------------------------------------------
/iotMiniSdk/Demo/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/iotMiniSdk/iotMiniSdk/Jars/fastjson-1.2.72.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/iotMiniSdk/Jars/fastjson-1.2.72.jar
--------------------------------------------------------------------------------
/iotMiniSdk/iotMiniSdk/Jars/iotMiniSdk-api-2.1.0.20.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/iotMiniSdk/iotMiniSdk/Jars/iotMiniSdk-api-2.1.0.20.aar
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
11 |
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-hdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-hdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-mdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-mdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Demo/Resources/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2c3e50
4 | #1B3147
5 | #3498db
6 |
7 |
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/values/ic_launcher_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #2C3E50
4 |
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | Demo
3 | Settings
4 |
5 |
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Demo/Resources/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Encoder.Droid/Jars/encoder-2.1.7.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Encoder.Droid/Jars/encoder-2.1.7.aar
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Encoder.Droid/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/RTSPServer.Droid/Jars/RTSPServer-1.1.7.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/RTSPServer.Droid/Jars/RTSPServer-1.1.7.aar
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Rtmp.Droid/Jars/rtmp-2.1.7.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Rtmp.Droid/Jars/rtmp-2.1.7.aar
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Rtplibrary.Droid/Jars/rtplibrary-2.1.7.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Rtplibrary.Droid/Jars/rtplibrary-2.1.7.aar
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Rtsp.Droid/Jars/rtsp-2.1.7.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaceDeng/XamarinAndroidLibrary/3b5fda23b12477893e9cc55d3712679a21e51ed8/rtmp-rtsp-stream-client/Rtsp.Droid/Jars/rtsp-2.1.7.aar
--------------------------------------------------------------------------------
/rtmp-rtsp-stream-client/Rtsp.Droid/Transforms/Metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------