Daniel Sandler
fdb7c36a10
Migrate Dreams default settings to DatabaseHelper.
...
Also switch Dreams on for all charging devices by default.
Change-Id: Iccbcc2906d55214320b2f467e88ba9cb188f4886
2012-08-08 08:38:48 -04:00
Mikhail Naganov
ce18fd9510
Merge "Implement WebSettings.{get|set}TextSize via {get|set}TextZoom."
2012-08-08 02:08:58 -07:00
Mikhail Naganov
c70b1f3bd6
Merge "Remove unused BROWSER_TEXT_SIZE_CHANGE log event."
2012-08-08 02:06:36 -07:00
Jeff Brown
2ab1b7d9ab
Make display info accessible from hidden api.
...
Change-Id: I83f3899b9ef10da4fe9a71f40dee8e940b32ec46
2012-08-08 02:06:14 -07:00
Mikhail Naganov
449b961740
Merge "Clarify JavaDoc of WebSettings.setAllowFileAccessFromFileURLs."
2012-08-08 02:04:13 -07:00
Mikhail Naganov
65e7ace979
Clarify JavaDoc of WebSettings.setAllowFileAccessFromFileURLs.
...
According to CTS tests (WebSettingsTest.testLocalImageLoads),
local images access is allowed regardless of the state of
AllowFileAccessFromFileURLs.
Bug: 5461416
Change-Id: I71f5c38a6b0f3720c8c369c0e19f379c78ace06f
2012-08-08 10:02:39 +01:00
Matthew Xie
773be0d650
am 693c1dc5: am 1ae86869: Merge "Auto connection/disconnection related changes" into jb-mr1-dev
...
* commit '693c1dc5b0c2e0e4e94ef9b923201c7101e6a866':
Auto connection/disconnection related changes
2012-08-08 00:36:09 -07:00
Matthew Xie
1ae86869bc
Merge "Auto connection/disconnection related changes" into jb-mr1-dev
2012-08-08 00:31:53 -07:00
Baligh Uddin
8bba56a0c9
Merge "Import translations. DO NOT MERGE"
2012-08-07 19:31:17 -07:00
Dianne Hackborn
7d19e0242f
More mult-user API work.
...
- You can now use android:singleUser with receivers and providers.
- New API to send ordered broadcasts as a user.
- New Process.myUserHandle() API.
For now I am trying out "user handle" as the name for the numbers
representing users.
Change-Id: I754c713ab172494bb4251bc7a37a17324a2e235e
2012-08-07 19:19:22 -07:00
Adam Powell
e8af49bcc3
am 8aa7f9ad: am 96f1ee98: Merge "Fix a padding resolution bug for adapter-based views" into jb-mr1-dev
...
* commit '8aa7f9ada135928a28cae1b47511e5bd20b39536':
Fix a padding resolution bug for adapter-based views
2012-08-07 18:07:50 -07:00
Adam Powell
96f1ee9867
Merge "Fix a padding resolution bug for adapter-based views" into jb-mr1-dev
2012-08-07 18:04:16 -07:00
Adam Powell
172aa0c924
am 6963f2c3: am 60b645f6: Merge "Fix padding in global actions list item" into jb-mr1-dev
...
* commit '6963f2c38c3d1f458e69a5b4390661e03936e267':
Fix padding in global actions list item
2012-08-07 17:47:06 -07:00
Adam Powell
60b645f673
Merge "Fix padding in global actions list item" into jb-mr1-dev
2012-08-07 17:42:41 -07:00
Adam Powell
6571c7896d
Fix padding in global actions list item
...
Re-align the icon edges with the expected amount of padding in the
long-press power dialog.
Change-Id: I0d2f86447e635d5c339b07c261716e12670dc06d
2012-08-07 17:39:56 -07:00
Adam Powell
0090f20001
Fix a padding resolution bug for adapter-based views
...
If padding has not been resolved by the time measure() is called,
resolve it.
Bug 6938579
Change-Id: Idd3ffa3e4e441cd462d6594b1e20d153d7632994
2012-08-07 17:16:49 -07:00
Romain Guy
2e30fd3ec9
am 310ba5dd: am b260f353: Merge "Catch padding changes in ViewGroup to properly clip children Bug #6886339 " into jb-mr1-dev
...
* commit '310ba5dd9fba6430a9fb7735dd9394c393ff5096':
Catch padding changes in ViewGroup to properly clip children Bug #6886339
2012-08-07 15:22:41 -07:00
Romain Guy
b260f3531b
Merge "Catch padding changes in ViewGroup to properly clip children Bug #6886339 " into jb-mr1-dev
2012-08-07 14:52:35 -07:00
Romain Guy
2440e670de
Catch padding changes in ViewGroup to properly clip children
...
Bug #6886339
RTL support introduced a new way to handle padding which broke
existing behavior in ViewGroup.setPadding(). The new code path
was not notifying ViewGroup which would prevent it from setting
a flag used to clip children.
Change-Id: I584143714cb81fd664b4ecd9fb51d56bae04ba05
2012-08-07 14:43:43 -07:00
Scott Main
e6ec886a4b
am 5fef67cb: am b53e9b42: am a8583c29: am 40eee61e: docs: fix broken links and update sitemap text file
...
* commit '5fef67cbc8c234c5028cc91ef836fd2fb3f183af':
docs: fix broken links and update sitemap text file
2012-08-07 14:09:53 -07:00
Scott Main
b53e9b42c3
am a8583c29: am 40eee61e: docs: fix broken links and update sitemap text file
...
* commit 'a8583c2934836572632bb82d1fe7607392d4ca72':
docs: fix broken links and update sitemap text file
2012-08-07 14:05:28 -07:00
Scott Main
a8583c2934
am 40eee61e: docs: fix broken links and update sitemap text file
...
* commit '40eee61e25fb887f5267686f8a0a7c5bd9f95769':
docs: fix broken links and update sitemap text file
2012-08-07 14:04:04 -07:00
Adam Powell
77a572a8d3
am 60add06f: am 4224790f: Merge "Animate the action bar\'s Up chevron as it shows and hides." into jb-mr1-dev
...
* commit '60add06f3910d9f06f24b78ac69c89ad6c8deaa5':
Animate the action bar's Up chevron as it shows and hides.
2012-08-07 13:52:48 -07:00
Adam Powell
4224790ffa
Merge "Animate the action bar's Up chevron as it shows and hides." into jb-mr1-dev
2012-08-07 13:48:04 -07:00
Adam Powell
fd75eef161
Animate the action bar's Up chevron as it shows and hides.
...
Change-Id: I2cf0283cc644a62ad83cb5641b8f56cc8229b86f
2012-08-07 13:47:11 -07:00
Baligh Uddin
53bec9af8b
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
2012-08-07 12:40:12 -07:00
Baligh Uddin
2c4316b908
Import translations. DO NOT MERGE
...
Change-Id: If7f690adfaada1f61adc0cf1ccb2a5d30d441218
Auto-generated-cl: translation import
2012-08-07 12:34:50 -07:00
Baligh Uddin
2cfa7d8943
Import translations. DO NOT MERGE
...
Change-Id: Ia88ed38a8472e03ac23c36dc8fe86643af9bb2d6
Auto-generated-cl: translation import
2012-08-07 12:24:57 -07:00
Romain Guy
b3d8102f53
am 01069430: am 03ad783c: Merge "Cleanup of libhwui" into jb-mr1-dev
...
* commit '010694307e595a52d300334c05aac1215b864c10':
Cleanup of libhwui
2012-08-07 12:03:44 -07:00
Romain Guy
03ad783c50
Merge "Cleanup of libhwui" into jb-mr1-dev
2012-08-07 11:59:39 -07:00
Elliott Hughes
be53bae9c9
Merge "Switch DateUtils and Time over to using the CLDR for all week and month names."
2012-08-07 11:54:23 -07:00
Dianne Hackborn
ee8e74a005
am 6eff50de: am a4191505: Merge "Add power menu action to take a bug report" into jb-mr1-dev
...
* commit '6eff50de8172976c85e7cc1ca06ac398a2d6f367':
Add power menu action to take a bug report
2012-08-07 11:51:11 -07:00
Dianne Hackborn
a419150573
Merge "Add power menu action to take a bug report" into jb-mr1-dev
2012-08-07 11:45:47 -07:00
Dianne Hackborn
5773bfdb7c
Add power menu action to take a bug report
...
Change-Id: I5f58d99e9a27a1fc496fa54e0c0ee333087155da
2012-08-07 11:42:09 -07:00
Nick Kralevich
f097b16cfd
Content Providers: change default for android:exported
...
Change the default value of android:exported to true
for applications which target a newer API version.
This will help stop inadvertent content provider
exposure to untrusted apps.
Bug: 3306452
Change-Id: I8cb34e823aef9551319951ce92217345c54cee63
2012-08-07 11:34:00 -07:00
Romain Guy
17112ad8a2
Cleanup of libhwui
...
Change-Id: Ib7f5771548462c00027a8ad57badfb68c50644f9
2012-08-07 11:25:15 -07:00
Mikhail Naganov
1202d66f78
Implement WebSettings.{get|set}TextSize via {get|set}TextZoom.
...
TextSize is deprecated, so we wouldn't expect from WebViewProvider
implementations to re-implement it in some other way than Android WebView does
it. This also makes recently added TextSize.getValue method redundant.
Change-Id: Ia9d0c743424be0727be6d5df6c7da30514d621b7
2012-08-07 18:26:52 +01:00
Mikhail Naganov
690c6b1925
Remove unused BROWSER_TEXT_SIZE_CHANGE log event.
...
It turns out that the BROWSER_TEXT_SIZE_CHANGE event isn't listed
in google3/wireless/android/production/checkin_config/root,
which means that statistics on it isn't collected, so the logging
statement doesn't have any useful effect and can be removed to
simplify code.
Change-Id: I66d694cdb13e677bb979f5e962ed2cc8d743bdec
2012-08-07 18:16:17 +01:00
Nick Kralevich
530db7a0d3
am 2989c7f0: am b1f938c1: Merge "Show more info when a testcase fails." into jb-mr1-dev
...
* commit '2989c7f0dddc46577f745fce4aefc454dd81f917':
Show more info when a testcase fails.
2012-08-07 08:47:51 -07:00
Nick Kralevich
b1f938c1c1
Merge "Show more info when a testcase fails." into jb-mr1-dev
2012-08-07 08:42:49 -07:00
Svetoslav Ganov
071efcac33
am 53efd9da: am 85b1041f: Merge "Window position not reported if the window is not moved." into jb-mr1-dev
...
* commit '53efd9dac8b85e0dff484293c15d802655fd9d1c':
Window position not reported if the window is not moved.
2012-08-06 23:56:33 -07:00
Svetoslav Ganov
85b1041f89
Merge "Window position not reported if the window is not moved." into jb-mr1-dev
2012-08-06 23:51:36 -07:00
Svetoslav Ganov
758143ecfe
Window position not reported if the window is not moved.
...
1.If a window is shown but never moved the window window
is never notified for its current location. Therefore,
accessibility nodes do not contain correct bounds in
screen coordinates.
bug:6926295
Change-Id: I7df18b095d33ecafffced75aba9e4f4693b0c393
2012-08-06 23:49:38 -07:00
Ganesh Ganapathi Batta
6f6c54519a
Auto connection/disconnection related changes
...
Remove ACTION_CONNECT_OTHER_PROFILES as it is no longer used
Allow only PRIORITY_ON and PRIORTY_OFF as priority params for SetPriority()
API in BluetoothA2DP and BluetoothHeadset
BluetoothPBAP: Pass on proxy object as part of Service Connected callback
Change-Id: Ida00fc2b7d1dcb91b01f7ddd2cea482367a3b334
2012-08-06 23:24:26 -07:00
Elliott Hughes
99c406e42b
Switch DateUtils and Time over to using the CLDR for all week and month names.
...
Change-Id: I92c73c269c6f90125cf834d434883595ba4b42d4
2012-08-06 19:41:22 -07:00
Scott Main
40eee61e25
docs: fix broken links
...
and update sitemap text file
Change-Id: I6982c3f029c46135ae856b8484d906c2882bad3a
2012-08-06 18:04:23 -07:00
Adam Powell
6ab17ad40a
am 51c6ae52: am ecbbfdd3: Merge "Make ActionBar fail more cleanly when invalid heights are set" into jb-mr1-dev
...
* commit '51c6ae52222240d300095f95518c4d20061d9eda':
Make ActionBar fail more cleanly when invalid heights are set
2012-08-06 17:09:58 -07:00
Adam Powell
ecbbfdd3bf
Merge "Make ActionBar fail more cleanly when invalid heights are set" into jb-mr1-dev
2012-08-06 17:04:24 -07:00
Adam Powell
570470a332
Make ActionBar fail more cleanly when invalid heights are set
...
Also add "none" flag value for null displayOptions in xml
Change-Id: Ided3433638f02ba2a18ce08db265d7a8ac4f216c
2012-08-06 17:00:17 -07:00
Ashish Sharma
47925232ec
Merge "Setup idletimer for network interface."
2012-08-06 16:22:04 -07:00