|
|
d38cc040b6
|
Fix occasional launch crash bug
|
2020-01-29 21:06:03 -05:00 |
|
|
|
d075a06c41
|
Fix queuepos out of bounds error
Sometimes the status gets updated before the queue has been retrieved.
In these cases we want to skip setting the current song until it has
been.
|
2020-01-20 13:35:50 -05:00 |
|
|
|
9f948df141
|
Use the search query UI state
|
2020-01-20 13:35:49 -05:00 |
|
|
|
91fa2f62dc
|
We're not using these any more
|
2019-12-06 17:52:58 -05:00 |
|
|
|
b712a8d00d
|
Use Kingfisher to fetch the notification album art
|
2019-12-06 17:51:05 -05:00 |
|
|
|
4322a25b8b
|
Get currently playing art using Kingfisher
|
2019-12-06 17:51:05 -05:00 |
|
|
|
d407f1e5f9
|
Get album browser artwork using Kingfisher
|
2019-12-06 17:51:05 -05:00 |
|
|
|
42d274058f
|
WIP: Get album metadata when fetching albums
|
2019-12-06 17:51:04 -05:00 |
|
|
|
87d4f33b09
|
WIP: Search
|
2019-12-06 17:51:04 -05:00 |
|
|
|
93d01d5176
|
Add year to album details display
|
2019-11-01 13:10:23 -04:00 |
|
|
|
3eae535be6
|
Remove the artist browser for now
Until we have a better idea of how it's going to work.
|
2019-11-01 13:09:41 -04:00 |
|
|
|
77cb053525
|
Fix bug where current playing track was not highlighted on load
|
2019-10-11 17:34:07 -04:00 |
|
|
|
0a318ce81e
|
Working artist browser
|
2019-10-11 13:55:07 -04:00 |
|
|
|
89320037b7
|
Show list of artists
|
2019-09-29 18:30:07 -04:00 |
|
|
|
ffd1f3f83a
|
WIP
|
2019-09-27 14:53:07 -04:00 |
|
|
|
deb34d6c3d
|
WIP
|
2019-09-27 13:38:52 -04:00 |
|
|
|
8301ed0780
|
Refactor MPDReducer away
These actions should not go through ReSwift.
* Remove Alamofire reference
* Upgrade ReSwift to 5
|
2019-08-02 15:23:44 -04:00 |
|
|
|
ba64fed16a
|
Drag album songs onto queue
|
2019-06-22 13:48:26 -04:00 |
|
|
|
aef5b8534b
|
Drag and drop moves tracks in queue
For some reason we're not seeing the insert indicator, and I can't
figure out why.
|
2019-06-22 13:48:25 -04:00 |
|
|
|
5416d793ad
|
Actually clear the queue
|
2019-06-22 13:48:25 -04:00 |
|
|
|
b2a80abe7b
|
Wire up main queue menu options
|
2019-06-22 13:48:25 -04:00 |
|
|
|
aecff619a2
|
Add queue play/remove menu
|
2019-06-22 13:48:24 -04:00 |
|
|
|
5a9c2c0698
|
Context menu to remove tracks from queue
|
2019-06-22 13:48:24 -04:00 |
|
|
|
cd094c3a64
|
Implement top level song menu
|
2019-06-22 13:48:24 -04:00 |
|
|
|
338dde08d3
|
Double click on a track to play it
|
2019-06-22 13:45:45 -04:00 |
|
|
|
9351061a8d
|
Set button state on server state change
|
2019-05-18 15:23:12 -04:00 |
|
|
|
ad04250760
|
Shuffle/repeat buttons change server state
|
2019-05-18 15:23:12 -04:00 |
|
|
|
2a1327031e
|
Handle closing and opening windows
|
2019-05-18 15:19:45 -04:00 |
|
|
|
c01a662c84
|
Tidy up more of the window handling
|
2019-05-18 15:15:10 -04:00 |
|
|
|
49269ca21b
|
Handle closing and opening windows
|
2019-05-18 15:15:10 -04:00 |
|
|
|
5f19a7401d
|
Get album list from passed in state
|
2019-05-17 16:38:55 -04:00 |
|
|
|
5591cda7fa
|
Remove NotificationsController and most == methods
|
2019-05-10 15:30:32 -04:00 |
|
|
|
ade8423a83
|
Fix bug that causes a crash when the playlist finishes
|
2019-05-10 11:09:11 -04:00 |
|
|
|
96bb9679ab
|
We don't need to pass these since the store knows
|
2019-04-30 20:55:32 -04:00 |
|
|
|
8bab7c2bf5
|
Refactor more of the things!
1. Move all the mpdClient actions into a reducer.
2. Move global stuff into their own global struct
|
2019-04-30 09:11:50 -04:00 |
|
|
|
4d2a8087ed
|
Import AppKit rather than Cocoa
Importing Cocoa pulls in CoreData, which we're not using.
https://github.com/brentsimmons/NetNewsWire/blob/master/Technotes/CodingGuidelines.md
|
2019-04-29 08:59:04 -04:00 |
|
|
|
0de001ce16
|
Give the queue its own local state
|
2019-04-29 08:31:44 -04:00 |
|
|
|
22bb7efef2
|
Completely rejigger preferences system to use ReSwift
|
2019-04-28 18:02:09 -04:00 |
|
|
|
d2d4705e87
|
Current artwork and notifications
|
2019-04-27 22:39:18 -04:00 |
|
|
|
81b0626017
|
Move database updating indicator to ReSwift
|
2019-04-27 20:48:49 -04:00 |
|
|
|
40ae6909cd
|
Album images load!
|
2019-04-27 20:48:49 -04:00 |
|
|
|
2e6c903d74
|
Mostly working, albumlist is not showing album art
|
2019-04-27 20:48:48 -04:00 |
|
|
|
5651276bd6
|
WIP: Big ReSwift refactor
|
2019-04-27 20:45:26 -04:00 |
|