Skip to content
Snippets Groups Projects
  1. Apr 21, 2016
    • Torsten Grote's avatar
      Show relevant decline responses in the conversation · 11e6d64e
      Torsten Grote authored
      * If the user has already declined, we don't show that the other
        introducee has declined as well. The backend doesn't have that information, so
        this is compatible with the principle of showing what we know.
      * If the user has already accepted or hasn't yet responded, we show the
        decline response in the private conversation with the introducer. If
        the user hasn't yet responded, we hide the accept/decline buttons
        in the introduction request message.
      
      Messages an introducee receives in a `FINISHED` state are now being
      ignored and deleted.
      
      Closes #295
      11e6d64e
  2. Apr 20, 2016
  3. Apr 12, 2016
  4. Mar 26, 2016
  5. Mar 15, 2016
    • akwizgran's avatar
      Reverted text colour to black. · d605e1ca
      akwizgran authored
      @color/briar_text_primary is used in a lot of places other than the settings screen - if we want to use grey text in the settings screen we'll need to find another way.
      
      Also fixed some misspelled resource names and included the colours from the Briar palette in color.xml.
      d605e1ca
  6. Mar 14, 2016
  7. Mar 11, 2016
  8. Feb 29, 2016
  9. Feb 10, 2016
  10. Feb 05, 2016
  11. Jan 27, 2016
  12. Jan 26, 2016
  13. Jan 21, 2016
  14. Jan 20, 2016
  15. Jan 18, 2016
  16. Jan 13, 2016
  17. Jan 12, 2016
  18. 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
  19. Jan 04, 2016
  20. 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
  21. 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
  22. Dec 17, 2015
  23. Dec 16, 2015
  24. Dec 15, 2015
  25. Dec 14, 2015
Loading