Lines Matching full:https
4 [![Build Status](https://travis-ci.org/bumptech/glide.svg?branch=master)](https://travis-ci.org/bum…
20 You can download a jar from GitHub's [release page](https://github.com/bumptech/glide/releases).
53 Checkout the [GitHub wiki](https://github.com/bumptech/glide/wiki) for pages on a variety of topics…
96 …ependency that can be included via a utility library. To use Volley to fetch media over http/https:
133 After the call to register any requests using http or https will go through Volley.
137 …lso includes support for fetching media using OkHttp. To use OkHttp to fetch media over http/https:
222 …ithub](https://github.com/bumptech/glide/issues/new). For questions, suggestions, or anything else…
226 …ntributors must sign Google's [individual contribution license agreement](https://developers.googl…
230 * The Android team and Jake Wharton for the [disk cache implementation](https://github.com/JakeWhar…
231 * Dave Smith for the [gif decoder gist](https://gist.github.com/devunwired/4479231) Glide's gif dec…
232 * Chris Banes for his [gradle-mvn-push](https://github.com/chrisbanes/gradle-mvn-push) script.