Skip to content

Commit

Permalink
Added Russian translations.
Browse files Browse the repository at this point in the history
Fix minor UX bug.
  • Loading branch information
hwki committed Jul 23, 2024
1 parent aa04820 commit d73f972
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ obj/
.idea/assetWizardSettings.xml
.idea/render.experimental.xml
.idea/misc.xml
.idea/deploymentTargetDropDown.xml
.idea/deploymentTargetSelector.xml
.idea/other.xml

# Gradle:
.idea/gradle.xml
Expand Down Expand Up @@ -135,4 +138,3 @@ fabric.properties
# End of https://www.gitignore.io/api/androidstudio

release/
/.idea/deploymentTargetDropDown.xml
6 changes: 3 additions & 3 deletions bitcoin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.brentpanther.bitcoinwidget"
minSdk 23
targetSdk 34
versionCode 330
versionName "8.5.5"
versionCode 331
versionName "8.5.6"

}

Expand Down Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3'
implementation 'androidx.navigation:navigation-compose:2.7.7'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'io.coil-kt:coil-compose:2.6.0'
implementation 'io.coil-kt:coil-compose:2.7.0'
implementation 'androidx.core:core-ktx:1.13.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.jayway.jsonpath:json-path:2.9.0'
Expand Down
2 changes: 1 addition & 1 deletion bitcoin/src/main/res/raw/cryptowidgetcoins_v2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bitcoin/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<item>ISO</item>
<item>NONE</item>
</string-array>
<string name="json_last_modified" translatable="false">Sat, 06 Jul 2024 15:54:48 GMT</string>
<string name="json_last_modified" translatable="false">Mon, 22 Jul 2024 22:48:01 GMT</string>
<string name="json_url" translatable="false">https://www.brentpanther.com/cryptowidgetcoins_v2.json</string>

<string name="error_restricted_battery_saver">Unable to refresh, Battery Saver is on</string>
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/331.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Added Russian translations.
Fix minor UX bug.

0 comments on commit d73f972

Please sign in to comment.