summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Niki Roo [Sat, 12 Mar 2016 12:23:17 +0000 (13:23 +0100)]
Add some comparisons methods, fix the existing checks
Niki Roo [Fri, 11 Mar 2016 12:01:18 +0000 (13:01 +0100)]
Resources: now allow "--config" and external .properties files
Niki Roo [Fri, 11 Mar 2016 08:32:10 +0000 (09:32 +0100)]
Some fixes (crash when adding raw "x=" field, "dirty" handling)
Niki Roo [Wed, 9 Mar 2016 13:29:52 +0000 (14:29 +0100)]
Woops. (List#addAll() does not accept NULL.)
Niki Roo [Wed, 9 Mar 2016 13:11:39 +0000 (14:11 +0100)]
Fix version, move list management from Card/Contact/... into BaseClass
Niki [Wed, 9 Mar 2016 09:41:00 +0000 (10:41 +0100)]
Update README to link to auto-generated web page
Niki Roo [Wed, 9 Mar 2016 07:51:21 +0000 (08:51 +0100)]
Fix the translation problem since the Java compat update + fix README
Niki Roo [Tue, 8 Mar 2016 08:23:03 +0000 (09:23 +0100)]
Java 1.6+ compatibility (at least) instead of 1.8+ only
TODO: fix Locale problem (doesn't seem to work for non-default currently)
Niki Roo [Sun, 6 Mar 2016 17:54:51 +0000 (18:54 +0100)]
Beta2 relase
Should not crash on unknown colour, 'edit' now in 'view' mode, not
contact list anymore, can now edit/delete/add types, can set the group
of a data, can delete a data and a contact, can add a new contact (UI
still WIP)
Niki Roo [Fri, 4 Mar 2016 10:51:14 +0000 (11:51 +0100)]
Small fix in the VCF parser (now a bit quicker) and --help (--noutfa
does not exist anymore)
Niki Roo [Fri, 4 Mar 2016 09:50:40 +0000 (10:50 +0100)]
Translation system improvement (can now generate .properties files
programmatically with @Meta information included)
Niki Roo [Thu, 3 Mar 2016 20:20:24 +0000 (21:20 +0100)]
The format(s) of the contacts list is now exported to display.properties
Niki Roo [Thu, 3 Mar 2016 12:52:40 +0000 (13:52 +0100)]
Colours are now taken from a .properties file
Niki [Thu, 3 Mar 2016 10:22:22 +0000 (11:22 +0100)]
remove jar files from sources, should not be there
Niki Roo [Thu, 3 Mar 2016 10:13:17 +0000 (11:13 +0100)]
Fix UTF8 bug, create first executable JAR file
Niki Roo [Thu, 3 Mar 2016 09:42:16 +0000 (10:42 +0100)]
i18n: rework of the system + French translation
Niki Roo [Wed, 2 Mar 2016 13:09:28 +0000 (14:09 +0100)]
Fix text handling in Question and Edit modes
Niki [Tue, 1 Mar 2016 17:25:09 +0000 (18:25 +0100)]
Create README.md
Niki Roo [Tue, 1 Mar 2016 17:10:42 +0000 (18:10 +0100)]
Show some information in ContacTView (FN/N, email, phone, notes)
Niki Roo [Tue, 1 Mar 2016 15:45:07 +0000 (16:45 +0100)]
jdoc + some fixes
Niki Roo [Tue, 1 Mar 2016 12:51:42 +0000 (13:51 +0100)]
add license file from lanterna (LGPL 3)
Niki Roo [Tue, 1 Mar 2016 12:49:36 +0000 (13:49 +0100)]
Merge branch 'master' of elynx.fr:repo/jvcard
Niki Roo [Tue, 1 Mar 2016 12:45:14 +0000 (13:45 +0100)]
KeyAction management now more generic
Niki [Tue, 1 Mar 2016 12:32:24 +0000 (13:32 +0100)]
Initial commit
Niki Roo [Mon, 29 Feb 2016 19:17:15 +0000 (20:17 +0100)]
ImageText: jDoc
Niki Roo [Mon, 29 Feb 2016 18:57:13 +0000 (19:57 +0100)]
ImageText: fixes + new control + new modes
Niki Roo [Mon, 29 Feb 2016 15:48:46 +0000 (16:48 +0100)]
lanterna: update
Niki Roo [Mon, 29 Feb 2016 13:09:05 +0000 (14:09 +0100)]
Add text-image control and separate Edit/View contact
Niki Roo [Mon, 29 Feb 2016 10:35:59 +0000 (11:35 +0100)]
Fix --noutf, fix onAction being called to many times, lot of small fixes
Niki Roo [Fri, 26 Feb 2016 15:50:27 +0000 (16:50 +0100)]
Update lanterna, fix bugs, implement save...
Niki Roo [Thu, 25 Feb 2016 15:42:50 +0000 (16:42 +0100)]
Improve UI, take "dirty" check into account, move launcher to Main.java
Niki Roo [Wed, 24 Feb 2016 15:50:28 +0000 (16:50 +0100)]
Some changes to support Files
Niki Roo [Wed, 24 Feb 2016 13:38:05 +0000 (14:38 +0100)]
Move MainContent and its derivative to a new package, rework ContactList
to use it for other purposes, too
Niki Roo [Wed, 24 Feb 2016 09:27:48 +0000 (10:27 +0100)]
Initial commit