Skip to content
  1. Feb 07, 2016
  2. Feb 06, 2016
  3. 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
  4. Feb 04, 2016
  5. Feb 02, 2016
  6. Jan 31, 2016
  7. Jan 29, 2016
  8. Jan 27, 2016
  9. Jan 26, 2016
  10. Jan 22, 2016
  11. Jan 21, 2016
  12. Jan 20, 2016
  13. Jan 09, 2016