王劲鹏
|
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 |
|
pengfei.zhou
|
875f3a5066
|
iOS: when not set onclick on view, should passthrough touch event
|
2022-12-07 10:29:02 +08:00 |
|
pengfei.zhou
|
1c306bd3f6
|
feat: iOS add ssr demo
|
2022-11-08 17:35:10 +08:00 |
|
pengfei.zhou
|
d8615b2f9a
|
iOS: compat API with iOS 16
|
2022-09-26 12:03:08 +08:00 |
|
王劲鹏
|
b496be1e6e
|
bugfix: fix intrinsic size caused side effect
|
2022-09-13 18:00:05 +08:00 |
|
pengfei.zhou
|
0df882f28c
|
iOS: Fix layout in flowlayout or list
|
2022-09-08 18:37:44 +08:00 |
|
pengfei.zhou
|
1dc167a43c
|
iOS: fix compile error
|
2022-09-05 19:02:47 +08:00 |
|
pengfei.zhou
|
b819d7df37
|
Revert "iOS : fix compile error"
This reverts commit 1d6738b8c9 .
|
2022-09-05 19:02:47 +08:00 |
|
pengfei.zhou
|
1d6738b8c9
|
iOS : fix compile error
|
2022-09-05 18:04:37 +08:00 |
|
pengfei.zhou
|
51d1c5c91b
|
iOS: fix flexlayout when sometimes width is not correct
|
2022-09-05 17:25:39 +08:00 |
|
pengfei.zhou
|
8e22108cc9
|
iOS: Add DoricFlexLayout to DoricLayouts
|
2022-09-05 17:25:39 +08:00 |
|
王劲鹏
|
8dd39398b9
|
iOS: update list beforeDragging & add itemCanDrag
|
2022-09-01 10:30:14 +08:00 |
|
王劲鹏
|
ef4eb4d517
|
iOS: update horizontal list beforeDragging & add itemCanDrag
|
2022-09-01 10:30:14 +08:00 |
|
王劲鹏
|
a452cde882
|
iOS: update flowlayout beforeDragging & add itemCanDrag
|
2022-09-01 10:30:14 +08:00 |
|
王劲鹏
|
3a28941c04
|
iOS: implement flowlayout drag
|
2022-09-01 10:30:14 +08:00 |
|
pengfei.zhou
|
55efff976a
|
iOS: Scroller support fit width or height
|
2022-08-25 14:23:14 +08:00 |
|
pengfei.zhou
|
0c868f095d
|
iOS: HorizontalList support fit width or height
|
2022-08-25 14:23:14 +08:00 |
|
pengfei.zhou
|
921829ba53
|
iOS: List support fit width or height
|
2022-08-25 14:23:14 +08:00 |
|
王劲鹏
|
02259823da
|
iOS: implement horizontal list
|
2022-08-25 10:22:23 +08:00 |
|
pengfei.zhou
|
6a4c69340e
|
iOS: DoricLayout UIImageView support fit width or height when another dimension is certained
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
16cc6446e9
|
iOS: DoricLayout add other logic such as maxWidth and maxHeight and so on
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
8fbbaa7f56
|
iOS: DoricLayout fix code error
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
7749ea2ea2
|
iOS: DoricLayout fix missing property
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
c8365973f0
|
iOS: DoricLayout add measureState
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
2ba4323c7c
|
iOS: refact whole DoricLayout's measure process
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
f849d4bb34
|
iOS: align DoricLayout fix when super is fit but all sub are most
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
95a16435f3
|
iOS: align DoricLayout to LinearLayout logic
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
060e821687
|
iOS: refact layout fix when need fit on one dimension size change cannot cause another dimension size change
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
8d5350898a
|
iOS: refact layout use measure state to control when it self is most,but supernode is fit
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
3da39cff48
|
iOS: refact layout logic
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
f23159e6bb
|
iOS: optimize use helper functions
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
c02a54d417
|
iOS: do not need layout when in measuring
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
99e0af494e
|
iOS: when fit content, should not over parent zone
|
2022-08-24 20:13:16 +08:00 |
|
pengfei.zhou
|
cce4148240
|
feat:slider and flowlayout add reload api
|
2022-08-16 18:00:23 +08:00 |
|
pengfei.zhou
|
3de2162ef6
|
js: list add reload api
|
2022-08-16 18:00:23 +08:00 |
|
pengfei.zhou
|
fe060bdb7f
|
iOS: fix posibblely mutated crash when onException
|
2022-08-05 13:57:10 +08:00 |
|
pengfei.zhou
|
1aaa3aa3f0
|
iOS: Fix some layout cases
|
2022-08-05 11:24:46 +08:00 |
|
pengfei.zhou
|
7f6710a7b5
|
iOS: protect setFrame incase crash
|
2022-08-02 11:03:13 +08:00 |
|
pengfei.zhou
|
6e3307d400
|
feat:fix gesture touch event's conflict in scroller
|
2022-08-01 19:05:41 +08:00 |
|
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
|
7bfa542479
|
iOS: fix when doAnimation cause flush
|
2022-07-21 17:02:38 +08:00 |
|
吴尚昆
|
e7332f1db1
|
fix: image's contentMode bug when displayed again after an image loading error.
|
2022-07-19 16:46:23 +08:00 |
|
吴尚昆
|
371f18c6f5
|
fix: DoricSwipeRefreshLayout.h import <UIKit/UIKit.h>
|
2022-07-19 16:46:23 +08:00 |
|
pengfei.zhou
|
037f5afbe0
|
iOS: fix when flexlayout's width is most,it cannot wrap child view properly
|
2022-07-18 18:27:03 +08:00 |
|
pengfei.zhou
|
fda2a9a02c
|
iOS: fix when debugging cause crash
|
2022-07-15 19:25:30 +08:00 |
|
pengfei.zhou
|
c367b93121
|
feat:slider add reset action
|
2022-07-15 19:21:59 +08:00 |
|
pengfei.zhou
|
e1bb564d14
|
iOS: slider add property slideStyle
|
2022-07-15 19:21:59 +08:00 |
|
pengfei.zhou
|
e6bdc3d819
|
iOS: fix add version judgment for JSTypedArray API
|
2022-07-15 19:21:59 +08:00 |
|
pengfei.zhou
|
7a126531af
|
feat: Native add legacy mode
|
2022-07-15 19:21:59 +08:00 |
|
pengfei.zhou
|
64a370c701
|
iOS: add protection when scrollToPosition
|
2022-07-15 19:21:59 +08:00 |
|
pengfei.zhou
|
a79424c1a5
|
iOS: fix code style
|
2022-07-15 19:21:59 +08:00 |
|
pengfei.zhou
|
99cee47134
|
iOS: do not use itemCount in list,use rowCount instead
|
2022-07-15 19:21:59 +08:00 |
|
pengfei.zhou
|
6512841f82
|
iOS: fix ListNode's internal inconsistency
|
2022-07-15 19:21:59 +08:00 |
|
pengfei.zhou
|
271a70bc4b
|
Allow simulator input ip address
|
2022-07-15 19:21:59 +08:00 |
|
pengfei.zhou
|
b4391cb0d6
|
iOS: avoid view's call from non ui thread
|
2022-07-13 18:44:27 +08:00 |
|
pengfei.zhou
|
9cb4764bfd
|
iOS: fix in some case application delegate's window is nil
|
2022-07-13 17:16:42 +08:00 |
|
pengfei.zhou
|
1a3789fc4c
|
iOS: set reuse flag when in embedded mode
|
2022-07-13 16:49:48 +08:00 |
|
pengfei.zhou
|
c050a18546
|
Add embedded example for iOS
|
2022-07-13 16:39:08 +08:00 |
|
Unknown
|
1f567cb928
|
iOS: add doric panel list
|
2022-07-12 16:34:00 +08:00 |
|
吴尚昆
|
6eb014eab3
|
fix: textView's placeholder position error bug .
|
2022-07-08 15:27:19 +08:00 |
|
吴尚昆
|
d412d456bb
|
fix: Input limited the number of words when entering Chinese bug.
|
2022-07-07 12:27:21 +08:00 |
|
王劲鹏
|
86e5e2422f
|
iOS: implement beforeDragging callback
|
2022-07-01 14:47:01 +08:00 |
|
pengfei.zhou
|
8e021133bb
|
iOS: fix loadMore's change may cause UITableView internal inconsistency,add reloadData action
|
2022-06-23 17:12:36 +08:00 |
|
王劲鹏
|
f6254304e0
|
bugfix: cancel image request when reset
|
2022-06-20 18:54:51 +08:00 |
|
王劲鹏
|
4cfb7b4076
|
bugfix: slider need scroll logic
|
2022-06-20 18:54:51 +08:00 |
|
王劲鹏
|
81cff61620
|
iOS: implements list drag feature
|
2022-06-17 18:44:57 +08:00 |
|
pengfei.zhou
|
34b759bb82
|
feat: expose plugin and viewNode outsize registry
|
2022-06-02 20:02:01 +08:00 |
|
pengfei.zhou
|
e62bfa315e
|
fix: the timing of iOS's onShow call
|
2022-06-02 20:02:01 +08:00 |
|
pengfei.zhou
|
531e2d9298
|
fix: image inside list flushes when loading more or in other situations
|
2022-06-02 15:41:49 +08:00 |
|
jingpeng
|
7bc4fee039
|
lint: fix extra semicolon
|
2022-05-01 10:09:49 +08:00 |
|
pengfei.zhou
|
a87fb84260
|
iOS: fix when input set maxLength, delete text in middel, the selection move to end
|
2022-03-24 18:15:55 +08:00 |
|
pengfei.zhou
|
421df45638
|
iOS: fix DoricDev.h miss import Doric.h
|
2022-03-23 11:39:58 +08:00 |
|
吴尚昆
|
ed9475b72a
|
rename enum name ScaleType.Tile.
|
2022-03-18 20:02:52 +08:00 |
|
吴尚昆
|
55ff312312
|
image scaleType add an enumeration ScaleToTile.
|
2022-03-18 20:02:52 +08:00 |
|
吴尚昆
|
22f290f6a9
|
image tileInset property support boolean value.
|
2022-03-18 20:02:52 +08:00 |
|
吴尚昆
|
3d4326ba7b
|
iOS: fix image's stretch mode error when async load image data.
|
2022-03-18 20:02:52 +08:00 |
|
吴尚昆
|
77617df848
|
iOS: resize image support tile mode.
|
2022-03-18 20:02:52 +08:00 |
|
pengfei.zhou
|
66692316de
|
iOS: fix import error
|
2022-03-09 18:14:06 +08:00 |
|
pengfei.zhou
|
e8e344ed21
|
feat: add ArrayBufferResource
|
2022-03-09 18:14:06 +08:00 |
|
pengfei.zhou
|
fa6604f25e
|
iOS: add annotation
|
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 |
|
pengfei.zhou
|
aa837b807a
|
iOS: use category method to translate JSValue to object
|
2022-03-09 18:14:06 +08:00 |
|
吴尚昆
|
af9b47466c
|
[UIFont familyNames] before CGFontCreateWithDataProvider()
|
2022-03-03 17:15:22 +08:00 |
|
吴尚昆
|
37a4332a19
|
remove textSize && using urlencode
|
2022-03-03 17:15:22 +08:00 |
|
吴尚昆
|
93e949ef41
|
iOS text font support from custom loader.
|
2022-03-03 17:15:22 +08:00 |
|
pengfei.zhou
|
e55b64158c
|
iOS: fix memory leak
|
2022-02-21 15:12:15 +08:00 |
|
pengfei.zhou
|
2c399e6a64
|
Base64 resource support all kinds of base64
|
2022-02-17 12:46:56 +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 |
|
王劲鹏
|
e3f45676d6
|
add interface to provide jse
|
2022-01-26 15:38:49 +08:00 |
|
pengfei.zhou
|
e63a513245
|
iOS: fix compile error
|
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
|
b29f2d6a4e
|
iOS: implement Image Pixel
|
2022-01-26 15:38:49 +08:00 |
|
pengfei.zhou
|
62cb618923
|
iOS: add error code
|
2022-01-26 15:38:49 +08:00 |
|
pengfei.zhou
|
6ecfc307bf
|
feat:iOS DoricResult add fetch cache
|
2022-01-26 15:38:49 +08:00 |
|