Skip to content

Commit

Permalink
更新ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
tangsiyuan committed Aug 12, 2016
1 parent dde380c commit 73dd433
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 17 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# SocialSDKAndroid
对第三方社会化sdk的集成和二次封装,比如第三方授权登录、第三方分享等

> 欢迎发issue建议新的功能点和渠道集成
原文阅读:

[http://www.jianshu.com/p/4ec1d9c15763](http://www.jianshu.com/p/4ec1d9c15763)


## 0 版本更新

|版本号|更新内容|
Expand Down Expand Up @@ -218,4 +225,12 @@ PlatformType:

微信:PlatformType.WEIXIN(可用于登录和微信回话分享)

朋友圈:PlatformType.WEIXIN_CIRCLE(用于微信朋友圈分享)
朋友圈:PlatformType.WEIXIN_CIRCLE(用于微信朋友圈分享)

#### 4.1.4 注意

使用微信登录分享需要签名打包,并且签名和包名要和微信平台填入的信息一致。

## 欢迎关注我的公众号

![我的公众号](http://upload-images.jianshu.io/upload_images/1594931-a5b65451c706c2cd.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
8 changes: 0 additions & 8 deletions social_sdk/.._social_sdk.iml

This file was deleted.

5 changes: 0 additions & 5 deletions social_sdk/social_sdk.iml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/build/intermediates/classes/debug" />
<output-test url="file://$MODULE_DIR$/build/intermediates/classes/test/debug" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/debug" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/aidl/debug" isTestSource="false" generated="true" />
Expand Down Expand Up @@ -81,7 +80,6 @@
<sourceFolder url="file://$MODULE_DIR$/src/test/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/shaders" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build/.DS_Store" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/annotations" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
Expand All @@ -97,10 +95,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/shaders" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/libs" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
<excludeFolder url="file://$MODULE_DIR$/build/test-results" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import android.graphics.Bitmap;
import android.text.TextUtils;

import com.tsy.sdk.social.share_media.ShareImageMedia;
import com.tsy.sdk.social.util.LogUtils;
import com.tencent.mm.sdk.modelmsg.WXImageObject;
import com.tencent.mm.sdk.modelmsg.WXMusicObject;
import com.tencent.mm.sdk.modelmsg.WXTextObject;
Expand All @@ -14,13 +16,11 @@
import com.tsy.sdk.social.listener.AuthListener;
import com.tsy.sdk.social.listener.ShareListener;
import com.tsy.sdk.social.share_media.IShareMedia;
import com.tsy.sdk.social.share_media.ShareImageMedia;
import com.tsy.sdk.social.share_media.ShareMusicMedia;
import com.tsy.sdk.social.share_media.ShareTextMedia;
import com.tsy.sdk.social.share_media.ShareVideoMedia;
import com.tsy.sdk.social.share_media.ShareWebMedia;
import com.tsy.sdk.social.util.BitmapUtils;
import com.tsy.sdk.social.util.LogUtils;
import com.tsy.sdk.social.util.NetUtils;
import com.tsy.sdk.social.util.Utils;
import com.tencent.mm.sdk.constants.ConstantsAPI;
Expand Down
2 changes: 1 addition & 1 deletion social_sdk/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">ci123_social_sdk</string>
<string name="app_name">social_sdk</string>
</resources>

0 comments on commit 73dd433

Please sign in to comment.