Redesign app into Chinese DSE past-paper progress tracker with capture, CI/NDK pin, and JVM target alignment - #1
Conversation
Co-authored-by: NovaMeowTech <57005629+NovaMeowTech@users.noreply.github.com>
|
@copilot Create an subject page and dont add hardcoded subject info. Also create a Github ci Where it will auto build apk in release when pushed. Also update pubspec. |
Co-authored-by: NovaMeowTech <57005629+NovaMeowTech@users.noreply.github.com>
Co-authored-by: NovaMeowTech <57005629+NovaMeowTech@users.noreply.github.com>
已移除硬編碼科目,科目列表預設為空並可進入科目頁新增卷別;錯題紀錄支援拍照(image_picker)並顯示本機/網路/資源圖片;更新 pubspec 與 CI(僅 main push/PR 自動建置 release APK)。截圖: |
Co-authored-by: NovaMeowTech <57005629+NovaMeowTech@users.noreply.github.com>
|
@copilot Fix Build APK (release) 9
|
Co-authored-by: NovaMeowTech <57005629+NovaMeowTech@users.noreply.github.com>
|
@copilot Failed due to gradle, check action run |
Co-authored-by: NovaMeowTech <57005629+NovaMeowTech@users.noreply.github.com>
|
@copilot Your project is configured with Android NDK 23.1.7779620, but the following plugin(s) depend on a different Android NDK version:
|
Co-authored-by: NovaMeowTech <57005629+NovaMeowTech@users.noreply.github.com>
已依插件提示將 app ndkVersion 鎖定為 26.1.10909125,並在 CI 安裝對應 NDK(commit: 87a6a10)。請再跑 flutter build apk --release。 |
Consider using JVM Toolchain: https://kotl.in/gradle/jvm/toolchain
|
1 similar comment
Consider using JVM Toolchain: https://kotl.in/gradle/jvm/toolchain
|
Co-authored-by: NovaMeowTech <57005629+NovaMeowTech@users.noreply.github.com>
已將 app 的 Java/Kotlin 目標版本統一為 17,避免編譯任務 JVM target 不一致(commit: 906746f)。請再嘗試 flutter build apk --release。 |
|
@copilot allow custom paper year for each subject. Done can have no marks seperate it |

Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.