- Feb 16, 2016
-
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
-
- 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
-
- 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
-
We didn't call through to onCreate(), so everything isn't setup. Fixes https://github.com/WhisperSystems/TextSecure/issues/2971 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/31224014ccb4621921103a2de1c03f9129ad46d1
-
Fixes https://github.com/WhisperSystems/TextSecure/issues/5046 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/4a261bcf68ac94d48bba80e913b7773306d38cc7
-
Fixes https://github.com/WhisperSystems/TextSecure/issues/5144 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/1b97756b05c810795c12db18510dad8c0f063c22
-
Fixes https://github.com/WhisperSystems/TextSecure/issues/5134 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/873a0ab249719f91dafff07d61a4316b6a72ffe6
-
- Jan 29, 2016
-
-
Bastien Le Querrec authored
Fixes #329
-
- Jan 27, 2016
-
-
And gets rid of unnecessary line breaks in two strings. Closes https://github.com/WhisperSystems/TextSecure/pull/5095 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/058585bf81b195b6c67f7b9e6d61eefcc6fd33f0
-
Fixes https://github.com/WhisperSystems/TextSecure/issues/5090 Closes https://github.com/WhisperSystems/TextSecure/pull/5091 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/4049b997ee7e985d9f70d7c5adcf12b80e609fa6
-
Fixes https://github.com/WhisperSystems/TextSecure/issues/5083 Closes https://github.com/WhisperSystems/TextSecure/pull/5087 // FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/999a7431ac4e6cde60129a3f51d2bdbe40650123
-
Bastien Le Querrec authored
Fixes #315
-
// FREEBIE Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/1e2a45d44022d58f1ecc8dcd834ff3c0ded89e23
-
Bastien Le Querrec authored
Fixes #179
-
Bastien Le Querrec authored
Fix checksums, add new build tools in Travis.
-
Bastien Le Querrec authored
-
- Jan 26, 2016
-
-
Bastien Le Querrec authored
Fix keyboard/focus regressions
-