File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,18 @@ QuickPopupBuilder支持链式调用生成一个基于QuickPopup的PopupWindow,
304
304
305
305
### 更新日志 ([历史更新](https: // github.com/razerdp/BasePopup/blob/master/UpdateLog.md))
306
306
307
+ * ** 【Candy 】2.1 . 0 - betaX** (2018 / 12 )
308
+ * ** 针对2. x的重构,撒花~ **
309
+ * 本次更新内容:
310
+ * 去掉每次都add两次View 的骚操作,合并成同一个PopupWindow ,所以Layout Inspector 不再让人迷惑为啥有两个PopupWindow 了
311
+ * 增加Gravity 的支持,再也不用蛋疼的去计算蛋疼的offset了,而且布局文件真的可以wrap_content了
312
+ * 接管layout过程,所以各个版本的PopupWindow 都不一样?不存在滴。。。同时autoLocate支持RecyclerView 啦~
313
+ * 增加对contentView的xml的解析(前提是使用createPopupById方法),再也不怕被强制设置宽高了
314
+ * fullScreen支持输入法布局适配!心塞了好久的问题终于解决
315
+ * 增加对5.1 和5.1 . 1 官方两个PopupWindow 重叠后在切换时层次变化的bug的适配
316
+ * 优化代码,去除冗余代码
317
+ * README 大翻新
318
+
307
319
* ** 【Release 】2.0 . 8.1 ** (2018 / 10 / 29 )
308
320
* ** 建议更新到这个版本!**
309
321
* fixed [#94 ](https: // github.com/razerdp/BasePopup/issues/94)
@@ -321,16 +333,6 @@ QuickPopupBuilder支持链式调用生成一个基于QuickPopup的PopupWindow,
321
333
* 修复QuickPopupBuilder 的click事件无响应问题,增加background方法
322
334
* 修复设置background(0 )时无法找到资源而崩溃的问题
323
335
324
- * ** 【Release 】2.0 . 7 ** (2018 / 10 / 15 )
325
- * 绕开Android P 的非公开api方法反射
326
- * 思路参考&& 感谢[android_p_no_sdkapi_support](https: // github.com/Guolei1130/android_p_no_sdkapi_support)
327
- * 发布2.0 . 7 release
328
-
329
-
330
- * ** 【Release 】2.0 . 6 ** (2018 / 10 / 09)
331
- * 不再抽象强制实现入场和退场动画
332
- * 针对自动弹出输入法的Popup ,在dismiss()中默认关闭输入法
333
-
334
336
< br>
335
337
336
338
### 例子预览
You can’t perform that action at this time.
0 commit comments