Commit Graph

226 Commits

Author SHA1 Message Date
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
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
9bdc003a8c Removed pull-to-refresh
Causes too much accidental updates
2014-06-07 12:35:55 +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
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
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
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
a7c8438b15 Improved fonts 2014-04-26 23:07:11 +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
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
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
361e56385b Improved layout of AddFeedActivity
Confirm-button was moved up because it actually belongs to the 'Add podcast by URL' section.
2014-03-17 18:44:36 +01:00
daniel oeh
0c2d78157c Implemented DownloadAuthenticationActivity 2014-03-17 17:00:13 +01:00
daniel oeh
f4da9674cc Added content descriptions to imagebuttons and imageviews 2014-02-14 14:26:55 +01:00
daniel oeh
8bf95b48dc Move feed preferences above description section. closes #309 2013-11-16 22:04:55 +01:00
daniel oeh
e58922fad0 Merge branch 'feed_preferences' into develop
Conflicts:
	res/values/strings.xml
	src/de/danoeh/antennapod/storage/DBTasks.java
	src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-10-08 23:43:13 +02:00
daniel oeh
cdd9a0dfde Added settings and description label to FeedInfoActivity, improved layout 2013-10-08 23:22:04 +02:00
Michael Kaiser
cb56bf053c Add feed preference to include/exclude certain feeds from auto downloads 2013-10-08 17:23:04 +02:00
daniel oeh
7fcefdbbe7 Increased margins in gpodder.net pocast list 2013-10-03 14:57:38 +02:00
daniel oeh
483ddecca6 Improved tablet main screen layout.
Reduced thumbnail size so that more items can be displayed at the same time.
2013-10-03 14:48:54 +02:00
daniel oeh
83bb0a6084 Improved layout of chaperlist 2013-09-28 12:25:52 +02:00
daniel oeh
79cb4b35a8 Added loading screen to OrganizeQueueActivity 2013-09-27 19:55:06 +02:00
daniel oeh
2bfee6d467 Layout improvements in device authentication screen 2013-09-19 11:42:51 +02:00
daniel oeh
f1a45f1308 Fixed layout of error textview 2013-09-15 14:46:05 +02:00
daniel oeh
a1262f2806 "Subscribe" button wasn't clickable on API 10 2013-09-15 14:45:50 +02:00
daniel oeh
4a2a25a551 Improved error handling in gpodder.net directory 2013-09-15 13:19:24 +02:00
daniel oeh
02926a6e5f Merge branch 'gpoddernet' into develop
Conflicts:
	AndroidManifest.xml
	res/values/arrays.xml
	res/values/strings.xml
	res/xml/preferences.xml
	src/de/danoeh/antennapod/activity/PreferenceActivity.java
2013-09-05 15:24:50 +02:00
daniel oeh
8d94bf9e67 Improved layout of login GUI 2013-09-04 17:26:07 +02:00
daniel oeh
1f594ad311 Upload changes instead of whole subscription list 2013-09-02 15:13:00 +02:00
daniel oeh
d45b0e2ea9 Added dialog to change password 2013-09-01 14:41:45 +02:00