History log of /packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ac671db7cb0ad49c8957acd4698e6139dfdb8b94 04-May-2011 Conley Owens <cco3@android.com> am b67bae5b: Merge "Playback in SoundRecorder interrupted by screen timeout."

* commit 'b67bae5b38b919cb113321ff0fc55b52c5a924fc':
Playback in SoundRecorder interrupted by screen timeout.
8eced4bcd84e4006672dc9512f06e7f553c410c1 25-Mar-2011 Eva2 Jonsson <eva2.jonsson@sonyericsson.com> Playback in SoundRecorder interrupted by screen timeout.

The same wakeLock as is used for recording is also applied for playback
to be able to preview/play the entire recorded sound without the preview
being interrupted.

Change-Id: I17f9f89bc98cf0d8be8b0f07b8d67ee240af1409
/packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java
27a66070449c91de9177fe6a9ac48381608c517d 27-Apr-2011 Conley Owens <cco3@android.com> am cb5f20f3: am 7bdedbec: Merge "Added missing duration field to database record insertion."

* commit 'cb5f20f31da35ad29afc2269f08b14d2d38dd64b':
Added missing duration field to database record insertion.
0508261c0f215eaa82a161158404cb317727b3f8 16-Apr-2011 Sahil Verma <vermasque@gmail.com> Added missing duration field to database record insertion.

This addresses AOSP Google Code Issue 15841.
When an audio recording sample is saved to the media
database, attributes like audio title are stored in a
database record. However, the duration of the sample
was not being stored. Therefore, an application that
queried attributes for a sample would get an incorrect
record; the record would contain a default duration of
0 ms. The fix was to add the recorded sample's length
to the list of attributes put into the database record.
Note that the sample's length is in seconds and had to
be converted to milliseconds as described in the
documentation for the duration audio column.

This bug could have been prevented if the database
schema for duration audio column required a non-null
value with no default.

Change-Id: I80e4f8feb7d9f1050baf1e7c44323123b9d6b6b0
Signed-off-by: Sahil Verma <vermasque@gmail.com>
/packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java
f2ef799d0826b6d4f9bb3727f7878545b3ad29b9 04-Mar-2011 Ben Murdoch <benm@google.com> Add missing copyright notices.

Bug: 3498644
Change-Id: I1cd2b21ed840d7e883d3984aee7bf7b653b41751
/packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java
9913636a48ba71e91d45e6805bfe3e41ac877263 04-Mar-2011 Ben Murdoch <benm@google.com> Remove "Press Record" text

Bug: 3498644

Change-Id: Iccac0e68ee0366d9e05d2abe268cbfddf6dbe2eb
/packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java
9a879fc7b23550a6b1d84535df02528ed0f49f27 05-Mar-2010 Gloria Wang <gwang@google.com> Allow content of type */* in SoundRecorder, and use 3GPP as the default format.
Fix for bug 2370421.
/packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java
615384c62e2906613590e6f33a37f7dfe4276a59 05-Oct-2009 Jean-Michel Trivi <jmtrivi@google.com> Fix bug 2157484 where SoundRecorder can crash when trying to record during a call.
On some platforms, you cannot be in a phone call and record audio
at the same time. In such a situation, the MediaRecorder throws a Runtime
exception. This CL catches this exception and checks whether a call
is underway or not. If it is, it will display an alert to the user
indicating recording cannot be performed during a call.
/packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java
ab8a7ebf7c5849327afac9a5190f0c516272cfea 13-May-2009 Jianhong Jiang <jianhong@google.com> Update SoundRecorder to use new AMR format OutputFormat.AMR_NB
/packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java
45fd319136b87911aae50269618b51c4a5902ad9 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java
c308fa194a7b899cc7706429c3ea44b09966a2b1 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java
81ddfee16eb3d64ede19eeb8d5d9ca2e7d692ec0 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@132589
/packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java
db20fc1914f2cc6026be9f64f193c15df2997b17 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@137055
/packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java
cefd3e81da22167a56c89a8794c9b8dfe67a7673 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java
e2118f54af4c5215bd988979769e383292b9c9cb 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/SoundRecorder/src/com/android/soundrecorder/SoundRecorder.java