- 15 Jan, 2015 7 commits
-
-
Benson Huang authored
* commit '2c3f08c4': [FM] Move FM Radio JNI
-
Benson Huang authored
The CL is to add jni folder in packages/apps/FMRadio. https://partner-android-review.git.corp.google.com/#/c/193524/ Bug 18632972 Change-Id: Ib98143af4870eedd8752d28970ff2056577225db Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Leo Wang authored
Merge " [FM] Fix 18847131 There is no sound output from BT earphone while BT earphone is connected" into lmp-mr1-dev
-
Benson Huang authored
* commit '8e9f383e': [FM] "Getting stations" does not show when launching FM for the first time
-
Leo Wang authored
Merge " [FM] FM icon does not display in the notification bar when FM is playing" into lmp-mr1-dev
-
- 14 Jan, 2015 2 commits
-
-
Benson Huang authored
Launch FM and play a channel for the first time -> Tap Star icon to add the channel to Favorites and then tap Star icon to remove it -> Go to Radio Stations and check the view, "Getting stations" does not show, white view displays and then search channel successfully. Bug 19000983 Review: https://partner-android-review.git.corp.google.com/#/c/193405 Signed-off-by:
Benson Huang <benson.huang@mediatek.com> Change-Id: I7b347a3430d3813f98241f370d32a56095d24d2b
-
Benson Huang authored
FM powered up -> Select "Start Recording" in options menu -> Tap "STOP RECORDING" and "save recording" dialog pops up -> Tap Home key and check FM icon in the status bar, FM icon will not display in the status bar. The fix is to update playing notification when the saving dialog is shown. Bug 19001738 Review: https://partner-android-review.git.corp.google.com/#/c/193404 Signed-off-by:
Benson Huang <benson.huang@mediatek.com> Change-Id: I2edd7c548c736cf58b1e8ae13da3c0b4f62ea031
-
- 13 Jan, 2015 1 commit
-
-
Hochi Huang authored
Review: https://partner-android-review.git.corp.google.com/#/c/192445 Signed-off-by:
Hochi Huang <hochi.huang@mediatek.com> Change-Id: Ic762271f980b61503ae4e1b32118bf34ad40577f
-
- 09 Jan, 2015 1 commit
-
-
Benson Huang authored
am a1412c7e: [FM] Unable to save recorded audio from FM radio when a channel has a very long name * commit 'a1412c7e': [FM] Unable to save recorded audio from FM radio when a channel has a very long name
-
- 07 Jan, 2015 1 commit
-
-
Benson Huang authored
Launch FM app and search for FM channels -> Add one of the channels to Favorite and rename the channel with a long name (60 characters or more) -> Now play the renamed channel and start recording the audio, stop recording and tap on the save button on the pop up to save the audio -> Start recording the audio again from the same channel, stop recording and tap on the save button on the pop up to save the audio, "<audio file name> already exists" and audio is not saved. The CL is to limit the maximum length for renaming a station and fix the layout issue when the station name is too long. Bug 18844225 Review: https://partner-android-review.git.corp.google.com/#/c/192386 Signed-off-by:
Benson Huang <benson.huang@mediatek.com> Change-Id: I30eb19497e3181efe5143a39b84d9c25c3ee37a6
-
- 06 Jan, 2015 4 commits
-
-
Nicholas Sauer authored
am 0b5a1314: Merge "[FM] There is no sound in speaker while playing FM in speaker mode" into lmp-mr1-dev * commit '0b5a1314': [FM] There is no sound in speaker while playing FM in speaker mode
-
Nicholas Sauer authored
-
Benson Huang authored
Launch FM and play a station -> Plug out headphones -> Plug in headphones -> Switch to speaker mode, There is no sound via speaker. The fix is to let FM sound output via speaker. from: https://partner-android-review.googlesource.com/#/c/192523/3 Bug 18795162 Change-Id: I16fce6914ea0b3d463c1205708d11265925097e4 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Benson Huang authored
am c393989f: [FM] The channel name will not disappear on the main screen after deleting a channel from the Favorites * commit 'c393989f': [FM] The channel name will not disappear on the main screen after deleting a channel from the Favorites
-
- 05 Jan, 2015 1 commit
-
-
Benson Huang authored
[FM] The channel name will not disappear on the main screen after deleting a channel from the Favorites Enter FM radio -> Tap star icon to add the channel in the Favorites -> Rename the channel -> Tap star icon to delete a channel from the Favorites -> Check the name on the main screen, the channel name will not disappear. The CL is to fix the issue that gjalan reproduced. Bug 18847141 Review: https://partner-android-review.git.corp.google.com/#/c/192521 Signed-off-by:
Benson Huang <benson.huang@mediatek.com> Change-Id: Ib5339c1e956981bdbcff74767b5c422d2e4fcf8b
-
- 01 Jan, 2015 5 commits
-
-
Nicholas Sauer authored
am 51530a28: Merge "[FM] FM recording time will display incorrectly when recording time is beyond 60 minutes" into lmp-mr1-dev * commit '51530a28': [FM] FM recording time will display incorrectly when recording time is beyond 60 minutes
-
Nicholas Sauer authored
am 663032eb: Merge "[FM] If recording to fill up SD card, "insufficient storage" warning will not show up on the save recording dialog" into lmp-mr1-dev * commit '663032eb': [FM] If recording to fill up SD card, "insufficient storage" warning will not show up on the save recording dialog
-
Benson Huang authored
* commit 'fc770ea3': [FM] FM will not change to FM main view after re-plugging in the earphone
-
Nicholas Sauer authored
Merge "[FM] FM recording time will display incorrectly when recording time is beyond 60 minutes" into lmp-mr1-dev
-
Nicholas Sauer authored
Merge "[FM] If recording to fill up SD card, "insufficient storage" warning will not show up on the save recording dialog" into lmp-mr1-dev
-
- 31 Dec, 2014 16 commits
-
-
Benson Huang authored
Launch FM from Launcher and power up FM -> Select "Start Recording" in options menu, check the Recording Timer Text ("00m00s" is OK) -> Wait for FM recording more than 60 minutes (e.g. 61 minutes 20 seconds), click power key to unlock screen and check the recording timer text in FM record, the recording timer text will be "00m20s". The fix is to follow SoundRecorder's way to show recording timer. from: https://partner-android-review.googlesource.com/#/c/192375/1 Bug 18842895 Change-Id: Iefb385ab855e2e940d23632502c35bc3e27ad8a5 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Benson Huang authored
[FM] If recording to fill up SD card, "insufficient storage" warning will not show up on the save recording dialog Select "Start Recording" in options menu -> Wait for SD storage to be nearly fully occupied, The save recording dialog will show up, but without "insufficient storage" warning on dialog UI. The fix is to show "insufficient storage" toast in this situation. Bug 18832487 from: https://partner-android-review.googlesource.com/#/c/192347/ Change-Id: I117c61d503349745d65fb5595c935c90c0b29e31 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Benson Huang authored
Launch FM and play -> Plug out headphone quickly -> Plug in headphone quickly -> Repeat step 2~3 several times -> Check the FM screen, FM will not change to FM main view after re-plugging in the earphone. The fix is to let FM change to main activity after re-plugging in the earphone. Bug 18836352 from: https://partner-android-review.googlesource.com/#/c/192346/ Change-Id: Ib924356e83f794560b91e47b5b35f2087eb876d7 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Nicholas Sauer authored
am 0dedb6b1: Merge "[FM] "Speaker on/headset" should not be available while BT earphone is connected" into lmp-mr1-dev * commit '0dedb6b1': [FM] "Speaker on/headset" should not be available while BT earphone is connected
-
Nicholas Sauer authored
am 13d85883: Merge "[FM] PS will disappear after refreshing stations if the station is not added to Favorites" into lmp-mr1-dev * commit '13d85883': [FM] PS will disappear after refreshing stations if the station is not added to Favorites
-
Nicholas Sauer authored
am b1bbbc13: Merge "[FM] The channel name will not disappear on the main screen after deleting a channel from the Favorites" into lmp-mr1-dev * commit 'b1bbbc13': [FM] The channel name will not disappear on the main screen after deleting a channel from the Favorites
-
Nicholas Sauer authored
* commit '0842b6d0': [FM] FM recording can not be stopped in notification bar
-
Nicholas Sauer authored
am e08e77f1: Merge "[FM] FM recording name which contains "%" can not be played in FM" into lmp-mr1-dev * commit 'e08e77f1': [FM] FM recording name which contains "%" can not be played in FM
-
Nicholas Sauer authored
Merge "[FM] "Speaker on/headset" should not be available while BT earphone is connected" into lmp-mr1-dev
-
Nicholas Sauer authored
Merge "[FM] PS will disappear after refreshing stations if the station is not added to Favorites" into lmp-mr1-dev
-
Nicholas Sauer authored
Merge "[FM] The channel name will not disappear on the main screen after deleting a channel from the Favorites" into lmp-mr1-dev
-
Nicholas Sauer authored
-
Nicholas Sauer authored
-
Benson Huang authored
Launch FM Radio and play -> Turn on BT and connect with BT earphone -> Enter FM again and check "Speaker on/headset" , "Speaker on/headset" will be available. The fix is to also check BT headset is connected or not when enabling menu item. Bug 18795153 from: https://partner-android-review.googlesource.com/#/c/192377/2 Change-Id: Ia6d78b85563389f193860820447273a27e76d050 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Benson Huang authored
Launch FM and play a station with PS(the station is not added to Favorites) -> Refresh channels -> After searching out the channels and tap Back key -> Check the PS information, PS information will disappear. The fix is to set correct station name. from: https://partner-android-review.googlesource.com/#/c/192378/ Bug 18842996 Change-Id: Ib691d3d1472fe032f528987173d3b186ee17bf06 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Benson Huang authored
[FM] The channel name will not disappear on the main screen after deleting a channel from the Favorites Enter FM radio -> Tap star icon to add the channel in the Favorites -> Rename the channel -> Tap star icon to delete a channel from the Favorites -> Check the name on the main screen, the channel name will not disappear. The CL is to fix this issue. Bug 18847141 from: https://partner-android-review.googlesource.com/#/c/192388/1 Change-Id: Ia8331caa460f3bf0036c3470705e37d8aaf14e5a Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
- 30 Dec, 2014 2 commits
-
-
Benson Huang authored
Select "Start Recording" in options menu -> Press "Home" key, drag-down notification bar -> Tap "stop recording" button -> Check the screen, "Save recording?"dialog will not pop up. The fix is set different intent actions to distinguish which intent is called at onNewIntent(). If clicking stop button, need to stop recording. Bug 18849361 from: https://partner-android-review.googlesource.com/#/c/192387/ Change-Id: I229c8cf7c44c7a9ba3b2ba752a47cbcda4690b37 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Benson Huang authored
Select "Start Recording" in options menu -> Stop recording and "Save recording" pops up -> Rename the recording file to contain "%" -> Save recording and tap "LISTEN", Saved recording file can not be played and "Couldn't play the track you requested." displays. The fix is to encode the record name. from: https://partner-android-review.googlesource.com/#/c/192398/1 Bug 18849397 Change-Id: I2b58dad093865845fd598483e96775a192946c4c Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-