Commit Graph

1320 Commits

Author SHA1 Message Date
侯歌
7b53c3aa4e add webp animation decode module 2024-04-03 17:28:01 +08:00
侯歌
6578cef083 modify some modules' findpackage 2024-04-02 18:26:09 +08:00
侯歌
f4680f9101 modify graph_gfx,make logo faster 2024-04-02 17:55:46 +08:00
侯歌
494ed8c4ef modify graph_gfx,make logo faster 2024-04-02 17:42:01 +08:00
侯歌
c565eb1ab4 modify uieventsorce 2024-04-01 20:41:11 +08:00
侯歌
f39b286fa5 modif sigma/mediaplayer 2024-04-01 17:30:20 +08:00
侯歌
f87c8a7891 fix viewpropertyanimator.setValue,mView->mTransformationInfo maybe is nullptr and will caused crash 2024-04-01 09:53:30 +08:00
侯歌
b984ffbdc8
update README.md.
Signed-off-by: 侯歌 <hou731080@163.com>
2024-03-30 06:55:22 +00:00
侯歌
446125603e
update README.cn.md.
Signed-off-by: 侯歌 <hou731080@163.com>
2024-03-30 06:54:55 +00:00
侯歌
e59e9cc913 imagedecoder add fstream support 2024-03-29 17:24:41 +08:00
侯歌
2e0e22c6d3 remove imageview's tint destroy operations,tinglist cant be destroied 2024-03-29 15:28:40 +08:00
侯歌
d9ba63099a update readme 2024-03-27 17:22:16 +08:00
侯歌
3a9ce04561 update readme 2024-03-27 17:20:30 +08:00
侯歌
79aad83edc update readme 2024-03-27 17:17:37 +08:00
侯歌
13082d3c25 assets.loadImage add file extention name guess support 2024-03-27 11:20:57 +08:00
侯歌
41294a216f fix interpolator's memleak in numberpicker 2024-03-26 11:29:06 +08:00
侯歌
8ba8d788fa fix som tint's memory issues 2024-03-26 10:51:21 +08:00
侯歌
4dcd5f8970 skip tests compile while gtest is not found 2024-03-25 17:01:47 +08:00
侯歌
7cb49aed08 fix color reference 2024-03-22 19:42:03 +08:00
侯歌
166143c818 remove all InvalidateInfo while window is closed(maybe caused memleak) 2024-03-22 11:43:22 +08:00
侯歌
17776634e4 fix InvalidateOnAnimation's memleak 2024-03-22 08:12:09 +08:00
侯歌
3a2e2869a6 fix 2 memleak of recyclerview 2024-03-21 22:15:39 +08:00
侯歌
5655c28599 fix fps 2024-03-21 15:14:44 +08:00
侯歌
f0d0d58c35 change some FindXXX.cmake 2024-03-20 12:02:09 +08:00
侯歌
8a7f12d46a plotview add tickmark ticklabels properties support 2024-03-19 17:32:17 +08:00
侯歌
eba7b7a05c fix plotview's tickmark labels 2024-03-19 16:25:23 +08:00
侯歌
213d753a9c fix numberpicker's init 2024-03-19 15:20:28 +08:00
侯歌
5cd9543b1e modify pool's impls,revert xlib impls and make xlib faster 2024-03-19 11:25:26 +08:00
houzh
cca470c9bd fix an crash 2024-03-16 11:13:24 +08:00
houzh
96d3ea3160 fix text layout for chinese without wordbreak and linebreak 2024-03-15 17:43:59 +08:00
houzh
c17c1cf18e spinner working in popupwindow 2024-03-15 11:14:19 +08:00
houzh
3e5e261cc7 textview add breakStrategy property support. 2024-03-14 16:11:45 +08:00
houzh
ae32f6973d textview add breakStrategy property support. 2024-03-14 16:09:01 +08:00
houzh
b89032af02 add bitmapdrawable.setAntiAlias 2024-03-14 12:00:39 +08:00
houzh
9881a0be75 add bitmapdrawable.setAntiAlias 2024-03-14 11:55:48 +08:00
houzh
8a1728ce77 modify ninepatch 2024-03-14 11:28:44 +08:00
houzh
520e847eb1 change ninepatch.draw's alpha=1 by default 2024-03-13 21:44:51 +08:00
houzh
8f467ed436 clear primarysurface in gfxinit 2024-03-13 10:36:21 +08:00
houzh
42a521d529 modify logo (add copy right),showing faster 2024-03-13 09:39:19 +08:00
houzh
0a8e287a38 modify View::onCreateDrawableState,add DUPLICATE_PARENT_STATE support 2024-03-08 18:28:37 +08:00
houzh
4c5b87b6a1 fix a crash while tp is disconnect 2024-03-08 12:10:42 +08:00
houzh
0354f3d051 fix nestedscrollview's edgeeffect 2024-03-08 09:56:51 +08:00
houzh
4ab1a393e4 change ViewGroup's measureChildWithMargins measureChild to virtual 2024-03-08 09:28:34 +08:00
ricken
5de121674f Fix some bugs about NestedScrollView
1. mScrollOffset and mScrollConsumed are not initialized
2. measureChildWithMargins is not derived, resulting in an error in the measure of the child element.
2024-03-08 00:54:03 +08:00
houzh
0eb3b58162 fix rotatedrawable's infinite drawing loop 2024-03-07 18:59:56 +08:00
houzh
98732f7e99 fix pagersnapehelper 2024-03-07 14:47:38 +08:00
houzh
b779105e76 logo show & rotation test OK 2024-03-06 12:05:51 +08:00
houzh
e579e1e032 add --logo option to shaow logo at app startup 2024-03-06 11:15:09 +08:00
houzh
0d8792ef08 add View::dispatchTYrackballEvent,View::onTrackballEvent 2024-03-05 18:09:53 +08:00
houzh
3c91b479a6 fix some memleak 2024-03-04 19:19:42 +08:00