Skip to content
Snippets Groups Projects
  1. May 12, 2016
  2. May 11, 2016
  3. 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.
      bcfdd848
    • akwizgran's avatar
      Bumped DB schema version. · 2cc621ed
      akwizgran authored
      Prevent old forum sharing messages from causing spurious exceptions.
      2cc621ed
    • akwizgran's avatar
      Merge branch '305-new-forum-list' into 'master' · 0b348653
      akwizgran authored
      New List of Forums
      
      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. This enabled me to move the snackbar into onCreate().
      
      Before:
      
      ![device-2016-05-03-165331](/uploads/961cc2c043464f446584de4ae0ad527b/device-2016-05-03-165331.png)
      
      After:
      
      ![device-2016-05-03-165117](/uploads/e22ede3e9a3330762b3ae84f86ca6ec5/device-2016-05-03-165117.png)
      
      
      See merge request !175
      0b348653
Loading