[PR #912] [MERGED] Android vscode workflow #4428

Closed
opened 2026-03-23 21:37:45 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/912
Author: @rileyhawk1417
Created: 8/25/2022
Status: Merged
Merged: 9/1/2022
Merged by: @appflowy

Base: mainHead: android_vscode


📝 Commits (10+)

  • 0799bc3 fix: fix linux build
  • 834f720 Merge pull request #599 from AppFlowy-IO/refactor/grid_decode_cell_data
  • 2cc5f94 Merge remote-tracking branch 'upstream/main'
  • 4a6e19e Merge remote-tracking branch 'upstream/main'
  • 51224ad Merge branch 'main' of github.com:rileyhawk1417/appflowy
  • 4ed26ea Merge remote-tracking branch 'upstream/main'
  • 9815382 Merge remote-tracking branch 'upstream/main'
  • ea69f6e Merge remote-tracking branch 'upstream/main'
  • 023bfe4 Merge remote-tracking branch 'upstream/main'
  • 77cf493 Merge remote-tracking branch 'upstream/main'

📊 Changes

27 files changed (+287 additions, -36 deletions)

View changed files

📝 frontend/.vscode/launch.json (+38 -0)
📝 frontend/.vscode/tasks.json (+27 -0)
📝 frontend/Makefile.toml (+5 -0)
frontend/app_flowy/android/README.md (+64 -0)
📝 frontend/app_flowy/android/app/build.gradle (+10 -3)
📝 frontend/app_flowy/android/app/src/main/AndroidManifest.xml (+2 -1)
📝 frontend/app_flowy/android/build.gradle (+1 -1)
📝 frontend/app_flowy/android/gradle.properties (+1 -0)
📝 frontend/app_flowy/android/gradle/wrapper/gradle-wrapper.properties (+1 -2)
📝 frontend/app_flowy/android/settings.gradle (+16 -0)
📝 frontend/app_flowy/packages/appflowy_board/example/lib/multi_board_list_example.dart (+1 -0)
📝 frontend/app_flowy/packages/flowy_infra_ui/android/build.gradle (+1 -0)
📝 frontend/app_flowy/packages/flowy_infra_ui/android/src/main/java/com/example/flowy_infra_ui/FlowyInfraUIPlugin.java (+0 -0)
📝 frontend/app_flowy/packages/flowy_infra_ui/example/android/app/build.gradle (+15 -3)
frontend/app_flowy/packages/flowy_infra_ui/example/android/app/src/main/java/com/example/flowy_infra_ui_example/MainActivity.java (+0 -7)
📝 frontend/app_flowy/packages/flowy_infra_ui/example/android/build.gradle (+1 -1)
📝 frontend/app_flowy/packages/flowy_infra_ui/example/android/settings.gradle (+16 -0)
frontend/app_flowy/packages/flowy_infra_ui/example/example/android/app/src/main/java/com/example/flowy_infra_ui_example/FlutterActivity.java (+4 -0)
📝 frontend/app_flowy/packages/flowy_sdk/android/build.gradle (+2 -2)
📝 frontend/app_flowy/packages/flowy_sdk/example/android/app/build.gradle (+1 -1)

...and 7 more files

📄 Description

The android VSCode workflow for AppFlowy


🔄 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/AppFlowy-IO/AppFlowy/pull/912 **Author:** [@rileyhawk1417](https://github.com/rileyhawk1417) **Created:** 8/25/2022 **Status:** ✅ Merged **Merged:** 9/1/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `android_vscode` --- ### 📝 Commits (10+) - [`0799bc3`](https://github.com/AppFlowy-IO/AppFlowy/commit/0799bc3556110548ddf0dcc799cb50d37754853a) fix: fix linux build - [`834f720`](https://github.com/AppFlowy-IO/AppFlowy/commit/834f7208b5379a368fd300db6fcb9d0bd8b3025b) Merge pull request #599 from AppFlowy-IO/refactor/grid_decode_cell_data - [`2cc5f94`](https://github.com/AppFlowy-IO/AppFlowy/commit/2cc5f9407e192cc920ac88e74eda8369a33081ce) Merge remote-tracking branch 'upstream/main' - [`4a6e19e`](https://github.com/AppFlowy-IO/AppFlowy/commit/4a6e19ea908abe1da8ccc0aeb963d0410c9dee6f) Merge remote-tracking branch 'upstream/main' - [`51224ad`](https://github.com/AppFlowy-IO/AppFlowy/commit/51224adca56f041839e39a33cf1cd5c50954f077) Merge branch 'main' of github.com:rileyhawk1417/appflowy - [`4ed26ea`](https://github.com/AppFlowy-IO/AppFlowy/commit/4ed26ea5a95b5f16093951343a60004e9a4ce004) Merge remote-tracking branch 'upstream/main' - [`9815382`](https://github.com/AppFlowy-IO/AppFlowy/commit/98153825f202370316bd633bcb2654d89956cec3) Merge remote-tracking branch 'upstream/main' - [`ea69f6e`](https://github.com/AppFlowy-IO/AppFlowy/commit/ea69f6e313466a4a5b57d116d5778d26d28a3772) Merge remote-tracking branch 'upstream/main' - [`023bfe4`](https://github.com/AppFlowy-IO/AppFlowy/commit/023bfe4677ed80e8669806f87091907d910ec314) Merge remote-tracking branch 'upstream/main' - [`77cf493`](https://github.com/AppFlowy-IO/AppFlowy/commit/77cf4934e066e06d7f9c2646e4ef295fd3a992cd) Merge remote-tracking branch 'upstream/main' ### 📊 Changes **27 files changed** (+287 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.vscode/launch.json` (+38 -0) 📝 `frontend/.vscode/tasks.json` (+27 -0) 📝 `frontend/Makefile.toml` (+5 -0) ➕ `frontend/app_flowy/android/README.md` (+64 -0) 📝 `frontend/app_flowy/android/app/build.gradle` (+10 -3) 📝 `frontend/app_flowy/android/app/src/main/AndroidManifest.xml` (+2 -1) 📝 `frontend/app_flowy/android/build.gradle` (+1 -1) 📝 `frontend/app_flowy/android/gradle.properties` (+1 -0) 📝 `frontend/app_flowy/android/gradle/wrapper/gradle-wrapper.properties` (+1 -2) 📝 `frontend/app_flowy/android/settings.gradle` (+16 -0) 📝 `frontend/app_flowy/packages/appflowy_board/example/lib/multi_board_list_example.dart` (+1 -0) 📝 `frontend/app_flowy/packages/flowy_infra_ui/android/build.gradle` (+1 -0) 📝 `frontend/app_flowy/packages/flowy_infra_ui/android/src/main/java/com/example/flowy_infra_ui/FlowyInfraUIPlugin.java` (+0 -0) 📝 `frontend/app_flowy/packages/flowy_infra_ui/example/android/app/build.gradle` (+15 -3) ➖ `frontend/app_flowy/packages/flowy_infra_ui/example/android/app/src/main/java/com/example/flowy_infra_ui_example/MainActivity.java` (+0 -7) 📝 `frontend/app_flowy/packages/flowy_infra_ui/example/android/build.gradle` (+1 -1) 📝 `frontend/app_flowy/packages/flowy_infra_ui/example/android/settings.gradle` (+16 -0) ➕ `frontend/app_flowy/packages/flowy_infra_ui/example/example/android/app/src/main/java/com/example/flowy_infra_ui_example/FlutterActivity.java` (+4 -0) 📝 `frontend/app_flowy/packages/flowy_sdk/android/build.gradle` (+2 -2) 📝 `frontend/app_flowy/packages/flowy_sdk/example/android/app/build.gradle` (+1 -1) _...and 7 more files_ </details> ### 📄 Description The android VSCode workflow for AppFlowy --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:37:45 +00:00
Sign in to join this conversation.
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
AppFlowy-IO/AppFlowy#4428
No description provided.