11819 Commits

Author SHA1 Message Date
renovate[bot]
1ed6847d83
chore(deps): update dependency gradle to v8.13 2025-02-25 10:51:00 +00:00
FineFindus
911fb5d358
fix(SubscriptionsFragment): skip upcoming videos when adding caught-up
Fixes a regression introduced in
d34d34e9e6,
which caused the original fix (111cd1b350)
to no longer function correctly.
2025-02-23 14:31:52 +01:00
FineFindus
facd58ba64
feat: update all-caught-up string
Avoids having both the title and subtitle of the caught-up item starting
with the same word.
2025-02-23 14:25:06 +01:00
Bnyro
470c3bb714
Merge pull request #7111 from Bnyro/master
fix: no shorts in locally generated subscriptions feed
2025-02-17 22:31:31 +01:00
Bnyro
77b6c08c54
fix: no shorts in locally generated subscriptions feed 2025-02-17 22:31:06 +01:00
Bnyro
301f80f723
Merge pull request #7110 from Bnyro/master
fix: configuration issues causing missing margin in download player
2025-02-17 21:39:40 +01:00
Bnyro
89259e56a0
fix: configuration issues causing missing margin in download player 2025-02-17 21:39:17 +01:00
Bnyro
47c3bf0ffe
fix(MarkableTimeBar): align segments to timebar (#7055)
Due to a error in the timebar position calculation, segments could
be msialigned by a pixel. This is fixed by using a caculation that more
closely matches how the actual timebar is drawn.
2025-02-17 21:07:32 +01:00
FineFindus
ea6483df74
fix(MarkableTimeBar): align segments to timebar
Due to a error in the timebar position calculation, segments could
be msialigned by a pixel. This is fixed by using a caculation that more
closely matches how the actual timebar is drawn.
2025-02-15 19:24:14 +01:00
Thomas W.
2ae689c74d
refactor: simplify add to playlist dialog (#7074) 2025-02-15 14:54:21 +01:00
Bnyro
20db67d229
Merge pull request #7099 from weblate/weblate-libretube-libretube
Translations update from Hosted Weblate
2025-02-15 14:48:40 +01:00
Femini
a28e4becb9
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/az/
2025-02-15 14:48:32 +01:00
NEXI
87b36fb56d
Translated using Weblate (Serbian)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/sr/
2025-02-15 14:48:32 +01:00
leyakid803
5b67def9f1
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/pt_BR/
2025-02-15 14:48:32 +01:00
Priit Jõerüüt
0a06b1c999
Translated using Weblate (Estonian)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/et/
2025-02-15 14:48:32 +01:00
uhrfru
bdd2766185
Translated using Weblate (Swedish)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/sv/
2025-02-15 14:48:32 +01:00
Bnyro
01f47d3a02
Merge pull request #7104 from Bnyro/master
fix: wrong date for downloaded items in watch history
2025-02-15 14:48:27 +01:00
Bnyro
0124090827
fix: wrong date for downloaded items in watch history 2025-02-15 14:48:09 +01:00
Bnyro
34a89a7bb2
Merge pull request #7096 from libre-tube/renovate/navigation
fix(deps): update navigation to v2.8.7
2025-02-13 16:14:30 +01:00
renovate[bot]
6a5992b87d
fix(deps): update navigation to v2.8.7 2025-02-12 20:04:31 +00:00
Bnyro
333b191dde
Merge pull request #7095 from libre-tube/renovate/paging
fix(deps): update dependency androidx.paging:paging-runtime-ktx to v3.3.6
2025-02-12 21:03:57 +01:00
Bnyro
52c923a282
Merge pull request #7094 from libre-tube/renovate/fragment
fix(deps): update dependency androidx.fragment:fragment-ktx to v1.8.6
2025-02-12 21:03:50 +01:00
renovate[bot]
044daa3b08
fix(deps): update dependency androidx.paging:paging-runtime-ktx to v3.3.6 2025-02-12 19:02:45 +00:00
renovate[bot]
251e8c14ab
fix(deps): update dependency androidx.fragment:fragment-ktx to v1.8.6 2025-02-12 19:02:41 +00:00
Bnyro
3893e6a05b
Merge pull request #7092 from weblate/weblate-libretube-libretube
Translations update from Hosted Weblate
2025-02-12 16:33:24 +01:00
Nicolás Pérez
c833322fcd
Translated using Weblate (Spanish)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/es/
2025-02-12 15:02:20 +01:00
Bnyro
b5d3e6fbaf
Merge pull request #7093 from Bnyro/master
fix: limit bottom sheet titles to two lines
2025-02-12 15:02:14 +01:00
Bnyro
d7fdbe69a2 fix: limit bottom sheet titles to two lines 2025-02-12 15:01:51 +01:00
bermount
8f856cabfe
fix: prevent app restart on configuration change (#7091) 2025-02-12 10:59:49 +01:00
Thomas W.
481828c0f4
fix: multiple recyclerview adapter regressions in SubscriptionsFragment (#7085)
* Fix IndexOutOfBoundsException: Inconsistency detected. Invalid view holder adapter positionViewHolder

* Fix new videos not being added to feed

* Remove obsolete sortedFeed variable

* Display items from start
2025-02-10 17:54:37 +01:00
Bnyro
18dd76093c
Merge pull request #7087 from libre-tube/renovate/kotlinxdatetime
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.2
2025-02-10 17:51:31 +01:00
Bnyro
25eabdb370
Merge pull request #7081 from weblate/weblate-libretube-libretube
Translations update from Hosted Weblate
2025-02-10 17:49:12 +01:00
Priit Jõerüüt
338f040e89
Translated using Weblate (Estonian)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/et/
2025-02-10 17:49:02 +01:00
Jeff Huang
c377dcf450
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/zh_Hant/
2025-02-10 17:49:02 +01:00
Milan
5bd3aaec79
Translated using Weblate (Slovak)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/sk/
2025-02-10 17:49:01 +01:00
Yaron Shahrabani
6ff31ac6df
Translated using Weblate (Hebrew)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/he/
2025-02-10 17:49:01 +01:00
Dan
c3f262d93d
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/uk/
2025-02-10 17:49:01 +01:00
大王叫我来巡山
b98136e881
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/zh_Hans/
2025-02-10 17:49:01 +01:00
Linerly
74231b197f
Translated using Weblate (Indonesian)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/id/
2025-02-10 17:49:01 +01:00
Nicola Bortoletto
f15771c769
Translated using Weblate (Italian)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/it/
2025-02-10 17:49:01 +01:00
ColorfulRhino
ce1e325126
Translated using Weblate (German)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/de/
2025-02-10 17:49:01 +01:00
Sveinn í Felli
d539da4a8f
Translated using Weblate (Icelandic)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/is/
2025-02-10 17:49:01 +01:00
trunars
f12859fac9
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/bg/
2025-02-10 17:49:01 +01:00
maboroshin
9593c07cff
Translated using Weblate (Japanese)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/ja/
2025-02-10 17:49:01 +01:00
Ghost of Sparta
ca73d2b5e3
Translated using Weblate (Hungarian)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/hu/
2025-02-10 17:49:01 +01:00
jonnysemon
229a047c88
Translated using Weblate (Arabic)
Currently translated at 100.0% (559 of 559 strings)

Translation: LibreTube/LibreTube
Translate-URL: https://hosted.weblate.org/projects/libretube/libretube/ar/
2025-02-10 17:49:01 +01:00
Bnyro
442f9b5a09
Merge pull request #7084 from Pittvandewitt/bugfix/new-channel-group
fix: crash when opening edit channel group sheet
2025-02-10 17:48:57 +01:00
Thomas
6c514ccc4a fix: crash when opening edit channel group sheet 2025-02-10 17:47:06 +01:00
renovate[bot]
de1bb689c7
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.2 2025-02-10 16:45:22 +00:00
Bnyro
f28f48649c
Merge pull request #7086 from Bnyro/master
fix: can't change app icon (debug versions only)
2025-02-10 17:44:55 +01:00