1. 13 Apr, 2015 1 commit
    • Elliott Hughes's avatar
      Move the menu header out of the menu. · 8fd86d77
      Elliott Hughes authored
      This makes it easier for us to deal with arbitrary information at the
      top, and means that headers added by specific commands don't overwrite
      the default ones.
      
      Add the fingerprint back, but broken up so it fits even on sprout's
      display.
      
      Change-Id: Id71da79ab1aa455a611d72756a3100a97ceb4c1c
      8fd86d77
  2. 10 Apr, 2015 2 commits
  3. 09 Apr, 2015 1 commit
    • Elliott Hughes's avatar
      Move default implementations into Device. · 9e7ae8a6
      Elliott Hughes authored
      The current abstract class was a nice idea but has led to a lot of
      copy & paste in practice. Right now, no one we know of has any extra
      menu items, so let's make the default menu available to everyone.
      
      (If we assume that someone somewhere really does need custom
      device-specific menu options, a better API would let them add to
      our menu rather than replacing it.)
      
      Change-Id: I59f6a92f3ecd830c2ce78ce9da19eaaf472c5dfa
      9e7ae8a6