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

feat: Pre-release patches toggle #1785

Draft
wants to merge 7 commits into
base: dev
Choose a base branch
from

Commits on Mar 25, 2024

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

Commits on May 11, 2024

  1. Merge remote-tracking branch 'origin/dev' into feat/prerelease-patches2

    # Conflicts:
    #	lib/services/github_api.dart
    #	lib/services/manager_api.dart
    #	lib/ui/views/home/home_viewmodel.dart
    kitadai31 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    e8c63e6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. fix fetching pre-release logic

    If there are multiple dev releases on the same day, they will be sorted by alphabetically. Therefore, releases[0] is not guaranteed to be the latest.
    vX.X.X-dev.10 will be older than vX.X.X-dev.9
    so we have to iterate several releases and find the latest
    kitadai31 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    47c411b View commit details
    Browse the repository at this point in the history
  2. support ReVanced API

    kitadai31 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1b25454 View commit details
    Browse the repository at this point in the history
  3. improve wording

    kitadai31 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cb0106d View commit details
    Browse the repository at this point in the history
  4. improve string

    kitadai31 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    40b1589 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. improve string: add "if available" to the description

    If the stable version is newer than the most recent pre-release, then the stable version will be used, so make it clear.
    kitadai31 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d740d31 View commit details
    Browse the repository at this point in the history