summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Activity.java
Commit message (Expand)AuthorAgeFilesLines
* Don't allow concurrent permission requests.Svetoslav2015-10-161-0/+29
* Fix issue #22843150: fragment transaction crash from onRequestPermisssionResultDianne Hackborn2015-08-051-0/+10
* Fix issue #22860466: viapi security bug - rubber stamping in nested VIsDianne Hackborn2015-08-031-0/+16
* Work on issue #21516866: Implement voice interaction in ResolverActivityDianne Hackborn2015-07-281-1/+7
* Merge "Fix issue #22531747: Assist info should declare if user has disabled.....Dianne Hackborn2015-07-201-0/+18
|\
| * Fix issue #22531747: Assist info should declare if user has disabled...Dianne Hackborn2015-07-201-0/+18
* | Merge "Improve documentation of onRequestPermissionsResult" into mnc-devSvet Ganov2015-07-161-0/+5
|\ \ | |/ |/|
| * Improve documentation of onRequestPermissionsResultSvet Ganov2015-07-161-0/+5
* | Work on issue #22516282: ChooserTarget URI grants not forwardedDianne Hackborn2015-07-161-2/+10
|/
* Let the ActionBar handle keyboard shortcuts.Abodunrinwa Toki2015-07-151-1/+3
* Improve request permission docsSvet Ganov2015-07-031-0/+7
* Installer is a part of the system with unrevocable permissionsSvet Ganov2015-06-301-10/+12
* Fix leak for MenuInflater + setActionBarChris Banes2015-06-221-0/+3
* Merge "Use who when requesting permissions" into mnc-devSvetoslav2015-06-101-26/+31
|\
| * Use who when requesting permissionsSvetoslav2015-06-091-26/+31
* | Fix issue #21621920: VI: need mechanism to get current requestDianne Hackborn2015-06-091-0/+18
|/
* Merge "More API changes." into mnc-devDianne Hackborn2015-06-041-0/+1
|\
| * More API changes.Dianne Hackborn2015-06-021-0/+1
* | Add annotations to a new APISvetoslav2015-06-021-1/+1
* | Fix java docSvetoslav2015-06-021-1/+1
* | Add API to hint whether to show on-board UI before a permission request.Svetoslav2015-06-021-0/+25
|/
* Merge "Disable input during Activity Transition." into mnc-devGeorge Mount2015-05-111-14/+18
|\
| * Disable input during Activity Transition.George Mount2015-05-071-14/+18
* | Move PhoneWindow and friends back into internal packageAdam Powell2015-05-061-1/+1
|/
* 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