Adam Powell
0acd32fddf
am 4b8bb8b0: am 70359ce2: Merge "Fix bug 3050138 - Action bar does not display correctly when many action items are added" into honeycomb
...
* commit '4b8bb8b01aa9c2eb2b94318009d6e84387ee0b01':
Fix bug 3050138 - Action bar does not display correctly when many action items are added
2011-01-16 23:06:04 -08:00
Adam Cohen
efc47c52cf
am 760534a6: am 67e8915c: Merge "Fixing StackView bugs:" into honeycomb
...
* commit '760534a68aebc761bd12a9cccf76135cb3e5ce3d':
Fixing StackView bugs:
2011-01-16 23:05:39 -08:00
Kenny Root
a9d5188cc6
am d259468f: am fc28f412: Merge "Put externalSize measurements in PackageStats" into honeycomb
...
* commit 'd259468fe92b9714b45a134e781ce09681e70217':
Put externalSize measurements in PackageStats
2011-01-16 23:05:15 -08:00
Jim Miller
a3006a46d0
am 3530ebe4: resolved conflicts for merge of 578e73da to honeycomb-plus-aosp
...
* commit '3530ebe451fea39b159baa9b8c9f9cd851de42a3':
Fix 3106227: use WeakReferences for receivers in DigitalClock class
2011-01-16 23:04:55 -08:00
Romain Guy
b48e32803f
am aa00dd65: am 94677083: Merge "Fix 9patch rendering in ExpandableListView." into honeycomb
...
* commit 'aa00dd650ca1d9b9499bdb9bcdc7182b35fce0f0':
Fix 9patch rendering in ExpandableListView.
2011-01-16 23:03:11 -08:00
Patrick Dubroy
b1769b5d6c
am 8a0efde5: am 6e72ff90: Merge "Fix latent bug with reinitializing an ObjectAnimator." into honeycomb
...
* commit '8a0efde52a79e93809597736dc0de22a138d884c':
Fix latent bug with reinitializing an ObjectAnimator.
2011-01-16 23:02:48 -08:00
Joe Onorato
150c51d013
am bda28700: am c45389fd: Merge "fix the build... sorry... bad docs..." into honeycomb
...
* commit 'bda28700e3b61fbb18d24f62886bc366f444a54a':
fix the build... sorry... bad docs...
2011-01-16 23:02:15 -08:00
Patrick Dubroy
dd5abe2b2d
am 6943e5e8: am 149da0d4: Merge "Fix animation bugs caused by weak reference" into honeycomb
...
* commit '6943e5e8aefee2e89f76dcf989123e2139ca20be':
Fix animation bugs caused by weak reference
2011-01-16 23:01:49 -08:00
Dianne Hackborn
f2d4c9ec33
am 8a3a5320: am bdacefba: Merge "Change FLAG_FORWARD_LOCK back to its original value to not break things." into honeycomb
...
* commit '8a3a5320e616b79a227e5e1e4bc22b0b909925e1':
Change FLAG_FORWARD_LOCK back to its original value to not break things.
2011-01-16 23:01:38 -08:00
Joe Onorato
3ce6e50ece
am 4e0a956c: am 1ddf75a3: Merge "Change the default of how AsyncTask enqueues." into honeycomb
...
* commit '4e0a956c5a681bbd97b6718132f909affecf390c':
Change the default of how AsyncTask enqueues.
2011-01-16 23:00:59 -08:00
Romain Guy
8675b3f79d
am 761ae69b: am 3c372789: Merge "Don\'t dispatchDetachedFromWindow() if the View was not attached." into honeycomb
...
* commit '761ae69b7cb5639a5f468f258848578a6c8feb72':
Don't dispatchDetachedFromWindow() if the View was not attached.
2011-01-16 23:00:35 -08:00
Dianne Hackborn
3b403694be
am 64e30643: am c237bb27: Merge "Add manifest API to request a large heap." into honeycomb
...
* commit '64e306430570fcfb35a1b14e1b333ad114b23829':
Add manifest API to request a large heap.
2011-01-16 22:59:39 -08:00
Chet Haase
ac4e2cbbb1
am 15401dc2: am 598913a6: Merge "Remove obsolete DoubleEvaluator" into honeycomb
...
* commit '15401dc2c22d53bdecd7441370630b95fad8691c':
Remove obsolete DoubleEvaluator
2011-01-16 22:59:06 -08:00
Amith Yamasani
e5094700cf
am fac8e262: am fe75749c: Merge "Fix position and size of searchfield and buttons." into honeycomb
...
* commit 'fac8e262a16c36d7467afd59b1029024a1afb2aa':
Fix position and size of searchfield and buttons.
2011-01-16 22:58:19 -08:00
Adam Powell
4b8bb8b01a
am 70359ce2: Merge "Fix bug 3050138 - Action bar does not display correctly when many action items are added" into honeycomb
...
* commit '70359ce27d39222ef023078e5a461aee28bb7be1':
Fix bug 3050138 - Action bar does not display correctly when many action items are added
2011-01-16 17:31:32 -08:00
Adam Powell
70359ce27d
Merge "Fix bug 3050138 - Action bar does not display correctly when many action items are added" into honeycomb
2011-01-16 17:28:05 -08:00
Adam Powell
36fced9b21
Fix bug 3050138 - Action bar does not display correctly when many
...
action items are added
Rules for action bar overflow:
Items are considered for inclusion in the order specified within the
menu. There is a limit of a total count, optionally including the
overflow menu button itself. This is a soft limit; if an item shares a
group ID with an item previously included as an action item, the new
item will stay with its group and become an action item itself even if
it breaks the max item count limit. This is done to limit the
conceptual complexity of the items presented within an action
bar. Only a few unrelated concepts should be presented to the user in
this space, and groups are treated as a single concept.
There is also a hard limit of consumed measurable space. This limit
may be broken by a single item that exceeds the remaining space, but
no further items may be added. If an item that is part of a group
cannot fit within the remaining measured width, the entire group will
be demoted to overflow. This is done to ensure room for navigation and
other affordances in the action bar as well as reduce general UI
clutter.
The space freed by demoting a full group cannot be consumed by future
menu items. Once items begin to overflow, all future items become
overflow items as well. This is to avoid inadvertent reordering that
may break the app's intended design.
Change-Id: I878f6b15619059258c91c01f4fe838feac161d6d
2011-01-16 17:20:23 -08:00
Adam Cohen
760534a68a
am 67e8915c: Merge "Fixing StackView bugs:" into honeycomb
...
* commit '67e8915c94b4e841c80ce034c212d4f0cf9a5098':
Fixing StackView bugs:
2011-01-16 17:10:22 -08:00
Adam Cohen
67e8915c94
Merge "Fixing StackView bugs:" into honeycomb
2011-01-16 17:08:40 -08:00
Adam Cohen
c99ff7390d
Fixing StackView bugs:
...
-> Single item in loop mode (Issue: 3290092)
-> ITEMS_SLIDE_UP compatibility (Issue: 3134989)
Change-Id: I7fb662c388bfa57c7837a8a5225d33d839aed404
2011-01-16 17:07:55 -08:00
Kenny Root
d259468fe9
am fc28f412: Merge "Put externalSize measurements in PackageStats" into honeycomb
...
* commit 'fc28f412b54d811c61d4997ea94c79875f9ad015':
Put externalSize measurements in PackageStats
2011-01-16 16:59:24 -08:00
Kenny Root
fc28f412b5
Merge "Put externalSize measurements in PackageStats" into honeycomb
2011-01-16 16:56:44 -08:00
Jim Miller
3530ebe451
resolved conflicts for merge of 578e73da to honeycomb-plus-aosp
...
Change-Id: I334ae5382220a84881521885b6e3c3991fd8bbb0
2011-01-16 16:55:28 -08:00
Kenny Root
366949c2d9
Put externalSize measurements in PackageStats
...
When measuring a package's usage, put the external size in the
PackageStats as well. This will allow programs using a lot of space on
the external card to be held accountable.
Bug: 3308791
Change-Id: If2df07bdbf6ffb31577074fad8f4a87ca4e89086
2011-01-16 16:21:15 -08:00
Jim Miller
578e73dac8
am 6687ecb4: Merge "Fix 3106227: use WeakReferences for receivers in DigitalClock class" into gingerbread
...
* commit '6687ecb447025a1c56253d0fd67ad30af070db17':
Fix 3106227: use WeakReferences for receivers in DigitalClock class
2011-01-16 16:16:57 -08:00
Jim Miller
6687ecb447
Merge "Fix 3106227: use WeakReferences for receivers in DigitalClock class" into gingerbread
2011-01-16 16:14:52 -08:00
Romain Guy
aa00dd650c
am 94677083: Merge "Fix 9patch rendering in ExpandableListView." into honeycomb
...
* commit '94677083ab4c56ffef4a8a68d011d19333ab46c2':
Fix 9patch rendering in ExpandableListView.
2011-01-16 15:17:10 -08:00
Romain Guy
94677083ab
Merge "Fix 9patch rendering in ExpandableListView." into honeycomb
2011-01-16 15:14:39 -08:00
Romain Guy
fb13abd800
Fix 9patch rendering in ExpandableListView.
...
Change-Id: I60843d61a40b0cb7dd09923cb4489a5a76f20486
2011-01-16 15:16:38 -08:00
Patrick Dubroy
8a0efde52a
am 6e72ff90: Merge "Fix latent bug with reinitializing an ObjectAnimator." into honeycomb
...
* commit '6e72ff9082f82885d738f637d40bfe43d267107a':
Fix latent bug with reinitializing an ObjectAnimator.
2011-01-16 14:58:12 -08:00
Patrick Dubroy
6e72ff9082
Merge "Fix latent bug with reinitializing an ObjectAnimator." into honeycomb
2011-01-16 14:56:36 -08:00
Joe Onorato
bda28700e3
am c45389fd: Merge "fix the build... sorry... bad docs..." into honeycomb
...
* commit 'c45389fd3791badf097666f10a74ae736b06d438':
fix the build... sorry... bad docs...
2011-01-16 14:47:46 -08:00
Joe Onorato
c45389fd37
Merge "fix the build... sorry... bad docs..." into honeycomb
2011-01-16 14:45:48 -08:00
Patrick Dubroy
7beecfaf3b
Fix latent bug with reinitializing an ObjectAnimator.
2011-01-16 14:42:53 -08:00
Patrick Dubroy
6943e5e8ae
am 149da0d4: Merge "Fix animation bugs caused by weak reference" into honeycomb
...
* commit '149da0d4087d07bcf70c5b53a76c66f2a70886fc':
Fix animation bugs caused by weak reference
2011-01-16 14:34:10 -08:00
Patrick Dubroy
149da0d408
Merge "Fix animation bugs caused by weak reference" into honeycomb
2011-01-16 14:32:26 -08:00
Joe Onorato
9bb85ab3af
fix the build... sorry... bad docs...
...
Change-Id: I4b543f306d58ec95693c8e3515dffcb7dd55dc29
2011-01-16 14:30:55 -08:00
Dianne Hackborn
8a3a5320e6
am bdacefba: Merge "Change FLAG_FORWARD_LOCK back to its original value to not break things." into honeycomb
...
* commit 'bdacefba95dcd2680b17120d1721167f5c7990c3':
Change FLAG_FORWARD_LOCK back to its original value to not break things.
2011-01-16 14:27:03 -08:00
Dianne Hackborn
bdacefba95
Merge "Change FLAG_FORWARD_LOCK back to its original value to not break things." into honeycomb
2011-01-16 14:25:14 -08:00
Patrick Dubroy
51ae5fc2d2
Fix animation bugs caused by weak reference
...
Change-Id: I4c7bd9d4843c355efd9c89059462f19600c3be45
2011-01-16 14:23:15 -08:00
Joe Onorato
4e0a956c5a
am 1ddf75a3: Merge "Change the default of how AsyncTask enqueues." into honeycomb
...
* commit '1ddf75a3df38c3e9b56ed626da52662dd0694279':
Change the default of how AsyncTask enqueues.
2011-01-16 13:55:39 -08:00
Joe Onorato
1ddf75a3df
Merge "Change the default of how AsyncTask enqueues." into honeycomb
2011-01-16 13:52:41 -08:00
Dianne Hackborn
75e616e820
Change FLAG_FORWARD_LOCK back to its original value to not break things.
...
Change-Id: Ib9a38521cc5031a81bae5a830aaf458b8a5ee7a5
2011-01-16 13:31:24 -08:00
Romain Guy
761ae69b7c
am 3c372789: Merge "Don\'t dispatchDetachedFromWindow() if the View was not attached." into honeycomb
...
* commit '3c372789ea0b7836c6a9fe4852fac0de3f29fbbf':
Don't dispatchDetachedFromWindow() if the View was not attached.
2011-01-16 13:30:43 -08:00
Romain Guy
3c372789ea
Merge "Don't dispatchDetachedFromWindow() if the View was not attached." into honeycomb
2011-01-16 13:28:38 -08:00
Joe Onorato
81de61bfdd
Change the default of how AsyncTask enqueues.
...
The default is now to serialize everything onto the thread pool. If you would
like to have finer grained control over how AsyncTasks are executed, you can
call the new executeOnExecutor method, which takes a custom Executor. The
pool used by the default is handily now accessible as THREAD_POOL_EXECUTOR.
This change is because it is too tempting to convert single threaded Janky™
code to use AsyncTask in a way that is unsafe and ends up calling the
AsyncTasks in parallel.
Also, this adds a static execute(Runnable) method to AsyncTask that posts
onto the serialized queue, so that if you don't have any parameters or
return values, you can just use Runnable instead of AsyncTask.
Change-Id: I91bdfb00193542bfc2e101bcad56e3430421884a
2011-01-16 13:09:52 -08:00
Romain Guy
90fc03bc49
Don't dispatchDetachedFromWindow() if the View was not attached.
...
Change-Id: I36cb697be76c8c03497284563dc339c5367559c6
2011-01-16 13:07:15 -08:00
Dianne Hackborn
64e3064305
am c237bb27: Merge "Add manifest API to request a large heap." into honeycomb
...
* commit 'c237bb2776facbfd3325ef23865fd7f6ced67f17':
Add manifest API to request a large heap.
2011-01-16 12:47:57 -08:00
Dianne Hackborn
c237bb2776
Merge "Add manifest API to request a large heap." into honeycomb
2011-01-16 12:45:07 -08:00
Dianne Hackborn
3b81bc18bb
Add manifest API to request a large heap.
...
You can now do android:largeHeap="true" on an application.
Doesn't yet do anything, waiting for Dalvik API.
Also tweak package parsing so that the SDK API level is set in the
configuration, allowing manifest resource value selection based on
that.
Change-Id: I6e035f9702a97b055416743b88f83a22ba4a9584
2011-01-16 12:08:38 -08:00