summaryrefslogtreecommitdiff
path: root/core/java/com/android/internal/app/ResolverActivity.java
Commit message (Expand)AuthorAgeFilesLines
* [Chooser/ResolverActivity] Add option to show preview area even if there are ...Nick Chameyev2023-01-061-3/+3
* [Partial Screensharing] Add abstraction to show custom device policy blockers...Nick Chameyev2022-11-221-17/+143
* Extract getIntentUser function in ResolverActivityNick Chameyev2022-11-161-3/+7
* Ignore onPostListReady call if the activity has been destroyedAndrey Epin2022-10-311-0/+3
* Load icons and labels only onceAndrey Epin2022-10-031-5/+13
* Fix sharing to another profile where an app has multiple targetsLiahav Eitan2022-08-231-15/+0
* Fix Chooser-to-editor transition animationAndrey Epin2022-07-061-6/+11
* Finish mini-resolver after user action.Matt Casey2022-06-101-1/+5
* Merge "Add latency instrument for loading share sheet" into tm-devTreeHugger Robot2022-05-181-1/+11
|\
| * Add latency instrument for loading share sheetAhan Wu2022-05-161-1/+11
* | Style fixes for mini resolverMatt Casey2022-05-171-1/+2
|/
* Load app icon in miniresolver.Matt Casey2022-05-111-5/+8
* Resolve NPE when mini resolver is rotatedMatt Casey2022-05-101-9/+33
* Merge "Convert Personal/Work tabs to rounded bubbles" into tm-devMatt Casey2022-05-021-25/+18
|\
| * Convert Personal/Work tabs to rounded bubblesMatt Casey2022-04-291-25/+18
* | Empty state UI tweaksMatt Casey2022-04-151-1/+0
|/
* Fix potential StrictMode crash with miniresolverMark Renouf2022-04-071-1/+1
* Merge "Remove remaining references to 'delegate chooser'" into tm-devMark Renouf2022-04-041-14/+0
|\
| * Remove remaining references to 'delegate chooser'Mark Renouf2022-04-011-14/+0
* | Merge "Removes unused inheritence avoidance hacks" into tm-devMark Renouf2022-03-301-80/+0
|\ \ | |/ |/|
| * Removes unused inheritence avoidance hacksMark Renouf2022-03-231-80/+0
* | Merge "Removes unused mAwaitingDelegateResponse" into tm-devMark Renouf2022-03-301-11/+5
|\|
| * Removes unused mAwaitingDelegateResponseMark Renouf2022-03-231-11/+5
* | Merge changes from topics "presubmit-am-0adc4a89a1534fb8873a721309ac084a", "p...Mark Renouf2022-03-291-9/+0
|\|
| * Remove 'startAsCallerImpl' refactoring relicMark Renouf2022-03-231-9/+0
* | Merge "Remove permission token from startActivityAsCaller" into tm-devMark Renouf2022-03-251-1/+1
|\|
| * Remove permission token from startActivityAsCallerMark Renouf2022-03-231-1/+1
* | RESTRICT AUTOMERGE Refactor device policy resource APIs to a separate classkholoud mohamed2022-03-191-7/+7
|/
* Don't show mini resolver if no same-profile targetsMatt Casey2022-03-031-0/+5
* Remove system call to "headless" unbundled chooserJoshua Trask2022-02-231-33/+3
* Add 'miniresolver' UI for cross-profile single app resolution.Matt Casey2022-02-011-2/+77
* Allow updating enterprise strings in the frameworkkholoud mohamed2022-01-211-19/+68
* Allow requesting start-activity-permission-token for an activityLouis Chang2022-01-061-2/+2
* Query "post" targets only when rebuild complete.Joshua Trask2021-12-081-2/+2
* "Springboard" from system to new chooser.Joshua Trask2021-11-181-2/+82
* Fix NPE in onDestroy() when launched without argsMark Renouf2021-10-051-1/+2
* Fix UsbResolverActivity SuperNotCalledException (pt2)Mark Renouf2021-10-041-0/+9
* Show nearby share as normal app target and in first item alwaysZhen Zhang2021-09-241-0/+9
* Fix (still-disabled) sharesheet "token flow."Joshua Trask2021-09-151-6/+32
* Sharesheet: action bar is independent of WP tabs, should always launchAlison Cichowlas2021-07-221-7/+25
* Merge "Move launched activity info getter to ActivityClientController"Riddle Hsu2020-12-101-15/+2
|\
| * Move launched activity info getter to ActivityClientControllerRiddle Hsu2020-12-081-15/+2
* | Merge "ResolverActivity: Rename alwaysCheck to always."Narayan Kamath2020-12-101-2/+2
|\ \ | |/ |/|
| * ResolverActivity: Rename alwaysCheck to always.Narayan Kamath2020-12-081-2/+2
* | Remove updateIntentVerificationStatusAsUser from ResolverActivityWinson2020-10-301-19/+0
|/
* Merge "Unregistering PackageMonitor only when has registered it" am: 132f17ca...Robert Chou2020-10-151-1/+1
|\
| * Unregistering PackageMonitor only when has registered itZhuying Li2020-10-121-1/+1
* | Disallow overlays for ResolverActivityCollin Fijalkovich2020-10-051-1/+11
* | [resolver] only keep one preferred activity if selected with always=trueSongchun Fan2020-07-161-1/+1
|/
* Sharesheet - Fix crash when suspended app is selectedMatt Pietal2020-06-291-6/+10