This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Releases: danimahardhika/candybar-library
Releases · danimahardhika/candybar-library
1.5.1
- Fixed wallpaper preview layout issue on Android below Lollipop
- Improved icons section, icons should load faster
- Improved icons search
- Improved icon request, missing apps should load faster
- Added an option to disable icons sort, by disabling this icons preview will load even faster, you can use CandyBar Icons Builder to generate drawable.xml that already sorted alphabetically. Check
dashboard_icons.xml
in sample project to add this configuration. Latest commit here
NOTE: If you still using version below 1.5.0, you need to update to 1.5.0 first
1.5.0
- Fixed bugs
- Fixed icon picker not working on holo launcher
- Fixed permission, storage permission only used for download wallpaper
- Fixed design consistency on Android below Lollipop
- Improved stability and performance
- Improved icon request, now you can enable only premium icon request #5. Set
enable_icon_request
tofalse
, and setenable_premium_request
totrue
- Improved wallpapers section and wallpaper preview
- Updated support library to 25.1.0
- Redesign
- Google Inbox not supported to send request
- Instead using push notification, CandyBar will check if there's a new wallpaper using intent service, which means CandyBar only give a notif when the app running
- Added an option to disable wallpaper download
- Added an option to adjust wallpaper preview image quality
- Removed automatic wallpapers update
home_description
now support html formatting- Changed default colors
Read this before updating
- Delete
WallpaperActivity.java
from your project - See latest commit here, follow those changes
- Update CandyBar to 1.5.0
- Sync project with gradle files
NOTE: If you are confused, it's better to start again from the beginning (setup)
1.4.0
- Fixed some bugs
- Fixed typo
- Cleaned unnecessary code
- Added Nougat Launcher to apply, see Customization: Advanced to see launcher icon name to replace it
- Improved Crash Report
NOTE: It's recommended to update Android SDK
- Update Android SDK Tools 25.2.4, Android SDK Platform-tools 25.0.2, Android SDK Build-tools 25.0.2, and Android 7.1.1 (API 25) SDK Platform
- Edit Project:
build.gradle
, latest commit here - Update CandyBar to release 1.4.0
- Sync project with gradle files, make sure your PC or Laptop connected to internet
1.3.9
1.3.6
- Fixed issue #10
- Fixed code hierarchy to improve performance
- Fixed license checker won't run when changed from disabled to enabled, this will works only when you start the project with release 1.3.6 and future updates
- Icon request now will try to provide highest quality icon available
- Added back Report Bugs
- Changed default splash screen duration to 1000 milliseconds, latest commit here
- Crash Report, this will help to fix the issue related to dashboard
NOTE:
- Make sure to check SplashActivity.java from sample project, if you start your project from release 1.0.2 and up this is not needed.
- If you receive an email with subject
CandyBar: Crash Report
, make sure to open new issue here with information from attached file, so that I can fix the issue.
1.3.2
1.3.0
- Fixed some bugs
- Fixed icons sorting
- Improved dashboard performance
- Improved icon request, for better organizing icon request now provide application name with locale english (en-US)
- Removed report bugs, use Appfilter Cleaner instead
- Removed global_icons_search option, it will be used as default now. Just remove
enable_global_icons_search
fromdashboard_icons.xml
, latest commit here - Added an option to adjust navigation drawer width. Check
dashboard_configurations.xml
in sample project to add the configuration, latest commit here - Also check
colors.xml
in sample project, latest commit here
NOTE: You need to update Android Support Repository
Icons Builder 0.0.5
- Fixed icons sorting
- Non
*.png
file will be excluded now - Icons Builder now support unlimited category
1.2.0
- Fixed some bugs
- Fixed code consistency
- Fixed unable to download wallpaper on slow network
- Fixed unable to load wallpaper preview on slow network
- Fixed unable to apply wallpaper because out of memory exception on some device
- Fixed global icons search layout issue #6
- Fixed cache not cleared properly
- Removed wallpaper details in wallpaper preview
- Removed unnecessary permission
SET_WALLPAPER_HINTS
- Improved icon request
- Improved wallpaper preview
- Improved overall dashboard performance
- Added an option to select and deselect all request
- Added an option to enable or disable wallpaper scroll when applying wallpaper
1.1.0
- Fixed premium request restore purchases. This is happened when you change premium request product id with a new one
1.0.8
- Fixed wallpapers layout padding
- Added an option to exclude certain name while displaying icons preview #7. Check sample project inside
dashboard_icon_name_replacer.xml
to enable this.