[PR #1] [MERGED] widget init #1

Closed
opened 2026-02-28 14:36:32 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: widget


📝 Commits (4)

  • 52ebf79 widget init
  • 4db60c9 show all friends instead of only 5, add current playing / time played info
  • e7d5195 update widget responsive layout, minimum 3x2 and 5x5 maximum
  • 811b7f5 update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mliem2k/playtivity/pull/1 **Author:** [@mliem2k](https://github.com/mliem2k) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/12/2025 **Merged by:** [@mliem2k](https://github.com/mliem2k) **Base:** `main` ← **Head:** `widget` --- ### 📝 Commits (4) - [`52ebf79`](https://github.com/mliem2k/playtivity/commit/52ebf79c887bf3ec44b61ecb65857ef673bce8da) widget init - [`4db60c9`](https://github.com/mliem2k/playtivity/commit/4db60c9d3e81a9b3fb0fb3b0614e197a82812553) show all friends instead of only 5, add current playing / time played info - [`e7d5195`](https://github.com/mliem2k/playtivity/commit/e7d51955f09b6b74aa452dbbf044116b27956ae9) update widget responsive layout, minimum 3x2 and 5x5 maximum - [`811b7f5`](https://github.com/mliem2k/playtivity/commit/811b7f5b869f2c896c747c52cc227b9d18419651) update friends activity title to be clickable ### 📊 Changes **52 files changed** (+2267 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:36:32 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/playtivity#1
No description provided.