summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/Window.java
Commit message (Expand)AuthorAgeFilesLines
* Mark findViewById(int) @NullableScott Kennedy2015-02-111-0/+1
* Split up android.policy into framework.jar and services.jar 1/3Jorim Jaggi2015-02-101-4/+2
* Fix TODO in javadoc for FEATURE_CONTENT_TRANSITIONS.George Mount2015-02-041-4/+14
* Update javadoc for DEFAULT_FEATURES deprecation.Bryce Lee2015-01-131-1/+4
* Update docs for Window.setElevation(), apply changes immediatelyAlan Viverette2015-01-121-0/+4
* Add system api for disabling touch events in wallpaper behind the window.Filip Gruszczynski2015-01-051-0/+9
* Ensure all events from a showing window are dispatched.Svetoslav2014-12-051-1/+1
* Make default windows features configurable.Bryce Lee2014-11-211-2/+24
* Add setters for window elevation and clipToOutline propertiesAlan Viverette2014-10-291-5/+24
* Clean up some javadocs in Window.setFeature...()Alan Viverette2014-10-241-11/+11
* Fix issue #17789629: PopupWindow overlaps with navigation bar.Wale Ogunwale2014-10-211-4/+9
* Have Activity Transitions activited by a new window attribute.George Mount2014-09-111-16/+25
* Make Fragment Transitions match Acitivty Transitions APIGeorge Mount2014-09-021-2/+59
* Add javadoc to Window.set/getMediaControllerRoboErik2014-08-281-0/+10
* Allow Activities to opt into using Overlay for shared elements.George Mount2014-08-211-0/+21
* Add differentiating transitions for returning/reentering.George Mount2014-07-311-0/+95
* Add API to set a default session in ActivityRoboErik2014-07-141-42/+57
* Allow activity transitions to target nav and status bar colors.George Mount2014-07-021-1/+20
* Don't use overlay to transition ImageViews.George Mount2014-06-251-1/+1
* Allow customization of background fade duration.George Mount2014-06-121-0/+23
* Colorize SystemUIAdrian Roos2014-05-151-30/+17
* Add System UI Color APIAdrian Roos2014-05-151-0/+40
* am c41fa708: am a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modu...Adam Powell2014-05-061-0/+16
|\
| * onWindowDismissed API cleanupAdam Powell2014-05-051-0/+16
* | Split Activity Transitions out of PhoneWindow.George Mount2014-04-171-64/+108
* | Implement "Back" for Activity Transitions.George Mount2014-04-071-13/+42
* | Manually merge commit '2faf28cf' into masterWill Haldean Brown2014-03-041-1/+11
|\ \ | |/
| * Add swipe-to-dismiss support to PhoneWindow.Will Haldean Brown2014-03-041-1/+12
* | Change Activity Scene Transitions to be more automatic redo.George Mount2014-02-261-11/+27
* | Revert "Change Activity Scene Transitions to be more automatic."George Mount2014-02-261-27/+11
* | Change Activity Scene Transitions to be more automatic.George Mount2014-02-251-11/+27
* | Cross-Activity Scene transition API.George Mount2014-02-041-2/+36
* | Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-1/+1
* | Add support for cross-activity scenes and transitionsAdam Powell2013-12-051-0/+45
* | Deprecate Activity.setTitleColor()Alan Viverette2013-11-151-0/+1
* | Make Scenes and Transitions first-class in PhoneWindow/ThemesAdam Powell2013-11-051-1/+10
* | am b2db2fbc: am 6d90862f: am d65825ab: Merge "Private flags are masked in cor...Adam Lesinski2013-10-031-0/+13
|\ \ | |/
| * Private flags are masked in correct variableAdam Lesinski2013-10-021-0/+13
* | Add typedefs and nullness annotations.Tor Norbye2013-09-111-0/+6
|/
* add local focus mode and input event injection API to Windowkeunyoung2013-08-081-0/+14
* Fix a bug resolving the correct icon/logo in action barsAdam Powell2013-05-311-0/+34
* Make invalidateOptionsMenu asynchronousAdam Powell2012-09-181-0/+7
* Refactor for multi-display support.Jeff Brown2012-08-191-10/+4
* Refactor local window manager implementation.Jeff Brown2012-07-201-64/+48
* Docs tweakChristopher Tate2012-06-041-0/+4
* Add new feature to let apps layout over status bar / system bar.Dianne Hackborn2012-03-301-0/+10
* Fix issue #5755172: Soft menu key disappears when menu is openDianne Hackborn2011-12-131-0/+3
* Add system property to force hw acceleration.Romain Guy2011-09-291-1/+5
* Add progress dialog for booting after an upgrade.Dianne Hackborn2011-08-221-0/+23
* Offer a masked version of setUiOptions for windows to only modify certain flags.Adam Powell2011-08-161-0/+8