- May 12, 2015
-
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
-
Carey Metcalfe authored
Upstream
-
Display # instead of + in the avatar. Closes https://github.com/WhisperSystems/TextSecure/pull/3141 // FREEBIE
-
-
Drawables are (strangely) mutable objects. We reuse a single drawable for each recipient, but some avatar views (the conversation list -- 40dp) are larger than others (the conversation -- 30dp). This results in a situation where TextDrawable doesn't render itself appropriately, because the bounds are modified by a larger view. Giving the Drawable an intrinsic width and height resolves this conflict. // FREEBIE
-
Carey Metcalfe authored
Manual completion of key exchanges is broken
-
Bastien Le Querrec authored
-
- May 11, 2015
-
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
-
- May 08, 2015
-
-
Bastien Le Querrec authored
Upstream
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
-
-
Carey Metcalfe authored
-
Moxie Marlinspike authored
// FREEBIE Fixes https://github.com/WhisperSystems/TextSecure/issues/3120 Closes https://github.com/WhisperSystems/TextSecure/pull/3122
-
Jake McGinty authored
Closes https://github.com/WhisperSystems/TextSecure/pull/3121 // FREEBIE
-
Jake McGinty authored
inspiration: http://stackoverflow.com/a/14167949 Fixes https://github.com/WhisperSystems/TextSecure/issues/3118 Closes https://github.com/WhisperSystems/TextSecure/pull/3119 // FREEBIE
-
Moxie Marlinspike authored
// FREEBIE
-
Christoph Haefner authored
Fixes https://github.com/WhisperSystems/TextSecure/issues/2837 Closes https://github.com/WhisperSystems/TextSecure/pull/3033
-
Moxie Marlinspike authored
If the contact doesn't have an image, render a color-coded background and the first letter of the contact's name. 1) Don't display anything during recipient resolution. 2) Display a # icon in material gray for recipients with no name. 3) Display a material group icon in material gray for groups with no avatar icon set. Closes https://github.com/WhisperSystems/TextSecure/pull/3104 // FREEBIE
-
Jake McGinty authored
Fixes https://github.com/WhisperSystems/TextSecure/issues/3110 Closes https://github.com/WhisperSystems/TextSecure/pull/3114 // FREEBIE
-
Rhodey Orbits authored
Fixes https://github.com/WhisperSystems/TextSecure/issues/2996 Closes https://github.com/WhisperSystems/TextSecure/pull/3112 // FREEBIE
-
Jake McGinty authored
Fixes https://github.com/WhisperSystems/TextSecure/issues/2945 Closes https://github.com/WhisperSystems/TextSecure/pull/2988 // FREEBIE
-
Jake McGinty authored
1) Utilize the hidden API requestRouteToHostAddress that takes an InetAddress (IPv6-capable) instead of a forced IPv4 integer- encoded address. Will fallback to the IPv4 one if reflection fails for whatever reason. 2) If on Lollipop and our manual MMS code doesn't work, will try to use the Lollipop API and give it 60 seconds instead of 30, since I did run into the timeout not being long enough in certain conditions and I'm thinking maybe it just wasn't long enough for some carriers. Closes https://github.com/WhisperSystems/TextSecure/pull/3105 // FREEBIE
-
Jake McGinty authored
Fixes https://github.com/WhisperSystems/TextSecure/issues/2937 // FREEBIE
-
Jake McGinty authored
Fixes https://github.com/WhisperSystems/TextSecure/issues/2956 // FREEBIE
-
- May 07, 2015
-
-
Bastien Le Querrec authored
-
- May 06, 2015
-
-
Bastien Le Querrec authored
-
Bastien Le Querrec authored
-
Carey Metcalfe authored
-
Bastien Le Querrec authored
Whitespace tagging causing issues with SMS-based services
-
Carey Metcalfe authored
-
- May 01, 2015
-
-
Rhodey Orbits authored
1) add VIEW action and BROWSABLE category to SmsSendtoActivity intent filter 2) created class Rfc5724Uri for processing RFC5724 SMS URIs 3) added a set of tests for new Rfc5724Uri class 4) updated SmsSendtoActivity to use Rfc5742Uri for processing VIEW intents Fixes https://github.com/WhisperSystems/TextSecure/issues/2578 Closes https://github.com/WhisperSystems/TextSecure/pull/3030 // FREEBIE
-
Jake McGinty authored
Fixes https://github.com/WhisperSystems/TextSecure/issues/3051 Closes https://github.com/WhisperSystems/TextSecure/pull/3059 // FREEBIE
-
1) update material-dialogs to fix build 2) change to AppCompat autocomplete and fix visual bug in GB Closes https://github.com/WhisperSystems/TextSecure/pull/3089 // FREEBIE
-
- Apr 27, 2015
-
-
Bastien Le Querrec authored
Proguard refactor
-
Carey Metcalfe authored
1) Only obfuscate the package android.support.v7.internal.view.menu to prevent LGE ROM bug 2) '-keepattributes Exceptions' to allow for throwing from mocks 3) -dontskipnonpubliclibraryclassmembers and -dontwarn for everything else Fixes https://github.com/WhisperSystems/TextSecure/issues/2871 Closes https://github.com/WhisperSystems/TextSecure/pull/2986
-
Jake McGinty authored
Fixes https://github.com/WhisperSystems/TextSecure/issues/2958 Closes https://github.com/WhisperSystems/TextSecure/pull/2972 // FREEBIE
-
Carey Metcalfe authored
Put them back into a single file to clean up the repo a bit. Keep the more readable format of the previous refactor.
-