Android app to help you on your Xenoblade Chronicles 2 adventures
An Android with some useful features that might be useful during long battles in Xenoblade Chronicles 2
- Combo Wheel with dynamic branch higlighting to perform element combos without remembering the tree.
- Orb Check to know which orbs are currently active.
- Seal Effects active with the current orbs.
- Settings View
- Driver Combo View
- About View
- AVD Reset
- AVD Crystal Core
- Mipmap redesign
- Clean Design
- Landscape mode ...
- Translating
- Home Widgets
-
The
master
branch is basically just a snapshot of the latest stable release. All development should be done in dedicated branches. Do not submit PRs against themaster
branch. -
Checkout a topic branch from the relevant branch, e.g.
dev
, and merge back against that branch. -
It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging.
-
If adding new feature:
- Add accompanying test case.
- Provide convincing reason to add this feature. Ideally you should open a suggestion issue first and have it greenlighted before working on it.
-
If fixing a bug:
- If you are resolving a special issue, add
(fix #xxxx[,#xxx])
(#xxxx is the issue id) in your PR title for a better release log, e.g.update entities encoding/decoding (fix #3899)
. - Provide detailed description of the bug in the PR. Live demo preferred.
- Add appropriate test coverage if applicable.
- If you are resolving a special issue, add
Copyright (c) 2018-present