Skip to content
  1. Jan 20, 2016
  2. Jan 09, 2016
  3. Jan 07, 2016
  4. Jan 06, 2016
    • Hans-Christoph Steiner's avatar
      remove launchMode="singleInstance" to get panic response working · 95ba0ed1
      Hans-Christoph Steiner authored
      If an Activity is set to singleInstance, then it immediately sends a cancel
      to the Activity that called with startActivityForResult(), therefore this
      Activity cannot get the sender of the Intent. getCallingActivity() returns
      null.
      
      "[I]f the activity you are launching uses the singleTask launch mode, it
      will not run in your task and thus you will immediately receive a cancel
      result."
      https://developer.android.com/reference/android/app/Activity.html#startActivityForResult%28android.content.Intent,%20int,%20android.os.Bundle%29
      95ba0ed1
  5. Jan 01, 2016
    • agrajaghh's avatar
      RTL support · a21886cf
      agrajaghh authored and Bastien Le Querrec's avatar Bastien Le Querrec committed
      Closes https://github.com/WhisperSystems/TextSecure/pull/4916
      Fixes https://github.com/WhisperSystems/TextSecure/issues/4714
      
      Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/4fa6680f835f51689ccebe986210e3bdef121df1
      a21886cf
    • Christian Ascheberg's avatar
      fix more plurals · 9a7aaf63
      Christian Ascheberg authored and Bastien Le Querrec's avatar Bastien Le Querrec committed
      Closes https://github.com/WhisperSystems/TextSecure/pull/4898
      // FREEBIE
      
      Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/fd570310e0d59b023f3dbf8acf1ad5ba2a829099
      9a7aaf63
    • agrajaghh's avatar
      fix crash on gingerbread · 8071c605
      agrajaghh authored and Bastien Le Querrec's avatar Bastien Le Querrec committed
      Closes https://github.com/WhisperSystems/TextSecure/pull/4962
      //FREEBIE
      
      Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/f9c9068ca8c2130da02823148428f631862f53f3
      8071c605
    • haffenloher's avatar
      Stop inbox snippet from overflowing the thumbnail · 3c9e888c
      haffenloher authored and Bastien Le Querrec's avatar Bastien Le Querrec committed
      Also ensure the thumbnails are placed correctly in the archive view.
      
      Closes https://github.com/WhisperSystems/TextSecure/pull/4954
      // FREEBIE
      
      Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/6ad2c4bb2943f96bbcc96d3f992e3b65e21b5b62
      3c9e888c
    • McLoo's avatar
      Fix forwarding text to new coversation · de198e4e
      McLoo authored and Bastien Le Querrec's avatar Bastien Le Querrec committed
      Closes https://github.com/WhisperSystems/TextSecure/pull/4870
      //FREEBIE
      
      Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/ec53c6ab0471a8fa768b9e6e5142e135e376d21a
      de198e4e
  6. Dec 31, 2015
  7. Dec 30, 2015
    • Hans-Christoph Steiner's avatar
      make gradle wrapper verify the gradle binary it downloads and executes · 22c1942a
      Hans-Christoph Steiner authored
      https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:verification
      
      In order for this change to take effect, the gradle wrapper needs to be
      regenerated using gradle 2.6 or newer:
      https://docs.gradle.org/current/userguide/gradle_wrapper.html
      
      I checked the hash against what fdroid has:
      https://gitlab.com/fdroid/fdroidserver/blob/0.5.0/makebuildserver#L117
      22c1942a
  8. Dec 23, 2015
  9. Dec 22, 2015
  10. Dec 21, 2015
  11. Dec 20, 2015
  12. Dec 19, 2015
  13. Dec 18, 2015
  14. Dec 13, 2015
  15. Dec 11, 2015