Commit Graph

631 Commits

Author SHA1 Message Date
王劲鹏
ff92ac5b16 iOS: when cell height not zero don't remove 2023-08-11 20:36:52 +08:00
pengfei.zhou
2e7fe08764 iOS: support devkit change port 2023-08-11 17:41:50 +08:00
pengfei.zhou
e8f22b16d3 iOS: List should clear height infos if refresh 2023-08-11 11:50:09 +08:00
王劲鹏
3dd44cf9f7 iOS: impl scroll to item with top offset api 2023-08-03 19:12:51 +08:00
pengfei.zhou
7ed8947671 iOS: fix crash when flowlayout in wrong state 2023-07-31 15:41:14 +08:00
pengfei.zhou
f1e3ef5e6b iOS: rename category name, avoid duplicated class name 2023-07-21 10:34:59 +08:00
王劲鹏
761a6f67a4 iOS: fix non ui thread access view content offset 2023-07-20 18:18:16 +08:00
pengfei.zhou
01b30f48bb iOS: support swift plugin and library 2023-07-14 17:26:24 +08:00
pengfei.zhou
e981944352 iOS: add DoricPanelView to replace DoricPanel which is extended from UIViewController 2023-06-27 16:08:16 +08:00
王劲鹏
8e4bcd0519 iOS: fix wrong assignment reuse logic 2023-06-17 09:50:31 +08:00
王劲鹏
7b979cb2b9 iOS: fix slider cannot scroll in simulator 2023-06-14 20:15:47 +08:00
pengfei.zhou
0a9ababc2d iOS: fix slider's item cannot call onClick after reloaded 2023-06-14 19:59:06 +08:00
王劲鹏
1b105d70e4 iOS: add enable gallery 2023-06-13 20:57:16 +08:00
王劲鹏
3393a474f9 iOS: implement slider style gallery 2023-06-13 20:57:16 +08:00
pengfei.zhou
d92ce26248 iOS: add thread-safe handling for JSDispatcher 2023-05-09 15:00:28 +08:00
pengfei.zhou
542f73e0fd iOS: update project setting 2023-05-09 15:00:28 +08:00
王劲鹏
03b3bb6604 iOS: set min space to zero 2023-04-26 18:02:45 +08:00
pengfei.zhou
91d5d016f9 iOS: implement NestedSlider slidePosition 2023-04-04 20:46:07 +08:00
pengfei.zhou
18d5050c7a iOS: Slider support fit size and slidePosition 2023-04-04 20:46:07 +08:00
pengfei.zhou
f1177e27b4 iOS: rename YGLayout header file 2023-04-04 12:12:23 +08:00
pengfei.zhou
0a2c7eb543 iOS: move source 2023-04-04 12:12:23 +08:00
pengfei.zhou
9f5eea4764 iOS:fix yoga source code typo 2023-04-04 11:14:28 +08:00
pengfei.zhou
ef070e0e6f iOS: do not dependent yoga, include its source directly 2023-04-04 11:14:28 +08:00
pengfei.zhou
1add0f564c iOS: fix List Crash when insert more rows 2023-04-03 14:21:54 +08:00
王劲鹏
e345aa8879 iOS: fix crash when on concurrent op 2023-03-30 10:46:04 +08:00
pengfei.zhou
9c19a76cf8 iOS: fix when load image async cause crash 2023-03-29 11:55:23 +08:00
王劲鹏
5367d214b8 iOS: fix crash when access flexConfig 2023-03-23 19:54:08 +08:00
pengfei.zhou
834764f81a iOS: format code 2023-03-23 16:30:00 +08:00
pengfei.zhou
a08221a501 iOS: use NSInteger insteadof NSUInteger 2023-03-23 16:30:00 +08:00
Ten12
42b42a6d05 iOS: Optimize iOS tableview batch update 2023-03-23 16:24:17 +08:00
王劲鹏
f2cd693fa9 iOS: impl iosUsingObject option 2023-03-22 17:18:09 +08:00
pengfei.zhou
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. 2023-03-15 19:18:50 +08:00
pengfei.zhou
978e33e8c5 iOS: fix js exception cause native block 2023-03-15 17:25:11 +08:00
pengfei.zhou
19fc1fdebe iOS: fix when reset viewnode cannot reset gradient color 2023-03-15 12:17:45 +08:00
王劲鹏
2817be24ec iOS: add js dispatcher for refresh widget 2023-03-15 11:20:30 +08:00
pengfei.zhou
52e5977d20 feat: add observeScrollingInterval in coordinator plugin 2023-03-14 12:21:54 +08:00
pengfei.zhou
7db5d68db5 feat: add scrollsToTop for scrollable views only for iOS 2023-03-14 12:21:54 +08:00
pengfei.zhou
0774df96e1 feat: add preloadItemCount for List, incase we need preload more items before scroll to end 2023-03-09 11:36:33 +08:00
pengfei.zhou
4103704162 iOS: fix when RootNode shrink its size, it cannot be layout properly 2023-03-07 16:37:00 +08:00
王劲鹏
f67f0ce75a iOS: reorder registry alloc to avoid setEnvironmentVariable abnormal 2023-03-07 16:35:36 +08:00
王劲鹏
15364618e1 iOS: enhancement for status bar height retrieval 2023-03-07 16:35:36 +08:00
pengfei.zhou
37e93273b8 Add API for synchronous rendering to Panel 2023-02-15 20:14:09 +08:00
pengfei.zhou
fc4628dde9 Fix when print log string which contains special control characters in doric,cause native crash 2023-02-09 14:15:51 +08:00
pengfei.zhou
54ecddf994 iOS: fix popover view cannot change its layout after show 2023-02-07 14:18:36 +08:00
Jiang Teng
c7d7e4052d iOS: Optimize the call of [tableview scrollToRowAtIndexPath] method 2023-01-18 11:43:05 +08:00
王劲鹏
345e839d32 iOS: font style for input 2023-01-17 11:24:23 +08:00
王劲鹏
956cf7583e iOS: fix font style cannot change from system bold to system normal 2023-01-13 11:52:09 +08:00
osborn
4eeebf6118
Feature/fix npe exception (#566)
* android: add exception catch for list flowlayout scroller  type

* iOS: add exception catch for list flowlayout scroller  type
2023-01-03 16:42:52 +08:00
osborn
be4fb05f91
Feature/zpf (#564)
* iOS: fix memory leak of blur effect

* js: fix callback cause memory leak
2022-12-20 15:06:46 +08:00
osborn
9be6bb2051
iOS: fix in list when not combine view model cause UI have no update (#559) 2022-12-09 16:33:00 +08:00