Skip to content
Snippets Groups Projects
  1. Jan 27, 2016
  2. Jan 26, 2016
  3. Jan 21, 2016
  4. Jan 20, 2016
  5. Jan 18, 2016
  6. Jan 13, 2016
  7. Jan 12, 2016
  8. Jan 07, 2016
    • Torsten Grote's avatar
      Improve PasswordActivity by · 4460d69a
      Torsten Grote authored
      * removing screen border visible on small screens
      * showing noticeable error message on wrong password input
      * showing keyboard again after entering wrong password
      * making lost password link easier to recognize as link
      * renaming keyboard toggle method from 'hide' to 'toggle'
      4460d69a
  9. Jan 04, 2016
  10. Dec 30, 2015
    • Torsten Grote's avatar
      Create custom BriarRecyclerView and use it for the contact list. · f309cb36
      Torsten Grote authored
      It is a common pattern to have a list with an empty view and a progress bar.
      This commit introduces a custom BriarRecyclerView and uses it for the
      contact list.
      
      No more manually hiding and showing empty views and progress bars is
      necessary when using the new BriarRecyclerView instead of RecyclerView.
      
      Please note that this conflicts with !44 at the moment and needs to be
      implemented for !36 once merged.
      
      Closes #198
      f309cb36
    • Torsten Grote's avatar
      This introduces a floating action button (FAB) in the contact list. · a51726f1
      Torsten Grote authored
      The button hides itself when you scroll down the list of contacts
      and shows again when you scroll up.
      
      To properly color the button, the accent color has been defined.
      It uses the same color as the action bar (primary color).
      I leave it to a UX designer to adapt the color scheme.
      
      Please note that the design support library was used.
      It includes the app-compat library, so this has been removed
      from the `build.gradle` file.
      
      Closes #199
      a51726f1
  11. Dec 28, 2015
    • 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
  12. Dec 17, 2015
  13. Dec 16, 2015
  14. Dec 15, 2015
  15. Dec 14, 2015
  16. Dec 10, 2015
  17. Dec 09, 2015
  18. Dec 08, 2015
  19. Nov 30, 2015
  20. Apr 29, 2015
  21. Dec 17, 2014
  22. Nov 25, 2014
  23. Nov 09, 2014
Loading