• Home
  • History
  • Annotate
  • only in /frameworks/support/compat/jellybean/android/support/v4/app/
History log of /frameworks/support/compat/jellybean/android/support/v4/app/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2109fdc5812946a98d8dd46b8b005277a2e10b00 08-Sep-2016 Alan Viverette <alanv@google.com> Allow starting an Activity with a Context where possible

Activity#startActivity() only requires a Context, so these should also
only require a Context.

Bug: 31372328
Change-Id: I1d132468028f1e6d72922ae88c4f1c5c2fbb7f1e
ctivityCompatJB.java
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
undleUtil.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
otificationCompatJellybean.java
32d191750bbfbad479cc84a8cdc2f42244bfee1f 11-May-2016 Kirill Grouchnikov <kirillg@google.com> Move notification / remote input to compat

Change-Id: I4ebc14dcfe1ee08f67b851bfe7bcdfccd25dbae4
undleUtil.java
otificationBuilderWithActions.java
otificationCompatJellybean.java
emoteInputCompatJellybean.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
ctivityCompatJB.java
ctivityOptionsCompatJB.java
hareCompatJB.java