summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/Window.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug 5098288 - Rethink the suite of new themesAdam Powell2011-08-021-1/+6
* Work on issue #4518815: Compatibility mode introduces compatibility regressio...Dianne Hackborn2011-06-081-1/+8
* More compatibility mode improvements.Dianne Hackborn2011-05-241-26/+5
* am fe86e979: am 661b6cfb: Merge "Okay, new plan for dialogs." into honeycombDianne Hackborn2011-01-181-2/+5
|\
| * Okay, new plan for dialogs.Dianne Hackborn2011-01-181-2/+5
* | am 2ec5a716: am 36c84403: Merge "Fix issue #3362484: Can\'t dismiss activity ...Dianne Hackborn2011-01-181-0/+35
|\ \ | |/
| * Fix issue #3362484: Can't dismiss activity picker by tapping outside dialogDianne Hackborn2011-01-181-0/+35
* | Add joystick support to framework.Jeff Brown2011-01-171-0/+20
|/
* Add dispatch key shortcut window callback.Jeff Brown2011-01-051-0/+19
* Fix issue #3272082: Contacts: when going back from edit view,Dianne Hackborn2010-12-161-4/+6
* Fix bug 2948913 - provide lifecycle notifications for action modesAdam Powell2010-11-151-3/+22
* Get rid of the extended themes.Dianne Hackborn2010-11-141-0/+4
* Remove unused constant.Romain Guy2010-09-221-4/+0
* Disable FEATURE_ACTION_BAR on windows with incompatible feature sets.Adam Powell2010-08-241-0/+9
* Maybe fix #2925641: calling onCreateOptionsMenu before attached activityDianne Hackborn2010-08-171-0/+12
* ActionBar overlay mode, height fetching, show/hideAdam Powell2010-08-111-2/+12
* Add android:hardwareAccelerated to Activity.Romain Guy2010-08-041-4/+25
* Action modes without action barAdam Powell2010-07-271-1/+6
* Generate shaders to cover all possible cases.Romain Guy2010-07-271-5/+0
* Moved context modes into view, renamed to action modesAdam Powell2010-07-261-0/+8
* am f8d9379b: am d76b67c3: IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-1/+1
|\
| * IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-1/+1
* | am 98f7aed6: am 1e4b9f39: Remove InputConsumer, replacing with InputQueue.Dianne Hackborn2010-06-231-3/+3
|\ \ | |/
| * Remove InputConsumer, replacing with InputQueue.Dianne Hackborn2010-06-231-3/+3