Xavier Ducrohet
732769d1f8
am 03e497e9: am 00407dd6: Merge "LayoutLib: finish Typeface and unload them in dispose." into honeycomb
...
* commit '03e497e90bd7f64d119dc53c7cebb5f2f1d1c9dd':
LayoutLib: finish Typeface and unload them in dispose.
2011-01-09 11:08:37 -08:00
Xavier Ducrohet
aea6602cef
am 05e3ea1f: am ac736d3a: Merge "LayoutLib: remove fade in/out transition on moveChild." into honeycomb
...
* commit '05e3ea1f1ec0d08dc5bc44763a0cfdc1351a601c':
LayoutLib: remove fade in/out transition on moveChild.
2011-01-09 11:08:34 -08:00
Xavier Ducrohet
6721adb67d
am 894f0e4c: Merge "LayoutLib: add a few misc implementations." into honeycomb
...
* commit '894f0e4c68f68ae06d7bab504284517af63852c8':
LayoutLib: add a few misc implementations.
2011-01-09 11:06:58 -08:00
Xavier Ducrohet
03e497e90b
am 00407dd6: Merge "LayoutLib: finish Typeface and unload them in dispose." into honeycomb
...
* commit '00407dd6d469fa8dea008132179d2828dea49c75':
LayoutLib: finish Typeface and unload them in dispose.
2011-01-09 11:06:54 -08:00
Xavier Ducrohet
05e3ea1f1e
am ac736d3a: Merge "LayoutLib: remove fade in/out transition on moveChild." into honeycomb
...
* commit 'ac736d3a7915becda5d7366f440aab99972e6b64':
LayoutLib: remove fade in/out transition on moveChild.
2011-01-09 11:06:51 -08:00
Dmitri Plotnikov
59d8edd09d
Fixed the waitForLoader method.
...
The reason we need a separate latch is that
AsyncTask will post onPostExecute/onCancelled
_after_ executing mFuture.get(). The previous
implementation would only wait for mFuture.get()
to complete and not the entire task.
Change-Id: I96964591980965148eb09af38b5838bfa5d28277
2011-01-09 11:05:50 -08:00
Xavier Ducrohet
894f0e4c68
Merge "LayoutLib: add a few misc implementations." into honeycomb
2011-01-09 11:05:23 -08:00
Xavier Ducrohet
00407dd6d4
Merge "LayoutLib: finish Typeface and unload them in dispose." into honeycomb
2011-01-09 11:05:20 -08:00
Xavier Ducrohet
ac736d3a79
Merge "LayoutLib: remove fade in/out transition on moveChild." into honeycomb
2011-01-09 11:05:15 -08:00
Louis Huemiller
585cd4f78c
Hardware Composer Commit Points Benchmark
...
Change-Id: Ie997d13559c0e4e9dc3babfe92ca1acacef2a549
2011-01-09 10:59:31 -08:00
Chet Haase
42363c71c4
am 3ecf835e: am 2954cd91: Add start/endTransition events for CHANGE transitions
...
* commit '3ecf835e95378bdb98247bb036b78d9c22473d5e':
Add start/endTransition events for CHANGE transitions
2011-01-09 10:17:36 -08:00
Chet Haase
3ecf835e95
am 2954cd91: Add start/endTransition events for CHANGE transitions
...
* commit '2954cd91ab1fef14c8aed5173c160ce00558cd3a':
Add start/endTransition events for CHANGE transitions
2011-01-09 10:16:09 -08:00
Chet Haase
2954cd91ab
Add start/endTransition events for CHANGE transitions
...
There was already a mechanism for sending out events for LayoutTransition
when animations started or ended, but the implementation only sent out events
for the appearing/disappearing animations. This fix provides callbacks to
listeners for the CHANGE_APPEARING and CHANGE_DISAPPEARING transitions, too.
Change-Id: Icfb8cc1c20d2df3e4a817255e96c9d0e94c1d8c4
2011-01-09 09:43:39 -08:00
Kenny Root
ac31de0cb1
am a657f113: am b0512c37: Merge "Fix check for required features" into honeycomb
...
* commit 'a657f113971be0903c16f3b475db4150be84a357':
Fix check for required features
2011-01-09 07:19:28 -08:00
Kenny Root
a657f11397
am b0512c37: Merge "Fix check for required features" into honeycomb
...
* commit 'b0512c372587f366f0b0bd859b22a344a5d5a520':
Fix check for required features
2011-01-09 07:16:50 -08:00
Kenny Root
b0512c3725
Merge "Fix check for required features" into honeycomb
2011-01-09 07:15:26 -08:00
Dianne Hackborn
7079ef0824
am 5ef0a153: am 247fe74c: Implement issue # 3255887 could CursorLoader offer...
...
* commit '5ef0a153f01362a3263d3cd608ece09cc67377df':
Implement issue # 3255887 could CursorLoader offer...
2011-01-08 18:29:19 -08:00
Dianne Hackborn
5ef0a153f0
am 247fe74c: Implement issue # 3255887 could CursorLoader offer...
...
* commit '247fe74c934cb3fba85aae7e051a8044f460fb11':
Implement issue # 3255887 could CursorLoader offer...
2011-01-08 18:27:24 -08:00
Dianne Hackborn
247fe74c93
Implement issue # 3255887 could CursorLoader offer...
...
...to throttle contentobserver-based requeries
Why yes, I guess it could.
This also reworks AsyncTaskLoader to not generate multiple
concurrent tasks if it is getting change notifications before
the last background task is complete.
And removes some of the old APIs that had been deprecated but
need to be gone for final release.
And fixes a few little problems with applying the wrong theme
in system code.
Change-Id: Ic7a665b666d0fb9d348e5f23595532191065884f
2011-01-08 18:25:30 -08:00
Adam Powell
f5473d03ae
am 34a4aeed: am f600780b: Merge "Remove unnecessary log" into honeycomb
...
* commit '34a4aeed9920ef3867c783ab567df87b87f6a9a0':
Remove unnecessary log
2011-01-08 17:33:37 -08:00
Adam Powell
34a4aeed99
am f600780b: Merge "Remove unnecessary log" into honeycomb
...
* commit 'f600780bea864c672e01a391b65da65d85045803':
Remove unnecessary log
2011-01-08 17:31:37 -08:00
Adam Powell
f600780bea
Merge "Remove unnecessary log" into honeycomb
2011-01-08 17:30:07 -08:00
Adam Powell
1ab74be06c
Remove unnecessary log
...
Change-Id: I6bb267d7d5f82ae9e1cbe6b022b722ccedc428fd
2011-01-08 17:29:22 -08:00
Adam Powell
44d2ab2191
am 9861973c: am 2b6be701: Fix bug 3312807 - Fix child margin measurement in FrameLayout
...
* commit '9861973c0beba15ee216e88bda7723cb01b02d63':
Fix bug 3312807 - Fix child margin measurement in FrameLayout
2011-01-08 17:01:21 -08:00
Adam Powell
9861973c0b
am 2b6be701: Fix bug 3312807 - Fix child margin measurement in FrameLayout
...
* commit '2b6be701a90a4f0aefefcf8e70feb04722e1bcfe':
Fix bug 3312807 - Fix child margin measurement in FrameLayout
2011-01-08 16:59:06 -08:00
Adam Powell
2b6be701a9
Fix bug 3312807 - Fix child margin measurement in FrameLayout
...
Change-Id: I5166d7b2d283c577d5f95a15b1626b068cfa6bc6
2011-01-08 16:44:07 -08:00
Adam Powell
6feb4bcd66
am 033553c2: am 00bba682: Amendment to fix for bug 3332414
...
* commit '033553c294169f505720393aa707d14f2e6c3399':
Amendment to fix for bug 3332414
2011-01-08 16:44:03 -08:00
Adam Powell
c6c9756d7f
am c73af594: am d1af7720: Merge "Bug 3332414 - UI glitch in CAB options" into honeycomb
...
* commit 'c73af594b01b58e59944fbc1e8c4fb91081f99de':
Bug 3332414 - UI glitch in CAB options
2011-01-08 16:43:59 -08:00
Adam Powell
033553c294
am 00bba682: Amendment to fix for bug 3332414
...
* commit '00bba682efedbe121f31c98697f91101b1c22b82':
Amendment to fix for bug 3332414
2011-01-08 15:55:59 -08:00
Adam Powell
00bba682ef
Amendment to fix for bug 3332414
...
Change-Id: Id3047f6ea6f8f5c68318057798e285cc1e06d094
2011-01-08 15:53:38 -08:00
Adam Powell
c73af594b0
am d1af7720: Merge "Bug 3332414 - UI glitch in CAB options" into honeycomb
...
* commit 'd1af77207c5c17b55aea78174633539b73abcf89':
Bug 3332414 - UI glitch in CAB options
2011-01-08 15:28:41 -08:00
Adam Powell
d1af77207c
Merge "Bug 3332414 - UI glitch in CAB options" into honeycomb
2011-01-08 15:26:53 -08:00
Adam Powell
dd10b66601
Bug 3332414 - UI glitch in CAB options
...
Change-Id: Ic066f968b0125276c315f31adbd96420e528362f
2011-01-08 15:17:30 -08:00
Adam Powell
db863de0c2
am 2e23c3b8: am 0d69fae5: Fix bug 3330683 - Do not show the legacy menu panel for HC apps on xlarge devices.
...
* commit '2e23c3b8105ef773dc63027334b2d4ae7dec51ec':
Fix bug 3330683 - Do not show the legacy menu panel for HC apps on xlarge devices.
2011-01-08 15:14:34 -08:00
Adam Powell
2e23c3b810
am 0d69fae5: Fix bug 3330683 - Do not show the legacy menu panel for HC apps on xlarge devices.
...
* commit '0d69fae5e6b138f951cf6461a353bed32a1f556a':
Fix bug 3330683 - Do not show the legacy menu panel for HC apps on xlarge devices.
2011-01-08 15:12:24 -08:00
Adam Powell
0d69fae5e6
Fix bug 3330683 - Do not show the legacy menu panel for HC apps on
...
xlarge devices.
Change-Id: Ic268684570a429d8da499c142b23bb20b3fe2b82
2011-01-08 15:08:27 -08:00
Adam Powell
f967d0490a
am ccc837e3: am 2ebac694: Fix bug 3334437 - require an adapter to measure dropdown content width
...
* commit 'ccc837e3d4bf6478904ee5f8628219e137415a48':
Fix bug 3334437 - require an adapter to measure dropdown content width
2011-01-08 14:09:10 -08:00
Adam Powell
ccc837e3d4
am 2ebac694: Fix bug 3334437 - require an adapter to measure dropdown content width
...
* commit '2ebac69419c5ae9b439178424482ae5ffd3a7e0c':
Fix bug 3334437 - require an adapter to measure dropdown content width
2011-01-08 14:07:07 -08:00
Adam Powell
2ebac69419
Fix bug 3334437 - require an adapter to measure dropdown content width
...
Change-Id: I357a2db66db121816091921e47708140958ad507
2011-01-08 13:58:29 -08:00
Adam Powell
dfcd15b1aa
am 6de1301b: am 947f7824: Fix bug 3245465 - Themed dialog icons
...
* commit '6de1301b492a1d8450fa61fcff6a3e34437b8891':
Fix bug 3245465 - Themed dialog icons
2011-01-08 13:24:49 -08:00
Adam Powell
6de1301b49
am 947f7824: Fix bug 3245465 - Themed dialog icons
...
* commit '947f7824118f0e9b642df8760a8725a7eda59318':
Fix bug 3245465 - Themed dialog icons
2011-01-08 13:22:47 -08:00
Dianne Hackborn
81741147a8
am 4bc6bb85: am 97b0b7bb: am 3ea5728e: Tweak level at which we reset battery stats to 90%.
...
* commit '4bc6bb85df4f3d9ebf3d04ecad16aef3307c508f':
Tweak level at which we reset battery stats to 90%.
2011-01-08 13:15:41 -08:00
Shih-wei Liao
41b03e8c71
am 4d46ecb0: Merge "For caching, didn\'t do CompileBC. Rename bccCompileBC as bccPrepareExecutable." into honeycomb
...
* commit '4d46ecb0759d5adfdb4015a27e2a596115180286':
For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable.
2011-01-08 13:14:06 -08:00
Robert Ly
8357deec0c
am 67c2d979: Doc change: fixing links set 3
...
* commit '67c2d979e39f3ad9d9cf19bc99002ad4af19ee5c':
Doc change: fixing links set 3
2011-01-08 13:14:03 -08:00
Robert Ly
dcb9f80833
am 293b850d: Doc change: fixing links set 2
...
* commit '293b850da6780184e6014e661841f1f3051b0af2':
Doc change: fixing links set 2
2011-01-08 13:13:57 -08:00
Robert Ly
8032cb4785
am c74a69a8: Doc Change: Fixing broken links and miscellaneous text revisions to support link fixing
...
* commit 'c74a69a89a0f65bca87520928a714ed20c45873d':
Doc Change: Fixing broken links and miscellaneous text revisions to support link fixing
2011-01-08 13:13:53 -08:00
Adam Powell
947f782411
Fix bug 3245465 - Themed dialog icons
...
Added light/dark versions of holo dialog icons. Apps using
AlertDialogs that wish to use the system dialog icon should use
setIconAttribute(android.R.attr.alertDialogIcon) instead of
setIcon(android.R.drawable.ic_alert_dialog).
Change-Id: I40793a3164478be5ffa045ededfcab8210753a4b
2011-01-08 13:09:51 -08:00
Robert Ly
3e770a7f92
resolved conflicts for merge of ec5ca94c to master
...
Change-Id: Id24be07a6a4abf1beec5f9dc6da6b752201c4838
2011-01-08 13:01:27 -08:00
Dianne Hackborn
4bc6bb85df
am 97b0b7bb: am 3ea5728e: Tweak level at which we reset battery stats to 90%.
...
* commit '97b0b7bbd41bf3bc6095a513c329e1143300ec3a':
Tweak level at which we reset battery stats to 90%.
2011-01-08 06:49:05 -08:00
Shih-wei Liao
a0c0ca981d
am 3ba2bf42: Merge "1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.) 2. Prepare on-device linking. 3. Clean up code." into honeycomb
...
* commit '3ba2bf42c50dfa05bf672124eb3d2ef8c02f183e':
1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.) 2. Prepare on-device linking. 3. Clean up code.
2011-01-08 04:40:36 -08:00