1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-10-04 01:43:23 +08:00

17 Commits

Author SHA1 Message Date
Daichi Furiya
d950f0c33f Update README.md 2021-05-10 13:28:36 +09:00
Daichi Furiya
9b1a986447 Update README.md 2021-02-14 23:46:47 +09:00
Daichi Furiya
6ba94e935d Update README.md 2021-02-13 16:27:42 +09:00
Daichi Furiya
ffb6a89213 Update README.md 2021-02-13 16:23:42 +09:00
Daichi Furiya
a0698a392f Update README.md 2021-02-12 19:44:11 +09:00
Daichi Furiya
aae95a7c16 Update .editorconfig 2021-02-12 19:42:56 +09:00
Daichi Furiya
3803f5a4ea Update .editorconfig 2021-02-12 19:42:43 +09:00
Daichi Furiya
118dddf577 Update .gitignore 2021-02-12 19:42:30 +09:00
Daichi Furiya
477ffbeb7c Update .gitignore 2021-02-12 19:42:21 +09:00
Daichi Furiya
b33aa76dfa Update debug.gradle 2021-02-12 19:42:05 +09:00
Daichi Furiya
dd9d896394 Update debug.gradle 2021-02-12 19:41:57 +09:00
Daichi Furiya
ca7f16ba5b Update gradlew 2021-02-12 19:41:36 +09:00
Daichi Furiya
a206903d2d Update gradlew 2021-02-12 19:41:28 +09:00
Daichi Furiya
180d96c611 Update gradlew.bat 2021-02-12 19:41:13 +09:00
Daichi Furiya
399e1a024b Update gradlew.bat 2021-02-12 19:41:05 +09:00
Daichi Furiya
08da7f4c07 Update README.md 2021-02-12 19:40:38 +09:00
Daichi Furiya
9a64b8a89d chore(*): add settings for maven central (#192) 2021-02-12 19:38:00 +09:00
7 changed files with 29 additions and 13 deletions

View File

@@ -5,3 +5,4 @@ insert_final_newline = true
[*.{kt, kts}]
kotlin_imports_layout = ascii

View File

@@ -3,6 +3,7 @@
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />

View File

@@ -2,7 +2,7 @@ Glide Transformations
======================
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-glide--transformations-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1363)
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Download](https://api.bintray.com/packages/wasabeef/maven/glide-transformations/images/download.svg)](https://bintray.com/wasabeef/maven/glide-transformations/_latestVersion)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/jp.wasabeef/glide-transformations/badge.svg)](https://search.maven.org/artifact/jp.wasabeef/glide-transformations)
An Android transformation library providing a variety of image transformations for [Glide](https://github.com/bumptech/glide).
@@ -28,11 +28,11 @@ Please feel free to use this.
#### Gradle
```groovy
repositories {
jcenter()
mavenCentral()
}
dependencies {
implementation 'jp.wasabeef:glide-transformations:4.x.x'
implementation 'jp.wasabeef:glide-transformations:4.3.0'
// If you want to use the GPU Filters
implementation 'jp.co.cyberagent.android:gpuimage:2.1.0'
}
@@ -105,6 +105,9 @@ Icon | Application
<img src="https://lh6.ggpht.com/6zKH_uQY1bxCwXL4DLo_uoFEOXdShi3BgmN6XRHlaJ-oA1svmq6y1PZkmO50nWQn2Lg=w300-rw" width="48" height="48" /> | [Ameba Ownd](https://play.google.com/store/apps/details?id=jp.co.cyberagent.madrid)
<img src="https://lh3.googleusercontent.com/ZOrekp-ho-ecWG1TyvuOs0LoB5M4QYWCCLS5lFbAHhp_SklSd06544ENG3uC97zGWes=w300-rw" width="48" height="48" /> | [AbemaTV](https://play.google.com/store/apps/details?id=tv.abema)
<img src="https://lh3.googleusercontent.com/eikxMAKKMU2O-rV-oUg04dGp-O4Aoje91kffDlnCB_3DCIPDzzADxdBOdPCW18Lmqw=w300-rw" width="48" height="48" /> | [TV Time](https://play.google.com/store/apps/details?id=com.tozelabs.tvshowtime)
<img src="https://play-lh.googleusercontent.com/sGt1rxE4naYmO_6sCquGLa5zHeh_3AZQGtBKhU8PGuXDa-MeUK25aSI-iZJlMDUVli9c=s300-rw" width="48" height="48" /> | [Christmas Radio](https://play.google.com/store/apps/details?id=nl.netwaves.christmasradio)
Developed By
-------

View File

@@ -12,16 +12,19 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.0-alpha12'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.android.tools.build:gradle:4.2.0-beta04'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// TODO: Close JCenter on May 1st https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
// classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}
allprojects {
repositories {
google()
mavenCentral()
jcenter()
}
}

View File

@@ -29,13 +29,18 @@ android {
}
}
repositories {
// maven { url = "https://oss.sonatype.org/content/repositories/snapshots"}
}
dependencies {
implementation project(':transformations')
// implementation project(':transformations')
implementation 'jp.wasabeef:glide-transformations:4.3.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.github.bumptech.glide:glide:$glide_version"
kapt "com.github.bumptech.glide:compiler:$glide_version"
implementation "jp.co.cyberagent.android:gpuimage:$gpuimage_version"
implementation "androidx.appcompat:appcompat:1.3.0-alpha02"
implementation "androidx.recyclerview:recyclerview:1.2.0-alpha05"
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation "androidx.appcompat:appcompat:1.3.0-beta01"
implementation "androidx.recyclerview:recyclerview:1.2.0-beta01"
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
}

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
distributionUrl=https://services.gradle.org/distributions/gradle-6.7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@@ -37,5 +37,8 @@ ext {
allLicenses = ["Apache-2.0"]
}
apply from: 'https://gist.githubusercontent.com/wasabeef/cf14805bee509baf7461974582f17d26/raw/bintray-v1.gradle'
apply from: 'https://gist.githubusercontent.com/wasabeef/cf14805bee509baf7461974582f17d26/raw/install-v1.gradle'
// TODO: Close JCenter on May 1st https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
// apply from: 'https://gist.githubusercontent.com/wasabeef/cf14805bee509baf7461974582f17d26/raw/bintray-v1.gradle'
// apply from: 'https://gist.githubusercontent.com/wasabeef/cf14805bee509baf7461974582f17d26/raw/install-v1.gradle'
apply from: 'https://gist.githubusercontent.com/wasabeef/2f2ae8d97b429e7d967128125dc47854/raw/maven-central-v1.gradle'