Skip to content

Conversation

JVariance
Copy link

I added an option into the settings to switch between darker and lighter note colors. @KumarManas04 this relates to the mail I sent you

@JVariance
Copy link
Author

Phew, finally made it. Thanks for your help via mail @KumarManas04 ! 😃

Copy link
Owner

@KumarManas04 KumarManas04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing but kindly make these changes:

  1. Please add '.idea' folder to .gitignore
  2. Raise PR to the 'contributions' branch and not the 'master' branch
  3. We cannot rearrange the indices of the colors because people already have notes in specific colors. So please revert the colors to their original order
  4. Since you are using a companion object to store the state of note color type, it will be destroyed on app restart and hence be reinstantiated to "dark". You can use persistence storage to store the current state.

From what I can understand (correct me if I am wrong) the colorsListLight and colorsListDark are sets of color which have versions of the colors for light and dark backgrounds. If so, we can make the color sets change automatically with the theme i.e. colorsListLight with light theme and colorsListDark with dark and AMOLED themes or vice-versa.
Please let me know your thoughts on this

@KumarManas04 KumarManas04 added Feature Request Add a new feature to the app good first issue Good for newcomers labels Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature Request Add a new feature to the app good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants