Skip to content
Snippets Groups Projects
  1. Jan 29, 2016
  2. Jan 28, 2016
  3. Jan 27, 2016
  4. Jan 26, 2016
  5. Jan 22, 2016
  6. Jan 21, 2016
    • akwizgran's avatar
      Merge branch '225-bluetooth-address' into 'master' · 6de99ed2
      akwizgran authored
      Show Bluetooth address from Settings.Secure in TestingActivity
      
      * To help with investigating #225 (and maybe other bugs in future), show the Bluetooth address from Settings.Secure as well as the address from BluetoothAdapter.getAddress()
      * Add Settings.Secure.ANDROID_ID to the entropy pool - it may provide up to 64 bits of extra entropy from the perspective of a remote attacker (no extra bits from the perspective of a local attacker in the same user account, who sees the same ANDROID_ID)
      
      
      See merge request !73
      6de99ed2
    • Ernir Erlingsson's avatar
      dae29eec
    • akwizgran's avatar
      Show Bluetooth address from Settings.Secure. · 7e020454
      akwizgran authored
      7e020454
    • akwizgran's avatar
      dd8e111b
    • Torsten Grote's avatar
      Merge branch '228-jsocks' into 'master' · d33dbca2
      Torsten Grote authored
      Replaced broken jsocks jar. #228
      
      Fixes #228 and may also fix #217. @str4d and @grote, please test and confirm.
      
      See merge request !72
      d33dbca2
    • 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
Loading