[PR #2] [MERGED] actions init #2

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

📋 Pull Request Information

Original PR: https://github.com/mliem2k/playtivity/pull/2
Author: @mliem2k
Created: 6/12/2025
Status: Merged
Merged: 6/12/2025
Merged by: @mliem2k

Base: mainHead: github-actions


📝 Commits (10+)

📊 Changes

18 files changed (+710 additions, -24 deletions)

View changed files

.github/KEYSTORE_SETUP.md (+105 -0)
.github/README.md (+91 -0)
.github/workflows/build-and-release.yml (+201 -0)
.github/workflows/build-apk-pr.yml (+92 -0)
.github/workflows/release-apk.yml (+148 -0)
📝 .gitignore (+7 -1)
📝 android/app/build.gradle.kts (+17 -3)
android/app/proguard-rules.pro (+42 -0)
📝 lib/providers/spotify_provider.dart (+0 -1)
📝 lib/screens/login_screen.dart (+1 -1)
📝 lib/screens/profile_screen.dart (+0 -2)
📝 lib/services/background_service.dart (+2 -2)
📝 lib/services/spotify_buddy_service.dart (+1 -1)
📝 lib/services/widget_service.dart (+0 -2)
📝 lib/utils/theme.dart (+0 -4)
📝 lib/widgets/activity_card.dart (+0 -3)
📝 lib/widgets/last_updated_indicator.dart (+0 -1)
📝 lib/widgets/spotify_webview_login.dart (+3 -3)

📄 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/2 **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:** `github-actions` --- ### 📝 Commits (10+) - [`2783410`](https://github.com/mliem2k/playtivity/commit/2783410e3df2465cb59d54f376ac7a0977bc3ba3) actions init - [`c0faeac`](https://github.com/mliem2k/playtivity/commit/c0faeacb360915a8ba6660dd2d6d575e858eedfd) actions update - [`55e3f09`](https://github.com/mliem2k/playtivity/commit/55e3f0910d6f384b3d680f2ae802989f0e7d869b) actions update - [`9007654`](https://github.com/mliem2k/playtivity/commit/90076548e28fe38ff0e9dcbf5a4e79ae207aa1b2) Update build-apk-pr.yml - [`0198b60`](https://github.com/mliem2k/playtivity/commit/0198b60549033b3d49fba9b8145eb8eda62f72a3) Update build-apk-pr.yml - [`55115ef`](https://github.com/mliem2k/playtivity/commit/55115efe5074bf9adad7ec9be25abee5c02bb050) Update build.gradle.kts - [`2a9bb50`](https://github.com/mliem2k/playtivity/commit/2a9bb50485d30c41a45cab6793e84b27b3602ca1) Update release-apk.yml - [`5d29591`](https://github.com/mliem2k/playtivity/commit/5d29591990c516b89e2e489450255978689dd4bb) update workflows - [`a16e07d`](https://github.com/mliem2k/playtivity/commit/a16e07d1093591217f29055168d5ba99b0dba01a) update workflows - [`72b0a6a`](https://github.com/mliem2k/playtivity/commit/72b0a6aa984205435af7b58902856a1884eabf34) Merge branch 'main' into github-actions ### 📊 Changes **18 files changed** (+710 additions, -24 deletions) <details> <summary>View changed files</summary> ➕ `.github/KEYSTORE_SETUP.md` (+105 -0) ➕ `.github/README.md` (+91 -0) ➕ `.github/workflows/build-and-release.yml` (+201 -0) ➕ `.github/workflows/build-apk-pr.yml` (+92 -0) ➕ `.github/workflows/release-apk.yml` (+148 -0) 📝 `.gitignore` (+7 -1) 📝 `android/app/build.gradle.kts` (+17 -3) ➕ `android/app/proguard-rules.pro` (+42 -0) 📝 `lib/providers/spotify_provider.dart` (+0 -1) 📝 `lib/screens/login_screen.dart` (+1 -1) 📝 `lib/screens/profile_screen.dart` (+0 -2) 📝 `lib/services/background_service.dart` (+2 -2) 📝 `lib/services/spotify_buddy_service.dart` (+1 -1) 📝 `lib/services/widget_service.dart` (+0 -2) 📝 `lib/utils/theme.dart` (+0 -4) 📝 `lib/widgets/activity_card.dart` (+0 -3) 📝 `lib/widgets/last_updated_indicator.dart` (+0 -1) 📝 `lib/widgets/spotify_webview_login.dart` (+3 -3) </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:33 +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#2
No description provided.