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

1464 Commits

Author SHA1 Message Date
Christine Coenen
0c987e917b Set correct notification channels 2022-10-29 21:32:26 +02:00
Christine Coenen
9332e8099f Fix download for api levels below 29 (Android 10, Q) 2022-10-29 18:14:49 +02:00
Christine Coenen
a9c904abbc Fix typo 2022-10-29 17:09:49 +02:00
Christine Coenen
405f4fbb9d Show notification on retry 2022-10-29 10:53:01 +02:00
Christine Coenen
fbe69b211f Retry downloads on connection issues 2022-10-29 10:41:46 +02:00
Christine Coenen
6071661acd Display download file size in notification 2022-10-28 21:10:02 +02:00
Christine Coenen
85f218b2b8 Move download to background thread 2022-10-28 20:35:30 +02:00
Christine Coenen
922b80934c Remove fetch from project 2022-10-28 20:26:36 +02:00
Christine Coenen
72b3bfa6c9 Fix unneeded changes triggered by MediathekRepository 2022-10-28 20:20:30 +02:00
Christine Coenen
28d09c7e0f Move download classes to correct name spaces 2022-10-28 20:04:46 +02:00
Christine Coenen
ab7a7d96e1 Check network condition before download start 2022-10-28 20:01:21 +02:00
Christine Coenen
b372e81b6d Improve notification model structure 2022-10-28 19:57:46 +02:00
Christine Coenen
0a83a93ec8 Make download notifications clickable 2022-10-28 19:47:14 +02:00
Allan Nordhøy
9588e975c7
Hosted Weblate mentioned in README 2022-10-28 14:32:48 +00:00
Christine Coenen
abc61bf3d6 Avoid notification grouping 2022-10-28 15:56:58 +02:00
Christine Coenen
5109c5e4f0 Make notification icon colored 2022-10-28 15:36:06 +02:00
Christine Coenen
805faf2a42 Add retry action to error notification 2022-10-28 14:54:30 +02:00
Christine Coenen
3c4169ea9f Style notifications 2022-10-28 12:55:56 +02:00
Christine Coenen
0270fdfa9a Add cancel action to queued notification 2022-10-28 11:13:09 +02:00
Christine Coenen
3f6bc37968 Avoid showing old notifications 2022-10-27 18:46:00 +02:00
Christine Coenen
163dadf258 Request notification permission on android 13 2022-10-27 13:49:02 +02:00
Christine Coenen
74f6aef31d Don't show download notifications without permission 2022-10-27 13:15:02 +02:00
Christine Coenen
517714e807 Make download foreground service work for lower api levels 2022-10-27 13:05:50 +02:00
Christine Coenen
eb276e3cc9 Show (unstyled) notifications for download events 2022-10-26 16:09:23 +02:00
Christine Coenen
d19245925c Start download only when when in unmetered network if configured 2022-10-26 14:24:08 +02:00
Christine Coenen
07cfc119ce Delete download completely when canceled by user 2022-10-26 14:12:16 +02:00
Christine Coenen
69d39a843b Delete downloads from db that have been deleted by the user 2022-10-26 14:03:07 +02:00
Christine Coenen
22784ffc0e Delete canceled or failed downloads 2022-10-26 13:15:26 +02:00
Christine Coenen
8aeade87a2 Move progressNotification into its own class 2022-10-26 10:00:31 +02:00
Christine Coenen
8b6eccc403 Increase buffer size 2022-10-26 09:53:15 +02:00
Christine Coenen
802bbde042 Make download notifications show up 2022-10-26 09:45:28 +02:00
Christine Coenen
d56bdd5b1d Report progress during download 2022-10-25 20:20:25 +02:00
Christine Coenen
3729de0b80 Add basic implementation for download with work manager 2022-10-25 19:57:38 +02:00
Christine Coenen
70c0ccd5ea Merge branch 'main' into develop 2022-10-25 09:11:01 +02:00
Christine Coenen
715b4031db Merge branch 'feature/lint-warnings' into develop 2022-10-25 09:10:50 +02:00
Christine Coenen
597b1befcd #328 Fix channel urls not fetched from api on Android TV 2022-10-24 11:22:30 +02:00
Christine Coenen
f6193c9126 Fix deprecated usage of onBackPressed 2022-10-24 10:49:23 +02:00
Christine Coenen
d1b1938f8e Use newer version for service stopping 2022-10-23 18:54:09 +02:00
Christine Coenen
2b86db259d Switch to new MenuProvider interface for menu generation 2022-10-23 18:46:01 +02:00
Christine Coenen
3b7046fc3a Raise api level to 26 (Android 8 / Oreo) 2022-10-23 18:12:29 +02:00
Christine Coenen
7c4804b0d4 Explicitly set content description to null 2022-10-23 17:15:28 +02:00
Christine Coenen
b43492410b Mark api level of onPictureInPictureModeChanged 2022-10-23 17:14:15 +02:00
Christine Coenen
4ad9c4bbe8 Delete unused drawable 2022-10-23 17:12:19 +02:00
Christine Coenen
c1d4016570 Mark resource as used 2022-10-23 17:11:58 +02:00
Christine Coenen
933db0aa4c Update gradle build version to match ide plugin 2022-10-23 17:08:00 +02:00
Christine Coenen
21182417a9 Adhere to kotlin styleguide 2022-10-23 17:05:50 +02:00
Christine Coenen
b333d216fe Remove unused imports 2022-10-23 17:05:07 +02:00
Christine Coenen
2c465b5004 Fix use of deprecated exo player listener 2022-10-23 15:25:18 +02:00
Christine Coenen
c6e08d10a4 Update material components library 2022-10-23 15:24:54 +02:00
Christine Coenen
a6ed0e8db2 Update gradle to 7.3.1 2022-10-23 14:58:24 +02:00