Commit Graph

194 Commits

Author SHA1 Message Date
Bnyro
867f2ac087 feat: new sleep timer (integrated into the player UI) 2023-11-19 15:14:21 +01:00
Isira Seneviratne
e76e7780d4 refactor: Use listOfNotNull 2023-11-18 05:00:40 +05:30
Thomas
aae83f9210 Fix setting navigation graph with custom startDestination 2023-11-16 20:15:56 +01:00
Bnyro
4f6531b619 refactor: set the wake mode everywhere and simplify player listener initializations 2023-11-15 16:59:54 +01:00
Bnyro
f99198f99a style: run ktlint 2023-10-23 17:55:09 +02:00
Bnyro
fc9e3e6501
Merge pull request #4981 from Bnyro/landscape-player-page
feat: landscape layout for player page
2023-10-23 17:52:45 +02:00
Bnyro
cfdae3e6b1 refactor: use a dialog for playing video in fullscreen 2023-10-19 21:08:33 +02:00
Jānis
e13b502c34 fix: broken offline video duration 2023-10-19 19:06:35 +03:00
Jānis
39d52ff4c2
fix: downloaded subtitles don't show (#5004) 2023-10-19 15:06:49 +02:00
FineFindus
b1c16cc622
style: run ktlint 2023-10-11 18:13:32 +02:00
Bnyro
07c8142119 fix: crash when search suggestions get created before search view 2023-10-06 11:03:37 +02:00
Bnyro
acc43b815f fix: search query stays the old one during back presses 2023-09-30 12:35:51 +02:00
Bnyro
153e4a14d8 refactor: simplify creation of new exo player instances 2023-09-26 13:22:12 +02:00
Bnyro
9b57434792 style: run ktlint 2023-09-25 10:05:18 +02:00
Bnyro
c3cd1aa2ee
Merge pull request #4844 from Bnyro/image-preview
feat: zoomable preview of channel avatar and banner
2023-09-25 10:03:21 +02:00
Bnyro
8e7d85ecdf feat: zoomable preview of channel banner 2023-09-25 10:03:08 +02:00
Bnyro
c7d727356b feat: show large, zoomable channel avatar on click 2023-09-25 09:57:39 +02:00
ARBoyGo
5a2867057b
chore: add donation link in About Activity (#4823) 2023-09-20 11:03:10 +02:00
Bnyro
72dce05409 chore: update website url in app code 2023-09-20 09:18:58 +02:00
Bnyro
dc5f8c4181
Merge pull request #4738 from Bnyro/master
refactor: move constants into the files they're actually used in
2023-09-10 12:50:08 +02:00
Bnyro
315f596776 refactor: move constants into the files they're actually used in 2023-09-10 12:51:03 +02:00
Isira Seneviratne
f590e6688c refactor: Use allViews extension 2023-09-10 07:22:08 +05:30
Bnyro
5989523dd3 fix: properly kill offline player notification 2023-09-08 16:24:55 +02:00
Isira Seneviratne
77a756d5c5 refactor: Simplify router URL resolution 2023-09-06 09:04:16 +05:30
FineFindus
03d598a559
style: run ktlint 2023-08-21 20:09:34 +02:00
Bnyro
8921265493 fix: restore pause on quit functionality 2023-08-20 17:34:14 +02:00
Bnyro
fe100ad581 chore: only show subscriptions count when subs are visible 2023-08-06 13:33:02 +02:00
Bnyro
1e22fab499 feat: preference to force landscape as orientation 2023-08-06 12:39:52 +02:00
Bnyro
c253a4e415 fix: show search history when clearing query 2023-08-06 11:26:31 +02:00
Bnyro
f938a7dfc5 fix: crash when closing player via x on top left 2023-08-05 19:04:20 +02:00
Bnyro
f2c2834e3f fix: crash when download file doesn't exist 2023-08-05 10:21:26 +02:00
Bnyro
3495649669 fix: respect preference to not start playing automatically everywhere 2023-08-04 18:38:45 +02:00
Bnyro
05fa57b912 refactor: replace View#setVisibility with kotlin visibility extension 2023-08-03 14:53:09 +02:00
Bnyro
3a106c449b chore: remove unneeded type annotations 2023-08-03 14:39:35 +02:00
Bnyro
ebca7d5daf feat: search intent support 2023-07-31 14:56:35 +02:00
Bnyro
84bcd28c2a feat: seekbar preview for downloaded videos 2023-07-29 18:00:30 +02:00
Bnyro
0c43d208b9 feat: support for video tags 2023-07-29 16:59:56 +02:00
IndusAryan
ce8ceff455 fix(deps): update navigation to v2.6.0 2023-07-29 12:54:19 +02:00
Bnyro
a7d2974921 fix: show progress bar while search in progress 2023-07-29 11:58:57 +02:00
Bnyro
5bb076c94f refactor: cleanup subscriptions fragment 2023-07-20 10:57:09 +02:00
Bnyro
88acb79725 chore: Minor code cleanups and use #toUri instead of Uri#parse 2023-07-11 12:46:29 +02:00
Bnyro
47aaeda64b
Merge pull request #4205 from Bnyro/master
chore: Add lemmy community to help activity, remove telegram
2023-07-11 11:09:34 +02:00
Bnyro
04b6adadd9 Add lemmy community to help activity, remove telegram 2023-07-11 11:09:00 +02:00
Isira Seneviratne
06714c8e45 Use ViewModel extension in the main activity 2023-07-08 07:20:43 +05:30
Bnyro
1e13586448 Simplify fetch and auth instance logic 2023-07-06 13:52:05 +02:00
Bnyro
eb1382e154 Fix auth api url when restoring backup in welcome page 2023-07-06 13:47:03 +02:00
Isira Seneviratne
8a9de45f83 Remove view binding class variable. 2023-07-03 05:00:49 +05:30
Isira Seneviratne
81735de2fa Use viewModels extension. 2023-07-03 04:51:37 +05:30
Bnyro
ee302dc166 [Welcome Activity] Add button to restore backup and skip instance selection 2023-06-27 11:12:43 +02:00
Bnyro
4bb64bee05 Reformat project as attempt to fix the ktlint action 2023-06-24 19:57:00 +02:00