Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-26 | Merge pull request #2667 from ByteHamster/api-26-support | H. Lehmann | |
Api 26 support | |||
2018-05-26 | Added examples to notification descriptions | ByteHamster | |
2018-05-26 | Gpodder sync does not need a notification anymore | ByteHamster | |
2018-05-15 | Give FeedUpdateReceiver a human-friendly label per review feedback. | orionlee | |
2018-05-07 | Merge branch 'develop' into api-26-support | ByteHamster | |
2018-05-05 | Moved widget from app to core | ByteHamster | |
2018-05-04 | Switched to PreferenceCompat | 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-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 | |
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 | MasterSwitchPreference | ByteHamster | |
2018-04-22 | Automation category | ByteHamster | |
2018-04-22 | Merge pull request #2564 from xisberto/adaptive_icon | Martin Fietz | |
Adaptive icon | |||
2018-04-22 | Merge branch 'develop' into preference-rework | ByteHamster | |
2018-04-22 | Merge pull request #2641 from ByteHamster/feed-info-and-settings | Martin Fietz | |
Split feed info and settings | |||
2018-04-22 | Merge pull request #2637 from ByteHamster/apply-actions | Martin Fietz | |
Changed batch edit icon and name | |||
2018-04-22 | Merge pull request #2506 from ByteHamster/picture-in-picture | Martin Fietz | |
Added Picure in picture | |||
2018-04-13 | Split feed info and settings | ByteHamster | |
2018-04-11 | Changed batch edit icon and name | ByteHamster | |
Closes #1146 | |||
2018-04-11 | Allow to continue playback when leaving player | ByteHamster | |
2018-04-11 | Using attr icons in preferences | ByteHamster | |
2018-04-10 | Changed icons | ByteHamster | |
2018-04-10 | Removed misc settings | ByteHamster | |
2018-04-10 | Added categories | ByteHamster | |
2018-04-10 | Extracted string resources | ByteHamster | |
2018-04-09 | Removing PiP option for unsupported devices | ByteHamster | |
2018-04-09 | Allow to enter PiP automatically | ByteHamster | |
2018-04-09 | Split up two different uses of the string 'New' | ByteHamster | |
Closes #2348 | |||
2018-04-08 | Merge branch 'develop' into picture-in-picture | ByteHamster | |
2018-04-07 | Update translations | Martin Fietz | |
2018-04-07 | Merge pull request #2626 from ByteHamster/failed-url | Martin Fietz | |
Showing URL for failed downloads | |||
2018-04-05 | Showing URL for failed downloads | ByteHamster | |
Closes #1082 | |||
2018-04-05 | Use generic export message instead of OPML | ByteHamster | |
The same message is shown for HTML and OPML. Fixes #2462. Additionally, using string formatting now instead of just "+" | |||
2018-04-02 | Merge remote-tracking branch 'upstream/develop' into picture-in-picture | ByteHamster | |
2018-04-02 | Merge remote-tracking branch 'upstream/develop' into layout-improvements | ByteHamster | |
2018-04-02 | Extracted color resource | ByteHamster | |
2018-03-13 | Upgrade to Android Gradle Plugin v3.0.1 - bare minimal to get it built, ↵ | orionlee | |
ignoring depercation warnings Details: - upgraded buildtools to the latest (minimum 26.0.2 required) - retired retrolambda - added flavorDimensions (v3 requirement) - Migrate dependency configurations for local modules (:core) - Declaration of resources update in styles.xml (AAPT2 requirement) - upgraded plugin github play-publisher to v1.2.0 | |||
2018-02-10 | Removing old files and changing references. | Humberto Fraga | |
Splash screen now follows icon color. | |||
2018-02-10 | Adding new ic_launcher files | Humberto Fraga | |
2018-01-21 | Improved export success wording (Closes #2545) | ByteHamster | |
2018-01-21 | Merge branch 'develop' into picture-in-picture | H. Lehmann | |
2018-01-21 | Remove useless comment | Martin Fietz | |
2018-01-21 | Fix style | Martin Fietz | |
2018-01-21 | Merge branch 'develop' into refactor | Martin Fietz | |
# Conflicts: # app/src/main/java/de/danoeh/antennapod/activity/MediaplayerInfoActivity.java # core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java | |||
2018-01-21 | Update translations | Martin Fietz | |
2018-01-21 | Merge pull request #2445 from ByteHamster/export | Martin Fietz | |
Database import/export |