Commit Graph

492 Commits

Author SHA1 Message Date
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
pengfei.zhou
4fb5848ca9 feat: change alias to dev in demo app 2021-12-08 12:06:25 +08:00
pengfei.zhou
68ba8875a5 feat: android and iOS support load assets file remotely on dev mode 2021-12-08 12:06:25 +08:00
pengfei.zhou
7b44801b17 feat: add DoricDevAssetsLoader in dev mode 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
c3093d9ff2 Android: fix listItem cannot be animated 2021-12-03 17:45:51 +08:00
pengfei.zhou
ec926cda0c android: DoricLayer setWillNotDraw set false to call draw,otherwise dispatchDraw will be called directly 2021-11-29 10:52:04 +08:00
pengfei.zhou
8ebccdc3fe feat:resume script change 2021-11-26 14:56:36 +08:00
pengfei.zhou
91f154cd9b feat: update EffectDemo and fix some code problems 2021-11-26 14:56:36 +08:00
pengfei.zhou
7c9e13158d iOS: Use Animator to control blur effect 2021-11-26 14:56:36 +08:00
pengfei.zhou
f302592d11 feat:Aero add style property 2021-11-26 14:56:36 +08:00
pengfei.zhou
cc014a6061 android: implement Aero effect 2021-11-26 14:56:36 +08:00
pengfei.zhou
bf5a8c0e9a android: remove transformations library 2021-11-26 14:56:36 +08:00
pengfei.zhou
a528165207 android: add AeroEffect 2021-11-26 14:56:36 +08:00
pengfei.zhou
62a8357d77 feat: fix typo 2021-11-26 14:56:36 +08:00
pengfei.zhou
87b73461e6 android: resume script 2021-11-26 14:56:36 +08:00
pengfei.zhou
3f49ca125e android:update targetAPI and compileAPI to 31 2021-11-26 14:56:36 +08:00
pengfei.zhou
265b662ca8 android: fix when Stack restore canvas cause draw position error 2021-11-26 14:56:36 +08:00
pengfei.zhou
9704f95592 android: add effectiveRect for BlurEffect 2021-11-26 14:56:36 +08:00
pengfei.zhou
7792bcafc0 android: remove leakcanary 2021-11-26 14:56:36 +08:00
pengfei.zhou
d24e0ecff6 android: add BlurEffectView 2021-11-26 14:56:36 +08:00
王劲鹏
040823a8af Android: fix load anchor not reset in flow layout 2021-11-22 11:40:25 +08:00
王劲鹏
c3e05a39c0 Android: fix load anchor not reset 2021-11-22 11:29:46 +08:00
pengfei.zhou
af77a0e98e android: fix list item cannot response click action 2021-11-11 14:29:28 +08:00