Skip to content

Commit

Permalink
🛠️ [Techdebt] Refactor code and inline fees (#179)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
kcw-grunt committed May 31, 2024
1 parent 2f8af24 commit 81b6091
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,19 +172,6 @@ public void onCancel() {
}, 500);

setCurrentLtcPrice();

if (BuildConfig.VERSION_NAME == "v2.8.4") {
Snackbar.make(parentLayout,
R.string.release_notes,
Snackbar.LENGTH_INDEFINITE).setAction(R.string.Webview_dismiss, new View.OnClickListener() {
@Override
public void onClick(View view) {

}
})
.setActionTextColor(getResources().getColor(android.R.color.holo_red_light ))
.show();
}
}

private void setCurrentLtcPrice() {
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion fast_follow_asset_pack_01/src/main/assets/empty_file

This file was deleted.

0 comments on commit 81b6091

Please sign in to comment.