• Home
  • History
  • Annotate
  • only in /frameworks/support/v4/api21/android/support/v4/app/
History log of /frameworks/support/v4/api21/android/support/v4/app/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e1eea177bd4993151679183e88171f1e50c33054 25-Jun-2015 George Mount <mount@google.com> Fixed bug preventing shared elements from transitioning.

The wrong collection was passed, never allowing shared elements
to be targeted.

Change-Id: If23fdcfc80a3c4a30dc4062a8c2ecc38bb43f5c3
ragmentTransitionCompat21.java
c33885b865c99ce9ae96214f0e9d7bd1ca12cb93 15-Jun-2015 George Mount <mount@google.com> Limit shared element transition to shared elements and children.

Bug 20257189

Shared element transitions should target the shared elements
or their children. When no target is given to a transition,
the transition should target the shared element. If a target
is given, it should also be able to target the children of
the shared element.

This is solved by wrapping the shared element transition
with a TransitionSet. The set is given the targets of all
shared elements and their children. Further, if no target
is given for a transition, the transition is given only
the shared elements as targets.

Change-Id: I4c13c849898b89c60d9bc0a8dd34d7c5543f2bdc
ragmentTransitionCompat21.java
5f2544c0082203c392bae9b08401d5d9e73ab94d 04-Jun-2015 George Mount <mount@google.com> Clean up the enter transition even if there is not entering fragment.

Bug 21618103

Change-Id: Ib63dd282be1a5df3ffff305a7dc95f1c906f52f0
ragmentTransitionCompat21.java
10d7d250bc41b21059a90095e8b693c9e7bc3bc3 09-Mar-2015 Jorim Jaggi <jjaggi@google.com> Introduce NotificationCompat.MediaStyle

Make Notification.MediaStyle available from v7 with the support
library. For versions prior ICS, the normal template is used, as
buttons within notifications weren't supported. From ICS to
Jellybean, a custom template is used which maches the platform one.
On Lollipop and later, the platform implementation is used.

Bug: 17425365
Change-Id: I6a44c8b325c0fb204e3043e1114c4a2c3276d78f
otificationCompatApi21.java
1d1294cd795471546b983a0d255a5d67845617c7 11-Apr-2015 George Mount <mount@google.com> Fix transition not properly removing targets on completion.

Bug 19770911

The enter transition was adding the non-existent View to its
list of entering Views, but was removed from the transition
improperly so that the comparison of Views formed a mismatch.

Change-Id: I3e57ed7dc6f2d9d17e90c6c3c76194301717a32f
ragmentTransitionCompat21.java
76651ff7588ab266c87097b5610008d885b44090 08-Apr-2015 Jorim Jaggi <jjaggi@google.com> Revert "Introduce NotificationCompat.MediaStyle"

This reverts commit ae78f9989b9c5f6ba8b906f5b6acd0fd38a8ac90.

Broke the SDK build.

Change-Id: I55d3a0d89799c2f253283df9789ee4abe54fc41f
otificationCompatApi21.java
ae78f9989b9c5f6ba8b906f5b6acd0fd38a8ac90 09-Mar-2015 Jorim Jaggi <jjaggi@google.com> Introduce NotificationCompat.MediaStyle

Make Notification.MediaStyle available from v7 with the support
library. For versions prior ICS, the normal template is used, as
buttons within notifications weren't supported. From ICS to
Jellybean, a custom template is used which maches the platform one.
On Lollipop and later, the platform implementation is used.

Bug: 17425365
Change-Id: I854159991a6093b219d803036a74951c6437b6ff
otificationCompatApi21.java
73342e6c85cc814b7117fb3a642c230021d6b7e9 11-Nov-2014 Zhen Yu Song <zhensong@google.com> + Moved CarExtender to NotificationCompat
Bug: 18316420

Change-Id: I06471ad6e71eb7c87415aa263a0a8ad9563761bc
otificationCompatApi21.java
c766ad5a6e0c115f08b933ede22375c7070a3391 31-Oct-2014 George Mount <mount@google.com> Only modify add Transition targets when they aren't targeted.

Bug 18191727

Transitions were targeting specific views, but they do this by
adding targets. If there was already a view targeted, now that
transition also targeted a different view. This prevents that
by only targeting views when no target was given.

Change-Id: I003d531c6d249e5fdec5a544d37220350838bb3a
ragmentTransitionCompat21.java
62260534040eba52462875a435df2c1f50ab846e 19-Sep-2014 George Mount <mount@google.com> Target only shared elements with shared element Transition

Bug 17549213
Bug 17553253

Change-Id: I82b9f52fdd8b386abd5839e1471fab82f890b327
ragmentTransitionCompat21.java
5a8f14de0bb4304f9a3aebdcb35ee0dd607f27f7 15-Sep-2014 George Mount <mount@google.com> Fixed enter/exit transitions working against shared elements.

Bug 17499971

The enter and exit transitions were targeting the shared element.
This means you'd get double transitions on the shared element.

Fixed bug where the wrong views were targeted when there was
only one enter/exit/shared element transition.

Change-Id: Ieb3a4cfcd35479a82adc3ee269c5b0015ab5d5af
ragmentTransitionCompat21.java
6739bc7f97ba5486b6f6114fb3812b098822cc3c 10-Sep-2014 George Mount <mount@google.com> Merge "Move capturing entering views until just before transition." into lmp-dev
0f5ae57910484f1d873fdad90966b6244a633bd4 08-Sep-2014 George Mount <mount@google.com> Move capturing entering views until just before transition.

Bug 17407387
Bug 17420256

Recycler view doesn't instantiate its views until after
the onCreateView call. This delays the capturing of
final views until just before the entering state is
captured for the Transition.

Change-Id: Ifd6ecaa21cefb4f6f8f720b319993bf0b9e2d8f7
ragmentTransitionCompat21.java
755b0af73cb09498b0fd728071d195f1f81c241c 09-Sep-2014 Griff Hazen <griff@google.com> Merge "Add a few missing notification features to compat." into lmp-dev
48d8878e34b0d9983166418378125b63faac9aab 20-Aug-2014 Griff Hazen <griff@google.com> Add a few missing notification features to compat.

1. EXTRA_BIG_TEXT from 21
2. showWhen from 17.

Bug: 17425365

Change-Id: I638fd7213fd2bec83a62922d0c12578ce1089217
otificationCompatApi21.java
9306f07b1d66f4974a81f781d29739b30124fff0 29-Aug-2014 George Mount <mount@google.com> API Review: change SharedElementListener to SharedElementCallback

Bug 17289526

Change-Id: I49f8d838207524fbf0ec099021bcf7312c28bd82
ctivityCompat21.java
9f4a046cbeb22a24d322a644323b41022ad9d15a 02-Sep-2014 George Mount <mount@google.com> Change Fragment Transitions to match Activity Transitions API.

Bug 17188255

Change-Id: I99897ba3c78f3f140000a719afbcfac951e43290
ragmentTransitionCompat21.java
43c5718722bab1f836b7c94f2ec0bc19e653037c 24-Jul-2014 Griff Hazen <griff@google.com> Fix API 20 notification compat: strip out unavailable apis

And modify the API 21 stage to use the new apis.

Bug: 16484492
Change-Id: I63885077985ded1548abe411a171b40773d34c55
otificationCompatApi21.java
1f94e518424cbf818607f63e353f2a597ed1dd37 18-Jul-2014 Bryan Mawhinney <bryanmawhinney@google.com> Add category constants to NotificationCompat

Change-Id: Id975cf19a0025391694bee7dc8f76d0ce43e04a0
otificationCompatApi21.java
75e2071f16bae2b22d1618026d10337daad862cf 17-Jul-2014 Bryan Mawhinney <bryanmawhinney@google.com> Add NotificationCompat support for getting category

It'll only ever be non null on api 21 devices for the moment,
but we may make it writable on earlier versions later.

Change-Id: If10f66b03cc045b9c6ad6745cc508094a66b839e
otificationCompatApi21.java
8b8a369d50ff43ad2a8836e66283c2bca9c2711e 09-Jul-2014 George Mount <mount@google.com> Expose delayed Activity Transitions.

Bug 16182950

Change-Id: I8c911e103cdc418d311f5489f23e56e8230672ee
ctivityCompat21.java
4500be62dea3895a98336122a2944cc4ab024bc5 27-Jun-2014 George Mount <mount@google.com> Add support for shared elements in fragment transitions.

Bug 15891071

Custom transitions in the Fragment Transaction have a
higher priority than animations, transition style, or
transition resource. If the API < 20, custom transitions
will not be active and the other animation types will
take effect.

Change-Id: I7f18f9b9a75f73d58a16184a301458bdcd331098
ragmentTransitionCompat21.java
559b5e8554651ffc9f9cc639f8e363b9494fc98a 26-Jun-2014 George Mount <mount@google.com> Add support for ActivityTransitions.

Bug 15828815

Change-Id: Ic393edf347b15dcb0563d21c5bb7d9e702a3b71b
ctivityCompat21.java
ctivityOptionsCompat21.java