Dianne Hackborn
dc3bb35b67
am 4989aa7d: Merge "Fix issue #3385054 : HRI24 never enters suspend (LP0) - IKXEVEREST-3439" into honeycomb
...
* commit '4989aa7da319e4fcf95a92c4a2d6f2cf1ed6d563':
Fix issue #3385054 : HRI24 never enters suspend (LP0) - IKXEVEREST-3439
2011-01-24 22:53:25 -08:00
Dianne Hackborn
98d169eacd
am 5d9d03a0: Maybe fix issue #3093599 : java.lang.IndexOutOfBoundsException...
...
* commit '5d9d03a0234faa3cffd11502f973057045cafe82':
Maybe fix issue #3093599 : java.lang.IndexOutOfBoundsException...
2011-01-24 22:12:36 -08:00
Dianne Hackborn
c2d9c8e20b
Fix issue #3385054 : HRI24 never enters suspend (LP0) - IKXEVEREST-3439
...
Um. My fix for calling onReceive() even after a receiver is
unregistered actually made it so onReceive() is never called for
the result receiver of a broadcast.
Change-Id: I30efe05d8fdec6fee4222b7d797f2b303073dbcc
2011-01-24 21:59:21 -08:00
Dianne Hackborn
5d9d03a023
Maybe fix issue #3093599 : java.lang.IndexOutOfBoundsException...
...
...Invalid index 0, size is 0 at
android.app.ActivityThread.performPauseActivity(ActivityThread.java:2326)
It looks like if an arrow key is dispatched between the time the
list view is told its data set has changed and it does the resulting
layout pass, we could try to move the position to a now invalid
index. This may prevent that from happening.
Also put in a better error message if saving state of a fragment
whose target is no longer in the fragment manager.
And fix a bug in PackageManager where we could return a null from
queryIntentActivities().
And add a new API to find out whether a fragment is being removed,
to help fix issue #3306021 : NPE at
android.app.AlertDialog.getDefaultDialogTheme(AlertDialog.java)
Next, for new HC apps we can delay committing data to
storage until the activity is stopped.
Finally, use the new multi-threaded AyncTask executor in a few
places, so we don't have worked blocked by long-running tasks from
the application.
Change-Id: I27b2aafedf2e1bf3a2316309889613fa539760f3
2011-01-24 21:23:03 -08:00
Dianne Hackborn
802fb15d2a
am 9476f045: Merge "Fix issue #3215261 : NPE in WiFi Settings" into honeycomb
...
* commit '9476f04590ebea2d74ebb60775f2648323239512':
Fix issue #3215261 : NPE in WiFi Settings
2011-01-23 17:48:23 -08:00
Dianne Hackborn
89ba6750e5
Fix issue #3215261 : NPE in WiFi Settings
...
And also fix #3343369 : EGL_BAD_DISPLAY and/or broadcast intent
TIME_SET before boot completion
And a few more tweaks to animations to keep the wallpaper displayed
when needed.
And make more use of the drag and drop "rotation disabled" thing to
also use it while animating the screen rotation, since if we try to
start a new rotation while doing the animation we end up with a mess.
Change-Id: I373af305a6e23a92835abed96229a83e173f67ce
2011-01-23 17:35:08 -08:00
Dianne Hackborn
db4e32fe68
am f36af164: Merge "Whoops, actually exclude pre-HC apps." into honeycomb
...
* commit 'f36af16479e252bec168ed181885ec21d9df46f5':
Whoops, actually exclude pre-HC apps.
2011-01-22 13:09:01 -08:00
Dianne Hackborn
f36af16479
Merge "Whoops, actually exclude pre-HC apps." into honeycomb
2011-01-22 13:06:48 -08:00
Dianne Hackborn
842e04b221
Whoops, actually exclude pre-HC apps.
...
Change-Id: I7266b3a622ae65f350bdb2a0eb6557b481a14365
2011-01-22 13:00:12 -08:00
Dianne Hackborn
8a0f175600
am 5503d803: Merge "Fix issue #3377999 : Activities need to be stopped when sleeping" into honeycomb
...
* commit '5503d803ecee63d417128d3849717b59b971fc08':
Fix issue #3377999 : Activities need to be stopped when sleeping
2011-01-22 11:51:40 -08:00
Dianne Hackborn
5503d803ec
Merge "Fix issue #3377999 : Activities need to be stopped when sleeping" into honeycomb
2011-01-22 11:38:48 -08:00
Dianne Hackborn
3da75ab90c
am 3a56ce3a: Merge "Fix some error messages, turn off logging." into honeycomb
...
* commit '3a56ce3ab30a72c359bf64cf75bdce6ab03f2b7a':
Fix some error messages, turn off logging.
2011-01-21 16:46:35 -08:00
Dianne Hackborn
ec541e1787
Fix some error messages, turn off logging.
...
Change-Id: Ifcd2c0f0ad137485896144d2248361aeb0a05600
2011-01-21 16:44:04 -08:00
Dianne Hackborn
4eba96bb31
Fix issue #3377999 : Activities need to be stopped when sleeping
...
This is a band-aid over the existing kludgy stopping mechanism
where the semantics of stop are different in the activity manager
than in the clients.
This change is intended to be as unobtrusive as possible, only
impacting the sleep case. I have a different change that
completely reworks how we stop activities to simply this all
a lot by unifying the semantics between the server and client.
However, it is too late in HC for such an extensive change. Later
I'll revert this one and put in the better solution.
Change-Id: Id77f2db1ec83469cdd888acb8fbc4679daa7766e
2011-01-21 13:42:26 -08:00
Nick Pelly
11ce84fcaa
resolved conflicts for merge of 97ac2935 to honeycomb-plus-aosp
...
Change-Id: I5b510a3598adf17b738ecfe6bf8fbc47f7111350
2011-01-21 09:41:40 -08:00
Adam Powell
b6b4711648
am 9a161b09: Merge "SearchView API Review - bug 3370353 and bug 3370338" into honeycomb
...
* commit '9a161b0981ad41169d006186979b7648a2acfd56':
SearchView API Review - bug 3370353 and bug 3370338
2011-01-20 21:42:31 -08:00
Adam Powell
9a161b0981
Merge "SearchView API Review - bug 3370353 and bug 3370338" into honeycomb
2011-01-20 18:44:32 -08:00
Adam Powell
01f2135465
SearchView API Review - bug 3370353 and bug 3370338
...
Renaming as per API council review
Change-Id: Id889be5a708fdc295ee50bb1b05014b2ff72122c
2011-01-20 18:30:10 -08:00
Dianne Hackborn
d79b8b173c
am 27044f1d: Merge "Fix issue #3352125 : Crash after clearing search query" into honeycomb
...
* commit '27044f1d4c5765388a745527b220a3a574c4f834':
Fix issue #3352125 : Crash after clearing search query
2011-01-20 17:14:41 -08:00
Brad Fitzpatrick
7204528e71
am 9358bd39: Merge "Fixes for StrictMode instance count checking." into honeycomb
...
* commit '9358bd39dc8829ef8413294da70d44cd928ca878':
Fixes for StrictMode instance count checking.
2011-01-20 17:07:41 -08:00
Adam Powell
8bbec79447
am 9c91c7e2: Merge "Fix bug 3362375 - API REVIEW: remove unused public \'up\' id" into honeycomb
...
* commit '9c91c7e27fbfff5abc34e19779a9477239ab9b10':
Fix bug 3362375 - API REVIEW: remove unused public 'up' id
2011-01-20 17:06:35 -08:00
Joe Onorato
2d821b8cb8
am 913d04aa: Merge "Don\'t log the full stack trace when we can\'t load a resource." into honeycomb
...
* commit '913d04aa3b187beffd7691acb1e61a8b09810bbe':
Don't log the full stack trace when we can't load a resource.
2011-01-20 17:04:13 -08:00
Dianne Hackborn
27044f1d4c
Merge "Fix issue #3352125 : Crash after clearing search query" into honeycomb
2011-01-20 16:57:34 -08:00
Brad Fitzpatrick
5f8b5c191c
Fixes for StrictMode instance count checking.
...
Misc stuff found after looking at the first day of data, Jesse's
review, and comments from Dianne about tracking Activity counts
better.
Change-Id: Ifee1ef8f59f41061d4aac8c02765627dbf3cd8e4
2011-01-20 15:12:08 -08:00
Dianne Hackborn
6e1bf6a305
Fix issue #3352125 : Crash after clearing search query
...
Don't deliver data arriving from a Loader after the application
has moved on to a new Loader.
Also throttle the number of Loaders will have actively running
for a particular ID.
Oh, and documentation. Documentation is good.
Change-Id: I5a5cfdbb8c9bfb320ffc014f99e37fe7e3001382
2011-01-20 14:58:40 -08:00
Adam Powell
9c91c7e27f
Merge "Fix bug 3362375 - API REVIEW: remove unused public 'up' id" into honeycomb
2011-01-20 14:39:56 -08:00
Adam Powell
1264c33163
Fix bug 3362375 - API REVIEW: remove unused public 'up' id
...
Fix bug 3362453 - API REVIEW: android.app.ActionBar
Change-Id: I4e0233cd9355a47682bfe7b4a7fda39801586f1a
2011-01-20 13:25:08 -08:00
Joe Onorato
913d04aa3b
Merge "Don't log the full stack trace when we can't load a resource." into honeycomb
2011-01-20 12:33:34 -08:00
Joe Onorato
08f1654417
Don't log the full stack trace when we can't load a resource.
...
Bug: 3369315
Change-Id: I3a586bbefccbd59a0e99d712efe9a1cd3da6d058
2011-01-20 11:50:12 -08:00
Romain Guy
1eaac21e6f
am 68c56a51: Merge "Documentation fix." into honeycomb
...
* commit '68c56a51b32b5f5322c4f0f7dbba918712ad6473':
Documentation fix.
2011-01-20 11:00:19 -08:00
Romain Guy
482b34a6f8
Documentation fix.
...
Activity's documentation wasn't clear on what would happen when
calling setContentView(View).
Change-Id: I37be6565ba897694460c80a39562346293faa8ea
2011-01-20 10:59:28 -08:00
Dianne Hackborn
1426d6bdd8
am b26a651b: Merge "Hook up large heap API." into honeycomb
...
* commit 'b26a651b47b5fc90a6685477aff5b76fdd1787f1':
Hook up large heap API.
2011-01-19 16:30:53 -08:00
Dianne Hackborn
b26a651b47
Merge "Hook up large heap API." into honeycomb
2011-01-19 16:28:31 -08:00
Dianne Hackborn
de39851592
Hook up large heap API.
...
Change-Id: I215644f8de326fe3d4fa582447885b0aa01f72d3
2011-01-19 16:13:18 -08:00
Joe Onorato
201dd78412
am cb109a0e: Add docs for Notification.Builder.
...
* commit 'cb109a0eeaca12cdd954c567da4fc5f45a23213b':
Add docs for Notification.Builder.
2011-01-19 15:34:04 -08:00
Joe Onorato
cb109a0eea
Add docs for Notification.Builder.
...
Bug: 3362451
Change-Id: I8f16a7f266812190dc8d06751f5ca914e2050111
2011-01-19 15:29:30 -08:00
Brad Fitzpatrick
bd80a12cba
resolved conflicts for merge of 9240f16d to honeycomb-plus-aosp
...
Change-Id: I6e595bb11a5a692ccd730b9d1d2aa367063a61f5
2011-01-19 15:19:08 -08:00
Brad Fitzpatrick
bfbe577110
StrictMode: class instance limits (track object "leaks")
...
Change-Id: I2db5a19060c2013078feb88a91caf655469b2f98
2011-01-19 14:52:08 -08:00
Dianne Hackborn
2ec5a7160b
am 36c84403: Merge "Fix issue #3362484 : Can\'t dismiss activity picker by tapping outside dialog" into honeycomb
...
* commit '36c84403ec07439d11ed284ac5f9a9db807fbf92':
Fix issue #3362484 : Can't dismiss activity picker by tapping outside dialog
2011-01-18 15:32:44 -08:00
Dianne Hackborn
36c84403ec
Merge "Fix issue #3362484 : Can't dismiss activity picker by tapping outside dialog" into honeycomb
2011-01-18 15:31:21 -08:00
Dianne Hackborn
cfaf8878de
Fix issue #3362484 : Can't dismiss activity picker by tapping outside dialog
...
Change-Id: Idc2fe5a86c61e8f94fe9d902a0087a05f6f7918e
2011-01-18 15:28:41 -08:00
Brad Fitzpatrick
7adf848183
am b4f655d5: Merge "StrictMode class instance limit interface." into honeycomb
...
* commit 'b4f655d5912869078cb7be29d108ebfea06019fc':
StrictMode class instance limit interface.
2011-01-18 13:13:07 -08:00
Brad Fitzpatrick
758035757f
StrictMode class instance limit interface.
...
Change-Id: Ic5eea539586e5d4965d83364bf9f623d1d89f2b1
2011-01-18 11:38:37 -08:00
Jeff Hamilton
97ac293507
am 0716ea14: Merge "Javadoc updates for NFC." into gingerbread
...
* commit '0716ea144d94b9dfce4670e90a849db19a492da9':
Javadoc updates for NFC.
2011-01-18 11:26:39 -08:00
Jeff Hamilton
0716ea144d
Merge "Javadoc updates for NFC." into gingerbread
2011-01-18 11:01:55 -08:00
Jeff Hamilton
ce3224cda5
Javadoc updates for NFC.
...
Change-Id: Ibd91829979576297599fbcc9eb8054924af1d527
2011-01-18 10:57:30 -08:00
Dianne Hackborn
ad81f4ffb8
am f4c4b666: Merge "Remove old APIs." into honeycomb
...
* commit 'f4c4b666234d0e5c510c846b13382b77175f10e1':
Remove old APIs.
2011-01-18 07:34:09 -08:00
Dianne Hackborn
2d6dae2f4d
am 80ad0b0a: Merge "Fix a bunch of API review bugs." into honeycomb
...
* commit '80ad0b0aeb5a55d2e62aaaf18863253501b87b60':
Fix a bunch of API review bugs.
2011-01-17 20:00:20 -08:00
Dianne Hackborn
17b9b81418
Remove old APIs.
...
Change-Id: If676e4e7886ad71c4959d4253db99639b49218b8
2011-01-17 17:16:02 -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