History log of /packages/apps/Camera2/src/com/android/camera/util/QuickActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2c9a42a87e599e58be189b4d52d9f8999a8cd34b 05-Mar-2015 Andy Huibers <andyhuibers@google.com> Update stats.

Bug: 18913439
Change-Id: Iadca6b527c76b55504ce21e9f37f7c29dbb71c57
/packages/apps/Camera2/src/com/android/camera/util/QuickActivity.java
55c5150ff358665f3dc3f1a22b6d6c5c5b1ef034 12-Feb-2015 Andy Huibers <andyhuibers@google.com> Simplify double onResume workaround and allow different delays for secure
and non secure lock screen.

Bug: 17925205
Change-Id: Ia7cf1d3e134cb7aa725fdeed71235825969d0f89
/packages/apps/Camera2/src/com/android/camera/util/QuickActivity.java
b3774e8135e1b61d97166194aa466123a265bf4d 06-Feb-2015 Andy Huibers <andyhuibers@google.com> Access KeyguardManager from AndroidServices.

Bug: 17925205
Change-Id: I29bd61eb49f5c8a5ec3ac7d9c2357d742e1929d1
/packages/apps/Camera2/src/com/android/camera/util/QuickActivity.java
60d252d03fcd4a9dc22ea2ff292db563a83c5f6f 05-Feb-2015 Andy Huibers <andyhuibers@google.com> Use KeyguardManager.isKeyguardLocked() to fire double-onResume lock screen launch workaround.
Previously we were only doing workaround for INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE.

Bug: 17925205

Change-Id: I63206aa268fb41897da6fe37fc967bf12c3f4e7b
/packages/apps/Camera2/src/com/android/camera/util/QuickActivity.java
47008b2595452102ff8389b84e44509f0389bef5 15-Oct-2014 Sascha Haeberling <haeberling@google.com> Make string comparison robust against null values.

Bug: 17999505

Change-Id: Ic255603a5664e7d9be80d9e18435924e18d4ba66
/packages/apps/Camera2/src/com/android/camera/util/QuickActivity.java
0d4cdba26b5fe4b7ca03796c5a2644a09e2c7144 08-Oct-2014 Puneet Lall <puneetl@google.com> Revert "More lockscreen tuning"

This reverts commit 7ac13f5f3644c8de53ebd625f195d757166bf9c9.

Change-Id: I3c59f4d71efe80290731e55421011c16e5dd4a41
/packages/apps/Camera2/src/com/android/camera/util/QuickActivity.java
7ac13f5f3644c8de53ebd625f195d757166bf9c9 07-Oct-2014 Puneet Lall <puneetl@google.com> More lockscreen tuning

Delay all onResume calls since we cannot always determine if we
will be immediately paused due to a lockscreen start.

Bug: 16035858
Change-Id: I96928814708eb8026bea8d0087341fda4b04bcbc
/packages/apps/Camera2/src/com/android/camera/util/QuickActivity.java
3e236cc8e33be40e434e73f7777bd81446277512 07-Oct-2014 Puneet Lall <puneetl@google.com> Lockscreen workaround tuning

* Remove delay of onStartTasks. This fixes b/17868175, and appears to
result in ~50ms improvements to cold starts from the lockscreen and
warm starts from the secure lockscreen.
* Disabled double-onResume() workaround for non-secure lockscreen launches
since this no longer happens when singleTask is enabled.
* Reduced the delay for the double-onResume() workaround by eliminating
the delay on the second call to onResume()

Bug:17868175
Bug:16035858
Change-Id: I7f7611901133e429def9a03d4009e1a99caaabd0
/packages/apps/Camera2/src/com/android/camera/util/QuickActivity.java
4de9b72f79fe256766f25497bff44cb5533b7508 26-Sep-2014 Puneet Lall <puneetl@google.com> Use singleTask to improve unsecure lockscreen startup

This enables warm-starts from the lockscreen by reusing the same
activity if possible.

Bug: 16035858
Change-Id: I4b1ce0c290e209a5098e3f3e71509e0ca86e1845
/packages/apps/Camera2/src/com/android/camera/util/QuickActivity.java