Skip to content
Snippets Groups Projects
  1. May 11, 2016
  2. May 10, 2016
    • Torsten Grote's avatar
      Modernize AvailableForumsActivity · bcfdd848
      Torsten Grote authored
      Turn list of available forums into a BriarRecyclerView with XML layout.
      Allow to respond to forum invitations from the list of available forums.
      The user can either accept or decline an invitation.
      Verified
      bcfdd848
  3. May 06, 2016
  4. May 04, 2016
    • Torsten Grote's avatar
      New List of Forums · 271e390b
      Torsten Grote authored
      The adapter of the `ForumListFragment` has been changed into a
      `BriarRecyclerView` and all its code has been adapted and simplified
      accordingly.
      
      All UI of the forum list is now defined in XML layouts.
      Verified
      271e390b
    • Torsten Grote's avatar
      Forum Sharing Client backend · 9bef114c
      Torsten Grote authored
      This commit replaces the old ForumSharingManagerImpl with a new one
      which is based on state machines and the ProtocolEngine.
      
      There is a SharerEngine and a InviteeEngine that take care of state
      transitions, messages, events and trigger actions to be carried out by
      the ForumSharingManagerImpl. This is all very similar to the
      Introduction Client.
      
      The general sharing paradigm has been changed from sharing as a state to
      sharing as an action. Now the UI can allow users to invite contacts to
      forums. The contacts can accept or decline the invitiation. Also, the
      Forum Sharing Manger is notified when users leave a forum.
      
      Closes #322
      Verified
      9bef114c
    • Torsten Grote's avatar
      Remember the selected fragment from the NavDrawer · 6f1360c3
      Torsten Grote authored
      and stay in it when configuration changes
      
      Closes #370
      Verified
      6f1360c3
    • akwizgran's avatar
  5. May 03, 2016
Loading