Commit Graph

442 Commits

Author SHA1 Message Date
77f1c2f2fa fill in the first email and phone number of the contact 2017-12-18 15:16:58 +01:00
bb18218c0a adding Leak Canary 2017-12-18 12:21:41 +01:00
1599334ee0 add Plus buttons for adding new numbers and emails 2017-12-18 12:08:50 +01:00
f043e40dd3 remove the redundant Emails and PhoneNumbers models 2017-12-18 11:25:06 +01:00
b40be40bb4 allow storing multiple phone numbers per contact 2017-12-17 23:48:49 +01:00
592d4edc76 remove sorting contacts by phone number 2017-12-17 23:35:12 +01:00
449e487667 add a type at the email field 2017-12-17 23:19:15 +01:00
4e77674377 allow storing multiple emails of same type per contact 2017-12-17 23:10:47 +01:00
0a90594d32 limit the size of contact action buttons 2017-12-17 22:58:11 +01:00
86b952ad82 properly fill all contact emails at the details activity 2017-12-17 22:30:06 +01:00
210ec1328d prepare for storing multiple emails per contact 2017-12-14 00:15:24 +01:00
a04724a2da implement contact name updating 2017-12-13 20:52:05 +01:00
31d5461986 implement contact deletion 2017-12-13 19:09:54 +01:00
42cc8aaa2f add a toggle for starting names with surname 2017-12-13 17:35:03 +01:00
74c5b19025 allow sorting contacts by every name separately 2017-12-13 17:16:16 +01:00
d290645d5d show the account source at the details view 2017-12-13 13:59:54 +01:00
51030dbff1 split the name at the Contact activity layout too 2017-12-13 13:39:22 +01:00
791dbb2960 split the name between first/middle/sur name 2017-12-13 13:24:14 +01:00
04caff2d90 adding some placeholder text when no contacts are found 2017-12-13 11:01:45 +01:00
92fc1bee02 implement the Filter functionality 2017-12-12 22:37:56 +01:00
7b849cb090 handle both write and read contact permissions 2017-12-12 20:19:15 +01:00
5ef100ce1d list only those contact sources that contain some contacts 2017-12-12 19:24:42 +01:00
d22e27ae40 add a dialog for filtering contacts by source 2017-12-12 18:39:14 +01:00
7373cad71c show an Edit actionmenu item if "Call on click" is enabled 2017-12-11 22:35:52 +01:00
209953c878 add an option for calling contact on click 2017-12-11 21:49:42 +01:00
db2ee05b5c hide SMS and Call actions when no number is available 2017-12-11 21:15:40 +01:00
5b514d5b92 create a new Contact at pressing FAB 2017-12-11 21:05:46 +01:00
2f815dfe38 add handling for StartCall intent 2017-12-11 21:00:32 +01:00
20bd9cf01c handle send SMS intent 2017-12-11 20:39:28 +01:00
829897b5e1 show the user photo at Details, if available 2017-12-11 20:29:25 +01:00
ebb11be2c3 launch email intent on pressing the icon 2017-12-11 19:24:15 +01:00
a9d54f165e fill the email to all contacts 2017-12-11 18:58:14 +01:00
80d46d75fe fetch proper email at showing user details 2017-12-11 18:47:08 +01:00
6c4673e371 presort contacts already at fetching 2017-12-11 18:21:58 +01:00
5ffe57251a differentiate between creating a new contact and editing one 2017-12-11 00:07:33 +01:00
aeaf2bdf99 adding ContactActivity 2017-12-10 21:39:02 +01:00
9a376df115 move names not starting with a letter at the bottom 2017-12-10 19:33:26 +01:00
771ecd5ec4 properly update colors when they change 2017-12-10 19:24:01 +01:00
f6de835584 show a contact thumbnail whenever available 2017-12-10 16:35:56 +01:00
cb6c3fedec add a sorting dialog 2017-12-10 16:19:50 +01:00
8678a7d109 adding a ContactsAdapter 2017-12-10 15:53:03 +01:00
0b7e652052 move all files in src/main/kotlin from src/main/java 2017-12-10 13:30:25 +01:00