-
Notifications
You must be signed in to change notification settings - Fork 3
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
#2: Voice notes #42
#2: Voice notes #42
Conversation
shubertm
commented
Dec 19, 2023
•
edited by kirillt
Loading
edited by kirillt
- Voice notes #2
# Conflicts: # app/build.gradle # app/src/main/java/space/taran/arkmemo/App.kt # app/src/main/java/space/taran/arkmemo/data/repositories/TextNotesRepository.kt # app/src/main/java/space/taran/arkmemo/data/viewmodels/EditTextNotesViewModel.kt # app/src/main/java/space/taran/arkmemo/files/FilePicker.kt # app/src/main/java/space/taran/arkmemo/preferences/MemoPreferences.kt # app/src/main/java/space/taran/arkmemo/ui/activities/MainActivity.kt # app/src/main/java/space/taran/arkmemo/ui/fragments/EditTextNotesFragment.kt # app/src/main/java/space/taran/arkmemo/ui/fragments/SettingsFragment.kt
# Conflicts: # app/src/main/java/space/taran/arkmemo/data/repositories/TextNotesRepo.kt # app/src/main/java/space/taran/arkmemo/preferences/MemoPreferences.kt # app/src/main/java/space/taran/arkmemo/ui/activities/MainActivity.kt # app/src/main/java/space/taran/arkmemo/ui/viewmodels/NotesViewModel.kt
# Conflicts: # app/src/main/java/dev/arkbuilders/arkmemo/data/repositories/TextNotesRepo.kt # app/src/main/java/dev/arkbuilders/arkmemo/data/repositories/TextNotesRepoImpl.kt # app/src/main/java/dev/arkbuilders/arkmemo/ui/fragments/EditTextNotesFragment.kt # app/src/main/java/dev/arkbuilders/arkmemo/ui/viewmodels/NotesViewModel.kt # app/src/main/res/values/strings.xml
Co-authored-by: Tuan Nguyen <[email protected]>
Co-authored-by: Tuan Nguyen <[email protected]>
@ShubertMunthali Could you please rebase the branch with |
Alright @tuancoltech |
Basic recording works. There are some issues, but I'm sure we can polish the app from this point. |
…e/voice-notes # Conflicts: # app/src/main/java/dev/arkbuilders/arkmemo/models/Note.kt # app/src/main/java/dev/arkbuilders/arkmemo/repo/voices/VoiceNotesRepo.kt # app/src/main/res/layout/fragment_text_notes.xml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works good, only need to catch up with main
.
Alright, we will catch up soon |