- 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
-
- Jan 22, 2016
-
-
Carey Metcalfe authored
Fix changelog formatting
-
Carey Metcalfe authored
-
- Jan 21, 2016
-
-
Bastien Le Querrec authored
Add a changelog
-
Carey Metcalfe authored
Roughly followed the guidelines of http://keepachangelog.com/ Fixes #201
-
Jake McGinty authored
I don't know how it was working the first time. Fixes https://github.com/WhisperSystems/TextSecure/issues/4527 Closes https://github.com/WhisperSystems/TextSecure/pull/4555 // FREEBIE Fixes #303 Upstream commit: https://github.com/WhisperSystems/TextSecure/commit/f3a4634d30e87175763695191a7f8348170ec064
-
- Jan 20, 2016
-
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
Fix NPE on start in Android 2.3
-
Carey Metcalfe authored
-
- Jan 09, 2016
-
-
Carey Metcalfe authored
use TrustedIntents v0.2 to fix bug where it never allowed receiving
-