- it can be used to edit your data (currently in RAW format, field by field)
- it can save back to file
- English and French versions available (will look for the host language, can be forced with "--lang en")
+- remote synchronisation server (still in testing)
## TODO
- customisation of VIEW_CONTACT
- lot of other things
- correct UI for new contact/new data/edit data-types
-- remote synchronisation server since it was asked
## Screenshots
*/
public class Main {
static public final String APPLICATION_TITLE = "jVcard";
- static public final String APPLICATION_VERSION = "1.0-beta2-dev";
+ static public final String APPLICATION_VERSION = "1.0-beta3";
static private final int ERR_NO_FILE = 1;
static private final int ERR_SYNTAX = 2;
System.exit(ERR_SYNTAX);
return;
}
-
+
i18nDir = args[index];
} else {
filesTried = true;