commit
a0e6f3c9f0
|
@ -42,3 +42,4 @@ libs
|
|||
src/de/danoeh/antennapod/util/flattr/FlattrConfig.java
|
||||
gradle.properties
|
||||
*.keystore
|
||||
*.p12
|
||||
|
|
13
.tx/config
13
.tx/config
|
@ -46,12 +46,17 @@ trans.vi = core/src/main/res/values-vi/strings.xml
|
|||
trans.vi_VN = core/src/main/res/values-vi-rVN/strings.xml
|
||||
|
||||
[antennapod.description]
|
||||
file_filter = description/<lang>.txt
|
||||
source_file = description/en.txt
|
||||
file_filter = app/src/main/play/<lang>/listing/fulldescription
|
||||
source_file = app/src/main/play/en-US/listing/fulldescription
|
||||
source_lang = en
|
||||
|
||||
[antennapod.shortdescription]
|
||||
file_filter = app/src/main/play/<lang>/listing/shortdescription
|
||||
source_file = app/src/main/play/en-US/listing/shortdescription
|
||||
source_lang = en
|
||||
|
||||
[antennapod.changelog]
|
||||
file_filter = changelog/<lang>.md
|
||||
source_file = CHANGELOG.md
|
||||
file_filter = app/src/main/play/<lang>/whatsnew
|
||||
source_file = app/src/main/play/en-US/whatsnew
|
||||
source_lang = en
|
||||
|
||||
|
|
363
CHANGELOG.md
363
CHANGELOG.md
|
@ -1,363 +0,0 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
Version 1.6.0
|
||||
-------------
|
||||
* New features:
|
||||
* Experimental Chromecast support
|
||||
* Subscription overview
|
||||
* Proxy support
|
||||
* Statistics
|
||||
* Manual gpodder.net sync
|
||||
* Fixes:
|
||||
* Audioplayer controls
|
||||
* Audio ducking
|
||||
* Video control fade-out
|
||||
* External media controls
|
||||
* Feed parsing
|
||||
|
||||
Version 1.5.0
|
||||
-------------
|
||||
* Exclude episodes from auto download by keyword
|
||||
* Configure feeds to prevent them from refreshing automatically
|
||||
* Improved audio player
|
||||
* Improved UI
|
||||
* Bug fixes
|
||||
|
||||
Version 1.4.1
|
||||
-------------
|
||||
* Performance improvements
|
||||
* Hardware buttons now ff and rewind instead of skipping
|
||||
* Option to have forward button skip
|
||||
* Option to send crash reports directly to developers
|
||||
* Highlight currently playing episode
|
||||
* Widget improvements
|
||||
|
||||
Version 1.4.0.12
|
||||
----------------
|
||||
* Fix for crash on Huawei devices (media buttons may not work)
|
||||
|
||||
Version 1.4
|
||||
-----------
|
||||
* BLUETOOTH PERMISSION: Needed to be able to resume playback when a Bluetooth device reconnects with your phone
|
||||
* VIBRATE PERMISSION: Used optionally with the sleep timer
|
||||
* Native variable speed playback (experimental via options)
|
||||
* Improved sleep timer
|
||||
* Mark episodes as 'favorite'
|
||||
* Notification can skip episodes
|
||||
* Keep episodes when skipping them
|
||||
* Episode art on lock screen
|
||||
* Flexible episode cleanup
|
||||
* Rewind after pause
|
||||
* Usability improvements
|
||||
* Bug fixes
|
||||
|
||||
Version 1.3
|
||||
-----------
|
||||
* Bulk actions on feed episodes (download, queue, delete)
|
||||
* Reduced space used by images
|
||||
* Automatic refresh at a certain time of day
|
||||
* Customizable indicators and sorting for feeds
|
||||
* Ability to share feeds
|
||||
* Improved auto download
|
||||
* Many fixes and usability improvements
|
||||
|
||||
Version 1.2
|
||||
-----------
|
||||
* Optionally disable swiping and dragging in the queue
|
||||
* Resume playback after phone call
|
||||
* Filter episodes in the Podcast feed
|
||||
* Hide items in the Nav drawer
|
||||
* Customize times for fast forward and rewind
|
||||
* Resolved issues with opening some OPML files
|
||||
* Various bug fixes and usability improvements
|
||||
|
||||
Version 1.1
|
||||
-----------
|
||||
* iTunes podcast integration
|
||||
* Swipe to remove items from the queue
|
||||
* Set the number of parallel downloads
|
||||
* Fix for gpodder.net on old devices
|
||||
* Fixed date problems for some feeds
|
||||
* Display improvements
|
||||
* Usability improvements
|
||||
* Several other bugfixes
|
||||
|
||||
Version 1.0
|
||||
-----------
|
||||
* The queue can now be sorted
|
||||
* Added option to delete episode after playback
|
||||
* Fixed a bug that caused chapters to be displayed multiple times
|
||||
* Several other improvements and bugfixes
|
||||
|
||||
|
||||
Version 0.9.9.6
|
||||
---------------
|
||||
* Fixed problems related to variable playback speed plugins
|
||||
* Fixed automatic feed update problems
|
||||
* Several other bugfixes and improvements
|
||||
|
||||
Version 0.9.9.5
|
||||
---------------
|
||||
* Added support for paged feeds
|
||||
* Improved user interface
|
||||
* Added Japanese and Turkish translations
|
||||
* Fixed more image loading problems
|
||||
* Other bugfixes and improvements
|
||||
|
||||
Version 0.9.9.4
|
||||
---------------
|
||||
* Added option to keep notification and lockscreen controls when playback is paused
|
||||
* Fixed a bug where episode images were not loaded correctly
|
||||
* Fixed battery usage problems
|
||||
|
||||
Version 0.9.9.3
|
||||
---------------
|
||||
* Fixed video playback problems
|
||||
* Improved image loading
|
||||
* Other bugfixes and improvements
|
||||
|
||||
Version 0.9.9.2
|
||||
---------------
|
||||
* Added support for feed discovery if a website URL is entered
|
||||
* Added support for 'next'/'previous' media keys
|
||||
* Improved sleep timer
|
||||
* Timestamps in shownotes can now be used to jump to a specific position
|
||||
* Automatic Flattring is now configurable
|
||||
* Several bugfixes and improvements
|
||||
|
||||
Version 0.9.9.1
|
||||
---------------
|
||||
* Several bugfixes and improvements
|
||||
|
||||
Version 0.9.9.0
|
||||
---------------
|
||||
* New user interface
|
||||
* Failed downloads are now resumed when restarted
|
||||
* Added support for Podlove Alternate Feeds
|
||||
* Added support for "pcast"-protocol
|
||||
* Added backup & restore functionality. This feature has to be enabled in the Android settings in order to work
|
||||
* Several bugfixes and improvements
|
||||
|
||||
Version 0.9.8.3
|
||||
---------------
|
||||
* Added support for password-protected feeds and episodes
|
||||
* Added support for more types of episode images
|
||||
* Added Hebrew translation
|
||||
* Several bugfixes and improvements
|
||||
|
||||
Version 0.9.8.2
|
||||
---------------
|
||||
* Several bugfixes and improvements
|
||||
* Added Korean translation
|
||||
|
||||
Version 0.9.8.1
|
||||
---------------
|
||||
* Added option to flattr an episode automatically after 80 percent of the episode have been played
|
||||
* Added Polish translation
|
||||
* Several bugfixes and improvements
|
||||
|
||||
Version 0.9.8.0
|
||||
---------------
|
||||
* Added access to the gpodder.net directory
|
||||
* Added ability to sync podcast subscriptions with the gpodder.net service
|
||||
* Automatic download can now be turned on or off for specific podcasts
|
||||
* Added option to pause playback when another app is playing sounds
|
||||
* Added Dutch and Hindi translation
|
||||
* Resolved a problem with automatic podcast updates
|
||||
* Resolved a problem with the buttons' visibility in the episode screen
|
||||
* Resolved a problem where episodes would be re-downloaded unnecessarily
|
||||
* Several other bugfixes and usability improvements
|
||||
|
||||
Version 0.9.7.5
|
||||
---------------
|
||||
* Reduced application startup time
|
||||
* Reduced memory usage
|
||||
* Added option to change the playback speed
|
||||
* Added Swedish translation
|
||||
* Several bugfixes and improvements
|
||||
|
||||
Version 0.9.7.4
|
||||
---------------
|
||||
* Episode cache size can now be set to unlimited
|
||||
* Removing an episode in the queue via sliding can now be undone
|
||||
* Added support for Links in MP3 chapters
|
||||
* Added Czech(Czech Republic), Azerbaijani and Portuguese translations
|
||||
* Several bugfixes and improvements
|
||||
|
||||
Version 0.9.7.3
|
||||
---------------
|
||||
* Bluetooth devices now display metadata during playback (requires AVRCP 1.3 or higher)
|
||||
* User interface improvements
|
||||
* Several bugfixes
|
||||
|
||||
Version 0.9.7.2
|
||||
---------------
|
||||
* Automatic download can now be disabled
|
||||
* Added Italian (Italy) translation
|
||||
* Several bugfixes
|
||||
|
||||
Version 0.9.7.1
|
||||
---------------
|
||||
* Added automatic download of new episodes
|
||||
* Added option to specify the number of downloaded episodes to keep on the device
|
||||
* Added support for playback of external media files
|
||||
* Several improvements and bugfixes
|
||||
* Added Catalan translation
|
||||
|
||||
Version 0.9.7
|
||||
-------------
|
||||
* Improved user interface
|
||||
* OPML files can now be imported by selecting them in a file browser
|
||||
* The queue can now be organized via drag & drop
|
||||
* Added expandable notifications (only supported on Android 4.1 and above)
|
||||
* Added Danish, French, Romanian (Romania) and Ukrainian (Ukraine) translation (thanks to all translators!)
|
||||
* Several bugfixes and minor improvements
|
||||
|
||||
Version 0.9.6.4
|
||||
---------------
|
||||
* Added Chinese translation (Thanks tupunco!)
|
||||
* Added Portuguese (Brazil) translation (Thanks mbaltar!)
|
||||
* Several bugfixes
|
||||
|
||||
Version 0.9.6.3
|
||||
---------------
|
||||
* Added the ability change the location of AntennaPod's data folder
|
||||
* Added Spanish translation (Thanks frandavid100!)
|
||||
* Solved problems with several feeds
|
||||
|
||||
Version 0.9.6.2
|
||||
---------------
|
||||
* Fixed import problems with some OPML files
|
||||
* Fixed download problems
|
||||
* AntennaPod now recognizes changes of episode information
|
||||
* Other improvements and bugfixes
|
||||
|
||||
Version 0.9.6.1
|
||||
---------------
|
||||
* Added dark theme
|
||||
* Several bugfixes and improvements
|
||||
|
||||
Version 0.9.6
|
||||
-------------
|
||||
* Added support for VorbisComment chapters
|
||||
* AntennaPod now shows items as 'in progress' when playback has started
|
||||
* Reduced memory usage
|
||||
* Added support for more feed types
|
||||
* Several bugfixes
|
||||
|
||||
|
||||
Version 0.9.5.3
|
||||
---------------
|
||||
* Fixed crash when trying to start playback on some devices
|
||||
* Fixed problems with some feeds
|
||||
* Other bugfixes and improvements
|
||||
|
||||
Version 0.9.5.2
|
||||
---------------
|
||||
* Media player now doesn't use network bandwidth anymore if not in use
|
||||
* Other improvements and bugfixes
|
||||
|
||||
Version 0.9.5.1
|
||||
---------------
|
||||
* Added playback history
|
||||
* Improved behavior of download report notifications
|
||||
* Improved support for headset controls
|
||||
* Bugfixes in the feed parser
|
||||
* Moved 'OPML import' button into the 'add feed' screen and the 'OPML export' button into the settings screen
|
||||
|
||||
Version 0.9.5
|
||||
-------------
|
||||
* Experimental support for MP3 chapters
|
||||
* New menu options for the 'new' list and the queue
|
||||
* Auto-delete feature
|
||||
* Better Download error reports
|
||||
* Several Bugfixes
|
||||
|
||||
Version 0.9.4.6
|
||||
---------------
|
||||
* Enabled support for small-screen devices
|
||||
* Disabling the sleep timer should now work again
|
||||
|
||||
Version 0.9.4.5
|
||||
---------------
|
||||
* Added Russian translation (Thanks older!)
|
||||
* Added German translation
|
||||
* Several bugfixes
|
||||
|
||||
Version 0.9.4.4
|
||||
---------------
|
||||
* Added player controls at the bottom of the main screen and the feedlist screens
|
||||
* Improved media playback
|
||||
|
||||
Version 0.9.4.3
|
||||
---------------
|
||||
* Fixed several bugs in the feed parser
|
||||
* Improved behavior of download reports
|
||||
|
||||
Version 0.9.4.2
|
||||
---------------
|
||||
* Fixed bug in the OPML importer
|
||||
* Reduced memory usage of images
|
||||
* Fixed download problems on some devices
|
||||
|
||||
Version 0.9.4.1
|
||||
---------------
|
||||
* Changed behavior of download notifications
|
||||
|
||||
Version 0.9.4
|
||||
-------------
|
||||
* Faster and more reliable downloads
|
||||
* Added lockscreen player controls for Android 4.x devices
|
||||
* Several bugfixes
|
||||
|
||||
Version 0.9.3.1
|
||||
---------------
|
||||
* Added preference to hide feed items which don't have an episode
|
||||
* Improved image size for some some screen sizes
|
||||
* Added grid view for large screens
|
||||
* Several bugfixes
|
||||
|
||||
Version 0.9.3
|
||||
-------------
|
||||
* MiroGuide integration
|
||||
* Bugfixes in the audio- and videoplayer
|
||||
* Automatically add feeds to the queue when they have been downloaded
|
||||
|
||||
Version 0.9.2
|
||||
-------------
|
||||
* Bugfixes in the user interface
|
||||
* GUID and ID attributes are now recognized by the Feedparser
|
||||
* Stability improvements when adding several feeds at the same time
|
||||
* Fixed bugs that occured when adding certain feeds
|
||||
|
||||
Version 0.9.1.1
|
||||
--------------------
|
||||
* Changed Flattr credentials
|
||||
* Improved layout of Feed information screen
|
||||
* AntennaPod is now open source! The source code is available at https://github.com/danieloeh/AntennaPod
|
||||
|
||||
Version 0.9.1
|
||||
-----------------
|
||||
* Added support for links in SimpleChapters
|
||||
* Bugfix: Current Chapter wasn't always displayed correctly
|
||||
|
||||
Version 0.9
|
||||
--------------
|
||||
|
||||
* OPML export
|
||||
* Flattr integration
|
||||
* Sleep timer
|
||||
|
||||
Version 0.8.2
|
||||
-------------
|
||||
|
||||
* Added search
|
||||
* Improved OPML import experience
|
||||
* More bugfixes
|
||||
|
||||
Version 0.8.1
|
||||
------------
|
||||
|
||||
* Added support for SimpleChapters
|
||||
* OPML import
|
|
@ -2,6 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
|
|||
|
||||
apply plugin: "com.android.application"
|
||||
apply plugin: "me.tatarka.retrolambda"
|
||||
apply plugin: 'com.github.triplet.play'
|
||||
|
||||
repositories {
|
||||
maven { url "https://jitpack.io" }
|
||||
|
@ -139,6 +140,11 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
play {
|
||||
serviceAccountEmail = '522080222319-compute@developer.gserviceaccount.com'
|
||||
pk12File = file('../serviceaccount-c3d7d0f61387.p12')
|
||||
}
|
||||
|
||||
// about.html is templatized so that we can automatically insert
|
||||
// our version string in to it at build time.
|
||||
task filterAbout {
|
||||
|
|
|
@ -42,4 +42,4 @@ Check out our Beta Testing programme to get the latest features first:
|
|||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visit GitHub to submit feature requests, bug reports and code contributions:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -1,6 +1,6 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
@ -14,29 +14,32 @@ IMPORT, ORGANIZE AND PLAY<br>
|
|||
• Take advantage of paged feeds (www.podlove.org/paged-feeds)
|
||||
|
||||
KEEP TRACK, SHARE & APPRECIATE<br>
|
||||
• Keep track of the best of the best by marking episodes as favourites<br>
|
||||
• Keep track of the best of the best by marking episodes as favorites<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
CONTROL THE SYSTEM<br>
|
||||
• Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adapt to your environment using the light and dark theme<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Join the AntennaPod community!</b><br>
|
||||
<b>Join the AntennaPod community!</b>
|
||||
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
|
||||
|
||||
GitHub is the place to go for feature requests, bug reports and code contributions:<br>
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
||||
Ask your question or give feedback via Twitter:
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
|
||||
Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Transifex is the place to help with translations:<br>
|
||||
Help translate the app to your mother tongue on Transifex:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:<br>
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
Check out our Beta Testing programme to get the latest features first:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visit GitHub to submit feature requests, bug reports and code contributions:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -1,5 +1,3 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
|
@ -30,13 +28,13 @@ CONTROL THE SYSTEM<br>
|
|||
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
|
||||
|
||||
GitHub is the place to go for feature requests, bug reports and code contributions:<br>
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
||||
www.github.com/AntennaPod/AntennaPod
|
||||
|
||||
Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Transifex is the place to help with translations:<br>
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:<br>
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
|
@ -0,0 +1 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
|
@ -0,0 +1 @@
|
|||
AntennaPod
|
|
@ -0,0 +1,11 @@
|
|||
* New features:
|
||||
* Subscription overview
|
||||
* Proxy support
|
||||
* Statistics
|
||||
* Manual gpodder.net sync
|
||||
* Fixes:
|
||||
* Audioplayer controls
|
||||
* Audio ducking
|
||||
* Video control fade-out
|
||||
* External media controls
|
||||
* Feed parsing
|
|
@ -1,6 +1,6 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
@ -14,29 +14,32 @@ IMPORT, ORGANIZE AND PLAY<br>
|
|||
• Take advantage of paged feeds (www.podlove.org/paged-feeds)
|
||||
|
||||
KEEP TRACK, SHARE & APPRECIATE<br>
|
||||
• Keep track of the best of the best by marking episodes as favourites<br>
|
||||
• Keep track of the best of the best by marking episodes as favorites<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
CONTROL THE SYSTEM<br>
|
||||
• Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adapt to your environment using the light and dark theme<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Join the AntennaPod community!</b><br>
|
||||
<b>Join the AntennaPod community!</b>
|
||||
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
|
||||
|
||||
GitHub is the place to go for feature requests, bug reports and code contributions:<br>
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
||||
Ask your question or give feedback via Twitter:
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
|
||||
Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Transifex is the place to help with translations:<br>
|
||||
Help translate the app to your mother tongue on Transifex:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:<br>
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
Check out our Beta Testing programme to get the latest features first:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visit GitHub to submit feature requests, bug reports and code contributions:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -0,0 +1 @@
|
|||
antennapod@googlegroups.com
|
|
@ -0,0 +1 @@
|
|||
https://github.com/AntennaPod/AntennaPod
|
|
@ -0,0 +1,20 @@
|
|||
AntennaPod je open-source správce podcastů pro Android 2.3.3 a novější. Nabízí všechny základní funkce, které můžete očekávat od podcast klienta, jako jsou přehrávání streamu a stahování epizod, automatické sledování jednotlivých podcastů nebo přidávání nových epizod do fronty pro pozdější poslech. Navíc AntennaPod umožňuje podpořit podcasty přímo z aplikace pomocí služby flattr.
|
||||
|
||||
Zatím jsou zavedeny tyto možnosti:
|
||||
|
||||
* Stahování a streamovaný poslech epizod
|
||||
* Různé rychlosti přehrávání (vyžaduje knihovnu Presto Sound nebo Prestissimo)
|
||||
* Podpora Atom a RSS zdrojů
|
||||
* Podpora pro zdroje a epizody chráněné heslem
|
||||
* Support for searching iTunes listings
|
||||
* OPML import a export
|
||||
* Integrace pro Flattr včetně automatického flattrování
|
||||
* Widget přehrávače na domácí obrazovku
|
||||
* Vyhledávání
|
||||
* Automatické sledování zdrojů
|
||||
* Automatické stahování nových epizod
|
||||
* Časovač vypnutí
|
||||
* Přístup do seznamu podcastů na gpodder.net
|
||||
* Synchronizace přihlášené služby na gpodder.net
|
||||
* Podporuje MP3 kapitoly, VorbisComment kapitoly a Podlove Simple Chapters
|
||||
* Podporuje stránkované kanály (http://podlove.org/paged-feeds/)
|
|
@ -0,0 +1 @@
|
|||
Open-source správce podcastu pro Android
|
|
@ -0,0 +1 @@
|
|||
AntennaPod
|
|
@ -0,0 +1,11 @@
|
|||
* New features:
|
||||
* Subscription overview
|
||||
* Proxy support
|
||||
* Statistics
|
||||
* Manual gpodder.net sync
|
||||
* Fixes:
|
||||
* Audioplayer controls
|
||||
* Audio ducking
|
||||
* Video control fade-out
|
||||
* External media controls
|
||||
* Feed parsing
|
|
@ -0,0 +1,45 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
||||
<b>All features:</b><br>
|
||||
IMPORT, ORGANIZE AND PLAY<br>
|
||||
• Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
|
||||
• Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
|
||||
• Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
|
||||
• Access password-protected feeds and episodes<br>
|
||||
• Take advantage of paged feeds (www.podlove.org/paged-feeds)
|
||||
|
||||
KEEP TRACK, SHARE & APPRECIATE<br>
|
||||
• Keep track of the best of the best by marking episodes as favorites<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
CONTROL THE SYSTEM<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adapt to your environment using the light and dark theme<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Join the AntennaPod community!</b>
|
||||
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
|
||||
|
||||
Ask your question or give feedback via Twitter:
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Help translate the app to your mother tongue on Transifex:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visit GitHub to submit feature requests, bug reports and code contributions:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -0,0 +1,20 @@
|
|||
AntennaPod er en open-source podcast afspiller for Android 2.3.3 og nyere. Den tilbyder alle basale features du forventer fra en podcastafspiller, som streaming og download af episoder, opdaterer automatisk feeds eller tilføjer dem automatisk i en kø så du kan høre dem senere. Derudover lader AntennaPod dig flattr podcasts og episoder inde i appen.
|
||||
|
||||
Indtil nu er følgende features blevet implementeret:
|
||||
|
||||
* Download og Streaming af episoder
|
||||
* Variabel afspilningshastighed (kræver Presto Sound Library eller Prestissimo)
|
||||
* Understøttelse af Atom og RSS feeds
|
||||
* Understøttelse af password-beskyttede feeds og episoder
|
||||
* Support for searching iTunes listings
|
||||
* OPML import og eksport
|
||||
* Flattr integration inkluderer automatisk flattring
|
||||
* Afspiller widget
|
||||
* Søg
|
||||
* Automatisk opdatering af feeds
|
||||
* Automatisk download af nye episoder
|
||||
* Sleep timer
|
||||
* Adgang til gpodder.net's podcast bibliotek
|
||||
* Synkronisering af abonnementer med gpodder.net's service
|
||||
* Understøtter af MP3 kapitler, VorbisComment kapitler and Podlove Simple Chapters
|
||||
* Understøtter side-delte feeds (http://podlove.org/paged-feeds/)
|
|
@ -0,0 +1 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
|
@ -0,0 +1 @@
|
|||
AntennaPod
|
|
@ -0,0 +1,11 @@
|
|||
* New features:
|
||||
* Subscription overview
|
||||
* Proxy support
|
||||
* Statistics
|
||||
* Manual gpodder.net sync
|
||||
* Fixes:
|
||||
* Audioplayer controls
|
||||
* Audio ducking
|
||||
* Video control fade-out
|
||||
* External media controls
|
||||
* Feed parsing
|
|
@ -0,0 +1,45 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
||||
<b>All features:</b><br>
|
||||
IMPORT, ORGANIZE AND PLAY<br>
|
||||
• Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
|
||||
• Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
|
||||
• Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
|
||||
• Access password-protected feeds and episodes<br>
|
||||
• Take advantage of paged feeds (www.podlove.org/paged-feeds)
|
||||
|
||||
KEEP TRACK, SHARE & APPRECIATE<br>
|
||||
• Keep track of the best of the best by marking episodes as favorites<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
CONTROL THE SYSTEM<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adapt to your environment using the light and dark theme<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Join the AntennaPod community!</b>
|
||||
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
|
||||
|
||||
Ask your question or give feedback via Twitter:
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Help translate the app to your mother tongue on Transifex:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visit GitHub to submit feature requests, bug reports and code contributions:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -0,0 +1,20 @@
|
|||
AntennaPod ist ein Open-Source Podcastmanager für Android 2.3.3+. Er bietet alle grundlegenden Funktionen, die Sie von einem Podcatcher erwarten. Dazu gehören das Streaming und Herunterladen von Episoden, alle Feeds automatisch zu aktualisieren oder sie einer Warteschlange hinzuzufügen, um sie später zu hören. Darüber hinaus können Sie mit AntennaPod Podcasts und Episoden aus der App heraus flattrn.
|
||||
|
||||
Bisher sind folgende Funktionen eingebaut:
|
||||
|
||||
* Herunterladen und Streamen von Episoden
|
||||
Variable Abspielgeschwindigkeit (benötigt Presto Sound Library oder Prestissimo)
|
||||
* Unterstützung von Atom- und RSS-Feeds
|
||||
* Unterstützung für Passwort-geschützte Feeds und Episoden
|
||||
* Unterstützung für Auflistungen die in iTunes gesucht werden
|
||||
* OPML-Import und -Export
|
||||
* Flattr-Integration, einschließlich automatischem Flattrn
|
||||
* Player-Homescreen-Widget
|
||||
* Suche
|
||||
* Automatische Feed-Aktualisierungen
|
||||
* Automatisches Herunterladen von neuen Episoden
|
||||
* Schlummerfunktion
|
||||
* Zugang zum gpodder.net-Verzeichnis hinzugefügt
|
||||
* Option zum Synchronisieren der Podcast-Abonnements mit dem gpodder.net-Service hinzugefügt
|
||||
* Unterstützt Kapitelmarken in MP3 und VorbisComment, sowie Podlove Simple Chapters
|
||||
* Unterstützt Paged Feeds (http://podlove.org/paged-feeds/)
|
|
@ -0,0 +1 @@
|
|||
Einfach zu benutzender und anpassbarer Open-Source Podcast-Manager
|
|
@ -0,0 +1 @@
|
|||
AntennaPod
|
|
@ -0,0 +1,12 @@
|
|||
* Neue Funktionen:
|
||||
* Unterstützung von Chromecast (experimentell)
|
||||
* Abonnement Übersicht
|
||||
* Unterstützung von Proxies
|
||||
* Statistiken
|
||||
* Manuelle Synchronization mit gpodder.net
|
||||
* Behobene Fehler:
|
||||
* Wiedergabesteuerung
|
||||
* Ducking (Absenken der Lautstärke bei anderen Signalen)
|
||||
* Ausblenden der Video-Steuerelemente
|
||||
* Externe Steuerelemente
|
||||
* Einlesen von Feeds
|
|
@ -0,0 +1 @@
|
|||
en-US
|
|
@ -0,0 +1,45 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
||||
<b>All features:</b><br>
|
||||
IMPORT, ORGANIZE AND PLAY<br>
|
||||
• Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
|
||||
• Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
|
||||
• Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
|
||||
• Access password-protected feeds and episodes<br>
|
||||
• Take advantage of paged feeds (www.podlove.org/paged-feeds)
|
||||
|
||||
KEEP TRACK, SHARE & APPRECIATE<br>
|
||||
• Keep track of the best of the best by marking episodes as favorites<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
CONTROL THE SYSTEM<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adapt to your environment using the light and dark theme<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Join the AntennaPod community!</b>
|
||||
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
|
||||
|
||||
Ask your question or give feedback via Twitter:
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Help translate the app to your mother tongue on Transifex:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visit GitHub to submit feature requests, bug reports and code contributions:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -1,5 +1,3 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
|
@ -35,6 +33,9 @@ https://www.github.com/AntennaPod/AntennaPod
|
|||
Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Have a question or want to give us feedback?
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Transifex is the place to help with translations:<br>
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
|
@ -0,0 +1 @@
|
|||
Easy-to-use, flexible and open-source podcast & radio manager and player
|
|
@ -0,0 +1 @@
|
|||
AntennaPod
|
|
@ -0,0 +1,11 @@
|
|||
* New features:
|
||||
* Subscription overview
|
||||
* Proxy support
|
||||
* Statistics
|
||||
* Manual gpodder.net sync
|
||||
* Fixes:
|
||||
* Audioplayer controls
|
||||
* Audio ducking
|
||||
* Video control fade-out
|
||||
* External media controls
|
||||
* Feed parsing
|
|
@ -0,0 +1,40 @@
|
|||
AntennaPod is un gestor y reproductor de podcast que te da acceso instantáneo a millones de podcast gratuitos y de pago, desde podcasters independientes a grandes estaciones como la BBC, NPR y CNN. Agrega, importa y exporta las fuentes de manera sencilla usando el listado de iTunes, archivos OPML o las URL de tipo RSS. Ahorra esfuerzo, batería y datos con los controles de descarga (a horas o intervalos específicos, o redes WiFi) y de borrado de episodios (basado en favoritos y ajustes de tiempo).<br>
|
||||
Y lo más importante: descarga, escucha en stream y disfrutalos como quieras con velocidad de reproducción variable, soporte para capítulos y temporizador de sueño. Incluso puedes mostrar tu gratitud a los creadores de contenido mediante Flattr.
|
||||
|
||||
Hecho por entusiastas del podcasting, AntennaPod es libre, gratuito y sin publicidad.
|
||||
|
||||
<b>Características:</b><br>
|
||||
IMPORTAR, ORGANIZAR Y REPRODUCIR<br>
|
||||
• Añadir e importar feeds mediante los directorios iTunes o gPodder.net, archivos OPML y los enlaces RSS y Atom<br>
|
||||
• Gestiona la reproducción desde cualquier parte: widget, notificación del sistema y controles de auricular y bluetooth<br>
|
||||
• Disfruta escuchando a tu manera ajustando la velocidad de reproducción, con soporte para capítulos (MP3, VorbisComment y Podlove), recordando la posición de reproducción y un temporizador de sueño (agita para reiniciar, bajada de volumen y ralentización)<br>
|
||||
• Accede a feeds y episodios protegidos con contraseña<br>
|
||||
• Accede a feeds paginados (www.podlove.org/paged-feeds)
|
||||
|
||||
RECUERDA, COMPARTE Y APRECIA
|
||||
• Ten localizado lo mejor de lo mejor marcando episodios como favoritos<br>
|
||||
• Encuentra ese episodio consultando el histórico o buscándolo (por título o por notas de episodio)<br>
|
||||
• Comparte episodios feeds con opciones avanzadas de redes sociales, email, servicios gPodder.net y exportación OPML<br>
|
||||
• Ayuda a los creadores de contenido con la integración Flatter, siendo posible hacer Flattr automático
|
||||
|
||||
CONTROLA EL SISTEMA<br>
|
||||
• Toma el control de la descarga automática: elige los feeds, excluye las redes móviles, elige redes WiFi específicas, hazlo sólo si el teléfono está cargando o a ciertas horas o intervalos<br>
|
||||
• Gestiona el almacenamiento configurando la cantidad de episodios en caché, configura borrado inteligente (basado en favoritos y el estado de reproducción) y eligiendo tu ubicación favorita<br>
|
||||
• Usa AntennaPod en tu idioma (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adáptate a tu entorno usando el tema claro u oscuro<br>
|
||||
• Haz backup de tus suscripciones usando gPodder.net o exportando a OPML
|
||||
|
||||
<b>¡Únete a la comunidad AntennaPod!</b><br>
|
||||
AntennaPod está en continuo desarrollo por voluntarios. ¡Tú también puedes contribuir, con tu código o con tus comentarios!
|
||||
|
||||
GitHub es el sitio que debes visitar para solicitar características nuevas, reportar fallos y contribuir con código<br>
|
||||
www.github.com/AntennaPod/AntennaPod
|
||||
|
||||
Nuestro Grupo de Google es el sitio para compartir tus ideas, tus momentos favoritos de podcasting y tu gratitud a los voluntarios:<br>
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Transifex es el sitio para ayudar con las traducciones:<br>
|
||||
www.transifex.com/antennapod/antennapod
|
||||
|
||||
Echa un vistazo a nuestro programa de Beta Testing para ser el primero en usar las nuevas características:<br>
|
||||
www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
|
@ -0,0 +1 @@
|
|||
Reproductor y gestor de podcast de código abierto, flexible y fácil de usar
|
|
@ -0,0 +1 @@
|
|||
AntennaPod
|
|
@ -0,0 +1,12 @@
|
|||
* Nuevas funciones:
|
||||
* Soporte Experimental de Chromecast
|
||||
* Subscription overview
|
||||
* Soporte para proxy
|
||||
* Estadísticas
|
||||
* Sincronización manual a gpodder.net
|
||||
* Correcciones:
|
||||
* Controles del reproductor de audio
|
||||
* Reducción de audio por canal (audio ducking)
|
||||
* Desvanecimiento del control de video
|
||||
* Controles para medios externos
|
||||
* Feed parsing
|
|
@ -1,6 +1,6 @@
|
|||
Reproductor y gestor de podcast de código abierto, flexible y fácil de usar
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
AntennaPod is un gestor y reproductor de podcast que te da acceso instantáneo a millones de podcast gratuitos y de pago, desde podcasters independientes a grandes estaciones como la BBC, NPR y CNN. Agrega, importa y exporta las fuentes de manera sencilla usando el listado de iTunes, archivos OPML o las URL de tipo RSS. Ahorra esfuerzo, batería y datos con los controles de descarga (filtros de episodios, a horas o intervalos específicos, o redes WiFi) y de borrado de episodios (basado en favoritos y ajustes de tiempo).<br>
|
||||
Y lo más importante: descarga, escucha en stream y disfrutalos como quieras con velocidad de reproducción variable, soporte para capítulos y temporizador de sueño. Incluso puedes mostrar tu gratitud a los creadores de contenido mediante Flattr.
|
||||
|
||||
Hecho por entusiastas del podcasting, AntennaPod es libre, gratuito y sin publicidad.
|
||||
|
@ -20,8 +20,8 @@ RECUERDA, COMPARTE Y APRECIA
|
|||
• Ayuda a los creadores de contenido con la integración Flatter, siendo posible hacer Flattr automático
|
||||
|
||||
CONTROLA EL SISTEMA<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Toma el control de la descarga automática: elige los feeds, filtra episodios según palabras clave, excluye las redes móviles, elige redes WiFi específicas, hazlo sólo si el teléfono está cargando o a ciertas horas o intervalos<br>
|
||||
• Gestiona el almacenamiento configurando la cantidad de episodios en caché, configura borrado inteligente (basado en favoritos y el estado de reproducción) y eligiendo tu ubicación favorita<br>
|
||||
• Usa AntennaPod en tu idioma (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adáptate a tu entorno usando el tema claro u oscuro<br>
|
||||
• Haz backup de tus suscripciones usando gPodder.net o exportando a OPML
|
||||
|
@ -38,7 +38,7 @@ https://groups.google.com/forum/#!forum/antennapod
|
|||
Ayuda a traducir la app a tu idioma en Transifex:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:
|
||||
Echa un vistazo a nuestro programa de Beta Testing para ser el primero en usar las nuevas características:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visita GitHub para enviar sugerencias, informes de fallos y aportes de código:
|
|
@ -0,0 +1,45 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
||||
<b>All features:</b><br>
|
||||
IMPORT, ORGANIZE AND PLAY<br>
|
||||
• Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
|
||||
• Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
|
||||
• Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
|
||||
• Access password-protected feeds and episodes<br>
|
||||
• Take advantage of paged feeds (www.podlove.org/paged-feeds)
|
||||
|
||||
KEEP TRACK, SHARE & APPRECIATE<br>
|
||||
• Keep track of the best of the best by marking episodes as favorites<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
CONTROL THE SYSTEM<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adapt to your environment using the light and dark theme<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Join the AntennaPod community!</b>
|
||||
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
|
||||
|
||||
Ask your question or give feedback via Twitter:
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Help translate the app to your mother tongue on Transifex:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visit GitHub to submit feature requests, bug reports and code contributions:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -0,0 +1,45 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
||||
<b>Kõik omadused:</b><br>
|
||||
IMPORDI, ORGANISEERI JA ESITA<br>
|
||||
• Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
|
||||
• Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
|
||||
• Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
|
||||
• Access password-protected feeds and episodes<br>
|
||||
• Kasuta ära lehekülgedeks jagatud voogusid (www.podlove.org/paged-feeds)
|
||||
|
||||
JÄLGI, JAGA JA HINDA<br>
|
||||
• Keep track of the best of the best by marking episodes as favorites<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
KONTROLLI SÜSTEEMI<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Kasuta AntennaPodi omaenda keeles (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH, ET)<br>
|
||||
• Kohandu oma keskkonnale valides heleda ja tumeda ekraani vahet<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Liitu AntennaPodi kogukonnaga!</b>
|
||||
AntennaPod on vabatahtlike poolt aktiivselt arendamisel. Ka sina võid anda oma osa kirjutades koodi või andes oma kommentaare!
|
||||
|
||||
Küsi küsimusi või anna tagasisidet läbi Twitteri:
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Aita tõlkida rakendust oma emakeelde Transifexis:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Vaata meie beeta testide programmi, et saada esimesena osa värskeimatest omadustest:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Külasta GitHubi, et esitada soove uute võimaluste kohta, lisada veateateid ja anda oma osa koodi kirjutamisesse:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -0,0 +1,363 @@
|
|||
Muudatuste nimekiri
|
||||
==========
|
||||
|
||||
Version 1.6.0
|
||||
-------------
|
||||
* New features:
|
||||
* Experimental Chromecast support
|
||||
* Subscription overview
|
||||
* Proxy support
|
||||
* Statistics
|
||||
* Manual gpodder.net sync
|
||||
* Fixes:
|
||||
* Audioplayer controls
|
||||
* Audio ducking
|
||||
* Video control fade-out
|
||||
* External media controls
|
||||
* Feed parsing
|
||||
|
||||
Versioon 1.5.0
|
||||
-------------
|
||||
* Exclude episodes from auto download by keyword
|
||||
* Configure feeds to prevent them from refreshing automatically
|
||||
* Parandasime helipleierit
|
||||
* Täiendasime kasutajaliidest
|
||||
* Veaparandused
|
||||
|
||||
Versioon 1.4.1
|
||||
-------------
|
||||
* Kiiruse täiendused
|
||||
* Hardware buttons now ff and rewind instead of skipping
|
||||
* Option to have forward button skip
|
||||
* Option to send crash reports directly to developers
|
||||
* Tõsta kuulatav saade esile
|
||||
* Vidina täiendused
|
||||
|
||||
Versioon 1.4.0.12
|
||||
----------------
|
||||
* Kokkujooksmine Huawei seadmetel on parandatud (meedia nupud ei pruugi töötada)
|
||||
|
||||
Versioon 1.4
|
||||
-----------
|
||||
* BLUETOOTH PERMISSION: Needed to be able to resume playback when a Bluetooth device reconnects with your phone
|
||||
* VIBRATE PERMISSION: Used optionally with the sleep timer
|
||||
* Native variable speed playback (experimental via options)
|
||||
* Improved sleep timer
|
||||
* Märgi saateid 'Lemmikuks'
|
||||
* Saateid saab vahele jätta teavitustest
|
||||
* Kui saade jäetakse vahele, siis seda ei kustutata
|
||||
* Saate pilt lukustutekraanil
|
||||
* Paindlik saadete kustutamine
|
||||
* Keri pärast pausi tagasi
|
||||
* Kasutusmugavuse täiendused
|
||||
* Veaparandused
|
||||
|
||||
Versioon 1.3
|
||||
-----------
|
||||
* Uudisvoo saadete hulgitöötlemine (allalaadimine, järjekorda panemine, kustutamine)
|
||||
* Piltide poolt kasutatavat ruumi vähendatakse
|
||||
* Automaatne värskendamine kindlal ajal päevas
|
||||
* Kohanda indikaatoreid ja uudisvoogude sorteerimist
|
||||
* Võimalus uudisvooge salvestada
|
||||
* Autmaatse allalaadimise parandamine
|
||||
* Paljud parandused ka kasutusmugavuse täiendused
|
||||
|
||||
Versioon 1.2
|
||||
-----------
|
||||
* Optionally disable swiping and dragging in the queue
|
||||
* Jätka kuulamist pärast telefonikõnet
|
||||
* Filter episodes in the Podcast feed
|
||||
* Peida kirjed menüüs
|
||||
* Customize times for fast forward and rewind
|
||||
* Parandatud on mõningate OPML failide avamisega seotud probleemid
|
||||
* Mitmed muud veaparandused ja kasutusmugavuse täiendused
|
||||
|
||||
Versioon 1.1
|
||||
-----------
|
||||
* iTunes podcastide tugi
|
||||
* Swipe to remove items from the queue
|
||||
* Set the number of parallel downloads
|
||||
* Fix for gpodder.net on old devices
|
||||
* Fixed date problems for some feeds
|
||||
* Välimuse täiendused
|
||||
* Kasutusmugavuse täiendused
|
||||
* Mitmed muud veaparandused
|
||||
|
||||
Versioon 1.0
|
||||
-----------
|
||||
* Järjekorda saab nüüd sorteerida
|
||||
* Lisatud on võimalus kustutada osa pärast selle esitamist
|
||||
* Parandatud on viga, mille tõttu näidati peatükke mitu korda
|
||||
* Mitmed muud veaparandused ja täiendused
|
||||
|
||||
|
||||
Versioon 0.9.9.6
|
||||
---------------
|
||||
* Fixed problems related to variable playback speed plugins
|
||||
* Automaatse uudisvoo uuendamise probleemide lahendamine
|
||||
* Mitmed muud veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.9.5
|
||||
---------------
|
||||
* Lisatud on lehekülgedeks jagatud uudisvoogude tugi
|
||||
* Kasutajaliidese täiendused
|
||||
* Lisasime jaapani ja türgi tõlked
|
||||
* Lahendasime veel pldilaadimise probleeme
|
||||
* Mitmed muud veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.9.4
|
||||
---------------
|
||||
* Lisatud on võimalus hoida teavitusribal ja lukustusekraanil nupud alles ka siis, kui esitamine on peatatud
|
||||
* Parandatud on viga, kus saadete pilte ei laadita korrektselt
|
||||
* Akukasutusprobleemide lahendamine
|
||||
|
||||
Versioon 0.9.9.3
|
||||
---------------
|
||||
* Video esitamise probleemide lahendamine
|
||||
* Pildi laadimise täiustamine
|
||||
* Mitmed muud veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.9.2
|
||||
---------------
|
||||
* Added support for feed discovery if a website URL is entered
|
||||
* Added support for 'next'/'previous' media keys
|
||||
* Improved sleep timer
|
||||
* Timestamps in shownotes can now be used to jump to a specific position
|
||||
* Automatic Flattring is now configurable
|
||||
* Erinevad veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.9.1
|
||||
---------------
|
||||
* Erinevad veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.9.0
|
||||
---------------
|
||||
* Uus kasutajaliides
|
||||
* Ebaõnnestunud allalaadimised taastatakse pärast taaskäivitamist
|
||||
* Podlove Alternate Feeds toe lisamine
|
||||
* "pcast"-protokoli toe lisamine
|
||||
* Added backup & restore functionality. This feature has to be enabled in the Android settings in order to work
|
||||
* Erinevad veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.8.3
|
||||
---------------
|
||||
* Added support for password-protected feeds and episodes
|
||||
* Added support for more types of episode images
|
||||
* Lisasime heebrea keele tõlke
|
||||
* Erinevad veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.8.2
|
||||
---------------
|
||||
* Erinevad veaparandused ja täiendused
|
||||
* Lisasime korea keele tõlke
|
||||
|
||||
Versioon 0.9.8.1
|
||||
---------------
|
||||
* Added option to flattr an episode automatically after 80 percent of the episode have been played
|
||||
* Lisasime poola keele tõlke
|
||||
* Erinevad veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.8.0
|
||||
---------------
|
||||
* Lisatud on ligipääs gpodder.net kataloogile
|
||||
* Added ability to sync podcast subscriptions with the gpodder.net service
|
||||
* Automatic download can now be turned on or off for specific podcasts
|
||||
* Added option to pause playback when another app is playing sounds
|
||||
* Lisasime hollandi ja hindi tõlked
|
||||
* Lahendatud on probleemid automaatsete taskuhäälingute uuendamisega
|
||||
* Resolved a problem with the buttons' visibility in the episode screen
|
||||
* Resolved a problem where episodes would be re-downloaded unnecessarily
|
||||
* Mitmed muud veaparandused ja kasutusmugavuse täiendused
|
||||
|
||||
Versioon 0.9.7.5
|
||||
---------------
|
||||
* Rakenduse käivitusaega on kiirendatud
|
||||
* Mälukasutuse vähendamine
|
||||
* Lisatud on võimalusi muuta esituskiirust
|
||||
* Lisasime rootsi keele tõlke
|
||||
* Erinevad veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.7.4
|
||||
---------------
|
||||
* Osade vahemälu suurust saab määrata nüüd piiramatuks
|
||||
* Removing an episode in the queue via sliding can now be undone
|
||||
* Lisatud on linkide tugi MP3 peatükkides
|
||||
* Lisasime tšehhi, azerbaidžaani ja portugali tõlked
|
||||
* Erinevad veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.7.3
|
||||
---------------
|
||||
* Bluetooth devices now display metadata during playback (requires AVRCP 1.3 or higher)
|
||||
* kasutajaliidese täiendused
|
||||
* Erinevad veaparandused
|
||||
|
||||
Versioon 0.9.7.2
|
||||
---------------
|
||||
* Automaatse allalaadimise saab nüüd keelata
|
||||
* Lisasime itaalia keele tõlke
|
||||
* Erinevad veaparandused
|
||||
|
||||
Versioon 0.9.7.1
|
||||
---------------
|
||||
* Lisasime nüüd uute osade automaatse allalaadimise
|
||||
* Added option to specify the number of downloaded episodes to keep on the device
|
||||
* Lisasime väliste failide esitamise toe
|
||||
* Mitmed muud veaparandused ja täiendused
|
||||
* Lisasime katalaani tõlke
|
||||
|
||||
Versioon 0.9.7
|
||||
-------------
|
||||
* Kasutajaliidese täiendused
|
||||
* OPML files can now be imported by selecting them in a file browser
|
||||
* Järjekorda saab nüüd muuta kirjete lohistamisega
|
||||
* Added expandable notifications (only supported on Android 4.1 and above)
|
||||
* Lisasime taani, prantuse, rumeenia ja ukraina tõlked (tänud kõigile tõlkijatele!)
|
||||
* Mitmed muud veaparandused ja väiksemad täiendused
|
||||
|
||||
Versioon 0.9.6.4
|
||||
---------------
|
||||
* Lisasime hiina keele tõlke (Tänud tupunco!)
|
||||
* Lisasime portugali (Brasiilia) tõlke (Täname mbaltar!)
|
||||
* Erinevad veaparandused
|
||||
|
||||
Versioon 0.9.6.3
|
||||
---------------
|
||||
* Lisatud on võimalus muuta AntennaPodi andmete kaust
|
||||
* Lisasime hispaania tõlke (Täname frandavid100!)
|
||||
* Parandasime probleemid mitmete uudisvoogudega
|
||||
|
||||
Version 0.9.6.2
|
||||
---------------
|
||||
* Parandatud on mõningate OPML failide importimisega seotud probleemid
|
||||
* Allalaadimise probleemide lahendamine
|
||||
* AntennaPod tunneb nüüd ära muudatused saadete infos
|
||||
* Muud veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.6.1
|
||||
---------------
|
||||
* Lisasime tumeda teema
|
||||
* Erinevad veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.6
|
||||
-------------
|
||||
* Added support for VorbisComment chapters
|
||||
* AntennaPod now shows items as 'in progress' when playback has started
|
||||
* Mälukasutuse vähendamine
|
||||
* Added support for more feed types
|
||||
* Erinevad veaparandused
|
||||
|
||||
|
||||
Versioon 0.9.5.3
|
||||
---------------
|
||||
* Fixed crash when trying to start playback on some devices
|
||||
* Fixed problems with some feeds
|
||||
* Mitmed muud veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.5.2
|
||||
---------------
|
||||
* Media player now doesn't use network bandwidth anymore if not in use
|
||||
* Muud veaparandused ja täiendused
|
||||
|
||||
Versioon 0.9.5.1
|
||||
---------------
|
||||
* Lisasime esitamise ajaloo
|
||||
* Improved behavior of download report notifications
|
||||
* Improved support for headset controls
|
||||
* Veaparandused uudisvoo lugejas
|
||||
* Moved 'OPML import' button into the 'add feed' screen and the 'OPML export' button into the settings screen
|
||||
|
||||
Versioon 0.9.5
|
||||
-------------
|
||||
* Experimental support for MP3 chapters
|
||||
* New menu options for the 'new' list and the queue
|
||||
* Automaatse kustutamise funktsioon
|
||||
* Better Download error reports
|
||||
* Erinevad veaparandused
|
||||
|
||||
Versioon 0.9.4.6
|
||||
---------------
|
||||
* Enabled support for small-screen devices
|
||||
* Disabling the sleep timer should now work again
|
||||
|
||||
Versioon 0.9.4.5
|
||||
---------------
|
||||
* Lisasime vene keele tõlke (Tänud older!)
|
||||
* Lisasime saksa keele tõlke
|
||||
* Erinevad veaparandused
|
||||
|
||||
Versioon 0.9.4.4
|
||||
---------------
|
||||
* Added player controls at the bottom of the main screen and the feedlist screens
|
||||
* Improved media playback
|
||||
|
||||
Versioon 0.9.4.3
|
||||
---------------
|
||||
* Fixed several bugs in the feed parser
|
||||
* Allalaadimise aruannete täiustatud käitumine
|
||||
|
||||
Versioon 0.9.4.2
|
||||
---------------
|
||||
* Parandasime vea OPML importijas
|
||||
* Piltide puhul mälukasutuse vähendamine
|
||||
* Parandasime allalaadimise probleeme mõningatel seadmetel
|
||||
|
||||
Versioon 0.9.4.1
|
||||
---------------
|
||||
* Changed behavior of download notifications
|
||||
|
||||
Versioon 0.9.4
|
||||
-------------
|
||||
* Kiiremad ja stabiilsemad allalaadimised
|
||||
* Added lockscreen player controls for Android 4.x devices
|
||||
* Erinevad veaparandused
|
||||
|
||||
Versioon 0.9.3.1
|
||||
---------------
|
||||
* Added preference to hide feed items which don't have an episode
|
||||
* Improved image size for some some screen sizes
|
||||
* Suurtele ekraanidele võrgustikuvaate lisamine
|
||||
* Erinevad veaparandused
|
||||
|
||||
Versioon 0.9.3
|
||||
-------------
|
||||
* MiroGuide toe lisamine
|
||||
* Veaparandused heli- ja videopleieris
|
||||
* Lisa vood automaatselt järjekorda, kui nad on alla laaditud
|
||||
|
||||
Versioon 0.9.2
|
||||
-------------
|
||||
* Kasutajaliidese veaparandused
|
||||
* GUID and ID attributes are now recognized by the Feedparser
|
||||
* Stabiilsuse parndused mitme uudisvoo samaaegsel lisamisel
|
||||
* Parandatud ono probleemid, mis ilmnesid teatud uudisvoogude lisamisel
|
||||
|
||||
Versioon 0.9.1.1
|
||||
--------------------
|
||||
* Changed Flattr credentials
|
||||
* Uudisvoo info lehe paigutust on täiendatud
|
||||
* AntennaPod on nüüd avatud koodiga! Lähtekood on saadaval aadressil https://github.com/danieloeh/AntennaPod
|
||||
|
||||
Versioon 0.9.1
|
||||
-----------------
|
||||
* SimpleChapters sees olevate linkide toe lisamine
|
||||
* Bugfix: Current Chapter wasn't always displayed correctly
|
||||
|
||||
Versioon 0.9
|
||||
--------------
|
||||
|
||||
* OPML eksport
|
||||
* Flattr toe lisamine
|
||||
* Sleep timer
|
||||
|
||||
Versioon 0.8.2
|
||||
-------------
|
||||
|
||||
* lisasime otsingu
|
||||
* Täiendatud OPML importimise kasutuskogemus
|
||||
* Erinevad veaparandused
|
||||
|
||||
Versioon 0.8.1
|
||||
------------
|
||||
|
||||
* SimpleChapters toe lisamine
|
||||
* OPML import
|
|
@ -0,0 +1,45 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
||||
<b>All features:</b><br>
|
||||
IMPORT, ORGANIZE AND PLAY<br>
|
||||
• Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
|
||||
• Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
|
||||
• Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
|
||||
• Access password-protected feeds and episodes<br>
|
||||
• Take advantage of paged feeds (www.podlove.org/paged-feeds)
|
||||
|
||||
KEEP TRACK, SHARE & APPRECIATE<br>
|
||||
• Keep track of the best of the best by marking episodes as favorites<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
CONTROL THE SYSTEM<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adapt to your environment using the light and dark theme<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Join the AntennaPod community!</b>
|
||||
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
|
||||
|
||||
Ask your question or give feedback via Twitter:
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Help translate the app to your mother tongue on Transifex:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visit GitHub to submit feature requests, bug reports and code contributions:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -0,0 +1,40 @@
|
|||
AntennaPod est un lecteur et gestionnaire de podcast permettant l'accès à des millions de podcast gratuits ou payants produit aussi bien par des podcasters indépendants que de gros éditeurs comme la BBC, NPR ou CNN. Ajoutez, importez et exportez leurs flux facilement à partir d'ITunes, de fichiers OPML ou simplement à partir de liens RSS. Économisez votre temps, votre batterie et votre consommation internet grâce à une automatisation puissante des téléchargements (quand, à quel rythme et à partir de quel réseau wifi) et de la suppression des épisodes (à partir d'un certains temps ou des favoris)<br>
|
||||
Encore plus important : téléchargez, streamez ou mettez dans votre liste de lecture vos épisodes et écoutez les à votre manière grâce à une vitesse de lecture réglable, au support des chapitres et une fonction de mise en veille automatique. Vous pouvez même montrer votre appréciation aux créateurs de contenu avec notre intégration de Flattr.
|
||||
|
||||
Programmé par des fans de podcast, AntennaPod est gratuit dans tous les sens du terme : open source, aucun cout et pas de publicité.
|
||||
|
||||
<b>Caractéristiques complètes :</b><br>
|
||||
Importer, gérer et écouter<br>
|
||||
• Ajouter et importer à partir d'iTunes, gPodder.net, de fichiers OPML ou de liens RSS ou Atom<br>
|
||||
• Gérez la lecture de n'importe où : widget sur l'écran d'accueil, notification système, commande casque ou bluetooth<br>
|
||||
• Ecoutez à votre façon grâce à une vitesse de lecture réglable, au support des chapitres (MP3, VorbisComment et Podlove), enregistrement de la position de lecture et une mise en veille automatique puissante (secouer pour prolonger le minuteur, baisse du volume et ralentissement de la lecture)<br>
|
||||
• Accès aux flux et épisodes protégés par mot de passe<br>
|
||||
• Tirez profit des flux à plusieurs pages (www.podlove.org/paged-feeds)
|
||||
|
||||
GARDEZ TRACE, PARTAGEZ & APPRECIEZ<br>
|
||||
• Gardez trace des meilleurs épisodes en les marquant comme favoris<br>
|
||||
• Retrouvez un épisode à partir de l'historique de lecture ou en cherchant (les titres et les commentaires des épisodes)<br>
|
||||
• Partagez vos épisodes ou flux à travers des options de réseaux sociaux et email avancées, du service gPodder.net ou par des exports OPML<br>
|
||||
• Soutenez les créateurs de contenu avec l'intégration à Flattr et la possibilité de flatter automatiquement
|
||||
|
||||
CONTRÔLER LE SYSTÈME<br>
|
||||
• Prenez le contrôle avec l'automatisation des téléchargements : choisissez les flux, empêchez l'utilisation du réseau mobile, sélectionnez les réseaux WIFI à utiliser, exigez que le téléphone soit en train de charger et spécifiez quand ou à quel rythme<br>
|
||||
• Gérez l'espace de stockage en paramétrant le nombre d'épisodes à garder, de leurs suppressions automatique (à partir de vos favoris et du statut de lecture) et de l'emplacement où les enregistrer<br>
|
||||
• Utilisez AntennaPod dans votre langue (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adaptez à votre environnement avec un thème clair ou sombre<br>
|
||||
• Sauvegardez vos abonnements avec l'intération à gPodder.net ou des exports OPML
|
||||
|
||||
<b>Rejoignez la communauté d'AntennaPod !</b><br>
|
||||
AntennaPod est développé activement par des volontaires. Vous pouvez aussi contribuer avec du code ou des commentaires !
|
||||
|
||||
GitHub est l'endroit où aller pour demander de nouvelles options, faire part de bug ou pour contribuer au code :<br>
|
||||
www.github.com/AntennaPod/AntennaPod
|
||||
|
||||
Notre groupe Google est l'endroit où aller pour partager vos idées, moments préférés de podcast et vos remerciements aux volontaires :<br>
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Transifex est le lieu où vous pouvez aider à la traduction :<br>
|
||||
www.transifex.com/antennapod/antennapod
|
||||
|
||||
Jetez un coup d’œil à notre programme de version Beta pour bénéficier des dernières options :<br>
|
||||
www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
|
@ -0,0 +1 @@
|
|||
Un lecteur et gestionnaire de podcast facile à utiliser et flexible
|
|
@ -0,0 +1 @@
|
|||
AntennaPod
|
|
@ -0,0 +1,12 @@
|
|||
* Nouvelles fonctionnalités :
|
||||
* Support expérimental de Chromecast
|
||||
* Vue d'ensemble des abonnements
|
||||
* Support des proxy
|
||||
* Statistiques
|
||||
* Synchronisation manuelle à gpodder.net
|
||||
* Corrections de bugs :
|
||||
* Contrôles du lecteur audio
|
||||
* Baisse du son
|
||||
* Contrôle vidéo du fade-out
|
||||
* Contrôles externes des médias
|
||||
* Lecture de flux
|
|
@ -1,6 +1,6 @@
|
|||
Un lecteur et gestionnaire de podcast facile à utiliser et flexible
|
||||
|
||||
AntennaPod est un lecteur et gestionnaire de podcast permettant l'accès à des millions de podcast gratuits ou payants produit aussi bien par des podcasters indépendants que de gros éditeurs comme la BBC, NPR ou CNN. Ajoutez, importez et exportez leurs flux facilement à partir d'ITunes, de fichiers OPML ou simplement à partir de liens RSS. Gagnez du temps, préservez votre batterie et consommation internet grâce à une automatisation puissante des téléchargements (filtrage des épisodes, date, fréquence, choix du réseau WiFi, etc...) et des suppressions d’épisodes écoutés (selon vos critères).<br>
|
||||
AntennaPod est un lecteur et gestionnaire de podcast permettant l'accès à des millions de podcasts gratuits ou payants produit aussi bien par des podcasters indépendants que de gros éditeurs comme la BBC, NPR ou CNN. Ajoutez, importez et exportez leurs flux facilement à partir d'ITunes, de fichiers OPML ou simplement à partir de liens RSS. Gagnez du temps, préservez votre batterie et consommation internet grâce à une automatisation puissante des téléchargements (filtrage des épisodes, date, fréquence, choix du réseau WiFi, etc...) et des suppressions d’épisodes écoutés (selon vos critères).<br>
|
||||
Plus important : téléchargez, streamez ou ajoutez à la liste de lecture vos épisodes et écoutez les comme vous voulez grâce au réglage de vitesse de lecture, au support des chapitres et au minuteur d'arrêt automatique. Vous pouvez même montrer votre appréciation aux créateurs de contenu avec notre intégration de Flattr.
|
||||
|
||||
Programmé par des fans de podcast, AntennaPod est gratuit dans tous les sens du terme : open source, gratuit et sans publicité.
|
|
@ -0,0 +1,45 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
||||
<b>All features:</b><br>
|
||||
IMPORT, ORGANIZE AND PLAY<br>
|
||||
• Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
|
||||
• Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
|
||||
• Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
|
||||
• Access password-protected feeds and episodes<br>
|
||||
• Take advantage of paged feeds (www.podlove.org/paged-feeds)
|
||||
|
||||
KEEP TRACK, SHARE & APPRECIATE<br>
|
||||
• Keep track of the best of the best by marking episodes as favorites<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
CONTROL THE SYSTEM<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adapt to your environment using the light and dark theme<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Join the AntennaPod community!</b>
|
||||
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
|
||||
|
||||
Ask your question or give feedback via Twitter:
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Help translate the app to your mother tongue on Transifex:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visit GitHub to submit feature requests, bug reports and code contributions:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -0,0 +1,20 @@
|
|||
ऐन्टेनापॉड एंड्रॉयड 2.3.3 और ऊपर के लिए एक खुला स्रोत पॉडकास्ट प्रबंधक है. यह आपको स्वचालित रूप से सभी फ़ीड ताज़ा या बाद में उन्हें सुनने के लिए एक कतार में जोड़ने, एपिसोड स्ट्रीमिंग और डाउनलोड करने, एक पॉडकैचर से उम्मीद रखने वाली सभी बुनियादी सुविधाएँ प्रदान करता है. इसके अलावा, ऐन्टेनापॉड आपको अनुप्रयोग के भीतर से फ्लेटर पॉडकास्ट और प्रकरणों की सुविधा देता है.
|
||||
|
||||
So far the following features are implemented:
|
||||
|
||||
* डाउनलोड और एपिसोड के स्ट्रीमिंग
|
||||
* चर गति प्लेबैक (सफ़ाई ध्वनि पुस्तकालय या प्रेस्टिसीमो कि आवश्यकता है)
|
||||
* एटम और आरएसएस फ़ीड के लिए सहायता
|
||||
* Support for password-protected feeds and episodes
|
||||
* Support for searching iTunes listings
|
||||
* ओएमपीएल आयात और निर्यात
|
||||
* Flattr integration including automatic flattring
|
||||
* प्लेयर होमस्क्रीन विजेट
|
||||
* खोज
|
||||
* स्वचालित फ़ीड अद्यतन
|
||||
* नए एपिसोड की स्वचालित डाउनलोड
|
||||
* स्लीप टाइमर
|
||||
* Gpodder.net podcast निर्देशिका के लिए प्रवेश
|
||||
* gpodder.net सेवा के साथ सदस्यता सिंक्रनाइज़
|
||||
* Supports MP3 chapters, VorbisComment chapters and Podlove Simple Chapters
|
||||
* Supports paged feeds (http://podlove.org/paged-feeds/)
|
|
@ -0,0 +1 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
|
@ -0,0 +1 @@
|
|||
AntennaPod
|
|
@ -0,0 +1,11 @@
|
|||
* New features:
|
||||
* Subscription overview
|
||||
* Proxy support
|
||||
* Statistics
|
||||
* Manual gpodder.net sync
|
||||
* Fixes:
|
||||
* Audioplayer controls
|
||||
* Audio ducking
|
||||
* Video control fade-out
|
||||
* External media controls
|
||||
* Feed parsing
|
|
@ -0,0 +1,45 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
||||
<b>All features:</b><br>
|
||||
IMPORT, ORGANIZE AND PLAY<br>
|
||||
• Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
|
||||
• Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
|
||||
• Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
|
||||
• Access password-protected feeds and episodes<br>
|
||||
• Take advantage of paged feeds (www.podlove.org/paged-feeds)
|
||||
|
||||
KEEP TRACK, SHARE & APPRECIATE<br>
|
||||
• Keep track of the best of the best by marking episodes as favorites<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
CONTROL THE SYSTEM<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adapt to your environment using the light and dark theme<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Join the AntennaPod community!</b>
|
||||
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
|
||||
|
||||
Ask your question or give feedback via Twitter:
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Help translate the app to your mother tongue on Transifex:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visit GitHub to submit feature requests, bug reports and code contributions:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -0,0 +1,45 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
||||
<b>All features:</b><br>
|
||||
IMPORT, ORGANIZE AND PLAY<br>
|
||||
• Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
|
||||
• Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
|
||||
• Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
|
||||
• Access password-protected feeds and episodes<br>
|
||||
• Take advantage of paged feeds (www.podlove.org/paged-feeds)
|
||||
|
||||
KEEP TRACK, SHARE & APPRECIATE<br>
|
||||
• Keep track of the best of the best by marking episodes as favorites<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
CONTROL THE SYSTEM<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adapt to your environment using the light and dark theme<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Join the AntennaPod community!</b>
|
||||
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
|
||||
|
||||
Ask your question or give feedback via Twitter:
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Help translate the app to your mother tongue on Transifex:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visit GitHub to submit feature requests, bug reports and code contributions:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -0,0 +1,45 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
||||
<b>All features:</b><br>
|
||||
IMPORT, ORGANIZE AND PLAY<br>
|
||||
• Add and import feeds via the iTunes and gPodder.net directories, OPML files and RSS or Atom links<br>
|
||||
• Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
|
||||
• Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
|
||||
• Access password-protected feeds and episodes<br>
|
||||
• Take advantage of paged feeds (www.podlove.org/paged-feeds)
|
||||
|
||||
KEEP TRACK, SHARE & APPRECIATE<br>
|
||||
• Keep track of the best of the best by marking episodes as favorites<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
CONTROL THE SYSTEM<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adapt to your environment using the light and dark theme<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Join the AntennaPod community!</b>
|
||||
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
|
||||
|
||||
Ask your question or give feedback via Twitter:
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Help translate the app to your mother tongue on Transifex:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visit GitHub to submit feature requests, bug reports and code contributions:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -0,0 +1,40 @@
|
|||
AntennaPod è un riproduttore e gestore di podcast che ti da accesso immediato a milioni di podcast gratuiti e a pagamento, dai podcaster indipendenti alle più grandi case editrici come BBC, NPR e CNN. Aggiungi, importa e esporta in modo semplici usando il database di podcast di iTunes, da file OPML o da semplici URL RSS. Risparmia fatica, batteria e dati con il potente controllo automatizzato per il download di episodi (orari specifici, intervalli e reti WiFi) e l'eliminazione degli episodi.<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
||||
<b>Funzioni:</b><br>
|
||||
IMPORTA, ORGANIZZA E RIPRODUCI<br>
|
||||
• Aggiungi e importa feed via iTunes, gPodder.net, file OPML e link RSS o Atom<br>
|
||||
• Manage playback from anywhere: homescreen widget, system notification and earplug and bluetooth controls<br>
|
||||
• Enjoy listening your way with adjustable playback speed, chapter support (MP3, VorbisComment and Podlove), remembered playback position and an advanced sleep timer (shake to reset, lower volume and slow down playback)<br>
|
||||
• Accedi a feed e episodi protetti da password<br>
|
||||
• Take advantage of paged feeds (www.podlove.org/paged-feeds)
|
||||
|
||||
TIENI TRACCIA, CONDIVIDI & APPREZZA<br>
|
||||
• Tieni traccia del meglio del meglio segnando i tuoi episodi preferiti<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
CONTROLLA IL SISTEMA<br>
|
||||
• Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
|
||||
• Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adapt to your environment using the light and dark theme<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Entra nella community di AntennaPod!</b><br>
|
||||
AntennaPod è sviluppato da volontari. Anche tu puoi contribuire, con il codice o con dei commenti!
|
||||
|
||||
GitHub è il posto nel quale fare richieste, segnalare bug e contribuire allo sviluppo:<br>
|
||||
www.github.com/AntennaPod/AntennaPod
|
||||
|
||||
Il nostro Gruppo Google è il posto dove condividere le tue idee, podcast preferiti e gratitudine a tutti i nostri volontari:<br>
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Transifex è il posto dove puoi aiutare a tradurre AntennaPod:<br>
|
||||
www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:<br>
|
||||
www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
|
@ -0,0 +1 @@
|
|||
Un riproduttore e gestore di podcast open-source, flessibile e facile da usare
|
|
@ -0,0 +1 @@
|
|||
AntennaPod
|
|
@ -0,0 +1,11 @@
|
|||
* New features:
|
||||
* Subscription overview
|
||||
* Proxy support
|
||||
* Statistics
|
||||
* Manual gpodder.net sync
|
||||
* Fixes:
|
||||
* Audioplayer controls
|
||||
* Audio ducking
|
||||
* Video control fade-out
|
||||
* External media controls
|
||||
* Feed parsing
|
|
@ -1,6 +1,6 @@
|
|||
Easy-to-use, flexible and open-source podcast manager and player
|
||||
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (specify times, intervals and WiFi networks) and deleting episodes (based your favourites and delay settings).<br>
|
||||
AntennaPod is a podcast manager and player that gives you instant access to millions of free and paid podcasts, from independent podcasters to large publishing houses such as the BBC, NPR and CNN. Add, import and export their feeds hassle-free using the iTunes podcast database, OPML files or simple RSS URLs. Save effort, battery power and mobile data usage with powerful automation controls for downloading episodes (episode filtering, specify times, intervals and WiFi networks) and deleting episodes (based your favorites and delay settings).<br>
|
||||
But most importantly: Download, stream or queue episodes and enjoy them the way you like with adjustable playback speeds, chapter support and a sleep timer. You can even show your love to the content creators with our Flattr integration.
|
||||
|
||||
Made by podcast-enthousiast, AntennaPod is free in all senses of the word: open source, no costs, no ads.
|
||||
|
@ -14,29 +14,32 @@ IMPORTA, ORGANIZZA E RIPRODUCI<br>
|
|||
• Take advantage of paged feeds (www.podlove.org/paged-feeds)
|
||||
|
||||
TIENI TRACCIA, CONDIVIDI & APPREZZA<br>
|
||||
• Keep track of the best of the best by marking episodes as favourites<br>
|
||||
• Keep track of the best of the best by marking episodes as favorites<br>
|
||||
• Find that one episode through the playback history or by searching (titles and shownotes)<br>
|
||||
• Share episodes and feeds through advanced social media and email options, the gPodder.net services and via OPML export<br>
|
||||
• Support content creators with Flattr integration including automatic flattring
|
||||
|
||||
CONTROLLA IL SISTEMA<br>
|
||||
• Take control over automated downloading: choose feeds, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favourites and play status) and selecting your preferred location<br>
|
||||
• Take control over automated downloading: choose feeds, filter episodes based on keywords, exclude mobile networks, select specific WiFi networks, require the phone to be charging and set times or intervals<br>
|
||||
• Manage storage by setting the amount of cached episodes, smart deletion (based on your favorites and play status) and selecting your preferred location<br>
|
||||
• Use AntennaPod in your language (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• Adapt to your environment using the light and dark theme<br>
|
||||
• Back-up your subscriptions with the gPodder.net integration and OPML export
|
||||
|
||||
<b>Unisciti alla comunità di AntennaPod!</b><br>
|
||||
<b>Join the AntennaPod community!</b>
|
||||
AntennaPod is under active development by volunteers. You can contribute too, with code or with comment!
|
||||
|
||||
GitHub is the place to go for feature requests, bug reports and code contributions:<br>
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
||||
Ask your question or give feedback via Twitter:
|
||||
https://twitter.com/@AntennaPod
|
||||
|
||||
Our Google Group is the place to share your ideas, favourite podcasting moments and gratitude to all the volunteers:<br>
|
||||
Share your ideas, favorite podcasting moments and gratitude to all the volunteers in our Google group:
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Transifex è il luogo con cui aiutare con le traduzioni:<br>
|
||||
Help translate the app to your mother tongue on Transifex:
|
||||
https://www.transifex.com/antennapod/antennapod
|
||||
|
||||
Check out our Beta Testing programme to get the latest features first:<br>
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
Check out our Beta Testing programme to get the latest features first:
|
||||
https://www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
||||
|
||||
Visit GitHub to submit feature requests, bug reports and code contributions:
|
||||
https://www.github.com/AntennaPod/AntennaPod
|
|
@ -0,0 +1,23 @@
|
|||
אנטנה-פוד הוא מנהל פודקאסט בקוד פתוח עבור אנדרויד 2.3.3 ומעלה. הוא מציע את כל תכונות הבסיסיות שאתה מצפה ממנהל פודקאסטים, כמו הזרמה והורדה של פרקים, ריענון הזנות אוטומטי או הוספת פרקים לתור להאזנה בהמשך. כמו כן, אנטנה-פוד מאפשר לך לתרום דרך flattr פודקאסטים ופרקים מבתוך האפליקציה.
|
||||
|
||||
עד כה התכונות הבאות מיושמות:
|
||||
|
||||
* הורדה והזרמה של פרקים
|
||||
* השמעה במהירות משתנה (דורש ספריית סאונד Presto או Prestissimo)
|
||||
* תמיכה בהזנות RSS ו-Atom
|
||||
* תמיכה בהזנות ופרקים מוגני ססמה
|
||||
* יבוא ויצוא OMPL
|
||||
אינטגרציה עם flattr כולל flattr אוטומאטי
|
||||
* יישומון נגן למסך הבית
|
||||
* חיפוש
|
||||
* עידכוני הזנות אוטומטים
|
||||
* הורדה אוטמטית של פרקים חדשים
|
||||
* טיימר שינה
|
||||
*גישה לאינדקס הפודקאסטים gpodder.net
|
||||
* סינכרון רישומים עם שירות gpodder.net
|
||||
* תמיכה בפרקי MP3, פרקי VorbisComment ופרקי Podlove Simple
|
||||
* תמיכה בהזנות מרובות דפים (http://podlove.org/paged-feeds/)
|
||||
|
||||
לדווח באגים או משוב, ניתן ליצור סוגיה (issue) בעמוד פרויקט Github (https://github.com/danieloeh/AntennaPod) או לשלוח דואר אלקטרוני לfeedback@antennapod.com. ניתן גם ליצור קשר antennapod@ בטוויטר.
|
||||
|
||||
יישום זה הוא ללא תשלום וללא פרסומות. אם אתה רוצה לתמוך באנטנה-פוד, אתה יכול לתרום ב-flattr כאן: flattr.com/thing/745609
|
|
@ -0,0 +1 @@
|
|||
An open-source podcast manager for Android
|
|
@ -0,0 +1 @@
|
|||
AntennaPod
|
|
@ -0,0 +1,11 @@
|
|||
* New features:
|
||||
* Subscription overview
|
||||
* Proxy support
|
||||
* Statistics
|
||||
* Manual gpodder.net sync
|
||||
* Fixes:
|
||||
* Audioplayer controls
|
||||
* Audio ducking
|
||||
* Video control fade-out
|
||||
* External media controls
|
||||
* Feed parsing
|
|
@ -0,0 +1,41 @@
|
|||
AntennaPodは、独自のポッドキャスターから、BBC、NPR、CNNなどの大規模な放送まで、数百万の無料や有料ポッドキャストに瞬時にアクセスすることができる、ポッドキャストマネージャーおよびプレーヤーです。フィードは手間のかからないiTunesのPodcastのデータベース、OPMLファイルや簡単なRSSのURLを使用して追加、インポート、エクスポートします。エピソードのダウンロード (時間、間隔およびWiFiネットワークを指定) とエピソードの削除 (お気に入りと遅延設定に基づいて) をするために強力な自動コントロールで、手間、バッテリ消費、モバイルデータ使用量を節約します。<br>
|
||||
しかし最も重要なこと: エピソードをダウンロード、ストリーム再生、またはキューに入れて、そして再生速度の調整、チャプターのサポート、スリープタイマーで好きなように楽しんでください。Flattr統合でコンテンツ作成者にあなたの愛を示すことができます。
|
||||
|
||||
ポッドキャスト愛好家が作成した AntennaPod はすべての意味でフリー自由です: オープンソース、コスト不要、広告はありません。
|
||||
|
||||
<b>すべての機能:</b><br>
|
||||
インポート、整理、再生<br>
|
||||
• iTunesや、gPodder.netディレクトリ、OPMLファイル、RSSまたはAtom経由でフィードを追加およびインポートします<br>
|
||||
• 様々な場所で再生を管理します: ホーム画面ウィジェット、システム通知、イヤホン、Bluetoothコントロール<br>
|
||||
• 再生速度の調整、チャプターのサポート (MP3、VorbisCommentとPodlove)、再生位置の保存、高度なスリープタイマー (シェイクしてリセット、音量を小さく、再生速度を遅く) で、お好みの
|
||||
聞き方でお楽しみください<br>
|
||||
• アクセスパスワードで保護されたフィードとエピソード<br>
|
||||
• ページフィードをご利用ください (www.podlove.org/paged-feeds)
|
||||
|
||||
記録、共有 & 感謝<br>
|
||||
• エピソードをお気に入りとしてマークして、一番の中の一番を記録してください<br>
|
||||
• 再生履歴から、または検索 (タイトルとショーノート) して目的のエピソードを見つけてください<br>
|
||||
• 高度なソーシャルメディアとメールオプション、gPodder.netサービス、OPMLエクスポートからエピソードやフィードを共有してください<br>
|
||||
• 自動Flattrを含むFlattrの統合でコンテンツクリエイターをサポートします
|
||||
|
||||
システムのコントロール
|
||||
• 自動ダウンロードの制御: フィードを選択、モバイルネットワークを除外、特定のWiFiネットワークを選択、電話を充電する必要、時間や間隔を設定<br>
|
||||
• キャッシュされるエピソードの量の設定、スマート削除 (お気に入りやプレイ状況に基づいて) と、お好みの場所を選択して、ストレージを管理します<br>
|
||||
• AntennaPod をあなたの言語でご利用ください (EN, DE, CS, NL, NB, JA, PT, ES, SV, CA, UK, FR, KO, TR, ZH)<br>
|
||||
• ライトとダーク テーマを使用して環境に適応します<br>
|
||||
• gPodder.net統合とOPMLのエクスポートで、購読をバックアップします
|
||||
|
||||
<b>AntennaPod のコミュニティに参加してください!</b><br>
|
||||
AntennaPod はボランティアによって活発に開発中です。コードやコメントで、あなたもも貢献することができます!
|
||||
|
||||
GitHubは、機能のリクエスト、バグの報告、コードの貢献のための場所です:<br>
|
||||
www.github.com/AntennaPod/AntennaPod
|
||||
|
||||
私たちのGoogleグループは、あなたのアイデア、お気に入りのポッドキャスティングモーメント、感謝を、すべてのボランティアと共有するための場所で:<br>
|
||||
https://groups.google.com/forum/#!forum/antennapod
|
||||
|
||||
Transifexは翻訳を支援するための場所です:<br>
|
||||
www.transifex.com/antennapod/antennapod
|
||||
|
||||
私たちのベータテストプログラムをチェックして、最新機能を最初に入手してください:<br>
|
||||
www.github.com/AntennaPod/AntennaPod/wiki/Help-test-AntennaPod
|
|
@ -0,0 +1 @@
|
|||
使いやすくて柔軟な、オープンソース ポッドキャスト マネージャー/プレイヤーです。
|
|
@ -0,0 +1 @@
|
|||
AntennaPod
|
|
@ -0,0 +1,12 @@
|
|||
* 新機能:
|
||||
* 実験的な Chromecast サポート
|
||||
* 購読概要
|
||||
* プロキシサポート
|
||||
* 統計情報
|
||||
* 手動 gpodder.net 同期
|
||||
* 修正:
|
||||
* オーディオプレイヤー コントロール
|
||||
* オーディオ ダッキング
|
||||
* ビデオ コントロール フェードアウト
|
||||
* 外部メディアコントロール
|
||||
* フィードの解析
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue