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

432 Коммитов

Автор SHA1 Сообщение Дата
Sudipta Dey (WDG) bc19c0d4d1 Merged PR 14205: Updating Android GraphNotificationsSample for improved patterns
Updating the GraphNotificationsSample to follow initialization patterns of the sdksample. It is fairly complicated setup, so it is recommended that all app developers try to follow the model laid out by this sample pretty closely. It shows how to synchronize accounts with a token library at startup, perform per account initialization as fast as possible to let incoming notifications be quickly processed and has a reusable manager object that is not tightly coupled to UI.
2019-02-14 21:31:07 +00:00
Sudipta Dey (WDG) 239def127c Merged PR 14280: Cleanup GraphNotificationsSample for next release
Fixed copyright header and removed commented code.

Cherry picked from !14185
2019-02-14 18:52:14 +00:00
Sudipta Dey (WDG) bb301b6894 Merged PR 14185: Cleanup GraphNotificationsSample for next release
Fixed copyright header and removed commented code.
2019-02-07 18:29:22 +00:00
Brian Bowman 7bef38f26d Merge branch 'release/1.0.0' 2019-01-29 14:12:49 -08:00
Brian Bowman 5cfc9cc386 Add changelog file 2019-01-29 12:05:16 -08:00
Andrew Peacock 4ea8d53a5c Merged PR 14034: Removing use of 1.8 Java APIs on SDK sample
Removing use of 1.8 Java APIs on SDK sample.

**How Verified**
Builds with `Android\samples PS>.\gradlew --refresh-dependencies sdksample:build`. Went through signin and init correctly.
2019-01-29 17:42:39 +00:00
Andrew Peacock 88de99973a Removing use of 1.8 Java APIs 2019-01-29 09:41:36 -08:00
Brian Bowman 0cf3484f2e Merged PR 13893: Update iOS SDK Sample for new init flow
This change updates the iOS sample to use the new v1.0.0 init flow. This is a fair bit of complicated setup so it is recommended that all app developers try to follow the model laid out by this sample pretty closely. It shows how to synchronize accounts with a token library at startup, perform per account initialization as fast as possible to let incoming notifications be quickly processed and has a reusable manager object that is not tightly coupled to UI.
2019-01-29 01:10:36 +00:00
Andrew Peacock b65575d12e Merged PR 13950: Updating Android SDKSample app sample for improved patterns
**How Verified**
Ran through the first time sign-in. Initialization went through the entire process successfully. I then went through the loading from cache flow and that also didn't appear to hit any problems.
2019-01-28 23:50:39 +00:00
Andrew Peacock 384084401c last minute changes 2019-01-28 15:47:46 -08:00
Subha Santhanam fbe0c9a720 Merged PR 13930: Nearshare Standalone app updates to work with onesdk
Nearshare Standalone app updates to work with onesdk:

Verification:
1. Discovery: Launch the NearShare App and select check box "Spatially Proximal"
    At this point, Platform is initialized and started and users can see list of spatially proximal devices.
2. Send URI: Select a device from the list and click "Send Uri"
   You will see a toast on the target device with the uri that users can click and launch.
3. Send File(s): Go to photos app or pick any file(s) and select share, pick NearShare app
     This will open the NearShareApp, continue to select checkbox "Spatially Proximal"
     Select the device you want to send the file to and click "Send Files" from app
     Toast will pop up on the target device with options to accept or decline
4. On clicking accept, file transfer with complete and the users can open\save the file.
2019-01-28 21:37:00 +00:00
Andrew Peacock 5e1e13b1e0 Natigate to page when done 2019-01-26 12:49:26 -08:00
Andrew Peacock 89eca04e98 PR comments 2019-01-26 11:53:59 -08:00
Andrew Peacock dfeff9818e Updating to new async pattern 2019-01-26 11:53:59 -08:00
Andrew Peacock d0dbeeba4d Created the ConnectedDevicesManager 2019-01-26 11:53:59 -08:00
Nicholas Adman c63d7709c4 Merged PR 13965: Updating readme
Updating readme. This content has been moved to the main docs page.
2019-01-26 02:37:06 +00:00
Sudipta Dey (WDG) fa643c4132 Merged PR 13946: Updating GraphNotifications sample for v1
Updating from IUserDataFeedSyncScope to UserDataFeedSyncScope according to SDK

App accounts cache will compare account id and type before providing to ConnectedDevicesPlatform

Cherry picked from !13934
2019-01-24 00:42:05 +00:00
Sudipta Dey (WDG) a21488535a Merged PR 13934: Updating GraphNotifications sample for v1
Updating from IUserDataFeedSyncScope to UserDataFeedSyncScope according to SDK

App accounts cache will compare account id and type before providing to ConnectedDevicesPlatform
2019-01-23 22:32:24 +00:00
Andrew Peacock 868c6e5a4a Merged PR 13884: Updating Android sdksample to 1.0.0
Updating Android sdksample to 1.0.0

Removing the outdated "accountproviders" and removing the sdksample's signinhelpers, instead using the root signinhelpers.
2019-01-23 00:37:01 +00:00
AJ Ballway cde7439268 Merged PR 13825: Update iOS graph notifications sample for 1.0 2019-01-18 23:46:32 +00:00
Andrew Peacock 8f4432e22e Updating Android sdksample to 1.0.0
Removing the outdated "accountproviders" and removing the sdksample's
signinhelpers, instead using the root signinhelpers.
2019-01-18 14:17:20 -08:00
Rajat Rastogi 30416510a7 Updating to basic 1.0 APIS 2019-01-18 10:11:00 -08:00
AJ Ballway eca68e949b Merged PR 13835: Update android app with correct ui/features
Updates to UI and features were not carried over into last update
2019-01-17 23:21:25 +00:00
Ari Morgan e74d913b74 Merged PR 13803: Move the key and store association into the secrets repo
Command line build task does different things than F5 in Visual Studio. Verified F5 in Visual Studio works without the files present. Going to try putting the store association file and TemporaryKey file in the secrets repo and copying them over.
2019-01-15 21:36:48 +00:00
Ari Morgan 111f51f1fa Merged PR 13801: Add the key back, maybe it's required 2019-01-15 21:16:58 +00:00
Ari Morgan 9f45bc1d39 Merged PR 13782: Remove Package Certificate File from csproj 2019-01-14 22:04:46 +00:00
Ari Morgan 81444b3c48 Merged PR 13779: Remove non-existent file from project, make Secrets public
build failed in VSTS due to variables being inaccessible. Not sure why that would be the case since it builds locally.
Also remove an unneeded file which doesn't exist from the project to fix up some warnings.
2019-01-14 19:27:52 +00:00
Ari Morgan 02d2a985ec Merged PR 13769: Remove missing file from csproj
Remove missing file from csproj
2019-01-12 01:39:37 +00:00
AJ Ballway 145fc6ab23 Merged PR 13741: Update android GraphNotifications sample to v1.0 APIs
Update android GraphNotifications sample to v1.0 APIs

AAD not working due to 20148468, but MSA works as expected
2019-01-11 22:33:31 +00:00
Ari Morgan 234c403ae0 Merged PR 13745: Update Windows Graph Notifications Sample
Update Windows Graph Notifications Sample
2019-01-11 21:11:17 +00:00
Brian Bowman fa1f7d7847 Merged PR 13196: Adjust sample for breaking change of combining Commanding and Hosting into RemoteSystems.Commanding
Description:

The namespace/package/framework for Commanding and Hosting are now combined into a single namespace called RemoteSystems.Commanding. Adjust the samples to use the new name.
2018-12-06 18:26:16 +00:00
Brian Bowman d16769c750 Merged PR 12814: Update sample apps to change Discovery namespace/framework/package to
Update sample apps to change Discovery namespace/framework/package to RemoteSystems and move NearShare underneath it
2018-11-16 23:31:30 +00:00
Brian Bowman 452a8aa21d Merged PR 12813: Update sample apps for UserData namespace/package/framework change.
Update sample apps for UserData namespace/package/framework change.
2018-11-14 00:49:13 +00:00
Brian Bowman 1ecc9a8d8e Merged PR 12743: Fix warning from subscription
Fix warning from subscription
2018-11-09 23:55:16 +00:00
Brian Bowman 7474050ccf Merged PR 12736: Update iOS samples for renames of selectors in Activities
Update iOS samples for renames of selectors in Activities
2018-11-09 22:23:11 +00:00
Brian Bowman d8ef217a79 Merged PR 12733: Update Podfile for ADAL to avoid requiring xcode 10 just quite yet.
Update Podfile for ADAL to avoid requiring xcode 10 just quite yet.
2018-11-09 21:35:29 +00:00
Brian Bowman 1089b25694 Merged PR 12725: Fix iOS Samples for new event model
Fix iOS Samples for new event model
2018-11-09 19:04:03 +00:00
Brian Bowman 6d7e6b823e Merged PR 12714: Add Xcode files to make CI easier 2018-11-09 07:44:28 +00:00
Brian Bowman 6440c8a0fd Merged PR 12699: Adjust Podfile to not depend on specific version
Adjust Podfile to not depend on specific version
2018-11-08 19:34:51 +00:00
Brian Bowman 7a8d701e74 Merged PR 12424: Update Java samples to use event subscription model
The new event model has a different access pattern for setting callbacks and unsubscribing from events. Additionally, the new Rome SDK requires Java 8 so update build.gradle files to match.
2018-10-29 17:30:48 +00:00
Brian Bowman b1745f7228 Merged PR 12383: Fix Nuget PackageReference to use correct name and version
Fix Nuget PackageReference to use correct name and version
2018-10-25 23:46:55 +00:00
Brian Bowman 654675c728 Merged PR 12287: Reorder gradle repositorties to ensure google repo is picked up first
Reorder gradle repositorties to ensure google repo is picked up first
2018-10-23 18:15:21 +00:00
Brian Bowman 85b31791f5 Merged PR 12267: Adjust gradle for graph notifications and fix iOS EventArgs
Description:

This change brings in the GraphNotificationSample to the overall build.gradle, updates it to build and ensures that the iOS counterpart builds as well.
2018-10-23 16:50:49 +00:00
Brian Bowman df94dadbb7 Merged PR 12198: Adjust event listeners to now have event args for future maintainability 2018-10-22 17:48:10 +00:00
Andrew Peacock a7229bb84e Merged PR 11495: Updating NearShare Android application with API change array -> iterable
Updating NearShare Android application with API change array -> iterable
2018-10-22 10:23:08 -07:00
Brian Bowman 1f19daa81f
Merge pull request #58 from Microsoft/release/0.13.7
Merge release/0.13.7 into master
2018-09-25 10:14:57 -07:00
Brian Bowman 381d89c071 Updated README.md to make docs landing page format 2018-09-24 23:03:24 +00:00
Brian Bowman 9696926d82 Updated README.md for notifications preview. 2018-09-24 11:47:24 -07:00
Sudipta Dey (WDG) de0dab5024 Merged PR 11519: GraphNotifications SDK Samples
GraphNotifications/UserNotifications Samples for the following Platforms
- Android
- iOS
- Windows
2018-09-24 11:46:44 -07:00
Lei eed9f29dde subtle changes on README file to explain all Rome capabilities.
subtle changes on README file to explain all Rome capabilities with 13.7 release
2018-09-23 22:17:13 -07:00