Skip to content
  1. Mar 02, 2016
  2. Mar 01, 2016
  3. Feb 28, 2016
  4. Feb 25, 2016
  5. Feb 14, 2016
  6. Feb 11, 2016
  7. Feb 10, 2016
  8. Feb 09, 2016
  9. Feb 07, 2016
  10. Feb 06, 2016
  11. 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
  12. Feb 04, 2016
  13. Feb 02, 2016
  14. Jan 31, 2016