This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
Releases: danimahardhika/wallpaperboard
Releases · danimahardhika/wallpaperboard
1.2.4
- 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
- Open
dashboard_configurations.xml
and follow this commit - Open module:app
build.gradle
and change Wallpaper Board version to 1.2.4 - Sync project with gradle files
1.2.0
- 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
- Open
gradle-wrapper.properties
and follow this commit - Open Project:
build.gradle
and follow this commit - Open
dashboard_configurations.xml
and follow this commit - Open module:app
build.gradle
and change Wallpaper Board version to 1.2.0 - Sync project with gradle files
1.1.1
1.1.0
- 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
- Open project
build.gradle
and follow this commit - Open
gradle-wrapper.properties
and follow this commit - Open
colors.xml
and follow this commit or just copy pastecolors.xml
from sample project - Open module:app
build.gradle
and change WallpaperBoard version to 1.1.0 - 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
- Fixed #1, #5, #6
- Updated dependency
splash_screen_duration
insidedashboard_configurations.xml
no longer used, just remove that, latest commit here.
NOTE:
- You need to update Android SDK, make sure to update Android Support Repository to latest version
- If you don't want to create separate link for
url
andthumbUrl
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
1.0.1
1.0.0
- Initial release