mirror of
https://github.com/mliem2k/playtivity.git
synced 2026-04-26 23:45:56 +03:00
[PR #3] [MERGED] Nightly #3
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#3
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/3
Author: @mliem2k
Created: 7/4/2025
Status: ✅ Merged
Merged: 7/4/2025
Merged by: @mliem2k
Base:
main← Head:nightly📝 Commits (10+)
4b80590fix not logging in1048864improve widget feelc2747ddupdate logging to not use printa8d061aadd inapp updater14d4f5dupdate fetching version from github correctlyc01f852Initial commitf80a91bImprove authentication verification and error handling24289efMake widget activity items clickable to open Spotify profiles3d282dffix most of depreceated functions66f92beupdate themes📊 Changes
60 files changed (+9019 additions, -1521 deletions)
View changed files
📝
.gitignore(+5 -1)➕
BUILD_README.md(+628 -0)➕
WIDGET_CLICKABLE_IMPROVEMENTS.md(+112 -0)📝
android/app/build.gradle.kts(+32 -17)📝
android/app/proguard-rules.pro(+20 -0)📝
android/app/src/main/AndroidManifest.xml(+24 -4)📝
android/app/src/main/kotlin/com/mliem/playtivity/MainActivity.kt(+264 -31)📝
android/app/src/main/kotlin/com/mliem/playtivity/widget/ImageCacheService.kt(+25 -11)📝
android/app/src/main/kotlin/com/mliem/playtivity/widget/ImageDownloader.kt(+1 -5)➖
android/app/src/main/kotlin/com/mliem/playtivity/widget/LaunchSpotifyProfileCallback.kt(+0 -54)📝
android/app/src/main/kotlin/com/mliem/playtivity/widget/PlaytivityWidgetProvider.kt(+318 -361)📝
android/app/src/main/kotlin/com/mliem/playtivity/widget/PlaytivityWidgetReceiver.kt(+21 -4)➖
android/app/src/main/kotlin/com/mliem/playtivity/widget/RefreshWidgetCallback.kt(+0 -26)📝
android/app/src/main/res/drawable/ic_refresh.xml(+2 -1)➕
android/app/src/main/res/layout/widget_activity_item.xml(+84 -0)➕
android/app/src/main/res/layout/widget_layout.xml(+99 -0)📝
android/app/src/main/res/values/colors.xml(+5 -5)➕
android/app/src/main/res/xml/file_paths.xml(+14 -0)➕
android/app/src/main/res/xml/network_security_config.xml(+17 -0)📝
android/app/src/main/res/xml/playtivity_widget_glance.xml(+3 -1)...and 40 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.