mirror of
https://github.com/mliem2k/playtivity.git
synced 2026-04-26 23:45:56 +03:00
[PR #1] [MERGED] widget init #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/playtivity#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mliem2k/playtivity/pull/1
Author: @mliem2k
Created: 6/12/2025
Status: ✅ Merged
Merged: 6/12/2025
Merged by: @mliem2k
Base:
main← Head:widget📝 Commits (4)
52ebf79widget init4db60c9show all friends instead of only 5, add current playing / time played infoe7d5195update widget responsive layout, minimum 3x2 and 5x5 maximum811b7f5update friends activity title to be clickable📊 Changes
52 files changed (+2267 additions, -97 deletions)
View changed files
📝
.gitignore(+3 -1)➕
WIDGET_SETUP.md(+114 -0)📝
android/app/build.gradle.kts(+17 -0)📝
android/app/src/main/AndroidManifest.xml(+72 -25)➖
android/app/src/main/kotlin/com/example/playtivity/MainActivity.kt(+0 -5)➕
android/app/src/main/kotlin/com/mliem/playtivity/MainActivity.kt(+66 -0)➕
android/app/src/main/kotlin/com/mliem/playtivity/widget/ImageCacheService.kt(+68 -0)➕
android/app/src/main/kotlin/com/mliem/playtivity/widget/ImageDownloader.kt(+133 -0)➕
android/app/src/main/kotlin/com/mliem/playtivity/widget/LaunchSpotifyProfileCallback.kt(+54 -0)➕
android/app/src/main/kotlin/com/mliem/playtivity/widget/PlaytivityWidgetProvider.kt(+413 -0)➕
android/app/src/main/kotlin/com/mliem/playtivity/widget/PlaytivityWidgetReceiver.kt(+8 -0)➕
android/app/src/main/kotlin/com/mliem/playtivity/widget/README.md(+64 -0)➕
android/app/src/main/kotlin/com/mliem/playtivity/widget/RefreshWidgetCallback.kt(+26 -0)➕
android/app/src/main/res/drawable-v21/app_widget_background.xml(+10 -0)➕
android/app/src/main/res/drawable-v21/app_widget_inner_view_background.xml(+10 -0)➕
android/app/src/main/res/drawable/default_album_art.xml(+13 -0)➕
android/app/src/main/res/drawable/ic_history.xml(+9 -0)➕
android/app/src/main/res/drawable/ic_music_note.xml(+10 -0)➕
android/app/src/main/res/drawable/ic_person.xml(+10 -0)➕
android/app/src/main/res/drawable/ic_play_circle.xml(+9 -0)...and 32 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.