Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d0b3df8
merge main -> dev (#1300)
pictos May 16, 2021
eefea7c
Merge branch 'main' into develop
jfversluis May 16, 2021
fc9e01f
Merge branch 'main' into develop
jfversluis May 17, 2021
b558d91
Merge branch 'main' into develop
jfversluis May 20, 2021
4711e71
Expander: Add touch capture view + common animation length / easing p…
AndreiMisiukevich Jun 2, 2021
867d491
Merge branch 'main' into develop
jfversluis Jun 2, 2021
e9805fd
Updated light dismiss xml docs (#1366)
SkyeHoefling Jun 5, 2021
c0dc1bb
Merge branch 'main' into develop
TheCodeTraveler Jun 7, 2021
c1e290b
Merge branch 'main' into develop
TheCodeTraveler Jun 8, 2021
70d5df5
Merge branch 'main' into develop
jfversluis Jun 14, 2021
da5d0a3
Merge branch 'main' into develop
TheCodeTraveler Jun 17, 2021
9ba26d8
Merge branch 'main' into develop
jfversluis Jun 18, 2021
6dfc3d2
[Converter] Added IsInRangeConverter (#1158)
GUOLDEV Jun 20, 2021
a762932
Drawing View (#740)
pictos Jun 20, 2021
0ab0be0
Added IsLightDismissed to PopupDismissedEvent (#1362)
SkyeHoefling Jun 20, 2021
1be322f
Merge branch 'main' into develop
TheCodeTraveler Jun 21, 2021
6e93253
Fix Android crashes if Bitmap is small, Fix iOS drawing in scrollView…
VladislavAntonyuk Jun 22, 2021
3571304
Merge branch 'main' into develop
jfversluis Jun 22, 2021
247d990
Merge branch 'main' into develop
TheCodeTraveler Jun 27, 2021
c7ef97b
Add StatusBarEffect and NavigationBarEffect classes to manage their c…
maxkoshevoi Jun 30, 2021
0822454
Merge branch 'main' into develop
TheCodeTraveler Jul 1, 2021
b08f3c4
Drawing view fixes (#1459)
VladislavAntonyuk Jul 2, 2021
50d153e
Snackbar corner radius (#1437)
VladislavAntonyuk Jul 2, 2021
66bf143
Merge branch 'main' into develop
TheCodeTraveler Jul 6, 2021
d066bed
Merge branch 'main' into develop
jfversluis Jul 7, 2021
98939bc
Added missing using System (#1483)
pictos Jul 7, 2021
742c783
Merge branch 'main' into develop
jfversluis Jul 9, 2021
8ece47b
[MacOS] Added MediaElement implementation (#1488)
yurkinh Jul 9, 2021
baa8990
Merge branch 'main' into develop
jfversluis Jul 13, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ public void IsInRangeConverterInvalidValuesThrowArgumenException(object value, o
Assert.Throws<ArgumentException>(() => isInRangeConverter.Convert(value, typeof(IsInRangeConverter_Tests), null, CultureInfo.CurrentCulture));
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ public object Convert(object value, Type targetType, object? parameter, CultureI
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) =>
throw new NotImplementedException();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ public enum StatusBarStyle
LightContent = 1,
DarkContent = 2
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ public enum NavigationBarStyle
LightContent = 1,
DarkContent = 2
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ Activity Activity
}
}
}
}
}
Loading