Skip to content

Latest commit

 

History

History
95 lines (52 loc) · 1.32 KB

File metadata and controls

95 lines (52 loc) · 1.32 KB

3.4.0

  • Support Linux

3.3.3

  • Downgrade the android compileSdk version to 34

3.3.2

  • Fix the audio session cannot be activated after background resume on iOS

3.3.1

  • Update README.md

3.3.0

  • Support Windows

3.2.0

  • Add isMuted and setMute functions

3.1.0

  • Support MacOS

3.0.2

  • Remove method maxVolume and muteVolume

3.0.1

  • iOS: Fix music stops when opening the app.

3.0.0

  • Change the singleton to instance
  • Rename listener to addListener
  • iOS: Improve the performance of volume change listener

2.0.8

  • iOS: Update removeObserver may crash issue

2.0.7

  • Android: Update build.gradle

2.0.6

  • iOS can hide the system UI by showSystemUI

2.0.5

  • Android: Update Versions of Kotlin, Gradle, Gradle Android Pluign

2.0.4

  • Fix iOS Audio mute after resume from background

2.0.3

  • Andorid: Migrate maven repository from jcenter to mavenCentral

2.0.2

  • VolumeController class change to singleton
  • Add "removeListener" function
  • Add show/hide volume system UI (only for android now)

2.0.1

  • Fix iOS Bug

2.0.0

  • Fix iOS Bug
  • Migrate to null safety

1.0.1+1

  • Update Comment

1.0.1

  • Add maxVolume function and muteVolume function
  • Update README.md
  • Update example

1.0.0

  • Android: Support get/set/volume
  • iOS: Support get/set/volume