Giter Club home page Giter Club logo

android-color-picker's People

Contributors

googlecodeexporter avatar

android-color-picker's Issues

Small issue with ICS or maybe the DIP

What steps will reproduce the problem?
1.Test on ICS (Nexus)

The vert scale isn't centered. Maybe you missed a density calc? I've been 
messing with color pickers all night so I didn't look at the code.

Anyhow, nice job! This is the only subtle issue I can see.



Original issue reported on code.google.com by kenyu73 on 16 Mar 2012 at 3:09

Attachments:

No resource identifier found for attribute 'layerType'"

What steps will reproduce the problem?
1. Download project from SVN
2. Import project in Eclipse

I got several similar problems as Eclipse told me. All of them are:
"error: No resource identifier found for attribute 'layerType' in package 
'android'   ambilwarna_dialog.xml   /AmbilWarna/res/layout-land line 58 Android 
AAPT Problem"
in layout xml files. Tell me please what I'm doing wrong?

Original issue reported on code.google.com by [email protected] on 17 Nov 2011 at 3:16

Enter one-line summary

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by Atn313111 on 9 Feb 2015 at 1:43

Provide color palettes

I would like to have color palettes a user can choose a color from. For 
instance, 8 or 16 pre-defined colors could be displayed besides or below the 
actual color picker.

The optimal solution (at least for me :-) ) would offer different color 
palettes (e.g. from here: http://paletton.com/) the colors of which would be 
clearly distinguishabe and looking nice together - the developer would then 
choose the one to be used within her app (or let the user make that choice - 
this could of course also be supported by AmbilWarna, but is not a priority for 
me). Additionally, the developer should be able to define her own color palette 
to be used and offered by AmbilWarna.

And of course the palette should be optional (and probably be switched of by 
default for compatibility reasons).

Despite that: Thanks for this great color picker.

Original issue reported on code.google.com by [email protected] on 20 Jun 2014 at 11:10

Made a DialogPreference

I made this because I wanted the preview swatch in the preference widget. I 
made no changes to the existing code, only added these two files. It is 
basically the code for the dialog, rearranged a little.

I'm using it for Hippy Curves Live Wallpaper. The present release uses the 
original dialog, and this is in the release that I will probably make tomorrow 
morning.

Thanks for the code. I looked all over for color pickers and this was the best 
one.

Original issue reported on code.google.com by [email protected] on 8 May 2012 at 3:06

Attachments:

Your example is missing the "new" and an 'l'

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.
I copied and pasted your lovely sample and had a devil of a time getting it to 
compile.  It needs a "new" for one thing, also OnAmbiWarnaListener was 
mispelled, and mentioning the imports needed would be helpful.  Great color 
picker!  If I knew how to become a member here I would be happy to contribute...


         AmbilWarnaDialog dialog = new AmbilWarnaDialog(ctx, color, new OnAmbilWarnaListener() {

Original issue reported on code.google.com by [email protected] on 22 Sep 2011 at 4:26

Alpha channel

Hi,

I've worked for several hours on my onw color picker till I found this one, so 
I trashed it and use this working one ;)

But I'm missing a slider for the alpha channel, do you plan to add one, or to 
make it an optional feature?

Original issue reported on code.google.com by [email protected] on 2 Nov 2011 at 6:17

Extra margin on right side

What steps will reproduce the problem?
1. In a button's onClick() method, construct a new AmbilWarna dialog and show 
it.
2. Click the button.

What is the expected output? What do you see instead?
I would expect to see a dialog that wraps around the content, but instead I see 
extra margin on the side.

What version of the product are you using? On what operating system?
Version of the product...whatever the current release is...the AndroidManifest 
for the library doesn't record version numbers. 

The OS is Android 4.1.1 on a Samsung Galaxy Tab2 (an emulator tablet running 
4.2.2 also has this issue). I tested it on a Galaxy Nexus phone running 4.2.2, 
and it didn't have this issue.

Please provide any additional information below.
A similar problem is addressed in this question, but I'm not sure how to adapt 
it to the color-picker.
http://stackoverflow.com/questions/12092299/android-custom-dialog-has-wrong-dime
nsions

Original issue reported on code.google.com by [email protected] on 19 Jun 2013 at 8:01

Attachments:

the rusult looks different

my result looks lack of a textView  that  marked used red ink.could you tell me 
 why. in your first page ,your code is mistake ,you lack of "new"

 AmbilWarnaDialog dialog = new AmbilWarnaDialog(testColorPicter.this, 222, new OnAmbilWarnaListener() 
                    {

                        @Override
                        public void onCancel(AmbilWarnaDialog dialog) {
                            // TODO Auto-generated method stub
                            Log.i("","");
                        }

                        @Override
                        public void onOk(AmbilWarnaDialog dialog, int color) {
                            // TODO Auto-generated method stub

                        }

                    });
                    dialog.show();

            }
        });

Original issue reported on code.google.com by [email protected] on 6 Oct 2010 at 10:46

Attachments:

Nice job!

No issue, just wanted to say thanks for the great color picker. I'm really glad 
its DIP compatible. I was using UberColorPicker in my Banner Widget app for the 
past 18 months and I'm currently coding it with your picker.

Thanks again!
Eric

Original issue reported on code.google.com by kenyu73 on 16 Mar 2012 at 3:06

Attachments:

No black edge on the color plane

What steps will reproduce the problem?
1. Build AmbilWarna on a 64 BIT windows environment
2. Run Ambilwarna color picker on a tablet (the bug only manifests on tablets, 
we reproduced it on Nexus tab and Prestigio Multipad)

What is the expected output? What do you see instead?
The expected output is the color plane with black on the bottom edge. The 
manifestation of the bug is, that there is no dark gradient on the color plane, 
there is just white on the left and solid color on the right, the color gets no 
darker towards the bottom of the color plane.


What version of the product are you using? On what operating system?
Tested on Nexus tab and Prestigio Multipad PMP5197D ultra, built on 64bit 
windows 7. If AmbilWarna is built on Linux or 32 bit windows, the bug does not 
pop out.


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 29 Jan 2013 at 8:12

Proper ProGaurd configuration

What is the proper ProGaurd configuration when referencing the color picker? 

I cannot compile an app with ProGaurd without getting: 
"java.lang.ClassNotFoundException: yuku.ambilwarna.AmbilWarnaKotak in loader 
dalvik.system.PathClassLoader"

I've tried adding the following with no success:

-keep public class yuku.ambilwarna.AmbilWarnaKotak
-keep public class yuku.ambilwarna.AmbilWarnaDialog

I've you've got a working example configuration, that would be helpful to see.

Thanks!


Original issue reported on code.google.com by [email protected] on 22 Jul 2012 at 8:06

Does not work on tablets (Android 3.0 Honeycomb) because what color I select is not the same as the one shown and returned

I'm using Acer Iconia Tab A500 and Android 3.0.1

The color I'm selecting with the finger in the big gradient selector rectangle 
is not shown correctly in the second small result rectangle or return 
correctly. I get a darker color.

I'm using something like:

int currtentColor = 0xffffffff;
AmbilWarnaDialog dialog = new AmbilWarnaDialog(YourClassName.this, 
currtentColor, new OnAmbilWarnaListener()
{
@Override
public void onCancel(AmbilWarnaDialog dialog) {
}
@Override
public void onOk(AmbilWarnaDialog dialog, int color) {
}
});
dialog.show();

Original issue reported on code.google.com by [email protected] on 27 May 2011 at 3:17

empty repository ...

Whenever I try to clone the android-color-picker repository with

git clone https://code.google.com/p/android-color-picker/

I get the warning "warning: You appear to have cloned an empty repository.", 
and indeed the cloned repository is empty. As you suggested at Source - 
Command-line access to clone the repository from 
https://code.google.com/p/android-color-picker/, I don't think that you left 
the repository empty on purpose, so I thought that it would be a good idea to 
let you know about that.

Original issue reported on code.google.com by [email protected] on 8 Jul 2014 at 11:04

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.