Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Releases: danimahardhika/wallpaperboard

1.2.4

20 May 12:40
Compare
Choose a tag to compare
  • Code cleanup
  • Fixed #17, #1
  • Improved stability and performance
  • Improved inbuilt wallpaper apply
  • Localization
  • Redesigned wallpapers grid
  • Added an option to change navigation view header style

How to Update

  1. Open dashboard_configurations.xml and follow this commit
  2. Open module:app build.gradle and change Wallpaper Board version to 1.2.4
  3. Sync project with gradle files

1.2.0

10 May 14:38
Compare
Choose a tag to compare
  • Fixed #16
  • Fixed wallpaper crop on Android below Lollipop
  • Fixed supports for 18:9 and 18.5:9 screen aspect ratio
  • Improved wallpaper preview #13
  • Added tutorial how to use the dashboard for user, can be reset from settings
  • Added an option to disable shadow
  • Added an option to enable rounded corner wallpaper card
  • Redesigned default navigation drawer icon

How to Update

  1. Open gradle-wrapper.properties and follow this commit
  2. Open Project: build.gradle and follow this commit
  3. Open dashboard_configurations.xml and follow this commit
  4. Open module:app build.gradle and change Wallpaper Board version to 1.2.0
  5. Sync project with gradle files

1.1.1

05 Apr 13:10
Compare
Choose a tag to compare
  • Fixed #11
  • Code cleanup

1.1.0

03 Apr 16:06
Compare
Choose a tag to compare
  • Fixed #7, #8, #9
  • Fixed inbuilt wallpaper crop
  • Fixed splash screen loading time
  • Improved wallpaper preview
  • Code cleanup
  • Updated dependency
  • Redesigned settings and about
  • On API 24 (Nougat) apply wallpaper set for both home and lockscreen

How to Update

  1. Open project build.gradle and follow this commit
  2. Open gradle-wrapper.properties and follow this commit
  3. Open colors.xml and follow this commit or just copy paste colors.xml from sample project
  4. Open module:app build.gradle and change WallpaperBoard version to 1.1.0
  5. Sync project with gradle files

NOTE: You need to update Android SDK, make sure to update Android Support Repository to latest version

1.0.5

06 Mar 07:50
Compare
Choose a tag to compare
  • Fixed #1, #5, #6
  • Updated dependency
  • splash_screen_duration inside dashboard_configurations.xml no longer used, just remove that, latest commit here.

NOTE:

  1. You need to update Android SDK, make sure to update Android Support Repository to latest version
  2. If you don't want to create separate link for url and thumbUrl in wallpaper json, now you can set both of them with the same url. Dashboard will automatically resize image to display wallpaper thumbnail on server side (resize image -> download resized image -> display) which is faster.

1.0.2

21 Feb 14:19
Compare
Choose a tag to compare
  • Fixed #3
  • Fixed contributors not hidden correctly
  • Updated dependency

1.0.1

11 Feb 13:43
Compare
Choose a tag to compare
  • Fixed #2 wallpaper search column count
  • Fixed tablet layout
  • Fixed inbuilt wallpaper crop
  • Updated dependency

1.0.0

05 Feb 08:48
Compare
Choose a tag to compare
  • Initial release