summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/screenshot/LongScreenshotActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-13.0.0_r52' of https://android.googlesource.com/platform/f...George Zacharia2023-08-021-3/+6
|\
| * Remove extra mCropView.setExtraPaddingMatt Casey2023-03-081-1/+0
| * Fetch context URL from the top-most app, send with share if available.Matt Casey2023-01-241-1/+1
| * [DO NOT MERGE] Replace UserHandle.CURRENT with UserTrackerAlex Stetson2023-01-171-2/+5
* | Merge tag 'android-13.0.0_r35' of https://android.googlesource.com/platform/f...George Zacharia2023-04-031-27/+59
|\|
| * Fix long screenshots actions for work profile.Matt Casey2022-11-071-29/+58
| * Work profile screenshots: save to ownerMark Renouf2022-10-041-1/+4
* | SystemUI: screenshot: disable magnification for partial screenshotsCosmin Tanislav2022-10-181-0/+9
* | Screenshot: Append app name to filenameezio842022-10-181-1/+2
* | SystemUI: screenshot: remove misplaced call to set crop view paddingCosmin Tanislav2022-10-181-1/+0
|/
* Adds two UiEvent IDs for actions on long screenshotsMark Renouf2021-10-201-2/+7
* Revert "Fix shared transition offsets in landscape"Miranda Kephart2021-09-291-8/+1
* Adds additional UiEvent logs for LongScreenshotActivityMark Renouf2021-08-201-0/+5
* Merge "Revert "Replace cancel button with a delete icon."" into sc-devTreeHugger Robot2021-07-121-15/+2
|\
| * Revert "Replace cancel button with a delete icon."Matt Casey2021-07-091-15/+2
* | Merge "Don't try to load a long screenshot image more than once" into sc-devMatt Casey2021-07-091-0/+5
|\ \
| * | Don't try to load a long screenshot image more than onceMatt Casey2021-07-081-0/+5
* | | Quiet down long screenshots logcat outputMark Renouf2021-07-091-21/+2
|/ /
* | Merge "Replace cancel button with a delete icon." into sc-devMatt Casey2021-07-071-2/+15
|\|
| * Replace cancel button with a delete icon.Matt Casey2021-07-021-2/+15
* | Merge "Fix shared transition offsets in landscape" into sc-devMiranda Kephart2021-07-021-1/+8
|\ \ | |/ |/|
| * Fix shared transition offsets in landscapeMiranda Kephart2021-07-021-1/+8
* | Add cancel button to long screenshot UIMatt Casey2021-06-291-0/+2
* | Small fixes to screenshot->long screenshot transitionMiranda Kephart2021-06-281-2/+0
|/
* Always save long screenshot temp file to the same placeMatt Casey2021-06-231-2/+2
* Implement "shared element" SS->LSS transition in screenshotsMiranda Kephart2021-06-171-23/+17
* Merge "Updated animation for long screenshot crop entrance." into sc-devMatt Casey2021-06-161-3/+4
|\
| * Updated animation for long screenshot crop entrance.Matt Casey2021-06-151-3/+4
* | Fix LongScreenshotActivity rotationMatt Casey2021-06-161-14/+17
|/
* Screenshot to long screenshot shared transitionMiranda Kephart2021-06-091-7/+58
* Implement transition long screenshots->markupMiranda Kephart2021-05-101-31/+16
* Merge "Add transition between LongScreenshotActivity and editor" into sc-devMatt Casey2021-04-171-8/+62
|\
| * Add transition between LongScreenshotActivity and editorMatt Casey2021-04-151-8/+62
* | Move scroll capture back to ScreenshotController.Matt Casey2021-04-161-44/+13
* | Hide CropView until the image is ready.Matt Casey2021-04-121-0/+2
|/
* Add extra padding to long screenshot cropMatt Casey2021-04-011-6/+9
* Merge "Move image cleanup operations to onStop" into sc-devMatt Casey2021-03-231-7/+7
|\
| * Move image cleanup operations to onStopMatt Casey2021-03-201-7/+7
* | Merge "Fix CropView sizing on full-width images" into sc-devMatt Casey2021-03-221-2/+4
|\ \
| * | Fix CropView sizing on full-width imagesMatt Casey2021-03-201-2/+4
* | | Merge "Update long screenshot crop per mocks" into sc-devMatt Casey2021-03-221-7/+8
|\| |
| * | Update long screenshot crop per mocksMatt Casey2021-03-201-7/+8
| |/
* / Layout and style updates for LongScreenshotActivityMatt Casey2021-03-191-6/+0
|/
* Properly handle empty response rect in ScrollCaptureControllerMatt Casey2021-03-171-4/+2
* Splits up internal binder api for scroll captureMark Renouf2021-03-161-155/+228
* Set initial crop handles to original page locationMatt Casey2021-03-081-2/+10
* Make CropView handle images that aren't full-heightMatt Casey2021-03-011-0/+25
* Image state restoration for LongScreenshotActivityMatt Casey2021-03-011-39/+158
* Follow-on fixes for long screenshot activityMatt Casey2021-02-221-14/+23
* Move long screenshot UI to an ActivityMatt Casey2021-02-181-0/+201