Commit Graph

  • 42b42a6d05 iOS: Optimize iOS tableview batch update Ten12 2023-03-23 16:22:31 +08:00
  • f2cd693fa9 iOS: impl iosUsingObject option 王劲鹏 2023-03-22 17:17:20 +08:00
  • dc016b9507 js: declare iosUsingObject option 王劲鹏 2023-03-22 17:17:12 +08:00
  • b1c4ccd944 iOS: fix when list is in Refreshable, it may not be able to respond to the sliding gesture in time when the list is swiped quickly. pengfei.zhou 2023-03-15 19:16:12 +08:00
  • 978e33e8c5 iOS: fix js exception cause native block pengfei.zhou 2023-03-15 17:23:11 +08:00
  • 19fc1fdebe iOS: fix when reset viewnode cannot reset gradient color pengfei.zhou 2023-03-15 12:16:53 +08:00
  • 2817be24ec iOS: add js dispatcher for refresh widget 王劲鹏 2023-03-15 11:08:28 +08:00
  • aa844407b4 Android: add js dispatcher for refresh widget 王劲鹏 2023-03-15 10:49:09 +08:00
  • 52e5977d20 feat: add observeScrollingInterval in coordinator plugin pengfei.zhou 2023-03-13 22:09:57 +08:00
  • 7db5d68db5 feat: add scrollsToTop for scrollable views only for iOS pengfei.zhou 2023-03-13 19:17:56 +08:00
  • 0774df96e1 feat: add preloadItemCount for List, incase we need preload more items before scroll to end pengfei.zhou 2023-03-09 10:55:32 +08:00
  • 4103704162 iOS: fix when RootNode shrink its size, it cannot be layout properly pengfei.zhou 2023-03-07 16:33:29 +08:00
  • f67f0ce75a iOS: reorder registry alloc to avoid setEnvironmentVariable abnormal 王劲鹏 2023-03-01 16:28:47 +08:00
  • 15364618e1 iOS: enhancement for status bar height retrieval 王劲鹏 2023-03-01 15:05:01 +08:00
  • 63f8b87a1b restore exports 王劲鹏 2023-03-01 15:02:08 +08:00
  • 37e93273b8 Add API for synchronous rendering to Panel pengfei.zhou 2023-02-15 16:31:28 +08:00
  • fc4628dde9 Fix when print log string which contains special control characters in doric,cause native crash pengfei.zhou 2023-02-09 14:06:47 +08:00
  • 54ecddf994 iOS: fix popover view cannot change its layout after show pengfei.zhou 2023-02-07 14:11:42 +08:00
  • c7d7e4052d iOS: Optimize the call of [tableview scrollToRowAtIndexPath] method Jiang Teng 2023-01-16 19:08:31 +08:00
  • 7ae96b2cea web: update dist 王劲鹏 2023-01-17 11:18:32 +08:00
  • 345e839d32 iOS: font style for input 王劲鹏 2023-01-17 11:18:15 +08:00
  • f7d9655213 Android: font style for input 王劲鹏 2023-01-12 11:09:37 +08:00
  • 81c519dcdf js: font style for input 王劲鹏 2023-01-12 11:09:22 +08:00
  • 956cf7583e iOS: fix font style cannot change from system bold to system normal 王劲鹏 2023-01-13 11:50:44 +08:00
  • a0d4e564c1 murphysec 王劲鹏 2023-01-05 14:20:26 +08:00
  • 4eeebf6118
    Feature/fix npe exception (#566) osborn 2023-01-03 16:42:52 +08:00
  • 37d2df9eea js: fix type error pengfei.zhou 2022-12-29 09:02:55 +08:00
  • be4fb05f91
    Feature/zpf (#564) osborn 2022-12-20 15:06:46 +08:00
  • c60754c53d js: fix when first input, onTextChange or onSubmitEditing pass editing undefined pengfei.zhou 2022-12-15 19:04:02 +08:00
  • 2cfab62e11
    js: fix when first input, beforeTextChange pass editing undefined (#562) osborn 2022-12-13 17:32:20 +08:00
  • 0668e0fe86
    android: fix when load image from remote server cause non ui thread touch view (#561) osborn 2022-12-10 14:25:36 +08:00
  • 9be6bb2051
    iOS: fix in list when not combine view model cause UI have no update (#559) osborn 2022-12-09 16:33:00 +08:00
  • 44d971b870 Android: fix props mixin in blend sub node 王劲鹏 2022-12-09 16:31:25 +08:00
  • 875f3a5066 iOS: when not set onclick on view, should passthrough touch event pengfei.zhou 2022-12-07 10:17:31 +08:00
  • f175a94b28 fix signature 王劲鹏 2022-11-10 11:44:05 +08:00
  • 7899896b80 android: create empty doric context instead of static one pengfei.zhou 2022-11-08 17:31:42 +08:00
  • 1c306bd3f6 feat: iOS add ssr demo pengfei.zhou 2022-11-07 13:57:41 +08:00
  • d416e9dc81 feat:android add ssr demo pengfei.zhou 2022-11-07 13:25:57 +08:00
  • c3b9638434 Add SSR mode and test on Android pengfei.zhou 2022-11-02 14:29:07 +08:00
  • 5782a0d161 fix text node shadow & gradient conflict 王劲鹏 2022-11-03 15:00:29 +08:00
  • 0a305b3104 fix security issue 王劲鹏 2022-10-17 17:13:43 +08:00
  • d8615b2f9a iOS: compat API with iOS 16 pengfei.zhou 2022-09-26 12:02:30 +08:00
  • d9c376f772 js: Add _ref property in view,store ref, for combine action in mobx pengfei.zhou 2022-09-17 03:51:08 +08:00
  • b496be1e6e bugfix: fix intrinsic size caused side effect 王劲鹏 2022-09-13 17:19:51 +08:00
  • 0df882f28c iOS: Fix layout in flowlayout or list pengfei.zhou 2022-09-08 18:34:27 +08:00
  • 1dc167a43c iOS: fix compile error pengfei.zhou 2022-09-05 19:00:27 +08:00
  • b819d7df37 Revert "iOS : fix compile error" pengfei.zhou 2022-09-05 18:28:20 +08:00
  • 1d6738b8c9 iOS : fix compile error pengfei.zhou 2022-09-05 18:02:46 +08:00
  • 51d1c5c91b iOS: fix flexlayout when sometimes width is not correct pengfei.zhou 2022-09-05 17:25:23 +08:00
  • 8e22108cc9 iOS: Add DoricFlexLayout to DoricLayouts pengfei.zhou 2022-09-05 15:52:47 +08:00
  • 390ef52632 fix js compile error pengfei.zhou 2022-09-04 13:33:00 +08:00
  • 8dd39398b9 iOS: update list beforeDragging & add itemCanDrag 王劲鹏 2022-09-01 10:27:50 +08:00
  • ef4eb4d517 iOS: update horizontal list beforeDragging & add itemCanDrag 王劲鹏 2022-09-01 10:19:18 +08:00
  • a452cde882 iOS: update flowlayout beforeDragging & add itemCanDrag 王劲鹏 2022-08-31 20:52:36 +08:00
  • 7632fa9a9d Android: update horizontal list beforeDragging & add itemCanDrag 王劲鹏 2022-08-26 14:57:36 +08:00
  • c9eb2fd8bb Android: update list beforeDragging & add itemCanDrag 王劲鹏 2022-08-26 14:48:00 +08:00
  • 6236429e25 Android: update flowlayout beforeDragging & add itemCanDrag 王劲鹏 2022-08-26 14:38:20 +08:00
  • fd9a9e1eed web: update dist 王劲鹏 2022-08-26 14:33:22 +08:00
  • 11c6c72792 update flow layout drag demo 王劲鹏 2022-08-26 14:32:57 +08:00
  • 13c151a9e4 js: update beforeDragging & add itemCanDrag 王劲鹏 2022-08-26 14:16:12 +08:00
  • 3a28941c04 iOS: implement flowlayout drag 王劲鹏 2022-08-25 14:47:11 +08:00
  • 9ccce783cf Android: implement flowlayout drag 王劲鹏 2022-08-25 14:43:51 +08:00
  • 01ccf91a59 add flowlayout drag demo 王劲鹏 2022-08-25 14:36:18 +08:00
  • 8f986a4a7e web: update dist 王劲鹏 2022-08-25 14:34:01 +08:00
  • be6a0cd64c js: add flowlayout drag declaration 王劲鹏 2022-08-25 10:52:01 +08:00
  • 55efff976a iOS: Scroller support fit width or height pengfei.zhou 2022-08-25 14:19:08 +08:00
  • 0c868f095d iOS: HorizontalList support fit width or height pengfei.zhou 2022-08-25 13:24:16 +08:00
  • 921829ba53 iOS: List support fit width or height pengfei.zhou 2022-08-25 11:36:44 +08:00
  • 3937a3f4d3 js: padding currently only support group or text,input pengfei.zhou 2022-08-25 10:42:56 +08:00
  • 02259823da iOS: implement horizontal list 王劲鹏 2022-08-24 18:07:22 +08:00
  • 87501e0eb3 update scroller in list demo 王劲鹏 2022-08-23 17:13:41 +08:00
  • 0926c923c9 web: update dist 王劲鹏 2022-08-23 15:41:45 +08:00
  • c1edc1376b demo: update horizontal list demo 王劲鹏 2022-08-23 15:41:25 +08:00
  • e69465e203 Android: implement horizontal list 王劲鹏 2022-08-23 11:56:25 +08:00
  • 9af7f389bc js: add horizontal list declaration 王劲鹏 2022-08-23 11:20:36 +08:00
  • 6a4c69340e iOS: DoricLayout UIImageView support fit width or height when another dimension is certained pengfei.zhou 2022-08-24 20:11:20 +08:00
  • 16cc6446e9 iOS: DoricLayout add other logic such as maxWidth and maxHeight and so on pengfei.zhou 2022-08-24 19:42:05 +08:00
  • 8fbbaa7f56 iOS: DoricLayout fix code error pengfei.zhou 2022-08-24 19:09:49 +08:00
  • 7749ea2ea2 iOS: DoricLayout fix missing property pengfei.zhou 2022-08-24 16:18:25 +08:00
  • c8365973f0 iOS: DoricLayout add measureState pengfei.zhou 2022-08-24 16:09:31 +08:00
  • 2ba4323c7c iOS: refact whole DoricLayout's measure process pengfei.zhou 2022-08-24 14:19:10 +08:00
  • f849d4bb34 iOS: align DoricLayout fix when super is fit but all sub are most pengfei.zhou 2022-08-23 18:15:38 +08:00
  • 95a16435f3 iOS: align DoricLayout to LinearLayout logic pengfei.zhou 2022-08-23 17:50:46 +08:00
  • 060e821687 iOS: refact layout fix when need fit on one dimension size change cannot cause another dimension size change pengfei.zhou 2022-08-19 14:52:43 +08:00
  • 8d5350898a iOS: refact layout use measure state to control when it self is most,but supernode is fit pengfei.zhou 2022-08-19 12:04:22 +08:00
  • 3da39cff48 iOS: refact layout logic pengfei.zhou 2022-08-18 19:57:22 +08:00
  • f23159e6bb iOS: optimize use helper functions pengfei.zhou 2022-08-17 17:54:10 +08:00
  • c02a54d417 iOS: do not need layout when in measuring pengfei.zhou 2022-08-17 17:24:50 +08:00
  • 99e0af494e iOS: when fit content, should not over parent zone pengfei.zhou 2022-08-17 17:10:25 +08:00
  • 56fbc993db scroller in list demo 王劲鹏 2022-08-22 15:54:14 +08:00
  • 2f32bfdbf2 section list demo 王劲鹏 2022-08-16 17:50:54 +08:00
  • cce4148240 feat:slider and flowlayout add reload api pengfei.zhou 2022-08-16 17:57:51 +08:00
  • 3de2162ef6 js: list add reload api pengfei.zhou 2022-08-16 17:44:03 +08:00
  • 7dda15efbd android: text's default color is gray pengfei.zhou 2022-08-16 17:43:03 +08:00
  • 1a5067969d update readme 王劲鹏 2022-08-12 10:22:42 +08:00
  • 28ddb06754 Node version must be 12 pengfei.zhou 2022-08-11 14:03:56 +08:00
  • 74f1c61261 js: remove other module to avoid import error pengfei.zhou 2022-08-11 13:36:18 +08:00
  • 6696278c5b Update JS map file pengfei.zhou 2022-08-10 10:32:03 +08:00
  • b4a704a613 android: fix when flowlayout'item height is just,cannot show rowSpace properly pengfei.zhou 2022-08-10 10:28:08 +08:00
  • 46d34e3288 web: add network plugin 王劲鹏 2022-08-05 15:20:35 +08:00