Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-26 | fixing test and ShareEpisodeDialog | Gerardo Vázquez | |
2020-06-26 | adding shared preferences to ShareEpisodeDialog | Gerardo Vázquez | |
2020-06-26 | updating share episode dialog | Gerardo Vázquez | |
2020-06-16 | Better parser errors | ByteHamster | |
2020-06-14 | Merge pull request #4232 from ByteHamster/fix-crash-loading-chapters | H. Lehmann | |
Fixed crash when loading chapters fails | |||
2020-06-11 | Send play intent if service state is unknown | ByteHamster | |
2020-06-09 | Fixed crash when loading chapters fails | ByteHamster | |
2020-05-29 | Added auto skip feed settings icon | ByteHamster | |
2020-05-29 | Updated translations | ByteHamster | |
2020-05-29 | Do not show service running notification on onCreate | ByteHamster | |
Sometimes (Bluetooth/Android Auto), the service is created and then just bound to. That means that onStartCommand is never called. This causes a persistent notification. Just in case the notification is somehow still shown to users, modified the message to tell them how to hide it. | |||
2020-05-29 | Load queue in background | ByteHamster | |
2020-05-27 | Made notification IDs unique | ByteHamster | |
2020-05-27 | Cleaned up unused IDs | ByteHamster | |
2020-05-27 | Made PendingIntent request codes unique | ByteHamster | |
2020-05-25 | Merge pull request #4192 from ByteHamster/fix-new-label | H. Lehmann | |
Fixed new label | |||
2020-05-25 | Fixed new label | ByteHamster | |
2020-05-24 | Merge pull request #4106 from malockin/export-favorites | H. Lehmann | |
Export favourites | |||
2020-05-24 | Use replace instread of replaceAll & fix typo | malockin | |
2020-05-23 | Cleaner CSS, item templates | malockin | |
Moved favorite item CSS to main template file. Added template files for feed information and favorite episode information, reducing in-line HTML usage in Java code. | |||
2020-05-22 | Fixed wrong translation | ByteHamster | |
2020-05-21 | Make transifex happy by providing two plural forms | ByteHamster | |
2020-05-21 | Merge pull request #4177 from ByteHamster/stop-button-onlinefeedview | H. Lehmann | |
Added button to stop previewed episode | |||
2020-05-21 | Merge pull request #4179 from ByteHamster/upper-case-url-scheme | H. Lehmann | |
URL schemes are case insensitive | |||
2020-05-21 | URL schemes are case insensitive | ByteHamster | |
2020-05-21 | Added button to stop previewed episode | ByteHamster | |
2020-05-20 | Do not resize seekbar to make it easier to grab | ByteHamster | |
2020-05-20 | Merge pull request #4173 from ByteHamster/retry-gpodder | H. Lehmann | |
Retry gpodder sync before notifying | |||
2020-05-20 | Merge pull request #4172 from ByteHamster/fix-wrong-enqueue | H. Lehmann | |
Fixed enqueueing wrong items on playback | |||
2020-05-20 | Merge pull request #4174 from ByteHamster/ui-adjustments | H. Lehmann | |
Ui adjustments | |||
2020-05-20 | More spacing for playback controls | ByteHamster | |
2020-05-20 | Sleep timer adjustments | ByteHamster | |
- Close button instead of OK - Save settings on-the-fly | |||
2020-05-20 | Retry gpodder sync before notifying | ByteHamster | |
2020-05-20 | Fixed enqueueing wrong items on playback | ByteHamster | |
2020-05-16 | Merge pull request #4162 from ByteHamster/fixes-without-duration | H. Lehmann | |
Various fixes for feeds that do not specify duration | |||
2020-05-16 | Merge pull request #4120 from TacoTheDank/develop | H. Lehmann | |
Clean up some non-code files | |||
2020-05-16 | cleaner presentation | malockin | |
Removed square brackets from around links, and added grey lines to separate the listed episodes. | |||
2020-05-16 | Set duration of playable when streaming | ByteHamster | |
2020-05-16 | Allow to skip even if duration is unknown | ByteHamster | |
2020-05-16 | Do not mark as played if the duration is unknown | ByteHamster | |
2020-05-16 | Fixed feeds with newlines in their image tags | ByteHamster | |
2020-05-14 | Merge pull request #4138 from ByteHamster/theme-darker | H. Lehmann | |
Made dark theme darker | |||
2020-05-14 | Made dark theme darker | ByteHamster | |
2020-05-14 | Prefer itunes:image | ByteHamster | |
2020-05-14 | Converted NSRSS20 to spaces | ByteHamster | |
2020-05-11 | Merge pull request #4131 from ByteHamster/bugfixing | H. Lehmann | |
Bugfixing | |||
2020-05-11 | Fixed blue buttons with blue text | ByteHamster | |
2020-05-09 | Improved TalkBack accessibility | ByteHamster | |
2020-05-08 | Clean up version locations and order | TacoTheDank | |
2020-05-06 | Merge pull request #4121 from ByteHamster/on-demand-configuration | H. Lehmann | |
Added on-demand configuration for stream vs download | |||
2020-05-06 | Added on-demand configuration for stream vs download | ByteHamster | |