Skip to content

Releases: lighttube-org/LightTube-Android

Release v2024.08.11

11 Aug 15:43
811982c
Compare
Choose a tag to compare
Merge pull request #38 from kuylar/feat/ltv3

LightTube API v2/LightTube v3

Release v2024.06.04

04 Jun 08:34
4cde615
Compare
Choose a tag to compare
see last commit message

Release v2024.03.03

03 Mar 19:34
23bf5eb
Compare
Choose a tag to compare
Merge pull request #33 from kuylar/fix/ci

ci: fix CI write permissions

Release v2023.11.07

07 Nov 11:13
07d359b
Compare
Choose a tag to compare
feat: manage subscriptions/playlists (#20)

* feat: implement subscription endpoints
* feat(ui): pass the userData object into the renderers
* feat(ui): subscribe buttons
* feat(api): add playlist related endpoints
* chore: tidy up LightTubeApi.kt
* feat: remember current user
* feat(api): implement updatePlaylist endpoint
* fix(api): re-add getLibraryPlaylists
* feat: ability to edit/delete playlists
* feat: move the playlist dialog to utils
* feat: create playlist button
* feat: go back after deleting a playlist
* chore: cleanup
* feat: ability to add videos to playlists
* feat: ability to remove videos from playlists
* fix: delete playlist showing up on all playlists
* fix: change padding a real small amount again

Release v2023.09.30

30 Sep 16:48
7e31cba
Compare
Choose a tag to compare
Merge pull request #18 from kuylar/dev

Release v2023.09.30

Release v2023.08.30

30 Aug 09:50
Compare
Choose a tag to compare
feat: add audio tracks

Release v2023.08.26

26 Aug 23:16
fdcd4b9
Compare
Choose a tag to compare
feat: app icon (#13)

thanks @intergrav

Release v2023.08.24

24 Aug 06:12
e12cf9e
Compare
Choose a tag to compare
fix: app crashes on fragment change (#11)

Release v2023.08.23

23 Aug 23:09
1084b12
Compare
Choose a tag to compare
fix: most app crashes (#10)

- fix: app crashing when activity gets reloaded
- fix: recyclerviews making the app crash if items are added during they change
- fix: storyboards making the app crash on short videos (again)

Release v2023.07.05

05 Jul 20:50
c7036f1
Compare
Choose a tag to compare
fix: update buttons in version update to be m3 compliant (#8)

Reviewed-by: @kuylar