41536 Commits

Author SHA1 Message Date
Derek Sollenberger
ea0cc807f1 am c8937d84: am aa2275e3: Fix complex character support for plugins.
* commit 'c8937d8452542688ade144a8fc715088cec84f11':
  Fix complex character support for plugins.
2011-01-19 13:25:51 -08:00
Derek Sollenberger
c8937d8452 am aa2275e3: Fix complex character support for plugins.
* commit 'aa2275e31d1ab6d672013e82a7b8da2559b0e085':
  Fix complex character support for plugins.
2011-01-19 13:23:20 -08:00
Shimeng (Simon) Wang
1e07da3651 Use rounded interger to represent the last touch point.
This prevents loss of delta calculation accurracy when dragging, which
was done in float and converted to integer.

issue: 3366067
Change-Id: Ia121a6ef4619c9abfb1f76a01db3272d41d02b81
2011-01-19 13:19:56 -08:00
Derek Sollenberger
aa2275e31d Fix complex character support for plugins.
bug: 3369527
Change-Id: I48c3442d7de54589f9f9578f6375b7ad291677db
2011-01-19 16:18:04 -05:00
Christopher Tate
1fc014fd00 Fix a couple of drag & drop crashes
1. ViewGroups being removed from the layout during a drag would wind up
crashing the app with an NPE at drag-ended time, due to blind dereference
of now-cleared object pointers.

2. Passing a 'null' ClipData to startDrag() would crash the system
process with an NPE.  Should this even be valid?  I'm inclined to say
yes, though it means that apps will need to guard against it.

Fixes bug 3369542

Change-Id: I168fc1284d6fd4403999946609725414cf254df0
2011-01-19 13:02:24 -08:00
Svetoslav Ganov
9df9ee7491 am 1ebd8c11: am 4243dc39: Updated the Time/Date pickers to be backwards compatible
* commit '1ebd8c11f73625050035b4fca35841a9e30bca04':
  Updated the Time/Date pickers to be backwards compatible
2011-01-19 12:39:56 -08:00
Svetoslav Ganov
1ebd8c11f7 am 4243dc39: Updated the Time/Date pickers to be backwards compatible
* commit '4243dc394d89a93cb207efa36e9755c2424d688b':
  Updated the Time/Date pickers to be backwards compatible
2011-01-19 12:37:36 -08:00
Svetoslav Ganov
4243dc394d Updated the Time/Date pickers to be backwards compatible
bug:3349400

Change-Id: I2a3dda82caf7de0ed203306c89ee774b94b7d82e
2011-01-19 12:35:17 -08:00
Carl Shapiro
8cdf27c36a Add a property for specifying a dalvik heap growth limit.
Change-Id: I7334fb720277888df836414834ecf1e8d6b4b579
2011-01-19 12:33:12 -08:00
Shih-wei Liao
3c9e86f8fd am 371fd707: am 9f7e83b4: Merge "c99 bool support" into honeycomb
* commit '371fd7071d803c9ba2eb35e6df38df8258e9ca5b':
  c99 bool support
2011-01-19 12:26:28 -08:00
Shih-wei Liao
371fd7071d am 9f7e83b4: Merge "c99 bool support" into honeycomb
* commit '9f7e83b4062beba5b3ce7d3693505ec082f7d3f6':
  c99 bool support
2011-01-19 12:24:01 -08:00
Eric Laurent
033b5f63c1 am 28e8c942: am 10f4ffe9: Merge "Issue 3315999: catch ToneGenerator exceptions." into honeycomb
* commit '28e8c9423c1e8ac8f5d945f6f7742511e58dac57':
  Issue 3315999: catch ToneGenerator exceptions.
2011-01-19 12:22:13 -08:00
Shih-wei Liao
9f7e83b406 Merge "c99 bool support" into honeycomb 2011-01-19 12:21:55 -08:00
Eric Laurent
28e8c9423c am 10f4ffe9: Merge "Issue 3315999: catch ToneGenerator exceptions." into honeycomb
* commit '10f4ffe9619ca3a943e3460d8bb7b5441575a173':
  Issue 3315999: catch ToneGenerator exceptions.
2011-01-19 12:19:51 -08:00
Eric Laurent
10f4ffe961 Merge "Issue 3315999: catch ToneGenerator exceptions." into honeycomb 2011-01-19 12:18:10 -08:00
Shih-wei Liao
cbcced2d15 c99 bool support
Change-Id: I0990425a9362d3ef6ea0b40bf6f00fcc10eed426
2011-01-19 12:17:54 -08:00
Eric Laurent
733a42b24b Issue 3315999: catch ToneGenerator exceptions.
When the AudioFlinger runs out of available AudioTracks (max 32),
the ToneGenerator constructor throws a RuntimeException. Although this
denotes an abnormal situation, VolumePanel should catch this exception.

Change-Id: Ida1312fe4857e99a0ef38b4013cb03e819405689
2011-01-19 12:16:19 -08:00
Dharmaray Kundargi
6dbd3ee67b remove eng developement local tags in make file
Change-Id: I24511cd588c19592bce57e36ccadbf1fb4d44647
2011-01-19 12:14:46 -08:00
Costin Manolache
9079ea4c57 am de2964ec: am f5ffe89e: Token cache was not reset on password change
* commit 'de2964ec0aeeda5a280f724b82c2de5700369629':
  Token cache was not reset on password change
2011-01-19 12:05:35 -08:00
Costin Manolache
de2964ec0a am f5ffe89e: Token cache was not reset on password change
* commit 'f5ffe89e736caee1419f0acb469565d5100b8fb8':
  Token cache was not reset on password change
2011-01-19 12:03:26 -08:00
Romain Guy
f94fc6efcf am cdc2f68a: am 34829553: Merge "Fix the fix for 9patches." into honeycomb
* commit 'cdc2f68a4a786745629a9daa2c7ee9b44bc8de73':
  Fix the fix for 9patches.
2011-01-19 12:03:21 -08:00
Romain Guy
cdc2f68a4a am 34829553: Merge "Fix the fix for 9patches." into honeycomb
* commit '34829553a803d37ae3555579f4aa130e652644d9':
  Fix the fix for 9patches.
2011-01-19 12:01:20 -08:00
Andreas Huber
f187d78946 am 4026ea7c: am 0353459d: Merge "Always revert to the previous bandwidth if the required sequence number cannot be found" into honeycomb
* commit '4026ea7c25089e88a49920035b937ab95ed47029':
  Always revert to the previous bandwidth if the required sequence number cannot be found
2011-01-19 12:01:13 -08:00
Costin Manolache
f5ffe89e73 Token cache was not reset on password change
Bug: 3365443
Change-Id: I3e85c56810c0d71ddc82d3c6a1dcbba640444564
2011-01-19 12:00:32 -08:00
Romain Guy
a3311ed7a9 Fix the fix for 9patches.
Change-Id: I66dca835d9d0e9766d887746c3265e4b13ae688b
2011-01-19 12:00:08 -08:00
Andreas Huber
4026ea7c25 am 0353459d: Merge "Always revert to the previous bandwidth if the required sequence number cannot be found" into honeycomb
* commit '0353459d405e20750b3ddd8abad83eace1ed2a39':
  Always revert to the previous bandwidth if the required sequence number cannot be found
2011-01-19 11:59:14 -08:00
Romain Guy
34829553a8 Merge "Fix the fix for 9patches." into honeycomb 2011-01-19 11:58:21 -08:00
Andreas Huber
0353459d40 Merge "Always revert to the previous bandwidth if the required sequence number cannot be found" into honeycomb 2011-01-19 11:56:15 -08:00
James Dong
da58076a6b Logging the duration range from different media tracks for recording
Change-Id: I8c3edcf97ce35301f8645e4a1e232d9bfc2c0349
2011-01-19 11:54:59 -08:00
James Dong
3ae981aae2 am 89433929: am 4f28901f: Merge "Turn error/exception logging on at the native layer" into honeycomb
* commit '894339298ec7e8a6b47bf949d4b242289f241103':
  Turn error/exception logging on at the native layer
2011-01-19 11:54:59 -08:00
James Dong
894339298e am 4f28901f: Merge "Turn error/exception logging on at the native layer" into honeycomb
* commit '4f28901f2a15f566a98bf5d14ac510e05401f960':
  Turn error/exception logging on at the native layer
2011-01-19 11:52:56 -08:00
Adam Cohen
18f8e6fc61 am 9f97174b: am c446ae83: Merge "Removing deprecated widget api method." into honeycomb
* commit '9f97174b9b5048b6ea2f9c8cf9e99df76185f4c4':
  Removing deprecated widget api method.
2011-01-19 11:51:42 -08:00
James Dong
4f28901f2a Merge "Turn error/exception logging on at the native layer" into honeycomb 2011-01-19 11:50:16 -08:00
Adam Cohen
9f97174b9b am c446ae83: Merge "Removing deprecated widget api method." into honeycomb
* commit 'c446ae83e08fb451589dbacba9aa3f89d0d6acb0':
  Removing deprecated widget api method.
2011-01-19 11:49:44 -08:00
Adam Cohen
c446ae83e0 Merge "Removing deprecated widget api method." into honeycomb 2011-01-19 11:47:56 -08:00
Winson Chung
0fd9be2118 Removing deprecated widget api method.
Change-Id: I0610dcb5cf1001b2b7e86d78a88addf174cedd77
2011-01-19 11:44:25 -08:00
Irfan Sheriff
e623ae47e0 am 6387174c: am 7a97ad42: Merge "Fix soft Ap handling on system restart" into honeycomb
* commit '6387174c41cb97f82106be9922a619ab1324980a':
  Fix soft Ap handling on system restart
2011-01-19 11:44:22 -08:00
James Dong
581cad2221 Turn error/exception logging on at the native layer
o also fixed some compilation warnings

Change-Id: I66fc1f9972e9fb4b9a25ff3e5835d744d6c71455
2011-01-19 11:42:53 -08:00
Irfan Sheriff
6387174c41 am 7a97ad42: Merge "Fix soft Ap handling on system restart" into honeycomb
* commit '7a97ad421b50208dc2f484cc23fa3bb29331a713':
  Fix soft Ap handling on system restart
2011-01-19 11:42:35 -08:00
Irfan Sheriff
7a97ad421b Merge "Fix soft Ap handling on system restart" into honeycomb 2011-01-19 11:40:01 -08:00
Romain Guy
78cda1670d am 4ca3ee26: am c7816cd6: Merge "Don\'t let toasts "leak" Context instances." into honeycomb
* commit '4ca3ee261d71ba56a9636655c27d6d038392b746':
  Don't let toasts "leak" Context instances.
2011-01-19 11:38:52 -08:00
Romain Guy
4ca3ee261d am c7816cd6: Merge "Don\'t let toasts "leak" Context instances." into honeycomb
* commit 'c7816cd6a1441cd46af57224c616c2d56ced5105':
  Don't let toasts "leak" Context instances.
2011-01-19 11:36:10 -08:00
Andreas Huber
4ad6fed5cd am ee48eaba: am 71bb6a2a: Merge "Return a runtime error if decryption fails instead of asserting." into honeycomb
* commit 'ee48eabab8c32104eb04e2abb6f6212b94f32211':
  Return a runtime error if decryption fails instead of asserting.
2011-01-19 11:35:38 -08:00
Andreas Huber
ee48eabab8 am 71bb6a2a: Merge "Return a runtime error if decryption fails instead of asserting." into honeycomb
* commit '71bb6a2a3eb668fe7459cd8fff1f65a15804c3be':
  Return a runtime error if decryption fails instead of asserting.
2011-01-19 11:33:56 -08:00
Romain Guy
c7816cd6a1 Merge "Don't let toasts "leak" Context instances." into honeycomb 2011-01-19 11:33:43 -08:00
Andreas Huber
71bb6a2a3e Merge "Return a runtime error if decryption fails instead of asserting." into honeycomb 2011-01-19 11:31:44 -08:00
Andreas Huber
283e031d11 Always revert to the previous bandwidth if the required sequence number cannot be found
Change-Id: I098dba37f4a70fc703c9ce65346907c3e10f27f6
2011-01-19 11:30:43 -08:00
Andreas Huber
0cf2616fac Return a runtime error if decryption fails instead of asserting.
Change-Id: Ibab7f2cae3ff7a2e19bc3f31005d5059775a664a
2011-01-19 11:24:39 -08:00
Dianne Hackborn
d00c6c63b5 am 92ce4f6a: am 7666ebd9: Merge "Bee seeing you..." into honeycomb
* commit '92ce4f6afcfce9db08c8c8468bc732eeab3cd7c2':
  Bee seeing you...
2011-01-19 11:20:01 -08:00
Dianne Hackborn
92ce4f6afc am 7666ebd9: Merge "Bee seeing you..." into honeycomb
* commit '7666ebd9f29df718f57354e0317db2ccbe6369b0':
  Bee seeing you...
2011-01-19 11:18:12 -08:00