王劲鹏
|
a0c9fe8578
|
js: add gesture api
|
2021-09-22 16:25:59 +08:00 |
|
pengfei.zhou
|
563f1a7fe1
|
iOS: fix when reuse flexnode, its childNode cannot measure properly
|
2021-09-16 19:23:19 +08:00 |
|
王劲鹏
|
59bb3a049d
|
Android: fix toast gravity above api level R
|
2021-09-16 19:04:40 +08:00 |
|
pengfei.zhou
|
417052534a
|
android: add condition for pureCall
|
2021-09-16 13:28:31 +08:00 |
|
王劲鹏
|
520a3de6c5
|
Qt: add hook after call from native
|
2021-09-16 13:28:16 +08:00 |
|
pengfei.zhou
|
6046bf6163
|
Optimize unify panel hook after code
|
2021-09-16 13:01:47 +08:00 |
|
pengfei.zhou
|
dd4e8db3ad
|
Remove nativeEmpty, check call change to native side
|
2021-09-16 13:01:47 +08:00 |
|
pengfei.zhou
|
3d3f646845
|
add timer demo
|
2021-09-13 13:32:38 +08:00 |
|
pengfei.zhou
|
f16648c3d1
|
android: fix crash when parameter is null
|
2021-09-13 13:32:38 +08:00 |
|
pengfei.zhou
|
e6647214dd
|
iOS: fix part corner with border
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
95ff2155f5
|
iOS: Text set shadow do not set clipToBounds
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
7eba842a55
|
android: when draw border ,do not draw out of cliped area.
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
116469d52c
|
iOS: fix hintFont default is font
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
145e157558
|
iOS: input focus fix
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
abc39ed28f
|
iOS: Input align to android implement
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
58067e217e
|
iOS:TextField support virtical alignment
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
228c2c131c
|
iOS:TextNode use content size
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
88c594ae10
|
iOS: input support textfield
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
5b3d45f607
|
iOS: Text textAligment support Top and Bottom
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
41e610e424
|
Animation add keyFrame
|
2021-09-07 20:18:24 +08:00 |
|
pengfei.zhou
|
d7d19b17d0
|
Add BackgroundColorAnimation and AlphaAnimation
|
2021-09-07 18:50:09 +08:00 |
|
osborn
|
e51749e644
|
Update README-zh_CN.md
|
2021-09-07 16:53:31 +08:00 |
|
osborn
|
5effdab56a
|
Update README.md
|
2021-09-07 16:53:04 +08:00 |
|
王劲鹏
|
ebdab41e0e
|
readme in english
|
2021-09-07 16:13:49 +08:00 |
|
osborn
|
2596476ea4
|
Update README-zh_CN.md
|
2021-09-07 16:13:49 +08:00 |
|
pengfei.zhou
|
fdc611b2ae
|
add zh_CN
|
2021-09-07 16:13:49 +08:00 |
|
pengfei.zhou
|
31fb5186d3
|
iOS:use macro to control use of image and cache library
|
2021-09-07 16:13:49 +08:00 |
|
osborn
|
0c5470d120
|
Update README.md
|
2021-09-07 16:13:49 +08:00 |
|
osborn
|
f233138f0f
|
Update README.md
|
2021-09-07 16:13:49 +08:00 |
|
osborn
|
adbb7df777
|
Update README.md
|
2021-09-07 16:13:49 +08:00 |
|
王劲鹏
|
d62303baf0
|
iOS: fix quickly set image url caused image integrity error
|
2021-09-07 10:50:21 +08:00 |
|
osborn
|
f63da7a98a
|
Update README.md
|
2021-09-06 11:35:24 +08:00 |
|
pengfei.zhou
|
4b66be7bc1
|
feat:change makeRef to createRef
|
2021-09-03 16:51:06 +08:00 |
|
pengfei.zhou
|
c2b07e4a20
|
iOS: fix tableview height cannot fit the screen
|
2021-09-03 16:51:06 +08:00 |
|
pengfei.zhou
|
b3a6321dcc
|
Add another tsx demo
|
2021-09-03 16:51:06 +08:00 |
|
pengfei.zhou
|
bec0d44af0
|
feat:complete the implement of JSX
|
2021-09-03 16:51:06 +08:00 |
|
pengfei.zhou
|
266d20782a
|
tsx:support array in children
|
2021-09-03 16:51:06 +08:00 |
|
pengfei.zhou
|
03633a7bea
|
tsx:add fragment support
|
2021-09-03 16:51:06 +08:00 |
|
pengfei.zhou
|
aeff0a06dc
|
tsx:add ref and parent support
|
2021-09-03 16:51:06 +08:00 |
|
pengfei.zhou
|
c1f39de8e3
|
Update rollup config
|
2021-09-03 16:51:06 +08:00 |
|
pengfei.zhou
|
3cb26e0fd2
|
feat:add bundle change
|
2021-09-03 16:51:06 +08:00 |
|
pengfei.zhou
|
52b2b87e1c
|
add tsx support
|
2021-09-03 16:51:06 +08:00 |
|
pengfei.zhou
|
cde8d1726f
|
cli:update config to support tsx
|
2021-09-03 16:51:06 +08:00 |
|
王劲鹏
|
7a0a2c6621
|
iOS: image render optimize
UIGraphicsBeginImageContextWithOptions replaced with UIGraphicsImageRenderer above iOS 10
|
2021-09-03 15:52:15 +08:00 |
|
pengfei.zhou
|
627c107976
|
Android:fix ListItem cannot clip corner or draw shadow
|
2021-09-02 17:59:16 +08:00 |
|
pengfei.zhou
|
15172bb653
|
iOS:fix refreshableview srolling problem
|
2021-09-01 15:44:43 +08:00 |
|
pengfei.zhou
|
3f7aac9951
|
feat:fix compile error
|
2021-08-31 18:40:30 +08:00 |
|
pengfei.zhou
|
1b10106eb3
|
optimize js code
|
2021-08-31 17:18:38 +08:00 |
|
pengfei.zhou
|
612e5a4a07
|
Update cli template file
|
2021-08-31 17:18:38 +08:00 |
|
pengfei.zhou
|
ac62a0f7fc
|
optimize code
|
2021-08-31 17:18:38 +08:00 |
|