Commit graph

38 commits

Author SHA1 Message Date
tibbi
25c9abb92d adding a couple checks of contacts permissions 2018-04-06 22:32:58 +02:00
tibbi
d3c87e241c fix #111, just dial the phone number if Phone permission is not granted 2018-04-06 21:33:28 +02:00
tibbi
e05f48b425 fix #110, allow launching the app without granting Contacts permission 2018-04-06 18:51:21 +02:00
tibbi
615b70be71 show an error if Sharing fails 2018-03-21 20:53:38 +01:00
tibbi
6eade329d6 add helper functions to handle contact adding and removing from groups 2018-03-21 19:20:55 +01:00
tibbi
4bd4513ad9 fix #82, allow pressing phone number, email, address on the View screen 2018-03-16 13:33:03 +01:00
tibbi
54396d4bd3 update commons to 3.16.10 2018-03-16 10:05:17 +01:00
tibbi
3cddd70a5b update commons to 3.14.1 2018-02-28 22:49:39 +01:00
tibbi
42eb8e4609 update commons to 3.12.15 2018-02-21 16:05:23 +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
6c39757cec show local contacts in the lists 2018-02-11 20:28:45 +01:00
tibbi
a631a53db6 create a table for storing local contacts 2018-02-11 18:38:30 +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
0ca4f418eb adding a missing return statement 2018-02-10 23:52:47 +01:00
tibbi
962ff318e6 add a setting for selecting what should happen on contact click 2018-02-10 22:17:38 +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
b8b118c62c catch exceptions thrown at looking up contacts 2018-02-10 16:49:50 +01:00
tibbi
b72c6cb787 properly show the public contact source on all visible places 2018-02-02 13:57:24 +01:00
tibbi
f0a2f585b8 use a new model ContactSource 2018-02-02 11:30:11 +01:00
tibbi
db019572a4 rename ContactActivity to EditContactActivity 2018-01-29 19:16:58 +01:00
tibbi
197eb7b60c report all exceptions thrown during exporting contacts 2018-01-29 18:52:05 +01:00
tibbi
13f5fbc859 allow sharing multiple handpicked contacts at once 2018-01-15 23:49:03 +01:00
tibbi
dc308a94dc allow sharing a contact via creating a vcf file 2018-01-15 23:42:03 +01:00
tibbi
d17ec1ff4f handle importing contacts via opening vcf file intent 2018-01-15 23:19:16 +01:00
tibbi
0e1009b499 handle contact photo importing 2018-01-15 14:08:52 +01:00
tibbi
9950d5d3ce adding the Import Contacts dialog 2018-01-14 20:53:29 +01:00
tibbi
29c16d543f add some more third party intent handling 2018-01-02 14:57:19 +01:00
tibbi
2cfcdba0f9 add handling for some third party intents 2018-01-02 14:29:23 +01:00
tibbi
a36f3743b8 implementing the search functionality 2017-12-31 00:05:14 +01:00
tibbi
1e0d8f383d rewrite the layout to a viewpager split to contacts and favorites 2017-12-28 23:59:49 +01:00
tibbi
2ffcc10c19 handle call/sms/email actions if a contact has multiple emails/numbers 2017-12-18 21:42:43 +01:00
tibbi
7373cad71c show an Edit actionmenu item if "Call on click" is enabled 2017-12-11 22:35:52 +01:00
tibbi
2f815dfe38 add handling for StartCall intent 2017-12-11 21:00:32 +01:00
tibbi
20bd9cf01c handle send SMS intent 2017-12-11 20:39:28 +01:00
tibbi
ebb11be2c3 launch email intent on pressing the icon 2017-12-11 19:24:15 +01:00
tibbi
0b7e652052 move all files in src/main/kotlin from src/main/java 2017-12-10 13:30:25 +01:00