-
Notifications
You must be signed in to change notification settings - Fork 540
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
Improve TokenIcon #3365
Improve TokenIcon #3365
Conversation
JamesSmartCell
commented
Mar 10, 2024
- Improve TokenIcon class
- Fix Opensea API feed.
Pull reviewers statsStats of the last 30 days for alpha-wallet-android:
|
app/src/main/java/com/alphawallet/app/service/OpenSeaService.java
Outdated
Show resolved
Hide resolved
app/build.gradle
Outdated
@@ -330,7 +315,7 @@ dependencies { | |||
androidTestImplementation 'androidx.test.ext:junit:1.1.3' | |||
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' |
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.
Warning |
|
---|---|
📚 | Use version catalog instead |
🛠️ | UseTomlInstead |
by Android Lint 🤖
app/build.gradle
Outdated
@@ -330,7 +315,7 @@ dependencies { | |||
androidTestImplementation 'androidx.test.ext:junit:1.1.3' | |||
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' | |||
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0' | |||
androidTestImplementation 'androidx.browser:browser:1.5.0' | |||
androidTestImplementation 'androidx.browser:browser:1.8.0' | |||
|
|||
// Unit tests | |||
testImplementation 'junit:junit:4.13.2' |
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.
Warning |
|
---|---|
📚 | Use the existing version catalog reference (libs.junit ) instead |
🛠️ | UseTomlInstead |
by Android Lint 🤖
app/build.gradle
Outdated
@@ -330,7 +318,7 @@ dependencies { | |||
androidTestImplementation 'androidx.test.ext:junit:1.1.3' |
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.
Warning |
|
---|---|
📚 | Use version catalog instead (androidx.test.ext:junit is already available as ext-junit , but using version 1.1.5 instead) |
🛠️ | UseTomlInstead |
by Android Lint 🤖
app/build.gradle
Outdated
@@ -330,7 +318,7 @@ dependencies { | |||
androidTestImplementation 'androidx.test.ext:junit:1.1.3' | |||
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' |
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.
Warning |
|
---|---|
📚 | Use version catalog instead |
🛠️ | UseTomlInstead |
by Android Lint 🤖
app/build.gradle
Outdated
@@ -330,7 +318,7 @@ dependencies { | |||
androidTestImplementation 'androidx.test.ext:junit:1.1.3' | |||
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' | |||
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0' |
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.
Warning |
|
---|---|
📚 | Use version catalog instead |
🛠️ | UseTomlInstead |
by Android Lint 🤖
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Don't upgrade from 2.13.5 due to Android API24 compatibility | ||
|
||
//noinspection BomWithoutPlatform,GradleDependency | ||
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Do not upgrade! 2.13.5 is latest library with Android API24 compatibility |
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.
Warning |
|
---|---|
📚 | Use version catalog instead |
🛠️ | UseTomlInstead |
by Android Lint 🤖
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Don't upgrade from 2.13.5 due to Android API24 compatibility | ||
|
||
//noinspection BomWithoutPlatform,GradleDependency | ||
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Do not upgrade! 2.13.5 is latest library with Android API24 compatibility | ||
implementation 'com.fasterxml.jackson.core:jackson-core' |
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.
Warning |
|
---|---|
📚 | Use version catalog instead |
🛠️ | UseTomlInstead |
by Android Lint 🤖
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Don't upgrade from 2.13.5 due to Android API24 compatibility | ||
|
||
//noinspection BomWithoutPlatform,GradleDependency | ||
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Do not upgrade! 2.13.5 is latest library with Android API24 compatibility | ||
implementation 'com.fasterxml.jackson.core:jackson-core' | ||
implementation 'com.fasterxml.jackson.core:jackson-databind' |
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.
Warning |
|
---|---|
📚 | Use version catalog instead |
🛠️ | UseTomlInstead |
by Android Lint 🤖
app/build.gradle
Outdated
@@ -330,7 +318,7 @@ dependencies { | |||
androidTestImplementation 'androidx.test.ext:junit:1.1.3' | |||
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' | |||
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0' | |||
androidTestImplementation 'androidx.browser:browser:1.5.0' | |||
androidTestImplementation 'androidx.browser:browser:1.8.0' |
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.
Warning |
|
---|---|
📚 | Use version catalog instead |
🛠️ | UseTomlInstead |
by Android Lint 🤖
app/build.gradle
Outdated
@@ -330,7 +318,7 @@ dependencies { | |||
androidTestImplementation 'androidx.test.ext:junit:1.1.3' | |||
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' | |||
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0' | |||
androidTestImplementation 'androidx.browser:browser:1.5.0' | |||
androidTestImplementation 'androidx.browser:browser:1.8.0' | |||
|
|||
// Unit tests | |||
testImplementation 'junit:junit:4.13.2' |
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.
Warning |
|
---|---|
📚 | Use the existing version catalog reference (libs.junit ) instead |
🛠️ | UseTomlInstead |
by Android Lint 🤖
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Don't upgrade from 2.13.5 due to Android API24 compatibility | ||
|
||
//noinspection BomWithoutPlatform,GradleDependency | ||
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Do not upgrade! 2.13.5 is latest library with Android API24 compatibility |
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.
Warning |
|
---|---|
📚 | Use version catalog instead |
🛠️ | UseTomlInstead |
by Android Lint 🤖
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Don't upgrade from 2.13.5 due to Android API24 compatibility | ||
|
||
//noinspection BomWithoutPlatform,GradleDependency | ||
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Do not upgrade! 2.13.5 is latest library with Android API24 compatibility | ||
implementation 'com.fasterxml.jackson.core:jackson-core' |
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.
Warning |
|
---|---|
📚 | Use version catalog instead |
🛠️ | UseTomlInstead |
by Android Lint 🤖
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Don't upgrade from 2.13.5 due to Android API24 compatibility | ||
|
||
//noinspection BomWithoutPlatform,GradleDependency | ||
implementation platform('com.fasterxml.jackson:jackson-bom:2.13.5') //Do not upgrade! 2.13.5 is latest library with Android API24 compatibility | ||
implementation 'com.fasterxml.jackson.core:jackson-core' | ||
implementation 'com.fasterxml.jackson.core:jackson-databind' |
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.
Warning |
|
---|---|
📚 | Use version catalog instead |
🛠️ | UseTomlInstead |
by Android Lint 🤖