summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Instrumentation.java
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #7016987: Unable to attach a picture in gmail/emaill composer action.Dianne Hackborn2012-08-231-0/+61
* Fix (mostly) issue #5109947: Race condition between retrieving a...Dianne Hackborn2012-05-291-1/+6
* Request key maps from input manager service.Jeff Brown2012-04-101-3/+5
* Move some APIs from window manager to input manager.Jeff Brown2012-04-051-12/+31
* Copy EXTRA_STREAM into ClipData and grant.Jeff Sharkey2012-03-231-0/+2
* Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-141-15/+15
* ActivityManager: add option to allow OpenGL trace.Siva Velusamy2012-03-121-2/+3
* Added missing comments in Instrumentation#sendStringSyncSvetoslav Ganov2011-11-111-0/+5
* Instrumentation sendStringSync(String) may try to inject obsolete events.Svetoslav Ganov2011-11-111-9/+8
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-0/+3
* Add new am option to profile the launching of an activity.Dianne Hackborn2011-08-151-2/+2
* waitWithTimeout() needs to check if the result is already available, like wai...Costin Manolache2011-07-171-3/+5
* resolved conflicts for merge of 77dd616e to masterDianne Hackborn2011-05-251-1/+1
|\
| * More compatibility mode improvements.Dianne Hackborn2011-05-241-1/+1
* | Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-1/+0
|/
* resolved conflicts for merge of 06bb3aef to honeycomb-plus-aospJeff Hamilton2011-01-141-0/+1
|\
| * Add dispatching overrides for foreground apps.Jeff Hamilton2011-01-131-0/+1
* | Implement issue #3221502: New APIs to support new back stack / task navigationDianne Hackborn2010-11-221-2/+40
* | Added support for full PC-style keyboards.Jeff Brown2010-11-181-2/+1
* | More fragment stuff:Dianne Hackborn2010-05-141-1/+59
* | Further work on fragments:Dianne Hackborn2010-05-131-2/+4
* | Skip ActivityWaiter synchronization on Instrumentation.callActivityOnDestroyBrett Chabot2010-05-121-13/+15
* | Introducing Fragment.Dianne Hackborn2010-04-191-1/+1
|/
* Performance measurement framework:Jack Wang2009-09-111-81/+5
* Wallpapers, animations, pending intent.Dianne Hackborn2009-09-101-3/+6
* Fix issue #1753079: running instrumentation in shared processes.Dianne Hackborn2009-06-191-5/+5
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1613
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1613/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+1
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-0/+10
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-4/+6
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1601