Simon Hardt

Results 24 comments of Simon Hardt
trafficstars

No, this is what I *can* do for now but not what I *need* ;-) I want to restore the complete state before the lib modifies the toolbar. See the...

Ah great - didn't see that. But now I have the problem, that the single-click ist passed to disabled entries while others are selected. How can I achieve, that disabled...

Well no, it does not... When returning `null` in `defaultItemViewClickListener()` for positions I'd like to be not-selectable, the normal click (when no selection is going on) is disabled too. So...

Plus, the long-press is still active for entries marked with `false` in `isSelectableInMultiChoiceMode()`. Seems like a bug!?

BTW, I managed to use a workaround for this. My adapters extend from a man-in-the-middle adapter `MultiChoiceAdapterDelegate` which has a flag `multiSelectEnabled` along with a setter for it.. ```java public...

Here are some screenshots: #### drawer overlapping status bar (correct) ![image](https://cloud.githubusercontent.com/assets/3737512/22458331/46e0c72c-e79c-11e6-8ce8-13563737fe83.png) #### drawer behind status bar (wrong) ![image](https://cloud.githubusercontent.com/assets/3737512/22458346/5ccbd568-e79c-11e6-9015-0d004ced6322.png) As mentioned, this happens after a selection was made and the lib...

I just realized that this happens only *after* the selection is finished (so it's still correct when selection is in progress). Maybe this helps identifying the problem.

Hmm, so I need to set up the webhook for the project and each user needs to `/gitlab subscribe`? --- When trying to subscribe, I receive an error. Using `/gitlab...

Just to make sure: How do I subscribe to projects or groups? Is `/gitlab subscribe android/project1` correct or do I need to do more? Maybe I missed something during the...

I've just activated "Enable Private Repositories" and now it's working. I can subscribe to my repo (it was set to private in gitlab so it's my fault). --- But it...