summaryrefslogtreecommitdiffstats
path: root/fmapp
Commit message (Collapse)AuthorAgeFilesLines
* Implement AVRCP VFS and NowPlaying BrowsingAyan Ghosh2014-05-161-0/+16
| | | | | | | | | | | | | | | | | | | | Implement AVRCP VFS and NOW PLAYING List browsing to support the following: VFS Browsing: SetBrowsedPlayer GetFolderItems(Filesystem) ChangePath GetItemAttributes PlayItem(Filesystem) NowPlaying: GetFolderItems(NowPlayingList) PlayItem(NowPlayingList) EVENT_NOW_PLAYING_CONTENT_CHANGED CRs-Fixed: 578077 Change-Id: I0ca68c0fafa509466b1d76d4302f573ac1dcdddf
* 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: Compilation fix for AOSP upgradeSatish Kodishala2013-11-281-0/+4
| | | | | | Overriding setEnabled method of IRemoteControlDisplay. Change-Id: I13e962ac5b7c84543de132138ab9dd5e08e337b7
* fm: Compilation fix for updated sdk versionManish Kumar2013-11-281-1/+1
| | | | | | Compilation fix for updated sdk version Change-Id: I050bf74c2e69f9e659649c4e237759328e75efa4
* fm: Allow only one FM icon in recent listAyaz Ahmad2013-10-231-1/+1
| | | | | | | | Recent list displays more than two FM activity when user press back key and launch FM from status bar Change-Id: I081d9548231558c75539f2ea2f57dfc69bc627e0 CRs-Fixed: 546876
* fm: Check FM process status while recordingAyaz Ahmad2013-09-131-0/+23
| | | | | | | | | 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
* Merge "FM: Fix default band is incorrect when language is chinese"Linux Build Service Account2013-09-061-8/+12
|\
| * FM: Fix default band is incorrect when language is chineseVenkateshwarlu Domakonda2013-09-061-8/+12
| | | | | | | | | | | | | | | | - The default regional band shows north America not Chinese when reset. - If locale is China, set the default regional band to Chinese. Change-Id: I0f152c88df8a7748b95c4b0d0ea63a44496d6f6a CRs-Fixed: 496817
* | Merge "FM: Check the headset status before turning ON FM."Linux Build Service Account2013-09-061-1/+1
|\ \
| * | FM: Check the headset status before turning ON FM.Venkateshwarlu Domakonda2013-09-051-1/+1
| |/ | | | | | | | | | | | | | | - Without headset, FM is turning ON for AVRCP play command. - Check the headset status before initiating FM ON. Change-Id: Ia7c60e66ec60082dc50d2123f293d06acb4db36e CRs-Fixed: 535441
* | Merge "FM: Turn off FM after audio focus loss"Linux Build Service Account2013-09-061-7/+1
|\ \
| * | FM: Turn off FM after audio focus lossVenkateshwarlu Domakonda2013-09-061-7/+1
| |/ | | | | | | | | | | | | | | - Fm is still running in the back ground when Music player is running. - Make the FM off on receiving audio focus loss. Change-Id: I565574a536fca27157c534ee50c2a05fe8488ed8 CRs-Fixed: 536603
* / FM: Request Audio focus during FM turning ON onlyVenkateshwarlu Domakonda2013-09-061-2/+0
|/ | | | | | | | - FM requests for audio focus even though FM is in OFF state. - Requesting Audio focus only during FM turning ON. Change-Id: I86313a5094c56c5da90c10e440a996824ab8b4a5 CRs-Fixed: 530303
* Merge "FM: Fix the issue recording service gets stopped"Linux Build Service Account2013-09-021-1/+1
|\
| * FM: Fix the issue recording service gets stoppedVenkateshwarlu Domakonda2013-09-021-1/+1
| | | | | | | | | | | | | | | | | | - FMRecording service gets stopped during A2DP connection/disconnection as Fm service sends stop recording intent. - Send the recording service stop only during FM off operation. CRs-Fixed: 529076 Change-Id: I8075bcf400b6f2d0ee803d647bada8f667ef5113
* | fm: Catch exception when Frequency format is not correctAyaz Ahmad2013-08-301-2/+14
|/ | | | | | | | | FM app pops up unfortunately fm app has stopped because parsing of invalid frequency throws number format exception.Catch the exception when frequency entered text is converted to another format Change-Id: I07cc7fc7ded75c6f2550f7bb2152789c4fb897f9 CRs-Fixed: 535220
* Merge "fm: Include FM RX/TX apps in recent app list"Linux Build Service Account2013-08-271-2/+2
|\
| * fm: Include FM RX/TX apps in recent app listAyaz Ahmad2013-08-271-2/+2
| | | | | | | | | | | | | | | | | | | | FM app is not found in recent app list when home key is long pressed. Allow activity manager to include FM app in recent app list CRs-Fixed: 525976 Change-Id: I8186327c25bb48dc398d062a192d2a3ed51d3adc
* | fm: Change Brazil's band descriptionAyaz Ahmad2013-08-231-1/+1
| | | | | | | | | | | | | | | | Brazil's band description is not consistent with band's lower limit frequency Change-Id: Ie38a20b7b549755f0acc52e1d5447df105c91865 CRs-Fixed: 531986
* | Replace sysdev pathSatya Durga Srinivasu Prabhala2013-08-161-1/+7
|/ | | | | | | sysdev gets deprecated in 3.10 Kernel. Hence, replacing sysdev path with relevant path/s. Change-Id: I2d1fcf9c69794538a20f42b9cd32f960635a109b
* Merge "FM: Play FM in headset after turning ON"Linux Build Service Account2013-08-061-2/+4
|\
| * FM: Play FM in headset after turning ONVenkateshwarlu Domakonda2013-08-061-2/+4
| | | | | | | | | | | | | | | | | | - FM does not resume in headset after it is force stopped while in speaker mode. - Enable FM in headset while starting FM. Change-Id: I393c71b36dadfde51223d4162f3a72b9d6aace54 CRs-Fixed: 496815
* | FM: Change the channel spacing for Poland regionVenkateshwarlu Domakonda2013-08-062-4/+4
|/ | | | | | | Channel spacing for Poland region is 100Khz. Change-Id: Ie63116c134fa5a1b10125d9ee1bac55a3685359e CRs-Fixed: 522154
* FM: Added recording option on RF Stats activityAyaz Ahmad2013-07-315-107/+343
| | | | | | | - Added recording button on action bar to start/stop recording from RF Stats activity Change-Id: I81b614d3731be47ff794c67622adb08fe81bff43
* Merge "FM: New mechanism to handle FM recording"Linux Build Service Account2013-07-296-317/+101
|\
| * FM: New mechanism to handle FM recordingVenkateshwarlu Domakonda2013-07-296-317/+101
| | | | | | | | | | | | | | | | | | - 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
* | FM-APP: Add copyright to Linux FoundationAyaz Ahmad2013-07-292-0/+56
|/ | | | | | | | The newly added files do not contain any copyright markings. Added Linux Foundation copyright marking. Change-Id: Ia269ada30538651ad92ba6bc3be591709a2388bf
* Merge "FM: Fix band sweep test not working"Linux Build Service Account2013-07-263-96/+272
|\
| * FM: Fix band sweep test not workingAyaz Ahmad2013-07-263-96/+272
| | | | | | | | | | | | | | | | | | | | FM band sweep test does not work when device screen is put off, usb is disconnected from device. Schedule alarm to wake up program from sleep mode to resume band sweep test Change-Id: I27c4d4316774ffed5a34114f1a60fea6c3ccc83e
* | FM: Change navigation layout's width, heightAyaz Ahmad2013-07-2424-164/+180
|/ | | | | | | | | | No option to quit FM app as the width, height of layout displaying favourite list are not properly set and hence the layout containing on/off button disappears Change-Id: I1ccea26105c9a99467c3f0c98e0816f855ce6d05 CRs-Fixed: 493202
* Merge "FM: Added support for configurable FM band sweep"Linux Build Service Account2013-07-237-728/+1219
|\
| * FM: Added support for configurable FM band sweepAyaz Ahmad2013-07-237-728/+1219
| | | | | | | | | | | | | | | | | | - Option to set channel spacing - Option to set lower/upper frequency limit of band - Option to set start delay, dwell time - Option to load frequency list from a file Change-Id: I836aaeb49c7e5146d575fa5268451a40db4645c3
* | Merge "FM: Save Speaker on/off state"Linux Build Service Account2013-07-231-3/+2
|\ \
| * | FM: Save Speaker on/off stateAyaz Ahmad2013-07-231-3/+2
| |/ | | | | | | | | | | | | | | | | | | | | FM resumes on BT headset after MO call from BT headset is ended, even though FM was on speaker before starting MO call, save the speaker on/off state before turning off FM as part of focus loss, incomming/outgoing call notification Change-Id: I903da7614e06a8ae1279e99f62ec3eb0b715c2ba CRs-Fixed: 483329
* / FM: Show recording file path.Venkateshwarlu Domakonda2013-07-222-0/+3
|/ | | | | | | | | - Show a toast message where the FM recording file stored while FM recording stopped. CRs-Fixed: 497432 Change-Id: I22ebf360ce41bdfaa239b186e03dc700b3886628
* FM: Extract AF_LIST dataVenkateshwarlu Domakonda2013-07-161-0/+1
| | | | | | | | - Extracting wrong data from AF_LIST. - Extract AF_LIST data for wcn3660 target based. Change-Id: I58b04ddc23b74f654216f64c28a37cc1db2567f8 CRs-Fixed: 476076
* FM: Unmute music stream when FM app lost audio focusVenkateshwarlu Domakonda2013-07-121-1/+4
| | | | | | | | - Music stream should be unmuted when audio focus is lost because other applications might use music stream for playback as well. Change-Id: Ia1a1d6b1080119c1e35c9de8a98b5206df3b56d6
* FM: New implementation to receive meta dataVenkateshwarlu Domakonda2013-07-111-60/+91
| | | | | | | - Remove intent mechanism to receive meta data. - Use remote service connection mechanism to receive meta data. Change-Id: Id703adf8f2b65ab0e1af460e317de2940b53a2b2
* fm: Move FM APP source tree to vendor projectVenkateshwarlu Domakonda2013-07-0484-0/+20451
- FM APP source moved from packages/apps to vendor/qcom-opensource/ repository - Remove META data change intent handler Change-Id: I669ee82b5ab2a3a4717387e4ce0c1452423497e9