History log of /packages/apps/Settings/src/com/android/settings/KeyguardAppWidgetPickActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
daace3fa2e83b4e3ef90ac7ec6f2f7d4349cbead 22-Oct-2013 John Spurlock <jspurlock@google.com> Inherit translucent bars in keyguard widget picker.

Bug:11337231
Change-Id: Ie65d5474328cec859637ba7771da5e93509236ae
/packages/apps/Settings/src/com/android/settings/KeyguardAppWidgetPickActivity.java
32f48dd41b20712ed709391cd38a9916f9e4bc95 06-Mar-2013 Jim Miller <jaggies@google.com> Fix widget update issue

This fixes an issue where widgets weren't being updated. It
was caused by creating widgets with the wrong package id.
Keyguard used to be identified with package "android" when it
was running in the system proces. Now that it's separate, we need
to explicitly pass in the package name for keyguard ("com.android.keyguard")
when we allocate app widget ids.

Change-Id: I4911be8533ea4d24c64669fe98d03f39a684f55a
/packages/apps/Settings/src/com/android/settings/KeyguardAppWidgetPickActivity.java
dd395e210aa7fa35935dbd2c416a6d01e971b367 08-Feb-2013 Jim Miller <jaggies@google.com> Add explicit userId to AppWidget binder calls

Keyguard currently relies on being in the system process to grab the
given user's widgets. When we split keyguard into a new process,
it will need to have access to user-specific info to instantiate a
specific user's widgets. In order to accomplish this, we add an
explicit userid to each binder call as well as new permission
check to allow keyguard access.
This also fixes a potential race condition of having an incorrect user id
due to an async call to change the user. Every binder call now has a specific
user id. The user id is either the calling process user's id or an explicit
one passed by applications like keyguard. It is created once when an
AppWidgetManager is instantiated and remains for the lifetime of the object.

Change-Id: Iec767fb399677b3cf2f9c0993e06b49951eb1f66
/packages/apps/Settings/src/com/android/settings/KeyguardAppWidgetPickActivity.java
a108d9fc0edd3b4f741fae595e35a246fbc700ff 08-Nov-2012 Michael Jurka <mikejurka@google.com> Final tweaks to visuals of widget picker
/packages/apps/Settings/src/com/android/settings/KeyguardAppWidgetPickActivity.java
f5336fd114e557fce06197041aab70217308fe90 07-Nov-2012 Michael Jurka <mikejurka@google.com> Allowing rotation while adding lockscreen widgets

Also cleaning up some unused code

Bug: 7468012
/packages/apps/Settings/src/com/android/settings/KeyguardAppWidgetPickActivity.java
a487bca4700a9dbd5d5d72913d0265ae86815edf 07-Nov-2012 Michael Jurka <mikejurka@google.com> Updated layouts for keyguard widget picker

Bug: 7381803

Change-Id: I9a6a8fe3216002b486e7b6ddf7544d9fc4e73de8
/packages/apps/Settings/src/com/android/settings/KeyguardAppWidgetPickActivity.java
5c5eff45e97a2bb1b55befb87eb535a438a7bbf8 07-Nov-2012 Michael Jurka <mikejurka@google.com> Pass argument to lock screen to show widget
after adding it
/packages/apps/Settings/src/com/android/settings/KeyguardAppWidgetPickActivity.java
4119788b1be5d9b51e3c5cfe4e32f2aacc5a2f8f 03-Nov-2012 Michael Jurka <mikejurka@google.com> Add widget previews to the key guard widget picker

Bug: 7381803

Change-Id: I86946b7d0d75f8a1f89120600be2513bdf9026f0
/packages/apps/Settings/src/com/android/settings/KeyguardAppWidgetPickActivity.java
ab3472f5946c5dc3193c29513e31be7309ece378 06-Nov-2012 Michael Jurka <mikejurka@google.com> Supporting EXTRA_APPWIDGET_OPTIONS correctly
/packages/apps/Settings/src/com/android/settings/KeyguardAppWidgetPickActivity.java
0b2bd8d11d6947a6ce71db0691ba341aec7a2964 30-Oct-2012 Michael Jurka <mikejurka@google.com> New widget picker for keyguard widgets

New layout for widget picker is still not up to
final design, but this change prepares all the
backend work

Also, remove use of features filter from the
picker, since this is being removed from the API

Change-Id: I9b332e22cf34b98c20c720602c920d28aed01d6c
/packages/apps/Settings/src/com/android/settings/KeyguardAppWidgetPickActivity.java