diff --git a/.forgejo/CODEOWNERS b/.forgejo/CODEOWNERS index a831f18e4..5be18ad90 100644 --- a/.forgejo/CODEOWNERS +++ b/.forgejo/CODEOWNERS @@ -49,13 +49,13 @@ /docs/STYLES.md /tools/kothic/ @organicmaps/styles # DevOps. -/.github/workflows @organicmaps/devops +/.forgejo/workflows @organicmaps/devops /android/*gradle* @organicmaps/devops /docs/RELEASE_MANAGEMENT.md @organicmaps/devops /xcode/fastlane/ @organicmaps/devops # Growth. README.md @organicmaps/growth -/.github/FUNDING.yml @organicmaps/growth +/.forgejo/FUNDING.yml @organicmaps/growth /android/app/src/fdroid/play/ @organicmaps/growth /android/app/src/google/play/ @organicmaps/growth /iphone/metadata/ @organicmaps/growth diff --git a/.forgejo/workflows/android-beta.yaml b/.forgejo/workflows/android-beta.yaml index ae4b3ef48..016c0fb27 100644 --- a/.forgejo/workflows/android-beta.yaml +++ b/.forgejo/workflows/android-beta.yaml @@ -6,8 +6,8 @@ on: - master paths-ignore: - .gitignore - - .github/** - - '!.github/workflows/android-beta.yaml' # Run check on self change + - .forgejo/** + - '!.forgejo/workflows/android-beta.yaml' # Run check on self change - '**/*_tests/**' - '**/CMakeLists.txt' - CONTRIBUTORS diff --git a/.forgejo/workflows/android-check.yaml b/.forgejo/workflows/android-check.yaml index dcff58bab..be87b3cd7 100644 --- a/.forgejo/workflows/android-check.yaml +++ b/.forgejo/workflows/android-check.yaml @@ -7,8 +7,8 @@ on: pull_request: paths-ignore: - .gitignore - - .github/** - - '!.github/workflows/android-check.yaml' # Run check on self change + - .forgejo/** + - '!.forgejo/workflows/android-check.yaml' # Run check on self change - '**/*_tests/**' - CONTRIBUTORS - LICENSE diff --git a/.forgejo/workflows/android-release.yaml b/.forgejo/workflows/android-release.yaml index fe2a2c999..09e42cff9 100644 --- a/.forgejo/workflows/android-release.yaml +++ b/.forgejo/workflows/android-release.yaml @@ -156,7 +156,7 @@ jobs: cat ${{ env.RELEASE_NOTES }} echo "" echo "See [a detailed announce](https://organicmaps.app/news/) on our website when app updates are published in all stores." - echo "You can get automatic app updates from GitHub [using Obtainium](https://github.com/organicmaps/organicmaps/wiki/Installing-Organic-Maps-from-GitHub-using-Obtainium)." + echo "You can get automatic app updates from Codeberg [using Obtainium](https://codeberg.com/comaps/comaps/wiki/Installing-Organic-Maps-from-GitHub-using-Obtainium)." echo "" echo "sha256sum:" echo -e '\n```' @@ -164,7 +164,7 @@ jobs: echo -e '\n```' } > ${{ runner.temp }}/release-notes.txt - - name: Upload universal APK to GitHub + - name: Upload universal APK to Codeberg uses: softprops/action-gh-release@v1 if: ${{ matrix.flavor == 'web' }} with: diff --git a/.forgejo/workflows/appstream-check.yaml b/.forgejo/workflows/appstream-check.yaml index 04ab42d42..212c5c43f 100644 --- a/.forgejo/workflows/appstream-check.yaml +++ b/.forgejo/workflows/appstream-check.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - packaging/app.organicmaps.desktop.metainfo.xml - - .github/workflows/appstream-check.yaml # Run check on self change + - .forgejo/workflows/appstream-check.yaml # Run check on self change jobs: validate-appstream: diff --git a/.forgejo/workflows/desktop-file-check.yaml b/.forgejo/workflows/desktop-file-check.yaml index 2b4a3e29c..006ef8981 100644 --- a/.forgejo/workflows/desktop-file-check.yaml +++ b/.forgejo/workflows/desktop-file-check.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - qt/res/app.organicmaps.desktop.desktop - - .github/workflows/desktop-file-check.yaml # Run check on self change + - .forgejo/workflows/desktop-file-check.yaml # Run check on self change jobs: validate-desktop-file: diff --git a/.forgejo/workflows/ios-beta.yaml b/.forgejo/workflows/ios-beta.yaml index 5699ce0e3..2decec81f 100644 --- a/.forgejo/workflows/ios-beta.yaml +++ b/.forgejo/workflows/ios-beta.yaml @@ -6,8 +6,8 @@ on: - master paths-ignore: - .gitignore - - .github/** - - '!.github/workflows/ios-beta.yaml' # Run check on self change + - .forgejo/** + - '!.forgejo/workflows/ios-beta.yaml' # Run check on self change - '**/*_tests/**' - '**/CMakeLists.txt' - CONTRIBUTORS diff --git a/.forgejo/workflows/ios-check-metadata.yaml b/.forgejo/workflows/ios-check-metadata.yaml index ad69ccefa..768839292 100644 --- a/.forgejo/workflows/ios-check-metadata.yaml +++ b/.forgejo/workflows/ios-check-metadata.yaml @@ -3,7 +3,7 @@ on: workflow_dispatch: # Manual trigger pull_request: paths: - - .github/workflows/ios-check-metadata.yaml # Run check on self change + - .forgejo/workflows/ios-check-metadata.yaml # Run check on self change - iphone/metadata/** - tools/python/check_store_metadata.py diff --git a/.forgejo/workflows/ios-check.yaml b/.forgejo/workflows/ios-check.yaml index db9af68c1..608272c19 100644 --- a/.forgejo/workflows/ios-check.yaml +++ b/.forgejo/workflows/ios-check.yaml @@ -7,8 +7,8 @@ on: pull_request: paths-ignore: - .gitignore - - .github/** - - '!.github/workflows/ios-check.yaml' # Run check on self change + - .forgejo/** + - '!.forgejo/workflows/ios-check.yaml' # Run check on self change - '**/*_tests/**' - '**/CMakeLists.txt' - CONTRIBUTORS diff --git a/.forgejo/workflows/macos-check.yaml b/.forgejo/workflows/macos-check.yaml index 3d6c5232e..6afdde57d 100644 --- a/.forgejo/workflows/macos-check.yaml +++ b/.forgejo/workflows/macos-check.yaml @@ -7,8 +7,8 @@ on: pull_request: paths-ignore: - .gitignore - - .github/** - - '!.github/workflows/macos-check.yaml' # Run check on self change + - .forgejo/** + - '!.forgejo/workflows/macos-check.yaml' # Run check on self change - CONTRIBUTORS - LICENSE - NOTICE diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4c177e7ed..bc434e7fe 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,6 +2,11 @@ This file contains a list of people who have contributed to this project. Its not neccesarily comprehensive. Feel free to add yourself here along with your first contribution! +-------------------------------------------------------------------------------- +CoMaps contributors: +(in alphabetic order) +-------------------------------------------------------------------------------- + -------------------------------------------------------------------------------- Organic Maps (formerly OMaps) contributors: (in alphabetic order) diff --git a/data/faq.html b/data/faq.html index 5422a4388..f97ef3e29 100644 --- a/data/faq.html +++ b/data/faq.html @@ -1048,7 +1048,7 @@ CoMaps 的地理位置数据共享应该是启用的。
If the app still crashes, please check our GitHub for similar issues, and contact us and provide the following:
+If the app still crashes, please check our Codeberg for similar issues, and contact us and provide the following:
Please make sure that your device's volume is not muted. You can change the volume level with your device's volume buttons. To do that, you may need to disable "Change with Buttons" option (if enabled) in the device settings → Sounds.
Please report any Bluetooth issues with necessary details on our GitHub
+Please report any Bluetooth issues with necessary details on our Codeberg
If you are an Android user and the option is disabled (or some of the supported languages are unavailable), please check TTS settings.
@@ -1198,7 +1198,7 @@ CoMaps 的地理位置数据共享应该是启用的。Убедитесь, что на устройстве включен звук. Изменить громкость можно с помощью кнопок громкости на устройстве. Чтобы это сделать, может потребоваться отключить опцию "Изменение кнопками" (если она включена) в настройках устройства → Звуки, тактильные сигналы.
Если у вас включен Bluetooth, это не должно затронуть голосовые инструкции. В случае возникновения трудностей пришлите описание проблемы с подробностями через GitHub.
+Если у вас включен Bluetooth, это не должно затронуть голосовые инструкции. В случае возникновения трудностей пришлите описание проблемы с подробностями через Codeberg.
Если у вас Android-устройство и опция голосовых инструкций недоступна в настройках приложения или поддерживаемые языки не отображаются в списке, пожалуйста, проверьте настройки синтеза речи.
@@ -1214,7 +1214,7 @@ CoMaps 的地理位置数据共享应该是启用的。Bitte stellen Sie sicher, dass die Lautstärke Ihres Geräts nicht stummgeschaltet ist. Sie können die Lautstärke mit den Lautstärketasten Ihres Geräts ändern. Dazu müssen Sie möglicherweise die Option "Mit Tasten ändern" (falls aktiviert) in den Geräteeinstellungen → Töne & Haptik deaktivieren.
Bitte melden Sie uns Bluetooth Probleme inklusive Problemdetails auf GitHub
+Bitte melden Sie uns Bluetooth Probleme inklusive Problemdetails auf Codeberg
Wenn Sie Android verwenden und die Sprachanweisungs Option deaktiviert ist (oder einige der unterstützten Sprachen nicht verfügbar sind), überprüfen Sie die System TTS Einstellungen.
@@ -1325,7 +1325,7 @@ CoMaps 的地理位置数据共享应该是启用的。Переконайтеся, що на вашому пристрої не вимкнено звук. Ви можете змінити рівень гучності за допомогою кнопок гучності вашого пристрою. Щоб це зробити вам, можливо, доведеться вимкнути опцію "Змінювати кнопками" (якщо її увімкнено) у Налаштуваннях пристрою → Звуки.
Коли ви вмикаєте Bluetooth, він не повинен вплинути на голосові інструкції. В разі виникнення труднощів надішліть детальний опис проблеми через GitHub.
+Коли ви вмикаєте Bluetooth, він не повинен вплинути на голосові інструкції. В разі виникнення труднощів надішліть детальний опис проблеми через Codeberg.
Якщо ви користувач Android і ця опція вимкнена (або деякі з підтримуваних мов недоступні), перевірте налаштування TTS.
diff --git a/docs/COMMIT_MESSAGES.md b/docs/COMMIT_MESSAGES.md index 9fe74da69..2097f7cc4 100644 --- a/docs/COMMIT_MESSAGES.md +++ b/docs/COMMIT_MESSAGES.md @@ -32,7 +32,7 @@ Any commit needs a helpful message. Mind the following guidelines when committin 8. Wrap the body to **72 characters** or so. 9. Use the body to explain **what and why** vs. how. -10. Link GitHub issues on the last lines: +10. Link Codeberg issues on the last lines: - [See tutorial](https://help.github.com/articles/closing-issues-via-commit-messages). diff --git a/docs/COMMUNICATION.md b/docs/COMMUNICATION.md index 3bd3658e2..0068a66c6 100644 --- a/docs/COMMUNICATION.md +++ b/docs/COMMUNICATION.md @@ -2,16 +2,12 @@ ## Telegram Channel -Please subscribe to our [Telegram Channel](https://t.me/OrganicMapsApp) for updates. +Please subscribe to our [Telegram Channel](https://t.me/CoMapsApp) for updates. ## Telegram Group -Please join our [Telegram Group](https://t.me/OrganicMaps) to discuss with other users. - -## GitHub Discussions - -If you have some ideas or want to request a new feature, please [start a discussion thread](https://github.com/organicmaps/organicmaps/discussions/categories/ideas). +Please join our [Telegram Group](https://t.me/CoMaps_EN) to discuss with other users. ## Code of Conduct -The Organic Maps community abides by the [CNCF code of conduct](CODE_OF_CONDUCT.md). +The CoMaps community abides by the [CNCF code of conduct](CODE_OF_CONDUCT.md). diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 0701369b0..083a1a7a9 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thank you for your interest in contributing to Organic Maps (OM)! ## How Can I Contribute? -- [Donate](https://organicmaps.app/donate/) +- [Donate](https://comaps.app/donate/) - [Submit a bug report or a feature request](#bug-reports-and-feature-requests) There are things to do for everyone: @@ -18,7 +18,7 @@ If you'd like to help in any other way or if there are any related questions - p ### Bug Reports and Feature Requests -[Submit an issue](https://github.com/organicmaps/organicmaps/issues) and describe your feature idea or report a bug. +[Submit an issue](https://codeberg.com/comaps/comaps/issues) and describe your feature idea or report a bug. Please check if there are no similar issues already submitted by someone else. When reporting a bug please provide as much information as possible: OS and application versions, @@ -26,11 +26,9 @@ list of actions leading to a bug, a log file produced by the app. When using Organic Maps app on a device, use the built-in "Report a bug" option: on Android it creates a new e-mail with a log file attached. Your issue will be processed much -faster if you send it to