summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Activity.java
Commit message (Expand)AuthorAgeFilesLines
* Fix doc build.Ying Wang2013-04-181-2/+2
* Fix issue #7643046: Activity.getCallingPackage() bogusly returns null...Dianne Hackborn2013-04-111-4/+10
* Warn when exposing file:// Uris beyond a process.Jeff Sharkey2013-04-031-6/+10
* App ops: vibration, neighboring cells, dialing, etc.Dianne Hackborn2013-02-011-1/+1
* Add new API to propagate contextual data to the assist actionDianne Hackborn2013-01-231-0/+14
* am 782b0f71: am 4459827f: am 25505f95: am cdf5106a: docs: a few doc bugsScott Main2013-01-081-1/+1
|\
| * am 4459827f: am 25505f95: am cdf5106a: docs: a few doc bugsScott Main2013-01-081-1/+1
| |\
| | * docs: a few doc bugsScott Main2013-01-081-1/+1
* | | am 41bb82be: Merge "Fix NullpointException problem in onMenuItemSelected"Adam Powell2013-01-031-2/+8
|\ \ \
| * | | Fix NullpointException problem in onMenuItemSelectedzobject2012-12-151-2/+8
* | | | am 534de491: Merge "Make immersive mode public & imply update locking" into j...Christopher Tate2012-12-111-4/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Make immersive mode public & imply update lockingChristopher Tate2012-12-101-4/+3
| |/
* | Fix EventLog string class problem in onOptionMenuSelectedzobject2012-12-101-2/+2
|/
* 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
|/