summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity
AgeCommit message (Collapse)Author
2014-05-19Cleaned up manifest, moved intent filters from AddFeedActivity to MainActivitydaniel oeh
2014-05-19Merge branch 'newgui' into develop. closes #407daniel oeh
Conflicts: res/layout/feedinfo.xml
2014-05-17Open drawer on first launchdaniel oeh
2014-04-28Bugfix: Title in audio player was invisible in some casesdaniel oeh
2014-04-27Fixed visibility issue with playback speed buttondaniel oeh
2014-04-27Prevent media files from being deleted after a failed downloaddaniel oeh
2014-04-27Made sure that the downloaded-attribute of FeedFile does not reach an ↵daniel oeh
inconsistent state (downloaded=false and file_url != null)
2014-04-27Allow modification of feed username and password, propagate credentials to ↵daniel oeh
episodes. fixes #395
2014-04-26Load data in onResume instead of onCreatedaniel oeh
2014-04-26Improved fontsdaniel oeh
2014-04-21Added navigation drawer to audio player, fixed DownloadService notificationdaniel oeh
2014-04-21Re-implemented menusdaniel oeh
2014-04-21Re-implemented searchdaniel oeh
2014-04-18Improved external player layoutdaniel oeh
2014-04-17Reimplemented ItemlistFragmentdaniel oeh
2014-04-17Added fragment for adding new podcastsdaniel oeh
2014-04-13Added playback history fragmentdaniel oeh
2014-04-06Merge branch 'backup' of git://github.com/liesen/AntennaPod into liesen-backupdaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/MainActivity.java Moved calls to BackupManager from PodDBAdapter to DBWriter
2014-04-06Added downloads fragmentdaniel oeh
2014-04-04Added queue fragmentdaniel oeh
2014-04-01Added navigation drawer + new episodes fragmentdaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-28Enable screen timeout when video is paused. closes #368daniel oeh
2014-03-25Navigation bar icons in audio player were not displayed correctlydaniel oeh
2014-03-24Restore happens by itself upon app installJohan Liesén
2014-03-22Restore subscriptions when the app is first startedJohan 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-17Improved layout of AddFeedActivitydaniel oeh
Confirm-button was moved up because it actually belongs to the 'Add podcast by URL' section.
2014-03-17Added authentication dialog to OnlineFeedViewActivitydaniel oeh
2014-03-17Implemented DownloadAuthenticationActivitydaniel oeh
2014-03-04Keep screen on when playing video. fixes #362daniel 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-24Fixed behavior of flattr button in MediaPlayerActivitydaniel oeh
2014-02-23played_duration was updated incorrectlydaniel 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-15Moved communication with DownloadService into DownloadObserverdaniel oeh
2014-02-14Added content descriptions to imagebuttons and imageviewsdaniel oeh
2014-02-10Fixed issue with switching between audio and video playerdaniel oeh
2014-02-10Bugfix: Video was paused when starteddaniel oeh
2014-01-01Re-enable support for the "Flattr this app" item in SettingsSimon Rutishauser
2013-12-31Merge 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-12-30Use AspectRatioVideoView instead of standard video viewdaniel oeh
2013-12-29Updated video player UIdaniel oeh
2013-12-29Adapted remaining classes to new playback service modeldaniel oeh
2013-12-15Created playback package inside service packagedaniel oeh
2013-11-16Theme in gpodder.net authentication screen was set incorrectly. fixes #310daniel oeh
2013-11-16Updated dependency version numbers, removed workaround for actionmode bugdaniel oeh
2013-10-19Fixed menu item visibilitydaniel oeh
2013-10-08Merge branch 'feed_preferences' into developdaniel oeh
Conflicts: res/values/strings.xml src/de/danoeh/antennapod/storage/DBTasks.java src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-10-08Add feed preference to include/exclude certain feeds from auto downloadsMichael Kaiser
2013-10-05Applied Action Mode workaround to DownloadActivitydaniel oeh