summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Activity.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Call Activity#onAttachFragment()" into mnc-devTodd Kennedy2015-05-051-0/+5
|\
| * Call Activity#onAttachFragment()Todd Kennedy2015-05-041-0/+5
* | am 9c14b3ab: am c7e9a17a: am 10a54a79: Merge "Remove dependency upon Fragment...Todd Kennedy2015-05-011-124/+91
|\ \ | |/
| * Remove dependency upon FragmentActivityTodd Kennedy2015-04-301-124/+91
* | Annotate some APIs with threading annotationsTor Norbye2015-04-231-0/+2
|/
* Add API for putting up locktask pinning toast.Craig Mautner2015-04-211-0/+12
* Introduce android:lockTaskModeCraig Mautner2015-04-151-5/+17
* Save search context when dispatching onSearchRequested.Tim Kilbourn2015-04-131-0/+25
* Show and trigger activities that implement Text Processing actionsClara Bayarri2015-04-101-8/+38
* Runtime permissions: per user permission tracking.Svetoslav2015-03-231-2/+121
* Merge "More work on collecting assist data."Dianne Hackborn2015-03-131-5/+23
|\
| * More work on collecting assist data.Dianne Hackborn2015-03-121-5/+23
* | Add a type parameter to startActionMode() calls.Clara Bayarri2015-03-131-6/+38
|/
* Annotate methods to be called from overrides with @CallSuperTor Norbye2015-03-071-0/+13
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-4/+10
* Mark findViewById(int) @NullableScott Kennedy2015-02-111-0/+2
* Split up android.policy into framework.jar and services.jar 1/3Jorim Jaggi2015-02-101-2/+2
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-1/+5
* am 4a40f7cc: Merge "Fix crash caused by disabling the Options panel on TVs" i...Jose Lima2015-01-281-1/+3
|\
| * Fix crash caused by disabling the Options panel on TVsJose Lima2015-01-281-1/+3
* | Merge "Support activities in the same process having different resources."Wale Ogunwale2015-01-271-1/+1
|\ \
| * | Support activities in the same process having different resources.Wale Ogunwale2015-01-271-1/+1
* | | am 445768bd: am 3fd8a433: Merge "Allow disabling the Options Pannel feature f...Jose Lima2015-01-271-5/+11
|\ \ \ | |/ / |/| / | |/
| * Allow disabling the Options Pannel feature for TVsJose Lima2015-01-261-5/+11
* | Bring back voice interaction APIs.Dianne Hackborn2015-01-211-4/+0
* | am 1e59b338: am 08314642: am 90312d80: am 22878790: am 93f94c2c: resolved con...Ricardo Cervera2015-01-161-0/+4
|\ \ | |/
| * am 22878790: am 93f94c2c: resolved conflicts for merge of e8f6bd48 to lmp-devRicardo Cervera2015-01-161-0/+4
| |\
| | * am 93f94c2c: resolved conflicts for merge of e8f6bd48 to lmp-devRicardo Cervera2015-01-161-0/+4
| | |\
| | | * resolved conflicts for merge of e8f6bd48 to lmp-devRicardo Cervera2015-01-161-0/+4
| | | |\
| | | | * am 98f07d90: am 92f6a747: docs: Added info on noHistory and onActivityResult(...Ricardo Cervera2015-01-161-0/+4
| | | | |\
| | | | | * docs: Added info on noHistory and onActivityResult(). Bug: 13807256Ricardo Cervera2014-11-051-0/+4
* | | | | | Fix minor spelling and grammar errors in public JavaDocKris Giesing2014-12-161-1/+1
* | | | | | Add NoDisplay test when resuming ActivityTodd Kennedy2014-12-111-0/+11
|/ / / / /
* | | | | Merge "SwipeDismissLayout makes activity opaque only after entry animation en...Filip Gruszczynski2014-11-211-0/+10
|\ \ \ \ \ | |/ / / /
| * | | | SwipeDismissLayout makes activity opaque only after entry animation ends.Filip Gruszczynski2014-11-191-0/+10
| |/ / /
* | | | Add Activity API to get referrer information.Dianne Hackborn2014-11-111-1/+36
|/ / /
* | | Start cross profile intents as caller.Jeff Sharkey2014-10-141-2/+2
* | | Implement issue #17906468: Allow search request to fall back to global searchDianne Hackborn2014-10-091-4/+14
* | | Don't clear visible-behind activity if it is topCraig Mautner2014-10-011-12/+18
* | | Merge "Fix exception when fragment container has no View." into lmp-devGeorge Mount2014-09-191-0/+5
|\ \ \
| * | | Fix exception when fragment container has no View.George Mount2014-09-181-0/+5
* | | | Remove activity icon bitmaps from system process.Craig Mautner2014-09-181-1/+1
|/ / /
* | | Have Activity Transitions activited by a new window attribute.George Mount2014-09-111-3/+3
* | | Merge "API Review: Change SharedElementListener to SharedElementCallback." in...George Mount2014-09-051-14/+14
|\ \ \
| * | | API Review: Change SharedElementListener to SharedElementCallback.George Mount2014-09-041-14/+14
* | | | Update API per council requestCraig Mautner2014-09-041-5/+5
|/ / /
* | | "Back" with translucent window now sets ActivityOptions.George Mount2014-09-041-0/+1
* | | Hide the interaction part of VoiceInteractionService.Dianne Hackborn2014-09-021-0/+4
* | | Renamed Activity.onVisibleBehindCancelled() to Activity.onVisibleBehindCancel...Jose Lima2014-08-271-7/+7