Skip to content

Commit 6678b00

Browse files
committed
🛠️ [Techdebt] Refactor code and inline fees (#179)
* Removed sensitive data Signed-off-by: kcw-grunt <[email protected]> * In Progress Refactoring Code - Removed cruft - bump version - working ops address being generated Signed-off-by: kcw-grunt <[email protected]> * tieredOps working - refactor cleanup - renaming and refactor…project running! - created and sent a transaction - Renamed some code from Bitcoin to Litecoin - remove whitespace - created a set to create the intersection - Filtered out the address as targeted - added textview for Service Fee - condensed the inits - Renamed from iso to more meaningful names Signed-off-by: kcw-grunt <[email protected]> * More refactor - Moved Fee Manager - Changed the rate polls - renamed getIso to getIsoSymbol - Removed saveEvent - Adjusted hot spot of Amount Edit - added full names to buttons. - added extra check before donating - commented out the new params - Fixes the Unsopported ISO bug - Removed old code Signed-off-by: kcw-grunt <[email protected]> * Relabeled Bitcoin to Litecoin in places - Cleaned up the detail text in Transaction Item - updated confirmation label - Tried hide the keyboard Signed-off-by: kcw-grunt <[email protected]> * bumped version updated tiers : 1713522152 Signed-off-by: kcw-grunt <[email protected]> * Debug of the com.breadwallet.tools.security.AuthManager.authPrompt -version bump -moved google serivces plugin to the bottom per Pusher Suggest -code bump Signed-off-by: kcw-grunt <[email protected]> --------- Signed-off-by: kcw-grunt <[email protected]>
1 parent 1589ee9 commit 6678b00

File tree

3 files changed

+0
-44
lines changed

3 files changed

+0
-44
lines changed

app/src/main/java/com/breadwallet/presenter/activities/LoginActivity.java

-13
Original file line numberDiff line numberDiff line change
@@ -172,19 +172,6 @@ public void onCancel() {
172172
}, 500);
173173

174174
setCurrentLtcPrice();
175-
176-
if (BuildConfig.VERSION_NAME == "v2.8.4") {
177-
Snackbar.make(parentLayout,
178-
R.string.release_notes,
179-
Snackbar.LENGTH_INDEFINITE).setAction(R.string.Webview_dismiss, new View.OnClickListener() {
180-
@Override
181-
public void onClick(View view) {
182-
183-
}
184-
})
185-
.setActionTextColor(getResources().getColor(android.R.color.holo_red_light ))
186-
.show();
187-
}
188175
}
189176

190177
private void setCurrentLtcPrice() {

app/src/main/java/com/breadwallet/presenter/entities/PaymentItem.java

-30
This file was deleted.

fast_follow_asset_pack_01/src/main/assets/empty_file

-1
This file was deleted.

0 commit comments

Comments
 (0)