0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 12:22:15 +02:00
Commit Graph

913 Commits

Author SHA1 Message Date
Christine Coenen
59e50b592f Fetch future mediathek shows #177 2021-10-23 21:27:49 +02:00
Christine Coenen
c9508f18a1 Make channel chips actually filter the shows 2021-10-23 21:25:47 +02:00
Christine Coenen
f636a949da Add channel chips via code 2021-10-23 16:27:19 +02:00
Christine Coenen
0264cf1570 Move show loading to view model 2021-10-23 16:02:42 +02:00
Christine Coenen
a4021ec77b Move mediathek channels to enum 2021-10-23 15:27:07 +02:00
Christine Coenen
295cae65a3 Add grab icon to filter bottom sheet 2021-10-22 20:54:10 +02:00
Christine Coenen
2c60a3c683 Add back simple search 2021-10-22 20:20:22 +02:00
Christine Coenen
d313749cb1 Style search input 2021-10-22 20:09:12 +02:00
Christine Coenen
79a2e09814 First draft of filter design 2021-10-21 21:14:18 +02:00
Christine Coenen
d8c1a6cee9 Merge branch 'main' into develop-next 2021-10-15 21:44:36 +02:00
Christine Coenen
c67062dbf4 Release version 5.0.2 2021-10-15 21:39:29 +02:00
Christine Coenen
9793fae6b6 Actually proguard rules that fix the bug :-/ 2021-10-15 21:39:06 +02:00
Christine Coenen
5fde6dbe03 Merge branch 'main' into develop-next 2021-10-15 21:25:58 +02:00
Christine Coenen
bda7828e18 Release version 5.0.1 2021-10-14 15:40:17 +02:00
Christine Coenen
f1443fd917 Fix download failing due to bad file descriptor #224 #249 2021-10-14 13:58:01 +02:00
Christine Coenen
697ff00cf3 Document PersistedMediathekShow 2021-10-13 20:31:34 +02:00
Christine Coenen
152f50ee04 Improve id handling of download controller 2021-10-13 20:28:27 +02:00
Christine Coenen
d0c5986913 Use interface for DownloadController 2021-10-13 20:22:02 +02:00
Christine Coenen
0df9ea4ecc Release version 5.0.0 2021-10-13 14:50:51 +02:00
Christine Coenen
62d22d783b Fix ui tests 2021-10-13 14:49:48 +02:00
Christine Coenen
027e23b65b Mention api level raise in changelog 2021-10-12 15:37:56 +02:00
Christine Coenen
368ec44967 Merge branch 'develop-main' into develop-next 2021-10-12 15:30:21 +02:00
Christine Coenen
9e29862d24 Merge branch 'feature/sdk-31' into develop-main 2021-10-12 15:29:47 +02:00
Christine Coenen
d9ea5b8b1e Merge branch 'feature/refactoring' into develop-next
# Conflicts:
#	app/src/main/res/raw/changelog.md
2021-10-10 13:48:33 +02:00
Christine Coenen
37d10343b6 Fix compiler warning about unused parameter 2021-10-10 13:46:29 +02:00
Christine Coenen
a50dd827c9 Remove 'targetFragment' usage from ConfirmFileDeletionDialog 2021-10-10 13:41:51 +02:00
Christine Coenen
fa893dd21a Remove 'targetFragment' usage from SelectQualityDialog 2021-10-10 13:33:39 +02:00
Christine Coenen
dac3070386 Remove deprecated ConnectivityManager.CONNECTIVITY_ACTION 2021-10-10 13:06:34 +02:00
Christine Coenen
757becbbdb Merge branch 'feature/custom-player-view' into develop-next
# Conflicts:
#	app/src/main/res/raw/changelog.md
2021-10-09 21:55:04 +02:00
Christine Coenen
975ca1ec24 Add fixes to readme 2021-10-09 21:53:08 +02:00
Christine Coenen
dcecd324de Make toolbar subtitle white for better readability 2021-10-09 21:49:26 +02:00
Christine Coenen
78e2e92719 Simplify view names 2021-10-09 21:30:35 +02:00
Christine Coenen
bd0704e025 Fix screen not dimming when video is paused 2021-10-09 21:14:50 +02:00
Christine Coenen
70c41331b5 Update exoplayer to 2.15.1 2021-10-09 20:54:09 +02:00
Christine Coenen
57a6ea7edb Supress lint warning 2021-10-09 20:52:47 +02:00
Christine Coenen
84bbd08f76 Fix blocking call executed on ui thread 2021-10-09 20:49:40 +02:00
Christine Coenen
e3116b4b29 Remove unused import 2021-10-09 20:47:28 +02:00
Christine Coenen
3096aa1ca6 Delete unused code 2021-10-09 20:45:17 +02:00
Christine Coenen
d76e65bb30 Refactor MediathekApi to be completely dependency injected 2021-10-09 19:54:53 +02:00
Christine Coenen
c62dcad94d Prefix MediathekApiService 2021-10-09 19:31:55 +02:00
Christine Coenen
0d54642435 Move zapp backend url to config file 2021-10-09 19:28:50 +02:00
Christine Coenen
93cfb76e49 Delete unused import 2021-10-09 19:11:40 +02:00
Christine Coenen
e703e09db8 Improve ProgramInfoRepository error handling 2021-10-09 19:11:08 +02:00
Christine Coenen
478137b0eb Unit test ProgramInfoRepository 2021-10-09 19:04:38 +02:00
Christine Coenen
3d70af5c41 Rename ProgramInfoRepository.getShows to getShow 2021-10-09 18:23:10 +02:00
Christine Coenen
d91e4ff235 Rename Cache 2021-10-09 18:21:57 +02:00
Christine Coenen
96df0a4564 Rename ChannelInfoRepository 2021-10-09 18:17:11 +02:00
Christine Coenen
c5962a25cc Rename ChannelInfoService 2021-10-09 15:46:42 +02:00
Christine Coenen
cad2e2be7c Use dependency injection for ChannelInfoRepository 2021-10-09 15:41:55 +02:00
Christine Coenen
34e072a93e Move koin modules to separate file 2021-10-09 15:27:28 +02:00