29 Commits
Author SHA1 Message Date
Philipp Nagy fe6b6a4ccb Add VisionOS Support 2024-04-16 14:21:34 +02:00
Christian Mittendorf 11453e3fee Remove showing network activity 2022-07-20 13:55:25 +02:00
Ben Chatelain 2a41a37fa7 🚨 Fix trailing whitespace 2021-05-17 19:04:32 -06:00
phimage 009620e9b7 🧹Fix swiftlint warnings about spaces 2021-04-29 08:41:07 +02:00
Sardorbek Ruzmatov 0bc09f1245 Modify log calls 2020-04-20 19:23:31 +02:00
Sardorbek Ruzmatov 5e11fde1c6 Implement logging usages 2020-04-14 20:46:55 +02:00
Rolandas Razma bba761d50e missing callback after canceling if session.dataTask is not yet started 2019-11-19 15:58:38 +00:00
phimage 04199eb020 Remove network indicator for macCatalyst 2019-11-01 20:32:10 +01:00
phimage 98fe0568e9 Update project to Xcode 11.1 2019-10-20 22:34:00 +02:00
flangel d4b27d373b [Enhancement=Linux Support] Using Linux compatible Locking mechanism 2019-07-21 13:47:49 +02:00
phimage a0def5dfc4 Add missing import of UIKit for SwiftPM (Xcode 11) #528 2019-06-19 17:06:43 +02:00
phimage e4f88f43af Use completionHandler instead of completion in function signature 2019-06-10 22:31:03 +02:00
phimage 6e568eb1ca Use Result type with one closure instead of success and failure handler
Remove Objc
2019-06-10 21:58:51 +02:00
phimage 32ffc119aa Do not use URLErrorDomain. Use our own domain. Fix #509 2019-06-10 07:54:18 +02:00
Eric Marchand 062528c1ec Add slowDown, accessDenied errors and info into authorizationPending error 2019-02-21 13:23:42 +01:00
Jason R Tibbetts 31c71227cb Used Xcode to update the code to Swift 4.2 and made the Xcode-recommended project changes. 2018-10-31 09:01:51 +01:00
Phimage 77fbe5e29d Rename OSX to MacOS, change some bundle id
Comment test on oauthbin.com (no more accessible)
swiftlint: enable empty_count
Add `useDataTaskClosure` to `URLSessionFactory` to be able to not use closure when doing request.
2018-06-25 12:48:26 +02:00
Eric Marchand a636f31f40 Add dismissViewControllerAnimated boolean in web view controller to dismiss with animation or not Fix #420
Fix swiftlint warning about colon
2017-11-20 09:37:18 +01:00
Adrian Schoenig f638be1d2f Migrate to Swift 4 2017-09-16 13:47:09 +02:00
Jason R Tibbetts 8d946cd06c And more. 2017-07-25 09:33:58 +02:00
phimage e014d41955 Add swiftlint and fix some warnings and errors 2017-02-17 17:56:45 +01:00
phimage 052b517c1c Allow to configure URLSession by OAuthSwift client instance fix #308 2016-11-22 11:45:47 +01:00
phimage 9bddfc5efa rename sessionConfigurationto session, compilation issue fix #310 2016-11-12 09:02:18 +01:00
phimage 12212ab8ac Allow to configure URL session fix #308
Fix Xcode 8.1 warning
Pass success and failure callback directly to request start function
2016-11-10 09:27:49 +01:00
phimage 0c5743b58e Return a OAuthSwiftResponse object in success handler
which contains HTTP response, data and request send to server
2016-11-05 16:27:23 +01:00
Kyosuke Takayama 15cf1270ee Fix request.HTTPBody would be overridden by argument of parameters in postImage() 2016-10-07 15:22:22 +09:00
phimage 0b9b1446f5 Move HTTP request Config object and code to update request with credential 2016-10-06 12:47:15 +02:00
phimage 44cc0743fe Fix #284: merge headers in oauth2 instead of nullify it
add @discardableResult annotation for client and authorise functions
comment provider failing tests
2016-10-06 10:18:40 +02:00
phimage 36693aff66 Move sources to Sources folder for SPM 2016-10-05 18:58:06 +02:00