Skip to content
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

Privacy UI implementation #529

Merged
merged 15 commits into from
Jan 29, 2021
Merged

Privacy UI implementation #529

merged 15 commits into from
Jan 29, 2021

Conversation

beansgum
Copy link
Contributor

@beansgum beansgum commented Jan 12, 2021

Requires planetdecred/dcrlibwallet#174

  • added introduction card in overview page and popup message on wallets page
  • redesign privacy page to show unmixed balance, cspp server details and mixer status
  • add 'new' badger on privacy list items under wallet options
  • add SetupPrivacy page
  • update list cards design to include divider lines and higher radius

- add privacy introduction card to overview page
- add 'new' badger on privacy list items under wallet options
- add SetupPrivacy page
- update list cards design to include divider lines and higher radius
@beansgum beansgum marked this pull request as ready for review January 13, 2021 19:50
TransactionDetailsDialog(transaction).show(context)
}

if (position == itemCount - 1) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some rows don't have a divider line

Screenshot from 2021-01-14 15-03-31

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in recent commit.

app/src/main/java/com/dcrandroid/adapter/WalletsAdapter.kt Outdated Show resolved Hide resolved
<string name="keep_this_app_opened">Keep this app opened</string>
<string name="mixer_status_info">Mixer will automatically stop when unmixed balance are fully mixed.</string>
<string name="check_mixer_status">Check mixer status</string>
<string name="mixing_elp">Mixing…</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this meant to spell mixing_help? or is elp short for something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I abbreviated ellipsis as elp.


val usedCSPPAccounts = wallet.findCSPPAccounts()
// SwitchPreference(this@AccountMixerActivity, Dcrlibwallet.walletUniqueConfigKey(wallet.id, Dcrlibwallet.AccountMixerMixTxChange), mix_tx_change)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment if it's not useful

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's for a pending feature.

@beansgum beansgum merged commit 80bbc94 into planetdecred:master Jan 29, 2021
@beansgum beansgum deleted the privacy_ui branch February 1, 2021 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants