Alan Viverette
a2e88ef896
Merge "Move forwarding code to ListPopupWindow, add drag-to-open in Spinner" into klp-dev
2013-08-21 17:56:00 +00:00
Alan Viverette
5feb0ad1d2
Merge "Use MULTI_LINE and OPENS_POPUP accessibility properties" into klp-dev
2013-08-21 17:55:49 +00:00
Igor Murashkin
f6121f38c0
Merge "camera2: add sensor.temperature optional key. clear up some metadata definitions" into klp-dev
2013-08-21 17:53:18 +00:00
Matthew Xie
e530c41b57
Merge "Protect a bunch of broadcast intents" into klp-dev
2013-08-21 17:51:02 +00:00
Lorenzo Colitti
fd589c1d94
Merge "Notify IP address changes to interface observers." into klp-dev
2013-08-21 17:47:13 +00:00
Eric Laurent
906da6bfe4
Merge "Updating Force Use toggling for Communication use case" into klp-dev
2013-08-21 17:43:38 +00:00
Adam Powell
b8c481d386
Merge "Add xxhdpi drawables" into klp-dev
2013-08-21 17:42:15 +00:00
David Christie
8b525e75a0
Merge "Switch QuickSettings to new LocationMode setting api." into klp-dev
2013-08-21 17:40:43 +00:00
Adam Powell
41a5de94b0
Add xxhdpi drawables
...
Change-Id: I16d27db7fc6a01710c4e6bde5d0e0d7cf3a14aba
2013-08-21 17:39:23 +00:00
Eino-Ville Talvala
5afd3e91b8
Camera2: Convert camera device errors to exceptions
...
Bug: 10360518
Change-Id: I1752cecf55269c2c9f22962660c0b3fc236138fa
2013-08-21 10:37:04 -07:00
Baligh Uddin
7110fd259f
Import translations. DO NOT MERGE
...
Change-Id: I241b46f914ed4dbb248810447d32d274b275d99f
Auto-generated-cl: translation import
2013-08-21 10:28:03 -07:00
Chris Craik
dc70afaeab
Merge "Add inPremutiplied option to BitmapFactory.Options, functionality in Bitmap" into klp-dev
2013-08-21 17:22:24 +00:00
Lorenzo Colitti
10fa8c0626
Merge "Make BaseNetworkObserver available to core code" into klp-dev
2013-08-21 17:20:40 +00:00
Lorenzo Colitti
4d3d5f1f9e
Merge "Modify LinkProperties address update methods." into klp-dev
2013-08-21 17:13:50 +00:00
Mathew Inwood
6a99a8145c
Merge "Remove android.provider.Applications" into klp-dev
2013-08-21 17:12:05 +00:00
Lorenzo Colitti
b8aa06c783
Merge "Add a string constructor to LinkAddress." into klp-dev
2013-08-21 17:11:00 +00:00
Johan Gustavsson
7337bee783
Updating Force Use toggling for Communication use case
...
setForceUse toggling is shaky when toggling either through
setSpeakerphoneOn and setBluetoothScoOn. Depending on call sequence
an application may unintentionally trigger a routing use case it
does not want.
The main root cause is that neither of these calls take the
previous state into account. A call to setSpeakerPhoneOn will for
example partly disable any active BT SCO routing.
Change-Id: I436ee5a8da2d9ea5a2e4e89eec083c8118a5ff7e
2013-08-21 09:35:20 -07:00
Mathew Inwood
e14380a798
Remove android.provider.Applications
...
ApplicationsProvider is going away since it's no longer needed. Remove
the related constants also.
Depends on change I6ee638a3d2b65f092d6f90410156d7cd24436914 in
packages/provider/ApplicationsProvider.
Bug: 10407790
Change-Id: Ib3188612a8713266a77d59d514113ed5d61b0810
2013-08-21 17:04:05 +01:00
John Spurlock
b06b8b0267
Merge "Improve transient bar transitions." into klp-dev
2013-08-21 13:36:36 +00:00
Alan Viverette
d3927bd035
Merge "Allow recycling of Preferences in com.android.* packages" into klp-dev
2013-08-21 01:58:55 +00:00
Chris Craik
1abf5d6242
Add inPremutiplied option to BitmapFactory.Options, functionality in Bitmap
...
bug:2248948
Change-Id: I8fdd649332667598504a1076d5a447572bd53086
2013-08-20 18:29:33 -07:00
Matthew Xie
6b8a6a6e05
Protect a bunch of broadcast intents
...
All the changed intents are restricted. Only Bluetooth Process can
broadcast/send them.
bug 7622253
Change-Id: I098664bf266ac44b7904f8f79b1804d5130f5cd5
2013-08-20 18:07:25 -07:00
Svetoslav Ganov
b4f6a01d51
Adding a clean spec step for removed aidl files
...
Change-Id: I350bf6c0dfae116898b13c9f2570c7263eff1814
2013-08-20 17:59:01 -07:00
Tom O'Neill
a37e2346f8
Merge "Warn that SettingInjectorService must be fast" into klp-dev
2013-08-21 00:47:32 +00:00
Mathieu Chartier
e6c2241f7a
Launch VM with -XX:LowMemoryMode if ro.config.low_ram is "true".
...
Bug: 10131789
Change-Id: Ib9962f7becdedd71f48123a4720dcce1d09abb9d
2013-08-20 17:38:24 -07:00
Eino-Ville Talvala
9fac8a6a4a
Merge "Renderscript: Allow YUV_420_888 as a YUV type." into klp-dev
2013-08-21 00:36:45 +00:00
Alan Viverette
791b37e0d9
Allow recycling of Preferences in com.android.* packages
...
Refactors hasSpecifiedLayout to canRecycleLayout for readability's
sake. All boolean references to the method have been inverted.
BUG: 10079104
Change-Id: Ie6beda9f0b837f889a6cc6a80377349e98cc4883
2013-08-20 17:34:19 -07:00
Scott Main
e9d372a1fa
am fdc3c0ef: am 1b3f1533: am 414905b7: update samples nav for new script
...
* commit 'fdc3c0ef90fa4b8c6130714b71b478c1e7a25a91':
update samples nav for new script
2013-08-20 17:23:48 -07:00
Scott Main
fdc3c0ef90
am 1b3f1533: am 414905b7: update samples nav for new script
...
* commit '1b3f1533ce6b3799fb90b7d73e3bef3ddce4abce':
update samples nav for new script
2013-08-20 17:20:39 -07:00
Scott Main
1b3f1533ce
am 414905b7: update samples nav for new script
...
* commit '414905b7044b10b7231f13584bf26e7c8c3e1e12':
update samples nav for new script
2013-08-20 17:17:34 -07:00
Scott Main
414905b704
update samples nav for new script
...
Change-Id: I4b357f1edf2d8e3eb7b3810103c60d3fd470e113
2013-08-20 17:07:05 -07:00
Svetoslav Ganov
5cdaf8c3e5
Merge "Fix build" into klp-dev
2013-08-20 23:58:13 +00:00
Svetoslav Ganov
3bf7976e78
Fix build
...
Change-Id: Iff815dd264008c005995ab8a95b442dad7aca18e
2013-08-20 16:40:57 -07:00
Jason Monk
ff796e5a24
Merge "Change PacProcessor to Android Service" into klp-dev
2013-08-20 23:35:26 +00:00
Alan Viverette
59bbba7c37
Merge "Add implicit parent dependency for Preferences" into klp-dev
2013-08-20 23:28:16 +00:00
Christopher Tate
439c9f5bf3
Merge "Make "low ram device" a readonly system property" into klp-dev
2013-08-20 22:59:39 +00:00
Selim Gurun
22df87b669
Merge "Added the callback signal." into klp-dev
2013-08-20 22:41:53 +00:00
David Christie
448baa08d0
Switch QuickSettings to new LocationMode setting api.
...
Change-Id: Ie3981741ae422562e9c703b76d10278f285739c6
2013-08-20 15:22:33 -07:00
Selim Gurun
fc3f4ee8a0
Added the callback signal.
...
Bug:10190508
Change-Id: I52b327e0724938e1de7ce7550d26563364ff1589
2013-08-20 15:18:31 -07:00
Igor Murashkin
d5ff06a2ce
camera2: add sensor.temperature optional key. clear up some metadata definitions
...
Change-Id: I1fabdf383b303ea52d73a055b83a0c4a1bca3f95
2013-08-20 15:15:06 -07:00
Sandeep Siddhartha
aed96e1b2b
Merge "Add hotword detection in insecure keyguard" into klp-dev
2013-08-20 21:41:44 +00:00
Jason Monk
9ced3cd9d6
Change PacProcessor to Android Service
...
This switches the PacProcessor over to an Android Service. The service
is bound and unbound by the PacManager, which also adds it to the
ServiceManager, allowing for Context-Free access by the PacProxySelector
in all DVMs.
bug:10182711
Change-Id: Id1ff7660be56e8976cdcccd76e041feb47a17a61
2013-08-20 17:36:39 -04:00
Christopher Tate
2f61f91491
Make "low ram device" a readonly system property
...
This lets components outside the Zygote / Android resource regime
know whether this is considered a "low ram" device.
Set the property [ro.config.low_ram] to "true" if the device is to be
considered low-ram. Any other property string (or its absence) will
be interpreted as meaning this is a normal larger-ram device. The
"true" string must be all lower case.
Bug 10131789
Change-Id: I15332d169b4aa4eaa0a6c1952787af0b03d23a6b
2013-08-20 14:35:56 -07:00
Andy McFadden
59210de17c
Merge "Avoid crashing in unlockCanvasAndPost" into klp-dev
2013-08-20 21:27:07 +00:00
Matthew Xie
ec850cd6c6
Merge "Update comments" into klp-dev
2013-08-20 21:18:30 +00:00
Sandeep Siddhartha
f4d922b2d9
Add hotword detection in insecure keyguard
...
- This talks to a service that's implemented by the Search app
- The AIDL interface may be moved to the framework in a later CL
Change-Id: I26553e46f7d17ba4ac7a952c871b28b261cba975
2013-08-20 14:17:02 -07:00
Jason Monk
b7ac0d02d6
Merge "Fix ProxyHandler to only run when needed" into klp-dev
2013-08-20 21:13:24 +00:00
John Du
b7b7d7a05c
Update comments
...
bug 10152994
Change-Id: I05bbd917ebd0d140e0894f8bf7e43d0fc77378c8
2013-08-20 14:03:28 -07:00
Fabrice Di Meglio
841cd8609b
Merge "Fix bug #10409069 Spinner Drawable is not mirrored in RTL mode" into klp-dev
2013-08-20 20:51:02 +00:00
Svetoslav
d30921672c
Merge "Implemented advanced printer selection and API refactoring." into klp-dev
2013-08-20 20:42:05 +00:00