daniel oeh
8a951d0dbf
Show keyboard when opening TimeDialog. fixes #436
2014-06-15 20:35:50 +02:00
daniel oeh
5ede220e63
Replaced TimerDialog with HmsDialog from the BetterPickers-library
2014-06-15 20:21:31 +02:00
daniel oeh
45646d4c26
Only report unknown keycode if PlaybackService is playing
2014-06-15 18:22:15 +02:00
daniel oeh
cdf663ffa5
Merge branch 'seek' of git://github.com/dreiss/AntennaPod into dreiss-seek
2014-06-15 17:55:19 +02:00
daniel oeh
2ab4b67d78
Pulled translations
2014-06-14 11:18:37 +02:00
daniel oeh
60ded0e12e
Crop by character in navdrawer. fixes #457
2014-06-09 11:07:56 +02:00
daniel oeh
d9a610fb61
Show queue size and number of unread items in navdrawer. closes #453
2014-06-08 13:57:32 +02:00
David Reiss
500483ba69
Make seek time configurable
...
A 30-second seek time is way to long for me. Make the seek duration a
configurable preference.
2014-06-07 23:41:19 -07:00
David Reiss
a78c5173dc
Show a toast when an unknown media key is pressed
...
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-06-07 23:41:19 -07:00
daniel oeh
998d3f1628
Added progress bar to queue items
2014-06-07 13:51:01 +02:00
daniel oeh
d058b47460
Added 'new' indicator to all episodes view + layout improvements
2014-06-07 13:17:25 +02:00
daniel oeh
2629c9ee22
Removed unused files
2014-06-07 13:16:52 +02:00
daniel oeh
7220c65ef4
Improved menu behavior in all episodes view
...
fixes #451
2014-06-07 12:36:47 +02:00
daniel oeh
9bdc003a8c
Removed pull-to-refresh
...
Causes too much accidental updates
2014-06-07 12:35:55 +02:00
daniel oeh
ec0e6a07d9
Pulled translations
2014-05-31 10:52:05 +02:00
daniel oeh
8a2332f853
Added support for podlove alternate feeds
...
http://podlove.org/alternate-feeds/
2014-05-25 16:45:54 +02:00
daniel oeh
fb232bed3f
Added missing resource
2014-05-20 18:36:46 +02:00
daniel oeh
1ee50e81ae
Removed unused resources, reduced number of lint warnings
2014-05-19 01:05:48 +02:00
daniel oeh
0f3b77ed8e
Merge branch 'newgui' into develop. closes #407
...
Conflicts:
res/layout/feedinfo.xml
2014-05-19 00:04:19 +02:00
daniel oeh
cd91098fde
Improved syncing speed for large amounts of feeds. fixes #371
...
- Bundle db operations in FeedSyncThread
- Show "Processing downloads" message instead of "0 downloads left"
2014-05-17 21:31:52 +02:00
daniel oeh
4ef7fccf75
Added playback speeds below 1.0. fixes #413
2014-05-17 16:48:55 +02:00
daniel oeh
2186055c2d
Added "swipe to refresh" in new episodes list
2014-05-17 14:39:16 +02:00
daniel oeh
0d1803413c
Improved space usage of title area in episode dialog
2014-05-17 13:49:03 +02:00
daniel oeh
640b36912a
Improved spacing in FeedItemlist and Downloads list
...
- Removed InternalFeedItemlistAdapter
2014-05-17 13:22:15 +02:00
daniel oeh
bb9683b86a
Moved "show info" into itemlist header
2014-05-12 19:15:37 +02:00
daniel oeh
aa700fe4b8
Added missing file from previous commit
2014-05-12 18:54:39 +02:00
daniel oeh
6444d5433a
Split "new episodes" list into two lists
2014-05-11 02:13:13 +02:00
daniel oeh
d0ff899990
Fixed Download screen problems and download report notification
2014-05-11 00:48:02 +02:00
daniel oeh
f8c2c42fc9
Improved spacing
2014-04-27 21:59:31 +02:00
daniel oeh
95c5f0309f
Added icons to nav-items in navigation drawer
2014-04-27 19:50:22 +02:00
daniel oeh
c881b7982c
Allow modification of feed username and password, propagate credentials to episodes. fixes #395
2014-04-27 01:42:48 +02:00
daniel oeh
a0ef9f5a87
Made strings in Sleep timer dialog translatable. fixes #394
2014-04-27 00:48:20 +02:00
daniel oeh
2e22685c79
Merge branch 'develop' into newgui
...
Conflicts:
src/de/danoeh/antennapod/activity/MainActivity.java
2014-04-26 23:58:00 +02:00
daniel oeh
a7c8438b15
Improved fonts
2014-04-26 23:07:11 +02:00
daniel oeh
acfc26a142
Bugfix: Hebrew translation was not displayed
2014-04-26 11:30:05 +02:00
daniel oeh
1fe2a8da45
Resolved dialog issues + fragment crashes
2014-04-22 13:55:20 +02:00
daniel oeh
e68482e1b8
Added navigation drawer to audio player, fixed DownloadService notification
2014-04-21 19:33:14 +02:00
daniel oeh
15c333ed39
Re-implemented menus
2014-04-21 13:15:33 +02:00
daniel oeh
3a3116fe96
Re-implemented search
2014-04-21 12:02:08 +02:00
daniel oeh
d0b620fdc5
Improved external player layout
2014-04-18 21:12:10 +02:00
daniel oeh
257913196b
Added FeedItem dialog
2014-04-18 20:32:22 +02:00
daniel oeh
9a86c6651a
Added action button functionality
2014-04-18 17:46:13 +02:00
daniel oeh
a03b076a32
Reimplemented ItemlistFragment
2014-04-17 21:40:50 +02:00
daniel oeh
8b6f16b918
Added fragment for adding new podcasts
2014-04-17 20:33:02 +02:00
daniel oeh
dc06e81d95
Merge branch 'backup' of git://github.com/liesen/AntennaPod into liesen-backup
...
Conflicts:
src/de/danoeh/antennapod/activity/MainActivity.java
Moved calls to BackupManager from PodDBAdapter to DBWriter
2014-04-06 19:35:52 +02:00
daniel oeh
3f1307c4d9
Added downloads fragment
2014-04-06 12:31:24 +02:00
daniel oeh
66641ccdd9
Added queue fragment
2014-04-04 21:00:48 +02:00
daniel oeh
5b74a4cc39
Added secondary button to new episodes list
2014-04-03 12:29:07 +02:00
daniel oeh
c37b67172e
Added navigation drawer + new episodes fragment
2014-04-01 22:53:18 +02:00
daniel oeh
2c68f8197b
Updated translations, added Hebrew translation
2014-03-28 19:25:11 +01:00