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
/
WindowManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Volume panel should not clear system ui flags.
John Spurlock
2013-12-04
1
-7
/
+0
*
Fix transparent -> translucent reference in private docs.
John Spurlock
2013-10-07
1
-1
/
+1
*
Transparent system ui flags -> Translucent WM flags.
John Spurlock
2013-10-06
1
-1
/
+54
*
Private flags are masked in correct variable
Adam Lesinski
2013-10-02
1
-3
/
+3
*
Make room for new public flags
Adam Lesinski
2013-10-01
1
-24
/
+25
*
add local focus mode and input event injection API to Window
keunyoung
2013-08-08
1
-1
/
+13
*
fix build
keunyoung
2013-07-12
1
-1
/
+1
*
add TYPE_PRIVATE_PRESENTATION window type
keunyoung
2013-07-12
1
-1
/
+8
*
am 8afd195d: am 6b313da0: Merge "Clarify behavior of fullscreen mode and soft...
Chet Haase
2013-04-30
1
-2
/
+8
|
\
|
*
Clarify behavior of fullscreen mode and softInputMode's adjustResize
Chet Haase
2013-04-29
1
-2
/
+8
*
|
am 0cf469f2: am c1876b25: Merge "Improve javadoc for rotationAnimation." into...
Craig Mautner
2013-04-19
1
-4
/
+5
|
\
\
|
|
/
|
*
Merge "Improve javadoc for rotationAnimation." into jb-mr2-dev
Craig Mautner
2013-04-19
1
-4
/
+5
|
|
\
|
|
*
Improve javadoc for rotationAnimation.
Craig Mautner
2013-04-19
1
-4
/
+5
*
|
|
am 9454a9b3: am 4e0eb22f: Fix doc build.
Ying Wang
2013-04-18
1
-3
/
+1
|
\
\
\
|
|
/
/
|
*
|
Fix doc build.
Ying Wang
2013-04-18
1
-3
/
+1
|
|
/
*
|
am f5cfab41: am a59a19ab: Merge "Fix issue #8512015: VideoView\'s window anim...
Dianne Hackborn
2013-04-15
1
-0
/
+6
|
\
\
|
|
/
|
*
Fix issue #8512015: VideoView's window animates when its position changes
Dianne Hackborn
2013-04-15
1
-0
/
+6
*
|
am 356bbd1c: am ac3dfb38: Merge "WindowManager.LayoutParams docs cleanup." in...
John Spurlock
2013-03-14
1
-9
/
+9
|
\
\
|
|
/
|
*
WindowManager.LayoutParams docs cleanup.
John Spurlock
2013-03-13
1
-9
/
+9
*
|
Move keyguard to its own process.
Jim Miller
2013-02-27
1
-0
/
+8
|
/
*
Add documentation for overscan flag.
Dianne Hackborn
2013-02-26
1
-3
/
+61
*
Create rotation animation modes.
Craig Mautner
2013-02-22
1
-6
/
+48
*
Implement display overscan support.
Dianne Hackborn
2013-02-19
1
-5
/
+11
*
Fix issue #7966357: Super lights out mode vs. volume dialog
Dianne Hackborn
2013-01-09
1
-0
/
+7
*
Secure windows, secure surface views and secure displays.
Jeff Brown
2012-10-23
1
-2
/
+7
*
Add throwing InvalidDisplayException from addView.
Craig Mautner
2012-10-23
1
-0
/
+13
*
Adds showWhenLocked attribute to Activities.
Craig Mautner
2012-10-06
1
-0
/
+3
*
Add flag for displaying non-user's Windows to user.
Craig Mautner
2012-10-05
1
-0
/
+45
*
New internal API to eliminate poke locks.
Jeff Brown
2012-10-01
1
-0
/
+40
*
Screen magnification - feature - framework.
Svetoslav Ganov
2012-09-06
1
-1
/
+9
*
Initial draft of high-level multi-display APIs.
Jeff Brown
2012-08-31
1
-4
/
+29
*
Fix build for some javac compilers.
Jeff Brown
2012-08-29
1
-1
/
+1
*
Add initial multi-display support.
Jeff Brown
2012-08-29
1
-1
/
+8
*
Refactor local window manager implementation.
Jeff Brown
2012-07-20
1
-9
/
+1
*
Remove dithering support.
Jeff Brown
2012-07-16
1
-2
/
+3
*
Use two fingers to work some magic...
Dianne Hackborn
2012-06-25
1
-0
/
+6
*
Clean up IntToStrings for window TYPE_*
Scott Anderson
2012-05-31
1
-3
/
+5
*
Eliminate deferred surface destruction.
Craig Mautner
2012-05-16
1
-7
/
+0
*
Fix 6299832: Add search target swipe action to navigation bar on phones
Jim Miller
2012-04-24
1
-0
/
+6
*
New Android Dreams architecture, disabled for now.
Daniel Sandler
2012-04-09
1
-0
/
+6
*
Fix obvious typos under frameworks/base/core
Ken Wakasa
2012-03-09
1
-4
/
+4
*
Fix issue #5755172: Soft menu key disappears when menu is open
Dianne Hackborn
2011-12-13
1
-0
/
+10
*
Optimize handling of scrolled wallpapers
Chet Haase
2011-10-28
1
-0
/
+11
*
Fix how we hide and show the nav bar.
Dianne Hackborn
2011-10-07
1
-0
/
+7
*
Fix issue #5384631: hw windows not resizing correctly
Chet Haase
2011-10-06
1
-12
/
+10
*
Adjust layers for system overlays.
Jeff Brown
2011-09-08
1
-0
/
+7
*
Don't destroy a window's buffers when moving it
Romain Guy
2011-09-06
1
-11
/
+15
*
Fix issue #5150899: Call activity takes 15MB we never get back.
Dianne Hackborn
2011-09-02
1
-70
/
+139
*
Fix input channel leak.
Jeff Brown
2011-08-30
1
-0
/
+9
*
Fix issue #4279860: previous UI flashes before showing lock screen...
Dianne Hackborn
2011-08-23
1
-1
/
+9
[next]