Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Unified Diff: third_party/android_swipe_refresh/README.chromium

Issue 894193005: [Android] Use the platform SwipeRefreshLayout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/android_swipe_refresh/README.chromium
diff --git a/third_party/android_swipe_refresh/README.chromium b/third_party/android_swipe_refresh/README.chromium
index 686e17767def7b729fe5df87542f80c7926ad71e..9cdec7c2200944725d41575938d8af99b3af6cfa 100644
--- a/third_party/android_swipe_refresh/README.chromium
+++ b/third_party/android_swipe_refresh/README.chromium
@@ -10,5 +10,12 @@ dependencies) from Android's app compat library (v4). The widget provides a
pull-to-refresh styled layout for touch-activated refresh of view contents.
Local Modifications:
-CircleImageView, MaterialProgressDrawable, SwipeRefreshLayout:
- * Only the package has been changed.
+
+CircleImageView, MaterialProgressDrawable
+ * The package has been changed, and all ViewCompat dependencies removed.
+
+SwipeRefreshLayout
+ * MotionEvent-behavior has been changed to allow more abstract inputs.
+ * Target View semantics have been removed, allowing it to operate on
+ a parent View rather than a child View.
+ * All ViewCompat and MotionEventCompat dependencies removed.
« no previous file with comments | « third_party/android_swipe_refresh/BUILD.gn ('k') | third_party/android_swipe_refresh/android_swipe_refresh.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698