173 Commits

Author SHA1 Message Date
James Falcon
0a607117d6 Reduce default speeds to every .1 instead of every .05 so user doesn't have to do a lot of unchecking. Also, be consistant about where float or double is used and be consistent about which context is used for UserPreferences. 2013-05-13 21:53:44 -05:00
James Falcon
916074957f Variable speed playback as user preferences and customization of playback speed. 2013-05-09 16:02:15 -05:00
James Falcon
b48c3807fd Merge branch 'playback-speed' into speed
Conflicts:
	res/values/arrays.xml
	res/values/strings.xml
	src/de/danoeh/antennapod/activity/PreferenceActivity.java
	src/de/danoeh/antennapod/service/PlaybackService.java
2013-05-06 21:48:18 -05:00
James Falcon
5b58466fd2 Added variable speed playback control as a global option. 2013-05-03 16:25:20 -05:00
daniel oeh
e734097ea9 Moved update interval preference strings into strings.xml. Fixes #182 2013-04-30 18:09:04 +02:00
daniel oeh
d086579e09 Episode cache size can now be set to 'unlimited' 2013-04-20 17:14:43 +02:00
daniel oeh
6eb0c58a08 Moved preference strings into strings.xml 2013-04-20 16:44:27 +02:00
daniel oeh
303e2a53df Merge branch 'master' of git://github.com/hzulla/AntennaPod into hzulla-master 2013-04-20 11:07:23 +02:00
Hanno Zulla
63cd69d06b removed a_moment_ago (looks silly and is hard to translate properly) 2013-04-16 15:49:32 +02:00
Hanno Zulla
7688265451 display most recent episode's date instead of last feed update 2013-04-16 14:57:22 +02:00
Hanno Zulla
b5f4789865 changed dates in lists to relative timespans (e.g. "3 days ago") 2013-04-16 14:24:20 +02:00
Michael Kaiser
a66d225b9f Make removal of queued items undoable 2013-04-15 18:53:52 +02:00
daniel oeh
a6d68205a5 Improved external itemlist layout 2013-04-09 12:21:49 +02:00
daniel oeh
aeebcab202 Renamed 'new' list to 'waiting list' 2013-03-09 21:20:33 +01:00
daniel oeh
459fba9b54 Removed auto-queue preference, auto-queue is now always enabled 2013-03-09 11:19:31 +01:00
daniel oeh
6a784b7b31 Added episode cache size preference 2013-03-09 11:13:30 +01:00
daniel oeh
73d23773c5 Removed auto-delete preference 2013-03-09 11:00:44 +01:00
daniel oeh
3fde2349f9 Added preferences for configuring auto-download 2013-03-08 20:56:24 +01:00
daniel oeh
5876b98bb8 Implemented skip functionality 2013-03-07 20:02:23 +01:00
daniel oeh
816e66980e Use white background in 'organize queue' list for light theme 2013-02-23 13:35:19 +01:00
daniel oeh
8e9fecb267 Updated tablet layout 2013-02-23 13:28:31 +01:00
daniel oeh
e6584734e8 Fixed spelling mistake 2013-02-23 11:05:19 +01:00
daniel oeh
4fca178972 Merge branch 'issue-39' into develop
Conflicts:
	res/values/ids.xml
2013-02-22 23:10:13 +01:00
daniel oeh
cb82268f7d Added context menu to shownotes view 2013-02-21 18:13:41 +01:00
daniel oeh
ef50c412c9 Implemented drag & drop reordering 2013-02-18 19:11:33 +01:00
daniel oeh
89d4bdc9c6 Created list layout for OrganizeActivity 2013-02-18 13:37:53 +01:00
daniel oeh
d2649ce4b8 Created OrganizeQueueActivity 2013-02-18 12:49:16 +01:00
daniel oeh
235c073938 Improved status indicators of feeditemlist items 2013-02-12 00:56:51 +01:00
daniel oeh
66cfd44413 improved layout of feedlist status indicators 2013-02-11 18:33:30 +01:00
daniel oeh
d85b90f56e Added expandable notifications to PlaybackService 2013-02-10 16:19:25 +01:00
daniel oeh
5ee6e56386 Organized imports, added drawables to navigation buttons 2013-02-03 00:14:47 +01:00
daniel oeh
4b9831603b Improved layout of player controls 2013-02-01 23:59:02 +01:00
daniel oeh
e67dab5ab2 Improved viewpager appearance 2013-01-28 23:02:06 +01:00
daniel oeh
a1be742dd9 Improved list layouts 2013-01-27 20:20:13 +01:00
daniel oeh
74dd134848 Removed unused classes 2013-01-27 19:40:09 +01:00
daniel oeh
be9018e843 Merged queue and unread list 2013-01-27 00:53:06 +01:00
daniel oeh
96aa72c0ab Added OnClickListener for header view 2013-01-25 23:26:47 +01:00
daniel oeh
287583d5c7 Use spinner icon instead of arrow for feeditemlist buttons 2013-01-20 23:22:11 +01:00
daniel oeh
daea0d4e30 Moved text sizes into dimens file 2013-01-19 23:38:41 +01:00
daniel oeh
0978fbacb1 improved strings.xml 2012-12-31 17:30:26 +01:00
daniel oeh
65491d5436 Added 'set to default folder' menu button 2012-12-30 21:51:59 +01:00
daniel oeh
236e467657 Added 'empty directory' warning 2012-12-30 21:45:55 +01:00
daniel oeh
6f8a582710 DirectoryChooser can now create new folders 2012-12-23 12:03:53 +01:00
daniel oeh
8726ea18c0 Created layout for directorychooser 2012-12-22 23:55:35 +01:00
daniel oeh
064f9bdb81 Updated translations 2012-11-28 15:51:15 +01:00
daniel oeh
faca4457ee Added dark theme for videoplayer 2012-11-24 23:34:31 +01:00
daniel oeh
4c684b888b Updated arrays.xml 2012-11-23 20:15:21 +01:00
daniel oeh
a8463d54f1 Selected list items are now highlighted with the correct color 2012-11-23 19:57:11 +01:00
daniel oeh
509423653d Added preference for setting the application theme 2012-11-23 19:42:51 +01:00
daniel oeh
caa00a97cb Added dark version of borderless button 2012-11-23 18:44:15 +01:00