summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
AgeCommit message (Collapse)Author
2014-09-29Changed preference labeldaniel oeh
Preference affects both lockscreen and notification.
2014-09-28use persistant notification option for persistant lockscreen controlsMike Chelen
2014-08-03disable expanded notification option when unsupported & provide informative ↵Mike Chelen
toast
2014-07-31add settings options for persistent and expanded notificationsMike Chelen
2014-07-30persistant expanded notification with play/pause/stop buttonsMike Chelen
2014-07-16Made automatic flattr threshold configurabledaniel oeh
2014-07-05Re-wrote FlattrClickWorkerdaniel oeh
2014-06-29Added long-press menu for timecode linksdaniel oeh
2014-06-16Implemented Feed-discovery in OnlineFeedViewdaniel oeh
2014-06-15Only report unknown keycode if PlaybackService is playingdaniel oeh
2014-06-07Make seek time configurableDavid Reiss
A 30-second seek time is way to long for me. Make the seek duration a configurable preference.
2014-06-07Show a toast when an unknown media key is pressedDavid Reiss
This is just an idea. If people want more media keys supported, they will be able to use this toast to report exactly what key codes their hardware is generating. If you don't want to include this, just let me know and I can remove it from the pull request.
2014-05-20Added missing resourcedaniel oeh
2014-05-19Removed unused resources, reduced number of lint warningsdaniel oeh
2014-05-19Merge branch 'newgui' into develop. closes #407daniel oeh
Conflicts: res/layout/feedinfo.xml
2014-05-17Improved syncing speed for large amounts of feeds. fixes #371daniel oeh
- Bundle db operations in FeedSyncThread - Show "Processing downloads" message instead of "0 downloads left"
2014-05-11Split "new episodes" list into two listsdaniel oeh
2014-04-27Improved spacingdaniel oeh
2014-04-27Allow modification of feed username and password, propagate credentials to ↵daniel oeh
episodes. fixes #395
2014-04-27Made strings in Sleep timer dialog translatable. fixes #394daniel oeh
2014-04-26Merge branch 'develop' into newguidaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/MainActivity.java
2014-04-21Re-implemented menusdaniel oeh
2014-04-17Added fragment for adding new podcastsdaniel oeh
2014-04-06Added downloads fragmentdaniel oeh
2014-04-04Added queue fragmentdaniel oeh
2014-04-01Added navigation drawer + new episodes fragmentdaniel oeh
2014-03-22Restore subscriptions when the app is first startedJohan Liesén
Perform a subscription list restore when the app is started for the first time. Use a preference setting to figure out if the app is freshly installed or not.
2014-03-17Added authentication notificationdaniel oeh
2014-03-17Added authentication support to DownloadRequester and HttpDownloaderdaniel oeh
2014-03-12Added single purpose app integrationdaniel oeh
Antennapod will now import subscriptions from AntennaPodSP (https://github.com/danieloeh/AntennaPodSP) forks when launched
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
Other changes: - Changed FlattrStatusFetcher into Thread-subclass - Changed auto-flattr mechanism so that it's compatible with the updated PlaybackService - Changed a couple of strings Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/DBWriter.java src/de/danoeh/antennapod/util/menuhandler/FeedItemMenuHandler.java src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java
2014-02-15Replace 'cover' with 'picture'daniel oeh
2014-02-14Added content descriptions to imagebuttons and imageviewsdaniel oeh
2013-12-31Merge branch 'develop_flattr_queue_autoflattr' of ↵daniel oeh
git://github.com/peschmae0/AntennaPod into flattr_queue_autoflattr Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-10-09strings.xml improvementsdaniel oeh
2013-10-08Merge branch 'feed_preferences' into developdaniel oeh
Conflicts: res/values/strings.xml src/de/danoeh/antennapod/storage/DBTasks.java src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-10-08Added settings and description label to FeedInfoActivity, improved layoutdaniel oeh
2013-10-08Add feed preference to include/exclude certain feeds from auto downloadsMichael Kaiser
2013-10-04Disable download log cleanup, handle media download before saving DownloadStatusdaniel oeh
Might resolve problems with failed downloads being reported as successful
2013-10-03Merge branch 'pause-on-interrupt' of git://github.com/TomHennen/AntennaPod ↵daniel oeh
into TomHennen-pause-on-interrupt
2013-09-29this consolidates the code from pull request #253 (flattr queue and auto ↵Simon Rutishauser
flattr) into a single commit, rebased onto the current development branch
2013-09-20Added FeedRemover message to strings.xml. fixes #279daniel oeh
2013-09-19Added option to set gpodder.net hostnamedaniel oeh
2013-09-19Layout improvements in device authentication screendaniel oeh
2013-09-15Improved error handling in gpodder.net directorydaniel oeh
2013-09-09Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵Tom Hennen
move-to-top
2013-09-09Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵Tom Hennen
pause-on-interrupt
2013-09-05Merge branch 'gpoddernet' into developdaniel oeh
Conflicts: AndroidManifest.xml res/values/arrays.xml res/values/strings.xml res/xml/preferences.xml src/de/danoeh/antennapod/activity/PreferenceActivity.java
2013-09-02Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵Tom Hennen
move-to-top
2013-09-01Added suggestions listdaniel oeh
Turned off at the moment