Skip to content
  1. Feb 24, 2017
  2. Feb 23, 2017
  3. Feb 22, 2017
  4. Feb 21, 2017
    • Bastien Le Querrec's avatar
      Merge pull request #529 from SilenceIM/dual-sim · 8049864f
      Bastien Le Querrec authored
      Unbreak dual sim support
      8049864f
    • Bastien Le Querrec's avatar
      improve multi-SIM support · d72f70f2
      Bastien Le Querrec authored
      * Each SIM card is now bound to a unique key pair.
      * Display number or slot index if display name is the same for multiple
        cards.
      * Use subcription ID of last received message as default SIM, but do not
        change it if user is in conversation.
      * Update app subscription IDs on new phone
      * Start secure session only for SIM which received message, allow user to
        select SIM when starting a secure session
      
      Fixes #467
      Fixes #497
      d72f70f2
  5. Feb 20, 2017
  6. Feb 19, 2017
  7. Feb 18, 2017
  8. Feb 17, 2017
  9. Feb 16, 2017
  10. Feb 15, 2017
    • Moxie Marlinspike's avatar
      ViewStub for entire AttachmentManager · d35afcf9
      Moxie Marlinspike authored and Bastien Le Querrec's avatar Bastien Le Querrec committed
      // FREEBIE
      
      Upstream commit: https://github.com/WhisperSystems/Signal-Android/commit/3d6cbdd775ad35da2223aacbe308fadacdb526fd
      d35afcf9
    • Moxie Marlinspike's avatar
      This attempts to work around a ROM crash bug · fbe893bd
      Moxie Marlinspike authored and Bastien Le Querrec's avatar Bastien Le Querrec committed
      getActiveNotifications() seems to throw an NPE on some Motorola
      ROMs, all of which appear to be 6.0.1.  This change just swallows
      the exception.
      
      6.0 doesn't support bundled notifications, so I think it's alright
      if they don't get canceled, since the summary notification will
      still be displayed correctly.
      
      This would only affect users who have an android wear device
      attached to one of these buggy ROMs. By swallowing this exception,
      they would not always get notifictions dismissed on their wear
       device.
      
      Fixes https://github.com/WhisperSystems/TextSecure/issues/6043
      // FREEBIE
      
      Upstream commit: https://github.com/WhisperSystems/Signal-Android/commit/360c2b2a5090b0be87dd8a03245e5f198305c590
      fbe893bd
    • Moxie Marlinspike's avatar
      Fix non-thread-safe operations on canonical id cache · 2fff2271
      Moxie Marlinspike authored and Bastien Le Querrec's avatar Bastien Le Querrec committed
      // FREEBIE
      
      Upstream commit: https://github.com/WhisperSystems/Signal-Android/commit/edac0e85c76edb6c6632481611794cf13bb8456c
      2fff2271
    • RiseT's avatar
      Remove redundant ellipses in strings according to Material guidelines · f6f452c4
      RiseT authored and Bastien Le Querrec's avatar Bastien Le Querrec committed
      Quote :
      "Use to indicate an action in progress ("Downloading…") or
       incomplete or truncated text. No space before the ellipses.
      
       Omit from menu items or buttons that open a dialog or start
        some other process.
      
       Midline ellipses (three-bullet glyphs) are also used to represent
       numeric truncation and the redaction of sensitive data, such as
       credit cards."
      
       https://material.google.com/style/writing.html
      
      Closes https://github.com/WhisperSystems/TextSecure/pull/5887
      // FREEBIE
      
      Upstream commit: https://github.com/WhisperSystems/Signal-Android/commit/49e78d16bacc51692ed30c536dd6c3206b0a7813
      f6f452c4