Skip to content
Snippets Groups Projects
  1. Oct 19, 2016
  2. Oct 10, 2016
  3. Oct 04, 2016
    • Torsten Grote's avatar
      Emoji Support for all user input · f8e0441d
      Torsten Grote authored
      All text that can be generated by users will show emoji from the
      shipped sprites.
      
      For all messages and posts, the custom emoji keyboard is now available.
      
      This also disables menu actions rather than hiding them and thus
      closes #677
      
      Included is a fix for a regression that was not showing the keyboard
      automatically in forums and thus
      closes #676
      Verified
      f8e0441d
  4. Aug 03, 2016
  5. Jun 20, 2016
  6. Jun 18, 2016
  7. May 11, 2016
    • akwizgran's avatar
      UI code cleanup. · 6873dbc4
      akwizgran authored
      Unverified
      6873dbc4
    • Ernir Erlingsson's avatar
      rebased with master · f81c8fcb
      Ernir Erlingsson authored
      Unverified
      f81c8fcb
    • 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.
      Verified
      3a9d66a8
Loading