Scott Kennedy
d2bd0a2fa4
am 1a5bbe46: am e0e448f1: Merge "Remove a method" into jb-mr2-dev
...
* commit '1a5bbe4675b0496c07a241a94640142795dde22a':
Remove a method
2013-03-14 18:37:15 +00:00
Scott Kennedy
e0e448f181
Merge "Remove a method" into jb-mr2-dev
2013-03-14 18:32:35 +00:00
Robert Greenwalt
7d9f5784ed
am bad9c232: am 6cf355ff: Merge "Turn on more logging to find this bug." into jb-mr2-dev
...
* commit 'bad9c23260d2404509ef70a9eae9b44f020d56db':
Turn on more logging to find this bug.
2013-03-14 18:05:46 +00:00
Scott Kennedy
da2223f897
Remove a method
...
It was only being called in one location, and the parameter was being
ignored.
Change-Id: Ia853dd8d3898ac3e4c4b2fb3a51d103844b57ca1
2013-03-14 10:47:10 -07:00
Robert Greenwalt
bb5bcaaaed
Turn on more logging to find this bug.
...
bug:8377625
Change-Id: I0c086402122d45fc409d237a3b96d96146f1f74c
2013-03-14 10:37:56 -07:00
Craig Mautner
0317f6db1a
am b7ca6804: am 67bea2ef: Merge "Remove WindowManager messages from remote queue." into jb-mr2-dev
...
* commit 'b7ca680485f90c2507d969d7d64e5bec3acc3c33':
Remove WindowManager messages from remote queue.
2013-03-14 16:55:12 +00:00
Craig Mautner
67bea2ef32
Merge "Remove WindowManager messages from remote queue." into jb-mr2-dev
2013-03-14 16:48:53 +00:00
Craig Mautner
ca0ac718cb
Remove WindowManager messages from remote queue.
...
When a new IME is attached it is not enough to remove the
WindowManager messages from the local queue, but the ones in
the previous IME queue must also be removed.
Fixes bug 8263462.
Change-Id: I9e916c6052a83dc7691bcba0b6ab8328b9b7cc36
2013-03-14 09:43:02 -07:00
Jeff Sharkey
2044158fe1
am 5d7b4a44: am 34f37e74: Merge "Handle finished bugreports, share from private." into jb-mr2-dev
...
* commit '5d7b4a4448e0f29f36ba27aee2de06ce25ff2ee1':
Handle finished bugreports, share from private.
2013-03-14 15:48:28 +00:00
Jeff Sharkey
34f37e7412
Merge "Handle finished bugreports, share from private." into jb-mr2-dev
2013-03-14 15:44:12 +00:00
John Spurlock
ca497d3922
am 356bbd1c: am ac3dfb38: Merge "WindowManager.LayoutParams docs cleanup." into jb-mr2-dev
...
* commit '356bbd1c6046845ebb5f7c8377f5726eb4a1ff0f':
WindowManager.LayoutParams docs cleanup.
2013-03-14 13:13:46 +00:00
John Spurlock
ac3dfb3880
Merge "WindowManager.LayoutParams docs cleanup." into jb-mr2-dev
2013-03-14 13:08:06 +00:00
Jean Chalard
4826afb2c0
Merge "Take the input device into account for meta state"
2013-03-14 03:08:51 +00:00
Mathias Agopian
9904be3570
am f2362ceb: am b1fa4f92: Merge "fix CloseGuard usage in Surface" into jb-mr2-dev
...
* commit 'f2362ceb50209dfb72899f9ab1b839e9238ef9a6':
fix CloseGuard usage in Surface
2013-03-14 02:36:55 +00:00
Robert Greenwalt
bbaa7c1296
am f0cf1ead: am ad7a1d56: Merge "Add logging to track down bug" into jb-mr2-dev
...
* commit 'f0cf1ead7157d1de98c84922711aea65619e28f1':
Add logging to track down bug
2013-03-14 02:34:40 +00:00
Jaikumar Ganesh
e7ed3aa268
am 5f3b22d6: am 980ef31f: Merge changes I1aab1dbc,I83c92971,I47337efd into jb-mr2-dev
...
* commit '5f3b22d691e7388c172d8f9635d153c9c73a8699':
Revert "Add new sensor types."
Revert "Remove spurious @Override."
Revert "Add a minimum size for the event pools."
2013-03-14 02:34:27 +00:00
Dianne Hackborn
fc68ed14ff
am f1ebd1bd: am 5d122d96: Better documentation on permission checking in ContentProvider.call().
...
* commit 'f1ebd1bd6799f4e2c5734ab372a9c78cd724b27e':
Better documentation on permission checking in ContentProvider.call().
2013-03-14 02:34:21 +00:00
Craig Mautner
a59d0c81d5
am 35d45010: am dc50ba18: Merge "Put debug back in for b/b8263462." into jb-mr2-dev
...
* commit '35d450107716d5ea950a19ffe09065ad4cb8b1fc':
Put debug back in for b/b8263462.
2013-03-14 02:34:00 +00:00
Przemyslaw Szczepaniak
5f51a1e1dd
am decc6cb1: am 24943bf1: Failing Text-To-Speech CTS tests fix.
...
* commit 'decc6cb1a74153e6d3cd5b02f1877d6c16bf8603':
Failing Text-To-Speech CTS tests fix.
2013-03-14 02:33:50 +00:00
Mathias Agopian
b1fa4f92dc
Merge "fix CloseGuard usage in Surface" into jb-mr2-dev
2013-03-14 02:13:13 +00:00
Mathias Agopian
86e1bc7305
fix CloseGuard usage in Surface
...
Bug: 8375415
Change-Id: I03e9f318c2ad586f4bd93b280557ada66121d275
2013-03-13 18:21:11 -07:00
Robert Greenwalt
ad7a1d564d
Merge "Add logging to track down bug" into jb-mr2-dev
2013-03-13 23:59:00 +00:00
Jeff Sharkey
02ffba940c
Handle finished bugreports, share from private.
...
Show notification when a bugreport is finished, letting the user
launch a SEND_MULTIPLE intent to share them. Add dialog that warns
user about contents before sharing. Since bugreports are now stored
in private app data of the Shell app, use FileProvider to build Uris
that we can grant others access to.
Define BUGREPORT_FINISHED as being a protected broadcast. Delete
older bugreports automatically to reclaim disk space. Migrate any
Intent extras to ClipData when building PendingIntents.
Add --receiver-permission support to am shell command.
Bug: 7005318
Change-Id: If6c607dbcf137362d5887eac482ff7391563890f
2013-03-13 16:42:38 -07:00
Robert Greenwalt
5ddeb9ed70
Add logging to track down bug
...
bug:8377625
Change-Id: Ifd0c4081a2f1238dbbc39c6904b993e2fb95455a
2013-03-13 16:38:46 -07:00
Jaikumar Ganesh
980ef31f95
Merge changes I1aab1dbc,I83c92971,I47337efd into jb-mr2-dev
...
* changes:
Revert "Add new sensor types."
Revert "Remove spurious @Override."
Revert "Add a minimum size for the event pools."
2013-03-13 23:20:31 +00:00
Dianne Hackborn
5d122d96a5
Better documentation on permission checking in ContentProvider.call().
...
Change-Id: I4a85fd17362c2a32e2b1365fcc07ef0336521616
2013-03-13 15:48:12 -07:00
Jaikumar Ganesh
1aab1dbca5
Revert "Add new sensor types."
...
This reverts commit bc03a348d7 .
2013-03-13 15:00:21 -07:00
Jaikumar Ganesh
83c9297139
Revert "Remove spurious @Override."
...
This reverts commit 6e544fd4ca .
2013-03-13 15:00:04 -07:00
Jaikumar Ganesh
47337efd63
Revert "Add a minimum size for the event pools."
...
This reverts commit c0ce7eeb48 .
2013-03-13 14:59:57 -07:00
Craig Mautner
dc50ba187e
Merge "Put debug back in for b/b8263462." into jb-mr2-dev
2013-03-13 21:20:22 +00:00
John Spurlock
33291d8d71
WindowManager.LayoutParams docs cleanup.
...
Fix a few things found in our "Constants" section.
- Close unclosed links.
- Avoid periods inside parens for summary sentences.
- Lowercasing in a few places for consistency.
Change-Id: I9aa689fd980b373614dae7c4f8257e0786d2340a
2013-03-13 14:45:14 -04:00
Craig Mautner
6efb4c746f
Put debug back in for b/b8263462.
...
Previous CL did not fix.
Change-Id: Ief9e8f519480fa41248d53e5b0187c9657f00b79
2013-03-13 11:12:26 -07:00
Przemyslaw Szczepaniak
24943bf19d
Failing Text-To-Speech CTS tests fix.
...
Fix for failing android.speech.tts.cts.TextToSpeechServiceTest#testSynthesizeToFile.
In test env, ParcelFileDescriptor instance may be EXACTLY the same one that client uses.
And if it's closed by a client, then service is prevented from writing anything to the output.
Bug: 8377754
Change-Id: I7f95aae1b877e543ab02d3c548b29537aa852a89
2013-03-13 15:50:00 +00:00
Bjorn Bringert
133e2db873
Merge "Hide VOICE_ASSIST intent DO NOT MERGE" into jb-mr2-dev
2013-03-13 13:28:01 +00:00
Justin Koh
23a1680449
am c631feed: am c0ce7eeb: Add a minimum size for the event pools.
...
* commit 'c631feed18cd408992d0874a0a8b59a851857d87':
Add a minimum size for the event pools.
2013-03-13 01:52:18 +00:00
Justin Koh
c0ce7eeb48
Add a minimum size for the event pools.
...
Add a minimum size for the event pools for devices which don't have sensors.
Otherwise the system server crash loops on boot.
Change-Id: Ic51c6fc26c8779d9f435f358d4274148a2ddbfb3
2013-03-12 18:06:35 -07:00
Jaikumar Ganesh
df23f8cb91
am f667b7a7: am 6e544fd4: Remove spurious @Override.
...
* commit 'f667b7a7f93cc60faaf007086dcb4020d7568d96':
Remove spurious @Override.
2013-03-13 00:08:18 +00:00
Jaikumar Ganesh
6e544fd4ca
Remove spurious @Override.
...
Change-Id: Idd468be5c05bcdf397c6ba02a902c4ef7719fca8
2013-03-12 17:00:27 -07:00
Matthew Xie
fa22a0410e
am 86b00416: am d6c87ccd: Merge "Fixed 32 bit characteristic value assignment" into jb-mr2-dev
...
* commit '86b00416e812a342209de4d5391acf30d0faa5a4':
Fixed 32 bit characteristic value assignment
2013-03-12 23:21:12 +00:00
Michael Wright
1636c2a4d3
am d1bb4d4b: am 999c2a69: Merge "Remove unused interface IInputConnectionCallback" into jb-mr2-dev
...
* commit 'd1bb4d4be20f3538d1a7ed4ec2736c10ca1a565e':
Remove unused interface IInputConnectionCallback
2013-03-12 23:17:46 +00:00
Matthew Xie
d6c87ccde6
Merge "Fixed 32 bit characteristic value assignment" into jb-mr2-dev
2013-03-12 23:16:02 +00:00
Dianne Hackborn
dc37c5f2e3
am 0c42b580: am 53149acf: Merge "Implement limited shared libraries in apks." into jb-mr2-dev
...
* commit '0c42b58041dc0ede9865335fa48637fb6b677cd3':
Implement limited shared libraries in apks.
2013-03-12 23:10:38 +00:00
Michael Wright
999c2a69b4
Merge "Remove unused interface IInputConnectionCallback" into jb-mr2-dev
2013-03-12 23:09:39 +00:00
Shawn Pearce
6c08f4dbab
am c129d78e: am d665b495: Merge "Add new sensor types." into jb-mr2-dev
...
* commit 'c129d78edadfd9f9e2af1d4bc0f6af4907e08780':
Add new sensor types.
2013-03-12 23:07:07 +00:00
Dianne Hackborn
53149acf7b
Merge "Implement limited shared libraries in apks." into jb-mr2-dev
2013-03-12 23:03:59 +00:00
Shawn Pearce
d665b49518
Merge "Add new sensor types." into jb-mr2-dev
2013-03-12 23:01:53 +00:00
Lorenzo Colitti
440662c481
am 7a1d77d2: am 8818d84a: Merge "Unit test routes with interfaces in LinkProperties" into jb-mr2-dev
...
* commit '7a1d77d217e42ec02d5c9f79924b1009fd2219c2':
Unit test routes with interfaces in LinkProperties
2013-03-12 22:07:36 +00:00
Lorenzo Colitti
1994bc14ab
Unit test routes with interfaces in LinkProperties
...
Change-Id: Ie41a56bc9863ee72f4d7a8f72e436fc57e57b1af
2013-03-12 15:01:05 -07:00
John Reck
6d2679cd3b
am 389a543d: am 93f99846: am bd5ee4d3: am 733329a2: Merge "Fix NPE when pasting non-text from Clipboard"
...
* commit '389a543d61e109ba03dd3d736d4a3e719906342a':
Fix NPE when pasting non-text from Clipboard
2013-03-12 21:39:11 +00:00
John Reck
93f99846df
am bd5ee4d3: am 733329a2: Merge "Fix NPE when pasting non-text from Clipboard"
...
* commit 'bd5ee4d39c8d7d1fc2c1f94980875f1900880880':
Fix NPE when pasting non-text from Clipboard
2013-03-12 14:34:29 -07:00