summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Better transition between excluded-from-recent applications to recents.Winson Chung2014-05-088-130/+68
| | | | | | - Also replacing baked bezier interpolator with new quantum interpolators Change-Id: I8928e35724c16c9603fae861b85215d25ce08819
* Merge "Removing the old tasks on launching recents task if they trigger a ↵Winson Chung2014-05-086-19/+54
|\ | | | | | | new task."
| * Removing the old tasks on launching recents task if they trigger a new task.Winson Chung2014-05-086-19/+54
| | | | | | | | - Only kill processes when removing tasks that are not started as documents - Tweaking thumbnail animation
* | Vibrator: Low Power Mode: Vibrator is turned off when the device is inRuchi Kandoi2014-05-081-7/+27
| | | | | | | | | | | | | | | | Low Power Mode Vibrator is disabled for all touching and typing inputs during low power mode. Change-Id: I762be1d51eedbf3184d80ed51dc93a0d113a6d5d
* | Merge "Usage stats!"Dianne Hackborn2014-05-0813-280/+756
|\ \
| * | Usage stats!Dianne Hackborn2014-05-0813-280/+756
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start reworking the usage stats service to be able to have an API we can publish. The basic information it keeps is still the same, though that will be changing in the future. The one big addition here is that we are also now collecting configuration usage stats. Also introduce the start of an access model for usage stats, using app ops. There is an new app op that gives an application access to usage stats even if it normally wouldn't have it, disabled by default. Change-Id: I6ead28e18a7f08eafd057d6ff37dd9cb216358f4
* | | am 2dc97d48: am 90abb78b: am 678f7edd: Merge "Avoid SystemUI crash due to NPE"Chris Wren2014-05-081-0/+3
|\ \ \ | | | | | | | | | | | | | | | | * commit '2dc97d48b924e0ea196404d5adbe5084b344d25e': Avoid SystemUI crash due to NPE
| * \ \ am 90abb78b: am 678f7edd: Merge "Avoid SystemUI crash due to NPE"Chris Wren2014-05-081-0/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '90abb78b51a35055f86dee35c4e391e74f325125': Avoid SystemUI crash due to NPE
| | * \ \ am 678f7edd: Merge "Avoid SystemUI crash due to NPE"Chris Wren2014-05-081-0/+3
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '678f7edd140f3914655bc600d207d3dcb986f881': Avoid SystemUI crash due to NPE
| | | * \ \ Merge "Avoid SystemUI crash due to NPE"Chris Wren2014-05-081-0/+3
| | | |\ \ \
| | | | * | | Avoid SystemUI crash due to NPERaju Yadav2014-03-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BaseStatusBar.createNotificationViews() returns null when it reports handleNotificationError(), leading to a forced crash of the misbehaving app. However, it should not add a null object of Notification.Entry since it will also crash SystemUI (crashing at compare). Change-Id: I86678c8024e931420b0fbab1f36b330e7e75d581
* | | | | | | am 33c08e29: (-s ours) am 825bfb4f: (-s ours) Merge "Import translations. DO ↵Baligh Uddin2014-05-080-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOT MERGE" into klp-modular-dev * commit '33c08e2986832fa32fc08350f946e7c2e8f2b3a6': Import translations. DO NOT MERGE
| * | | | | | am 825bfb4f: (-s ours) Merge "Import translations. DO NOT MERGE" into ↵Baligh Uddin2014-05-080-0/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | klp-modular-dev * commit '825bfb4f7e9b87bf49a76d9fb43623da1df0df19': Import translations. DO NOT MERGE
| | * \ \ \ \ \ Merge "Import translations. DO NOT MERGE" into klp-modular-devBaligh Uddin2014-05-082-2/+2
| | |\ \ \ \ \ \
| | | * | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-05-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I17154078eaa160864a641882dee6d7d49c56ff31 Auto-generated-cl: translation import
* | | | | | | | | Merge "Add android.hardware.camera.external feature."Eino-Ville Talvala2014-05-083-4/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add android.hardware.camera.external feature.Eino-Ville Talvala2014-05-083-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This feature will be listed by Android devices that allow for an external camera to be connected to it. Such camera devices may not always be available or connected. Also clarify that android.hardware.camera.any also encompasses devices that list android.hardware.camera.external. Change-Id: I57497758877e4286c1f0116961731d483b56808f
* | | | | | | | | | PrintManager should not crash if print fueature is not available.Svetoslav2014-05-081-9/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Printing is one of the optional software features. If the device does not have the feature, then the print APIs should do nothing. Before, a NPE crash was happening. bug:14651902 Change-Id: I63efa75be51e8957ca6854b2b439918f01c0f154
* | | | | | | | | | Merge "Add logging utility methods"Chris Craik2014-05-089-32/+120
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Add logging utility methodsChris Craik2014-05-089-32/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0f316830dcc0bbf438292a6d0fbe9f8154368500
* | | | | | | | | | Merge "DevicePolicyManager Authentication for Lock Task"justinzhang2014-05-084-0/+142
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | DevicePolicyManager Authentication for Lock Taskjustinzhang2014-05-084-0/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here we let DevicePolicyManager keep a list of tasks that are allowed to start the lock task mode. This list can only be set by a device owner app. The ActivityManager will call DevicePolicyManager to check whether a given task can start the lock task mode or not. Change-Id: I650fdae43fc35bf9fd63452283f4e2bbadd11551 Bug: 14611303
* | | | | | | | | | | Merge "Improve documentation of setOnFrameAvailableListener."Jeff Brown2014-05-081-7/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Improve documentation of setOnFrameAvailableListener.Jeff Brown2014-05-081-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I970e5941f3f6975a284d18056238a6877c7acbf2
* | | | | | | | | | | | Merge "Don't show notifications above FLAG_SHOW_WHEN_LOCKED windows."Dan Sandler2014-05-081-3/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Don't show notifications above FLAG_SHOW_WHEN_LOCKED windows.Dan Sandler2014-05-081-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to hide the bouncer when the lockscreen is occluded by a show-when-locked window, but we also need to double-check any time the screen comes on in case the bouncer has been shown for some other reason since the occlusion originally happened. Bug: 14294001 Change-Id: Ief4ea8e39322d9c4b26ec217dbc14b6c6f16ad45
* | | | | | | | | | | | | Merge "New user restrictions for EDU"Emily Bernier2014-05-083-1/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | New user restrictions for EDUEmily Bernier2014-05-073-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New user restrictions will allow schools to prevent students from 1) using device microphones, 2) adjusting device volume, and 3) mounting physical external media. Change-Id: Ib2fcb7ce8fbc489a25d2c97a122b2124012a9e3c
* | | | | | | | | | | | | | Merge "Make ChooserActivity intents doccentric and transitory"Craig Mautner2014-05-082-6/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Make ChooserActivity intents doccentric and transitoryCraig Mautner2014-05-082-6/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Activities launched from the chooser activity will now appear in their own tasks which will be automatically removed from recents when they are finished. Also qualified application of new flags with null check and Action check. Must be either ACTION_SEND or ACTION_SEND_MULTIPLE. Fixes bug 14463859. Fixes bug 14633773. Change-Id: I8832462163958f6a43bc4c6a020f78948ce70ac3
* | | | | | | | | | | | | | | Merge "Listening for system changes to active recent tasks. (Bug 14260718)"Winson Chung2014-05-0810-18/+240
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Listening for system changes to active recent tasks. (Bug 14260718)Winson Chung2014-05-0710-18/+240
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge "Remove unecessary code from ActivityStack"Jose Lima2014-05-082-36/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Remove unecessary code from ActivityStackJose Lima2014-05-082-36/+26
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Due to a previous CL to allow activities to be visible under the Home stack, some code un ActivityStack became unecessary. - This CL removes the uused code and changes the interface of ensureActivitiesVisibleLocked, since we no longer need to special case visibility for the Home stack. Change-Id: I5cffe903bc82041fe79bfc63107df71ddf01232c
* | | | | | | | | | | | | | | Merge "Cleanup a unused setting"Selim Gurun2014-05-081-6/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Cleanup a unused settingSelim Gurun2014-05-081-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old webview is not used anymore. Removing this setting. Change-Id: I3f783eec195a2f11534bcff8243ce4d2c556a416
* | | | | | | | | | | | | | | | am db55bb06: am 4463cbc6: am 3b9600b6: Merge "Remove unused LOCAL_LDLIBS."Ying Wang2014-05-083-5/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'db55bb0622e9fbe4b858d59409f516de01c1f1fd': Remove unused LOCAL_LDLIBS.
| * | | | | | | | | | | | | | | am 4463cbc6: am 3b9600b6: Merge "Remove unused LOCAL_LDLIBS."Ying Wang2014-05-083-5/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4463cbc61d0947eccb67a52f60661a92d0cad508': Remove unused LOCAL_LDLIBS.
| | * | | | | | | | | | | | | | am 3b9600b6: Merge "Remove unused LOCAL_LDLIBS."Ying Wang2014-05-083-5/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3b9600b673ad6a83481dcf88db6c9b2dc5bc9ba3': Remove unused LOCAL_LDLIBS.
| | | * | | | | | | | | | | | | Merge "Remove unused LOCAL_LDLIBS."Ying Wang2014-05-083-5/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | Remove unused LOCAL_LDLIBS.Ying Wang2014-05-073-5/+0
| | | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I01346e76f4ac6402af0ef33e3b2eef4a69e704a2
* | | | | | | | | | | | | | | | am 101e3793: am 07763e30: Merge "Make distance count when dismissing ↵Mindy Pereira2014-05-081-9/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swipedismisslayout" into klp-modular-dev * commit '101e379318a3869f64ea897a3f95a89243408c94': Make distance count when dismissing swipedismisslayout
| * | | | | | | | | | | | | | | am 07763e30: Merge "Make distance count when dismissing swipedismisslayout" ↵Mindy Pereira2014-05-071-9/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into klp-modular-dev * commit '07763e305404bce16df500e1a65493d2f2b7d0c9': Make distance count when dismissing swipedismisslayout
| | * | | | | | | | | | | | | | Merge "Make distance count when dismissing swipedismisslayout" into ↵Mindy Pereira2014-05-071-9/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | klp-modular-dev
| | | * | | | | | | | | | | | | | Make distance count when dismissing swipedismisslayoutMindy Pereira2014-05-071-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | verify the user's gesture took up at least 40% of the screen before dismissing Part of b/14319825 Cliff guard against accidental card dismissals Works in conjunction with GridViewPager change: https://googleplex-android-review.git.corp.google.com/#/c/461036/ Change-Id: Id8ff02d0a2d727b54c9950ad14ddef7a110f4eef
* | | | | | | | | | | | | | | | | am 90cfa001: (-s ours) resolved conflicts for merge of 5ae1c4f7 to ↵dmitrygr@google.com2014-05-080-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | / / / / | |_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | klp-modular-dev-plus-aosp * commit '90cfa0011243b5461644f4182a0d76d63e41610d': DO NOT MERGE: change preloaded classes
| * | | | | | | | | | | | | | | resolved conflicts for merge of 5ae1c4f7 to klp-modular-dev-plus-aosprepo sync2014-05-071-1460/+175
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4e1448af91c158e4b5a25577b9b392773d7d3bfc
| | * | | | | | | | | | | | | | Merge "DO NOT MERGE: change preloaded classes" into klp-modular-devDmitry Grinberg2014-05-071-1461/+173
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | DO NOT MERGE: change preloaded classesDmitry Grinberg2014-04-241-1461/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Profiled on a clockwork device. Probably not suitable for phones/tablets. Change-Id: I68c262160c9639e3a95aee5f66525fac2991a2a0
* | | | | | | | | | | | | | | | | Merge "Fix Global Proxy when used with PAC"Jason Monk2014-05-081-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \