History log of /frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dc6f79bf4374f2fcea2b9d4d0aa7f2e39cc42456 18-Apr-2012 Winson Chung <winsonc@google.com> Updating activity/task transition animations.

Change-Id: I0d4295d269222310a5a6594fb379b9592dd9ced0
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
ba24e4d8bbeb60e96d74f05e21691dad61ce497e 01-Sep-2011 Dianne Hackborn <hackbod@google.com> Fix issue #5229575: Youtube link shared through messaging is not...

...opening after selecting option "Youtube" as a luncher.

Also:

* Tweak window animations so that the wallpaper exist animations do not
stop too early (causing the wallpaper to suddenly disappear).
* Make sure no input is being processed while booting, to avoid
accidentally doing things especially in the upgrade dialog.
* Some other small cleanup.

Change-Id: I40a6b53731991d4e31ac4502e3d85f0e47507481
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
ef6d5e19691ad244b986efa789e6763b05e1bc88 26-Aug-2011 Brandon Keely <lbk@google.com> Massaging framework window transitions.

Change-Id: Iab54836165cf615e84f6f197e215989ff13575ac
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
145f1c75a98a534b5f8c8232d32d941f137e6a7b 12-Aug-2011 Brandon Keely <lbk@google.com> Core transitions updates for phone and tablet.

Change-Id: I89e21bc56f87d88f39baf5b94e36994563c345d0
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
f31161a0e71c0446283610e9bf7a11e0be12bd5e 05-Jan-2011 Dianne Hackborn <hackbod@google.com> Add new "animator" and "interpolator" resource directories.

First phase, allowing apps to move over to the new names.

Change-Id: Ia16f3e2383e4a6599a0011d0464f0aacb1ce9207
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
9a372f53fd72306338ba934a14e96b62fdf64649 23-Nov-2010 Dianne Hackborn <hackbod@google.com> New animations from lbk.

Change-Id: Ia9f88fa080c30c51db848c01587f06bcfce57ed1
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
6908cd154c5a2ed2e3b21d40f51952d45be69184 09-Nov-2010 Dianne Hackborn <hackbod@google.com> Fix animations to use correct interpolator.

Also some fragment fixes.

Change-Id: I3906199e541a86379d07c8a4e4d5f9e99830c44a
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
8fe044a3a963c9bb654ea5ba7da80a3132c12cee 05-Nov-2010 Dianne Hackborn <hackbod@google.com> Adjust window animations to better match UX spec.

This introduces new resources for interpolators that match the
types received from UX, and uses them appropriately in the animations.

Change-Id: I68c435ff1c8845c7854fa78f24e33157659b16d1
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
bf78275b2cb04eec22ec99f394c87e00b91e5235 05-Nov-2010 Dianne Hackborn <hackbod@google.com> Rough cut at new window animations.

Change-Id: I5c698de205d820b770e2405ea9d3d483b6b8a463
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
3b3e145d3c41fd68974e08f799b1fd1f8f060cf0 25-Sep-2009 Dianne Hackborn <hackbod@google.com> A variety of work on animations.

- The lock screen now fades in and out.
- Fixed a bug where we would accidentally freeze the screen when switching
to an activity with a different orientation than the current (but
the screen itself is in the current orientation). This would mess up
the animations on the car dock.
- New API to force a particular animation for an activity transition
(untested).
- New wallpaper animations.
- Resources now uses the next API version when in a development build,
to help applications being developed against such builds.

Change-Id: I2d9998f8400967ff09a04d693dc4ce55f0dbef5b
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
5baba1698964194daa02d30d4dd93807b08c9379 24-Sep-2009 Dianne Hackborn <hackbod@google.com> Newer animations.

Change-Id: I1bb8e52f91dc60a6ec9496e2c66623bc8080b95d
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
bfe319e06aa56c081d0d94d64a8181291d7f7388 21-Sep-2009 Dianne Hackborn <hackbod@google.com> Turn animations on by default.

Add API to skip the animation for a particular start activity, so that
a latter better one can be used.

Fix Theme.NoDisplay to actually work.

Fiddle with various animations: don't do a different animation for task
switching, try a scale animation for switching in/out of the wallpaper.

Adjust the animation duration so that at normal speed we have something
more like the slower animation option (so slow is now the default).

Change-Id: Ieba9f3db0bd9a762a19b327a3ecccbc7b547893d
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
bcbcaa7edd32ba67c6290d79f7e7821c4b5b39ac 10-Sep-2009 Dianne Hackborn <hackbod@google.com> Wallpapers, animations, pending intent.

Some more tweaks and fixes to wallpapers. Make sure wallpapers are
told they are not visible when the screen is off. Add some new animations
for transitions across tasks, and fiddle with many of the existing
animations. Clean up the relationship between translucent activities
and animations. Add new API to start a PendingIntent from an
activity.

Change-Id: Ie0bf45fe44081bb6982c75361257a55d9cd9d863
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml
25994b4306a256b88d79159106834c9f114e6943 04-Sep-2009 Dianne Hackborn <hackbod@google.com> Wallpapers: new transitions, hiding when not visible, other cleanup.

This is work on the transitions with wallpapers. There are now new
animations specifically for leaving the wallpaper and returning to
it, which allow us to have a consistent animation when entering home
and returning to it. I also renamed the existing animations across
wallpapers, and cleaned up some junk in the various interpolators.

This also now hides the wallpaper surface when it is not visible,
to get rid of the wallpaper flickers people complained about albeit
in a somewhat brutal way. :) (Though really returning us to the
previous behavior with the same previous bugs and name back to them
not being very visible, yay!) There is are also some bug fixes
here and there about managing the wallpaper visibility that this
change revealed.

Change-Id: I913990a9a81651728122ed2e1101b75ed2c36fcb
/frameworks/base/core/res/res/anim/wallpaper_close_exit.xml