Android (Google) Code Review
4c77a0c64b
Merge change 24132 into eclair
...
* changes:
Add two CertTool helper classes.
2009-09-10 04:16:56 -04:00
Android (Google) Code Review
0deeb62b07
Merge change 24501 into eclair
...
* changes:
Make Phone.updateServiceLocation acquire a one-shot wake lock.
2009-09-10 03:40:54 -04:00
Mathias Agopian
a5b02e0b4d
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
6ef94ce674
Merge change 24473 into eclair
...
* changes:
fix [2074427] SurfaceView doesn't disappear on GONE
2009-09-09 22:17:45 -04:00
Android (Google) Code Review
b5791ee800
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
f14259067d
Merge change 24138 into eclair
...
* changes:
Do not die when printing empty prefs.
2009-09-09 21:36:48 -04:00
Android (Google) Code Review
dbf0daba8f
Merge change 24471 into eclair
...
* changes:
Fixed the fastscroll thumb asset in hdpi.
2009-09-09 21:31:07 -04:00
Android (Google) Code Review
8a56b38540
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
Android (Google) Code Review
11a68fdf07
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
b6a5daa3ab
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
a9a9c8eb76
am aa4511cf: docs only. revise ADC2 announcement
...
Merge commit 'aa4511cfcde8edfb3e63fd6127ad6f3102c69369' into eclair
* commit 'aa4511cfcde8edfb3e63fd6127ad6f3102c69369':
docs only.
2009-09-09 17:46:50 -07:00
Android (Google) Code Review
4aeb7e9af2
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
00bcf5ee27
Merge change 24395 into eclair
...
* changes:
Make NumberPicker subclassable
2009-09-09 17:24:51 -04:00
Android (Google) Code Review
ebdf3a2d94
Merge change 24426 into eclair
...
* changes:
keystore: remove "#include <openssl/engine.h>".
2009-09-09 17:04:44 -04:00
Android (Google) Code Review
ac997bd50f
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
a68c9b8ec2
Merge change 24413 into eclair
...
* changes:
Remove the FallRS demo, now promoted as a wallpaper.
2009-09-09 16:11:30 -04:00
Android (Google) Code Review
7863838310
Merge change 24274 into eclair
...
* changes:
API_CHANGE
2009-09-09 14:34:44 -04:00
Android (Google) Code Review
62bfa41b3d
Merge change 24202 into eclair
...
* changes:
API_CHANGE
2009-09-09 14:30:15 -04:00
Android (Google) Code Review
d838e6e18a
Merge change 24179 into eclair
...
* changes:
Support encoding amr-wb content in stagefright.
2009-09-09 13:55:48 -04:00
Android (Google) Code Review
bbc2ce25ef
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
Android (Google) Code Review
4460e66487
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
e0a963b72e
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
1f5105cf53
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
Android (Google) Code Review
42c3c9a8d1
Merge change 24334 into eclair
...
* changes:
fix [2037525] Fail to start camera after adb sync new Camera
2009-09-09 03:29:08 -07:00
Android (Google) Code Review
0ee8522ffa
Merge change 24333 into eclair
...
* changes:
rename Mutexes to make the code easier to follow
2009-09-09 03:28:47 -07:00
Mathias Agopian
4de4ebf6a2
use broadcast() instead of signal() when signaling the condition-variable Thread::RequestExitAndWait() is waiting for
...
we could have several thread waiting on the condition and they all need to wake-up.
also added a debug "mTid" field in the class, which contains the tid of the thread (as opposed to pthread_t), this
is useful when debugging under gdb for instance.
2009-09-09 02:45:26 -07:00
Mathias Agopian
454ea68139
fix [2037525] Fail to start camera after adb sync new Camera
...
we ended-up locking a Mutex that had been destroyed.
This happened because we gave an sp<Source> to the outside world,
and were called after LayerBuffer had been destroyed.
Instead we now give a wp<LayerBuffer> to the outside and have it
do the destruction.
2009-09-09 00:50:29 -07:00
Android (Google) Code Review
4982510436
Merge change 24117 into eclair
...
* changes:
Replace the delimiter whitespace with '\0'.
2009-09-09 00:40:17 -07:00
Chung-yih Wang
2a58b6dbf0
Replace the delimiter whitespace with '\0'.
...
+ Use '\0' as the delimiter.
+ Allow whitespace character for keystore password.
In previous implementation, we use space as the delimiter. That
will stop user from using passphrase with whitespace character.
2009-09-09 15:00:43 +08:00
Android (Google) Code Review
8e375c4097
Merge change 24114 into eclair
...
* changes:
Fix issue 1992233: DTMF tones on Sholes is really long.
2009-09-08 23:04:38 -07:00
Eric Laurent
3522c80819
Fix issue 1992233: DTMF tones on Sholes is really long.
...
Add a parameter to ToneGenerator.startTone() allowing the caller to specify the tone duration. This is used by the phone application to have a precise control on the DTMF tone duration which was not possible with the use of delayed messaged.
Also modified AudioFlinger output threads so that 0s are written to the audio output stream when no more tracks are ready to mix instead of just sleeping. This avoids an issue where the end of a previous DTMF tone could stay in audio hardware buffers and be played just before the beginning of the next DTMF tone.
2009-09-08 22:56:07 -07:00
Android (Google) Code Review
38fdabf1b6
Merge change 24318 into eclair
...
* changes:
Avoid CDMA messages with IDs of zero.
2009-09-08 22:55:49 -07:00
Mathias Agopian
4d2de2c769
rename Mutexes to make the code easier to follow
2009-09-08 22:48:24 -07:00
Android (Google) Code Review
e40e550700
Merge change 24316 into eclair
...
* changes:
Fix typo: IMMEDITATE -> IMMEDIATE
2009-09-08 21:00:29 -07:00
Android (Google) Code Review
975d79ec05
Merge change 23414 into eclair
...
* changes:
Fix broken GSM SMS unit test, and general cleanup.
2009-09-08 19:41:13 -07:00
Android (Google) Code Review
ac6dda883e
Merge change 24012 into eclair
...
* changes:
add a transaction monitor
2009-09-08 17:26:25 -07:00
Android (Google) Code Review
d55f91d45a
Merge change 24220 into eclair
...
* changes:
Import revised translations. DO NOT MERGE
2009-09-08 16:58:33 -07:00
Android (Google) Code Review
0f8fb9be9c
Merge change 23924 into eclair
...
* changes:
new file: LowStorageTest/Android.mk new file: LowStorageTest/AndroidManifest.xml new file: LowStorageTest/res/layout/main.xml new file: LowStorageTest/res/values/strings.xml new file: LowStorageTest/src/com/android/lowstoragetest/LowStorageTest.java Add the test app which can eat up 100% of the data parition. This is for the low storage test.
2009-09-08 16:30:42 -07:00
Android (Google) Code Review
741d117d1b
Merge change 24194 into eclair
...
* changes:
Make the hardkeyboard long press dialog look the same as that of soft keyboard.
2009-09-08 15:33:50 -07:00
Android (Google) Code Review
e116c043c8
Merge changes 24119,24120 into eclair
...
* changes:
delete old and unused source files
fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly
2009-09-08 14:36:06 -07:00
Android (Google) Code Review
73c43911e7
Merge change 24155 into eclair
...
* changes:
Add javadoc to explain which permissions are required for Public BT API's.
2009-09-08 13:37:10 -07:00
Android (Google) Code Review
573f161d82
Merge change 24183 into eclair
...
* changes:
Fix b/2105945 - Windowshade not closed when device locked.
2009-09-08 13:30:19 -07:00
Android (Google) Code Review
11cb2d307b
Merge change 24086 into eclair
...
* changes:
Fixing asymmetry between phone filter and email filter APIs.
2009-09-08 13:21:39 -07:00
Android (Google) Code Review
88addc00cd
Merge change 24178 into eclair
...
* changes:
The qcom decoder requires that the output buffers be allocated by the component for hardware accelerated display to work.
2009-09-08 13:07:45 -07:00
Android (Google) Code Review
71da9f8f1a
Merge change 24153 into eclair
...
* changes:
adding support for webkit plugins to use the java view system
2009-09-08 12:53:17 -07:00
Android (Google) Code Review
51e458273f
Merge change 24094 into eclair
...
* changes:
Add basic metadata retrieval support for midi, ogg, etc. Bug 2050320
2009-09-08 12:39:56 -07:00
Android (Google) Code Review
61989f7fce
Merge change 24161 into eclair
...
* changes:
don't fling if there's nowhere to go
2009-09-08 11:29:28 -07:00
Android (Google) Code Review
2fbea26f09
Merge change 23485 into eclair
...
* changes:
Adding classes to enable plugins to use the java view system.
2009-09-08 05:48:06 -07:00
Android (Google) Code Review
f436e455fd
Merge change 24097 into eclair
...
* changes:
Fix small bugs in VCardComposer.java.
2009-09-08 01:23:05 -07:00
Android (Google) Code Review
16878ab4d1
Merge change 24101 into eclair
...
* changes:
Fix CDMA BCD unit test.
2009-09-07 21:02:29 -07:00