You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Issue details/Repro steps/Use case background**:
19
+
**Issue details / Repro steps / Use case background**:
19
20
20
21
**Glide load line**:
21
22
```java
@@ -46,9 +47,27 @@ Our code style is defined in Intellij project files in the repo and also by our
46
47
If you'd like to submit code, but can't get the style checks to pass, feel free to put up your pull request anyway and we can help you fix the style issues.
47
48
If you'd like to contribute code, you will need to sign [Google's individual contributor license agreement][4] which will be asked when you create the PR by [googlebot](https://github.com/googlebot) should you forget it.
48
49
50
+
## Labels
51
+
Labels on issues are managed by contributors, you don't have to worry about them. Here's a list of what they mean:
Support for OkHttp and Volley is provided by integration libraries you can optionally include as dependencies.
105
-
The integration libraries are available via Maven or the [releases page][1].
106
-
107
-
For instructions on including either the OkHttp or the Volley integration libraries, see the [Integration Libraries][12] wiki page.
108
-
109
-
Android SDK Version
110
-
-------------------
111
-
Glide requires a minimum SDK version of 10.
112
-
113
-
License
114
-
-------
115
-
BSD, part MIT and Apache 2.0. See the [LICENSE][16] file for details.
116
-
117
104
Status
118
105
------
119
-
[*Version 3*][14] is a stable public release used in multiple open source projects at Google including in the Android Camera
106
+
[*Version 3* on the `3.0` branch][14] is a stable public release used in multiple open source projects at Google including in the Android Camera
120
107
app and in the 2014 Google IO app. *Version 4* is currently under development on the `master` branch.
121
-
Comments/bugs/questions/pull requests welcome!
108
+
109
+
Comments/bugs/questions/pull requests are always welcome! Please read [CONTRIBUTING.md][5] on how to report issues.
110
+
111
+
Compatibility
112
+
-------------
113
+
114
+
***Android SDK**: Glide requires a minimum API level of 10.
115
+
***OkHttp 2.x**: there are optional dependencies available called `okhttp-integration`, see [Integration Libraries][12] wiki page.
116
+
***OkHttp 3.x**: there are optional dependencies available called `okhttp3-integration`, see [Integration Libraries][12] wiki page.
117
+
***Volley**: there are optional dependencies available called `volley-integration`, see [Integration Libraries][12] wiki page.
118
+
***Round Pictures**: `CircleImageView`/`CircularImageView`/`RoundedImageView` are known to have [issues][18] with `TransitionDrawable` (`.crossFade()` with `.thumbnail()` or `.placeholder()`) and animated GIFs, use a [`BitmapTransformation`][19] (`.circleCrop()` will be available in v4) or `.dontAnimate()` to fix the issue.
119
+
***Huge Images** (maps, comic strips): Glide can load huge images by downsampling them, but does not support zooming and panning `ImageView`s as they require special resource optimizations (such as tiling) to work without `OutOfMemoryError`s.
122
120
123
121
Build
124
122
-----
@@ -150,7 +148,7 @@ Development
150
148
Follow the steps in the [Build](#build) section to setup the project and then edit the files however you wish.
151
149
[Intellij IDEA 14][4] cleanly imports both Glide's source and tests and is the recommended way to work with Glide.
152
150
153
-
To open the project in Intellij 14:
151
+
To open the project in IntelliJ IDEA:
154
152
155
153
1. Go to *File* menu or the *Welcome Screen*
156
154
2. Click on *Open...*
@@ -176,7 +174,11 @@ Thanks
176
174
177
175
Author
178
176
------
179
-
Sam Judd - @samajudd
177
+
Sam Judd - @sjudd on GitHub, @samajudd on Twitter
178
+
179
+
License
180
+
-------
181
+
BSD, part MIT and Apache 2.0. See the [LICENSE][16] file for details.
180
182
181
183
Disclaimer
182
184
---------
@@ -186,7 +188,7 @@ This is not an official Google product.
0 commit comments