mirror of
				https://github.com/SimpleMobileTools/Simple-Contacts.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	add Address and Notes in release notes
This commit is contained in:
		@@ -396,6 +396,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
 | 
			
		||||
    private fun checkWhatsNewDialog() {
 | 
			
		||||
        arrayListOf<Release>().apply {
 | 
			
		||||
            add(Release(10, R.string.release_10))
 | 
			
		||||
            add(Release(11, R.string.release_11))
 | 
			
		||||
            checkWhatsNew(this, BuildConfig.VERSION_CODE)
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -2,6 +2,7 @@
 | 
			
		||||
<resources>
 | 
			
		||||
 | 
			
		||||
    <!-- Release notes -->
 | 
			
		||||
    <string name="release_11">Added Address and Notes fields</string>
 | 
			
		||||
    <string name="release_10">Allow storing contacts in a local database, hidden from other apps</string>
 | 
			
		||||
 | 
			
		||||
</resources>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user