Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-16 | Made automatic flattr threshold configurable | daniel oeh | |
2014-07-13 | Removed "swipe to remove" from queue, replaced with context menu item. | daniel oeh | |
closes #462 | |||
2014-07-05 | Re-wrote FlattrClickWorker | daniel oeh | |
2014-06-29 | Added long-press menu for timecode links | daniel oeh | |
2014-06-16 | Implemented Feed-discovery in OnlineFeedView | daniel oeh | |
2014-06-15 | Replaced TimerDialog with HmsDialog from the BetterPickers-library | daniel oeh | |
2014-06-15 | Only report unknown keycode if PlaybackService is playing | daniel oeh | |
2014-06-07 | Make seek time configurable | David Reiss | |
A 30-second seek time is way to long for me. Make the seek duration a configurable preference. | |||
2014-06-07 | Show a toast when an unknown media key is pressed | David Reiss | |
This is just an idea. If people want more media keys supported, they will be able to use this toast to report exactly what key codes their hardware is generating. If you don't want to include this, just let me know and I can remove it from the pull request. | |||
2014-06-07 | Added 'new' indicator to all episodes view + layout improvements | daniel oeh | |
2014-05-20 | Added missing resource | daniel oeh | |
2014-05-19 | Removed unused resources, reduced number of lint warnings | daniel oeh | |
2014-05-19 | Merge branch 'newgui' into develop. closes #407 | daniel oeh | |
Conflicts: res/layout/feedinfo.xml | |||
2014-05-17 | Improved syncing speed for large amounts of feeds. fixes #371 | daniel oeh | |
- Bundle db operations in FeedSyncThread - Show "Processing downloads" message instead of "0 downloads left" | |||
2014-05-17 | Added playback speeds below 1.0. fixes #413 | daniel oeh | |
2014-05-17 | Added "swipe to refresh" in new episodes list | daniel oeh | |
2014-05-17 | Improved space usage of title area in episode dialog | daniel oeh | |
2014-05-17 | Improved spacing in FeedItemlist and Downloads list | daniel oeh | |
- Removed InternalFeedItemlistAdapter | |||
2014-05-11 | Split "new episodes" list into two lists | daniel oeh | |
2014-04-27 | Improved spacing | daniel oeh | |
2014-04-27 | Added icons to nav-items in navigation drawer | daniel oeh | |
2014-04-27 | Allow modification of feed username and password, propagate credentials to ↵ | daniel oeh | |
episodes. fixes #395 | |||
2014-04-27 | Made strings in Sleep timer dialog translatable. fixes #394 | daniel oeh | |
2014-04-26 | Merge branch 'develop' into newgui | daniel oeh | |
Conflicts: src/de/danoeh/antennapod/activity/MainActivity.java | |||
2014-04-26 | Improved fonts | daniel oeh | |
2014-04-21 | Added navigation drawer to audio player, fixed DownloadService notification | daniel oeh | |
2014-04-21 | Re-implemented menus | daniel oeh | |
2014-04-18 | Improved external player layout | daniel oeh | |
2014-04-18 | Added FeedItem dialog | daniel oeh | |
2014-04-17 | Added fragment for adding new podcasts | daniel oeh | |
2014-04-06 | Added downloads fragment | daniel oeh | |
2014-04-04 | Added queue fragment | daniel oeh | |
2014-04-03 | Added secondary button to new episodes list | daniel oeh | |
2014-04-01 | Added navigation drawer + new episodes fragment | daniel oeh | |
2014-03-22 | Restore subscriptions when the app is first started | Johan Liesén | |
Perform a subscription list restore when the app is started for the first time. Use a preference setting to figure out if the app is freshly installed or not. | |||
2014-03-17 | Added authentication notification | daniel oeh | |
2014-03-17 | Added authentication support to DownloadRequester and HttpDownloader | daniel oeh | |
2014-03-12 | Added single purpose app integration | daniel oeh | |
Antennapod will now import subscriptions from AntennaPodSP (https://github.com/danieloeh/AntennaPodSP) forks when launched | |||
2014-02-17 | Merge 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-15 | Replace 'cover' with 'picture' | daniel oeh | |
2014-02-14 | Added content descriptions to imagebuttons and imageviews | daniel oeh | |
2013-12-31 | Merge branch 'develop_flattr_queue_autoflattr' of ↵ | daniel oeh | |
git://github.com/peschmae0/AntennaPod into flattr_queue_autoflattr Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/PodDBAdapter.java | |||
2013-10-09 | strings.xml improvements | daniel oeh | |
2013-10-08 | Merge branch 'feed_preferences' into develop | daniel oeh | |
Conflicts: res/values/strings.xml src/de/danoeh/antennapod/storage/DBTasks.java src/de/danoeh/antennapod/storage/PodDBAdapter.java | |||
2013-10-08 | Added settings and description label to FeedInfoActivity, improved layout | daniel oeh | |
2013-10-08 | Add feed preference to include/exclude certain feeds from auto downloads | Michael Kaiser | |
2013-10-04 | Disable download log cleanup, handle media download before saving DownloadStatus | daniel oeh | |
Might resolve problems with failed downloads being reported as successful | |||
2013-10-03 | Merge branch 'pause-on-interrupt' of git://github.com/TomHennen/AntennaPod ↵ | daniel oeh | |
into TomHennen-pause-on-interrupt | |||
2013-09-29 | this consolidates the code from pull request #253 (flattr queue and auto ↵ | Simon Rutishauser | |
flattr) into a single commit, rebased onto the current development branch | |||
2013-09-20 | Added FeedRemover message to strings.xml. fixes #279 | daniel oeh | |