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
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
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
Romain Guy
17112ad8a2
Cleanup of libhwui
...
Change-Id: Ib7f5771548462c00027a8ad57badfb68c50644f9
2012-08-07 11:25:15 -07: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
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
Scott Main
819ca9768b
am 09ec6aba: am 1398102c: am bd24f5cc: am 53b0fda5: misc doc bugs. Fix sdk samples path Fix method signature in fragment doc code snippet Fix typo in a11y javadoc code snippet Fix markup error in brands page Fix markup error on content providers doc Fix typo on about
...
* commit '09ec6aba00d15bc19a92303d0ed181d0eef4bfc6':
misc doc bugs. Fix sdk samples path Fix method signature in fragment doc code snippet Fix typo in a11y javadoc code snippet Fix markup error in brands page Fix markup error on content providers doc Fix typo on about>start page
2012-08-06 16:01:51 -07:00
Scott Main
1398102c35
am bd24f5cc: am 53b0fda5: misc doc bugs. Fix sdk samples path Fix method signature in fragment doc code snippet Fix typo in a11y javadoc code snippet Fix markup error in brands page Fix markup error on content providers doc Fix typo on about>start page
...
* commit 'bd24f5cca5e51ba0e819f943b981cf2e9f64ec46':
misc doc bugs. Fix sdk samples path Fix method signature in fragment doc code snippet Fix typo in a11y javadoc code snippet Fix markup error in brands page Fix markup error on content providers doc Fix typo on about>start page
2012-08-06 15:57:53 -07:00
Scott Main
bd24f5cca5
am 53b0fda5: misc doc bugs. Fix sdk samples path Fix method signature in fragment doc code snippet Fix typo in a11y javadoc code snippet Fix markup error in brands page Fix markup error on content providers doc Fix typo on about>start page
...
* commit '53b0fda5fd7c532fc1d93abd5f8a85276821cc6d':
misc doc bugs. Fix sdk samples path Fix method signature in fragment doc code snippet Fix typo in a11y javadoc code snippet Fix markup error in brands page Fix markup error on content providers doc Fix typo on about>start page
2012-08-06 15:48:08 -07:00
Scott Main
53b0fda5fd
misc doc bugs.
...
Fix sdk samples path
Fix method signature in fragment doc code snippet
Fix typo in a11y javadoc code snippet
Fix markup error in brands page
Fix markup error on content providers doc
Fix typo on about>start page
Change-Id: Ie2a528dd4fbd19e5cb1c0844f6fc6272669c8ab9
2012-08-06 15:43:01 -07:00
Romain Guy
ec40b29ca0
am 3dfb4a1a: am 8c654e09: Merge "Add new debug tool to track hardware layers updates" into jb-mr1-dev
...
* commit '3dfb4a1a7977eb61acf28d64bdca9659e786c774':
Add new debug tool to track hardware layers updates
2012-08-06 14:56:05 -07:00
Romain Guy
8c654e0934
Merge "Add new debug tool to track hardware layers updates" into jb-mr1-dev
2012-08-06 14:52:41 -07:00
Romain Guy
4ff0cf4b83
Add new debug tool to track hardware layers updates
...
You can setprop debug.hwui.show_layers_updates true to flash
hw layers in green when they update. This is also a setting
in the Dev. section of the settings app.
Change-Id: Ibe1d63a4f81567dc1d590c9b088d2e7505df8abf
2012-08-06 14:51:10 -07:00
Haoyu Bai
f71ca8a572
Setup idletimer for network interface.
...
Change-Id: I1251b60f4c3c31c75c2acd531495ca75bbb35ff5
2012-08-06 14:27:55 -07:00
Nick Kralevich
ff92aa74c1
Show more info when a testcase fails.
...
Change-Id: I5aa6967981824f3291daef915453fe7420cfed9e
2012-08-06 13:54:05 -07:00
Jeff Sharkey
3d403aacd4
am a51e444e: am 4e4306ab: Merge "Include network type that caused broadcast." into jb-mr1-dev
...
* commit 'a51e444ed44baa39564d066e78a0650bfd57ccea':
Include network type that caused broadcast.
2012-08-06 13:44:53 -07:00
Jeff Sharkey
4e4306ab14
Merge "Include network type that caused broadcast." into jb-mr1-dev
2012-08-06 13:40:44 -07:00
Jeff Sharkey
75fbb4bdfd
Include network type that caused broadcast.
...
Network type can be obtained through EXTRA_NETWORK_INFO, but offer
it as first-class extra since the returned NetworkInfo is deprecated.
Bug: 6936247
Change-Id: Ief59577afd2bd930f0f4c5650b413feef86bfbc3
2012-08-06 11:45:01 -07:00
Elliott Hughes
db9d339d4b
Merge "Use ICU's CLDR data for "AM" and "PM" strings."
2012-08-06 09:40:32 -07:00
Jeff Sharkey
cbc1a8c40f
am 5d945958: am 9c5c6595: Merge "Make LocalSocket Closeable." into jb-mr1-dev
...
* commit '5d94595889071d84b6d0b6517656f298a4153a09':
Make LocalSocket Closeable.
2012-08-05 14:59:41 -07:00
Jeff Sharkey
9c5c659597
Merge "Make LocalSocket Closeable." into jb-mr1-dev
2012-08-05 14:55:28 -07:00
Jeff Sharkey
065b299df4
Make LocalSocket Closeable.
...
Enables usage of IoUtils.closeQuietly().
Change-Id: I91126297c1f235ae9da09f82d8f4f22db46558eb
2012-08-05 14:21:07 -07:00
Raph Levien
9d5bcfe69b
am d7306c05: am b79413e9: Merge "Fix bug 6930875: ArrayIndexOutOfBoundsException on Battery details" into jb-mr1-dev
...
* commit 'd7306c05b28438f78478049d7c44d96e278eced4':
Fix bug 6930875: ArrayIndexOutOfBoundsException on Battery details
2012-08-03 18:05:41 -07:00
Raph Levien
b79413e92d
Merge "Fix bug 6930875: ArrayIndexOutOfBoundsException on Battery details" into jb-mr1-dev
2012-08-03 18:00:53 -07:00
Dianne Hackborn
c5f61b7325
am e1fdc79b: am 2e5746a7: Merge "We can now (kind-of) change screen density on the fly." into jb-mr1-dev
...
* commit 'e1fdc79ba2ab32bb084b193d187df1fa8b769e86':
We can now (kind-of) change screen density on the fly.
2012-08-03 17:50:57 -07:00
Dianne Hackborn
2e5746a7a8
Merge "We can now (kind-of) change screen density on the fly." into jb-mr1-dev
2012-08-03 17:45:52 -07:00