mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Improve credit line in image list (#6295)
	
		
			
	
		
	
	
		
	
		
			Some checks are pending
		
		
	
	
		
			
				
	
				Android CI / Run tests and generate APK (push) Waiting to run
				
			
		
		
	
	
				
					
				
			
		
			Some checks are pending
		
		
	
	Android CI / Run tests and generate APK (push) Waiting to run
				
			- When author is not uploader, show both. - When failing to parse author from HTML, use structured data.
This commit is contained in:
		
							parent
							
								
									30762971db
								
							
						
					
					
						commit
						329a68216e
					
				
					 21 changed files with 363 additions and 81 deletions
				
			
		|  | @ -7,6 +7,7 @@ enum class WikidataProperties( | |||
| ) { | ||||
|     IMAGE("P18"), | ||||
|     DEPICTS(BuildConfig.DEPICTS_PROPERTY), | ||||
|     CREATOR(BuildConfig.CREATOR_PROPERTY), | ||||
|     COMMONS_CATEGORY("P373"), | ||||
|     INSTANCE_OF("P31"), | ||||
|     MEDIA_LEGENDS("P2096"), | ||||
|  |  | |||
|  | @ -1,7 +1,6 @@ | |||
| package fr.free.nrw.commons.wikidata.model.gallery | ||||
| 
 | ||||
| import com.google.gson.annotations.SerializedName | ||||
| import org.apache.commons.lang3.StringUtils | ||||
| 
 | ||||
| class ExtMetadata { | ||||
|     @SerializedName("DateTime") private val dateTime: Values? = null | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yusuke Matsubara
						Yusuke Matsubara