summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* PacProcessor should be 32 bit only.Narayan Kamath2014-03-191-0/+1
| | | | | | It depends on external/v8, which isn't ready for 64 bit yet. Change-Id: Ibc9705665b81d3667826dedd6217f2eb6d451c81
* Merge "[Navigation bar] Allow "right to left" gesture to launch search panel"John Spurlock2014-01-291-0/+5
|\
| * [Navigation bar] Allow "right to left" gesture to launch search panelfisherson_lin2014-01-291-0/+5
| | | | | | | | | | | | | | | | Symptom: "Bottom to up" gesture can launch search panel in portrait, but "right to left" gesture CANNOT in landscape. Root Cause: Not handled. Solution: Set swapXY to handle this in landscape case. Change-Id: I1793280b3656af6912e6b4583b08e80a0a38e44a
* | Merge "Telephony: Modify code to check that PUK code length is always 8."Wink Saville2014-01-251-1/+1
|\ \
| * | Telephony: Modify code to check that PUK code length is always 8.Rakesh Pallerla2014-01-081-1/+1
| |/ | | | | | | | | | | | | As per 3GPP TS 31.101 Release 11 section 9.6, the number of digits for UNBLOCK PIN (PUK) is always 8. Change-Id: I4ea69fd8e2e8e96330d10a67b2d1f5a1859c1016
* | Set Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE default valueOskar Grönqvist2014-01-142-0/+7
|/ | | | | | | To be able to customize the "WiFi scan always available" setting we need to set a default value. Change-Id: I3673f2613ab9b6a947aed7e29d4cc876140c2180
* Use java.util.Objects instead on internal APIKenny Root2013-12-132-5/+5
| | | | | | | Not needed since java.util.Objects implements all the needed functionality. Change-Id: Icd31d49a9801d1705427f028e9ac927d58e7d34c
* Merge commit 'bac61807d3bcfff957b358cb9ad77850bd373689' into HEADThe Android Open Source Project2013-12-05169-891/+3449
|\ | | | | | | Change-Id: I29374270c8e0c2f2859efaf1d55af9f73da0f8d7
| * am 5d0b18cd: am 3de885be: Merge "Disallow applications from initiating cast ↵Jeff Brown2013-11-151-0/+3
| |\ | | | | | | | | | | | | | | | | | | screen." into klp-dev * commit '5d0b18cddfcb933d7960c5a6a820045d77a0285c': Disallow applications from initiating cast screen.
| | * am 3de885be: Merge "Disallow applications from initiating cast screen." into ↵Jeff Brown2013-11-151-0/+3
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | klp-dev * commit '3de885bef2f0f85ea76fd96c8f18cdd743ce66a4': Disallow applications from initiating cast screen.
| | | * Merge "Disallow applications from initiating cast screen." into klp-devJeff Brown2013-11-151-0/+3
| | | |\
| | | | * Disallow applications from initiating cast screen.Jeff Brown2013-11-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only allow the system ui and settings to connect to a remote display. To do this, we essentially hide the remote displays from applications by using the ROUTE_TYPE_REMOTE_DISPLAY then add permission checks around the operations that connect to them. As a bonus, this may actually save power on devices since applications that use MediaRouter will not longer be performing discover on remote display routes at all. Bug: 11257292 Change-Id: I9ea8c568df4df5a0f0cf3d0f11b39c87e2110795
| | | * | Import translations. DO NOT MERGEBaligh Uddin2013-11-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6d1283da139ad2ef60213d83d7ac00939a4bfc04 Auto-generated-cl: translation import
| * | | | am d2b27cbd: am 6874bfe1: Merge "Created print jobs should not be persisted ↵Svetoslav2013-11-142-2/+9
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | until they are queued." into klp-dev * commit 'd2b27cbde92dc57b5b6fe9b7434a5189a73dd2b2': Created print jobs should not be persisted until they are queued.
| | * | | am 6874bfe1: Merge "Created print jobs should not be persisted until they ↵Svetoslav2013-11-142-2/+9
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | are queued." into klp-dev * commit '6874bfe19b6bc1522e07e53eb96a07e21d148b41': Created print jobs should not be persisted until they are queued.
| | | * | Merge "Created print jobs should not be persisted until they are queued." ↵Svetoslav2013-11-152-2/+9
| | | |\ \ | | | | |/ | | | |/| | | | | | into klp-dev
| | | | * Created print jobs should not be persisted until they are queued.Svetoslav2013-11-142-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Print jobs in a created state should not be persisted. However, if a print service sets the tag to a print job that is queued, we were persisting even print jobs in a created state. This change adds a simple check while persisting to avoid storing created print jobs. bug:11696785 Change-Id: Idf28f3634b91fd5bf345f376114af4ed478ed3c6
| * | | | am 8d1e86d0: am 1907c0d2: Merge "Don\'t show external presentation until ↵Jim Miller2013-11-141-8/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | keyguard actually shows" into klp-dev * commit '8d1e86d054c9d2a9bdec2a0c9d454ddf21768031': Don't show external presentation until keyguard actually shows
| | * | | am 1907c0d2: Merge "Don\'t show external presentation until keyguard ↵Jim Miller2013-11-141-8/+0
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | actually shows" into klp-dev * commit '1907c0d280d97776708810c9d24931aa6f818790': Don't show external presentation until keyguard actually shows
| | | * | Merge "Don't show external presentation until keyguard actually shows" into ↵Jim Miller2013-11-151-8/+0
| | | |\ \ | | | | | | | | | | | | | | | | | | klp-dev
| | | | * | Don't show external presentation until keyguard actually showsJim Miller2013-11-141-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous code was looking for just the display to turn off. It should wait until keyguard is actually shown before enabling the external presentations. Fix for bug 11694904 Change-Id: Iebf3aa04fc094cd4e5c8f56bc771aca1e5921d04
| * | | | | am 2bced6dc: am a7a46a66: Merge "Update cast screen strings." into klp-devJeff Brown2013-11-141-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * commit '2bced6dcb53c1743d6d11ffcb213206a07a63737': Update cast screen strings.
| | * | | | am a7a46a66: Merge "Update cast screen strings." into klp-devJeff Brown2013-11-141-1/+1
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | * commit 'a7a46a66fa9f9ce547bac6c2e800a0ae287d9e5c': Update cast screen strings.
| | | * | | Merge "Update cast screen strings." into klp-devJeff Brown2013-11-151-1/+1
| | | |\ \ \
| | | | * | | Update cast screen strings.Jeff Brown2013-11-141-1/+1
| | | | | |/ | | | | |/| | | | | | | | | | | | | | | | | | | Bug: 11257292 Change-Id: Ia66152985bafcdd8ec88a3145623536a2b439b78
| * | | | | am caf21486: am 68837c4e: Merge "Avoid skipping animated status bar icon ↵John Spurlock2013-11-141-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | frames." into klp-dev * commit 'caf21486dfbc4ca67254652f16448493c5f4e06c': Avoid skipping animated status bar icon frames.
| | * | | | am 68837c4e: Merge "Avoid skipping animated status bar icon frames." into ↵John Spurlock2013-11-141-1/+1
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | klp-dev * commit '68837c4eca7705cd32e3de2e7cdcd24c72ecaea7': Avoid skipping animated status bar icon frames.
| | | * | | Merge "Avoid skipping animated status bar icon frames." into klp-devJohn Spurlock2013-11-151-1/+1
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | Avoid skipping animated status bar icon frames.John Spurlock2013-11-141-1/+1
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By avoiding a known issue in AnimationDrawable. Bug:11694594 Change-Id: I87540728118833f29fc7b64a5c853bc26fd19d73
| * | | | am 434b4acb: am 90fa5331: Merge "Don\'t show keyguard until the device has ↵Jim Miller2013-11-141-1/+2
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | been provisioned." into klp-dev * commit '434b4acb997484e7a540bf44bebd6b17c63fe270': Don't show keyguard until the device has been provisioned.
| | * | | am 90fa5331: Merge "Don\'t show keyguard until the device has been ↵Jim Miller2013-11-141-1/+2
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | provisioned." into klp-dev * commit '90fa53318d4984dbebfa7964ae1f79f51a130932': Don't show keyguard until the device has been provisioned.
| | | * | Don't show keyguard until the device has been provisioned.Jim Miller2013-11-141-1/+2
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug where we'd show keyguard on top of setup. Fixes bug 11689756 Change-Id: I38ecdafc00fc34fdd79e3ac517042a1e5eea93de
| * | | am 5305fe3f: am 39af5a78: Merge "Don\'t set up external displays from binder ↵Jim Miller2013-11-131-1/+8
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | thread" into klp-dev * commit '5305fe3f0971274d90d875cfbeffdb18e3b03f09': Don't set up external displays from binder thread
| | * | am 39af5a78: Merge "Don\'t set up external displays from binder thread" into ↵Jim Miller2013-11-131-1/+8
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | klp-dev * commit '39af5a78c073d01539625a9fbbb8511747e2f048': Don't set up external displays from binder thread
| | | * Merge "Don't set up external displays from binder thread" into klp-devJim Miller2013-11-141-1/+8
| | | |\
| | | | * Don't set up external displays from binder threadJim Miller2013-11-131-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug where keyguard was attempting to set up external presentation displays from the binder thread instead of the UI thread. Bad dog. Fixes bug 11676486 Change-Id: Iadbe485691acc56a41b23219fe399f7eda40cb7c
| * | | | am 378c804d: am c8867b28: Merge "Report keyguard as initially showing and ↵Jim Miller2013-11-131-1/+4
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | secure until we know" into klp-dev * commit '378c804d652f32547d3fe460842e5720b57bd9f1': Report keyguard as initially showing and secure until we know
| | * | | am c8867b28: Merge "Report keyguard as initially showing and secure until we ↵Jim Miller2013-11-131-1/+4
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | know" into klp-dev * commit 'c8867b2807b6d7ffcd3c2f935d1fe8c857a9ef8d': Report keyguard as initially showing and secure until we know
| | | * | Merge "Report keyguard as initially showing and secure until we know" into ↵Jim Miller2013-11-141-1/+4
| | | |\ \ | | | | |/ | | | |/| | | | | | klp-dev
| | | | * Report keyguard as initially showing and secure until we knowJim Miller2013-11-131-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug where an app calls KeyguardManager.isLocked() before keyguard has had a chance to show. The fix is to assume keyguard is showing and secure until we know otherwise. Fixes bug 11670159 Change-Id: Ifbe4cdf40e3b76d2069ecace940f85fa58f31187
| | | * | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-11-1357-58/+69
| | | |\ \
| | | | * | Import translations. DO NOT MERGEBaligh Uddin2013-11-1357-58/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I11d764583416d7fb4dfc85ebe81a98b6a1267424 Auto-generated-cl: translation import
| * | | | | am 291b7f56: am 3714473f: Merge "Enable fast camera transition when launched ↵Jim Miller2013-11-133-2/+14
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from navbar" into klp-dev * commit '291b7f56159a942911c5e83c42b89ecd2440708c': Enable fast camera transition when launched from navbar
| | * | | | am 3714473f: Merge "Enable fast camera transition when launched from navbar" ↵Jim Miller2013-11-133-2/+14
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into klp-dev * commit '3714473f1a077cae6eca3079da67a7dd09dcff65': Enable fast camera transition when launched from navbar
| | | * | | Merge "Enable fast camera transition when launched from navbar" into klp-devJim Miller2013-11-133-2/+14
| | | |\ \ \
| | | | * | | Enable fast camera transition when launched from navbarJim Miller2013-11-123-2/+14
| | | | | |/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces the camera transition timeout to 0 if launched from the navigation bar. The transition cannot be aborted once launched. Change-Id: I7c376fbb90fd51cd301ef49fbd3411370bc2e4b5
| * | | | | am cefe47c0: am 9c8d56a6: Merge "Reduce camera launch time by about 250ms." ↵Jim Miller2013-11-132-5/+4
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into klp-dev * commit 'cefe47c0d3471aedd4f7d4d3b5137a2a95161ad4': Reduce camera launch time by about 250ms.
| | * | | | am 9c8d56a6: Merge "Reduce camera launch time by about 250ms." into klp-devJim Miller2013-11-132-5/+4
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | * commit '9c8d56a692198a3fc1629a0407ea6027f04e9a91': Reduce camera launch time by about 250ms.
| | | * | | Merge "Reduce camera launch time by about 250ms." into klp-devJim Miller2013-11-132-5/+4
| | | |\ \ \
| | | | * | | Reduce camera launch time by about 250ms.Jim Miller2013-11-122-5/+4
| | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces the amount of time available to the user to cancel launching the camera in order to improve average launch time. It also increases the threshhold for flings and motions to prevent unintentional launches which are costly in terms of falsing. Fixes bug b/11657355 Change-Id: I852abbe3ce8ddddcb65f3a48a2f8111d20126189