Commit Graph

4702 Commits

Author SHA1 Message Date
ByteHamster b699279a33 Allow to focus settings button
Without this change, it seems like the sidebar is not usable
by using arrow keys only.

Related to #445.
2018-04-05 17:45:36 +02:00
ByteHamster 15d93f01c9 Added OPML import option next to the export option
Fixes #2315
2018-04-05 17:09:16 +02:00
ByteHamster 8016a35193 Even use expired cache if there is no network
Closes #2260
2018-04-05 16:57:48 +02:00
ByteHamster 67b01f6ec8 Use generic export message instead of OPML
The same message is shown for HTML and OPML. Fixes #2462.
Additionally, using string formatting now instead of just "+"
2018-04-05 16:26:01 +02:00
ByteHamster 999142a8f7 Added scrolling to Import/Export
Fixes #2582
2018-04-05 16:03:03 +02:00
Hannes Achleitner 0f9fe833bc update some libs 2018-04-04 13:52:30 +02:00
Hannes Achleitner 9e83deb069 Code format just in one file (no logic change) 2018-04-04 13:52:30 +02:00
Hannes Achleitner 3138505027 Simplify build 2018-04-04 13:52:30 +02:00
Hannes Achleitner 3c7f08db08 replace old ActionBarActivity with AppCompatActivity 2018-04-04 13:52:30 +02:00
Hannes Achleitner 7afde2528a fix contentprovider authority for release 2018-04-04 13:52:30 +02:00
Hannes Achleitner 3ab4ad2a35 update to AndroidStudio 3.1 2018-04-04 13:52:30 +02:00
Martin Fietz 43f450433e
Merge pull request #2607 from ByteHamster/content-encoded
Fixes empty contentEncoded
2018-04-03 21:59:02 +02:00
Martin Fietz edcc7ac9c2
Merge pull request #2558 from ByteHamster/layout-improvements
Layout improvements
2018-04-03 21:57:34 +02:00
ByteHamster 02da84b93a Merge remote-tracking branch 'upstream/develop' into picture-in-picture 2018-04-02 22:19:09 +02:00
ByteHamster 878428f3a9 Only stop videoControlsHider when actually stopping 2018-04-02 22:18:40 +02:00
ByteHamster bde6e316fc Clarified test cases 2018-04-02 21:30:51 +02:00
ByteHamster 68a0373d9f Merge remote-tracking branch 'upstream/develop' into layout-improvements 2018-04-02 21:13:39 +02:00
ByteHamster 146ec02395 Extracted color resource 2018-04-02 21:13:13 +02:00
Martin Fietz 9cd9d455c8
Merge pull request #2568 from ByteHamster/crashfix
Fixed crash if media file exists but can not be read
2018-04-01 23:21:27 +02:00
Martin Fietz 894c7b6360
Merge pull request #2598 from orionlee/upgrade_android_gradle_plugin_v3
Upgrade android gradle plugin v3
2018-04-01 23:19:44 +02:00
alifeflow 05f923ebe2 [Ture Black] True Black Theme for AMOLED
Add true black themese
Modified code that fails to support three themes
2018-03-25 16:02:35 +09:00
ByteHamster fdc5b43ab7 Added unit test for shownotes 2018-03-23 16:01:48 +01:00
ByteHamster 97b5779c4a Remove nested if 2018-03-23 15:47:41 +01:00
ByteHamster 5048eb10d2 Use description for shownotes if it is longer than contentEncoded 2018-03-23 15:46:00 +01:00
ByteHamster afb9f7db6a Fixes empty contentEncoded 2018-03-23 14:33:23 +01:00
ByteHamster 4213d8fc8b Fixed crash if media file exists but can not be read
Happens when exporting db and importing it into debug version
because media files are located in an app-private folder
2018-03-22 22:15:58 +01:00
orionlee de7dd4644d Make Circle CI work using @mfretz's config 2018-03-21 11:47:25 -07:00
orionlee 2d04cb82a7 Circle CI: decrease JVM max size to workaround 4G limit error 2018-03-20 14:15:47 -07:00
orionlee b707fcdae5 fix Circle CI syntax error 2018-03-20 13:45:40 -07:00
orionlee 6d828e4839 circle CI tweak to workaround 4G RAM limit: limit new threads / daemon that might not respect memory limit 2018-03-20 13:28:14 -07:00
Martin Fietz 6dbe772345
Merge pull request #2569 from ByteHamster/white-icon
Removed large icon from notification
2018-03-18 10:19:20 +01:00
Martin Fietz 0262325e36
Merge pull request #2574 from ByteHamster/forensics
Backup corrupted db
2018-03-18 10:17:32 +01:00
Martin Fietz e168614e0f
Merge pull request #2600 from Gaffen/queuedragorder-dbsync
Only write queue order to database on drag release for podcast queue.
2018-03-18 10:16:30 +01:00
orionlee 784f3ab798 dummy checkin to trigger Circle CI on pull request 2018-03-16 13:24:56 -07:00
Matthew Gaffen a9f566f3f1 Only write queue order to database on drag release for the podcast queue.
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-16 11:01:23 +00:00
Sam Lee 12b2bb22b5 More CI fix - still using support lib v25 2018-03-13 14:44:48 -07:00
Sam Lee b35d488993 update circle ci config to work with android gradle plugin upgrade 2018-03-13 13:59:57 -07:00
orionlee 1a55348849 remove the deprecated publishNonDefault 2018-03-13 12:35:48 -07:00
orionlee cd8f220ce0 robotium-solo : corrected its dependency as androidTestImplementation in app/ 2018-03-13 12:28:13 -07:00
orionlee 95037f67ad dependencies: replace deprecated compile with implementation / api 2018-03-13 11:34:29 -07:00
orionlee b71e61a221 Upgrade to Android Gradle Plugin v3.0.1 - bare minimal to get it built, 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-13 09:51:50 -07:00
Martin Fietz f3299e7de2
Merge pull request #2587 from jannic/pr
Fix possible NPE accessing image.download_url
2018-03-05 20:28:44 +01:00
Jan Niehusmann f514a439e2 Fix possible NPE accessing image.download_url
May fix #2386. If so, thanks to @cyplo who provided the logcat output
which directed me to that code path.
2018-03-04 22:19:03 +01:00
ByteHamster f90d3c2e7b Backup corrupted db
This might allow some forensics if #2463 happens. Maybe it also
allows to recover some of the files manually.
2018-02-20 23:22:51 +01:00
ByteHamster fcbadf1e9e Revert "Set background of playerFragment to same color as toolbar"
This reverts commit 2f6c9c49f8.
2018-02-20 22:47:18 +01:00
ByteHamster 6e5b639608 Removed large icon
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-17 18:09:08 +01:00
ByteHamster d376e462e7 Make feed title selectable 2018-02-14 11:15:15 +01:00
ByteHamster 2fed8ff104 Darken background of feed header
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)
2018-02-13 00:53:31 +01:00
ByteHamster 2f6c9c49f8 Set background of playerFragment to same color as toolbar
Most noticeable in dark theme
2018-02-13 00:49:00 +01:00
ByteHamster 877ae45592 Removed useless nested layout 2018-02-13 00:22:52 +01:00