summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Activity.java
Commit message (Expand)AuthorAgeFilesLines
* docs: a few doc bugsScott Main2013-01-081-1/+1
* Fix issue #7273573: Need API to find out if activity is destroyedDianne Hackborn2012-10-021-0/+10
* Create main activity intents as needed for TaskStackBuilder/Up navAdam Powell2012-09-161-1/+15
* Nested fragments.Dianne Hackborn2012-09-061-25/+45
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-1/+2
* Fix issue #7016987: Unable to attach a picture in gmail/emaill composer action.Dianne Hackborn2012-08-231-0/+26
* Refactor for multi-display support.Jeff Brown2012-08-191-4/+6
* More view hierarchy, fragment debugging.Dianne Hackborn2012-08-171-0/+23
* Fun with Up navigationAdam Powell2012-07-191-1/+6
* Add aapt support for generating proguard rules for onClick methods.Dianne Hackborn2012-05-181-1/+1
* Fix activity resolver, issues #6519130 and #6507239Dianne Hackborn2012-05-181-1/+2
* Handle returning a result from automatic up navigation from anotherAdam Powell2012-05-151-1/+10
* Fix for toggling menu item visibility outside of create/prepare menuAdam Powell2012-05-081-1/+1
* Fix a bug in Activity Up navigation dispatchingAdam Powell2012-05-071-3/+2
* Merge "Fix javadoc." into jb-devPin Ting2012-05-061-1/+1
|\
| * Fix javadoc.Pin Ting2012-04-261-1/+1
* | Clarify documentation about when Activity#onCreateNavigateUpTaskStackAdam Powell2012-05-021-0/+4
* | Fix documentation of Activity#navigateUpTo() to describe its actualAdam Powell2012-05-021-2/+7
* | API modifications for TaskStackBuilderAdam Powell2012-05-011-1/+1
* | Use finishAffinity for automatic up navigationAdam Powell2012-04-261-1/+1
* | Add new Activity.finishAffinity() method.Dianne Hackborn2012-04-261-0/+30
|/
* am 0691f70a: am 13bb0791: Merge "docs: Added missing comma in code snippet. B...Quddus Chong2012-04-181-1/+1
|\
| * am 13bb0791: Merge "docs: Added missing comma in code snippet. Bug: 6322757" ...Quddus Chong2012-04-181-1/+1
| |\
| | * docs: Added missing comma in code snippet.Quddus Chong2012-04-131-1/+1
| | * DO NOT MERGE: Make component names visible in javadoc.Jeff Sharkey2012-04-111-1/+1
| * | Make immersive mode public & imply update lockingChristopher Tate2012-03-191-2/+0
| |/
* | Merge "Make component names visible in javadoc."Jeff Sharkey2012-04-111-1/+1
|\ \
| * | Make component names visible in javadoc.Jeff Sharkey2012-04-111-1/+1
* | | Some small tweaks to improve memory management.Dianne Hackborn2012-04-101-0/+12
|/ /
* | Tweaks to Activity up navigationAdam Powell2012-04-091-12/+23
* | TaskStackBuilder and Activity navigation features for frameworkAdam Powell2012-04-051-2/+216
* | Add new thumbnail animation.Dianne Hackborn2012-03-231-1/+1
* | Start using the new activity options argument.Dianne Hackborn2012-03-191-12/+31
* | Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-141-43/+263
* | Merge "ActivityManager: add option to allow OpenGL trace."Siva Velusamy2012-03-121-6/+5
|\ \
| * | ActivityManager: add option to allow OpenGL trace.Siva Velusamy2012-03-121-6/+5
* | | Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-2/+2
|/ /
* | Add new Intent API for associating a ClipData with an Intent.Dianne Hackborn2012-03-081-2/+22
|/
* Merge "docs: add developer guide cross-references, Project ACRE"Joe Fernandez2011-10-041-13/+16
|\
| * docs: add developer guide cross-references, Project ACREJoe Fernandez2011-10-041-13/+16
* | Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-0/+7
|/
* docs: adding warning to managedQuery() JavaDoc about cursor.close()Joe Fernandez2011-09-061-0/+22
* Fix issue #5039287: Listen dies on back key on ICS but not on GingerbreadDianne Hackborn2011-09-011-3/+6
* Fix issues 5158104 and 4981556 (fragment problems)Dianne Hackborn2011-08-291-2/+0
* Add new am option to profile the launching of an activity.Dianne Hackborn2011-08-151-1/+2
* New extended Intent protcols for installing/uninstalling apps.Dianne Hackborn2011-08-101-40/+40
* Fix bug 5098288 - Rethink the suite of new themesAdam Powell2011-08-021-0/+3
* Various work on out of memory managment.Dianne Hackborn2011-07-291-4/+18
* Fix bug 5079507 - ICS (phone) : ActionBar tabs don't correctly resizeAdam Powell2011-07-281-4/+6
* Fix bug 5087752 - Maintain correct contrast against action bars inAdam Powell2011-07-281-1/+13