Commit Graph

442 Commits

Author SHA1 Message Date
b1c8b5a941 remove the "Call contact on click" setting 2018-02-10 21:55:28 +01:00
67511c07d0 move some edit and view shared functions into ContactActivity 2018-02-10 21:50:38 +01:00
32a9fa6884 create a separate activity for viewing contact details, without editing 2018-02-10 21:19:34 +01:00
e1406b231d add some null checks at addFavoritesDialog 2018-02-10 16:51:19 +01:00
b8b118c62c catch exceptions thrown at looking up contacts 2018-02-10 16:49:50 +01:00
3c834fe521 add null checks at search query change updates 2018-02-10 16:43:47 +01:00
b2fe9e6be3 add a toggle for avoiding showing Whats New on startup 2018-02-03 23:53:45 +01:00
e66ec05ba6 add the info declaring quoted-printable at exported vcf when necessary 2018-02-03 23:47:45 +01:00
6fd7714725 properly encode exported names when appropriate 2018-02-03 23:17:19 +01:00
e4718ffa82 properly parse encoded names stretching to multiple lines too 2018-02-02 17:23:41 +01:00
d4be18cb81 fix #62, properly handle ansi encoded names 2018-02-02 16:29:14 +01:00
b72c6cb787 properly show the public contact source on all visible places 2018-02-02 13:57:24 +01:00
996a9ead0a show the modified contact source at the FilterContactSources adapter 2018-02-02 12:30:33 +01:00
3bb7860bb7 store the local account name too 2018-02-02 11:53:01 +01:00
f0a2f585b8 use a new model ContactSource 2018-02-02 11:30:11 +01:00
6f82aadcb9 store the local account type in shared prefs 2018-02-01 23:54:36 +01:00
2559fdd8c0 Merge pull request #57 from trubitsyn/patch-1
Some code improvements
2018-01-31 21:14:41 +01:00
da2219f160 shorten the search close code 2018-01-31 18:18:35 +01:00
2c5daff95c add some null checks to filtering contacts adapter entries at search 2018-01-31 18:04:26 +01:00
6db0091d1d Add private modifiers where applicable 2018-01-30 14:17:43 +03:00
526b0eaff5 Add const modifiers in Constants 2018-01-30 14:16:45 +03:00
e57bb9531b Replace deprecated MenuItemCompat.collapseActionView 2018-01-30 14:13:12 +03:00
04823c8fa4 Replace deprecated setOnPageChangeListener 2018-01-30 14:11:51 +03:00
7664a09697 allow saving contacts with empty account name 2018-01-29 23:39:41 +01:00
db019572a4 rename ContactActivity to EditContactActivity 2018-01-29 19:16:58 +01:00
d1152fb657 hide the thumbnail at Favorite selector when appropriate 2018-01-29 19:14:54 +01:00
7063b9ffd2 avoid recycling contact images if the activity is destroyed 2018-01-29 18:53:35 +01:00
197eb7b60c report all exceptions thrown during exporting contacts 2018-01-29 18:52:05 +01:00
8317a267b4 return empty contact source type for empty account names 2018-01-29 18:34:48 +01:00
c72a3cd604 make sure the contact list items have proper height even without thumbnail 2018-01-29 17:42:24 +01:00
7bf74e9e70 properly refresh contacts when thumbnail visibility changes 2018-01-29 16:44:36 +01:00
978b72af39 Use beVisibleIf on contact_tmb view 2018-01-28 00:25:05 +03:00
0a86ce2856 Add an option to show/hide contact thumbnails 2018-01-27 23:58:49 +03:00
79f4b38c8c allow empty accountName at getting a specific contact info too 2018-01-23 21:18:31 +01:00
d2d5f306e2 adding some null checks 2018-01-23 21:16:58 +01:00
2606456255 catch and report errors thrown at obtaining phone numbers and emails 2018-01-23 21:15:23 +01:00
71d40b0e08 ignore phone number entries without a number 2018-01-23 21:13:12 +01:00
83418936f5 fix #4, properly import contacts exported from Thunderbird 2018-01-23 21:04:13 +01:00
d59f2277ab allow empty account name at contact fetching 2018-01-23 20:40:02 +01:00
a916827b47 show the empty placeholder if search gives no results 2018-01-23 20:38:21 +01:00
13f5fbc859 allow sharing multiple handpicked contacts at once 2018-01-15 23:49:03 +01:00
dc308a94dc allow sharing a contact via creating a vcf file 2018-01-15 23:42:03 +01:00
d17ec1ff4f handle importing contacts via opening vcf file intent 2018-01-15 23:19:16 +01:00
eefb6a1dab handle exporting base64 encoded contact images 2018-01-15 22:09:30 +01:00
f729b0de6a move the Inserting... toast to ContactActivity 2018-01-15 21:47:21 +01:00
bd13b59e36 redraw the contacts list after changing the filters 2018-01-15 20:54:37 +01:00
135240564f add thumbnailUri to the contact model 2018-01-15 20:41:04 +01:00
052e17bed6 create a vcf file contacts exporter 2018-01-15 18:12:09 +01:00
ca463d056b creating the structure of contact exporting 2018-01-15 16:18:19 +01:00
04b345e0ac create the Export Contacts dialog 2018-01-15 16:01:24 +01:00