diff --git a/.github/workflows/incrementVersionAndChangelog.js b/.github/workflows/incrementVersionAndChangelog.js index f612e97c2e..2afa104301 100644 --- a/.github/workflows/incrementVersionAndChangelog.js +++ b/.github/workflows/incrementVersionAndChangelog.js @@ -89,8 +89,12 @@ async function main(){ console.log("Final: "+buildConfigString) fs.writeFileSync(buildConfigPath, buildConfigString) + + // A new, discrete changelog file for fastlane (F-Droid support): + var fastlaneChangelogPath = "fastlane/metadata/android/en-US/changelogs/" + nextAndroidVersion + ".txt" + fs.writeFileSync(fastlaneChangelogPath, textToAddToChangelog) } - + } main() \ No newline at end of file diff --git a/extraImages/Screenshots/MapEditor.png b/extraImages/Screenshots/MapEditor.png index 5cb10d59a1..f83d3a11a8 100644 Binary files a/extraImages/Screenshots/MapEditor.png and b/extraImages/Screenshots/MapEditor.png differ diff --git a/fastlane/metadata/android/de/full_description.txt b/fastlane/metadata/android/de/full_description.txt new file mode 100644 index 0000000000..95401697ca --- /dev/null +++ b/fastlane/metadata/android/de/full_description.txt @@ -0,0 +1,15 @@ +Eine Neuimplementierung vom berühmtesten Zivilisations-Aufbau-Spiel aller Zeiten. Schnell, klein, Spam-los und für immer frei! + +Baue Deine Zivilisation auf, erforsche Technologien, entwickle Deine Städte und besiege Deine Kontrahenten! + +Wünsche? Bugs? Die Liste der zu erledigenden Probleme is die [github issues - Seite](https://github.com/yairm210/UnCiv/issues) - jede noch so kleine Hilfe ist willkommen! + +Fragen? Kommentare? Einfach nur gelangweilt? Chatte mit uns auf [Discord](https://discord.gg/bjrB4Xw). + +Willst Du bei der Übersetzung helfen? Schau auf [dem Wiki](https://yairm210.github.io/Unciv/Other/Translating/), wie man Übersetzungen vorschlägt. + +Schnallst Du Kotlin oder Java? Mach bei der Entwicklung im [github repository](https://github.com/yairm210/UnCiv) mit. + +Die Welt erwartet Dich! Wirst Du Deine Zivilisations zu einem Imperium entwickeln, das dem Zahn der Zeit standhält? + +Die App-Berechtigung 'Auf alle Netzwerke zugreifen' wird benötigt für vom Benutzer initiierte Downloads und das Online Mehrspieler-Feature. Alle anderen aufgeführten Berechtigungen werden vom API automatisch hinzugefügt durch die Implementierung der Zug-Benachrichtigungen für das Mehrspieler-Feature. Netzwerk-Berechtigungen werden verwendet für das Abfragen verfügbarer Mods und deren Download, den Download von Musik und das Hoch-und Herunterladen der Spielstände für Online Mehrspieler. Unciv initiiert keine anderen Verbindungen ins Internet. diff --git a/fastlane/metadata/android/de/short_description.txt b/fastlane/metadata/android/de/short_description.txt new file mode 100644 index 0000000000..50b437ae85 --- /dev/null +++ b/fastlane/metadata/android/de/short_description.txt @@ -0,0 +1 @@ +4X-Spiel: Zivilisationen bauen \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/700.txt b/fastlane/metadata/android/en-US/changelogs/700.txt new file mode 100644 index 0000000000..5102d1e421 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/700.txt @@ -0,0 +1,15 @@ +## 4.0.9 + +By xlenstra: Moddable victories! + +Fixed crashing bug with aircraft rejection reasons + +Mod land units with missile and nuke uniques no longer crash the game + +improvementFilter accepts uniques as well + +terrainFilter accepts tile resource uniques + +Unique docs writer makeover - By SomeTroglodyte + +Add checks against 0 Strength combat - By itanasi diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000000..2e799f91a6 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,15 @@ +A reimplementation of the most famous civilization-building game ever - fast, small, no ads, free forever! + +Build your civilization, research technologies, expand your cities and defeat your foes! + +Requests? Bugs? Todo list for the application is https://github.com/yairm210/UnCiv/issues, every small help is welcome! + +Questions? Comments? Just bored? Join us on https://discord.gg/bjrB4Xw. + +Want to help translating the game into your language? Send me an email to yairm210@hotmail.com. + +Grok Java or Kotlin? Join us at https://github.com/yairm210/UnCiv. + +The world awaits! Will you build your civilization into an empire that will stand the test of time? + +The 'have full network access' permission is required for user-initiated downloads and the multiplayer feature. All other listed permissions are included automatically by the API used to implement multiplayer turn notifications. Network permissions are used to list mods, download mods, download music and to upload/download multiplayer games. No other internet communication is initiated by Unciv. diff --git a/fastlane/metadata/android/en-US/images/featureGraphic.png b/fastlane/metadata/android/en-US/images/featureGraphic.png new file mode 100644 index 0000000000..58d418196e Binary files /dev/null and b/fastlane/metadata/android/en-US/images/featureGraphic.png differ diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png new file mode 100644 index 0000000000..17905bbcfe Binary files /dev/null and b/fastlane/metadata/android/en-US/images/icon.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/CityScreen.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/CityScreen.jpg new file mode 100644 index 0000000000..f73e8d04b2 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/CityScreen.jpg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/Civilopedia.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/Civilopedia.jpg new file mode 100644 index 0000000000..1cca8e4ff3 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/Civilopedia.jpg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/DiplomacyScreen.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/DiplomacyScreen.jpg new file mode 100644 index 0000000000..73d75039ca Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/DiplomacyScreen.jpg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/MapEditor.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/MapEditor.jpg new file mode 100644 index 0000000000..6524d55217 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/MapEditor.jpg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/NationPicker.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/NationPicker.jpg new file mode 100644 index 0000000000..9460e6e730 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/NationPicker.jpg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/PolicyScreen.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/PolicyScreen.jpg new file mode 100644 index 0000000000..2da8925adc Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/PolicyScreen.jpg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/TechTree.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/TechTree.jpg new file mode 100644 index 0000000000..e861d291d1 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/TechTree.jpg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/TradeScreen.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/TradeScreen.jpg new file mode 100644 index 0000000000..09fa7e317d Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/TradeScreen.jpg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/WorldScreen.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/WorldScreen.jpg new file mode 100644 index 0000000000..d6ead6bea0 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/WorldScreen.jpg differ diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000000..7e65721f13 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +4X civilization-building game \ No newline at end of file