Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Releases: rkalis/ionic-soundboard

MediaService

04 Feb 20:35

Choose a tag to compare

  • Moved all audio playback into a MediaService
  • Changed default kalis.me url to https
  • Changed the app name to SoundBoardApp inside Ionic

Preferences Page

20 Aug 18:39

Choose a tag to compare

  • Added a Preferences Modal Page
  • Bug fixes

Preferences

19 Aug 09:42

Choose a tag to compare

  • Moved base url and sounds file variables to a preferencesService
  • Added a cachingEnabled variable to the preferencesService
  • Changed the way favourites are stored in the Ionic Storage (now a single list of titles)

Caching

12 Aug 09:17

Choose a tag to compare

  • Added local caching using the Ionic Native File and FileTransfer Plugins
  • Added Audio playback of local and remote files using the Ionic Native Media plugin

JSON API

18 Jul 11:29

Choose a tag to compare

This release introduces a new JSON API, making the app incompatible with the previous HTML API.

Favourites

18 Jul 11:29

Choose a tag to compare

This release updates to Ionic 3, removes some redundant features such as random colours, and adds a favourites feature.

v1.0.0

24 Oct 12:54

Choose a tag to compare

Initial release