- Sep 26, 2016
-
-
Tomasz Cielecki authored
- Sep 22, 2016
-
-
Tomasz Cielecki authored
Add RegisterAttribute for cleaner stack traces
-
- Sep 21, 2016
-
-
Jeremy A. Kolb authored
-
- Sep 16, 2016
-
-
Martijn van Dijk authored
AddToBackstack Flag not respected fix.
-
Przemysław Raciborski authored
Fixes issue #295
-
- Sep 14, 2016
-
-
Jeremy Kolb authored
MvvmCross initialization support for WakefulBroadcastReceiver.
-
Przemysław Raciborski authored
Fixes issue #292
-
- Sep 08, 2016
-
-
Martijn van Dijk authored
Conflicts: MvvmCross.Droid.Support.Design/MvvmCross.Droid.Support.Design.csproj MvvmCross.Droid.Support.Design/packages.config MvvmCross.Droid.Support.V14.Preference/MvvmCross.Droid.Support.V14.Preference.csproj MvvmCross.Droid.Support.V14.Preference/packages.config MvvmCross.Droid.Support.V17.Leanback/MvvmCross.Droid.Support.V17.Leanback.csproj MvvmCross.Droid.Support.V17.Leanback/packages.config MvvmCross.Droid.Support.V4/MvvmCross.Droid.Support.V4.csproj MvvmCross.Droid.Support.V4/packages.config MvvmCross.Droid.Support.V7.AppCompat/MvvmCross.Droid.Support.V7.AppCompat.csproj MvvmCross.Droid.Support.V7.AppCompat/MvxCachingFragmentCompatActivity.cs MvvmCross.Droid.Support.V7.AppCompat/packages.config MvvmCross.Droid.Support.V7.Preference/MvvmCross.Droid.Support.V7.Preference.csproj MvvmCross.Droid.Support.V7.Preference/packages.config MvvmCross.Droid.Support.V7.RecyclerView/MvvmCross.Droid.Support.V7.RecyclerView.csproj MvvmCross.Droid.Support.V7.RecyclerView/packages.config
-
Martijn van Dijk authored
-
- Sep 04, 2016
-
-
Martijn van Dijk authored
Issue #289 back stack fix
-
- Sep 01, 2016
-
-
Przemysław Raciborski authored
AddToBackStack flag has not been respected by ShowFragment method - when Fragment was not available in cache. Issue #289 fix
-
- Aug 31, 2016
-
-
Tomasz Cielecki authored
-
- Aug 17, 2016
-
-
Tomasz Cielecki authored
-
Tomasz Cielecki authored
-
Marco Bellino authored
-
Marco Bellino authored
- Jul 29, 2016
-
-
Marco Bellino authored
-
- Jul 25, 2016
-
-
Jeremy Kolb authored
-
Jeremy Kolb authored
-
Martijn van Dijk authored
Make IMvxRecyclerViewHolder methods virtual, in class MvxRecyclerViewHolder
-
José Pereira authored
-
José Pereira authored
Get latest changes
-
- Jul 18, 2016
-
-
Tomasz Cielecki authored
-
Tomasz Cielecki authored
-
- Jul 14, 2016
-
-
Martijn van Dijk authored
Update to latest support packages
-
- Jul 13, 2016
-
-
Martijn van Dijk authored
-
Martijn van Dijk authored
-
- Jul 11, 2016
-
-
Tomasz Cielecki authored
-
Martijn van Dijk authored
Clear bindings on ViewHolders when the RecyclerView is detached.
-
Jeremy Kolb authored
- Jul 10, 2016
-
-
Jeremy Kolb authored
Keep WeakReferences of all ViewHolders created by the adapter. When the associated RecyclerView is detached from the window we clear the bindings. Note that this does not Dispose of the ViewHolder since the Adapter doesn't really manage the lifetime of the ViewHolder and there is no callback for when the ViewHolder is destroyed. Without this we leak target bindings. Fixes https://github.com/MvvmCross/MvvmCross/issues/1379
-
- Jul 05, 2016
-
-
Tomasz Cielecki authored
-
Martijn van Dijk authored
- Jul 04, 2016
-
-
Martijn van Dijk authored
-
Martijn van Dijk authored
-
Martijn van Dijk authored
Rotating with Fragments fails with saved states
-