718 Commits

Author SHA1 Message Date
Mike Lockwood
375cbb47ff gps: Check for null APN name when receiving telephony notifications.
Fixes bug b/1800584

Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-04-21 15:49:38 -07:00
Jeff Hamilton
be456ac934 Merge branch 'readonly-p4-donut' into donut 2009-04-21 15:14:41 -07:00
Jeff Hamilton
348c1796d4 AI 147253: am: CL 147250 Fix a nasty typo in the docs for ContentResolver.update(). No code changes.
Original author: jham
  Merged from: //branches/cupcake/...

Automated import of CL 147253
2009-04-21 15:13:18 -07:00
Android (Google) Code Review
3ea1f8759d Merge change 372 into donut
* changes:
  WifiService: Cleanup parsing of wifi scan results.
2009-04-21 15:12:25 -07:00
Jeff Hamilton
46000b5841 AI 147250: Fix a nasty typo in the docs for ContentResolver.update(). No code changes.
BUG=1067866

Automated import of CL 147250
2009-04-21 15:12:16 -07:00
Dirk Dougherty
1130ba2830 Merge branch 'readonly-p4-donut' into donut 2009-04-21 15:01:57 -07:00
Dirk Dougherty
874c731ac3 AI 147239: am: CL 147238 Update tools index, replace activitycreator with android
Original author: ddougherty
  Merged from: //branches/cupcake/...

Automated import of CL 147239
2009-04-21 15:00:34 -07:00
Dirk Dougherty
1596b517be AI 147238: Update tools index, replace activitycreator with android
BUG=1790234

Automated import of CL 147238
2009-04-21 15:00:26 -07:00
Dirk Dougherty
e522a26aea Merge branch 'readonly-p4-donut' into donut 2009-04-21 14:55:49 -07:00
Dirk Dougherty
e4c0336fc7 AI 147230: am: CL 147228 Add API diff report to SDK docs (API Level 2 to 3)
Original author: ddougherty
  Merged from: //branches/cupcake/...

Automated import of CL 147230
2009-04-21 14:54:32 -07:00
Dirk Dougherty
0d1ca210e6 AI 147228: Add API diff report to SDK docs (API Level 2 to 3)
BUG=1790234

Automated import of CL 147228
2009-04-21 14:51:13 -07:00
Scott Main
154efd5e10 Merge branch 'readonly-p4-donut' into donut 2009-04-21 14:28:13 -07:00
Scott Main
fbf2ad7173 AI 147224: am: CL 147219 update app-signing doc to include a guide to export a signed APK from ADT
Original author: smain
  Merged from: //branches/cupcake/...

Automated import of CL 147224
2009-04-21 14:26:59 -07:00
Scott Main
f1eb9b97c3 AI 147219: update app-signing doc to include a guide to export a signed APK from ADT
BUG=1795149

Automated import of CL 147219
2009-04-21 14:23:52 -07:00
Dirk Dougherty
9d4fb9c057 Merge branch 'readonly-p4-donut' into donut 2009-04-21 14:15:40 -07:00
Dirk Dougherty
e61a6d6d2a AI 147214: am: CL 147211 Update emulator doc for new usage with avds.
Original author: ddougherty
  Merged from: //branches/cupcake/...

Automated import of CL 147214
2009-04-21 14:14:23 -07:00
Dirk Dougherty
f87d0580d2 AI 147211: Update emulator doc for new usage with avds.
BUG=1790234

Automated import of CL 147211
2009-04-21 14:11:32 -07:00
Mike Lockwood
b30475ecef WifiService: Cleanup parsing of wifi scan results.
Also add support for possitive RSSI values, fixing b/1786306

Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-04-21 13:55:07 -07:00
Android (Google) Code Review
03a54faa45 Merge change 352 into donut
* changes:
  Remove dangling media recorder client reference when setCamera() is used.
2009-04-21 13:20:07 -07:00
Android (Google) Code Review
3a86d334e7 Merge change 368 into donut
* changes:
  location: Add some null pointer checks.
2009-04-21 12:44:57 -07:00
Mike Lockwood
6de3154674 location: Add some null pointer checks.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-04-21 12:13:35 -07:00
Andy Stadler
407784ccac Merge branch 'readonly-p4-donut' into donut 2009-04-21 11:56:08 -07:00
Andy Stadler
4c156ec6ec AI 147168: am: CL 147163 Copy documentation for the various search-by-voice flags that
were already listed in attrs.xml into SearchManager.java.  Add
  a (brief - no time for more) description about how to add search
  by voice to apps.
  JAVADOC ONLY - should be safe change for cupcake sdk.
  Original author: stadler
  Merged from: //branches/cupcake/...

Automated import of CL 147168
2009-04-21 11:54:45 -07:00
Andy Stadler
080b195a05 Merge branch 'readonly-p4-donut' into donut 2009-04-21 11:53:07 -07:00
Andy Stadler
df2a463b01 AI 147167: am: CL 147162 Emphasize in the javadoc that the "pkg" parameters to
InstrumentationTestCase and its descendants should be the
  package manager package name (not the java package name, and
  not the test package) of the package holding the Activity
  under test.
  Added similar notations to the ApiDemos call sites.
  JAVADOC ONLY - should be safe change for cupcake sdk.
  Original author: stadler
  Merged from: //branches/cupcake/...

Automated import of CL 147167
2009-04-21 11:51:43 -07:00
Andy Stadler
a1cde99f32 AI 147163: Copy documentation for the various search-by-voice flags that
were already listed in attrs.xml into SearchManager.java.  Add
  a (brief - no time for more) description about how to add search
  by voice to apps.
  JAVADOC ONLY - should be safe change for cupcake sdk.
  BUG=1554704

Automated import of CL 147163
2009-04-21 11:50:39 -07:00
Andy Stadler
54bd245f57 AI 147162: Emphasize in the javadoc that the "pkg" parameters to
InstrumentationTestCase and its descendants should be the
  package manager package name (not the java package name, and
  not the test package) of the package holding the Activity
  under test.
  Added similar notations to the ApiDemos call sites.
  JAVADOC ONLY - should be safe change for cupcake sdk.
  BUG=1783981

Automated import of CL 147162
2009-04-21 11:48:54 -07:00
Android (Google) Code Review
31d40ab260 Merge change 360 into donut
* changes:
  location: Location Manager wakelock cleanup, phase 1
2009-04-21 09:40:38 -07:00
Mike Lockwood
e2b44c5aaf location: Location Manager wakelock cleanup, phase 1
Move cell and wifi lock from LocationManagerService to NetworkLocationProvider

Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-04-21 09:38:18 -07:00
Android (Google) Code Review
5261402c79 Merge change 336 into donut
* changes:
  Ensure ongoing progress updates after using the scroll ball to adjust position.
2009-04-21 08:18:50 -07:00
Eric Laurent
ef02827d4c Fix issue 1745312: Various cleanups in media framework
AudioTrack, AudioRecord:
  - remove useless mAudioFlinger member of AudioTrack and AudioRecord.
  - signal cblk.cv condition in stop() method to speed up stop completion.
  - extend wait condition timeout in obtainBuffer() when waitCount is -1 to avoid waking up callback thread unnecessarily

AudioFlinger:
  - remove some warnings in AudioFlinger.cpp.
  - remove function AudioFlinger::MixerThread::removetrack_l()  as its content is never executed.
  - remove useless call to setMasterVolume in AudioFlinger::handleForcedSpeakerRoute().
  - Offset VOICE_CALL stream volume to reflect actual volume that is never 0 in hardware (this fix has been made in the open source): 0.01 + v * 0.99.

AudioSystem.java:
  - correct typo in comment

IAudioflinger, IAudioFlingerClient:
  - make AudioFlinger binder interfaces used for callbacks ONEWAY.

AudioHardwareInterface:
  - correct routeStrings[] table in AudioHardwareInteface.cpp
2009-04-21 07:56:33 -07:00
Dirk Dougherty
ad31d8ac82 Merge branch 'readonly-p4-donut' into donut 2009-04-21 01:06:57 -07:00
Dirk Dougherty
5ed91c8170 AI 147083: am: CL 147081 Add document describing AVDs and usage. (doc change only)
Original author: ddougherty
  Merged from: //branches/cupcake/...

Automated import of CL 147083
2009-04-21 01:05:41 -07:00
Dirk Dougherty
abdc514bf3 Merge branch 'readonly-p4-donut' into donut 2009-04-21 01:01:28 -07:00
Dirk Dougherty
e90232b1da AI 147054: am: CL 147053 Add -hdf primer vars for the platform and release ID associated with the current (most recent) SDK.
Currently, the docs that are specific to each SDK release -- downloading, installing, upgrading, requirements -- are stored in a directory with release-derived name, such as "1.1_r1". This change lets documents use generic links to point into the most recent version specific docs, eg href="{@docRoot}sdk/{sdkCurrent}/installing.html" instead of href="{@docRoot}sdk/1.1_r1/installing.html".
  Original author: ddougherty
  Merged from: //branches/cupcake/...

Automated import of CL 147054
2009-04-21 01:00:12 -07:00
Dirk Dougherty
f20e1bdf62 AI 147081: Add document describing AVDs and usage. (doc change only)
BUG=1790234

Automated import of CL 147081
2009-04-20 21:53:32 -07:00
James Dong
e251f32b76 Remove dangling media recorder client reference when setCamera() is used. 2009-04-20 19:35:28 -07:00
Dirk Dougherty
b5a4c5a473 AI 147053: Add -hdf primer vars for the platform and release ID associated with the current (most recent) SDK.
Currently, the docs that are specific to each SDK release -- downloading, installing, upgrading, requirements -- are stored in a directory with release-derived name, such as "1.1_r1". This change lets documents use generic links to point into the most recent version specific docs, eg href="{@docRoot}sdk/{sdkCurrent}/installing.html" instead of href="{@docRoot}sdk/1.1_r1/installing.html".
  BUG=1790234

Automated import of CL 147053
2009-04-20 17:54:52 -07:00
Andreas Huber
0de7dcd126 Ensure ongoing progress updates after using the scroll ball to adjust position.
We use a single outstanding message of type SHOW_PROGRESS to refresh the progress
bar's current position as well as textual display of time and duration. This message
could get lost if the scroll ball was used to adjust the current playback position as
we entered state "mDragging" which would cause the subsequent SHOW_PROGRESS message
to be a no-op and would also cause it to not be re-enqueued.
The change refactors the seekbar logic a little and makes sure that while dragging
there isn't a pending SHOW_PROGRESS message in the queue and once dragging is over,
exactly one SHOW_PROGRESS message is reenqueued.

related to bug 1721227
2009-04-20 16:56:04 -07:00
Jean-Michel Trivi
a0c9e8526b Merge branch 'readonly-p4-donut' into donut 2009-04-20 16:31:35 -07:00
Jean-Michel Trivi
6fb5a1d0ee AI 147035: am: CL 147032 Finalize JetPlayer javadoc.
Original author: jmtrivi
  Merged from: //branches/cupcake/...

Automated import of CL 147035
2009-04-20 16:30:18 -07:00
Jean-Michel Trivi
26dea0f211 AI 147032: Finalize JetPlayer javadoc.
BUG=1801229

Automated import of CL 147032
2009-04-20 16:29:19 -07:00
Jean-Michel Trivi
74338867aa Merge branch 'readonly-p4-donut' into donut 2009-04-20 10:47:31 -07:00
Jean-Michel Trivi
ea63a41d26 AI 146938: am: CL 146937 Finalize AudioRecord javadoc.
Original author: jmtrivi
  Merged from: //branches/cupcake/...

Automated import of CL 146938
2009-04-20 10:45:23 -07:00
Jean-Michel Trivi
a9a66950d6 AI 146937: Finalize AudioRecord javadoc.
BUG=1797606

Automated import of CL 146937
2009-04-20 10:45:02 -07:00
Dmitry Shmidt
6d31eb8953 Merge branch 'readonly-p4-donut' into donut 2009-04-20 09:50:17 -07:00
Dmitry Shmidt
42554c10b6 AI 146934: Make TI Wifi driver choice framework-independent - part 1
BUG=1786365

Automated import of CL 146934
2009-04-20 09:48:54 -07:00
Evan Millar
4482d8c8e4 Merge branch 'readonly-p4-donut' into donut 2009-04-18 12:27:51 -07:00
Evan Millar
c64edde69d AI 146853: Add kernel wakelock data to batteryinfo dump.
BUG=1755458

Automated import of CL 146853
2009-04-18 12:26:32 -07:00
Android (Google) Code Review
9a1626146a Merge change 287 into donut
* changes:
  Get Sketch compiling.
2009-04-17 16:24:12 -07:00