Skip to content
Snippets Groups Projects
  1. Nov 04, 2016
  2. Oct 31, 2016
  3. Oct 25, 2016
  4. Oct 20, 2016
  5. Oct 19, 2016
  6. Oct 10, 2016
  7. Oct 06, 2016
  8. Oct 05, 2016
  9. 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
      f8e0441d
  10. Sep 23, 2016
  11. Sep 02, 2016
  12. Aug 21, 2016
  13. Aug 03, 2016
    • Torsten Grote's avatar
      Prevent empty state messages from showing briefly · dd0d2335
      Torsten Grote authored
      When we clear a list in onPause(), the proper behavior is that the empty state
      message is shown, because the list is indeed empty.
      
      However, we will reload the list content again in onResume(),
      so the fix chosen in this commit is to force showing the progress bar
      right after clearing the list.
      
      Closes #576
      dd0d2335
  14. Jul 08, 2016
  15. Jul 06, 2016
  16. Jun 20, 2016
  17. May 11, 2016
  18. Apr 25, 2016
    • Torsten Grote's avatar
      Refactor `ContactListAdapter` to be reusable for other use cases. · 9ea71134
      Torsten Grote authored
      This commit introduces an abstract `BaseContactListAdapter` which provides
      most of the adapter logic. The original `ContactListAdapter` extends it to
      show date and online status of the contacts.
      
      The new `ContactChooserAdapter` which is used for introductions extends
      the `ContactListAdapter` and adds logic for graying out contacts from
      different identities than the currently used one.
      
      A new `ContactSelectorAdapter` extends the `BaseContactListAdapter` and
      allows to select multiple contacts. It offers a method to return a
      collection of all selected `ContactId`s.
      
      This commit also sneaks in an animation when the 'Share Forum' button
      is clicked.
      
      Closes #292
      9ea71134
  19. Apr 15, 2016
  20. Apr 12, 2016
Loading