Skip to content

Releases: redwarp/gif-wallpaper

Remove dependency to Glide

21 Aug 11:25
826c577
Compare
Choose a tag to compare

Copies over strictly what is needed.

Fix in GifDrawable recycling

12 Aug 20:29
a595380
Compare
Choose a tag to compare
v1.2.2

GifDrawable recycling fix

Use choreographer to sync draw

09 Aug 16:28
9058eca
Compare
Choose a tag to compare
v1.2.1

Use choreographer to draw

Add support for Android 21

06 Aug 12:07
25c05e8
Compare
Choose a tag to compare
v1.2.0

Support for Android 21

Replace AnimatedImageDrawable with GifDrawable

31 Jul 09:51
e0b7626
Compare
Choose a tag to compare

The AnimatedImageDrawable stops working after a while, and it's hard to fix and debug, as it simply seems to crash in the native code.

Replace Glide's GifWallpaper by a simpler implementation

17 Jul 11:37
6e66bfe
Compare
Choose a tag to compare
v1.1.3

Replace Glide's GifDrawable by a simpler implementation

Optimizations

11 Jul 10:31
98aedf6
Compare
Choose a tag to compare

Draw calls and memory optimizations

Disable backup, add french locale

18 Jun 17:44
083247d
Compare
Choose a tag to compare

Backup makes no sense for this app, so it's now disabled.
Also add french locale.

Require wallpaper in the manifest

12 Jun 08:41
ad0ea08
Compare
Choose a tag to compare

This should avoid installation on chromebook or other unsupported devices

Fix ActivityNotFoundException

08 Jun 16:44
35d7ce0
Compare
Choose a tag to compare

Well, more like, try catch it.