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

1421 Commits

Author SHA1 Message Date
Christine Coenen
c5de2328f2 Replace thumbnails with icons in mediathek list 2022-11-06 15:38:53 +01:00
Christine Coenen
c1c141ff97 Merge branch 'feature/work-manager-download' into develop
# Conflicts:
#	app/src/main/res/raw/changelog.md
2022-11-03 17:56:54 +01:00
Christine Coenen
fc0b19d95f Add download changes to changelog 2022-11-03 17:02:29 +01:00
Christine Coenen
f088f646b9 Add some error codes to download notification 2022-11-03 14:32:25 +01:00
Christine Coenen
b87b22817e Fix mediathek list jumping after navigation 2022-11-02 17:40:49 +01:00
Christine Coenen
b425bbdee8 Do not display canceled downloads in download overview 2022-11-02 15:31:30 +01:00
Christine Coenen
db0116fcc7 Change button label for queued downloads 2022-11-02 15:23:46 +01:00
Christine Coenen
3372aad63c Fix progress bar in notification 2022-10-29 21:41:55 +02:00
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
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