-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Random feature thoughts. * Fixed a newly introduced bug that causes the diagnostics activity to crash with an NPE. --------- Co-authored-by: JayDeeTay <[email protected]>
- Loading branch information
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Overall UX | ||
## Random feature ideas | ||
* Do away with the initial splash screen (except maybe on first run?) | ||
* Start outside of the celestial sphere and fly forwards into it | ||
* Have different astronomical bodies at different radii - maybe this could be used to account for slight differences in parallax depending on place on Earth | ||
* Fly to other locations? Be on the moon looking back at Earth? | ||
* Touch an object for more information (obviously) | ||
* Configurable UI to account for accessibility preferences | ||
* Remove likely underused features like layers from the main UI | ||
* Can you find a more intuitive way to switch to manual mode? | ||
* Compass compensation | ||
* Camera mode | ||
* Notifications | ||
* Set/rise times | ||
* OTA updates | ||
* Real horizon | ||
* |