summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-07Merge pull request #2626 from ByteHamster/failed-urlMartin Fietz
Showing URL for failed downloads
2018-04-07Merge pull request #2627 from ByteHamster/get-instance-fixMartin Fietz
Actually return instance in getInstance
2018-04-07Removed unneeded backgroundByteHamster
2018-04-07Using Bill Pugh Singleton ImplementationByteHamster
2018-04-06Actually return instance in getInstanceByteHamster
This probably fixes all those "db deleted" issues and mysterious NPEs Previously, the synchronized keyword on open() and close() was useless because it was synchronizing on different objects in each thread.
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-05Merge pull request #2621 from ByteHamster/scroll_import_exportMartin Fietz
Added scrolling to Import/Export
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-03Merge pull request #2607 from ByteHamster/content-encodedMartin Fietz
Fixes empty contentEncoded
2018-04-03Merge pull request #2558 from ByteHamster/layout-improvementsMartin Fietz
Layout improvements
2018-04-02Clarified test casesByteHamster
2018-04-02Merge remote-tracking branch 'upstream/develop' into layout-improvementsByteHamster
2018-04-02Extracted color resourceByteHamster
2018-04-01Merge pull request #2568 from ByteHamster/crashfixMartin Fietz
Fixed crash if media file exists but can not be read
2018-04-01Merge pull request #2598 from orionlee/upgrade_android_gradle_plugin_v3Martin Fietz
Upgrade android gradle plugin v3
2018-03-23Added unit test for shownotesByteHamster
2018-03-23Remove nested ifByteHamster
2018-03-23Use description for shownotes if it is longer than contentEncodedByteHamster
2018-03-23Fixes empty contentEncodedByteHamster
2018-03-22Fixed crash if media file exists but can not be readByteHamster
Happens when exporting db and importing it into debug version because media files are located in an app-private folder
2018-03-21Make Circle CI work using @mfretz's configorionlee
2018-03-20Circle CI: decrease JVM max size to workaround 4G limit errororionlee
2018-03-20fix Circle CI syntax errororionlee
2018-03-20circle CI tweak to workaround 4G RAM limit: limit new threads / daemon that ↵orionlee
might not respect memory limit
2018-03-18Merge pull request #2569 from ByteHamster/white-iconMartin Fietz
Removed large icon from notification
2018-03-18Merge pull request #2574 from ByteHamster/forensicsMartin Fietz
Backup corrupted db
2018-03-18Merge pull request #2600 from Gaffen/queuedragorder-dbsyncMartin Fietz
Only write queue order to database on drag release for podcast queue.
2018-03-16dummy checkin to trigger Circle CI on pull requestorionlee
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-03-13More CI fix - still using support lib v25Sam Lee
2018-03-13update circle ci config to work with android gradle plugin upgradeSam Lee
2018-03-13remove the deprecated publishNonDefaultorionlee
2018-03-13robotium-solo : corrected its dependency as androidTestImplementation in app/orionlee
2018-03-13dependencies: replace deprecated compile with implementation / apiorionlee
2018-03-13Upgrade 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-03-05Merge pull request #2587 from jannic/prMartin Fietz
Fix possible NPE accessing image.download_url
2018-03-04Fix possible NPE accessing image.download_urlJan Niehusmann
May fix #2386. If so, thanks to @cyplo who provided the logcat output which directed me to that code path.
2018-02-20Backup corrupted dbByteHamster
This might allow some forensics if #2463 happens. Maybe it also allows to recover some of the files manually.
2018-02-20Revert "Set background of playerFragment to same color as toolbar"ByteHamster
This reverts commit 2f6c9c49f81ddb735d5241026ee661a3a88b0cd2.
2018-02-17Removed large iconByteHamster
Closes #2541. We do not need the same icon twice. As the icon is displayed white-on-white, it is not visible anyways. This also gives more space to the notification text
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)