-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update from source #1
Commits on Jul 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e374e1f - Browse repository at this point
Copy the full SHA e374e1fView commit details -
- Inherit CarouselPanel from VirtualizingPanel, use ItemsStackPanelLayout - amend ComboBox style to support virtualization
Configuration menu - View commit details
-
Copy full SHA for 5204d03 - Browse repository at this point
Copy the full SHA 5204d03View commit details -
[iOS] ItemsStackPanel - handle unused space more robustly
Make the case more robust where the list initially measures with a smaller desired size than what is available, ie the items don't fill all available space. This fixes a bug with the former logic where, after returning a smaller desired size than what was available, the list would be remeasured with that returned size, and then 'forget' that more space had been available.
Configuration menu - View commit details
-
Copy full SHA for a6b5289 - Browse repository at this point
Copy the full SHA a6b5289View commit details -
[iOS] ItemsStackPanel - fix incorrect desired height
Fix layout attributes not updating with dynamic sizes correctly, it seems that in some cases PreferredLayoutAttributesFittingAttributes() may be called out of order.
Configuration menu - View commit details
-
Copy full SHA for 3e37644 - Browse repository at this point
Copy the full SHA 3e37644View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5225165 - Browse repository at this point
Copy the full SHA 5225165View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73351a2 - Browse repository at this point
Copy the full SHA 73351a2View commit details -
[iOS] VirtualizingPanelLayout Fix NRE from missing layouts
This can occur when Measure() is called outside of the usual loop, followed by ScrollIntoView().
Configuration menu - View commit details
-
Copy full SHA for b24159c - Browse repository at this point
Copy the full SHA b24159cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 754f4ff - Browse repository at this point
Copy the full SHA 754f4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0244655 - Browse repository at this point
Copy the full SHA 0244655View commit details -
ComboBox - fix bugs when using views in Items
If SelectedItem is a view, ensure it's correctly placed in either the ContentPresenter or the dropdown list according to whether the dropdown is open. This fixes bug where the item would disappear from the ContentPresenter if the dropdown were light-dismissed without changing the selection, and makes the logic more robust in the case of a virtualized list.
Configuration menu - View commit details
-
Copy full SHA for 004bcb4 - Browse repository at this point
Copy the full SHA 004bcb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19a438e - Browse repository at this point
Copy the full SHA 19a438eView commit details -
ItemsControl - don't reapply the same template
Certain Styles application sequences can lead to the same ItemsPanelTemplate (but not reference-equal) being applied multiple times. As a perf improvement, don't reapply the panel. This also works around the issue on Android that changing the ItemsPanel of a ListView after it's already been materialized isn't properly supported and causes errors.
Configuration menu - View commit details
-
Copy full SHA for dda1f7e - Browse repository at this point
Copy the full SHA dda1f7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2c4825 - Browse repository at this point
Copy the full SHA e2c4825View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9cdc41 - Browse repository at this point
Copy the full SHA d9cdc41View commit details -
[WASM] ListView - intercept measure requests when adding items
This is a significant perf optimization since UpdateLayout() is called very frequently while scrolling.
Configuration menu - View commit details
-
Copy full SHA for d4a48a7 - Browse repository at this point
Copy the full SHA d4a48a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c84c4b - Browse repository at this point
Copy the full SHA 2c84c4bView commit details -
[WASM] ListView - fix arrange in non-Stretch mode
When ListView has non-Stretched breadth, item elements must be arranged with the list's breadth rather than their desired size. (Otherwise, eg, selected state highlight doesn't stretch to full width.)
Configuration menu - View commit details
-
Copy full SHA for f36790c - Browse repository at this point
Copy the full SHA f36790cView commit details -
[Android] [iOS] Devirtualize ComboBox
Revert virtualization on these platforms because it breaks layouting (ComboBox dropdown stretches to full width of window). It can be reenabled when #1133 is fixed.
Configuration menu - View commit details
-
Copy full SHA for fe04884 - Browse repository at this point
Copy the full SHA fe04884View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42ad21e - Browse repository at this point
Copy the full SHA 42ad21eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d4348 - Browse repository at this point
Copy the full SHA f9d4348View commit details -
Merge pull request #1215 from unoplatform/dev/djo/textbox-textchanging
TextBox - add TextChanging and BeforeTextChanging
Configuration menu - View commit details
-
Copy full SHA for 0bdd737 - Browse repository at this point
Copy the full SHA 0bdd737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bec824 - Browse repository at this point
Copy the full SHA 4bec824View commit details -
Improve android test reliability
- Enable InjectEvents permission - Disable keyguard - Enable `-no-window` https://stackoverflow.com/questions/3214531/how-to-send-key-events-to-a-headless-emulator-in-an-instrumentation-test
Configuration menu - View commit details
-
Copy full SHA for e445266 - Browse repository at this point
Copy the full SHA e445266View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf35bf - Browse repository at this point
Copy the full SHA 3cf35bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3271891 - Browse repository at this point
Copy the full SHA 3271891View commit details -
Configuration menu - View commit details
-
Copy full SHA for f142435 - Browse repository at this point
Copy the full SHA f142435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2886d34 - Browse repository at this point
Copy the full SHA 2886d34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0011902 - Browse repository at this point
Copy the full SHA 0011902View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0629d3 - Browse repository at this point
Copy the full SHA e0629d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c28ec9c - Browse repository at this point
Copy the full SHA c28ec9cView commit details
Commits on Jul 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 69658bd - Browse repository at this point
Copy the full SHA 69658bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee1c691 - Browse repository at this point
Copy the full SHA ee1c691View commit details -
Configuration menu - View commit details
-
Copy full SHA for a51fb6f - Browse repository at this point
Copy the full SHA a51fb6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a9a747 - Browse repository at this point
Copy the full SHA 2a9a747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01a87f6 - Browse repository at this point
Copy the full SHA 01a87f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c40a204 - Browse repository at this point
Copy the full SHA c40a204View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d55a7 - Browse repository at this point
Copy the full SHA 90d55a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 504dac0 - Browse repository at this point
Copy the full SHA 504dac0View commit details -
Merge pull request #1240 from unoplatform/ghuntley/docs/spelling-fix
docs: spelling fix
Configuration menu - View commit details
-
Copy full SHA for 860635a - Browse repository at this point
Copy the full SHA 860635aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e030121 - Browse repository at this point
Copy the full SHA e030121View commit details -
Merge pull request #1134 from unoplatform/dev/djo/combobox-virt-2
ComboBox virtualization, item kidnapping fixes
Configuration menu - View commit details
-
Copy full SHA for 7f003e1 - Browse repository at this point
Copy the full SHA 7f003e1View commit details -
Merge pull request #1238 from unoplatform/dev/jela/contentdialog
Adjust the ability to ignore platforms during UI Tests
Configuration menu - View commit details
-
Copy full SHA for 534331f - Browse repository at this point
Copy the full SHA 534331fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e84ee14 - Browse repository at this point
Copy the full SHA e84ee14View commit details -
Merge pull request #1235 from unoplatform/dependabot/nuget/Microsoft.…
…ApplicationInsights-2.10.0 Bump Microsoft.ApplicationInsights from 2.0.0 to 2.10.0
Configuration menu - View commit details
-
Copy full SHA for b4c003e - Browse repository at this point
Copy the full SHA b4c003eView commit details -
Merge pull request #1205 from unoplatform/dependabot/nuget/Com.Airbnb…
….iOS.Lottie-2.5.8 Bump Com.Airbnb.iOS.Lottie from 2.5.2 to 2.5.8
Configuration menu - View commit details
-
Copy full SHA for 7477221 - Browse repository at this point
Copy the full SHA 7477221View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec17285 - Browse repository at this point
Copy the full SHA ec17285View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c410ad - Browse repository at this point
Copy the full SHA 1c410adView commit details -
[iOS] ListView - improve template measurement
Use double.PositiveInfinity rather than .MaxValue. This fixes bug where multiline TextBox incorrectly requests infinite height, causing the app to crash or hang when list is laid out.
Configuration menu - View commit details
-
Copy full SHA for 3e1862a - Browse repository at this point
Copy the full SHA 3e1862aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2f6bb6 - Browse repository at this point
Copy the full SHA d2f6bb6View commit details -
Docs - suggestions from code review
Co-Authored-By: Jérôme Laban <jerome.laban@nventive.com>
Configuration menu - View commit details
-
Copy full SHA for 08cd259 - Browse repository at this point
Copy the full SHA 08cd259View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e734ee - Browse repository at this point
Copy the full SHA 8e734eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3560df - Browse repository at this point
Copy the full SHA d3560dfView commit details -
Merge pull request #1221 from unoplatform/dev/djo/docs-platform-specific
Docs - add expanded guide on platform-specific code, fix TOC links
Configuration menu - View commit details
-
Copy full SHA for b9a73ce - Browse repository at this point
Copy the full SHA b9a73ceView commit details -
Merge pull request #1246 from unoplatform/dev/cdb/readme-update
Update README.md
Configuration menu - View commit details
-
Copy full SHA for 8ef813c - Browse repository at this point
Copy the full SHA 8ef813cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e959cee - Browse repository at this point
Copy the full SHA e959ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee15377 - Browse repository at this point
Copy the full SHA ee15377View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca6b893 - Browse repository at this point
Copy the full SHA ca6b893View commit details -
Merge pull request #1248 from unoplatform/dev/jela/uitest-retry
Auto retry tests to workaround
Configuration menu - View commit details
-
Copy full SHA for da58fdd - Browse repository at this point
Copy the full SHA da58fddView commit details
Commits on Jul 17, 2019
-
Merge pull request #1243 from unoplatform/dev/jela/vsconfig-adjust
Remove VS Enterprise only features from .vsconfig
Configuration menu - View commit details
-
Copy full SHA for 5646f12 - Browse repository at this point
Copy the full SHA 5646f12View commit details -
Adjust the android startup script
Try going to the home screen as the messaging app may be brought in front.
Configuration menu - View commit details
-
Copy full SHA for 2aa4990 - Browse repository at this point
Copy the full SHA 2aa4990View commit details -
Merge pull request #1245 from unoplatform/dev/madi/migrate-ui-test/St…
…aticResources Migrate StaticResource UI Tests
MaximeDionNventiveCom authoredJul 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 2c28539 - Browse repository at this point
Copy the full SHA 2c28539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ffdc3b - Browse repository at this point
Copy the full SHA 8ffdc3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c7a9b - Browse repository at this point
Copy the full SHA 41c7a9bView commit details -
Merge pull request #1228 from unoplatform/dev/guen/TimePickerIOSNoSel…
…ectDateIssue Fixed the no date selected issue on Time Picker for IOS
Configuration menu - View commit details
-
Copy full SHA for a6ad2ec - Browse repository at this point
Copy the full SHA a6ad2ecView commit details -
Merge pull request #1249 from unoplatform/dev/jela/uitest-retry
[UITest] Adjust the android startup script
Configuration menu - View commit details
-
Copy full SHA for 5efa5b3 - Browse repository at this point
Copy the full SHA 5efa5b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fca0c68 - Browse repository at this point
Copy the full SHA fca0c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 564cbc0 - Browse repository at this point
Copy the full SHA 564cbc0View commit details
Commits on Jul 18, 2019
-
Disable fail build on Android UI Tests failure
See #1259 for more details.
Configuration menu - View commit details
-
Copy full SHA for d3e09e3 - Browse repository at this point
Copy the full SHA d3e09e3View commit details -
Merge pull request #1258 from unoplatform/dev/jela/uitest-retry
[Android] Add UI Tests for pointer events failure
Configuration menu - View commit details
-
Copy full SHA for ab2481d - Browse repository at this point
Copy the full SHA ab2481dView commit details -
Merge pull request #1260 from unoplatform/dev/jela/android-ui-test-fail
Disable fail build on Android UI Tests failure
Configuration menu - View commit details
-
Copy full SHA for 80e22b5 - Browse repository at this point
Copy the full SHA 80e22b5View commit details -
Merge pull request #1247 from unoplatform/dev/djo/listview-ios-fix-3
[iOS] ListView - improve template measurement
Configuration menu - View commit details
-
Copy full SHA for 9fb60a6 - Browse repository at this point
Copy the full SHA 9fb60a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd478f9 - Browse repository at this point
Copy the full SHA dd478f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4f98fe - Browse repository at this point
Copy the full SHA e4f98feView commit details -
Merge pull request #1261 from unoplatform/dev/bgy/fix_path
Fix Arc command in paths
Configuration menu - View commit details
-
Copy full SHA for 402362e - Browse repository at this point
Copy the full SHA 402362eView commit details -
Merge pull request #1223 from unoplatform/dev/nich/timepicker-binding
Checks for dataContext before applying FallbackValue to explicit bindings
Configuration menu - View commit details
-
Copy full SHA for df8cc70 - Browse repository at this point
Copy the full SHA df8cc70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b401b1 - Browse repository at this point
Copy the full SHA 8b401b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e58b2f6 - Browse repository at this point
Copy the full SHA e58b2f6View commit details -
Merge pull request #1226 from unoplatform/dev/nich/pick-combobox
Fix to iOS ComboBox initial selected value not null/empty
Configuration menu - View commit details
-
Copy full SHA for 0e5b908 - Browse repository at this point
Copy the full SHA 0e5b908View commit details
Commits on Jul 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d49f83b - Browse repository at this point
Copy the full SHA d49f83bView commit details -
Merge pull request #850 from unoplatform/dev/yogu/android.notch.support
[Android] Taking into account the notch for the VisibleBounds calculation
Configuration menu - View commit details
-
Copy full SHA for 3c5c982 - Browse repository at this point
Copy the full SHA 3c5c982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da956c - Browse repository at this point
Copy the full SHA 7da956cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09afe3a - Browse repository at this point
Copy the full SHA 09afe3aView commit details -
DataContext were considered valid when set to "UnsetValue"
Was causing a problem on Android when coming back from background, the DataContext is briefly set to UnsetValue, causing DependencyProperties to change to their default value.
Configuration menu - View commit details
-
Copy full SHA for 7fc1c98 - Browse repository at this point
Copy the full SHA 7fc1c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2beca6b - Browse repository at this point
Copy the full SHA 2beca6bView commit details -
Removed useless setting of DataContext in a "reload" scenario.
This was mostly happening on Android when the application is coming back from background.
Configuration menu - View commit details
-
Copy full SHA for c06ae18 - Browse repository at this point
Copy the full SHA c06ae18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c42b97 - Browse repository at this point
Copy the full SHA 8c42b97View commit details -
Update src/Uno.UI/DataBinding/BindingPath.cs
Co-Authored-By: Jérôme Laban <jerome.laban@nventive.com>
Configuration menu - View commit details
-
Copy full SHA for 310522f - Browse repository at this point
Copy the full SHA 310522fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe2f008 - Browse repository at this point
Copy the full SHA fe2f008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5208171 - Browse repository at this point
Copy the full SHA 5208171View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e2b795 - Browse repository at this point
Copy the full SHA 9e2b795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e1f05b - Browse repository at this point
Copy the full SHA 7e1f05bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14b1585 - Browse repository at this point
Copy the full SHA 14b1585View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d3013 - Browse repository at this point
Copy the full SHA 45d3013View commit details -
Unsupported easing: instead of throwing exceptions, they are converte…
…d to linear instead.
Configuration menu - View commit details
-
Copy full SHA for dcb025d - Browse repository at this point
Copy the full SHA dcb025dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 343fc4a - Browse repository at this point
Copy the full SHA 343fc4aView commit details -
Changed the way the MaterializedList is used
to prevent Collection was modified exception
Configuration menu - View commit details
-
Copy full SHA for eb30ffc - Browse repository at this point
Copy the full SHA eb30ffcView commit details -
Update doc/ReleaseNotes/_ReleaseNotes.md
Co-Authored-By: Jérôme Laban <jerome.laban@nventive.com> (cherry picked from commit ef4803c)
Configuration menu - View commit details
-
Copy full SHA for b463fd6 - Browse repository at this point
Copy the full SHA b463fd6View commit details -
Stops infinite loop and refactored UpdateLayoutAttributesForItem from…
… causeing stackoverflow
Configuration menu - View commit details
-
Copy full SHA for 4ac170c - Browse repository at this point
Copy the full SHA 4ac170cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6612718 - Browse repository at this point
Copy the full SHA 6612718View commit details -
Merge pull request #1254 from unoplatform/dev/cdb/bugs/calculator-ove…
…rlapped-panel Misc fixes for Calculator
Configuration menu - View commit details
-
Copy full SHA for f9d2d2e - Browse repository at this point
Copy the full SHA f9d2d2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e7bbbc - Browse repository at this point
Copy the full SHA 9e7bbbcView commit details
Commits on Jul 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a0ad423 - Browse repository at this point
Copy the full SHA a0ad423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8690b - Browse repository at this point
Copy the full SHA 3e8690bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 014d221 - Browse repository at this point
Copy the full SHA 014d221View commit details -
Indexer now returns null for non-existing settings, Add can't be call…
…ed repeatedly with null
Configuration menu - View commit details
-
Copy full SHA for 95de73d - Browse repository at this point
Copy the full SHA 95de73dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73e0c8a - Browse repository at this point
Copy the full SHA 73e0c8aView commit details -
Merge pull request #1270 from unoplatform/dev/xygu/850/enum-hasflag-a…
…rgument-exception fixed crash on android
Configuration menu - View commit details
-
Copy full SHA for 34ae261 - Browse repository at this point
Copy the full SHA 34ae261View commit details -
Merge pull request #1269 from unoplatform/dev/nich/virt-loop
Fix to infinite loop+refactored UpdateLayoutAttributesForItem iteratively
Configuration menu - View commit details
-
Copy full SHA for c2727cb - Browse repository at this point
Copy the full SHA c2727cbView commit details -
Added Sample for RotatedListView with RotatedItems (Listview starts f…
…rom the bottom and new items are added to the bottom first)
Configuration menu - View commit details
-
Copy full SHA for 96e84e6 - Browse repository at this point
Copy the full SHA 96e84e6View commit details -
- Extract comparer data structures - Fix comparer result diff opacity
Configuration menu - View commit details
-
Copy full SHA for 32bdd65 - Browse repository at this point
Copy the full SHA 32bdd65View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7aadb7 - Browse repository at this point
Copy the full SHA c7aadb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3704f9 - Browse repository at this point
Copy the full SHA e3704f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27f2193 - Browse repository at this point
Copy the full SHA 27f2193View commit details -
Configuration menu - View commit details
-
Copy full SHA for da030c6 - Browse repository at this point
Copy the full SHA da030c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de5461 - Browse repository at this point
Copy the full SHA 9de5461View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56b360f - Browse repository at this point
Copy the full SHA 56b360fView commit details
Commits on Jul 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 48865f2 - Browse repository at this point
Copy the full SHA 48865f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 144198e - Browse repository at this point
Copy the full SHA 144198eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a649b9f - Browse repository at this point
Copy the full SHA a649b9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 855a977 - Browse repository at this point
Copy the full SHA 855a977View commit details -
Merge pull request #1266 from unoplatform/dev/jela/compare-result
Generate and publish screenshot compare results
Configuration menu - View commit details
-
Copy full SHA for 6bdfd9c - Browse repository at this point
Copy the full SHA 6bdfd9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b57bdc9 - Browse repository at this point
Copy the full SHA b57bdc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11a74f8 - Browse repository at this point
Copy the full SHA 11a74f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6780a4e - Browse repository at this point
Copy the full SHA 6780a4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d19c51 - Browse repository at this point
Copy the full SHA 8d19c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f43f5f - Browse repository at this point
Copy the full SHA 4f43f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a97a9b - Browse repository at this point
Copy the full SHA 6a97a9bView commit details -
Merge pull request #1253 from unoplatform/dev/madi/migrate-ui-test/Co…
…mmandBar Migrate CommandBar UI Tests
MaximeDionNventiveCom authoredJul 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 1dd8168 - Browse repository at this point
Copy the full SHA 1dd8168View commit details -
Merge pull request #1286 from MartinZikmund/dev/mazi/issue-1276
Fixed ApplicationDataContainer inconsistencies
Configuration menu - View commit details
-
Copy full SHA for ff9990f - Browse repository at this point
Copy the full SHA ff9990fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 558c5ca - Browse repository at this point
Copy the full SHA 558c5caView commit details -
Merge pull request #1297 from unoplatform/dev/xygu/20190723/gitversio…
…n-fix fixed gitversion
Configuration menu - View commit details
-
Copy full SHA for 4d21026 - Browse repository at this point
Copy the full SHA 4d21026View commit details
Commits on Jul 24, 2019
-
Merge pull request #1293 from MartinZikmund/dev/mazi/generator-fixes
Fix for UWPSyncGenerator issues
Configuration menu - View commit details
-
Copy full SHA for ce1aa4d - Browse repository at this point
Copy the full SHA ce1aa4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a8c5be - Browse repository at this point
Copy the full SHA 2a8c5beView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1bcce - Browse repository at this point
Copy the full SHA cf1bcceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2960408 - Browse repository at this point
Copy the full SHA 2960408View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bbff5a - Browse repository at this point
Copy the full SHA 8bbff5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4986960 - Browse repository at this point
Copy the full SHA 4986960View commit details
Commits on Jul 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 382a5a2 - Browse repository at this point
Copy the full SHA 382a5a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cbe916 - Browse repository at this point
Copy the full SHA 3cbe916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d7261 - Browse repository at this point
Copy the full SHA 29d7261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03795f7 - Browse repository at this point
Copy the full SHA 03795f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d415a11 - Browse repository at this point
Copy the full SHA d415a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ffe07 - Browse repository at this point
Copy the full SHA 37ffe07View commit details -
Configuration menu - View commit details
-
Copy full SHA for dedf9c6 - Browse repository at this point
Copy the full SHA dedf9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d83e4e2 - Browse repository at this point
Copy the full SHA d83e4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecdf16d - Browse repository at this point
Copy the full SHA ecdf16dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc7574 - Browse repository at this point
Copy the full SHA 4dc7574View commit details -
TextBox - reset Text when pushing null to bound value
Fix regression where a null pushed to Text via binding was being ignored, rather than clearing the Text.
Configuration menu - View commit details
-
Copy full SHA for 37a0345 - Browse repository at this point
Copy the full SHA 37a0345View commit details
Commits on Jul 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 02320ee - Browse repository at this point
Copy the full SHA 02320eeView commit details -
Merge pull request #1014 from unoplatform/dev/cdb/button-click
ButtonBase.Click refactoring to be raised before the Tapped event bubbling
Configuration menu - View commit details
-
Copy full SHA for 1a786a6 - Browse repository at this point
Copy the full SHA 1a786a6View commit details -
Merge pull request #1303 from unoplatform/dev/djo/textbox-fix
TextBox - reset Text when pushing null to bound value
Configuration menu - View commit details
-
Copy full SHA for 0bb0627 - Browse repository at this point
Copy the full SHA 0bb0627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08a2343 - Browse repository at this point
Copy the full SHA 08a2343View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c2bd3 - Browse repository at this point
Copy the full SHA 49c2bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84194c0 - Browse repository at this point
Copy the full SHA 84194c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b72e7d - Browse repository at this point
Copy the full SHA 9b72e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0956d62 - Browse repository at this point
Copy the full SHA 0956d62View commit details -
Configuration menu - View commit details
-
Copy full SHA for a88fe90 - Browse repository at this point
Copy the full SHA a88fe90View commit details
Commits on Jul 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0b7091b - Browse repository at this point
Copy the full SHA 0b7091bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 145b39e - Browse repository at this point
Copy the full SHA 145b39eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e8f8f6 - Browse repository at this point
Copy the full SHA 7e8f8f6View commit details -
Merge pull request #1216 from unoplatform/dev/nich/timepicker-context…
…-tests Added Unittests for timePicker/datePicker datacontext and content
Configuration menu - View commit details
-
Copy full SHA for 4c7c0b7 - Browse repository at this point
Copy the full SHA 4c7c0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a11a6 - Browse repository at this point
Copy the full SHA 15a11a6View commit details
Commits on Jul 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d682706 - Browse repository at this point
Copy the full SHA d682706View commit details
Commits on Jul 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0f03a89 - Browse repository at this point
Copy the full SHA 0f03a89View commit details -
Enable increment of Patch for each commit in dev branch
so feature branches will remain after the latest dev version in Nuget
Dr.Rx committedJul 29, 2019 Configuration menu - View commit details
-
Copy full SHA for e965e26 - Browse repository at this point
Copy the full SHA e965e26View commit details -
Merge pull request #1314 from unoplatform/dev/dr/GitVersion
Enable increment of Patch for each commit in dev branch
David authoredJul 29, 2019 Configuration menu - View commit details
-
Copy full SHA for d8fb692 - Browse repository at this point
Copy the full SHA d8fb692View commit details -
Configuration menu - View commit details
-
Copy full SHA for 163bac8 - Browse repository at this point
Copy the full SHA 163bac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2728b2 - Browse repository at this point
Copy the full SHA f2728b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c8f8a4 - Browse repository at this point
Copy the full SHA 4c8f8a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1793114 - Browse repository at this point
Copy the full SHA 1793114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50d9479 - Browse repository at this point
Copy the full SHA 50d9479View commit details -
Configuration menu - View commit details
-
Copy full SHA for 675b609 - Browse repository at this point
Copy the full SHA 675b609View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc122f3 - Browse repository at this point
Copy the full SHA cc122f3View commit details -
Merge pull request #1316 from unoplatform/dev/cdb/bugs/android-click
Fixed problem with ButtonBase.Click on Android
Configuration menu - View commit details
-
Copy full SHA for 1b7fcd7 - Browse repository at this point
Copy the full SHA 1b7fcd7View commit details
Commits on Jul 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f497d4e - Browse repository at this point
Copy the full SHA f497d4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c30a7 - Browse repository at this point
Copy the full SHA 36c30a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 070d8e0 - Browse repository at this point
Copy the full SHA 070d8e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78304ab - Browse repository at this point
Copy the full SHA 78304abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d43497 - Browse repository at this point
Copy the full SHA 4d43497View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4b6918 - Browse repository at this point
Copy the full SHA a4b6918View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5bb405 - Browse repository at this point
Copy the full SHA b5bb405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b73620 - Browse repository at this point
Copy the full SHA 3b73620View commit details -
Tentative fix for `[1564495960.846][SEVERE]: bind() failed: Cannot assign requested address (99)`
Configuration menu - View commit details
-
Copy full SHA for 5ac10d0 - Browse repository at this point
Copy the full SHA 5ac10d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86505f2 - Browse repository at this point
Copy the full SHA 86505f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcfe963 - Browse repository at this point
Copy the full SHA dcfe963View commit details -
Merge pull request #1322 from unoplatform/dev/cdb/bugs/android-click
UI Test for button events
Configuration menu - View commit details
-
Copy full SHA for a1c1057 - Browse repository at this point
Copy the full SHA a1c1057View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec3c36 - Browse repository at this point
Copy the full SHA bec3c36View commit details -
Merge pull request #1252 from unoplatform/dev/madi/migrate-ui-test/El…
…evation Migrate Elevation UI Tests #1245
MaximeDionNventiveCom authoredJul 30, 2019 Configuration menu - View commit details
-
Copy full SHA for f7bca73 - Browse repository at this point
Copy the full SHA f7bca73View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4aa187 - Browse repository at this point
Copy the full SHA c4aa187View commit details -
Update the GitVersion to use the Mainline mode
so the version will be automatically incremented at each commit as expected by commit e965e26
Dr.Rx committedJul 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 33ab131 - Browse repository at this point
Copy the full SHA 33ab131View commit details -
Merge pull request #1288 from unoplatform/dev/jela/android-ui-test
[UITest][Android] Adjust tests to allow for auto retry on failure
Configuration menu - View commit details
-
Copy full SHA for 31aadf9 - Browse repository at this point
Copy the full SHA 31aadf9View commit details -
Merge pull request #1325 from unoplatform/dev/dr/GitVersionAttemp2
Update the GitVersion to use the Mainline mode
David authoredJul 30, 2019 Configuration menu - View commit details
-
Copy full SHA for dc17498 - Browse repository at this point
Copy the full SHA dc17498View commit details
Commits on Jul 31, 2019
-
Merge pull request #1301 from unoplatform/dev/ghuntley/InputScopeName…
…Value feature: implement all InputScopeNameValue
Configuration menu - View commit details
-
Copy full SHA for e9dba93 - Browse repository at this point
Copy the full SHA e9dba93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59cd00d - Browse repository at this point
Copy the full SHA 59cd00dView commit details -
Configuration menu - View commit details
-
Copy full SHA for da2a0bf - Browse repository at this point
Copy the full SHA da2a0bfView commit details -
Merge branch 'dev/mazi/drawable-helper' of https://github.com/MartinZ…
…ikmund/Uno into dev/mazi/drawable-helper
Configuration menu - View commit details
-
Copy full SHA for cf2d7b7 - Browse repository at this point
Copy the full SHA cf2d7b7View commit details -
Previously removed properties and methods working with drawables now …
…forward to DrawableHelper
Configuration menu - View commit details
-
Copy full SHA for 5325272 - Browse repository at this point
Copy the full SHA 5325272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ebacac - Browse repository at this point
Copy the full SHA 7ebacacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b09ba5 - Browse repository at this point
Copy the full SHA 9b09ba5View commit details
Commits on Aug 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b96c944 - Browse repository at this point
Copy the full SHA b96c944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30a8be8 - Browse repository at this point
Copy the full SHA 30a8be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0748fc - Browse repository at this point
Copy the full SHA c0748fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b473e34 - Browse repository at this point
Copy the full SHA b473e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25a80fd - Browse repository at this point
Copy the full SHA 25a80fdView commit details
Commits on Aug 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fe077cf - Browse repository at this point
Copy the full SHA fe077cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 590bf33 - Browse repository at this point
Copy the full SHA 590bf33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4512e87 - Browse repository at this point
Copy the full SHA 4512e87View commit details -
Merge pull request #1307 from unoplatform/dev/nich/listview-head-loop
Fix to infinite loop with listviewHeaders
Configuration menu - View commit details
-
Copy full SHA for dbda38f - Browse repository at this point
Copy the full SHA dbda38fView commit details -
Merge pull request #1208 from unoplatform/dev/nich/template-recycling
Check for dataContext to avoid recyclingTemplate when unneeded
Configuration menu - View commit details
-
Copy full SHA for 5da7c8f - Browse repository at this point
Copy the full SHA 5da7c8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52f1d84 - Browse repository at this point
Copy the full SHA 52f1d84View commit details -
Merge pull request #1287 from unoplatform/dev/nich/rotatedlistview
Added Sample for RotatedListView with RotatedItems
Configuration menu - View commit details
-
Copy full SHA for e140849 - Browse repository at this point
Copy the full SHA e140849View commit details
Commits on Aug 6, 2019
-
Merge pull request #1331 from unoplatform/dev/nich/bars
Fix to Issues caused by TopNotch on Android
Configuration menu - View commit details
-
Copy full SHA for f6df0a3 - Browse repository at this point
Copy the full SHA f6df0a3View commit details
Commits on Aug 7, 2019
-
[WASM] SetProperty sets boolean literal
Convert 'true' and 'false' strings to equivalent literal, this is required for some properties to be set correctly (eg input.disabled).
Configuration menu - View commit details
-
Copy full SHA for c2c1963 - Browse repository at this point
Copy the full SHA c2c1963View commit details -
[WASM] Apply TextBox.IsEnabled properly
Changing IsEnabled now properly sets native disabled property on TextBoxView. This fixes bug where text could be entered by tabbing to disabled TextBox.
Configuration menu - View commit details
-
Copy full SHA for 0125f3b - Browse repository at this point
Copy the full SHA 0125f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e0cec6 - Browse repository at this point
Copy the full SHA 3e0cec6View commit details -
Merge pull request #1295 from unoplatform/dev/djo/textbox-wasm-fix
[WASM] Apply TextBox.IsEnabled correctly
Configuration menu - View commit details
-
Copy full SHA for 1eeb244 - Browse repository at this point
Copy the full SHA 1eeb244View commit details
Commits on Aug 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 82f9fca - Browse repository at this point
Copy the full SHA 82f9fcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cda7ef - Browse repository at this point
Copy the full SHA 4cda7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3766cf3 - Browse repository at this point
Copy the full SHA 3766cf3View commit details -
Fix MaxLength handling on Android and WASM by ignoring strings longer…
… than MaxLength
Maxime Leboeuf committedAug 8, 2019 Configuration menu - View commit details
-
Copy full SHA for a85541a - Browse repository at this point
Copy the full SHA a85541aView commit details -
Add UI test for TextBox MaxLength
Maxime Leboeuf committedAug 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 53f114a - Browse repository at this point
Copy the full SHA 53f114aView commit details -
Remove unnecessary OnMaxLengthChangedPartial() for Android TextBox, n…
…ow handled by TextBox.CoerceText()
Maxime Leboeuf committedAug 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 0144f02 - Browse repository at this point
Copy the full SHA 0144f02View commit details -
Merge pull request #1353 from unoplatform/dev/male/158910-textbox-max…
…length Fix MaxLength handling on Android and WASM
Configuration menu - View commit details
-
Copy full SHA for 59a911c - Browse repository at this point
Copy the full SHA 59a911cView commit details
Commits on Aug 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7bbaab2 - Browse repository at this point
Copy the full SHA 7bbaab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 422a969 - Browse repository at this point
Copy the full SHA 422a969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53326d6 - Browse repository at this point
Copy the full SHA 53326d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bf3c78 - Browse repository at this point
Copy the full SHA 2bf3c78View commit details -
Changed Sample UI to accomdate UI Test
Created UI Test for Vertical Slider Tapping #1350
Configuration menu - View commit details
-
Copy full SHA for 5942127 - Browse repository at this point
Copy the full SHA 5942127View commit details -
Configuration menu - View commit details
-
Copy full SHA for b182940 - Browse repository at this point
Copy the full SHA b182940View commit details -
Co-Authored-By: David Oliver <david.john.oliver@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5f37003 - Browse repository at this point
Copy the full SHA 5f37003View commit details -
Merge pull request #1308 from MartinZikmund/dev/mazi/drawable-helper
Refactored Drawable helper to Uno project
Configuration menu - View commit details
-
Copy full SHA for e3e9997 - Browse repository at this point
Copy the full SHA e3e9997View commit details -
Configuration menu - View commit details
-
Copy full SHA for db98381 - Browse repository at this point
Copy the full SHA db98381View commit details -
Merge branch 'dev/pdeco/vertical-slider-tap' of https://github.com/pd…
…ecostervgls/Uno into dev/pdeco/vertical-slider-tap
Configuration menu - View commit details
-
Copy full SHA for 616322f - Browse repository at this point
Copy the full SHA 616322fView commit details -
Merge pull request #1351 from pdecostervgls/dev/pdeco/vertical-slider…
…-tap Fix inverted vertical slider
Configuration menu - View commit details
-
Copy full SHA for d0abfa7 - Browse repository at this point
Copy the full SHA d0abfa7View commit details -
Setting Collection-based property on a root of a XAML file were produ…
…cing compilation errors. Github Bug #718
Configuration menu - View commit details
-
Copy full SHA for 69546a5 - Browse repository at this point
Copy the full SHA 69546a5View commit details -
Properties set on root element in XAML were ignored if there was no c…
…ontent in the file.
Configuration menu - View commit details
-
Copy full SHA for dd88c97 - Browse repository at this point
Copy the full SHA dd88c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7599720 - Browse repository at this point
Copy the full SHA 7599720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93cc46d - Browse repository at this point
Copy the full SHA 93cc46dView commit details -
Merge pull request #1356 from unoplatform/dev/cdb/bugs/718-grid
Errors setting some properties on root of XAML file
Configuration menu - View commit details
-
Copy full SHA for 36c4dba - Browse repository at this point
Copy the full SHA 36c4dbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for baed67c - Browse repository at this point
Copy the full SHA baed67cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fcdd62 - Browse repository at this point
Copy the full SHA 1fcdd62View commit details
Commits on Aug 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ac61e12 - Browse repository at this point
Copy the full SHA ac61e12View commit details -
Updated Xamarin.GooglePlayServices.* packages to 71.1600.0 for Target…
… MonoAndroid90 and 60.1142.1 for MonoAndroid80
Papus Koulibaly committedAug 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 67eadc1 - Browse repository at this point
Copy the full SHA 67eadc1View commit details -
Papus Koulibaly committed
Aug 12, 2019 Configuration menu - View commit details
-
Copy full SHA for d7b3f75 - Browse repository at this point
Copy the full SHA d7b3f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b48adb - Browse repository at this point
Copy the full SHA 4b48adbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9feed01 - Browse repository at this point
Copy the full SHA 9feed01View commit details -
Merge pull request #1371 from unoplatform/dev/nich/listview-perf
Fix to groupedlistviewheaders performance issue
Configuration menu - View commit details
-
Copy full SHA for a2cef65 - Browse repository at this point
Copy the full SHA a2cef65View commit details -
Configuration menu - View commit details
-
Copy full SHA for f19c776 - Browse repository at this point
Copy the full SHA f19c776View commit details -
Merge pull request #1372 from unoplatform/dev/pako/update-googleplay-…
…services Update Xamarin.GooglePlayServices packages
Configuration menu - View commit details
-
Copy full SHA for a638efa - Browse repository at this point
Copy the full SHA a638efaView commit details -
Merge pull request #1358 from unoplatform/dev/nich/flyout-places
Fix to flyouts resorting to default when flyout is bigger than anchor
Configuration menu - View commit details
-
Copy full SHA for a43f8d0 - Browse repository at this point
Copy the full SHA a43f8d0View commit details