-
Notifications
You must be signed in to change notification settings - Fork 644
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix potential memory leak in `Stripe` `AsyncTask`s by making them static inner classes and using `WeakReference` for references to `Activity` - Use `ConfigurationCompat` to get current locale - Use `Locale.ROOT` when calling `String#toUpperCase()`, `String#toLowerCase()`, or `String#format` for constants or non-user visibile strings - Create a valid `@IdRes` for `CardInputWidget.DEFAULT_READER_ID` - Add missing constants to `@StringDef` annotation in `StripeApiHandler` and `Source` - Avoid scientific notation in in vector paths because it can lead to crashes on some devices
- Loading branch information
1 parent
53d107c
commit e1c4ff5
Showing
16 changed files
with
260 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<resources> | ||
<item type="id" name="default_reader_id" /> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.