Commit Graph

1091 Commits

Author SHA1 Message Date
Dirk Dougherty
d105cf075a am c29df57e: am 522ab34d: AI 149272: Mark 1.5r1 as a "non-current" release, with pointer to 1.5r2. BUG=1790234
Merge commit 'c29df57e5abb09c7e1ceed153e8f2b906f522d7b'

* commit 'c29df57e5abb09c7e1ceed153e8f2b906f522d7b':
  AI 149272: Mark 1.5r1 as a "non-current" release, with pointer to 1.5r2.
2009-05-26 17:01:04 -07:00
Dirk Dougherty
7419ebc96f am 522ab34d: AI 149272: Mark 1.5r1 as a "non-current" release, with pointer to 1.5r2. BUG=1790234
Merge commit '522ab34d3821dc760e10f4bdf3fbdb558c6a1d01' into donut

* commit '522ab34d3821dc760e10f4bdf3fbdb558c6a1d01':
  AI 149272: Mark 1.5r1 as a "non-current" release, with pointer to 1.5r2.
2009-05-26 16:59:33 -07:00
Android (Google) Code Review
536e7ee59c am f3288f17: Merge change 2468 into donut
Merge commit 'f3288f178ae2b2c7910b234f54f43475a83eb860'

* commit 'f3288f178ae2b2c7910b234f54f43475a83eb860':
  setVolume did not check interface descriptor
2009-05-26 16:25:36 -07:00
Android (Google) Code Review
fd7e2f74d2 Merge change 2468 into donut
* changes:
  setVolume did not check interface descriptor DO NOT MERGE
2009-05-26 16:23:08 -07:00
Mathias Agopian
83c0446f27 some work to try to reduce the code size of some native libraries
- make sure that all binder Bn classes define a ctor and dtor in their respective library.
  This avoids duplication of the ctor/dtor in libraries where these objects are instantiated.
  This is also cleaner, should we want these ctor/dtor to do something one day.

- same change as above for some Bp classes and various other non-binder classes

- moved the definition of CHECK_INTERFACE() in IInterface.h instead of having it everywhere.

- improved the CHECK_INTERFACE() macro so it calls a single method in Parcel, instead of inlining its code everywhere

- IBinder::getInterfaceDescriptor() now returns a "const String16&" instead of String16, which saves calls to String16 and ~String16

- implemented a cache for BpBinder::getInterfaceDescriptor(), since this does an IPC. HOWEVER, this method never seems to be called.
  The cache makes BpBinder bigger, so we need to figure out if we need this method at all.
2009-05-26 16:12:20 -07:00
Android (Google) Code Review
5f2397488a Merge change 2355
* changes:
  add Gservices setting for "send message using bareJid timeout".
2009-05-26 15:52:48 -07:00
Dirk Dougherty
0f533a6e2b am fdacdcb6: am 1d6cb270: AI 149267: Add the images for icon guidelines doc BUG=1790234
Merge commit 'fdacdcb6546b976b437dfc97e286cd1733e7bf93'

* commit 'fdacdcb6546b976b437dfc97e286cd1733e7bf93':
  AI 149267: Add the images for icon guidelines doc
2009-05-26 15:06:19 -07:00
Android (Google) Code Review
3b3631301d am d22c64f3: Merge change 2434 into donut
Merge commit 'd22c64f377532969e61ec319f3b9f8a179ae8d47'

* commit 'd22c64f377532969e61ec319f3b9f8a179ae8d47':
  Removed Matrix from spatial sampling for GestureUtilities
2009-05-26 15:04:26 -07:00
Dirk Dougherty
8f5c7f12db am 1d6cb270: AI 149267: Add the images for icon guidelines doc BUG=1790234
Merge commit '1d6cb270a53e45e6370dfdd60954269c76b09d28' into donut

* commit '1d6cb270a53e45e6370dfdd60954269c76b09d28':
  AI 149267: Add the images for icon guidelines doc
2009-05-26 15:03:43 -07:00
Android (Google) Code Review
27e75bef99 Merge change 2434 into donut
* changes:
  Removed Matrix from spatial sampling for GestureUtilities - updated the letter training file
2009-05-26 15:02:59 -07:00
Android (Google) Code Review
ba2ddb4775 am 9762b533: Merge change 2465 into donut
Merge commit '9762b53352edc4cc8a6bc091930fc53dedcfe1e7'

* commit '9762b53352edc4cc8a6bc091930fc53dedcfe1e7':
  Fix crash in GestureOverlayView
2009-05-26 14:41:49 -07:00
Android (Google) Code Review
0767349f88 Merge change 2465 into donut
* changes:
  Fix crash in GestureOverlayView
2009-05-26 14:40:45 -07:00
Android (Google) Code Review
54ed1423ab Merge change 2466
* changes:
  Rename Calc sample to Fountain.
2009-05-26 14:28:02 -07:00
Android (Google) Code Review
8940878975 Merge change 2462
* changes:
  Add sprite fountain test.
2009-05-26 13:49:33 -07:00
Jaikumar Ganesh
2fcd34870c am cf2119a9: Check for desiredPowerState (airplane mode) before setting up data.
Merge commit 'cf2119a9755d9e2713ce78e84d0826d430a11a62'

* commit 'cf2119a9755d9e2713ce78e84d0826d430a11a62':
  Check for desiredPowerState (airplane mode) before setting up data.
  Remove dimmed background (and accompanying animation) for global
2009-05-26 12:55:34 -07:00
Android (Google) Code Review
44d1497418 Merge change 2446
* changes:
  Fix sim-eng build.
2009-05-26 12:38:46 -07:00
Andy McFadden
19deced119 Fix sim-eng build. 2009-05-26 12:06:31 -07:00
Android (Google) Code Review
46b9bca800 Merge change 1876
* changes:
  fix warning where we were boxing and int, only to have it automatically unboxed
2009-05-26 10:46:04 -07:00
Android (Google) Code Review
7b8ca6fa1c Merge change 2393 into donut
* changes:
  Remove dimmed background (and accompanying animation) for global search, since we should never really see that background anyway, and I suspect the animation is using a significant amount of CPU.
2009-05-26 10:33:55 -07:00
Android (Google) Code Review
a26299d276 am de8268d6: Merge change 2331 into donut
Merge commit 'de8268d6d1cd168510c490b17e93154d2eab767c'

* commit 'de8268d6d1cd168510c490b17e93154d2eab767c':
  Fix issue 1846343 - part 1
2009-05-26 10:11:44 -07:00
Dirk Dougherty
192c1dc653 am 30d79f64: am f3043db0: AI 149251: Add 1.x Icon Guidelines doc and template pack. BUG=1790234
Merge commit '30d79f64ecdd15d279cae6421f39a0c8fa2fab7d'

* commit '30d79f64ecdd15d279cae6421f39a0c8fa2fab7d':
  AI 149251: Add 1.x Icon Guidelines doc and template pack.
2009-05-26 10:11:41 -07:00
Android (Google) Code Review
3be7b211b9 am 8fc5a63d: Merge change 2431 into donut
Merge commit '8fc5a63d422fd32258dc18fe0e635b4f1486fd61'

* commit '8fc5a63d422fd32258dc18fe0e635b4f1486fd61':
  wifi: Fix problem parsing RSSI when the AP name contains a space.
2009-05-26 10:11:36 -07:00
Android (Google) Code Review
cd5704cec7 am a5f158bd: Merge change 2347 into donut
Merge commit 'a5f158bdde77f8d173d1f1c95d0f92405c519b0f'

* commit 'a5f158bdde77f8d173d1f1c95d0f92405c519b0f':
  Fix Disconnect path for CDMA.
2009-05-26 10:11:35 -07:00
Android (Google) Code Review
54d62c18f9 am 90215834: Merge change 418 into donut
Merge commit '9021583421ace854a7affeb5e767d1da56e4f7de'

* commit '9021583421ace854a7affeb5e767d1da56e4f7de':
  add additional CdmaDataConnectionTracker event logging
2009-05-26 10:11:33 -07:00
Android (Google) Code Review
b43efef3ec am 511a0134: Merge change 2302 into donut
Merge commit '511a0134e1bfe90a23960eea72eca565e52aa816'

* commit '511a0134e1bfe90a23960eea72eca565e52aa816':
  added SmsMessage ConcatRef parsing validation
2009-05-26 10:11:29 -07:00
Android (Google) Code Review
55be03e189 Merge change 2331 into donut
* changes:
  Fix issue 1846343 - part 1
2009-05-26 10:04:50 -07:00
Dirk Dougherty
49f98ce10d am f3043db0: AI 149251: Add 1.x Icon Guidelines doc and template pack. BUG=1790234
Merge commit 'f3043db05bdd5424504dd479082fc8554676a682' into donut

* commit 'f3043db05bdd5424504dd479082fc8554676a682':
  AI 149251: Add 1.x Icon Guidelines doc and template pack.
2009-05-26 10:03:04 -07:00
Android (Google) Code Review
f0061c23a1 Merge change 2431 into donut
* changes:
  wifi: Fix problem parsing RSSI when the AP name contains a space.
2009-05-26 08:35:51 -07:00
Eric Laurent
570dd0b4da Fix issue 1846343 - part 1
This change is the first part of a fix for issue 1846343, :
- Added new enum values for input sources in AudioRecord and MediaRecorder for voice uplink, downlink and uplink+downlink sources.
- renamed streamType to inputSource in all native functions handling audio record.

A second change is required in opencore author driver and android audio input to completely fix the issue.
2009-05-26 07:44:28 -07:00
Android (Google) Code Review
dd9d5f68eb Merge change 2347 into donut
* changes:
  Fix Disconnect path for CDMA.
2009-05-26 06:42:42 -07:00
Android (Google) Code Review
bd22ffd856 Merge change 2267
* changes:
  Fix some Java mistakes found by FindBugs.
2009-05-26 06:20:15 -07:00
Android (Google) Code Review
d4cabd7879 Merge change 418 into donut
* changes:
  add additional CdmaDataConnectionTracker event logging
2009-05-25 23:34:59 -07:00
Android (Google) Code Review
bdb4a859cc Merge change 2302 into donut
* changes:
  added SmsMessage ConcatRef parsing validation
2009-05-25 23:23:18 -07:00
Romain Guy
2889748440 am 9edc4e89: GestureOverlayView was not invalidating itself when calling clear(false). Calling clear(true) was working properly. This change also makes clear(false) and clear(true) both behave similarly when fireActionPerformed == true.
Merge commit '9edc4e8930273d9bb3b5e9cb73c219e012de8ffb'

* commit '9edc4e8930273d9bb3b5e9cb73c219e012de8ffb':
  GestureOverlayView was not invalidating itself when calling clear(false). Calling clear(true) was working properly. This change also makes clear(false) and clear(true) both behave similarly when fireActionPerformed == true.
2009-05-25 19:12:23 -07:00
Romain Guy
26be5b95b8 am e7c36dda: Add new orientation attribute to GestureOverlayView. This can be used to prevent the overlay from interfering with vertically/horizontally scrolling views underneath the overlay.
Merge commit 'e7c36dda7ada30e02f3aa9d75f282a53402aeae7'

* commit 'e7c36dda7ada30e02f3aa9d75f282a53402aeae7':
  Add new orientation attribute to GestureOverlayView. This can be used to prevent the overlay from interfering with vertically/horizontally scrolling views underneath the overlay.
2009-05-25 13:53:18 -07:00
Romain Guy
aa6a439057 am ec25df9f: Fix drawing bug: opaque invalidations should not be taken into account when the invalidated view is animating. Also add the ability to disable the auto-fade on the GestureOverlayView.
Merge commit 'ec25df9fbc685be384f8dd764fa224a4d923e9d8'

* commit 'ec25df9fbc685be384f8dd764fa224a4d923e9d8':
  Fix drawing bug: opaque invalidations should not be taken into account when the invalidated view is animating. Also add the ability to disable the auto-fade on the GestureOverlayView.
2009-05-25 08:37:22 -07:00
Romain Guy
d5a074801b am ff686ce1: Change when gestures listeners are fired.
Merge commit 'ff686ce11e952a9001b1384d8e7d82127b0529a2'

* commit 'ff686ce11e952a9001b1384d8e7d82127b0529a2':
  Change when gestures listeners are fired.
  Manual merge from cupcake_dcm. internal CL#148693. Two donottranslate.xml-s are already submitted.
2009-05-25 08:37:06 -07:00
Android (Google) Code Review
e923e42d06 Merge change 2408 into donut
* changes:
  Manual merge from cupcake_dcm. internal CL#148693. Two donottranslate.xml-s are already submitted.
2009-05-25 00:58:57 -07:00
Android (Google) Code Review
44e23da94b am 944ea123: Merge change 2407 into donut
Merge commit '944ea123683b14225297d451c86e97fc73be3a02'

* commit '944ea123683b14225297d451c86e97fc73be3a02':
  Manual merge from cupcake_dcm.
2009-05-25 00:58:01 -07:00
Android (Google) Code Review
023d77e67b Merge change 2407 into donut
* changes:
  Manual merge from cupcake_dcm.
2009-05-25 00:56:32 -07:00
Android (Google) Code Review
c4640aa534 am 82392e84: Merge change 2402 into donut
Merge commit '82392e84b9bcf618d1c41730ec14fb8dab841990'

* commit '82392e84b9bcf618d1c41730ec14fb8dab841990':
  Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix the events processing in the gestures overlay mechanism. Give better control of the various properties of the overlay through XML attributes.
2009-05-24 23:49:58 -07:00
Android (Google) Code Review
cffeb9beb5 Merge change 2402 into donut
* changes:
  Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix the events processing in the gestures overlay mechanism. Give better control of the various properties of the overlay through XML attributes.
2009-05-24 23:47:30 -07:00
Android (Google) Code Review
0180a05fda am 04561a55: Merge change 2359 into donut
Merge commit '04561a55df693e7bd8d3047ccc4fbef504ac07cf'

* commit '04561a55df693e7bd8d3047ccc4fbef504ac07cf':
  Fix for the simultor build breakage.
2009-05-23 14:07:35 -07:00
Android (Google) Code Review
ca7b80e431 Merge change 2359 into donut
* changes:
  Fix for the simultor build breakage.
2009-05-23 14:05:50 -07:00
Android (Google) Code Review
666dce10e2 am d9a874a4: Merge change 2397 into donut
Merge commit 'd9a874a4cb8e82ae64c1698bd71ced8d87bbc5cd'

* commit 'd9a874a4cb8e82ae64c1698bd71ced8d87bbc5cd':
  Fixes NPE in ListViews with non-selectable items. This was caused by a weird initialization issue in ListView and AbsListView: a private final field instanciated in the declaration in ListView was used in AbsListView<init> via an overriden method and that field was somehow null at this time. This fix moves the instanciation at a later point.
2009-05-23 13:29:42 -07:00
Android (Google) Code Review
7cd5339b11 Merge change 2397 into donut
* changes:
  Fixes NPE in ListViews with non-selectable items. This was caused by a weird initialization issue in ListView and AbsListView: a private final field instanciated in the declaration in ListView was used in AbsListView<init> via an overriden method and that field was somehow null at this time. This fix moves the instanciation at a later point.
2009-05-23 13:27:18 -07:00
Mike Lockwood
8a488f8258 am 270e87f7: Sensors: Use a native_handle for the data channel instead of a single file descriptor.
Merge commit '270e87f71abc2edf446dbec20c725c823e8c7f37'

* commit '270e87f71abc2edf446dbec20c725c823e8c7f37':
  Sensors: Use a native_handle for the data channel instead of a single file descriptor.
2009-05-23 10:36:58 -07:00
Android (Google) Code Review
198f31b513 am fea1a459: Merge change 2364 into donut
Merge commit 'fea1a459aaebc5fd66b12520312ddbe09547f094'

* commit 'fea1a459aaebc5fd66b12520312ddbe09547f094':
  Initial checkin for App Fuel Gauge infrastructure.
2009-05-22 19:41:36 -07:00
Android (Google) Code Review
9ec1f94ab8 Merge change 2364 into donut
* changes:
  Initial checkin for App Fuel Gauge infrastructure.
2009-05-22 19:40:33 -07:00
Dianne Hackborn
fc7c35192d am b181118b: Define TARGET_CPU_ABI for finding native code in .apks
Merge commit 'b181118b6e58c0014da4e9d52bf38548adc73a8a'

* commit 'b181118b6e58c0014da4e9d52bf38548adc73a8a':
  Define TARGET_CPU_ABI for finding native code in .apks
2009-05-22 18:47:12 -07:00