houzh
|
9cbcc5b406
|
fix animatedrotatedrawable's animation(cannt stopped in progressbar)
|
2023-12-04 19:06:43 +08:00 |
|
houzh
|
0f749cafbe
|
modify ProgressBar::startAnimatio
|
2023-12-04 17:35:14 +08:00 |
|
houzh
|
2a4c2b1d92
|
fix animationutils's variables's init issues
|
2023-12-04 11:36:58 +08:00 |
|
houzh
|
90cbf9f4f4
|
modify inputeventsource for onKeyMultiple suuport
|
2023-12-04 11:06:57 +08:00 |
|
houzh
|
983ff58e5a
|
fix inputdevice's absinfo for x64
|
2023-12-01 21:36:15 +08:00 |
|
houzh
|
a37477cf16
|
fix textview's layout issues in height measures
|
2023-12-01 19:23:16 +08:00 |
|
houzh
|
41dd98e959
|
reduce gif memory usage
|
2023-11-30 10:27:59 +08:00 |
|
houzh
|
91006c3f92
|
1.reopen gfx global alpha support,2.fix textview.setlinktextcolor
|
2023-11-29 18:42:19 +08:00 |
|
houzh
|
8531406741
|
modify View::layout
|
2023-11-29 16:25:37 +08:00 |
|
houzh
|
33bc78d67b
|
remove colorstatelist's delete callings
|
2023-11-29 16:08:23 +08:00 |
|
houzh
|
c0838f24b7
|
add double buffer swap test
|
2023-11-29 09:40:22 +08:00 |
|
houzh
|
97b3ec262a
|
make colorstatelist shareable ,no free is needed,more easy to use
|
2023-11-29 08:26:35 +08:00 |
|
houzh
|
9aa34cbf2a
|
fix touchmode in attachinfo
|
2023-11-28 19:23:19 +08:00 |
|
houzh
|
c12f7a327e
|
fix touchmode in attachinfo
|
2023-11-28 19:22:40 +08:00 |
|
houzh
|
10ce6a3440
|
fix viewtreeobserver's listeners,view's onTouchModeChange working.
|
2023-11-28 19:00:09 +08:00 |
|
houzh
|
bd37128832
|
fix a colorstatelist's memleak
|
2023-11-28 15:19:41 +08:00 |
|
houzh
|
e1e4c520ee
|
remove some log msg
|
2023-11-28 10:22:27 +08:00 |
|
houzh
|
00a6f29faa
|
add double buffer support to sigmastar's gfx
|
2023-11-28 10:08:24 +08:00 |
|
houzh
|
8e1f54754a
|
make viewcount debuginfo print only changed
|
2023-11-27 19:34:10 +08:00 |
|
houzh
|
f4731ac943
|
add viewcount to command line arguments --debug
|
2023-11-27 17:16:26 +08:00 |
|
houzh
|
12610644cf
|
fix an uninint var
|
2023-11-27 16:14:19 +08:00 |
|
houzh
|
a2246eb543
|
fix textview's textcolor issue
|
2023-11-27 14:52:22 +08:00 |
|
houzh
|
cf1673f325
|
fix TextView::setTextColor(nullptr)'s crash
|
2023-11-27 14:22:49 +08:00 |
|
houzh
|
947ea9d34b
|
fix TextView::setTextColor(nullptr)'s crash
|
2023-11-27 14:21:15 +08:00 |
|
houzh
|
d12baaa580
|
fix line break issue for 0x0a
|
2023-11-27 13:41:51 +08:00 |
|
houzh
|
80cd7a5bb0
|
make all colorstatelist to deepcopy
|
2023-11-27 11:58:30 +08:00 |
|
houzh
|
824f89c661
|
fix a crash issue,all colorstatelist must be used as deep copy
|
2023-11-27 09:05:40 +08:00 |
|
houzh
|
6f0bab1e6e
|
fix abslistview's memleaks
|
2023-11-27 08:20:55 +08:00 |
|
houzh
|
90f151e745
|
code style (format)
|
2023-11-27 07:52:52 +08:00 |
|
houzh
|
5339af05cb
|
fix layerdrawable/transitiondrawable/gradientdrawable's memleak
|
2023-11-26 22:50:06 +08:00 |
|
houzh
|
5bfce08c8e
|
rename Context::getImage to loadImage
|
2023-11-24 18:01:12 +08:00 |
|
houzh
|
55cfedd0c1
|
skip all inputevents while app is not running
|
2023-11-23 18:34:58 +08:00 |
|
houzh
|
a2c5a36cf8
|
fix some textlayout issues
|
2023-11-22 16:00:08 +08:00 |
|
houzh
|
6b8a7bbd03
|
ViewGroup::removeAllViewsInLayout ,mChildren.clear must be called earlier to avoid some crash
|
2023-11-21 13:00:22 +08:00 |
|
houzh
|
b894f260bb
|
add View::notifyGlobalFocusCleared
|
2023-11-20 19:40:18 +08:00 |
|
houzh
|
0a1bb3a9c8
|
View::soundEffectEnable set default to true
|
2023-11-20 16:55:07 +08:00 |
|
houzh
|
1bee5f2235
|
View::performClick add SoundEffect
|
2023-11-20 15:39:56 +08:00 |
|
jiangcheng
|
a24a1d6340
|
fix video mosaic
|
2023-11-20 14:12:31 +08:00 |
|
houzh
|
f1926feba2
|
fix preferences::load(std::string)
|
2023-11-20 10:48:38 +08:00 |
|
houzh
|
a04c87ae0d
|
fix imageview::setImageBitmap's crash in multi calls
|
2023-11-20 09:25:04 +08:00 |
|
unknown
|
d84de8e99e
|
AnimatedRotateDrawable support negative increment and gfx load logo data file
|
2023-11-19 14:09:01 +08:00 |
|
houzh
|
398ef50e0d
|
修复删除窗口导致的底层窗口可能毛边的问题
|
2023-11-18 17:34:17 +08:00 |
|
houzh
|
283936d0f9
|
modify some abslistview's animations
|
2023-11-18 14:56:28 +08:00 |
|
houzh
|
5b95cbba9b
|
fix abslistview::smoothScrollToPosition
|
2023-11-18 12:00:33 +08:00 |
|
houzh
|
56d622cd47
|
fix tp point lose issue
|
2023-11-17 18:10:15 +08:00 |
|
houzh
|
e7a36b4bee
|
fix motionevent's coords when tp is rotated
|
2023-11-17 07:56:24 +08:00 |
|
houzh
|
40137ab07b
|
fix imageview's centerCrop
|
2023-11-13 18:38:01 +08:00 |
|
houzh
|
ebabc58dd2
|
fix a assets's wrong log message
|
2023-11-13 11:58:41 +08:00 |
|
houzh
|
ab3c8aa067
|
fix ImageView's crrash
|
2023-11-12 21:56:10 +08:00 |
|
houzh
|
c023361b1f
|
Looper add get/set ForThread
|
2023-11-11 15:35:01 +08:00 |
|