Skip to content

Commit 3a6967c

Browse files
authored
Merge pull request #6 from prrvchr/v1.4.0
V1.4.0
2 parents 5fa53a4 + 54b135f commit 3a6967c

File tree

145 files changed

+2918
-1011
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+2918
-1011
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: prrvchr

README.md

Lines changed: 123 additions & 112 deletions
Large diffs are not rendered by default.

README_fr.md

Lines changed: 121 additions & 110 deletions
Large diffs are not rendered by default.

source/ezvcard/dist/ezvcard.jar

0 Bytes
Binary file not shown.

source/vCardOOo/.checkstyle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
4-
<fileset name="all" enabled="true" check-config-name="Google Checks" local="false">
4+
<fileset name="all" enabled="true" check-config-name="vCardOOo checkstyle" local="false">
55
<file-match-pattern match-pattern="." include-pattern="true"/>
66
</fileset>
77
</fileset-config>

source/vCardOOo/Drivers.xcu

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
║ ║
2525
╚════════════════════════════════════════════════════════════════════════════════════╝
2626
-->
27-
<oor:component-data oor:name="Drivers" oor:package="org.openoffice.Office.DataAccess"
28-
xsi:schemaLocation="http://openoffice.org/2001/registry/component-update.xsd"
29-
xmlns:xs="http://www.w3.org/2001/XMLSchema"
27+
<!DOCTYPE oor:component-data SYSTEM "component-update.dtd">
28+
<oor:component-data
29+
xmlns:install="http://openoffice.org/2004/installation"
3030
xmlns:oor="http://openoffice.org/2001/registry"
31-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
31+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
32+
oor:package="org.openoffice.Office.DataAccess"
33+
oor:name="Drivers">
3234
<node oor:name="Installed">
3335
<node oor:name="sdbc:address:vcard:*" oor:op="replace">
3436
<prop oor:name="Driver">
@@ -129,3 +131,4 @@
129131
</node>
130132
</node>
131133
</oor:component-data>
134+

source/vCardOOo/Options.xcs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,16 @@
2424
║ ║
2525
╚════════════════════════════════════════════════════════════════════════════════════╝
2626
-->
27-
<oor:component-schema oor:name="vCardOOo" oor:package="io.github.prrvchr"
28-
xml:lang="en-US"
27+
<!DOCTYPE oor:component-schema SYSTEM "component-schema.dtd">
28+
<oor:component-schema
2929
xmlns:oor="http://openoffice.org/2001/registry"
3030
xmlns:xs="http://www.w3.org/2001/XMLSchema"
31-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
31+
oor:package="io.github.prrvchr"
32+
oor:name="vCardOOo"
33+
xml:lang="en-US">
3234
<component>
3335
<prop oor:name="AddressBookName" oor:type="xs:string" oor:localized="true"/>
3436
<prop oor:name="ReplicateTimeout" oor:type="xs:short"/>
3537
</component>
3638
</oor:component-schema>
39+

source/vCardOOo/Options.xcu

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
║ ║
2525
╚════════════════════════════════════════════════════════════════════════════════════╝
2626
-->
27-
<oor:component-data oor:name="vCardOOo" oor:package="io.github.prrvchr"
28-
xsi:schemaLocation="http://openoffice.org/2001/registry/component-update.xsd"
29-
xmlns:xs="http://www.w3.org/2001/XMLSchema"
27+
<!DOCTYPE oor:component-data SYSTEM "component-update.dtd">
28+
<oor:component-data
29+
xmlns:install="http://openoffice.org/2004/installation"
3030
xmlns:oor="http://openoffice.org/2001/registry"
31-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
31+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
32+
oor:package="io.github.prrvchr"
33+
oor:name="vCardOOo">
3234
<prop oor:name="AddressBookName">
3335
<value xml:lang="en">All my contacts</value>
3436
<value xml:lang="fr">Tous mes contacts</value>
@@ -37,3 +39,4 @@
3739
<value>600</value>
3840
</prop>
3941
</oor:component-data>
42+

source/vCardOOo/OptionsDialog.xcu

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
║ ║
2525
╚════════════════════════════════════════════════════════════════════════════════════╝
2626
-->
27-
<oor:component-data oor:name="OptionsDialog" oor:package="org.openoffice.Office"
28-
xsi:schemaLocation="http://openoffice.org/2001/registry/component-update.xsd"
29-
xmlns:xs="http://www.w3.org/2001/XMLSchema"
27+
<!DOCTYPE oor:component-data SYSTEM "component-update.dtd">
28+
<oor:component-data
29+
xmlns:install="http://openoffice.org/2004/installation"
3030
xmlns:oor="http://openoffice.org/2001/registry"
31-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
31+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
32+
oor:package="org.openoffice.Office"
33+
oor:name="OptionsDialog">
3234
<node oor:name="Nodes">
3335
<node oor:name="io.github.prrvchr.vCardOOo" oor:op="fuse">
3436
<prop oor:name="Label">
@@ -58,3 +60,4 @@
5860
</node>
5961
</node>
6062
</oor:component-data>
63+

source/vCardOOo/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#UNO project Ant build configuration file
2-
#Wed May 21 11:33:35 CEST 2025
2+
#Sun Oct 12 17:33:53 CEST 2025
33
office.install.dir=/opt/libreoffice7.6
44
sdk.dir=/opt/libreoffice7.6/sdk
55
uno.java.classpath=vinnie/dist/vinnie.jar, ezvcard/dist/ezvcard.jar, vCardOOo/lib/json-20250107.jar, vCardOOo/lib/UnoHelper.jar

0 commit comments

Comments
 (0)