AnderWeb

Results 21 comments of AnderWeb

I cannot reproduce the issue, when I release the handle, it just stays where I left it. Could you provide some more info?

The only solution I see is creating a specific method where the dev can specify a measuring "biggest text", but I'm not sure if it's a very "professional" solution... I'm...

Yes, but i don't know howto solve...

Which error? The "android.content.pm.PackageManager$NameNotFoundException" one? Thats cause at the first boot it tries to create a default set of shortcuts to desktop, but if the app is not installed that's...

1-What is "so many thread"? 2-To prevent default set of shortcuts, edit the default_workspace.xml 3-I don't know what's the "transliterator error", but seems related to the android framework translation stuff....

Have you tried to test both launchers with the same widgets?

Originally, the mKeyProgressIncrement var was only used for keyboard tracking, and it's modified here. So if you set a manual step of 2 and then initiate a keyboard tracking event,...

Also, for the programmatic color modification, we should use the same approach than the other methods. Also we should add set***Color methods receiving a ColorStateList too, just in case. It...

Oh, yes, didn't see that. We should add @AOrobator to that issue too, as he made the previous changes. Ok, just leave the setTrackColor commit there and I'll add a...

Currently, all the drawables inherit from org.adw.library.widgets.discreteseekbar.internal.drawable.StateDrawable. This drawable uses a ColorStateList for the coloring (so devs can use different colors for pressed/focused/disabled/whatever). I was thinking on providing two setters...