Commit graph

868 commits

Author SHA1 Message Date
tibbi
e396e4987c adding actual Select Contact click handling 2019-12-06 21:34:10 +01:00
tibbi
ba7e7e4ba0 allow clicking on Create New Contact at select contact screen 2019-12-06 21:26:10 +01:00
tibbi
21cd58f0bb create a separate layout for the Select Contact contacts fragment 2019-12-06 21:14:59 +01:00
tibbi
9319c934e0 pass available fragments to the adapter in a list 2019-12-06 21:01:25 +01:00
tibbi
6ea7994a08 move the contact click handling in the proper activities 2019-12-06 20:49:12 +01:00
tibbi
9aac2414fd lets start rewriting the Select Contact screen to fragments 2019-12-06 20:21:20 +01:00
tibbi
9d2254e891 move the getTabIcon helper function in SimpleActivity 2019-12-06 20:03:14 +01:00
tibbi
b900262a1b move the InsertOrEditContact activity title in the manifest 2019-12-05 15:05:21 +01:00
tibbi
2f39253a3c renaming some Select Contacts screen related views 2019-12-05 14:37:10 +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
7c6ed3504c properly handle inserting contact emails via third party intents 2019-12-05 12:00:38 +01:00
tibbi
b1e7ab9c63 fix #460, removing dividers to make the UI fresher 2019-12-05 11:29:46 +01:00
tibbi
2410669e2d fix #459, show a Dialpad menu button in case the FAB is hidden 2019-12-05 10:28:40 +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
f16e437b5d adding a contact null crashfix 2019-10-28 17:53:59 +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
4d63dc06c3 show some contacts details immediately, the rest just later 2019-10-28 16:45:47 +01:00
tibbi
3f4242650b fix #452, properly list all groups after opening and closing one 2019-10-28 16:20:19 +01:00
tibbi
6249e94a1a fix #442, close search at opening a contact 2019-10-14 20:30:22 +02:00
tibbi
f11f23b8e1 use only contact name at merging duplicates, not email 2019-09-16 19:25:19 +02:00
tibbi
0160f48711 show only the proper contact sources at the View screen 2019-09-16 19:17:10 +02:00
tibbi
d167e15681 do not filter duplicates prematurely 2019-09-16 19:14:47 +02:00
tibbi
8d8fdcb7d8 properly update all text colors at the View screen 2019-09-16 09:20:50 +02:00
tibbi
05458cede2 mention duplicate contact merging in the release notes 2019-09-15 23:49:27 +02:00
tibbi
83de6b1dce reordering some functions 2019-09-15 23:40:03 +02:00
tibbi
209dbc799b properly fill all required fields at Sharing from View screen 2019-09-15 23:39:09 +02:00
tibbi
cf2b6b6d5e fix #440, #377, properly export all fields in .ics files 2019-09-15 23:33:51 +02:00
tibbi
e078fbf0a6 improve contact sharing, merge all available contact source values 2019-09-15 22:36:02 +02:00
tibbi
6b26ec4199 some code and style cleanup 2019-09-15 21:14:40 +02:00
tibbi
8afdf0430e show groups as the last field at contacts too 2019-09-15 21:11:11 +02:00
tibbi
4113aa681d show websites at contact details 2019-09-15 21:03:39 +02:00
tibbi
70d03f35b9 gather events from all contacts at displaying 2019-09-15 20:50:55 +02:00
tibbi
a52bed4228 collect and show all duplicate contact IMs 2019-09-15 20:29:36 +02:00
tibbi
671cb29a45 properly show all available contact addresses 2019-09-15 20:15:34 +02:00
tibbi
0b4b0dd763 sort shown contact phone numbers by type 2019-09-15 20:10:41 +02:00
tibbi
1ad3b3e525 sort contact sources by value 2019-09-15 19:55:14 +02:00
tibbi
91e645b08e improve the contact source loading synchronicity 2019-09-15 13:05:55 +02:00
tibbi
72ccd10aa1 do not mess with the phone numbers if they arent shown anyway 2019-09-15 12:04:38 +02:00
tibbi
f9bd62b2a7 removing a magic number at adding phone numbers 2019-09-15 11:32:34 +02:00
tibbi
128f191264 show all available contact phone numbers at View screen 2019-09-15 11:26:04 +02:00
tibbi
d06498eaa0 delete contacts from a background thread 2019-09-15 10:22:15 +02:00
tibbi
2dc2fe01df tweak duplicate contact source adding a bit 2019-09-14 22:38:20 +02:00
tibbi
a35e0513be move duplicate checking at View screen in a separate function 2019-09-14 22:22:01 +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
c07e70ab1c update shown contact sources at the View screen if necessary 2019-09-13 22:57:26 +02:00
tibbi
090c347e5f improve some contact deleting scenarios, delete clones in some cases 2019-09-13 21:43:11 +02:00
tibbi
33357e1413 show a warning about deleting from all sources at the View screen 2019-09-13 10:39:51 +02:00
tibbi
aaaa18009a renaming a parameter 2019-09-12 14:44:42 +02:00
tibbi
3d24a84248 delete contacts from all sources at deleting from the main screen 2019-09-12 14:44:37 +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
dcd546b7cb avoid refreshing contact sources multiple times 2019-09-11 21:50:00 +02:00
tibbi
79cc8d028d launch the given contact at clicking on a contact source at View screen 2019-09-09 16:04:02 +02:00
tibbi
92288db197 avoid showing the same contact sources multiple times 2019-09-09 15:24:41 +02:00
tibbi
c1db2701d8 show all contact sources of a given contact at View screen 2019-09-09 15:19:07 +02:00
tibbi
fd00506c4e change the way contact sources are added, to allow multiple ones 2019-09-09 13:41:13 +02:00
tibbi
e3712ca223 properly show contact avatars at SelectContact activity 2019-09-09 11:50:46 +02:00
tibbi
d4d7592666 normalize names at the dialpad letter search 2019-08-27 11:29:21 +02:00
tibbi
853a6a8e87 fix #391, show more detailed info at deleting elements 2019-08-27 11:02:56 +02:00
tibbi
18c94cfa63 at dialpad search at organization name too, not just contact name 2019-08-26 16:39:33 +02:00
tibbi
d856649618 properly export all contacts as appropriate 2019-08-26 15:46:09 +02:00
tibbi
e6c031885c do not allow confirming the import/export dialogs multiple times 2019-08-26 15:45:13 +02:00
tibbi
0342035b27 handle null names at importing gracefully 2019-08-25 22:34:30 +02:00
tibbi
4e88bf518f properly select the contact source for importing, if empty 2019-08-25 22:29:33 +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
a06ed027cd adding a crashfix 2019-08-25 14:53:45 +02:00
tibbi
7b0d4d0978 updating some hungarian strings 2019-08-14 20:57:13 +02:00
tibbi
1653aff8fb try fixing a glitch at removing wanted contact sources 2019-08-14 20:49:29 +02:00
tibbi
007e264f69 create new background threads only when necessary 2019-08-14 20:45:47 +02:00
tibbi
b52872cf1a fix #419, properly handle the contact photo at local contacts 2019-08-14 20:40:01 +02:00
tibbi
f28ea80e93 properly show the big contact photo at locally stored contacts 2019-08-14 20:23:04 +02:00
tibbi
e8a0a4223b highlight the part of Group title that is searched 2019-08-14 18:10:48 +02:00
tibbi
5e0386ee0e fix #421, allow searching groups 2019-08-14 17:57:13 +02:00
tibbi
5eba2ff251 fix #416, allow viewing bigger contact photos on the View screen 2019-08-14 16:11:53 +02:00
tibbi
71d9f740f0 adding a new FAQ item 2019-08-13 23:25:50 +02:00
tibbi
88f18b0396 recreate the options menu on main screen resume 2019-08-13 23:18:47 +02:00
tibbi
f99e3069f2 fixing some FAB icon colors 2019-08-13 23:02:45 +02:00
tibbi
6c6b6e2cd6 replacing the remaining icons with vectors 2019-08-13 22:59:52 +02:00
tibbi
3ca254ee98 updating Commons, use vectors + fix light top menu 2019-08-13 22:36:24 +02:00
tibbi
031217c463 adding some app sideloading checks 2019-08-03 18:38:03 +02:00
tibbi
4397dce97d updating kotlin, commons, gradle 2019-08-03 15:53:27 +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
ea73d4a403 catch exceptions thrown at creating shortcuts 2019-03-11 12:18:46 +01:00
tibbi
4c51e83748 fix #367, use a higher resolution contact placeholder at the big image 2019-03-07 20:46:36 +01:00
tibbi
1d877ff5bd adding a shortcut for creating new contacts too 2019-03-07 20:28:51 +01:00
tibbi
6b6b25f988 adding a shortcut for launching the dialpad 2019-03-07 20:22:32 +01:00
tibbi
12aff1777a try disabling DIRTY mode at creating contacts 2019-03-07 20:09:23 +01:00
tibbi
d80e328d7c make contact thumbnails with photos bigger 2019-03-07 15:56:26 +01:00
tibbi
4345bb7a9e use circular photos at the edit and view screens too 2019-03-07 15:45:54 +01:00
tibbi
11fac47ae7 fix #115, use rounded avatars 2019-03-07 15:35:42 +01:00