Skip to content

Commit

Permalink
chore(upgrade): upgrade version name(1.5.0->1.6.0) code(14->15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Aug 11, 2016
1 parent c2f05a4 commit 708d281
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
---

### Version 1.6.0 (2016-08-11)

- 添加 `KPSwitchConflictUtil#attach(panelLayout,focusView,switchClickListener,subPanelAndTriggers...)`/`KPSwitchConflictUtil#attach(panelLayout,focusView,subPanelAndTriggers...)` 用于attach一个PanelLayout中有多个SubPanel的情况。 Closes #39

### Version 1.5.0 (2016-08-03)

- 修复 `Translucent Status`主题下,部分手机(如Samsung S7 edge)计算键盘高度出错。 Closes #35
Expand Down
2 changes: 2 additions & 0 deletions FULLSCREEN_TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ public void onCreate(Bundle saveInstanceState){
* 这个方法主要是对一些相关事件进行注册,如切换面板与键盘等,具体参看源码,比较简单。
* 里面还提供了一些已经处理了冲突的工具方法: 显示面板;显示键盘;键盘面板切换;隐藏键盘与面板;
*
* 如果有多个面板的需求,可以参看: KPSwitchConflictUtil.attach(panelLayout, focusView, switchClickListener, subPanelAndTriggers...)
*
* @param panelRoot 面板的布局。
* @param switchPanelKeyboardBtn 用于触发切换面板与键盘的按钮。
* @param focusView 键盘弹起时会给这个View focus,收回时这个View会失去focus,通常是发送的EditText。
Expand Down
2 changes: 2 additions & 0 deletions NON-FULLSCREEN_TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ public void onCreate(Bundle saveInstanceState){
* 这个方法主要是对一些相关事件进行注册,如切换面板与键盘等,具体参看源码,比较简单。
* 里面还提供了一些已经处理了冲突的工具方法: 显示面板;显示键盘;键盘面板切换;隐藏键盘与面板;
*
* 如果有多个面板的需求,可以参看: KPSwitchConflictUtil.attach(panelLayout, focusView, )
*
* @param panelRoot 面板的布局。
* @param switchPanelKeyboardBtn 用于触发切换面板与键盘的按钮。
* @param focusView 键盘弹起时会给这个View focus,收回时这个View会失去focus,通常是发送的EditText。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
`build.gradle`中引入:

```
compile 'cn.dreamtobe.kpswitch:library:1.5.0'
compile 'cn.dreamtobe.kpswitch:library:1.6.0'
```

## 使用引导
Expand Down
Binary file removed art/demo_snapshot.jpg
Binary file not shown.
Binary file added art/demo_snapshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.5.0
VERSION_CODE=14
VERSION_NAME=1.6.0
VERSION_CODE=15
BUILD_TOOLS_VERSION=23.0.1
COMPILE_SDK_VERSION=23

Expand Down

0 comments on commit 708d281

Please sign in to comment.