16b9c32acfd3e6c96bd5571742bd09927f53bffe |
|
21-May-2013 |
Ying Wang <wangying@google.com> |
Clean up dist files. Change-Id: Ib22ec5e867955a71d4e42db0d2c56775fe37a4ae
/frameworks/support/v13/Android.mk
|
e4788686b60d6f03b6bfd05fe2ba32b786c77929 |
|
26-Apr-2013 |
Winson Chung <winsonc@google.com> |
DO NOT MERGE Reverting makefile change in "Adding support for simplified collection widgets" Change-Id: I720180d602a35f60a98db500f11fe37b01316d1c
/frameworks/support/v13/Android.mk
|
c21f57ed68b81a77167f1df000b0e272e1598bc0 |
|
08-Mar-2013 |
Jeff Brown <jeffbrown@google.com> |
Add media router and display manager to support library. The support library MediaRouter API is somewhat different from the framework's existing MediaRouter API. It is designed to be simpler and easier to extend. In the new MediaRouter, routes are published by MediaRouteProviders. MediaRouteProviders replace the concept of UserRoutes. The built-in SystemMediaRouteProvider publishes the default system routes and interoperates with the framework MediaRouter. Each route now declares its capabilities and behaviors by way of MediaControlIntents. The type of the route (live audio, live video, or remote playback) is specified by the categories of media control intents that the route supports. A route may support any number of custom provider-defined media control intent categories that provide access to specialized features. The old concepts of route categories and route groups have been removed. Route providers are now responsible for implementing the route grouping and configuration through some UI of their own that is not managed by the media router. This patch does not include support for route icon drawables, the new route picker UI or route provider services. These features will be added in follow on patches. Change-Id: I10cf078917d053a916254a5aa9d208b8cfd341ea
/frameworks/support/v13/Android.mk
|
948cc9d45dbf689dbd899ae6ed530e2ee7f717d9 |
|
12-Dec-2012 |
Adam Cohen <adamcohen@google.com> |
Adding support for simplified collection widgets Change-Id: I30be65ec8fe9ba086b2406a0c1ddf657b07741d2
/frameworks/support/v13/Android.mk
|
f2fed0f23e5d00ed1c65f3dce567edee1a67a5ce |
|
03-Jan-2012 |
Ying Wang <wangying@google.com> |
Build android-support-v13-ics-mr1 against SDK 15 (ics-mr1). Change-Id: I7393b04a10bf2d81012ee00b28dab5695c656a8b
/frameworks/support/v13/Android.mk
|
abc968f1eba800c34a4008deb43b015da5d23a5f |
|
26-Oct-2011 |
Adam Powell <adamp@google.com> |
Defer starting fragments in FragmentPagerAdapter for offscreen pages. Add FragmentCompatICSMR1 to work with deferring fragment starts. Fix some slightly dodgy layout behavior in ViewPager when extra child views are present. Add deferred start feature to support library fragment/loader framework. Change-Id: Ied454a6f3e11024eafc970ed9d091788c2d80bab
/frameworks/support/v13/Android.mk
|
2f57132efb6e8ce3aa19d4f39518073e00680265 |
|
20-Sep-2011 |
Ying Wang <wangying@google.com> |
Build the ics support libraries against SDK 14. Change-Id: Ie1dedb7c087d8460b030381508b300ec20a60e29
/frameworks/support/v13/Android.mk
|
2a4d8518f36346ea25a22a736453ff28f2954165 |
|
30-Aug-2011 |
Dianne Hackborn <hackbod@google.com> |
Fix issues 5158104 and 4981556 (fragment problems) 5158104: com.android.contacts: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState at android.app.FragmentManagerImpl.checkStateLoss(FragmentManager.java:1201) The ViewPager can just commit without worrying about a state loss, since it can correctly reconstruct its state later. 4981556: Fragment.mImmediateActivity doesn't get restored on orientation change I am giving up on this thing; I just don't see how it can actually be correct. So now instead of getting an exception about a dup add/remove at point of the add/remove call, this will happen later when processing the transaction. Also add an API for controlling the visibility of menus, which ViewPager uses to have the correct menus shows. And add a method to get the name of a back stack entry. Finally fix a recent problem in ViewPager with dealing with focus, and make ViewPager smart about handling keyboard focus navigation inside itself. Change-Id: I280269ac64079d171e9c899ea1cff7e80246c924
/frameworks/support/v13/Android.mk
|
b13ff27bb444693a88a4b1ed31e4e455eec8701c |
|
16-Apr-2011 |
Dianne Hackborn <hackbod@google.com> |
Add new FragmentPager class for the HC fragment API. This introduces a new v13 library for stuff that requires at least ICS. It relies on new fragment APIs being introduced in ICS. Change-Id: I8875c3c7320f891fb5dfb2918f540c7ac221f4c2
/frameworks/support/v13/Android.mk
|