Scott Main
5ac35ad03f
AI 147308: am: CL 147306 re-write the Developing in Other IDEs doc with updated information for 1.5
...
Original author: smain
Merged from: //branches/cupcake/...
Automated import of CL 147308
2009-04-22 13:22:17 -07:00
Dirk Dougherty
7a7e3f68f6
Merge branch 'readonly-p4-donut' into donut
2009-04-22 13:20:44 -07:00
Dirk Dougherty
9db5e1d0ab
AI 147303: am: CL 147297 Update Android 1.5 SDK Download, Release Notes, Version Notes, Highlights
...
Please let me know if you have other "known issues", "resolved issues", or
"highlights".
Also, note that the installing and upgrading docs are being updated in
a different CL, so the new version is not displayed on my staging server.
Original author: ddougherty
Merged from: //branches/cupcake/...
Automated import of CL 147303
2009-04-22 13:19:30 -07:00
Eric Fischer
a4f01520b9
AI 147406: Import revised translations.
...
Automated import of CL 147406
2009-04-22 12:33:55 -07:00
Jean-Baptiste Queru
cddff7c3ce
Merge commit 'goog/readonly-p4-donut' into HEAD
...
Conflicts:
location/java/android/location/Geocoder.java
2009-04-22 12:09:59 -07:00
Guang Zhu
309f464807
package run_page_cycler.py into apk and add code for extraction
2009-04-22 10:47:44 -07:00
Marco Nelissen
9f0b1a4850
Do case-insensitive matching when determining whether something is music, an alarm sound, notification sound, etc.
2009-04-22 10:34:12 -07:00
Android (Google) Code Review
c9a3b66d27
Merge change 358 into donut
...
* changes:
Fix issue 1745312: Various cleanups in media framework
2009-04-22 09:57:03 -07:00
Android (Google) Code Review
44ff0514c2
Merge change 416 into donut
...
* changes:
Remove debug messages. modified: core/java/android/hardware/Camera.java
2009-04-22 01:59:31 -07:00
Wu-cheng Li
ab5b424db3
Remove debug messages.
...
modified: core/java/android/hardware/Camera.java
modified: camera/libcameraservice/CameraService.cpp
2009-04-22 16:22:01 +08:00
Dirk Dougherty
6fc52c4928
Merge branch 'readonly-p4-master'
2009-04-22 01:08:00 -07:00
Dirk Dougherty
7fd4e44828
AI 147339: am: CL 147338 am: CL 147336 Remove stuff relating to the Maps ext library from the docs. Leave a pointer over to code.google.com.
...
Original author: ddougherty
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 147339
2009-04-22 01:06:41 -07:00
Dirk Dougherty
4f7edaed3a
Merge branch 'readonly-p4-master'
2009-04-22 01:05:08 -07:00
Dirk Dougherty
8aef7a7a0a
AI 147335: am: CL 147334 am: CL 147332 Miscellaneous doc changes for cupcake SDK
...
Original author: ddougherty
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 147335
2009-04-22 01:03:47 -07:00
Scott Main
08f97d90e8
Merge branch 'readonly-p4-master'
2009-04-22 01:02:14 -07:00
Scott Main
4b0d2f61f0
AI 147328: am: CL 147327 am: CL 147325 update the installing and upgrading docs for cupcake
...
Original author: smain
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 147328
2009-04-22 01:00:55 -07:00
Scott Main
fb9670c8a3
Merge branch 'readonly-p4-master'
2009-04-22 00:56:26 -07:00
Scott Main
0af345c3b8
AI 147318: am: CL 147317 am: CL 147314 change carousel SDK to 1.5;
...
revise Google IO info
Original author: smain
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 147318
2009-04-22 00:55:10 -07:00
Scott Main
9d93534d41
Merge branch 'readonly-p4-master'
2009-04-22 00:53:37 -07:00
Scott Main
d108c3003b
AI 147316: am: CL 147313 am: CL 147311 update eclipse docs to include necessary AVD procedures and
...
discuss relevant target facilities
Original author: smain
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 147316
2009-04-22 00:52:20 -07:00
Scott Main
641eb5640b
Merge branch 'readonly-p4-master'
2009-04-22 00:50:50 -07:00
Scott Main
4ec36bb041
AI 147309: am: CL 147308 am: CL 147306 re-write the Developing in Other IDEs doc with updated information for 1.5
...
Original author: smain
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 147309
2009-04-22 00:49:29 -07:00
Dirk Dougherty
903d5bb3f0
Merge branch 'readonly-p4-master'
2009-04-22 00:47:58 -07:00
Dirk Dougherty
1876edb291
AI 147305: am: CL 147303 am: CL 147297 Update Android 1.5 SDK Download, Release Notes, Version Notes, Highlights
...
Please let me know if you have other "known issues", "resolved issues", or
"highlights".
Also, note that the installing and upgrading docs are being updated in
a different CL, so the new version is not displayed on my staging server.
Original author: ddougherty
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 147305
2009-04-22 00:46:36 -07:00
Android (Google) Code Review
58d8a0bb73
Merge change 404 into donut
...
* changes:
normalize the DATA_STATE_RADIO_OFF event log id definition
2009-04-21 23:44:04 -07:00
Android (Google) Code Review
8486930c8f
Merge change 403 into donut
...
* changes:
remove superfluous lines
2009-04-21 23:43:45 -07:00
Mike Lockwood
a0e3cd3853
Fix timing problem that was introduced when we removed location provider polling
...
The wake lock was not being held until after we enabled location tracking,
so the check to see if the wake lock was held before propogating a
new location prevented us from receiving a network location as soon as we
enabled the provider.
This check is not necessary anyway, so this change removes it.
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-04-21 21:27:33 -07:00
Tammo Spalink
e290ed0f61
normalize the DATA_STATE_RADIO_OFF event log id definition
...
Was this different intentionally? It looks internal, and with very limited usage, and so easy to bring in line with the others...
2009-04-22 11:41:20 +08:00
Tammo Spalink
badb11354a
remove superfluous lines
2009-04-22 11:41:19 +08:00
Dirk Dougherty
e1d9b55f80
AI 147336: Remove stuff relating to the Maps ext library from the docs. Leave a pointer over to code.google.com.
...
BUG=1790234
Automated import of CL 147336
2009-04-21 20:39:18 -07:00
Dirk Dougherty
6565a5a300
AI 147332: Miscellaneous doc changes for cupcake SDK
...
BUG=1790234
Automated import of CL 147332
2009-04-21 20:25:36 -07:00
Mike Lockwood
9ce7217c8e
location: Remove support for a message that never actually gets sent.
...
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-04-21 20:18:41 -07:00
Mike Lockwood
61fc286e8f
location: Remove unnecessary code that monitors the screen on/off state.
...
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-04-21 20:02:52 -07:00
Scott Main
7774462ac4
AI 147325: update the installing and upgrading docs for cupcake
...
BUG=1793249
Automated import of CL 147325
2009-04-21 19:44:01 -07:00
Scott Main
2b52aa0b68
AI 147314: change carousel SDK to 1.5;
...
revise Google IO info
BUG=1800649
Automated import of CL 147314
2009-04-21 19:22:40 -07:00
Scott Main
9d8dd806d9
AI 147311: update eclipse docs to include necessary AVD procedures and
...
discuss relevant target facilities
BUG=1796104
Automated import of CL 147311
2009-04-21 19:17:59 -07:00
Scott Main
bd13c244fe
AI 147306: re-write the Developing in Other IDEs doc with updated information for 1.5
...
BUG=1796104
Automated import of CL 147306
2009-04-21 19:09:24 -07:00
Dirk Dougherty
fe1f789124
AI 147297: Update Android 1.5 SDK Download, Release Notes, Version Notes, Highlights
...
Please let me know if you have other "known issues", "resolved issues", or
"highlights".
Also, note that the installing and upgrading docs are being updated in
a different CL, so the new version is not displayed on my staging server.
BUG=1790234
Automated import of CL 147297
2009-04-21 18:52:41 -07:00
Xavier Ducrohet
e38e9e9b84
Merge branch 'readonly-p4-master'
2009-04-21 18:48:41 -07:00
Xavier Ducrohet
85ae1b1d53
AI 147295: am: CL 147294 am: CL 147290 Update Geocoder javadoc to reflect the need for a backend service.
...
Original author: xav
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 147295
2009-04-21 18:47:18 -07:00
Xavier Ducrohet
4193558f23
AI 147294: am: CL 147290 Update Geocoder javadoc to reflect the need for a backend service.
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 147294
2009-04-21 18:47:12 -07:00
Xavier Ducrohet
ee378956e3
AI 147290: Update Geocoder javadoc to reflect the need for a backend service.
...
BUG=1794552
Automated import of CL 147290
2009-04-21 18:45:32 -07:00
Android (Google) Code Review
22b8f5e4b7
Merge change 387 into donut
...
* changes:
Geocoder: Document behavior when no backend service is available.
2009-04-21 17:31:01 -07:00
Mike Lockwood
71fd04616b
Geocoder: Document behavior when no backend service is available.
...
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-04-21 16:45:33 -07:00
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
69c1c4983f
Merge branch 'readonly-p4-master'
2009-04-21 15:17:40 -07:00
Jeff Hamilton
b0c6dbd53b
AI 147255: am: CL 147253 am: CL 147250 Fix a nasty typo in the docs for ContentResolver.update(). No code changes.
...
Original author: jham
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 147255
2009-04-21 15:16:13 -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