Commit Graph

6355 Commits

Author SHA1 Message Date
Ebrahim Byagowi f0a2398088 Fix locale of every String.format number formatter 2020-04-08 23:18:07 +04:30
H. Lehmann 346dc5553f
Merge pull request #4019 from AntennaPod/readme-screenshots
Added screenshots to readme file
2020-04-08 17:16:32 +02:00
H. Lehmann 64504ce3aa
Added screenshots to readme file 2020-04-08 11:37:57 +02:00
H. Lehmann ed248c2c64
Merge pull request #4015 from ByteHamster/drag-handle-size
Made drag handle less prominent
2020-04-08 11:24:37 +02:00
ByteHamster 71316cc474 Made drag handle less prominent 2020-04-07 21:39:29 +02:00
Tony Tam a5795a3420
easy to read sorting options (#4004) 2020-04-07 09:13:15 +02:00
Tony Tam b6eba9cc61
show a warning dialog when importing a database (#4011) 2020-04-07 00:08:40 +02:00
H. Lehmann da5a715860
Merge pull request #4012 from tonytamsf/samsung-keyboard
soft keyboard
2020-04-06 10:03:18 +02:00
Tony Tam 06c5e4b8e0
Statistics description layout for smaller screens (#4005) 2020-04-06 09:08:10 +02:00
Tony Tam 0b44133e0a soft keyboard 2020-04-05 22:51:43 -07:00
ByteHamster 12781c9101 Bumped version to 2.0.0-alpha1 2020-04-05 21:59:58 +02:00
ByteHamster 716f58bee2 Updated translations 2020-04-05 21:58:07 +02:00
H. Lehmann f0cd5a0cd0
Merge pull request #4008 from ByteHamster/exoplayer-user-agent
Use consistent user agent
2020-04-05 18:06:10 +02:00
ByteHamster a8eb3d6209 Use consistent user agent 2020-04-05 15:57:30 +02:00
H. Lehmann 77efea895a
Merge pull request #4001 from ByteHamster/select-audio-tracks
Allow to select audio track
2020-04-04 11:56:47 +02:00
H. Lehmann eebdd07c92
Merge pull request #4002 from ByteHamster/open-video-player
Open video player when playing video
2020-04-04 11:45:29 +02:00
H. Lehmann 454cbc7327
Merge pull request #4000 from ByteHamster/double-tap-to-skip
Double-tap video to skip
2020-04-04 11:41:37 +02:00
ByteHamster 94c69e31cd Allow to select audio track 2020-04-04 11:34:54 +02:00
ByteHamster f985d94e25 Open video player when playing video 2020-04-04 11:25:44 +02:00
ByteHamster 658ae3d43f Double-tap video to skip 2020-04-04 11:03:53 +02:00
H. Lehmann 0d9587f09c
Merge pull request #3998 from ByteHamster/do-not-store-actions-if-logged-out
Do not store Sync actions if user is not logged in
2020-04-03 14:47:47 +02:00
ByteHamster 8b4502eef5 Do not store Sync actions if user is not logged in 2020-04-03 12:50:54 +02:00
H. Lehmann 69085ae73c
Merge pull request #3997 from ByteHamster/more-performance
Some more performance improvements
2020-04-03 12:47:20 +02:00
ByteHamster 5a53966250 Only load chapters when actually needed 2020-04-03 11:58:59 +02:00
ByteHamster 4855f2386d Removed unused Executor 2020-04-03 11:08:36 +02:00
ByteHamster 09f9db878b Hide audioplayer by default to not show uninitialized state 2020-04-03 10:27:56 +02:00
H. Lehmann 67ef897e6b
Merge pull request #3994 from ByteHamster/rebind-service-after-stopping
Rebind to the service after it was stopped
2020-04-03 10:24:54 +02:00
H. Lehmann cc45c78aa8
Merge pull request #3995 from ByteHamster/fast-scroll
Added fast scrolling to all episode lists
2020-04-03 10:24:35 +02:00
H. Lehmann 5cb984daa6
Merge pull request #3996 from ByteHamster/removed-main-thread-db
Removed yet another DB access on the main thread
2020-04-03 10:20:29 +02:00
ByteHamster 4f782f99c1 Removed yet another DB access on the main thread 2020-04-02 22:44:47 +02:00
ByteHamster ae81648597 Added fast scrolling to all episode lists 2020-04-02 21:19:03 +02:00
ByteHamster 8c879ede9b Rebind to the service after it was stopped 2020-04-02 19:40:24 +02:00
H. Lehmann 5e344baf4b
Merge pull request #3993 from ByteHamster/recycle-viewholders
Recycle ViewHolders throughout the whole app
2020-04-02 19:19:40 +02:00
ByteHamster 59250404c2 Recycle ViewHolders throughout the app 2020-04-02 18:48:02 +02:00
H. Lehmann 31e02d89c2
Merge pull request #3992 from ByteHamster/performance
Performance improvements
2020-04-02 18:42:47 +02:00
H. Lehmann 41b0bac90d
Merge pull request #3989 from ByteHamster/join-feedmedia
Always join FeedMedia instead of doing two queries
2020-04-02 17:00:35 +02:00
H. Lehmann 233e3be229
Merge pull request #3991 from ByteHamster/database-main-thread
Do not query database on main thread
2020-04-02 16:59:10 +02:00
ByteHamster 77ef239336 Performance improvements 2020-04-02 16:57:28 +02:00
ByteHamster 62af272978 Do not query database on main thread 2020-04-01 18:03:50 +02:00
H. Lehmann 93f6990f0a
Merge pull request #3990 from ByteHamster/ci-verbosity
Reduce test verbosity on CI to make it easier to find error
2020-04-01 17:47:23 +02:00
ByteHamster e8e33cd73f Reduce test verbosity on CI to make it easier to find error 2020-04-01 17:33:01 +02:00
ByteHamster dde4c7e1d7 Always join FeedMedia instead of doing two queries 2020-04-01 17:29:43 +02:00
Tony Tam ea58748b22
Use AlertDialog for episode filters (#3981) 2020-04-01 12:44:58 +02:00
H. Lehmann eae200b0dc
Merge pull request #3983 from ByteHamster/integrations-screen
Removed integrations screen with only one item
2020-04-01 12:31:42 +02:00
Tony Tam 91c15ac897
put a date with the filename being exported (#3980) 2020-03-31 20:29:33 +02:00
ByteHamster 5bfb68382b Removed integrations screen with only one item 2020-03-31 12:34:30 +02:00
H. Lehmann b195e32c04
Merge pull request #3970 from ByteHamster/extract-gpodder
SyncService refactoring
2020-03-31 12:23:14 +02:00
ByteHamster 84f45986e3 Fixed crashing DownloadService 2020-03-31 12:02:28 +02:00
ByteHamster 6d3cc1a9da Checkstyle fixes 2020-03-30 14:37:27 +02:00
ByteHamster 6e3d012a8a Speed up full sync by not loading queue/favorite status 2020-03-30 13:58:44 +02:00