Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-06 | Database scheme update | ByteHamster | |
2018-06-05 | Removed FeedImage | ByteHamster | |
2018-05-26 | Merge pull request #2638 from ydinath/AboutActivityCleanup | H. Lehmann | |
About activity cleanup | |||
2018-05-26 | Merge pull request #2667 from ByteHamster/api-26-support | H. Lehmann | |
Api 26 support | |||
2018-05-26 | Added a refreshAllFeeds method without callback | ByteHamster | |
2018-05-26 | Moved notification utils to other package | ByteHamster | |
2018-05-18 | Improve autodownload in search | ByteHamster | |
2018-05-14 | Merge pull request #2669 from orionlee/build_tweak_dexcount_optional_in_debug | H. Lehmann | |
Build tweak: Speed up debug build by making dexcount optional in debug build | |||
2018-05-14 | dexcount: remove dated comments | orionlee | |
2018-05-13 | make dexCount defaulted to disabled in debug build per reveiw feedback | orionlee | |
2018-05-10 | Issue #2680: Display time left in queue info bar | amhokies | |
2018-05-07 | Merge branch 'develop' into api-26-support | ByteHamster | |
2018-05-07 | Re-enabled flattr | ByteHamster | |
2018-05-07 | Updated library | ByteHamster | |
2018-05-07 | Add search function to preferences | ByteHamster | |
2018-05-06 | Fixed starting with DefaultActionButtonCallback | ByteHamster | |
2018-05-06 | Using builder to call PlaybackService | ByteHamster | |
2018-05-06 | Code style improvements | 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-05 | Use filename instead | ydinath | |
2018-05-05 | Fix back press issue | ydinath | |
2018-05-05 | Merge pull request #2674 from ByteHamster/delete-while-playing | Martin Fietz | |
Prevent deletion of currently playing item | |||
2018-05-05 | Prevent deletion of currently playing item | ByteHamster | |
Was already prevented in the download list but not on the details fragment. Added alpha to make disabled state clear. Closes #2285 | |||
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 | Moved Flattr/gpodder to their own files | ByteHamster | |
2018-05-04 | Switched to PreferenceCompat | ByteHamster | |
2018-05-04 | Review changes | ByteHamster | |
2018-05-03 | Build tweak: Speed up debug build by making dexcount optional in debug | orionlee | |
build, configured with a new gradle property enableDexcountInDebug. | |||
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-02 | Flatten nested ifs, per @ByteHamster feedback | 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 | Provide share Link in episode information screen, similar to episode ↵ | orionlee | |
playback 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-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-24 | Respect coding standard | ydinath | |
2018-04-23 | canGoBack doesn't work consistently when using loadDataWithBaseURL. Update ↵ | ydinath | |
old logic to allow depth > 1. https://stackoverflow.com/questions/2686933/android-webview-can-render-html-going-forward-but-not-backward https://stackoverflow.com/questions/14948652/webview-cangoback-not-working-when-using-loaddatawithbaseurl/15074071#15074071 | |||
2018-04-22 | Fixed crash when changing settings | ByteHamster | |
Looking at Fragment1, clicking Fragment2 Fragment2.onCreate Fragment2.onResume Fragment1.onPause <- This sets PreferenceUI to Fragment1, so onClickListeners in Fragment2 now have a reference to the wrong fragment | |||
2018-04-22 | Merge pull request #2634 from ByteHamster/preference-rework | Martin Fietz | |
Preferences rework | |||
2018-04-22 | Renamed Services to Integrations | ByteHamster | |
2018-04-22 | Added network icon | ByteHamster | |
2018-04-22 | Actually renamy downloads to network | ByteHamster | |
2018-04-22 | Renamed downloads to network | ByteHamster | |
2018-04-22 | Disable items correctly in autodownload | ByteHamster | |
2018-04-22 | MasterSwitchPreference | ByteHamster | |
2018-04-22 | Moved autodownload to new file | ByteHamster | |