-
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
android示例编译失败,提示找不到头文件 #1
Comments
不好意思,是我们的失误,这里需要把 CAScheduler.H 改为 CAScheduler.h 即可 |
下个0.1.6可以把这个问题修改掉么? |
9miao
pushed a commit
that referenced
this issue
Jun 6, 2014
#####1. 添加CASlider: 滑动条 在此特别鸣谢 9秒ID为juguanhui的 美女程序员,为我们提供了优质的控件源码。 #####2. 添加CASegmentedControl: 分段选项器 在此特别鸣谢 9秒ID为juguanhui的 美女程序员,为我们提供了优质的控件源码。 #####3. 触摸事件分发规则优化,添加CAResponder类 经过此次优化,触摸事件分发更加智能,使开发过程变得简单容易。 #####4. CATextField功能补全: 添加输入框选择键盘类型、遮蔽显示字符为※,光标移动以及插入删除,获取键盘高度等功能。 目前只支持iOS与Android。 #####5. 添加CATabBarController 、CANavigationController新功能 支持tabBarControll切换viewController动画效果功能 增加 CATabBarController 、CANavigationController 隐藏 其Bar的功能 #####6. 修改部分bug #####7. win32平台支持VS2012编译
9miao
pushed a commit
that referenced
this issue
Jun 13, 2014
#####1.触摸事件bug修改 在滑动层上点击按钮瞬间抬起不触发的bug #####2.CATabBar优化 对CATabBar进行了体验的优化 #####3.CATabBar与CANavigationBar优化 可通过ViewController动态更新其显示数据 #####4.CAButton与CASegmentedControl优化 修改文字显示大小错误的bug #####6.安卓系统,从后台返回黑屏的bug 之前,在安卓系统中,如果从后台返回,有几率黑屏 #####5.添加动画相关 CCFrameTo 与 CCCenterTo 可以动态的修改 frame与center #####6.添加viewController悬浮抽屉功能 现在可以调用任何一个viewController的presentModalViewController与dismissModalViewController来显示与撤销。
9miao
pushed a commit
that referenced
this issue
Jun 16, 2014
#####1.CAImageView优化 优化CAImageView,并修改之前在CAImageView添加子视图显示不正确的bug,现在可随意添加子视图给CAImageView。 #####2.删除ccColor3B,并添加CAColor4B 删除之前的ccColor3B,以前所有用到ccColor3B的地方统统被CAColor4B替换,增加透明度属性。 (介于此改动对之前已经基于本引擎的项目带来无法编译的问题,请大家谅解,在这里向大家说声抱歉) #####3.删除Opacity属性,并添加新的alpha属性 alpha属性为float型,数值范围为0-1.0f,设置alpha属性可直接影响所有子视图的透明度。 #####4.彻底删除position属性 同样 CCMoveTo、CCMoveBy也被引擎所抛弃 #####5.修复Android平台GPS的bug 修复android平台手机因没有开启gps导致应用程序无法运行的bug #####6.修复CAScrollView的bug 修复之前代理回调方法virtual void scrollViewWillBeginDragging(CAScrollView* view){}; 触发时机错误的bug
9miao
pushed a commit
that referenced
this issue
Jun 25, 2014
9miao
pushed a commit
that referenced
this issue
Jul 6, 2014
#####1.添加容器类 添加CAVector、CADeque、CAList、CAMap、CAMultimap。 #####2.添加控件 添加控件CACollectionView,比CATalbeView 更加复杂的控件诞生,强大的功能可满足很多界面需求。 #####3.添加适配修正参数 添加适配修正参数,以iphone4屏幕为基准,可使其他所有移动设备所表现的视图物理尺寸与iphone4完全一致。 #####4.修复bug 修复触摸事件内存泄露的bug #####5.修复bug 修复CAAlertView特定情况崩溃的bug #####6.代码优化 优化CATableView代理方法 #####7.文件补全 添加2.0版本丢失的文件
9miao
pushed a commit
that referenced
this issue
Jul 21, 2014
…辑器正式推出,这将会大大的加快开发者们开发移动应用的速度。 #####2.大幅优化文字性能 文字机制重写,android平台文字加载速度提升约80%,iOS平台文字加载速度提升约50%。 #####3.优化渲染性能 渲染帧率大幅提升,几乎与原生应用性能近似,部分情况比原生更优(官网中有详细的测试指标的数值文档下载,请查阅) #####4.优化CANavigationController 优化CANavigationController,大幅度的提升界面管理的效率。 #####5.优化CANavigationBar 添加设置标题与按钮文字颜色的接口。 修复更新背景Image的bug。 #####6.优化CASwitch 针对CASwitch的用户体验进行了优化。 #####7.修复CATableView与CACollectionView 修复CATableView与CACollectionView设置选中项的bug。 #####8.添加对CrossApp-Design导出文件的支持。 #####9.添加新的demo(开发者们反应强烈,所以增加) 新的demo对CrossApp的每一个控件进行了详细的展示,方便大家参考。 #####【声明】本版本是CrossApp首次推出正式版本,性能与原生应用近似,已到达可制作商业化产品的开发标准,官方也正式对外准许开发者们使用CrossApp在任何商业移动产品的开发中。 开源的跨平台移动应用开发引擎CrossApp基于MIT开源协议,开发者可以毫无顾虑、完全免费的使用CrossApp开发任何商业项目。
9miao
pushed a commit
that referenced
this issue
Jul 31, 2014
…常用到的一个控件,它通过转轮界面提供一系列多值选项,它向用户显示信息,也收集用户输入。 #####2.添加CAPageView 翻页滑动容器,该控件是智能手机中比较常用到的一个控件,它通过监听手指滑动手势来体现翻页的效果。 #####3.添加CAIndexPath2E、CAIndexPath3E 二维、三维索引类 #####4.CATableView,CACollectionView增加cell复用机制 复用机制使得CATableView,CACollectionView不再担心超大数据量的显示,且提升用户体验 #####5.优化触摸分发系统 优化触摸分发系统,可更加人性化的分发触摸事件 #####6.httpClient优化 httpClient由原来的一个单独异步线程改为可实现16个异步线程 #####6.修复CAList、CADeque的bug #####7.修复CATextField在部分机型崩溃的bug
9miao
pushed a commit
that referenced
this issue
Jul 31, 2014
…常用到的一个控件,它通过转轮界面提供一系列多值选项,它向用户显示信息,也收集用户输入。 #####2.添加CAPageView 翻页滑动容器,该控件是智能手机中比较常用到的一个控件,它通过监听手指滑动手势来体现翻页的效果。 #####3.添加CAIndexPath2E、CAIndexPath3E 二维、三维索引类 #####4.CATableView,CACollectionView增加cell复用机制 复用机制使得CATableView,CACollectionView不再担心超大数据量的显示,且提升用户体验 #####5.优化触摸分发系统 优化触摸分发系统,可更加人性化的分发触摸事件 #####6.httpClient优化 httpClient由原来的一个单独异步线程改为可实现16个异步线程 #####7.修复CAList、CADeque的bug #####8.修复CATextField在部分机型崩溃的bug
9miao
pushed a commit
that referenced
this issue
Aug 27, 2014
#####1.添加CADrawerController 抽屉视图管理器 #####3.添加CAListView CATableView的简化版,并添加横向排列功能 #####2.添加CAPageControl pageView页面进度指示器 #####3.优化CAActivityIndicatorView 增加自定义图片接口 增加自定义背景图片接口 #####4.优化CAImageView 添加图片适配方式接口,可支持(铺满、铺满不变形并裁减多余部分、显示全部不变形并居中、显示全部不变形并保持高度不变、显示全部不变形并保持宽度不变) #####5.优化CATextField 修改设置背景接口 #####6.优化CASegmentedControl 添加接口并修复一些bug #####7.优化CAPickerView 添加接口并修复一些bug #####8.其他bug修复与优化
9miao
pushed a commit
that referenced
this issue
Sep 11, 2014
#####1.添加CAPullToRefreshView CAListView、CATableView、CACollectionView等上拉、下拉刷新插件,用法见demo中CollectionViewTest。 CATableView老版上下拉刷新监听代理已移除 #####2.CATabBarController添加左右滑动手势换页效果 需手动设置相关属性开启 #####3.优化触摸事件分发系统 增加支持同方向滑动容器嵌套时子容器滑到头自动切换监听父容器的功能 #####4.优化CAProgress #####5.优化CAScale9ImageView #####6.删减CAImageView接口 #####7.修正CACollectionViewDataSource 的代理方法命名 ##virtual unsigned int numberOfSectionsInCollectioView() ##改为 ##virtual unsigned int numberOfSections(CACollectionView *collectionView) ##virtual unsigned int numberOfRowsInSectionCollectionView(CACollectionView *collectionView, unsigned int section) ##改为 ##virtual unsigned int numberOfRowsInSection(CACollectionView *collectionView, unsigned int section) ####升级建议: 注意第7条的修改,如果用到该代理方法需改名与其一致
9miao
pushed a commit
that referenced
this issue
Sep 19, 2014
9miao
pushed a commit
that referenced
this issue
Sep 21, 2014
9miao
pushed a commit
that referenced
this issue
Oct 8, 2014
9miao
pushed a commit
that referenced
this issue
Oct 8, 2014
9miao
pushed a commit
that referenced
this issue
Oct 24, 2014
#####1.CALabel添加文字加粗功能 #####2.CALabel添加文字加粗斜体功能 #####3.CALabel添加文字加下划线功能 #####4.优化DownloadManager 文件下载管理系统优化,并修正上版本头文件引用错误 #####5.重新整理设备相关系统接口 如:GPS获取、摄像头与相册调用、通讯录获取等 #####6.CANavigationController增加二级界面向右划返回上一级界面功能 #####7.优化openGl裁剪功能错位问题 #####8.优化openGl显示图像微差问题 #####9.其他一些细节调整 ####升级建议: 重新创建工程,并拷贝Classes与Resources中文件
9miao
pushed a commit
that referenced
this issue
Nov 4, 2014
9miao
pushed a commit
that referenced
this issue
Dec 11, 2014
9miao
pushed a commit
that referenced
this issue
Dec 22, 2014
… an encapsulation based on native built-in browser control. It has great functionalities, aside from possessing normal View attributes and set, WebView is fully capable of dealing with url request, page load, rendering, page interacitve. And it’s not only able to set current webView desirable access url via loadUrl method, but also capable of loading most of common file types such as html\htm, pdf, doc, ppt, txt etc. #####2. Fixed CAImage breakdown bug in previous version #####3. Other Details Tweaking
9miao
pushed a commit
that referenced
this issue
Aug 20, 2015
9miao
pushed a commit
that referenced
this issue
Nov 3, 2015
#####1.简化适配概念 1.删除CCRect、CCPoint、CCSize、CADipRect、CADipPoint、CADipSize 2.增加新的DRect、DPoint、DSize,以dp为单位。(在PPI为320的设备上,1px=1dp) #####2.支持C++11 #####3.新增视频播放器 1.CAVideoPlayerView 2.CAVideoPlayerControlView #####4.支持Emoji字体 1.CALabel支持显示系统默认Emoji字体 2.CATextField支持输入系统键盘Emoji表情 2.CATextView支持输入系统键盘Emoji表情 #####5.优化文字系统 兼容iOS9系统字体PingFang.ttc #####6.删除CCActions系统 请使用CAViewAnimation系统 #####7.删除CCArray、CCDictionary 请使用CAVector、CADeque、CAList、CAMap #####8.删除CCString 请使用std::string #####9.优化PC模拟器 将之前PC端模拟器与系统像素比1:1改为2:1,以满足小屏幕有足够空间显示模拟器 #####10.部分控件增加PC模式 例如,CAScrollView在PC端可开启PC模式,以支持PC操作方式 #####11.iOS版本兼容修改 新版放弃支持iOS6.0+,最低版本提升到iOS7.0 #####12.新增Test-HD 平板模式的test #####13.其他一些细节的优化
9miao
pushed a commit
that referenced
this issue
Nov 3, 2015
#####1.简化适配概念 1.删除CCRect、CCPoint、CCSize、CADipRect、CADipPoint、CADipSize 2.增加新的DRect、DPoint、DSize,以dp为单位。(在PPI为320的设备上,1px=1dp) #####2.支持C++11 #####3.新增视频播放器 1.CAVideoPlayerView 2.CAVideoPlayerControlView #####4.支持Emoji字体 1.CALabel支持显示系统默认Emoji字体 2.CATextField支持输入系统键盘Emoji表情 2.CATextView支持输入系统键盘Emoji表情 #####5.优化文字系统 兼容iOS9系统字体PingFang.ttc #####6.删除CCActions系统 请使用CAViewAnimation系统 #####7.删除CCArray、CCDictionary 请使用CAVector、CADeque、CAList、CAMap #####8.删除CCString 请使用std::string #####9.优化PC模拟器 将之前PC端模拟器与系统像素比1:1改为2:1,以满足小屏幕有足够空间显示模拟器 #####10.部分控件增加PC模式 例如,CAScrollView在PC端可开启PC模式,以支持PC操作方式 #####11.iOS版本兼容修改 新版放弃支持iOS6.0+,最低版本提升到iOS7.0 #####12.新增Test-HD 平板模式的test #####13.其他一些细节的优化
9miao
pushed a commit
that referenced
this issue
Nov 5, 2015
9miao
pushed a commit
that referenced
this issue
Nov 5, 2015
9miao
pushed a commit
that referenced
this issue
Nov 5, 2015
9miao
pushed a commit
that referenced
this issue
Nov 16, 2015
9miao
pushed a commit
that referenced
this issue
Nov 16, 2015
9miao
pushed a commit
that referenced
this issue
Jan 29, 2016
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.其他一些细节的优化
9miao
pushed a commit
that referenced
this issue
May 6, 2016
9miao
pushed a commit
that referenced
this issue
May 6, 2016
9miao
pushed a commit
that referenced
this issue
Jul 11, 2016
#####1.一些细节的优化以及bug的修改 编译安卓建议升级Android.mk、Application.mk文件到你的项目中
9miao
pushed a commit
that referenced
this issue
Jul 11, 2016
#####1.一些细节的优化以及bug的修改 编译安卓建议升级Android.mk、Application.mk文件到你的项目中
9miao
pushed a commit
that referenced
this issue
Jul 13, 2016
#####1.一些细节的优化以及bug的修改 编译安卓建议升级Android.mk、Application.mk文件到你的项目中
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
错误信息:
CrossApp/samples/multi-platform-cpp/proj.android/../../../cocos2dx/actions/CCActionManager.cpp:30:25: fatal error: CAScheduler.H: No such file or directory
使用ubuntu command line 编译
The text was updated successfully, but these errors were encountered: