2705 Commits

Author SHA1 Message Date
Marlin Sööse
14b93bb8bf
Add seekbar to Android 10 notifications
Adds a seekbar which is scrubbable for the media player notification in Android 10
2020-07-11 08:41:08 -06:00
Gerardo Vázquez
df19ca2741 updates for share dialog and implementing new instance pattern 2020-07-10 00:57:18 -05:00
Herbert Reiter
984233d1d0
Delete removed files in local feeds 2020-07-08 21:07:51 +02:00
bws9000
2ce23f6868 Redesign filter dialog 2020-07-07 10:55:56 -04:00
Burt Snyder
06f36d12d8
Merge pull request #8 from AntennaPod/develop
update me
2020-07-07 10:44:29 -04:00
H. Lehmann
8d1cc82258
Merge pull request #4269 from ByteHamster/fix-filenotfound
Fixed file not found exception after database import
2020-07-06 22:56:15 +02:00
H. Lehmann
50178771dd
Merge pull request #4271 from ByteHamster/disable-cache
Do not cache feeds
2020-07-06 22:53:02 +02:00
H. Lehmann
54db709fd6
Merge pull request #4274 from ByteHamster/filename-accents
Stripping accents before generating file name
2020-07-06 22:52:04 +02:00
Mats Wahlberg
c6edf77fc2 Fix #1560 for some remaining platforms still affected
Added extra check in onStartCommand() for PlaybackService to check if
eventTime or downTime are positive (which seems to indicate the intent
was generated by a hardware button press instead of a touchscreen tap,
like the lockscreen playback controls).
2020-07-04 21:50:25 +02:00
ByteHamster
fb992ce6d1 Stripping accents before generating file name 2020-07-03 18:16:59 +02:00
bws9000
e221602f8f Redesign filter dialog 2020-07-02 21:02:04 -04:00
bws9000
70aa6b1f6d Redesign filter dialog 2020-07-02 20:50:11 -04:00
bws9000
f4677c0d9a Redesign filter dialog 2020-07-02 20:34:11 -04:00
Burt Snyder
ecf4b60fce
Merge pull request #7 from AntennaPod/develop
update me
2020-07-02 20:25:15 -04:00
Gerardo Vázquez
0cb17304e7 updating strings xml for share dialog and share podcast 2020-07-01 16:59:20 -05:00
ByteHamster
b0d73c8985 Set user-agent for chapter loading 2020-07-01 16:03:18 +02:00
ByteHamster
dbbe614c33 Set user-agent for file playback 2020-07-01 15:57:52 +02:00
ByteHamster
e52517722d Do not cache feeds
This speeds up feed refresh but it is confusing to users if new episodes do not appear instantly.
2020-07-01 10:17:07 +02:00
ByteHamster
fecc65c803 Fixed file not found exception after database import 2020-07-01 09:51:34 +02:00
H. Lehmann
ea28400fc7
Merge pull request #4266 from ramzan/develop
Rename "Headphones Disconnect" option
2020-07-01 09:39:07 +02:00
Gerardo Vázquez
61df26aacd updating ShareDialog according to code review 2020-06-28 16:49:49 -05:00
Ramzan
d484857f89 Change string pref_pauseOnHeadsetDisconnect_title to 'Headphones or Bluetooth disconnect' 2020-06-27 16:18:07 -04:00
bws9000
a4ce162491 Redesign filter dialog 2020-06-27 10:24:26 -04:00
Gerardo Vázquez
5363b09f00 fixing test and ShareEpisodeDialog 2020-06-26 18:52:48 -05:00
Gerardo Vázquez
b36078b8f1 adding shared preferences to ShareEpisodeDialog 2020-06-26 16:38:08 -05:00
Gerardo Vázquez
1b57b00fb3 updating share episode dialog 2020-06-26 10:58:37 -05:00
ByteHamster
64b9fcd18a Trimming Atom content (except GUID) 2020-06-24 22:37:41 +02:00
ByteHamster
7de9e0d4c1 Using state lists for colors 2020-06-21 13:17:36 +02:00
bws9000
f243bcd4cc Redesign filter dialog 2020-06-21 12:59:05 +02:00
ByteHamster
4a43f52090 Better parser errors 2020-06-16 12:44:11 +02:00
H. Lehmann
51e17214f8
Merge pull request #4232 from ByteHamster/fix-crash-loading-chapters
Fixed crash when loading chapters fails
2020-06-14 19:49:11 +02:00
ByteHamster
58f931b575 Send play intent if service state is unknown 2020-06-11 23:17:06 +02:00
ByteHamster
d2526dd439 Fixed crash when loading chapters fails 2020-06-09 22:19:34 +02:00
ByteHamster
1c1780a26f Added auto skip feed settings icon 2020-05-29 18:37:56 +02:00
ByteHamster
52eba1fa3a Updated translations 2020-05-29 10:22:08 +02:00
ByteHamster
0b60a8acee Do not show service running notification on onCreate
Sometimes (Bluetooth/Android Auto), the service is created and then just bound to.
That means that onStartCommand is never called. This causes a persistent notification.
Just in case the notification is somehow still shown to users, modified the message to
tell them how to hide it.
2020-05-29 09:32:46 +02:00
ByteHamster
1fc7352702 Load queue in background 2020-05-29 09:32:15 +02:00
ByteHamster
31404f72cf Made notification IDs unique 2020-05-27 11:11:31 +02:00
ByteHamster
84b9cf9dbb Cleaned up unused IDs 2020-05-27 11:06:30 +02:00
ByteHamster
018a91d66c Made PendingIntent request codes unique 2020-05-27 11:02:41 +02:00
ByteHamster
b1ef9f424f Fixed chapters of non-content uris 2020-05-26 12:02:56 +02:00
ByteHamster
1800704ec2 Added DocumentFile dependency 2020-05-25 22:30:14 +02:00
ByteHamster
122bed841b Load chapters of local feed items 2020-05-25 22:28:42 +02:00
ByteHamster
643e970a27 Metadata improvements for local feeds 2020-05-25 22:16:18 +02:00
ByteHamster
05cc4244e6 Added image support for local feeds 2020-05-25 22:16:03 +02:00
ByteHamster
ac87f204ec Removed unnecessary buttons for local episodes 2020-05-25 21:30:12 +02:00
H. Lehmann
4b2aa3e8b0
Merge pull request #4192 from ByteHamster/fix-new-label
Fixed new label
2020-05-25 16:46:52 +02:00
ByteHamster
382a540280 Basic local feeds support
Co-authored-by: Igor Almeida <igor.contato@gmail.com>
2020-05-25 11:34:03 +02:00
ByteHamster
6b89671b18 Fixed new label 2020-05-25 10:28:14 +02:00
H. Lehmann
e0d1f5d529
Merge pull request #4106 from malockin/export-favorites
Export favourites
2020-05-24 22:42:29 +02:00