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
@ -89,8 +89,12 @@ async function main(){
|
|||||||
|
|
||||||
console.log("Final: "+buildConfigString)
|
console.log("Final: "+buildConfigString)
|
||||||
fs.writeFileSync(buildConfigPath, 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()
|
main()
|
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 2.0 MiB |
15
fastlane/metadata/android/de/full_description.txt
Normal 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.
|
1
fastlane/metadata/android/de/short_description.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
4X-Spiel: Zivilisationen bauen
|
15
fastlane/metadata/android/en-US/changelogs/700.txt
Normal 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
|
15
fastlane/metadata/android/en-US/full_description.txt
Normal 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.
|
BIN
fastlane/metadata/android/en-US/images/featureGraphic.png
Normal file
After Width: | Height: | Size: 502 KiB |
BIN
fastlane/metadata/android/en-US/images/icon.png
Normal file
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 262 KiB |
After Width: | Height: | Size: 84 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 629 KiB |
After Width: | Height: | Size: 130 KiB |
After Width: | Height: | Size: 100 KiB |
After Width: | Height: | Size: 158 KiB |
After Width: | Height: | Size: 67 KiB |
After Width: | Height: | Size: 678 KiB |
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
4X civilization-building game
|