File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ android {
1313 // 1.0.1.190507 (2) Bugfix: missing read permission; port to android-x
1414 // 1.0.2.190515 (3) Bugfix: rotation; illegal filename
1515 // 1.1.0.190518 (4) Implemented Workflow: GET_CONTENT/PICK/share/SEND/SENDTO to pick/re-send a cropped photo
16- versionCode 4
17- versionName " 1.1.0.190518"
16+ // 1.1.1.190522 (5) Errorhandling/display errormessage; delete temp files; action com.android.camera.action.CROP
17+
18+ versionCode 5
19+ versionName " 1.1.1.190522"
1820 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1921
2022 // all supported locales. Note: the lib has more translations which are supressed here
Original file line number Diff line number Diff line change 4141
4242 <data android : mimeType =" image/jpeg" />
4343 </intent-filter >
44+ <intent-filter >
45+ <action android : name =" com.android.camera.action.CROP" />
46+
47+ <data android : scheme =" content" />
48+ <data android : scheme =" file" />
49+ <data android : mimeType =" image/jpeg" />
50+
51+ <category android : name =" android.intent.category.DEFAULT" />
52+ <category android : name =" android.intent.category.ALTERNATIVE" />
53+ <category android : name =" android.intent.category.SELECTED_ALTERNATIVE" />
54+ </intent-filter >
4455 </activity >
4556
4657 <activity android : name =" .CropAreasSendActivity" >
Original file line number Diff line number Diff line change 1+ More errorhandling: display errormessage what has gone wrong #14
12Bugfix: delete obsolete temp files #11
3+ Added support for action com.android.camera.action.CROP #8
You can’t perform that action at this time.
0 commit comments