I added a language support, at the moment just English and German. For new languages we just need to create a corresponding properties file.
I changed the database schema, I had problems with some wordpress feeds. Sometimes I got the post urls with http and sometimes https. I added a new column id which either contains a hash value of date and the title of the post or a hash of the post url when the feed doesn't provided any dates. This fixes the problem with the wordpress feeds, but when a post gets updated and was unread there will be to posts with the same title.
I added also the check box in so you can deactivate the notification bubble when he starts updating.
I think we should make the config dialog more user friendly and maybe split the code in more than one file.
I added a language support, at the moment just English and German. For new languages we just need to create a corresponding properties file. I changed the database schema, I had problems with some wordpress feeds. Sometimes I got the post urls with http and sometimes https. I added a new column id which either contains a hash value of date and the title of the post or a hash of the post url when the feed doesn't provided any dates. This fixes the problem with the wordpress feeds, but when a post gets updated and was unread there will be to posts with the same title.
I added also the check box in so you can deactivate the notification bubble when he starts updating.
I think we should make the config dialog more user friendly and maybe split the code in more than one file.