Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio Recorder v2.0.0 #121

Draft
wants to merge 27 commits into
base: master
Choose a base branch
from
Draft

Audio Recorder v2.0.0 #121

wants to merge 27 commits into from

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    4b971ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19c0316 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    dd8cd4b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    2fc8729 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    dccfed3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. merge with master

    Dimowner committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ef15cc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    632a050 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    3f74462 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    593330b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    89bb893 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    ba21836 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    fa7c035 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Added FileDataSource and functions to work with files. Added RecordsD…

    …ataSource. Minor improvements.
    Dimowner committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    3e62304 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    433ea03 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    2601f3f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    dfe6ac9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Update Home screen when active record changed.

    Added Rename record dialog. Implement record rename.
    Dimowner committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    1b0c6e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Records screen implemented context menu actions. Added Rename/Delete/…

    …Save as record dialog.
    Dimowner committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b16f984 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Added more queries to Room database. Added more unit tests to Room da…

    …tabase. Inject coroutine dispatchers. Use record id as Long type, not Int.
    Dimowner committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    8b76d51 View commit details
    Browse the repository at this point in the history
  2. Sort by (date/name/duration) records functionality. Add record to boo…

    …kmarks. Show bookmarked records.
    Dimowner committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    33af901 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    e95f250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e27693 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    f101cfd View commit details
    Browse the repository at this point in the history
  2. Move RecordsViewModel outside of the RecordsScreen to fix layout Prev…

    …iew and improve testability.
    Dimowner committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    20ebe4a View commit details
    Browse the repository at this point in the history
  3. Move SettingsViewModel outside of the SettingsScreen and WelcomeSetup…

    …SettingsScreen to fix layout Preview and improve testability.
    Dimowner committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5da050d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8466042 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Make rename/move to recycle/restore from recycle/delete safer - added…

    … rollback strategy when operation failed.
    Dimowner committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d66be76 View commit details
    Browse the repository at this point in the history