Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-27 | Merge pull request #2700 from orionlee/fix_core_test_coverage_etc | H. Lehmann | |
Fix core tests: default coverage, consistent convention, etc. | |||
2018-05-26 | Merge pull request #2667 from ByteHamster/api-26-support | H. Lehmann | |
Api 26 support | |||
2018-05-26 | Moved methods into AutoUpdateManager | ByteHamster | |
2018-05-26 | Simplified AutoUpdateManager | ByteHamster | |
2018-05-26 | Added a refreshAllFeeds method without callback | ByteHamster | |
2018-05-26 | Added examples to notification descriptions | ByteHamster | |
2018-05-26 | Gpodder sync does not need a notification anymore | ByteHamster | |
2018-05-26 | Moved notification utils to other package | ByteHamster | |
2018-05-20 | avoid unused context parameter | brad | |
2018-05-18 | core tests: DateUtilsTest - states why it remains to be an androidTest. | orionlee | |
2018-05-18 | core tests: Make DownloadServiceTest be a unit test (the portion of | orionlee | |
DownloadService tested is all in-memory logic). | |||
2018-05-18 | core tests: Convert tests that are effectively unit tests to be one | orionlee | |
(standard android junit tests). Provides implementations for android platform utils needed (in unit test environment): 1. android.util.Log, 2. android.text.TextUtils.isEmpty() | |||
2018-05-17 | core tests fix: use consistent convention that tests are in the same | orionlee | |
java package as the classes under test. | |||
2018-05-17 | core tests fix: ensure running test suite (gradlew connectedAndroidTest) | orionlee | |
include all test. The existing config does not include the tests in feed/ directory. | |||
2018-05-15 | Give FeedUpdateReceiver a human-friendly label per review feedback. | orionlee | |
2018-05-12 | #2686: Allow feeds update to be triggered by external apps. | orionlee | |
2018-05-07 | Merge branch 'develop' into api-26-support | ByteHamster | |
2018-05-06 | Using builder to call PlaybackService | ByteHamster | |
2018-05-06 | Fix possible missing sync calls | ByteHamster | |
2018-05-06 | Code style improvements | ByteHamster | |
2018-05-06 | Moved auto update handling to new class | ByteHamster | |
2018-05-06 | Using callback instead of sync/async methods | ByteHamster | |
2018-05-06 | Merge pull request #2673 from ByteHamster/preference-support | Martin Fietz | |
Switched to PreferenceFragmentCompat | |||
2018-05-06 | Merge pull request #2646 from vimsick/fast-forward | Martin Fietz | |
Fix Bluetooth Forward Skip Button for Android 8 | |||
2018-05-05 | Merge pull request #2675 from ByteHamster/delete-feed-while-playing | Martin Fietz | |
Stop playback service when feed is deleted | |||
2018-05-05 | Stop playback service when item of deleted feed is played | ByteHamster | |
Closes #2425 | |||
2018-05-05 | Merge pull request #2671 from ByteHamster/content-encoded-addition | Martin Fietz | |
Fix empty contentEncoded | |||
2018-05-05 | Migrated Gpodnet to JobIntentService, so it does not need notification | ByteHamster | |
2018-05-05 | Fixed widget if service is not running | ByteHamster | |
2018-05-05 | Moved widget from app to core | ByteHamster | |
2018-05-05 | Switched widget to JobIntentService | ByteHamster | |
2018-05-04 | Merge pull request #2664 from orionlee/share_link_improvement_2579 | H. Lehmann | |
Share link improvement 2579 | |||
2018-05-04 | Persist job through reboot | ByteHamster | |
2018-05-04 | Notify system when job is done | ByteHamster | |
2018-05-04 | Review changes #2 | ByteHamster | |
2018-05-04 | Switched to PreferenceCompat | ByteHamster | |
2018-05-04 | Review changes | ByteHamster | |
2018-05-04 | Fix empty contentEncoded | ByteHamster | |
This code duplication was forgotten in #2607 | |||
2018-05-03 | Fixed fresh install crash | ByteHamster | |
2018-05-03 | Added JobScheduler for feed updates | ByteHamster | |
2018-05-03 | Start PlaybackService lazily to allow using ForegroundService | ByteHamster | |
2018-05-03 | Added notification categories | ByteHamster | |
Android treats IMPORTANCE_DEFAULT as IMPORTANCE_HIGH https://issuetracker.google.com/issues/65108694 | |||
2018-05-03 | Updated build tools | ByteHamster | |
2018-05-02 | Flatten nested ifs, per @ByteHamster feedback | orionlee | |
2018-04-30 | Make FeedItemUtil.getLinkWithFallback(item) tolerates null item. | orionlee | |
2018-04-30 | FeedItem Visit Website tweak: use feed website as a fallback, | orionlee | |
analogous to how share FeedItem link work. Applicable to both feed playback screen and feed information screen. | |||
2018-04-30 | Issue #2579: Provide share Link in episode playback screen even | orionlee | |
when the episode has no link - Use podcast link as the fallback. Also bug fix share link with position: to include epsiode and podcast title. | |||
2018-04-30 | * Using Camel Case for methods | mr-intj | |
* Use braces on single-line blocks | |||
2018-04-27 | Added "Random" and "Smart Shuffle" items at the bottom of the Queue|Sort menu. | mr-intj | |
Added "Permutor" interface to allow specification of reordering logic to be specified in QueueSorter (vs. DBWriter), similar to the existing sort logic. Added "Random" and "Smart Shuffle" strings to core/src/main/res/values (did not add translations for non-English languages) Closes #2366, Closes #2602 | |||
2018-04-22 | I deleted a line accidentally | ByteHamster | |