summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fix issue 5012047: silent mode mutes music"Eric Laurent2011-07-202-17/+69
|\
| * Fix issue 5012047: silent mode mutes musicEric Laurent2011-07-192-17/+69
| | | | | | | | | | | | | | | | Implemented different silent mode behaviors for tablets and phones. The behavior inherited from Honeycomb was for tablets only and was muting music in silent mode. Change-Id: Ib053e7b70ca02190debc87648ab8a163f9d39577
* | Merge "MediaPlayer: add a disconnect from ANativeWindow"Jamie Gennis2011-07-201-0/+2
|\ \
| * | MediaPlayer: add a disconnect from ANativeWindowJamie Gennis2011-07-191-0/+2
| | | | | | | | | | | | | | | | | | | | | This change makes MediaPlayer::disconnect disconnect from the ANativeWindow once the player has been disconnected. Change-Id: I6744559030d1edc520cf77402d1f5ce841742340
* | | Merge "Start default connections on startup."Robert Greenwalt2011-07-201-0/+1
|\ \ \
| * | | Start default connections on startup.Robert Greenwalt2011-07-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On devices with mobile data we were kind of doing this in Telephony. Devices without could use this. bug:5030831 Change-Id: I9940561e88e43917bc8e638f5c3b15fced3821ae
* | | | Merge "Correctly call glviewport when surface changes."Alex Sakhartchouk2011-07-202-0/+2
|\ \ \ \
| * | | | Correctly call glviewport when surface changes.Alex Sakhartchouk2011-07-192-0/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I7ef1539e39ea67245bac5ee410deb5918fc5dfcf
* | | | | Merge "Insertion handles fades out after being positionned"Gilles Debunne2011-07-201-16/+18
|\ \ \ \ \
| * | | | | Insertion handles fades out after being positionnedGilles Debunne2011-07-191-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I08b497222fd585a39cbd04b7be1992acf1a70145
* | | | | | Merge "Replace DroidKufi-Regular with DroidNaskh-Regular"Russell Brenner2011-07-202-2/+2
|\ \ \ \ \ \
| * | | | | | Replace DroidKufi-Regular with DroidNaskh-RegularRussell Brenner2011-07-192-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Naskh is a fancier font than Kufi and better for use with web page content. Until we have more refined support for fallback fonts, only one can be available at a time. This change switches from Kufi for the purpose of comparitive testing to see which should be chosen for ICS. Change-Id: I081a002b6f72461f7ce18a86b3dec36c7f0f7506
* | | | | | | Merge "Replace DroidSansArabic with DroidKufi-Regular"Russell Brenner2011-07-207-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Replace DroidSansArabic with DroidKufi-RegularRussell Brenner2011-07-197-2/+2
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new Kufi and Naskh fonts with regular and bold styles, replacing Arabic (regular). Because of memory contraints, only Kufi-Regular is currently being installed. The rest remain on standby for future use. Change-Id: I75a3fb5777494e8bcd540d3603ab6390e44c5803
* | | | | | Merge "Content found in the wild violated the MPEG4 systems specs"Andreas Huber2011-07-201-1/+19
|\ \ \ \ \ \
| * | | | | | Content found in the wild violated the MPEG4 systems specsAndreas Huber2011-07-191-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but other players apparently worked around it as well, so we do to. Change-Id: I8269d2344b010d1d704028c8a9c05bddab53828d related-to-bug: 5049979
* | | | | | | Merge "Voicemail content provider API for api council review."Debashish Chatterjee2011-07-204-17/+148
|\ \ \ \ \ \ \
| * | | | | | | Voicemail content provider API for api council review.Debashish Chatterjee2011-07-194-17/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a new content provider implemented to add visual voicemail support in android. Voicemail content provider is the central repository for storing voicemails inserted by various voicemail sources. The content provider also exposes a status table to let the voicemail source application convey its current status to the system. The primary application that reads from this content provider is the phone app. The phone app shows voicemails along with other call entries within the call log and optionally any relevent message about the voicemail source status. The implementation of this content provider can be found at https://android-git.corp.google.com/w/?p=platform/packages/providers/ContactsProvider.git;a=blob;f=src/com/android/providers/contacts/VoicemailContentProvider.java Change-Id: I8ad46aec20c70684f7bfa45530bbb90dd841d81a
* | | | | | | | Merge "Add a getter for the active tag"Alon Albert2011-07-193-3/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Add a getter for the active tagAlon Albert2011-07-193-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I597e041867fba7efae41feea63fa196bc10e4aa2
* | | | | | | | | Fix bug 5045004 - onActionModeFinished happens well before theAdam Powell2011-07-191-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActionBar is actually gone Defer calling onDestroyActionMode until the action bar UI has fully transitioned out of the mode and any bar-hiding layout change is ready to happen. This helps apps better respond to layout changes resulting from action mode UI. Change-Id: I8e560ec566f4c3fa4a701c4b3aeb531c16169168
* | | | | | | | | Merge "Adding WifiInfo object in CONNECTED broadcast"Irfan Sheriff2011-07-194-2/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Adding WifiInfo object in CONNECTED broadcastIsaac Levy2011-07-194-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding a parsable wifiinfo object in Connected broadcast, public api. The connected broadcast only occurs on successful setup on the wifi interface, so in normal use is very infrequent (once if the wifi sleeps, or once at new hotspots, etc...) WifiInfo objects are small, <10 ints, <5 short strings, and contain info that could be useful to listeners, such as SSID. The alternative is to the poll the Wifi Manager, using getConnectionInfo. Because the Wifi Manager can update state in its own thread, polling the Wifi Manager might result in an info object that's out of sync from the received broadcast. Change-Id: Iafcec77f45dd094ea84e6022b7a40e8952ae8137
* | | | | | | | | | Merge "Adding resizeMinWidth/Height to AppWidgetProviderInfo"Adam Cohen2011-07-196-2/+42
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Adding resizeMinWidth/Height to AppWidgetProviderInfoAdam Cohen2011-07-196-2/+42
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I17dc27829938a3f25a664d8255965cf9b67cb17e
* | | | | | | | | | Prevent NPE in TextView.getFadeTop()Romain Guy2011-07-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #5051776 Change-Id: I2fc1ac4b31c06cfb224898ff39f6b63bfbcd77e8
* | | | | | | | | | Merge "Fix issue #4999574: Disabled system app not listed in Settings after ↵Dianne Hackborn2011-07-191-13/+16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reboot"
| * | | | | | | | | | Fix issue #4999574: Disabled system app not listed in Settings after rebootDianne Hackborn2011-07-191-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1a0a0724f72adcfa6aedffdcd3112bd4faa909d3
* | | | | | | | | | | Merge "Fix issue #4976176: Font size setting does not persist"Dianne Hackborn2011-07-195-7/+58
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix issue #4976176: Font size setting does not persistDianne Hackborn2011-07-195-7/+58
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id58caf990bdd3aac5ea97aaba45652ffad1f678a
* | | | | | | | | | Merge "Extract BC metadata using a single call."Stephen Hines2011-07-192-60/+46
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Extract BC metadata using a single call.Stephen Hines2011-07-182-60/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=4278636 Change-Id: Idc056c4fa50240aadbc81d300fbed759c5a187cf
* | | | | | | | | | Merge "Fix issue 4499450: Unknown Ringer Mode"Eric Laurent2011-07-192-0/+27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix issue 4499450: Unknown Ringer ModeEric Laurent2011-07-192-0/+27
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a validity check on ringer mode values in AudioManager.setRingerMode(). Change-Id: Ie780edc1d347009d90f000018a71520b04e0c4a1
* | | | | | | | | | Merge "Layoutlib: misc fix + start of AndroidBidi support."Xavier Ducrohet2011-07-195-27/+57
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Layoutlib: misc fix + start of AndroidBidi support.Xavier Ducrohet2011-07-195-27/+57
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If2ce0b683da8cce01679322d503eed8dd474e521
* | | | | | | | | | Merge "Add new OpenGL test"Romain Guy2011-07-192-0/+486
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add new OpenGL testRomain Guy2011-07-192-0/+486
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icab48d71945bf94dd53f58b728a951d46380d945
* | | | | | | | | | | Merge "Fix stacked notifications."Daniel Sandler2011-07-191-9/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix stacked notifications.Daniel Sandler2011-07-191-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5012006 Change-Id: I588f2b5376e644cbc37f884eec62ca44bac1dfaf
* | | | | | | | | | | | Merge "implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an ↵Mathias Agopian2011-07-1912-68/+147
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | optimal buffer orientation""
| * | | | | | | | | | | implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an ↵Mathias Agopian2011-07-1912-68/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optimal buffer orientation" Bug: 4487161 Change-Id: I883f34efe542c2a566d04966f873374f40c50092
* | | | | | | | | | | | Merge "More HLS fixes"Andreas Huber2011-07-192-10/+30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | More HLS fixesAndreas Huber2011-07-192-10/+30
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly expand URLs where the "new" URL is an absolute path. properly include any extra headers even when fetching the key files. Change-Id: I7cd8879015ea8e3d3e2334f4e7e16b8c1a5d48e9
* | | | | | | | | | | | Merge "Reduce the fade area to save bandwidth."Romain Guy2011-07-193-5/+47
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Reduce the fade area to save bandwidth.Romain Guy2011-07-193-5/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8ccea17fc1fb3c132329baa0acc1b3d5a140a5c6
* | | | | | | | | | | | Merge "Fix a few things in the JNI docs."Elliott Hughes2011-07-191-18/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix a few things in the JNI docs.Elliott Hughes2011-07-191-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I375a2113c385d911770efec2f3172ed882c0d3c6
* | | | | | | | | | | | | Merge "Disconnect the native window in CameraService::Client::disconnect."Wu-cheng Li2011-07-191-11/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Disconnect the native window in CameraService::Client::disconnect.Wu-cheng Li2011-07-201-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:5048372 Change-Id: I6886907a672ddf5580b988ca5bc13e3dc26d4385