Skip to content
Snippets Groups Projects
  1. Jan 12, 2016
    • akwizgran's avatar
      Merge branch '112-transport-properties-manager' into 'master' · 25c9cff8
      akwizgran authored
      Transport properties manager facade, key manager refactoring. #112
      
      Refactoring for #112: decouple the invitation and plugin code from the database with a TransportPropertiesManager facade (which will become a BSP client), and move some key management logic from the invitation code to the KeyManager. Update the integration tests to use the new FooManager facades.
      
      See merge request !49
      25c9cff8
    • akwizgran's avatar
      Merge branch 'btp-final-crypto-changes' into 'master' · 1bcfbc90
      akwizgran authored
      Final crypto changes for BTPv2. #111
      
      This patch brings the implementation into line with the BTPv2 spec. Changes:
      
      * Use BLAKE2s to generate tags
      * KDF arguments for key rotation
      * Frame IV format
      
      Closes #111.
      
      See merge request !48
      1bcfbc90
    • akwizgran's avatar
      Code clarity, more unit tests for ByteUtils. · 3c6ead06
      akwizgran authored
      Addresses comments for !48.
      3c6ead06
  2. Jan 11, 2016
  3. Jan 08, 2016
  4. Jan 07, 2016
  5. Jan 06, 2016
  6. Jan 04, 2016
  7. Jan 01, 2016
  8. Dec 31, 2015
  9. Dec 30, 2015
    • Torsten Grote's avatar
    • Torsten Grote's avatar
      Create custom BriarRecyclerView and use it for the contact list. · f309cb36
      Torsten Grote authored
      It is a common pattern to have a list with an empty view and a progress bar.
      This commit introduces a custom BriarRecyclerView and uses it for the
      contact list.
      
      No more manually hiding and showing empty views and progress bars is
      necessary when using the new BriarRecyclerView instead of RecyclerView.
      
      Please note that this conflicts with !44 at the moment and needs to be
      implemented for !36 once merged.
      
      Closes #198
      f309cb36
    • akwizgran's avatar
      Merge branch '199-use-fab-for-adding-new-contact' into 'master' · e17765e8
      akwizgran authored
      Add a floating action button (FAB) in the contact list
      
      The button hides itself when you scroll down the list of contacts
      and shows again when you scroll up.
      
      To properly color the button, the accent color has been defined.
      It uses the same color as the action bar (primary color).
      I leave it to a UX designer to adapt the color scheme.
      
      Please note that the design support library was used.
      It includes the app-compat library, so this has been removed
      from the `build.gradle` file.
      
      Closes #199
      
      See merge request !44
      e17765e8
    • Torsten Grote's avatar
      This introduces a floating action button (FAB) in the contact list. · a51726f1
      Torsten Grote authored
      The button hides itself when you scroll down the list of contacts
      and shows again when you scroll up.
      
      To properly color the button, the accent color has been defined.
      It uses the same color as the action bar (primary color).
      I leave it to a UX designer to adapt the color scheme.
      
      Please note that the design support library was used.
      It includes the app-compat library, so this has been removed
      from the `build.gradle` file.
      
      Closes #199
      a51726f1
  10. Dec 29, 2015
  11. Dec 28, 2015
Loading