Coder Social home page Coder Social logo

Comments (5)

sarsamurmu avatar sarsamurmu commented on June 15, 2024 2

It's currently not possible. I will add this functionality in the next version.

from candybar.

sarsamurmu avatar sarsamurmu commented on June 15, 2024 1

Hmm, I will let you know after I check the issue

from candybar.

moertel avatar moertel commented on June 15, 2024 1

I can confirm that it's not working for me either. Could it be a logic error, @sarsamurmu? It seems that when the option .setShowTabAllIcons(true) is set, we never reach the else branch:

if (CandyBarApplication.getConfiguration().isShowTabAllIcons()) {
if (!icon.getTitle().equals(CandyBarApplication.getConfiguration().getTabAllIconsTitle())) {
iconSet.addAll(icon.getIcons());
}
} else if (!excludedCategories.contains(icon.getTitle())) {
iconSet.addAll(icon.getIcons());
}

When I set .setShowTabAllIcons(false), it works.

from candybar.

flameshikari avatar flameshikari commented on June 15, 2024

@sarsamurmu I see you added an option to exclude categories from search in 3cbe875; thanks a lot for that. I've tried it, but it didn't work. The icon still appear from multiple categories. Maybe I did something wrong? By the way, what I did:

  1. Made changes according to this commit

  2. Added the option to CandyBar.java

    configuration.setExcludedCategoryForSearch(new String[]{"New"});

    A category name from drawable.xml to be sure:

     <!-- category that should be excluded -->
     <category title="New" />

from candybar.

sarsamurmu avatar sarsamurmu commented on June 15, 2024

It's working fine for me, I don't know what's causing the issue

from candybar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.