-
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
CustomSettings Implementation #2949
base: master
Are you sure you want to change the base?
Conversation
keval-finimble
commented
Nov 16, 2022
- Enhanced the cache functionality by changing the return type of lockedTokens in CustomSettings.
- Added other fields in the json and call them directly from the json file in CustomSettings.
…ectly from Activity and Fragments. - Enhanced the cache functionality by changing the return type of lockedTokens in CustomSettings. - Added other fields in the json and call them directly from the json file in CustomSettings.
…ectly from Activity and Fragments. - Enhanced the cache functionality by changing the return type of lockedTokens in CustomSettings. - Added other fields in the json and call them directly from the json file in CustomSettings.
Pull reviewers statsStats of the last 30 days for alpha-wallet-android:
|
app/src/main/java/com/alphawallet/app/di/RepositoriesModule.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/alphawallet/app/ui/widget/adapter/TokensAdapter.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/alphawallet/app/ui/SellDetailActivity.java
Outdated
Show resolved
Hide resolved
Codecov ReportBase: 7.62% // Head: 7.68% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2949 +/- ##
===========================================
+ Coverage 7.62% 7.68% +0.05%
- Complexity 836 856 +20
===========================================
Files 612 639 +27
Lines 41863 42918 +1055
Branches 4226 4310 +84
===========================================
+ Hits 3194 3300 +106
- Misses 38395 39346 +951
+ Partials 274 272 -2
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. |
…ed a new function to load lockedChains, lockedTokens and exclusiveChains.
…ectly from Activity and Fragments. - Enhanced the cache functionality by changing the return type of lockedTokens in CustomSettings. - Added other fields in the json and call them directly from the json file in CustomSettings.
…ectly from Activity and Fragments. - Enhanced the cache functionality by changing the return type of lockedTokens in CustomSettings. - Added other fields in the json and call them directly from the json file in CustomSettings.
…ed a new function to load lockedChains, lockedTokens and exclusiveChains.
… into 2758-feature-customisation-json # Conflicts: # app/src/main/java/com/alphawallet/app/service/PriceAlertsService.java # app/src/main/java/com/alphawallet/app/viewmodel/WalletViewModel.java
app/src/androidTest/java/com/alphawallet/app/CustomSettingsTest.java
Outdated
Show resolved
Hide resolved
app/src/androidTest/java/com/alphawallet/app/CustomSettingsTest.java
Outdated
Show resolved
Hide resolved
…ectly from Activity and Fragments. - Enhanced the cache functionality by changing the return type of lockedTokens in CustomSettings. - Added other fields in the json and call them directly from the json file in CustomSettings.
…ectly from Activity and Fragments. - Enhanced the cache functionality by changing the return type of lockedTokens in CustomSettings. - Added other fields in the json and call them directly from the json file in CustomSettings.
…ed a new function to load lockedChains, lockedTokens and exclusiveChains.
…ectly from Activity and Fragments. - Enhanced the cache functionality by changing the return type of lockedTokens in CustomSettings. - Added other fields in the json and call them directly from the json file in CustomSettings.
…ed a new function to load lockedChains, lockedTokens and exclusiveChains.
… into 2758-feature-customisation-json # Conflicts: # app/src/main/java/com/alphawallet/app/service/PriceAlertsService.java # app/src/main/java/com/alphawallet/app/ui/AssetDisplayActivity.java # app/src/main/java/com/alphawallet/app/ui/HomeActivity.java # app/src/main/java/com/alphawallet/app/ui/NFTAssetsFragment.java # app/src/main/java/com/alphawallet/app/ui/widget/adapter/NonFungibleTokenAdapter.java
app/src/main/java/com/alphawallet/app/ui/widget/adapter/TokensAdapter.java
Outdated
Show resolved
Hide resolved
a1cfb4f
to
8acd3f7
Compare