Brenden Kromhout
Brenden Kromhout
I've added comments to all of the changed areas to explain why I made the changes and what bugs the changes fix. I've tested the changes extensively. Here's the edge...
Be sure that this handles drag and drop correctly (if we're lucky, it'll work just fine) https://developer.android.com/reference/android/support/v7/util/DiffUtil.html
When the recyclerview has padding on the top of it, dragging items around causes the recyclerview to scroll up a little bit each time that an item is dragged to...
If the last item's height is smaller than those before it, then we get issues when our fast scroll thumb gets towards the bottom of the view; the recyclerview's position...
I recently reorganized some of my repos that I have for school so that instead of them being all separate folders in my Dev folder: ``` Dev\CSC230 Dev\CSC246 Dev\CSC236 ......
We neglected to change the cards so that they would use double-quotes rather than "contains the string" and such; we should do that ASAP
It'd be nice to support RealmList variables, both those which hold supported [boxed] primitives, as well as those which hold other `RealmModel`s. - Enable support for a contains/does not contain...
It shouldn't be too difficult to add some basic heuristics to the `RealmQueryView` builder so that we prevent queries which are syntactically invalid. We could denote the issues using either...
Ruqus is, by nature, a fairly complex beast internally. This is not helped by a very limited/obtuse set of nomenclature either. It'd be great to try and reduce this complexity...