Commit Graph

426 Commits

Author SHA1 Message Date
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
0e1009b499 handle contact photo importing 2018-01-15 14:08:52 +01:00
69b68de511 properly parse phone numbers at Version 3 vcf files too 2018-01-15 00:06:53 +01:00
e0257c742d implement the actual contact importer parser 2018-01-14 23:26:56 +01:00
5717dd48ed remove some constants boilerplate by adding a more specific import 2018-01-14 22:54:06 +01:00
9950d5d3ce adding the Import Contacts dialog 2018-01-14 20:53:29 +01:00
82d10f8b18 add menu items for importing/exporting vcf files 2018-01-14 20:03:13 +01:00
68b9c4f5d2 add LeakCanary and storage permission back 2018-01-14 19:58:25 +01:00
13b7a1cb61 update commons to 3.7.2 2018-01-14 18:25:23 +01:00
90a51a407a ignore empty contact emails 2018-01-14 16:37:02 +01:00
fd180fcb53 adding a null check at closing the search 2018-01-08 13:26:07 +01:00
e9165ad41d couple Black & White theme improvements 2018-01-07 22:23:48 +01:00
09b41d2422 fix #28, lowering the number of bulk update lists 2018-01-06 08:29:46 +09:00
a1a2573047 fix #28, make the contacts beginning with the search string appear first 2018-01-03 12:11:25 +01:00
2b636f7240 fix some crashes at inflating some views 2018-01-03 11:44:10 +01:00
287fb4959c show an error if trying to save a contact without an account set (last field) 2018-01-02 23:40:15 +01:00
22b4dd0a19 do not show filter contact source dialog if theres no available sources 2018-01-02 23:30:29 +01:00