Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-19 | Improved layout | daniel 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-19 | Show 'up' button instead of hamburger when showing child fragment | daniel oeh | |
2014-12-19 | Replaced FeedItemDialog with ItemFragment | daniel oeh | |
2014-12-19 | Replaced tabs with viewpager indicators | daniel oeh | |
Tabs are not supported when using Toolbars | |||
2014-12-19 | Use 2-line TextView in AudioplayerActivity toolbar | daniel oeh | |
2014-12-19 | Use toolbar in MainActivity instead of actionbar | daniel oeh | |
2014-12-19 | Moved settings button into navigation drawer | daniel oeh | |
2014-12-19 | Updated audio player layout | daniel oeh | |
2014-12-19 | Improved look of ItemlistFragment header | daniel oeh | |
2014-12-11 | Combine play and pause button into 1 | Lee Yeong Khang | |
detailed in https://github.com/danieloeh/AntennaPod/issues/574 | |||
2014-12-10 | Merge branch 'develop' of git://github.com/scarito/AntennaPod into ↵ | daniel oeh | |
scarito-develop | |||
2014-12-10 | Upgraded dependencies | daniel oeh | |
Flattr4j has been upgraded to 2.12. This version makes it possible to use flattr on Android 2.3 devices. | |||
2014-12-08 | Merge branch 'develop'0.9.9.6 | daniel oeh | |
2014-12-08 | Video overlay was hidden in some cases | daniel oeh | |
2014-12-08 | Pulled translations | daniel oeh | |
2014-12-08 | Merge branch 'skeptoid_duration_parse_error' of ↵ | daniel oeh | |
git://github.com/mo/AntennaPod into mo-skeptoid_duration_parse_error | |||
2014-12-08 | Replaced '-' with '*' | daniel oeh | |
fixes #572 | |||
2014-12-08 | Changelog update | daniel oeh | |
2014-12-08 | Handle protocol relative URLs correctly when downloading episodes and images | daniel oeh | |
fixes #568 | |||
2014-12-08 | Bugfix: Seconds in RFC822 are optional | daniel oeh | |
fixes #545 | |||
2014-12-08 | Use isNotBlank instead of isNoneBlank | daniel oeh | |
Caused NoSuchMethodError on some devices | |||
2014-12-08 | Destroy webview when it is no longer used | daniel oeh | |
Not destroying the webview might have caused crashes on some devices | |||
2014-12-07 | Fixed fullscreen issues in video player | daniel oeh | |
Affects issue #563 | |||
2014-12-07 | Avoid loading Chapters of multiple FeedItems at the same time | daniel oeh | |
This should significantly reduce the time needed to load FeedItem lists with chapters, because chapters are from now on only loaded when a single FeedItem is requested. | |||
2014-12-07 | Prepared release of next version | daniel oeh | |
2014-12-07 | Updated dependencies | daniel oeh | |
Removed unused dependencies | |||
2014-12-06 | Parse podcast duration correctly even with trailing whitespace | Martin Olsson | |
The Skeptoid podcast (available on gpodder.net) currently has a specific episode (titled "Skeptoid #437: Tube Amplifiers") that contains the XML <itunes:duration>14:57 </itunes:duration> which AntennaPod fails to parse (and instead hits a java.lang.NumberFormatException which it prints to stderr every time the refresh button is pressed). The duration for that particular episode is not correctly showed in the UI, although the duration for other Skeptoid episodes show up just fine. | |||
2014-12-03 | Fixed IndexOutOfBoundsException in parseTimeString | daniel oeh | |
2014-12-02 | Use explicit Intent for bindService call | daniel oeh | |
bindService no longer accepts implicit Intents. Possibly caused #559, #558, #553 | |||
2014-11-30 | FeedUpdateReceiver was not registered in Manifest | daniel oeh | |
fixes #566 | |||
2014-11-29 | Merge branch 'fix_blurry_videoplayer_overlay' of ↵ | daniel oeh | |
git://github.com/jmue/AntennaPod into jmue-fix_blurry_videoplayer_overlay Conflicts: gradle/wrapper/gradle-wrapper.properties | |||
2014-11-29 | Merge branch 'fix_lollipop_overlay_background' of ↵ | daniel oeh | |
git://github.com/jmue/AntennaPod into jmue-fix_lollipop_overlay_background | |||
2014-11-29 | Upgraded build tools | daniel oeh | |
2014-11-25 | use a radius of 37.5% of parent width to match pre-lollipop look | Jens Müller | |
2014-11-21 | Created a user preference to enable the headphone resume feature | Michael Scarito | |
2014-11-20 | Added bluetooth BroadcastReceiver to resume after disconnect | Michael Scarito | |
2014-11-20 | Renamed headphonePause to transientPause | Michael Scarito | |
2014-11-20 | Resume on headphone connect if paused by headphone disconnect | Michael Scarito | |
2014-11-20 | fix videoplayer overlay background on lollipop | Jens Müller | |
2014-11-20 | fix blurry play/pause overlay in videoplayer activity | Jens Müller | |
2014-11-19 | Merge branch 'develop'0.9.9.5 | daniel oeh | |
2014-11-19 | Widget wasn't working | daniel oeh | |
Apparently, selectableItemBackground is not available in widget layouts | |||
2014-11-19 | Call supportRequestWindowFeature before setting layout content | daniel oeh | |
2014-11-19 | Merge branch 'patch-1' of git://github.com/edent/AntennaPod into edent-patch-1 | daniel oeh | |
2014-11-19 | Updated dependencies | daniel oeh | |
2014-11-19 | Pulled translations | daniel oeh | |
2014-11-15 | Moved videoplayer layout from layout-land to layout | daniel oeh | |
Although the screen orientation of the VideoPlayerActivity is 'landscape', Android sometimes tries to launch it in portrait mode anyway. | |||
2014-11-15 | Use isNotBlank instead of isNoneBlank | daniel oeh | |
Causes NoSuchMethodError on some devices | |||
2014-11-15 | Fixed a couple of NullpointerException in TagFragment | daniel oeh | |
2014-11-15 | Added Gratipay donate button | daniel oeh | |