Draft
Conversation
…ataSource. Minor improvements.
…n in milliseconds.
Added Rename record dialog. Implement record rename.
…Save as record dialog.
…tabase. Inject coroutine dispatchers. Use record id as Long type, not Int.
…kmarks. Show bookmarked records.
…iew and improve testability.
…SettingsScreen to fix layout Preview and improve testability.
… rollback strategy when operation failed.
…ord name tags to the recorded record files.
…on zero, try to restore it by analyzing file and trying to fix it, if it is broken. Supported m4a format only.
…ectly into result file.
…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.
…veform UI sometimes not gets updated.
…e ongoing import/decoding progress.
…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.
… in Compose SettingsScreen.kt.
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.