Commit Graph

301 Commits

Author SHA1 Message Date
王劲鹏
1e7637a1dc js: list add canDrag, onDraging & onDraged 2022-06-17 18:44:57 +08:00
pengfei.zhou
809bc5ef0e fix: layout() cannot effect configMaxWidth or configMinWidth 2022-03-22 17:06:02 +08:00
吴尚昆
ed9475b72a rename enum name ScaleType.Tile. 2022-03-18 20:02:52 +08:00
吴尚昆
55ff312312 image scaleType add an enumeration ScaleToTile. 2022-03-18 20:02:52 +08:00
吴尚昆
22f290f6a9 image tileInset property support boolean value. 2022-03-18 20:02:52 +08:00
吴尚昆
77617df848 iOS: resize image support tile mode. 2022-03-18 20:02:52 +08:00
pengfei.zhou
8aebbc7a36 android: Update JSC and compat new api 2022-03-09 18:14:06 +08:00
pengfei.zhou
e8e344ed21 feat: add ArrayBufferResource 2022-03-09 18:14:06 +08:00
pengfei.zhou
9bd4ba8722 feat: Image add setImagePixels API,iOS receive ArrayBuffer directly 2022-03-09 18:14:06 +08:00
吴尚昆
93e949ef41 iOS text font support from custom loader. 2022-03-03 17:15:22 +08:00
pengfei.zhou
894cc91dd6 Doric remove DoricAssetsResource for now 2022-01-26 15:38:49 +08:00
pengfei.zhou
8c57e5e500 android: compat webviewexecutor to support arraybuffer 2022-01-26 15:38:49 +08:00
pengfei.zhou
cac47ee0b4 Update generated files 2022-01-26 15:38:49 +08:00
pengfei.zhou
e9e2d14a9d feat:Remove Image's setImagePixels API 2022-01-26 15:38:49 +08:00
pengfei.zhou
5b5500b6e0 Add generated change 2022-01-26 15:38:49 +08:00
pengfei.zhou
b29f2d6a4e iOS: implement Image Pixel 2022-01-26 15:38:49 +08:00
pengfei.zhou
190eb4afd7 feat:Image add pixel API,pass pixels directly to Image 2022-01-26 15:38:49 +08:00
pengfei.zhou
e270b9c520 feat:android support ArrayBuffer Resource 2022-01-26 15:38:49 +08:00
pengfei.zhou
5b80e4e0e1 add resId to cache DoricResource on native 2022-01-26 15:38:49 +08:00
pengfei.zhou
d746c5b4d4 add ResourceLoader plugin 2022-01-26 15:38:49 +08:00
pengfei.zhou
e1b10b10bb js: add onAnimationEnd for image 2021-12-17 18:01:43 +08:00
pengfei.zhou
f801aa64f8 refact: rename assets resource name 2021-12-08 12:06:25 +08:00
pengfei.zhou
1ba4336857 feat: add DoricAssets resource 2021-12-08 12:06:25 +08:00
pengfei.zhou
5aa20dbd6a feat: add apply function on Ref 2021-12-03 17:45:51 +08:00
pengfei.zhou
1c1ca76782 feat: fix popover view cannot animate 2021-12-03 17:45:51 +08:00
pengfei.zhou
c11f0e79db feat: add console to global runtime 2021-11-29 10:52:04 +08:00
pengfei.zhou
f302592d11 feat:Aero add style property 2021-11-26 14:56:36 +08:00
pengfei.zhou
62a8357d77 feat: fix typo 2021-11-26 14:56:36 +08:00
pengfei.zhou
84d5ccd1c6 iOS: add BlurEffect 2021-11-26 14:56:36 +08:00
pengfei.zhou
d24e0ecff6 android: add BlurEffectView 2021-11-26 14:56:36 +08:00
pengfei.zhou
098d96e47c android: change back to DoricJSEngine by default 2021-11-09 17:01:45 +08:00
pengfei.zhou
c7252613a2 android: webview shell mode 2021-11-09 17:01:45 +08:00
pengfei.zhou
b7935e48c7 android: add web shell 2021-11-09 17:01:45 +08:00
pengfei.zhou
00178196bf Update compiled bundle 2021-11-08 10:29:40 +08:00
pengfei.zhou
7282146e14 feat:fix when android excute js on same thread,cause stucked 2021-11-08 10:29:40 +08:00
pengfei.zhou
5c74729fbc android: enable setTimeout and setInterval 2021-11-08 10:29:40 +08:00
pengfei.zhou
bb17b74b99 Android:use webview to execute js 2021-11-08 10:29:40 +08:00
pengfei.zhou
196497f3bd android:webview add some api 2021-11-08 10:29:40 +08:00
pengfei.zhou
780188e145 Add webview init 2021-11-08 10:29:40 +08:00
pengfei.zhou
d02773180d Refact dependencies of doric 2021-10-29 14:41:30 +08:00
pengfei.zhou
12234d3035 iOS: fix when clear list's data, do not call loadMore again 2021-10-29 11:14:33 +08:00
pengfei.zhou
986d32a8e0 iOS:add Bundle Resource 2021-10-25 17:16:01 +08:00
pengfei.zhou
235549eea4 Add Resource Loader for iOS 2021-10-25 17:16:01 +08:00
pengfei.zhou
6402522946 feat:Add Base64Resource 2021-10-25 17:16:01 +08:00
pengfei.zhou
5501dd38d9 Add resource system for doric,start with android 2021-10-25 17:16:01 +08:00
pengfei.zhou
6cae752456 Add find visible items for list and flowlayout 2021-10-12 17:44:02 +08:00
pengfei.zhou
f09f7859b9 Flowlayout's loadMoreView supports fullSpan,default is false 2021-10-12 17:44:02 +08:00
pengfei.zhou
738c072ee4 Remove header and footer support,this is unnecessary 2021-10-12 17:44:02 +08:00
pengfei.zhou
8fd2477c81 list add findVisibleItems api 2021-10-12 17:44:02 +08:00
pengfei.zhou
0e77c62e13 FlowLayoutItem add fullSpan attribute 2021-10-12 17:44:02 +08:00