Commit Graph

885 Commits

Author SHA1 Message Date
09b3f7f2f7 fix #268, use a different image placeholder for business contacts 2018-10-28 11:36:19 +01:00
6de4f09319 make an if/else check clearer 2018-10-28 11:23:13 +01:00
952cce20c0 renaming getFullName() to getNameToDisplay() 2018-10-28 11:20:56 +01:00
457110e869 fix #131, properly sort groups containing UTF characters 2018-10-28 11:07:59 +01:00
4f130fe402 fix #269, add placeholders at SelectContact activity 2018-10-27 18:24:16 +02:00
f620d87946 create a separate layout for the SelectContact activity 2018-10-27 17:45:23 +02:00
ca453ff04d properly compare contacts that have no name or organization, just email 2018-10-27 17:20:35 +02:00
b3bd0f182b trim the user email before displaying, just to be sure 2018-10-27 17:12:55 +02:00
f6347db55d show contact email as its name, if real name and oganization are empty 2018-10-27 17:12:30 +02:00
169b658d41 fix #278, add an option to show only contacts with phone numbers 2018-10-27 15:16:00 +02:00
5b16ebdcc2 fix #289, add a toggle for using 24 hours time format 2018-10-27 14:40:56 +02:00
507bdf32c2 handle a permissions issue related to setting contact photo 2018-10-27 14:28:33 +02:00
50897fe6c9 fix #164, removing some glitches related to picking new contact photos 2018-10-27 13:31:56 +02:00
458b735eb5 append "(Telegram)" after its contact source to make it clearer 2018-10-26 16:44:27 +02:00
ef3a61714a create some constants for apps with special handling 2018-10-26 13:40:00 +02:00
8b919078c8 set dirty to false when inserting a new account 2018-10-26 13:31:21 +02:00
307c168eee do not allow creating WhatsApp contacts with this app, it doesnt work that way 2018-10-26 13:26:34 +02:00
e5d1043962 removing some magic numbers 2018-10-26 12:29:12 +02:00
870c325032 removing some redundant code 2018-10-26 12:11:32 +02:00
80b8d5b4d1 updating commons to 5.2.10 2018-10-26 12:01:22 +02:00
6f7f59290e simplify the way of getting selected item positions 2018-10-16 12:44:35 +02:00
8023bef5f6 set the DIRTY flag to true at creating new contacts 2018-10-15 14:57:38 +02:00
073e759cac use the Commons helper function for getting selected item positions 2018-10-15 14:36:09 +02:00
bdac3fba05 updating Commons to 5.0.21 with adapter changes 2018-10-15 14:19:32 +02:00
98e527eba8 adding dialpad into release notes 2018-09-28 20:19:53 +02:00
c17e7ff47e do not allow creating contacts under Signal or Telegram accounts 2018-09-28 14:42:15 +02:00
241f57658d make sure the dialpad Call button is properly colored 2018-09-28 12:59:36 +02:00
877fe454fa add a Plus sign to 0 at the dialpad 2018-09-28 12:56:00 +02:00
27e1366339 adding a helper extension for filtering phone numbers 2018-09-28 12:02:04 +02:00
446db13091 allow some other chars except digits at the regex replacing 2018-09-28 11:57:57 +02:00
0ebe7bb286 treat long pressing the Zero at dialpad as Plus 2018-09-27 15:18:23 +02:00
d024bc7551 add a Call button at the dialpad activity 2018-09-27 15:09:01 +02:00
cacbbcedc1 replace the phone icon with a dialpad for getting to the dialpad 2018-09-27 14:49:31 +02:00
2f59a84748 avoid some null extras at third party intents 2018-09-27 14:00:55 +02:00
26061d8827 change the menu button text at the dialpad 2018-09-27 13:55:00 +02:00
02002297c0 fix #250, allow copying phone number to clipboard by long pressing it
Works at the View contact screen only
2018-09-27 12:19:40 +02:00
12c5f52092 fix #254, if there is no N and ORG fields at the given contact, only FN, treat it as an organization 2018-09-27 12:16:39 +02:00
11349a3112 highlight new phone number at adding it to an existing contact 2018-09-27 10:32:28 +02:00
5a9513b75d add haptic feedback to dialpad buttons 2018-09-26 23:45:27 +02:00
4b645b70b3 close the contact picker after successfull insert or edit 2018-09-26 23:27:42 +02:00
5e5de8b90a fix #166, properly handle intents adding numbers to existing contacts 2018-09-26 23:02:23 +02:00
78240eeb2b fill the list of contacts at insert_or_edit 2018-09-26 15:28:47 +02:00
a7b79f89ed add a label at the insert_or_edit activity 2018-09-26 14:47:28 +02:00
5d8d0dd7b0 implement the "Create new contact" button on the insert_or_Edit screen 2018-09-26 12:13:05 +02:00
e429b140e4 update the "Insert Or Edit" activity title 2018-09-26 11:45:25 +02:00
eb914ddfdf create a new activity for handling ACTION_INSERT_OR_EDIT intent 2018-09-26 10:11:13 +02:00
282594c125 adding a button at the dialpad for creating new contact from number 2018-09-25 23:34:43 +02:00
57f2ccf2f9 add a helper function for a more advanced check if a contact contains some numbers 2018-09-25 20:04:42 +02:00
04ce30cdbd improve the contact number fetching at the dialpad 2018-09-25 14:42:08 +02:00
04a7cfc9a5 try showing the searched phone number under contacts 2018-09-25 14:24:29 +02:00