Olaf Gottschalk

Results 30 comments of Olaf Gottschalk

Import add-on: this happens on my Mac. I just tried on an Ubuntu Linux where it works fine. Why is there a difference ONLY in the text returned which should...

I managed to get the header completely selectable by changing one line in `createListView` method: ``` listView.addHeaderView(mMarginView, null, true); ``` The last boolean value switches "isSelectable" feature of the applied...

This is why I think this is not a good starting point in terms of breaking lots of conecpts crucial to ListViews and Adapters. First: it breaks when adapter's content...

Not only is setAdapter a problem: also on adapter.notifiyDataSetChanged() everything needs to be re-computed! Plus: iterating over ALL items in the list and invoke getView - that is practically a...

There are some other huge flaws inside the code as well: Why is getComputedScroll() assuming that there are ANY items? It just states view = getChildAt(0) and accesses view.getTop() immediately...

Also interested in an option to simply ignore sensitivity. I like to "properly" name things in my config spec, like "ThisIsANumber", but also when given a config, "thisisanumber" should properly...

@havocp how can you postprocess a loaded config to lowercase every key?

@havocp, my question was purely related to the technical "how to". Do you have any hint on how to "make a copy while lowercasing keys"?? It is not a simple...

@havocp I tried to manage this the way you proposed. But it is not feasible at all. I got SOME elements deeper within my structure where I need to preserve...

Same issue here! But only in a virtual device with relatively low RAM! Maybe this really is a bug in this lib, cause it happens exactly when opening a slider...