summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2018-04-13Moved info and settings button closer togetherByteHamster
2018-04-13Split feed info and settingsByteHamster
2018-04-12Added feature graphicByteHamster
2018-04-11Changed batch edit icon and nameByteHamster
Closes #1146
2018-04-11Allow to continue playback when leaving playerByteHamster
2018-04-11Revert rename of setupFlavoredUIByteHamster
2018-04-11Using attr icons in preferencesByteHamster
2018-04-11Re-enabled preference setup methodsByteHamster
2018-04-10Sort order of preferencesByteHamster
2018-04-10Changed iconsByteHamster
2018-04-10Removed misc settingsByteHamster
2018-04-10Added categoriesByteHamster
2018-04-10Extracted string resourcesByteHamster
2018-04-10Move 'counter' setting from 'adjust menu' to UI settingsByteHamster
2018-04-10Added preference screensByteHamster
2018-04-09Using compat methodByteHamster
2018-04-09Removing PiP option for unsupported devicesByteHamster
2018-04-09Prepare for 1.6.51.6.5Martin Fietz
2018-04-09Allow to enter PiP automaticallyByteHamster
2018-04-09Split up two different uses of the string 'New'ByteHamster
Closes #2348
2018-04-09Added checks for PiP supportByteHamster
2018-04-08Merge branch 'develop' into picture-in-pictureByteHamster
2018-04-07Update translationsMartin Fietz
2018-04-07Prepare for 1.6.5-RC1Martin Fietz
2018-04-07Merge pull request #2618 from hannesa2/AndroidStudio_3.1Martin Fietz
update to AndroidStudio 3.1
2018-04-07Merge pull request #2626 from ByteHamster/failed-urlMartin Fietz
Showing URL for failed downloads
2018-04-07Removed unneeded backgroundByteHamster
2018-04-05Merge pull request #2625 from ByteHamster/focusMartin Fietz
Allow to focus settings button
2018-04-05Merge pull request #2624 from ByteHamster/opml-importMartin Fietz
Added OPML import option next to the export option
2018-04-05Merge pull request #2623 from ByteHamster/webview-cacheMartin Fietz
Even use expired cache if there is no network
2018-04-05Merge pull request #2622 from ByteHamster/opml-success-messageMartin Fietz
Use generic export message instead of OPML
2018-04-05Showing URL for failed downloadsByteHamster
Closes #1082
2018-04-05Allow to focus settings buttonByteHamster
Without this change, it seems like the sidebar is not usable by using arrow keys only. Related to #445.
2018-04-05Added OPML import option next to the export optionByteHamster
Fixes #2315
2018-04-05Even use expired cache if there is no networkByteHamster
Closes #2260
2018-04-05Use generic export message instead of OPMLByteHamster
The same message is shown for HTML and OPML. Fixes #2462. Additionally, using string formatting now instead of just "+"
2018-04-05Added scrolling to Import/ExportByteHamster
Fixes #2582
2018-04-04Simplify buildHannes Achleitner
2018-04-04replace old ActionBarActivity with AppCompatActivityHannes Achleitner
2018-04-03Merge pull request #2607 from ByteHamster/content-encodedMartin Fietz
Fixes empty contentEncoded
2018-04-02Merge remote-tracking branch 'upstream/develop' into picture-in-pictureByteHamster
2018-04-02Only stop videoControlsHider when actually stoppingByteHamster
2018-04-02Clarified test casesByteHamster
2018-04-02Merge remote-tracking branch 'upstream/develop' into layout-improvementsByteHamster
2018-04-02Extracted color resourceByteHamster
2018-03-23Added unit test for shownotesByteHamster
2018-03-16Only write queue order to database on drag release for the podcast queue.Matthew Gaffen
This prevents large numbers of db writes in quick succession. This is a particular problem for large queue lengths. Fixes #2562 and potentially fixed #2573
2018-02-20Revert "Set background of playerFragment to same color as toolbar"ByteHamster
This reverts commit 2f6c9c49f81ddb735d5241026ee661a3a88b0cd2.
2018-02-14Make feed title selectableByteHamster
2018-02-13Darken background of feed headerByteHamster
This change only applies to feed items using transparent backgrounds. The item is darkened but the background keeps transparent, which looks weird, especially in light theme (have a look at the 34C3 feed)