zhehaowang / ndnfit

NDNFit Android OpenmHealth pilot application based on professor Jung's work
GNU Lesser General Public License v3.0
2 stars 0 forks source link

The name prefix should be change when a user chooses a different identity #1

Closed zhtaoxiang closed 8 years ago

zhtaoxiang commented 8 years ago

Now the prefix is hard coded in NDNFitCommon.java. Need to be configured every time a user chooses a different identity.

zhehaowang commented 8 years ago

This is currently handled by this function, called here as well as here. Fixed in this commit 7 days ago. Let me know if you suspect there's still a problem.

Also, for now the identity choice is a one-time only thing; there's no UI interactions to clear a selected identity.