Craig Mautner
8463bc7709
Merge "Add debug for b/8263462."
2013-03-11 19:40:11 +00:00
Craig Mautner
68811a4521
Add debug for b/8263462.
...
Look for race condition in soft input method attach.
For bug 8263462.
Change-Id: Id0609a743d57ab685c036372100ddd33819bff03
2013-03-11 12:39:20 -07:00
Lorenzo Colitti
36818c414d
Merge "Unbreak documentation build." into jb-mr2-dev
2013-03-11 19:33:31 +00:00
ztenghui
68ccf103a1
Java API for MediaMuxer
...
Implement the Java API for MediaMuxer.
bug:7991013
Change-Id: Ibf3aa256cc1d89f1c7636b74c9fb53073d173636
2013-03-11 12:30:56 -07:00
Lorenzo Colitti
574b00a362
Unbreak documentation build.
...
Change-Id: I1e904b111e23d221dcb5f917201d4c27f0c1c05b
2013-03-12 04:30:47 +09:00
Craig Mautner
64f2b1738a
Add ActivityStack to PendingActivityLaunch
...
The task used by doPendingActivityLaunches is not known at the
time that the PendingActivityLaunch is created. Leading to an NPE.
Adding the ActivityStack to the PAL fixes this.
Fixes bug 8351149.
Change-Id: I64539b8f2e608128ef9d795c0739ef1de7a246d0
2013-03-11 11:40:31 -07:00
Elliott Hughes
ed49118bb8
am 88f0ed7a: am a509b6b1: am 31bb1dec: am 5b543775: Merge "update preloaded-classes"
...
* commit '88f0ed7ab97a7474004d0073d72f1875eedb336e':
update preloaded-classes
2013-03-11 18:35:48 +00:00
Elliott Hughes
88f0ed7ab9
am a509b6b1: am 31bb1dec: am 5b543775: Merge "update preloaded-classes"
...
* commit 'a509b6b1396d414b424ddfbea292b23bba46a4aa':
update preloaded-classes
2013-03-11 18:33:56 +00:00
Elliott Hughes
a509b6b139
am 31bb1dec: am 5b543775: Merge "update preloaded-classes"
...
* commit '31bb1dec27c1f8e5c96e52d0a7655a231412376f':
update preloaded-classes
2013-03-11 11:29:26 -07:00
Irfan Sheriff
b716c82dbd
am 90d1ff0e: am 1f9806a4: Merge "Fix reconnect/reassociate handling" into jb-mr2-dev
...
* commit '90d1ff0eab3b038544d940b1249217d9f29236e8':
Fix reconnect/reassociate handling
2013-03-11 18:24:26 +00:00
Sungmin Choi
9a2ada418b
use Calendar in DateUtils format method
...
The DatePickerDialog is using DateUtils to format the dialog's title
and the DateUtils class does not work with dates outside to the
specified range.
For example, if user selects 2038-03-07, DatePickerDialog shows
1902-01-30 on Title.
The reason for the DateUtils class not being able to format dates
outside the range of 1902 and 2036 is because internally it is using
the Time class which does not support such dates.
To fix it, use Calendar class in DataUilts format method.
Steps to reproduce:
1. Settings -> Date & time
2. uncheck Automatic date & time
3. Set Date
4. choose any date before 1902 or after 2037
5. update wrong date on Title
Bug: https://code.google.com/p/android/issues/detail?id=13050
Change-Id: I003266765751b5c340426af84daef271f39f771e
2013-03-11 11:24:02 -07:00
Irfan Sheriff
90d1ff0eab
am 1f9806a4: Merge "Fix reconnect/reassociate handling" into jb-mr2-dev
...
* commit '1f9806a41d5aa6f94499ec25769eb16af4a6cf9f':
Fix reconnect/reassociate handling
2013-03-11 18:22:35 +00:00
Irfan Sheriff
1f9806a41d
Merge "Fix reconnect/reassociate handling" into jb-mr2-dev
2013-03-11 18:19:33 +00:00
Elliott Hughes
31bb1dec27
am 5b543775: Merge "update preloaded-classes"
...
* commit '5b5437752fb2318142a41b6320b00a000575503f':
update preloaded-classes
2013-03-11 10:32:08 -07:00
Lorenzo Colitti
5aae35d8e4
am 13d1c27e: am de965891: Merge "Always specify an interface for host routes." into jb-mr2-dev
...
* commit '13d1c27eda1465eeb09823eb9e82fccf67dfb15e':
Always specify an interface for host routes.
2013-03-11 17:27:11 +00:00
Lorenzo Colitti
13d1c27eda
am de965891: Merge "Always specify an interface for host routes." into jb-mr2-dev
...
* commit 'de965891130bc50bd02eb6f7bac2ea177a733c2c':
Always specify an interface for host routes.
2013-03-11 17:25:01 +00:00
Lorenzo Colitti
c4de19e250
am 6d8086aa: am 1dc2ff66: Merge "RouteInfo changes." into jb-mr2-dev
...
* commit '6d8086aa0d00397fec8afc8649399cdfcbc378c3':
RouteInfo changes.
2013-03-11 17:23:43 +00:00
Lorenzo Colitti
de96589113
Merge "Always specify an interface for host routes." into jb-mr2-dev
2013-03-11 17:22:25 +00:00
Lorenzo Colitti
6d8086aa0d
am 1dc2ff66: Merge "RouteInfo changes." into jb-mr2-dev
...
* commit '1dc2ff66af106d1e951a5678586215ce0e27e8f6':
RouteInfo changes.
2013-03-11 17:21:31 +00:00
Lorenzo Colitti
1dc2ff66af
Merge "RouteInfo changes." into jb-mr2-dev
2013-03-11 17:19:00 +00:00
Elliott Hughes
5b5437752f
Merge "update preloaded-classes"
2013-03-11 16:59:49 +00:00
Sungmin Choi
42bb0307f8
update preloaded-classes
...
Remove some preloaded-classes and fix typo for deleting log messages
as the followings during booting.
W/Zygote ( 163): Class not found for preloading: android.bluetooth.
BluetoothAudioGateway
W/Zygote ( 163): Class not found for preloading: android.bluetooth.
HeadsetBase
W/Zygote ( 163): Class not found for preloading: undroid.content.Ab
stractThreadedSyncAdapter$SyncThread
Change-Id: Id02e0cccaeb150f48e12d67b2d691df828842e4c
2013-03-11 09:59:13 -07:00
Wink Saville
d00879058c
am 1fb80006: am 614edf58: Merge "Add additional message methods." into jb-mr2-dev
...
* commit '1fb800061726e1b53a2e185e377316b6e87c93ad':
Add additional message methods.
2013-03-11 16:50:03 +00:00
Wink Saville
1fb8000617
am 614edf58: Merge "Add additional message methods." into jb-mr2-dev
...
* commit '614edf5833826da373cd88476e73147afbc0dc95':
Add additional message methods.
2013-03-11 16:48:16 +00:00
Wink Saville
614edf5833
Merge "Add additional message methods." into jb-mr2-dev
2013-03-11 16:46:05 +00:00
Selim Gurun
0d8ab21576
am f2fb1730: am 2bf500ed: Merge "Add a delimiter between scheme and host" into jb-mr2-dev
...
* commit 'f2fb17308efc89664cabdbcae4ef89f9033c7dbe':
Add a delimiter between scheme and host
2013-03-11 16:33:23 +00:00
Wink Saville
4753cd2014
Add additional message methods.
...
Change-Id: Iac96815f7b72bcb3b9c658a24c24e0733e0ea1b0
2013-03-11 09:32:48 -07:00
Selim Gurun
f2fb17308e
am 2bf500ed: Merge "Add a delimiter between scheme and host" into jb-mr2-dev
...
* commit '2bf500ed211a8fba37df80dff6aba387fb832284':
Add a delimiter between scheme and host
2013-03-11 16:31:36 +00:00
Selim Gurun
2bf500ed21
Merge "Add a delimiter between scheme and host" into jb-mr2-dev
2013-03-11 16:25:38 +00:00
Irfan Sheriff
accec86ce4
Fix reconnect/reassociate handling
...
We are dropping incorrectly when in disconnected state
Bug: 8357624
Change-Id: I8919dcd679da6b5fc6c7f671e243f08e42b91ff3
2013-03-11 08:47:39 -07:00
The Android Automerger
efef09e134
merge in jb-mr2-release history after reset to jb-mr2-dev
2013-03-11 05:56:02 -07:00
Michael Jurka
1085e35246
am 4bfa6de8: am bb2b6b3b: Merge "Updating search asset for action bar" into jb-mr2-dev
...
* commit '4bfa6de8edcc5786dd2143a22f13906167695642':
Updating search asset for action bar
2013-03-11 11:09:06 +00:00
Michael Jurka
4bfa6de8ed
am bb2b6b3b: Merge "Updating search asset for action bar" into jb-mr2-dev
...
* commit 'bb2b6b3bb70aaf9abf70fecaa2ba34b3c3f71142':
Updating search asset for action bar
2013-03-11 11:07:33 +00:00
Michael Jurka
bb2b6b3bb7
Merge "Updating search asset for action bar" into jb-mr2-dev
2013-03-11 11:04:44 +00:00
Geremy Condra
12c1838198
Add check for UID reuse.
...
The goal here is to make sure that we aren't allocating a UID that
could have been in use since the last time the device booted.
Bug: 8256571
(cherry picked from commit af70d15543c89a53f064492f4e3d17c446e00039)
Change-Id: I8b11811df8d5a8ad1aa064abb43db020aceb29e3
2013-03-08 17:34:04 -08:00
Jason Sams
29234ab3ad
am e06b7696: am b5afb837: Merge "Handle onPause in ImageProcessing." into jb-mr2-dev
...
* commit 'e06b7696ccf6f5bd8fb785637d2eb58db4d8ee8f':
Handle onPause in ImageProcessing.
2013-03-09 01:14:34 +00:00
Jason Sams
e06b7696cc
am b5afb837: Merge "Handle onPause in ImageProcessing." into jb-mr2-dev
...
* commit 'b5afb837147a2d8b330581967c8fac28b0e248e8':
Handle onPause in ImageProcessing.
2013-03-09 01:12:09 +00:00
Jason Sams
b5afb83714
Merge "Handle onPause in ImageProcessing." into jb-mr2-dev
2013-03-09 01:09:12 +00:00
Lorenzo Colitti
e167135976
Always specify an interface for host routes.
...
Change-Id: I05b4d87e7d7e8237c6f4a70f1fedae00f416f581
2013-03-08 16:41:25 -08:00
Lorenzo Colitti
45b9a5bb93
RouteInfo changes.
...
- Add the interface name.
- Fix a bug where a default route would match an address of
another protocol (e.g., 0.0.0.0/0 would match 2001::).
- Tweak the hashCode method.
- Write a unit test.
Change-Id: Ida8266de440a9b1d9eaa132f182b9f1ce8978c44
2013-03-08 16:41:25 -08:00
Jason Sams
990a08fcb4
Handle onPause in ImageProcessing.
...
Change-Id: I538ce0ac7b9da2f4ec6cd7bd35aa84fd710e063f
2013-03-08 16:35:29 -08:00
Elliott Hughes
a850a3a87e
am b9230f3c: am d6875e33: am 2cb314eb: am e0cd3c19: Merge "Improve DateFormat.format."
...
* commit 'b9230f3c312068bf603f8657db8e818f6a78ddc4':
Improve DateFormat.format.
2013-03-09 00:23:40 +00:00
Elliott Hughes
b9230f3c31
am d6875e33: am 2cb314eb: am e0cd3c19: Merge "Improve DateFormat.format."
...
* commit 'd6875e3334899be84b98d0fd32efff1f1b5775da':
Improve DateFormat.format.
2013-03-09 00:22:18 +00:00
Elliott Hughes
d6875e3334
am 2cb314eb: am e0cd3c19: Merge "Improve DateFormat.format."
...
* commit '2cb314ebc7bb6495a94f577dfb57f9e6c56033ef':
Improve DateFormat.format.
2013-03-08 16:21:21 -08:00
Elliott Hughes
2cb314ebc7
am e0cd3c19: Merge "Improve DateFormat.format."
...
* commit 'e0cd3c19546a00db3db706c6a993fb0e3bd00b3a':
Improve DateFormat.format.
2013-03-08 16:18:42 -08:00
Jim Miller
403901d94d
am 8fdc7be4: am 6e5d6492: Merge "Fix long-standing bug with LockPatternView drawing artifacts" into jb-mr2-dev
...
* commit '8fdc7be406b120df97c6494d5c253fc0c3c15911':
Fix long-standing bug with LockPatternView drawing artifacts
2013-03-09 00:15:32 +00:00
Jim Miller
8fdc7be406
am 6e5d6492: Merge "Fix long-standing bug with LockPatternView drawing artifacts" into jb-mr2-dev
...
* commit '6e5d6492db4f0bed604e67ee53b0c99e0685c55f':
Fix long-standing bug with LockPatternView drawing artifacts
2013-03-09 00:12:59 +00:00
Jim Miller
6e5d6492db
Merge "Fix long-standing bug with LockPatternView drawing artifacts" into jb-mr2-dev
2013-03-09 00:09:18 +00:00
Chet Haase
fbde30877f
Merge "add getAlpha() to Drawable"
2013-03-08 23:52:33 +00:00
Elliott Hughes
e0cd3c1954
Merge "Improve DateFormat.format."
2013-03-08 23:50:02 +00:00