mirror of
				https://github.com/SimpleMobileTools/Simple-File-Manager.git
				synced 2025-06-05 22:09:15 +02:00 
			
		
		
		
	update Release notes
This commit is contained in:
		| @@ -219,6 +219,7 @@ class MainActivity : SimpleActivity(), ItemsFragment.ItemInteractionListener, Br | ||||
|     private fun checkWhatsNewDialog() { | ||||
|         arrayListOf<Release>().apply { | ||||
|             add(Release(26, R.string.release_26)) | ||||
|             add(Release(28, R.string.release_28)) | ||||
|             checkWhatsNew(this, BuildConfig.VERSION_CODE) | ||||
|         } | ||||
|     } | ||||
|   | ||||
| @@ -2,6 +2,10 @@ | ||||
| <resources> | ||||
|  | ||||
|     <!-- Release notes --> | ||||
|     <string name="release_28"> | ||||
|         Added a Home Folder button\n | ||||
|         Added Favorites for easy access | ||||
|     </string> | ||||
|     <string name="release_26">Added color customization</string> | ||||
|  | ||||
| </resources> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user