Commit Graph

7696 Commits

Author SHA1 Message Date
ByteHamster
c52cf51857
Merge pull request #5453 from ByteHamster/harder-drag
Make it harder to accidentally drag episodes in the queue
2021-10-05 22:25:25 +02:00
ByteHamster
63d6f3f2e3
Merge pull request #5452 from ByteHamster/end-select-fewer
End select mode when the number of items got smaller
2021-10-05 22:00:10 +02:00
ByteHamster
e4226e1642
Merge pull request #5451 from ByteHamster/image-decoding-tweaks
Trying to make image resizing more stable
2021-10-05 21:59:40 +02:00
ByteHamster
da07d5dad3 Make it harder to accidentally drag episodes in the queue
Only the drag handle and the first half of the cover can be dragged,
before it was the whole cover.
2021-10-05 21:55:38 +02:00
ByteHamster
a540eca0d5 End select mode when the number of items got smaller 2021-10-05 21:18:45 +02:00
ByteHamster
bb36cfef63
Merge pull request #5445 from ByteHamster/fix-context-menu
Fix wrong fragment receiving context menu event
2021-10-05 20:53:45 +02:00
ByteHamster
c742b2b8ca Trying to make image resizing more stable 2021-10-05 20:53:29 +02:00
ByteHamster
96fe0917e0 Fix wrong fragment receiving context menu event 2021-10-05 00:22:04 +02:00
ByteHamster
3f869c7d38
Merge pull request #5440 from ByteHamster/fix-speedial-overlay
Fix FAB overlay sometimes not showing
2021-10-04 23:48:28 +02:00
ByteHamster
11a7d67f97 Fix FAB overlay sometimes not showing
We use the same ID for each overlay layout. The speed dial searches
everywhere, even in invisible fragments, so it sometimes shows/hides the
wrong overlay layout.
2021-10-03 15:50:48 +02:00
ByteHamster
160401ad13
Merge pull request #5423 from ByteHamster/fix-name-local-folder
Fix deleting local folder not showing name
2021-10-02 17:14:08 +02:00
ByteHamster
4ad8acf3f8 Fix deleting local folder not showing name 2021-09-24 10:22:08 +02:00
ByteHamster
ec8632ab0d Bumped version to 2.4.0-beta2 2021-09-17 22:55:04 +02:00
ByteHamster
619fa89d32 Updated translations 2021-09-17 22:54:35 +02:00
ByteHamster
5f90e0cdf2
Merge pull request #5413 from ByteHamster/hide-multi-select
Multi-select fixes
2021-09-17 22:52:50 +02:00
ByteHamster
ebb0c45744 Don't show delete action buttons in multi-select mode 2021-09-17 22:34:51 +02:00
ByteHamster
6361ba35b3 Hide multi-select in nav bar 2021-09-17 22:33:18 +02:00
ByteHamster
f378d2cf34
Merge pull request #5411 from ByteHamster/fix-null-pubdate
Fix NPE in duplicate detection
2021-09-17 22:29:42 +02:00
ByteHamster
669705f75d Fix NPE in duplicate detection 2021-09-17 18:15:12 +02:00
ByteHamster
1e94fa59ea Bumped version to 2.4.0-beta1 2021-09-12 15:46:14 +02:00
ByteHamster
847c987608 Updated contributors list 2021-09-12 15:45:45 +02:00
ByteHamster
369cb34645 Updated translations 2021-09-12 15:43:31 +02:00
ByteHamster
222f305d66
Merge pull request #5368 from TacoTheDank/librarybump
Update AppCompat to 1.3.x
2021-09-06 18:45:54 +02:00
ByteHamster
744bf10532
Merge pull request #5383 from ByteHamster/swipe-new
Only remove new swipe action when showing only new episodes
2021-09-06 17:59:38 +02:00
ByteHamster
b36cdb0c4e
Improvements related to duplicate detection (#5387)
* Move duplicate detection to one single place
* Canonicalize some common characters that are often confused
* Assume same episode even when date is off by 1 week
* Display duplicate detection as warning, not error
2021-09-06 17:59:17 +02:00
TacoTheDank
cf07145d4b Use NotificationChannelCompat utilities 2021-09-05 15:21:26 -04:00
e-t-l
b9f578ed5c
Add Feature Request template link to Contributing.md (#5385)
Added a link directly to the Feature Request template, just like there is for the Bug Report template, so that new contributors can more easily find it. Previously, even contributors who had read through the contributing guidelines were unaware that a specific template existed for Feature Requests and would submit poorly formatted requests as a result, which then would get flagged by antennapod-bot and need to be edited.
2021-09-04 10:47:53 +02:00
ByteHamster
04c0e61322
Merge pull request #5370 from TacoTheDank/swipeDecoratorBump
Bump RecyclerViewSwipeDecorator to 1.3
2021-09-03 21:29:52 +02:00
ByteHamster
2f71f3fdbe Only remove new swipe action when showing only new episodes 2021-09-03 21:28:36 +02:00
ByteHamster
e1a767e6d1
Merge pull request #5369 from TacoTheDank/servicecompat
Use ServiceCompat.stopForeground
2021-08-29 09:55:40 +02:00
ByteHamster
a9e6795259
Merge pull request #5372 from TacoTheDank/test-goof
Fix media parser test resources mistakenly put in the wrong directory
2021-08-29 08:15:20 +02:00
TacoTheDank
2b58d2efc0 Fix media parser test resources mistakenly put in the wrong directory 2021-08-29 01:39:48 -04:00
TacoTheDank
3d94593e4d Bump RecyclerViewSwipeDecorator to 1.3 2021-08-28 22:43:36 -04:00
TacoTheDank
6c17cda0c9 Use ServiceCompat.stopForeground 2021-08-28 21:50:54 -04:00
TacoTheDank
76defae00f Use ActivityCompat.recreate 2021-08-28 20:34:09 -04:00
TacoTheDank
50b4e4f235 Fix missing super call 2021-08-28 20:33:58 -04:00
TacoTheDank
fe1d69f1be Update AppCompat to 1.3.x 2021-08-28 20:33:44 -04:00
TacoTheDank
310bb46c13 Clean up unused module AndroidX libraries 2021-08-28 19:51:11 -04:00
ByteHamster
f8779fbba2
Merge pull request #5365 from ByteHamster/fix-hiding-keyboard
Fix sometimes showing keyboard instead of hiding it
2021-08-28 13:23:42 +02:00
ByteHamster
b2dc57a454
Merge pull request #5366 from ByteHamster/fix-green-download
Fix green download icon everywhere after showing swipe settings dialog
2021-08-28 13:23:12 +02:00
ByteHamster
9565189be2 Fix green download icon everywhere after showing swipe settings dialog 2021-08-28 12:30:16 +02:00
ByteHamster
96f8cd3793
Merge pull request #5364 from ByteHamster/playback-state-fixes
Playback state fixes
2021-08-28 12:24:47 +02:00
ByteHamster
c73ca12e62 Fix sometimes showing keyboard instead of hiding it 2021-08-28 12:23:33 +02:00
ByteHamster
9745a9d130
Merge pull request #5362 from ByteHamster/parser-media
Moved media file parser to its own module
2021-08-28 12:00:21 +02:00
ByteHamster
bf58cdc430 Don't write noMediaPlaying when follow queue is disabled 2021-08-28 11:49:15 +02:00
ByteHamster
697c199275 Fixed wrong icon sometimes ending up in the media session 2021-08-28 11:03:36 +02:00
ByteHamster
ca64739f36 Moved media file parser to its own module 2021-08-28 10:59:26 +02:00
ByteHamster
ddae5e2278
Merge pull request #5361 from ByteHamster/mark-non-new
Only change item state if it is actually in the inbox
2021-08-28 10:54:30 +02:00
ByteHamster
e75d8db298
Merge pull request #5360 from ByteHamster/parser
Moved feed parser to its own module
2021-08-28 10:54:17 +02:00
ByteHamster
24389d42e8 Moved feed parser to its own module 2021-08-28 09:57:41 +02:00