Dboy

Results 10 issues of Dboy

version:1.30.6 ### MainActivity 双击退出 ![image](https://user-images.githubusercontent.com/37604230/122322321-dfdf7480-cf57-11eb-9146-e2a4c70072f5.png) ``` java @Override public void onBackPressed() { if (DoublePressedExit.isDoublePressed()) { super.onBackPressed(); } else { ToastUtils.showShort("再次点击退出应用"); } } ``` ### 出现崩溃 ![image](https://user-images.githubusercontent.com/37604230/122322393-fb4a7f80-cf57-11eb-93cd-46f87b8cb201.png) ``` android.view.WindowLeaked: Activity com.work.demo.main.MainActivity...

bug

There seems to be no 'rotation' API available Using'filter'of'glsurface' to rotate, the effect is not good. Can an API be provided to directly operate camera rotation. I don't know much...

比如说我想搜索到的内容中, 1.只出现掘金,bilibili的搜索结果,可以添加只搜索结果[juejin,bilibili.com]. 2.搜索结果不出现CSDN,bilibili的搜索结果,可以添加屏蔽搜索网站[csdn,bilibili,哔哩哔哩]

1.Added Bezier animation to better integrate with material design 2.Built-in interpolator interface Whether to optimize these two points

发现里面都是动态计算的,即使是我修改了布局的高度也没有效果。

城市选择器再加一个城市的编号吧。。 实际用的时候还是用编号比较好。

BUG是真多啊,这个库我是真服了!!!真不建议用这个!还不如自己手写一个,适合自己项目的! RecyclerView图片资源真的是随机加载失败。随机不显示图片。无语了。文档还不写清除。缓存注释写的默认none 结果初始化默认是个all;MD给你这个库找bug找一天。我tm到晚上是真的没办法了。临下班自己写了一个。ca。一整天全搞你这个破玩意了。真浪费我时间。

😋,我又来了。

**XPopup版本** 如2.1.0 希望所有内置弹窗都更友好的支持dismissWith方法. ```java BasePopupView show = new XPopup.Builder(this) .asBottomList("列表", new String[]{}, new OnSelectListener() { @Override public void onSelect(int position, String text) { showNextDialog();//页面闪动, } }).show(); show.dismissWith(new Runnable() { @Override...

# 希望能更新一下。好多年了。有点想作者了。

help wanted