Commit Graph

297 Commits (4fa6680f835f51689ccebe986210e3bdef121df1)

Author SHA1 Message Date
Moxie Marlinspike 835f1efc76 Bump version to 2.25.3
// FREEBIE
9 years ago
Moxie Marlinspike 3edda51379 Bump version to 2.25.2
// FREEBIE
9 years ago
Moxie Marlinspike e97255a17f Bump version to 2.25.1
// FREEBIE
9 years ago
Moxie Marlinspike 31b2fab6e9 Bump version to 2.25.0
// FREEBIE
9 years ago
Jake McGinty 151eca971b stop conversation list from hogging db
Closes #3883
// FREEBIE
9 years ago
Moxie Marlinspike 27aabbc4d9 Bump version to 2.24.1
// FREEBIE
9 years ago
Moxie Marlinspike c58ba19451 Bump version to 2.24.0
// FREEBIE
9 years ago
Geonu Kang 278214ef86 Improve multi-device strings consistency
Fixes #3830
Closes #3840
// FREEBIE
9 years ago
Moxie Marlinspike 0a3b78fec1 Bump version to 2.23.3
// FREEBIE
9 years ago
Moxie Marlinspike b0a91ce9e3 Bump version to 2.32.2
// FREEBIE
9 years ago
Moxie Marlinspike 74ce839bc1 Bump version to 2.23.1
// FREEBIE
9 years ago
Moxie Marlinspike e8712b3a29 Bump version to 2.23.0
// FREEBIE
9 years ago
Jake McGinty 1a7ab6346f re-enable direct capture
Closes #3664
// FREEBIE
9 years ago
Moxie Marlinspike 1fc3a82d9e Add account permission.
// FREEBIE
9 years ago
Moxie Marlinspike 2ef0054840 Update look of contact selection activities.
// FREEBIE
9 years ago
Moxie Marlinspike d1940fe0f9 Support for populating contacts DB with TS account type.
// FREEBIE
9 years ago
Moxie Marlinspike b1810e2c44 Bump version to 2.22.2
// FREEBIE
9 years ago
Moxie Marlinspike 8cb952ff3f Bump version to 2.22.1
// FREEBIE
9 years ago
Moxie Marlinspike 3ae1c5ccc8 Bump version to 2.22.0
// FREEBIE
9 years ago
Moxie Marlinspike 091ff7e91c Temporarily disable permissions until direct caption is bug-free.
// FREEBIE
9 years ago
Rhodey Orbits 5fdd5cad4e remove duplicate permissions
Closes #3569
// FREEBIE
9 years ago
Moxie Marlinspike df67471959 Request permissions for RedPhone and everything else.
As long as we're requesting the camera permission, let's
throw in everything else we'll need for RedPhone integration
and our other near-term plans.

// FREEBIE
9 years ago
Jake McGinty 54a37cc658 refactor direct capture
Closes #3516
// FREEBIE
9 years ago
Calvin Hu c4a37e38ab Add camera preview to message composition 9 years ago
Christoph Haefner f0b2cc5590 Added WearReplyReceiver 9 years ago
Moxie Marlinspike b7492ebdfa Bump version to 2.21.0
// FREEBIE
9 years ago
Moxie Marlinspike db9656c70c Update conversation style.
1) No more blue/green for outgoing messages. Just lock or no lock.

2) Use 9-patches instead of shapes for better bubble performance.

3) Use tinting rather than different colored assets.

4) Change outgoing status indicators so that they don't change
   width of the bubble as they update.

5) Switch to using ..., check, double-check for pending, sent,
   delivered rather than using bubble tone to indicate pending.

// FREEBIE
9 years ago
Moxie Marlinspike 8bb47bbdf1 Bump version to 2.20.0
// FREEBIE
9 years ago
Moxie Marlinspike bf3c1d3745 Support for device management, limits, and contact requests.
// FREEBIE
9 years ago
Moxie Marlinspike 2016fa315b Support for quick reply from notifications.
Fixes #483
Closes #3455
// FREEBIE
9 years ago
Moxie Marlinspike dbf765ffd7 Bump version to 2.19.1
// FREEBIE
9 years ago
Moxie Marlinspike f2ce1b4032 Bump version to 2.19.0
// FREEBIE
9 years ago
Moxie Marlinspike 219a403f36 Bump version to 2.18.2
// FREEBIE
9 years ago
Moxie Marlinspike 2b11547eeb Bump version to 2.18.1
// FREEEBIE
9 years ago
Moxie Marlinspike bb5fe39d3d Bump version to 2.18.0
// FREEBIE
9 years ago
Moxie Marlinspike 40af2a81db Support for per-recipient muting, blocking, and ringtones.
Fixes #757
Fixes #354
Fixes #222
Closes #1815
Closes #3378

// FREEBIE
9 years ago
Moxie Marlinspike 455f28ae54 Bump version to 2.17.0
// FREEBIE
9 years ago
Moxie Marlinspike f1e8357131 Bump version to 2.16.4
// FREEBIE
9 years ago
Moxie Marlinspike fa2f9686ce Bump version to 2.16.3
// FREEBIE
9 years ago
Moxie Marlinspike e130d0a3e6 Bump version to 2.16.2
// FREEBIE
9 years ago
Moxie Marlinspike 624c7dbf9d Bump version to 2.16.1
// FREEBIE
9 years ago
Moxie Marlinspike 0e04310a56 Bump version to 2.16.0
// FREEBIE
9 years ago
Moxie Marlinspike 2cfc714b64 Support for receiving incoming sync messages.
Closes #3188
// FREEBIE
9 years ago
agrajaghh 257660200a add dark theme to PassphrasePromptActivity
Fixes #2296

Closes #2307
Closes #2627
9 years ago
Jake McGinty fa39c23d44 ReceiveKeyActivity -> ReceiveKeyDialog
Closes #3158
// FREEBIE
9 years ago
Jake McGinty fab2296927 turn RegistrationProblemsActivity into a dialog
// FREEBIE
9 years ago
Jake McGinty bf133c65c3 refactor emoji code into package
1) EmojiTextView and EmojiEditText are used instead of
   using code to emojify text.

2) Emoji categories' code points are specified in XML

3) EmojiDrawer itself is a fragment, and its pages are
   also fragments, allowing for better memory
   management.

Fixes #2938
Fixes #2936
Closes #3153

// FREEBIE
9 years ago
Moxie Marlinspike 2bee953560 Bump version to 2.14.4
// FREEBIE
9 years ago
Moxie Marlinspike 16b71aa0a8 Bump version to 2.14.3
// FREEBIE
9 years ago
Moxie Marlinspike 2be8a9bf12 Bump version to 2.14.2
// FREEBIE
9 years ago
Moxie Marlinspike 338caf7da9 Bump version to 2.14.1
// FREEBIE
9 years ago
Moxie Marlinspike 693deda18f Bump version to 2.14.0
// FREEBIE
9 years ago
Jake McGinty 2d8de5291e Remove broken custom dialog theme
Closes #3121

// FREEBIE
9 years ago
Moxie Marlinspike 41cad291f9 Display a generated avatar icon rather than a single default.
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 #3104

// FREEBIE
9 years ago
Moxie Marlinspike 37c4079098 Bump version to 2.13.0
// FREEBIE
9 years ago
Rhodey Orbits 8f002bd68d fix handling of sms:, smsto:, mms:, mmsto: URIs
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 #2578
Closes #3030

// FREEBIE
9 years ago
Jake McGinty f42d100f15 Use Glide for loading part thumbnails
Closes #2885

// FREEBIE
9 years ago
Moxie Marlinspike 28232fc2a5 Bump version to 2.12.0
// FREEBIE
9 years ago
Moxie Marlinspike 3e29bf4e54 Bump version to 2.11.1
// FREEBIE
9 years ago
Moxie Marlinspike 568c69c9be Bump version to 2.11.0
// FREEBIE
9 years ago
Moxie Marlinspike b692d48b98 Bump version to 2.10.2
// FREEBIE
9 years ago
Veeti Paananen 86253f3772 Preserve shortcuts to old launcher activity
Add an activity alias for RoutingActivity that points to the new
launcher activity. Fixes #2878. Closes #2887.
9 years ago
Moxie Marlinspike 794197c068 Bump version to 2.10.1
// FREEBIE
9 years ago
agrajaghh 1a5bd37849 translate "Message Details"
Fixes #2875
Closes #2876

//FREEBIE
9 years ago
Moxie Marlinspike da03b38c84 Bump version to 2.10.0
// FREEBIE
9 years ago
McLoo afd6ab75f8 Close keyboard when entering message detail view
Fixes #2598
Close #2802

//FREEBIE
9 years ago
Jake McGinty 0ff99258ac move routing logic to all activities
Fixes #2239
Closes #27923

// FREEBIE
9 years ago
Moxie Marlinspike 9b0cae1d45 Bump version to 2.9.3
// FREEBIE
9 years ago
Moxie Marlinspike 0ca8a480c5 Bump version to 2.9.2
// FREEBIE
9 years ago
Moxie Marlinspike 88ed8f3887 Bump version to 2.9.1
// FREEBIE
9 years ago
Moxie Marlinspike c6b3bb9f13 Bump version to 2.9.0
// FREEBIE
9 years ago
Jake McGinty 427c9a6b21 Use new MMS APIs in Lollipop onwards
Fixes #1937
Closes #2727
9 years ago
Moxie Marlinspike b21369b7bc Bump version to 2.8.0
// FREEBIE
9 years ago
Moxie Marlinspike e0737451db Bump version to 2.7.1
// FREEBIE
9 years ago
Moxie Marlinspike 6c9ed77e5f Bump version to 2.7.0-B1
// FREEBIE
10 years ago
Moxie Marlinspike fc3aaed8a8 Remove unused layouts and strings.
// FREEBIE
10 years ago
Moxie Marlinspike 3e80032c18 Bump version to 2.6.4
// FREEBIE
10 years ago
Moxie Marlinspike c1fe585ffb Bump version to 2.6.3
// FREEBIE
10 years ago
Moxie Marlinspike 4e87513867 Bump version to 2.6.2
// FREEBIE
10 years ago
Moxie Marlinspike db2c7fabe1 Bump version to 2.6.1
// FREEBIE
10 years ago
Moxie Marlinspike 49ab1e7bd5 Bump version to 2.6.0
// FREEBIE
10 years ago
Moxie Marlinspike 534df06794 Support granular "custom" MMS preferences.
1) Make each MMS preference an individual choice between custom
   and default.

2) Display default values.

Closes #2487

// FREEBIE
10 years ago
Jake McGinty d6e0199e05 fix MessageDetailsActivity home button
// FREEBIE
10 years ago
agrajaghh 03110c9870 remove ConfirmIdentityActivity
Closes #2571

//FREEBIE
10 years ago
Jake McGinty ac0a1c0bc1 Conflicts UI touch-ups:
1) Fix i18n and layout naming.
2) Error header for message details.
3) Add back button to message details.

// FREEBIE

Closes #2593
10 years ago
Moxie Marlinspike 00d7b5c284 Better UX handling on identity key mismatches.
1) Migrate from GSON to Jackson everywhere.

2) Add support for storing identity key conflicts on message rows.

3) Add limited support for surfacing identity key conflicts in UI.
10 years ago
Jake McGinty 5fac189736 "All images" view for conversations
// FREEBIE
10 years ago
Moxie Marlinspike d3271f548c Support for retrieving stored messages via websocket.
1) When registering with server, indicate that the server should
   store messages and send notifications.

2) Process notification GCM messages, and connect to the server
   to retrieve actual message content.
10 years ago
Jake McGinty fc21d2038f Add first Espresso interaction test
// FREEBIE
10 years ago
Moxie Marlinspike 35dabaf1e5 Bump version to 2.5.3
// FREEBIE
10 years ago
Moxie Marlinspike f450b37cfd Bump version to 2.5.2
// FREEBIE
10 years ago
Jake McGinty ac4db41435 lower memory consumption from previews
// FREEBIE
10 years ago
Moxie Marlinspike fb523985ed Bump version to 2.5.1
// FREEBIE
10 years ago
Moxie Marlinspike 8aa0f15740 Bump version to 2.5.0
// FREEBIE
10 years ago
Jake McGinty 2e253fb6a8 provisioning dialog rework
// FREEBIE
10 years ago
Moxie Marlinspike 0c32001fe4 Support for multi-device provisioning flow.
// FREEBIE
10 years ago
Jake McGinty 62816ee51a rounded ImageView instead of Bitmap, crop-select
// FREEBIE
10 years ago
Moxie Marlinspike 5def8ba78d Bump version to 2.4.2
// FREEBIE
10 years ago
Moxie Marlinspike abc322b075 Bump version to 2.4.1
// FREEBIE
10 years ago
Moxie Marlinspike d2e188ee62 Bump version to 2.4.0
// FREEBIE
10 years ago