diff --git a/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json b/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json index 4072b4af76..f0a9c76d51 100644 --- a/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json +++ b/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json @@ -29,14 +29,14 @@ "web-component-tester": "*", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, - "homepage": "https://github.com/PolymerElements/iron-a11y-keys-behavior", + "homepage": "https://github.com/polymerelements/iron-a11y-keys-behavior", "_release": "1.0.5", "_resolution": { "type": "version", "tag": "v1.0.5", "commit": "cf833eab5c55a26c5aa92e56d3fcb079120ce66a" }, - "_source": "git://github.com/PolymerElements/iron-a11y-keys-behavior.git", + "_source": "git://github.com/polymerelements/iron-a11y-keys-behavior.git", "_target": "^1.0.0", - "_originalSource": "PolymerElements/iron-a11y-keys-behavior" + "_originalSource": "polymerelements/iron-a11y-keys-behavior" } \ No newline at end of file diff --git a/dashboard-ui/bower_components/paper-styles/.bower.json b/dashboard-ui/bower_components/paper-styles/.bower.json index 04e2128c81..91d22f3562 100644 --- a/dashboard-ui/bower_components/paper-styles/.bower.json +++ b/dashboard-ui/bower_components/paper-styles/.bower.json @@ -34,7 +34,7 @@ "tag": "v1.0.11", "commit": "347542e9ebe3e6e5f0830ee10e1c20c12956ff2c" }, - "_source": "git://github.com/PolymerElements/paper-styles.git", + "_source": "git://github.com/polymerelements/paper-styles.git", "_target": "^1.0.0", - "_originalSource": "PolymerElements/paper-styles" + "_originalSource": "polymerelements/paper-styles" } \ No newline at end of file diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 73534a4b7f..7972e739a1 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1231,7 +1231,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { margin-right: auto; } -@media all and (min-height: 520px) { +@media all and (min-height: 480px) { .alphabetPicker { display: block; diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 7a679c4db7..3622e65b44 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -101,7 +101,7 @@ var cacheDuration; if (AppInfo.isNativeApp) { - cacheDuration = 600000; + cacheDuration = 300000; } else if ($.browser.ipad || $.browser.iphone || $.browser.android) { cacheDuration = 10000; @@ -247,9 +247,11 @@ // When transition animations are used, add a content loading delay to allow the animations to finish // Otherwise with both operations happening at the same time, it can cause the animation to not run at full speed. - var delay = LibraryBrowser.enableFullPaperTabs() ? 500 : 0; + var enablePaperTabs = LibraryBrowser.enableFullPaperTabs(); + var delay = enablePaperTabs ? 500 : 0; var pgs = this; setTimeout(function () { + $(pgs).trigger('tabchange'); }, delay); }); @@ -1129,7 +1131,7 @@ if (item.UserData.UnplayedItemCount) { //html += '' + item.UserData.UnplayedItemCount + ''; } else if (item.UserData.Played && item.Type != 'TvChannel') { - html += '