Commit Graph

515 Commits

Author SHA1 Message Date
pengfei.zhou
75151d57d4 android: add setLifecycleOwner support 2022-05-25 18:22:59 +08:00
pengfei.zhou
bcb0f2d9e4 android: expose more API from ImageNode 2022-05-25 18:22:59 +08:00
pengfei.zhou
80e19dbfa8 android: export mSuperNode from ViewNode 2022-04-07 17:34:13 +08:00
pengfei.zhou
a19c327743 android:change DoricArrayBufferResource to public 2022-03-21 17:59:38 +08:00
吴尚昆
55ff312312 image scaleType add an enumeration ScaleToTile. 2022-03-18 20:02:52 +08:00
吴尚昆
31f45d161f Android: resize image support tile mode. 2022-03-18 20:02:52 +08:00
吴尚昆
3f017a9beb add resources to support image 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
774d3160a9 android: fix Fragment be created twice 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
吴尚昆
85a03bdd93 file can not is null. 2022-03-03 17:15:22 +08:00
吴尚昆
2bac5352e8 remove TextUtils.isEmpty(fileName) 2022-03-03 17:15:22 +08:00
吴尚昆
af9b47466c [UIFont familyNames] before CGFontCreateWithDataProvider() 2022-03-03 17:15:22 +08:00
吴尚昆
b75e42dac3 createFile function throws IOException. 2022-03-03 17:15:22 +08:00
吴尚昆
37a4332a19 remove textSize && using urlencode 2022-03-03 17:15:22 +08:00
吴尚昆
f7daebfd77 use the MD5 value of the font file as the unique identifier of the cache. 2022-03-03 17:15:22 +08:00
吴尚昆
fcc016d81c update fileName 2022-03-03 17:15:22 +08:00
吴尚昆
08cc6cd293 Android text font support from custom loader. 2022-03-03 17:15:22 +08:00
pengfei.zhou
92bbe90165 android: update proguard file for doric 2022-03-03 14:47:11 +08:00
pengfei.zhou
37197a8f45 android: optimize code 2022-02-17 12:51:25 +08:00
pengfei.zhou
2c399e6a64 Base64 resource support all kinds of base64 2022-02-17 12:46:56 +08:00
pengfei.zhou
d9c53f328b android: fix when reload clear retained java value 2022-02-17 11:30:10 +08:00
pengfei.zhou
894cc91dd6 Doric remove DoricAssetsResource for now 2022-01-26 15:38:49 +08:00
pengfei.zhou
1c4b1181d3 android: move RetainedJavaValue to engine package 2022-01-26 15:38:49 +08:00
pengfei.zhou
829063e0ff android: optimize code style 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
王劲鹏
c67803b717 retain java value 2022-01-26 15:38:49 +08:00
王劲鹏
7f39727cf4 add interface to provide jse 2022-01-26 15:38:49 +08:00
pengfei.zhou
f393891545 android: update jsc4a to 0.3.5 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
96266921ff feat: cache resource move from global to each context 2022-01-26 15:38:49 +08:00
pengfei.zhou
a36a4237b2 android: jsc4a update to 0.3.3 2022-01-26 15:38:49 +08:00
pengfei.zhou
695d35a83f android:update jsc4a to 0.3.2 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
3bedd8034c feat: add Resource Cache for loading the same 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
6bc9c7629a feat: context's source ignore what behinds semicolon 2022-01-10 10:38:46 +08:00
pengfei.zhou
41b74312cb android: fix cannot set Pivot before view is layouted 2021-12-28 16:36:17 +08:00
pengfei.zhou
39e1fc98e2 android: fix cancel cause modify map concurrently 2021-12-24 16:21:47 +08:00
pengfei.zhou
24e704e1b9 android: fix cancel cause modify map concurrently 2021-12-24 15:32:38 +08:00
pengfei.zhou
48afc3acb3 android: fix when animator cannot be released 2021-12-24 10:33:50 +08:00
pengfei.zhou
96e61e2268 android: add animationEnd callback for image 2021-12-17 18:01:43 +08:00
pengfei.zhou
e4b27af938 android: remove some code which require higher system permission 2021-12-13 11:20:21 +08:00
王劲鹏
7edaf08c18 fix onclick overlapped by onsingletap 2021-12-10 14:56:56 +08:00
pengfei.zhou
7f21d8293f android: decode base64 image synchronously 2021-12-08 17:19:51 +08:00
pengfei.zhou
b0ff68e660 refact: optimize code 2021-12-08 12:06:25 +08:00