summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/screenshot
Commit message (Collapse)AuthorAgeFilesLines
* Present a one-time chooser when sharing screenshots.Daniel Sandler2012-06-011-2/+8
| | | | | Bug: 6561747 Change-Id: I0ee98d10e6927a9166e643a4a965285a62379a9b
* BigPicture notifications for screenshots.Chris Wren2012-05-221-12/+40
| | | | | | | | | | | | Needed a little extra help from the builder to make this happen (like the title, you might want a different largeIcon in the expanded view if---as in this case---it is redundant with the big picture). Needed to fix BigPicture template to reveal actions. Bug: 6289107 Change-Id: I19dc62e693ee2c87cbe82f7327fe9115768b4102
* NEW_API: Rework CameraSound into MediaActionSound, and unhide it.Eino-Ville Talvala2012-03-061-4/+5
| | | | | | | | | | | | | | | MediaActionSound is a helper class for applications that use the camera, or include camera-like behavior such as taking screenshots. This class helps applications match the sound-playing behavior of the Camera.takePicture, MediaRecorder.start, and MediaRecorder.stop methods. This is useful for applications that don't use the above methods, but still logically capture images or video, such as the panorama capture feature and the video effects in the platform camera application. Bug: 5029099 Change-Id: I829f6e2941f167f91f9cb506215b7232cb054958
* Fixing crash when taking screenshot over secure window.Winson Chung2012-01-041-7/+8
| | | | Change-Id: If3d4e458030e37aae3310b23dcad2ff5fe29fa73
* Adding a sound when you take a screenshot. (Bug 5617734)Winson Chung2011-12-011-0/+10
| | | | Change-Id: I7f253adddd09da65481081a4ca22f043d3325d65
* Improve screenshot animation performanceRomain Guy2011-11-291-75/+45
| | | | | | | | | Bug #5525888 Uses only 25% of the original amount of OpenGL API calls Fillrate usage is now 1x the screen size instead of 5x Change-Id: Icc7d2793f276fb7ce23c7f652079e54e3d4779d5
* Defer adding large icon until when we compose the final notification. (Bug ↵Winson Chung2011-11-141-5/+6
| | | | | | 5566846) Change-Id: I9f156d7b597112ce14e274f05df421100c9481e6
* Using fast-invalidate pattern for screenshot animations.Winson Chung2011-10-271-22/+36
| | | | Change-Id: I33e2dc72986a1e0309b33e9e4a71e131396fc2c8
* Last update for screenshot animations for MR0. (Bug: 5333706)Winson Chung2011-10-201-61/+92
| | | | | | - Also adding proper border asset Change-Id: I423389d1a68498b2e470e6d483f5b7542a814c31
* Updating the screenshot notification icons.Winson Chung2011-10-191-2/+2
| | | | Change-Id: If4c4632e73445d69f13805b6e472a167a85d6601
* Fixing issue where screenshot intent to file path did not show other ↵Winson Chung2011-10-181-4/+12
| | | | | | | | screenshots. (Bug: 5333706) - Upping the priority of the saving background thread Change-Id: I274991261f46eece3773ca1f84d2a1cb7b6f4e7b
* Updating screenshot animation and behaviour. (Bug: 5333706)Winson Chung2011-10-182-67/+157
| | | | | | | | - Removing the second ticker text - Adding a new animation to the status bar - Adding a large icon to the notification Change-Id: I8778178519fc72ffc299e8d624069b684475191d
* Showing notifications after taking a screenshot (Bug: 5333706)Winson Chung2011-10-132-64/+111
| | | | | | - Fixing issue where ticker and swipe-to-remove wasn't working for updated notifications Change-Id: Ib8ef07778a11028c9c2627830ee1dd4561d2ae3b
* Fix issue #5150899: Call activity takes 15MB we never get back.Dianne Hackborn2011-09-021-1/+0
| | | | | | | Persistent process can no longer use hardware acclerated drawing when running on a low-memory device. Change-Id: I3110335617af1c98fcede9bf41f4a1d0c20d0e87
* Fix issue #5128639: SystemUI grows by 10MB after taking a screenshotDianne Hackborn2011-08-172-13/+36
| | | | | | | | | | | We now do the screenshot in a separate process. Also change the recents panel to not use hardware acceleration on lower-end devices. And improve how it gets shown to not load all data up-front which results in a long delay when you have lots of recents. Change-Id: Ia309a90f9939e5405758621b3f7114597bd0c02a
* Fixing screenshot timestamp (5147168)Winson Chung2011-08-101-1/+1
| | | | Change-Id: I28ce2431bdfe7025191d9a6780ba0a59175c8047
* Clear the bitmap from the canvas in a lot of places.Dianne Hackborn2011-08-021-0/+1
| | | | Change-Id: I6b2071ac7b348c473b9bdd1b972d095aebbb4fb3
* GlobalScreenshot: Set image file size in media database when taking screenshotsMike Lockwood2011-07-261-3/+9
| | | | | | | | | | Otherwise the value would be left at zero since we are inserting the database record before writing the file Bug: 5064246 Change-Id: I54be6ff14a7f170994aaf586aaddb06c5b746e89 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Merge "Using the filename as the media title for screenshots and changing ↵Winson Chung2011-07-251-7/+8
|\ | | | | | | filename format."
| * Using the filename as the media title for screenshots and changing filename ↵Winson Chung2011-07-251-7/+8
| | | | | | | | | | | | | | | | format. - Fixes bugs 5075366 and 5076125 Change-Id: I985be1efa8ffad7203b1bbc8d97da2d4a7156adb
* | Preventing screenshots when waking from sleep.Winson Chung2011-07-251-2/+4
|/ | | | | | - Fixing crash in SystemUI when trying to access external storage while it is not mounted Change-Id: I3d9a05c155b83a2cc39915caebad4b7016025d09
* Binding Pwr+VolDown to take screenshot.Winson Chung2011-07-012-0/+434
Change-Id: I77b018538f6bc870f59df0b5336ba95f4582beec