Skip to content

CruGlobal/godtools-android

Folders and files

NameName
Last commit message
Last commit date
Jun 12, 2024
Aug 18, 2020
Oct 26, 2021
Jun 12, 2024
Jun 12, 2024
Sep 15, 2023
Apr 15, 2021
Jun 12, 2024
Apr 3, 2024
Jun 10, 2024
Jun 12, 2024
Oct 17, 2023
Mar 8, 2024
Jun 5, 2018
Apr 2, 2024
May 26, 2023
Mar 8, 2024
Feb 14, 2024
Jul 25, 2023
Jun 10, 2024
Mar 22, 2024
Apr 16, 2024

Repository files navigation

GodTools Android

codecov

Git LFS

We use Git LFS for storing Paparazzi snapshots. You will need to setup Git LFS on your local machine in order to store new paparazzi snapshots or validate existing paparazzi snapshots.

OneSky

To enable OneSky translation downloads/uploads configure the following gradle properties:

ONESKY_API_KEY={apiKey}
ONESKY_API_SECRET={apiSecret}

Once those properties are configured you can use the following commands:

  • Download the latest translations: ./gradlew downloadTranslations --no-parallel
  • Upload the latest base strings: ./gradlew uploadTranslations