summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-08move to user preferencesRoss Harrison
2015-02-08some files use spaces, some use tabsRoss Harrison
2015-02-08Merge branch 'master' of github.com:rharriso/AntennaPodRoss Harrison
2015-02-08move preferences to Player preferencesRoss Harrison
2015-02-08t was missingRoss Harrison
2015-02-01Merge branch 'develop' of github.com:rharriso/AntennaPodRoss Harrison
2015-02-01Merge pull request #1 from rharriso/feature/add_to_front_of_queueRoss Harrison
Feature/add to front of queue
2015-02-01queue to front or backRoss Harrison
2015-01-31added preference, need to work into databaseRoss Harrison
2015-01-15Fixed several problems APSP algorithmsdaniel oeh
2015-01-15Made auto-cleanup and auto-download methods changeabledaniel oeh
2015-01-15Moved updateRefreshMenuItem into core packagedaniel oeh
2015-01-08Updated version numbersdaniel oeh
2015-01-08Fixed URL handling in ItemFragmentdaniel oeh
Open external activity instead of loading it inside the app
2015-01-08Merge branch 'make_queue_default_view_issue_592' of ↵daniel oeh
git://github.com/TomHennen/AntennaPod into TomHennen-make_queue_default_view_issue_592
2015-01-08Merge branch 'download-when-charging-issue-104' of ↵daniel oeh
git://github.com/TomHennen/AntennaPod into TomHennen-download-when-charging-issue-104
2015-01-08Bugfix: Chapters were saved multiple timesdaniel oeh
2015-01-07minor update to make the queue the first view. Not dynamic (always goes to ↵Tom Hennen
the queue, even if it's empty)
2015-01-06made conditional for auto-download easier to read, moved log message output ↵Tom Hennen
to a better spot
2015-01-06now looking for changes to charging state to change what we do for auto-downloadTom Hennen
2015-01-05Add ability to only do autodl when charging.Tom Hennen
Defaults to allow autodl on battery to preserve existing behavior. Might be a good idea to add a receiver for the intent similar to ConnectivityActionReceiver as this will allow us to start/stop downloads as needed.
2015-01-04Fixed NullpointerException in ItemFragmentdaniel oeh
2015-01-04Blur effect improvementsdaniel oeh
- Reduce time it takes to blur image - Fixed IndexOutOfBoundsException by reducing radius
2015-01-04Trim filename if it is too longdaniel oeh
Caused download failures on filesystems with filename limitations fixes #579
2015-01-02Use MediaStyle Notification on Lollipopdaniel oeh
fixes #543
2014-12-28Fixed file name generatordaniel oeh
fixes #580
2014-12-28Added missing text color attributedaniel oeh
2014-12-28Fixed persistent notification behavior on API < Jellybeandaniel oeh
2014-12-28Merge branch 'master' of git://github.com/24hours/AntennaPod into 24hours-masterdaniel oeh
2014-12-25Adding Missing semicolonLee Yeong Khang
2014-12-20Honor User Preference on Persistence notificationLee Yeong Khang
commented in https://github.com/danieloeh/AntennaPod/pull/578#issuecomment-67489354 - option disabled notification has only "play/pause" button, hitting pause hides notification - option enabled notification has both "play/pause" button and "close" button, hitting pause does not hide notification
2014-12-19Updated dependenciesdaniel oeh
2014-12-19Fixed 2.3 issuesdaniel oeh
- Title in FeedItemFragment was not properly displayed - ItemlistFragment crashed when ItemFragment was closed
2014-12-19Improved layoutdaniel oeh
- Fixed actionbar shadow on 5.0 - Added text to action buttons in ItemlistFragment - Use ?android:attr/listDivider for horizontal dividers in navigation drawer
2014-12-19Show 'up' button instead of hamburger when showing child fragmentdaniel oeh
2014-12-19Replaced FeedItemDialog with ItemFragmentdaniel oeh
2014-12-19Replaced tabs with viewpager indicatorsdaniel oeh
Tabs are not supported when using Toolbars
2014-12-19Use 2-line TextView in AudioplayerActivity toolbardaniel oeh
2014-12-19Use toolbar in MainActivity instead of actionbardaniel oeh
2014-12-19Moved settings button into navigation drawerdaniel oeh
2014-12-19Updated audio player layoutdaniel oeh
2014-12-19Improved look of ItemlistFragment headerdaniel oeh
2014-12-11Combine play and pause button into 1Lee Yeong Khang
detailed in https://github.com/danieloeh/AntennaPod/issues/574
2014-12-10Merge branch 'develop' of git://github.com/scarito/AntennaPod into ↵daniel oeh
scarito-develop
2014-12-10Upgraded dependenciesdaniel oeh
Flattr4j has been upgraded to 2.12. This version makes it possible to use flattr on Android 2.3 devices.
2014-12-08Merge branch 'develop'0.9.9.6daniel oeh
2014-12-08Video overlay was hidden in some casesdaniel oeh
2014-12-08Pulled translationsdaniel oeh
2014-12-08Merge branch 'skeptoid_duration_parse_error' of ↵daniel oeh
git://github.com/mo/AntennaPod into mo-skeptoid_duration_parse_error
2014-12-08Replaced '-' with '*'daniel oeh
fixes #572