ByteHamster
|
6edc2417a4
|
Fixed Snackbars being covered by audio player
|
2020-05-03 13:29:47 +02:00 |
Ebrahim Byagowi
|
dc230a8f31
|
Use locale's digits in more places
|
2020-05-01 19:15:14 +04:30 |
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 |
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
|
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 |
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 |
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 |
ByteHamster
|
14b35b03fa
|
Delete crash report on upgrade
|
2020-04-14 19:44:35 +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 |
Ebrahim Byagowi
|
45d6232a50
|
Fix symmetry issues of feed item list
|
2020-04-13 01:22:01 +04:30 |
Ebrahim Byagowi
|
30d3619d05
|
Use Android's own file size formatter
|
2020-04-12 14:30:18 +04:30 |
Ebrahim Byagowi
|
d5ef1cb4f7
|
Fix TriangleLabelView corner in RTL languages
|
2020-04-12 14:14:06 +04:30 |
ByteHamster
|
67e7f4bec9
|
Reduce font size of new count
|
2020-04-11 23:14:08 +02:00 |
H. Lehmann
|
772d8728d1
|
Merge pull request #4036 from ByteHamster/colors
Make colors more consistent
|
2020-04-11 22:48:31 +02:00 |
H. Lehmann
|
2e7e1b4764
|
Merge pull request #4038 from HrBDev/develop
WorkManager.getInstance() without context is deprecated
|
2020-04-11 12:10:32 +02:00 |
H. Lehmann
|
87f773de38
|
Merge pull request #4039 from ByteHamster/allow-stop-preview
Allow to stop previewed episode
|
2020-04-11 12:09:41 +02:00 |
ByteHamster
|
cc946f44d7
|
Make colors more consistent
|
2020-04-11 11:59:13 +02:00 |
Hamidreza Bayat
|
fff0dce83e
|
WorkManager.getInstance() is deprecated
Pass context where available
|
2020-04-11 02:28:46 +04:30 |
ByteHamster
|
4b42ed87c3
|
Toast instead of crash on database downgrade
|
2020-04-10 21:57:20 +02:00 |
ByteHamster
|
c24761806e
|
Allow to stop previewed episode
|
2020-04-10 21:56:44 +02:00 |
H. Lehmann
|
4959319d58
|
Merge pull request #4029 from ByteHamster/podcast-searcher-abstract
Abstract from iTunes search provider lookup
|
2020-04-10 16:14:14 +02:00 |
H. Lehmann
|
55fe840fc7
|
Merge pull request #4035 from ByteHamster/proguard
Allow Proguard to optimize androidx packages
|
2020-04-10 10:36:49 +02:00 |
H. Lehmann
|
e22702ec09
|
Merge pull request #4030 from ByteHamster/restore-visibility
Restore ExternalPlayer visibility when restoring instance state
|
2020-04-10 00:09:52 +02:00 |
H. Lehmann
|
c166edd46a
|
Merge pull request #4031 from ebraminio/valueof
Replace some of String.valueOf uses with to String.format to get locale's digits
|
2020-04-10 00:09:34 +02:00 |
H. Lehmann
|
de3985e1ae
|
Merge pull request #4032 from ebraminio/puzzle
Localize digits in queue episodes and parallel downloads numbers
|
2020-04-10 00:08:38 +02:00 |
ByteHamster
|
2de7ff44cb
|
Allow Proguard to optimize androidx packages
This reduces the method count from 64k to 44k and the apk size from 8MB to 7MB
|
2020-04-10 00:05:52 +02:00 |
michaelmwhite
|
c68fe8a203
|
make layout clickable to intercept touch
|
2020-04-09 16:26:47 -04:00 |
Ebrahim Byagowi
|
81c59cbe5c
|
Replace some of String.valueOf uses with to String.format to get locale's digits
Ideally we should inspect all the String.valueOf, these were I could see right now
|
2020-04-09 18:15:21 +04:30 |