WeexErosFramework
WeexErosFramework copied to clipboard
eros android sdk.
修复Android 7.0升级闪退问题
private void registerBroadCast() { mReceiver = new DefaultBroadcastReceiver(); IntentFilter filter = new IntentFilter(); filter.addAction("com.benmu.jyt.ACTION_GOBALFONTSIZE_CHANGE"); LocalBroadcastManager.getInstance(getContext()).registerReceiver(mReceiver, filter); } maybe you forget to unregisterReceiver mReceiver
修复EXIF照片旋转BUG,如果照片有EXIF旋转,程序无法正确处理,另还有eros-nexus下的ImageUtil也需要处理已提交项目
在MIUI 上设置 statusBarStyle: 'Default' 失效,字体颜色仍然为白色。解决方案如下: `if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { //开发版 7.7.13 及以后版本采用了系统API,旧方法无效但不会报错,所以两个方式都要加上 if(dark){ activity.getWindow().getDecorView().setSystemUiVisibility( View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN| View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR); }else { activity.getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_VISIBLE); } }`
功能描述:提供一种页面的分离能力,类似 ```embed``` 或者 ```iframe``` 这样的 html 标签。 demo 展示:https://github.com/hanliuxin5/ControllerView 待解决问题:如果此提议有实际价值的话,那么目前的 Android 端编码是相当随意的,需要进行代码的功能性重构,而且 iOS 端的实现也需要考虑。
Existence of unrecognized QR Code [货物调度单180308163318.pdf](https://github.com/bmfe/WeexErosFramework/files/1795510/180308163318.pdf)