Android (Google) Code Review
57fc41143d
Merge change 24132 into eclair
...
* changes:
Add two CertTool helper classes.
2009-09-10 04:16:56 -04:00
Eric Laurent
dc1d17a1db
Fix issue android.permission.cts.NoAudioPermissionTest:testRouting is failing.
...
Add audio permission checks in setSpeakerphoneOn() and setBluetoothScoOn() methods.
2009-09-10 00:48:21 -07:00
Android (Google) Code Review
a8cdbc85c0
Merge change 24501 into eclair
...
* changes:
Make Phone.updateServiceLocation acquire a one-shot wake lock.
2009-09-10 03:40:54 -04:00
Tammo Spalink
7a043b351b
Make Phone.updateServiceLocation acquire a one-shot wake lock.
...
Phone.updateServiceLocation() is the internal routine triggered by
external calls to CellLocation.requestLocationUpdate().
addresses bug http://b/issue?id=1724246
Change-Id: Id3d5cab1a77df12d3e94373a58ae94688a8630c6
2009-09-10 15:38:01 +08:00
Daisuke Miyakawa
f5269c14f9
Modify android.syncml.pim so that no one is going to use.
...
- Remove android.syncml.pim.vcalendar since no one is using it.
-- We have android.pim.ICalendar.java, so handling vCalendar (== ICalendar) is possble without android.syncml.pim
- Mark android.syncml.pim.vcard and related code as obsolete.
-- Refactored version is in android.pim.vcard, which supports new Contacts database schema.
Related issue: 2110530
2009-09-10 15:17:24 +09:00
Jeff Sharkey
6ba23c59f2
Handle cases where TYPE can be undefined, such as EAS.
...
When TYPE not provided, assume a default value and check
that label isn't empty when CUSTOM is used.
2009-09-09 23:05:34 -07:00
Hung-ying Tyan
9249cc69b8
Add two CertTool helper classes.
...
Also add the unlock action string to Keystore.
2009-09-10 12:51:07 +08:00
Mathias Agopian
24d237db94
add a debug property to disable h/w composition. debug.sf.hw, when set to 0 will disable h/w composition
2009-09-09 19:20:10 -07:00
Android (Google) Code Review
bbe14a1758
Merge change 24473 into eclair
...
* changes:
fix [2074427] SurfaceView doesn't disappear on GONE
2009-09-09 22:17:45 -04:00
Jim Miller
f186055a53
Fix for bug # 2023074: settings db updater broken at version 34.
2009-09-09 19:10:57 -07:00
Android (Google) Code Review
0d134509f4
Merge change 24468 into eclair
...
* changes:
Increasing uninterrupted sleep quantum in SQLiteDatabase to increase transaction size.
2009-09-09 22:06:48 -04:00
Android (Google) Code Review
d0f02a4da1
Merge change 24138 into eclair
...
* changes:
Do not die when printing empty prefs.
2009-09-09 21:36:48 -04:00
Mathias Agopian
6b7f1a62b5
fix [2074427] SurfaceView doesn't disappear on GONE
2009-09-09 18:32:34 -07:00
Android (Google) Code Review
67af9f5bf1
Merge change 24471 into eclair
...
* changes:
Fixed the fastscroll thumb asset in hdpi.
2009-09-09 21:31:07 -04:00
Amith Yamasani
da256fabed
Fixed the fastscroll thumb asset in hdpi.
...
Asset was 1 pixel taller than necessary and was causing scaling artifacts.
2009-09-09 18:28:44 -07:00
Android (Google) Code Review
9ca7d0c2ef
Merge change 24460 into eclair
...
* changes:
The empty path and no path mean default path. So "a=d" should replace "a=c".
2009-09-09 21:23:46 -04:00
Grace Kloba
d0990d4a78
The empty path and no path mean default path. So "a=d" should replace "a=c".
2009-09-09 18:22:44 -07:00
Dmitri Plotnikov
b43b58d349
Increasing uninterrupted sleep quantum in SQLiteDatabase to increase transaction size.
2009-09-09 18:10:42 -07:00
Android (Google) Code Review
b33f92dd56
Merge change 24465 into eclair
...
* changes:
fix [2102410] Home Screen is not displayed in the background in Landscape Mode
2009-09-09 20:52:03 -04:00
Mathias Agopian
e7c11d770a
fix [2102410] Home Screen is not displayed in the background in Landscape Mode
...
the blurring code now handles NPOT textures.
2009-09-09 17:47:15 -07:00
Scott Main
0c91049482
am aa4511cf: docs only. revise ADC2 announcement
...
Merge commit 'aa4511cfcde8edfb3e63fd6127ad6f3102c69369' into eclair
* commit 'aa4511cfcde8edfb3e63fd6127ad6f3102c69369':
docs only.
2009-09-09 17:46:50 -07:00
Jeff Sharkey
f46a9cf382
API to combine LOOKUP_KEY and Contacts._ID together.
2009-09-09 17:41:18 -07:00
Scott Main
aa4511cfcd
docs only.
...
revise ADC2 announcement
Change-Id: Ia2130b8c334053e8e27a4ab680f3bcf57de9504b
2009-09-09 17:36:09 -07:00
Andreas Huber
033e6c3a68
Minor API change in MPEG4Writer, support for amr output into MPEG4 containers.
2009-09-09 16:36:12 -07:00
Andreas Huber
2a651177be
Support for amr-wb tracks in MPEG4Extractor.
2009-09-09 16:33:53 -07:00
Andreas Huber
7ae02c8855
Added some more verbose output for AMR formats. Properly fill out the output format.
2009-09-09 16:29:47 -07:00
Scott Main
a930fcd63e
docs only.
...
add the 1.6 platform highlights
Change-Id: I231f17025b3eb436fd73c228d499e27562f1883f
2009-09-09 15:31:24 -07:00
Android (Google) Code Review
16b72bbbc9
Merge change 24391 into eclair
...
* changes:
RIO-7461: Update media scanner to scan AAC files. (Change in frameworks/base git)
2009-09-09 17:42:32 -04:00
Android (Google) Code Review
1048ad554a
Merge change 24395 into eclair
...
* changes:
Make NumberPicker subclassable
2009-09-09 17:24:51 -04:00
Android (Google) Code Review
7dcf5c7ba8
Merge change 24426 into eclair
...
* changes:
keystore: remove "#include <openssl/engine.h>".
2009-09-09 17:04:44 -04:00
Grace Kloba
d82bc5158c
Avoid the rounding error, as Math.round(Math.round(viewWidth * mInvActualScale) * mActualScale) not necessary to be viewWidth, we special case when the content exactly fit in the view case.
...
Fix http://b/issue?id=2099889
2009-09-09 13:53:02 -07:00
Android (Google) Code Review
f416264a3b
Merge change 24398 into eclair
...
* changes:
Adjust the WebTextView's text size according to density.
2009-09-09 16:22:16 -04:00
Android (Google) Code Review
d380586ac1
Merge change 24413 into eclair
...
* changes:
Remove the FallRS demo, now promoted as a wallpaper.
2009-09-09 16:11:30 -04:00
Romain Guy
fa736d79b7
Remove the FallRS demo, now promoted as a wallpaper.
...
Change-Id: I0e40f2aa4b51f9e9cdbe14d178491b3667662023
2009-09-09 13:10:56 -07:00
Chia-chi Yeh
37062b93dc
keystore: remove "#include <openssl/engine.h>".
2009-09-10 03:56:04 +08:00
Leon Scroggins
3a6c88c289
Adjust the WebTextView's text size according to density.
...
Fix for http://b/issue?id=2063143 . Use TypedValue's
types to set the text size properly for the screen's
density.
Change-Id: I3772035157e2a9a8a2dba00ebddbf967c42bfa99
2009-09-09 15:00:38 -04:00
Tom Taylor
fdf6db6748
Make NumberPicker subclassable
...
Make a few methods and member variables protected so behavior can be
overridden. In this case, Messaging app uses the control and doesn't
want wrap-around behavior.
Change-Id: Iceb34743b7d17e933400750a5de56b9ecfe8f146
2009-09-09 11:37:58 -07:00
Android (Google) Code Review
4114009807
Merge change 24274 into eclair
...
* changes:
API_CHANGE
2009-09-09 14:34:44 -04:00
Android (Google) Code Review
aadc9220bd
Merge change 24202 into eclair
...
* changes:
API_CHANGE
2009-09-09 14:30:15 -04:00
Andreas Huber
201511cf8a
Calculate proper output buffer size for some more 16-bit RGB color spaces.
2009-09-09 11:24:33 -07:00
James Stokebrand
a79da2e9b4
RIO-7461: Update media scanner to scan AAC files.
...
(Change in frameworks/base git)
2009-09-09 11:22:21 -07:00
Andreas Huber
5a65a6e220
Added a .amr file extractor (for AMR-NB and AMR-WB content).
2009-09-09 11:05:42 -07:00
Android (Google) Code Review
4e60d7e60b
Merge change 24179 into eclair
...
* changes:
Support encoding amr-wb content in stagefright.
2009-09-09 13:55:48 -04:00
Nick Pelly
b24e11baac
API_CHANGE
...
Deprecate BluetoothError.java.
I spent a lot of time experimenting with a class BluetoothError to enumerate
the many error codes returned by the Bluetooth API. But at the end of the day
they were never used. The vast majority of method calls only really need a
true/false error value, and often not even that.
Methods which do need more detailed error enumeration (for example, bonding
failures) can have there own enumerated error codes. But there is no need
for a common set of error codes.
Also change the IPC failed warnings in BluetoothA2dp to Log.e. These indicate
a very serious error.
Introduce BluetoothAdapter.ERROR and BluetoothDevice.ERROR as helper sentinel
values.
2009-09-09 10:52:18 -07:00
Nick Pelly
de893f5503
API_CHANGE
...
Another round of Bluetooth API clean up, javadoc'ing and unhide'ing.
-- Symbols for getting/setting bluetooth state --
BluetoothAdapter.ACTION_STATE_CHANGED
BluetoothAdapter.EXTRA_STATE
BluetoothAdapter.EXTRA_PREVIOUS_STATE
BluetoothAdapter.STATE_OFF
BluetoothAdapter.STATE_TURNING_ON
BluetoothAdapter.STATE_ON
BluetoothAdapter.STATE_TURNING_OFF
BluetoothAdapter.isEnabled()
BluetoothAdapter.getState()
BluetoothAdapter.enable()
BluetoothAdapter.disable()
-- Symbols for getting/setting scan mode --
BluetoothAdapter.ACTION_SCAN_MODE_CHANGED
BluetoothAdapter.EXTRA_SCAN_MODE
BluetoothAdapter.EXTRA_PREVIOUS_SCAN_MODE
BluetoothAdapter.SCAN_MODE_NONE
BluetoothAdapter.SCAN_MODE_CONNECTABLE
BluetoothAdapter.SCAN_MODE_DISCOVERABLE
BluetoothAdapter.getScanMode()
BluetoothAdapter.setScanMode()
-- Symbols for getting address/names --
BluetoothAdapter.getAddress()
BluetoothAdapter.getName()
BluetoothAdapter.setName()
2009-09-09 10:52:02 -07:00
Android (Google) Code Review
100f086133
Merge change 24376 into eclair
...
* changes:
Query for all properties if a property change is received and cache is empty.
2009-09-09 13:47:27 -04:00
Andrei Popescu
cf7b5521fc
Remove the call to nativeAddJavascriptInterface() from BrowserFrame::addJavascriptInterface() as it causes an intermitent crash.
2009-09-09 17:44:51 +01:00
Android (Google) Code Review
ccda4c4960
Merge change 24288 into eclair
...
* changes:
Do not cache POST response as Cache is indexed with url.
2009-09-09 11:55:03 -04:00
Andy McFadden
b9e52a07b7
Fix sim-eng build.
...
Appears to have been broken by:
commit 9779b221e999583ff89e0dfc40e56398737adbb3
Author: Mathias Agopian <mathias@google.com>
Date: Mon Sep 7 16:32:45 2009 -0700
fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly
For some reason we don't like to have "-lpthread" globally -- it's a no-op
on device builds, but required for many host tools and all sim binaries --
so adding the use of pthread calls requires adding the library explicitly.
2009-09-09 08:02:54 -07:00
Android (Google) Code Review
11c803ac77
Merge change 24335 into eclair
...
* changes:
use broadcast() instead of signal() when signaling the condition-variable Thread::RequestExitAndWait() is waiting for
2009-09-09 03:29:19 -07:00