- Apr 04, 2016
-
-
Tomasz Cielecki authored
- Apr 03, 2016
-
-
Martijn van Dijk authored
Added missing constructor
-
- Apr 01, 2016
-
-
Flavius-Radu Demian authored
-
- Mar 30, 2016
-
-
Martijn van Dijk authored
Fix caching and some bugs for full-fragging
-
Martijn van Dijk authored
-
Tomasz Cielecki authored
-
Tomasz Cielecki authored
-
Martijn van Dijk authored
Move shared fragment logic to shared lib
-
- Mar 22, 2016
-
-
Martijn van Dijk authored
UIStepper Value target binding and UIControl ValueChanged command binding
-
Martijn van Dijk authored
-
Tomasz Cielecki authored
-
Tomasz Cielecki authored
-
Tomasz Cielecki authored
-
Martijn van Dijk authored
-
Martijn van Dijk authored
-
Martijn van Dijk authored
-
Martijn van Dijk authored
Add bitmap existance check in Droid's MvxImageView
-
Seifer authored
-
Tomasz Cielecki authored
-
Martijn van Dijk authored
Added swipe-gesture-recognizer
-
Simon Schick authored
- Mar 18, 2016
-
-
Martijn van Dijk authored
Fix Android crash when Bitmap updated after MvxImageView destroyed
-
Seifer authored
ImageHelperOnImageChanged method propogates bitmap update on the UI thread, which leads to crash in cases, when MvxImageView has been disposed by Android runtime. This simple fix avoids the crash.
-
Martijn van Dijk authored
Added MvxCollectionReusableView
-
Martijn van Dijk authored
Added missing JNI interop constructors in MvxLayoutInflaterCompat
-
- Mar 17, 2016
-
-
Przemysław Raciborski authored
When Fragment/Activity is destroyed, it looks like managed peer instance of MvxLayoutInflaterCompat is sometimes disposed. JNI could not recreate instance of inflater because of missing IntPtr, JniHandleOwnership constructor - therefore application crash with UnsupportedOperationException.
-
- Mar 14, 2016
-
-
Tomasz Cielecki authored
-
- Mar 06, 2016
-
-
Martijn van Dijk authored
[Analyzer/CodeFix] RaiseCanExecuteChanged never called when needed
-
- Mar 03, 2016
-
-
Alexandre Zollinger Chohfi authored
-
Alexandre Zollinger Chohfi authored
-
Alexandre Zollinger Chohfi authored
-
Alexandre Zollinger Chohfi authored
-
- Mar 02, 2016
-
-
Alexandre Zollinger Chohfi authored
Added Analyzer to check if a Command with CanExecute never has it's RaiseCanExecuteChanged method called.
-
- Feb 28, 2016
-
-
Martijn van Dijk authored
MvxWindowsMultiRegionViewPresenter - support searching for a frame which exists inside a frame
-
Erez authored
-
Erez authored
I encountered that problem in a project I am working on. The fix above works in my project.
-
- Feb 25, 2016
-
-
Martijn van Dijk authored
Added helpers for localization with fluent binding
-
Kerry W. Lothrop authored
-