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

1229 Commits

Author SHA1 Message Date
Christine Coenen
ed8cbaed11 Add view all button to header 2022-11-10 13:30:03 +01:00
Christine Coenen
4938c7b47d Style header 2022-11-10 11:58:35 +01:00
Christine Coenen
d4aca3e089 Fill download list 2022-11-10 11:41:51 +01:00
Christine Coenen
83815c9d39 Add personal tab to main navigation 2022-11-10 11:07:27 +01:00
Christine Coenen
eb882de6cf Give viewing status badges a bit space 2022-11-09 17:14:57 +01:00
Christine Coenen
c2e095576e Fix theme in setting not set correctly upon initial app start 2022-11-09 14:44:58 +01:00
Christine Coenen
e72749aa55 Use OkHttp network stack for exo player 2022-11-09 14:19:59 +01:00
Christine Coenen
7ff8c107b8 Mark shows in list that have been (partially watched) 2022-11-09 13:47:00 +01:00
Christine Coenen
dc18e6121c Change downloaded badge 2022-11-08 15:47:49 +01:00
Christine Coenen
93b7ee6673 Display status badge when show has been viewed before 2022-11-08 15:46:49 +01:00
Christine Coenen
04858a2d81 Make download list searchable 2022-11-06 17:46:50 +01:00
Christine Coenen
5a1203130c Replace share icon with outline version 2022-11-06 16:58:16 +01:00
Christine Coenen
98a79a37fe Avoid flicker in download list after navigation 2022-11-06 16:50:28 +01:00
Christine Coenen
8acb0f69b3 Avoid jitter by moving work manager status sync to io thread 2022-11-06 16:44:00 +01:00
Christine Coenen
cc7b261139 Replace warning icon 2022-11-06 15:53:07 +01:00
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