Commit graph

1014 commits

Author SHA1 Message Date
tibbi
4df2f32780 properly refresh the letters fastscroller if contacts change 2020-03-08 18:45:23 +01:00
tibbi
ed35192d47 removing the setting for toggling scrollbar bubble 2020-02-05 22:51:05 +01:00
tibbi
1d4c652753 fix #499, trigger speed dialing only when there is no number written in 2020-02-05 19:14:49 +01:00
tibbi
bb46c5de17 adding Indicator fast scroller license 2020-02-05 17:51:40 +01:00
tibbi
5fdb7a38aa updating the letter fastscroller 2020-02-05 17:33:54 +01:00
tibbi
12279d09fd show the selected letter at the fastscroller too 2020-02-05 16:28:44 +01:00
tibbi
b67cb04f4a use proper text color at fastscroller letters 2020-02-05 16:09:17 +01:00
tibbi
7b30d6efd5 adding an initial implementation of fastscroller with letters 2020-02-05 15:57:55 +01:00
tibbi
7df23a98dd removing the old fastscroller from the Contacts and Favorites tab 2020-02-05 14:52:53 +01:00
tibbi
78294997e9 update the font size after it gets changed in the app settings 2020-02-05 12:10:34 +01:00
tibbi
fe4e6767aa apply the selected font size on a few places 2020-02-05 12:03:45 +01:00
tibbi
1e7b8f7340 adding a font size picker at the app settings 2020-02-05 11:39:39 +01:00
tibbi
127b584dc3 adding speed dialing in Whats New 2020-01-22 19:37:57 +01:00
tibbi
a023b5ce6f use proper colors at the SpeedDial activity 2020-01-20 23:23:12 +01:00
tibbi
fd6497991d fix #368, implementing speed dialing at the dialpad activity 2020-01-20 23:02:46 +01:00
tibbi
32b25e0e26 store the proper phone number at speed dialing 2020-01-20 22:59:23 +01:00
tibbi
474f22be38 adding a helper function for retrieving a prefilled SpeedDial arraylist 2020-01-20 22:54:30 +01:00
tibbi
7c2ca77e7a handle deleting speed dials 2020-01-20 14:50:02 +01:00
tibbi
021d87c89f rewrite SpeedDial items into a recyclerview 2020-01-20 12:22:10 +01:00
tibbi
3d0b8d73ff fix #471, increase the comparable length of phone numbers 2020-01-20 10:24:21 +01:00
tibbi
8dd1216176 properly handle saving and restoring speed dial items 2020-01-19 23:06:21 +01:00
tibbi
e68cfc851a allow clicking the numbers at Manager speedDial setting 2020-01-19 22:54:28 +01:00
tibbi
21029ac119 at the speed dial picker show only contacts with phone numbers 2020-01-19 21:12:46 +01:00
tibbi
cfc97d9453 fix #489, increase contact spacing with disabled avatars and numbers 2020-01-19 20:54:21 +01:00
tibbi
6916876e4d make SelectContactsDialog properly handle returning a selected contact 2020-01-19 20:15:56 +01:00
tibbi
698ea25243 show the Cancel button at selecting a single contact 2020-01-19 18:31:39 +01:00
tibbi
5207abb620 allow using SelectContactsDialog for selecting a single contact too 2020-01-19 18:29:58 +01:00
tibbi
67a3053227 properly show avatars of local events at the Add favorites dialog 2020-01-19 17:42:47 +01:00
tibbi
36a15478b4 use proper avatar image signature at loading local contacts 2020-01-19 13:33:24 +01:00
tibbi
7101ddb672 adding some speed dial parsing related things 2020-01-17 12:20:39 +01:00
tibbi
23cdc2bd54 adding the top label at speed dial screen 2020-01-17 11:54:16 +01:00
tibbi
516976413d adding a Speed Dial related activity 2020-01-17 11:43:24 +01:00
tibbi
3705a49a3f make the avatars at Select Favorite round too 2020-01-04 16:12:14 +01:00
tibbi
16e29973f8 updating commons to 5.21.19 2020-01-04 16:08:37 +01:00
tibbi
433cfef221 moving some shared helper functions at the Constants.kt 2019-12-07 10:43:29 +01:00
tibbi
9d63d03d20 fix #379, add search at Select Contacts screen 2019-12-07 10:34:28 +01:00
tibbi
bc4013a221 start adding Search at the Select Contact screen 2019-12-07 09:59:29 +01:00
tibbi
10ac988451 do not allow long pressing contacts at the Select Contact screen 2019-12-07 09:44:52 +01:00
tibbi
da12f2f8d6 remove the sorting at fetching, sort just later 2019-12-07 09:32:08 +01:00
tibbi
9762792388 make the Favorites tab optional at selecting contact 2019-12-06 23:19:14 +01:00
tibbi
794e99e5c2 implement placeholder clicks at the Select Contact screen 2019-12-06 23:09:51 +01:00
tibbi
16ca90b219 implementing Sort and Filter menu items at Select Contact 2019-12-06 23:07:28 +01:00
tibbi
487900be7b close the Select Contact activity on success 2019-12-06 23:03:16 +01:00
tibbi
a88d37aa41 adding Search at the Select Contact activity 2019-12-06 23:01:14 +01:00
tibbi
3da4c170d8 make use of the FAB at Select Contact activity 2019-12-06 22:51:06 +01:00
tibbi
324d9ef399 show the "Create new contact" button over favorites too 2019-12-06 22:15:15 +01:00
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
tibbi
c295318408 properly color the address image at the View Contact screen 2019-02-25 21:49:27 +01:00
tibbi
4dc916872f updating Commons with the sideloading check 2019-01-24 20:44:22 +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
96f9d98fac updating Whats New 2019-01-06 15:19:23 +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
d804ed58d5 renaming a function 2019-01-06 11:40:30 +01:00
tibbi
4071ecbf16 convert letters to numbers at search only if we show letters at dialpad 2019-01-06 11:29:24 +01:00
tibbi
ad3f5b6725 improve result sorting at searching 2019-01-06 11:22:49 +01:00
tibbi
b7fb0b979c improve name highlighting from the dialpad 2019-01-06 11:16:54 +01:00
tibbi
defb7f9bf0 removing the option for toggling 24 hours format 2019-01-06 10:52:14 +01:00
tibbi
fd37c346e8 improve phone number highlighting when it contains a dash 2019-01-05 21:50:34 +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
bdd31230f7 add the contact fetching change in release notes 2018-12-28 18:02:13 +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
cfa9bdaf7a properly handle transforming contact source names to public names 2018-12-28 16:06:40 +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
14478e77ed fix #335, add a menu item for calling unknown numbers from Recents 2018-12-27 21:33:04 +01:00
tibbi
65e8f58fa3 do not show the Filter menu button at Recents fragment 2018-12-27 20:54:53 +01:00
tibbi
2c1218870d catch and show exceptions thrown at adding blocked numbers 2018-12-27 20:27:23 +01:00
tibbi
4236414aa2 updating Commons + some crashfix 2018-12-27 20:26:07 +01:00
tibbi
9dffb0aea9 adding an Android OS version check at isDefaultDialer 2018-12-12 17:48:19 +01:00
tibbi
2c72491ee9 fix #262, invoke insert_or_edit at pressing a number at Recents 2018-11-30 19:34:27 +01:00
tibbi
443cfe600f improve recent call contact detection at clicking a Recent call item 2018-11-30 18:09:19 +01:00
tibbi
758c01ba98 hide the view/edit contact screen till the contact gets loaded 2018-11-30 18:06:20 +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
a8c3dcf23a properly handle generating contact uri for local contacts 2018-11-30 17:18:51 +01:00
tibbi
8fa8e05a7c properly handle not being the default dialer app at the Manage blocked calls screen 2018-11-30 17:08:08 +01:00
tibbi
7865aa93f6 adding a helper function for launching the setDefaultDialer intent 2018-11-30 16:53: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
4acee7d62b fixing the default dialer check 2018-11-30 16:40:26 +01:00
tibbi
7331217e8a adding a helper function for checking if the app is set as the default dialer 2018-11-30 16:35:21 +01:00
tibbi
b6e00fba44 allow editing blocked numbers 2018-11-30 16:13:07 +01:00
tibbi
841a13b068 create a dialog for adding new blocked numbers 2018-11-30 15:52:46 +01:00
tibbi
fa7a447369 properly handle removing blocked numbers from the managing activity 2018-11-30 15:38:18 +01:00
tibbi
64db7ac053 list the blocked numbers at the particular activity 2018-11-30 15:28:57 +01:00
tibbi
bf95eccce3 show the number blocking menu item at Recents only on Android 7+ 2018-11-30 15:15:15 +01:00
tibbi
4131aae576 add an activity for managing blocked numbers 2018-11-30 15:13:03 +01:00
tibbi
de096cb8c8 allow blocking numbers directly from Recents screen 2018-11-30 14:37:52 +01:00
tibbi
6fae60381f filter out blocked numbers earlier, right at fetching 2018-11-30 11:34:39 +01:00
tibbi
47a1ff142b filter out the blocked numbers from Recents 2018-11-30 11:10:56 +01:00
tibbi
a77323b160 fixing the number blocker settings button 2018-11-30 10:53:46 +01:00
tibbi
267a4c01c6 adding a settings button for managing blocked numbers 2018-11-30 10:42:08 +01:00
tibbi
1e6f001b02 fix #293, allow copying all fields from the View contact to clipboard with long press 2018-11-29 23:54:34 +01:00
tibbi
2cff407b96 properly show locally stored contact names at the Recents tab 2018-11-29 22:47:37 +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