-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
liujinwei
committed
Sep 27, 2018
1 parent
0921698
commit a8b6601
Showing
3 changed files
with
37 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
### Release Log | ||
|
||
**v1.1.1:** | ||
|
||
* 增加第三方登陆返回的accessToken等信息 | ||
* 封装微信登陆和分享回调类WxHelperActivity | ||
* 将微信的广播注册方式换成本地广播 | ||
* 将v7和gson包只是编译,需要自己引入,避免重复使用 | ||
* 调整相关包版本以及编译版本等 | ||
|
||
**v1.0.9:** | ||
|
||
* 分享回调增加分享类型 | ||
|
||
**v1.0.8:** | ||
|
||
* 优化appId等参数为空是不抛异常,只打印日志,避免使用奔溃 | ||
* 删除SocialHelper中上个版本Deprecate了的方法 | ||
* 增加使用SocialHelper的[使用例子](https://github.com/arvinljw/SocialHelper/blob/master/app/src/main/java/net/arvin/socialhelper/sample/TestLoginShareActivity.java),但是无法直接使用,因为各种appId不匹配,需要在自己的app中按需使用。 | ||
|
||
**v1.0.7:** | ||
|
||
* 更新微信,qq,微博sdk版本 | ||
* 调整SocialHelper中shareXX相关方法的参数顺序,老的方法Deprecated了,下个版本移除 | ||
|
||
**v1.0.5:** | ||
|
||
* 第一个稳定版本,包含微信,qq,微博登录和分享 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters