39829 Commits

Author SHA1 Message Date
Dianne Hackborn
327fbd2c8f Fix a bunch of API review bugs.
3362464 API REVIEW: android.content potpourri
3362445 API REVIEW: Fragment transaction stuff
3362428 API REVIEW: Fragment stuff
3362418 API REVIEW: Loader stuff
3362414 API REVIEW: android.content.pm.ActivityInfo

Change-Id: I6475421a4735759b458acb67df4380cc6234f147
2011-01-17 16:23:42 -08:00
Jim Miller
6e3212a38b Merge "Fix 3329600: Always enable screen rotation in lockscreen." into honeycomb 2011-01-17 16:23:16 -08:00
Jeff Brown
f2bc4ee97f Merge "Mouse pointer tweaks." into honeycomb 2011-01-17 16:17:44 -08:00
Jeff Brown
f5a2ff6f2e Mouse pointer tweaks.
Make pointer arrow brighter.
Deep copy the pointer icon bitmap since it turns out that the
original shared pixels can be deleted by other code.

Change-Id: I77fbf61d1dace723f3c8c9808941e9e31d8db352
2011-01-17 16:15:15 -08:00
Jim Miller
e28016c286 Fix 3329600: Always enable screen rotation in lockscreen.
Sometimes we get the wrong value for the sensor resource we
use to configure lockscreen orientation.  However, the current
UI design has LockScreen always respond to orientation (when
enabled in settings) so we don't need to rely on this for the time-being.

Change-Id: If37314befd25a7b3306500643155523ad4fe6657
2011-01-17 16:12:39 -08:00
Scott Main
a8e519a322 Merge "docs: move the fragments dev guide into fundamentals topic" into honeycomb 2011-01-17 16:11:44 -08:00
Alex Sakhartchouk
44593df6fa Merge "More docs" into honeycomb 2011-01-17 16:10:10 -08:00
Scott Main
1064dd9117 docs: move the fragments dev guide into fundamentals topic
Change-Id: If6a9751e78db23e76256e179db99aa0e29126f85
2011-01-17 16:06:12 -08:00
Jim Miller
3d7a9707a5 Merge "Fix 3210299: Extend lock screen wake timeout to 10s" into honeycomb 2011-01-17 15:53:42 -08:00
Scott Main
7ef461d2a2 Merge "docs: update sidenav for honeycomb preview" into honeycomb 2011-01-17 15:53:13 -08:00
Scott Main
b3180bc263 docs: update sidenav for honeycomb preview
Change-Id: Ifaf93335159ed36c15c9639e7b3d8f77438614af
2011-01-17 15:51:42 -08:00
Jason Sams
3240339cfe Merge "Add error checks to the copyFrom functions." into honeycomb 2011-01-17 15:48:00 -08:00
Vasu Nori
2fd90e92ee Merge "bug:3362394 better documentation for DefaultDatabaseErrorHandler class" into honeycomb 2011-01-17 15:37:09 -08:00
Vasu Nori
4caaf2aeca bug:3362394 better documentation for DefaultDatabaseErrorHandler class
Change-Id: I85a278183eda297f72a740c9d23efa4aca58d2d3
2011-01-17 15:35:28 -08:00
Vasu Nori
376fedf659 Merge "bug:3362635 add new public API to downloadmanager to get mxbytesovermobile" into honeycomb 2011-01-17 15:34:06 -08:00
Jim Miller
77274695a7 Fix 3210299: Extend lock screen wake timeout to 10s
Change-Id: I9e4f8761a80271b97ff6411a41664642273baaef
2011-01-17 15:28:21 -08:00
Alex Sakhartchouk
ec0d3353b1 More docs
Change-Id: I3dfea7d83bf8525efda59cef6fafa854b5aa9fe3
2011-01-17 15:23:22 -08:00
Vasu Nori
0abbf809bf bug:3362635 add new public API to downloadmanager to get mxbytesovermobile
bug:3362635
Change-Id: I7380964c6098d5ca6396b17980f78457c23d1a87
2011-01-17 15:14:53 -08:00
Costin Manolache
9ec17366c1 Add back NEW_TASK flag.
b/2510486 suggests we remove it, but this breaks services who can't call the intent without the flag. A different solution is needed to notify when the activity is done.

Change-Id: I0b32ead69cf816e105899fdd74e99cc1e8bf5ce3
2011-01-17 15:12:57 -08:00
Scott Main
168a0e907d Merge "docs: revise offline homepage; delete developing index redirect page" into honeycomb 2011-01-17 15:09:24 -08:00
Scott Main
662cc7a46a add javadoc for getView method
Change-Id: Ia8d9516c4017319f8bcaedb3e4c451c5c3825857
2011-01-17 15:02:07 -08:00
Jim Miller
607d320c9d Fix 3303606: invalidate WaveView after resetting state
This fixes a bug where the unlock state machine was in the
reset state when it awakes which caused it to ignore
the first unlock attempt.  The reason for this is the state
machine didn't run again until the next user input.

We now invalidate the drawing area to ensure the unlock state
machine runs and is ready when LockScreen shows again.

Change-Id: I9f2b279d432ff634ba0b29e606cdc954718a2ad2
2011-01-17 14:52:09 -08:00
Scott Main
e158413543 docs: revise offline homepage; delete developing index redirect page
Change-Id: If73a0811721fa61c6924ac4aeaaa92c81c5fe439
2011-01-17 14:48:15 -08:00
Romain Guy
d6cd572df8 Improve hardware layers rendering speed when setting a View's alpha.
Change-Id: Ib1275677f531c60d9919978c5538c663fdb823b5
2011-01-17 14:42:41 -08:00
Romain Guy
a43cfd2940 Merge "Improve hardware layers rendering speed when setting a View's alpha." into honeycomb 2011-01-17 14:40:35 -08:00
Xavier Ducrohet
c10803924e Merge "LayoutLib: Update to use the new RenderResources API." into honeycomb 2011-01-17 14:21:12 -08:00
Irfan Sheriff
326feb8965 Merge "Pick an upstream interface with valid IP config" into honeycomb 2011-01-17 14:14:07 -08:00
Stephen Hines
00d0aaf9b9 Merge "Clean up simple integer operations." into honeycomb 2011-01-17 14:09:49 -08:00
Adam Cohen
3d8e353512 Merge "Adding instance check to RemoteViewsAdapter getViewAt" into honeycomb 2011-01-17 14:07:39 -08:00
Adam Cohen
181d2e3172 Adding instance check to RemoteViewsAdapter getViewAt
Change-Id: Ie99d5aeef6e963c89b62cfd435d1c5cbb1fb6bfa
2011-01-17 14:06:46 -08:00
Xavier Ducrohet
70552fb92d LayoutLib: Update to use the new RenderResources API.
Change-Id: Ic64eff3f324c4519da89bab10e6d59f0a9341a04
2011-01-17 14:00:29 -08:00
Irfan Sheriff
29552095e1 Pick an upstream interface with valid IP config
As a work around for the issue of picking
the wrong interface, add a check for selecting
an upstream interface that has a valid IP configuration

Bug: 3362306
Change-Id: I01084517cff756c97660b2cfbfa8e9bf26673148
2011-01-17 13:50:48 -08:00
Michael Jurka
5401c5a256 Merge "Using full-resolution default activity icon in Recent Apps" into honeycomb 2011-01-17 13:40:51 -08:00
Chris Yerga
e2364b098f Merge "Fix content width calculation for Spinner control. The width of the dropdown was only taking into account the width of the items and not background padding." into honeycomb 2011-01-17 13:30:53 -08:00
Michael Jurka
573068cb4a Using full-resolution default activity icon in Recent Apps 2011-01-17 13:29:53 -08:00
Eric Laurent
adee6b3559 Merge "Fix omission in NOTICE file." into honeycomb 2011-01-17 13:29:45 -08:00
Adam Powell
a1487347f5 Merge "Fix bug 3362446 - NPE in legacy menus" into honeycomb 2011-01-17 13:26:50 -08:00
David 'Digit' Turner
fed7022952 Merge "UsbService: Remove stack-trace message during boot." into honeycomb 2011-01-17 13:24:26 -08:00
Adam Powell
4192e38827 Fix bug 3362446 - NPE in legacy menus
Change-Id: Icf9a0bec46c74ace3acbc85eea45d1d769b699d1
2011-01-17 13:16:54 -08:00
Kenny Root
e8a534d8f0 Remove API that snuck into MockPackageManager
We didn't release the get/setPackageObbPath API, but it snuck into
MockPackageManager. However, it is not usable as a developer anyway.
Removing it so it doesn't stay in the API forever.

Cherry-pick from gingerbread

Change-Id: I2083a8f398d983d53661c33270854442e34f9bc9
2011-01-17 13:13:37 -08:00
David 'Digit' Turner
49db853513 UsbService: Remove stack-trace message during boot.
This removes a stack trace message during the boot under emulation.

The observers tried to access a null reference when no USB configuration
is supported by the emulated device. So do not start them in this case.

+ Change a Slog.w into a Slog.i since this is an acceptable condition.

Change-Id: I126b7f05c9648e39a060eb0974cc6f4ac7533791
2011-01-17 22:09:10 +01:00
Romain Guy
73fddbae96 Merge "Don't break the build... update to 11.xml." into honeycomb 2011-01-17 13:07:24 -08:00
Romain Guy
07457acf75 Don't break the build... update to 11.xml.
Change-Id: I45482da4ffa5a9024d5284e0d2f6f41f4b38e8df
2011-01-17 13:08:50 -08:00
Romain Guy
2361098da3 Add BitmapFactory.Options.inMutable to load mutable bitmaps.
Change-Id: Iaa222127520f3aa55072d44af12ee3477908b876
2011-01-17 13:04:12 -08:00
Romain Guy
1689c3459b Merge "Add BitmapFactory.Options.inMutable to load mutable bitmaps." into honeycomb 2011-01-17 13:03:16 -08:00
Kenny Root
d6c54d9786 Merge "Revert "Add the {get,set}PackageObbPaths calls to API"" into honeycomb 2011-01-17 13:02:48 -08:00
Kenny Root
a1cbb94dbc Revert "Add the {get,set}PackageObbPaths calls to API"
This reverts commit 5d40fe9c6846ba765072e50ed1254293cb9195e4.

Change-Id: Ie41010c92fb860b19a12bcf63f6fe95ffa68da81
2011-01-17 13:00:47 -08:00
Andy Stadler
2c12c708bf Merge "Add internal plumbing to DPM for encryption" into honeycomb 2011-01-17 12:52:41 -08:00
Svetoslav Ganov
59cce94eb8 Merge "Catching some edge cases while flinging/scrolling in NumberPicker" into honeycomb 2011-01-17 12:52:18 -08:00
Eric Laurent
ed2d6b78f6 Fix omission in NOTICE file.
Added copyright notice for audio effects source files under
media/libeffects/lvm.

Change-Id: I5ac961000f7bbbfa1f95523712d8517844b1e5f9
2011-01-17 12:50:15 -08:00