Skip to content
  1. Feb 16, 2016
  2. Feb 14, 2016
  3. Feb 11, 2016
  4. Feb 10, 2016
    • Bastien Le Querrec's avatar
      use upstream reminder view; add in-conversation invite reminder · 0140137d
      Bastien Le Querrec authored
      Upstream commit: https://github.com/WhisperSystems/Signal-Android/commit/4ffb1ea95eddf2c6e6ad1f570cd7c0dd28569cd9
      Upstream commit: https://github.com/WhisperSystems/Signal-Android/commit/15b131d8c27de13c6eb8cf72cf5d224fb070eccf
      Upstream commit: https://github.com/WhisperSystems/Signal-Android/commit/945636ac5c6fae4ac2c43ded820d72de0af4d4da
      0140137d
    • Brad Erickson's avatar
      Add 48 text-only emoji/emoticons/kaomoji · e7cfdf8c
      Brad Erickson authored and Bastien Le Querrec's avatar Bastien Le Querrec committed
      Grouped by western and eastern styles, then sorted roughly by emotion.
      Happy->Joking->Flirting->Surprise->Worry->Sadness->Anger->Misc
      
      Fixes https://github.com/WhisperSystems/TextSecure/issues/5191
      Closes https://github.com/WhisperSystems/TextSecure/pull/5200
      // FREEBIE
      
      Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/c1106d98dd425160767698ae782cbc2a79b297fe
      e7cfdf8c
  5. Feb 09, 2016
  6. Feb 07, 2016
  7. Feb 06, 2016
  8. Feb 05, 2016
    • discworld's avatar
      LED doesn't blink with encryption enabled #261 · d1afcf1e
      discworld authored and Bastien Le Querrec's avatar Bastien Le Querrec committed
      Notifications in SMSSecure seem to rely mainly on two public methods:
      
      MessageNotifier.updateNotification(Context, MasterSecret, long) and
      MessageNotifier.updateNotification(Context, MasterSecret)
      
      The difference between them is that the first is also aware of in thread
      notifications and triggers visual and audible alarms. Since the second
      method doesn't call setLights, calling it after the first will cause the
      blinking lights to stop. This patch changes a number of things:
      - separate the alarms into visual and audio alarms.
      - so long as the notification is not canceled, make the second method also
        call setLights if the first method was previously called.
      - removed unnecessary calls to the first method to avoid duplicate sound
        alarms.
      d1afcf1e
  9. Feb 04, 2016
  10. Feb 02, 2016
  11. Jan 31, 2016
  12. Jan 29, 2016
  13. Jan 27, 2016
  14. Jan 26, 2016