Marc-André Moreau
f30d7cf66a
Merge pull request #2024 from repzilon/master
...
uclibc build fixes and recompressed images
2014-08-18 13:08:52 -04:00
Hardening
767d54ce18
Merge pull request #2017 from ptsekov/Issue_2016
...
Honour user performance preferences.
2014-08-15 09:21:12 +02:00
Norbert Federa
3c8700f62d
Merge pull request #1963 from akallabeth/async-update-to-lib
...
Moved update thread from client to library.
2014-08-14 17:46:43 +02:00
Rene Rheaume
15ad357e1a
Recompressed images with FileOptimizer 6.8 (an open-source mass file recompression tool for Windows)
2014-08-08 20:12:25 -04:00
Rene Rheaume
151e5de3d4
Recompressed PNG images again
2014-08-06 23:10:23 -04:00
Rene Rheaume
281ab78481
Recompressed losslessy PNG and JPEG images
2014-08-06 22:37:14 -04:00
Pavel Tsekov
9a470632f6
Honour user performance preferences.
...
* client/Android/FreeRDPCore/jni/android_freerdp.c:
(jni_freerdp_set_performance_flags): Always pass the user specified performance
settings to FreeRDP.
2014-08-05 00:49:13 +03:00
Mike Gilbert
ae1fdf6153
Remove execute bit from many files
2014-07-20 00:52:35 -04:00
Armin Novak
689902c995
Moved update thread from client to library.
2014-07-14 19:27:50 +02:00
Armin Novak
ba296e5f92
Removed unused code.
2014-07-11 18:49:40 +02:00
Armin Novak
f00a3d95d9
Fixed wrong visibility setting of bookmark list view
2014-07-11 18:49:20 +02:00
Bernhard Miklautz
6a49bcfe40
winpr: always build "monolitic"
...
winpr is now always build as single library.
The build option MONOLITHIC_BUILD doesn't influence this behavior anymore.
The only exception is winpr-makecert-tool which is still build as extra
library.
This obsoletes complex_libraries for winpr.
2014-07-10 11:10:58 +02:00
Martin Fleisz
190cd55e45
Merge pull request #1933 from akallabeth/android-localized-assets
...
Android localized assets
2014-07-07 09:46:00 +02:00
Armin Novak
abda0b1830
Removed unused welcome screen.
2014-07-04 14:43:32 +02:00
Bernhard Miklautz
9e1793c8ff
Merge pull request #1927 from akallabeth/android-de-translation
...
German translation for aFreeRDP
2014-06-27 12:35:26 +02:00
Armin Novak
9a274db12f
Modified asset loading, now checking if translated version exists before loading default.
2014-06-26 15:05:17 +02:00
Armin Novak
a0ec9d29be
Modified translation, better wording in context.
2014-06-25 11:29:08 +02:00
Armin Novak
a80199cecb
Added german translation.
2014-06-24 19:40:31 +02:00
Bernhard Miklautz
3983c648b4
Merge pull request #1925 from mfleisz/andr_theme_fix
...
Changed android default theme to AppCompat.Light.DarkActionBar.
2014-06-24 12:55:55 +02:00
Martin Fleisz
f8148e712b
Changed android default theme to AppCompat.Light.DarkActionBar.
...
Removed inverted text color from exit dialog.
2014-06-24 03:03:28 -07:00
Marc-André Moreau
c156006195
Merge branch 'master' of github.com:awakecoding/FreeRDP into egfx
2014-06-23 11:55:27 -04:00
Armin Novak
8fce7e4cea
Capitalized disconnect string.
2014-06-23 16:24:39 +02:00
Armin Novak
e26c3f6bfc
Removed menu option quit.
2014-06-23 16:20:28 +02:00
Armin Novak
1f92758f2b
Removed disconnect menu option.
2014-06-23 16:18:03 +02:00
Armin Novak
0688d5fa16
Removed custom color settings for search bar to match theme.
2014-06-23 16:06:45 +02:00
Armin Novak
32b1caaf81
Added detection of hardware menu button to hide actionbar.
2014-06-23 15:20:01 +02:00
Armin Novak
65127a8c3e
Added new files for project.
2014-06-23 12:58:24 +02:00
Armin Novak
041a9f2edb
Fixed appcompat library setting.
2014-06-23 12:57:45 +02:00
Armin Novak
8289e973d0
Fixed compatibility theme.
2014-06-23 12:57:35 +02:00
Armin Novak
f5807ae8e6
Added ActionBar display settings to menu.
2014-06-23 12:57:22 +02:00
Armin Novak
bb39e64bd9
Added debug strings to translations.
2014-06-23 12:57:17 +02:00
Armin Novak
85b7470e22
Updated to compat theme.
2014-06-23 12:57:11 +02:00
Armin Novak
c88e21f991
Now using compatibility menu.
2014-06-23 12:57:05 +02:00
Marc-André Moreau
2a82684521
channels: cleanup unused freerdp channels global functions
2014-06-11 16:27:31 -04:00
Marc-André Moreau
4bbd78a80b
libfreerdp-core: remove unnecessary usage of freerdp_channels_data
2014-02-15 15:26:34 -05:00
Marc-André Moreau
fab61ba946
afreerdp: fix build on Android
2014-02-03 16:03:43 -05:00
Martin Fleisz
4d71032656
iOS: Removed unused code
2013-12-04 12:30:33 +01:00
Bernhard Miklautz
2b6b4a6685
updated file headers
2013-12-04 11:44:22 +01:00
Bernhard Miklautz
0ddf2922f9
android build: fixes for out of tree builds
...
Fixed the last places to be able to build android
out of tree with Unix Makefiles generator.
Note: When using eclipse use in source tree builds.
2013-11-18 20:23:00 +01:00
Armin Novak
8fa18f1174
Using winpr instead of pthread now.
...
<android_desktop_resize> now uses up to date settings for callback now.
Improved error handling in <jni_input_thread>
Unified disconnect and cancel JNI calls, as they currently do the same.
2013-11-12 10:30:14 +01:00
Armin Novak
3b209b9345
Removed pthreads, using winpr now.
2013-11-12 10:25:41 +01:00
Armin Novak
2af8efb26b
Fixed resource cleanup, using DEBUG_WARN now for error messages.
2013-11-12 10:24:13 +01:00
Armin Novak
83053c865a
DEBUG_ANDROID now a debug define using default <debug.h> macros.
2013-11-12 10:22:41 +01:00
Armin Novak
ba2c31e9d9
Modified build to allow native debugging with eclipse.
2013-11-08 15:16:18 +01:00
Armin Novak
d1bc0d6f37
Enabled native building support.
2013-11-08 13:40:05 +01:00
Armin Novak
f00777876d
Android App version now configurable from cmake.
2013-11-08 13:15:04 +01:00
Armin Novak
dc055782e8
Modified ant build target.
2013-11-08 12:42:41 +01:00
Armin Novak
017308b796
Added generation of android ndk build scripts.
2013-11-08 12:37:38 +01:00
Armin Novak
9eedf16ef0
Added native android build scripts.
2013-11-08 12:08:06 +01:00
Armin Novak
f3bfef8da5
Resource cleanup fixes.
2013-11-08 10:27:16 +01:00