Commit Graph

4585 Commits

Author SHA1 Message Date
Martin Fietz
0ca7fc60b2
Merge pull request #2832 from ByteHamster/null-media-player
Do not crash if mediaPlayer is null
2018-09-27 13:53:41 +02:00
Martin Fietz
c7ec2f26c6
Merge pull request #2834 from ByteHamster/npe-remote-psmp
Allow mediaPlayer to be null
2018-09-27 13:52:35 +02:00
Martin Fietz
96145eed11 Add feed filter criteria 'is favorite' 2018-09-27 13:49:30 +02:00
Martin Fietz
34d93a4e8e Upgrade gradle wrapper to version 4.10.2 2018-09-27 13:21:15 +02:00
ByteHamster
7dc5d9cfb1 Allow mediaPlayer to be null 2018-09-26 17:32:39 +02:00
ByteHamster
33674625b4 Do not crash if mediaPlayer is null 2018-09-26 17:13:56 +02:00
ByteHamster
9fee2110c7 Implemented number picker preference 2018-09-26 16:59:51 +02:00
H. Lehmann
aad32c98c3
Merge pull request #2816 from AntennaPod/bugfix/2815-unique-job-id-per-class
Enqueue jobs with a unique job id per class
2018-09-21 23:35:03 +02:00
H. Lehmann
819d2df8ed
Merge pull request #2821 from mlasson/mlasson-fix-typo
Fix typo
2018-09-08 17:38:26 +02:00
Marc Lasson
2d1045cacf Fix typo 2018-09-08 15:52:16 +02:00
Martin Fietz
7cf75c7cac 2815 Enqueue jobs with a unique job id per class
As Job IDs must be unique per uid, use IDs that no one else will use...
2018-09-06 16:49:12 +02:00
H. Lehmann
9512c0133f
Merge pull request #2785 from keunes/patch-1
Update (preference) strings
2018-09-04 23:45:08 +02:00
Koen Glotzbach
b4e875cb09
Update strings.xml
Correct plural/singular in search strings
2018-09-04 23:09:46 +02:00
Koen Glotzbach
8379a21583
Lowercase strings
use lowercase for particular strings
2018-09-04 23:06:19 +02:00
InsidE
1796b5d739 Updated DateUtilTest to include new date format test. 2018-08-29 23:32:21 +02:00
H. Lehmann
6ed4a033d0
Merge pull request #2804 from selivan/patch-1
README.md: fix f-droid link image
2018-08-21 21:20:03 +02:00
Selivanov Pavel
adeaf27626
README.md: fix f-droid link image 2018-08-21 19:37:55 +03:00
InsidE
1e598156ae Fix date parsing error on "https://s3.us-east-2.amazonaws.com/podcast.intelligence.org/razmedia/razfeed.xml" 2018-08-19 14:06:00 +02:00
H. Lehmann
1d265a9c3a
Database access threading (#2781) 2018-08-06 23:38:37 +02:00
hannesa2
3d61002d88 Remove eclipse artifacts (#2791) 2018-08-06 20:47:10 +02:00
ByteHamster
17f4c861b2 Removed travis CI 2018-08-06 12:38:15 +02:00
Koen Glotzbach
c88df8064c
Put 'mobile updates' above 'parallel downloads' 2018-07-29 15:54:19 +02:00
Koen Glotzbach
0fbee8f0ca
Update pref strings
Mainly replace all 'feed' mentions by 'podcast'
2018-07-29 15:22:00 +02:00
Koen Glotzbach
d9ef971461
Move 'mobile updates' to 'details' section 2018-07-29 12:58:02 +02:00
Koen Glotzbach
3bd9123852
Update strings.xml
Escape apostrophes
2018-07-28 10:56:26 +02:00
Koen Glotzbach
0172293a6d
Update strings.xml
- improved preferences strings
- improved sharing strings
2018-07-28 10:39:36 +02:00
H. Lehmann
4d79e44aa3
Merge pull request #2765 from ByteHamster/runtime-permissions
Requesting storage permissions for external files
2018-07-26 11:52:18 +02:00
H. Lehmann
06e3dc5829
Merge pull request #2780 from ByteHamster/audio-ducking
Requesting audio focus on Android O
2018-07-26 11:50:39 +02:00
H. Lehmann
f68364d6fc
Merge pull request #2778 from ByteHamster/about-screen
Improved about screen
2018-07-26 11:49:53 +02:00
ByteHamster
7e05ff2a4e Theming support for about screen 2018-07-26 10:26:00 +02:00
ByteHamster
c7d876c8ae Requesting audio focus on Android O 2018-07-25 23:56:35 +02:00
ByteHamster
14ca32a624 Simplifications 2018-07-25 23:19:25 +02:00
H. Lehmann
ab00912f93
Merge pull request #2779 from ByteHamster/fix-options-menu
Fixed options menu persisting (Closes #2776)
2018-07-25 23:16:12 +02:00
ByteHamster
a691ab2614 Prevent NPE 2018-07-25 23:14:41 +02:00
ByteHamster
66fc848fe9 Fixed options menu persisting (Closes #2776) 2018-07-25 16:23:20 +02:00
ByteHamster
aa2ec1687f better landscape view 2018-07-25 16:18:19 +02:00
ByteHamster
f9eb2f839b Improved about screen 2018-07-25 16:02:44 +02:00
H. Lehmann
901bc6c774
Update CHANGELOG.md 2018-07-22 18:59:07 +02:00
Martin Fietz
0cb8c85e02 Preprare for 1.6.6 2018-07-22 18:40:41 +02:00
Martin Fietz
e1b0da978d Update translations 2018-07-22 18:37:37 +02:00
Martin Fietz
9646cc883c
Merge pull request #2655 from ByteHamster/exo-player
Added ExoPlayer
2018-07-22 18:22:16 +02:00
Martin Fietz
1b6f98203f
Merge pull request #2762 from ByteHamster/feed-description
Do not overwrite feed description with item description
2018-07-22 18:15:29 +02:00
H. Lehmann
fc2bd0e19b
Merge pull request #2760 from ByteHamster/delete-item
Improve item deletion
2018-07-15 15:43:42 +02:00
ByteHamster
c2184cfab2 Merge branch 'develop' into exo-player 2018-07-13 19:26:09 +02:00
ByteHamster
0d43cc8658 Requesting storage permissions for external files 2018-07-13 18:29:05 +02:00
H. Lehmann
740e202d7f
Merge pull request #2763 from ByteHamster/download-actions
Allow to add to queue from downloads section
2018-07-13 17:27:54 +02:00
ByteHamster
235b81d40a Allow to add to queue from downloads section 2018-07-13 10:52:58 +02:00
ByteHamster
626621044f Player names are not translatable 2018-07-13 10:33:01 +02:00
H. Lehmann
5566b28943
Merge pull request #2761 from ByteHamster/notification-badges
Do not show badges for ongoing notifications (Closes #2724)
2018-07-13 10:30:34 +02:00
ByteHamster
3fce9490c2 Do not overwrite feed description with item description 2018-07-13 10:18:29 +02:00