• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-May-2024-

README.mdH A D25-May-2024555 1815

changes.mdH A D25-May-20245.8 KiB10688

dagger.mdH A D25-May-20242.6 KiB5038

debugging.mdH A D25-May-20243 KiB7656

extending.mdH A D25-May-2024330 139

overview.mdH A D25-May-20242.2 KiB5844

sysui.mdH A D25-May-20243.6 KiB8362

testing.mdH A D25-May-20241.7 KiB4935

threading.mdH A D25-May-20244.1 KiB8371

README.md

1# Window Manager Shell Readme
2
3The following docs present more detail about the implementation of the WMShell library (in no
4particular order):
5
61) [What is the Shell](overview.md)
72) [Integration with SystemUI & Launcher](sysui.md)
83) [Usage of Dagger](dagger.md)
94) [Threading model in the Shell](threading.md)
105) [Making changes in the Shell](changes.md)
116) [Extending the Shell for Products/OEMs](extending.md)
127) [Debugging in the Shell](debugging.md)
138) [Testing in the Shell](testing.md)
14
15Todo
16- Per-feature docs
17- Feature flagging
18- Best practices