Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-28 | Bumped version to 1.7.3-RC1 | ByteHamster | |
2019-08-23 | Merge pull request #3332 from ByteHamster/playbackservice | H. Lehmann | |
PlaybackService bug fixes | |||
2019-08-23 | Do not stop service on unknown media key | ByteHamster | |
2019-08-23 | Fixed 'Service started without startForeground' | ByteHamster | |
When we called stopForeground(), the service went to background state. If we then somehow receive a second intent to onStartCommand (without onCreate), we assume that the service already is in foreground, what is wrong. This commit moves the service to foreground in onStartCommand if it is no longer in foreground. | |||
2019-08-23 | Updated contributors list | ByteHamster | |
2019-08-23 | Updated release notes | ByteHamster | |
2019-08-23 | Merge pull request #3331 from ByteHamster/add-feed-page-spacing | H. Lehmann | |
Updated spacing of add feed page | |||
2019-08-23 | Implemented filter function for "All Episodes" list (#3321) | Jan-Peter von Hunnius | |
2019-08-23 | Updated spacing of add feed page | ByteHamster | |
2019-08-20 | Making Google happy about the translations | ByteHamster | |
Removed translations that Google does not support Added titles Removed translations which do not have both full and short description | |||
2019-08-20 | Updated Gradle publisher | ByteHamster | |
2019-08-20 | Updated Translations | ByteHamster | |
2019-08-20 | Pulled play store metadata from Transifex | ByteHamster | |
2019-08-20 | Removed accidentally added Transifex files | ByteHamster | |
2019-08-20 | Added Google Play icon | ByteHamster | |
2019-08-20 | Show add feed fragment on first launch | ByteHamster | |
2019-08-18 | Merge pull request #3328 from ByteHamster/tests-espresso | H. Lehmann | |
Converted NavigationDrawerTest to Espresso | |||
2019-08-18 | Converted NavigationDrawerTest to Espresso | ByteHamster | |
2019-08-18 | Merge pull request #3327 from ByteHamster/playback-speed-setting | H. Lehmann | |
Allow to open speed settings with ExoPlayer | |||
2019-08-18 | Allow to open speed settings with ExoPlayer | ByteHamster | |
2019-08-16 | Updated changelog | ByteHamster | |
2019-08-13 | Merge pull request #3320 from gaul/static-class | H. Lehmann | |
Make classes static where possible | |||
2019-08-13 | Merge pull request #3319 from gaul/compare-to-ignore-case | H. Lehmann | |
Sort automatic download wifi names ignoring case | |||
2019-08-12 | Make classes static where possible | Andrew Gaul | |
Found via error-prone. | |||
2019-08-12 | Sort automatic download wifi names ignoring case | Andrew Gaul | |
When a user has many wifi networks it can be difficult to remember if a given network has upper- or lower-case. | |||
2019-08-11 | Merge pull request #3317 from ByteHamster/tests | H. Lehmann | |
Tests | |||
2019-08-11 | Fixed app integration tests | ByteHamster | |
2019-08-11 | Fixed core integration tests | ByteHamster | |
2019-08-11 | Merge pull request #2955 from orionlee/make_multidex_on_debug_build_only | H. Lehmann | |
enable multidex for debug build only, speeding up release build time | |||
2019-08-11 | Merge branch 'develop' into make_multidex_on_debug_build_only | H. Lehmann | |
2019-08-11 | Merge pull request #3316 from ByteHamster/online-feed-view | H. Lehmann | |
Updated OnlineFeedView layout | |||
2019-08-11 | Merge pull request #3315 from damoasda/Queue-Sort-Order2 | H. Lehmann | |
Queue sort order - with keep sorted checkbox | |||
2019-08-11 | Updated OnlineFeedView layout | ByteHamster | |
2019-08-11 | Changes due to feedback in pull request #3315 | damoasda | |
2019-08-11 | Changes due to feedback in pull request #3315 | damoasda | |
2019-08-11 | Merge pull request #3303 from rezanejati/develop | H. Lehmann | |
Add socks proxy in network settings | |||
2019-08-11 | Improve code style | rezanejati | |
2019-08-10 | Queue: Keep sorted #1556 | damoasda | |
2019-08-10 | Queue: Keep sorted #1556 | damoasda | |
2019-08-10 | Queue: Keep sorted #1556 | damoasda | |
2019-08-10 | We don't have nightly builds anymore | H. Lehmann | |
2019-08-10 | Merge pull request #3292 from ByteHamster/mobile-updates-setting | H. Lehmann | |
Mobile updates setting | |||
2019-08-10 | Merge pull request #3314 from ByteHamster/phantom-notification | H. Lehmann | |
Stop service if playing from preferences does not work | |||
2019-08-10 | Stop service if playing from preferences does not work | ByteHamster | |
2019-08-10 | Merge pull request #3313 from ByteHamster/episode-cache-size | H. Lehmann | |
Added 500 episodes limit | |||
2019-08-10 | Merge pull request #3283 from andersonvom/3273-renable-linting | H. Lehmann | |
Re-enable deprecation and serial linting | |||
2019-08-10 | Added 500 episodes limit | ByteHamster | |
2019-08-10 | Cleanup | ByteHamster | |
2019-08-10 | Fixed reappearing notification | ByteHamster | |
2019-08-10 | Bring in work done for first queue sort approach | damoasda | |