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

v0.5.0 Pre-Release 1 #154

Merged
merged 124 commits into from
Mar 2, 2022
Merged

v0.5.0 Pre-Release 1 #154

merged 124 commits into from
Mar 2, 2022

Conversation

kdmukai
Copy link
Contributor

@kdmukai kdmukai commented Feb 28, 2022

Complete code structure reorg. Full UI layer rewrite. Full UX flow rewrite.

Remaining high priority items for Pre-Release 1:

  • BACK button after passphrase entry = crash
  • "X" on SeedValid leads to "Discard Seed?" dialogue
  • BACK btn on 2nd change addr crashes

(remaining TODO items moved to Pre-Release 2)

newtonick and others added 30 commits September 7, 2021 10:50
Basic Renderer implementation and partial transition.
Initial implementation of new `view_function` Controller loop and `back_stack`.
* A lot of standardization across every gui area.
* Isolating `Screen` implementations under a new `screens` subdir under `gui`.
* Initial implementation of ScanScreen and SeedValidScreen.
* Added fingerprint generation to `Seed`.
* Beginnings of `pending_seed` in `SeedStorage`.
* `Button` component generalized for text, inline icon + text, large Home screen icon.
* Fixed & improved `back_stack`.
* Hard-coded constants encapsulated in new `GUIConstants` class.
* `load_icon` generalized.
* `BaseComponent` can now accept custom ImageDraw and canvas elements to support rendering to intermediate Images rather than directly to screen.
* `Renderer` optimization on alpha composite.
* `BaseScreen` is now derived from `BaseComponent`.
* First use of `View` params being passed through the `Controller`.
* `back_stack` bugfix.
* Further progress into Export Xpub.
* Removed unnecessary custom Screens in favor of reusable `ButtonListScreen`.
* Beginning to define more constants to avoid string hard-coding.
Also pulls the `BACK_BUTTON` constant out of the `BaseScreen` class.
* rename `base.py` to more appropriate `screen.py`
* slight rewrite and simplification of Settings.calc_derivation
* new IconTextLine Component
* plus various improvements to IconTextLine and TextArea
In-progress WarningScreenMixin
@kdmukai kdmukai changed the base branch from 0.5.0 to 0.5.0-pre1 March 2, 2022 04:47
@kdmukai kdmukai marked this pull request as ready for review March 2, 2022 05:04
@SeedSigner SeedSigner merged commit 47fc38c into SeedSigner:0.5.0-pre1 Mar 2, 2022
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.

None yet

3 participants