Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/instrumented_tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Android Instrumented Tests

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
Expand Down
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions .idea/deviceManager.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,14 @@ There are some optional permissions, but they aren't necessary to the core audio
playing stuff.

- :telephone_receiver: **Phone State** : To handle incomming calls during a recording.
- :world_map: **Location** : Some mediacodec like `acc` and `three_gpp` can add a additional
- :world_map: **Location** : Some mediacodec like `acc` and `three_gpp` can add a
location data with the recording.You can view this location data on other devices which can read
metadata.

## :new: What's new

The latest update to the **RecorderApp** contains some improvements with the media player
The latest update to the **RecorderApp** makes the Player audio graph smoother alongside scrollable
to seek player position

## :next_track_button: What's next

Expand Down Expand Up @@ -116,7 +117,7 @@ Contributions are always welcomed from the community

### :curly_loop: Feedback and Support

A app is never perfect there may issue here and there which are not caught.If you encounter any
AN app is never perfect there may issue here and there which are not caught.If you encounter any
issues, have suggestions for new features, or just want to share your thoughts, please don't
hesitate to reach out by creating a new [Issue](https://github.com/tuuhin/RecorderApp/issues) on
GitHub. Your feedback is invaluable!
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "com.eva.recorderapp"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.compileSdk.get().toInt()
versionCode = 13
versionName = "1.4.3"
versionCode = 14
versionName = "1.4.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Loading
Loading