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

Merge functions, improve seekbar #538

Merged
merged 24 commits into from
Feb 16, 2023
Merged

Merge functions, improve seekbar #538

merged 24 commits into from
Feb 16, 2023

Commits on Feb 14, 2023

  1. auto scroll using saved position.

    not using currentScroll cause it maybe baka sometimes
    nyagami committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c196839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e3a5e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f18b36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2121e39 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    804d496 View commit details
    Browse the repository at this point in the history
  2. minor fix

    nyagami committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    cd84a13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a84c81 View commit details
    Browse the repository at this point in the history
  4. Starting remove TextView.

    Firstly, always use WebView
    nyagami committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    64a6e04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19dc17e View commit details
    Browse the repository at this point in the history
  6. remove TextView related thing

    nyagami committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    4ef88df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d98259 View commit details
    Browse the repository at this point in the history
  8. always scroll with mooth mode

    nyagami committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    6911173 View commit details
    Browse the repository at this point in the history
  9. no need scrollview

    nyagami committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f0f75b4 View commit details
    Browse the repository at this point in the history
  10. move volume scroll effect

    nyagami committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    9a3b486 View commit details
    Browse the repository at this point in the history
  11. complete the removal

    nyagami committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    142ec71 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Better logic for volumeButton.

    change state name
    nyagami committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8b9e63a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4139cc5 View commit details
    Browse the repository at this point in the history
  3. drawerSwipe doesnt support webview.

    So maybe re-implement if it supports one day
    nyagami committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    57fbe6d View commit details
    Browse the repository at this point in the history
  4. update logic for autoScroll

    nyagami committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c5b7691 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db76e98 View commit details
    Browse the repository at this point in the history
  6. only position state is enough

    nyagami committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1cb750d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d96b3cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3aa9726 View commit details
    Browse the repository at this point in the history
  9. fix bug on volumeButton.

    nyagami committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    64b7f56 View commit details
    Browse the repository at this point in the history