Commit graph

47 commits

Author SHA1 Message Date
tibbi
170d7438f8 fixing a couple crashes 2018-06-19 14:51:19 +02:00
tibbi
3fb66174f1 allow changing the contact source at the edit screen 2018-04-30 22:42:47 +02:00
tibbi
ae9edf819e fix #155, add an Open With button at the Edit screen too 2018-04-29 10:44:14 +02:00
tibbi
25d48ba08c parse a couple additional fields from WhatsApp Add Contact intent 2018-04-13 20:13:04 +02:00
tibbi
401f0aed6e fix #125, parse a couple more contact details from WhatsApp intent 2018-04-13 19:14:47 +02:00
tibbi
1cb0d1b1bd making phone key nullable at Edit screen 2018-04-13 15:25:59 +02:00
tibbi
4962a955e5 handle website at contact update/insert 2018-04-13 14:23:35 +02:00
tibbi
97bd5dacef add websites to the Edit screen too 2018-04-13 13:46:31 +02:00
tibbi
5b55467691 fetch contact websites 2018-04-13 11:51:58 +02:00
tibbi
3b7b74b074 fix some null pointer crashes 2018-04-13 11:07:23 +02:00
tibbi
e999c3a275 try parsing contact name from Insert intent, related to #125 2018-04-10 22:07:41 +02:00
tibbi
510da6b140 make sure only the proper fields are shown at Edit Contact screen 2018-04-08 17:44:23 +02:00
tibbi
d94dbde48e make sure View Contact Details shows only the proper fields 2018-04-08 16:07:46 +02:00
tibbi
3cfbe5f776 allow modifying contact prefix and suffix 2018-04-07 17:45:38 +02:00
tibbi
4ec6142547 display contact prefix and suffix 2018-04-07 17:07:22 +02:00
tibbi
30a3249159 setup organization data at Edit 2018-04-07 16:17:25 +02:00
tibbi
cb2e491f65 split organizations into company and job title 2018-04-07 16:04:06 +02:00
tibbi
dbd3bec690 fetch the user Organization field 2018-04-06 23:10:20 +02:00
tibbi
6695bf4f77 require Contacts permission at third party intents 2018-04-06 21:28:09 +02:00
tibbi
bd83bd5643 more improvements related to using the app without the Contacts permission 2018-04-06 20:58:22 +02:00
tibbi
764de9c858 make sure we handle phone number at some intents properly on older devices too 2018-04-06 18:29:48 +02:00
tibbi
67cf029e91 tweak deleting contacts from groups a bit 2018-03-20 14:24:14 +01:00
tibbi
796cb13c9c populate Groups tab with the contact groups 2018-03-19 16:44:03 +01:00
tibbi
c3a148282f implement new group creation 2018-03-18 19:33:54 +01:00
tibbi
9d9495ea80 properly update contact groups after modifying them 2018-03-18 17:33:43 +01:00
tibbi
b31e7b0086 implement a Group picker dialog 2018-03-18 16:57:50 +01:00
tibbi
8ad98e7c12 adding a Groups field at Edit Contact Activity 2018-03-18 11:08:01 +01:00
tibbi
20a333071e add a Groups field to contacts 2018-03-16 22:56:13 +01:00
tibbi
1dd37336f7 add an extra check to avoid saving null contact 2018-03-16 09:58:53 +01:00
tibbi
c2b92f46f6 add Notes field at our local database too 2018-02-22 15:25:36 +01:00
tibbi
85c998b9a8 handle note inserting and updating 2018-02-22 15:14:19 +01:00
tibbi
8f743f3397 adding a contact Notes field 2018-02-22 13:57:08 +01:00
tibbi
ad669b0fc6 add address handling at the Edit screen 2018-02-21 20:45:39 +01:00
tibbi
8459160d6e show the contact addresses on the View screen 2018-02-21 20:22:03 +01:00
tibbi
d3498f96cb parse contact addresses 2018-02-21 19:07:10 +01:00
tibbi
74140b1665 adding a null check at handling Edit Photo result 2018-02-21 15:57:45 +01:00
tibbi
bcdd8fe40f check if there is an available app for Crop before launching it 2018-02-21 15:50:56 +01:00
tibbi
0b9b1b7f1a properly handle displaying local private photos 2018-02-11 23:24:16 +01:00
tibbi
097344dd26 properly show private local contact details/edit screen 2018-02-11 20:42:44 +01:00
tibbi
8e207414ef add a new source for storing contacts locally, without sharing with other apps 2018-02-11 13:10:21 +01:00
tibbi
9cd4288862 handle View intents with the new ViewContactActivity 2018-02-10 23:48:50 +01:00
tibbi
dd678cc7d2 allow adding a contact to Favorites during creating 2018-02-10 23:36:22 +01:00
tibbi
67511c07d0 move some edit and view shared functions into ContactActivity 2018-02-10 21:50:38 +01:00
tibbi
32a9fa6884 create a separate activity for viewing contact details, without editing 2018-02-10 21:19:34 +01:00
tibbi
b72c6cb787 properly show the public contact source on all visible places 2018-02-02 13:57:24 +01:00
tibbi
7664a09697 allow saving contacts with empty account name 2018-01-29 23:39:41 +01:00
tibbi
db019572a4 rename ContactActivity to EditContactActivity 2018-01-29 19:16:58 +01:00
Renamed from app/src/main/kotlin/com/simplemobiletools/contacts/activities/ContactActivity.kt (Browse further)