Add test for DI constructability of SoneDownloader
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneDownloader.java
2011-01-01 David ‘Bombe’ RodenParse protocol version from sone XML, don’t parse if...
2010-11-27 David ‘Bombe’ RodenMerge branch 'message-recipient'
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1' into message-recipient
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC3' into message-recipient
2010-11-26 David ‘Bombe’ RodenAdd recipients to posts.
2010-11-18 David ‘Bombe’ RodenSet edition on parsed Sone.
2010-11-17 David ‘Bombe’ RodenStore the liked replies, too.
2010-11-17 David ‘Bombe’ RodenAdd method to download a Sone from a specific URI.
2010-11-17 David ‘Bombe’ RodenConvert the URI a Sone was downloaded from to USK befor...
2010-11-14 David ‘Bombe’ RodenParse client information from downloaded Sones.
2010-11-12 David ‘Bombe’ RodenDetect if a Sone has been changed back to the previous...
2010-11-10 David ‘Bombe’ RodenFix typo in log message.
2010-11-10 David ‘Bombe’ RodenCopy the identity from the original Sone, too.
2010-11-10 David ‘Bombe’ RodenAlways create a new Sone.
2010-11-05 David ‘Bombe’ RodenReturn the URI that was ultimately downloaded.
2010-11-02 David ‘Bombe’ RodenStore latest edition in Sone, update WoT properties...
2010-11-01 David ‘Bombe’ RodenToo many changes to list them all.
2010-10-29 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-29 David ‘Bombe’ RodenPrevent insert and request URIs from being overwritten...
2010-10-25 David ‘Bombe’ RodenRefactoring to allow several entry points for parseSone().
2010-10-24 David ‘Bombe’ RodenAdd birth date to profile.
2010-10-23 David ‘Bombe’ RodenMake parser a bit more tolerant for Sones with missing...
2010-10-23 David ‘Bombe’ RodenFix error message.
2010-10-23 David ‘Bombe’ RodenStore and parse replies in/from inserted Sone.
2010-10-23 David ‘Bombe’ RodenImplement “like” button.
2010-10-22 David ‘Bombe’ RodenParse known Sones correctly, don’t parse friends anymore.
2010-10-22 David ‘Bombe’ RodenDon‘t download a Sone more than once.
2010-10-21 David ‘Bombe’ RodenXML parsing is not thread-safe, synchronize on Sone...
2010-10-21 David ‘Bombe’ RodenActually parse friends and known Sones from a downloade...
2010-10-21 David ‘Bombe’ RodenDon’t register shutdown hooks for all Services.
2010-10-19 David ‘Bombe’ RodenAdd “unknown” Sone state, initialize local and remote...
2010-10-19 David ‘Bombe’ RodenSet status of Sone when downloading, prepare for fetch...
2010-10-17 David ‘Bombe’ RodenParse time from downloaded Sone.
2010-10-16 David ‘Bombe’ RodenDon’t forget to set the name of the Sone.
2010-10-16 David ‘Bombe’ RodenStore request URI in yet unknown Sones when parsing.
2010-10-16 David ‘Bombe’ RodenChange Sone downloading logic.
2010-10-16 David ‘Bombe’ RodenRemove warning about parameter assignment.
2010-10-16 David ‘Bombe’ RodenAdd javadoc comment.
2010-10-16 David ‘Bombe’ RodenDon’t watch local Sones for updates, we already have...
2010-10-16 David ‘Bombe’ RodenMake Sone parsing available from the outside.
2010-10-15 David ‘Bombe’ RodenSet modification counter to 0 after loading the Sone...
2010-10-15 David ‘Bombe’ RodenSet posts and replies in parsed Sones.
2010-10-15 David ‘Bombe’ RodenDon’t crash on parsing incorrect XML.
2010-10-15 David ‘Bombe’ RodenAllow Sone, Post, and Reply creation only through the...
2010-10-15 David ‘Bombe’ RodenAdd parsing stub.
2010-10-15 David ‘Bombe’ RodenAllow method chaining in Profile.
2010-10-14 David ‘Bombe’ RodenAdd Sone downloader.