Skip to content

Releases: CDrummond/lms-material-app

0.4.1

18 Mar 07:55
Compare
Choose a tag to compare

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

22 Jan 09:18
Compare
Choose a tag to compare

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

20 Dec 09:10
Compare
Choose a tag to compare

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

18 Nov 20:40
Compare
Choose a tag to compare

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

05 Jul 08:31
Compare
Choose a tag to compare

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

11 Jul 20:30
Compare
Choose a tag to compare

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

08 May 08:44
Compare
Choose a tag to compare

Improved

• Incrementally change volume when press-and-hold hardware buttons.
• Add 'Default player' setting
• Add 'Only control default' setting

0.1.4

19 Sep 06:34
Compare
Choose a tag to compare

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

05 Sep 08:48
Compare
Choose a tag to compare

Fixed

• Pass all URLs (apart from settings, quit, and launch player) onto user's browser.

0.1.2

16 Jul 09:07
Compare
Choose a tag to compare

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.