[SPIKE] Migration to Material 3
@JuancaG05 is already working on this.
Since Oct 8, 2024.
- Dominant language
- Kotlin
- Stars
- 4.2k
- Forks
- 3.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 7
Description
Currently, our color system is a mess: we have many different references for the same color (duplicated), colors that are only used for one component, numerous colors for a same screen... The aim is unifying all of these colors in a single color palette. For this, we want to migrate to Material Design, on its latest version, Material 3 (https://m3.material.io/). This design system provides a color system that allows a better management of the different colors in the app.
Several things to take into account here:
- Take into account brandable colors throughout all the process, this will affect the way we brand customer apps
- Try to reduce the number of colors in the vanilla app to the minimum
- Old issue: https://github.com/owncloud/android/issues/3374
In this spike we'll research how to do this, if it is actually feasible and if needed, a PoC.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.