Skip to content

A simple sound recording app implementing Material Design

License

Notifications You must be signed in to change notification settings

hyperov/SoundRecorder

This branch is 116 commits ahead of dkim0419/SoundRecorder:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c40e3f · Nov 1, 2019
Nov 1, 2019
Oct 12, 2016
Nov 1, 2019
Nov 1, 2019
Oct 31, 2019
Oct 31, 2019
Sep 26, 2018
Mar 30, 2017
Oct 31, 2019
May 22, 2017
Oct 31, 2019
Sep 5, 2018
Aug 27, 2018
Feb 26, 2015
Dec 24, 2014
Jan 4, 2015

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. Import the project in your IDE (we use Gradle + Android Studio to build)
  3. Setup Crashlytics (you need Firebase and Fabric.io accounts for this)
  4. 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.

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 app implementing Material Design

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%