YMapper rebrand#115
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Rebrands the Flutter app and supporting platform wrappers from “DJI Mapper” to “YMapper”, updates repository/hosting references to the new GitHub org, and aligns Firebase deployment configuration with the new project.
Changes:
- Rename app display/title strings across Windows/macOS/Linux/Web/Android and update README/GitHub URLs.
- Update Dart package name/import paths from
dji_mappertoymapperand refresh parts of the lockfile. - Remove Docker/nginx deployment artifacts/documentation and update Firebase Hosting project identifiers.
Reviewed changes
Copilot reviewed 29 out of 30 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| windows/runner/main.cpp | Updates Windows window title to YMapper. |
| web/manifest.json | Updates PWA name/short_name to YMapper. |
| web/index.html | Updates HTML title (and doctype casing). |
| README.md | Rebrands README links/text and removes Docker deployment section. |
| pubspec.yaml | Renames Dart package to ymapper. |
| pubspec.lock | Updates dependency resolution metadata and SDK minimums. |
| nginx.conf | Removes nginx config previously used for Docker hosting. |
| macos/Runner/Info.plist | Updates macOS bundle name. |
| macos/Runner.xcodeproj/project.pbxproj | Updates macOS display name build settings. |
| linux/my_application.cc | Updates Linux window/header titles. |
| lib/shared/value_listeneables.dart | Updates imports to new package name. |
| lib/shared/theme_manager.dart | Updates imports to new package name. |
| lib/shared/aircraft_settings.dart | Updates imports to new package name. |
| lib/presets/preset_manager.dart | Updates imports to new package name. |
| lib/main.dart | Updates imports and app title string. |
| lib/layouts/info.dart | Updates imports and reformats some expressions. |
| lib/layouts/home.dart | Updates imports/links/user-agent string formatting and refactors some layout formatting. |
| lib/layouts/export.dart | Updates imports and changes FilePicker call sites. |
| lib/layouts/camera.dart | Updates imports to new package name. |
| lib/layouts/aircraft.dart | Updates imports and minor formatting. |
| lib/github/update_checker.dart | Updates GitHub releases API endpoint. |
| lib/components/popups/litchi_load_alert.dart | Updates imports and user-facing text to YMapper. |
| lib/components/popups/dji_load_alert.dart | Updates imports to new package name. |
| lib/components/app_bar.dart | Updates imports/title text and GitHub link target. |
| Dockerfile | Removes Dockerfile previously used for web hosting. |
| docker-compose.yml | Removes local Docker Compose configuration. |
| docker-compose.prod.yml | Removes production Docker Compose configuration. |
| android/app/src/main/AndroidManifest.xml | Updates Android app label to YMapper (and reformats XML). |
| .github/workflows/main.yml | Updates Firebase Hosting deploy projectId. |
| .firebaserc | Updates default Firebase project id. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebrand to YMapper and move repo to Yaros' Labs