Commit Graph

442 Commits

Author SHA1 Message Date
fea917e41c add prefix/suffix/organization to contacts stored locally 2018-04-08 11:38:15 +02:00
bde0ad34ea make sure Search checks contact organization too 2018-04-08 11:36:51 +02:00
d5c9d32f86 handle null address 2018-04-08 10:51:58 +02:00
3cfbe5f776 allow modifying contact prefix and suffix 2018-04-07 17:45:38 +02:00
4ec6142547 display contact prefix and suffix 2018-04-07 17:07:22 +02:00
30a3249159 setup organization data at Edit 2018-04-07 16:17:25 +02:00
cb2e491f65 split organizations into company and job title 2018-04-07 16:04:06 +02:00
4b6a27db06 add some strings related to managing visible fields 2018-04-06 23:51:59 +02:00
f3e86cf582 display contact organization on the View Details screen 2018-04-06 23:20:14 +02:00
dbd3bec690 fetch the user Organization field 2018-04-06 23:10:20 +02:00
25c9abb92d adding a couple checks of contacts permissions 2018-04-06 22:32:58 +02:00
d3c87e241c fix #111, just dial the phone number if Phone permission is not granted 2018-04-06 21:33:28 +02:00
6695bf4f77 require Contacts permission at third party intents 2018-04-06 21:28:09 +02:00
bd83bd5643 more improvements related to using the app without the Contacts permission 2018-04-06 20:58:22 +02:00
e05f48b425 fix #110, allow launching the app without granting Contacts permission 2018-04-06 18:51:21 +02:00
764de9c858 make sure we handle phone number at some intents properly on older devices too 2018-04-06 18:29:48 +02:00
4cbe122672 delete contacts on a background thread 2018-04-06 18:18:27 +02:00
9527def540 update commons to 3.18.9 2018-04-06 17:54:43 +02:00
de5b0f6825 hide Search, Sort and Filter menu buttons on Groups tab 2018-03-21 22:44:45 +01:00
00eef4cce4 avoid pressing Plus at the group contacts to fix some glitches 2018-03-21 22:01:20 +01:00
418e9de54f fix #91, properly handle third party intent with Phone mimetype 2018-03-21 21:23:12 +01:00
615b70be71 show an error if Sharing fails 2018-03-21 20:53:38 +01:00
0b432224c1 show Phone Storage if nothing else shows up, should fix #80 2018-03-21 20:42:01 +01:00
abbeb218b8 handle adding and removing secret contacts to/from groups 2018-03-21 19:51:06 +01:00
6eade329d6 add helper functions to handle contact adding and removing from groups 2018-03-21 19:20:55 +01:00
cf4b7ca9c5 allow storing groups at contacts stored in a local database 2018-03-21 18:49:28 +01:00
1797f17f31 minor cleanup to remove unnecessary indentation 2018-03-21 18:27:25 +01:00
f9fb62366b properly refresh View Contact screen on resume 2018-03-21 18:21:16 +01:00
bd8dffb549 allow renaming local private groups 2018-03-21 18:07:05 +01:00
30a7c1770d handle showing and deleting local private groups 2018-03-21 17:51:13 +01:00
b28e85727d fix local database group inserting 2018-03-21 17:40:51 +01:00
30d21625bf create some db helper functions with working with groups 2018-03-21 17:27:40 +01:00
86802dbbac add a Groups table to the local database 2018-03-21 17:05:14 +01:00
5076c11a21 add secret phone storage account at group destination too 2018-03-21 14:14:14 +01:00
79d9e2045b automatically choose the first group account, if only one is available 2018-03-21 12:34:36 +01:00
ac058c4e7b allow selecting under which account should the contact group be created 2018-03-21 10:41:09 +01:00
7edb2de918 make sure newly created groups are visible in other apps too 2018-03-20 23:34:48 +01:00
39921fc66d accept groups with null system_id in some cases 2018-03-20 23:28:00 +01:00
f1b59aee27 do not apply the Contact Sources filter on GroupsFragment 2018-03-20 23:27:24 +01:00
d583a457ff allow creating a brand new group at selecting target group 2018-03-20 21:30:31 +01:00
5ee383af74 allow batch adding contacts to groups 2018-03-20 21:27:23 +01:00
cd1a493ea8 add a new menu item for adding selected contacts to a group 2018-03-20 20:13:51 +01:00
c93cc3bd85 allow renaming groups after long pressing them 2018-03-20 20:05:48 +01:00
244955e333 properly update Groups tab whenever necessary 2018-03-20 19:10:03 +01:00
d2daf6efdb make GroupsFragment inherit from MyViewPagerFragment too 2018-03-20 17:30:13 +01:00
1e49b8e019 add a placeholder at GroupContacts activity too 2018-03-20 16:46:39 +01:00
0b3acdf518 show groups placeholder at Groups tab, if necessary 2018-03-20 16:28:20 +01:00
c572a83bb1 refresh GroupContactsActivity on resume 2018-03-20 15:34:36 +01:00
6d4f9912fd allow removing contacts from groups by long pressing them and selecting Remove 2018-03-20 15:13:49 +01:00
40f1fc82dd use contact_id instead of raw_contact_id at contact deleting too 2018-03-20 14:55:33 +01:00