Tuesday, July 07, 2015

NoteCase Pro for Android v1.1.1 released.

NoteCase Pro for Android v1.1.1 has just been released.

Download is now available at http://www.notecasepro.com/download.php

NoteCase Pro for Android is the companion app to NoteCase Pro desktop program, and supports the .ncdb and .ncde (encrypted) file formats, so the same files can be shared between desktop and Android editions.

It can be activated by buying the 5USD license through PayPal (use "Buy Now" at the http://notecasepro.com/buy.php page) or by using the "All OSes, lifetime" license for the desktop version of the program.
When shopping, please leave your email, so that after the payment, I can send you the key file in the email.

Installation instructions for your Android device:
    - prerequisites: program requires Android 3.0 or newer
    - download the .apk file and transfer it from your PC to the internal/primary SD card of your Android device
      Note: program is not being distributed through the Google Play store because Google does not support payments to Croatia
    - enable installing applications from unknown source ("Settings" > "Applications" > "Unknown Sources" check box or "Settings" > "General" > "Security" > "Device Admin" > "Unknown Sources" check box for newer Android versions)
    - use some file manager application installed on your phone/tabled to click on the Notecase.apk file to start the installation ("ES File Explorer" free file manager app is a good choice)
    - if you get problem installing the app, try uninstalling the previous version first
    - copy your license key to your SD card root folder (usually named "/sdcard" or "/mnt/sdcard")
    - start the app

Features:
    - uses .ncdb and .ncde file format identical to the one used in the desktop version
    - you can create a new document or open an existing document file
    - Tree Pane is displayed featuring the hierarchical tree of your document notes
    - basic note operations supported in the Tree Pane are: insert, delete, rename
    - short click on the note title in the Tree Pane open Text Pane featuring rich text formatting editor
    - there are two different GUIs, one for phones and one for tablets (landscape mode) embedded in the same app
    - in the file open dialog, there is an additional way to navigate to the parent folder by using the swipe from right to left gesture action
    - you can create a shortcut to selected document on your phone's desktop

Changes in the new release:
    - add: weekly check for program updates, notify user if new version exists
    - add: new setting "Stretch images" causes images in the note to be up-scaled to fill in the available screen space
    - add: "Save as" window got a format picker button for easier .ncdb/.ncde format selection
    - add: support for custom shortcuts when using hardware keyboard (bluetooth), added "delete note" configurable setting
    - add: support for custom synchronization server port
    - sqlite database updated to latest version 3.8.10.2
    - fix: reinstate code to follow hyperlinks by a single tap on them
    - fix: "save as" action must not be allowed to overwrite currently open document (that would cause data loss and crash)
    - when creating "New Link to web", pre-populate input box with "http://" (so that user doesn't need to type this part)
    - fix: preserve hyperlinks created by pasting content from web browser app
    - fix: tab characters are displayed as ordinary spaces by TextEdit Android widget
    - fix: allow for Tab character to be inserted in the text (when using bluetooth keyboard)
    - fix: improve code that loads pictures within the note, using less memory so "out of memory" error is less likely to happen (unless the number of images is huge)
    - fix: improve code that loads pictures within the note, allow images to be scaled to match the size of text view window (previously the maximum withd/height was 400px)
    - fix: in the phone mode, show "hyperlink" icon in the menu instead of "underline" (if there is not enough space for both buttons)
    - fix: adapt editor toolbar, adding/removing some icons "on the fly" to fit the to available screen space
    - fix: reorganized settings in Preferences screen for better grouping
    - Croatian translation updated
    - Chinese translation updated (work by Stephen Zhu)
    - French translation updated (work by Jeff Malka)
    - Chinese Traditional translation updated (work by Richard Sun)
    - Finnish translation updated (work by Ville Pilviö)
    - German translation updated (work by Marcus Hennig)
       
Feedback is appreciated. I am interested in your design and general ideas, bug reports, ...
If you would like to volunteer for translating program to your language, feel free to contact me.

Monday, June 29, 2015

Notecase Pro v4.0.5 desktop edition released

Notecase Pro v4.0.5 desktop edition has just been released.
Downloads are now available at http://www.notecasepro.com/download.php

This is a bugfix release, fixing an issue where deleting branch can cause the program to crash in some cases. You are advised to upgrade.

Changes in this release:
- fix: clicking date icon for the date field in Tree Pane should edit date of the clicked item, not the currently selected item
- fix: per user request, "Cut","Copy", "Paste" items were reinstated into Note Pane context menu
- fix: "Join marked notes" operation had issues with .ncdb/ncde file format
- German "tips of the day" file updated (work by Marcus Hennig)
- fix: Lua method Nc_String_AnsiToUtf8 regression (returning only success value)
- add: NcSyncServer program now supports setting the custom port through "--port" command line parameter
- add: two new Lua methods to read/modify automatic icon settings: Nc_Config_AutoIcon_Get, Nc_Config_AutoIcon_Set
- Lua library upgraded to version 5.3.1
- add: new sample Lua script "51_ImportTextFileTreeAnsi.lua" to import set of files encoded as ANSI (analogous to "22_ImportTextFileTree.lua" which imports UTF-8 files instead)
- fix: regression in tabbed text file format (.tab) import
- fix: issue with delete branch code after import

Thursday, June 18, 2015

Notecase Pro v4.0.4 desktop edition released

Notecase Pro v4.0.4 desktop edition has just been released.
Downloads are now available at http://www.notecasepro.com/download.php

Major changes in this release:
- new supported platform: OpenBSD
- add: search bar feature added for more convenient simple, plain text search (can be enabled with "View" > "Panels and Bars" > "Search Bar" menu)
- add: new "Jump to Search Bar" shortcut action that ensures that the search bar is visible and puts focus to search box in it (having default shortcut Ctrl+Shift+F)
- add: multiple GUI related changes, cleaning up the menus, merging related menu items under a common sub-menus
- add: new command line "--noevents" makes the program disable emitting of application events (used by Lua scripts) for the duration of entire program session
- add: new command line "--noplugins" disables the initial load of the program plugins
- add: new Lua methods to query the relations between two notes: Nc_Note_IsSibling, Nc_Note_IsAncestor
- fix: removed several redundant (already present in the main menu) actions added by GTK library from the Note Pane context menu (Undo, Redo, Copy, Paste, ...)
- fix: cca 50% faster loading of .ncd file format documents (speeds up loading .ncz and .nce formats too, cca 40%)
- fix: cca 30% faster loading of .ncdb file format documents
- fix: cca 34% faster saving to .ncz file format document (at the expence of slightly larger file than before)
- fix: drastically speedup the note (branch) delete operation, should be more than 100X faster now (noticeable in large documents); not available on  OS X, Maemo and some builds having older C++ compiler
- fix: pasting branch of notes in the Tree Pane is now cca 100x faster (noticeable when pasting thousands of notes within a huge file)
- fix: clipboard monitor should not copy data if the operation originated within the clipboard monitor target document
- fix: file selector doesn't recognize image files with a capitalized extension (e.g. a file "file.JPG" doesn't show up)
- fix: improve clipboard handling code so that it doesn't interfere with Clipboard Monitor actions (Windows only issue)
- fix: workaround GTK/Pango library issue where applying font formatting using unknown font can lead to the Enter key to stop working when editing such text
- fix: export to RTF could generate file that fails to load (unterminated formatting tags)
- fix: moved "Page Setup" menu item as a button within Print Selection dialog ("Print" menu item)
- help file updates (work by Paul Merrell and Daniel Hertrich)
- Croatian translation updated
- Chinese translation updated (work by Stephen Zhu)
- Chinese Traditional translation updated (work by Richard Sun)
- French translation updated (work by Jeff Malka)
- Spanish translation updated (work by Miguel Latorre)
- Spanish "tips of the day" file created (work by Miguel Latorre)
- German translation updated (work by Marcus Hennig)
- Finnish translation updated (work by Ville Pilviö)

For a complete list of changes in this release, see change log at: http://www.notecasepro.com/history.php.
Thanks to everyone who helped during this cycle.

I am now trying collect more user testimonials for my website, so if you want to help and get quoted, feel free to contact me.

Another important poll for OS X users: is there anyone that is using 32-bit only Mac?

I am considering to moving NoteCase Pro build for OS X from 32-bit to 64-bit, but I need to be sure that the users are using relatively modern systems.
The easiest way to see if your Mac supports 64-bit software is to install it and try to use it.
I've prepared the 64-bit installer here: http://notecasepro.com/get.php?osx_leopard/notecase-4.0.4_x64.pkg
Please do give it a try and let me know if it fails to work on your Mac or if you find any issue with it.

Wednesday, May 20, 2015

NoteCase Pro for Android v1.1.0 released

NoteCase Pro for Android v1.1.0 has just been released, this is mostly a bug fix release.

Download is now available at http://www.notecasepro.com/download.php

NoteCase Pro for Android is the companion app to NoteCase Pro desktop program, and supports the .ncdb and .ncde (encrypted) file formats, so the same files can be shared between desktop and Android editions.

It can be activated by buying the 5USD license through PayPal (use "Buy Now" at the http://notecasepro.com/buy.php page) or by using the "All OSes, lifetime" license for the desktop version of the program. When shopping, please leave your email, so that after the payment, I can send you the key file in the email.

Changes in the new release:
    - sqlite database updated to latest version 3.8.10.1
    - fix: issue with handling of the custom fonts with the new editor
    - fix: new editor was missing implementation for text alignment
    - fix: note sort operation was speedup at least 100 times (noticeable when sorting trees with 4000 notes for example)
    - fix: try to preserve original (desktop) font formatting name when editing a document on Android
    - fix: improve handling of out-of-memory issues when loading a note with large number of (or big) images
       
Feedback is appreciated. I am interested in your design and general ideas, bug reports, ...
If you would like to volunteer for translating program to your language, feel free to contact me.

Friday, May 15, 2015

NoteCase Pro for Android v1.0.9. released

NoteCase Pro for Android v1.0.9. has just been released.
It features major text editor redesign, not using WebView component anymore (Google broke text wrapping in recent Android versions, other issues too).

Download is now available at http://www.notecasepro.com/download.php

NoteCase Pro for Android is the companion app to NoteCase Pro desktop program, and supports the .ncdb and .ncde (encrypted) file formats, so the same files can be shared between desktop and Android editions.

It can be activated by buying the 5USD license through PayPal (use "Buy Now" at the http://notecasepro.com/buy.php page) or by using the "All OSes, lifetime" license for the desktop version of the program.
When shopping, please leave your email, so that after the payment, I can send you the key file in the email.

Installation instructions for your Android device:
    - prerequisites: program requires Android 3.0 or newer
    - download the .apk file and transfer it from your PC to the internal/primary SD card of your Android device (note: program is not being distributed through the Google Play store because Google does not support payments to Croatia)
    - enable installing applications from unknown source ("Settings" > "Applications" > "Unknown Sources" check box or "Settings" > "General" > "Security" > "Device Admin" > "Unknown Sources" check box for newer Android versions)
    - use some file manager application installed on your phone/tabled to click on the Notecase.apk file to start the installation ("ES File Explorer" free file manager app is a good choice)
    - if you get problem installing the app, try uninstalling the previous version first
    - copy your license key to your SD card root folder (usually named "/sdcard" or "/mnt/sdcard")
    - start the app

Features:
    - uses .ncdb and .ncde file format identical to the one used in the desktop version
    - you can create a new document or open an existing document file
    - Tree Pane is displayed featuring the hierarchical tree of your document notes
    - basic note operations supported in the Tree Pane are: insert, delete, rename
    - short click on the note title in the Tree Pane open Text Pane featuring rich text formatting editor
    - there are two different GUIs, one for phones and one for tablets (landscape mode) embedded in the same app
    - in the file open dialog, there is an additional way to navigate to the parent folder by using the swipe from right to left gesture action
    - you can create a shortcut to selected document on your phone's desktop

Changes in the new release:
    - sqlite database updated to latest version 3.9.8
    - support for read-only document state, no changes can be done to the read-only document
    - support for read-only note state, no changes can be done to the read-only note contents
    - warn user when the document is being loaded from read-only storage (starting from KitKat, Google forbids apps to write anywhere within the external SD card, only some paths are allowed)
    - .ncdb/.ncde: create database table for hyperlink anchors to be compatible to file format changes introduced by desktop version v4.0.0
    - fix: search operation crashes if no note was selected when started
    - fix: ask to save unsaved note changes when starting the search operation
    - "new link to web" now uses custom keyboard with keys to quickly enter web address parts
    - major rewrite of the note editor
    - test network connectivity when starting sync
    - list of remote documents got a file size column
    - fix: listing remote documents on sync server was slow, reduced read timeout value to speedup the operation
    - fix: improve handling of Back key (sometimes the form wouldn't close on back key press)
    - fix: possible crash in Sort command
    - fix: crash in Tag Pane when user goes to some other app and back
    - Croatian translation updated   
    - French translation updated (work by Jeff Malka)
    - Finnish translation updated (work by Ville Pilviö)
    - Chinese translation updated (work by Stephen Zhu)
    - Chinese Traditional translation updated (work by Richard Sun)
    - German translation updated (work by Marcus Hennig)
    - Polish translation updated (work by Kamil Dembkowski)
       
Feedback is appreciated. I am interested in your design and general ideas, bug reports, ...
If you would like to volunteer for translating program to your language, feel free to contact me.

Thursday, April 23, 2015

Notecase Pro v4.0.1 desktop edition release

Notecase Pro v4.0.1 desktop edition has just been released.
Downloads are now available at http://www.notecasepro.com/download.php

Major changes in this release:
- implement support for hyperlink targets being inline, i.e. placed within exact position of the note contents
- support for "Find Previous" search
- support for importing .epub book file format
- implement mouse reordering of items in bookmark manager window
- new Lua method to find inline link target (aka "anchor") within the document: Nc_Link_Inline_Target_FindByName
- support for exporting inline targets when exporting to RTF file format
- make .ncdb file format the default suggestion when saving some newly created document for the first time (you can modify the default in "General Settings")
- move "Delete note" and "Rename note" items in the Tree Pane context menu to a more prominent position in the menu (near the top)
- support to style attachment list with CSS within the exported HTML (mark attachment list with class="nc_attachments")
- Lua library upgraded to version 5.3.0
- sqlite database updated to latest version 3.8.9
- fix: per user suggestion, file names for automated backup now contain mandatory time stamp suffix (before it was an optional prefix)
- fix: "include source URL when pasting" stopped working correctly on Linux when pasting from Firefox
- fix: when exporting branch to .txt format, note numbering must be counted relative to the branch root
- fix: find operation should start from currently selected text
- fix: possible crash when using option to fetch embedded pictures in the HTML being pasted (if the link does not have a valid image name extension)
- fix: improve handling RTF format contents being pasted into the note on OS X
- fix: issue when saving document to folder with non-ASCII letters in the name (on Windows, directory with name made by bad encoding is created)
- fix: when user chooses to overwrite some existing file with "Save as", operation would fail if the file was read-only (we now delete such file)
- fix: search highlighting goes out of sync if you switch it off, do some editing and then switch it back on
- fix: NcSyncServer can't be started on OS X, due to binary not being properly packaged
- fix: improve setting locale (program language) by trying to automatically detect what code page suffix is used on the system (.utf8, .utf-8, .UTF8 or .UTF-8)
- fix: "Execute Current Note" may not have added the note into the "Recent scripts" menu if the executed action closed the document
- fix: improvements in the code that collapses multiple white spaces in HTML being imported
- fix: hard-to-reproduce issue where tree view column widths collapse to some small value when closing one of the open documents
- fix: faster speed when searching for note that has an attachment
- fix: improve code to select note (hard to reproduce issue when the tree view is not scrolled to show the selected note)
- help file updates (work by Paul Merrell and Daniel Hertrich)
- Croatian translation updated
- Chinese Traditional translation updated (work by Richard Sun)
- Finnish translation updated (work by Ville Pilviö)
- Spanish translation updated (work by Miguel Latorre)
- Chinese translation updated (work by Stephen Zhu)
- French translation updated (work by Jeff Malka)
- Polish translation updated (work by Kamil Dembkowski)
- German translation updated (work by Marcus Hennig)

For a complete list of changes in this release, see change log at: http://www.notecasepro.com/history.php.
Thanks to everyone who helped during this cycle, especially to our slowly growing group of translator volunteers, now bigger for a member who resurrected the Spanish translation.

The following builds are deprecated and will be removed in the next cycle: Fedora 19 and 20 (v21 soon to be released), Ubuntu 14.10 (end of life coming in July), Debian 6 (Debian 8 to be released soon). Let me know if you depend on any of these.
 
Few remaining builds (Maemo) should be online within a day.

Sunday, January 18, 2015

Notecase Pro v3.9.8. released.

Notecase Pro v3.9.8. desktop edition has just been released.
Downloads are now available at http://www.notecasepro.com/download.php

Major changes in this release:
- change backup file naming, making .bak go before real file extension (for example "ZZZ.bak.ncd") so that the file can be quickly opened in NoteCase Pro (no renaming needed)
- option to prepend current time stamp to document backup file on document save
- sync server now supports syncing note property changes (title formatting, custom properties, task info, read-only, is-template, is-done, tags, icon, hyperlink, syntax highlighting)
- Lua method Nc_App_Action_Execute now supports showing current note's custom properties using action name parameter "dlg_note_custom_prop"
- pressing + and - key when focus is in the date field of Task Properties window increments/decrements date by one day
- "Close All Open Documents" option added to "Open Documents" submenu
- display attachment sizes in human readable form (using kB, MB, ... instead of bytes)
- add support for embedded pictures when importing from Evernote export file (.enex)
- fix: much faster document tab switching for big documents (by delaying tree view icon loading process)
- fix: much faster search speed when searching .ncdb/.ncde document notes by date into the List Pane
- fix: word count did not show correct values for "current branch - title and text" column
- fix: sometimes selected item in the List Pane was not scrolled into view when switching to the Tree Pane
- fix: changing most of the note properties did not cause note modified date to be updated
- fix: code to calculate free drive size on OS X improved (should be more reliable now)
- fix: "Find Next" then "Replace" can shift replacement text by one character to the right if the picture was preceeding the text to be replaced ("Replace All" worked OK)
- fix: improve HTML handling when imported/pasted from external sources - collapse repeated spaces to a single space
- fix: document file change monitoring did not work on OS X
- fix: improve RTF support for OS X (new line encoded as empty control word "\"), solves issue of paragraphs
  pasted from Safari being concatenated into the single long text line
- fix: selecting multiple files for opening did not work when the program is set to use Windows native file pickers
- fix: when when opening new NoteCase instance on Windows with a "single instance mode" being used, just silently exit and bring old instance to the foreground (before Windows version used to display an error message)
- fix: SyncServer and its clients should not use SSL 2 or 3, should use only TLS versions (security fix to prevent POODLE attack)
- fix: removed Estonian and Czech program translations because they fell to cca 10 or lower percent of of total phrases being translated
- fix: enable support for loading binary module files (.so) in Lua on Linux/BSD/OS X/Solaris platforms
- help file updates (work by Paul Merrell and Daniel Hertrich)
- Croatian translation updated
- Chinese translation updated (work by Stephen Zhu)
- French translation updated (work by Jeff Malka)
- Finnish translation updated (work by Ville Pilviö)
- Polish translation updated (work by Kamil Dembkowski)
- German translation updated (work by Marcus Hennig)

For a complete list of changes in this release, see change log at: http://www.notecasepro.com/history.php. Thanks to everyone who helped during this cycle.

I am curious how many OS X users use NoteCase Pro on older versions of OS X (ie. less that v10.10). If you are one of those, let me know. I am trying to see what is the lowest version that I need to support...

Wednesday, October 22, 2014

NoteCase Pro for Android v1.0.8. released

NoteCase Pro for Android v1.0.8. has just been released.
It features Sort and Search functions.

Download is now available at http://www.notecasepro.com/download.php

NoteCase Pro for Android is the companion app to NoteCase Pro desktop program, and supports the .ncdb and .ncde (encrypted) file formats,
so the same files can be shared between desktop and Android editions.

It can be activated by buying the 2USD license through PayPal (use "Buy Now" at the http://notecasepro.com/buy.php page)
or by using the "All OSes, lifetime" license for the desktop version of the program.
When shopping, please leave your email, so that after the payment, I can send you the key file in the email.

Installation instructions for your Android device:
    - prerequisites: program requires Android 3.0 or newer
    - download the .apk file and transfer it from your to your phone's SD card
    - enable installing applications from unknown source ("Settings" > "Applications" > "Unknown Sources" check box)
    - use some file manager application installed on your phone/tabled to click on the Notecase.apk file to start the installation
      ("ES File Explorer" free file manager app is a good choice)
    - if you get problem installing the app, try uninstalling the previous version first
    - copy your license key to your SD card root folder (usually named "/sdcard" or "/mnt/sdcard")
    - start the app

Features:
    - uses .ncdb and .ncde file format identical to the one used in the desktop version
    - you can create a new document or open an existing document file
    - Tree Pane is displayed featuring the hierarchical tree of your document notes
    - basic note operations supported in the Tree Pane are: insert, delete, rename
    - short click on the note title in the Tree Pane open Text Pane featuring rich text formatting editor
    - there are two different GUIs, one for phones and one for tablets (landscape mode) embedded in the same app
    - in the file open dialog, there is an additional way to navigate to the parent folder by using the swipe from right to left gesture action
    - you can create a shortcut to selected document on your phone's desktop

Changes in the new release:
    - add support for "strike" tag ("s" was already supported)
    - fix: improve anychronous communication with WebView editor, hyperlink operation is more reliable now
    - fix: process click to hyperlinks pointing to .ncdb/.ncde files directly in the app, asking to open the target document instead of current one
    - show explicit explicit message if insert picture from camera was canceled by user
    - fix: possible crash when double-tapping the hyperlink
    - fix: do not allow insert picture operations if no note has been selected
    - add: implement document tree Sort operation
    - add: implement document Search operation ("Find Next" and "Find All")
    - sqlite database updated to latest version 3.8.7
    - icon to add new note (+) was branched into a submenu with add root, add child and add sibling note options
    - Croatian translation updated
    - Finnish translation updated (work by Ville Pilviö)
    - Chinese translation updated (work by Stephen Zhu)
    - German translation updated (work by Marcus Hennig)
    - Polish translation updated (work by Kamil Dembkowski)
    - French translation updated (work by Jeff Malka)
       
Feedback is appreciated. I am interested in your design and general ideas, bug reports, ...
If you would like to donate the program translation for your language, feel free to contact me.

Important news:
Note that the Android edition price will rise from 2USD to 5USD in a day or two.

Sunday, October 12, 2014

Notecase Pro v3.9.5. released.

Notecase Pro v3.9.5. desktop edition has just been released.
Downloads are now available at http://www.notecasepro.com/download.php

Major changes in this release:
- support for exporting to Markdown file format
- add: support "Whole word" search matching in Find and Replace windows (plain text search only)
- add: support for "Transform backslashes" in both search and replace operation text (except for regex fields), currently supported escape sequences are: \\, \t, \r, \n
- add: updated Sqlite to a snapshot (as of 2014-09-26 18:30 UTC) of incoming v3.8.7 (having up to 18% speed improvements in some tasks over the previous version)
- add: Lua method Nc_GUI_InputDlg got an option to show check box below the text input field
- add: new Lua script "49_DistractionFreeMode.lua" that puts the program into a mode where toolbar and Tree Pane are hidden (and program put to full screen mode) for distraction-free mode text editing
- add: new Lua script "50_ExitDistractionFreeMode.lua" to restore program from didistraction-free state back to normal
- add: new option in Global Settings/Loading page, "Ask to reload when document changes on disk" allows  you to disable default file change monitoring mechanism
- add: new command line parameter "--force-reload" forces silent reload of all documents in the previously opened instance of the program
- fix: when adding attachments from files having accented characters within the name, file name is not correctly displayed in the Attachment window
- fix: improve document loading speed for big .ncdb/.ncde documents (when loading test document with 10k notes, loading time went down from 8.5sec to 3.4sec)
- fix: last used note scroll position was not restored when switching between documents and back
- fix: "Save All" operation is now substantially faster when saving set of documents where some documents have not been changed (do not switch to tabs of the documents that don't need to be saved)
- fix: Text Pane context menu sometimes does not show image related menu items when the menu was started over the image inside the note
- fix: improve loading .ncd documents being corrupted by having "binary junk" content in them, program crash is now less likely in this case
- fix: "Send via email" fails with error "One or more invalid recipients" if the email client is Microsoft Outlook
- fix: when exporting to RTF with "done" notes marked as deleted, mark both title and text as deleted (only title was marked before)
- fix: choose better default email title in "File" > "Send via E-mail" (old one was 'Hi'), title depends on the selection of document part to be sent (doc. title or note title or 'Note List')
- fix: when trying to create a hyperlink by selecting some text preceded by an image, erroneous error "Selection must not span both text and image" appears
- fix: disable use of menu mnemonic characters on Mac, it is not a standard and it enables user to use Alt+E to enter Euro sign inside the note
- fix: hard to reproduce issue when creating a hyperlink of type "email" actually creates a "link to file" type
- fix: searching regex expression in the mode to fill results in the list never ends (until aborted)
- fix: after successful search, when searching for a non-existent term "No Match Found" message does not appear anymore
- fix: issue using regex "." to match every character in the document (in order to replace them with some other character), not every letter was matched
- fix: Lua method Nc_Note_Tag_Exists always returned 1
- fix: Replace dialog's search action does not honor case sensitivity
- help file updates (work by Paul Merrell)
- Croatian translation updated
- Finnish translation updated (work by Ville Pilviö)
- German translation updated (work by Marcus Hennig)
- Chinese translation updated (work by Stephen Zhu)
- French translation updated (work by Jeff Malka)

For a complete list of changes in this release, see change log at: http://www.notecasepro.com/history.php. Thanks to everyone who helped during this cycle.

Monday, September 08, 2014

NoteCase Pro for Android v1.0.7. release

NoteCase Pro for Android v1.0.7. has just been released.
Thanks to good feedback from several users, it features several important fixes and few highly requested features (creating/removing/following hyperlinks).

Download is now available at http://www.notecasepro.com/download.php

NoteCase Pro for Android is the companion app to NoteCase Pro desktop program, and supports the .ncdb and .ncde (encrypted) file formats, so the same files can be shared between desktop and Android editions.

It can be activated by buying the 2USD license through PayPal (use "Buy Now" at the http://notecasepro.com/buy.php page) or by using the "All OSes, lifetime" license for the desktop version of the program. When shopping, please leave your email, so that after the payment, I can send you the key file in the email.

Installation instructions for your Android device:
    - prerequisites: program requires Android 3.0 or newer
    - download the .apk file and transfer it from your to your phone's SD card
    - enable installing applications from unknown source ("Settings" > "Applications" > "Unknown Sources" check box)
    - use some file manager application installed on your phone/tabled to click on the Notecase.apk file to start the installation
      ("ES File Explorer" free file manager app is a good choice)
    - if you get problem installing the app, try uninstalling the previous version first
    - copy your license key to your SD card root folder (usually named "/sdcard" or "/mnt/sdcard")
    - start the app

Features:
    - uses .ncdb and .ncde file format identical to the one used in the desktop version
    - you can create a new document or open an existing document file
    - Tree Pane is displayed featuring the hierarchical tree of your document notes
    - basic note operations supported in the Tree Pane are: insert, delete, rename
    - short click on the note title in the Tree Pane open Text Pane featuring rich text formatting editor
    - there are two different GUIs, one for phones and one for tablets (landscape mode) embedded in the same app
    - in the file open dialog, there is an additional way to navigate to the parent folder by using the swipe from right to left gesture action
    - you can create a shortcut to selected document on your phone's desktop

Changes in the new release:
    - fix: Webview editor using DIV instead of BR tag for new lines in some cases (add support)
    - fix: possible crash when pasting some particular content from browser (hard to reproduce)
    - fix: show error message box when there is no app installed to handle opening the hyperlink target file
    - add: support to create hyperlink to file
    - fix: convert tab characters to 4 spaces, before they were removed by the text editor
    - store/restore last used file open path (was missing for save as, insert pic from file, link to file, add attachment, sync download file actions)
    - add: support to create link to web site or email (or some other supported link type)
    - improve support for accepting HTML from external sources (convert many HTML tags to our own subset)
    - support to remove link
    - support to create link to note (internal link)
    - do not ask "Are you sure to close document" when closing Text View (editor) in phone view (returning to the Tree View)
    - possible issue with inserting picture from camera in phone mode (hard to reproduce)
    - attach files to notes is now a paid-only feature
    - support to parse large number of escaped characters in HTML (greek letters, symbols etc.)
    - fix: editing of note clones was not supported
    - fix: crash when changing the device screen orientation while the document is loading
    - add: when in phone mode, add another button in the "save note confirmation" message to allow user to skip closing the Text editor
    - support to parse entities specified by number value like
    - fix: doing note insert after "Collapse all" operation can cause app to stop responding
    - fix: possible crash when editing note and changing screen orientation back and forth between prtrait and landscape
    - fix: same code used for Back key press (confirm save changes, confirm document close) should be used when icon in the action bar is pressed
    - add: double-tap on link to open the link target (address, file, phone number, email)
    - Croatian translation updated
    - Finnish translation updated (work by Ville Pilviö)
    - French translation updated (work by Jeff Malka)
    - German translation updated (work by Marcus Hennig)
    - Chinese translation updated (work by Stephen Zhu)
    - Polish translation updated (work by Kamil Dembkowski)
       
Feedback is appreciated. I am interested in your design and general ideas, bug reports, ...
If you would like to donate the program translation for your language, feel free to contact me.

Thursday, August 28, 2014

NoteCase Pro for Android v1.0.6. release

NoteCase Pro for Android v1.0.6. has just been released.
Download is now available at http://www.notecasepro.com/download.php

NoteCase Pro for Android is the companion app to NoteCase Pro desktop program, and supports the .ncdb and .ncde (encrypted) file formats, so the same files can be shared between desktop and Android editions.

It can be activated by buying the 2USD license through PayPal (use "Buy Now" at the http://notecasepro.com/buy.php page) or by using the "All OSes, lifetime" license for the desktop version of the program. When shopping, please leave your email, so that after the payment, I can send you the key file in the email.

Installation instructions for your Android device:
    - prerequisites: program requires Android 3.0 or newer
    - download the .apk file and transfer it from your to your phone's SD card
    - enable installing applications from unknown source ("Settings" > "Applications" > "Unknown Sources" check box)
    - use some file manager application installed on your phone/tabled to click on the Notecase.apk file to start the installation
      ("ES File Explorer" free file manager app is a good choice)
    - if you get problem installing the app, try uninstalling the previous version first
    - copy your license key to your SD card root folder (usually named "/sdcard" or "/mnt/sdcard")
    - start the app

Features:
    - uses .ncdb and .ncde file format identical to the one used in the desktop version
    - you can create a new document or open an existing document file
    - Tree Pane is displayed featuring the hierarchical tree of your document notes
    - basic note operations supported in the Tree Pane are: insert, delete, rename
    - short click on the note title in the Tree Pane open Text Pane featuring rich text formatting editor
    - there are two different GUIs, one for phones and one for tablets (landscape mode) embedded in the same app
    - in the file open dialog, there is an additional way to navigate to the parent folder by using the swipe from right to left gesture action
    - you can create a shortcut to selected document on your phone's desktop

Changes in the new release:
    - you can now exit "Tag List" view with right to left swipe, returning to Tree View
    - file dialog now supports file rename operation through list item context menu
    - Tag List view now has a title in the main action bar, not using separate label anymore
    - you can now add, remove or view note attachments through the Tree View context menu item
    - on Back button press in main form, ask user for close confirmation (preventing accidental closing)
    - support to insert pictures from file or from gallery (only from camera was supported before)
    - support to format text color and text background color using color picker window
    - new icons for formatting action buttons within the note text editor
    - support for "remove formatting" editor action
    - support for strike-through text formatting action (button visible only in landscape mode due to lack of screen space in portrait mode)
    - issues with applying colors on older Android phones, older versions of WebView chrome using special formatting tag: font class="Apple-style-span" color="#da2e2e" style="background-color: rgb(60, 210, 24);"
- show attachment icon in tree view next to the notes that have files attached
    - much faster saving changes for notes having the complex content with lot of formatting (test note saving time went from 1700msec down to 118msec)
    - add long-press tool-tips for rich text editor buttons (similar to ones already present for the icons in the action bar)
    - fix: links can not be activated if the note text is editable (added toolbar button, currently visible only in landscape mode, to activate link on text cursor)
    - add support for tags like: i style="background-color: rgb(187, 30, 30);" (fixes rare cases of issues with colors)
    - fix: when opening encrypted document, when the password input is closed with Back key, the behavior should be equal as if the Cancel was pressed
    - fix: important issue with sqlite database doing random "unable to open database file" errors
    - updated internal sqlite database to latest v3.8.6
    - fix: add support for text alignment formatting (left,right,center,justify)
    - Croatian translation updated
    - Chinese Traditional translation updated (work by Richard Sun)
    - Polish translation updated (work by Kamil Dembkowski)
    - French translation updated (work by Jeff Malka)
    - Chinese translation updated (work by Stephen Zhu)
    - Finnish translation updated (work by Ville Pilviö)
    - German translation updated (work by Marcus Hennig)

Feedback is appreciated. I am interested in your design and general ideas, bug reports, ...
If you would like to donate the program translation for your language, feel free to contact me.

Tuesday, August 12, 2014

Notecase Pro v3.9.3. desktop edition released

Notecase Pro v3.9.3. desktop edition has just been released.
Downloads are now available at http://www.notecasepro.com/download.php

Major changes in this release:
- add: check disk for available free space when trying to save the document
- add: new Lua method mimicking existing "Send via Email" feature (Nc_Doc_SendViaEmail)
- add: support for resetting sync admin password to default one (just start sync server with "NcSyncServer --reset-admin-password" command line)
- add: added "Insert Image" action to the Note Pane context menu
- add: new Lua methods to get last used note color formatting (Nc_Note_Last_Text_Bkg_Color_Get, Nc_Note_Last_Text_Color_Get)
- addd: new Lua method to list all task notes within a document (Nc_Doc_Task_Notes_Get)
- speed up Lua API that inserts new note for special case of adding at the end of the tree (adding 4000 notes sped up from 72 to 4 sec)
- when exporting to RTF with option "Mark strikethrough text as deleted", notes marked as done/finished now have the titles marked as deleted too
- remove several rarely used action buttons from default version of the toolbar, to make it look more tidy ("save as", "print", "superscript", "subscript", "align left/right/center/justify", "bullets", "note properties")
- fix: .ncdb file downloaded from sync server as .ncdb.ncd file (Windows only)
- fix: issue where export to LaTeX did not export entire contents of the note (part of the text was missing)
- fix: report warning on save action when we fail to create a backup file (due to insufficient disk space for example)
- fix: setting note's background color did not activate document modified state (user was not prompted to save the change unless he did other changes as well)
- fix: "Insert Date/Time" action does not support "Undo"
- fix: add missing support for removing color formatting in Lua methods Nc_Note_Format_Bkg_Color_Apply, Nc_Note_Format_Text_Color_Apply
- fix: revert moving focus to Text View after note insert, that might confuse users; old behavior can be activated by key "FocusTextAfterInsert=1" within [Operation] section of the .ini file
- fix: color picker (text and background color) should be initialized to the color used at current cursor position (or to the last used color)
- fix: issues with Replace dialog skipping some instances of matching text
- fix: if using Windows native File Open windows, folder selection mode does not work in this dialog, switch to using similar SHBrowseForFolder Windows API
- fix: Tree Pane column spacing changes were not saved when closing the document or switching to another document tab
- fix: within "Shortcut Editor" window, when assigning a shortcut that is already taken by other action, editor may fail to notify you of the fact (Mac-only issue)
- fix: hyperlink text color, when exported to RTF, should be blue, not black
- fix: when the string to be replaced is in a note title, the Replace button has no effect
- fix: if the string to be replaced in a note is the last word in a hyperlink label, the replacement is placed immediately after the hyperlink closing tag rather than inside it
- fix: search by date-only can loop forever (can be aborted though)
- fix: date picker window does not scale well on systems where users use large system fonts
- fix: for plugin developers: when locking a plugin (either through Lua or with lock button), new locked document should keep the old document ID value
- fix: hard-to-reproduce issue on failing to install new version of the plugin after plugin upgrade notification should be fixed now
- help file updates (work by Paul Merrell)
- Croatian translation updated
- Finnish translation updated (work by Ville Pilviö)
- French translation updated (work by Jeff Malka)
- Polish translation updated (work by Kamil Dembkowski)
- German translation updated (work by Marcus Hennig)
- Italian translation updated (work by Fabio Iannone)

For a complete list of changes in this release, see change log at: http://www.notecasepro.com/history.php.
Thanks to everyone who helped during this cycle.

Note that Ubuntu 13.04 (end of life Jan 27, 2014), openSUSE 12.3 (end of life Sep 15th, 2014), Freebsd 9 (end of life March 31, 2013) and Gentoo (no downloads in last cycle) builds are being deprecated and will be removed in the next release. Let me know if you need any of those.

Wednesday, June 04, 2014

Notecase Pro v3.9.1. desktop edition released.

Notecase Pro v3.9.1. desktop edition has just been released.
Downloads are now available at http://www.notecasepro.com/download.php

Major changes in this release:
- add: bundle aspell spell-checker into installer for OS X (no need to setup it by yourself manually)
- add: after inserting new note, move focus to Text Pane so we can start typing note text immediately
- add: new option when exporting to RTF "Mark Strikethrough text as deleted" (when RTF is loaded to Word, this enables easy removal of all striketrough formatted text parts)
- add: new Lua methods to work with environment variables (Nc_Env_Variable_Get, Nc_Env_Variable_Set)
- add: new Lua methods to map the document to the tab index on screen (Nc_Doc_Tab_GetIdx, Nc_Doc_Tab_SetIdx)
- add: embed UTF-8 module for Lua into the NoteCase Pro to add methods to work with UTF-8 strings (https://github.com/starwing/luautf8); library name was set to "utf8ex" so it would not clash with future utf8 methods in Lua 5.3
- add: add optional document ID parameter for Lua methods Nc_App_List_GetState and Nc_App_List_Switch (faster work with non-current documents, no need to force them to become active)
- default target of Replace window was changed to "Current Note Only"
- sqlite database updated to latest version 3.8.4.3
- fix: when doing "undo" action on image insert, hyperlinks after the insertion point can shift for one letter
- fix: set correct document tab height when using custom GUI theme/font settings
- fix: improve typing speed within a big document note
- fix: RTF exporting issue related to using background colors in ncdb/ncde document (in rare case generating invalid RTF)
- fix: assigning custom shortcut for action "Note Tag Properties" did not work
- fix: rewrote clipboard code for Windows, should fix hard-to-reproduce rare issues with being unable to paste plain text into the program
- fix: faster typing on OS X platform
- fix: reduce CPU usage when loading, saving or exporting files
- fix: forbid having multiple custom properties with the same name in the same custom properties set (global document set or per-note property sets)
- fix: applying Bold to tree view item (Ctrl+B) ignored custom font setting for Tree View causing font change for the item
- fix: when pasting text in "Replace with" box in the Replace window, if the replace mode is set to HTML, pasted content is invalid (random Unicode characters)
- fix: make "require" call in Lua work correctly (requires setting current directory to folder where the script is placed)
- fix: possible crash when using Find Next operation on the document other than the one which started the original Find operation
- fix: "change case" functions, when executed on note clone, deleted clone/note content
- help file updates (work by Daniel Hertrich and Paul Merrell)
- Croatian translation updated
- Chinese Traditional translation updated (work by Richard Sun)
- Finnish translation updated (work by Ville Pilviö)
- Chinese translation updated (work by Stephen Zhu)
- German translation updated (work by Marcus Hennig)
- Polish translation updated (work by Kamil Dembkowski)

For a complete list of changes in this release, see change log at: http://www.notecasepro.com/history.php.
Thanks to everyone who helped during this cycle.

Note that Ubuntu 13.10 and Freebsd 9 builds are being deprecated and will be removed in the next release. Let me know if you need any of those.

Saturday, February 22, 2014

Notecase Pro v3.8.9. desktop edition released

Notecase Pro v3.8.9. desktop edition has just been released.
Downloads are now available at http://www.notecasepro.com/download.php

Major changes in this release:
- add: support for RTF clipboard format on OS X enables passing text formatting on OS X through copy/paste to external programs (tested with Mail application)
- add: option to copy style from the current cursor position and apply it to some other place ("Format" > Style" > "Copy Style"/"Paste Style")
- add: Replace window now has an option to specify group of notes to be searched (all, current branch, ...)
- add: new date format option "DD/MM/YYYY" (used in Belgium)
- fix: complete rewrite of "Find"/"Replace All" operation (cca 1500 TIMES faster when compared to v3.8.7)
- fix: font rendering looked fuzzy on Macs having a retina display
- fix: pasting formatted text to LibreOffice did not work correctly (LibreOffice does not seem to support utf16 encoded text for HTML clipboard format)
- fix: improve typing speed in .ncdb/.ncde documents
- fix: when opening program by double clicking its document file, program skips loading the files defined to be loaded on startup (Windows only)
- fix: unneeded "Failed to write to the registry" error message when closing the Settings window with "OK"
- fix: cursor position written in the status bar does not take into account that tab character is worth more than one standard letter
- fix: Lua method Nc_App_Action_Execute did not work correctly with some action values ("view_toggle_toolbar", "view_toggle_status_bar", "view_toggle_note_titlebar", "view_toggle_doc_tabs", "view_toggle_audio_toolbar")
- fix: improve tab size, previously the default sizes on Windows and Linux were different
- fix: "Find next" feature does not stop after reaching the end of the document (recent regression)
- fix: if using tab characters for indenting line, text formatting in the subsequent lines can be shifted when inserting new line in the text (pressing Enter key)
- fix: issue with using relative file paths in hyperlinks on Linux
- fix: allow using both slash and backslash characters as path delimiters in relative hyperlinks to allow file sharing between Linux and Windows (Windows issue) 
- fix: enable progress window for find/replace operation (making the operation abortable)
- fix: detecting empty lines with regular expression "^$" did not work (multiline feature of regex is now enabled)
- fix: forbid running "Replace" operation on a read-only document
- fix: "Replace all" operation must skip read-only notes
- fix: "Replace" operation now shows error when trying to run it on a read-only note
- fix: improve behavior of "Task Events" dialog on OS X
- fix: hyperlink color setting was not used in the Text Pane
- fix: when exporting document as HTML with definition lists, somewhat reduce spacing on notes with no content
- fix: improve progress window when loading/saving ncdb/ncde file format
- fix: synchronization crash when syncing file with note attachments
- fix: issue importing OPML with self-closing tags (node gets imported to wrong position)
- help file updates (work by Daniel Hertrich and Paul Merrell)
- Croatian translation updated
- Dutch translation updated (work by Patrick Vijgeboom)
- French translation updated (work by Jeff Malka)
- Chinese Traditional translation updated (work by Richard Sun)
- Chinese translation updated (work by Stephen Zhu)
- Finnish translation updated (work by Ville Pilviö)
- Romanian translation updated (work by Alexandru Bogdan Munteanu)
- German translation updated (work by Marcus Hennig)

For a complete list of changes in this release, see change log at: http://www.notecasepro.com/history.php.
Thanks to everyone who helped during this cycle.

Note that Ubuntu 12.10, Fedora 18 and Mageia 3 builds are being deprecated and will be removed in the next release. Let me know if you need any of those.

PS. Few remaining builds will be released by the end of the weekend.

Friday, December 13, 2013

Notecase Pro v3.8.7. desktop edition release

Notecase Pro v3.8.7. desktop edition has just been released.
Downloads are now available at http://www.notecasepro.com/download.php

Major changes in this release:
- support to open document from command line specified using relative path
- new program event added "After Content Copied"
- Lua method Nc_Note_Format_Font_Apply now implements mode to remove any custom font formatting in the given range by passing the empty string for the font
- new sample Lua script "48_ChangeAllFonts.lua" to change font formating for all notes in the current document (work by Paul Merrell)
- OPML export got the option to export new line as standard new line character instead of using " " sequence
- option to use native Windows File Open/Save windows instead of using the GTK ones (Windows only)
- fix: when closing the program on OS X using system menu Quit command (not "File" > "Quit"), program did not as to save changes
- fix: Lua method Nc_GUI_View_Layout_Set did not wait for the layout change to be redrawn on screen
- fix: applying the same font on the same selection two times in a row actually removes that font formatting when applied 2nd time
- fix: improve support for font formatting in XMind file format
- fix: copying and pasting text formatted with custom font could cause the font size in the pasted text to be smaller for one point compared to the original size
- fix: find next operation can get stuck in place if the note has matching text within its title
- fix: rare case when pasting some text adds space prefix to each line of pasted text
- fix: when pressing "Find next" (F3) after moving the cursor to another note, search should restart from that new position
- fix: .ncdb/.ncde document fails to upload to the sync server for the first time (file being locked)
- fix: removed a number of program translations which fell below 10% of total phrases being translated (Malay, Norwegian, Norwegian Nynorsk, Turkish, Tamil, Swedish, Slovenian, Slovakian, Serbian, Portuguese, Portuguese Brazilian, Korean, Japanese, Indonesian, Hungarian, Greek, French Canadian, Estonian, Danish, Catalan, Arabian)
- fix: improve FreeMind/FreePlane (.mm) file format support (better HTML note content import)
- updated GTK for OS X to the latest stable version 2.24.21
- Lua library upgraded to version 5.2.3
- sqlite database updated to latest version 3.8.2
- help file updates (work by Paul Merrell)
- Croatian translation updated
- Chinese Traditional translation updated (work by Richard Sun)
- French translation updated (work by Jeff Malka)
- Chinese translation updated (work by Stephen Zhu)
- Romanian translation updated (work by Alexandru Bogdan Munteanu)
- Polish translation updated (work by Kamil Dembkowski)
- Dutch translation updated (work by Patrick Vijgeboom and PhpFox Holland)
- Finnish translation updated (work by Ville Pilviö)
- German translation updated (work by Marcus Hennig)

For a complete list of changes in this release, see change log at: http://www.notecasepro.com/history.php. Thanks to everyone who helped during this cycle.

Note that Fedora 17 build (new Fedora 20 will be released soon) and Open Suse 12.2 (new version 13.1 was released recently) are being deprecated and will be removed in the next release.
Let me know if you need any of those.

Friday, December 06, 2013

NoteCase Pro for Android v1.0.5. released

NoteCase Pro for Android v1.0.5. has just been released
Download is now available at http://www.notecasepro.com/download.php

NoteCase Pro for Android is the companion app to Notecase desktop, and supports the .ncdb and .ncde (encrypted) file formats
so the same files can be shared between desktop and Android editions.

It can be activated by buying the 2USD license through PayPal (use "Buy Now" at the http://notecasepro.com/buy.php page) or by using the "All OSes, lifetime" license for the desktop version of the program. When shopping, please leave your email, so that after the payment, I can send you the key file in the email.

Installation instructions for your Android device:
    - prerequisites: program requires Android 3.0 or newer
    - download the .apk file and transfer it from your to your phone's SD card
    - enable installing applications from unknown source ("Settings" > "Applications" > "Unknown Sources" check box)
    - use some file manager application installed on your phone/tabled to click on the Notecase.apk file to start the installation
      ("ES File Explorer" free file manager app is a good choice)
    - if you get problem installing the app, try uninstalling the previous version first
    - copy your license key to your SD card root folder (usually named "/sdcard" or "/mnt/sdcard")
    - start the app

Features:
    - uses .ncdb and .ncde file format identical to the one used in the desktop version
    - you can create a new document or open an existing document file
    - Tree Pane is displayed featuring the hierarchical tree of your document notes
    - basic note operations supported in the Tree Pane are: insert, delete, rename
    - short click on the note title in the Tree Pane open Text Pane featuring rich text formatting editor
    - there are two different GUIs, one for phones and one for tablets (landscape mode) embedded in the same app
    - in the file open dialog, there is an additional way to navigate to the parent folder by using the swipe from right to left gesture action
    - you can create a shortcut to selected document on your phone's desktop

Changes in the new release:
    - remove dependency on compatibility library now that the minimal Android version is 3.0
    - fix issues related to inserting the image from camera
    - code to insert picture was moved to a separate thread so that it doesn't block main thread
    - pressing to logo icon in the title bar should cause the page to close (going back one step)
    - when adding a new note, window to define note title should have focus on input filed and soft keyboard visible
    - improved debug log file generation code
    - write device name and program version to debug log file
    - fix: sometimes note editor page fails to close when used in non-tablet mode
    - improve font substitution algorithm for webkit (add fallback font names for some fonts)
    - added custom font scaling factor preference (default 1.0)
    - enable pinch-to-zoom view scaling for note text editor
    - fix: add support for new line being generated by WebView as "div" tag
    - fix: display error when you fail to load note parts (usually due to "out of memory" error, when having a lot of big images in the note)
   
Feedback is appreciated. I am interested in your design and general ideas, bug reports, ...
If you would like to donate the program translation for your language, feel free to contact me.

PS. New desktop version will be released the next week.

Thursday, November 14, 2013

NoteCase Pro for Android v1.0.4. release

NoteCase Pro for Android v1.0.4. has just been released.
Download is now available at http://www.notecasepro.com/download.php

NoteCase Pro for Android is the companion app to Notecase desktop, and supports the .ncdb and .ncde (encrypted) file formats
so the same files can be shared between desktop and Android editions.

It can be activated by buying the 2USD license through PayPal (use "Buy Now" at the http://notecasepro.com/buy.php page)
or by using the "All OSes, lifetime" license for the desktop version of the program.
When shopping, please leave your email, so that after the payment, I can send you the key file in the email.

Installation instructions for your Android device:
    - prerequisites: program requires Android 3.0 or newer
    - download the .apk file and transfer it from your to your phone's SD card
    - enable installing applications from unknown source ("Settings" > "Applications" > "Unknown Sources" check box)
    - use some file manager application installed on your phone/tabled to click on the Notecase.apk file to start the installation
      ("ES File Explorer" free file manager app is a good choice)
    - if you get problem installing the app, try uninstalling the previous version first
    - copy your license key to your SD card root folder (usually named "/sdcard" or "/mnt/sdcard")
    - start the app

Features:
    - uses .ncdb and .ncde file format identical to the one used in the desktop version
    - you can create a new document or open an existing document file
    - Tree Pane is displayed featuring the hierarchical tree of your document notes
    - basic note operations supported in the Tree Pane are: insert, delete, rename
    - short click on the note title in the Tree Pane open Text Pane featuring rich text formatting editor
    - there are two different GUIs, one for phones and one for tablets (landscape mode) embedded in the same app
    - in the file open dialog, there is an additional way to navigate to the parent folder by using the swipe from right to left gesture action
    - you can create a shortcut to selected document on your phone's desktop

Changes in the new release:
    - major change is complete rewrite of text editor component, changed from using TextEditor to WebView weidget.
        This considerably increases editor quality and the expense of raising minimal supported Android version to 3.0
    - moved invoking of the settings page from option menu (deprecated in newer Android versions) to action bar button
    - add support to use front facing camera to input pictures (like the one on Nexus 7)
    - converted entire application to use standard action bars
    - fix: note having a hyperlink inside a contents does not allow for correct cursor positioning with finger tap
    - fix: in tablet layout mode, tree view selection is hidden/not refreshed correctly
    - add: increase maximal size of recently used files list from 10 to 20
    - add: setting to use small font size in the tree view
    - add: setting to use small font size in the recently used file list
    - add: setting to show only file name in the list of recently used files
    - add: option to confirm saving note changes
    - removed option to cancel saving item, now that we have explicit dialog asking if you want to save changes
    - add: remember/restore last used path in the File Open window
    - add: show progress window while deleting notes
    - fix: deleting big branches is now 25X faster
    - bug fixes
   
Feedback is appreciated. I am interested in your design and general ideas, bug reports, ...
If you would like to donate the program translation for your language, feel free to contact me.

Sunday, September 15, 2013

Notecase Pro v3.8.5. desktop edition has just been released

Downloads are now available at http://www.notecasepro.com/download.php

This release is mostly a bugfix release, with some important bugs fixed, some speed optimizations
and two new file format being support for import (Evernote and The Guide).

Major changes in this release:
- support to import Evernote export file (.enex)
- support to import "The Guide" XML export files (created with gdeutil.exe, file extension renamed to .gdexml), see http://theguide.sourceforge.net
- updated GTK for OS X to the latest stable version 2.24.16
- added new application event "Before document switch"
- improved RTF export by marking note titles as outlines/heading styles, added info section with document title and "Created by NoteCase Pro ..." comment
- new Lua methods to get/set fullscreen mode of the program (Nc_GUI_View_Fullscreen_Get, Nc_GUI_View_Fullscreen_Set)
- new Lua methods to get/set layout of the program (show both tree and text view, show only tree view, show only text view): Nc_GUI_View_Layout_Set / Nc_GUI_View_Layout_Get
- new Lua method to validate if the string is a valid UTF8-encoded string (Nc_String_ValidateUtf8)
- fix: copy/pasting note branch was blocked in Lite mode, restriction is removed now
- fix: possible crash when autosave process starts while showing plugin help
- fix: possible crash on start on OS X 10.7.5
- fix: rare case where program fails to start correctly on OSX (fix requires removing space character from "Notecase Pro.app" folder name)
- fix: drastic Link Properties window start speedup, noticeable for documents having 10000 notes (delay initialization of note tree combo box)
- fix: "replace all" action is now cca 70% faster
- fix: program does not read center alignment from the HTML-based file formats (recent regression)
- fix: formatting and possible crash issue when moving text or image with mouse within Text Pane for the .ncdb/.ncde file formats
- fix: when copying text placed right next to an image, image was copied along with it
- fix: correctly parse hyperlink tags with missing href field, like:
- fix: possible crash when importing BestJotter CSV format (if the data are not valid UTF-16 encoded)
- fix: improve "HTML Format" clipboard format, fixes some pasting into Thunderbird issues (Windows only)
- fix: disable "Minimize to tray" and "Close to tray" settings on OS X, because tray is not supported here
- fix: replace action modifying the text next to the link can cause the link to be removed (text was preserved)
- fix: improve algorithm that detects when opening newer file format than current version can handle ("This document was created by a different or a newer version ..." warning); now uses new format version number info to compare versions instead of using app version data. In daily use this means less nagging if the file format did not change with newer version of the program.
- fix: when pasting to NoteCase Pro, HTML characters within PRE section being "escaped" (example < for <) were not un-escaped (done before for compatibility to NoteCenter)
- fix: inserting symbol through "Insert Symbol" window can cause the existing formatting left of insertion point to be moved one place to the left
- fix: when rearranging the tree notes with drag and drop, if you drop a tree note outside of the tree view, cursor gets stuck in the "drop" mode
- fix: improve handling of non-ASCII characters within the exported LaTeX file by adding few additional header lines in the export file
- fix: choosing a file with Cyrillic characters as a hyperlink target did not work correctly (invalid link)
- help file updates (work by Daniel Hertrich and Paul Merrell)
- Croatian translation updated
- French translation updated (work by Jeff Malka)
- Chinese Traditional translation updated (work by Richard Sun)
- Chinese translation updated (work by Stephen Zhu)
- Romanian translation updated (work by Alexandru Bogdan Munteanu)
- Polish translation updated (work by Kamil Dembkowski)
- German translation updated (work by Marcus Hennig)
- Finnish translation updated (work by Ville Pilviö)
- other bugs fixed

For a complete list of changes in this release, see change log at: http://www.notecasepro.com/history.php.
Thanks to everyone who helped during this cycle.

Note that Mageia 2 build is being deprecated (new Mageia 4 will be released soon) and will be removed in the next release.

Regards,
  Miroslav
 
PS. Few remaining builds should be done tomorrow.

Friday, July 19, 2013

NoteCase Pro for Android v1.0.3. has been released


Download is available at http://www.notecasepro.com/download.php

NoteCase Pro for Android is the companion app to Notecase desktop, and supports the .ncdb and .ncde (encrypted) file formats, so the same files can be shared between desktop and Android editions.

It can be activated by buying the 2USD license through PayPal (use "Buy Now" at the http://notecasepro.com/buy.php page) or by using the "All OSes, lifetime" license for the desktop version of the program.
When shopping, please leave your email, so that after the payment, I can send you the key file in the email.

Installation instructions for your Android device:
    - prerequisites: program requires Android 1.6 or newer
    - download the .apk file and transfer it from your to your phone's SD card
    - enable installing applications from unknown source ("Settings" > "Applications" > "Unknown Sources" check box)
    - use some file manager application installed on your phone/tabled to click on the Notecase.apk file to start the installation.
      "ES File Explorer" is a good and free file manager app choice.
    - if you get problem installing the app, try uninstalling the previous version first
    - copy your license key to your SD card root folder (usually named "/sdcard" or "/mnt/sdcard")
    - start the app

Features:
    - uses .ncdb and .ncde file format identical to the one used in the desktop version
    - you can create a new document or open an existing document file
    - Tree Pane is displayed featuring the hierarchical tree of your document notes
    - basic note operations supported in the Tree Pane are: insert, delete, rename
    - short click on the note title in the Tree Pane open Text Pane featuring rich text formatting editor
    - there are two different GUIs, one for phones and one for tablets (landscape mode) embedded in the same app
    - in the file open dialog, there is an additional way to navigate to the parent folder by using the swipe from right to left gesture action
    - you can create a shortcut to selected document on your phone's desktop

Changes in the new release:
    - major news is that the Android Lite version (available through Google Play) is discontinued now. It proved too much work to maintain two Android apps,
      so I merged two Andorid edition into the single Pro edition. This means that the new Pro version now also works without license key, with some features being disabled in that case.
        (for now, the difference is that the registered user can use .ncde encrypted file format)
    - fix possible crash when uploading crash log to author's website (upload must be done in the background thread on newer versions of Android)
    - preserve expanded/collapsed state of the note branch
    - improve text font/font size handling
    - fix: do not save note if the note was not modified
    - SDK version moved back from 11 to 10 to force "menu" button to appear as soft key on newer versions of Android where such hardware key is missing (needed for settings menu etc.)
    - fix: correctly refresh settings page to show program version and a name of the registered client
    - added support to connect to sync server and download a document file from it
    - added sync settings into the settings page
    - support to create desktop shortcut to the exact note in the document (through the context menu in the note tree view)
    - more precise error message when the program fails to find the license key file (show expected path)
    - fix crash when trying to insert picture from the camera on a device that does not have any camera app installed
    - disable note text input if there is no note selected in the tree view, do this after note delete action too (needed for tablet mode when both views are visible at the same time)
    - fix possible crash after deleting a note
    - fix crash when note text editor changes an orientation while editing
   
I hope to finish sync feature in the new cycle. Once done, the price of the license might rise to 3-4 USD, so now is the chance to buy a license with the old price.

Feedback is appreciated. I am interested in your design and general ideas, bug reports, ...
If you would like to donate the program translation for your language, feel free to contact me.

Wednesday, July 10, 2013

Notecase Pro v3.8.2. desktop edition released

Downloads are now available at http://www.notecasepro.com/download.php

This release is mostly a bugfix release, with some important bugs fixed.

Major changes in this release:
- add links to common pages of the "Insert symbols" dialog
- make SyncAdmin program start as service by default (and fallback to console if service is not installed); service name is "NotecasePro Sync Server"
(to install service use "-install", to uninstall "-uninstall" server command line parameters)
- window "Document List", opened by menu item "Synchronization" > "Available Documents", now has a checkbox to enable you to load all documents you've downloaded (once you close the window)
- allow "Synchronization" > "Available documents" to be used in Lite/Trial mode too, but only for files smaller than 1MB
- Lua method Nc_GUI_InputDlg got new optional parameter to enable text wrapping
- enable "Address Space Randomization" and DEP security mechanisms in all Windows builds (program, sync admin and server)
- fix: possible freeze on startup (when downloading the plugin list information in the background thread)
- fix: move code to update document format for Sqlite-based documents into the background instead of doing it on document load (so that the app does not get perceived as stuck)
- fix: blocking on waiting clipboard results can cause the data not to be pasted when text only content is available on clipboard
- fix: improve support for bold formatting as pasted from OneNote (tag contents broken in half with new line character)
- fix: sync server password setting ("General Settings" window) should be obfuscated in the config file
- fix: upon launch, the app should put the focus on the document that had the focus when the user closed the app
- fix: when exporting to HTML, do not generate jascript method LinkWarning() if there is no need for it (if all generated hyperlinks are valid)
- fix: improve NoteCenter import (use correct code page to correctly import accented letters, few other bugs)
- fix: Clipboard Monitor did not work when no explicit document target was selected (recent regression)
- fix: .pdb file (optionally needed to resolve crash function backtrace) was missing in the Windows 64-bit installer
- fix: Lua method Nc_Note_Title_Set should not modify read-only document/note
- fix: "Check for Update" window did not show any text when the newer version was found online
- fix: when switching to another document tab and back, expansion state of the document tree may not be correctly restored
- fix: Lua method Nc_App_List_AddNote always adds the note at the end of the list
- fix: add support for descriptive HTML font-size parameter values like 'medium', 'large', ... (this fixes the possible issue of having pasted text being invisible until you perform "Remove Formatting" action on it)
- fix: if needed, update hash values in the background for each note of the HTML based document format
- fix: "Copy Link to Clipboard" context menu item could copy wrong link if "(Show) Line Numbers" option was active
- fix: new status bar message when the note is selected: "Child notes: 12 (total descendants: 22)" (replacing old message speaking about "completed" notes, that message was removed in the last cycle)
- fix: a problem when expanding bulleted list having text formatting inside (bold, italic, ...)
- fix: prefill default value for sync server port in the "General Settings" window
- fix: allow sync server password to be left as blank, when syncing bring up a password dialog box to enter the password
- fix: do not try to update file format for encrypted plugin documents (faster loading)
- fix: when pressing a history forward/back in the List Pane, if the item is missing in the list, switch to Tree Pane to complete the navigation
- fix: when loading more than one document at a time, trigger possible tasks expired window after entire group of docs have been loaded
- help file updates (work by Daniel Hertrich and Paul Merrell)
- Croatian translation updated
- Chinese Traditional translation updated (work by Richard Sun)
- Finnish translation updated (work by Ville Pilviö)
- Polish translation updated (work by Kamil Dembkowski)
- French translation updated (work by Jeff Malka)
- Romanian translation updated (work by Alexandru Bogdan Munteanu)
- Dutch translation updated (work by PhpFox Holland)
- German translation updated (work by Marcus Hennig)
- other bugs fixed

For a complete list of changes in this release, see change log at: http://www.notecasepro.com/history.php.
Thanks to everyone who helped during this cycle.

Some new builds were added (Fedora 19, Debian 7). I've removed support for Maemo repositories (leaving only standard .deb download),
because my logs show that they are not used anymore. The following builds are now deprecated and will be removed in the next cycle, unless someone needs them:
Ubuntu 11.10 (end of life), OpenSUSE 12.1 (end of life).

There is a news on Android version too: I plan to discontinue Android Lite edition (available on Google Play) and merge it into Android Pro (available through my website).
The reason is that I don't have enough resource to maintain two versions in parallel.
The new merged version (named Pro) will have some advanced features locked (.ncde file format mostly for now) unless you have a license installed on the device.
I expect to have the new initial merged version released in 2-3 days (and Lite version removed from Google Play).
This has delayed the sync for Android, but I'll concentrate to get this feature
done in the new cycle.

PS. Few remaining builds should be done by tomorrow.