Initial Commit

SIMTAK 1.0 Stable Version

Developed to use with Armatak addon for ARMA 3
Copyright ©2024 Valmo Trindade
All rights reserved.

Take a look on the main project: https://github.com/valmojr/armatak
This commit is contained in:
andonyth
2024-12-05 03:13:06 -03:00
commit 80f49044f6
73 changed files with 3081 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
<color name="darkGrey">#FF262626</color>
<color name="lightGrey">#FF828282</color>
<color name="softLightGrey">#FFdddddd</color>
<color name="errorColor">#FFCE4444</color>
<color name="networkColor">#1367BA</color>
<color name="warningColor">#FF9800</color>
<color name="accentColor">#6E3B23</color>
<color name="fullTranslucent">#00000000</color>
</resources>

View File

@@ -0,0 +1,40 @@
<resources>
<string name="app_name">SIMTAK</string>
<string name="allowNotificationsPermission" translatable="true">Allow permission for notifications</string>
<string name="needNotificationsPermissionMessage" translatable="true">For trust app working, need allow on system settings</string>
<string name="goToSettings" translatable="true">Go to system settings</string>
<string name="ok">OK</string>
<string name="cancel" translatable="true">Cancel</string>
<string name="tryAgain" translatable="true">Try Again</string>
<string name="serverAddress">Server Address</string>
<string name="scanQRCodeStepInfo" translatable="true">Scan the QR code in your briefing tab to get on the TAK Session</string>
<string name="welcome" translatable="true">Welcome!, Insert the provided Server Address or Scan the QR code in your briefing tab to get on the TAK Session</string>
<string name="header_banner_title">SIMTAK - Simulation for Team Awareness Kit</string>
<string name="or">Or</string>
<string name="scanQRCode">SCAN QR CODE</string>
<string name="content_connect_to_provider_server_address_button" translatable="true">Connect to Provider Server Address Button</string>
<string name="footerInfo" translatable="true">SIMTAK are part of the ARMATAK software bundle. \nARMATAK is currently in the development stage and is subject to unexpected bugs. Please use with caution.</string>
<string name="footerProject" translatable="true">Give us a Star on Github!</string>
<string name="githubProjectUrl" translatable="false">https://github.com/valmojr/armatak</string>
<string name="wikiUrl" translatable="false">https://github.com/valmojr/armatak/wiki</string>
<string name="discordUrl" translatable="false">https://discord.gg/svK64PCycU</string>
<string name="steamUrl" translatable="false">https://steamcommunity.com/sharedfiles/filedetails/?id=3301306282</string>
<string name="wiki">Wiki</string>
<string name="joinOurGiscordGroup" translatable="true">Join our Discord Group</string>
<string name="steam">Steam</string>
<string name="startTracking" translatable="true">Start Tracking</string>
<string name="stopTracking" translatable="true">Stop Tracking</string>
<string name="serverAddressPropertyEmpty" >Server Address:</string>
<string name="serverAddressPropertyFormat">Server Address: %s</string>
<string name="serverConnectionStatusPropertyEmpty" >Connection Status:</string>
<string name="serverConnectionStatusPropertyFormat">Connection Status: %s</string>
<string name="contentBtnToBack" translatable="true">Back Button</string>
<string name="trackerLog">Tracker Log</string>
<string name="serverConnectionProblems" translatable="true">Oops, server has problem!</string>
<string name="errorDescriptionFormat" translatable="true">Error Description: \n%s</string>
<string name="normal" translatable="true">Normal</string>
<string name="networkOperation" translatable="true">Network Operation</string>
<string name="warning" translatable="true">Warning</string>
<string name="error" translatable="true">Error</string>
</resources>

View File

@@ -0,0 +1,75 @@
<resources>
<!-- Base application theme. -->
<style name="Base.Theme.SIMTAK" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your light theme here. -->
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
</style>
<style name="Theme.SIMTAK" parent="Base.Theme.SIMTAK">
<item name="colorPrimary">@color/accentColor</item>
</style>
<style name="Theme.SIMTAK.EditTextOutlined" parent="Widget.MaterialComponents.TextInputLayout.OutlinedBox">
<item name="android:textAppearance">@font/roboto</item>
<item name="android:textColor">@color/darkGrey</item>
<item name="android:textSize">17sp</item>
<item name="android:textColorHint">@color/accentColor</item>
<item name="boxStrokeColor">@color/accentColor</item>
</style>
<style name="Theme.SIMTAK.Font">
<item name="android:fontFamily">@font/roboto</item>
<item name="android:textColor">@color/darkGrey</item>
<item name="android:textSize">17sp</item>
</style>
<style name="Theme.SIMTAK.Font.TitleMediumDarkGrey22sp">
<item name="android:fontFamily">@font/roboto_medium</item>
<item name="android:textColor">@color/darkGrey</item>
<item name="android:textSize">22sp</item>
<item name="android:elegantTextHeight">true</item>
</style>
<style name="Theme.SIMTAK.Font.TitleMediumDarkGrey">
<item name="android:fontFamily">@font/roboto_medium</item>
<item name="android:textColor">@color/darkGrey</item>
<item name="android:textSize">19sp</item>
</style>
<style name="Theme.SIMTAK.Font.InfoLight">
<item name="android:fontFamily">@font/roboto</item>
<item name="android:textColor">@color/lightGrey</item>
<item name="android:textSize">13sp</item>
</style>
<style name="Theme.SIMTAK.Font.InfoLightDarkGrey">
<item name="android:fontFamily">@font/roboto</item>
<item name="android:textColor">@color/darkGrey</item>
<item name="android:textSize">13sp</item>
</style>
<style name="Theme.SIMTAK.Button">
<item name="android:fontFamily">@font/roboto_medium</item>
<item name="android:textColor">@color/white</item>
<item name="android:textSize">17sp</item>
<item name="android:minHeight">60dp</item>
<item name="cornerRadius">10dp</item>
</style>
<style name="Theme.SIMTAK.IconNoBackGroundButton" parent="Widget.Material3.Button.Icon">
<item name="cornerRadius">10dp</item>
</style>
<style name="Theme.SIMTAK.Button.TextIconLightButton" parent="Widget.Material3.Button.TextButton">
<item name="android:fontFamily">@font/roboto</item>
<item name="android:textColor">@color/lightGrey</item>
<item name="android:textSize">13sp</item>
<item name="cornerRadius">10dp</item>
<item name="iconTint">@color/lightGrey</item>
<item name="iconSize">25dp</item>
<item name="iconGravity">end</item>
</style>
<style name="Theme.SIMTAK.Button.BackBtnNoBg">
<item name="android:contentDescription">@string/contentBtnToBack</item>
<item name="android:foreground">@drawable/baseline_arrow_back_24</item>
<item name="android:foregroundTint">@color/accentColor</item>
<item name="android:backgroundTint">@color/fullTranslucent</item>
<item name="android:contextClickable">true</item>
</style>
</resources>