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

New version #1

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

New version #1

wants to merge 21 commits into from

Conversation

Inversion-NL
Copy link
Contributor

Move server settings to device pairing for multiple server support
Added next, previous, seek, random and shuffle cards
Mobile card with on/off, play/pause, random and shuffle
Set device online and offline in Homey

Robin van Kekem and others added 10 commits August 31, 2016 11:09
Change server settings from settings page to driver pairing wizard to be able to support multiple servers
Store server settings in it's devices settings
Remove app settings page
Remove unnecessary code
Add next, previous and seek action cards
Add Homey modules for added, deleted, renamed
Up app version number
Change readme with to do list and changed settings
First try on mobile card (not working yet!)
Resolve lint errors
Add mobile card item for play and stop
First attempt to add meta data to mobile card
…rvers

Added Javascript doc
Code cleanup
First check if device is online before making a call to server
Added checks to see if server is giving a response
Add code to set device online/offline in Homey
Get and store extra device data when pairing
Added Homey card for repeat and shuffle (Homey has a bug in mobile card see here https://github.com/athombv/homey/issues/842)
Cleaned node modules from tests and examples
Added repeat and shuffle to squeeze node module
Add support for playing playlists
Playlist autocomplete caching
Playlist autocomplete filtering
Translate to NL
Add check if status info contains track, artist and album information
@mtudor
Copy link
Owner

mtudor commented Sep 18, 2019

Hi @Inversion-NL. When you're submitting pull requests can you please separate them into individual requests that address specific functionalities. Having them all in a single pull request makes it a really big job to review and delays acceptance of the pull request as a whole. For example, if your change to update to Homey 2.0 is just, say, 50 lines then I can review that quickly and get it merged for people to use. If those 50 lines are in a pull request with 500 other lines to add various other functionalities then I have to review all 550 lines before I can merge the change that upgrades the app to Homey 2.0.

If instead you have, for example, a PR which just updates the app for Homey 2. Then another that adds additional flow cards. Another that adds auto-discovery etc. It means that I can review a small subset of the code and get that merged to master more quickly. You can do it by creating branches in your local github repository and raising a pull request for each subset of functionality.

Does that make sense?

@Inversion-NL
Copy link
Contributor Author

Inversion-NL commented Sep 20, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants