Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-29 | Updated video player UI | daniel oeh | |
2013-11-16 | Move feed preferences above description section. closes #309 | daniel oeh | |
2013-10-19 | Updated translations | daniel oeh | |
2013-10-09 | strings.xml improvements | daniel oeh | |
2013-10-09 | Temporarily removed preference (again) | daniel oeh | |
Might be re-added later. | |||
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 | Increased margins in gpodder.net pocast list | daniel oeh | |
2013-10-03 | Improved tablet main screen layout. | daniel oeh | |
Reduced thumbnail size so that more items can be displayed at the same time. | |||
2013-10-03 | Merge branch 'pause-on-interrupt' of git://github.com/TomHennen/AntennaPod ↵ | daniel oeh | |
into TomHennen-pause-on-interrupt | |||
2013-09-28 | Improved layout of chaperlist | daniel oeh | |
2013-09-27 | Added loading screen to OrganizeQueueActivity | daniel oeh | |
2013-09-26 | Added launcher icon with higher resolution. fixes #146 | daniel oeh | |
2013-09-20 | Added FeedRemover message to strings.xml. fixes #279 | daniel oeh | |
2013-09-19 | Added option to set gpodder.net hostname | daniel oeh | |
2013-09-19 | Layout improvements in device authentication screen | daniel oeh | |
2013-09-15 | Fixed layout of error textview | daniel oeh | |
2013-09-15 | "Subscribe" button wasn't clickable on API 10 | daniel oeh | |
2013-09-15 | Fixed visibility of MenuItems | daniel oeh | |
Use custom namespace for "showAsAction" and "getMenuInflater" instead of "new MenuInflater" | |||
2013-09-15 | Improved error handling in gpodder.net directory | daniel oeh | |
2013-09-12 | MenuItems in ItemviewActivity were not displayed correctly. fixes #273 | daniel oeh | |
2013-09-12 | Merge branch 'TomHennen-move-to-top' into develop | daniel oeh | |
2013-09-11 | Merge branch 'release-0975' into develop | daniel oeh | |
2013-09-09 | Moved move to top/bottom menu options to EpisodesFragement from ↵ | Tom Hennen | |
FeedItemMenuHandler so that we can ensure the user was actually in the 'Queue' dropdown when they opened the menu. Also, move to top now only shows up if the item isn't already at the top, similarly, for move to bottom, it only shows up if the item isn't already at the bottom. | |||
2013-09-09 | Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵ | Tom Hennen | |
move-to-top | |||
2013-09-09 | Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵ | Tom Hennen | |
pause-on-interrupt | |||
2013-09-05 | Merge branch 'gpoddernet' into develop | daniel oeh | |
Conflicts: AndroidManifest.xml res/values/arrays.xml res/values/strings.xml res/xml/preferences.xml src/de/danoeh/antennapod/activity/PreferenceActivity.java | |||
2013-09-05 | Updated translations | daniel oeh | |
2013-09-04 | Improved layout of login GUI | daniel oeh | |
2013-09-02 | Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵ | Tom Hennen | |
move-to-top | |||
2013-09-02 | Upload changes instead of whole subscription list | daniel oeh | |
2013-09-01 | Added suggestions list | daniel oeh | |
Turned off at the moment | |||
2013-09-01 | Added dialog to change password | daniel oeh | |
2013-09-01 | Added subscription syncing | daniel oeh | |
2013-08-31 | Implemented authentication process | daniel oeh | |
2013-08-31 | Images in podcast directory should now be displayed correctly | daniel oeh | |
2013-08-31 | Added subscribe button to online feed view | daniel oeh | |
2013-08-31 | Temporarily disabled episode filter option | daniel oeh | |
This might be added again later | |||
2013-08-24 | Added search, taglist, pocdasttaglist etc. | daniel oeh | |
2013-08-22 | Improved AddFeedActivity layout, added gpodder.net toplist fragment | daniel oeh | |
2013-08-16 | Merge branch 'playback-speed' of git://github.com/TheRealFalcon/AntennaPod ↵ | daniel oeh | |
into playback-speed-tmp Conflicts: src/de/danoeh/antennapod/activity/AudioplayerActivity.java src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/service/PlaybackService.java src/de/danoeh/antennapod/util/playback/PlaybackController.java | |||
2013-08-16 | * updated code to reuse existing function for moving items in the queue | Tom Hennen | |
* added 'move to bottom' | |||
2013-08-16 | added move to top to individual items in the episode queue. Move to bottom ↵ | Tom Hennen | |
coming soon. | |||
2013-08-16 | Merge branch 'develop' into playback-speed | daniel oeh | |
Conflicts: pom.xml src/de/danoeh/antennapod/service/PlaybackService.java src/de/danoeh/antennapod/util/playback/PlaybackController.java | |||
2013-08-14 | updated name of the preference to use 'FocusLoss' rather than ↵ | Tom Hennen | |
'Notifications' to more accurately reflect what it does | |||
2013-08-14 | Adds an option to pause audio while audio focus is lost. This is helpful ↵ | Tom Hennen | |
when using navigation apps (for example) so that you can hear what the navigation app says and you don't miss whatever was being said on your podcast. Without this setting checked they may wind up talking over each other, which can be confusing. | |||
2013-08-14 | Fixed search | daniel oeh | |
2013-08-10 | Merge branch 'feedmanager_removal' into develop | daniel oeh | |
Conflicts: src/de/danoeh/antennapod/activity/DownloadLogActivity.java src/de/danoeh/antennapod/activity/FeedItemlistActivity.java src/de/danoeh/antennapod/activity/ItemviewActivity.java src/de/danoeh/antennapod/activity/MiroGuideChannelViewActivity.java src/de/danoeh/antennapod/activity/OrganizeQueueActivity.java src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/fragment/EpisodesFragment.java src/de/danoeh/antennapod/fragment/FeedlistFragment.java src/de/danoeh/antennapod/fragment/ItemDescriptionFragment.java src/de/danoeh/antennapod/fragment/ItemlistFragment.java |