Commit Graph

4853 Commits

Author SHA1 Message Date
Android (Google) Code Review
bd9daeecec Merge change Iaf08eabc into eclair
* changes:
  Reduce the ConnectivityManager logging.
2009-10-01 01:14:38 -04:00
Android (Google) Code Review
8642995452 Merge change Id60fa26a into eclair
* changes:
  Fix issue 2152541	thumbnail images stretched.
2009-10-01 01:12:35 -04:00
Android (Google) Code Review
c3ea63af0e Merge change Id703d6bb into eclair
* changes:
  Black is the new black
2009-10-01 01:06:16 -04:00
Android (Google) Code Review
8eb9b0a200 Merge change I94132420 into eclair
* changes:
  Fix network-feature timeout code.
2009-10-01 00:43:51 -04:00
Android (Google) Code Review
0bac4c0afe Merge change I07729abd into eclair
* changes:
  Keep the scrollbar on during TOUCH_MOVE events even when there is no movement.
2009-10-01 00:41:21 -04:00
Android (Google) Code Review
aec1f42bc4 Merge change I55e15bad into eclair
* changes:
  Try to reconnect twice when the rfcomm error code is Connection Refused.
2009-10-01 00:00:17 -04:00
Android (Google) Code Review
9152ac7e9c Merge change I98f2db38 into eclair
* changes:
  FastTrack->QuickContact
2009-10-01 00:00:07 -04:00
Android (Google) Code Review
aaf1f5fd2a Merge change Ibb5626c5 into eclair
* changes:
  Stop bringing the wifi interface up on reset.
2009-09-30 23:43:58 -04:00
Android (Google) Code Review
fc5c1ff698 Merge change Ic88b39e6 into eclair
* changes:
  Add the signature checking for WebView plugins. The first one is for SampleBrowserPlugin. The second one is for Flash.
2009-09-30 23:17:17 -04:00
Android (Google) Code Review
6c31e869ab Merge change Id93f4c9e into eclair
* changes:
  Turn off the last of the STOPSHIP verbose debugging
2009-09-30 23:08:25 -04:00
Android (Google) Code Review
0b91b44511 Merge change I7ed72bf5 into eclair
* changes:
  Add documentation for scene mode. Other parameters may be changed after setting scene mode.
2009-09-30 22:48:02 -04:00
Android (Google) Code Review
a181c66905 Merge change I89e74ba1 into eclair
* changes:
  Fix Issue 2158631: AudioService: volume control sometimes not restored after media server process crash.
2009-09-30 22:30:28 -04:00
Android (Google) Code Review
19988718d6 Merge change Ie9ad9a71 into eclair
* changes:
  Implement screen aligned bitmap drawing support.
2009-09-30 22:14:24 -04:00
Android (Google) Code Review
3808783d2e Merge change Iec1f8a2e into eclair
* changes:
  Add Turkish accented letters for G and S on the hard keyboard.
2009-09-30 21:06:56 -04:00
Android (Google) Code Review
60f11708c5 Merge change Ie944f08b into eclair
* changes:
  Revert setDataEnabled to setting a master switch.
2009-09-30 20:54:37 -04:00
Android (Google) Code Review
0b0e764e0b Merge change Ifc9162c5 into eclair
* changes:
  Fix padding around QuickContactBadge in ContactHeaderWidget
2009-09-30 20:26:25 -04:00
Android (Google) Code Review
8552b819d8 Merge change Ic7e251a7 into eclair
* changes:
  Update SD card notification icons.
2009-09-30 20:18:42 -04:00
Android (Google) Code Review
5453a59a99 Merge change I792bb382 into eclair
* changes:
  Fix 2133205: Change the opacity to allow more of the background to be seen on locked screen
2009-09-30 20:11:08 -04:00
Christopher Tate
e7e1009636 Turn off most of the backup-related debug logging
The core logging in BackupManagerService and in the Google backup transport are
still enabled at this point.

Change-Id: I10abfa565bbd1097dd3631051b6aca163e4af33a
2009-09-30 17:07:37 -07:00
Android (Google) Code Review
2b2888c356 Merge change Ibe2085be into eclair
* changes:
  Fix issue 2153835: AudioFlinger: setParameters() can remain stuck if output thread is terminated.
2009-09-30 19:19:36 -04:00
Android (Google) Code Review
afe025714a Merge change Ice5e9209 into eclair
* changes:
  Fix issue #2150258: Suggestions become inactive and do not respond when pressed.
2009-09-30 18:47:45 -04:00
Android (Google) Code Review
f7be464645 Merge change I2782ac8c into eclair
* changes:
  Fix regression.
2009-09-30 18:38:55 -04:00
Android (Google) Code Review
954858858c Merge change Icb89d482 into eclair
* changes:
  Check if rename of backed up file fails before persisting new changes. If not these system services will end up with inconsistent settings files when the device runs out of storage. Delete mangled settings file in PackageManager if the current write fails so that we don't end up overwriting the backed up version with the mangled version Include null check when retrieving fwd locked resource for an existing package
2009-09-30 18:37:45 -04:00
Android (Google) Code Review
4c82aa5ec4 Merge change Iba6fd660 into eclair
* changes:
  Set BondState to Bonding only if it not Bonded already.
2009-09-30 18:22:46 -04:00
Mathias Agopian
448f015966 attempt to work around [2155085, 2150246] stuck in closeTransaction() 2009-09-30 15:15:07 -07:00
Eric Laurent
2d70c80a7f Fix issue 2153835: AudioFlinger: setParameters() can remain stuck if output thread is terminated.
Wait for the parameter set completed condition with a time out in ThreadBase::setParameters().
Also lock AudioFlinger mutex before accessing thread list in AudioFlinger::setParameters() and keep a strong reference
on the thread being used in case it is exited while processing the request.
2009-09-30 14:48:20 -07:00
Android (Google) Code Review
02965e134d Merge change I852f8e46 into eclair
* changes:
  Only re-initialize backup state if @pm@ metadata is missing, to defensively work around a still-mysterious bug where the list of saved packages ends up being empty even though we still have state pending.  If we do re-initialize, then wipe all state to make sure the right thing happens.
2009-09-30 17:48:04 -04:00
Android (Google) Code Review
0458d1c7da Merge change I174d16a3 into eclair
* changes:
  Debugging for #2027266: app drawer showing up on the side
2009-09-30 17:36:07 -04:00
Android (Google) Code Review
27e7abec02 Merge change I8b2e000c into eclair
* changes:
  add class description and revise descriptions for get*Drawable and peek*Drawable methods for clarity. also fix some links.
2009-09-30 17:32:01 -04:00
Android (Google) Code Review
68624f2aa5 Merge changes I8851617a,Ie1b6f244,I70cab912,Ibd23e30d into eclair
* changes:
  fix [2152247] Windows sometimes drawn scaled up.
  invalidate the surface when the physical changes
  introduce the notion of the requested size in the Layer state
  remove unused code
2009-09-30 17:27:18 -04:00
Android (Google) Code Review
ee304d6925 Merge change I1f7c409e into eclair
* changes:
  Make ContactStruct handle Collection properly.
2009-09-30 17:27:09 -04:00
Android (Google) Code Review
2e582f43a8 Merge change I69220990 into eclair
* changes:
  Fix for 2155255: Revert "Cache inflated view to avoid inflation of layouts in preferences"
2009-09-30 17:22:33 -04:00
Android (Google) Code Review
3f1af4f92b Merge change I5ffd6240 into eclair
* changes:
  Add a simple test of OpenGL ES 1.x.
2009-09-30 17:17:56 -04:00
Jack Palevich
f38bce2387 Add a simple test of OpenGL ES 1.x. 2009-09-30 14:17:12 -07:00
Android (Google) Code Review
c0b6605ea0 Merge change Icf1e2f98 into eclair
* changes:
  Adds Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET to launch fasttrack intent.
2009-09-30 17:15:54 -04:00
Android (Google) Code Review
75ed8b360a Merge change I45094a34 into eclair
* changes:
  remove dead code
2009-09-30 17:12:01 -04:00
Mathias Agopian
df3e0b934f fix [2152247] Windows sometimes drawn scaled up. 2009-09-30 14:07:22 -07:00
Android (Google) Code Review
17b15f50f4 Merge change I96aad5c6 into eclair
* changes:
  Updated status bar icons.
2009-09-30 16:40:03 -04:00
Android (Google) Code Review
6659f66315 Merge change I5910a70c into eclair
* changes:
  Fix documentation.
2009-09-30 16:29:43 -04:00
Android (Google) Code Review
a04f14a57a Merge change I94856f6d into eclair
* changes:
  Update <video> implementation after new IRC discussion with Eric Carlsson.
2009-09-30 15:55:41 -04:00
Mathias Agopian
6656dbc812 invalidate the surface when the physical changes 2009-09-30 12:48:47 -07:00
Android (Google) Code Review
40c36da22b Merge change I78f113bc into eclair
* changes:
  Fix possible crash in AutoCompleteTextView.
2009-09-30 15:42:11 -04:00
Android (Google) Code Review
b557d88929 Merge change I28bad882 into eclair
* changes:
  Fix broken build.
2009-09-30 15:08:29 -04:00
Android (Google) Code Review
6d5df0f893 Merge change I8dfd6ea8 into eclair
* changes:
  Handle bad lines in /proc/wakelocks : Fix for 2124260
2009-09-30 14:49:21 -04:00
Android (Google) Code Review
07347f195f Merge change I46a6d39c into eclair
* changes:
  Remove unused api in QuickContact.java and fix the build.
2009-09-30 14:45:17 -04:00
Android (Google) Code Review
313cdbfcd8 Merge change Ia6fc04c8 into eclair
* changes:
  Remove android.syncml package completely.
2009-09-30 14:37:34 -04:00
Android (Google) Code Review
25b7594a74 Merge change I8366852f into eclair
* changes:
  Bluetooth A2DP suspend/resume functionality
2009-09-30 14:24:46 -04:00
Android (Google) Code Review
dbc7619faf Merge change I2d4deb11 into eclair
* changes:
  Placeholder mdpi assets
2009-09-30 14:17:23 -04:00
Android (Google) Code Review
a3d8ef66c8 Merge change I82be558f into eclair
* changes:
  Fix vCard composer in three points.
2009-09-30 14:11:52 -04:00
Android (Google) Code Review
88bb49c907 Merge change Ia54b1bf0 into eclair
* changes:
  - make SyncManager get the accounts list during the constructor,   which will allow syncs to be scheduled during bootup. The   providers need this so that they can potentially schedule   syncs while they are starting up. - make the SyncManager message handler wait until boot   has completed to start dispatching messages
2009-09-30 14:10:01 -04:00