Jim Miller
53caf87531
am 01491271: am 53cb242f: Merge "Fix issue where keyguard adds widgets before the system is ready" into klp-dev
...
* commit '0149127198f9fc46a3a4f0b7f4e9579b72273b46':
Fix issue where keyguard adds widgets before the system is ready
2013-10-17 16:23:13 -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
fe10a506fd
am 20c811dd: am b1f0bba1: Merge "Change how we use provisioning url so post works" into klp-dev
...
* commit '20c811dd3b2191aa213337cf06ab5b34f85ee7fe':
Change how we use provisioning url so post works
2013-10-17 16:09:32 -07:00
Scott Main
94dc050fb9
am 12e067fd: am b38ad76a: additional javadoc for NfcAdapter.ReaderCallback
...
* commit '12e067fd38d513e3c6ad3704ada0286347d72b65':
additional javadoc for NfcAdapter.ReaderCallback
2013-10-17 16:09:27 -07: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
20fbf7ea91
am a74cf4f9: am 280dc0ea: Merge "Fix assorted FastScroller regressions" into klp-dev
...
* commit 'a74cf4f962bbd8ae421b56d875f931806afa13ea':
Fix assorted FastScroller regressions
2013-10-17 11:36:46 -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
6f570bd8c0
am a225bbdd: am 54e55759: Merge "All printers list has incorrect padding and item height." into klp-dev
...
* commit 'a225bbddeccff76b92f18e620df0a8b773d4befd':
All printers list has incorrect padding and item height.
2013-10-17 11:14:56 -07: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
Adam Powell
16f495dfa4
am 11c746ab: am a9412556: Merge "Fix stale data in keyguard transport control display" into klp-dev
...
* commit '11c746abf3793cf122a353dbee1d73e2eddbfb82':
Fix stale data in keyguard transport control display
2013-10-17 10:35:17 -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
406e9a01c3
am 708bc0e2: am f80a7af0: Merge "Register receivers from ViewFlipper with an explicit Handler" into klp-dev
...
* commit '708bc0e24e503beb3b4e31eda8705357c77efcd8':
Register receivers from ViewFlipper with an explicit Handler
2013-10-17 10:31:47 -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
664c29d391
am dd9e681c: am b346270d: Merge "Input method root view should have BOTTOM gravity." into klp-dev
...
* commit 'dd9e681cd8b5a426938ef15eee7e54be8a7cb4e2':
Input method root view should have BOTTOM gravity.
2013-10-17 09:37:01 -07: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
86f7f4a68b
am 52ae2cd1: am fc69e2b5: Merge "Increase size of broadcast history lists on non-svelte devices." into klp-dev
...
* commit '52ae2cd1b1bc72c0624463e94d94087bd42a1fb8':
Increase size of broadcast history lists on non-svelte devices.
2013-10-17 09:21:52 -07: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
Deepanshu Gupta
814ea4f8fd
am 0b447eb8: am 4fc655dd: am 873c76d0: am fb1ee08c: am a49c3585: Merge "Fix CalendarView to show the right month and year label." into jb-mr2-dev
...
* commit '0b447eb8c68769333228791d077e1bdf8779f22f':
Fix CalendarView to show the right month and year label.
2013-10-17 09:15:01 -07:00
Deepanshu Gupta
6db169c249
am c9f65589: am 38d097b6: am 92a80b18: am 9b827a7d: am ec555902: Merge "Layoutlib: Update the wifi icon in the status bar." into jb-mr2-dev
...
* commit 'c9f65589a98ae348d2d31296bda4d739e8515335':
Layoutlib: Update the wifi icon in the status bar.
2013-10-17 09:14:58 -07:00
Deepanshu Gupta
a741163d61
am 4567ec02: am ca429e08: am 9568ad39: am 94e5ada7: am 81f74f4b: Fix DatePicker and Calendar widget in layoutlib.
...
* commit '4567ec02c468423351c56bcc587032577004735d':
Fix DatePicker and Calendar widget in layoutlib.
2013-10-17 09:14:54 -07:00
Deepanshu Gupta
e636469fb5
am a30efb5b: am 198537c2: am 7dc35060: am df076962: am 1cf5df38: Layoutlib Create: Remove references to non-std Java classes.
...
* commit 'a30efb5b7034236020bcb1ef4787f1517f7995df':
Layoutlib Create: Remove references to non-std Java classes.
2013-10-17 09:14:51 -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