Commit Graph

456 Commits

Author SHA1 Message Date
daniel oeh e29d117942 Implemented authentication process 2013-08-31 20:02:56 +02:00
daniel oeh 7df102daa3 Images in podcast directory should now be displayed correctly 2013-08-31 15:42:48 +02:00
daniel oeh a60ff4dd36 Added subscribe button to online feed view 2013-08-31 14:26:54 +02:00
daniel oeh 7b5964bae2 Temporarily disabled episode filter option
This might be added again later
2013-08-31 12:57:40 +02:00
daniel oeh 74b9bfdcc3 Added search, taglist, pocdasttaglist etc. 2013-08-24 14:23:31 +02:00
daniel oeh 1376b52848 Improved AddFeedActivity layout, added gpodder.net toplist fragment 2013-08-22 15:11:37 +02:00
daniel oeh 8337739ab4 Merge branch 'playback-speed' of git://github.com/TheRealFalcon/AntennaPod 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 21:22:35 +02:00
Tom Hennen b886c38308 * updated code to reuse existing function for moving items in the queue
* added 'move to bottom'
2013-08-16 15:19:56 -04:00
Tom Hennen 2d83b39c27 added move to top to individual items in the episode queue. Move to bottom coming soon. 2013-08-16 14:39:54 -04:00
daniel oeh f6c5251b98 Merge branch 'develop' into playback-speed
Conflicts:
	pom.xml
	src/de/danoeh/antennapod/service/PlaybackService.java
	src/de/danoeh/antennapod/util/playback/PlaybackController.java
2013-08-16 20:15:48 +02:00
Tom Hennen bd4c365c11 updated name of the preference to use 'FocusLoss' rather than 'Notifications' to more accurately reflect what it does 2013-08-14 12:47:04 -04:00
Tom Hennen 3f8e6c26a3 Adds an option to pause audio while audio focus is lost. This is helpful 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 12:26:03 -04:00
daniel oeh 6b69f7fe28 Fixed search 2013-08-14 17:22:13 +02:00
daniel oeh 8e16ad08c8 Merge branch 'feedmanager_removal' into develop
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
2013-08-10 16:10:32 +02:00
daniel oeh 9f99013da4 Fix gradle issue 2013-08-07 20:38:39 +02:00
daniel oeh 05ad8fbfa3 Removed ActionbarSherlock dependency 2013-08-07 11:35:18 +02:00
daniel oeh e14525a14f Removed ViewPagerIndicator dependency 2013-08-06 20:02:30 +02:00
daniel oeh 75b13431fe Merge branch 'develop' into feedmanager_removal
Conflicts:
	src/de/danoeh/antennapod/activity/PreferenceActivity.java
	src/de/danoeh/antennapod/feed/FeedManager.java
	src/de/danoeh/antennapod/service/PlaybackService.java
	src/de/danoeh/antennapod/service/download/DownloadService.java
	src/de/danoeh/antennapod/service/download/DownloadStatus.java
	src/de/danoeh/antennapod/service/download/HttpDownloader.java
	src/de/danoeh/antennapod/storage/DownloadRequester.java
	src/de/danoeh/antennapod/storage/PodDBAdapter.java
	src/de/danoeh/antennapod/util/playback/PlaybackController.java
2013-08-05 14:57:37 +02:00
daniel oeh 3f5e2faff9 Do not display empty listview message while loading 2013-08-05 10:45:17 +02:00
daniel oeh 45dc22a044 Merged #200 into develop 2013-08-03 21:24:13 +02:00
daniel oeh 270f9e7869 Updated translations, added Czech, Azerbaijani, Portuguese 2013-05-17 22:00:10 +02:00
mat tso 12ac0f608d Add missing resources in string.xml 2013-05-15 23:51:16 +02:00
James Falcon 0a607117d6 Reduce default speeds to every .1 instead of every .05 so user doesn't have to do a lot of unchecking. Also, be consistant about where float or double is used and be consistent about which context is used for UserPreferences. 2013-05-13 21:53:44 -05:00
James Falcon 916074957f Variable speed playback as user preferences and customization of playback speed. 2013-05-09 16:02:15 -05:00
James Falcon b48c3807fd Merge branch 'playback-speed' into speed
Conflicts:
	res/values/arrays.xml
	res/values/strings.xml
	src/de/danoeh/antennapod/activity/PreferenceActivity.java
	src/de/danoeh/antennapod/service/PlaybackService.java
2013-05-06 21:48:18 -05:00
James Falcon 5b58466fd2 Added variable speed playback control as a global option. 2013-05-03 16:25:20 -05:00
daniel oeh 62d7a927ad Added buttons to control playback speed 2013-05-03 18:31:39 +02:00
daniel oeh e734097ea9 Moved update interval preference strings into strings.xml. Fixes #182 2013-04-30 18:09:04 +02:00
daniel oeh d086579e09 Episode cache size can now be set to 'unlimited' 2013-04-20 17:14:43 +02:00
daniel oeh 6eb0c58a08 Moved preference strings into strings.xml 2013-04-20 16:44:27 +02:00
daniel oeh 303e2a53df Merge branch 'master' of git://github.com/hzulla/AntennaPod into hzulla-master 2013-04-20 11:07:23 +02:00
Michael Kaiser 5b4fde69de Fix layout 2013-04-17 10:14:41 +02:00
Hanno Zulla 63cd69d06b removed a_moment_ago (looks silly and is hard to translate properly) 2013-04-16 15:49:32 +02:00
Hanno Zulla 7688265451 display most recent episode's date instead of last feed update 2013-04-16 14:57:22 +02:00
Hanno Zulla b5f4789865 changed dates in lists to relative timespans (e.g. "3 days ago") 2013-04-16 14:24:20 +02:00
Michael Kaiser a66d225b9f Make removal of queued items undoable 2013-04-15 18:53:52 +02:00
daniel oeh 7a33b7f96e Set line number of title textview in itemlist to 2.
This ensures that entries are equally high
2013-04-11 10:55:27 +02:00
daniel oeh 1ab5a09429 Updated header view layout 2013-04-10 11:46:17 +02:00
daniel oeh a6d68205a5 Improved external itemlist layout 2013-04-09 12:21:49 +02:00
daniel oeh 05a525876d Increased player button size, decreased title text size 2013-04-06 21:28:57 +02:00
daniel oeh 582107c13c Added landscape layout to audio player 2013-04-04 18:21:37 +02:00
daniel oeh ea874efbd0 Updated translations, added Italian(Italy) translation 2013-03-26 20:52:50 +01:00
daniel oeh 0da8b0acc9 Added option to disable auto-download 2013-03-25 10:50:38 +01:00
daniel oeh 498d8dbf1e Updated French translation 2013-03-22 12:59:50 +01:00
daniel oeh 96b70ce9ec Updated translations, added Catalan and Spanish (Spain) translation 2013-03-19 19:54:50 +01:00
daniel oeh fc156782f4 Merge branch 'queue_update' into develop 2013-03-10 19:40:50 +01:00
daniel oeh cbb3d46917 Switched back to standard divider height 2013-03-10 18:59:43 +01:00
daniel oeh d3f9fddfa8 Increased divider height in episodes list 2013-03-09 21:49:14 +01:00
daniel oeh e7c1336472 Use tabs instead of viewpager indicator in main screen 2013-03-09 21:43:51 +01:00
daniel oeh aeebcab202 Renamed 'new' list to 'waiting list' 2013-03-09 21:20:33 +01:00
daniel oeh 459fba9b54 Removed auto-queue preference, auto-queue is now always enabled 2013-03-09 11:19:31 +01:00
daniel oeh 6a784b7b31 Added episode cache size preference 2013-03-09 11:13:30 +01:00
daniel oeh 73d23773c5 Removed auto-delete preference 2013-03-09 11:00:44 +01:00
daniel oeh 3fde2349f9 Added preferences for configuring auto-download 2013-03-08 20:56:24 +01:00
daniel oeh 5876b98bb8 Implemented skip functionality 2013-03-07 20:02:23 +01:00
daniel oeh 98dec67b72 Use progressbar for showing the listening progress of an episode 2013-03-07 18:52:47 +01:00
daniel oeh ba0f294850 Removed 'status unread' indicator from queue 2013-03-07 16:07:10 +01:00
daniel oeh 5d9d38184f Merge branch 'online_feed_view' into develop 2013-03-06 21:04:37 +01:00
daniel oeh ec1992f36c empty list TextView displayed wrong text 2013-03-02 13:25:56 +01:00
daniel oeh 259e2c47bf Updated translations; added Danish, French, Romanian and Ukrainian
translation
2013-03-01 17:55:55 +01:00
daniel oeh faa23de4de Added default getView() implementation for itemlistadapter 2013-02-28 21:10:26 +01:00
daniel oeh eb09aff2e6 Adjusted layout margin 2013-02-23 17:19:04 +01:00
daniel oeh 816e66980e Use white background in 'organize queue' list for light theme 2013-02-23 13:35:19 +01:00
daniel oeh 8e9fecb267 Updated tablet layout 2013-02-23 13:28:31 +01:00
daniel oeh e6584734e8 Fixed spelling mistake 2013-02-23 11:05:19 +01:00
daniel oeh 4fca178972 Merge branch 'issue-39' into develop
Conflicts:
	res/values/ids.xml
2013-02-22 23:10:13 +01:00
daniel oeh cb82268f7d Added context menu to shownotes view 2013-02-21 18:13:41 +01:00
daniel oeh 51a06ef9e7 Added status indicator to external feeditemlist 2013-02-21 16:47:19 +01:00
daniel oeh 8c8e7044c3 Removed layout margin from listview 2013-02-21 14:54:22 +01:00
daniel oeh ef50c412c9 Implemented drag & drop reordering 2013-02-18 19:11:33 +01:00
daniel oeh 89d4bdc9c6 Created list layout for OrganizeActivity 2013-02-18 13:37:53 +01:00
daniel oeh d2649ce4b8 Created OrganizeQueueActivity 2013-02-18 12:49:16 +01:00
daniel oeh c3852f333c Removed 'share link' and 'share source link' from feedmenu 2013-02-13 21:24:43 +01:00
daniel oeh 235c073938 Improved status indicators of feeditemlist items 2013-02-12 00:56:51 +01:00
daniel oeh 5e001760d6 Improved layouts of itemlist items 2013-02-12 00:02:21 +01:00
daniel oeh 66cfd44413 improved layout of feedlist status indicators 2013-02-11 18:33:30 +01:00
daniel oeh d85b90f56e Added expandable notifications to PlaybackService 2013-02-10 16:19:25 +01:00
daniel oeh 5ee6e56386 Organized imports, added drawables to navigation buttons 2013-02-03 00:14:47 +01:00
daniel oeh f104b1bb19 Minor layout improvements 2013-02-02 23:36:00 +01:00
daniel oeh 2d2e8ef627 Improved content view of audio player activity 2013-02-02 23:14:31 +01:00
daniel oeh 4b9831603b Improved layout of player controls 2013-02-01 23:59:02 +01:00
daniel oeh 2566dd012d Added indicator for 'downloading' status 2013-01-28 23:48:25 +01:00
daniel oeh 481d3ea24a Added 'downloaded' imageview to episodes list 2013-01-28 23:30:24 +01:00
daniel oeh e67dab5ab2 Improved viewpager appearance 2013-01-28 23:02:06 +01:00
daniel oeh a1be742dd9 Improved list layouts 2013-01-27 20:20:13 +01:00
daniel oeh 74dd134848 Removed unused classes 2013-01-27 19:40:09 +01:00
daniel oeh a227e0ebfd Implemented queue and unread items menu 2013-01-27 19:37:49 +01:00
daniel oeh be9018e843 Merged queue and unread list 2013-01-27 00:53:06 +01:00
daniel oeh 96aa72c0ab Added OnClickListener for header view 2013-01-25 23:26:47 +01:00
daniel oeh bf14dced03 Added header views to external feeditemlists 2013-01-23 20:12:02 +01:00
daniel oeh 65d413cbb8 Created external feeditemlist adapters 2013-01-23 19:38:26 +01:00
daniel oeh 825ccd28c1 Improved performance of FeedItemMenuHandler's prepare method 2013-01-21 22:47:19 +01:00
daniel oeh ccd75800c9 increased clickable area of itemlist buttons 2013-01-20 23:33:44 +01:00
daniel oeh 287583d5c7 Use spinner icon instead of arrow for feeditemlist buttons 2013-01-20 23:22:11 +01:00
daniel oeh 7113656a0d Use standard text colors 2013-01-20 00:02:29 +01:00
daniel oeh daea0d4e30 Moved text sizes into dimens file 2013-01-19 23:38:41 +01:00
daniel oeh aa62e7c7ac Added Chinese and Portuguese (Brazil) translation 2013-01-13 20:13:16 +01:00
daniel oeh 3cee523a08 Updated translation, added Spanish translation 2013-01-04 10:48:39 +01:00
daniel oeh 0978fbacb1 improved strings.xml 2012-12-31 17:30:26 +01:00
daniel oeh 65491d5436 Added 'set to default folder' menu button 2012-12-30 21:51:59 +01:00
daniel oeh 236e467657 Added 'empty directory' warning 2012-12-30 21:45:55 +01:00
daniel oeh 6f8a582710 DirectoryChooser can now create new folders 2012-12-23 12:03:53 +01:00
daniel oeh a0127ad755 Added v14 layout 2012-12-23 11:10:51 +01:00
daniel oeh 2f86f4f4ae Implemented directory navigation 2012-12-23 11:09:05 +01:00
daniel oeh 8726ea18c0 Created layout for directorychooser 2012-12-22 23:55:35 +01:00
daniel oeh bf904781e6 Renamed podfetcher.xml to main.xml 2012-12-19 16:01:34 +01:00
daniel oeh 064f9bdb81 Updated translations 2012-11-28 15:51:15 +01:00
daniel oeh faca4457ee Added dark theme for videoplayer 2012-11-24 23:34:31 +01:00
daniel oeh 4c684b888b Updated arrays.xml 2012-11-23 20:15:21 +01:00
daniel oeh a8463d54f1 Selected list items are now highlighted with the correct color 2012-11-23 19:57:11 +01:00
daniel oeh 509423653d Added preference for setting the application theme 2012-11-23 19:42:51 +01:00
daniel oeh f2175dff16 Changed playerWidget theme to dark 2012-11-23 18:53:57 +01:00
daniel oeh caa00a97cb Added dark version of borderless button 2012-11-23 18:44:15 +01:00
daniel oeh 56b93247fe Fixed wrong background in mediaplayer and itemdescription 2012-11-20 20:15:01 +01:00
daniel oeh e01a656e9e Changed references to drawables in resources to references to attrs 2012-11-20 19:26:41 +01:00
daniel oeh 7f85891d59 Created styles for dark and light theme 2012-11-20 19:06:29 +01:00
daniel oeh 9d5d767a8a Added drawables for dark theme 2012-11-20 11:16:24 +01:00
daniel oeh d8098f3040 Added new status indicators to tablet layout 2012-11-17 15:23:43 +01:00
daniel oeh 8c3c04db7a Changed background color of external player to transparent 2012-11-17 14:24:06 +01:00
daniel oeh 385b11eae2 Added 'Playing' state 2012-11-16 19:36:21 +01:00
Michael Kaiser d32f49b274 Show number of "in progress" episodes for each feed 2012-10-23 15:54:55 +02:00
Michael Kaiser 528cda20d3 Indicate "unread"/"in progress" state of individual feed items 2012-10-23 15:54:46 +02:00
Michael Kaiser 56a06f98eb Simplified feeditemlist_item layout 2012-10-23 15:32:15 +02:00
Michael Kaiser 4e06688713 Removed duplicate string resources. 2012-10-21 22:33:05 +02:00
daniel oeh 9eef78109f Moved drawables from sdk folder into drawables folder 2012-10-14 12:56:36 +02:00
daniel oeh 6f4cf5fbdc Improved visibility change animation in videoplayer 2012-10-10 17:36:14 +02:00
daniel oeh 29d09dc481 Updated translations 2012-10-06 12:05:15 +02:00
daniel oeh c042145875 Moved Opml import button to AddfeedActivity, Opml export button to
preferences
2012-10-03 15:54:50 +02:00
daniel oeh 0b5fa1c612 Implemented PlaybackHistoryActivity 2012-10-03 14:52:50 +02:00
daniel oeh 7ea73f01ae Changed style of feedlist item 2012-10-01 12:53:44 +02:00
daniel oeh 33a1d78c38 Improved feedlist menu 2012-09-26 13:16:46 +02:00
daniel oeh 1efaf7c306 Updated German translation 2012-09-26 12:58:40 +02:00
daniel oeh 5bf64cbf5e Updated translations 2012-09-25 17:25:33 +02:00
daniel oeh 92feabbb5d DownloadRequester now throws an exception if request is invalid 2012-09-23 16:40:44 +02:00
daniel oeh 1872cd9c07 corrected mistakes in english version 2012-09-23 13:22:59 +02:00
daniel oeh 7a0297f937 Implemented auto-delete feature 2012-09-22 15:59:21 +02:00
daniel oeh bc91c382a0 Added support for 'Unknown Host' error message 2012-09-22 14:02:13 +02:00
daniel oeh 81fbf3bcb6 Auto-enqueue will now enqueue when the user starts the download 2012-09-21 13:31:54 +02:00
daniel oeh ea7b7bbb73 Added menu item to download all items in the queue 2012-09-21 13:07:44 +02:00
daniel oeh d71831e7ad Implemented 'enqueue all' 2012-09-21 12:57:34 +02:00
daniel oeh e25e3cab88 Improved layout of download log 2012-09-20 19:47:26 +02:00
daniel oeh 47b27cc07d Updated DownloadLogAdapter to support changes in DownloadStatus 2012-09-20 19:33:09 +02:00
daniel oeh 9633cd0c62 Ignore lint warnings in arrays.xml 2012-09-20 11:48:13 +02:00
daniel oeh b49aa41e24 Added German translation 2012-09-16 13:34:53 +02:00
daniel oeh e2a6a58d1a Added Russian translation (thanks older!) 2012-09-16 13:23:55 +02:00
daniel oeh 4bd3aec642 Fixed typo 2012-09-15 14:16:38 +02:00
daniel oeh 858cdc6233 swapped position of 'refresh' and 'add feed' items 2012-09-14 15:24:41 +02:00
daniel oeh c97c21990a layout adjustments 2012-09-13 11:39:31 +02:00
daniel oeh 2c9bbe9e87 Added missing strings to resource file 2012-09-13 11:18:17 +02:00
daniel oeh 98d75f6e61 improved structure of strings.xml 2012-09-11 22:06:25 +02:00