Skip to content
Snippets Groups Projects
  1. Aug 29, 2016
  2. Aug 09, 2016
  3. Jun 15, 2016
  4. 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
  5. May 02, 2016
  6. Apr 12, 2016
  7. Apr 02, 2016
  8. Dec 28, 2015
    • Torsten Grote's avatar
      Use a RecyclerView for the ConversationView and · e98d4f22
      Torsten Grote authored
      properly notify the view adapter of dataset changes
      in order to avoid invalidating the entire dataset when not absolutely necessary.
      
      This change also shows unread messages in a different color,
      so users do not fail to notice delayed messages.
      e98d4f22
    • Torsten Grote's avatar
      New Conversation View in XML · 68cd1ff2
      Torsten Grote authored
      It now uses conversation bubbles in alternating colors
      and vector drawables to indicate message state.
      
      The conversation bubbles have been taken from Telegram
      and can be replaced by a UX designer later.
      
      This commit also addresses #9, because message text can
      now be selected and copied. This is done by using
      
          android:textIsSelectable="true"
      
      which only works for API level 11 or higher.
      
      If we want copy and paste on lower API levels,
      additional measures have to be implemented.
      68cd1ff2
    • Torsten Grote's avatar
      Use a RecyclerView for the Contact List · 4bcd2046
      Torsten Grote authored
      4bcd2046
  9. Dec 10, 2015
  10. May 01, 2014
  11. Apr 03, 2014
  12. Mar 12, 2014
  13. Mar 04, 2014
  14. Feb 28, 2014
  15. Feb 27, 2014
  16. Feb 05, 2014
  17. Feb 04, 2014
  18. Jan 29, 2014
  19. Dec 21, 2013
  20. Sep 27, 2013
  21. Sep 21, 2013
  22. Apr 14, 2013
  23. Mar 23, 2013
  24. Mar 13, 2013
  25. Mar 12, 2013
  26. Mar 11, 2013
  27. Mar 05, 2013
  28. Mar 04, 2013
  29. Mar 02, 2013
  30. Mar 01, 2013
  31. Feb 27, 2013
Loading