Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-02 | Updated moveQueue functions to all use dbExec to start tasks | Tom Hennen | |
* 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-08-16 | * updated code to reuse existing function for moving items in the queue | Tom Hennen | |
* added 'move to bottom' | |||
2013-08-16 | added move to top to individual items in the episode queue. Move to bottom ↵ | Tom Hennen | |
coming soon. | |||
2013-08-16 | Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵ | Tom Hennen | |
move-to-top | |||
2013-08-15 | Fixed proguard.cfg | daniel oeh | |
2013-08-15 | Fixed nullpointerexception caused by FeedlistFragment | daniel oeh | |
2013-08-15 | Removing last item in the queue didn't work | daniel oeh | |
2013-08-15 | Updated android gradle plugin | daniel oeh | |
2013-08-15 | Several bugfixes | daniel oeh | |
2013-08-15 | Merged pull-request #246 | daniel oeh | |
2013-08-14 | added a 'move to top' function to DBWriter that puts the provided item at ↵ | Tom Hennen | |
the top of the queue. There may be a way to do this while re-using the existing move function. Perhaps a helper is in order. | |||
2013-08-14 | Fixed search | daniel oeh | |
2013-08-14 | Re-added pull-request | daniel oeh | |
Was accidentally removed during merge | |||
2013-08-14 | Merge branch 'master' of git://github.com/brettle/AntennaPod into brettle-master | daniel oeh | |
2013-08-14 | Merge branch 'android-test-dependency-fix' of ↵ | daniel oeh | |
git://github.com/TomHennen/AntennaPod into TomHennen-android-test-dependency-fix | |||
2013-08-14 | Added test classes for DB*-classes | daniel oeh | |
2013-08-13 | added android-test as a dependency to resolve build problems | Tom Hennen | |
2013-08-11 | Restructured unit test folders to support the new build system | daniel oeh | |
2013-08-10 | Merge branch 'feedmanager_removal' into develop | daniel oeh | |
Conflicts: src/de/danoeh/antennapod/activity/DownloadLogActivity.java src/de/danoeh/antennapod/activity/FeedItemlistActivity.java src/de/danoeh/antennapod/activity/ItemviewActivity.java src/de/danoeh/antennapod/activity/MiroGuideChannelViewActivity.java src/de/danoeh/antennapod/activity/OrganizeQueueActivity.java src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/fragment/EpisodesFragment.java src/de/danoeh/antennapod/fragment/FeedlistFragment.java src/de/danoeh/antennapod/fragment/ItemDescriptionFragment.java src/de/danoeh/antennapod/fragment/ItemlistFragment.java | |||
2013-08-10 | Added documentation to DBTasks | daniel oeh | |
2013-08-09 | Added documentation to DBWriter | daniel oeh | |
2013-08-09 | Removed cachedDescription and cachedContentEncoded | daniel oeh | |
2013-08-08 | Added documentation to DBReader | daniel oeh | |
2013-08-07 | Change target sdk version to 18 | daniel oeh | |
2013-08-07 | Fix gradle issue | daniel oeh | |
2013-08-07 | Checkout 'gradle-support' branch | daniel oeh | |
2013-08-07 | Changed URL of dslv submodule | daniel oeh | |
2013-08-07 | Removed Acionbarsherlock and Viewpagerindicator submodules | daniel oeh | |
2013-08-07 | Added gradle buildfile | daniel oeh | |
2013-08-07 | Removed ActionbarSherlock dependency | daniel oeh | |
2013-08-06 | Removed ViewPagerIndicator dependency | daniel oeh | |
2013-08-06 | Several bugfixes in database queries | daniel oeh | |
2013-08-05 | Refresh lock was used incorrectly | daniel oeh | |
2013-08-05 | Merge branch 'develop' into feedmanager_removal | daniel oeh | |
Conflicts: src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/feed/FeedManager.java src/de/danoeh/antennapod/service/PlaybackService.java src/de/danoeh/antennapod/service/download/DownloadService.java src/de/danoeh/antennapod/service/download/DownloadStatus.java src/de/danoeh/antennapod/service/download/HttpDownloader.java src/de/danoeh/antennapod/storage/DownloadRequester.java src/de/danoeh/antennapod/storage/PodDBAdapter.java src/de/danoeh/antennapod/util/playback/PlaybackController.java | |||
2013-08-05 | Do not display empty listview message while loading | daniel oeh | |
2013-08-05 | Removed FeedManager | daniel oeh | |
DBReader, DBTasks and DBWriter should be used instead from now on | |||
2013-08-05 | Added FeedItemStatistics. | daniel oeh | |
Makes it possible to get number of (new, in progress) episodes of a feed without loading the whole list of items | |||
2013-08-04 | Removed last references to FeedManager | daniel oeh | |
2013-08-04 | Ported search components to DB*-classes | daniel oeh | |
2013-08-04 | Ported playback classes to DB* classes | daniel oeh | |
2013-08-04 | Ported PlaybackController to DB*-classes | daniel oeh | |
2013-08-04 | Ported playback service to DB* classes | daniel oeh | |
2013-08-04 | Updated maven android plugin | daniel oeh | |
2013-08-04 | Merge branch 'nineoldandroids' of git://github.com/patheticpat/AntennaPod ↵ | daniel oeh | |
into patheticpat-nineoldandroids | |||
2013-08-03 | Fixes issue #249 (Cannot use Kinivo BTC450 bluetooth car kit to play | Dean Brettle | |
after pause). The problem was that audioManager.abandonAudioFocus() was being called before remoteControlClient.setPlaybackState(). That seems to have prevented the BTC450 from knowing that the audio was paused. As a result, the BTC450 continued to send "pause" instead of "play" for subsequent button presses. The fix just moves the call to abandonAudioFocus() until after setPlaybackState() has been called. | |||
2013-08-03 | Set seek time of media keys to 30 seconds. | daniel oeh | |
2013-08-03 | Merged #226 into develop | daniel oeh | |
2013-08-03 | Merged #200 into develop | daniel oeh | |
2013-08-03 | Merge branch 'mat-tso-inteligent_namefile' into develop | daniel oeh | |
2013-08-03 | Merge into develop | daniel oeh | |