Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[issue-2610] implement setting to override nick color #2614

Commits on Jan 3, 2021

  1. [issue-2610] implement setting to override nick color

    - allow changing the nick color by clicking the dispay-name in the room
      member detail page.
    - the ovirride-color can be specified as a hex string (#rrggbb) or as palette
      index (2)
    - entering an invalid color code or leaving the field blank reverts to
      the default hash-based nick color
    - the setting is stored in `account_data` as `im.vector.setting.override_colors`
    
    - future improvements / notes:
      - replace the text-based color entry with a proper color picker dialog
      - make the feature more discoverable
      - the color change listener is now in AppStateHandler, not sure if this is
        the best place
      - implement override color support in element-web / element-desktop, too
    
    Signed-off-by: Péter Radics <mitchnull@gmail.com>
    mitchnull committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    7aaebd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    889a9a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. [issue-2610] Merge branch 'develop' of github.com:mitchnull/element-a…

    …ndroid into feature/issue-2610-override-nick-color-via-user-account-data
    mitchnull committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    0aee15f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    0e400dc View commit details
    Browse the repository at this point in the history
  2. [issue-2610] Merge branch 'develop' of https://github.com/vector-im/e…

    …lement-android into feature/issue-2610-override-nick-color-via-user-account-data
    mitchnull committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    0109cde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7d8127 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. [issue-2610] remove click handler from display-name

    Remove the click handler that opens the override color dialog from the
    display-name part on the member profile page, as this is not really
    discoverable and we have a proper menu item for it now.
    mitchnull committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    cc15f9b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    db97046 View commit details
    Browse the repository at this point in the history
  2. [issue-2610] Merge branch 'develop' of https://github.com/vector-im/e…

    …lement-android into feature/issue-2610-override-nick-color-via-user-account-data
    mitchnull committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    da10364 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. [issue-2610] Merge branch 'develop' of https://github.com/vector-im/e…

    …lement-android into feature/issue-2610-override-nick-color-via-user-account-data
    mitchnull committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    6c26cfc View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. [issue-2610] Merge branch 'develop' of https://github.com/vector-im/e…

    …lement-android into feature/issue-2610-override-nick-color-via-user-account-data
    mitchnull committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    ea01677 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. [issue-2610] Merge branch 'develop' of https://github.com/vector-im/e…

    …lement-android into feature/issue-2610-override-nick-color-via-user-account-data
    mitchnull committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    1ec0956 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. [issue-2610-override-nick-color-via-user-account-data] [issue-2610] M…

    …erge branch 'develop' of https://github.com/vector-im/element-android into feature/issue-2610-override-nick-color-via-user-account-data
    mitchnull committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    1019ffe View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. [issue-2610-override-nick-color-via-user-account-data] Merge branch '…

    …develop' of github.com:mitchnull/element-android into feature/issue-2610-override-nick-color-via-user-account-data
    mitchnull committed May 9, 2021
    Configuration menu
    Copy the full SHA
    40d48cc View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. [issue-2610] Merge branch 'develop' of github.com:mitchnull/element-a…

    …ndroid into feature/issue-2610-override-nick-color-via-user-account-data
    mitchnull committed May 19, 2021
    Configuration menu
    Copy the full SHA
    79a3be3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. [issue-2610] Merge branch 'develop' of github.com:mitchnull/element-a…

    …ndroid into feature/issue-2610-override-nick-color-via-user-account-data
    mitchnull committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    bf919b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Configuration menu
    Copy the full SHA
    454baf8 View commit details
    Browse the repository at this point in the history