Skip to content

Commit

Permalink
release 0.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Apr 8, 2023
1 parent 48e181e commit b6a830c
Show file tree
Hide file tree
Showing 116 changed files with 398 additions and 53 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ android {
applicationId "com.exifthumbnailadder.app"
minSdkVersion 26
targetSdkVersion 33
versionCode finalVersionCode
versionName finalVersionName
// versionCode 536
// versionName "0.9.18"
// versionCode finalVersionCode
// versionName finalVersionName
versionCode 679
versionName "0.9.19"

file("../version_last_tag.txt").text = "version: " + lastTagVersionName + "+" + lastTagVersionCode
//file("../version_head.txt").text = "version: " + finalVersionName + "+" + finalVersionCode
Expand Down
Binary file modified fastlane/metadata/android/de-DE/images/phoneScreenshots/001.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/de-DE/images/phoneScreenshots/002.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/de-DE/images/phoneScreenshots/003.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/de-DE/images/phoneScreenshots/004.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/de-DE/images/phoneScreenshots/005.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/de-DE/images/phoneScreenshots/006.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/de-DE/images/phoneScreenshots/007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/679.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
0.9.19
- libexif: skip processing of pictures having XMP metadata
- pixymeta: merge fix from upstream for InterOpIFD
- pixymeta: skip processing of pictures having maker notes
- display warning on main window when libexif or pixymeta are used, & add link to read the notes.
- update labels of permission requests.
- update detection of missing mandatory tags
- Reminder: translate the app on crowdin https://crowdin.com/project/exif-thumbnail-adder

0.9.18
- Fix bug on Android 12 where GPS metadata was lost. Unfortunately GPS metadata was lost on backups too.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/001.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/002.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/003.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/004.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/005.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/006.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/007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/fr-FR/images/phoneScreenshots/001.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/002.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/003.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/004.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/005.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/006.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/007.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/002.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/003.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/004.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/005.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/007.png
430 changes: 382 additions & 48 deletions fastlane/metadata/android/screenshots.html

Large diffs are not rendered by default.

Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/003.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/004.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/005.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/006.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/007.png
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/001.png
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/002.png
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/003.png
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/004.png
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/005.png
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/006.png
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/007.png
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/008.png
Binary file modified fastlane/metadata/android/zh-CN/images/phoneScreenshots/002.png
Binary file modified fastlane/metadata/android/zh-CN/images/phoneScreenshots/003.png
Binary file modified fastlane/metadata/android/zh-CN/images/phoneScreenshots/004.png
Binary file modified fastlane/metadata/android/zh-CN/images/phoneScreenshots/006.png
Binary file modified fastlane/metadata/android/zh-CN/images/phoneScreenshots/007.png
2 changes: 1 addition & 1 deletion version_last_tag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 0.9.18+536
version: 0.9.19+679

0 comments on commit b6a830c

Please sign in to comment.