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

28 Коммитов

Автор SHA1 Сообщение Дата
Nikola Metulev d00100c105 updated header 2018-05-23 15:12:18 -07:00
Nikola Metulev 75ceffff56 fixed up warnings and errors caused by removing obsolete classes 2018-04-19 10:08:23 -07:00
Nikola Metulev 6d49f60ea7 removed obsolete helpers 2018-04-15 22:58:04 -07:00
Kevin bdf5fea5d1 Removed Refresh method, refactored sample app to use RefreshAsync 2018-04-09 10:04:28 -03:00
Kevin 61e29fd3a2 Removed unnecessary code 2018-04-06 14:07:43 -03:00
Kevin 0414842379 Refactored RefreshAsync to avoid blocking the thread when running synchronously 2018-04-04 16:00:00 -03:00
Kevin 79914ac6c5 Added forced load when there were no loaded items before Refresh 2018-04-04 15:59:30 -03:00
Thomas Pentenrieder e6c7681d2c Mark RefreshAsync as obsolete 2018-02-14 09:27:58 +01:00
Thomas Pentenrieder e5a4c8dfd9 IncrementalLoadingCollection Refresh Fix
- Added Refresh Button to sample application
- Added additional delay for first page in PeopleSource.cs to verify the order of items returned is correct regardless.
- Removed unnecessary call to LoadMoreItemsAsync()
- Renamed RefreshAsync() to Refresh()
2018-02-13 10:07:41 +01:00
Chris Barker 482594b61d bing service with .net std lib support 2017-07-26 14:41:04 -07:00
ianier 424cbd8989 removed "this" when referring to a property 2017-02-28 19:55:26 +01:00
ianier 392e5c2071 Changed Refresh to RefreshAsync 2017-02-28 19:49:28 +01:00
ianier d8a9df60cb -Added Refresh method
-Changed LoadMoreItemsAsync(uint) to run continuations on the caller thread context
-Removed UI thread sync code in LoadMoreItemsAsync(uint, CancellationToken)
2017-02-25 14:05:04 +01:00
Marco Minerva 9b2275218e Expose loading callbacks as public properties 2016-12-11 17:07:50 +01:00
Hermit Dave 0185656280 IncrementalLoadingCollection instantiate source using Activator.CreateInstance
Addressing #616
2016-11-18 16:46:08 +00:00
Hermit Dave 7e686e1ead Further enhancement.
InstantiateSourceByReflection created and consumed
2016-11-14 21:47:32 +00:00
Hermit Dave 2895616db8 Revert to initial constructor and try to instantiate TSource using reflection
Tested the original constructor with TSource (with / without default constructor)
2016-11-14 21:21:00 +00:00
Hermit Dave 900fcc24c2 Remove TSource default constructor requirement for IncrementalLoadingCollection
Addressing #616
2016-11-14 20:28:08 +00:00
Jason Short 300f03942b Load data, not loads data
Minor change
2016-10-26 10:55:22 -07:00
Marco Minerva 926f78566e Documentation update 2016-10-25 17:41:21 +02:00
Marco Minerva b0e4eb8ac0 Add the ability to pass an instance of IIncrementalSource to IncrementalLoadingCollection constructor 2016-10-25 16:34:59 +02:00
Marco Minerva 0480710c88 Add the ability to specifiy additional paramenters when requesting items to IncrementalLoadingCollection 2016-10-24 12:27:40 +02:00
Pedro Lamas 71f3aaca4a File headers validation and update (#433)
* Added file headers validation to build script

* Update all files to use UTF-8 encoding and correct header
2016-10-01 11:31:33 +01:00
Marco Minerva 4f2604f38e Add IncrementalLoadingCollection documentation 2016-09-30 21:48:20 +02:00
Marco Minerva 01bb890e99 Small optimization 2016-09-22 09:55:53 +02:00
Marco Minerva 423fa730dc Update MicrosoftGraph sample using IncrementalLoadingCollection 2016-09-20 14:55:05 +02:00
Marco Minerva a057bc20eb Move the HasMoreItems property on IncrementalLoadingCollection and make it observable 2016-09-20 12:35:28 +02:00
Marco Minerva f260239a46 Project rebase 2016-09-20 10:32:18 +02:00