Skip to content

Releases: RasmusKoit/abs_wear

1.0.5

03 Mar 16:58
271136d
Compare
Choose a tag to compare

What's Changed

  • Bump flutter_svg from 2.0.9 to 2.0.10+1 by @dependabot in #8
  • Add Fluttertoast package for error messages by @RasmusKoit in #13
  • Closes #12 by adding toast message to inform user on errors

Full Changelog: 0.0.9...1.0.5

0.0.9

21 Feb 13:44
891fc33
Compare
Choose a tag to compare

Full Changelog: 0.0.7...0.0.9

What's Changed

New Features

  • Player Rework: We've made significant changes to the player for a better user experience. (#9)
  • Player View: A new player view has been added to the player page for a more streamlined interface.
  • Control View Page: We've added a Control View Page to the player view for better control and navigation.
  • Split Controls and Player: The player page now has split controls and an actual player for a more organized layout.
  • Bumps Android Target Version (#10)

Improvements

  • Audio Player API Handling: We've improved the handling of the audio player API for a smoother audio experience.
  • Exports: We've added exports for the audio player, controls view, and player page for better modularity.
  • Padding and JumpTo() Method: We've updated the padding and added a jumpTo() method for better navigation with Scrollbar.
  • Library Page State Initialization and UI Layout: We've refactored the Library Page state initialization and UI layout for a cleaner and more efficient codebase.
  • Localization Files: We've updated the localization files for English and Spanish for a more localized user experience.

Bug Fixes

  • Buffering Issue in Player Page: We've fixed a buffering issue in the player page for a smoother audio playback.

Deprecations and Renames

  • TextScaleFactor to TextScaler: We've deprecated textScaleFactor and replaced it with textScaler for better text scaling.
  • Renames: We've made some renames in the codebase for better readability and understanding.

Removals

  • Deprecated TextScaleFactor: We've removed the deprecated textScaleFactor from the codebase.

0.0.7

16 Feb 18:43
aad79f4
Compare
Choose a tag to compare

Full Changelog: 0.0.6...0.0.7

Version 0.0.7

  • Refactored library page UI.
  • Handled player exceptions.
  • Fixed issue of picking audio when multiple files exist.
  • Added support for semi-offline media playback.
  • Added Scrollbar.
  • Added media controls page.
  • Added imports and dispose methods to LoginPage.
  • Improved handling of TextFormFields for multiline support.
  • Added VIBRATE permission to AndroidManifest.xml.
  • Updated dependencies in pubspec.yaml.
  • Updated build.gradle files for Android and added plugin configuration.
  • Added volume control and page navigation.
  • Added translations for controls and offline listening.

0.0.6

15 Feb 21:39
0f07006
Compare
Choose a tag to compare
Add write permissions to contents in build workflow

0.0.5

14 Feb 22:05
Compare
Choose a tag to compare

Full Changelog: 0.0.1...0.0.5

  • Version 0.0.5 (Current)

    • Update package name and imports
  • Version 0.0.4

    • Update project description in README.md
  • Version 0.0.3

    • Update Android keystore path and credentials
  • Version 0.0.2

    • Merge changes from the master branch
    • Bump version
  • Version 0.0.1

    • Initial release with various updates and enhancements

Commit Details:

  • Improved package name and imports.
  • Updated project description in README.md.
  • Adjusted Android keystore path and credentials.
  • Merged changes from the master branch, bumped version.
  • Various updates and enhancements for the initial release.

Note: This is a condensed overview. Refer to the commit details for a comprehensive list of changes.