* Add UnitWaitButton
* Manage button visibility
* Update notifications spacers
* fix spacing when StatusButtons wrap
* "Wait" icon changed to a Watch
* Update Tutorials "Idle Units"
* Fix up small button to toggle behavior and only show when unit selected
* Update Big Button functionality
* Big Button always Next Unit
* Rename buttons to Skip
* Fix in merge
* Fix icon
* Civilopedia updates
* Merge sulai's changes. Add credits. More space on icon
* Fix civilopedia
* Rework StatusButtons as Table to get alignments right
* sulai suggested fixes
* Add Settings toggle for small button
---------
Co-authored-by: M. Rittweger <m.rittweger@mvolution.de>
* Resize map with drag gesture
* Add resize handle and maximize toggle button
* If map is really small, make the whole area clickable to toggle maximize
* Addressed feedback and improved maximized size of minimap.
* Removed ResizeDragListener.touchDown
---------
Co-authored-by: M. Rittweger <m.rittweger@mvolution.de>
* Add a field for global unit uniques
* Whoops
* docs
* Fix this check only ever being done once
* Revert
* Add ruleset uniques when adding rulesets together
* Add ruleset to unitTypes for tests in case it's relevant
* My suggested changes: Implement a separate rulesetMap for units, remove any additional checks to the type where unnecessary
* Remove unit type code, update ruleset info by setter rather than by lazy
* Type information is needed before we set the ruleset here
* So should unique information
* Add new Babylon image
Add Lamassu image to replace Babylon's current lion icon
* Update Credits.md for Bablyon icon
Change credits file to match Babylon's new image
* Add fallback skin to skin config
* Add icon and font color to SkinElement
* Use foregroundColor if no icon color is specified
+ Fix fallbackSkinVariants are not used
* Add defaultVariantTint to reduce mod copy pasta
* Add docs for new skin variables
* Updating compilation documentation
* Add Specialists card to Civiliopedia Tutorials
* Revert "Add Specialists card to Civiliopedia Tutorials"
This reverts commit 7ebf0e0045.
* Local Building is actually on Android 14 according to latest build.gradle.kts (compileSdk=34)
* Modding: Replaced "Hidden when espionage is disabled" with "Only available <when espionage is enabled>"
* Modding: Fix unique deprecation notice
* Add ConditionalEspionageEnabled to isUnavailableBySettings list