If a repo was configured with a fingerprint, but it has not yet updated and gotten the pubkey from the index.jar, then it will be in an "unverified" state, i.e. the signing key fingerprint is stored, but it has not yet been used to check against the pubkey in the index.jar
		
			
				
	
	
		
			6 lines
		
	
	
		
			198 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			198 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<resources>
 | 
						|
    <color name="signed">#ffcccccc</color>
 | 
						|
    <color name="unsigned">#ffCC0000</color>
 | 
						|
    <color name="unverified">#ff999999</color>
 | 
						|
</resources> |