1
0
Форкнуть 0
Граф коммитов

64 Коммитов

Автор SHA1 Сообщение Дата
David Britch 52f2a6f4a6
Remove Xamarin product metadata (#37) 2024-05-08 08:55:43 -07:00
Craig Dunn d1959a97cb
[WindowManager] update to NuGet 1.0.0.9 (#36)
* [WindowManager] update to NuGet 1.0.0.9

* [all] update to NuGet 1.0.0.9
2022-08-17 12:52:32 -07:00
dependabot[bot] 0d7894a014
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /ListDetail (#35)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-12 13:48:20 -07:00
Craig Dunn d5fce5d26e
[WindowManager] update to 1.0.0 stable release (#34)
* [WindowManager] update to rc01

test NuGets from CI https://github.com/xamarin/AndroidX/pull/449

* [all] update Jetpack Window Manager (rc01)

* [all] update Jetpack Window Manager (1.0.0 stable)

* tweaks

* add comments re 1.0.0.7 stable version update

* [windowmanager] config tweaks

* update README for Jetpack Window Manager support
2022-02-23 10:47:46 -08:00
Craig Dunn 884a903c3c
[all] update Jetpack Window Manager (beta04) (#32)
* [all] update Jetpack Window Manager (beta03)

* [WindowManager] update to beta04

requires API 31 which also requires updated Java install for Visual Studio

* [all] update Jetpack Window Manager (beta04)
2021-12-03 12:58:16 -08:00
Tobias Scholze 8aee47f129
Updated readme with bespoken sections (#31)
* Updated some parts of the readme and replaced the missaligned screenshots re #30

* Fixed namings, removed locales from links, fixed heading structure, fixed screenshot folder re #30

* Fixed image link re #30
2021-10-21 11:01:38 -07:00
Craig Dunn afd1a49ee8
Update Xamarin.Android samples to Jetpack Window Manager beta02 (#22)
* [windowmanager] update to beta02

* update to beta02

fixes #21
2021-09-07 09:01:25 -07:00
Craig Dunn 24765937d1
[WindowManager] update to alpha10 then beta01 (#18)
* [TwoPage] test AndroidX.Window NuGet alpha01

quick hack - not ready for release

* change theme for WindowManager migrated samples

to help recognize/differentiate during testing

* Update to alpha05

* Update to alpha05.1 with updated binding

Still hacky code paths but Window Manager seems to be working

* remove test/debug code

* [DualView] AndroidX.Window alpha05

* [CompanionPane] AndroidX.Window alpha05

* [ListDetail] AndroidX.Window alpha05

* [IntentToSecondScreen] remove DuoSDK (not used)

* [DragAndDrop] AndroidX.Window alpha05

* [WindowManager] new sample

Based on the Kotlin version

* add reference to original source

https://github.com/googlecodelabs/android-foldable-codelab/tree/main/window-manager

* Update to WM alpha06, add isSeparating method call test

* fix layouts when spanned

* additional data display

* [TwoPage] alpha06

* [ListDetail] alpha06

* [DualView] alpha06

* [CompanionPane] alpha06

* update DisplayFeature parsing

* formatting fixes

* [WindowManager] add README and screenshot

* update all to alpha07

* update all to alpha09

API surface changed in this binding update https://github.com/xamarin/AndroidX/issues/325#issuecomment-882718035

* new alphas can be registered in OnStart

previously crashed if registered before OnAttachedToWindow

* [WindowManager] update to alpha10

* [WindowManager] update to beta01 (#19)

* [WindowManager] update to beta01

* update .gitignore for Xamarin.Android R file

* updated beta01 NuGet from build system

https://github.com/xamarin/AndroidX/pull/362/checks?check_run_id=3400103577

* [TwoPage] update to beta01

* [ListDetail] update to beta01

* [DualView] update to beta01

* [CompanionPane] update to beta01

* update .gitignore

* update to latest WindowJava beta01
2021-08-25 08:22:37 -07:00
Craig Dunn 7392a65726
[all] Window Manager (alpha09) (#16)
* [TwoPage] test AndroidX.Window NuGet alpha01

quick hack - not ready for release

* change theme for WindowManager migrated samples

to help recognize/differentiate during testing

* Update to alpha05

* Update to alpha05.1 with updated binding

Still hacky code paths but Window Manager seems to be working

* remove test/debug code

* [DualView] AndroidX.Window alpha05

* [CompanionPane] AndroidX.Window alpha05

* [ListDetail] AndroidX.Window alpha05

* [IntentToSecondScreen] remove DuoSDK (not used)

* [DragAndDrop] AndroidX.Window alpha05

* [WindowManager] new sample

Based on the Kotlin version

* add reference to original source

https://github.com/googlecodelabs/android-foldable-codelab/tree/main/window-manager

* Update to WM alpha06, add isSeparating method call test

* fix layouts when spanned

* additional data display

* [TwoPage] alpha06

* [ListDetail] alpha06

* [DualView] alpha06

* [CompanionPane] alpha06

* update DisplayFeature parsing

* formatting fixes

* [WindowManager] add README and screenshot

* update all to alpha07

* update all to alpha09

API surface changed in this binding update https://github.com/xamarin/AndroidX/issues/325#issuecomment-882718035

* new alphas can be registered in OnStart

previously crashed if registered before OnAttachedToWindow
2021-08-25 08:05:34 -07:00
Craig Dunn fee97de434
allow text to be dragged to other apps (#13) 2021-02-04 11:24:52 -08:00
Shane Neuville 14e2493520
5.0 updates (#11)
* 5.0 updates
- rename to ListDetail
- Update everything to API 29
- add a few more forms samples

* re-add embedded HTML files to the project

otherwise an error occurs in the app

Co-authored-by: Craig Dunn <craig.dunn@microsoft.com>
2021-02-04 11:09:17 -08:00
Craig Dunn df7a8d76f4
ensure ScreenHelper reacts to configuration changes (#10)
fixes #9
2021-01-06 08:51:24 -08:00
Craig Dunn 55b1d13212
add readmes for all sample folders in the solution (#8)
* Add readmes+screenshots

DragAndDrop and IntentToSecondScreen

* Add Xamarin.Forms readme+screenshots

* add READMEs for UX samples

* add screenshots and Xamarin.Android link

* minor updates to text
2021-01-06 08:48:26 -08:00
Craig Dunn fd2c5c8056
update readme for samples browser (#7)
* update samples page content

* update readme

* fix/add docs links
2020-08-11 12:24:03 -07:00
Craig Dunn 2ea68533a8
correct language in yaml 2020-08-06 10:10:26 -07:00
Craig Dunn e20f5a4211
remove unsupported yaml key 2020-07-27 15:09:59 -07:00
Craig Dunn e337e4577f
add urlFragment 2020-07-27 11:53:47 -07:00
Craig Dunn bfa290f2e9
remove invalid metadata 2020-07-27 11:50:50 -07:00
Craig Dunn ac69525cb2
Merge pull request #6 from microsoft/crdun-yaml
add to samples browser
2020-07-24 17:19:30 -07:00
Craig Dunn 5eb4f729ef add to samples browser 2020-07-24 17:18:33 -07:00
Shane Neuville 8a44099120 Update to latest forms and duo sdk 2020-03-04 11:54:39 -07:00
Jonathan Dick f5d635138a Make Forms sample grab latest DuoSDK 2020-02-21 23:06:05 -05:00
Jonathan Dick 42e5d292b8 Update dependency versions 2020-02-21 22:54:24 -05:00
Jonathan Dick 5df8b305ed Added new samples ported from android native 2020-02-21 22:37:40 -05:00
Shane Neuville 116017e888 - update to latest XF samples 2020-02-15 21:58:56 -07:00
Shane Neuville 8b53afc493 - fix two page exception 2020-01-22 14:54:36 -07:00
Jonathan Dick eb0e5e984b NuGet is now on nuget.org, remove local repo/copy 2020-01-22 12:31:29 -05:00
Jonathan Dick 07f96c87c8 Merge branch 'master' of https://github.com/microsoft/surface-duo-sdk-xamarin-samples 2020-01-21 23:07:57 -05:00
Jonathan Dick c6fcdc4ccd Merge samples into one sln 2020-01-21 23:04:04 -05:00
Shane Neuville 1323f9317f - fix styles 2020-01-21 21:03:32 -07:00
Jonathan Dick 1b60140c7c Give the MDP list items some spacing 2020-01-21 22:54:22 -05:00
Jonathan Dick 906144a389 Add more assets to add api key to 2020-01-21 22:50:59 -05:00
Jonathan Dick 646fad0c51 Remove the ugly orange selector on companion page 2020-01-21 22:50:51 -05:00
Jonathan Dick 6e313e7d38 Renamed Forms Sample folder 2020-01-21 22:46:50 -05:00
Jonathan Dick 2cc14ba671 Fix some bg colours 2020-01-21 22:43:30 -05:00
Jonathan Dick 914d9cd6f3 Added padding to main page 2020-01-21 22:40:03 -05:00
Jonathan Dick 6b79ec074e Merge branch 'master' of https://github.com/microsoft/surface-duo-sdk-xamarin-samples 2020-01-21 22:39:54 -05:00
Jonathan Dick c1ebc82e86 DualView sample updated 2020-01-21 22:39:51 -05:00
Shane Neuville baf37e9255 - fix sizing 2020-01-21 20:07:35 -07:00
Shane Neuville fad0c4ee40 Merge branch 'master' of github.com:microsoft/surface-duo-sdk-xamarin-samples 2020-01-21 20:00:53 -07:00
Shane Neuville 868499fe92 - disable animations 2020-01-21 20:00:35 -07:00
Jonathan Dick 3f7f891140 Merge branch 'master' of https://github.com/microsoft/surface-duo-sdk-xamarin-samples 2020-01-21 21:38:52 -05:00
Jonathan Dick 1a1b23cc25 Added ExtendCanvas sample 2020-01-21 21:38:41 -05:00
Shane Neuville 797366e7f0 - companion fixes 2020-01-21 19:35:26 -07:00
Shane Neuville b076595210 - add back configurations 2020-01-21 19:13:20 -07:00
Shane Neuville abb7c96707 - companion page 2020-01-21 18:47:17 -07:00
Shane Neuville dfdd20eb57 - fix two pages 2020-01-21 17:17:00 -07:00
Shane Neuville b28db3b01d - layout fixes 2020-01-21 17:10:47 -07:00
Shane Neuville 9244247e24 - mdp 2020-01-21 16:17:41 -07:00
Shane Neuville afe178af43 - color fix 2020-01-21 15:03:00 -07:00