Indexed colours, better image handling, lines cut at 74:
authorNiki Roo <niki@nikiroo.be>
Sun, 13 Mar 2016 11:12:32 +0000 (12:12 +0100)
committerNiki Roo <niki@nikiroo.be>
Sun, 13 Mar 2016 11:12:32 +0000 (12:12 +0100)
commit1c03abafc3987d93fa682e7b8758e51bed8a4faf
tree884fcad441413b9f5e1c0752971c6466288e72a6
parente253bd50bb05519f4a16fed4fb95d5b3340128ea
Indexed colours, better image handling, lines cut at 74:
- now supports indexed colours by number (fot theme colours)
- fix a freeze when the image data was not correct
- now cuts line at the 74/75 position when saving vcf
src/be/nikiroo/jvcard/Card.java
src/be/nikiroo/jvcard/Data.java
src/be/nikiroo/jvcard/TypeInfo.java
src/be/nikiroo/jvcard/parsers/Parser.java
src/be/nikiroo/jvcard/parsers/Vcard21Parser.java
src/be/nikiroo/jvcard/resources/Bundles.java
src/be/nikiroo/jvcard/resources/colors.properties
src/be/nikiroo/jvcard/tui/UiColors.java
src/be/nikiroo/jvcard/tui/panes/ContactDetails.java