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

Releases: danimahardhika/candybar-library

1.5.1

08 Jan 16:11
Compare
Choose a tag to compare
  • 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

07 Jan 13:05
Compare
Choose a tag to compare
  • 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 to false, and set enable_premium_request to true
  • 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

  1. Delete WallpaperActivity.java from your project
  2. See latest commit here, follow those changes
  3. Update CandyBar to 1.5.0
  4. Sync project with gradle files

NOTE: If you are confused, it's better to start again from the beginning (setup)

1.4.0

14 Dec 00:21
Compare
Choose a tag to compare

NOTE: It's recommended to update Android SDK

  1. 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
  2. Edit Project: build.gradle, latest commit here
  3. Update CandyBar to release 1.4.0
  4. Sync project with gradle files, make sure your PC or Laptop connected to internet

1.3.9

07 Dec 15:16
Compare
Choose a tag to compare
  • Cleaned unnecessary code
  • Replaced some code to reduce memory usage
  • Improved premium icon request #9

1.3.6

06 Dec 09:24
Compare
Choose a tag to compare
  • 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:

  1. 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.
  2. 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

04 Dec 14:54
Compare
Choose a tag to compare
  • Fixed default toolbar search color for dark theme, latest commit here
  • Cleaned unnecessary code to improve performance
  • Better preview wallpaper transition

1.3.0

03 Dec 08:31
Compare
Choose a tag to compare
  • 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 from dashboard_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

24 Nov 16:13
Compare
Choose a tag to compare
  • 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

21 Nov 08:01
Compare
Choose a tag to compare
  • Fixed premium request restore purchases. This is happened when you change premium request product id with a new one

1.0.8

21 Nov 00:20
Compare
Choose a tag to compare
  • 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.