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

Android Auto #578

Merged
merged 48 commits into from
Jun 2, 2024
Merged

Android Auto #578

merged 48 commits into from
Jun 2, 2024

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    6a2238d View commit details
    Browse the repository at this point in the history
  2. Basic Android Auto support

    puff committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8da2b09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d168fb7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Add shuffle to Android Auto

    puff committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f877624 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d4f2a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    efb14bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0789c31 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    7a24508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aad1edf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99d01f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Feb 4, 2024

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

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    4200036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    430ee62 View commit details
    Browse the repository at this point in the history
  3. rename use parent instead of category

    - throughout Jellyfin and Finamp, everything is a parent or a child
    - parents aren't necessarily categories
    Chaphasilor committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c85c07b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    121a87e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. improved playBySearch using extras

    - switched to `minor` branch for audio_service for the time being
    - supports playing albums (in order) and artists (as artists instant mix) in addition to songs
      - for albums, say "play <album name> by <artist name>" or "play album <album name> by <artist name>" (first version only works if there's no song with that title by that artist)
      - for artists, say "play songs by <artist name>" (just saying "play <artist name>" will result in Google Assistant choosing a random song from that artist instead
      - for songs, say "play <song name> by <artist name>" or "play song <song name> by <artist name>"
    - supports filtering songs and album results by artist using metadata
      - first 25 results are fetched, and the artist string provided by Google Assistant is matched against the AlbumArtists field of the BaseItemDto, checking if any of the album artists are contained within the string (Google Assistant returns multiple artists as a comma-delimited list)
    Chaphasilor committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8d2d825 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Download images in MediaItemContentProvider

    Fixes artwork on Android Automotive
    puff committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0c34cfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcc22c0 View commit details
    Browse the repository at this point in the history
  3. use item ID instead of parent ID

    - also fixed the parentTypes where necessary
    Chaphasilor committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c0355e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    72cc75a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b66d3ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32d213f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

Commits on Mar 8, 2024

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

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    4e70118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8a11e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    294fa6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be80fb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    ea6ec93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09df0c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40e5bb5 View commit details
    Browse the repository at this point in the history
  4. improve offline mode for Android Auto

    - removes old limitations
    Chaphasilor committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c4baf85 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. merge branch 'redesign'

    Chaphasilor committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    d1aefd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5797b16 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    f37784d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    895fe77 View commit details
    Browse the repository at this point in the history
  3. fix syntax error

    Chaphasilor committed May 26, 2024
    Configuration menu
    Copy the full SHA
    289f3b2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    adf2a81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d12f78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03470f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddc66e8 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    4274089 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68d3b3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1901816 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

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