Commit Graph

66 Commits

Author SHA1 Message Date
pengfei.zhou
f4fcb981b4 iOS: optimize hot reload operation which causes render error 2022-08-01 19:05:41 +08:00
pengfei.zhou
81137b8fb8 iOS: Ensure that rendering operations are serialized to prevent timing errors 2022-07-27 14:33:59 +08:00
pengfei.zhou
e55b64158c iOS: fix memory leak 2022-02-21 15:12:15 +08:00
王劲鹏
65105eabfc add exception handle 2022-01-26 15:38:49 +08:00
王劲鹏
141b02b142 add resource loader & image decoder plugin 2022-01-26 15:38:49 +08:00
pengfei.zhou
094a0936b9 iOS: fix animate won't work on popovered view 2021-12-03 17:45:51 +08:00
pengfei.zhou
31fb5186d3 iOS:use macro to control use of image and cache library 2021-09-07 16:13:49 +08:00
pengfei.zhou
04cfbf49d8 iOS typo fix 2021-08-24 11:59:11 +08:00
王劲鹏
e0d76d218d iOS: remove sync in dealloc & add some weak-strong-dance 2021-08-20 11:40:02 +08:00
pengfei.zhou
aee2ed6027 iOS: fix multi context,share same zone storage 2021-08-12 11:33:20 +08:00
pengfei.zhou
ee737c5c17 iOS: add default content type 2021-08-11 11:34:45 +08:00
王劲鹏
fc28d3b90d iOS: remove mutable copy (may caused alloc exception when oom)
use barrier async dispatch queue to avoid multi-threading error
2021-07-29 11:40:56 +08:00
王劲鹏
a1c67e2b48 iOS: status bar delegate 2021-07-27 11:53:04 +08:00
pengfei.zhou
a40413f991 iOS:Add PerformanceProfile 2021-07-08 15:40:06 +08:00
王劲鹏
84ca53c3b7 iOS: set property to strong for test 2021-06-30 10:05:43 +08:00
pengfei.zhou
4da1f3be9d feat: enhance plugin navigator,add popSelf and popToRoot 2021-06-08 11:56:11 +08:00
王劲鹏
10c60814d1 iOS: add oldBottomMargin, oldHeight & bottomMargin 2021-03-30 12:29:16 +08:00
王劲鹏
b25aad5bac iOS: implement keyboard plugin 2021-03-19 10:34:32 +08:00
pengfeizhou
438d7233ff iOS:Remove umbrella header 2021-02-01 21:47:11 +08:00
pengfeizhou
d0f4fdd98b iOS:fix compile error 2021-02-01 18:16:56 +08:00
pengfeizhou
fe4e90ec53 iOS:Native plugin use safe method to get from dictionary,avoid type error 2021-02-01 18:16:56 +08:00
pengfeizhou
5a12a770fd iOS:use safe method to prevent unexpected exception 2021-02-01 17:48:45 +08:00
pengfeizhou
36975d1377 iOS:Fix warnning method 2021-02-01 17:48:45 +08:00
pengfeizhou
c74ceefc42 iOS:Remove dependency of YYCache,add support for YYCache,TMCache,or PINCache 2021-02-01 17:48:45 +08:00
王劲鹏
13453f6a30 iOS: deal with context nil caused array init crash 2021-01-23 15:47:36 +08:00
王劲鹏
510cdf53cb iOS: notch superview change to first object 2021-01-18 16:38:37 +08:00
pengfeizhou
2100eff054 feat:avoid iOS dealloc JSValue in main thread,this may cause crash in JavaScriptCore 2021-01-06 11:57:41 +08:00
pengfei.zhou
cf2b5b3fac feat:Popover area do not over the root view's area 2020-09-04 15:38:13 +08:00
pengfei.zhou
a8cbdc0c1d iOS:openUrl do not check canOpenUrl 2020-09-03 14:57:30 +08:00
pengfei.zhou
ca6e0d5c39 iOS fix compile problem 2020-08-07 10:53:44 +08:00
pengfei.zhou
9b181830fc add perspective for rotattionX and rotationY 2020-06-03 14:54:52 +08:00
pengfei.zhou
7828b24cd5 fix iOS crash when call Destory 2020-05-06 17:52:06 +08:00
王劲鹏
0c6fa027b1 new DoricLayout bug fix 2020-04-30 18:52:28 +08:00
王劲鹏
2e9459f80f iOS: implements navbar set center 2020-04-30 18:52:28 +08:00
pengfei.zhou
b169f581d3 feat:protect when build set navbar's view 2020-04-30 18:11:59 +08:00
pengfei.zhou
391060f72e iOS:When set doriccontext's vc,toast will show on it 2020-04-26 11:22:23 +08:00
pengfei.zhou
496c4c1838 fix:when onDestroy call native plugin 2020-04-23 17:43:54 +08:00
wangwang
5c1714c15b Update DoricModalPlugin.m
iOS的Alert风格是,左边“取消”,右边“确定”
2020-04-22 13:05:34 +08:00
pengfei.zhou
2541a13d74 iOS:DoricContext add vc 2020-04-21 20:38:08 +08:00
pengfei.zhou
de9b96c490 iOS:add protection for SIGSEGV 2020-04-20 11:53:16 +08:00
pengfei.zhou
4376e37836 iOS:fix Collection <__NSDictionaryM: XX> was mutated while being enumerated 2020-04-20 09:37:31 +08:00
pengfei.zhou
34bb6cc391 iOS:fix coordinator cannot change view layout 2020-04-10 11:44:37 +08:00
pengfei.zhou
8b66c7d4be iOS:fix popover view 2020-04-08 20:33:20 +08:00
pengfei.zhou
277a49ed49 iOS:fix animate plugin 2020-04-08 20:33:20 +08:00
pengfei.zhou
b17ff48c59 iOS:refact requestLayout logic 2020-04-08 20:33:20 +08:00
pengfei.zhou
abbe0ba377 iOS refact DoricLayout 2020-04-08 20:33:20 +08:00
pengfei.zhou
ca6a3284f2 refact some code 2020-04-08 20:33:20 +08:00
pengfei.zhou
78d4f51314 navigator add openUrl 2020-04-01 18:00:04 +08:00
pengfei.zhou
438f729ec6 iOS:Change DoricGravity enum name 2020-03-27 10:08:54 +08:00
pengfei.zhou
61c74e1c25 iOS:fix crash for command view 2020-03-25 19:33:00 +08:00