Commit Graph

395 Commits

Author SHA1 Message Date
28dd320b9e adding a toggle for optional duplicate contact filtering, enabled by default 2018-04-30 20:13:22 +02:00
23aa17df6f make duplicate contact filtering more agressive by ignoring some fields 2018-04-30 16:07:45 +02:00
c707ffceec do not use the raw_contact_id at fetching group members 2018-04-30 15:09:06 +02:00
fbc1fd6034 use batching at contact deleting 2018-04-30 14:58:18 +02:00
4ccf328037 fetch only those contacts that will be shown, not filtered out 2018-04-30 14:43:46 +02:00
cd4fceba1b use batching at contact deleting 2018-04-30 11:57:10 +02:00
09298c9dde fix #135, delete carddav contacts from RawContacts table 2018-04-30 10:22:48 +02:00
d2ce5f2772 do not add even an empty contact organization, if none was set 2018-04-29 22:52:43 +02:00
763b04faa3 try being smarter at showing distinct contacts, dont check just contact id 2018-04-29 22:07:41 +02:00
e7ee92b8c7 use a shorter version of Contacts authority constant 2018-04-29 19:39:32 +02:00
5cb9f886b6 fix #112, change the way device accounts are fetched 2018-04-29 19:22:39 +02:00
ae9edf819e fix #155, add an Open With button at the Edit screen too 2018-04-29 10:44:14 +02:00
8cc0cb4a58 add an Open With menu button to contacts 2018-04-29 10:32:18 +02:00
6d7e28a3b6 update commons to 3.20.5 with some new icons 2018-04-29 09:59:00 +02:00
0031be51fb show a toast if the user tries toggling Favorite at the View screen 2018-04-27 09:46:54 +02:00
a3f3cc5fbe create a copy of contact items at updating them 2018-04-26 21:32:16 +02:00
cf7bc3b13c update primary color at Search selection if it changes 2018-04-18 20:23:28 +02:00
d9133ca5b6 highlight the searched string at contacts 2018-04-18 20:05:18 +02:00
a035b21c01 fix #137, allow sending SMS and emails to whole groups 2018-04-18 15:50:37 +02:00
387030e50e show the batch sending icons at the Group screen too 2018-04-18 15:34:16 +02:00
a095dc1983 allow sending batch SMS or emails 2018-04-18 15:21:21 +02:00
e572ecb678 fix #142, make address field multiline 2018-04-18 11:04:34 +02:00
9649afac98 sort groups on the groups picker alphabetically 2018-04-14 19:14:04 +02:00
25d48ba08c parse a couple additional fields from WhatsApp Add Contact intent 2018-04-13 20:13:04 +02:00
401f0aed6e fix #125, parse a couple more contact details from WhatsApp intent 2018-04-13 19:14:47 +02:00
1cb0d1b1bd making phone key nullable at Edit screen 2018-04-13 15:25:59 +02:00
de864f362c fix exporting contacts on sd cards 2018-04-13 15:01:29 +02:00
b7d7eb5e8a handle contact website import/export 2018-04-13 14:53:19 +02:00
cf15832dce add Website handling to the local database 2018-04-13 14:38:52 +02:00
4962a955e5 handle website at contact update/insert 2018-04-13 14:23:35 +02:00
97bd5dacef add websites to the Edit screen too 2018-04-13 13:46:31 +02:00
2fca861fc6 add websites to the list of available fields 2018-04-13 12:27:52 +02:00
8aadcb04c1 small code cleanup at the ViewContactActivity 2018-04-13 12:19:02 +02:00
54df14442d add website to the View screen 2018-04-13 12:14:26 +02:00
5b55467691 fetch contact websites 2018-04-13 11:51:58 +02:00
3b7b74b074 fix some null pointer crashes 2018-04-13 11:07:23 +02:00
4f97fce695 fix #123, show the business as contact name if only that is filled 2018-04-10 22:55:13 +02:00
8c0ca77ed2 fix #124, properly use "Start name with surname" 2018-04-10 22:11:00 +02:00
e999c3a275 try parsing contact name from Insert intent, related to #125 2018-04-10 22:07:41 +02:00
82ca892e25 catch exceptions thrown at getting default thumbnail size 2018-04-10 21:24:50 +02:00
049c3a5361 updating release notes 2018-04-08 18:37:58 +02:00
c03c7fff39 do not refetch contacts before sharing 2018-04-08 18:23:36 +02:00
510da6b140 make sure only the proper fields are shown at Edit Contact screen 2018-04-08 17:44:23 +02:00
d94dbde48e make sure View Contact Details shows only the proper fields 2018-04-08 16:07:46 +02:00
acd3f9f9d9 creating the dialog for managing visible contact fields 2018-04-08 15:06:21 +02:00
c86bdd379f add some initial things related to filtering what fields should be visible 2018-04-08 14:23:57 +02:00
2c7f651191 fix sorting in case of same first name 2018-04-08 13:59:19 +02:00
4fde91ae47 limit batch group at adding/removing contacts from groups 2018-04-08 13:03:56 +02:00
37bfe59226 reuse the same gson instance in whole DBHelper 2018-04-08 12:53:43 +02:00
2d2a42d9bc avoid creating gson tokens at every local contact 2018-04-08 12:30:27 +02:00