Commit Graph

6451 Commits

Author SHA1 Message Date
malockin
cc98447af9 Use replace instread of replaceAll & fix typo 2020-05-24 08:13:27 +03:00
malockin
35dde1fadb Cleaner CSS, item templates
Moved favorite item CSS to main template file.
Added template files for feed information and favorite episode
information, reducing in-line HTML usage in Java code.
2020-05-23 22:16:19 +03:00
malockin
4d74233151 cleaner presentation
Removed square brackets from around links, and added grey lines to
separate the listed episodes.
2020-05-16 23:34:23 +03:00
malockin
1cdfd80ca1 Updated PR according to comments
Removed unnecessary checks in while loop, and converted it to a
do...while loop.
Moved favorites export under HTML section.
Corrected indentation in resources files.
Moved to using a unified template for all HTML exports.
Removed unnecessary strings, corrected capitalization.
2020-05-03 22:56:31 +03:00
malockin
10e8f7c614 roll back manual translations 2020-05-03 19:51:23 +03:00
malockin
104704ee50 Fix static analysis issues 2020-05-03 18:32:11 +03:00
malockin
4f8979ecac Reformatted output, added Hebrew translation
Reformatted output to be sorted by date in descending order. Added links
to episode page, as well as direct media download.

Added Hebrew transaltion for Favorites export.

Removed unused code.
2020-05-03 18:17:42 +03:00
malockin
f634198794 Initial favorites export commit 2020-05-03 14:12:40 +03:00
H. Lehmann
c33669478a
Merge pull request #4095 from ByteHamster/fix-feedhandler-test
Fixed feed image tests
2020-05-01 15:38:03 +02:00
hannesa2
70fa329b38
fix a lint error (#4090)
Project depends on com.google.android.support:wearable:2.4.0, so it must also depend (as a provided dependency) on com.google.android.wearable:wearable:2.4.0
2020-05-01 15:31:04 +02:00
ByteHamster
16b7aa7424 Fixed feed image tests 2020-05-01 14:39:23 +02:00
H. Lehmann
df47dd37ef
Merge pull request #4094 from ByteHamster/fragment-transition-speed
Made fragment transition a bit faster
2020-05-01 14:30:40 +02:00
H. Lehmann
b870c233ee
Merge pull request #4020 from ebraminio/rtl
Adopt the project with ViewPager2
2020-05-01 12:40:03 +02:00
H. Lehmann
95f269ae30
Merge pull request #4083 from hannesa2/GradleVerification
Gradle verifiction
2020-05-01 12:37:28 +02:00
ByteHamster
d7772b84df Made fragment transition a bit faster 2020-05-01 12:21:36 +02:00
Michael White
ca9ff00946
set max width on external player image (#4071) 2020-05-01 12:08:39 +02:00
H. Lehmann
27a38394d0
Merge pull request #4087 from ByteHamster/issue-template-prestissimo
Removed mention of Prestissimo from issue template
2020-05-01 11:33:22 +02:00
H. Lehmann
5287322a89
Merge pull request #4088 from ByteHamster/selected-quantity
Allow plural of 'x selected' string
2020-05-01 11:33:05 +02:00
ByteHamster
46ddcf3c49 Allow plural of 'x selected' string 2020-04-29 21:03:02 +02:00
ByteHamster
aeb7151b3e Removed mention of Prestissimo from issue template 2020-04-29 20:34:53 +02:00
Hannes Achleitner
874eecd3cd Gradle verifiction 2020-04-26 19:06:31 +02:00
H. Lehmann
0763652199
Merge pull request #4069 from ByteHamster/feeditem-page-tweaks
Theme tweaks
2020-04-21 23:20:51 +02:00
Tony Tam
92eb1d669b
Skip intro and ending per feed (#3975) 2020-04-21 23:20:22 +02:00
Ebrahim Byagowi
7bdacf8fde Modify NestedScrollableHost to suit our need
Now manages nested child scrolling when the orientation isn't perpendicular
2020-04-21 21:40:04 +04:30
Ebrahim Byagowi
6f74af7592 Wrap scrollable childs of viewpager in NestedScrollableHost 2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
17962b57a0 Use more optimized way to detect direction in PagerIndicatorView 2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
430e0d403e Fix menu items duplication in episodes and downloads fragment
As ViewPager2 different lifecycle apparently setHasOptionsMenu
needs to be called from onResume() from now on.
2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
c88336f17f Disable downloads and episodes view tab position restore animation 2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
1b9937c2be Restore current tab right after downloads and episodes views creation 2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
77dc78dfe8 Fix view pager scrolling of bottom sheet
As was suggested in https://github.com/AntennaPod/AntennaPod/pull/4020#discussion_r406795883
2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
292afd7d30 Disable bringing episode animation
As was requested in https://github.com/AntennaPod/AntennaPod/pull/4020#discussion_r406797233
2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
260d7ee944 Bring back AudioPlayerFragment pager's setOffscreenPageLimit
The reason needs cast: https://issuetracker.google.com/issues/144669596
2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
75e9ee9e0d Use constants instead hardcoded numbers in view pagers adapters 2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
965fc5c27d Add default cases for switches lack them 2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
3a11f2842b Remove remained references of ViewPager 2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
79e85363fb Match pager_fragment's pager height with its parent 2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
74ec3b1e4a Port ItemPagerFragment to ViewPager2 2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
e8166a7f7f Port pager_fragment users to ViewPager2 2020-04-21 19:30:17 +04:30
Ebrahim Byagowi
417c66d73a Adopt StatisticsFragment with ViewPager2 2020-04-21 19:30:16 +04:30
Ebrahim Byagowi
cedfb27cca Port AudioPlayer's viewpager to ViewPager2, improve RTL support 2020-04-21 19:30:16 +04:30
Michael White
3a86745e81
added media to queue when playing (#4058) 2020-04-21 16:04:03 +02:00
ByteHamster
ef733f826e Fixed missing padding in sidebar 2020-04-21 15:30:39 +02:00
ByteHamster
df9e30e9e9 Feed page theme tweaks 2020-04-21 14:18:47 +02:00
H. Lehmann
c8790336b7
Merge pull request #4059 from ByteHamster/fix-embedded-picture
Fixed not displaying embedded pictures
2020-04-16 17:08:43 +02:00
H. Lehmann
deb13b8b24
Merge pull request #4057 from ByteHamster/delete-crash-report-on-upgrade
Delete crash report on upgrade
2020-04-16 17:08:13 +02:00
ByteHamster
e21c4ffeaa Fixed not displaying embedded pictures
When items were written to the database, their RSS specified image was set to the podcast's image.
This prevented displaying the embedded picture because the image specified in RSS has a higher
priority than the image that is embedded.
2020-04-14 21:59:49 +02:00
H. Lehmann
ae19968fed
Merge pull request #4049 from ebraminio/upgrade-material
Upgrade Material and RecyclerView versions
2020-04-14 21:09:51 +02:00
ByteHamster
14b35b03fa Delete crash report on upgrade 2020-04-14 19:44:35 +02:00
H. Lehmann
8c9e78a417
Merge pull request #4045 from michaelmwhite/develop
change webview margin styling to padding
2020-04-12 23:56:24 +02:00
H. Lehmann
04019931e0
Merge pull request #4047 from ebraminio/file-size-format
Use Android's own file size formatter
2020-04-12 23:52:29 +02:00