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

Release 70 #954

Merged
merged 59 commits into from
Nov 9, 2023
Merged

Release 70 #954

merged 59 commits into from
Nov 9, 2023

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    ba92ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28ee61d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6227df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdf4971 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ccb32a View commit details
    Browse the repository at this point in the history
  6. Drop unused TVDB stuff.

    UweTrottmann committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a105ec7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7257a04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62bb069 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7865994 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    ed9c813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f981f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c554aa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d43d66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d3c838 View commit details
    Browse the repository at this point in the history
  6. Similar: use new recommendations instead of similar API.

    "Similar is an old, and largely not that great method that looked at
    keywords and genres as a way to map relationships with other movies and
    TV shows. Recommendations on the other hand uses our user rating and
    favourite data to build those links and relationships."
    UweTrottmann committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2c76bbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38c4b13 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #945 from UweTrottmann/897-similar-movies

    897 similar movies
    UweTrottmann authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1cb2bb9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7883710 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Note that R8 full mode should stay off for as long as possible.

    E.g. retrofit requires new rules (not shipped yet), various Android X
    libraries show stuff removed, my libraries maybe as well. Benefits are
    low and risk and amount of work are high, so not doing this for now.
    UweTrottmann committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    214b815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5066999 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #946 from UweTrottmann/billing-v6

    Billing: update billing library [5.2.1 -> 6.0.1]
    UweTrottmann authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    71e2d8f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    2943a2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e88b21a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6b2f53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    551e4dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d235ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08578f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eaef1b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ab8b35 View commit details
    Browse the repository at this point in the history
  9. Ignore some warnings.

    UweTrottmann committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1fa6d72 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a569a50 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1906960 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Ignore overridePendingTransition deprecation.

    My bet is that it will never be removed as it's just deprecated for
    predictive back which is unlikely to be adopted.
    UweTrottmann committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b2c26c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2451e6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1a759e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    380f408 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36fe512 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5fc3da View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Bump actions/checkout from 3.6.0 to 4.1.1

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@f43a0e5...b4ffde6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and UweTrottmann committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    393d3cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a25e206 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff340ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae5763b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0334e28 View commit details
    Browse the repository at this point in the history
  6. NestedScrollView: add vertical scrollbars.

    Gone since migrating from ScrollView.
    UweTrottmann committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d72ab53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de6b21a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94fbd92 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e59828 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff50b23 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d06d2a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f3e9a26 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3db2a10 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    137b8b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    0e5aa23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    539aafe View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

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

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    e8953fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    925e2e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ea19f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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