- Update packages
- Remove decompression from HttpClient so it works with UWP
- Fix DateTime conversion issue (from local to UTC)
simple
- Fix StackOverflow bug in PocketItem equality overload (fixes #28)
- Implement WebAuthenticationBroker-view toggle
- Only dispose response if available
- Add force param to login+registration
- Fix batch adding bug
- Include access to the Article View API
- Support for Universal apps (dropped SL and WP7 support)
- add raw JSON to each PocketItem (PR #22)
- fix SendActions when sending add requests (fixes #20)
- try to normalize URIs retrieved in video array
- Use FullTitle if no other title props are available
- Default mobile authentication screen with toggle for desktop (fixes #17)
- Use new registration endpoint
- assign given_url to
Uri
when item couldn't be resolved by Pocket
- added
PreRequest
to interface
cancellationToken
support for all methods- Toggle inclusion of title in PocketArticle.Content
- Make setters for inline objects in PocketItem (images, videos, ...)
- IPocketClient interface
- PreRequest callback allows injection of
Action<string>
before every request lastHeaders
andlastRequestData
in PocketClient for better debugging- Submit multiple actions in one request with
SendActions
- New
IsVideo
,IsImage
andResolvedId
as new properties in PocketItem - Split PocketReader into own NuGet package
- A lot of bugfixes
- Password validation in RegisterAccount
- Fix NReadability parsing issue
- Made
GetAccessCode
obsolete - Return username after authentication with
GetUser
- Rename
Statistics()
toGetUserStatistics()
- Made
CallbackUri
public - Added Fody/PropertyChanged
- Method
GetUsageLimits()
to retrieve API usage limits - Add PORTABLE constant to SgmlReader
- Catch HttpRequestExceptions and provide as InnerException for PocketException
- Read Article from URI (method overload)
- Add Reader API (does not use the official Article View API, which is private. The PocketReader is based on a custom PCL port of NReadability and SgmlReader)
RetrieveFilter.All
didn't work- improve search speed
- add statistics API
- add registration API
- rename
Retrieve
toGet
- update IntelliSense documentation
- add
GetTags
method
- get Item by ID
- tag modification bugfixes
- correct parameter conversion for DateTime and Boolean
- simplified retrieve methods
- fix modification requests
- convert to PCL
- implement async
- tag modification fixed
- full retrieval of items for Retrieve method
- authentication fixes
- update authentication process
- add, modify item
- modify tags
- authentication
- retrieve functionality