Moxie Marlinspike
b7492ebdfa
Bump version to 2.21.0
...
// FREEBIE
2015-07-02 14:49:54 -07:00
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
2015-06-29 16:05:33 -07:00
Moxie Marlinspike
8bb47bbdf1
Bump version to 2.20.0
...
// FREEBIE
2015-06-27 19:40:44 -07:00
Moxie Marlinspike
bf3c1d3745
Support for device management, limits, and contact requests.
...
// FREEBIE
2015-06-24 18:30:55 -07:00
Moxie Marlinspike
2016fa315b
Support for quick reply from notifications.
...
Fixes #483
Closes #3455
// FREEBIE
2015-06-24 18:30:55 -07:00
Moxie Marlinspike
dbf765ffd7
Bump version to 2.19.1
...
// FREEBIE
2015-06-23 09:27:31 -07:00
Moxie Marlinspike
f2ce1b4032
Bump version to 2.19.0
...
// FREEBIE
2015-06-18 11:06:59 -07:00
Moxie Marlinspike
219a403f36
Bump version to 2.18.2
...
// FREEBIE
2015-06-16 16:40:25 -07:00
Moxie Marlinspike
2b11547eeb
Bump version to 2.18.1
...
// FREEEBIE
2015-06-12 20:56:34 -07:00
Moxie Marlinspike
bb5fe39d3d
Bump version to 2.18.0
...
// FREEBIE
2015-06-12 08:58:54 -07:00
Moxie Marlinspike
40af2a81db
Support for per-recipient muting, blocking, and ringtones.
...
Fixes #757
Fixes #354
Fixes #222
Closes #1815
Closes #3378
// FREEBIE
2015-06-11 11:09:02 -07:00
Moxie Marlinspike
455f28ae54
Bump version to 2.17.0
...
// FREEBIE
2015-06-04 10:46:46 -07:00
Moxie Marlinspike
f1e8357131
Bump version to 2.16.4
...
// FREEBIE
2015-06-02 11:29:43 -07:00
Moxie Marlinspike
fa2f9686ce
Bump version to 2.16.3
...
// FREEBIE
2015-05-29 17:09:58 -07:00
Moxie Marlinspike
e130d0a3e6
Bump version to 2.16.2
...
// FREEBIE
2015-05-26 16:09:52 -07:00
Moxie Marlinspike
624c7dbf9d
Bump version to 2.16.1
...
// FREEBIE
2015-05-22 14:41:52 -07:00
Moxie Marlinspike
0e04310a56
Bump version to 2.16.0
...
// FREEBIE
2015-05-21 13:52:33 -07:00
Moxie Marlinspike
2cfc714b64
Support for receiving incoming sync messages.
...
Closes #3188
// FREEBIE
2015-05-21 09:55:42 -07:00
agrajaghh
257660200a
add dark theme to PassphrasePromptActivity
...
Fixes #2296
Closes #2307
Closes #2627
2015-05-20 16:29:37 -07:00
Jake McGinty
fa39c23d44
ReceiveKeyActivity -> ReceiveKeyDialog
...
Closes #3158
// FREEBIE
2015-05-20 12:39:59 -07:00
Jake McGinty
fab2296927
turn RegistrationProblemsActivity into a dialog
...
// FREEBIE
2015-05-20 12:39:25 -07:00
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
2015-05-14 13:54:11 -07:00
Moxie Marlinspike
2bee953560
Bump version to 2.14.4
...
// FREEBIE
2015-05-14 11:48:31 -07:00
Moxie Marlinspike
16b71aa0a8
Bump version to 2.14.3
...
// FREEBIE
2015-05-14 09:13:06 -07:00
Moxie Marlinspike
2be8a9bf12
Bump version to 2.14.2
...
// FREEBIE
2015-05-14 06:29:31 -07:00
Moxie Marlinspike
338caf7da9
Bump version to 2.14.1
...
// FREEBIE
2015-05-07 22:50:34 -07:00
Moxie Marlinspike
693deda18f
Bump version to 2.14.0
...
// FREEBIE
2015-05-07 17:27:51 -07:00
Jake McGinty
2d8de5291e
Remove broken custom dialog theme
...
Closes #3121
// FREEBIE
2015-05-07 13:38:06 -07:00
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
2015-05-07 10:36:54 -07:00
Moxie Marlinspike
37c4079098
Bump version to 2.13.0
...
// FREEBIE
2015-04-30 14:21:44 -07:00
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
2015-04-30 11:54:38 -07:00
Jake McGinty
f42d100f15
Use Glide for loading part thumbnails
...
Closes #2885
// FREEBIE
2015-04-21 14:27:51 -07:00
Moxie Marlinspike
28232fc2a5
Bump version to 2.12.0
...
// FREEBIE
2015-04-16 12:34:42 -07:00
Moxie Marlinspike
3e29bf4e54
Bump version to 2.11.1
...
// FREEBIE
2015-04-13 15:31:30 -07:00
Moxie Marlinspike
568c69c9be
Bump version to 2.11.0
...
// FREEBIE
2015-04-09 16:07:46 -07:00
Moxie Marlinspike
b692d48b98
Bump version to 2.10.2
...
// FREEBIE
2015-04-08 10:15:53 -07:00
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 .
2015-04-06 13:11:55 -07:00
Moxie Marlinspike
794197c068
Bump version to 2.10.1
...
// FREEBIE
2015-04-03 15:00:43 -07:00
agrajaghh
1a5bd37849
translate "Message Details"
...
Fixes #2875
Closes #2876
//FREEBIE
2015-04-03 18:46:47 +02:00
Moxie Marlinspike
da03b38c84
Bump version to 2.10.0
...
// FREEBIE
2015-04-03 08:47:22 -07:00
McLoo
afd6ab75f8
Close keyboard when entering message detail view
...
Fixes #2598
Close #2802
//FREEBIE
2015-04-02 14:52:22 -07:00
Jake McGinty
0ff99258ac
move routing logic to all activities
...
Fixes #2239
Closes #27923
// FREEBIE
2015-04-01 10:23:05 -07:00
Moxie Marlinspike
9b0cae1d45
Bump version to 2.9.3
...
// FREEBIE
2015-03-30 11:35:49 -07:00
Moxie Marlinspike
0ca8a480c5
Bump version to 2.9.2
...
// FREEBIE
2015-03-27 15:29:54 -07:00
Moxie Marlinspike
88ed8f3887
Bump version to 2.9.1
...
// FREEBIE
2015-03-27 11:19:20 -07:00
Moxie Marlinspike
c6b3bb9f13
Bump version to 2.9.0
...
// FREEBIE
2015-03-26 11:28:39 -07:00
Jake McGinty
427c9a6b21
Use new MMS APIs in Lollipop onwards
...
Fixes #1937
Closes #2727
2015-03-26 11:05:41 -07:00
Moxie Marlinspike
b21369b7bc
Bump version to 2.8.0
...
// FREEBIE
2015-03-19 12:55:41 -07:00
Moxie Marlinspike
e0737451db
Bump version to 2.7.1
...
// FREEBIE
2015-03-17 10:21:12 -07:00
Moxie Marlinspike
6c9ed77e5f
Bump version to 2.7.0-B1
...
// FREEBIE
2015-03-13 12:09:56 -07:00