OSDN Git Service

- Added support for note linking. It is still feels a little clunky but it seems...
authorRandy Baumgarte <randy@fbn.cx>
Tue, 28 Jun 2011 01:34:49 +0000 (21:34 -0400)
committerRandy Baumgarte <randy@Centauri.(none)>
Tue, 28 Jun 2011 13:21:14 +0000 (09:21 -0400)
commitae4b98db268cf440a72712c4f693fbb4a7026cb3
treebb36b108976f3ad4ea7d4e7a71ef1fe90574aa3c
parent6be68cc9ebee2722dc98fd51718be9761f49dfc7
- Added support for note linking. It is still feels a little clunky but it seems usable. - Added indexing options to restrict what is indexed and to permit special characters that won't be removed from words. You need to reindex your database when these values change. - Cleaned up the Android HTML Entities fix. It is still disabled by default and has a few issues, but it seems to be a little better now. - Fixed a problem where the LaTeX editor wouldn't be shown under some circumstances. - Fixed a problem where opening the current note in an external window might cause recent edits to be lost. - Fixed a problem where linked notebooks were not authorizing properly. - Fixed a problem where linked notebooks would interrupt a sync if authority for the user was revoked. It will now prompt on what should be done.
src/cx/fbn/nevernote/NeverNote.java
src/cx/fbn/nevernote/dialog/SharedNotebookSyncError.java [new file with mode: 0644]
src/cx/fbn/nevernote/sql/LinkedNotebookTable.java
src/cx/fbn/nevernote/sql/NoteResourceTable.java
src/cx/fbn/nevernote/sql/NoteTable.java
src/cx/fbn/nevernote/sql/NotebookTable.java
src/cx/fbn/nevernote/sql/SharedNotebookTable.java
src/cx/fbn/nevernote/sql/WordsTable.java
src/cx/fbn/nevernote/threads/IndexRunner.java
src/cx/fbn/nevernote/threads/SyncRunner.java