History log of /frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCustomSupport.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ce390fcb9066a8a8d0a1cad3be6f78a2ec4dad67 28-Feb-2017 Alan Viverette <alanv@google.com> Fix lint errors in Support Library demos

Does not fix Leanback demos.

Bug: 29630077
Test: ./gradlew support-...-demos:lint
Change-Id: Ib399d5b5c6108fc5977791623eefaf7e3c96cdcc
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCustomSupport.java
458543f38db49fdcb1764f007ded33820964c3fe 14-Feb-2017 Aurimas Liutikas <aurimas@google.com> Clean up MenuItemCompat after minSdk 14 bump.

- Deprecates all the methods introduced in API 14 or earlier.
- Removes usage of such methods within support library.
- Inlines Api26 related call directly in MenuItemCompat.

Bug: 32794064
Test: ./gradlew assemble
Change-Id: I5f26608e417377a67f4051c3f7c3067eab4012f6
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCustomSupport.java
11ffb802211825518ade9e4e16a76dbbf80d5249 10-Feb-2017 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Deprecate and stop using SearchViewCompat."
d353bdc6af02300eff568e522f1dbfa79a119768 07-Feb-2017 Aurimas Liutikas <aurimas@google.com> Deprecate and stop using SearchViewCompat.

Cleanup of SearchViewCompat after minSdk 14 bump.

Bug: 32794064
Test: ./gradlew assemble
Change-Id: Icf109e5a9caa2e68301fec48bf2b2602d4284881
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCustomSupport.java
ddffc06960e054e3e4f4eb468360e73053c7cbab 07-Feb-2017 Aurimas Liutikas <aurimas@google.com> Cleanup IntentCompat and TaskStackBuilder after minSdk 14 bump.

This also fixes a bug in TaskStackBuilder where JB Impl class
was not used.

Bug: 32794064
Test: ./gradlew assemble
Change-Id: Iccdbd2ac26d3ded8873b91d148dfd0ef1a1cc76a
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCustomSupport.java
67949f5f3bc1f721fa5f63250f0fd74a44f5381f 04-Oct-2016 Aurimas Liutikas <aurimas@google.com> Remove uses of deprecated methods in Support*Demos.

Bug: 31017538
Test: compiled the demos code
Change-Id: I9dacae57a657ce9ca622d0c12a6701bc13a5d546
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCustomSupport.java
9c76e9550ada0475f1c750e5672128630d2a028c 25-Aug-2016 Aurimas Liutikas <aurimas@google.com> Fix all uses of deprecated APIs in Support4Demos.

Bug: 31017538
Change-Id: Ie77d865ef1b45bf404debedddf3aaa98bddcc3cf
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCustomSupport.java
9243026743939a62a1db9e759e471c16ecb5c51d 06-Dec-2012 Dianne Hackborn <hackbod@google.com> SDK Only: Fix search interaction with various samples.

These were broken where pressing back would not clear the
search filter.

Change-Id: Iafd4a497a31a9689efabe7d92f44618a5e8dc80c
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCustomSupport.java
6a8875b9abd9914c20d28ccd8eb483da4ff9e4a5 29-May-2012 Dianne Hackborn <hackbod@google.com> New API demos for retained fragments with loaders.

Also tweak the cursor loader samples to filter out query
callbacks that don't change the filter, to avoid restarting the
loader on a configuration change.

Change-Id: Iac9293fed45e127698be59262d68b0b59a8ec9ce
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCustomSupport.java
109979ea9794aa98665d125ebe6a90448ff65f1f 15-Nov-2011 Svetoslav Ganov <svetoslavganov@google.com> Fix the support-v4 demos to work on a platform with APIs V4 (samples part)

Some of the samples are using APIs that are introduced after v4 but not supported
in the v4 library. Update the samples to use the new stuff added to the support
library.

bug:5616340

Change-Id: I90889f5e9ee48e7e30249464e60d5d28cd3f7a4b
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCustomSupport.java
aefd2819f5d9f972a6c6dc33a3c66d6d2891d4e8 13-Jun-2011 Dianne Hackborn <hackbod@google.com> New API demos showing use of tabs with fragments.

Also various cleanup in other demos.

Change-Id: I4f5669117e28312bcd4b28795c5eca5f4ab6dcfb
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/LoaderCustomSupport.java