Releases: Anthonyy232/Paperize
Releases · Anthonyy232/Paperize
v1.4.1
v1.4.1
- Bugfixes and feature update
- Fixed service not updating folder wallpapers correctly
- Fixed error when accessing invalid wallpapers
- Fixed empty albums not being deleted
Full Changelog: v1.4.0...v1.4.1
v1.4.0
v1.4.0
- Bugfixes and feature update
- Added ability to schedule lockscreen wallpapers using a different time interval
- Added percentage slider to adjust the blur of the wallpaper
- Added a notice when selecting a user's first album about how the app may sometimes be delayed
- Updated UI to match available options
- Updated wallpaper retrieval method to support separate scheduling
- Adjusted text in notifications screen
- Fixed notifications displaying the wrong next-set-time
- Fixed app displaying the wrong next-set-time
- Fixed an issue where using back gesture would sometimes cause a freeze
- Fixed an issue where bottom sheet would not work properly on devices below Android 9 (Pie)
- Fixed various screens animations displaying incorrectly on Google Pixel devices
- Updated project to Kotlin compiler 2.0
- Updated Android Gradle Plugin to 8.4.1
Full Changelog: v1.3.0...v1.4.0
For the best experience, please do a clean install and/or clear your data and cache
v1.3.0
v1.3.0
- Bugfixes and feature update
- Added option to choose wallpaper scaling (fill, stretch, fit)
- Added option to change the brightness of the wallpaper by percentage
- Added feature to change wallpaper preview based on scaling option
- Enabled compiler strong skipping
- Fixed changing wallpaper error when user has previously selected a different app's live wallpaper
- Fixed issue where changing orientation would cause the app to crash
- Fixed issue where the service would not restart when opening the app if an album is selected
- Updated notification icon to be larger
- Updated localization for multiple languages using machine language
- Updated dependencies
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.2.0
- Added machine translation for 30+ languages
- Machine translation isn't ideal, provide good localization here!
- Added link for translation project in settings page
- Fixed an issue where navigating back from settings page would cause crash if done quickly
- Fixed an issue where selecting an album and stopping it quickly would occur out of order
- Fixed way to fetching version number in settings page
- Improved animations
- Refactored code and optimized imports
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.1.0
- Added toggle for enabling wallpaper changer
- Added current set wallpaper preview
- Added adaptive icon support
- Updated splash screen loading animation
- Refactored code to be more performant
- Fixed an issue where some image files weren't being recognized
- Fixed an issue when trying to change wallpaper to an invalid one
- Fixed an issue where users could select an empty album
- Fixed an issue with crash on SDK 30 device (Android 11 and below)
v1.0.1
v1.0.1
- Fixed an issue with importing folder causing a crash due to type-safe navigation bug. Reverted back to passing JSON for navigation until the issue is fixed
- Fixed an issue with Android manifest requiring wrong feature
v1.0.0
v1.0.0
- Updated dependencies, refactored code for more efficient and cleaner code
- Added reset option in the settings
- Fixed issue with using other images format other than JPG (now supports JPEG, PNG, AVIF, WEBP and perhaps more, untested)
- Fixed issue where the app would instantly crash if the content URIs were not cleared when uninstalling and reinstalling
Planning
Nothing at the moment. Give me your suggestions!
v0.3.0
v0.3.0
Added app icon and GitHub redirect in settings page
Planning
- Look into whether live wallpaper using WallpaperManager (WallpaperManager.ACTION_LIVE_WALLPAPER_CHOOSER) would work well/be realistic
It would drain too much battery. Video/GIF wallpaper is also not possible with current WallpaperManager APIs without using live wallpaper
v0.2.0-alpha
v0.2.0-alpha
Cleaned code and allow adding to previously created albums.
- Added functionality to add more wallpapers and folders to already created albums
- Refactored some old code to be cleaner
- Create an issue if there are any bugs or email me (GitHub profile)
Planning
- Add an app icon 😆
- Look into whether live wallpaper using WallpaperManager (WallpaperManager.ACTION_LIVE_WALLPAPER_CHOOSER) would work well/be realistic
v0.1.0-alpha
v0.1.0-alpha
- The main feature of the app is operational and ready for use
- There are a few minor features that are missing that will be added in v1.0.0 stable release
- Create an issue if there are any bugs