Skip to content

Releases: redwarp/gif-wallpaper

2.2.0

04 Feb 11:50
fb94420
Compare
Choose a tag to compare

Bug Fixes

  • Prevent setter in GifWrapperDrawable to call getter

Features

  • Add turkish language

Miscellaneous Tasks

  • Bump gradle from 7.3.0 to 7.3.1 (#280)
  • Bump commonmark from 0.19.0 to 0.20.0 (#283)
  • Bump accompanist-systemuicontroller from 0.25.1 to 0.27.0 (#286)
  • Bump commonmark from 0.20.0 to 0.21.0 (#288)
  • Bump spotless-plugin-gradle from 6.11.0 to 6.12.0 (#290)
  • Update jetpack compose to 1.3.x
  • Update jetpack compose in markdown lib
  • Update test libs
  • Bump accompanist-systemuicontroller from 0.27.0 to 0.28.0 (#291)
  • Write a few comments using copilot.
  • Bump robolectric from 4.9 to 4.9.1 (#293)
  • Update pre-commit hooks
  • Update kotlin to 1.8.0
  • Ignore useless idea files
  • Update dependencies and gradle

2.1.0

07 Oct 16:54
d057f4d
Compare
Choose a tag to compare

Bug Fixes

  • Landscape insets not properly set

Features

  • Add Basque language (#278)

Miscellaneous Tasks

  • Bump coil-compose from 2.2.1 to 2.2.2 (#275)
  • Bump robolectric from 4.8.2 to 4.9 (#276)
  • Bump kotlin from 1.7.10 to 1.7.20

2.0.4

27 Sep 09:11
1210f11
Compare
Choose a tag to compare

Bug Fixes

  • Cleaner splash screen
  • Privacy policy now opens the website
  • Implement missing markdown elements
  • Color picker displays selected color
  • WallpaperObserver was incorrectly set and would run in preview mode
  • Check icon was in the wrong folder

Miscellaneous Tasks

  • Update the ic_color_lens_off icon
  • Update phone launch graphic
  • Update pre-commits
  • Setup website to host privacy policy (#264)
  • Set title to homepage
  • Grammar and spell checking in about page
  • Move privacy policy to website dir
  • Bump coil-compose from 2.2.0 to 2.2.1 (#265)
  • Bump dependencies
  • Bump spotless-plugin-gradle from 6.10.0 to 6.11.0 (#268)
  • Bump gradle from 7.2.2 to 7.3.0 (#269)
  • Bump decoder from 1.4.0 to 1.4.4 (#270)
  • Bump android-drawable from 1.4.0 to 1.4.4 (#271)
  • Update privacy policy (#272)

Refactor

  • Simplify markdown composable creation
  • Extract string literal to const

2.0.3

02 Sep 12:55
3540053
Compare
Choose a tag to compare

Bug Fixes

  • Update compose to 1.2 and fix insets
  • Gestures ignore system padding
  • Add a border to colors in color picker
  • Use repeatOnLifecycle in service
  • Disk read violation

Miscellaneous Tasks

  • Remove useless manual release
  • Move preview at the end of class
  • Update gradle to 7.5.1
  • Update kotlin and dependencies
  • Replace deprecated -Xopt-in with -opt-in
  • Compile and target with sdk 33
  • Update fastlane
  • Update screenshots
  • Set project to use java home for gradle
  • Add dependencyUpdates plugin to the markdown module
  • Update rust dependencies
  • Setup StrictMode in debug mode

Refactor

  • Remove useless code
  • Delete more useless code
  • Remove useless deps and tests

2.0.2

23 Aug 15:20
361aabe
Compare
Choose a tag to compare

Bug Fixes

  • Fix active wallpaper detection for Android 13

Miscellaneous Tasks

  • Add monochrome icon
  • Update rust deps
  • Create manual release flow

2.0.1

26 Jul 14:13
538429f
Compare
Choose a tag to compare

Bug Fixes

  • Fix concurrency issue with the GifDrawable

Miscellaneous Tasks

  • Update action to check that it build
  • Fix README pointing to non existing image
  • Bump kotlinx-coroutines-core from 1.6.3 to 1.6.4 (#246)
  • Update dependabot.yml
  • Bump kotlinx-coroutines-android from 1.6.3 to 1.6.4 (#245)
  • Create rust release-process to replace standard-version
  • Update pre-commit hooks
  • Bump rust deps to address security issue
  • Update gradle to 7.5
  • Update spotless for hooks

2.0.0

09 Jul 15:50
7720d5f
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Rewrite the app with Jetpack compose (#242)

Features

  • Rewrite the app with Jetpack compose (#242) (0db943a)

Bug Fixes

  • Compat version of WallpaperColors for Api pre 31 (47812c9)
  • Simplify SurfaceDrawableRender to use main looper (f9876d5)

1.13.4

26 Jun 14:59
314abc5
Compare
Choose a tag to compare

Bug Fixes

  • Fix for Android 21 (2d05d25)
  • Remove use of global scope, declare scope in app. (7b2ba7e)
  • Target sdk 32 (49cf76d)
  • Update russian translations (72be969)

1.13.3

17 Jun 17:58
295dc8b
Compare
Choose a tag to compare

Bug Fixes

  • Fix for inset code, use proper compat code (7479ca2)

1.13.2

13 Jun 16:52
1003b78
Compare
Choose a tag to compare

Bug Fixes

  • Update deprecated inset code (b292143)
  • Update GifDrawable and decoder to 1.2.0 (b9eaec8)