index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
WindowManagerPolicy.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
resolved conflicts for merge of baaa080b to master
Jeff Brown
2014-02-20
1
-19
/
+3
|
\
|
*
Add a new "doze mode" based on Dream components.
Jeff Brown
2014-02-20
1
-19
/
+3
*
|
Introduce an API to get the recommended height of the InputMethodWindow
Satoshi Kataoka
2013-10-15
1
-0
/
+5
*
|
resolved conflicts for merge of e4ccb864 to master
Alan Viverette
2013-10-07
1
-0
/
+7
|
\
\
|
|
/
|
*
Ignore certain WindowManager flags when touch exploration is enabled
Alan Viverette
2013-10-07
1
-0
/
+7
*
|
am bee8af82: am c3752cfb: am e660ecc4: Merge "Store decor rects per window fo...
John Spurlock
2013-10-04
1
-13
/
+6
|
\
\
|
|
/
|
*
Merge "Store decor rects per window for transition cropping." into klp-dev
John Spurlock
2013-10-03
1
-13
/
+6
|
|
\
|
|
*
Store decor rects per window for transition cropping.
John Spurlock
2013-10-02
1
-13
/
+6
*
|
|
am b2db2fbc: am 6d90862f: am d65825ab: Merge "Private flags are masked in cor...
Adam Lesinski
2013-10-03
1
-2
/
+2
|
\
\
\
|
|
/
/
|
*
|
Private flags are masked in correct variable
Adam Lesinski
2013-10-02
1
-2
/
+2
|
|
/
*
|
resolved conflicts for merge of fb2e3c8d to master
Jim Miller
2013-10-01
1
-6
/
+0
|
\
\
|
|
/
|
*
Fix permissions on WindowManagerService.showAssistant()
Jim Miller
2013-09-27
1
-6
/
+0
*
|
Add typedefs and nullness annotations.
Tor Norbye
2013-09-11
1
-5
/
+17
|
/
*
Add force default orientation.
Craig Mautner
2013-08-02
1
-0
/
+5
*
Remove concept of system bar from window manager.
John Spurlock
2013-06-14
1
-6
/
+0
*
Centralize all system InputEventReceiver monitors.
Craig Mautner
2013-06-12
1
-5
/
+15
*
Fix a bug resolving the correct icon/logo in action bars
Adam Powell
2013-05-31
1
-1
/
+1
*
Window manager cleanup.
John Spurlock
2013-05-13
1
-0
/
+5
*
Implement stack splitting and task movement.
Craig Mautner
2013-04-15
1
-0
/
+8
*
Formalize overscan metrics.
Dianne Hackborn
2013-02-22
1
-1
/
+12
*
Create rotation animation modes.
Craig Mautner
2013-02-22
1
-0
/
+27
*
Implement display overscan support.
Dianne Hackborn
2013-02-19
1
-0
/
+6
*
App ops: track system windows, monitoring changes.
Dianne Hackborn
2013-02-06
1
-2
/
+4
*
App ops: vibration, neighboring cells, dialing, etc.
Dianne Hackborn
2013-02-01
1
-0
/
+10
*
Adding UI test automation APIs.
Svetoslav Ganov
2013-01-22
1
-0
/
+10
*
Move app transition constants
Craig Mautner
2013-01-07
1
-50
/
+8
*
Refactoring of the screen magnification feature.
Svetoslav Ganov
2012-12-14
1
-0
/
+19
*
Refactoring of the screen magnification feature.
Svetoslav Ganov
2012-12-03
1
-8
/
+0
*
Add mechanism to kick keyguard to show the assistant
Jim Miller
2012-11-08
1
-0
/
+6
*
Merge "Add flag for displaying non-user's Windows to user." into jb-mr1-dev
Craig Mautner
2012-10-05
1
-0
/
+10
|
\
|
*
Add flag for displaying non-user's Windows to user.
Craig Mautner
2012-10-05
1
-0
/
+10
*
|
Coordinate screen on with the window manager.
Jeff Brown
2012-10-05
1
-7
/
+2
*
|
Plumbing to allow keyguard to be shown with user switcher (issue 7175023)
Adam Cohen
2012-10-04
1
-1
/
+2
|
/
*
Fix deadlock in LockPatternUtils by using local id.
Craig Mautner
2012-09-19
1
-1
/
+9
*
Screen magnification - feature - framework.
Svetoslav Ganov
2012-09-06
1
-0
/
+8
*
Limit certain actions to default Display.
Craig Mautner
2012-09-05
1
-6
/
+14
*
Minor refactors.
Craig Mautner
2012-09-02
1
-8
/
+9
*
Add factory test feature to shut off on long press power.
Jeff Brown
2012-08-20
1
-2
/
+2
*
Refactor for multi-display support.
Jeff Brown
2012-08-19
1
-3
/
+3
*
Power manager rewrite.
Jeff Brown
2012-08-15
1
-31
/
+3
*
We can now (kind-of) change screen density on the fly.
Dianne Hackborn
2012-08-03
1
-1
/
+1
*
Use two fingers to work some magic...
Dianne Hackborn
2012-06-25
1
-1
/
+8
*
Capture window manager's last ANR state in bug report.
Jeff Brown
2012-06-17
1
-3
/
+1
*
Add support for switching between multiple keyboard layouts.
Jeff Brown
2012-05-20
1
-0
/
+6
*
Merge "Implement new window cropping." into jb-dev
Dianne Hackborn
2012-05-13
1
-14
/
+17
|
\
|
*
Implement new window cropping.
Dianne Hackborn
2012-05-13
1
-14
/
+17
*
|
Move power HAL interactions to PowerManagerService.
Jeff Brown
2012-05-11
1
-0
/
+3
|
/
*
Disable input dispatch until boot finished.
Jeff Brown
2012-05-08
1
-1
/
+1
*
Merge "DO NOT MERGE : Backport I5723f627ce323b0d12b Reduce window resizing du...
satok
2012-05-02
1
-0
/
+7
|
\
|
*
DO NOT MERGE : Backport I5723f627ce323b0d12b Reduce window resizing during IM...
satok
2012-05-02
1
-0
/
+7
[next]