Felix
|
7d1593c782
|
extend version name to three digits
|
2020-02-03 21:26:58 +01:00 |
|
Felix
|
d63a361aea
|
update ktlint version and reformat
|
2020-02-03 20:26:14 +01:00 |
|
Felix
|
27fc67d5b7
|
add distributionSha256Sum to gradle-wrapper.properties to satisfy fdroid requirements
also update while we are at it.
|
2020-02-03 20:25:41 +01:00 |
|
Felix
|
d900fad156
|
Merge branch 'feature/skip_buttons' into develop
|
2020-01-12 17:49:14 +01:00 |
|
Felix
|
67a26cf156
|
add 30sec skip forward and backwards to touch player
|
2020-01-12 17:48:42 +01:00 |
|
Felix
|
a08147f9af
|
Fahrplan-Import: fix selectAll/selectNone and add test
|
2020-01-07 22:29:24 +01:00 |
|
Felix
|
fcbf90ed2c
|
Fahrplan-Import: fix reloading of list when selecting all items
|
2020-01-05 17:54:13 +01:00 |
|
Felix
|
15c68b0dd0
|
prevent reloading of imports on configuration change
|
2020-01-05 01:32:47 +01:00 |
|
Felix
|
d3337e2e04
|
Update styling to fix checkbox selected color
|
2020-01-05 00:38:46 +01:00 |
|
Felix
|
af44a40ffc
|
Fahrplan-Import: don't select everything by default and add a select all button instead
|
2020-01-05 00:38:15 +01:00 |
|
Felix
|
a3dda4d79d
|
Merge branch 'develop' into feature/importFahrplan
|
2020-01-05 00:01:35 +01:00 |
|
Felix
|
6b6ebe520c
|
Make CastService Lifecycle-aware to fix leaking activity
|
2020-01-05 00:01:19 +01:00 |
|
Felix
|
b457099dbc
|
Make CastService Lifecycle-aware to fix leaking activity
|
2020-01-05 00:00:57 +01:00 |
|
Felix
|
929b5dc6b1
|
Merge branch 'develop' into feature/importFahrplan
|
2020-01-04 23:38:40 +01:00 |
|
Felix
|
4da09717e8
|
DownloadCancelHandler: move TAG to companion object
|
2020-01-04 23:37:33 +01:00 |
|
Felix
|
ab2ce02b45
|
fix loading of related events
|
2020-01-04 23:34:21 +01:00 |
|
Felix
|
7e584706af
|
Fahrplan-Import: move import to toolbar action and style list
|
2020-01-04 20:47:19 +01:00 |
|
Felix
|
86df3157fd
|
Use MaterialComponents-Theme to enable DarkMode
|
2020-01-04 20:44:22 +01:00 |
|
Felix
|
67642f1e2a
|
mark url-strings as untranslatable
|
2020-01-04 20:25:05 +01:00 |
|
Felix
|
cf4eb54939
|
Merge branch 'develop' into feature/importFahrplan
|
2020-01-04 19:02:14 +01:00 |
|
Felix
|
d77a362c97
|
add missing retrofit annotation
|
2020-01-04 18:11:21 +01:00 |
|
Felix
|
7ef99e71cb
|
Merge branch 'feature/mediaccc-links' into develop
|
2020-01-04 02:40:00 +01:00 |
|
Felix
|
186e45d0eb
|
define interface for initializers
|
2020-01-04 02:38:22 +01:00 |
|
Felix
|
5b0a33baf7
|
add loading indicator when handling links to media.ccc.de
|
2020-01-04 02:16:59 +01:00 |
|
Felix
|
70757c9272
|
formatting (ktlint)
|
2020-01-04 02:09:57 +01:00 |
|
Felix
|
e31ce90d1b
|
formatting (ktlint)
|
2020-01-04 02:08:34 +01:00 |
|
Felix
|
c63c00b14f
|
Merge branch 'develop' into feature/importFahrplan
|
2020-01-04 02:03:23 +01:00 |
|
Felix
|
be9856cde9
|
fix package names and imports for initializers
|
2020-01-04 02:03:13 +01:00 |
|
Felix
|
d20489052d
|
update styling of import page
|
2020-01-04 02:02:27 +01:00 |
|
Felix
|
72079a48ac
|
make WatchlistItemDao dependency in FavoritesImportViewmodel redundant
|
2020-01-04 01:14:19 +01:00 |
|
Felix
|
acd928c445
|
check if uri is null
|
2020-01-04 01:05:10 +01:00 |
|
Felix
|
212079d072
|
add missing package definition in mockInit
|
2020-01-04 01:03:53 +01:00 |
|
Felix
|
14723449bd
|
Merge branch 'feature/mediaccc-links' into feature/importFahrplan
|
2020-01-04 00:58:15 +01:00 |
|
Felix
|
622bad7909
|
Merge branch 'develop' into feature/mediaccc-links
|
2020-01-04 00:36:58 +01:00 |
|
Felix
|
fe4e1889aa
|
code cleanup
|
2020-01-04 00:08:07 +01:00 |
|
Felix
|
6b8a20eb95
|
fix missing parameter
|
2020-01-03 22:55:55 +01:00 |
|
Felix
|
aeba5560eb
|
Refactor: remove ThreadHandler and replace with coroutines
|
2020-01-03 20:01:13 +01:00 |
|
Felix
|
73cb59ea3d
|
formatting (ktlint)
|
2020-01-03 19:43:01 +01:00 |
|
Felix
|
56deb68cf1
|
Refactor: completely remove Downloader and replace all references with MediaRepository
|
2020-01-03 19:41:15 +01:00 |
|
Felix
|
78a6057a27
|
Refactor: replace downloader with MediaRepository, add StreamingRepository
|
2020-01-03 19:29:51 +01:00 |
|
Felix
|
c32dedb6e2
|
add cache to okhttp
|
2020-01-03 19:29:04 +01:00 |
|
Felix
|
66cc14da95
|
code cleanup
|
2020-01-03 19:27:27 +01:00 |
|
Felix
|
c14df7e961
|
use simpler FahrplanLecture for importing favorites
|
2020-01-03 17:30:50 +01:00 |
|
Felix
|
d4d06ff5b7
|
leanback: formatting and cleanup
|
2020-01-02 18:26:01 +01:00 |
|
Felix
|
c82a81199f
|
add viewmodel and intent filter to SplashActivity to handle https://media.cc.de/v/* links
|
2020-01-02 18:12:01 +01:00 |
|
Felix
|
305d97162a
|
Merge branch 'master' into develop
|
2020-01-02 16:39:59 +01:00 |
|
Felix
|
7c06d9a4f6
|
update Version because i forgot for the last hotfix
|
2019-12-30 15:01:06 +01:00 |
|
Felix
|
cca71e499d
|
display an import items shared from Fahrplan-App
|
2019-12-30 14:57:09 +01:00 |
|
Felix
|
926f0d7d65
|
Merge branch 'develop' into feature/importFahrplan
|
2019-12-29 18:37:34 +01:00 |
|
Felix
|
2bc2d1942a
|
Merge branch 'master' into develop
|
2019-12-29 18:30:08 +01:00 |
|