Commit Graph

182 Commits

Author SHA1 Message Date
侯歌
cfe2a6b0e3 modify dialog's layout&measure's impl 2022-02-15 08:42:54 +08:00
houzh
b0d61f2fb8 fix assets's color parser 2022-02-11 13:34:01 +00:00
侯歌
0f9d33fc7c modify idgen.py,make id's value more stable than evenr.2,modify uidemo 2022-02-11 14:54:04 +08:00
侯歌
2b59cfd062 DrawingCache test passed 2022-02-08 09:02:33 +08:00
侯歌
be57488be1 alertdialog cant working ,but layout may be failed sometime 2022-01-27 15:10:58 +08:00
侯歌
68158b6e42 add alertdialog impl,modify layout inflater(skip unknown widget instead of stop inflation) 2022-01-26 16:16:25 +08:00
侯歌
ec48752b2c modify uidemo 2022-01-26 11:48:02 +08:00
侯歌
3ce71d25d1 add style parser & loader 2022-01-25 09:46:58 +08:00
侯歌
0f098d0705 modify common_functions,fix function CreatePO 2022-01-24 19:07:23 +08:00
侯歌
cccb21ddc2 add/update dialog sourcecode 2022-01-24 13:02:04 +08:00
houzh
2014f13836 modify uidemo's cmakelists 2022-01-23 12:32:53 +00:00
houzh
10eb4deae4 fix idgen CreatePAK 2022-01-23 12:26:53 +00:00
houzh
10d5924ef8 LayoutInflater support andrroid:id (perfectgit status) 2022-01-23 07:57:09 +00:00
houzh
95097d3878 add relativeparams::mRules's initialize 2022-01-21 14:05:48 +00:00
侯歌
193a78a0ae modify inputeventsource,read event in thread 2022-01-21 18:29:06 +08:00
侯歌
7b77411057 modify uidemo/multimedia.cc 2022-01-21 11:58:53 +08:00
侯歌
643ea3a207 modify uidemo 2022-01-21 11:13:32 +08:00
侯歌
3a55098bda rename windows.h->cdroid.h 2022-01-18 16:21:54 +08:00
侯歌
04409e8b92 fix allwinner.inputdevice,modify samples app(add command args to app) 2022-01-14 11:30:13 +08:00
侯歌
d54d96e0ad fix inputmethodmanager's crash (without kcm) 2022-01-12 14:42:04 +08:00
侯歌
54106aa8f8 remove deprecated View::setBackgroundDrawable(use setBackground) 2022-01-10 13:44:32 +08:00
侯歌
a2fc876090 fix tablayout's tabindicator's drawing 2022-01-05 16:28:21 +08:00
侯歌
be873426e9 fix module path find issue,add pak/po depentent to its owner 2021-12-29 10:13:02 +08:00
侯歌
edc9a0d3cb add plotview's testcase 2021-12-28 16:41:22 +08:00
侯歌
2ddf457989 modify styles parser 2021-12-17 16:59:10 +08:00
侯歌
e56f078fdd add viewgroup attributes's inflate support 2021-12-16 16:16:54 +08:00
侯歌
cc4699e5fc add animations' inflate support 2021-12-16 14:38:32 +08:00
侯歌
6e7f8229a3 remove image cache,only drawable cache is reserved 2021-12-06 15:15:45 +08:00
侯歌
615549ef3d bitmapdrawable's tilemodeXY*(CLAMP/REPEAT/MIRROR) test OK 2021-12-06 14:59:18 +08:00
侯歌
85d4007fa1 add tilemode sample code 2021-12-03 18:00:08 +08:00
侯歌
402b723467 animationdrawable working well with progressbar 2021-12-03 14:15:21 +08:00
侯歌
0180530844 progressbar/seekbar's progress animation working(perfect) 2021-12-03 08:23:52 +08:00
侯歌
81b8d77220 modify propertyvaluesholder(impl by variant) 2021-11-30 16:48:10 +08:00
侯歌
f3052d2bae add ProgressBar::setMirrorForRtl,add progressbar samples 2021-11-25 08:28:43 +08:00
侯歌
04e32b5ef0 add styles loading support 2021-11-08 09:42:16 +08:00
侯歌
916cf9decc rippledrawable wroking ok,add testcode to drawerlayout's button(click Open to see:) 2021-10-28 18:34:52 +08:00
侯歌
7a908c1988 impled View::unshceduleDrawable 2021-10-18 11:35:57 +08:00
侯歌
e5293eccd3 fix bitmapdrawables crash issue in rotatedrawable 2021-10-15 16:30:41 +08:00
侯歌
01ff092f7b modify numberpicker,add longclick's auto increment/decrement support 2021-10-12 13:40:38 +08:00
侯歌
bc88495414 add keyboardview testcase and keyboard resource 2021-10-08 17:12:19 +08:00
侯歌
7e455595d4 add timeanimator 2021-09-30 09:33:36 +08:00
侯歌
9ddb180fd9 layoutanimation can working 2021-09-28 18:57:48 +08:00
侯歌
628d1df8d1 modify attachinfo and requestlayout 2021-09-28 17:38:59 +08:00
侯歌
23b76ea693 add some pagetransformers 2021-09-27 15:14:59 +08:00
侯歌
8af05048c4 mv dialoginterface to gui/app 2021-09-26 18:15:09 +08:00
侯歌
1ab6a3b4a9 add dispatchDetachedxxx 2021-09-22 17:33:39 +08:00
侯歌
73536ec8fe modify AttachInfo 2021-09-17 17:15:18 +08:00
侯歌
7abe6127b0 add AttachInfo 2021-09-17 13:35:41 +08:00
侯歌
4c6ca3a6d4 fix rect.union 2021-09-16 15:05:46 +08:00
侯歌
3f869e10b8 add Canvas::mapRect,viewgroup's rotation maybe OK 2021-09-16 11:33:04 +08:00
侯歌
0065de1c75 add drawerlayout & viewdraghelper 2021-09-14 18:01:49 +08:00
侯歌
954c1b1b9d add transform support to Views 2021-09-08 18:28:34 +08:00
侯歌
f49a4aa01a fix viewpager3's crash,fix callbackbase.h' cmopile error for some g++ version 2021-09-08 10:44:54 +08:00
侯歌
a38081f6e7 modify viewpager3 2021-09-07 18:45:23 +08:00
侯歌
faf8720d31 tablayout working,perfect! 2021-09-07 16:57:48 +08:00
侯歌
44bf4abe25 modify animators 2021-09-07 11:53:09 +08:00
侯歌
7198bf9445 add views:Space,TabLayout 2021-09-03 18:05:15 +08:00
侯歌
cde957b5f4 add ratingbar,fix textview's size measure for multilines 2021-09-03 08:53:41 +08:00
侯歌
83ecc2e928 fix cycle loop of RelativeLayout::DependencyGraph 2021-09-02 18:26:25 +08:00
侯歌
9a343d4c4d fix sparsearray.remove,and then relativelayout working perfect! 2021-09-02 16:21:00 +08:00
侯歌
c431ae2c50 add rippledrawable,fix samples clickable issue 2021-09-01 11:57:05 +08:00
侯歌
6cbbbf64aa fix clickevent's losing in multilayers/container 2021-08-30 16:35:28 +08:00
侯歌
9e489f7c4f fix imageview's matrix scaling 2021-08-27 18:41:10 +08:00
侯歌
944864ace7 modify onFocuschange ,make prevfocusrect nonconst, 2021-08-27 09:58:02 +08:00
侯歌
bfc1f88e56 fix listview's onFoucus dead cycle 2021-08-26 17:50:15 +08:00
侯歌
76c4536f7c fix viewpager's memleak caused by layoutparams's reallocate 2021-08-26 17:02:54 +08:00
侯歌
393b6b1264 add viewflipper sample 2021-08-26 15:49:12 +08:00
侯歌
d1aa2be4e6 fix postInvalidateOnAnimation to make ViewPager's smoothScroll work fine 2021-08-26 14:46:02 +08:00
侯歌
7682fa61dc fix progressbar/seekbar's progress,fix color.h 2021-08-25 15:40:53 +08:00
侯歌
8366bf0033 fix adapterview's crash issue 2021-08-24 09:39:38 +08:00
侯歌
874950d988 modify some samples's crash issue whitout pak 2021-08-23 18:58:20 +08:00
侯歌
c9a3987edd modify focusfinder,fix focussearch_tests 2021-08-20 18:36:44 +08:00
侯歌
a41fb820e4 fix adapter,add listview/textview's demo app 2021-08-20 17:03:08 +08:00
侯歌
1e13b5264b change all view's flags to constexpr 2021-08-19 17:15:03 +08:00
侯歌
7840d7b66a change invalidate and drawing 's impl 2021-08-19 12:12:05 +08:00
侯歌
03e7be67e6 fix listview's multichoice/singlechoice 2021-08-17 16:01:58 +08:00
侯歌
1dd9a38a70 fix view's layoutdirection,checkbox'check now can be left and right:) 2021-08-17 12:05:42 +08:00
侯歌
ee104a0285 remaking looper impl,remove MessageListener 2021-08-05 12:00:22 +08:00
侯歌
9eec782579 add valueanimator 2021-07-30 18:47:43 +08:00
侯歌
d97aa42ca9 fix listview's flying,velocitytracker 2021-07-06 15:23:58 +08:00
侯歌
119a76cf49 change gui/cairo's makefile 2021-06-24 13:49:16 +08:00
侯歌
0c6fac546c CDROID's First commit 2021-06-24 10:12:55 +08:00