Skip to content
Snippets Groups Projects
  1. Jul 04, 2016
  2. Jun 28, 2016
  3. Jun 27, 2016
    • Torsten Grote's avatar
      Make use of Existing Translations · 4d3a3339
      Torsten Grote authored
      Adds first translations to source code and sets up transifex config
      file. Pull more translations later with:
      
       cd briar-android
       tx pull --mode=developer
      
      Closes #448
      4d3a3339
  4. Jun 23, 2016
  5. Jun 22, 2016
  6. Jun 21, 2016
  7. Jun 15, 2016
  8. Jun 11, 2016
  9. Jun 03, 2016
    • Torsten Grote's avatar
      Blog Fragment in Navigation Drawer with Tabs · 3f838b04
      Torsten Grote authored
      This replaces the custom layouts in the navigation drawer with a
      `NavigationView` and adds a menu entry for Blogs.
      
      A Main Blogs fragment is added that holds a `TabLayout` and a
      `ViewPager`. Five tabs are already added, but they just have a single
      placeholder fragment that is to be replaced by the actual fragments.
      
      Closes #409
      3f838b04
    • Torsten Grote's avatar
      This commit adds badges to the forum list that indicate unread posts. · 5d06f420
      Torsten Grote authored
      It does so by extending the compound view `TextAvatarView` and provides
      convienient setters that take care of the required UI changes.
      The new badge can also be used to indicate a problem with the forum.
      
      Closes #408
      5d06f420
  10. May 30, 2016
  11. May 20, 2016
  12. May 19, 2016
  13. May 18, 2016
  14. May 16, 2016
  15. May 13, 2016
  16. May 11, 2016
    • Torsten Grote's avatar
      Add forum avatars to list of available forums · b87eb4a1
      Torsten Grote authored
      Closes #374
      b87eb4a1
    • Torsten Grote's avatar
      Forum Avatars using the first letter of the forum and color from group · e87991ec
      Torsten Grote authored
      Also prevents the snackbar from hiding the bottom of the list.
      
      Closes #337
      e87991ec
    • akwizgran's avatar
      2a980af6
    • Ernir Erlingsson's avatar
      phase 1: Activities and Fragments · 7b552bde
      Ernir Erlingsson authored
      7b552bde
    • Torsten Grote's avatar
      Forum Sharing Client UI · 3a9d66a8
      Torsten Grote authored
      This changes `ShareForumActivity` to use two fragments to facilitate
      forum sharing with the new Forum Sharing Client backend.
      
      The `ContactSelectorFragment` allows the user to select a
      number of contacts. If there is an ongoing sharing session or the forum
      is already shared with the contact, it is disabled in the list. If there
      is at least one contact selected, a button appears in the toolbar that
      brings the user to the `ShareForumMessageFragment` where the user can
      write an optional message to be send along with the invitation.
      
      After sending an invitation, the user is brought back to the forum that
      she shared and there is a snackbar showing up briefly to indicate the
      successful invitation.
      
      The invitation is shown along with the message within the private
      conversation of each contact. The person who shares the forum also sees
      the invitation and the message as outgoing messages that also display
      the current status of the messages.
      
      A notification is shown like for other private messages as well.
      
      Please note that this commit does not include a way for users to respond
      to invitations.
      3a9d66a8
  17. 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
  18. May 06, 2016
  19. May 04, 2016
  20. May 03, 2016
  21. May 02, 2016
  22. Apr 29, 2016
  23. Apr 28, 2016
Loading