AudioNote Versions Save

An open source simple audio note taking app built to demonstrate android development best practices.

v0.1.5.2

1 year ago

What's Changed

What's new in AudioNotes v0.1.5.2?

This release introduces android 13 themed app icon support and improves the audio recording feature

Bug fixes

  • Minor bug fixes

Improvements

  • Add Android 13 themed app icon support
  • Add checks to remove unused/unsaved files

Full Changelog: https://github.com/certified84/AudioNote/compare/v0.1.5.1...v0.1.5.2

v0.1.5.1

1 year ago

What's new in AudioNotes v0.1.5.1?

Removed Firebase SDKs

Full Changelog: https://github.com/certified84/AudioNote/compare/v0.1.5...v0.1.5.1

v0.1.5

1 year ago

What's Changed

New Contributors

What's new in AudioNotes v0.1.5?

This is the third stable release of the Audio Notes application. With this release, you'll be able to share your recorded files.

Bug fixes

  • Minor bug fixes

Improvements

  • Add file sharing feature
  • Add Firebase crashlytics and performance SDK for performance monitoring

Full Changelog: https://github.com/certified84/AudioNote/compare/v0.1.4...v0.1.5

v0.1.4

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/certified84/AudioNote/compare/v0.1.3...v0.1.4

What's new in AudioNotes v0.1.4?

This is the second stable release of the AudioNotes application

Bug fixes

  • Fixed bug with saving note with existing title
  • Fixed bug with rounding up decimal when saving note in languages other than EN
  • Fixed crash with saving empty note

Improvements

  • Minor improvement of the application UI based on review
  • Fully translatable to Italian thanks to @gdonisi

v0.1.3

2 years ago

Full Changelog: https://github.com/certified84/AudioNote/compare/v0.1.1-beta01(12012022)...v0.1.3

What's new in AudioNotes v0.1.3?

This is the first stable release of the AudioNotes application

Bug fixes

  • Fixed bug with saving the correct audio length

Improvements

  • The application can now properly display the size of each recording.
  • Improved the timer/stopwatch used in the application.
  • Switched to Kotlin Flows (reactive programming framework) to better observe data in room database.

v0.1.1-beta01(12012022)

2 years ago

This is a beta release. It might not run properly on some devices

Full Changelog: https://github.com/certified84/AudioNote/commits/v0.1.1-beta01(12012022)