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

54 Commits

Author SHA1 Message Date
Christine Coenen
5d785768b1 Remove most intelliJ config files from version control 2023-03-11 16:49:56 +01:00
Christine Coenen
85f218b2b8 Move download to background thread 2022-10-28 20:35:30 +02:00
Christine Coenen
07c5eebef5 Update Android Studio, gradle and target sdk 2022-05-16 19:19:11 +02:00
Christine Coenen
3210d31860 Add fragment recreation tests 2022-04-24 10:26:11 +02:00
Christine Coenen
a117c33f64 Ignore misc.xml AndroidStudio file 2022-03-17 20:42:18 +01:00
Christine Coenen
1fdfcdb989 Fix deprecated usage of exo player api 2022-02-08 21:04:06 +01: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 Emrich
7efe65df34 Update gradle 2021-08-06 14:02:24 +02:00
Christine Emrich
4d9aa40f10 Update outdated libraries 2021-06-19 17:54:31 +02:00
Christine Emrich
9af726b6b9 Update gradle to 4.2.1 2021-06-19 11:09:12 +02:00
Christine Emrich
94f86af588 Convert StreamPageFragment to kotlin 2021-01-02 16:00:39 +01:00
Christine Emrich
49f09cf6a6 Use Java 11 #218 2020-12-31 22:46:55 +01:00
Christine Emrich
47f085847d Update Android Studio 2020-12-26 20:39:39 +01:00
Christine Emrich
c6bb0eb093 Fine tune icons 2020-12-22 14:34:03 +01:00
Christine Emrich
db9d2ae9c8 Style main screen toolbar 2020-12-21 15:21:19 +01:00
Christine Emrich
f4de0b13b5 Update gradle and kotlin 2020-10-03 20:17:51 +02:00
Christine Emrich
a6af39ca5b Fix TrackSelectorWrapperTest 2020-10-01 13:40:17 +02:00
Christine Emrich
1dbc1c117c Fix java version thingy 2020-08-09 15:13:26 +02:00
Christine Emrich
35d39743e7 Pull download updates from database 2020-06-20 21:47:56 +02:00
Christine Emrich
8de1e5dcb8 Use single download and share button 2020-05-10 19:53:18 +02:00
Christine Emrich
8e441ac1cc Fix java lint warnings 2020-04-13 16:56:57 +02:00
Christine Emrich
b19f487e08 Fix some Android lint errors 2020-04-13 16:31:53 +02:00
Christine Emrich
5d7181cb19 Update gradle 2020-04-10 20:26:51 +02:00
Christine Emrich
68477d4dd1 Release version 3.3.0 2020-01-15 10:56:43 +01:00
Christine Emrich
58130e6714 Add missing Android Studio file 2019-10-19 16:06:25 +02:00
Christine Emrich
9428157a14 Merge branch 'master' into feature/video-quality-selection
# Conflicts:
#	app/src/main/java/de/christinecoenen/code/zapp/app/mediathek/ui/detail/MediathekPlayerActivity.java
2019-07-18 20:50:49 +02:00
Christine Emrich
eb4a2dc6a7 Make "long vector paths" weak lint warnings 2019-07-11 21:28:44 +02:00
Christine Emrich
e374df07d4 Disable switch-case lint warning 2019-07-11 21:28:01 +02:00
Dimitri Simon
4a78dad9ea changed modules 2019-06-18 20:16:41 +02:00
Christine Emrich
b43f9bcaed Make live stream reloadable by clicking error message 2019-06-10 17:44:52 +02:00
Christine Emrich
891366d223 Update gradle tools to 3.4.0 2019-05-04 21:09:23 +02:00
Christine Emrich
02d7bb739e Update Android Studio to 3.3.2 2019-04-02 20:19:30 +02:00
Christine Emrich
b57f574cc5 Update gradle 2019-01-23 19:13:33 +01:00
Christine Emrich
fbfeeb5b4e Some AndroidStudio changes I guess 2019-01-23 15:19:58 +01:00
Christine Emrich
58c6b3a9dc Manage user preferences inside a single class 2018-10-14 14:32:38 +02:00
Christine Emrich
416ab6267e Migrate to AndroidX libraries 2018-09-29 20:34:52 +02:00
Christine Emrich
cba2ed5ce3 Add indicators for volume and brightness swiping 2018-05-16 21:23:52 +02:00
Christine Emrich
f870c2f3ac Use navigation drawer instead of tabbed layout 2018-04-07 17:55:38 +02:00
Christine Emrich
00269aee16 Update Android Studio and gradle 2018-03-28 21:36:38 +02:00
Christine Emrich
53a9f149c9 Update gradle to 3.0.0 and Android Studio to 3.0 2017-10-31 10:44:34 +01:00
Christine Emrich
d3cec03c94 Heavily simplified show info api by using retrofit and removing separate module 2017-08-03 17:41:26 +02:00
Christine Emrich
373b9d306a Fix crash when url intent cannot be handled
For example on android tv devices without browser installed
2017-07-27 13:09:06 +02:00
Christine Emrich
909c9cb07b Release version 1.5.0 2017-07-26 15:02:12 +02:00
Christine Emrich
f7eeee93ce Fix lint warnings 2017-07-23 21:31:05 +02:00
Christine Emrich
560bf9987b Update gradle to 2.3.3 2017-07-16 13:53:56 +02:00
Christine Emrich
0da8d55e83 Update gradle to 2.3 and support libraries 2017-03-11 19:06:49 +01:00
Christine Emrich
f20c87f367 Update gradle to 2.2.1 2016-10-12 13:31:06 +02:00
Christine Emrich
d2850b5b83 Fix all remaining lint issues #34 2016-10-12 11:03:21 +02:00
Christine Emrich
19b848c5c5 Fix butterknive related lint warnings #33 2016-10-11 21:22:34 +02:00
Christine Emrich
68b31c59ab Ignore SameParameterValue lint warning globally 2016-10-11 14:19:07 +02:00