summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | | | | | | | SDK only: integrate new sample code, deprecating along the way.Dianne Hackborn2011-06-164-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new support library features and sample code for switching between fragments using a TabHost now eliminates the utility of the TabActivity class, so deprecate it. This also means there is no longer any use in ActivityGroup or LocalActivityManager. Yay. Also fix up things so the new support API demos are included in the documentation. Change-Id: I4f073b82787f32560ba1fa5b6a23746ecc8aecdc
* | | | | | | | | | | | Merge "Prevent TweetDeck from crashing."Romain Guy2011-06-161-9/+12
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Prevent TweetDeck from crashing.Romain Guy2011-06-161-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I964d9152010060c3a2698cdb6c22ac21da1af8b0
* | | | | | | | | | | | Merge "Adds more docs to classes in CalendarContract"RoboErik2011-06-161-8/+50
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Adds more docs to classes in CalendarContractRoboErik2011-06-161-8/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I73d93a6a823100394a707e6b85de40fc6e242c03
* | | | | | | | | | | | Merge "Update getLayoutDirectionFromLocale() for using ICU"Fabrice Di Meglio2011-06-161-11/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update getLayoutDirectionFromLocale() for using ICUFabrice Di Meglio2011-06-161-11/+2
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - now relying on ICU.getScript() and ICU.addLikelySubtags() for getting the locale script - clean unit tests imports Change-Id: Icdc45fa78490d1e2dde0e83bca0feea8aa205cdf
* | | | | | | | | | | | Merge "Fix crash in ViewPropertyAnimator for unparented view."Chet Haase2011-06-161-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix crash in ViewPropertyAnimator for unparented view.Chet Haase2011-06-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mechanism for removing possible earlier animations should call removeCallbacks on the view, not on the (possibly null) handler of the view. Change-Id: I76c6f0bea5e009be9197a6e49e9360ed9ef1a9cb
* | | | | | | | | | | | | Merge "Add DroidDocs to Events class"RoboErik2011-06-161-1/+97
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | / / / | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | Add DroidDocs to Events classRoboErik2011-06-161-1/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I85b14e8a553a1bc160d05a9f076d4aea77e9a39f
* | | | | | | | | | | | Merge "DownloadManager flags for network policy."Jeff Sharkey2011-06-164-1/+47
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | DownloadManager flags for network policy.Jeff Sharkey2011-06-164-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handful of DownloadManager flags to record when a download was paused because of NetworkPolicyManager rules. Change-Id: I99fc47f529cb6c8a42dbeca049e0cd0f1556eac4
* | | | | | | | | | | | Merge "Inline SeekBarPreference"John Reck2011-06-165-46/+317
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Inline SeekBarPreferenceJohn Reck2011-06-165-46/+317
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dialog-based SeekBarPreference renamed to SeekBarDialogPreference New inline SeekBarPreference added Change-Id: I7a5d8f7aa554c4af4086a9bcc74cf07879c8523c
* | | | | | | | | | | | am 241b65ac: am 5f350512: Merge "Reset connections AFTER we take down the ↵Robert Greenwalt2011-06-161-41/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | / / | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network." into honeycomb-LTE * commit '241b65aca93e263f0869c5bec4ad1dbda0dec6db': Reset connections AFTER we take down the network.
| * | | | | | | | | | am 5f350512: Merge "Reset connections AFTER we take down the network." into ↵Robert Greenwalt2011-06-161-41/+0
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | honeycomb-LTE * commit '5f3505121b761dbd3bba62d1603fbab49de139b9': Reset connections AFTER we take down the network.
| | * | | | | | | | | Merge "Reset connections AFTER we take down the network." into honeycomb-LTERobert Greenwalt2011-06-161-41/+0
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Reset connections AFTER we take down the network.Robert Greenwalt2011-06-161-41/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you do it before you have a race condition and some apps will manage to reconnect on the dieing network before it goes and then get no notification when it goes. bug: 3408025 Change-Id: I5386ff313c759b3f687bc38731454ab43dbe76b8
* | | | | | | | | | | | Merge "Future-proofing: change Alignment interface to abstract class and add ↵Philip Milne2011-06-161-39/+44
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | a parameter for measurementType."
| * | | | | | | | | | | Future-proofing: change Alignment interface to abstract class and add a ↵Philip Milne2011-06-151-39/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parameter for measurementType. Also included bugfix from Winson: arcs wre not being cleared in invalidateStructure() so state wasn't properly cleared when children were added after the first layout operation. Change-Id: I7b46eadd955bd74b7bb3e4dad2f47ed3f092ff63
* | | | | | | | | | | | Merge "VPN: migrate from generic Bundle to our own Parcelable VpnConfig."Chia-chi Yeh2011-06-164-42/+102
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | VPN: migrate from generic Bundle to our own Parcelable VpnConfig.Chia-chi Yeh2011-06-154-42/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that VpnConfig is for internal use only. Also remove hidden methods from ConnectivityManager. Change-Id: Ic298c4dc9a2c6c452bd8f4be6fa84e7ac489c0c4
* | | | | | | | | | | | Merge f28f1de3 - regen current.txtJean-Baptiste Queru2011-06-161-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Change-Id: I7875932a0634542251f53855b4e8620a089de05f
| * | | | | | | | | | | am 413b53b5: am 70921d61: Merge "We must keep up with the Joneses." into ↵Dianne Hackborn2011-06-151-0/+18
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | honeycomb-mr2 * commit '413b53b57d62b60e98cfe5b9359551315e7cb3a7': We must keep up with the Joneses.
| | * | | | | | | | | | am 70921d61: Merge "We must keep up with the Joneses." into honeycomb-mr2Dianne Hackborn2011-06-151-0/+18
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '70921d615496c5be8a19cbd1454378bb7d0201f3': We must keep up with the Joneses.
| | | * | | | | | | | | We must keep up with the Joneses.Dianne Hackborn2011-06-151-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifa2ab0167c09ba18b24c8b6c618db807e17519f5
* | | | | | | | | | | | Merge "Don't enforce defaults any more in the TextToSpeech API."Narayan Kamath2011-06-163-77/+14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Don't enforce defaults any more in the TextToSpeech API.Narayan Kamath2011-06-163-77/+14
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been discussed in an email thread. This brings the text to speech API in line with other android APIs. The user can set default speech rates / languages and engine preferences, which the API obeys BUT these can be overriden by individual apps (much like intent.setComponent and intent.setClassName can be used to launch a specific handler for a given intent). Also, all installed engines are enabled by default. The user is shown the "data privacy" warning every time an installed engine is set to the default. Change-Id: I24f5f331b3a7cc7ce1a62962192e3a452bdca9d4
* | | | | | | | | | | | Merge "Fix crash determining direction of invalid locale"Kenny Root2011-06-161-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix crash determining direction of invalid localeKenny Root2011-06-161-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The layoutlib is used in the SDK which might not have a default Locale, so the language string will be some kind of junk. This causes a crash in the new LocaleUtils Change-Id: I24e5115c56e39d394dcf89ec6cff609525b3c73e
* | | | | | | | | | | | | Merge "Increase the visibility of SynthesisRequest"Narayan Kamath2011-06-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Increase the visibility of SynthesisRequestNarayan Kamath2011-06-151-1/+1
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it a lot easier for engine implementers to test their engine. This is a dumb data object, and contains no logic whatsoever. Change-Id: I2a8bea134a8ff6b962508cfed67ea6085a682b23
* | | | | | | | | | | | Merge "Introduce LocalUtil and getLayoutDirectionFromLocale() now use ↵Fabrice Di Meglio2011-06-153-56/+122
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | likelySubtags"
| * | | | | | | | | | | | Introduce LocalUtil and getLayoutDirectionFromLocale() now use likelySubtagsFabrice Di Meglio2011-06-153-56/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - move code from Configuration to LocaleUtil - move unit tests Change-Id: Ic14b0131894a0c5618f00d4acb3edb0daadefe01
* | | | | | | | | | | | | Merge "Invisible views should not be visible to accessibility services ↵Svetoslav Ganov2011-06-152-7/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | (interrogation)"
| * | | | | | | | | | | | Invisible views should not be visible to accessibility services (interrogation)Svetoslav Ganov2011-06-152-7/+11
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Infisible children of a ViewGroup are reported by View group while constructing an AccessibilityNodeInfo. 2. AncestorView does not check whether a found view is shown before returining it or perform action on it. bug:4672230 Change-Id: Ic620ea71b7755c598407bdd813a2beeee400c89c
* | | | | | | | | | | | Merge "Port recent apps from tablet to phone"Michael Jurka2011-06-152-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Port recent apps from tablet to phoneMichael Jurka2011-06-152-0/+2
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - wire up to long press on home - remove unused recents activity - remove duplicate recents resources in -large directories (using -sw600dp instead) - fix issue with zoom/scale translation when recents was brought up Change-Id: I45538ccaff49b46ac3659c4828f9e2b0cd075241
* | | | | | | | | | | | Merge "Properly refcount SurfaceTexture in the JNI layer."Romain Guy2011-06-154-16/+14
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Properly refcount SurfaceTexture in the JNI layer.Romain Guy2011-06-154-16/+14
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4b4c8020c13b8d6ce0d302fe42410033bf5785a6
* | | | | | | | | | | AccessibilityNodeInfo not properly returning checked statusSvetoslav Ganov2011-06-151-0/+7
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. CompundButton was not setting its checked state in the info. bug:4674048 Change-Id: Ic711d4ee9b2214e9bdf86546df406b497aaa90b5
* | | | | | | | | | am 11954872: am 5af3405f: am ecda5461: Merge "Fix lease duration handling" ↵Irfan Sheriff2011-06-151-7/+18
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into honeycomb-mr2 * commit '1195487228e1eb6c8859368286168051bd505b2f': Fix lease duration handling
| * | | | | | | | | am 5af3405f: am ecda5461: Merge "Fix lease duration handling" into honeycomb-mr2Irfan Sheriff2011-06-151-7/+18
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5af3405f0d24c853bd10eb239c081e31972d3e1d': Fix lease duration handling
| | * | | | | | | | am ecda5461: Merge "Fix lease duration handling" into honeycomb-mr2Irfan Sheriff2011-06-151-7/+18
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ecda5461603b6de77beb045dfdf82dad7ae48d61': Fix lease duration handling
| | | * | | | | | | Fix lease duration handlingIrfan Sheriff2011-06-151-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert lease time in seconds to long before alarm set up and add sanity check Change-Id: I99524c97d9a643ffa8234d016d0e819a284977a1
* | | | | | | | | | Merge "Added vcard query parameter for not attaching photo."Martijn Coenen2011-06-151-0/+9
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Added vcard query parameter for not attaching photo.Martijn Coenen2011-06-151-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia4968ba54d00c368240f50fa43bcc647ccf2c199
* | | | | | | | | | Merge "Modified Voicemail.SOURCE_DATA value to match with the constant name."Debashish Chatterjee2011-06-151-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Modified Voicemail.SOURCE_DATA value to match with the constant name.Debashish Chatterjee2011-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3a83b553ace640a91cd07e89785d52d5b7cd86ca