Skip to content

Commit b5f1706

Browse files
committed
Initial commit of previous offline development
1 parent bb0a3a9 commit b5f1706

File tree

141 files changed

+16235
-1
lines changed

Some content is hidden

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

141 files changed

+16235
-1
lines changed

.classpath

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
5+
<attributes>
6+
<attribute name="owner.project.facets" value="java"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="src" path="resources"/>
10+
<classpathentry kind="lib" path="libs/joda-time-2.4.jar"/>
11+
<classpathentry kind="lib" path="libs/simple-xml-2.7.1.jar"/>
12+
<classpathentry kind="output" path="build/classes"/>
13+
</classpath>

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build/

.project

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>jollyday-android</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
21+
<nature>org.eclipse.jdt.core.javanature</nature>
22+
</natures>
23+
</projectDescription>

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# jollyday-android
2-
Jollyday holiday library for Android
2+
This library is an adaption of the [Jollyday](https://github.com/svendiedrichsen/jollyday) for the Android platform. Just like the original library, it can be used to determine the local holidays for different countries and regions.
3+
4+
The functionality of both libraries are the same. However, some parts have been rewritten, as Jollyday makes use of certain third-party libraries and technologies, which are not compatible with the Android platform. More specifically, [JAXB](https://jaxb.java.net/) has been replaced with [Simple XML](http://simple.sourceforge.net/) and the usage of the Java Beans Introspector has been avoided.

libs/joda-time-2.4.jar

572 KB
Binary file not shown.

libs/simple-xml-2.7.1.jar

418 KB
Binary file not shown.

0 commit comments

Comments
 (0)