Skip to content
Snippets Groups Projects
  1. Jan 12, 2016
  2. 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
  3. Jan 04, 2016
  4. 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
  5. 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
  6. Dec 17, 2015
  7. Dec 16, 2015
  8. Dec 15, 2015
  9. Dec 14, 2015
  10. Dec 10, 2015
  11. Dec 09, 2015
  12. Dec 08, 2015
  13. Nov 30, 2015
  14. Apr 29, 2015
  15. Dec 17, 2014
  16. Nov 25, 2014
  17. Nov 09, 2014
  18. Oct 03, 2014
  19. Oct 02, 2014
  20. May 09, 2014
  21. May 02, 2014
  22. May 01, 2014
  23. Apr 05, 2014
Loading