• Home
  • History
  • Annotate
  • only in /frameworks/support/compat/api24/android/support/
History log of /frameworks/support/compat/api24/android/support/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c39d9c75590eca86a5e7e32a8824ba04a0d42e9b 25-Aug-2016 Alan Viverette <alanv@google.com> Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations

Also removes some unnecessary @hide annotations on classes that wouldn't
have shown up in docs anyway due to package/private visibility or NO_DOCS.

Bug: 27937193
Change-Id: Iab127a5a3ce57a2d61965d3cef782621eb3859f5
4/net/TrafficStatsCompatApi24.java
4/os/UserManagerCompatApi24.java
1f4795fd437e3046587a29d344177a2becf3bea5 22-Jul-2016 Alan Viverette <alanv@google.com> Merge "Add shims for ConnectivityManager.getRestrictBackgroundStatus()" into nyc-mr1-dev
ca7861c8ce16f632aa0026910b0f6dc5db0ad812 21-Jul-2016 Alan Viverette <alanv@google.com> Add shims for ConnectivityManager.getRestrictBackgroundStatus()

Bug: 29574005
Change-Id: I6a110fc1538e2d22bfbb2999f99431697ee0f3ec
4/net/ConnectivityManagerCompatApi24.java
44a4d2aad648f052f824074cac0908a6f78ece4f 21-Jul-2016 Alan Viverette <alanv@google.com> ContextCompatApi24 shouldn't be public visibility

Bug: 29758817
Change-Id: I99341b3376a8cd3858b00c9f0cd58f6eae8fdaf0
4/content/ContextCompatApi24.java
9fd802d8c8217948bf70eb7a8baf632a0a301753 30-Jun-2016 Kirill Grouchnikov <kirillg@google.com> Compat layer for Service.stopForeground

Bug: 29773200
Change-Id: I4b877269c9c967b90052725dbf072f8d19802229
4/app/ServiceCompatApi24.java
48f8ecac6b082b9e85f0141b84d2c8d3c7ce888f 17-Jun-2016 Alex Hills <ahills@google.com> Fixes NotificationCompat not adding generated replies on all api levels am: b75bd093fa am: 3554aad328
am: f3188da6a7

Change-Id: Iecf073ff79cd27883c129c7dd95673701d8bde0e
77df76ce4466b7a3739fbbe53c2ac99d976b113e 06-Jun-2016 Abhinav Baid <abhinavbaid@google.com> Make some Compat classes have more coverage

Add missing methods and public fields to AccessibilityNodeInfoCompat and
AccessibilityWindowInfoCompat so that their interfaces are almost fully
compatible with the corresponding framework base classes.
The statement above says almost because these support lib classes do not
implement the Parcelable interface (this issue also applies to
PointerIconCompat) and so cannot serve as drop-in replacements in *ALL*
cases (in particular when parceling is used). Please see the discussion
on the bug linked below for a detailed explanation.

Bug: 29148805
Change-Id: I5b9406de1d26adc6f11a7ac24152ff3171c97e15
4/view/accessibility/AccessibilityNodeInfoCompatApi24.java
d1a7a6fd09c42e6abfd6862a350b81cacbfa0ccb 18-May-2016 Michael Wright <michaelwr@google.com> Remove Pointer Capture API.

Bug: 26830970
Change-Id: I9292a5fb28df40372a8ca2868330b5bdde675522
4/view/ViewCompatApi24.java
5265345192fe12c768ff1cd1e6a37404eaec2fda 17-May-2016 Michael Wright <michaelwr@google.com> Rename PointerIcon and Pointer Capture APIs

This is a response to API council feedback.

Bug: 26830970
Change-Id: I4f525015275c4d068cef081a6465c1b77dcce625
4/view/PointerIconCompatApi24.java
4/view/ViewCompatApi24.java
f996a42adb195649147cf693951edaaaabc40d0b 04-Jun-2016 Michael Wright <michaelwr@google.com> Remove references to framework PointerIcon API.

This is an intermediate step to renaming all of the PointerIcon APIs.

Change-Id: I2fed4f41fc873ab9301b11e3b551362ecdab8736
4/view/PointerIconCompatApi24.java
dcb9c07ac922c022750a803a74e4bb98a4bd8693 03-Jun-2016 Abhinav Baid <abhinavbaid@google.com> Modify ActivityOptionsCompat

Modify ActivityOptionsCompat to use newer API implementations where
these are available.
Also add a static final field to AccessibilityNodeProviderCompat to make
it fully compatible with AccessibilityNodeProvider.
Both of the classes above can now serve as drop-in replacements for the
correspoding framework base classes.

Bug: 29093107
Change-Id: I7c38ee4b629bf276ebf5daec8f58a394ba149dce
4/app/ActivityOptionsCompat24.java
c158ac834fd71f19bbbdadc71de0d64c99b5d84a 27-May-2016 Julia Reynolds <juliacr@google.com> Add custom remoteviews methods to builder.

(manual merge due to support lib refactor).

Bug: 28822188
Change-Id: I5366f1305322bc19fcb6c789ff8557fe7974461c
4/app/NotificationCompatApi24.java
ddb6f8b066a6ae9c5c90f2740df112e292fddc13 27-May-2016 Phil Weaver <pweaver@google.com> resolve merge conflicts of aced5b7 to master

Change-Id: Ie307c9a7c7a0b61373a801881577ead3ae1c284a
39dc51f5b655cd06600002d922ba214c608a9117 17-May-2016 Michael Wright <michaelwr@google.com> Removal of Pointer APIs.

We need an intermediate step where the APIs are removed from the
support lib before renaming them because SDK relies on the
support lib build (and the support lib build relies on the SDK).

Fun.

Bug: 26830970
Change-Id: Ie1e2e946271c6d87cb6ca913f1defbb0ea98ae40
4/view/ViewCompatApi24.java
32d191750bbfbad479cc84a8cdc2f42244bfee1f 11-May-2016 Kirill Grouchnikov <kirillg@google.com> Move notification / remote input to compat

Change-Id: I4ebc14dcfe1ee08f67b851bfe7bcdfccd25dbae4
4/app/NotificationCompatApi24.java
4/app/NotificationManagerCompatApi24.java
3ac77bf186f87ecad4bf0063b2f6c4384efbd56a 27-Apr-2016 Kirill Grouchnikov <kirillg@google.com> Support module refactoring

* Splitting support-v4 into two modules, support-compat and support-core
* Adding a new library module named support-v4 that combines the two
together for backward compatibility support of existing projects
* support-compat has all Compat classes, their few direct dependencies
and all data structures in the .util package

Change-Id: Icd1b0ab3a5b61a8a2bf85bc274098f0a828963e0
4/content/ContextCompatApi24.java
4/net/TrafficStatsCompatApi24.java
4/os/UserManagerCompatApi24.java
4/view/PointerIconCompatApi24.java
4/view/ViewCompatApi24.java