summaryrefslogtreecommitdiffstats
path: root/policy
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Don't pop the IME for passwors at ScreenOn on tablets." into jb-mr1-lo...Chris Wren2012-11-0711-17/+26
|\ \ \
| * | | Don't pop the IME for passwors at ScreenOn on tablets.Chris Wren2012-11-0711-17/+26
| | |/ | |/|
* | | Fix remaining jank in secure add-widget transition.John Spurlock2012-11-076-41/+69
|/ /
* | Merge "Allowing rotation while adding lockscreen widgets" into jb-mr1-lockscr...Michael Jurka2012-11-071-15/+3
|\ \
| * | Allowing rotation while adding lockscreen widgetsMichael Jurka2012-11-071-15/+3
| |/
* | Keyguard layout tweaking/reworkingAdam Powell2012-11-064-4/+169
|/
* Merge "Fix emergency call area updates." into jb-mr1-lockscreen-devJim Miller2012-11-062-1/+24
|\
| * Fix emergency call area updates.Jim Miller2012-11-062-1/+24
* | Merge "Ensuring bindAppWidget isn't called until boot completed (issue 746926...Adam Cohen2012-11-063-1/+52
|\ \
| * | Ensuring bindAppWidget isn't called until boot completed (issue 7469267)Adam Cohen2012-11-063-1/+52
* | | Merge "Removing sticky widgets in lockscreen" into jb-mr1-lockscreen-devMichael Jurka2012-11-063-58/+36
|\ \ \ | |/ / |/| |
| * | Removing sticky widgets in lockscreenMichael Jurka2012-11-063-58/+36
| |/
* | am 5fff5f01: Merge "Make partially visible widget pages not important for acc...Svetoslav Ganov2012-11-061-0/+24
|\ \
| * \ Merge "Make partially visible widget pages not important for accessibility." ...Svetoslav Ganov2012-11-061-0/+24
| |\ \
| | * | Make partially visible widget pages not important for accessibility.Svetoslav Ganov2012-11-061-0/+24
* | | | am 872965bb: Merge "Use a consistent policy for filtering wake keys." into jb...Sascha Prueter2012-11-062-60/+49
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge "Use a consistent policy for filtering wake keys." into jb-mr1-devSascha Prueter2012-11-062-60/+49
| |\ \
| | * | Use a consistent policy for filtering wake keys.Jeff Brown2012-11-062-60/+49
* | | | Handle DevicePolicyManagement and safe mode when inflating widgetsJim Miller2012-11-063-98/+168
* | | | Merge "Keyguard - MultiPaneChallengeLayout measurement/layout changes" into j...Adam Powell2012-11-061-42/+60
|\ \ \ \
| * | | | Keyguard - MultiPaneChallengeLayout measurement/layout changesAdam Powell2012-11-061-42/+60
* | | | | Merge "animating challenge closed should close the challenge." into jb-mr1-lo...Chris Wren2012-11-061-1/+4
|\ \ \ \ \
| * | | | | animating challenge closed should close the challenge.Chris Wren2012-11-061-1/+4
* | | | | | Using screen dimensions to calculate the expanded PagedView dimensions.Winson Chung2012-11-064-39/+66
|/ / / / /
* | | | | Merge "Removing callbacks in onDetachedFromWindow, fixes b/7465673" into jb-m...Danielle Millett2012-11-061-0/+1
|\ \ \ \ \
| * | | | | Removing callbacks in onDetachedFromWindow, fixes b/7465673Danielle Millett2012-11-061-0/+1
* | | | | | Merge "Making sure the sticky widget logic works with music" into jb-mr1-lock...Adam Cohen2012-11-062-14/+46
|\ \ \ \ \ \
| * | | | | | Making sure the sticky widget logic works with musicAdam Cohen2012-11-062-14/+46
* | | | | | | am f763b717: Merge "Authenticate correct user\'s account when pattern fails m...Amith Yamasani2012-11-062-6/+12
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge "Authenticate correct user's account when pattern fails multiple times....Amith Yamasani2012-11-062-6/+12
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Authenticate correct user's account when pattern fails multiple times.Amith Yamasani2012-11-052-6/+12
| | | |_|_|/ | | |/| | |
* | | | | | Merge "make challengeShowing sticky across bounce." into jb-mr1-lockscreen-devChris Wren2012-11-061-2/+4
|\ \ \ \ \ \
| * | | | | | make challengeShowing sticky across bounce.Chris Wren2012-11-061-2/+4
* | | | | | | Merge "specify start value: Drawables don't have getAlpha(). also, some clean...Chris Wren2012-11-063-81/+6
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | specify start value: Drawables don't have getAlpha().Chris Wren2012-11-063-81/+6
| | |_|/ / | |/| | |
* | | | | Remove add widget transition jank (insecure).John Spurlock2012-11-062-38/+31
|/ / / /
* | | | Fix regression in camera transition.John Spurlock2012-11-061-0/+10
* | | | Merge "Supporting EXTRA_APPWIDGET_OPTIONS correctly" into jb-mr1-lockscreen-devMichael Jurka2012-11-051-12/+4
|\ \ \ \
| * | | | Supporting EXTRA_APPWIDGET_OPTIONS correctlyMichael Jurka2012-11-051-12/+4
* | | | | Fix NPE caused by applications that try to hide keyguard while it's not showingJim Miller2012-11-051-1/+3
* | | | | Adding bouncer animation on PagedView. (Bug 7459660)Winson Chung2012-11-055-15/+95
* | | | | Merge "Keyguard sanity checks for when layout is not yet complete" into jb-mr...Adam Powell2012-11-051-0/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Keyguard sanity checks for when layout is not yet completeAdam Powell2012-11-051-0/+8
* | | | | Fix small widgets not showing up on tablet (issue 7471516)Adam Cohen2012-11-052-0/+10
|/ / / /
* | | | Optimize keyguard/IME interactionsAdam Powell2012-11-052-4/+28
| |_|/ |/| |
* | | Merge "bouncer: hide more text and frame less." into jb-mr1-lockscreen-devChris Wren2012-11-0512-75/+239
|\ \ \
| * | | bouncer: hide more text and frame less.Chris Wren2012-11-0512-75/+239
* | | | Clearing connected message in stop fixes 7401152Steven Ross2012-11-051-0/+3
| |/ / |/| |
* | | am fca8d258: Merge "Remove power menu user switcher" into jb-mr1-devAmith Yamasani2012-11-051-2/+1
|\ \ \
| * \ \ Merge "Remove power menu user switcher" into jb-mr1-devAmith Yamasani2012-11-051-2/+1
| |\ \ \