summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/Window.java
Commit message (Expand)AuthorAgeFilesLines
* Remove hidden/deleted APIs.George Mount2015-05-141-14/+0
* Added TYPE_APPLICATION_ABOVE_SUB_PANEL window type.Wale Ogunwale2015-04-141-0/+2
* Save search context when dispatching onSearchRequested.Tim Kilbourn2015-04-131-0/+9
* Fix a few found doc problems.John Spurlock2015-03-241-2/+2
* Merge "Add resource type annotations to some APIs"Tor Norbye2015-03-161-1/+2
|\
| * Add resource type annotations to some APIsTor Norbye2015-03-131-1/+2
* | Add a type parameter to startActionMode() calls.Clara Bayarri2015-03-131-1/+16
|/
* Annotate ARGB integer parameters with @ColorIntTor Norbye2015-03-051-3/+6
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-9/+12
* 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