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

Side by Side Diff: third_party/android_swipe_refresh/README.chromium

Issue 2191593002: 📰 Add a spinner to indicate content is loading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit tests, add an extra one Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 Name: Android Open Source Project - App Compat Library 1 Name: Android Open Source Project - App Compat Library
2 URL: https://android.googlesource.com/platform/frameworks/support 2 URL: https://android.googlesource.com/platform/frameworks/support
3 Version: unknown 3 Version: unknown
4 License: Apache 2.0 4 License: Apache 2.0
5 Security Critical: yes 5 Security Critical: yes
6 6
7 Description: 7 Description:
8 This is a modified copy of the swipe refresh layout widget (and its two 8 This is a modified copy of the swipe refresh layout widget (and its two
9 dependencies) from Android's app compat library (v4). The widget provides a 9 dependencies) from Android's app compat library (v4). The widget provides a
10 pull-to-refresh styled layout for touch-activated refresh of view contents. 10 pull-to-refresh styled layout for touch-activated refresh of view contents.
11 11
12 Local Modifications: 12 Local Modifications:
13 13
14 CircleImageView, MaterialProgressDrawable 14 CircleImageView
15 * The package has been changed, and most ViewCompat dependencies removed. 15 * The package has been changed, and most ViewCompat dependencies removed.
16 16
17 MaterialProgressDrawable
18 * The package has been changed, and most ViewCompat dependencies removed.
19 * The class has been made visible outside of the package.
20
17 SwipeRefreshLayout 21 SwipeRefreshLayout
18 * MotionEvent-behavior has been changed to allow more abstract inputs. 22 * MotionEvent-behavior has been changed to allow more abstract inputs.
19 * Target View semantics have been removed, allowing it to operate on 23 * Target View semantics have been removed, allowing it to operate on
20 a parent View rather than a child View. 24 a parent View rather than a child View.
21 * All ViewCompat and MotionEventCompat dependencies removed. 25 * All ViewCompat and MotionEventCompat dependencies removed.
22 * Added OnResetListener interface to notify SwipeRefreshHandler to detach 26 * Added OnResetListener interface to notify SwipeRefreshHandler to detach
23 this view. 27 this view.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698