houzh
|
8168d688da
|
modify gradientdrawable,fix some uninitialized vars
|
2023-03-26 14:53:16 +00:00 |
|
houzh
|
e30c477266
|
modify drawable's parser
|
2023-03-26 10:56:30 +00:00 |
|
houzh
|
fc2be3c611
|
fix attr/ property parse
|
2023-03-23 07:09:45 +00:00 |
|
houzh
|
2a3695f1c9
|
modify some samples
|
2023-03-21 10:38:38 +00:00 |
|
houzh
|
6202760a39
|
modify README
|
2023-03-15 09:26:38 +00:00 |
|
houzh
|
505b6aac25
|
fix idgen.py for strings
|
2023-03-09 15:01:05 +00:00 |
|
houzh
|
ca762acde6
|
fix LayoutParams::onDebugDraw,modify idgen.py
|
2023-03-07 03:20:57 +00:00 |
|
侯歌
|
b1f117693f
|
modify numberpicker,fix an uninit val
|
2023-02-28 14:45:04 +00:00 |
|
houzh
|
90205165b5
|
move all buildxxx.sh to one file,more easy to use
|
2023-01-09 08:57:00 +00:00 |
|
houzh
|
93a59f3432
|
add porting/sigma/cdroidhal.pc
|
2023-01-06 06:10:56 +00:00 |
|
houzh
|
18be98e1f6
|
modify graph interface,add display rotation support
|
2022-12-23 03:39:34 +00:00 |
|
houzh
|
2dd0df263d
|
add gfx rotate support
|
2022-12-16 16:08:21 +00:00 |
|
houzh
|
03104bcdef
|
fix x64 porting cmakelist.txt
|
2022-12-09 11:04:41 +00:00 |
|
houzh
|
7b8f2066ad
|
evrythins compiled passed in vcpkg
|
2022-11-30 12:47:47 +00:00 |
|
houzh
|
961abe4359
|
rename libgui to libcdroid
|
2022-11-23 00:41:59 +00:00 |
|
houzh
|
ea462ec793
|
remove namespace Cairo from all header
|
2022-11-06 23:49:41 +00:00 |
|
侯歌
|
0483a5305b
|
add listpopupwindow forwardinglistener ,change checkable impl
|
2022-04-18 14:36:20 +08:00 |
|
侯歌
|
298fcab43e
|
add adapterviewanimator and animatorinflater
|
2022-03-22 16:50:31 +08:00 |
|
侯歌
|
8d6be0fc1a
|
remove LegacyVelocityTrackerStrategy,add analogclock's sample
|
2022-03-07 12:55:28 +08:00 |
|
侯歌
|
b086df131c
|
Window support SwipeFinished(for touch device),implemented Window.close
|
2022-03-04 15:21:19 +08:00 |
|
侯歌
|
9263098364
|
modify some samples
|
2022-03-03 18:20:20 +08:00 |
|
侯歌
|
b317a31e4e
|
move some View's field to RenderNode
|
2022-03-03 12:10:01 +08:00 |
|
houzh
|
f3581a0591
|
fix Gridlayout::LayoutParams inflater issue(margin parse error)
|
2022-02-26 12:13:27 +00:00 |
|
侯歌
|
f20d9017af
|
modify gridlayout and its samples
|
2022-02-24 14:32:09 +08:00 |
|
侯歌
|
53aa24066e
|
add some missing field in tablayout' inflate
|
2022-02-22 17:28:27 +08:00 |
|
侯歌
|
9052322c27
|
add animatedstatelistdrawable,update alertdialog samples
|
2022-02-17 15:05:23 +08:00 |
|
侯歌
|
0155a174b4
|
modify framelayout
|
2022-02-15 18:20:35 +08:00 |
|
侯歌
|
c0dfe2a49c
|
fix tablerow radiogroups's layoutparams
|
2022-02-15 14:21:16 +08:00 |
|
侯歌
|
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 |
|
侯歌
|
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 |
|
侯歌
|
cccb21ddc2
|
add/update dialog sourcecode
|
2022-01-24 13:02:04 +08:00 |
|
侯歌
|
193a78a0ae
|
modify inputeventsource,read event in thread
|
2022-01-21 18:29:06 +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 |
|
侯歌
|
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 |
|