Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

[Needs improvement] Playlist dialog: Add checkmark to indicate if song is in playlist #432

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

Commits on Feb 12, 2018

  1. Playlist dialog: Add checkmark to indicate if song is in playlist

    The "Add to playlist" dialog will show checkmark behind a playlist if the song is already part of that playlist.
    This feature will only be shown if the playlist dialog is opened and only one song is selected.
    Sogolumbo committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    6bac337 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Add Testing Code

    By adding a breakpoint the time needed for checking the playlists for the song can be accessed.
    Sogolumbo committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    f9fba4e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Merge pull request #1 from kabouzeid/master

    Add Upstream Commits
    Sogolumbo authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    575bb69 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Sogolumbo authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    132d597 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Merge pull request #2 from kabouzeid/master

    Merge Updates from kabouzeid/master.
    Sogolumbo authored Jan 12, 2019
    Configuration menu
    Copy the full SHA
    dfba214 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Sogolumbo authored Jan 12, 2019
    Configuration menu
    Copy the full SHA
    67262fa View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Enable playlist-checking for adding multiple songs to a playlist

    At the end of the playlist name a checkmark is displayed if all songs are in the playlist. If only some of the songs are in the playlist, the checkmark is in brackets.
    Sogolumbo committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    d91f11a View commit details
    Browse the repository at this point in the history
  2. No more duplicate songs added to playlists; Code cleanup

    When adding songs to a playlist duplicates will be filtered out.
    Sogolumbo committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    e81f655 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Sogolumbo authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    7b6f91e View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Sogolumbo authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    6a48d35 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Sogolumbo authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    8cbb569 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Sogolumbo authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    21c0971 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Sogolumbo authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    fa770ff View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Sogolumbo authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    eda7037 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    8254527 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Sogolumbo authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    2c1b25c View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Sogolumbo authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    780292f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Configuration menu
    Copy the full SHA
    7896c8e View commit details
    Browse the repository at this point in the history
  2. Change and add functions in PlaylistUtil

    Changed and added functions in PlaylistUtil to improve the efficiency of the AddToPlaylistDialog. It will only be checked once which song is in which playlist. This information is also used to make sure no songs will be added twice to the same playlist (instead of checking again).
    Sogolumbo committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    4512b43 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Sogolumbo authored Jul 21, 2019
    Configuration menu
    Copy the full SHA
    7380f4c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Performance Improvements

    Sogolumbo committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    04fc392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    083d794 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69505e5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Bugfix: Wrong Info about Songs in Playlist

    Fixed issue #4.
    Sogolumbo committed May 27, 2020
    Configuration menu
    Copy the full SHA
    c477a6d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Sogolumbo authored May 27, 2020
    Configuration menu
    Copy the full SHA
    0c4e177 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Sogolumbo authored May 27, 2020
    Configuration menu
    Copy the full SHA
    14b35fc View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Sogolumbo authored May 27, 2020
    Configuration menu
    Copy the full SHA
    fcdba15 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Sogolumbo authored May 27, 2020
    Configuration menu
    Copy the full SHA
    ec16d51 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Fix Logical Bug

    doPlaylistContainsAllSongs returned true if the playlist was empty. That's a wrong result, hence fixed with this commit.
    Sogolumbo committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    28cbfa8 View commit details
    Browse the repository at this point in the history
  2. First Prototype stage

    First Prototype:
    Working check box menu.
    Only two state-check-boxes (All or nothing)
    Sogolumbo committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    acbf3c5 View commit details
    Browse the repository at this point in the history
  3. Second Prototype stage

    Removed "Add Playlist" from the checkbox area and transformed it into a button.
    Sogolumbo committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    84b859f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Remove cancel button from 'add to playlist' dialog

    The cancel button is removed as it takes up a lot of space and is not strictly necessary. (The same action can be performed by tapping next to the dialog.)
    Sogolumbo committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    f80dbd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66c169e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Update README.md

    Sogolumbo authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    3984ea2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Update README.md

    Sogolumbo authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    92587c5 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Sogolumbo authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    e481f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad0fb5c View commit details
    Browse the repository at this point in the history