-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
js或者lua版本什么时候出 #14
Comments
js版本已经出了,lua再等等 |
js版本的地址是否能贴出来? |
9miao
pushed a commit
that referenced
this issue
Jul 23, 2015
#####1.优化引擎性能 1.CPU高峰占有率,性能提升 2.耗电优化 #####2.优化iOS端Http网络请求稳定性 #####3.优化CAScrollView 1.优化滑动容易惯性算法 #####4.优化CAViewAnimation动画系统 1.增加对ImageRect的支持 #####5.优化CAImage 1.增加纹理拉伸缩放接口 #####6.优化Android端从相册、摄像头获取照片 1.修复之前部分手机不能争取显示照片的问题 #####7.优化CATextView 1.增加默认背景 2.增加输入区域与边框距离的接口 2.优化CATextViewDelegate中getKeyBoardHeight 回调,增加键盘收回的回调 3.优化CATextViewDelegate中onTextViewInsertText、onTextViewDeleteBackward插入删除监听回调,整理回调参数 #####8.优化CATextField 1.优化CATextField Delegate中getKeyBoardHeight 回调,增加键盘收回的回调 2.优化CATextField Delegate中onTextFieldInsertText、onTextFieldDeleteBackward插入删除监听回调,整理回调参数 #####9.优化CAButton 1.增加Image位置、大小更改接口 2.增加Title位置、字体大小以及Label大小更改接口 #####10.优化CANavigationBar 1.增加item单项宽度接口 #####11.优化CAListView、CATableView、CACollectionView 1.增加displayingXXXCell函数,可以获取当前所有被显示的CAXXXViewCell对象 2.CAXXXViewDelegate增加 XXXViewWillDisplayCellAtIndex 回调,可以监听已经被加载完成并即将被显示的listViewCell 3.CAXXXViewCell增加ContentView层 #####12.优化CAWebView接口 1.修改了webView加载菊花的接口,由用户自己调用,还有添加设置菊花view的接口,用户可以拥有自己的加载动画 #####13.添加UTF8转UTF32接口 #####14.其他一些细节的修改
9miao
pushed a commit
that referenced
this issue
Jul 23, 2015
#####1.优化引擎性能 1.CPU高峰占有率,性能提升 2.耗电优化 #####2.优化iOS端Http网络请求稳定性 #####3.优化CAScrollView 1.优化滑动容易惯性算法 #####4.优化CAViewAnimation动画系统 1.增加对ImageRect的支持 #####5.优化CAImage 1.增加纹理拉伸缩放接口 #####6.优化Android端从相册、摄像头获取照片 1.修复之前部分手机不能争取显示照片的问题 #####7.优化CATextView 1.增加默认背景 2.增加输入区域与边框距离的接口 2.优化CATextViewDelegate中getKeyBoardHeight 回调,增加键盘收回的回调 3.优化CATextViewDelegate中onTextViewInsertText、onTextViewDeleteBackward插入删除监听回调,整理回调参数 #####8.优化CATextField 1.优化CATextField Delegate中getKeyBoardHeight 回调,增加键盘收回的回调 2.优化CATextField Delegate中onTextFieldInsertText、onTextFieldDeleteBackward插入删除监听回调,整理回调参数 #####9.优化CAButton 1.增加Image位置、大小更改接口 2.增加Title位置、字体大小以及Label大小更改接口 #####10.优化CANavigationBar 1.增加item单项宽度接口 #####11.优化CAListView、CATableView、CACollectionView 1.增加displayingXXXCell函数,可以获取当前所有被显示的CAXXXViewCell对象 2.CAXXXViewDelegate增加 XXXViewWillDisplayCellAtIndex 回调,可以监听已经被加载完成并即将被显示的listViewCell 3.CAXXXViewCell增加ContentView层 #####12.优化CAWebView接口 1.修改了webView加载菊花的接口,由用户自己调用,还有添加设置菊花view的接口,用户可以拥有自己的加载动画 #####13.添加UTF8转UTF32接口 #####14.其他一些细节的修改
9miao
pushed a commit
that referenced
this issue
Jul 23, 2015
#####1.优化引擎性能 1.CPU高峰占有率,性能提升 2.耗电优化 #####2.优化iOS端Http网络请求稳定性 #####3.优化CAScrollView 1.优化滑动容易惯性算法 #####4.优化CAViewAnimation动画系统 1.增加对ImageRect的支持 #####5.优化CAImage 1.增加纹理拉伸缩放接口 #####6.优化Android端从相册、摄像头获取照片 1.修复之前部分手机不能争取显示照片的问题 #####7.优化CATextView 1.增加默认背景 2.增加输入区域与边框距离的接口 2.优化CATextViewDelegate中getKeyBoardHeight 回调,增加键盘收回的回调 3.优化CATextViewDelegate中onTextViewInsertText、onTextViewDeleteBackward插入删除监听回调,整理回调参数 #####8.优化CATextField 1.优化CATextField Delegate中getKeyBoardHeight 回调,增加键盘收回的回调 2.优化CATextField Delegate中onTextFieldInsertText、onTextFieldDeleteBackward插入删除监听回调,整理回调参数 #####9.优化CAButton 1.增加Image位置、大小更改接口 2.增加Title位置、字体大小以及Label大小更改接口 #####10.优化CANavigationBar 1.增加item单项宽度接口 #####11.优化CAListView、CATableView、CACollectionView 1.增加displayingXXXCell函数,可以获取当前所有被显示的CAXXXViewCell对象 2.CAXXXViewDelegate增加 XXXViewWillDisplayCellAtIndex 回调,可以监听已经被加载完成并即将被显示的listViewCell 3.CAXXXViewCell增加ContentView层 #####12.优化CAWebView接口 1.修改了webView加载菊花的接口,由用户自己调用,还有添加设置菊花view的接口,用户可以拥有自己的加载动画 #####13.添加UTF8转UTF32接口 #####14.其他一些细节的修改
9miao
pushed a commit
that referenced
this issue
Apr 15, 2016
#####1.新增自适应布局系统 DLayout 使用方法详见官网文档以及test示例代码 #####2.支持iOS平台设备旋转 #####3.优化视频组件性能以及体验 #####4.优化触摸体验 #####5.新增CAFont字体类 #####6.新增简易富文本CAFTRichFont类 #####7.优化CAWaterfallView瀑布流组件 #####8.优化CANavigationController #####9.优化CATabBarController #####10.优化CAAlertView #####11.优化CAGifView #####12.修复CAWebView在android平台的bug #####13.修复输入框在android平台某些情况无法获取内容的bug #####14.其他一些细节的优化
9miao
pushed a commit
that referenced
this issue
Apr 15, 2016
#####1.新增自适应布局系统 DLayout 使用方法详见官网文档以及test示例代码 #####2.支持iOS平台设备旋转 #####3.优化视频组件性能以及体验 #####4.优化触摸体验 #####5.新增CAFont字体类 #####6.新增简易富文本CAFTRichFont类 #####7.优化CAWaterfallView瀑布流组件 #####8.优化CANavigationController #####9.优化CATabBarController #####10.优化CAAlertView #####11.优化CAGifView #####12.修复CAWebView在android平台的bug #####13.修复输入框在android平台某些情况无法获取内容的bug #####14.其他一些细节的优化
9miao
pushed a commit
that referenced
this issue
Apr 26, 2016
#####1.新增新版UI编辑器,支持自适应布局CALayout #####2.重构CADevice, 拥有功能如下: #######1、获取苹果系统版本 #######2、获取安卓版本 #######3、打开相机 #######4、打开相册 #######5、获取屏幕亮度 #######6、设置屏幕亮度 #######7、获取通讯录信息 #######8、获取网络连接类型 #######9、获取安卓wifi列表 #######10、获取wifi连接信息 #######11、设置声音 #######12、获取声音 #######13、打开网址 #######14、获取电池电量 #######15、网络是否可用 #######16、消息通知 #######17、打开关闭蓝牙 #######18、将照片写入相册中 #######19、开始更新,停止更新位置(经纬度) #######20、加速度传感器(开始、停止更新) #####3.优化网络下载类CADownloadManager #####4.优化网络类CAHttpRequest、 #####5.引擎Test大幅度更新 #####6.新增简易富文本CAFTRichFont类 #####7.其他一些细节的优化
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RT
The text was updated successfully, but these errors were encountered: