Przemysław Raciborski

Results 4 issues of Przemysław Raciborski

1. Custom InputToolbar support. 2. Default user initials support. 3. User Send Add Message method is now protected. 4. RecyclerView invalid height (wrap_content) fix 5. RecyclerView is scrolled to bottom...

MvxRecyclerView should support incremental loading (fetching new items) by scrolling to the end of list. I propose adding binding such as local:MvxBind="ItemSource SomeObservableItemsSource; IncrementalLoading CommandWhichHandleIncrementalLoading"

enhancement
help wanted

Close Fragment method is not implemented and won't work correctly until we change .Close method signature in main MvvmCross library. Reason: 1. The only information we have during .Close call...

Sended files parameters are loaded to memory instead of using StreamContent. Can cause OutOfMemoryExceptions.

enhancement