Commit Graph

95 Commits

Author SHA1 Message Date
jcass
c8203b2814 docs:Update README. 2016-05-05 20:08:26 +02:00
jcass
2ab8e9baa0 docs:Update README. 2016-05-05 20:06:39 +02:00
jcass
30ac2a5065 New icons for 'PLAY' and 'PLAY_ALL' action. 2016-05-05 07:24:19 +02:00
jcass
7de3476b5a Add 'Folder' FontAwesome icon on the Browse pane. 2016-04-28 14:45:40 +02:00
jcass
4474658d39 Reduce number of DOM manipulations to improve performance. 2016-04-27 10:27:15 +02:00
jcass
7daf5a7383 Modularise controls.js. Fixes 124
Make default click action user-configurable. Fixes #133.

Optimise updating of now-playing icons. Fixes #184.
2016-04-27 10:05:24 +02:00
John Cass
3dfbd76a83 * Retrieve album cover and artist images using MusicBrianz ID, if available.
* Retrieve album cover and artist images using MusicBrianz ID, if available.
2016-04-19 17:15:05 +02:00
jcass
9347c7d557 Upgrade media progress timer. Modularise progress_timer.js. 2016-04-03 14:53:41 +02:00
jcass
db006f6c54 Remember selection of which backend to search.
Fixes #130.
2016-03-19 00:20:27 +02:00
jcass
21f16fb17b fix:Display album / artist information when browsing tracks.
Fixes #99. Fixes #126.
2016-03-16 16:25:52 +02:00
jcass
9c0e1cc56e fix:Don't create Mopidy models manually.
Fixes #172.
2016-03-06 22:51:18 +02:00
jcass
785d923fcf docs:Fix travis and coveralls link targets to point to correct repository. 2016-03-05 15:06:13 +02:00
jcass
8d9074a733 Add tox environment configuration for linters. 2016-03-05 14:59:22 +02:00
Nick Steel
81948a0545 Bump version and release date 2016-03-01 20:39:55 +00:00
jcass
c132f9b5df fix:Replace Javascript dialogs and buttons with jQuery Mobile equivalents.
Use 'm3u' format for saving playlists. Invalidate the playlist cache on refresh or external changes.

Replace links with buttons and text with icons.

Fixes #113. Fixes #173. Fixes #177.
2016-02-29 20:35:32 +02:00
jcass
34e2abf612 Bundle vendorized copy of Mopidy.js.
Fixes #175.
2016-02-23 07:14:51 +02:00
jcass
5290f81d8c fix:Retrieve album images using new mopidy.library.getImages format.
Fall back to using track artist if album artist is not available.

Fixes #128.
2016-02-18 13:10:21 +02:00
jcass
a28969aa9e docs:Update changelog. 2016-02-15 07:38:31 +02:00
jcass
4d20b13f51 fix:Disable volume slider change events while user is busy dragging the slider.
Fixes #168.
2016-02-15 07:35:46 +02:00
jcass
a1b6cdbea1 fix: remove volume slider timer.
Fixes #162.
2016-02-14 17:29:23 +02:00
jcass
f5e372a70d fix:Avoid polling for current track and time changes.
Fixes #40.
2016-02-14 17:09:40 +02:00
jcass
f4c1a7e0b3 docs:Update changelog. 2016-02-14 10:38:01 +02:00
wagamama
ae72b09f29 fix:Prevent mobile devices from scaling up when in landscape mode.
Fixes #157.
2016-02-05 08:26:47 +02:00
wagamama
2e874b2f99 Split out and update vendor libraries. 2016-02-05 08:19:45 +02:00
jcass
d7bd3736b2 docs:Update changelog. 2016-02-04 22:06:13 +02:00
jcass
ad4757d979 fix:Fix CSS typo. 2016-02-04 22:05:08 +02:00
jcass
54e835b623 fix:Replace jquery.truncate.js with text-overflow: ellipses. 2016-02-04 21:46:11 +02:00
jcass
f75842488d docs:Update changelog with release date. 2016-02-04 18:30:28 +02:00
Nick Steel
af0ce8503b Merge branch 'develop' of github.com:pimusicbox/mopidy-musicbox-webclient into develop 2016-02-04 15:59:32 +00:00
Nick Steel
a9b7b3febd Added changelog entry 2016-02-04 13:52:27 +00:00
jcass
c0fbffcdb6 fix:Bump Mopidy version dependency for M3U-related features.
Fixes #147.
2016-02-04 07:10:40 +02:00
jcass
7991e94042 docs:Update changelog to show issues under correct headings. 2016-02-03 09:25:21 +02:00
jcass
19363e1476 Merge remote-tracking branch 'upstream/develop' into fix/79_explicit_2
Conflicts:
	README.rst
2016-01-31 06:46:25 +02:00
jcass
a9338a6ec8 fix:Use explicit Mopidy.js calling convention. 2016-01-30 13:54:40 +02:00
jcass
e90f5edcea docs:Update changelog. Fixes #148. 2016-01-30 13:37:13 +02:00
Nick Steel
04e7f118ac Merge branch 'fix/144_header_text_truncation' of https://github.com/jcass77/Mopidy-MusicBox-Webclient into jcass77-fix/144_header_text_truncation 2016-01-28 19:33:56 +00:00
Nick Steel
c9fa8b3bbe Merge pull request #142 from jcass77/fix/mute_events
Add event handling for 'muteChanged' event
2016-01-28 19:04:13 +00:00
jcass
029840ea20 doc: Add changelog entry for title bar fix. 2016-01-28 17:01:33 +02:00
jcass
a6c151daa6 docs: Remove duplicated changelog entry. 2016-01-28 12:40:50 +02:00
jcass
fd7c8ec8d3 docs: Fix markdown. 2016-01-28 12:36:53 +02:00
jcass
480ef74d3e docs: QA link references. 2016-01-28 12:31:08 +02:00
jcass
a16d477068 docs: Split changelog into enhancement and fixes section. 2016-01-28 12:24:11 +02:00
jcass
ebec7a1605 docs: Update changelog with all closed issues and merged PRs since release 2.0.0. 2016-01-28 12:16:19 +02:00
jcass
56b05fce52 docs: Add links to issues referenced in README.rst. 2016-01-28 11:21:51 +02:00
Stein Magnus Jodal
833a923284 docs: Fix date format, add missing release dates 2016-01-27 20:34:54 +01:00
jcass
9b76305e3f Update changelog. Fixes #141. 2016-01-27 07:21:12 +02:00
jcass
eea716d8cd Swop mute / un-mute icons back. 2016-01-26 17:42:31 +02:00
jcass
ac86e1918e Update changelog. 2016-01-26 16:57:31 +02:00
jcass
14246cb7d1 Update changelog. 2016-01-26 16:33:27 +02:00
jcass
fb3f8dda3f Fix mute/unmute functionality: now also works if user unmutes by sliding volume manually. 2016-01-24 21:29:32 +02:00