Skip to content

Audio Recorder v2.0.0#121

Draft
Dimowner wants to merge 121 commits intomasterfrom
feature/v2
Draft

Audio Recorder v2.0.0#121
Dimowner wants to merge 121 commits intomasterfrom
feature/v2

Conversation

@Dimowner
Copy link
Copy Markdown
Owner

@Dimowner Dimowner commented Jun 2, 2024

Release v2.0.0:

Completely rework the app by adopting a new architecture written in Kotlin, designing the UI with Android Compose, integrating a Room database, using ExoPlayer for media playback, and Hilt for dependency injection. Despite these substantial changes, the app’s existing user interface will remain mostly unchanged. Additionally, focusing on achieving robust unit test coverage. These enhancements are expected to significantly enhance app stability, accelerate feature delivery, and mitigate concerns about introducing new bugs.

Dimowner and others added 27 commits January 21, 2024 15:24
Added Rename record dialog. Implement record rename.
…tabase. Inject coroutine dispatchers. Use record id as Long type, not Int.
…SettingsScreen to fix layout Preview and improve testability.
@Dimowner Dimowner marked this pull request as draft June 2, 2024 09:03
@Dimowner Dimowner added the version 2 Planned to implement in app release v2.0.0 label Jun 2, 2024
Dimowner added 30 commits March 6, 2026 00:01
…on zero, try to restore it by analyzing file and trying to fix it, if it is broken. Supported m4a format only.
…o a shared class MediaRecorderBase.kt and reused it.
…or rebooted. Pause playback(V2) when headphones switched off from the device.
…s stopped when available space less than 10 seconds of recording.
…me setting, Audio Source selection and Max recording duration setting.
…it in HomeActivity so AppTheme recomposes immediately when the toggle changes.
… (dark when in dark theme or light otherwise).
…n when the TouchPanel is visible, so users can scroll to the last items.
…html to show it formatted in Compose SettingsScreen.kt.
…s a branch in TransparentRecordingActivity: when Prefs.isAppV2() is true, it generates a V2 record name and starts AudioRecordingService; otherwise, it keeps the existing legacy flow.
…ide with existing proguard-rules.pro to fix release config build issues.
…rtcut it will start recording with RecorderV2 if pref setting isAppV2 is true.
…ate the name inside the service using the already-injected prefs, eliminating the need for callers to know about naming logic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

version 2 Planned to implement in app release v2.0.0 work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant