SWBlowPad





Download

Description
  SWBlowPad is a SuperWaba application that encrypts and decrypts a user-entered text and saves into a user-named file.
  SWBlowPad makes use of SuperWaba BlowFish API for the encryption and decryption.  It also serves as a text editor.
  It has also the additional functions, accessible via the menu item, to export the typed text and saved as plain text 
  or to open a plain unecrypted text file.

  To encrypt the text to an encrypted file, just enter a pass phrase string, click on the "Open" or "Save" 
  button to select the file, or enter a new file name in the case of saving.  Be sure not to forget the pass phrase!
  Currently, only devices with VFS are supported.

  To install:
  If you already have SuperWaba JVM installed, just hotsync the files, SWBlowPad.prc, SWBlowPad.pdb in the apps directory.
  Install also XPlatUtilCrypto.pdb, XPlatUI.pdb in the vm directory.
  The files in optional-for-memo-template directory are needed for Palm Memo support.  Install the files inside if you are
  using the Memo-related feature.
  
  Template Dropdown List & Memo Integration
  -----------------------------------------
  From version 0.4 onwards, a new template dropdown list feature is implemented.
  The template dropdown list is customisable by defining them in the Palm Memo.
  Just create a Memo entry that starts with the line, "SWBlowPad Template".
  Here's a sample content:
	-------
	SWBlowPad Template
	<HTML>
	<TD>
	</HTML>
	-------
  For the above sample, the drop list will have 3 items: "<HTML>", "<TD>", "</HTML>".
  This feature is optional.  
  If you requires this feature, the files, "XPlatIo.pdb", "PalmIoBuiltIn.pdb" and "PalmIoBuiltInPimal.pdb" must be 
  installed to your Palm.

  All feedback and comments are welcome.


  Author:
  Hoe Teck Hwa
  (Surname is "Hoe")
  (from Singapore)

  Email: javahoe@gmail.com
  Project Website: http://web.singnet.com.sg/~tbros/alljava/superwaba/SWBlowPad/index.html
Release History

2006-11-18  0.4
	Bug Fixes:
	- Now all components' background colour follows the user selected background colour.
	
	Enhancements:
	- Added new orange background colour
	- Added toolbar with button images
	- Added new calculator toolbar button
	- Added battery information in About dialog box
	- Pass Phrase is now entered via popup dialog box
	- Insert Date / Time can now be inserted into current cursor position
	- Added template dropdown list
	- Added support for retrieving data from Memo for populating template dropdown list (see instruction below)

2006-10-21  0.3
	Bug Fixes:
	- Fixed the opening and saving of file on root directory
	- Fixed misalignment of UI border in file browser
	
	Enhancements:
	- Added confirmation dialog when saving to an existing file
	- Added "Insert Date" and "Insert Time" menu items

2006-10-19  0.2
    - Implemented file brower for opening and saving of file
    - Added opening of plain text file in menu
    - Added toggling of editor's underline display
    - Added selecting of UI type (PalmOS or Win CE) in menu
    - Added selecting of background colours(experimental) in menu
    - Added confirmation dialog when quitting application   
    
2006-10-16  0.1 First beta release