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

Support Android 11 Conversation features #1809

Merged
merged 7 commits into from
Aug 30, 2021

Commits on Aug 25, 2021

  1. Support Android 11 Conversation features

    Instead of only favorite rooms having shortcuts, all rooms now have
    shortcuts and they are ranked according to favorite/normal/low-priority
    status.
    dkter committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    69d0ed3 View commit details
    Browse the repository at this point in the history
  2. Remove dead shortcuts

    dkter committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    996b4e7 View commit details
    Browse the repository at this point in the history
  3. Fix icon crop

    Rectangular icons were causing issues with the conversation icon display
    (probably an Android bug) and shortcut icons were being cropped in
    unnecessarily.
    dkter committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    5df0bd6 View commit details
    Browse the repository at this point in the history
  4. Add changelog.d item

    dkter committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    4af58dd View commit details
    Browse the repository at this point in the history
  5. Improve shortcut sorting

    dkter committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    842ccb1 View commit details
    Browse the repository at this point in the history
  6. Insert room shortcuts in order

    This prevents shortcuts from momentarily being shown out of order while
    the shortcut list is in the process of being updated.
    dkter committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    2004d35 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

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