summaryrefslogtreecommitdiffstats
path: root/third_party/android_swipe_refresh/README.chromium
blob: 3fde9b252d83b2206a580954b3115d8b3293f4d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Name: Android Open Source Project
URL: https://android.googlesource.com/platform/frameworks/support
Version: unknown
License: Apache 2.0
Security Critical: yes

Description:
This is a modified copy of the swipe refresh layout widget (and its two
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
  * The package has been changed, and most 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.