summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/asynctask/FlattrClickWorker.java
AgeCommit message (Collapse)Author
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure
2014-07-06Increased use of library methodsdaniel oeh
2014-07-05Re-wrote FlattrClickWorkerdaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-05Fixed problems with FlattrClickWorker on Gingerbread0.9.8.2daniel oeh
2014-03-04Fixed FC when refreshing feeds on Gingerbread. fixes #361daniel oeh
2014-02-27Do not add things to the flattr queue if the user isn't logged indaniel oeh
- Bugfix: The no-token dialog was shown every time a feed was refreshed if the user wasn't logged in and had clicked the "flattr this" button before
2014-02-17Reformatted codedaniel oeh
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
Other changes: - Changed FlattrStatusFetcher into Thread-subclass - Changed auto-flattr mechanism so that it's compatible with the updated PlaybackService - Changed a couple of strings Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/DBWriter.java src/de/danoeh/antennapod/util/menuhandler/FeedItemMenuHandler.java src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java
2014-02-05* make FlattrClickWorker drop toast when launched interactivelySimon Rutishauser
as part of a flattr action (by explicitely flattring a thing) * make it report a notification when it was launched implicitly (when refreshing feeds) or when flattring failed followup on #331
2014-02-05* include error message from Flattr4j in notification (subText shows message ↵Simon Rutishauser
for first failed flattr) * big extensible flattr notification with full list of error messages followup on #331
2014-01-12avoid waiting on the GUI threaddaniel oeh
2014-01-02* directly update Feed/FeedItem FlattrStatus instead of writing back entire ↵Simon Rutishauser
Feed/FeedItem to database * fix race condition when fetching FlattrStatus * fix missing copy of Flattr status in Feed.updateFromOther() * fix feed reading from db, was missing FlattrStatus followup on #331
2014-01-01Re-enable support for the "Flattr this app" item in SettingsSimon Rutishauser
2013-09-29this consolidates the code from pull request #253 (flattr queue and auto ↵Simon Rutishauser
flattr) into a single commit, rebased onto the current development branch
2012-07-26Restored flattr integrationdaniel oeh
2012-07-26cleaned up packagesdaniel oeh
2012-07-22Removed flattr integration (not working)0.8_RC5daniel oeh
2012-07-22Bugfixesdaniel oeh
2012-07-22Replaced buildconfig condition with appconfig conditiondaniel oeh
2012-07-22Added DEBUG logging condition0.8_RC3daniel oeh
2012-07-21FlattrClickWorker is now showing a progress dialogdaniel oeh
2012-07-21Added link for flattr website of antennapoddaniel oeh
2012-07-21Fixed a bug that AsyncTasks were not working properly on api 11+daniel oeh
2012-07-20Fixed critical flattr bug0.8_RC2daniel oeh
2012-07-18Moved clicking action to main threaddaniel oeh