Callum Coombes

Results 6 issues of Callum Coombes

I have encountered a strange bug. In one of my activities the keypad delete button cannot be used even though it is set to true in the XML and is...

The issue is that the recyclerview scrolls down almost a complete row when the soft keyboard appears or disappears. [Here is a visual example](https://i.stack.imgur.com/JxDFQ.gif) The layout for the activity uses...

I want messages to start from the top. This is possible using `messagesList.setAdapter(messageListAdapter, true);` to set the reverse boolean parameter as true. However, this also reverses all the date headers...

For this fork: [https://github.com/GPSIForks/realm-expandable-recycler-view](https://github.com/GPSIForks/realm-expandable-recycler-view) Realm updates work fine, however, insertions do not work at all for me. I always get `android java.lang.IndexOutOfBoundsException: Inconsistency detected` with any insertion to the child...

I get the following error when trying to build with minify enabled `Warning: de.jonasrottmann.realmbrowser.models.view.ModelsActivity: can't find referenced class de.jonasrottmann.realmbrowser.models.ModelsContract$SortMode ` I have the rules in my proguard file as instructed...

How do I get the player progress to display it in a seekbar? The MediaPlayer is always null for me.