Commit graph

104 commits

Author SHA1 Message Date
tibbi
6be6b546f5 lets actually remove the callers number if we know his name 2020-05-01 16:42:10 +02:00
tibbi
390c4f8b54 unregister the calls callback after the call 2020-05-01 13:44:28 +02:00
tibbi
e5f3da5434 show the callers name, number and photo, if available 2020-05-01 11:10:38 +02:00
tibbi
824a385b11 handle accepting call 2020-05-01 10:22:51 +02:00
tibbi
0ac58a0a57 adding some handling to rejecting calls 2020-05-01 10:10:28 +02:00
tibbi
c7f5f454ef adding an initial implementation of the incoming call notification 2020-04-30 21:48:03 +02:00
tibbi
76a1d2c3d6 convert contact photo from uri to bytearray directly, without creating a bitmap 2020-04-29 21:27:47 +02:00
tibbi
9860b8118c do not try inserting the contact thumbnail, it will be generated 2020-04-29 20:27:04 +02:00
tibbi
3ec5ae7a07 adding a PhotoUri field at LocalContact too 2020-04-28 11:14:19 +02:00
tibbi
6b55adefbd updating some code style and shortening it, no real change 2020-04-27 23:09:44 +02:00
tibbi
7aa9cfa328 adding a weird workaround or what at storing contacts on a SIM card 2020-04-27 22:04:39 +02:00
tibbi
4b8ea90443 move contact source filtering in a different function 2020-04-26 21:01:51 +02:00
tibbi
0ad5874c5d fix #370 and fix #491, make sure the local Phone account is initialized 2020-04-16 12:27:42 +02:00
tibbi
0bbfde9b82 shortening more cursor handling, use cursor?.use 2020-04-15 14:25:18 +02:00
tibbi
ce5bf02bf7 use the helper function queryCursor at looping cursors 2020-04-15 14:20:51 +02:00
tibbi
8f890f4f54 catch and show exceptions thrown at modifying groups 2020-04-15 12:47:52 +02:00
tibbi
855b4e0188 shortening some code by importing more specific classes 2020-04-14 23:59:36 +02:00
tibbi
172e5f0d24 moving the Manage Blocked Numbers in Commons 2020-04-08 11:55:15 +02:00
tibbi
eb4be51f92 pass an OutputStream to exporter instead of a File 2020-03-16 23:09:25 +01:00
tibbi
39b432bf4b remember last used vcard export path 2020-03-16 22:29:11 +01:00
tibbi
474f22be38 adding a helper function for retrieving a prefilled SpeedDial arraylist 2020-01-20 22:54:30 +01:00
tibbi
7101ddb672 adding some speed dial parsing related things 2020-01-17 12:20:39 +01:00
tibbi
433cfef221 moving some shared helper functions at the Constants.kt 2019-12-07 10:43:29 +01:00
tibbi
da12f2f8d6 remove the sorting at fetching, sort just later 2019-12-07 09:32:08 +01:00
tibbi
f939f77323 fix #464, properly handle some new contact related intents 2019-12-05 12:34:46 +01:00
tibbi
05f239293b creating a new constant for Email field of third party intents 2019-12-05 12:18:09 +01:00
tibbi
255782b167 show dialpad letters at the dialpad by default 2019-12-05 10:09:02 +01:00
tibbi
94d1fe581f removing some fields at storing contacts 2019-12-05 10:06:44 +01:00
tibbi
219a7be1c5 updating commons, kotlin, room and target sdk to 29 2019-11-28 11:34:01 +01:00
tibbi
3198e19bc6 updating commons and gradle 2019-11-22 17:54:08 +01:00
tibbi
27592706ce improving the performance at fetching local contacts 2019-10-28 19:36:25 +01:00
tibbi
0cf265cb50 do not try parsing names at Organization contacts 2019-10-28 17:49:56 +01:00
tibbi
653d5fcd8c fix #444, #376, properly show Organization type contacts 2019-10-28 17:03:17 +01:00
tibbi
f11f23b8e1 use only contact name at merging duplicates, not email 2019-09-16 19:25:19 +02:00
tibbi
d167e15681 do not filter duplicates prematurely 2019-09-16 19:14:47 +02:00
tibbi
cf2b6b6d5e fix #440, #377, properly export all fields in .ics files 2019-09-15 23:33:51 +02:00
tibbi
70d03f35b9 gather events from all contacts at displaying 2019-09-15 20:50:55 +02:00
tibbi
91e645b08e improve the contact source loading synchronicity 2019-09-15 13:05:55 +02:00
tibbi
d06498eaa0 delete contacts from a background thread 2019-09-15 10:22:15 +02:00
tibbi
28ae1eabd3 always try filtering out duplicate contacts, remove the setting 2019-09-14 21:50:56 +02:00
tibbi
523dfc039b get all contacts without merging duplicates in some cases 2019-09-14 21:47:01 +02:00
tibbi
090c347e5f improve some contact deleting scenarios, delete clones in some cases 2019-09-13 21:43:11 +02:00
tibbi
aaaa18009a renaming a parameter 2019-09-12 14:44:42 +02:00
tibbi
8fdb6ee0a8 at deleting a contact delete all duplicates too 2019-09-11 23:07:53 +02:00
tibbi
797df0a2d7 adding a helper function for retrieving contact duplicates 2019-09-11 22:49:19 +02:00
tibbi
d856649618 properly export all contacts as appropriate 2019-08-26 15:46:09 +02:00
tibbi
0342035b27 handle null names at importing gracefully 2019-08-25 22:34:30 +02:00
tibbi
899971aa2a improve deleting multiple contacts at once 2019-08-25 22:15:54 +02:00
tibbi
42ff471748 fix some filtering issues, show more contacts rather than less 2019-08-25 21:29:08 +02:00
tibbi
1653aff8fb try fixing a glitch at removing wanted contact sources 2019-08-14 20:49:29 +02:00