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

85 Коммитов

Автор SHA1 Сообщение Дата
Sudipta Dey (WDG) 33d118553c Merged PR 15667: Updating GraphNotificationsSample
Updating app samples to make use of new SubscribeToSyncScopesWithResultAsync API which will return the UNSID for the appservice to post notifications thru MSGraph
2019-08-21 23:24:17 +00:00
Adam Crabtree 107ea24451 Merged PR 15362: [GraphNotificationsSample][iOS][UI change]Change to make dismiss work correctly
What's Changed:

1. Dismiss button now grays out and disables correctly once the Notification is dismissed.

2. The read button now grays out and dissabled correctly once the Notification is read.

3. The notification list now updates notification's in place instead of sending updated notifications (read, dismissed, etc) to the front of the listview.

4. Main menu improvements to center login and label button across all iOS devices. Now displays correctly.

5. Fixed login and logout scenarios for MSA. The new UI updates properly depending on the status of whether you're logged in or not.

----------------------

How verified:

1. Clicked dismiss and saw the notification update correctly in place.

2. Clicked read and saw the notification update correctly in place.

3. Ran the application on both iPhone and iPad to make sure it displayed correctly on both.

4. Logged in with MSA, observed UI update correctly. Logged out of MSA, observed UI update correctly. Logged back in and saw the UI update correctly.

Screenshots of UI running on iPad.

https://microsoft-my.sharepoint.com/:i:/p/adcrabtr/EV5rE1zE2lhDicbM56araegBx7H7TXKGQ1eM92oDFiZVPA?e=xmhDbS

https://microsoft-my.sharepoint.com/:i:/p/adcrabtr/EfklkqSwrzhCkjw1t2z_t5UB5-uB4WHwTIWR9ZRQBe71Xg?e=zRXzbE
2019-05-23 22:33:15 +00:00
Sudipta Dey (WDG) e3af7b44cc Merged PR 15311: Update iOS GraphNotificationsSample for v1.3.2
Update iOS GraphNotificationsSample for v1.3.2
2019-05-03 21:22:37 +00:00
Sudipta Dey (WDG) 0933fb099d Merged PR 15211: [iOS] Enable AAD login in GraphNotficationsSample
Hooking up the Login with AAD to be functional in the app. Restructured the code according to Rome sample guidelines, UI updated

Included code feedback from Github PRs
2019-04-17 02:00:41 +00:00
Hank Fox ff872c9263 Merged PR 15145: Update Sign In Helpers
Update Sign In Helpers

This fixes AAD accounts on both iOS and Android. It also provides properly cached MSA accounts.
2019-04-09 23:07:50 +00:00
Adam Crabtree 4211c7982a Merged PR 14709: [iOS] Updating GraphNotificationsSample to use the ConnectedDevicesPlatformManager
Updated the graphnotifications sample on iOS to use the modified ConnectedDevicesPlatformManager for initialization and platform management.

How verified: Verified live by sending push notifications to the app and seeing them be received, and by seeing  previous notifications populate when the app is started.
2019-03-27 20:31:53 +00:00
Adam Crabtree e7e30e29b1 Merged PR 14858: Update SampleSDK notification and data feed API's to Rome 1.2.0
Changes to SampleSDK iOS application to use the API's from Rome 1.2.0. Tested by building and running on local device.
2019-03-20 22:19:42 +00:00
Sudipta Dey (WDG) 55088f6973 Merged PR 14734: Add README for iOS GraphNotificationsSample
Explaining how the setup and build the sample
2019-03-09 00:14:22 +00:00
Brian Bowman ac9512049a Merged PR 14568: Update sample apps to use improved async calls that inform the app of more
Update sample apps to use improved async calls that inform the app of more detailed status when apis may hit the web
2019-03-04 23:33:30 +00:00
Brian Bowman 985e925ad4 Merged PR 14385: Fix small mistake in iOSnotification processing
Fix small mistake in iOS notification processing
2019-02-20 18:26:02 +00:00
Brian Bowman e072e36c8b Merged PR 14311: Update samples to use ProcessNotificationAsync to better handle incoming
Update samples to use ProcessNotificationAsync to better handle incoming notifications and if they are intended for the ConnectedDevicesPlatform
2019-02-20 04:01:36 +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 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
AJ Ballway cde7439268 Merged PR 13825: Update iOS graph notifications sample for 1.0 2019-01-18 23:46:32 +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 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
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
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
Brian Bowman f67000e4e4 Merged PR 11165: Change AppServiceDescription to AppServiceInfo for better clarity on object
Change AppServiceDescription to AppServiceInfo for better clarity on object usage
2018-09-13 23:02:11 +00:00
Andrew Peacock ad8fe698e6 Updating Android + iOS sample for API change in LaunchUriProvider.onLaunchUriAsync
`fallbackUri, preferredAppIds` -> `RemoteLauncherOptions`
2018-09-11 11:24:14 -07:00
Hank Fox 113cb28504 More builders to remove/merge 2018-09-07 16:34:20 -07:00
Andrew Peacock 6014057487 Fixing Android + iOS sdksample after API changes
**API Changes**
- Application -> App
- Start-> Save
- MCDRemoteSystemApplication.applicationId -> MCDRemoteSystemApp.identifier
2018-09-05 00:03:03 +01:00
Andrew Peacock 46aa53669b Updating Android + iOS for change to RemoteSystemApplicationRegistration
- RemoteSystemApplicationRegistration.start -> RemoteSystemApplicationRegistration.save
2018-09-04 15:37:58 -07:00
Andrew Peacock 136990d712 Updating Android + iOS sample from RegistrationStatus to RemoteSystemAppRegistrationStatus 2018-09-04 15:33:19 -07:00
Andrew Peacock 302e1024bc Updating Android + iOS sample to handle API change of RemoteSystemApplication -> RemoteSystemApp 2018-08-13 19:13:04 +01:00
Andrew Peacock aad4a06eae Updating iOS and Android samples for CloudRegistration rename
- `CloudRegistrationStatusChanged` -> `RegistrationStatusChanged`
- `CloudRegistrationStatus` -> `RegistrationStatus`
2018-08-10 23:31:11 +01:00
Patrick Farley 0de3489793 Merged PR 9929: fix links 2018-07-18 23:07:44 +00:00
Patrick Farley 47be40b08a Merged PR 9926: adjust content here to match newly reorganized docs site 2018-07-18 22:53:02 +00:00
Darren Korman f4ee8c444d Merged PR 9144: Updates iOS sample for the 0.12 release.
This addresses changes needed for the platform initialization / application registration updates in the 0.12 release.
2018-06-20 21:26:08 +00:00
Meredith Monticello b99a2ed3b5 Merged PR 7981: [iOS Sample] Only initialize AppDataSource once 2018-05-07 18:51:30 +00:00
Nate Peterson 23c4f209d2 Prepare for 0.11.0 release 2018-05-06 13:48:09 -07:00
darkorm a61a12ffc3
iOS Sample - update pod file to use 0.8.1 release, remove un-needed "visible" check in app. (#46)
* Removing "visible" check from AuthenticationViewController

* Updating iOS sample podfile to use 0.8.1 release.
2018-02-05 14:55:06 -08:00
Darren Korman da3644f59f Binary for 0.8.1 release 2018-02-05 14:19:15 -08:00
Terry Adams 95db1c1ff4 Merged PR 4748: Removing fixed issues from iOS Readme.
Removing fixed issues from iOS Readme.
2017-12-01 01:03:28 +00:00
Terry Adams 65ddefbd1f Merged PR 4642: Updating sample podfile for 0.8.0.
Updating sample podfile for 0.8.0.
2017-11-22 21:27:05 +00:00
Terry Adams 6293899fa8 Merged PR 4641: Updating Rome SDK v0.8.0 podfile.
Updating Rome SDK v0.8.0 podfile.
2017-11-22 20:55:21 +00:00
Terry Adams d46be46ff8 Merged PR 4205: Checked in updated zip file for Cocoapod removing dsym file
Checked in updated zip file for Cocoapod removing dsym file
2017-10-31 00:45:39 +00:00
Terry Adams a3fdaa26d4 Merged PR 4049: Update Podfile version to 7.3
Update Podfile version to 7.3
2017-10-25 02:33:20 +00:00
Terry Adams 8e40bc725d Merged PR 4019: Adding iOS 0.7.3 binaries for 1710 release
Adding iOS 0.7.3 binaries for 1710 release
2017-10-25 00:01:06 +00:00
Patrick Farley 03eaa5728c Merged PR 2834: Merge ios-appservices to master 2017-09-12 17:50:03 +00:00
Patrick Farley d660ab3d37 add member to table 2017-09-05 14:45:59 -07:00