January 18, 2010 PaderSyncSSH 1.0.4 * Fixed a SSH protocol issue where rekeying could result in a connection loss. * Updated the terminal UI a bit. - A long press on the touch screen will simulate the enter key. - The default select operation in 'Locked' mode will simulate the enter key. - Hardware back buttons (Android/BlackBerry) and soft keys (Nokia, SE, ..) will open/close the menu. - Other minor changes. * Text entered using the native input method will no longer be followed by the enter key. * To simulate the enter key with the native text field do not enter anything and click OK. * Fixed a problem with the native input method and the text buffer. December 28, 2009 PaderSyncSSH 1.0.3 * Added Telnet support. * Passwords are now optional when configuring a bookmark. You will be prompted once in each PaderSyncSSH session when you leave the password field empty and connect to the server. In this case the password will not be stored on the device. Remember that stored passwords can still be encrypted if you set a password to control access to the PaderSyncSSH application. Protection of RSA/DSA private keys has not changed. If you want to protect (encrypt) them you need to set a password for the PaderSyncSSH application. * Added multiple terminal color combinations to choose from. * Improved ANSI color support. * Added option to disable terminal bell/vibrate. * Minor bugfix for help pages. November 24, 2009 PaderSyncSSH 1.0.2 PaderSyncFM 1.1.19 PaderSyncFTP 1.0.13 PaderSyncSFTP 1.0.14 PaderSyncSMB 1.0.13 PaderSyncDAV 1.0.13 * fix small GUI problem with empty lists. * fix broken synchronization feature from last release that resulted in unnecessary file updating. November 15, 2009 PaderSyncSSH 1.0.1 PaderSyncFM 1.1.18 PaderSyncFTP 1.0.12 PaderSyncSFTP 1.0.13 PaderSyncSMB 1.0.12 PaderSyncDAV 1.0.12 * User interface improved to look not too small on new Android devices, making use of full screen. * Synchronization feature no longer stores meta data on the file system. The required information is now stored internally. * Added fix to problem that would cause connections to fail if there was no memory card available. * Added fix to problem with BIS socket connections on BlackBerry. Note that connections to ports below 1024 might still fail if they are blocked. October 27, 2009 PaderSyncFM 1.1.17 PaderSyncFTP 1.0.11 PaderSyncSFTP 1.0.12 PaderSyncSMB 1.0.11 PaderSyncDAV 1.0.11 * UI updates, improvements for touchscreen devices of all brands, especially Android. * Added support to directly 'open a remote file' which results in caching the file on the local memory card with optional reupload if the file has been modified locally. * Improved copying logic for better resuming of interrupted up/downloads. Resuming is not attempted on servers that don't support it. * Memory Card bookmark is created automatically on systems that support it. * File filter now supports regular expressions. * Quicksearch in filesystem lists. Typing the first letters of a file that you are looking for will take you directly to it. * Multiple minor bugfixes. * Fixed trial time that was still set to 10 days, now proper 30 days. * Fixed a few WebDAV issues for better SharePoint support. September 4, 2009 PaderSyncFM 1.1.16 PaderSyncFTP 1.0.10 PaderSyncSFTP 1.0.11 PaderSyncSMB 1.0.10 PaderSyncDAV 1.0.10 * Fix for copy bug that could leave garbage bytes at end of downloaded files if they overwrite a preexisting one and the new file is smaller than the old one. * FTP SSL flag in settings dialog fixed. * Removed a check that denied copying directly to bookmarks for the free version. * Some UI updates for touchscreen devices. * Android UI updates. August 16, 2009 PaderSyncFM 1.1.15 PaderSyncFTP 1.0.9 PaderSyncSFTP 1.0.10 PaderSyncSMB 1.0.9 PaderSyncDAV 1.0.9 * (SMB) fix for wrong packet length that would cause problems on SAMBA >= 3.2 * (WebDAV) changes to allow upload resuming if the server supports it (not many do). an optional setting can enable this feature. * fixed a possible deadlock situation for blackberry and android devices after start of program. * added more options for better control over synchronization behavior. June 29, 2009 PaderSyncFM 1.1.14 PaderSyncFTP 1.0.8 PaderSyncSFTP 1.0.9 PaderSyncSMB 1.0.8 PaderSyncDAV 1.0.8 * performance improvements for BlackBerry devices. * on BlackBerry devices WiFi should be selected automatically with the DEFAULT network setting active (if WiFi available of course). * multiple small user interface updates. * fixed problem caused by files and directories on the local file system that begin with a dot. these files cannot be accessed properly on any platform that i have worked with. so they are not listed any more. * published android builds for every app. May 1, 2009 PaderSyncFM 1.1.13 PaderSyncFTP 1.0.7 PaderSyncSFTP 1.0.8 PaderSyncSMB 1.0.7 PaderSyncDAV 1.0.7 * fixed issue where local last modified value was not collected properly. * added workaround to avoid device resetting on some devices (especially BlackBerry Storm) * improved touch screen handling. * added BlackBerry transport selection. April 20, 2009 PaderSyncFM 1.1.12 PaderSyncSFTP 1.0.7 PaderSyncSMB 1.0.6 PaderSyncDAV 1.0.6 * (SMB) fixed problem with wrongly decoded utf16 characters. * (SFTP) made small change that could result in a performance increase in some environments. * (SFTP) fixed problem where link resolving failed. * (WebDAV) fixed rare null pointer exception that could occur when disconnecting. * (WebDAV) fixed directory listing that would list the current directory as a subdirectory on some servers. April 7, 2009 PaderSyncFM 1.1.11 PaderSyncFTP 1.0.5 PaderSyncSFTP 1.0.6 PaderSyncSMB 1.0.5 PaderSyncDAV 1.0.5 * Fixed problem where it was impossible to edit bookmarks if 'Pause when minimized' was disabled on JavaME platform. * Fixed problem where the 'Compression' setting for SSH Gates was broken. * Fixed problem where scrolling of proxy/gate input form could fail. * Added buttons to dialog screens for faster touch screen navigation. * Updated help text. March 26, 2009 PaderSyncFM 1.1.10 PaderSyncFTP 1.0.4 PaderSyncSFTP 1.0.5 PaderSyncSMB 1.0.4 PaderSyncDAV 1.0.4 * Fixed directory listing on local device that could fail if you encounter files without read-permission. * (FTP) Fixed upload of files that could result in incomplete files if compression is enabled. * Fixed problem where the applications would fail to start on some SE phones. March 24, 2009 PaderSyncFM 1.1.9 PaderSyncFTP 1.0.3 PaderSyncSFTP 1.0.4 PaderSyncSMB 1.0.3 PaderSyncDAV 1.0.3 * Improved destination selection for file copying. Added option to send by mail (if supported by device) and copy to existing bookmarks. * Multiple smaller user interface updates * Updated included documentation * Fixed problem with zero-length files on local file system. * Improved file system root listing for Nokia devices. Feb. 24, 2009 PaderSyncFM 1.1.8 PaderSyncFTP 1.0.2 PaderSyncSFTP 1.0.3 PaderSyncSMB 1.0.2 PaderSyncDAV 1.0.2 * (SFTP/SSH) Now trying to use aes128-ctr, aes192-ctr, aes256-ctr and 3des-ctr encryption methods before falling back to cbc mode if ctr methods are not supported by the server. http://tools.ietf.org/html/rfc4344 * (SFTP/SSH) Added support for private key import of files in PuTTY format. * Help information is now included in the application and no longer requested online. * Added more options to Sync feature. * Files on local file system can be opened with registered applications (if supported by device). * Many user interface updates. * Menu and Cancel keys are now used on a Blackberry. * Pausing processing when running in the background is now configurable. * Scripting support has been dropped. November 4, 2008 PaderSyncFM 1.1.7 PaderSyncSFTP 1.0.2 * (SFTP/SSH) Fixed problem that caused authentication of type keyboard-interactive to fail. October 29, 2008 PaderSyncFM 1.1.6 PaderSyncFTP 1.0.1 PaderSyncSFTP 1.0.1 PaderSyncSMB 1.0.1 PaderSyncDAV 1.0.1 * Fixed exception during bookmark copy process. * Fixed bug where closing a text input area would result in only parts of the screen repainted (at least on the Blackberry Storm emulator). * Multiple smaller GUI library updates. October 15, 2008 1.1.5 * (WebDAV) Added the option to add an optional path to the Hostname if the target WebDAV folder is not the default root directory as it is here: http://username.domain.com:12345/username/ See documentation for details. * (WebDAV) Now using gzip instead of deflate. Compression only works for downloads, if supported by server. * (WebDAV/HTTP) Minor performance improvements and a smaller memory footprint. * (SSL/TLS) Some performance improvements for session setup. * (WebDAV) Added support to resume a broken download (for servers that accept the 'Range' header). * (SMB) Added support to resume a broken download and upload. * (SFTP) Added support to resume a broken download and upload. * (FTP) Added support to resume a broken download and upload (for servers that support the MLSX or SIZE commands). * Blackberry users can now enable WiFi networking in the server settings. * Fixed bug for SonyEricsson phones that caused 'Permission Denied' problems with memory cards. September 16, 2008 1.1.4 * Fixed nullpointer for touchscreen devices. * Fixed WebDAV date parsing problem. * Changed password dialog. * Fixed SSH compression bug. September 12, 2008 1.1.3 * Added check to catch synchronization attempts for ftp servers that do not have the requirements(MLSX or MDTM). * Re-added MODE Z support for FTP. * Multiple GUI fixes. September 8, 2008 1.1.2 * Changed the protocol selection menu to avoid confusion. ('DAV' -> 'WebDAV' and 'SSH' -> 'SFTP(SSH)') * Decreased the menu height on devices without touchscreen support for better readability. * Fixed a bug that caused the menu to malfunction. * Fixed a proxy chaining issue. September 1, 2008 1.1.1 * Fixed rare UI freeze. * Fixed FTP parsing issue for long input lines. August 31, 2008 1.1.0 * Changed GUI library to brandnew LWUIT. * Improved SSL/TLS session setup. * Proxy/Gate configuration slightly modified. July 26, 2008 1.0.6 * Fixed NoSuchMethodError for Nokia S40 phones. * Added workaround for filesystem bug on SE platform (IllegalArgumentException). * Renamed 'More' command to 'Properties'. * Added option to choose font size from small/medium/large. Medium is default. * Fixed rare application freeze when opening local file system. July 7, 2008 1.0.5 * Connector options field in settings got adjusted as it was too small. * Lowercase input is now suggested input method on multiple server forms. This may not apply to all platforms. * Webdav server mask changed: Port number can be added to host name by adding ':portnumber' * (SFTP) Fixed problem with listing of empty directories on some servers. * Fixed startup problem for phones using the S40 platform. July 1st, 2008 1.0.4 * Added a few script commands to manipulate list screen. * (WebDAV)Added advanced option to webdav server configuration to allow to enable/disable use of expect-continue header for put method. If enabled, copying to a webdav server might not work for every server/proxy. * (WebDAV)Reduced memory requirements for WebDAV protocol a little. * Cut command added. June 29, 2008 1.0.3 * (SMB) Changed use of file system separator applicationwide to forward slash. The previous use of forward or backward slash caused sync issues. * Removed broken Cut command. It should be available again in the next release. June 28, 2008 1.0.2 * (SMB) Fixed problem with filesystem separators and sync task. June 25, 2008 1.0.1 * Debug level set to 'no log' by default. * (FTP) Fixed parsing of the MLSX commands. June 21, 2008 1.0.0 Initial release.