FreeRDP/client/Android
Iordan Iordanov f4b08d8347 The first parameter of LibFreeRDP.OnRemoteClipboardChanged() was
changed from int to long, however, the changed method signature was not
reflected in android_cliprdr.c.

As a result, a copy in the remote session would result in the
java.lang.NoSuchMethodError below:

01-08 20:24:16.620  8234  8865 E AndroidRuntime: FATAL EXCEPTION: Thread-11495
01-08 20:24:16.620  8234  8865 E AndroidRuntime: Process: com.iiordanov.aRDP, PID: 8234
01-08 20:24:16.620  8234  8865 E AndroidRuntime: java.lang.NoSuchMethodError: no static method "Lcom/freerdp/freerdpcore/services/LibFreeRDP;.OnRemoteClipboardChanged(ILjava/lang/String;)V"
01-08 20:51:44.737 11025 11439 F libc    : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xa0 in tid 11439 (Thread-6)
01-08 20:53:14.887 11717 11717 E AndroidRuntime: FATAL EXCEPTION: main

This commit fixes the bug.
2017-01-10 17:17:44 -05:00
..
Studio Added 64bit support to API. 2016-12-02 12:04:53 +01:00
android_cliprdr.c The first parameter of LibFreeRDP.OnRemoteClipboardChanged() was 2017-01-10 17:17:44 -05:00
android_cliprdr.h Android: fixed visibility, reformatted 2016-10-17 12:20:06 +02:00
android_event.c Android: fixed visibility, reformatted 2016-10-17 12:20:06 +02:00
android_event.h Android: fixed visibility, reformatted 2016-10-17 12:20:06 +02:00
android_freerdp_jni.h Restructured client project, moved to gradle build. 2016-02-01 15:25:40 +01:00
android_freerdp.c fix string format specifiers 2016-12-16 13:48:43 +01:00
android_freerdp.h Restructured client project, moved to gradle build. 2016-02-01 15:25:40 +01:00
android_jni_callback.c Android: fixed visibility, reformatted 2016-10-17 12:20:06 +02:00
android_jni_callback.h Android: fixed visibility, reformatted 2016-10-17 12:20:06 +02:00
android_jni_utils.c Restructured client project, moved to gradle build. 2016-02-01 15:25:40 +01:00
android_jni_utils.h Android: fixed visibility, reformatted 2016-10-17 12:20:06 +02:00
CMakeLists.txt Fixed android client. 2016-10-06 13:43:07 +02:00