Age | Commit message (Expand) | Author |
2018-01-14 | Weaken declaration access | Martin Fietz |
2018-01-14 | Use StringBuilder for string concatenation in loop | Martin Fietz |
2018-01-14 | Remove redundant call to 'String.format()' | Martin Fietz |
2018-01-14 | Remove redundant calls to toString() | Martin Fietz |
2018-01-14 | Replace single-argument 'Arrays.asList()' with 'Collections.singletonList()' | Martin Fietz |
2018-01-14 | Remove unused imports | Martin Fietz |
2018-01-14 | Replace for loop with foreach | Martin Fietz |
2018-01-14 | Replace explicit type with <> | Martin Fietz |
2018-01-14 | Replace lambda with method reference | Martin Fietz |
2018-01-14 | Replace anonymous type with lambda | Martin Fietz |
2018-01-10 | Merge pull request #2534 from AntennaPod/sdk_int_lt_14 | H. Lehmann |
2018-01-09 | Replace code for SDK version lower than 14 | Martin Fietz |
2018-01-09 | Delete PreferenceActivityGingerbread | Martin Fietz |
2018-01-07 | Cleanup order/remove unused includes | Dirk Mueller |
2017-12-11 | Return random filename if sanitized filename would be empty | Martin Fietz |
2017-10-08 | 2385 Only allow very limited set of characters in file names | Martin Fietz |
2017-06-05 | Remove unused methods from DB Reader and DB Adapter | Martin Fietz |
2017-04-09 | Merge branch 'develop' into develop | Martin Fietz |
2016-11-12 | Fix test | Martin Fietz |
2016-11-01 | Add ability to rename feeds | Martin Fietz |
2016-10-02 | Removed commented out debugging code and superfluous comments. | eraymond |
2016-10-02 | Removed commented out debugging code and superfluous comments. | eraymond |
2016-09-28 | Added tests for preference settings to customize fastforward and rewind delta. | eraymond |
2016-08-04 | Merge pull request #2093 from mfietz/upgrade-libs | Martin Fietz |
2016-08-04 | Fix test | Martin Fietz |
2016-07-25 | integrate onPlaybackStart/Pause callbacks into setPlayerStatus() | Domingos Lopes |
2016-07-25 | move onPlaybackStart and onPlaybackPause tasks to separate callback methods | Domingos Lopes |
2016-07-25 | change protocol for episode transition on PlaybackService | Domingos Lopes |
2016-06-29 | Fixed rule 'Lamdbas containing only one statement should not nest this statem... | Soso Tughushi |
2016-05-01 | change name reloadUI -> onMediaChanged | Domingos Lopes |
2016-05-01 | avoid stopping playback after skipping (and changing media type) | Domingos Lopes |
2016-04-28 | give error feedback to the user | Domingos Lopes |
2016-04-26 | add a general callback method for reporting media updates | Domingos Lopes |
2016-04-25 | fix PlaybackServiceMediaPlayer test | domingos86 |
2016-04-24 | refactoring | Domingos Lopes |
2016-04-23 | Make PlaybackServiceMediaPlayer an abstract class and move implementation ind... | Domingos Lopes |
2016-04-23 | Create interface for PlaybackServiceMediaPlayer | Domingos Lopes |
2016-04-09 | add empty impl of updateMediaSessionMetadata() to the tests | Domingos Lopes |
2016-04-03 | Update compact notification buttons dialog | saqura |
2016-03-27 | added subscriptions test | Tom Hennen |
2016-03-25 | Refactor | Martin Fietz |
2016-03-25 | Fix or improve tests | Martin Fietz |
2016-03-25 | Fix test | Martin Fietz |
2016-03-24 | Reset episode to new if episode file is added later | Martin Fietz |
2016-03-22 | Tests: Close adapter | Martin Fietz |
2016-03-22 | Tests: Initialize DB adapter | Martin Fietz |
2016-01-31 | Merge pull request #1635 from mfietz/audioplayer_v1.0.11 | Tom Hennen |
2016-01-31 | Upgrade AntennaPod-AudioPlayer to v1.0.11 | Martin Fietz |
2016-01-30 | Improve tests | Martin Fietz |
2016-01-30 | Change feed lastModified/lastUpdate to String | Martin Fietz |