 7c7b1f59a8
			
		
	
	
		7c7b1f59a8
		
			
		
	
	
	
	
		
			
			* Update build configuration * Update commonmark to 0.11.0 and android-gif to 1.2.14 * Add module `library-syntax` * Add default prism4j theme implementation * Add syntax highlight to sample app * Update syntax highlight to use SpannableStringBuilder * Working with syntax rendering * Add darkula theme to syntax highlight * Add attribute for image-loader module * Update version to 1.1.0-SNAPSHOT * Updating build configuration for snapshot publish * Add headingTypeface, headingTextSizes to SpannableTheme (#51) * Add headingTypeface to SpannableTheme, use a custom heading typeface in the sample app * Add headingTextSizes * Switching to headingTextSizeMultipliers, adding validating annotations, adding example * Consolidate logic, add crash if header index is out of bounds * Add small version clarifications * Introduce MediaDecoder abstraction for image-loader module * Switch to use SpannableFactory * Switch to use SpannableFactory for html parsing * Update sample application to add play-pause functionality for gifs * Small cleanup * Update prism4j version 1.1.0 * Update build configuration * Add README to library-syntax module * Update README
		
			
				
	
	
		
			21 lines
		
	
	
		
			683 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			683 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
| org.gradle.daemon=true
 | |
| org.gradle.jvmargs=-Xmx5g -Dfile.encoding=UTF-8
 | |
| #org.gradle.parallel=true
 | |
| org.gradle.configureondemand=true
 | |
| 
 | |
| android.enableBuildCache=true
 | |
| android.buildCacheDir=build/pre-dex-cache
 | |
| 
 | |
| VERSION_NAME=1.1.0
 | |
| 
 | |
| GROUP=ru.noties
 | |
| POM_DESCRIPTION=Markwon
 | |
| POM_URL=https://github.com/noties/Markwon
 | |
| POM_SCM_URL=https://github.com/noties/Markwon
 | |
| POM_SCM_CONNECTION=scm:git:git://github.com/noties/Markwon.git
 | |
| POM_SCM_DEV_CONNECTION=scm:git:git://github.com/noties/Markwon.git
 | |
| POM_LICENCE_NAME=The Apache Software License, Version 2.0
 | |
| POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
 | |
| POM_LICENCE_DIST=repo
 | |
| POM_DEVELOPER_ID=noties
 | |
| POM_DEVELOPER_NAME=Dimitry Ivanov |