Commit Graph

943 Commits (d2edda837acd05e1a82b7497cb26acfa6c6201c2)
 

Author SHA1 Message Date
Moxie Marlinspike d4ac0c077d Merge pull request #1248 from mcginty/wrong-group-secure
outgoing group MMS should not be encrypted and considered push
10 years ago
Jake McGinty cbe87aa05c outgoing group MMS should never be encrypted
// FREEBIE
10 years ago
Moxie Marlinspike 9e2f82954f Merge pull request #1260 from mcginty/message-layout-lint
Conversation item tweaks
10 years ago
Jake McGinty d4d684b670 simplified layouts 10 years ago
Moxie Marlinspike c43ef8bce0 Merge pull request #1233 from mcginty/send-icons
new send icons, fix logic for disabling/enabling the button
10 years ago
Jake McGinty 54a882a11d new send icons, fix logic for disabling/enabling
// FREEBIE
10 years ago
Moxie Marlinspike 73e2f6ce59 Merge pull request #1272 from mcginty/flag-secure
hide screen security when unsupported
10 years ago
Moxie Marlinspike 54d2184c72 Merge pull request #1205 from mcginty/contact-select
refactor and improve contact selection
10 years ago
Jake McGinty 832763f695 UX for unencrypted fallback case 10 years ago
Moxie Marlinspike 40629a3bcf Fix decryption corner case when passphrase is disabled. 10 years ago
Moxie Marlinspike 5a3daf4846 Curve25519 keys to 1 mod 8 for ephemerals. 10 years ago
Moxie Marlinspike fd1a18d2d0 Don't display duplicate push messages. 10 years ago
Moxie Marlinspike ad5d6d5bb7 Add refresh path for PreKey queue. 10 years ago
Moxie Marlinspike 926d3c929f Handle simultaneous initiate protocol case.
1) Modify SessionRecord to store a list of "previous" sessions
   in addition to the current active session.  Previous sessions
   can be used for receiving messages, but not for sending
   messages.

2) When a possible "simultaneous initiate" is detected, push the
   current session onto the "previous session" stack instead of
   clearing it and starting over.

3) Additionally, mark the new session created on a received
   possible "simultaneous initiate" as stale for sending.  The
   next outgoing message would trigger a full prekey refresh.

4) Work to do: outgoing messages on the SMS transport should
   probably not use the existing session if it's marked stale
   for sending.  These messages need to fail and notify the user,
   similar to how we'll handle SMS fallback to push users before
   a prekey session is created.
10 years ago
Moxie Marlinspike edc20883eb Merge pull request #1281 from thoughtbox/patch-6
Changed MMS Proxy setting for 24201 (Telenor)
10 years ago
thoughtbox 0d7363e36e Changed MMS Proxy setting for 24201 (Telenor)
Going forward, Telenor will be using FQDN.
10 years ago
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
10 years ago
Moxie Marlinspike c414334059 Merge pull request #1228 from backspace/support-commas-in-contact-names
Remove commas in names in recipient list string
10 years ago
Moxie Marlinspike 24a38985cf Merge pull request #1249 from mcginty/convo-scroll
scroll to the new message in conversation
10 years ago
Brian Conway 60f2d4d6b6 Add APN for Aio wireless (USA).
Source: http://www.aiowireless.com/support/Apps-and-Services/Bring-Your-Own-Device-BYOD/customer/Bring-Your-Own-Android.html
10 years ago
Jake McGinty 06659fd98f hide screen security when unsupported
// FREEBIE
10 years ago
Jake McGinty 3c9c5213a7 Merge pull request #946 from DorianScholz/groupavatar
Use standard intent to select group avatar.
10 years ago
Dorian Scholz a183f8d387 Fix #641 by using standard intent to select group avatar.
The ACTION_GET_CONTENT used with cropping is not supported on all devices.
To make this work more reliably I removed the cropping and MediaStore.EXTRA_OUTPUT.
The image is now read via getContentResolver().openInputStream() which should work on all device including KitKat/CM11.
10 years ago
Jake McGinty 216446c55b scroll to the new message in conversation
// FREEBIE
10 years ago
Buck Doyle bc143059f6 Remove separators from names in recipient list
Fixes #1225 and #1174
10 years ago
Jake McGinty 33000582ed one more try at that one..
// FREEBIE
10 years ago
Jake McGinty e651f352bb fix NPE in isPushDestination
// FREEBIE
10 years ago
Buck Doyle cab4a06974 Remove commas in names in recipient list string
Fixes #1225
10 years ago
martinstingl ccc1f5e9d6 Added the dependency "Android SDK Build-tools".
//FREEBIE
10 years ago
Moxie Marlinspike b860aeff85 Minor ConversationList scrolling optimization. 11 years ago
Martin Ranta 34c885f08d Fixed a few localization names. 11 years ago
Moxie Marlinspike 71ab6f5c7d Merge pull request #1178 from backspace/extract-input-settings-string
Extract Input Settings preference header string.
11 years ago
Buck Doyle 61fbf382eb Extract Input Settings preference header string.
Fixes #1159

FREEBIE
11 years ago
Moxie Marlinspike 8b21f3f7d6 Bump version to 2.0.5 11 years ago
Moxie Marlinspike 941d0089f4 Add languages to selector 11 years ago
Moxie Marlinspike 8b8c6dd45f Updated translations
//FREEBIE
11 years ago
Jake McGinty 938545444e Merge pull request #984 from mcginty/sms-prefs
more precise sms controls
11 years ago
Jake McGinty d827ab1b36 more precise sms controls
// FREEBIE
11 years ago
Jake McGinty 4701e59197 Merge pull request #1076 from phenx-de/fix-big-fontsize
Fix conversation list view for larger text sizes.
11 years ago
Moxie Marlinspike 2b2da84918 Merge pull request #1140 from psm14/bugs/group_mms_local_number
Also check cc for duplicates in group MMS
11 years ago
Pat McLaughlin d229a4274c Also check cc for duplicates 11 years ago
3xo 64711771f0 Fix locale when using country codes. 11 years ago
Moxie Marlinspike ad54d2a05f Modify string tag.
//FREEBIE
11 years ago
Wikinaut 068c40336c added Google Play Store text 11 years ago
Jake McGinty 11cfc4f1a1 upgrade gradle version
// FREEBIE
11 years ago
phenx-de f51989b23e Fix conversation list view for larger text sizes. 11 years ago
Moxie Marlinspike 0b4fe84a41 Format-neutral compare numbers in MMS group with local device.
Closes #1018
11 years ago
Moxie Marlinspike b855a1805f Mark message details on pending messages as such.
Closes #1034
11 years ago
3xo 339193af12 Give user the opportunity to chose no LED-notification. 11 years ago
Jake McGinty 574f33c92d Merge pull request #1069 from phenx-de/color-cleanup
Moved colors to the right place.
11 years ago