Tony Tam
5661a85eab
Show replay button on the current chapter. ( #4706 )
2020-11-30 19:56:19 +01:00
Tony Tam
4112a65c20
indent with spaces
2020-11-30 06:17:10 -08:00
ByteHamster
d405718545
Merge pull request #4719 from ByteHamster/relicense
...
Relicense under the GPL
2020-11-30 11:32:41 +01:00
Tony Tam
3f104f7e5a
fix bug with how we count downloaded media, show a meaningful messages ( #4714 )
2020-11-30 11:29:16 +01:00
markamaze
c1482fe5b8
Moved export log function to menu and added confirm dialog ( #4712 )
2020-11-30 11:20:02 +01:00
Tony Tam
afb151eb3f
share by timecode
2020-11-27 11:32:56 -08:00
ByteHamster
73d39cdc55
Relicense under the GPL
...
The license file still needs to include the MIT license.
2020-11-26 19:50:20 +01:00
ByteHamster
66ee677ebe
Merge pull request #4718 from tonytamsf/queue-image-button
...
add an icon to the Android Auto queue
2020-11-26 18:24:56 +01:00
Tony Tam
b05bc72ee0
Change button size to 48dp ( #4705 )
2020-11-26 18:19:10 +01:00
Tony Tam
28f72aa586
Fix timing issue with speed settings per podcast ( #4713 )
...
when moving to the next episode when phone is locked
2020-11-26 17:48:16 +01:00
Tony Tam
8f0cbb2a88
show number in queue
2020-11-25 17:10:47 -08:00
Tony Tam
a8fbb97cfe
add an icon to the Android Auto queue
2020-11-25 16:52:20 -08:00
Tony Tam
ed47e27baa
line > 120
2020-11-22 18:25:33 -08:00
Tony Tam
aebc62d136
only show the play button for non-car mode, since that is taken care of already
2020-11-22 18:20:10 -08:00
TacoTheDank
943a5a7aff
Fix usage of obsolete junit.framework.Assert method
2020-11-22 16:11:07 +01:00
ByteHamster
41cdeec30c
Merge pull request #4698 from ByteHamster/notification-icon-resolution
...
Increased resolution of notification icon
2020-11-22 16:09:48 +01:00
ByteHamster
38abc3f52b
Merge pull request #4702 from ByteHamster/splash-logs
...
Write to crash report file if app is unable to open
2020-11-22 16:02:48 +01:00
ByteHamster
fe5bf85e9c
Merge pull request #4703 from ByteHamster/thread-safe-dates
...
Partially revert "Performance improvements"
2020-11-22 16:02:20 +01:00
Tony Tam
69670e2153
higher contrast color for search bar ( #4704 )
2020-11-22 15:57:47 +01:00
Tony Tam
d9151351b0
pause button for autos
2020-11-21 18:20:17 -08:00
ByteHamster
9bd0babed5
Partially revert "Performance improvements"
...
Some problems with wrong dates might be caused by the
static date parser no longer being thread safe.
This partially reverts commit 77ef2393365e0ff7621321f725a18ac858e50cbf.
2020-11-21 23:08:39 +01:00
ByteHamster
045790eaa1
Write to crash report file if app is unable to open
2020-11-20 12:11:24 +01:00
ByteHamster
9989bbff9b
Increased resolution of notification icon
...
The expanded media style notification has a higher resolution than
normal large icons
2020-11-19 11:27:40 +01:00
ByteHamster
4b252250c0
Merge branch 'master' into develop
2020-11-19 11:24:31 +01:00
ByteHamster
ba09afd215
Merge pull request #4691 from damoasda/cleanup-callback-constants
...
Refactoring: Remove callback functions with constant value
2020-11-15 15:37:22 +01:00
Herbert Reiter
d68b45fd30
Refactoring: Remove callback functions with constant value
2020-11-15 14:26:07 +01:00
ByteHamster
4e12615a2d
Bumped version to 2.1.0-RC3
2020-11-15 12:38:25 +01:00
ByteHamster
34f9f01ba1
Updated translations
2020-11-15 12:37:00 +01:00
ByteHamster
8a82b3709d
Merge pull request #4690 from ByteHamster/fix-wording
...
Fixed wording of counter>0 filter
2020-11-15 12:31:41 +01:00
ByteHamster
02def17f93
Merge pull request #4689 from ByteHamster/stop-foreground-before-stop
...
Stop foreground in DownloadService before calling stop
2020-11-15 12:28:12 +01:00
ByteHamster
1ee2cc9cc1
Merge pull request #4688 from ByteHamster/fix-pager
...
Fixed toolbar sometimes not refreshing correctly
2020-11-15 12:27:43 +01:00
ByteHamster
97b557a3b6
Merge pull request #4684 from ByteHamster/fix-null-pubdate-crash
...
Fixed comparator method contract when date is null
2020-11-15 12:26:52 +01:00
ByteHamster
3f31764f58
Merge pull request #4687 from damoasda/cleanup-DBTasksCallbacks
...
Refactoring: Remove interface DBTasksCallbacks
2020-11-15 12:25:56 +01:00
ByteHamster
2d24213171
Fixed wording of counter>0 filter
2020-11-15 12:18:44 +01:00
ByteHamster
f5bbdf1666
Stop foreground in DownloadService before calling stop
2020-11-14 18:08:52 +01:00
ByteHamster
7936be0270
Fixed toolbar sometimes not refreshing correctly
2020-11-14 17:54:16 +01:00
Herbert Reiter
3aa6b37834
Refactoring: Remove interface DBTasksCallbacks and class DBTasksCallbacksImpl
2020-11-14 11:32:49 +01:00
ByteHamster
cabe1a0f66
Fixed comparator method contract when date is null
2020-11-11 22:43:27 +01:00
ByteHamster
4decd1d9fe
Merge pull request #4680 from ByteHamster/fix-file-size-stats
...
Fixed file size statistics
2020-11-11 22:21:00 +01:00
mohit
5982ee07b4
Use of ViewBinding in AddFeedFragment ( #4647 )
2020-11-11 22:20:29 +01:00
ByteHamster
97a2af06d0
Merge pull request #4663 from ByteHamster/android-auto-item-image
...
Added support for showing feed item images on Android Auto
2020-11-11 22:06:59 +01:00
ByteHamster
0e84f5d90c
Merge pull request #4666 from ByteHamster/db-corruption
...
Use lazy singleton instead of Bill Pugh singleton
2020-11-11 22:04:54 +01:00
ByteHamster
eea503e3e0
Merge pull request #4672 from ByteHamster/fix-update-without-pubdate
...
Fixed updating feeds where some items do not have a pubdate
2020-11-11 21:56:59 +01:00
ByteHamster
283dcfcc46
Merge pull request #4677 from ByteHamster/gpodder-toolbar
...
Re-added toolbar to gpodder main fragment
2020-11-11 21:56:38 +01:00
ByteHamster
95f020ab62
Merge pull request #4678 from ByteHamster/update-local-folder-properties
...
Update local folder properties on refresh
2020-11-11 21:56:08 +01:00
ByteHamster
240e791d51
Merge pull request #4679 from ByteHamster/remove-share-local-feed-url
...
Hide share link on feed info page for local feeds
2020-11-11 21:55:17 +01:00
ByteHamster
ad04c18340
Merge pull request #4682 from tonytamsf/discovery-cleanup
...
hide suggestion by iTunes when the user hides suggestions
2020-11-11 21:54:24 +01:00
Tony Tam
fad5825a8b
hide suggestion by iTunes when the user hides suggestions
2020-11-10 22:53:37 -08:00
ByteHamster
24c15cfc61
Fixed file size statistics
2020-11-09 23:27:05 +01:00
ByteHamster
ec134fb67f
Hide share link on feed info page for local feeds
2020-11-09 23:17:27 +01:00