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

Added persistence to seektime for playing songs #923

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    e99be33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07b9ad8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bf31b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    80bfa93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f54c73 View commit details
    Browse the repository at this point in the history
  3. refactored stringnamming

    newhinton committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    50e062c View commit details
    Browse the repository at this point in the history
  4. Removed logging

    newhinton committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    be5a2dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5b70d7 View commit details
    Browse the repository at this point in the history
  6. added migration for missing database entries

    added migration for missing database entries
    newhinton committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    3245b9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d904c6a View commit details
    Browse the repository at this point in the history
  8. updated strings

    newhinton committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    b4d0394 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Configuration menu
    Copy the full SHA
    5461863 View commit details
    Browse the repository at this point in the history
  2. Added better playback handling in regards of sql calls(Add restart on…

    … play-button press)
    
    Signed-off-by: fnuesse <[email protected]>
    newhinton committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    3953fe0 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Configuration menu
    Copy the full SHA
    f478daf View commit details
    Browse the repository at this point in the history
  2. Updated codestyle and fixed bug where milliseconds and seconds were m…

    …ixed and the last remembered position was a thousand times smaller than expected
    
    Signed-off-by: fnuesse <[email protected]>
    newhinton committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    e098569 View commit details
    Browse the repository at this point in the history
  3. Initial Timestamp now applies after song start

    Signed-off-by: fnuesse <[email protected]>
    newhinton committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    0b4b07a View commit details
    Browse the repository at this point in the history
  4. Only queue album, not every element by artist

    Signed-off-by: fnuesse <[email protected]>
    newhinton committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    a2bf284 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

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

Commits on May 10, 2019

  1. process Song from widget

    Signed-off-by: fnuesse <[email protected]>
    newhinton committed May 10, 2019
    Configuration menu
    Copy the full SHA
    5d3e33e View commit details
    Browse the repository at this point in the history
  2. fix playback on some more occasions

    Signed-off-by: fnuesse <[email protected]>
    newhinton committed May 10, 2019
    Configuration menu
    Copy the full SHA
    ddaa152 View commit details
    Browse the repository at this point in the history
  3. fix nullpointer on empty song in timestamp handler

    Signed-off-by: fnuesse <[email protected]>
    newhinton committed May 10, 2019
    Configuration menu
    Copy the full SHA
    bad2d22 View commit details
    Browse the repository at this point in the history