Skip to content

Commit cef1eff

Browse files
committed
release 1.0.0
1 parent dda7521 commit cef1eff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+199
-85
lines changed

app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ android {
2020
applicationId "com.exifthumbnailadder.app"
2121
minSdkVersion 26
2222
targetSdkVersion 34
23-
versionCode finalVersionCode
24-
versionName finalVersionName
25-
// versionCode 679
26-
// versionName "0.9.19"
23+
// versionCode finalVersionCode
24+
// versionName finalVersionName
25+
versionCode 724
26+
versionName "1.0.0"
2727

2828
file("../version_last_tag.txt").text = "version: " + lastTagVersionName + "+" + lastTagVersionCode
2929
//file("../version_head.txt").text = "version: " + finalVersionName + "+" + finalVersionCode
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
1.0.0
2+
- Add support for Android 14 (& set targetSdk to 34)
3+
- exiv2: update to 0.28.2 & expat to 2.6.2
4+
- update all gradle dependencies to latest version
5+
- add spanish translation (thanks to jose-454 & l.a.r.monteon1989)
6+
- Note: if you run on AOSP or on devices without Google apps, you may loose the GPS information inside your files (at least on emulator image for Android 13). See project homepage for more information.
7+
8+
0.9.19
9+
- libexif: skip processing of pictures having XMP metadata
10+
- pixymeta: merge fix from upstream for InterOpIFD
11+
- pixymeta: skip processing of pictures having maker notes
12+
- display warning on main window when libexif or pixymeta are used, & add link to read the notes.
13+
- update labels of permission requests.
14+
- update detection of missing mandatory tags
15+
- Reminder: translate the app on crowdin https://crowdin.com/project/exif-thumbnail-adder
16+

fastlane/metadata/android/screenshots.html

+178-80
Large diffs are not rendered by default.

version_last_tag.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 0.9.19+679
1+
version: 1.0.0+724

0 commit comments

Comments
 (0)