Commit graph

53 commits

Author SHA1 Message Date
tibbi
b52872cf1a fix #419, properly handle the contact photo at local contacts 2019-08-14 20:40:01 +02:00
tibbi
99b04843e5 fix #377, properly export all fields to .vcf files 2019-06-14 22:48:48 +02:00
tibbi
687f9a0086 explicitly set Deleted field to false at creating a new contact 2019-06-14 21:58:44 +02:00
tibbi
0da765ddc9 updating kotlin, gradle, commons 2019-06-14 17:07:30 +02:00
tibbi
12aff1777a try disabling DIRTY mode at creating contacts 2019-03-07 20:09:23 +01:00
tibbi
37b6619e51 use smt_private for the private account name 2019-01-24 19:55:12 +01:00
tibbi
e5862e700a fix #362, properly handle exporting contacts that are filtered out 2019-01-24 16:49:38 +01:00
tibbi
02ea571166 fix #351, properly detect accounts without stored contacts 2019-01-24 14:11:13 +01:00
tibbi
50dc97e9c0 minor code cleanup here and there 2019-01-06 14:55:45 +01:00
tibbi
4dcb46c7ab remove the notion of local account name and type 2019-01-06 12:10:45 +01:00
tibbi
8d12becafb fix #288, add an option to show letters at dialpad 2019-01-05 19:50:48 +01:00
tibbi
b5a9e6a8b7 changing DIRTY value at creating contact to an integer 2019-01-05 17:39:40 +01:00
tibbi
ea520ab7a8 remove everything related to Recents, due to Googles latest security rules 2019-01-05 17:27:11 +01:00
tibbi
40d0916276 reset stored ignored contact sources 2018-12-28 17:49:05 +01:00
tibbi
aeed7e2456 fix #235, rely on both account name and type at filtering 2018-12-28 17:44:14 +01:00
tibbi
cb7e281051 add a new field to ContactSource, publicName 2018-12-28 15:51:26 +01:00
tibbi
dcc2490f86 change the way contacts are fetched, use type blacklist instead of whitelist 2018-12-28 15:30:22 +01:00
tibbi
c3ac30d47e improve the name detection at Recents tab 2018-11-30 18:00:32 +01:00
tibbi
12973ac57c add a helper function for checking if a contact is private 2018-11-30 17:25:58 +01:00
tibbi
c8c7e7ce3b fix #287, add handling for some secret codes at the dialpad 2018-11-30 16:43:02 +01:00
tibbi
4131aae576 add an activity for managing blocked numbers 2018-11-30 15:13:03 +01:00
tibbi
6fae60381f filter out blocked numbers earlier, right at fetching 2018-11-30 11:34:39 +01:00
tibbi
e302309fe9 fix #304, fix exporting contacts on SD cards 2018-11-29 21:53:50 +01:00
tibbi
0c1da53df6 fix #312, make birthday parsing more robust 2018-11-29 21:30:51 +01:00
tibbi
420a523062 remove everything related to the custom Dialer, let the system handle it 2018-11-29 15:32:53 +01:00
tibbi
7c0661983d moving some Activity extension responsibilities to Context 2018-11-28 21:52:38 +01:00
tibbi
1cdf538ac3 adding decline/answer action buttons to the incoming call notification 2018-11-23 12:41:28 +01:00
tibbi
c09a9bb818 removing the currently not needed PhoneStateListener 2018-11-22 23:42:39 +01:00
tibbi
0ec5b4b58b show a heads up notification at incoming call, not the fullscreen dialer 2018-11-22 23:18:36 +01:00
tibbi
6cc0c6ea15 improve the way contacts are searched by phone numbers 2018-11-21 18:47:20 +01:00
tibbi
69e3a55a18 improving the Dialer screen resuming at pressing the notification 2018-11-21 18:44:40 +01:00
tibbi
a392759ae0 adding a few more call notification related improvements 2018-11-21 17:54:08 +01:00
tibbi
f0c4b012b7 make use of the system string normalizing instead of custom regex 2018-11-20 23:31:50 +01:00
tibbi
f5c645026f adding a few incoming call related things 2018-11-20 21:46:04 +01:00
tibbi
cb629354c4 add a helper function for getting the called contact at the Dialer 2018-11-20 11:33:57 +01:00
tibbi
945c5c8e9a adding some Dialer call related things that might be needed soon 2018-11-20 10:49:21 +01:00
tibbi
5c78872c4e sort contacts directly after fetching, while still on a background thread 2018-11-19 22:58:30 +01:00
tibbi
e8c2f1db91 fix #294, add an option to hide the dialpad on the main screen 2018-11-19 20:57:17 +01:00
tibbi
971bcbf29f handle contact adding/removing from groups 2018-11-06 21:34:46 +01:00
tibbi
2f1be0c404 removing the helper QuotedPrintable class, it is no longer needed 2018-11-06 21:00:42 +01:00
tibbi
2408cabd81 handle local group deleting 2018-11-06 20:46:26 +01:00
tibbi
ddfebfdb1f allow renaming local groups 2018-11-06 20:14:59 +01:00
tibbi
93cf31b2f2 add support for local groups 2018-11-06 20:12:11 +01:00
tibbi
17e10c7016 handle local contact deleting 2018-11-06 09:53:49 +01:00
tibbi
9634199605 handle local contact Starred toggling 2018-11-05 23:41:28 +01:00
tibbi
e2a5381a74 removing some redundant Sqlite DBHelper functions 2018-11-05 22:51:55 +01:00
tibbi
23c5ab8297 add support for updating local contacts 2018-11-05 22:49:20 +01:00
tibbi
6b687a1890 add handling for local contact photo storing/retrieving 2018-11-05 22:22:27 +01:00
tibbi
f7c1f0ab10 handle retrieving local contacts from the database 2018-11-05 21:31:30 +01:00
tibbi
644a6a2e00 handle converting local contacts to the generic contacts 2018-11-05 20:24:49 +01:00