amratsingh
84e50582b7
android_freerdp.c: fixed wrong registered signature ( #5371 )
2019-05-02 05:59:52 +02:00
Armin Novak
281dd22061
Fixed unicode key down and up messages.
2019-04-05 09:14:35 +02:00
Mathew Winters
dc5efab715
Resolve Gfx mode missing surface updates from cache.
2019-02-12 14:27:11 +13:00
Armin Novak
087390b303
Refactored client clipboard function callbacks for const data pointers.
2019-01-23 16:55:13 +01:00
Mathew Winters
bd7ff9b10f
Add jni interface for get_last_error_string
2018-12-05 07:56:05 +13:00
Armin Novak
7d89ea22d4
Unified initialization of OrderSupport
...
Added a library internal function freerdp_settings_set_default_order_support
which initializes the OrderSupport array of settings.
Now clients no longer need to set this up on their own, if they
do not implement their own hardware accelerated order processing.
2018-11-23 10:11:50 +01:00
akallabeth
1cc739f10e
Merge pull request #5039 from mcsong/master
...
Fixed recreate activity issue with bluetooth devices.
2018-11-21 11:49:45 +01:00
mcsong
34e8b92714
Fixed recreate activity issue when a bluetooth device connected or disconnected
2018-11-20 13:11:14 -08:00
mcsong
1d7fd201b1
Fixed recreate activity issue when a bluetooth device connected or disconnected.
2018-11-20 12:57:07 -08:00
akallabeth
3cea4bfb55
Merge pull request #5008 from wintersandroid/master
...
Android library build script fixes, and Android thread lock on remote disconnect.
2018-11-20 12:14:28 +01:00
Bernhard Miklautz
58091dc138
new: development cycle dev5
2018-11-20 11:49:34 +01:00
Martin Fleisz
38091fc34e
Merge pull request #5030 from akallabeth/pointer_cache_optional
...
Fix #4864 : Register pointer cache after PostConnect is called
2018-11-20 10:53:40 +01:00
Armin Novak
666ef4ab34
Fix #4864 : Register pointer cache after PostConnect is called
...
With #4950 client side pointer implementation was made optional.
This addresses an issue that each client had to call
pointer_cache_register_callbacks on its own.
2018-11-20 09:49:39 +01:00
mcsong
d7ab198a68
added korean translation
2018-11-19 14:38:48 -08:00
Mathew Winters
eceb107ddd
Revert store password variable
2018-11-19 08:27:36 +13:00
Mathew Winters
0e88eb5a91
Fixes as per merge request
2018-11-15 08:29:51 +13:00
Mathew Winters
f91a4d0b6e
Resolve thread not exiting when remote lost or disconnected.
2018-11-14 15:25:38 +13:00
Mathew
2ff19597dc
fix scripts to build with ndk r15c,
...
cache dependancies so we are not hitting github often
update android dependancies to latest and compile.
./android-build-freerdp.sh --ndk ~/Programming/android-ndk-r15c --relWithDebug --jpeg
Still an error compiling openh264
2018-11-09 15:20:52 +13:00
akallabeth
4e71af6772
Merge pull request #4906 from FeLvi-zzz/japanese-patch
...
Japanese patch #4905
2018-10-02 15:46:17 +02:00
FeLvi_zzz
751cfde864
remove untranslatable strings in Japanese translation
2018-10-02 21:53:55 +09:00
FeLvi_zzz
6d36707ec4
fixed typo in Japanese translation
2018-10-02 21:47:08 +09:00
FeLvi_zzz
2564a6a2d2
modified Japanese translation #4905
2018-10-02 18:36:58 +09:00
FeLvi_zzz
7a44e179cf
added Japanese translation
2018-10-02 18:00:29 +09:00
Armin Novak
c3a26b0d6a
Removed +async-transport options
...
The async transport option is broken by design.
If used the main loop is called from the transport thread and the
main thread of the application.
Unless the transport layer is refactored to just work on queues
(input and output) this option will never work, therefore remove it.
2018-08-22 13:56:37 +02:00
Armin Novak
97e7eca30c
Started next development cycle
2018-08-01 15:29:17 +02:00
Armin Novak
927409cf81
Add default values for keystore variables.
2018-04-16 11:39:36 +02:00
Bernhard Miklautz
d309a1ba33
build: set version to 2.0.0-dev3
...
start 2.0.0-rc3 development cycle
2018-04-11 13:36:33 +02:00
Armin Novak
2517755d25
Fixed thread function return and parameters.
2018-03-07 14:36:55 +01:00
Armin Novak
990b8c23a9
Fixed PubSub function pointer casts.
2018-02-14 11:00:52 +01:00
Armin Novak
7183c5019b
Check length of string returned by ClipboardGetData
2018-02-01 09:34:07 +01:00
Armin Novak
91280b3ea5
Updated gradle build version and dependencies.
2018-01-17 12:03:05 +01:00
Bernhard Miklautz
1cda26274f
client/android: increase version
2017-11-28 15:33:03 +01:00
Armin Novak
12a9b9a0b4
Fix #3890 : Point to OpenSSL doc for private CA
2017-11-21 11:47:33 +01:00
Christian Plattner
a5f67d1203
Increase versionCode for aFreeRDP 2.0-rc1
2017-11-17 08:58:07 +01:00
akallabeth
716ce5feb2
Merge pull request #4159 from aleksei-klv/dex
...
Optimized aFreeRDP for Samsung DeX
2017-10-31 15:36:22 +01:00
Martin Fleisz
3f6b8b786d
Merge pull request #4179 from akallabeth/android_cleanup_fix
...
[android] Ensure native session is disconnected before resource free.
2017-10-31 11:42:58 +01:00
Aleksei Kliuev
ba6f5ea6dd
remove temporary hack
2017-10-26 15:36:53 +03:00
Armin Novak
b355616527
Fixed possible race condition on resource cleanup.
2017-10-23 09:48:52 +02:00
Armin Novak
e7884aec26
Added default return if instance not in list.
2017-10-17 09:12:27 +02:00
Armin Novak
f1e8fdeb50
Ensure native session is disconnected before resource free.
2017-10-13 13:13:33 +02:00
Robert Corrigan
55a4ca1bc7
Fix tab key mapping for hardware keyboard
2017-10-12 12:56:34 -04:00
Aleksei Kliuev
c7be2089d6
fix crashing app in dex mode
2017-09-28 11:54:40 +03:00
Aleksei Kliuev
84eea9c55a
fix right click
2017-09-28 11:54:18 +03:00
Aleksei Kliuev
7554ab9a02
revert gradle
2017-09-28 11:54:10 +03:00
Aleksei Kliuev
5931e61ade
Add Samsung DeX support
2017-09-28 11:53:52 +03:00
Bernhard Miklautz
1e54fdb5c2
android: fix a regression with remote program ( #4091 )
...
Commit 54a7d799d1
introduced a problem
where /app was used instead of /shell causing a black screen when remote
programs were used. The Android client doesn't support remote apps
therefore /app can't work. "Remote program" just sets the selected
program as shell to run.
2017-08-16 13:28:11 +02:00
Armin Novak
eb0bf411af
Do not add quotes to client hostname.
2017-08-16 11:31:33 +02:00
Armin Novak
8b9e3fa51e
Fixed use of reserved keywords for include guards.
2017-07-20 09:35:41 +02:00
Armin Novak
0490aeb018
Fixed clang malloc integer overflow warnings.
2017-07-20 09:29:48 +02:00
Armin Novak
6b3048b85b
Cleaned up database access code.
2017-03-13 12:05:49 +01:00