Implement fastlane step 1 - minimal framework (#6608)

* Implement fastlane step 1 - minimal framework

* Implement fastlane step 1 - fix en/de swap, encoding and a typo

* Implement fastlane step 1 - fix en-US description empty
This commit is contained in:
SomeTroglodyte 2022-04-26 18:37:23 +02:00 committed by GitHub
parent 26c87bcc36
commit 1bb0643088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 52 additions and 1 deletions

View File

@ -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()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 KiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@ -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.

View File

@ -0,0 +1 @@
4X-Spiel: Zivilisationen bauen

View File

@ -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

View File

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 KiB

View File

@ -0,0 +1 @@
4X civilization-building game