Update V8 to version 4.7.47.
[chromium-blink-merge.git] / third_party / android_swipe_refresh / README.chromium
blob9f016b24e9b6555a6cfdb9489f79c58f1962428c
1 Name: Android Open Source Project - App Compat Library
2 URL: https://android.googlesource.com/platform/frameworks/support
3 Version: unknown
4 License: Apache 2.0
5 Security Critical: yes
7 Description:
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
10 pull-to-refresh styled layout for touch-activated refresh of view contents.
12 Local Modifications:
14 CircleImageView, MaterialProgressDrawable
15   * The package has been changed, and most ViewCompat dependencies removed.
17 SwipeRefreshLayout
18   * MotionEvent-behavior has been changed to allow more abstract inputs.
19   * Target View semantics have been removed, allowing it to operate on
20     a parent View rather than a child View.
21   * All ViewCompat and MotionEventCompat dependencies removed.