You need to sign in or sign up before continuing.
- Mar 02, 2016
-
-
Bastien Le Querrec authored
-
- Mar 01, 2016
-
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
-
- Feb 28, 2016
-
-
Bastien Le Querrec authored
Closes #353
-
Bastien Le Querrec authored
-
- Feb 25, 2016
-
-
Closes https://github.com/WhisperSystems/TextSecure/pull/5256 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/25d7931358658764b99881d8a507ebd806dc53ef
-
Closes https://github.com/WhisperSystems/TextSecure/pull/3975 Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/238471b847e6d106af9eaabcf59b38104f9e0097
-
// FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/170a4291dea44d7309d557e0ccfaa65b0ebf067b
-
Fixes https://github.com/WhisperSystems/TextSecure/issues/5242 Closes https://github.com/WhisperSystems/TextSecure/pull/5240 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/ca2457db8d85f446f4b74cf61ee73f1ea2393580
-
Closes https://github.com/WhisperSystems/TextSecure/pull/5218 Fixes https://github.com/WhisperSystems/TextSecure/issues/1481 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/12957d96e0c885c73e1ac607d37d9cbd99e955a2
-
Bastien Le Querrec authored
Exporting/importing keys and encrypted SMS database
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
Fixes #16
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
Upstream
-
- Feb 14, 2016
-
-
// FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/77fb2f520f7ab6f388284b6507b90d36f80c9853
-
Fixes https://github.com/WhisperSystems/TextSecure/issues/5216 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/f1cec5a2ca06581e7f9e0d237b50d7974e6e1fc5
-
- Feb 11, 2016
-
-
// FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/3a5a7cac73a4446f5a03bbd610f33cd4105a22b6
-
Closes https://github.com/WhisperSystems/TextSecure/pull/4893 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/694e6064bdc2a6e7c0e74c13b67c9a448b90b7e1
-
Allow source selection for sending SMS/MMS, and display the SIM that received SMS/MMS. Fixes #86 Fixes https://github.com/WhisperSystems/TextSecure/issues/555 Closes https://github.com/WhisperSystems/TextSecure/pull/5199 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/6da86e482da9a4451bb81875c39af1658c24e473
-
- Feb 10, 2016
-
-
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
-
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
-
Bastien Le Querrec authored
Add link to changelog
-
Carey Metcalfe authored
-
- Feb 09, 2016
-
-
Fixes https://github.com/WhisperSystems/TextSecure/issues/3426 Closes https://github.com/WhisperSystems/TextSecure/pull/5196 Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/4c7d2d2c66bef15494780d27c81b34a4f273b2fb
-
- Feb 07, 2016
-
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
Improve test
-
Bastien Le Querrec authored
LED doesn't blink with encryption enabled
-
- Feb 06, 2016
-
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
-
- Feb 05, 2016
-
-
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.
-
- Feb 04, 2016
-
-
Bastien Le Querrec authored
Reduce memory usage during update
-
Bastien Le Querrec authored
Upstream
-
- Feb 02, 2016
-
-
Fixes https://github.com/WhisperSystems/TextSecure/issues/4478 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/bc4dd7d0029804783f74a77c6b24ed736f2e850c
-
Bastien Le Querrec authored
Instead of combining 2 cursors, this commit uses a first cursor, closes it, then uses another for *one* thread, then closes it. Fixes #297
-
- Jan 31, 2016
-
-
Bastien Le Querrec authored
display key exchange message if it is the first message
-
Bastien Le Querrec authored
Intercept click on failed messages
-
Fixes https://github.com/WhisperSystems/TextSecure/issues/4474 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/cf223e9ba2c2fb09eae3041ac116f8e1e133881e
-
// FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/cba0ff7750fbb44724804ae7dd943e5390a0244b
-