bajabob / FastPhrase

A voice recording application inspired by emergency crews
0 stars 0 forks source link

Recording Compatibility #74

Closed bajabob closed 8 years ago

bajabob commented 8 years ago

As a user with a device not supported by Android's MediaRecorder [API 22] I require a different recording method. As such, when the first recording view fails to load this new view should load instead (already completed). This new view is called the RecordCompatFragment (located in record/). It is opened when the RecordFragment fails (for instance on a Note 4). The purpose of this fragment is to gracefully provide microphone recording support without the user knowing something went wrong in the original recording view.

As a developer of the RecordCompatFragment it is my job to complete the following:

bajabob commented 8 years ago

@mdyl Please be sure to do this in a feature branch, feature/74-record-compat

bajabob commented 8 years ago

This was changed into a portion of the application that lets the user know the microphone is currently in use. This feature is now complete.