-
Notifications
You must be signed in to change notification settings - Fork 530
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
2850 no more api23 support #3088
base: master
Are you sure you want to change the base?
Conversation
seabornlee
commented
Feb 13, 2023
- Remove version check code
- Use original web3j lib
- Use stream API anyMatch
- Use Stream.mapToInt
- Use stream API
- Use stream API filter.count
- Use stream API mapToInt
- Use stream mapToInt
- Refactor: elimate for loop duplication
- Use stream noneMatch API
- Use stream findFirst API
Pull reviewers statsStats of the last 30 days for alpha-wallet-android:
|
app/src/main/java/com/alphawallet/app/ui/widget/adapter/ActivityAdapter.java
Show resolved
Hide resolved
Codecov ReportBase: 7.70% // Head: 7.96% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3088 +/- ##
===========================================
+ Coverage 7.70% 7.96% +0.25%
- Complexity 887 925 +38
===========================================
Files 648 649 +1
Lines 43463 43500 +37
Branches 4380 4378 -2
===========================================
+ Hits 3350 3463 +113
+ Misses 39828 39743 -85
- Partials 285 294 +9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |