summaryrefslogtreecommitdiffstats
path: root/FMRecord
Commit message (Collapse)AuthorAgeFilesLines
* FM: Fix the build issueVenkateshwarlu Domakonda2014-07-141-1/+2
| | | | | | Build FM only for QCOm targets. Change-Id: Iea54c942325dbe9bc8d4c9399182351f25c0f190
* FMRecord: Fix the issue with duration infoVenkateshwarlu Domakonda2014-06-061-1/+7
| | | | | | | Add the duration value to the recorded file. Change-Id: Ib35fc28d7ef42ba0d545040de89c376e92a2043f CRs-Fixed: 667869
* Merge "FMRecord: Fix the issue with SDCard mount/unmounts"Linux Build Service Account2014-05-311-30/+0
|\
| * FMRecord: Fix the issue with SDCard mount/unmountsVenkateshwarlu Domakonda2014-05-301-30/+0
| | | | | | | | | | | | | | | | Remove the SDCard mount/un-mount listener as the FM recording is not doing in SDCard. Change-Id: Ib11fee493d9e4460d2eb64fc108aec3cb460acd7 CRs-Fixed: 672483
* | FMRecord: Add support for traditional ChineseVenkateshwarlu Domakonda2014-05-301-0/+8
|/ | | | | | | Add strings for traditional language. Change-Id: I8cdbbcaf7b5cf29e3fcc736a95ba1ed44111560c CRs-Fixed: 671848
* Merge "FMRecord: Add Chinese language strings resource"Linux Build Service Account2014-04-223-2/+5
|\
| * FMRecord: Add Chinese language strings resourceVenkateshwarlu Domakonda2014-04-173-2/+5
| | | | | | | | | | | | | | | | - Added string resources for "Unable to save recorded audio" and "Size limit reached" Change-Id: I9a7f9a277daed584bf8d5515e535ec0f752a72e8 CRs-Fixed: 638564
* | Merge "FMRecord: Issue with FM record file storage path"Linux Build Service Account2014-04-221-1/+4
|\ \
| * | FMRecord: Issue with FM record file storage pathVenkateshwarlu Domakonda2014-04-171-1/+4
| |/ | | | | | | | | | | | | Store the FM recording file in FMRecording folder instead of root folder. Change-Id: Ia8448b69df9c532c3f0601e6e708ec7e9f7a8ff3 CRs-Fixed: 638857
* / FMRecord: Fix the issue with wrong toast messageVenkateshwarlu Domakonda2014-04-171-3/+6
|/ | | | | | | | - Wrong message showing for the maximum record time reached. - Show the message only when maximum file size reached. Change-Id: I1a2a51c5ccc160d6265b9066206ad2d7d25fc649 Crs-Fixed: 640273
* FM: Display "FM recording in progress" in Chinese.Satish Kodishala2014-01-271-0/+1
| | | | | | | Display "FM recording in progress" in Chinese. Change-Id: Ifab79eab98760b6ef2d689f411432dcc9950a84b CRs-fixed: 605576
* fmrecord: Use proper media typeAyaz Ahmad2013-12-261-1/+3
| | | | | | | | | | FM recorded files does not show up when searched by artist/album/song. Use correct audio file type to save recorded file in media database. Change-Id: I19717de6a0bab45d3392d01bfc738327ca12798b CRs-Fixed: 543865
* Merge "fmrecord: Stop recording when sd card is unmounted"Linux Build Service Account2013-12-241-0/+30
|\
| * fmrecord: Stop recording when sd card is unmountedAyaz Ahmad2013-12-181-0/+30
| | | | | | | | | | | | | | | | FM recording does not stop when sd card is unmounted. Stop FM recording on receiving sd card unmounted intent. Change-Id: I79fe6ce0d0799b6be5716ed5f51b9ed87598c205 CRs-Fixed: 581710
* | Remove AOSP reference to utils.mkAUDITYA BHATTARAM2013-12-181-1/+1
|/ | | | | | | | Remove function calls from AOSP code to utils.mk & replace them with actual definition. Change-Id: I9262eefbb3ca75954a2e159696abc36c80df9c7b CRs-fixed: 566287
* FM: Add audio capture permissionAyaz Ahmad2013-10-171-0/+1
| | | | | | | | FM recording fails since it does not have newly added permission for audio capture, Include audio capture permission in manifest file. Change-Id: If9bec078fbd05f169fecb84941ec96eafc117f85
* fm: Check FM process status while recordingAyaz Ahmad2013-09-131-2/+72
| | | | | | | | | FM recording does not stop after clearing app data of FM package. When recording starts check repeatedly client status which requested for recording. Change-Id: Ibd33ef18c306f64848e84caf98ce4058f3312414 CRs-Fixed: 535211
* fmapp2: Fix the issue FM recording timer does not stopAyaz Ahmad2013-09-064-0/+61
| | | | | | | | | | FM recording service gets killed by activity manager as no package component is bound to it, and it runs in seperate process so fm activity does not get notified of this killing. Run recording service in foreground. CRs-Fixed: 536649 Change-Id: I5dce8ff877aebb5038f3eabe60128500301afecd
* FMRecord: Handle shutdown intentVenkateshwarlu Domakonda2013-09-021-2/+25
| | | | | | | | | | - Fm recording file is not getting saved, if device is shutting down during recording. - If shutdown happens during recording, save the file before closing the application. Change-Id: I652e0fdc548a9c848147568bfbd1d052112ab792 CRs-Fixed: 524782
* Merge "FMRecord: Add support for other languages"Linux Build Service Account2013-08-172-0/+78
|\
| * FMRecord: Add support for other languagesVenkateshwarlu Domakonda2013-08-142-0/+78
| | | | | | | | | | | | | | | | With this change, it will show the messages in Chinese, if the system language is Chinese. Change-Id: Ia3f0cab1c5abf7e9d23144d0b1126298107ec713 CRs-Fixed: 524738
* | FMRecord: Remove SDcard status change handlerVenkateshwarlu Domakonda2013-08-121-35/+0
|/ | | | | | | | | - As the recording always do in internal memory, no need to handle SDCard status change. - Remove the SDCard status change handler. Change-Id: Iee062cbafb9b380ec6455d4438229cb940d686b0 CRs-Fixed: 525031
* FM: Added recording option on RF Stats activityAyaz Ahmad2013-07-311-2/+5
| | | | | | | - Added recording button on action bar to start/stop recording from RF Stats activity Change-Id: I81b614d3731be47ff794c67622adb08fe81bff43
* FM: New mechanism to handle FM recordingVenkateshwarlu Domakonda2013-07-295-0/+654
- FM Radio is running with system process. - System process does not have permission to access SDCard. - Handle the FM recording in another application. Change-Id: Ie321143b4a2601f2c669292154510eef8cbf7940 CRs-Fixed: 515621