Commit graph

99 commits

Author SHA1 Message Date
David M. Johnson
a5f56fe914 Merge pull request #36 from IgnacioDomingo/master
"chore: change e.printStackTrace to logging"

Thanks Ignacio!
2015-12-06 15:19:26 -05:00
David M. Johnson
a432e8d4d5 Merge pull request #37 from mishako/itunes-more-fields
"Support more iTunes tags"

Looks good to me. Thanks Misha!
2015-12-06 15:16:19 -05:00
David M. Johnson
a0753a6256 Merge pull request #32 from icyerasor/threading-extensions
Added atom threading extensions
2015-12-06 15:15:41 -05:00
mishako
91d8ea1c16 Support more itunes tags 2015-12-06 11:41:34 +01:00
Ignacio Domingo Martínez
29b25b8e31 style: apply new format style on changed files
reformatted the style of changed files using Google Code Style template
with indentation of 4 spaces and 160-character line width
2015-11-30 12:08:50 +01:00
icyerasor
abbb30bb66 include source in copyFrom 2015-11-30 11:56:21 +01:00
icyerasor
8b92511c60 rename param to source 2015-11-30 11:55:38 +01:00
Ignacio Domingo Martínez
749e545448 style: remove unused imports and standardized indentation
remove unused imports and standardized indentation
2015-11-26 10:00:22 +01:00
Ignacio Domingo Martínez
c1628e398d chore: change e.printStackTrace to logging
Change several classes to remove calls to printStackTrace of exceptions
and use instead of logging from SFL4J which is already used in the
project

Ammendment of previous commit so the format and whitespacing is the same
2015-11-26 09:13:20 +01:00
Dave Johnson
bb49c32dab Merge branch 'master' of https://github.com/rometools/rome-modules 2015-11-25 11:23:36 -05:00
Dave Johnson
dde467986d Ensure that all source files have the Apache Software License v2 header, got permission from Robert Cooper to change some files (with his copyright) that had only an LGPL header. 2015-11-25 11:22:40 -05:00
David M. Johnson
07b071e07d Merge pull request #34 from mishako/itunes-order-and-cc
Support for itunes:order and itunes:isClosedCaptioned (fixed). Thanks Misha!
2015-11-25 09:30:08 -05:00
David M. Johnson
edc28c35c1 Merge pull request #29 from mityi/master
Add AtomLink Module
2015-11-25 09:12:23 -05:00
mishako
bcb8b818f2 Support for itunes:order and itunes:isClosedCaptioned 2015-11-02 18:05:14 +01:00
Patrick Gotthard
b13909a67c Replaced hamcrest-all through hamcrest-library 2015-02-07 09:48:31 +01:00
icyerasor
4b5e4d9926 remove old, unused atomthread package / class 2014-12-27 21:02:07 +01:00
icyerasor
aa16b1a33b improve ThreadingModuleTest - also test source attribute 2014-12-26 18:45:52 +01:00
icyerasor
c6cdda53ce added newlines 2014-12-26 17:45:24 +01:00
icyerasor
63b23843a6 Added Atom Threading Extensions Module, see (http://purl.org/syndication/thread/1.0 - http://www.ietf.org/rfc/rfc4685.txt ) 2014-12-26 17:36:01 +01:00
Dmitry Rygalov
3f37f28b82 Add AtomLink Module 2014-10-25 20:05:40 +07:00
Patrick Gotthard
4c40079657 Prepared next development version 2014-06-04 22:20:56 +02:00
Patrick Gotthard
1d94466584 [maven-release-plugin] prepare for next development iteration 2014-06-04 00:57:10 +02:00
Patrick Gotthard
1d19722b0b [maven-release-plugin] prepare release rome-modules-1.5.0 2014-06-04 00:57:05 +02:00
Patrick Gotthard
69e2f079fe Prepared release 2014-06-04 00:18:10 +02:00
Patrick Gotthard
bb571acd4a Prepared release 2014-06-04 00:00:53 +02:00
Patrick Gotthard
42d08f1eda Removed "cyclic dependency" to parent POM 2014-05-30 16:44:27 +02:00
Patrick Gotthard
b744bfa464 Renamed and harmonized packages 2014-05-30 16:31:25 +02:00
Patrick Gotthard
0e26b54cfb Formatted and cleaned up sources 2014-05-13 19:28:29 +02:00
Patrick Gotthard
3abba8accf Harmonized serialVersionIds 2014-05-13 19:26:09 +02:00
Martin Kurz
0ceb7c9d9b check should be not null **and** not empty instead of not null **or**
not empty (fixes #28), replaced System.err output by Logger too
2014-04-29 21:04:42 +02:00
Patrick Gotthard
75faaa789f Added snapshot repository 2014-04-28 17:48:45 +02:00
Martin Kurz
01d9400eda added missing yweather configuration in rome.properties, fixed some
minor bugs, fixes #10
2014-04-20 21:24:40 +02:00
Martin Kurz
62af757574 just some source cleanup 2014-04-20 20:53:39 +02:00
Patrick Gotthard
8757d20686 Fixes #2 (NFE when parsing an invalid point value) 2014-04-18 21:39:58 +02:00
Patrick Gotthard
cd7a73d521 Renamed GeoRSSModule test class 2014-04-18 21:23:29 +02:00
Patrick Gotthard
60a61b926a Fixes #8 (NumberFormatException if duration is has decimals on
media:content)
2014-04-18 20:52:37 +02:00
Patrick Gotthard
8608efd489 Fixes #12 (NullPointerException in MediaRSS module: Scheme and value
cannot be null)
2014-04-18 20:03:07 +02:00
Patrick Gotthard
98a364431e Removed duplicate test 2014-04-18 20:02:48 +02:00
Patrick Gotthard
6b3ceb1cd7 Added test for issue 7 2014-04-18 19:44:23 +02:00
Patrick Gotthard
6831f8a4af Fixed NPE 2014-04-18 19:44:07 +02:00
Patrick Gotthard
6fc26e5b34 Added hamcrest-all dependency 2014-04-18 19:43:37 +02:00
Patrick Gotthard
33b89336c8 Fixes #7 (NumberFormatException if width="" on media:thumbnail) 2014-04-18 19:29:06 +02:00
Patrick Gotthard
358c9416e6 Refactored some code 2014-04-18 19:07:19 +02:00
Patrick Gotthard
bab710d701 Refactored some code 2014-04-18 18:59:33 +02:00
Patrick Gotthard
84d331a57e Replaced GeoRSSUtils#trimWhitespace by Strings#trimToEmpty 2014-04-18 18:38:16 +02:00
Martin Kurz
6c676c8c60 allow media urls with space (fixes #20) 2014-04-18 18:31:09 +02:00
Martin Kurz
8335c6d43a npe on parsing empty/whitespace only geo-rss point element catched
(fixes #27)
2014-04-18 17:51:21 +02:00
Martin Kurz
49cea1b1c5 config file for eclipse checkstyle plugin ignored 2014-04-18 17:19:50 +02:00
Patrick Gotthard
de3832b851 Migrated logging to SLF4J 2014-04-14 19:36:05 +02:00
Patrick Gotthard
1033b00b57 Removed useless TODOs 2014-04-13 20:39:21 +02:00