Hung-ying Tyan
e9b5407727
Merge "SipService: registers broadcast receivers on demand."
...
The previous implementation registers receivers when SipService starts up.
If the user doesn't use SIP at all, SipService will still process connecivity
and wifi state change events, which involves holding wake lock and thus
consumes power unnecessarily.
With this CL, SipService is completely idle if the user doesn't use SIP at all.
It registers receivers only when at least one account is opened.
Bug: 3326998
Change-Id: Idea43747f8204b0ccad3fc05a1b1c0b29c9b2557
2011-01-18 16:55:44 +08:00
Xavier Ducrohet
9d0577ec0c
LayoutLib: properly configure ApplicationInfo with targetSdkVersion.
...
Change-Id: I1bfef890206552843d1a7a8d0564741f2a37494f
2011-01-17 22:58:41 -08:00
Xavier Ducrohet
f6864beca3
Merge "Allow TabHosts to have no children in the tabcontent widget" into honeycomb
2011-01-17 22:10:20 -08:00
satok
8c05b54f23
Merge "Update package manager when panel is loaded." into honeycomb
2011-01-17 22:02:00 -08:00
Tor Norbye
796992a942
Allow TabHosts to have no children in the tabcontent widget
...
Replace the code which throws an exception if there are no children in
the FrameLayout that is the tabcontent, with code to add a single
dummy tab.
This makes the TabHost renderable in those scenarios where the real
tabs are added dynamically rather than via XML.
Change-Id: I72442bd7d40eddd875b3507585c1f372fcae3329
2011-01-17 21:57:34 -08:00
satok
ca0f49ed6e
Merge "Fix the algorithm to get current input method subtype considering explicitly and implicitly enabled subtypes." into honeycomb
2011-01-17 21:14:46 -08:00
satok
d871343dbb
Fix the algorithm to get current input method subtype considering explicitly and implicitly enabled subtypes.
...
Change-Id: I2e6d9ae36a1335f67b6db7659244cdfb2bfe3068
2011-01-18 13:28:23 +09:00
Adam Powell
5d92aff192
Fix bug 3357248 - Small text in settings list items should not change color
...
Change-Id: I0610a6006a948935a2e3cb02616ceea631d14065
2011-01-17 19:38:39 -08:00
Adam Powell
0a753cd481
Merge "Fix bug 3357208 - List selector shows as dark black on first pressed state" into honeycomb
2011-01-17 18:54:13 -08:00
Stephen Hines
88c2d70564
Merge "Remove erroneous log message." into honeycomb
2011-01-17 18:52:02 -08:00
Adam Powell
e0fd2eb2f1
Fix bug 3357208 - List selector shows as dark black on first pressed state
...
Make sure AbsListView selector drawable state gets configured on touch.
Change-Id: Ic5863ee05517b426585f59aaf52ba75b72d8c020
2011-01-17 18:37:42 -08:00
Scott Main
60610d245f
Merge "set sdk version to "Android 3.0" and api level to "Honeycomb"" into honeycomb
2011-01-17 18:19:44 -08:00
Stephen Hines
5ef3dddd0d
Remove erroneous log message.
...
This change also enables pragmas to be checked for scripts that do not have a
root() function.
Change-Id: I4f41300b623581483970050680ac96c54f99d34a
2011-01-17 17:31:58 -08:00
Joe Onorato
ca29bb2840
Merge "Don't crash with non-standard bitmap types." into honeycomb
2011-01-17 17:25:02 -08:00
Dianne Hackborn
f4c4b66623
Merge "Remove old APIs." into honeycomb
2011-01-17 17:23:46 -08:00
Joe Onorato
f01345e19d
Don't crash with non-standard bitmap types.
...
Bug: 3299780
Change-Id: I435c3bedda22395db1b65dc9ff488bfea9069deb
2011-01-17 17:20:09 -08:00
Dianne Hackborn
17b9b81418
Remove old APIs.
...
Change-Id: If676e4e7886ad71c4959d4253db99639b49218b8
2011-01-17 17:16:02 -08:00
Scott Main
07226c29f3
set sdk version to "Android 3.0" and api level to "Honeycomb"
...
Change-Id: I89a7149b32643d7e9c79bf2030b061bbff3bd8c4
2011-01-17 16:53:10 -08:00
Jim Miller
c6d2a767ce
Merge "Fix 3303606: invalidate WaveView after resetting state" into honeycomb
2011-01-17 16:35:52 -08:00
Dianne Hackborn
80ad0b0aeb
Merge "Fix a bunch of API review bugs." into honeycomb
2011-01-17 16:24:32 -08:00
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
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
a43cfd2940
Merge "Improve hardware layers rendering speed when setting a View's alpha." into honeycomb
2011-01-17 14:40:35 -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
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