- Jun 30, 2015
-
-
Tomasz Cielecki authored
Fix for #1041. UIKit methods cannot be invoked off main thread. We need to wrap those when called in an async context.
-
Martijn van Dijk authored
-
Martijn van Dijk authored
Add javaReference/transfer constructors to fragments
- Jun 29, 2015
-
-
Andy Lowe authored
-
- Jun 26, 2015
- Jun 22, 2015
-
-
Martijn van Dijk authored
Renaming "GroupItemTemplate" android attribute to "MvxGroupItemTemplate"
-
Martijn van Dijk authored
Properly inflate android.widget classes
-
- Jun 19, 2015
-
-
Jeremy Kolb authored
PhoneLayoutInflater isn't exposed so MvxLayoutInflater has to inherit from LayoutInflater. In this case we need to mimic PhoneLayoutInflater.OnCreateView. Every other layout inflater out there seems to do this as well. Fixes inflation of ViewStubs and ScrollViews in dialogs in release as they could get linked out.
-
- Jun 18, 2015
-
-
Tomasz Cielecki authored
-
Tomasz Cielecki authored
-
Tomasz Cielecki authored
-
Tomasz Cielecki authored
-
Tomasz Cielecki authored
-
- Jun 16, 2015
-
-
ljeancler authored
Exception for missing resource Id : Android.Resource.Id.TabHost
-
ljeancler authored
MvxBindingAttributes.xml : Renaming "GroupItemTemplate" android attri…
-
ljeancler authored
"GroupItemTemplate" android attribute has been renamed to "MvxGroupItemTemplate" to match the current naming convention that uses "Mvx" prefix for android attribute.
-
Martijn van Dijk authored
Merge pull request #996 into 3.5
-
Martijn van Dijk authored
Conflicts: Cirrious/Cirrious.MvvmCross.Droid.Fragging/MvxCachingFragmentActivity.cs Cirrious/Cirrious.MvvmCross.Droid.FullFragging/MvxCachingFragmentActivity.cs
-
Martijn van Dijk authored
3.5 downloadcache all async
-
Martijn van Dijk authored
Location plugin provides event to track permission now
-
Martijn van Dijk authored
DeselectRow support in base UITableViewSource
-
Martijn van Dijk authored
Configurable root folder for WPF file store
-
Martijn van Dijk authored
Generic MvxCachingFragmentActivity
-
Martijn van Dijk authored
Adding Close Hint support for MvxConsole
-
Martijn van Dijk authored
Added dialogTitle for Android Chooser. Short XML doc and attachment logic cleanup
-
Martijn van Dijk authored
Inflation fixes final
-
- Jun 15, 2015
-
-
Seifer authored
-
- Jun 14, 2015
-
-
Kerry W. Lothrop authored
Fixes Casting for SelectedElement on UISegmentedControl
-
Thomas Bandt authored
Fixes a problem with the Xamarin Unified API, which occurs when trying to execute a binding for SelectedElement on an UISegmentedControl ("Unable to cast object of type 'System.nint' to type 'System.Int32'").
-
- Jun 11, 2015
-
-
Seifer authored
-
- Jun 10, 2015
-
-
Martijn van Dijk authored
FileStore is async with CancellationToken support on all platforms
-
- Jun 08, 2015
-
-
Jeremy Kolb authored
Previously we would set a custom factory on the context's LayoutInflater that would catch all inflation requests. This prevented other Factories from getting a chance to run. For example AppCompat wouldn't get a chance to inflate custom views. This change introduces our own MvxLayoutInflater that wraps all the possible entry-points (via custom Factory implementations) delegating to any set factories and allowing us to bind after any custom factories have finished.
-
Jeremy Kolb authored
This distinction will be important in the next commit.
-
Jeremy Kolb authored
-
- Jun 03, 2015
-
-
Tomasz Cielecki authored
-
- Jun 02, 2015
-
-
Kerry W. Lothrop authored
-
Michał Mierzyński authored
-