mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
File deduplication, Android part (#3513)
This commit is contained in:
parent
bfda7ab2c3
commit
c6b89055d8
8 changed files with 32 additions and 25 deletions
|
@ -157,6 +157,7 @@ public class DcMsg {
|
|||
public native int getVideochatType ();
|
||||
public native void setText (String text);
|
||||
public native void setFile (String file, String filemime);
|
||||
public native void setFileAndDeduplicate(String file, String name, String filemime);
|
||||
public native void setDimension (int width, int height);
|
||||
public native void setDuration (int duration);
|
||||
public native void setLocation (float latitude, float longitude);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue