Skip to content

Commit

Permalink
chore(upgrade): version name: 1.3.0->1.4.1 version code: 6->8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Mar 30, 2016
1 parent 314a098 commit 70a5588
Show file tree
Hide file tree
Showing 14 changed files with 201 additions and 58 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
---

### Version 1.4.1 (2016-03-31)

- 基本处理了全屏主题下的键盘切换问题。
- 为面板布局与根布局适配了`FrameLayout``LinearLayout``RelativeLayout`并支持拓展其他类型布局。
- 调整接口,更加解耦: 键盘高度与是否显示逻辑封装于`KeyboardUtil`,布局闪动逻辑封装于不同布局的`Handler`中。

### Version 1.3.0 (2016-01-19)

- 修复如果聊天所在界面为透明背景,当前所在界面不是全屏,而背后的界面也不是全屏,导致刚进入时的measure高度变化误认为是键盘升起的bug.
Expand Down
249 changes: 193 additions & 56 deletions README.md

Large diffs are not rendered by default.

File renamed without changes
Binary file added art/adjust_resolved.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/adjust_unresolved.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/fullscreen_resolved.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/non-fullscreen_resolved.gif
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.3.0
VERSION_CODE=6
VERSION_NAME=1.4.1
VERSION_CODE=8
BUILD_TOOLS_VERSION=23.0.1
COMPILE_SDK_VERSION=23

Expand Down
Binary file removed img/resolve.mp4
Binary file not shown.
Binary file removed img/resolve_dynamic_mv.gif
Binary file not shown.
Binary file removed img/resolve_mv.gif
Binary file not shown.
Binary file removed img/unresolve.mp4
Binary file not shown.
Binary file removed img/unresolve_dynamic_mv.gif
Binary file not shown.
Binary file removed img/unresolve_mv.gif
Binary file not shown.

0 comments on commit 70a5588

Please sign in to comment.