Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
1849178
feat(nav): Add /explore command to open the BuildTeams explore menu
Zoriot Jun 5, 2026
85787df
fix(nav): 🐛 Update explore item lore to respect warp permission
Zoriot Jun 5, 2026
3b7fab2
fix(nav): 🐛 Refactor listener registration to conditionally include n…
Zoriot Jun 5, 2026
9ff4ced
fix(NetworkAPI): 🐛 Improve continent determination logic for regions
Zoriot Jun 7, 2026
c405c0a
fix(build): 🐛 Update versioning format to include commit distance, br…
Zoriot Jun 7, 2026
0cca17a
fix(warps): 🐛 Update bte projection dependency to fix critical bug
Zoriot Jun 10, 2026
8b99668
chore: Use hardcoded versions for dependencies
Zoriot Jun 10, 2026
70fc6d9
fix: 🐛 Support bundle handling in Menüs
Zoriot Jun 10, 2026
2cf4193
chore(build): 🔧 Update Gradle Wrapper to 9.5.0
Zoriot Jun 10, 2026
4444719
feat(nav): ✨ add hierarchical state/city navigation for USA
Zoriot Jun 11, 2026
f31193c
perf(warps): ⚡️ optimize warp operations with optimistic updates
Zoriot Jun 11, 2026
41a2182
fix(nav): 🐛 filter the buildteam list for containing the part for sug…
Zoriot Jun 11, 2026
83f99c1
fix(warps): 🐛 handle unmapped locations and improve error recovery
Zoriot Jun 11, 2026
9046f3f
refactor: ♻️ resolve all Qodana code quality issues
Zoriot Jun 11, 2026
f55ac75
chore: 🔧 add editorconfig for consistent code formatting
Zoriot Jun 11, 2026
12ea986
style: 🎨 reformat entire codebase with editorconfig standard
Zoriot Jun 11, 2026
dba906b
fix(nav/tpll): 🐛 Replace , also for the second coordinates
Zoriot Jun 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
525 changes: 525 additions & 0 deletions .editorconfig

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v5
uses: gradle/actions/setup-gradle@v6

- name: Build with Gradle Wrapper
run: ./gradlew clean build

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: Staging-Build
path: build/libs
Expand Down
Loading
Loading