A simple sound recording Android app implementing Material Design.
Contributors are more than welcome. Feel free to report bugs, fix bugs, implement new features, improve translations, increase test coverage, or write documentation.
Please, read Contributing guidelines before opening new issues or submitting pull requests to this repository.
If you want to run the app locally, do the following:
- Download or clone the repository
- Import the project in your IDE (we use Gradle + Android Studio to build)
- Setup Crashlytics (you need Firebase and Fabric.io accounts for this)
- You should now be able to build and run the app.
See Add Firebase to your Android project and Get started with Firebase Crashlytics if you need more help.
- Android Studio 3.4 is used for development
- Gradle 5.4 is used to build the project
- Android SDK 9.0 (Pie), API level 28
- Java 1.6
- record audio
- write to external storage (to store recordings)
- read from external storage (to playback recordings)
- internet access (for stats collection)
Since February 2017 Google enforces a strict privacy policy requirement for apps using sensitive permissions (the RECORD_AUDIO permission). See Privacy Policy of Easy Sound Recorder 2.