mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Fix date template (#3226)
* Add Traceur for getting meaningful RxJava stack traces (#1832) * Hotfix for overwrite issue in 2.8.0 (#1838) * This solution is an hotfix for overrite issue came back on 2.8.0 version. What I did is checking the extension, and if it is null, adding .jpg suffix. Because commons files always have suffixes, and we should compare file names after adding suffixes. Othervise overrides are possible. * Check if file title includes an extension already, by checking if is there any dot in it. * Fix logic error * Add uncovered tests * Remove unecessary line breaks * Make Javadocs more explicit * Versioning and changelog for v2.8.2 (#1842) * Versioning for v2.8.2 * Changelog for v2.8.2 * Fix data template for other source
This commit is contained in:
		
							parent
							
								
									dd76110c87
								
							
						
					
					
						commit
						5c6ab3b253
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -28,8 +28,8 @@ public class  Contribution extends Media { | |||
|     //{{According to EXIF data|2009-01-09}} | ||||
|     private static final String TEMPLATE_DATE_ACC_TO_EXIF = "{{According to EXIF data|%s}}"; | ||||
| 
 | ||||
|     //{{date|2009|1|9}} → 9 January 2009 | ||||
|     private static final String TEMPLATE_DATA_OTHER_SOURCE = "{{date|%s}}"; | ||||
|     //2009-01-09 → 9 January 2009 | ||||
|     private static final String TEMPLATE_DATA_OTHER_SOURCE = "%s"; | ||||
| 
 | ||||
|     public static Creator<Contribution> CREATOR = new Creator<Contribution>() { | ||||
|         @Override | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Josephine Lim
						Josephine Lim