Mike Lockwood
adf7c11e56
Merge "Quick and dirty test app for new SerialPort API"
2012-02-10 11:41:56 -08:00
Mike Lockwood
1e11c6519a
Merge "New Serial Manager API:"
2012-02-10 11:41:41 -08:00
Dianne Hackborn
d262744b7e
Merge "Some cruft removal."
2012-02-10 11:14:39 -08:00
Dianne Hackborn
21fbd1f7da
Some cruft removal.
...
Change-Id: If4a94bfd4a033748eb13e8f3ff25e24382746778
2012-02-10 10:54:15 -08:00
Justin Ho
f59f92f1ac
am 25d1d268: (-s ours) am 0fc225ed: am 744c5b0b: Merge "Import translations. DO NOT MERGE" into ics-mr1
...
* commit '25d1d268c1b00734f4bdd7fcb85ced97645a7f29':
2012-02-10 10:51:52 -08:00
Mike Lockwood
d747dc8179
Fix problems dispatching media button events on headless devices
...
Signed-off-by: Mike Lockwood <lockwood@android.com>
Conflicts:
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
2012-02-10 10:51:24 -08:00
Mike Lockwood
3a74bd36f8
Add headless mode for running the framework without the surface flinger
...
Enabled by setting system property ro.config.headless to 1
This will allow the framework to run without starting activities,
system UI and the keyguard.
Framework can still run services, content providers and broadcast receivers.
Signed-off-by: Mike Lockwood <lockwood@android.com>
Conflicts:
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
services/java/com/android/server/PowerManagerService.java
services/java/com/android/server/am/ActivityManagerService.java
2012-02-10 10:51:24 -08:00
Mike Lockwood
2395527c9b
SettingsProvider: Allow overridding default value for Setttings.Secure.DEVICE_PROVISIONED
...
Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 10:51:24 -08:00
Mike Lockwood
86aeb06635
Load lockscreen.disabled setting on database create as well as upgrade
...
Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 10:51:24 -08:00
Mike Lockwood
c33d576661
SystemUI: Log an error instead of throwing an exception if navigation bar is enabled in tablet UI
...
Signed-off-by: Mike Lockwood <lockwood@android.com>
2012-02-10 10:51:24 -08:00
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
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
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
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
c62242a55a
Merge "Fix "dumpsys activity provider""
2012-02-10 07:13:23 -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
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
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