Skip to content
Snippets Groups Projects
  1. Jan 21, 2016
    • akwizgran's avatar
      Merge branch '227-update-contact-list' into 'master' · aacd3473
      akwizgran authored
      Update contact list when contacts are deleted. #227
      
      The logic in ConversationActivity for adding or updating items didn't allow for items being removed. We *could* come up with logic for doing that - throw all the items from the adapter into a set, remove any items corresponding to current contacts from the set, then batch update the adapter to remove any items remaining in the set - but I think it would be overly complex. It's simpler to just clear the adapter and add the current contacts.
      
      Also tidied up some adapter code while looking for the bug.
      
      
      See merge request !70
      aacd3473
    • akwizgran's avatar
      Merge branch '226-bluetooth-logic' into 'master' · 8e4086a3
      akwizgran authored
      Don't disable Bluetooth unless we enabled it. #226
      
      Fixes #226
      
      See merge request !71
      8e4086a3
  2. Jan 20, 2016
  3. Jan 19, 2016
  4. Jan 18, 2016
  5. Jan 15, 2016
  6. Jan 14, 2016
  7. Jan 13, 2016
Loading