OSDN Git Service

android-x86/frameworks-base.git
13 years agoam 94062517: Merge "Require bonding and encryption for PBAP server"
Jaikumar Ganesh [Wed, 25 May 2011 16:59:44 +0000 (09:59 -0700)]
am 94062517: Merge "Require bonding and encryption for PBAP server"

* commit '94062517ae5573f9a1a877a83fe7d8e6d1a2c350':
  Require bonding and encryption for PBAP server

13 years agoMerge "Require bonding and encryption for PBAP server"
Jaikumar Ganesh [Wed, 25 May 2011 16:27:32 +0000 (09:27 -0700)]
Merge "Require bonding and encryption for PBAP server"

13 years agoam 038e8f99: Merge "Adding support for parsing of SMS-CB pdus in UMTS format."
Jean-Baptiste Queru [Wed, 25 May 2011 16:04:40 +0000 (09:04 -0700)]
am 038e8f99: Merge "Adding support for parsing of SMS-CB pdus in UMTS format."

* commit '038e8f99845e171c0d9d606f5697e36b1b684d01':
  Adding support for parsing of SMS-CB pdus in UMTS format.

13 years agoMerge "Adding support for parsing of SMS-CB pdus in UMTS format."
Jean-Baptiste Queru [Wed, 25 May 2011 15:06:17 +0000 (08:06 -0700)]
Merge "Adding support for parsing of SMS-CB pdus in UMTS format."

13 years agoam c9cd2387: Merge changes I37f0f315,I8cbf6044,Ibb598931,I5262bf11 into gingerbread
Simon Wilson [Wed, 25 May 2011 00:29:12 +0000 (17:29 -0700)]
am c9cd2387: Merge changes I37f0f315,I8cbf6044,Ibb598931,I5262bf11 into gingerbread

* commit 'c9cd2387b6938a6fbefc731d2177902266f2a130':
  Fix a race that could cause GL commands to be executed from the wrong thread.
  RefBase subclasses can now decide how they want to be destroyed.
  Fix a race in SurfaceFlinger that could cause layers to be leaked forever.
  Fix a race-condtion in SurfaceFlinger that could lead to a crash.

13 years agoMerge changes I37f0f315,I8cbf6044,Ibb598931,I5262bf11 into gingerbread
Simon Wilson [Wed, 25 May 2011 00:07:39 +0000 (17:07 -0700)]
Merge changes I37f0f315,I8cbf6044,Ibb598931,I5262bf11 into gingerbread

* changes:
  Fix a race that could cause GL commands to be executed from the wrong thread.
  RefBase subclasses can now decide how they want to be destroyed.
  Fix a race in SurfaceFlinger that could cause layers to be leaked forever.
  Fix a race-condtion in SurfaceFlinger that could lead to a crash.

13 years agoam 4cf0eee7: Merge "Fixing concurrency issue on IccPhoneBookInterfaceManager."
Conley Owens [Tue, 24 May 2011 22:01:18 +0000 (15:01 -0700)]
am 4cf0eee7: Merge "Fixing concurrency issue on IccPhoneBookInterfaceManager."

* commit '4cf0eee755046734568959ac01f207b108e449c0':
  Fixing concurrency issue on IccPhoneBookInterfaceManager.

13 years agoMerge "Fixing concurrency issue on IccPhoneBookInterfaceManager."
Conley Owens [Tue, 24 May 2011 21:05:05 +0000 (14:05 -0700)]
Merge "Fixing concurrency issue on IccPhoneBookInterfaceManager."

13 years agoam 34f5991e: Merge 6103e22c from honeycomb-mr1. do not merge.
Xavier Ducrohet [Tue, 24 May 2011 19:28:38 +0000 (12:28 -0700)]
am 34f5991e: Merge 6103e22c from honeycomb-mr1. do not merge.

* commit '34f5991ebe8b203f1720caf95889c15dd131d86e':
  Merge 6103e22c from honeycomb-mr1. do not merge.

13 years agoMerge 6103e22c from honeycomb-mr1. do not merge.
Xavier Ducrohet [Tue, 24 May 2011 02:07:18 +0000 (19:07 -0700)]
Merge 6103e22c from honeycomb-mr1. do not merge.

LayoutLib: custom styles override the default style instead of replacing it.

Intead of reading either the custom or the default style for a widget, we
read both and use the values from the custom style if it exists, or
from the default style otherwise.

Change-Id: Ibcec2e9b1e8a95295ab26ede145c287ff2f30be4

13 years agoam c7b87766: Merge 2402ad60 from honeycomb-mr1. do not merge.
Xavier Ducrohet [Tue, 24 May 2011 17:54:35 +0000 (10:54 -0700)]
am c7b87766: Merge 2402ad60 from honeycomb-mr1. do not merge.

* commit 'c7b87766b21fe5cf2f644efa8753b936d413dc9a':
  Merge 2402ad60 from honeycomb-mr1. do not merge.

13 years agoMerge 2402ad60 from honeycomb-mr1. do not merge.
Xavier Ducrohet [Mon, 23 May 2011 23:43:57 +0000 (16:43 -0700)]
Merge 2402ad60 from honeycomb-mr1. do not merge.

LayoutLib: Fix Canvas_Delegate.native_concat().

Change-Id: I863c43d65a929816ac7c9e69addcc647dac1878b

13 years agoFix a race that could cause GL commands to be executed from the wrong thread.
Mathias Agopian [Thu, 19 May 2011 22:38:14 +0000 (15:38 -0700)]
Fix a race that could cause GL commands to be executed from the wrong thread.

Bug: 4483050
Change-Id: I37f0f3156059c208c6168ee6131d0e267d823188

13 years agoRefBase subclasses can now decide how they want to be destroyed.
Mathias Agopian [Fri, 20 May 2011 01:03:31 +0000 (18:03 -0700)]
RefBase subclasses can now decide how they want to be destroyed.

This adds a destroy() virtual on RefBase which
sublasses can implement. destroy() is called
in lieu of the destructor whenthe last strong
ref goes away.

Bug: 4483050
Change-Id: I8cbf6044a6fd3f01043a45592b5a60fa1e5fade2

13 years agoFix a race in SurfaceFlinger that could cause layers to be leaked forever.
Mathias Agopian [Wed, 4 May 2011 00:04:02 +0000 (17:04 -0700)]
Fix a race in SurfaceFlinger that could cause layers to be leaked forever.

The transaction flags were atomically read-and-cleared to determine if
a transaction was needed, in the later case, mStateLock was taken to
keep the current state still during the transaction. This left a small
window open, where a layer could be removed after the transaction flags
were checked but before the transaction was started holding the lock.
In that situation eTraversalNeeded would be set but only seen during the
next transaction cycle; however, because we're handling this transaction
(because of another flag) it will be commited, "loosing" the information
about the layer being removed -- so when the next transaction cycle due
to eTraversalNeeded starts, it won't notice that layers have been removed
and won't populated the ditchedLayers array.

Bug: 4483049

Change-Id: Ibb5989312f871339928ee1aa3f9567770d72969b

13 years agoFix a race-condtion in SurfaceFlinger that could lead to a crash.
Mathias Agopian [Tue, 3 May 2011 23:21:41 +0000 (16:21 -0700)]
Fix a race-condtion in SurfaceFlinger that could lead to a crash.

Client::mLayers could be accessed from different threads.
On one side from Client::attachLayer() which is currently
called from a binder thread; on the other side from
Client::detachLayer() which is always called from the main
thread.

This could lead to a corruption of Client::mLayers.

We fix this issue by adding an internal lock to Client.

Bug: 4483046

Change-Id: I5262bf1124d9a65ec6f8ffd8e367356fc33a7536

13 years agoam 4e4ad341: SmsMessage: convert + to international dialing prefix
Soojung Shin [Mon, 23 May 2011 22:11:04 +0000 (15:11 -0700)]
am 4e4ad341: SmsMessage: convert + to international dialing prefix

* commit '4e4ad34159dc1c720a3e6145bb9f14c60fb1a3f7':
  SmsMessage: convert + to international dialing prefix

13 years agoSmsMessage: convert + to international dialing prefix
Soojung Shin [Fri, 13 May 2011 16:23:31 +0000 (01:23 +0900)]
SmsMessage: convert + to international dialing prefix

When sending an SMS to an international number in the format
+401234567890, the "+" should be converted to the International
Dialing Prefix (in the US, 011). However, the device drops this
"+" altogether in the outbound data burst message causing the message
to fail or be sent to the wrong address.

Change-Id: If25c092d283f1703b49cf52d0379efa54639f093
Signed-off-by: Soojung Shin <sj46.shin@samsung.com>
13 years agoam 6f0394a3: DO NOT MERGE SystemUI: update signal level when broadcast is received
TK MUN [Mon, 23 May 2011 21:47:38 +0000 (14:47 -0700)]
am 6f0394a3: DO NOT MERGE SystemUI: update signal level when broadcast is received

* commit '6f0394a3b4d6082c9cb01de4a220a3b082e1840a':
  DO NOT MERGE SystemUI: update signal level when broadcast is received

13 years agoDO NOT MERGE SystemUI: update signal level when broadcast is received
TK MUN [Tue, 17 May 2011 05:48:42 +0000 (14:48 +0900)]
DO NOT MERGE SystemUI: update signal level when broadcast is received

- Signal level updates should be updated whenever a signal change
broadcast is received but it is failing to do so.
- Only when state change broadcast is received, signal level was
updated. (Ex: State: Idle -> State: Connected)

Change-Id: I71d86782143b3440a042164a87af64c7bee97ae2
Signed-off-by: TK MUN <tk.mun@samsung.com>
13 years agoam 4c1e73b6: Merge e57aa434 from honeycomb-mr1. do not merge.
Xavier Ducrohet [Mon, 23 May 2011 16:52:55 +0000 (09:52 -0700)]
am 4c1e73b6: Merge e57aa434 from honeycomb-mr1. do not merge.

* commit '4c1e73b69a13a4f24a8fc123f599a9e9d8505525':
  Merge e57aa434 from honeycomb-mr1. do not merge.

13 years agoam f791863f: Merge "Merge 05b7b69c from honeycomb-mr1. do not merge." into gingerbread
Xavier Ducrohet [Mon, 23 May 2011 16:52:52 +0000 (09:52 -0700)]
am f791863f: Merge "Merge 05b7b69c from honeycomb-mr1. do not merge." into gingerbread

* commit 'f791863f0ac67ab6abd7410d5807d716cffc5b72':
  Merge 05b7b69c from honeycomb-mr1. do not merge.

13 years agoam bb43828a: Merge "Merge 2fae858d from Honeycomb-mr1. do not merge." into gingerbread
Xavier Ducrohet [Mon, 23 May 2011 16:52:41 +0000 (09:52 -0700)]
am bb43828a: Merge "Merge 2fae858d from Honeycomb-mr1. do not merge." into gingerbread

* commit 'bb43828aa749e71d4e52ba69db01b83c83a755b5':
  Merge 2fae858d from Honeycomb-mr1. do not merge.

13 years agoFixing concurrency issue on IccPhoneBookInterfaceManager.
David Sobreira Marques [Sun, 17 Apr 2011 15:46:50 +0000 (12:46 -0300)]
Fixing concurrency issue on IccPhoneBookInterfaceManager.

All the reads/updates methods are synchronous calls that rely
on an unique lock object in order to wait for the asynchronous
simcard operations to complete and return appropriate results

Concurent calls to these methods will cause errors when one
completed operation will unlock all waiting calls generating
inconsistent results on some of the method calls.

Change-Id: I8b87004ac039bcb971b8369f7640281f1bf9eb35
Signed-off-by: David Sobreira Marques <dpsmarques@gmail.com>
13 years agoMerge e57aa434 from honeycomb-mr1. do not merge.
Xavier Ducrohet [Fri, 20 May 2011 03:34:28 +0000 (20:34 -0700)]
Merge e57aa434 from honeycomb-mr1. do not merge.

LayoutLib: Fix issue where <include> with no layout params wouldn't display.

The issue is that the layout params from the root element of the included
layout should be used but this failed because loading the layout params
from the <include> tag didn't throw a RuntimeException in our modified
code (BridgeTypedArray).

Because we don't want to throw exception in general we only throw it
when reading the layout params of an include node which is pretty crappy,
but works for now.

Change-Id: I83ccf956e8b476f34dfc9a70aebae2288d53746e

13 years agoam 4b41df61: Merge "Use proper type for oob variable in register_agent. Without this...
Jaikumar Ganesh [Fri, 20 May 2011 21:21:29 +0000 (14:21 -0700)]
am 4b41df61: Merge "Use proper type for oob variable in register_agent. Without this change the BluetoothEventLoop crashes on my armv5 arch board."

* commit '4b41df613db19c5fe1d8c0d05ef314326fd3f95b':
  Use proper type for oob variable in register_agent. Without this change the BluetoothEventLoop crashes on my armv5 arch board.

13 years agoam 198ed3e4: Merge "BT: Wrong publishing result of bonding error code."
Jaikumar Ganesh [Fri, 20 May 2011 21:21:23 +0000 (14:21 -0700)]
am 198ed3e4: Merge "BT: Wrong publishing result of bonding error code."

* commit '198ed3e46af4bd51fa6be0186bacdde9e832ba94':
  BT: Wrong publishing result of bonding error code.

13 years agoMerge "Merge 05b7b69c from honeycomb-mr1. do not merge." into gingerbread
Xavier Ducrohet [Fri, 20 May 2011 20:56:47 +0000 (13:56 -0700)]
Merge "Merge 05b7b69c from honeycomb-mr1. do not merge." into gingerbread

13 years agoMerge "Merge 2fae858d from Honeycomb-mr1. do not merge." into gingerbread
Xavier Ducrohet [Fri, 20 May 2011 20:56:42 +0000 (13:56 -0700)]
Merge "Merge 2fae858d from Honeycomb-mr1. do not merge." into gingerbread

13 years agoMerge "Use proper type for oob variable in register_agent. Without this change the...
Jaikumar Ganesh [Fri, 20 May 2011 20:37:00 +0000 (13:37 -0700)]
Merge "Use proper type for oob variable in register_agent. Without this change the BluetoothEventLoop crashes on my armv5 arch board."

13 years agoMerge "BT: Wrong publishing result of bonding error code."
Jaikumar Ganesh [Fri, 20 May 2011 20:35:20 +0000 (13:35 -0700)]
Merge "BT: Wrong publishing result of bonding error code."

13 years agoam 848a1e3d: Merge "OBEX: Fix PrivateOutputStream small write problem"
Jaikumar Ganesh [Fri, 20 May 2011 17:23:48 +0000 (10:23 -0700)]
am 848a1e3d: Merge "OBEX: Fix PrivateOutputStream small write problem"

* commit '848a1e3d8522129c8a39d198a10b134926d71bd2':
  OBEX: Fix PrivateOutputStream small write problem

13 years agoMerge "OBEX: Fix PrivateOutputStream small write problem"
Jaikumar Ganesh [Fri, 20 May 2011 16:40:32 +0000 (09:40 -0700)]
Merge "OBEX: Fix PrivateOutputStream small write problem"

13 years agoOBEX: Fix PrivateOutputStream small write problem
Erik Ljungberg [Fri, 20 May 2011 10:39:18 +0000 (12:39 +0200)]
OBEX: Fix PrivateOutputStream small write problem

When data less than max packet size in length is sent into the write
method the data will only be added to the internal buffer. If several
calls to write is performed by the application continueOperation will
not be called at all. The solution to the problem is to always check
the internal buffer size and to call continueOperation every time
maxPacketSize bytes is in the internal buffer.

Change-Id: I5ebfa3c26db2c1aefe1a115d7782d8ceaa760937

13 years agoMerge 05b7b69c from honeycomb-mr1. do not merge.
Xavier Ducrohet [Mon, 16 May 2011 23:29:03 +0000 (16:29 -0700)]
Merge 05b7b69c from honeycomb-mr1. do not merge.

Change-Id: I1aca5774dec2e18ab5f9e860f6fd90b481b2857c
LayoutLib: support the new baseline/margin query API.

13 years agoMerge 2fae858d from Honeycomb-mr1. do not merge.
Xavier Ducrohet [Tue, 29 Mar 2011 18:58:02 +0000 (11:58 -0700)]
Merge 2fae858d from Honeycomb-mr1. do not merge.

Change-Id: I648f9ffa9745331ce4104dc4772f78ed933a4909
LayoutLib: implement data binding for most AdapterView

13 years agoam f2006f31: Merge "Break apart queries to getInstalled* API" into gingerbread
Kenny Root [Thu, 19 May 2011 18:04:01 +0000 (11:04 -0700)]
am f2006f31: Merge "Break apart queries to getInstalled* API" into gingerbread

* commit 'f2006f3123dcdf598e052051041b49c89710b53e':
  Break apart queries to getInstalled* API

13 years agoMerge "Break apart queries to getInstalled* API" into gingerbread
Kenny Root [Thu, 19 May 2011 17:55:00 +0000 (10:55 -0700)]
Merge "Break apart queries to getInstalled* API" into gingerbread

13 years agoam 6c427617: Merge "support humidity sensor type"
Jean-Baptiste Queru [Wed, 18 May 2011 22:20:29 +0000 (15:20 -0700)]
am 6c427617: Merge "support humidity sensor type"

* commit '6c427617be940be32fdebbd9c78f9223b292c814':
  support humidity sensor type

13 years agoMerge "support humidity sensor type"
Jean-Baptiste Queru [Wed, 18 May 2011 22:00:11 +0000 (15:00 -0700)]
Merge "support humidity sensor type"

13 years agoam 7ae7d31c: Merge "MOTOYA changed two kinds of Japanese font files."
Jean-Baptiste Queru [Wed, 18 May 2011 16:46:16 +0000 (09:46 -0700)]
am 7ae7d31c: Merge "MOTOYA changed two kinds of Japanese font files."

* commit '7ae7d31c2fb06a5c53e71c9e77fa75c8f5777391':
  MOTOYA changed two kinds of Japanese font files.

13 years agoMerge "MOTOYA changed two kinds of Japanese font files."
Jean-Baptiste Queru [Wed, 18 May 2011 16:24:40 +0000 (09:24 -0700)]
Merge "MOTOYA changed two kinds of Japanese font files."

13 years agoRequire bonding and encryption for PBAP server
Mathias Jeppsson [Mon, 21 Mar 2011 14:06:52 +0000 (15:06 +0100)]
Require bonding and encryption for PBAP server

The Phonebook Access Profile specification requires bonding and
encryption. For devices not supporting SSP (Secure Simple Pairing),
InsecureRfcomm will require neither. Adding EncryptedRfcomm to force
bonding and encryption but not requiring authenticated link key.

Change-Id: If47cca9c5ffd89358bcd61d64f7785d17e0ca7cc

13 years agoam f247e545: Merge "Adapt to latest skia"
Jean-Baptiste Queru [Thu, 12 May 2011 22:38:18 +0000 (15:38 -0700)]
am f247e545: Merge "Adapt to latest skia"

* commit 'f247e545b521584bb778e79710c1e60ab814839e':
  Adapt to latest skia

13 years agoam 6714e677: Merge "Ninepatch tweaks for better interop"
Jean-Baptiste Queru [Thu, 12 May 2011 22:38:15 +0000 (15:38 -0700)]
am 6714e677: Merge "Ninepatch tweaks for better interop"

* commit '6714e6774063aae7a8a7a80c36c89ec60170cb27':
  Ninepatch tweaks for better interop

13 years agoam 4770c79c: Merge "Tweak audio APIs for better forward/backward/sideways compatibility."
Jean-Baptiste Queru [Thu, 12 May 2011 22:38:11 +0000 (15:38 -0700)]
am 4770c79c: Merge "Tweak audio APIs for better forward/backward/sideways compatibility."

* commit '4770c79c340c2fb5b6b58c0a1ccf8aac96138ef6':
  Tweak audio APIs for better forward/backward/sideways compatibility.

13 years agoam 71d25778: Merge "Switch to SkSafeUnref for better portability"
Jean-Baptiste Queru [Thu, 12 May 2011 22:38:07 +0000 (15:38 -0700)]
am 71d25778: Merge "Switch to SkSafeUnref for better portability"

* commit '71d25778c61327bf82d0e81cd78175a9ee74420a':
  Switch to SkSafeUnref for better portability

13 years agoMerge "Adapt to latest skia"
Jean-Baptiste Queru [Thu, 12 May 2011 22:09:51 +0000 (15:09 -0700)]
Merge "Adapt to latest skia"

13 years agoAdapt to latest skia
Derek Sollenberger [Wed, 11 May 2011 17:29:21 +0000 (13:29 -0400)]
Adapt to latest skia

Change-Id: I39247db04ca8b7993b0f5a16fb0324828d04cc3a

13 years agoMerge "Ninepatch tweaks for better interop"
Jean-Baptiste Queru [Thu, 12 May 2011 21:24:09 +0000 (14:24 -0700)]
Merge "Ninepatch tweaks for better interop"

13 years agoNinepatch tweaks for better interop
Jean-Baptiste Queru [Thu, 12 May 2011 17:02:57 +0000 (10:02 -0700)]
Ninepatch tweaks for better interop

Change-Id: I96781e2b27fcd6dd05d9726829e8e79ff365cbdc

13 years agoMerge "Tweak audio APIs for better forward/backward/sideways compatibility."
Jean-Baptiste Queru [Thu, 12 May 2011 21:19:41 +0000 (14:19 -0700)]
Merge "Tweak audio APIs for better forward/backward/sideways compatibility."

13 years agoMerge "Switch to SkSafeUnref for better portability"
Jean-Baptiste Queru [Thu, 12 May 2011 21:19:26 +0000 (14:19 -0700)]
Merge "Switch to SkSafeUnref for better portability"

13 years agoTweak audio APIs for better forward/backward/sideways compatibility.
Jean-Baptiste Queru [Thu, 12 May 2011 16:46:49 +0000 (09:46 -0700)]
Tweak audio APIs for better forward/backward/sideways compatibility.

Change-Id: I293e99107aed260db68edccad35cdc15ed88c1d3

13 years agoSwitch to SkSafeUnref for better portability
Jean-Baptiste Queru [Thu, 12 May 2011 15:13:50 +0000 (08:13 -0700)]
Switch to SkSafeUnref for better portability

Change-Id: Ia146a4728b5eb92626462effe42521ca73454a7d

13 years agoam 8dd85f80: Merge "Move Wifi Ap configuration to flat file" into gingerbread
Irfan Sheriff [Wed, 11 May 2011 16:45:36 +0000 (09:45 -0700)]
am 8dd85f80: Merge "Move Wifi Ap configuration to flat file" into gingerbread

* commit '8dd85f80ba9c463f5616b47eceb620fe21203f4f':
  Move Wifi Ap configuration to flat file

13 years agoMerge "Move Wifi Ap configuration to flat file" into gingerbread
Irfan Sheriff [Wed, 11 May 2011 16:15:48 +0000 (09:15 -0700)]
Merge "Move Wifi Ap configuration to flat file" into gingerbread

13 years agoMove Wifi Ap configuration to flat file
Irfan Sheriff [Mon, 9 May 2011 06:02:02 +0000 (23:02 -0700)]
Move Wifi Ap configuration to flat file

Secure settings are accessible by applications without
permissions. Move to a system-only accessible file

Bug: 4391796
Change-Id: I5448943d26cccce39dd4f32423c68dad4bbf50ad

13 years agoam bcd029b6: Merge "Add missing clean-up of idmap file descriptors."
Conley Owens [Thu, 5 May 2011 21:03:15 +0000 (14:03 -0700)]
am bcd029b6: Merge "Add missing clean-up of idmap file descriptors."

* commit 'bcd029b6c8dee19d2cefb00f3ff637b4dcd407b3':
  Add missing clean-up of idmap file descriptors.

13 years agoam 4d53cb02: Merge "Enable support for SMS national language shift tables." into...
Jake Hamby [Thu, 5 May 2011 20:31:03 +0000 (13:31 -0700)]
am 4d53cb02: Merge "Enable support for SMS national language shift tables." into gingerbread

* commit '4d53cb02168fe35104d7e644dd9b3efd8ca4c91b':
  Enable support for SMS national language shift tables.

13 years agoMerge "Add missing clean-up of idmap file descriptors."
Conley Owens [Thu, 5 May 2011 20:22:18 +0000 (13:22 -0700)]
Merge "Add missing clean-up of idmap file descriptors."

13 years agoMerge "Enable support for SMS national language shift tables." into gingerbread
Jake Hamby [Thu, 5 May 2011 20:09:11 +0000 (13:09 -0700)]
Merge "Enable support for SMS national language shift tables." into gingerbread

13 years agoAdd missing clean-up of idmap file descriptors.
Mårten Kongstad [Thu, 5 May 2011 08:40:42 +0000 (10:40 +0200)]
Add missing clean-up of idmap file descriptors.

Change-Id: I9bdc9a4b7962f1a8dce77f4b213c8b9dc26e4b0f

13 years agoUse proper type for oob variable in register_agent.
Nicu Pavel [Thu, 5 May 2011 10:11:12 +0000 (13:11 +0300)]
Use proper type for oob variable in register_agent.
Without this change the BluetoothEventLoop crashes on my armv5 arch board.

Change-Id: Ia10382f0aea4736be268512ccf9d5c5cde052851

13 years agoBT: Wrong publishing result of bonding error code.
Arek Lichwa [Wed, 23 Feb 2011 10:52:34 +0000 (11:52 +0100)]
BT: Wrong publishing result of bonding error code.

During bonding bluez stack publish the error code over dbus.
JNI gets the error, in this ER case:
org.bluez.Error.AuthenticationFailed (Authentication Failed),
and then wrong call to overloaded setBondState() is made on
callstack using default result code parameter as 0 (BOND_SUCCESS).

Change-Id: I6f743cedc76e63d0c2a35e89d3aa48267b89c06e
Signed-off-by: Christian Bejram <christian.bejram@stericsson.com>
13 years agoam 1a5b6098: Handle GET_POWER failures
Irfan Sheriff [Thu, 5 May 2011 04:14:47 +0000 (21:14 -0700)]
am 1a5b6098: Handle GET_POWER failures

* commit '1a5b6098d5002ae07ce3f9bc514400a87c2b64fa':
  Handle GET_POWER failures

13 years agoHandle GET_POWER failures
Irfan Sheriff [Wed, 4 May 2011 21:16:44 +0000 (14:16 -0700)]
Handle GET_POWER failures

Return a failure when GET_POWER returns a non-conforming
format

Bug: 4380317
Change-Id: If1ce73572ae261cd6998e4289e21112c88859437

13 years agoam 4ec33c2a: Do not merge. Cherry-pick of Idc802af57fb9926a69ed52d4e776ef57d8b647c6...
Dan Morrill [Tue, 3 May 2011 21:59:52 +0000 (14:59 -0700)]
am 4ec33c2a: Do not merge. Cherry-pick of Idc802af57fb9926a69ed52d4e776ef57d8b647c6 (package manager fix) to gingerbread.

* commit '4ec33c2aad59b2a745ee891c9b7246b9533d95e0':
  Do not merge. Cherry-pick of Idc802af57fb9926a69ed52d4e776ef57d8b647c6 (package manager fix) to gingerbread.

13 years agoam 9c4ba258: Merge "Removing dead store; it was likely a relict of debuging code."
Conley Owens [Tue, 3 May 2011 19:07:19 +0000 (12:07 -0700)]
am 9c4ba258: Merge "Removing dead store; it was likely a relict of debuging code."

* commit '9c4ba2580e2ef582747cce2960804a2a5e4b776e':
  Removing dead store; it was likely a relict of debuging code.

13 years agoDo not merge. Cherry-pick of Idc802af57fb9926a69ed52d4e776ef57d8b647c6
Dan Morrill [Mon, 2 May 2011 23:58:35 +0000 (16:58 -0700)]
Do not merge. Cherry-pick of Idc802af57fb9926a69ed52d4e776ef57d8b647c6
(package manager fix) to gingerbread.

Change-Id: Ia5373100e97bfe42d2211c6249996dc7ff4818e0

13 years agoMerge "Removing dead store; it was likely a relict of debuging code."
Conley Owens [Mon, 2 May 2011 16:53:25 +0000 (09:53 -0700)]
Merge "Removing dead store; it was likely a relict of debuging code."

13 years agoam eb8171bc: Merge "Adjust mBiggerTouchSlopSquare to the suitable value"
Conley Owens [Fri, 29 Apr 2011 17:24:34 +0000 (10:24 -0700)]
am eb8171bc: Merge "Adjust mBiggerTouchSlopSquare to the suitable value"

* commit 'eb8171bcff9bd980dbdfc99b2d843a5bcc0ae3e5':
  Adjust mBiggerTouchSlopSquare to the suitable value

13 years agoam 76616b13: Merge "Scolling using arrow keys with padding"
Conley Owens [Fri, 29 Apr 2011 17:24:29 +0000 (10:24 -0700)]
am 76616b13: Merge "Scolling using arrow keys with padding"

* commit '76616b138eb68a77a838a93fdf2f0322e982f706':
  Scolling using arrow keys with padding

13 years agoam 425db473: Merge "CHAR_SEQUENCE_CREATOR cannot handle null string"
Conley Owens [Fri, 29 Apr 2011 17:24:23 +0000 (10:24 -0700)]
am 425db473: Merge "CHAR_SEQUENCE_CREATOR cannot handle null string"

* commit '425db473a05e4204301bf46d4ab6f51b12d9c447':
  CHAR_SEQUENCE_CREATOR cannot handle null string

13 years agoam 58e4a5e2: Merge "Fixed to draw texture when loadTexture() is called at first time"
Conley Owens [Fri, 29 Apr 2011 17:24:16 +0000 (10:24 -0700)]
am 58e4a5e2: Merge "Fixed to draw texture when loadTexture() is called at first time"

* commit '58e4a5e2094c5003225fc715ee1a53b2461e71b1':
  Fixed to draw texture when loadTexture() is called at first time

13 years agoam 9355a24a: Merge "Fixing wrong Japanese phone formatter."
Conley Owens [Fri, 29 Apr 2011 17:24:12 +0000 (10:24 -0700)]
am 9355a24a: Merge "Fixing wrong Japanese phone formatter."

* commit '9355a24af2a4985902f1e9ab4233df3fb831ef72':
  Fixing wrong Japanese phone formatter.

13 years agoam 9fd8e057: Merge "Fix memory leak of SkMovie class"
Conley Owens [Fri, 29 Apr 2011 17:24:08 +0000 (10:24 -0700)]
am 9fd8e057: Merge "Fix memory leak of SkMovie class"

* commit '9fd8e0579fb3306f61ba1716b1977562ae3626e1':
  Fix memory leak of SkMovie class

13 years agoam 8ebf3558: Merge "Implement support for ALT and SHIFT modifiers"
Conley Owens [Fri, 29 Apr 2011 17:24:03 +0000 (10:24 -0700)]
am 8ebf3558: Merge "Implement support for ALT and SHIFT modifiers"

* commit '8ebf35589dd2bee84ad93613df21666b8858a10f':
  Implement support for ALT and SHIFT modifiers

13 years agoam b1578d85: Merge "Fix startSearch condition on Dialog, because pressing search...
Conley Owens [Fri, 29 Apr 2011 17:23:58 +0000 (10:23 -0700)]
am b1578d85: Merge "Fix startSearch condition on Dialog, because pressing search key causes ANR popup. If search key is pressed on Dialog and there is no search item then do nothing. How to reproduce the issue: Settings > About phone > Legal information > Google legal

* commit 'b1578d85ce1b3f3c5e2cf0271011c016b93b7e1a':
  Fix startSearch condition on Dialog, because pressing search key causes ANR popup. If search key is pressed on Dialog and there is no search item then do nothing. How to reproduce the issue: Settings > About phone > Legal information > Google legal > Press search key > Touch list item or press back key > ANR popup is shown

13 years agoam 1ecd0a9b: Merge "modify the device to enable to get the state as slide-open/slide...
Conley Owens [Fri, 29 Apr 2011 17:23:53 +0000 (10:23 -0700)]
am 1ecd0a9b: Merge "modify the device to enable to get the state as slide-open/slide-close."

* commit '1ecd0a9b28f8d608cac1a1db6c9bd493ace0ca3e':
  modify the device to enable to get the state as slide-open/slide-close.

13 years agoam 69ef0d55: Merge "Adding missing breaks in BnSurfaceComposer::onTransact"
Conley Owens [Fri, 29 Apr 2011 17:23:47 +0000 (10:23 -0700)]
am 69ef0d55: Merge "Adding missing breaks in BnSurfaceComposer::onTransact"

* commit '69ef0d55d7d7cb9b9bcccffff50ea10ac3833aaa':
  Adding missing breaks in BnSurfaceComposer::onTransact

13 years agoam 7ae9f08a: Merge "Fixed to call computeVisibleRegions() when transparent value...
Conley Owens [Fri, 29 Apr 2011 17:23:42 +0000 (10:23 -0700)]
am 7ae9f08a: Merge "Fixed to call computeVisibleRegions() when transparent value changed"

* commit '7ae9f08a179fa3b312b80826cfc3c6dc97b792ec':
  Fixed to call computeVisibleRegions() when transparent value changed

13 years agoam 03daee63: Merge "frameworks/base: acquire lock on am only when needed"
Conley Owens [Fri, 29 Apr 2011 17:23:35 +0000 (10:23 -0700)]
am 03daee63: Merge "frameworks/base: acquire lock on am only when needed"

* commit '03daee6380772b0ab167a7b28e37d7a21ec89c86':
  frameworks/base: acquire lock on am only when needed

13 years agoam 2f463ef1: Merge "Adding a sanity test in the while loop in readHistory()"
Conley Owens [Fri, 29 Apr 2011 17:23:28 +0000 (10:23 -0700)]
am 2f463ef1: Merge "Adding a sanity test in the while loop in readHistory()"

* commit '2f463ef18bb235be57b39cbda536bcd2df2d0908':
  Adding a sanity test in the while loop in readHistory()

13 years agoam c5505f6a: Merge "Improved conversion accuracy of exif geotag data"
Conley Owens [Fri, 29 Apr 2011 17:20:34 +0000 (10:20 -0700)]
am c5505f6a: Merge "Improved conversion accuracy of exif geotag data"

* commit 'c5505f6a150db8232cc275bedd400f7f5a593530':
  Improved conversion accuracy of exif geotag data

13 years agoam e1b3f15c: Merge "Fixes broken image link in "Tools -> Traceview" documentation...
Conley Owens [Fri, 29 Apr 2011 17:20:25 +0000 (10:20 -0700)]
am e1b3f15c: Merge "Fixes broken image link in "Tools -> Traceview" documentation page."

* commit 'e1b3f15cadc630469cfadea63275ba8d9a1c9052':
  Fixes broken image link in "Tools -> Traceview" documentation page.

13 years agoMerge "Adjust mBiggerTouchSlopSquare to the suitable value"
Conley Owens [Fri, 29 Apr 2011 17:01:23 +0000 (10:01 -0700)]
Merge "Adjust mBiggerTouchSlopSquare to the suitable value"

13 years agoMerge "Scolling using arrow keys with padding"
Conley Owens [Fri, 29 Apr 2011 17:00:26 +0000 (10:00 -0700)]
Merge "Scolling using arrow keys with padding"

13 years agoMerge "CHAR_SEQUENCE_CREATOR cannot handle null string"
Conley Owens [Fri, 29 Apr 2011 17:00:20 +0000 (10:00 -0700)]
Merge "CHAR_SEQUENCE_CREATOR cannot handle null string"

13 years agoMerge "Fixed to draw texture when loadTexture() is called at first time"
Conley Owens [Fri, 29 Apr 2011 17:00:12 +0000 (10:00 -0700)]
Merge "Fixed to draw texture when loadTexture() is called at first time"

13 years agoMerge "Fixing wrong Japanese phone formatter."
Conley Owens [Fri, 29 Apr 2011 17:00:06 +0000 (10:00 -0700)]
Merge "Fixing wrong Japanese phone formatter."

13 years agoMerge "Fix memory leak of SkMovie class"
Conley Owens [Fri, 29 Apr 2011 17:00:00 +0000 (10:00 -0700)]
Merge "Fix memory leak of SkMovie class"

13 years agoMerge "Implement support for ALT and SHIFT modifiers"
Conley Owens [Fri, 29 Apr 2011 16:59:55 +0000 (09:59 -0700)]
Merge "Implement support for ALT and SHIFT modifiers"

13 years agoMerge "Fix startSearch condition on Dialog, because pressing search key causes ANR...
Conley Owens [Fri, 29 Apr 2011 16:59:48 +0000 (09:59 -0700)]
Merge "Fix startSearch condition on Dialog, because pressing search key causes ANR popup. If search key is pressed on Dialog and there is no search item then do nothing. How to reproduce the issue: Settings > About phone > Legal information > Google legal > Press search key > Touch list item or press back key > ANR popup is shown"

13 years agoMerge "modify the device to enable to get the state as slide-open/slide-close."
Conley Owens [Fri, 29 Apr 2011 16:59:42 +0000 (09:59 -0700)]
Merge "modify the device to enable to get the state as slide-open/slide-close."

13 years agoMerge "Adding missing breaks in BnSurfaceComposer::onTransact"
Conley Owens [Fri, 29 Apr 2011 16:59:36 +0000 (09:59 -0700)]
Merge "Adding missing breaks in BnSurfaceComposer::onTransact"

13 years agoMerge "Fixed to call computeVisibleRegions() when transparent value changed"
Conley Owens [Fri, 29 Apr 2011 16:59:30 +0000 (09:59 -0700)]
Merge "Fixed to call computeVisibleRegions() when transparent value changed"

13 years agoMerge "frameworks/base: acquire lock on am only when needed"
Conley Owens [Fri, 29 Apr 2011 16:59:22 +0000 (09:59 -0700)]
Merge "frameworks/base: acquire lock on am only when needed"

13 years agoMerge "Adding a sanity test in the while loop in readHistory()"
Conley Owens [Fri, 29 Apr 2011 16:56:58 +0000 (09:56 -0700)]
Merge "Adding a sanity test in the while loop in readHistory()"

13 years agoMerge "Improved conversion accuracy of exif geotag data"
Conley Owens [Fri, 29 Apr 2011 16:48:10 +0000 (09:48 -0700)]
Merge "Improved conversion accuracy of exif geotag data"