History log of /frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5cf17879a31b7b78c09ec50b727f921840dcf783 26-Mar-2014 Jorim Jaggi <jjaggi@google.com> Reuse KeyguardViewMediator for new Keyguard implementation.

This change reuses KeyguardViewMediator for the new Keyguard
implementation in status bar. KeyguardViewManager is replaced by
StatusBarKeyguardManager which handles adding the view, setting the
state etc. StatusBarWindowManager is introduced to managed the window
of the status bar, which has the logic of both the old Keyguard window
and the old status bar window. In the current implementation, Keyguard
gets displayed like it would be in the bouncer state, but that's likely
to change in the future. Also, setHidden in IKeyguardService is also
renamed to setOccluded, as the word hidden interferes with the
terminology when dismissing the Keyguard.

Bug: 13635952
Change-Id: I1c5d5a49d810d8532089f464cb2efe35e577f517
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
ed88cee15b4f2245d4d191cf007f2b78d07788b9 11-Jan-2014 Selim Cinek <cinek@google.com> Fixed issue on Keyguard camera icon, where dragging on it
did not properly trigger abortion of the camera animation.

Also minorly simplified the touch slop calculation

BUG: 12036618
Change-Id: If01b48c815200066b32a37ffc44949edde1376f9
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
3714473f1a077cae6eca3079da67a7dd09dcff65 13-Nov-2013 Jim Miller <jaggies@google.com> Merge "Enable fast camera transition when launched from navbar" into klp-dev
c816b8eedb4197cd68077f58988581ef6fae6dd1 13-Nov-2013 Jim Miller <jaggies@google.com> Enable fast camera transition when launched from navbar

This reduces the camera transition timeout to 0 if launched
from the navigation bar. The transition cannot be aborted once
launched.

Change-Id: I7c376fbb90fd51cd301ef49fbd3411370bc2e4b5
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
aa89847f4e808548edfdb949c217683206ab19ce 13-Nov-2013 Jim Miller <jaggies@google.com> Reduce camera launch time by about 250ms.

This reduces the amount of time available to the user to cancel
launching the camera in order to improve average launch time.

It also increases the threshhold for flings and motions to prevent
unintentional launches which are costly in terms of falsing.

Fixes bug b/11657355

Change-Id: I852abbe3ce8ddddcb65f3a48a2f8111d20126189
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
6b0afaddae378f28d0a8a7f75b800e840ba0a239 29-Oct-2013 Jim Miller <jaggies@google.com> Fix flash caused by frame resize code

This fixes a problem where the frame would resize mid-animation because
the widget frame was being always being resized.

The issue was caused by having an extra fadeOutChallenge() in
onPageSwitching(). The fix is to remove this and handle this case
special for warping in onPageEndWarp()

Fixes bug 11190745

Change-Id: I6dbda4d09c77e3923887f8d41efb2215e1afb1b9
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
c5481343622e280ef1b2e3574c0cca0640fb172e 01-Nov-2013 Adam Cohen <adamcohen@google.com> Merge "Fix weird page snap bug when long pressing on music controls (issue 11420449)" into klp-dev
56d007b99841f7f603e5d5bc5c23b94c010f1945 28-Oct-2013 John Spurlock <jspurlock@google.com> Manage keyguard nav elements using transitions.

Move the logic for managing dimming the navigation bar
elements on the lockscreen into BarTransitions.

Replace search light + camera assets with new
versions at full brightness, and apply 50% dimming
at runtime, including the IME dismiss button.

Remove unused StatusBarManager _NOP hints.

Improve choreography between camera button +
password security (w/ IME). Fix a few found bugs
in PagedView.

Improve password security unlock transition, manually
fade in back along with the rest of the icons.

Bug:11221659
Change-Id: Ifd1f8c9f400d90542f0ca858b9a4deacabbd518a
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
3f1c3c7436380678fda634262d02fa171bcf86b5 01-Nov-2013 Adam Cohen <adamcohen@google.com> Fix weird page snap bug when long pressing on music controls (issue 11420449)

Change-Id: Ie789d74c03656b93f26b9afef16356862f1982a8
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
2cc95775750ccd46f3192c05804c38dc04c5d2d6 15-Oct-2013 Jim Miller <jaggies@google.com> Merge "Fix possible crash in System UI" into klp-dev
faaa3654d1fbbcc73554a53bb11f0169853a94df 15-Oct-2013 Jim Miller <jaggies@google.com> Fix possible crash in System UI

Fixes bug 11215581

Change-Id: Ic76ad783729316539e8e57feb098d6e823b4ecdf
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
1c058a68e9d2831ac4c607916dca3494b9fbd911 14-Oct-2013 Jim Miller <jaggies@google.com> Don't move clock when warping in PagedView

This fixes a bug where the clock would appear to move when flinging
the camera widget while warping. To accomplish this, it no longer
scrolls while warping but rather updates the warp view's translationX.
When the finger is released or a fling happens, we either smoothly
animate the view back (without scrolling) or update the scroll position
and let the scroller take over the animation.

Fixes bug 11191094

Change-Id: I33f087cf4fb2ec31db11d69d11055b513604b1d1
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
afef5b23a1c6c42b508f3e3705cea02ad24acba7 14-Oct-2013 Jim Miller <jaggies@google.com> Fix warp animation in keyguard

This fixes a problem where the warp page was remaining onscreen due to a
race between the animation completing and releasing the finger. The fix
is to track when the page is onscreen or when the warp is still animating
to ensure we hide it when we're done.

Change-Id: Ie53c65d276032da16cd42ec84b23ae812fc7e2eb
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
c162dd049084681711526b219ea997aa23f5ad98 26-Sep-2013 Jim Miller <jaggies@google.com> Fit and finish for camera affordance animations in keyguard
- better timing
- animate warp back when finger is released.
- Improve on/off screen animation for warped view
- Re-use existing constants for consistent timing.
- Hide the challenge area when the camera page is settling.
- Reduce jank when camera page starts snap transition.
- Prevent warping from going to previous page
- Smoothly blend between PagedView and Warp animations when scrolling starts.

Bug 10991981

Change-Id: I84822790a040a2ce2dcea60a9486f01df9cff105
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
1962e264660b37b7e386eb2ac84fc915dd7c75dd 26-Sep-2013 Jim Miller <jaggies@google.com> Fix keyguard widget pager accessibility
- announce when widget hovers over drop target
- announce when widget leaves drop target

Fixes bug 10151121

Change-Id: Ia36400f4e8651149590e004b82f66d43c9deaa08
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
f4db8f997307179ea42b33b8d3c6621b2d8ec0bc 20-Sep-2013 Jim Miller <jaggies@google.com> Fit and finish for navbar camera affordance

- disable search gadget while interacting with camera
- clean up code that deals with warping to track both warp and swap views.
- fade camera and search icon when camera touched
- slide camera view on screen when camera is touched.
- fix fling of camera page to center in view when animation finishes.
- resolve stateful bug between edge swipe and camera button.

Bug 10332383

Change-Id: I8fc38148a01927bc7c228101308c3c4214113047
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
caf24fc2c4bb9747eb80138bf3ce0be067851749 11-Sep-2013 Jim Miller <jaggies@google.com> Add camera affordance to navigation bar on phones

This adds a camera button on phones that can be used to show
and launch the camera.

- Minor refactoring of touch event dispatch in PagedView.
- Disables usability hints when keyguard loads.
- Only add a touch handler for camera icon once during layout.
- Update after review.
- Updated with latest UX camera and camera background assets

Change-Id: I09cd5cb0e501fd0f4659bea96d00c92b07f805c4
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
a62996e3c5e7f01a3e031a772dfebb7011942b06 23-May-2013 Jim Miller <jaggies@google.com> am 2f567679: am 2f48c4a7: Merge "Check for invalid pointer index in PagedView" into jb-mr2-dev

* commit '2f567679f40ad0580928502972308ec540eeba3f':
Check for invalid pointer index in PagedView
3f4e82b1909615f5c75d84104cb09e019c8bfdae 11-Apr-2013 Jim Miller <jaggies@google.com> am 3ef8f64d: am 5c58a916: Merge "Fix missing clock in keyguard" into jb-mr2-dev

* commit '3ef8f64d3faac1b110c737e69472be710d07d158':
Fix missing clock in keyguard
5ecd81154fa039961f65bb4e36d18ac555b0d1d6 10-Jan-2013 Jim Miller <jaggies@google.com> Move keyguard to its own process.

This is in preparation to moving keyguard into its own process.

Moved keyguard source and resources into new .apk.

Got basic test app working. Still need to implement MockPatternUtils
and means to pass it into KeyguardService with local binder interface.

Added new ACCESS_KEYGUARD_SECURE_STORAGE permission.

Temporarily disabled USER_PRESENT broadcast.

Remove unintentional whitespace changes in PhoneWindowManager, etc.

Checkpoint basic working version.

Move to systemui process.

Synchronize with TOT.

Sync with recent user API changes.

Fix bug with returing interface instead of stub for IKeyguardResult. Create KeyguardServiceDelegate to allow
for runtime-selectable local or remote interface.

More keyguard crash robustness.

Keyguard crash recovery working. Currently fails safe (locked).

Fix selector view which was still using frameworks resources.

Remove more references to internal framework variables. Use aliases for those we should move but
currently have dependencies.

Allow runtime switching between service and local mode.

Fix layout issue on tablets where orientation was reading the incorrect constant
from the framework. Remove more framework dependencies.

Fix PIN keyboard input.

Remove unnecessary copy of orientation attrs.

Remove unused user selector widget and attempt to get multi user working again.

Fix multi-user avatar icon by grabbing it from UserManager rather than directly since
keyguard can no longer read it.

Merge with AppWidget userId changes in master.

Change-Id: I254d6fc6423ae40f6d7fef50aead4caa701e5ad2
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java
25a272a9f6323f6a3513bb522d45e839449878ce 10-Jan-2013 Jim Miller <jaggies@google.com> Move keyguard source and resources into new package

This is part 1 of two commits. This commit moves all keyguard
source and resources to a new com.android.keyguard package.
The second part of this change applies an overlay that makes
it work.

Change-Id: I360e9ac7783c6cb289c992733818b9535df185b9
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PagedView.java