Commit Graph

854 Commits (4153c8dae914c7e6481419e637d9fd9334067ec8)
 

Author SHA1 Message Date
Moxie Marlinspike 4153c8dae9 No need to verify a local module.
// FREEBIE
10 years ago
Moxie Marlinspike ef72702f0d Include gradle-witness plugin for verifying dependencies. 10 years ago
Moxie Marlinspike f5e2010455 Merge pull request #1554 from thoughtbox/patch-8
Capitalisation according to Android guidelines
10 years ago
thoughtbox bc769debe2 Capitalisation according to Android guidelines
Not all updated capitalisations were correct.
10 years ago
Moxie Marlinspike df1c96a662 Do country code detection if we can't get the full number off SIM. 10 years ago
Corbin Souffrant db356a0ec9 Fixed capitalization inconsistensies with Android guidelines.
Fixes #673
10 years ago
Michael Bennett 468eb3382c Add sorting by default phone number
Currently the order of numbers is times contacted -> displayName ->
phone type (mobile vs. home, etc.). This adds whether the number has
been saved as the default number for a contact to sort numbers belonging
to the same contact.

Fixes #580
10 years ago
Moxie Marlinspike 12d217991c Use dynamic PBE iteration count.
Fixes #184
Fixes #247
10 years ago
Ruben Pollan 5785860631 Support for multiple APN settings on the same provider 10 years ago
Moxie Marlinspike addea8d340 Validate recipients at send time rather than when constructed.
Fixes #665
10 years ago
Moxie Marlinspike 59899b1caf Merge pull request #1550 from mcginty/email-send-fix
send email addresses as mms
10 years ago
Jake McGinty 829097d891 send email addresses as mms
// FREEBIE
10 years ago
Moxie Marlinspike d95bb21065 More ideology.
// FREEBIE
10 years ago
Moxie Marlinspike 0fbe765447 Expand ideology.
//FREEBIE
10 years ago
Moxie Marlinspike f190321e40 Add some ideology to contributing.md
//FREEBIE
10 years ago
Michael Kaiser 1cb4d479f1 Finish activity before restarting it
The current activity needs to be finished before calling startActivity.
Otherwise, activities with launchMode singleTask (ConversationListActivity)
will receive a new Intent instead of getting restarted. And in response
to the new Intent, they will run onResume once again and trigger a second restart.

Fixes #1292
10 years ago
McLoo 023d776e96 Reactivate a group if a contact gets readded
Fixes #723 //FREEBIE

Removes the own number from group on leaving, to receive a proper
re-added message
10 years ago
Jake McGinty ce7b8ab75a new passphrase prompt activity
// FREEBIE
10 years ago
agrajaghh 82bb0c07e8 Fix AlertDialog Background on Android 2.3 10 years ago
Manuel d8d5848dae Change draw selector to background 10 years ago
Jake McGinty 542e1984c1 sanely handle duplicate contacts in db
// FREEBIE
10 years ago
Jake McGinty dff6997a65 don't call replace() on null formattedNumber
Fixes #1397
// FREEBIE
10 years ago
Moxie Marlinspike 5bfe64752e Merge pull request #1495 from mcginty/icon-cached
change out key cached icon to be more unique
10 years ago
Jake McGinty d6d76fa953 change out key cached icon to be more unique
Fixes #651
// FREEBIE
10 years ago
Sebastian 03ecd79fe0 fix receiving utf-8 characters in multimedia push messages
Throw AssertionError instead of logging and trying to recover
10 years ago
Moxie Marlinspike 7a3d509ef4 Merge pull request #1437 from mcginty/mms-npe
prevent NPE in MMS logic
10 years ago
Jake McGinty 7a54f33f68 Merge pull request #1354 from agrajaghh/fix_empty_contact_filter
Fix empty contact filter not working properly
10 years ago
Jake McGinty d4b4667d5a prevent NPE in MMS logic
Fixes #1434
// FREEBIE
10 years ago
thoughtbox 08d899e2e1 Slightly more verbose "no legacy support" message. 10 years ago
Jake McGinty 716519f4b8 Merge pull request #1383 from jocelynthode/master
Add time to messages when they are within the week
10 years ago
Moxie Marlinspike 02d3760b31 Merge pull request #1368 from mcginty/contact-select-header-dark
fix contact selection header theming
10 years ago
Jocelyn Thode 521fbc77c6 Add time to messages when they are within the week
//FREEBIE
10 years ago
Moxie Marlinspike 0574ec170a Display legacy message error when V1 message is received. 10 years ago
Moxie Marlinspike cebad39422 Collapse some v2 interfaces now that there's no v1. 10 years ago
Moxie Marlinspike 1d07ca3e6f Remove V1 code. 10 years ago
Moxie Marlinspike ca8c950553 Bump version to 2.0.8
// FREEBIE
10 years ago
Jake McGinty 7349378d8d fix contact selection header theming
Fixes #1343
// FREEBIE
10 years ago
Moxie Marlinspike dc9a9b14b2 Merge pull request #1367 from mcginty/routing-undo
revert RoutingActivity flags
10 years ago
Jake McGinty df9afc4e7f revert RoutingActivity flags
// FREEBIE
10 years ago
agrajaghh e9a50ce6c3 fix empty contact filter 10 years ago
Moxie Marlinspike 4d52d2ee36 Bumping version to 2.0.7 10 years ago
Moxie Marlinspike c21e5b74f1 Updated language translations. 10 years ago
Moxie Marlinspike c5b3b27c49 Merge pull request #1339 from mcginty/broken-build
fix old code breaking build
10 years ago
Jake McGinty ccb0cc6baf fix old code breaking build
// FREEBIE
10 years ago
Moxie Marlinspike ef77dc9d6d Merge pull request #1324 from mcginty/actionbar-cleanup
use normal means to set actionbar icon
10 years ago
Jake McGinty 454673cd0c Update ActionBar title on language change
Fixes #1329
// FREEBIE
10 years ago
Jake McGinty 0dc6ec294b use normal means to set actionbar icon
// FREEBIE
10 years ago
Santoso Wijaya 12dac6ccc3 ShareActivity, destruction of RecipientsPanel
// FREEBIE
10 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
10 years ago
Jake McGinty b715debefc mark auto-fallback to sms as forcedSms
// FREEBIE
10 years ago