summaryrefslogtreecommitdiff
path: root/compose
AgeCommit message (Collapse)Author
2025-02-17Bump the min and target SDK versions for Android.bp Ben Reich
The AndroidManifest was updated in ag/31684887, but I forgot to update the Android.bp files. Bug: 395794975 Flag: EXEMPT Build file change Test: m DocumentsUIGoogle Change-Id: Id64cc0605d5d909e03a7f816ba998036e75e7325
2025-02-11Bump the minSdkVersion from 29 to 30 Ben Reich
DocumentsUI doesn't get released to Android 10 (Q) with Android 11 (R) being the oldest version it supports. Let's bump the supported SDK version to support this. Bug: 395794975 Test: Ensure DocumentsUI builds Flag: EXEMPT resource change Change-Id: Ic7035dfe7a9cccbd93ea4b022c9b4f17e52cbd5c
2024-10-31Support Hilt DI on DocumentsUICompose Ben Reich
Bug: 376167559 Test: m DocumentsUICompose Flag: EXEMPT development only change Change-Id: I90001c46ed26c29de447869bdddf7e2c52822f4d
2024-10-25Remove action bar from Compose app Ben Reich
Bug: 374224390 Test: m DocumentsUICompose Flag: EXEMPT development for desktop Change-Id: Id834ae659a4e57502beee74cd0627c1385704983
2024-10-24[DocsUI M3] Add compose folder to experiment compose Wenbo Jie
Add a new folder "compose" inside DocumentsUI so we can have a isolate environment to experiment constructing Jetpack Compose components. It's independent from the original DocumentsUI and has its own build target. We could use this as a Compose Lab to build component here first and then reuse it in the original DocumentsUI. Bug: 374224390 Test: m DocumentsUICompose Flag: EXEMPT experiment for dev only Change-Id: I33d61d47889e16c39aa92de082c2fdba2193461b