Commit Graph

1664 Commits

Author SHA1 Message Date
pengfei.zhou
056f2f041f feat:Slider add scrollable 2021-04-23 17:58:48 +08:00
pengfei.zhou
c2ca3c0b31 feat:Flowlayout support scrollable 2021-04-23 17:58:48 +08:00
pengfei.zhou
418b71c7a3 feat:List support scrollable 2021-04-23 17:58:48 +08:00
pengfei.zhou
4cc67a463d feat:Scroller support scrollable 2021-04-23 17:58:48 +08:00
王劲鹏
9e6d9131ee android: fix fullscreen without virtual navigation 2021-04-22 16:46:08 +08:00
pengfei.zhou
c82fdf1a0d iOS: fix iOS 11 & iOS 12 DoricListNode crash 2021-04-22 15:44:40 +08:00
pengfei.zhou
cdd25caa7d feat:when cancel Animation,sync the properties from native 2021-04-22 14:57:51 +08:00
pengfei.zhou
819feb1617 web:Add slider call callback 2021-04-22 14:57:51 +08:00
pengfei.zhou
e7ced92281 feat:Add cancelAnimation and clearAnimation 2021-04-22 14:57:51 +08:00
pengfei.zhou
15a62bad8a feat:add Animators demo 2021-04-22 14:57:51 +08:00
pengfei.zhou
5c20680c4c feat: add API clearAnimation 2021-04-22 14:57:51 +08:00
pengfei.zhou
93293b099f web: finish develop Slider 2021-04-22 14:57:51 +08:00
pengfei.zhou
11f004d974 web:compat animate API for x5 2021-04-22 14:57:51 +08:00
pengfei.zhou
03e3630d02 web:compat some browser 2021-04-22 14:57:51 +08:00
pengfei.zhou
c54c4442b5 web:compat x5 core 2021-04-22 14:57:51 +08:00
pengfei.zhou
2fe2cded48 iOS: fix when parent and parent's parent is fit,child is most,cannot be extend to right size. 2021-04-19 17:44:04 +08:00
pengfei.zhou
9ac6597e8d web:Switch Node full support 2021-04-19 17:44:04 +08:00
pengfei.zhou
8486f80b11 web:add Switch Shader 2021-04-19 17:44:04 +08:00
pengfei.zhou
d1cc17c7a0 web: add AnimatePlugin 2021-04-19 17:44:04 +08:00
pengfei.zhou
900bccb98a web:support hidden 2021-04-19 17:44:04 +08:00
pengfei.zhou
f3b4c2f077 web: rotation and translate and scale 2021-04-19 17:44:04 +08:00
pengfei.zhou
935eb8521b web:Refreshable developing 2021-04-19 17:44:04 +08:00
pengfei.zhou
e26ab7e1a5 web:add shader command 2021-04-19 17:44:04 +08:00
pengfei.zhou
365f415ead web: add DoricRereshableNode 2021-04-19 17:44:04 +08:00
pengfei.zhou
1a5ed94568 web:rename function 2021-04-19 17:44:04 +08:00
pengfei.zhou
009e8734b6 feat:add pureCallEntityMethod,avoid hook affects 2021-04-19 17:44:04 +08:00
pengfei.zhou
b762b9db4b iOS:Fix ListNode cannot measure content height properly 2021-04-14 16:56:19 +08:00
pengfei.zhou
4873ff535d web:fix cannot execute hookAfter in web promise,use setTimeout instead 2021-04-14 16:56:19 +08:00
pengfei.zhou
ace3d30e73 web:add source loader 2021-04-14 16:56:19 +08:00
pengfei.zhou
17addc232a web:add missing callbacks 2021-04-14 16:56:19 +08:00
pengfei.zhou
526234b878 iOS: Fix size change cause corners show error 2021-04-07 17:25:47 +08:00
pengfei.zhou
c6a6f76504 android: fix corner and hidden property conflict 2021-04-07 17:25:47 +08:00
pengfei.zhou
0363e5d207 Android:Fix cannot receive onActivityForResult by DoricPanelFrgment 2021-04-06 14:25:50 +08:00
王劲鹏
f4e6042cae Android: add oldBottomMargin, oldHeight & bottomMargin 2021-03-30 12:29:16 +08:00
王劲鹏
10c60814d1 iOS: add oldBottomMargin, oldHeight & bottomMargin 2021-03-30 12:29:16 +08:00
王劲鹏
f16b8b8125 JS: add oldBottomMargin, oldHeight & bottomMargin 2021-03-30 12:29:16 +08:00
pengfei.zhou
ad29f284cd Android:update the upload script 2021-03-26 23:22:35 +08:00
pengfei.zhou
ff8e7cb0a5 feat:Add return code for cli build 2021-03-26 14:50:42 +08:00
pengfei.zhou
0290c7a929 Android:fix input set Text,set selection to the last 2021-03-25 17:26:58 +08:00
王劲鹏
b006658fb9 iOS: hide scroll bar by default 2021-03-22 10:43:32 +08:00
王劲鹏
b25aad5bac iOS: implement keyboard plugin 2021-03-19 10:34:32 +08:00
王劲鹏
a56f1164e9 Android: implement keyboard plugin 2021-03-19 10:34:32 +08:00
王劲鹏
a21cdcd874 js: implement keyboard related api 2021-03-19 10:34:32 +08:00
王劲鹏
eba0261082 fix inconsistency due to itemcount change 2021-03-19 10:33:38 +08:00
王劲鹏
774cacc0fc fix crash 2021-03-12 11:13:53 +08:00
王劲鹏
bd0f155360 iOS: fix tableview blink when reload on some devices 2021-03-09 16:02:35 +08:00
王劲鹏
1a84a3d7bb fix reload on non ui thread 2021-03-08 19:58:11 +08:00
王劲鹏
2d5d24ac40 Android: on switch not called when toggle by js code 2021-03-08 11:17:38 +08:00
王劲鹏
9c166da915 iOS: fix memory leak in image node block 2021-03-04 15:43:12 +08:00
pengfei.zhou
741cad2f3e feat:Android debugging fix issue 2021-03-04 14:52:00 +08:00