Commit Graph

923 Commits (bef5b8f3e95b57fc341a2e745f5a6aa834ae2771)
 

Author SHA1 Message Date
Jocelyn Thode 521fbc77c6 Add time to messages when they are within the week
//FREEBIE
11 years ago
Moxie Marlinspike 0574ec170a Display legacy message error when V1 message is received. 11 years ago
Moxie Marlinspike cebad39422 Collapse some v2 interfaces now that there's no v1. 11 years ago
Moxie Marlinspike 1d07ca3e6f Remove V1 code. 11 years ago
Moxie Marlinspike ca8c950553 Bump version to 2.0.8
// FREEBIE
11 years ago
Jake McGinty 7349378d8d fix contact selection header theming
Fixes #1343
// FREEBIE
11 years ago
Moxie Marlinspike dc9a9b14b2 Merge pull request #1367 from mcginty/routing-undo
revert RoutingActivity flags
11 years ago
Jake McGinty df9afc4e7f revert RoutingActivity flags
// FREEBIE
11 years ago
agrajaghh e9a50ce6c3 fix empty contact filter 11 years ago
Moxie Marlinspike 4d52d2ee36 Bumping version to 2.0.7 11 years ago
Moxie Marlinspike c21e5b74f1 Updated language translations. 11 years ago
Moxie Marlinspike c5b3b27c49 Merge pull request #1339 from mcginty/broken-build
fix old code breaking build
11 years ago
Jake McGinty ccb0cc6baf fix old code breaking build
// FREEBIE
11 years ago
Moxie Marlinspike ef77dc9d6d Merge pull request #1324 from mcginty/actionbar-cleanup
use normal means to set actionbar icon
11 years ago
Jake McGinty 454673cd0c Update ActionBar title on language change
Fixes #1329
// FREEBIE
11 years ago
Jake McGinty 0dc6ec294b use normal means to set actionbar icon
// FREEBIE
11 years ago
Santoso Wijaya 12dac6ccc3 ShareActivity, destruction of RecipientsPanel
// FREEBIE
11 years ago
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
11 years ago
Jake McGinty b715debefc mark auto-fallback to sms as forcedSms
// FREEBIE
11 years ago
Moxie Marlinspike 4438b4ae69 Add a TrustManager that blacklists via serial numbers. 11 years ago
Jake McGinty 7b3f2c169a Fix issue with weird exiting animation from conversation
Fixes #1312
// FREEBIE
11 years ago
Matt Enright 7ceaf59bcc Display send date for incoming messages
Fixes #597.
11 years ago
Moxie Marlinspike 4caff2e511 Merge pull request #1297 from McLoo/master
Stop recycled bitmap crashes
11 years ago
McLoo 5e8e13ed5a Stop recycled bitmap crashes
Fixes #792
11 years ago
Moxie Marlinspike 4ea481f9dc Bumping version to 2.0.6
// FREEBIE
11 years ago
Moxie Marlinspike e94fa0d752 Updated language translations.
// FREEBIE
11 years ago
Moxie Marlinspike 817070e76f Merge pull request #1288 from mcginty/send-icons-redux-redux
remove lock coloring in send icons
11 years ago
Jake McGinty 92b90cd798 remove lock coloring in send icons
// FREEBIE
11 years ago
Moxie Marlinspike 33ecc4d690 Add null check. // FREEBIE 11 years ago
Jake McGinty 7d5e66eb6e fix send icon merge botch, encryption icons logic
// FREEBIE
11 years ago
Moxie Marlinspike d4ac0c077d Merge pull request #1248 from mcginty/wrong-group-secure
outgoing group MMS should not be encrypted and considered push
11 years ago
Jake McGinty cbe87aa05c outgoing group MMS should never be encrypted
// FREEBIE
11 years ago
Moxie Marlinspike 9e2f82954f Merge pull request #1260 from mcginty/message-layout-lint
Conversation item tweaks
11 years ago
Jake McGinty d4d684b670 simplified layouts 11 years ago
Moxie Marlinspike c43ef8bce0 Merge pull request #1233 from mcginty/send-icons
new send icons, fix logic for disabling/enabling the button
11 years ago
Jake McGinty 54a882a11d new send icons, fix logic for disabling/enabling
// FREEBIE
11 years ago
Moxie Marlinspike 73e2f6ce59 Merge pull request #1272 from mcginty/flag-secure
hide screen security when unsupported
11 years ago
Moxie Marlinspike 54d2184c72 Merge pull request #1205 from mcginty/contact-select
refactor and improve contact selection
11 years ago
Jake McGinty 832763f695 UX for unencrypted fallback case 11 years ago
Moxie Marlinspike 40629a3bcf Fix decryption corner case when passphrase is disabled. 11 years ago
Moxie Marlinspike 5a3daf4846 Curve25519 keys to 1 mod 8 for ephemerals. 11 years ago
Moxie Marlinspike fd1a18d2d0 Don't display duplicate push messages. 11 years ago
Moxie Marlinspike ad5d6d5bb7 Add refresh path for PreKey queue. 11 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.
11 years ago
Moxie Marlinspike edc20883eb Merge pull request #1281 from thoughtbox/patch-6
Changed MMS Proxy setting for 24201 (Telenor)
11 years ago
thoughtbox 0d7363e36e Changed MMS Proxy setting for 24201 (Telenor)
Going forward, Telenor will be using FQDN.
11 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
11 years ago
Moxie Marlinspike c414334059 Merge pull request #1228 from backspace/support-commas-in-contact-names
Remove commas in names in recipient list string
11 years ago
Moxie Marlinspike 24a38985cf Merge pull request #1249 from mcginty/convo-scroll
scroll to the new message in conversation
11 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
11 years ago