Thanks etotheipi, but this is not the funcationality gweedo or I asked about.
Armory 0.93 and Bitcoin 0.10 support headers-first, but do not support SPV headers-only functionality. Headers-first still requires a full node that syncs with the entire chain, SPV allows for thin clients without storing any blocks.
SPV functionality is needed because many home ISP connections will not support running a full node with 20MB blocks or more. My home connection already has issues with bitcoind and I can not leave a full node running all the time (I have ~100kpbs up).
In this situation, if Armory does not support SPV then I might need to switch wallets, which I don't want to. One option is to run a full node in AWS and connect my home bitcoind only to that IP. This would enable my home node to download blocks only, which might be fine because the upload is the problem. But this costs money to run.
A better solution is for Armory to support SPV headers-only without running a full node. Yes, you are losing a little security without doing your own verification, but that is the trade off if you can't run a full node.
So, does Armory still plan to support SPV headers-only at some point?
Thanks,