-
-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display object note above quest and overlay answers (#5889)
* Display object note in hint - v1 If it exists, the `note` tag for an object is shown in the QuestHint. * Display object note for BusStopName Adding Bus Stop Name in the mix also. * Revert "Display object note for BusStopName" This reverts commit c6ee10d. * Revert "Display object note in hint - v1" This reverts commit bacbfdb. * Refactor - v2 Added labels to fragment_quest_answer and made it display a note whenever a quest will be answered. * Display note as a separate bubble * Quest Fragement Layout Removed Nested Scroll View (#5889 (comment)) and TextStyles (#5889 (comment)), made `note` text selectabled (copyable) as web links clickable (as per #5889 (comment)) and * Quest Fragment update Simplifications * Overlays now also display notes * Swap postion of TitleHint and SpeechBubbleNote as per #5889 (comment) * Simplyfy addRule and rename variable to what it actually does
- Loading branch information
Showing
6 changed files
with
117 additions
and
1 deletion.
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
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