-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Main into v3 #103
Main into v3 #103
Conversation
//import com.braintreepayments.api.BrowserSwitchOptions; | ||
//import com.braintreepayments.api.BrowserSwitchResult; | ||
// | ||
//public class DemoActivity extends AppCompatActivity { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep 😅 just removed it.
CHANGELOG.md
Outdated
* Bump `minSdkVersion` to API 23 | ||
* Bump target Java version to Java 11 | ||
* Upgrade Kotlin version to 1.9.10 | ||
* Upgrade to Android Gradle Plugin 8 | ||
* Change `BrowserSwitchClient#start` parameters and return type | ||
* Change `BrowserSwitchClient#parseResult` parameters | ||
* Remove `deliverResult`, `getResult`, `captureResult`, `clearActiveRequests`, `getResultFromCache`, and `deliverResultFromCache` from `BrowserSwitchClient` | ||
* Add `BrowserSwitchRequest` and `BrowserSwitchPendingRequest` | ||
* Convert `BrowserSwitchResult` to sealed class and add `BrowserSwitchResultInfo` | ||
* Remove `BrowserSwitchStatus` | ||
* Rename `parseResult()` to `completeRequest()` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like these are bumped in a little too far now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed!
} | ||
|
||
|
||
// TODO: FIX THIS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this should still be commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i ended up fixing the test case 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One commented out test Jax already noted, otherwise LGTM
Summary of changes
Checklist
Authors