Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 25-May-2024 | - | ||||
README.md | H A D | 25-May-2024 | 555 | 18 | 15 | |
changes.md | H A D | 25-May-2024 | 5.8 KiB | 106 | 88 | |
dagger.md | H A D | 25-May-2024 | 2.6 KiB | 50 | 38 | |
debugging.md | H A D | 25-May-2024 | 3 KiB | 76 | 56 | |
extending.md | H A D | 25-May-2024 | 330 | 13 | 9 | |
overview.md | H A D | 25-May-2024 | 2.2 KiB | 58 | 44 | |
sysui.md | H A D | 25-May-2024 | 3.6 KiB | 83 | 62 | |
testing.md | H A D | 25-May-2024 | 1.7 KiB | 49 | 35 | |
threading.md | H A D | 25-May-2024 | 4.1 KiB | 83 | 71 |
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