Commit Graph

2533 Commits

Author SHA1 Message Date
Panorea
cac2934c12 Removed navigate_upwards_label from strings.xml 2020-10-05 17:39:23 -04:00
Darrell
31ac0a5322
Added Style for TextViews in Add Podcast screen (#4483) 2020-10-01 23:55:32 +02:00
Bo Jacobs
923be5bfdd
Improve search feature by using keywords instead of full match (#4478) 2020-10-01 23:49:34 +02:00
Connectety
5a10728aa9
Delete private constructor in FeedPreferences which is only used by other consturctor (#4477) 2020-10-01 12:59:03 +02:00
ByteHamster
65a25fd663 Enabled core lint check on CircleCI 2020-10-01 11:17:21 +02:00
ByteHamster
0c2720625c Enabled Lint for core module 2020-10-01 11:17:15 +02:00
ByteHamster
74d18b747a Cancel ChapterLoader correctly 2020-10-01 11:17:15 +02:00
ByteHamster
7513c6e1ad Work around a Lint crash
https://issuetracker.google.com/issues/124861181
2020-10-01 11:17:15 +02:00
ByteHamster
e9fa84af58 Merge branch 'master' into develop 2020-09-30 10:50:25 +02:00
ByteHamster
4a877f24b8 Updated translations 2020-09-30 10:11:52 +02:00
H. Lehmann
bba5f224e6
Merge pull request #4443 from ByteHamster/network-metered-detection
Detect network cellular instead of network metered
2020-09-29 13:34:26 +02:00
ByteHamster
f54076ca58 Swallow undeliverable RxJava exceptions
AntennaPod threads might throw NPEs after disposing because we set controllers to null.
2020-09-29 12:23:13 +02:00
Taco
314cc59792
Fix a few more deprecations, tiny cleanup (#4388) 2020-09-29 12:15:40 +02:00
Edwin J P
61ed58074e
Added podcastindex.org search (#4435) 2020-09-29 09:46:15 +02:00
H. Lehmann
e31a833361
Merge pull request #3871 from tonytamsf/android-auto-rewind
add custom rewind for android auto
2020-09-28 09:02:23 +02:00
Tony Tam
3bb2e2ae17 Add custom rewind and fast forward for Android Auto 2020-09-27 19:42:40 -07:00
ByteHamster
41efff3382 Merge branch 'master' into develop 2020-09-27 22:10:03 +02:00
ByteHamster
c339e27813 Detect network cellular instead of network metered
Cellular networks may be unmetered, or Wi-Fi networks may be metered
2020-09-21 20:41:53 +02:00
ByteHamster
c1810a7e49 Updated translations 2020-09-21 10:52:38 +02:00
H. Lehmann
a0097abc34
Merge pull request #4441 from ByteHamster/new-logo
New logo
2020-09-21 10:45:05 +02:00
ByteHamster
727f38cf63 New splash screen 2020-09-21 09:50:33 +02:00
ByteHamster
e82702655e Updated widget icon 2020-09-21 09:32:07 +02:00
ByteHamster
56256285c2 New teaser images 2020-09-20 23:34:43 +02:00
ByteHamster
eb3993f776 New notification icon 2020-09-20 23:13:28 +02:00
ByteHamster
cab277bb85 New app icon 2020-09-20 22:45:23 +02:00
H. Lehmann
fe2bfc0626
Merge pull request #4440 from ByteHamster/fix-item-pubdate-updating
Fixed items without pubdate getting assigned the current date on every single refresh
2020-09-20 15:26:35 +02:00
H. Lehmann
746190106f
Merge pull request #4439 from ByteHamster/item-without-feed-hotfix
Fixed crash when item has no feed
2020-09-20 12:32:39 +02:00
ByteHamster
ff116ccd8c Fixed items without pubdate getting assigned the current date on every single refresh 2020-09-20 12:29:49 +02:00
ByteHamster
43d36c7560 Fixed crash when item has no feed
Apparently, there are ways to end up with items that have no feed.
This hotfix prevents the app from crashing but it does not solve the
reason for items without feeds.
2020-09-20 11:52:11 +02:00
H. Lehmann
4a339ff532
Merge pull request #4386 from ByteHamster/special-thanks
Added 'special thanks' screen
2020-09-20 08:57:05 +02:00
andrewc1
a6dfd27a15 Convert color state lists to state list drawables for filter background colors.
This eliminates an incompatibility on earlier Android OS versions
(https://stackoverflow.com/questions/3953606/how-to-specify-background-color-in-color-state-list-resources)
2020-09-20 08:39:44 +02:00
ByteHamster
d38c7a442a Added 'special thanks' screen 2020-09-20 08:35:20 +02:00
ByteHamster
806b1f48ec Make ProviderInstaller synchronous again
See #4077 for details: It is fast and the old method sometimes does not install the provider early enough

Reverts #3946 and #4285
2020-09-19 21:27:01 +02:00
H. Lehmann
410ebfe98c
Merge pull request #4256 from Slinger/fix_hardware_buttons
Fix hardware buttons registered as lockscreen/notification taps
2020-09-14 17:24:19 +02:00
H. Lehmann
410dfabeb5
Merge pull request #4400 from asdoi/sort_subscriptions
Add 'sort' to subscriptions view
2020-09-07 22:55:16 +02:00
H. Lehmann
57baf2e45c
Merge pull request #4382 from TacoTheDank/androidx_preference
Move remaining preference to AndroidX preference
2020-09-07 22:31:51 +02:00
asdoi
75be61ff6d fix FeedSortDialog 2020-09-03 14:07:57 +02:00
asdoi
bd0d0b5008 add feed sort menu item 2020-09-03 13:16:48 +02:00
ByteHamster
5d57dbe39d Renamed 'add podcast via url' to mention RSS 2020-09-02 14:48:35 +02:00
H. Lehmann
a5cacffaf5
Merge pull request #4369 from ByteHamster/powered-by
Showing "powered by" for search and suggestions
2020-08-30 09:34:55 +02:00
ByteHamster
d6b473302f Added "powered by" text to search and suggestions 2020-08-30 08:56:10 +02:00
TacoTheDank
acb4832df6 Move remaining preference to AndroidX preference 2020-08-29 00:10:50 -04:00
TacoTheDank
1039aad89e Update ExoPlayer to 2.11.8 2020-08-28 23:23:18 -04:00
ByteHamster
bf55fde9ac Removed legacy import folder
Was previously used for OPML import
2020-08-15 20:46:57 +02:00
ByteHamster
d8674e8050 Merge branch 'master' into develop 2020-08-15 19:48:23 +02:00
asdoi
5a4cb23877
Dynamical navigation drawer size 2020-08-09 11:36:11 +02:00
asdoi
23792f4067
Add subscriptions filter 2020-08-09 11:20:10 +02:00
ByteHamster
dd5b3cac0e Be more verbose about invalid type errors 2020-08-03 13:10:08 +02:00
Lucas Olivoto
9a178726a3
Smoothier sleep timer (#4314) 2020-07-31 23:42:17 +02:00
ByteHamster
7e0dc71265 Revert "Added new icon poll"
This reverts commit cc04e08e74.
2020-07-29 00:31:23 +02:00