67364 Commits

Author SHA1 Message Date
Mike Lockwood
7bef73900b SettingsProvider: Add support for overriding lockscreen.disabled default value
Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 10:51:23 -08:00
Mike Lockwood
4b797dd8c1 Allow overriding default STAY_ON_WHILE_PLUGGED_IN setting value in an overlay
Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 10:51:23 -08:00
Girts Folkmanis
d3622e9e49 Disable output processing when opening serial port.
If post processing is not disabled, we end up translating LF to CRLF, which
makes binary protocols sad.
2012-02-10 10:51:23 -08:00
Joe Onorato
28087c63d8 Update aidl for new Broker API. 2012-02-10 10:51:23 -08:00
Joe Onorato
a1c6d909c2 aidl: All flattenable types now must also be parcelable.
This is more a limitation of the grammar than anything else triggering laziness on my part.
2012-02-10 10:51:23 -08:00
Joe Onorato
95a766ddcd Update aidl to new APIs. 2012-02-10 10:51:23 -08:00
Joe Onorato
6c0236c53a Suport RpcData as a parcelable type. 2012-02-10 10:51:22 -08:00
Manuel Roman
b71287f42e Modified AIDL to support authentication
We need to pass an RpcContext with information
such as the caller's certificate. I also modified
the compiler so it does not use Container anymore
and uses Context
2012-02-10 10:51:22 -08:00
Mike J. Chen
4bcbefdc5f Fix disconnect from wired ethernet issues.
When a cable was unplugged, we were telling the driver to release the
ip address so if a cable on a different network was plugged in, it would
still try to use it's old ip address on the new network, which probably
didn't work.

Also, we didn't notify ConnectivityService about the state change in
the unplug case.  Some of this was done in the interface removed case,
but we never remove the interface in Tungsten, just unplug.  So refactor
the common disconnect code into a disconnect() function that's called
by both the link status change (unplug) and interface removal (only applies
to things like USB ethernet dongles) cases.

Signed-off-by: Mike J. Chen <mjchen@google.com>
2012-02-10 10:51:22 -08:00
Tim Kilbourn
22a7cb8d49 Fix PresenterClass by adding a _listener field 2012-02-10 10:51:22 -08:00
Joe Onorato
e24dbeafe6 add presenters to aidl. 2012-02-10 10:51:22 -08:00
Mike Lockwood
7dbc4b457d Add SerialPort.sendBreak()
Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 10:51:21 -08:00
Joe Onorato
21d524ea8a Generate fallthrough for unhandled actions in RPC methods. 2012-02-10 10:51:21 -08:00
Mike Lockwood
aa5bf14e21 PhoneWindowManager: Disable boot progress dialog on headless builds
Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 10:51:21 -08:00
Joe Onorato
7db766c3fe Support custom flattenable types for RPC. 2012-02-10 10:51:21 -08:00
Mike Lockwood
93fcaca2aa SystemServer: Don't start A2DP service if audio is not enabled
Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 10:51:21 -08:00
Mike Lockwood
25d1fdc357 Quick and dirty test app for new SerialPort API
Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 10:51:20 -08:00
Joe Onorato
1eb720446d Add RpcData as a built-in marshallable type. 2012-02-10 10:51:20 -08:00
Joe Onorato
05ffbe7c02 Add the full suite of RpcData types. 2012-02-10 10:51:20 -08:00
Joe Onorato
fdfe2ff8c6 Checkpoint adding @home RPC support to aidl 2012-02-10 10:51:20 -08:00
Mike Lockwood
a8f767a239 ActivityManager: Make sure BOOT_COMPLETED Intent is sent when running headless
Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 10:51:20 -08:00
Mike Lockwood
b01e8bf57b New Serial Manager API:
SerialManager: provides access to serial ports
SerialPort: for reading and writing data to and from serial ports

IO with both array based and direct ByteBuffers is supported.

Accessing serial ports requires android.permission.SERIAL_PORT permission

Each platform must configure list of supported serial ports in the
config_serialPorts resource overlay
(this is needed to prevent apps from accidentally accessing the bluetooth
or other system UARTs).

In addition, the platform uevent.rc file must set the owner to the
/dev/tty* files to "system" so the framework can access the port.

Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 10:51:19 -08:00
Justin Ho
25d1d268c1 am 0fc225ed: am 744c5b0b: Merge "Import translations. DO NOT MERGE" into ics-mr1
* commit '0fc225ed37ec535ff9b5238f390a79dbaf7f377b':
2012-02-10 10:49:48 -08:00
Justin Ho
3b78a6f347 am 341ff2b0: am f994f353: (-s ours) am 448249d1: (-s ours) am 744c5b0b: Merge "Import translations. DO NOT MERGE" into ics-mr1
* commit '341ff2b08380fcab0f2313fb4feca732cf70f840':
  Import translations. DO NOT MERGE
2012-02-10 10:22:40 -08:00
Justin Ho
341ff2b083 am f994f353: (-s ours) am 448249d1: (-s ours) am 744c5b0b: Merge "Import translations. DO NOT MERGE" into ics-mr1
* commit 'f994f353f705dc69c1e57bd6785092218fd630d2':
  Import translations. DO NOT MERGE
2012-02-10 10:19:58 -08:00
Mike Lockwood
e7f0aae72c am 8dc1dabd: VolumePanel: Add support for master volume
* commit '8dc1dabd254249b7ddb8743e88fdb96580ffc585':
  VolumePanel: Add support for master volume
2012-02-10 10:15:45 -08:00
Mike Lockwood
c32262eac7 am 8517e46f: Save and restore master volume in the settings provider
* commit '8517e46f3d3c2ce11de09aa849a8533ffc1a2026':
  Save and restore master volume in the settings provider
2012-02-10 10:15:43 -08:00
Justin Ho
f994f353f7 am 448249d1: (-s ours) am 744c5b0b: Merge "Import translations. DO NOT MERGE" into ics-mr1
* commit '448249d1a7e0b871b9a9db49a45e0e51f6d36d65':
  Import translations. DO NOT MERGE
2012-02-10 10:13:19 -08:00
Justin Ho
0fc225ed37 am 744c5b0b: Merge "Import translations. DO NOT MERGE" into ics-mr1
* commit '744c5b0bdee6a26e2dc7e740a695d53c32104326':
  Import translations. DO NOT MERGE
2012-02-10 10:10:39 -08:00
Justin Ho
448249d1a7 am 744c5b0b: Merge "Import translations. DO NOT MERGE" into ics-mr1
* commit '744c5b0bdee6a26e2dc7e740a695d53c32104326':
  Import translations. DO NOT MERGE
2012-02-10 10:09:42 -08:00
Justin Ho
744c5b0bde Merge "Import translations. DO NOT MERGE" into ics-mr1 2012-02-10 10:07:07 -08:00
Mike Lockwood
838ec40c9f am cbdb49dc: Simple master volume support
* commit 'cbdb49dc5e1b993a0bc5c68dbfb9486bfa0cd762':
  Simple master volume support
2012-02-10 09:07:35 -08:00
Mike Lockwood
8dc1dabd25 VolumePanel: Add support for master volume
Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 09:05:49 -08:00
Mike Lockwood
8517e46f3d Save and restore master volume in the settings provider
Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 09:05:39 -08:00
Mike Lockwood
cbdb49dc5e Simple master volume support
Still needs integration with Settings (for persistence) and VolumePanel UI.

Change-Id: I9eca92c4b1ef2df2564411006a35753ab9618dce
Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 09:01:28 -08:00
Marco Nelissen
1aba34ce44 am c62242a5: Merge "Fix "dumpsys activity provider""
* commit 'c62242a55a5cfb82f69c7db5208e90667da7ec56':
  Fix "dumpsys activity provider"
2012-02-10 07:14:41 -08:00
Marco Nelissen
c62242a55a Merge "Fix "dumpsys activity provider"" 2012-02-10 07:13:23 -08:00
satok
119323a58c am 59d46b06: Merge "Add an api to switch to the next IME and subtype"
* commit '59d46b06653b5f55c2f26d3ff8d642ffda0cecd8':
  Add an api to switch to the next IME and subtype
2012-02-10 02:25:02 -08:00
satok
59d46b0665 Merge "Add an api to switch to the next IME and subtype" 2012-02-10 02:22:57 -08:00
James Dong
6908dd7175 am 55ee8415: Merge "move away from MediaDebug and use ADebug instead for video editor engine"
* commit '55ee84154b3afe07afef6311f707928856840f89':
  move away from MediaDebug and use ADebug instead for video editor engine
2012-02-09 23:55:45 -08:00
James Dong
55ee84154b Merge "move away from MediaDebug and use ADebug instead for video editor engine" 2012-02-09 23:53:50 -08:00
James Dong
459f40dfb3 move away from MediaDebug and use ADebug instead for video editor engine
Change-Id: I2c0ad6c64f1bd03bd3dfe2c87792f8089dcbc101
2012-02-09 23:52:19 -08:00
satok
688bd47fcc Add an api to switch to the next IME and subtype
Bug: 5975302

Change-Id: I48aa4220159c65f456d61a324efcdf0a1ceec91c
2012-02-10 16:44:12 +09:00
Scott Main
7a6be7b33d am 59adf8a1: am b45087bf: am 98c31334: am d9c8bbd5: docs: fix xss issue bug 5125642
* commit '59adf8a1019724e556f86957aba489e1fee5454d':
2012-02-09 21:11:02 -08:00
Joe Fernandez
9386f654c7 am f1908925: am d2deae8f: am a300ea98: am 1c66faab: Merge "docs: OpenGL Tutorials fixed two broken links (Issue 5990696, public android bug: 25132)" into ics-mr1
* commit 'f19089259ecd6627cd4703ab55b5df8a4f4644a7':
2012-02-09 21:11:00 -08:00
Scott Main
627b928c69 am 6b9f68ac: am 758fe151: am cf18f420: am 52bfc243: docs: fix misc doc bugs from external issue tracker
* commit '6b9f68ac89615505ac24f8c00d3fddc4ff43b58b':
2012-02-09 21:10:57 -08:00
Scott Main
59adf8a101 am b45087bf: am 98c31334: am d9c8bbd5: docs: fix xss issue bug 5125642
* commit 'b45087bf09921dd515e83804d821f127d8b790c6':
2012-02-09 21:09:01 -08:00
Joe Fernandez
f19089259e am d2deae8f: am a300ea98: am 1c66faab: Merge "docs: OpenGL Tutorials fixed two broken links (Issue 5990696, public android bug: 25132)" into ics-mr1
* commit 'd2deae8f40d33ad69d92963a7fceb90ee3cae1ad':
2012-02-09 21:08:59 -08:00
Scott Main
6b9f68ac89 am 758fe151: am cf18f420: am 52bfc243: docs: fix misc doc bugs from external issue tracker
* commit '758fe1511e499099deddcb94994b5d9a332062e1':
2012-02-09 21:08:58 -08:00
Scott Main
b45087bf09 am 98c31334: am d9c8bbd5: docs: fix xss issue bug 5125642
* commit '98c313340a46401adda86b398a7623f39aa8e412':
2012-02-09 21:07:10 -08:00