chrisaut

Results 2 issues of chrisaut

Allows the user to select a different currency for dividend payments, different from either security currency and/or account currency. ![image](https://user-images.githubusercontent.com/8252355/103279198-92814200-49cd-11eb-9e5a-9b947265192f.png) Example use case: US stocks bought (and tracked) in EUR...

I'm seeing crash reports as follows: ``` java.lang.IllegalArgumentException: at android.support.v4.content.FileProvider$SimplePathStrategy.getUriForFile (FileProvider.java:711) at android.support.v4.content.FileProvider.getUriForFile (FileProvider.java:400) at com.linchaolong.android.imagepicker.Utils.getContentUri (Utils.java:31) at com.linchaolong.android.imagepicker.Utils.getIntentUri (Utils.java:24) at com.linchaolong.android.imagepicker.cropper.CropImage.getCameraIntents (CropImage.java:240) at com.linchaolong.android.imagepicker.cropper.CropImage.getPickImageChooserIntent (CropImage.java:177 at com.linchaolong.android.imagepicker.ImagePicker.startChooser (ImagePicker.java:71) ```...