Граф коммитов

12166 Коммитов

Автор SHA1 Сообщение Дата
Jerome Laban 24275447be feat: Add net6 support 2021-07-09 20:52:13 -04:00
Jerome Laban c09c8ea06a chore: adjust sources for net6 android/ios build 2021-07-09 20:52:13 -04:00
mergify[bot] b827f4622b
Merge pull request #6408 from MartinZikmund/dev/mazi/cachedfileman
CachedFileManager for all targets, improved docs for WASM pickers
2021-07-09 06:34:59 +00:00
Martin Zikmund ebbebaff87 chore: Update diffignore 2021-07-08 20:14:17 +02:00
Xiaotian Gu 1f3ce90822
Merge pull request #6414 from unoplatform/dev/xygu/20210707/bindable-drawer-null-pane-reset
fix(BindableDrawerLayout): unable to add removed pane back
2021-07-08 14:07:50 -04:00
Steve Bilogan b1a62d3b62
Merge pull request #6391 from unoplatform/dev/sb/duration-gen
fix(SourceGenerators): Use custom initializer for Duration
2021-07-08 09:51:30 -04:00
nv-jbleau 6c99393343
Merge pull request #6417 from unoplatform/dev/jbg/highlight-docs
docs: highlight "Docs" in the nav menu when in docs
2021-07-08 09:26:33 -04:00
nv-jbleau b4460f1cbf
Merge pull request #6403 from unoplatform/dev/jbg/anchor-target
docs: fix for anchor target being displayed under the menu
2021-07-08 09:25:31 -04:00
Andres Pineda 6176bc668e
Merge pull request #6370 from ajpinedam/anpi/fix/android11.keyboard
fix(droid): Keyboard overlapping controls
2021-07-07 17:56:35 -04:00
Steve Bilogan c881abddb3 fix(SourceGenerators): Use custom initializer for Duration 2021-07-07 14:48:28 -04:00
nv-jbleau 5bd43ba4fd docs: highlight "Docs" in the nav menu when in docs 2021-07-07 14:42:40 -04:00
mergify[bot] d06bfb15cb
Merge pull request #6410 from MartinZikmund/dev/mazi/fix-coreservices-lazy
fix: Use explicit Lazy initializer
2021-07-07 18:32:06 +00:00
xiaoy312 b35480317c fix(BindableDrawerLayout): unable to add removed pane back 2021-07-07 14:30:20 -04:00
Martin Zikmund 2e9776fa21 chore: Fix indentation 2021-07-07 16:30:07 +02:00
Martin Zikmund e9d02f3f58 fix: Use explicit Lazy initializer
Previously DXamlCore and CoreServices used Lazy without explicit initializer parameter. While this worked for debug build, linker removed the "unused" parameterless constructors for these types and reflection then could not find and use them. Using the explicit initializer ensures the constructor is explicitly used and is not linked away.
2021-07-07 15:40:32 +02:00
Martin Zikmund 16ece1f716 docs: CachedFileManager and WASM file pickers 2021-07-07 14:51:06 +02:00
Martin Zikmund 1673873b97 feat: Support for CachedFileManager 2021-07-07 14:50:24 +02:00
mergify[bot] 3a23e4d08a
Merge pull request #6398 from MartinZikmund/dev/mazi/haptic-fallback
fix: Auto fallback to vibration on Android haptics
2021-07-07 08:26:39 +00:00
Andres Pineda 1c89abf8d0 chore: Stop any listener before starting new ones 2021-07-06 17:57:41 -04:00
Andres Pineda 41d30a1e81 fix(Droid): Keyboard not getting correct height (Android 11) 2021-07-06 17:57:41 -04:00
Andres Pineda bd5ad670f9 chore: (Droid) Remove unused directive 2021-07-06 17:57:41 -04:00
nv-jbleau 4430ceb13d docs: fix for anchor target being displayed under the menu 2021-07-06 11:31:42 -04:00
Martin Zikmund 4750cfc1a1 fix: Auto fallback to vibration on Android haptics 2021-07-06 12:13:28 +02:00
mergify[bot] ebbab93ef8
Merge pull request #6389 from duke7553/dev/lubl/InfoBar
feat: Update InfoBar to latest from MUX
2021-07-06 08:25:54 +00:00
Luke Blevins 0f4fe67bf3 feat: Update InfoBar to latest from MUX
feat: Update additional InfoBar files
2021-07-06 00:10:55 -04:00
mergify[bot] b7f19b08fd
Merge pull request #6184 from unoplatform/dev/jela/focus-management
feat: Enhance support for focus management
2021-07-05 19:58:29 +00:00
Jérôme Laban b0b9286fcc
Merge pull request #6385 from unoplatform/dependabot/nuget/MSTest.TestAdapter-2.2.5
chore(deps): bump MSTest.TestAdapter from 2.2.4 to 2.2.5
2021-07-05 11:58:59 -04:00
Jérôme Laban 27b6ac1532
Merge pull request #6360 from unoplatform/dependabot/nuget/Microsoft.AppCenter-4.3.0
chore(deps): bump Microsoft.AppCenter from 4.2.0 to 4.3.0
2021-07-05 11:13:25 -04:00
Martin Zikmund 5c68223255 docs: Focus management 2021-07-05 14:04:57 +02:00
Martin Zikmund ccc4721815 chore: Addressing comments, cleanup, build fixes 2021-07-05 14:04:57 +02:00
dependabot[bot] 59057e89df
chore(deps): bump MSTest.TestAdapter from 2.2.4 to 2.2.5
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Commits](https://github.com/microsoft/testfx/compare/v2.2.4...v2.2.5)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 01:14:34 +00:00
mergify[bot] 948f15169e
Merge pull request #6372 from unoplatform/dev/jbg/scroll-search-results
Docs: search result list
2021-07-04 18:44:41 +00:00
mergify[bot] eec4d6efa8
Merge pull request #6376 from unoplatform/dev/jbg/alert-hover
docs: changed alert hover to only display in intro
2021-07-02 16:28:16 +00:00
mergify[bot] b4623cafe2
Merge pull request #6378 from unoplatform/dev/jbg/get-started-btn
docs: updated get started button style to match platform.uno
2021-07-02 16:20:16 +00:00
nv-jbleau 7a630e63dd docs: updated get started button style to match platform.uno 2021-07-01 16:03:52 -04:00
Martin Zikmund 26a2055f24 fix: Allow running multiple full window runtime tests in succession 2021-07-01 09:58:21 +02:00
Martin Zikmund 2e43a57040 chore: Adjust tests for ComboBox focus 2021-07-01 09:58:21 +02:00
Martin Zikmund 13c87161de feat: ComboBox.OnDropDownOpened/Closed 2021-07-01 09:58:21 +02:00
Martin Zikmund 2edcbd175b chore: Various build fixes
chore: Avoid naming conflicts

chore: Avoid conflicts, cleanup duplicates

chore: Fully qualify CoreServices

chore: Remove VisibilityChanged duplicate

chore: Fix owner

chore: Make DP owner test more detailed

chore: Forward property

chore: Update diffignore, adjust public

chore: Fix attempts

chore: Attempt to fix diffignore

chore: Explicitly implement interfaces

chore: Fix issues

chore: IsTabStop property

chore: Remove internal methods from public

chore: Add more ignores

chore: Avoid nullable issues

chore: Holds for interfaces too

chore: Fix invalid condition

chore: Attempt at ignoring nullable references

chore: Fix nullable handling in generator

chore: Use NullableFlowState.None for interface method param comparison

chore: Fix VirtualKey
2021-07-01 09:58:21 +02:00
Jerome Laban 8a48451c36 feat: Enhance support for focus management
Co-authored-by: Martin Zikmund <martin@zikmund.dev>
2021-07-01 09:49:48 +02:00
mergify[bot] 55101581bd
Merge pull request #5626 from robloo/winui-control-updates
chore: Update Expander and ColorPicker to latest WinUI
2021-07-01 00:37:03 +00:00
nv-jbleau 1ef2ad8c86 docs: changed alert hover to only display in intro 2021-06-30 17:15:37 -04:00
robloo 4d4462448b chore(ColorPicker): Update to WinUI at 0b97572cdcf4e1469c9f7199e0e3f9848d8be482
Does NOT include XAML updates for WinUI v2.6
2021-06-30 16:00:59 -04:00
nv-jbleau 750f75fde2 docs: main css update 2021-06-30 15:51:25 -04:00
nv-jbleau 2d59cedd61 docs: max height adjustment 2021-06-30 15:50:55 -04:00
nv-jbleau a4a6377b42 docs: raised the limit of possible search results to 20, added scroll and fixed size issue on search results box 2021-06-30 15:45:31 -04:00
robloo bb1200feb8 chore(Expander): Update to WinUI at 0b97572cdcf4e1469c9f7199e0e3f9848d8be482 2021-06-30 15:30:59 -04:00
mergify[bot] edf996446a
Merge pull request #6339 from MartinZikmund/dev/mazi/animatedicon-fallback
`ImageIcon/Source`, basic `AnimatedIcon/Source` support for fallback
2021-06-30 19:16:44 +00:00
robloo 6af3455da8 Merge branch 'master' into winui-control-updates 2021-06-30 15:08:17 -04:00
mergify[bot] 115e7e6b93
Merge pull request #6367 from MartinZikmund/dev/mazi/togglebuttonstyle
Add missing WinUI styles
2021-06-30 16:11:03 +00:00