Changes between Version 3 and Version 4 of Clients
- Timestamp:
- 02/19/14 04:10:16 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clients
v3 v4 31 31 32 32 {{{#!div class="box" 33 == Java Client==33 == [/wiki/Clients/Java Java Client] == 34 34 35 The (unsupported) Java client has backends for: 36 * AWT 37 * Swing 38 * GTK-Java 39 In all cases, only "jpeg" and "png" encodings are supported at present. 35 Work in progress.. 40 36 }}} 41 37 42 38 {{{#!div class="box" 43 == Android Client==39 == [/wiki/Clients/Android Android Client] == 44 40 45 The (unsupported) Android client has the same limitations as the Java client with which it shares most of the code apart from the actual rendering which uses native Android classes. The window borders are drawn by the application.41 Work in progress.. 46 42 }}} 47 43 … … 50 46 51 47 This client is a work in progress, see #473 52 53 48 }}}