- 01 Apr, 2015 1 commit
-
-
The Android Automerger authored
-
- 26 Mar, 2015 1 commit
-
-
Benson Huang authored
Listen to FM -> switch to loudspeaker mode -> now go to music player to listen to music with earphone connected, Music switches to loudspeaker mode automatically even when the earphones are connected. Bug 19729515 from: https://partner-android-review.googlesource.com/#/c/209191/ Change-Id: I17f84a6ceb63783ca7627eab2b8dd6bf59fe151b Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
- 16 Feb, 2015 1 commit
-
-
The Android Automerger authored
-
- 11 Feb, 2015 1 commit
-
-
Benson Huang authored
In the saving the recording dialog box the "Discard" button is truncated to 2 (two) letters. Currently we use the most obvious and explicit translation of ".. .........". This can be shortened, if required, but not to 2 letters anyway. Please provide more space. The fix is to change the layout. Bug 19206787 from: https://partner-android-review.googlesource.com/#/c/202243/1 Change-Id: I328783efd2cbb959b658824b683391a81e48af0c Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
- 10 Feb, 2015 1 commit
-
-
Tony Kuo authored
[Modify] Use a decimal comma (,) instead of a decimal period(.) when showing frequency throughout the application. from: https://partner-android-review.googlesource.com/#/c/201685/ Bug:19206785 Change-Id: Ib98725442186dad65b0acd93ec61798024b8413a Signed-off-by:
Tony Kuo <tony.kuo@mediatek.com>
-
- 06 Feb, 2015 1 commit
-
-
The Android Automerger authored
-
- 04 Feb, 2015 1 commit
-
-
Benson Huang authored
Launch FM radio app with headset connected -> Play any channel -> Tap on pause button -> Observe saved recordings option in options menu, saved recording option is disabled. Bug 19203981 from: https://partner-android-review.googlesource.com/#/c/200585/ Change-Id: Ia0ce4fe0efbdf3e4d64ffb6b573d27f068c8d260 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
- 29 Jan, 2015 2 commits
-
-
The Android Automerger authored
-
Nicholas Sauer authored
-
- 28 Jan, 2015 2 commits
-
-
Benson Huang authored
Launch FM radio and play -> Stop FM -> Turn on BT and connect with BT earphone with A2DP -> Open FM and resume playing, there is no sound output after step 4. Bug 19171819 from: https://partner-android-review.googlesource.com/#/c/199683/ Change-Id: I01d3975387840d9356c6f80d1f411eeb8526f930 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Benson Huang authored
[FM] Only space character should not be allowed while renaming a FM channel or a recorded audio file Launch FM app and plug in a wired headset -> Star mark a channel to add it favorite -> Go to favorite, tap on the menu (3 dots) and tap on rename to rename the channel -> Enter only spaces and save the channel -> Record an audio and on the dialogue, rename it with only spaces and tap on save, the channel names and audio files are saved without any error message. While playing this channel, FM notification shows no name because of the spaces The fix is to add some condition check for showing/hiding save button. Bug 19087268 from: https://partner-android-review.googlesource.com/#/c/198815/ Change-Id: I2ac0b81d2311eace3d5e28baca31d59d3095c8d1 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
- 26 Jan, 2015 1 commit
-
-
The Android Automerger authored
-
- 21 Jan, 2015 1 commit
-
-
Benson Huang authored
Launch FM and play a channel without a name -> Start recording -> Stop recording and discard it -> Reboot the device -> Check the recording name in Play Music, FM recording named as "MMddyyyy_hhmmss" displays in Play Music. The fix is to delete FM recording file when discarding. Bug 19059404 from: https://partner-android-review.googlesource.com/#/c/193717/ Change-Id: I37fa949c108af175131fd08d0bbac66ef1cf4daf Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
- 16 Jan, 2015 4 commits
-
-
Nicholas Sauer authored
-
Benson Huang authored
Select "Start Recording" in options menu -> Wait for SD storage to be nearly fully occupied -> "Insufficient storage" toast message displays and "Save recording" dialog pops up ->Tap "Save" to save the recording -> Tap "LISTEN" to playback the recording, "Can't play the track you requested" pops up. The fix is to also check storage free space when handling message MSG_UPDATE_NOTIFICATION. bug: 19007352 from: https://partner-android-review.googlesource.com/#/c/193407/ Change-Id: I63d7e22e699cb3ddb90e32a785d5c264258b6a06 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
The Android Automerger authored
-
Brian Carlstrom authored
Change-Id: Ie520e5ae119e72637f699a4f97a9e02413210972
-
- 15 Jan, 2015 3 commits
-
-
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
-
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 2 commits
-
-
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
-
The Android Automerger authored
-
- 12 Jan, 2015 1 commit
-
-
The Android Automerger authored
-
- 07 Jan, 2015 2 commits
-
-
The Android Automerger authored
-
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 2 commits
-
-
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>
-
- 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
-
- 03 Jan, 2015 1 commit
-
-
The Android Automerger authored
-
- 01 Jan, 2015 2 commits
-
-
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 7 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
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
-