Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/mobile-nixos
base: c1e581d8be94
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: 63d49f51ada3
Choose a head ref
  • 17 commits
  • 22 files changed
  • 1 contributor

Commits on Nov 7, 2020

  1. generated-filesystems: Allow passing raw images

    This will be useful for some tests.
    samueldr committed Nov 7, 2020
    Copy the full SHA
    1fb62bd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8a47b79 View commit details
    Browse the repository at this point in the history
  3. modules/luks: Init

    This, with the upcoming luks task allows encrypted drives to work!
    samueldr committed Nov 7, 2020
    Copy the full SHA
    a28cd3a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f66c31f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    71149eb View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. boot/splash: Add wrappers around text area and keyboard

    They will, at some point, be promoted into LVGUI. For the time being
    they are local as they have only been verified to work in a useful
    manner for this limited use case.
    samueldr committed Nov 8, 2020
    Copy the full SHA
    5755438 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1f93066 View commit details
    Browse the repository at this point in the history
  3. boot/splash: Add textarea and keyboard, allowing text input

    The following commit will plug it into the messages queue.
    samueldr committed Nov 8, 2020
    Copy the full SHA
    665d58a View commit details
    Browse the repository at this point in the history
  4. boot/splash: Allow textual questions to be asked

    For now, extremely assumed to be passphrase input.
    samueldr committed Nov 8, 2020
    Copy the full SHA
    7b477b9 View commit details
    Browse the repository at this point in the history
  5. boot/init: Minimal changes required to continue working

    These changes implement the different protocol changes.
    samueldr committed Nov 8, 2020
    Copy the full SHA
    e891e2f View commit details
    Browse the repository at this point in the history
  6. boot/init: Rework Progress into a "state stash"

    This way we really only update the current state bit we want to affect.
    samueldr committed Nov 8, 2020
    Copy the full SHA
    c80476a View commit details
    Browse the repository at this point in the history
  7. boot/init: Long running tasks can export a label

    With the same tooling we will be able to ask for a throbber or some
    other kind of work indicator.
    samueldr committed Nov 8, 2020
    Copy the full SHA
    eaf8fa9 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f45b5b3 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    36aa305 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    3f8c115 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    a1813ef View commit details
    Browse the repository at this point in the history
  12. Merge pull request #234 from samueldr-wip/feature/stage-1-passphrase

    stage-1: Add interactive LUKS decrypting
    samueldr committed Nov 8, 2020
    Copy the full SHA
    63d49f5 View commit details
    Browse the repository at this point in the history