summaryrefslogtreecommitdiffstats
path: root/fmapp2/src
Commit message (Collapse)AuthorAgeFilesLines
* FMRadio : Launch station list automatically after scanDanesh M2015-04-161-1/+23
| | | | | | | Give status update post scaning for categories Fix %s showing in stationList Change-Id: I1845f0cdeb0051bcfb951e2fef791a016fa81ef4
* FM: reenable radio text visibility after station info updatedEdward Wang2015-04-131-1/+2
| | | | | | | After radio station info updated, radio text view is set to GONE. We need turn it back on if FM is still enabled. Change-Id: I7acea564a352693e19d9e6d934d641327b90be7e
* FM: always use overlay default countryEdward Wang2015-04-102-7/+7
| | | | Change-Id: I2acbbde684e7581124577f6e929397279d97cb41
* FM: retune last frequency when resume after callEdward Wang2015-04-101-0/+4
| | | | | | | FM Activity may not available to send down frequency again after phone call. Then FM service need retune saved frequency. Change-Id: I26f0921bd8878331c3dedc6e8ff96873dd5a84a6
* fmapp2: materializelinuxx2015-04-073-73/+15
| | | | | | | | | * Update colors * Vectors * Off state messages Change-Id: I0186edda6c408fcde3dd98cd886ced775adbd938 Signed-off-by: linuxx <joey@cyanogenmoditalia.it>
* New Material iconstaging/cm-12.1Michael Bestas2015-03-251-1/+1
| | | | | | * Created by Jovie Brett Bardoles Change-Id: I84945542cc60aa7fc0b28c720282a0b38c732604
* FMRadio: add IndonesiaRaj Yengisetty2015-03-182-2/+11
| | | | | | | | Use a new id so that old values aren't changed Looked into reordering the list but the index is used in a few places - going to skip on that change for now Change-Id: Ib70634d28588ce23a37fcc7b760019c07af3412f
* FM: Cleanup resourcesMichael Bestas2015-02-016-24/+20
| | | | | | | | | | | * Remove unused layouts/drawables * Remove unused strings * Remove CAF chinese translations * Improve strings * Move debug strings/arrays to debug_strings.xml/debug_arrays.xml * Move transmitter strings to transmit_strings.xml Change-Id: I5b391b459aefa75a6c3edbc525d471a3bcefb2be
* FMRadio : Call unregister in onPauseDanesh M2015-01-081-0/+7
| | | | Change-Id: I3f063967c06d43e0fe99d08dea5e3e65a3943e8b
* Scanned frequencies are saved in ascending orderingRaj Yengisetty2015-01-081-9/+26
| | | | Change-Id: Ie426ec3fa4aa3e8f4136938eb35f419ecc0aa71a
* FmRadio : Re-add RDS fields to UIDanesh M2015-01-081-15/+19
| | | | Change-Id: Ib7cf1e0c5de85440f7d2a7563cc5f7e508b6998f
* Fm : Make default country an overlayDanesh M2015-01-081-1/+2
| | | | Change-Id: I219e2a51939af7d65c4a0ed8eb87134ca7f986ee
* Fm : Restore seek arrowsDanesh M2015-01-081-28/+6
| | | | Change-Id: I635da34903f9b21c43c167e78aaabf055462800e
* Fm : Update India bandsDanesh M2015-01-081-2/+2
| | | | Change-Id: I1727b585865b422ef5124a3da2d2be384f9fdfa1
* FMRadio : Re-vamp UIDanesh M2015-01-082-42/+70
| | | | Change-Id: Ib9cb3d5663f9eec92922a3eea7d605a2bf3b538c
* FM2: Disable FM transmitter be defaultKonsta2015-01-081-1/+1
| | | | | | | | | Enable FM transmitter by setting ro.fm.transmitter=true in system properties. This reverts commit 36cfaa5a48b2f2dc4c74071f7a0e87d6077863a1. Change-Id: Ia79ea0d34485234f067cf94404f5a92c79b1c507
* FM2: Update notification to use notification builderKonsta2015-01-082-38/+49
| | | | | | Make FM notifications look like something from this decade. :P Change-Id: Ib0e310a320c49e92224d8d4fc2fab530ff28d974
* FM: Auto turn ON FM after WCNSS SSRSatish Kodishala2014-12-043-10/+68
| | | | | | | After WCNSS SSR, auto turn ON FM from FM app. CRs-fixed: 749400 Change-Id: I9dfa0d9bae621658fdaea2f4ff87f290f748f9b1
* FM: Handle MEDIA Key EventsVenkateshwarlu Domakonda2014-12-011-31/+86
| | | | | | | To handle the MEDIA button intents as per latest android version. CRs-Fixed: 760139 Change-Id: I010585c895a5c5a6ea3e5c7ac9cef4e33c2b36d0
* Merge "FM: Fix the issue with MO call and Mute concurrency"Linux Build Service Account2014-11-261-2/+16
|\
| * FM: Fix the issue with MO call and Mute concurrencyVenkateshwarlu Domakonda2014-11-251-2/+16
| | | | | | | | | | | | | | | | | | | | - As the google made changes in Telephony, while initiating MO call, requesting for Audio focus before change the call state. - To make the same behavior for MO & MT calls, changes made to handle Mute & speaker scenarios. CRs-Fixed: 747388 Change-Id: I0c9f0e891f7065faa8025f046ee00ec207e431df
* | Merge "FM: Fix the issue with rebind"Linux Build Service Account2014-11-261-2/+4
|\ \
| * | FM: Fix the issue with rebindVenkateshwarlu Domakonda2014-11-211-2/+4
| |/ | | | | | | | | | | | | | | | | On Rebind, service is requesting for Audio focus even though it is in OFF state. Request Audio focus only when the FM is in ON state. Change-Id: I87226e9fd2b9b555b0e7a112d83f1ea7e7c408b8 CRs-Fixed: 760846
* / FM: Add support to configure signal blending parametersVenkateshwarlu Domakonda2014-11-211-17/+154
|/ | | | | | | Configure the signal blending parameters BlendSinrHi & BlendRmssiHi. CRs-Fixed: 753525 Change-Id: Id5eac082124c7e78a0140ff3375772e2852dc03f
* FM: Fix the issue with A2DP disconnectVenkateshwarlu Domakonda2014-11-121-4/+2
| | | | | | | | When A2DP disconnect, audio is routing to headset even speaker enabled. Set the proper device path when A2DP disconnected. Change-Id: Id6d8878b786a365ea637f00a30a4fe609b4a3878 CRs-Fixed: 751702
* Merge "FM: Query FM ON/OFF status from FM service"Linux Build Service Account2014-11-091-2/+2
|\
| * FM: Query FM ON/OFF status from FM serviceSatish Kodishala2014-11-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | FM on/off state is saved during FM activity bind/unbind from service. When FM app is launched and device is rotated from landscape to portrait and vice versa very fast, there is a chance that FM state saved in Android is not correct. Change-Id: I511c3ea1da1df533d487483b7e5d748dcc54fdf0 CRs-fixed: 751774
* | FM: Fix the issue with userband settingsVenkateshwarlu Domakonda2014-11-051-2/+27
|/ | | | | | | | Do not allow user to set the userband settings less than channel spacing. CRs-Fixed: 701704 Change-Id: Ib709b99f0ae421c25db108322f32d6a682aebf46
* Merge "FM: Add support to get/set AF rssi sample count for Silabs FM."Linux Build Service Account2014-10-191-0/+50
|\
| * FM: Add support to get/set AF rssi sample count for Silabs FM.Venkateshwarlu Domakonda2014-10-151-0/+50
| | | | | | | | | | | | | | | | Add support to get/set AF rssi sample count from RF Stats application for Silabs FM solution. CRs-Fixed: 732776 Change-Id: I43498166afcc84f7f63f2d08b79f25bb86c25dfc
* | FM: Don't set the frequency dialog box background colorSatish Kodishala2014-10-161-3/+0
|/ | | | | | | | | Frequency text is set to White color. If we set frequency picker dialog background color as white, frequency value is not visible. Change-Id: Ie79b0e94a26ece21ad62861c39208d3a2ee7c118 CRs-fixed: 740268
* FM: Fix an exception in RT string displaySatish Kodishala2014-09-301-21/+6
| | | | | | | | Convert RT data to string while displaying. Removed check for hdmi presence. Change-Id: I5d0788b9e7ade35f884de367f6d329584808bb7d CRs-fixed: 728904
* Merge "FM: Add support to get rssi, sinr for Silabs FM."Linux Build Service Account2014-09-201-43/+54
|\
| * FM: Add support to get rssi, sinr for Silabs FM.Satish Kodishala2014-09-161-43/+54
| | | | | | | | | | | | | | | | Add support to get rssi, sinr from RF Stats application for Silabs FM solution. Change-Id: I7797560f0724f7376369e65159548e63e00c9aa9 CRs-fixed: 725041
* | Merge "Revert "FM: Fix the concurrency issue with FM mute & call scenario""Linux Build Service Account2014-09-201-0/+7
|\ \ | |/ |/|
| * Revert "FM: Fix the concurrency issue with FM mute & call scenario"Venkateshwarlu Domakonda2014-09-181-0/+7
| | | | | | | | | | | | | | | | As the issue with Audio, Fm reverting the change. This reverts commit bd7146131c46e6f865b935e8e1465574f5b5a585. Change-Id: I7f60e92989cd5c71e5d7b6f5dfb2ce4e38f850f6 CRs-Fixed: 726545
* | Merge "FM: Add RFstats app support for Silabs chip"Linux Build Service Account2014-08-311-6/+358
|\ \
| * | FM: Add RFstats app support for Silabs chipSatish Kodishala2014-08-261-6/+358
| |/ | | | | | | | | | | | | | | Add RFstats app support for Silabs chip to be able to configure performance parameters. CRs-fixed: 713647 Change-Id: I7946eb54ed0627dbce95010b0b52c2de1c94d166
* / FM: Fix the issue with sleep timer disappearVenkateshwarlu Domakonda2014-08-221-1/+1
|/ | | | | | | | When the sleep thread created, thread is in other than NEW. Setting the duration even thread is in other state except TERMINATED. Change-Id: I801911b67bd2b5c220f680ae513169030bc84164 CRs-Fixed: 694446
* FM: Fix the concurrency issue with FM mute & call scenarioVenkateshwarlu Domakonda2014-08-121-7/+0
| | | | | | | | Unmute is not happening when voice call happens. Removed the call check while mute & unmute. Change-Id: Iba632d4a91c4038b4a80e2743bb2c8c91467b582 CRs-Fixed: 708425
* FM: Fix the issue with AF jumpVenkateshwarlu Domakonda2014-08-121-1/+1
| | | | | | | Call the right API to update the AF jump functionality. Change-Id: I005e355473e805c797c80f7ef7e2f5daf7df4c9a CRs-fixed: 708426
* FM: Fix the issue with color of text in landscape modeVenkateshwarlu Domakonda2014-08-061-0/+11
| | | | | | | | Default color of text in latest android is changed. Color of text makes it to white. CRs-Fixed: 703235 Change-Id: I0fcc0837eeef0a5006b44d99c1a1c045a07f808c
* FM: Fix the issue with headset update notificationVenkateshwarlu Domakonda2014-07-291-0/+1
| | | | | | | | | | FMService receiving headset removal intent after AUDIO_BECOMING_NOISY intent receives. As AUDIO_BECOMING_NOISY will receive only when headset removed, update the headset status flag when the intent receives. Change-Id: I1fe470564dc5b75fac8440849fd77696018fec52 CRs-Fixed: 697141
* FM: Fix the issue with color of textVenkateshwarlu Domakonda2014-07-282-1/+14
| | | | | | | Default color of text changed in the recent android version. Set the text color as white. Change-Id: I545cbf5824e7436e8fdb6e0cf70bbc5d6e13a5f3
* FM: Fix compilation errorsVadivel Thekkamalai2014-07-241-16/+0
| | | | | | Changes are made to fix the compilation errors Change-Id: Ia543552ddcbf88a306e65a22e42d47dffaa5f14d
* FM: Disable search by PTYVenkateshwarlu Domakonda2014-07-151-1/+8
| | | | | | | Disable PTY search on Silabs based targets. Change-Id: Ib7537df27fa4eb9988e156fece668102d0807e13 CRs-Fixed: 693912
* FM: Fix the issue with SEEK frequency updateVenkateshwarlu Domakonda2014-06-301-0/+1
| | | | | | | | | | After SEEk complete frequency is not updating when the app is not in focus. After shared preference getting update with tuned frequency, save it properly. CRs-Fixed: 685196 Change-Id: I61bbd01135cd67e8163ee6dc888f3cea12a16b90
* Merge "FM: Fix an issue with device switch from BT to speaker."Linux Build Service Account2014-06-061-2/+2
|\
| * FM: Fix an issue with device switch from BT to speaker.Satish Kodishala2014-06-041-2/+2
| | | | | | | | | | | | | | | | Set the device to speaker before setting device connection state. CRs-fixed: 669442 Change-Id: I89e37c2f91f764542e1b7b2ffaeb62d72945fb37
* | Merge "FM: Fix the crash issue with RT"Linux Build Service Account2014-06-061-1/+1
|\ \