- 06 Jan, 2015 1 commit
-
-
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>
-
- 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 11 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
-
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 6 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>
-
Nicholas Sauer authored
-
Nicholas Sauer authored
-
Benson Huang authored
Launch FM and play -> Tap stop button to stop playing -> Tap stop button to resume playing -> Check the audio when tapping stop button in step 3, there is a pop noise when tapping start button to resume playing. The fix is to check if it needs to ignore first three frames of audio data from AudioRecord to avoid pop noise. from: https://partner-android-review.googlesource.com/#/c/192415/2 Bug 18809647 Change-Id: I09ffc058ee3e87296e8d3d98fc2909ec77046e1d Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Benson Huang authored
Select "Start Recording" in options menu -> Press "Home" key -> Enter Settings/Storage/Unmount SD card/OK ->Check the notification bar after unmounting SD card, FM icon will disappear after unmounting SD card. The fix is to add the handling of message FmListener.LISTEN_RECORDSTATE_CHANGED. Bug 18861474 From: https://partner-android-review.googlesource.com/#/c/192419/1 Change-Id: I39abee765f6eab77865fb1fdb145fb1fb7eb23fe Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
- 29 Dec, 2014 1 commit
-
-
Baligh Uddin authored
Change-Id: I41b461343d3f178215b700ed61f99b325c8ed061 Auto-generated-cl: translation import
-
- 25 Dec, 2014 2 commits
-
-
Bart Sears authored
-
Bart Sears authored
Breaks the checkbuild. Reverting until we can get a fix. This reverts commit 0f37d60a. Change-Id: Ifb67fc21577f9448b4d6ba0c6c4561652133581a
-
- 24 Dec, 2014 2 commits
-
-
Benson Huang authored
[FM] Recording view displays incompletely if setting font size as Large/Huge or changing language to Chinese Launch FM and play -> Start recording -> Set font size as Large/Huge -> Check recording view or Launch FM and play -> Start recording -> Change language to Traditional Chinese -> Check recording view, FM recording view will display incompletely. The fix is to change some layout and language translation. Bug 18826695 Review: https://partner-android-review.git.corp.google.com/#/c/189805 Signed-off-by:
Benson Huang <benson.huang@mediatek.com> Change-Id: Ibfa49f2cb10cb808367e674d980149ebdae89911
-
Benson Huang authored
FM recording file "a" has been saved -> Launch FM and start a FM recording and stop it, type a name as "a" -> Tap home key and enter settings to change language -> Launch FM again and tap SAVE, 'a already exists' do not display and FM recording file can be saved. The fix is to update some private variables when calling onCreateDialog(). Bug 18826609 Review: https://partner-android-review.git.corp.google.com/#/c/189793 Signed-off-by:
Benson Huang <benson.huang@mediatek.com> Change-Id: I3492566267b971ce7bbc15ae4ed30961a9308d25
-
- 23 Dec, 2014 2 commits
-
-
Benson Huang authored
Launch FM and play -> Tap more button and select "Start recording" -> Plug out headphones while recording -> Plug in headphones and check the audio -> Tap "Save" button and check the audio -> Tap play button and check the audio, FM can not resume playing after step 4(5 and 6). The fix is to add FmRecordActivity foreground control. Bug 18794870 https://partner-android-review.git.corp.google.com/#/c/189795/ Change-Id: I565c641413836f34c88e2643afd9972f198177da Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Benson Huang authored
Launch FM with SD card -> Plug out SD card -> Select "Record FM" in options menu -> Tap "Start" icon, FM UI will hang. The fix is to handle SD card plug out error. Bug 18825221 Review: https://partner-android-review.git.corp.google.com/#/c/189794 Signed-off-by:
Benson Huang <benson.huang@mediatek.com> Change-Id: I9a1a5b10fc9b387119170ec2a828ef2399c958c7
-
- 22 Dec, 2014 4 commits
-
-
Benson Huang authored
Launch FM and play a channel that has radio text -> Change to other channel that doesn't radio text -> Press home button and pull down notification bar -> Check the FM information in notification bar, Radio text will display in notification bar after changing channel. The fix is to update notification when the channel doesn't have radio text. https://partner-android-review.git.corp.google.com/#/c/189803/ Bug 18826692 Change-Id: I8746f223acdbf5a316e3b6553f494d1f30bd84f4 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Benson Huang authored
The CL is to add jni folder in packages/apps/FMRadio. https://partner-android-review.googlesource.com/#/c/189642/3 Bug 18632972 Change-Id: I1740bdbabae13109a821abfdb25b848baf6ca84b Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Hochi Huang authored
[FM]Fix Bug 18809496 It will pop a sound of noise when switching FM from earphone mode to speaker mode https://partner-android-review.git.corp.google.com/#/c/189743/ Signed-off-by:
Hochi Huang <hochi.huang@mediatek.com> Change-Id: Ib78347817a340be22686511f4340acfa186571df
-
Baligh Uddin authored
Change-Id: Ib34d81896b2828187b71d66c4124ddbce2e7644d Auto-generated-cl: translation import
-
- 18 Dec, 2014 3 commits
-
-
Benson Huang authored
SD card inserted and launch FM -> Select "Start Recording" in option menu -> Press "Home" key, drag-down notification bar -> Tap on FM, there is no response. The fix is to enter record screen when clicking record notification while recording. Bug 18762408 Review: https://partner-android-review.git.corp.google.com/#/c/188811 Signed-off-by:
Benson Huang <benson.huang@mediatek.com> Change-Id: I5efdd042eb04ed11051fe2f23a81298e18481805
-
Benson Huang authored
[FM] FM radio "Plug in headphones" view will flash twice after plugging out headphones while searching First time launch FM and play a station -> Tap Radio Station button -> Plug out headphone while searching station -> Check the display, "Plug in headphones" view will flash twice. When plugging out earphone in Radio Station screen, it's no need to start animation to show no earphone view. Just show no earphone view. Bug 18780139 Review: https://partner-android-review.git.corp.google.com/#/c/189538 Signed-off-by:
Benson Huang <benson.huang@mediatek.com> Change-Id: I4cad7ca328f40057a14823db04d53868fe3867f3
-
Benson Huang authored
Launch FM, play a channel without a name or PS info -> Select "Start Recording" in options menu -> Tap "STOP RECORDINGS" and check the default name, It is "FM__MMddyyyy_hhmmss". The fix is to change recordingName according to different condition. Bug 18780825 Review: https://partner-android-review.git.corp.google.com/#/c/189540 Signed-off-by:
Benson Huang <benson.huang@mediatek.com> Change-Id: I75a3565f689f552e4965ede900f07f68749ed736
-
- 17 Dec, 2014 2 commits
-
-
Benson Huang authored
First time Launch FM -> Search stations at the place where there is no signal -> Wait the searching to complete, "Can't search out available channel" will not pop up when no station is searched. The fix is to show cannot_search toast. Bug 18780823 Review: https://partner-android-review.git.corp.google.com/#/c/189539 Signed-off-by:
Benson Huang <benson.huang@mediatek.com> Change-Id: Iebf08187a677ce1b48fc47888b7ef1af00b52b16
-
Benson Huang authored
Launch FM Radio and play -> Change volume via keyboard from maximal to minimal/minimal to maximal -> Tap "Stop" button to stop FM -> Tap "Stop" button to resume FM -> Check the volume after resuming FM, FM volume will not change to the corresponding volume. We use MediaSession.setPlaybackToRemove(VolumeProvider vp) for audio patch getting volume update event from audio framework. The initial volume is not right, it needs to keep the same with stream STREAM_MUSIC. Bug 18762406 Review: https://partner-android-review.git.corp.google.com/#/c/188807 Signed-off-by:
Benson Huang <benson.huang@mediatek.com> Change-Id: Ibbd82de6cf9e510a0c8e2cb9ded2fc34ca2db16e
-
- 16 Dec, 2014 4 commits
-
-
Benson Huang authored
[FM] Sometimes FM icon will not appear in the notification bar after searching out stations in the background Launch FM and play -> Search stations -> Tap "Home" key and wait for searching out stations -> Repeat step2~3 several times -> Check the notification bar every time, sometimes FM icon will not appear in the notification bar after searching out stations in the background. The fix is to set mIsScanning false before notifying activity. https://partner-android-review.git.corp.google.com/#/c/189364/ Bug 18760881 Change-Id: I46ae2e679d40b8200fbf52209ef79afe5bc3dc40 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Benson Huang authored
[FM] FM radio should not search station automatically after tapping radio station button the second time First time launch FM -> Tap radio station button -> Wait searching complete -> Back to FM main view -> Tap radio station button again, FM is mute and searching starts automatically. The fix is to let FM play normally and searching should not start automatically. https://partner-android-review.git.corp.google.com/#/c/188804/ Bug 18762700 Change-Id: I3ec4185a553f398b28e09c3a2f215b75ce62bc5d Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Benson Huang authored
Launch FM and play a station with radio text -> Press stop button -> Check the radio text, radio text disappear when stopping FM. The fix is not to change radio text when stopping FM. Do not set RDS DB empty when stopping RDS thread because we will read it from DB. https://partner-android-review.git.corp.google.com/#/c/188805/ Bug 18762207 Change-Id: Ib450806e96b28c02f1af02fcd084ede1ea5a056c Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-
Benson Huang authored
Launch FM and play a station with program service(PS) and radio text(RT) -> Use siliab tool to rename the PS and RT as null string -> Press home button and pull down notification bar -> Check the FM information in notification bar, radio text is not updated in notification bar. The fix is to let radio text been updated in notifcation bar when radio text is changed. https://partner-android-review.git.corp.google.com/#/c/188806/ Bug 18762405 Change-Id: I77f4ec5cd9459fabfec63f7e236a7bc96cd79f13 Signed-off-by:
Benson Huang <benson.huang@mediatek.com>
-