Skip to content

lado936/SoundRecorder

 
 

Repository files navigation

Easy Sound Recorder 2

API Build Status Codacy Badge

A simple sound recording Android app implementing Material Design.

Icon Android app on Google Play

Contributing !

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.

Screenshots

Imgur Imgur Imgur Imgur Imgur Imgur Imgur Imgur

Building

If you want to run the app locally, do the following:

  1. Download or clone the repository
  2. If you don't have a Fabric account -> Sign up at fabric.io
  3. Declare environment variables of which the name starts with ORG_GRADLE_PROJECT_ followed by the property name (include your own Fabric apiKey and apiSecret). export ORG_GRADLE_PROJECT_soundrecorderCrashlyticsApiSecret=0cf7c9df6d057e7bb62b1427ab364e8115a75fcf7430873b6274bb094d1a8adb
    export ORG_GRADLE_PROJECT_soundrecorderCrashlyticsApiKey=cc238b2a4866c96030 Then fabric.properties file will be created automatically by Gradle on the first build. Do not commit this file to a version control, keep it secret.
  4. Import the project in your IDE (we use Gradle + Android Studio to build)
  5. You should now be able to build and run the app.

See Crashlytics Kit Setup Demo if you need more help.

Dev environment

Permissions needed for the app are:

  • 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.

Credits / Libraries used:

About

A simple sound recording Android app implementing Material Design

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%