Commit Graph

4312 Commits

Author SHA1 Message Date
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
Humberto Fraga
45440d775f Removing old files and changing references.
Splash screen now follows icon color.
2018-02-10 16:52:18 -03:00
Humberto Fraga
7f0ba828fa Adding new ic_launcher files 2018-02-10 16:45:29 -03:00
Humberto Fraga
ebbf3f754f Setting target SDK to 26 to enable adaptive icons 2018-02-10 16:41:45 -03:00
Martin Fietz
c13acc624d
Merge pull request #2557 from ocrow/develop
Fix for #2555 - handle null SSID in WiFi list
2018-02-04 22:05:17 -08:00
Martin Fietz
7ccd19b122
Update CHANGELOG.md 2018-02-04 22:03:04 -08:00
ByteHamster
301bf782a1 Do not flicker when pressing back arrow 2018-02-05 00:16:07 +01:00
ByteHamster
8feb6e087f Make player selectable 2018-02-05 00:14:39 +01:00
Oliver Crow
8090431d30 Fix for #2555 - can't open Preferences activity when there are stored WiFi connections with null SSID. 2018-01-28 18:05:35 -08:00
Martin Fietz
287bb5f7e1
Merge pull request #2550 from ByteHamster/download-range
Hotfix for servers not accepting the Range header
2018-01-24 08:04:12 +01:00
ByteHamster
bc9d39dedf Hotfix for servers not accepting the Range header
Because of #2339, the file always exists when starting a download.
There is still an issue with the server parsing "Range: bytes=0-"
incorrectly, but this commit should make the error appear less often.

Related to #2539
2018-01-23 23:31:08 +01:00
Martin Fietz
c79b003dff Prepare for 1.6.4.5 2018-01-22 21:51:43 +01:00
Martin Fietz
94e8c2d92b
Merge pull request #2549 from AntennaPod/bugfix/corrupt-database
Synchronize opening and closing of the database
2018-01-22 21:50:55 +01:00
Martin Fietz
f7de8a0e44 Synchronize opening and closing of the database 2018-01-22 21:45:38 +01:00
H. Lehmann
77b199d005
Merge pull request #2547 from ByteHamster/improve-export-naming
Improved wording (Closes #2545)
2018-01-22 13:18:28 +01:00
Martin Fietz
961a68022b
Merge pull request #2546 from gaul/stringbuilder
Prefer StringBuilder over StringBuffer
2018-01-22 08:06:29 +01:00
ByteHamster
8b041be8aa Improved export success wording (Closes #2545) 2018-01-21 23:37:41 +01:00
H. Lehmann
9a7b935613
Merge branch 'develop' into picture-in-picture 2018-01-21 23:10:37 +01:00
H. Lehmann
5526937698
Merge branch 'develop' into picture-in-picture 2018-01-21 22:50:47 +01:00
Martin Fietz
82378f3647
Merge branch 'develop' into stringbuilder 2018-01-21 22:12:54 +01:00
Martin Fietz
34a5d7eb17
Merge pull request #2537 from AntennaPod/refactor
Fix inspection issues
2018-01-21 22:09:43 +01:00
Andrew Gaul
278e93880e Prefer StringBuilder over StringBuffer
The latter has unnecessary synchronization.  Found via error-prone.
2018-01-21 13:04:57 -08:00
Martin Fietz
c64e47dcd6 Change back to old implementation 2018-01-21 19:59:09 +01:00
Martin Fietz
dde04c5a01 Use temporary StringBuilder for string concatenation in loop 2018-01-21 13:15:43 +01:00
Martin Fietz
b4d8868e9d Revert "Use StringBuilder for string concatenation in loop"
This reverts commit 919ee63c3c.
2018-01-21 13:13:23 +01:00