Moxie Marlinspike
bf19307916
Make GCM re-registration failure notification based.
...
// FREEBIE
2014-11-23 17:12:35 -08:00
Jake McGinty
98af1fb6ee
shorten blocks of text
...
// FREEBIE
2014-10-29 16:53:25 -07:00
Jake McGinty
53da1f849a
in-app image media preview
...
// FREEBIE
2014-10-28 00:50:01 -05:00
Jake McGinty
31167d11dd
use wildcard media types, don't crash on preview fail
...
// FREEBIE
2014-10-17 17:59:56 -07:00
Jake McGinty
6e3751a0c5
sane fallback for media selection on exception
...
Fixes #1763
// FREEBIE
2014-10-17 17:41:42 -07:00
Moxie Marlinspike
40495a2261
Merge pull request #1854 from mcginty/content-description
...
improve some content descriptions
2014-08-19 21:00:20 -07:00
Jake McGinty
a6c1fdd914
improve some content descriptions
...
// FREEBIE
2014-08-19 19:10:15 -07:00
Jake McGinty
020d61dd6e
migrate nav panel items to actionbar
...
Fixes #1819
Closes #1839
// FREEBIE
2014-08-19 15:20:57 -07:00
Jake McGinty
de63b0dd96
make reminder a custom view, make push reminder
...
// FREEBIE
2014-08-04 15:25:53 -07:00
Jake McGinty
7d688846f9
Move default SMS and system import to "reminders"
...
// FREEBIE
Closes #1730
2014-07-27 01:09:39 -07:00
Jake McGinty
bea3c33223
disable passphrase creation on registration
...
// FREEBIE
Closes #1726
2014-07-25 17:46:50 -07:00
Moxie Marlinspike
358c923891
Merge pull request #1630 from mcginty/remove-keys-list
...
remove ReviewIdentitiesActivity
2014-06-23 11:17:17 -07:00
Jake McGinty
5121ab0eed
temporarily disable encrypted backup
...
// FREEBIE
2014-06-22 16:40:02 -07:00
Jake McGinty
f63f95404e
remove ReviewIdentitiesActivity
...
// FREEBIE
2014-06-22 16:21:30 -07:00
Moxie Marlinspike
0d35e2bfa9
Fix the "Tap for X fallback" labels.
2014-06-13 17:48:56 -07:00
Moxie Marlinspike
983bf672cf
Fix UI side of broken MMS fallback.
...
1) Actually tell the SendReceiveService to send the MMS if it is
one.
2) Display the correct string (SMS vs MMS) in the fallback dialog.
2014-06-13 17:39:29 -07:00
Moxie Marlinspike
ba1055df8e
Correct contextual send language.
...
1) Use "secure" and "insecure" vs "encrypted" and "unencrypted.
2) Use MMS instead of SMS where appropriate.
Fixes #1602
2014-06-13 15:24:38 -07:00
phenx-de
a54d20f3ef
Add "%s selected" subtitle to Conversation List batch mode.
2014-06-13 09:35:36 -07:00
phenx-de
ea0fa58265
Add preview of encryption channel in compose text hint.
2014-06-12 16:32:31 -07:00
Veeti Paananen
bd889d8fa9
Reword the very confusing screen security setting
2014-06-12 09:22:39 -07:00
Moxie Marlinspike
c719a48a2c
Move media attachment long-click event to context menu.
...
Long-click on a media attachment will now bring up the normal
context menu for a ConversationItem long-click, but with the
addition of a "save attachment" option.
This allows users to long-click on messages with media in them
and still see the other contextual menu options.
// FREEBIE
2014-06-11 18:04:14 -07:00
Moxie Marlinspike
68747142d6
Add correct contextual menu options on 'Send' button.
...
[Send TextSecure message | Send unencrypted SMS | Send encrypted SMS]
// FREEBIE
2014-06-11 15:34:01 -07:00
Joshua Lund
667da3b2cf
Fixing a typo in the WhisperPush error message
...
// FREEBIE
2014-06-10 20:56:45 -06:00
thoughtbox
bc769debe2
Capitalisation according to Android guidelines
...
Not all updated capitalisations were correct.
2014-06-05 09:24:31 +02:00
Corbin Souffrant
db356a0ec9
Fixed capitalization inconsistensies with Android guidelines.
...
Fixes #673
2014-06-03 18:51:21 -07:00
Jake McGinty
ce7b8ab75a
new passphrase prompt activity
...
// FREEBIE
2014-05-19 12:16:42 -07:00
thoughtbox
08d899e2e1
Slightly more verbose "no legacy support" message.
2014-04-28 11:02:48 -07:00
Moxie Marlinspike
0574ec170a
Display legacy message error when V1 message is received.
2014-04-16 11:47:51 -07:00
Santoso Wijaya
12dac6ccc3
ShareActivity, destruction of RecipientsPanel
...
// FREEBIE
2014-04-10 13:16:14 -07:00
Jake McGinty
e2f7c1529a
group and contact list fixes
...
1) Updating a group without changing the avatar will keep that
avatar
2) Prohibit adding non-push users to an existing push group
3) Add Android contacts to the same database. Takes a small amount
more time and memory, but allows queries to not be a hack, and
enables us to dedupe numbers in JB and higher devices.
// FREEBIE
2014-04-10 11:14:06 -07:00
Jake McGinty
d4d684b670
simplified layouts
2014-04-03 09:59:32 -07:00
Moxie Marlinspike
54d2184c72
Merge pull request #1205 from mcginty/contact-select
...
refactor and improve contact selection
2014-04-02 22:11:44 -07:00
Jake McGinty
832763f695
UX for unencrypted fallback case
2014-04-02 22:10:51 -07:00
Moxie Marlinspike
fd1a18d2d0
Don't display duplicate push messages.
2014-04-02 22:10:50 -07:00
Jake McGinty
ca6d8a8a0d
refactor and improve contact selection
...
* unify single and multi contact selection activities
* follow android listview design recommendations more closely
* add contact photos to selection
* change indicator for push to be more obvious
* cache circle-cropped bitmaps
* dedupe numbers when contact has multiple of same phone number
// FREEBIE
2014-04-01 14:56:45 -07:00
Buck Doyle
61fbf382eb
Extract Input Settings preference header string.
...
Fixes #1159
FREEBIE
2014-03-15 22:18:14 -04:00
Jake McGinty
d827ab1b36
more precise sms controls
...
// FREEBIE
2014-03-13 20:59:20 -07:00
Moxie Marlinspike
ad54d2a05f
Modify string tag.
...
//FREEBIE
2014-03-12 09:57:32 -07:00
3xo
339193af12
Give user the opportunity to chose no LED-notification.
2014-03-07 12:04:19 -08:00
Jake McGinty
054fcdca8d
Merge pull request #1007 from SamWhited/issue998
...
s/Verify Recipient/Verify Identity/
2014-03-04 13:49:49 -08:00
Sam Whited
fa423e4432
s/Verify Recipient/Verify Identity/
2014-03-04 09:55:45 -05:00
Jake McGinty
90169e9468
pending messages more accurately conveyed to user
2014-03-03 11:56:54 -08:00
Lukas Barth
39ee363150
Add possiblity to refresh the push directory directly from the contact picking list. Fixes #835 . Fixes #859 .
...
Thanks benalbrecht for the icons.
2014-03-03 18:23:14 +01:00
Moxie Marlinspike
977765c80f
Merge pull request #941 from Wikinaut/add-new-string-ViewIdentityActivity_my_identity_fingerprint
...
add new string ViewIdentityActivity_my_identity_fingerprint
2014-03-02 15:50:18 -08:00
Thomas Gries
4b2d07ab35
add new string ViewIdentityActivity_my_identity_fingerprint
2014-03-03 00:45:42 +01:00
Jens Füllenbach
003ebe6364
Added the color white to the notification colors of the LED.
2014-03-02 14:11:31 -08:00
Benjamin Albrecht
2f7c005c23
Show confirmation box before disabling push messages
2014-03-02 14:09:54 -08:00
Moxie Marlinspike
5cd8c922d2
Merge pull request #648 from veeti/tweaks-and-polish
...
Assorted tweaks and polish
2014-03-02 14:01:20 -08:00
Benedict Pregler
ee921a8f49
fixed some hardcoded strings
2014-03-02 13:22:02 -08:00
Veeti Paananen
de100f5be7
Add missing spaces
2014-03-02 09:40:45 +02:00