daniel oeh
a0b3c5f165
Call moveQueueItemHelper instead of moveQueueItem
2013-09-12 13:23:03 +02:00
daniel oeh
de5c6a97df
Merge branch 'move-to-top' of git://github.com/TomHennen/AntennaPod into TomHennen-move-to-top
2013-09-12 12:55:07 +02:00
Tom Hennen
e1fc800d08
Moved move to top/bottom menu options to EpisodesFragement from FeedItemMenuHandler so that we can ensure the user was actually in the 'Queue' dropdown when they opened the menu. Also, move to top now only shows up if the item isn't already at the top, similarly, for move to bottom, it only shows up if the item isn't already at the bottom.
2013-09-09 21:29:53 -04:00
Tom Hennen
34a5e62339
Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into move-to-top
2013-09-09 18:21:00 -04:00
daniel oeh
2c79135d6a
Merge branch 'move-to-top' of git://github.com/TomHennen/AntennaPod into TomHennen-move-to-top
2013-09-06 19:52:26 +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
eb7addaaf0
Always set ImageView tag when loading image
2013-09-05 14:54:21 +02:00
daniel oeh
09977992bf
Added missing up-navigation buttons
2013-09-04 21:04:53 +02:00
daniel oeh
862b8db20b
Prepared release of version 0.9.7.5
2013-09-04 20:36:13 +02:00
daniel oeh
88cfe71f75
Added workaround for ActionMode bug
...
https://code.google.com/p/android/issues/detail?id=58321
2013-09-04 20:11:56 +02:00
daniel oeh
196f5407ce
Deleting a media file didn't work correctly
2013-09-04 20:10:42 +02:00
daniel oeh
8d94bf9e67
Improved layout of login GUI
2013-09-04 17:26:07 +02:00
daniel oeh
58f5c61a54
Sync improvements
2013-09-03 23:04:26 +02:00
Tom Hennen
4e845b83c6
Updated moveQueue functions to all use dbExec to start tasks
...
* created a helper function (moveQueueItemHelper) that does all the
moving
* Updated moveQueueItemToTop and moveQueueItemToBottom to use the
helper function while using the ExecutorService
* Updated moveQueueItem to use the helper function as well.
2013-09-02 16:45:57 -04:00
daniel oeh
1f594ad311
Upload changes instead of whole subscription list
2013-09-02 15:13:00 +02:00
daniel oeh
730ba3cc26
Added suggestions list
...
Turned off at the moment
2013-09-01 16:27:01 +02:00
daniel oeh
d45b0e2ea9
Added dialog to change password
2013-09-01 14:41:45 +02:00
daniel oeh
c5f848ead5
Added subscription syncing
2013-09-01 13:49:19 +02:00
daniel oeh
e29d117942
Implemented authentication process
2013-08-31 20:02:56 +02:00
daniel oeh
6aaef3a285
Added GpodnetPreferences
2013-08-31 16:37:52 +02:00
daniel oeh
dbdda5643c
Visual improvements when loading images
2013-08-31 15:56:36 +02:00
daniel oeh
7df102daa3
Images in podcast directory should now be displayed correctly
2013-08-31 15:42:48 +02:00
daniel oeh
a60ff4dd36
Added subscribe button to online feed view
2013-08-31 14:26:54 +02:00
daniel oeh
864a6b476b
Set user agent header when making http requests
2013-08-31 13:33:57 +02:00
daniel oeh
684590665e
FeedItemStatistics were wrong if podcast had items with no media file
2013-08-31 13:15:04 +02:00
daniel oeh
7b5964bae2
Temporarily disabled episode filter option
...
This might be added again later
2013-08-31 12:57:40 +02:00
daniel oeh
cc3863d7b2
New episodes weren't marked as unread
2013-08-31 12:51:26 +02:00
daniel oeh
42a39b3cfc
Eventdistributor listener was registered incorrectly
2013-08-30 21:53:15 +02:00
daniel oeh
3c08859517
Load itemlistdata after listview has been created
2013-08-29 14:16:09 +02:00
daniel oeh
ad98592608
Merge branch 'move-to-top' of git://github.com/TomHennen/AntennaPod into TomHennen-move-to-top
2013-08-29 11:39:40 +02:00
daniel oeh
fb1d348e28
Updated unit tests
2013-08-28 19:41:00 +02:00
daniel oeh
307fda7ca9
Reader was closed before importWorker was done
2013-08-25 15:15:58 +02:00
daniel oeh
b92b6bd421
Catch ActivityNotFoundException in VariableSpeedDialog
...
Exception might be thrown if app runs on an emulator
2013-08-25 14:17:52 +02:00
daniel oeh
b1911e5ff7
Merge branch 'playback-speed' into develop
...
Conflicts:
proguard.cfg
src/de/danoeh/antennapod/storage/DBTasks.java
2013-08-25 14:06:41 +02:00
daniel oeh
74b9bfdcc3
Added search, taglist, pocdasttaglist etc.
2013-08-24 14:23:31 +02:00
daniel oeh
e8d0abe954
Catch RuntimeException thrown by MediaPlayer constructor
2013-08-23 14:58:09 +02:00
daniel oeh
1376b52848
Improved AddFeedActivity layout, added gpodder.net toplist fragment
2013-08-22 15:11:37 +02:00
daniel oeh
1c8dc43a7f
Added ImageDiskCache
2013-08-22 11:55:19 +02:00
daniel oeh
1563ab4ff8
Added classes for accessing gpodder.net service
...
Directory + Subscription upload/download
2013-08-21 17:39:01 +02:00
daniel oeh
1e35a88194
Merge branch 'develop' of git://github.com/sethoscope/AntennaPod into sethoscope-develop
2013-08-21 16:14:47 +02:00
daniel oeh
f9dd57de12
Playback position wasn't reset to 0 when playback has ended
2013-08-21 16:13:34 +02:00
daniel oeh
4291a96f2f
Fixed problems with auto-cleanup
2013-08-21 15:23:47 +02:00
daniel oeh
eeec2d846f
Fixed ConcurrentModificationException in performAutoCleanup
2013-08-20 19:04:31 +02:00
daniel oeh
fd5f1fcc0b
Reduced number of FindBugs warnings
2013-08-19 15:12:44 +02:00
daniel oeh
ffd1070270
Made sure that downloads list is only modified on the UI thread
2013-08-19 11:27:58 +02:00
daniel oeh
467ced31ee
Added more tests
2013-08-19 11:27:25 +02:00
daniel oeh
a86cf89183
Fixed HttpDownloaderTest
2013-08-19 10:56:42 +02:00
daniel oeh
6e1a533bf7
Made FeedItem/FeedMedia objects easier to create
2013-08-19 10:56:16 +02:00
daniel oeh
ba28e2523e
Fixed #254 .
...
feed:// is now replaced with http://
2013-08-18 11:46:40 +02:00
daniel oeh
b9fbc48168
Merge branch 'findbugs' of git://github.com/andrewgaul/AntennaPod into andrewgaul-findbugs
...
Conflicts:
src/de/danoeh/antennapod/activity/DownloadActivity.java
src/de/danoeh/antennapod/asynctask/OpmlExportWorker.java
src/de/danoeh/antennapod/feed/Feed.java
src/de/danoeh/antennapod/feed/FeedItem.java
src/de/danoeh/antennapod/feed/FeedMedia.java
src/de/danoeh/antennapod/service/download/DownloadStatus.java
src/de/danoeh/antennapod/storage/DownloadRequester.java
src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-08-17 18:51:30 +02:00