Jeff Brown
86ca500ed1
am f10ba7c7: Merge "Make dump messages asynchronous." into klp-dev
...
* commit 'f10ba7c7dcca29d6476cbbb8a36540281df3f23e':
Make dump messages asynchronous.
2013-10-17 19:09:50 -07:00
Jeff Brown
f10ba7c7dc
Merge "Make dump messages asynchronous." into klp-dev
2013-10-18 02:07:18 +00:00
Jeff Sharkey
1a5804d7aa
am 0c0f1e2e: Merge "Include external storage devices in DocumentsUI." into klp-dev
...
* commit '0c0f1e2eac76a3b65349d4d5d6cc8c63a393f025':
Include external storage devices in DocumentsUI.
2013-10-17 18:50:34 -07:00
Jeff Sharkey
306bb90d97
am 8f4c15d8: Merge "Plumb through physical device UUID and label." into klp-dev
...
* commit '8f4c15d8e48c25d8f626afef7c9f5cb2c7747e0c':
Plumb through physical device UUID and label.
2013-10-17 18:50:30 -07:00
Jeff Sharkey
0c0f1e2eac
Merge "Include external storage devices in DocumentsUI." into klp-dev
2013-10-18 01:46:52 +00:00
Jeff Sharkey
8f4c15d8e4
Merge "Plumb through physical device UUID and label." into klp-dev
2013-10-18 01:45:58 +00:00
Dianne Hackborn
63a16e0e0c
am 6834ae69: Merge "Fix issue #11256132 : Add density bucket for all real numbers between 0 and ∞..." into klp-dev
...
* commit '6834ae6922625d2001eeb4f73f7fcd0df3a71f3c':
Fix issue #11256132 : Add density bucket for all real numbers between 0 and ∞...
2013-10-17 18:27:25 -07:00
Dianne Hackborn
6834ae6922
Merge "Fix issue #11256132 : Add density bucket for all real numbers between 0 and ∞..." into klp-dev
2013-10-18 01:25:00 +00:00
Dianne Hackborn
09acb7ca89
Fix issue #11256132 : Add density bucket for all real numbers between 0 and ∞...
...
Well, how about 400. 400 is a real number.
Change-Id: I29ac61b7d629d582c7b68367365a7f81fcf679a2
2013-10-17 17:28:09 -07:00
Jim Miller
0149127198
am 53cb242f: Merge "Fix issue where keyguard adds widgets before the system is ready" into klp-dev
...
* commit '53cb242f39c9ccfee3381ff28625e74e365d29b7':
Fix issue where keyguard adds widgets before the system is ready
2013-10-17 16:19:31 -07:00
Jim Miller
53cb242f39
Merge "Fix issue where keyguard adds widgets before the system is ready" into klp-dev
2013-10-17 23:17:19 +00:00
Robert Greenwalt
20c811dd3b
am b1f0bba1: Merge "Change how we use provisioning url so post works" into klp-dev
...
* commit 'b1f0bba1bd516d7136f585c69e6802b65315db0b':
Change how we use provisioning url so post works
2013-10-17 16:03:48 -07:00
Scott Main
12e067fd38
am b38ad76a: additional javadoc for NfcAdapter.ReaderCallback
...
* commit 'b38ad76a829f9bdbc27e86647de31a5ad19f117a':
additional javadoc for NfcAdapter.ReaderCallback
2013-10-17 16:03:45 -07:00
Robert Greenwalt
b1f0bba1bd
Merge "Change how we use provisioning url so post works" into klp-dev
2013-10-17 23:00:42 +00:00
Robert Greenwalt
536b3c2b6c
Change how we use provisioning url so post works
...
Needed to do an http post instead of a get for one carrier.
Do this by putting an auto-submitting form in the data to be
interpreted as a html doc by the browser. The ACTION_VIEW
intent only works on http uri, but by specifying ACTION_MAIN/
CATEGORY_APP_BROWSER we could use data:text/html.
bug:11168810
Change-Id: Ifd33e1c3c7f9f40b6add39e446e6a7d7cde22549
2013-10-17 12:46:52 -07:00
Scott Main
b38ad76a82
additional javadoc for NfcAdapter.ReaderCallback
...
Change-Id: I3cad8b43d53992bb3d53920abb510456ee72afb5
2013-10-17 11:57:06 -07:00
Alan Viverette
a74cf4f962
am 280dc0ea: Merge "Fix assorted FastScroller regressions" into klp-dev
...
* commit '280dc0ea2f1071809d7619918c33091e13d1f25a':
Fix assorted FastScroller regressions
2013-10-17 11:33:24 -07:00
Alan Viverette
280dc0ea2f
Merge "Fix assorted FastScroller regressions" into klp-dev
2013-10-17 18:30:25 +00:00
Svetoslav Ganov
a225bbddec
am 54e55759: Merge "All printers list has incorrect padding and item height." into klp-dev
...
* commit '54e5575924d3abba8129268d2d0553efc9a841eb':
All printers list has incorrect padding and item height.
2013-10-17 11:11:35 -07:00
Svetoslav Ganov
54e5575924
Merge "All printers list has incorrect padding and item height." into klp-dev
2013-10-17 18:06:55 +00:00
Jeff Sharkey
1f706c6cd1
Include external storage devices in DocumentsUI.
...
Include volume UUID in generated document IDs to uniquely identify
volumes over time. Show volume label to users. Watch for mount
changes to update available roots.
Bug: 11175082
Change-Id: Ia151bde768587468efde0c1d97a740b5353d1582
2013-10-17 10:55:32 -07:00
Svetoslav Ganov
ed513d7e4a
All printers list has incorrect padding and item height.
...
1. We were using the layout for the printer drop down from the
print dialog as the list item in the all printers activity.
This layout was not high enough. Now we have a separate
layout for the drop down and for the list. Note that they
are almost identical but this is better that writing java
code to lookup the height from the theme and change it
programatically since the java code is almost half the size
of the layout and leads to spreading the logic in both the
layout file and the java code.
2. The padding of the printers list was not correct. Now it
mimics the bahavior in settings where we change the padding
based on orientation.
bug:11261157
Change-Id: I8507c4ee86e9196fe1777cf9577f1886ccfbb1ad
2013-10-17 10:33:14 -07:00
Adam Powell
11c746abf3
am a9412556: Merge "Fix stale data in keyguard transport control display" into klp-dev
...
* commit 'a9412556d213e07b248ef7e924f0e4cee183efc5':
Fix stale data in keyguard transport control display
2013-10-17 10:32:19 -07:00
Adam Powell
a9412556d2
Merge "Fix stale data in keyguard transport control display" into klp-dev
2013-10-17 17:29:52 +00:00
Adam Powell
708bc0e24e
am f80a7af0: Merge "Register receivers from ViewFlipper with an explicit Handler" into klp-dev
...
* commit 'f80a7af0febcf09b47eb7122c6ad4cff6c4330fc':
Register receivers from ViewFlipper with an explicit Handler
2013-10-17 10:28:48 -07:00
Adam Powell
f80a7af0fe
Merge "Register receivers from ViewFlipper with an explicit Handler" into klp-dev
2013-10-17 17:26:10 +00:00
John Spurlock
dd9e681cd8
am b346270d: Merge "Input method root view should have BOTTOM gravity." into klp-dev
...
* commit 'b346270dde839029f9d4994cf2c3fc670a4249a6':
Input method root view should have BOTTOM gravity.
2013-10-17 09:34:21 -07:00
John Spurlock
b346270dde
Merge "Input method root view should have BOTTOM gravity." into klp-dev
2013-10-17 16:30:46 +00:00
Dianne Hackborn
52ae2cd1b1
am fc69e2b5: Merge "Increase size of broadcast history lists on non-svelte devices." into klp-dev
...
* commit 'fc69e2b5ad6b1dda3aef4e9bb6e2b088ec77e0c1':
Increase size of broadcast history lists on non-svelte devices.
2013-10-17 09:19:04 -07:00
Dianne Hackborn
fc69e2b5ad
Merge "Increase size of broadcast history lists on non-svelte devices." into klp-dev
2013-10-17 16:13:24 +00:00
Deepanshu Gupta
0b447eb8c6
am 4fc655dd: am 873c76d0: am fb1ee08c: am a49c3585: Merge "Fix CalendarView to show the right month and year label." into jb-mr2-dev
...
* commit '4fc655dd03acdf2251084568e7e5b8556f425912':
Fix CalendarView to show the right month and year label.
2013-10-17 09:12:15 -07:00
Deepanshu Gupta
c9f65589a9
am 38d097b6: am 92a80b18: am 9b827a7d: am ec555902: Merge "Layoutlib: Update the wifi icon in the status bar." into jb-mr2-dev
...
* commit '38d097b6d1102760cf25eee3d39cb687b8f7cf80':
Layoutlib: Update the wifi icon in the status bar.
2013-10-17 09:12:12 -07:00
Deepanshu Gupta
4567ec02c4
am ca429e08: am 9568ad39: am 94e5ada7: am 81f74f4b: Fix DatePicker and Calendar widget in layoutlib.
...
* commit 'ca429e08fea319fa1baf527a6f12619be53afe34':
Fix DatePicker and Calendar widget in layoutlib.
2013-10-17 09:12:09 -07:00
Deepanshu Gupta
a30efb5b70
am 198537c2: am 7dc35060: am df076962: am 1cf5df38: Layoutlib Create: Remove references to non-std Java classes.
...
* commit '198537c22cd88d837195c25d14c6220ca27b24f2':
Layoutlib Create: Remove references to non-std Java classes.
2013-10-17 09:12:05 -07:00
Deepanshu Gupta
4fc655dd03
am 873c76d0: am fb1ee08c: am a49c3585: Merge "Fix CalendarView to show the right month and year label." into jb-mr2-dev
...
* commit '873c76d0475def6f89fe02458828a549a7a7b5a2':
Fix CalendarView to show the right month and year label.
2013-10-17 09:09:19 -07:00
Deepanshu Gupta
38d097b6d1
am 92a80b18: am 9b827a7d: am ec555902: Merge "Layoutlib: Update the wifi icon in the status bar." into jb-mr2-dev
...
* commit '92a80b1830082d109be4902c357424535305130d':
Layoutlib: Update the wifi icon in the status bar.
2013-10-17 09:09:16 -07:00
Deepanshu Gupta
ca429e08fe
am 9568ad39: am 94e5ada7: am 81f74f4b: Fix DatePicker and Calendar widget in layoutlib.
...
* commit '9568ad393194cbd42866e64dada88207b44462a6':
Fix DatePicker and Calendar widget in layoutlib.
2013-10-17 09:09:12 -07:00
Deepanshu Gupta
198537c22c
am 7dc35060: am df076962: am 1cf5df38: Layoutlib Create: Remove references to non-std Java classes.
...
* commit '7dc35060a828c473dcc75d13d31edaa75768a40f':
Layoutlib Create: Remove references to non-std Java classes.
2013-10-17 09:09:08 -07:00
Deepanshu Gupta
873c76d047
am fb1ee08c: am a49c3585: Merge "Fix CalendarView to show the right month and year label." into jb-mr2-dev
...
* commit 'fb1ee08ca4424969c148760937d18ec0e3de206c':
Fix CalendarView to show the right month and year label.
2013-10-17 09:06:46 -07:00
Deepanshu Gupta
92a80b1830
am 9b827a7d: am ec555902: Merge "Layoutlib: Update the wifi icon in the status bar." into jb-mr2-dev
...
* commit '9b827a7d6dcb8c60411a24e2c8970f3fc24f0380':
Layoutlib: Update the wifi icon in the status bar.
2013-10-17 09:06:42 -07:00
Deepanshu Gupta
9568ad3931
am 94e5ada7: am 81f74f4b: Fix DatePicker and Calendar widget in layoutlib.
...
* commit '94e5ada7d629f125262fcc052cf15355a34a678a':
Fix DatePicker and Calendar widget in layoutlib.
2013-10-17 09:06:39 -07:00
Deepanshu Gupta
7dc35060a8
am df076962: am 1cf5df38: Layoutlib Create: Remove references to non-std Java classes.
...
* commit 'df0769628e2bfcefb5f78375b74775b3a825ca9f':
Layoutlib Create: Remove references to non-std Java classes.
2013-10-17 09:06:34 -07:00
Deepanshu Gupta
fb1ee08ca4
am a49c3585: Merge "Fix CalendarView to show the right month and year label." into jb-mr2-dev
...
* commit 'a49c3585762ab7543d1f2445a7460d26ccb51538':
Fix CalendarView to show the right month and year label.
2013-10-17 09:03:37 -07:00
Deepanshu Gupta
9b827a7d6d
am ec555902: Merge "Layoutlib: Update the wifi icon in the status bar." into jb-mr2-dev
...
* commit 'ec555902169b9c64163abddf079a6a81f6fcafb4':
Layoutlib: Update the wifi icon in the status bar.
2013-10-17 09:03:34 -07:00
Deepanshu Gupta
94e5ada7d6
am 81f74f4b: Fix DatePicker and Calendar widget in layoutlib.
...
* commit '81f74f4bc96ea4266cebe1b785d095558f540800':
Fix DatePicker and Calendar widget in layoutlib.
2013-10-17 09:03:31 -07:00
Deepanshu Gupta
df0769628e
am 1cf5df38: Layoutlib Create: Remove references to non-std Java classes.
...
* commit '1cf5df38f4bdafa1beb2674ca548ad6d9650766b':
Layoutlib Create: Remove references to non-std Java classes.
2013-10-17 09:03:27 -07:00
Deepanshu Gupta
a49c358576
Merge "Fix CalendarView to show the right month and year label." into jb-mr2-dev
2013-10-17 16:01:08 +00:00
Deepanshu Gupta
ec55590216
Merge "Layoutlib: Update the wifi icon in the status bar." into jb-mr2-dev
2013-10-17 16:00:57 +00:00
Dianne Hackborn
4c51de4933
Increase size of broadcast history lists on non-svelte devices.
...
Change-Id: Ibd25379778dac8eb1aed30d4788e032f290d9b69
2013-10-16 23:34:35 -07:00
Jim Miller
e5f910a667
Fix issue where keyguard adds widgets before the system is ready
...
While under heavy system load, keyguard was able to create widgets before
before ActivityManagerService was ready. The result was a race
between keyguard adding widgets and ActivityManagerService being
ready to send broadcasts.
This fix provides keyguard with an additional signal to know when
the system is booted and widgets are safe to load.
Fixes bug b/11217169
Change-Id: I7a714d65b068678f961e52bdde4e1c20f9c287f0
2013-10-16 19:42:34 -07:00