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

221 Commits

Author SHA1 Message Date
Daichi Furiya
059782f6af
Update README.md 2020-09-27 22:30:37 +09:00
Daichi Furiya
09e62054e9
Release 4.3.0 (#184)
* refactor: clean code

* update: gpuimage

* update: min sdk to 21

* refactor: remove support rs

* update: gradle plugin

* style: fix xml format

* update: update gradle properties

* release 4.2.1

* update: samples

* update: sample

* update:changelog

* remove comments

* change release version
4.3.0
2020-09-27 07:37:31 +09:00
Daichi Furiya
4b4f6b1ad4
Update build.gradle 2020-09-24 18:49:48 +09:00
Daichi Furiya
074b6eef45
Release 4.2.0 (#183)
* format

* update copyright

* remove -android.namespacedRClass

* update compile&target sdk version to 30

* update dependencies

* update gitignore

* update samples dependencies

* update signinconfig

* bump up to 4.2.0

* bump up to 4.2.0
4.2.0
2020-09-15 03:51:31 +09:00
bigeye-wg
fa04c1b3c9
fixed drawDiagonalFromTopLeftRoundRect (#178) 2020-09-15 02:45:35 +09:00
Daichi Furiya
056adc6451
Create FUNDING.yml 2020-07-28 23:24:40 +09:00
Jason Cooke
1c925c932e
docs: fix typo (#166) 2020-01-30 15:52:25 +09:00
Daichi Furiya
b08325ec70
Update README.md 2019-08-15 17:07:31 +09:00
wasabeef
e9acc52d9e add RoundedCourners to sample 2019-08-15 16:24:26 +09:00
wasabeef
ce14f7bdf1 update androidx libraries 2019-08-15 15:10:55 +09:00
Daichi Furiya
0b9311813a
4.1.0 (#163)
* update gradle wrapper

* update Copyright

* update kotlin version

* update glide

* update Copyright

* refactor to be simply

* add CircleCropWithBorder to sample

* code cleanup

* add px to dp convert

* update gradle

* update idea settings

* bump up to 4.1.0

* update readme
2019-08-15 13:47:18 +09:00
VeCharm
e16eda6af1 setCanvasBitmapDensity (#147) 2019-08-15 12:05:57 +09:00
Terence
783d69c579 Add crop circle with border transformation (#136) 2019-08-15 12:04:05 +09:00
Devansh Maurya
ec0e655f0a Update Readme.md (#162)
Added RequestOptions as a prefix to bitmapTransform() function call as it is difficult for many newcomers to understand from where to get bitmapTransform() function
2019-08-15 12:01:32 +09:00
wasabeef
9d4d7990d3 bump up to 4.0.1 2018-11-20 10:54:25 +09:00
wasabeef
d67f715c65 add consumerProguardFiles 2018-11-20 10:52:45 +09:00
wasabeef
f09f073442 update gradle plugin 2018-11-20 10:52:26 +09:00
Daichi Furiya
2e2846d354
refactor support rs (#142) 4.0.0 2018-11-16 18:01:01 +09:00
Daichi Furiya
3aa8e53c6a
[WIP] Migrate to AndroidX (#141)
Migrate to AndroidX
2018-11-16 16:19:42 +09:00
Daichi Furiya
4818373fc5
v3.3.0 (#127)
* fixed #119

* update gradle files

* rename

* add sample of SupportRSBlur

* update libs

* bump up 3.3.0
2018-04-23 05:08:05 +09:00
Mike Fougere
8c72ad64b9 Add SupportBlurTransformation which uses RenderScript support library. (#125)
* 	Add SupportBlurTransformation which uses RenderScript support library.

* 	Whoops -- forgot to change the imports.

* 	Fix type.
2018-04-23 02:09:21 +09:00
Daichi Furiya
81e72fc553
Deprecated RSBlur (#124) 2018-04-10 03:05:28 +09:00
Daichi Furiya
0361d97018
Update build.gradle 2018-04-10 01:01:17 +09:00
Daichi Furiya
9b00767304
3.1.1 (#116)
* update gradle wrapeer

* fix proguard settings

* update glide

* bump up 3.1.1
3.1.1
2018-02-13 16:32:10 +09:00
Frederic Ye
a5f7017f57 Added TV Time as application (#114) 2018-02-13 15:26:41 +09:00
wasabeef
9e85b0b759 update sample codes 2018-02-01 16:48:27 +09:00
Daichi Furiya
51f7b515fa
For Glide 4.5.0 (#112) 3.1.0 2018-01-26 17:08:27 +09:00
CrabeMan
43f38cc4b3 Implement equals() and hashCode() methods (#105)
* Implement equals() and hashCode() methods

* Oops: Replace by static final to prevent String class name generation for every call on hashCodes() & updateDiskCacheKey() methods
2018-01-25 17:15:27 +09:00
Daichi Furiya
970afc35fe Fixed Proguard settings (#88)
* Issue #86 - Deleted a setting for DexGuard
2017-09-08 17:18:50 -07:00
Daichi Furiya
f6cbe2722d Support Glide 4.0.0 (#83) 2017-09-07 00:47:27 -05:00
wasabeef
1264e01f6e fix format 2017-03-21 11:55:30 -07:00
wasabeef
1a474cdd8c update gradle wrapper 2017-03-21 11:53:41 -07:00
wasabeef
311bcde37f Merge branch 'master' of github.com:wasabeef/glide-transformations 2017-03-17 18:35:44 -07:00
wasabeef
945e5a8063 updated icon 2017-03-17 18:35:05 -07:00
Daichi Furiya
30b41fa167 Update README.md 2017-03-17 18:29:47 -07:00
Daichi Furiya
2a720df48d Update README.md 2.0.2 2017-03-17 17:47:58 -07:00
wasabeef
06db3295a1 updated art 2017-03-17 17:45:28 -07:00
Daichi Furiya
34cc92f7a4 Merge pull request #66 from wasabeef/dev
2.0.2
2017-03-17 17:41:49 -07:00
wasabeef
5715d7a999 bump up 2.0.2 2017-03-17 17:35:48 -07:00
wasabeef
36c0d00ae9 updated libs 2017-03-17 17:35:29 -07:00
wasabeef
a29346e8d2 updated sdks 2017-03-17 17:20:28 -07:00
wasabeef
c3f2ce75a4 updated gradle 2017-03-17 17:19:53 -07:00
wasabeef
4d47793f79 updated copyright 2017-03-17 17:17:37 -07:00
Daichi Furiya
45c2e3bcfe Merge pull request #45 from timusus/master
Additional resource cleanup in RSBlur
2017-03-17 15:27:20 -07:00
Tim Malseed
a139c21d31 Additional resource cleanup in RSBlur
When the blur is finished, the input, output, and blur are all destroyed, along with the renderscript instance.

This resolves a strictmode 'resource acquired but never released' violation.
2016-06-12 23:55:52 +10:00
Daichi Furiya
c3f09cdd0d Merge pull request #38 from wasabeef/v2.0.1
V2.0.1
2.0.1
2016-04-21 15:29:01 +09:00
wasabeef
ddd76d4f06 fix layout 2016-04-21 15:27:26 +09:00
wasabeef
f9bca8887d fix bugs issue #35 2016-04-21 15:23:22 +09:00
wasabeef
592815a6a0 update gradle 2016-04-21 15:22:58 +09:00
wasabeef
f6540b111f bump up 2.0.1 2016-04-21 15:22:46 +09:00