Skip to content

Commit

Permalink
updated changelogs & screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarSand committed Dec 24, 2024
1 parent e91223e commit fc5ef8e
Show file tree
Hide file tree
Showing 27 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG


## v1.0.2
- Support for Android 15.



## v1.0.1
- Improved network availability checks.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId = "com.password.monitor"
minSdk = 23
targetSdk = 35
versionCode = 101
versionName = "1.0.1"
versionCode = 102
versionName = "1.0.2"
setProperty("archivesBaseName", "PasswordMonitor_v$versionName")
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_scan.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
layout="@layout/divider_horizontal"
android:layout_width="match_parent"
android:layout_height="1dp"
app:layout_constraintTop_toBottomOf="@id/bookmark"
app:layout_constraintTop_toBottomOf="@id/suggestionSubtitle"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:layout_marginHorizontal="@dimen/margin_4"
Expand Down
1 change: 0 additions & 1 deletion fastlane/metadata/android/de-DE/changelogs/101.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Unterstützung für Android 15.
1 change: 0 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/101.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Support for Android 15.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion fastlane/metadata/android/es-ES/changelogs/101.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/es-ES/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Compatibilidad con Android 15.
1 change: 0 additions & 1 deletion fastlane/metadata/android/fr-FR/changelogs/101.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Prise en charge d'Android 15.
1 change: 0 additions & 1 deletion fastlane/metadata/android/it-IT/changelogs/101.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/it-IT/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Supporto per Android 15.
1 change: 0 additions & 1 deletion fastlane/metadata/android/ja-JP/changelogs/101.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/ja-JP/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- アンドロイド15に対応。
1 change: 0 additions & 1 deletion fastlane/metadata/android/nl-NL/changelogs/101.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/nl-NL/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Ondersteuning voor Android 15.
1 change: 0 additions & 1 deletion fastlane/metadata/android/sv-SV/changelogs/101.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/sv-SV/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Stöd för Android 15.
1 change: 0 additions & 1 deletion fastlane/metadata/android/tr-TR/changelogs/101.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/tr-TR/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Android 15 için destek.
1 change: 0 additions & 1 deletion fastlane/metadata/android/zh-CN/changelogs/101.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/zh-CN/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- 支持 Android 15。

0 comments on commit fc5ef8e

Please sign in to comment.