Releases: CDrummond/lms-material-app
Releases · CDrummond/lms-material-app
0.4.1
Improved
• Added ability to specify Squeezelite options.
Fixed
• Catch exceptions when launching PDF viewer.
• If receive 404 error when loading show settings page.
0.4.0
Improved
• Add options to start local player; SB Player, SqueezePlayer, or SqueezeLite (via Termux)
• Use light theme for 'Application' settings if skin is set to a light theme
0.3.1
Improved
• Improve look of selection menus in WebView.
• Set navigation and status bar colors for settings activty.
• Set initial navigation and status bar colors for main activity.
• Use custom toast class so that colors can be configured.
• Remove margin from application settings.
0.3.0
Improved
• When adding a URL via Android's share system, show a dialog asking which player to share to and add buttons for play, add, or insert.
• Add option to auto-discover servers when connection is lost (enabled by default).
0.2.1
Improved
• Don't use WebView's app cache - deprecated.
• Disable webview scrollbars.
• Tell MaterialSkin to not embed PDF files, and use intent to open these with phone's PDF viewer. Requires skin version 2.10.0, or later.
0.2.0
Improved
• Added download support (requires Material Skin 2.6.0, or newer).
Fixed
• Show default player name / ID in preferences if set.
• Use Uri.Builder to construct connection URL.
• Fix stopping of notification service.
0.1.5
Improved
• Incrementally change volume when press-and-hold hardware buttons.
• Add 'Default player' setting
• Add 'Only control default' setting
0.1.4
Improved
• Add ability to decrease zoom, not just increase.
• Add option to control whether application is shown over lock screen or not.
0.1.3
Fixed
• Pass all URLs (apart from settings, quit, and launch player) onto user's browser.
0.1.2
Improved
• Added support for servers requiring authentication.
Fixed
• Only open '/material' links in this app, open others in user's browser.
• When set to pause or mute players during calls, get list of powered on and playing players and only control those.
• When set to pause or mute players during calls, only perform action if webview was acive within 5 seconds or notification is shown.