-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Now we are ready for i18n. - The setting dialogue has been refined. Very controllable, clearly displayed disabled items, and ready to i18n. Fixed: - Many memory leaks have been rescued. - Chunk caches now work well. - Many trivial but potential bugs are fixed. - No longer error messages will be shown on retrieving checkpoint or server information. - Now we can check and correct tweak mismatch during the setup Improved: - Customisation synchronisation has got more smoother. Tidied - Practically unused functions have been removed or are being prepared for removal. - Many of the type-errors and lint errors have been corrected. - Unused files have been removed. Note: - From this version, some test files have been included. However, they are not enabled and released in the release build.
- Loading branch information
Showing
19 changed files
with
2,105 additions
and
1,711 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule lib
updated
17 files
+76 −0 | src/common/i18n.ts | |
+196 −0 | src/common/rosetta.ts | |
+85 −24 | src/common/types.ts | |
+2 −2 | src/common/utils.ts | |
+20 −21 | src/concurrency/lock.ts | |
+52 −10 | src/concurrency/processor.ts | |
+2 −2 | src/concurrency/task.ts | |
+1 −1 | src/dataobject/reactive.ts | |
+4 −4 | src/dataobject/store.ts | |
+1 −1 | src/memory/LRUCache.ts | |
+32 −8 | src/memory/memutil.ts | |
+1 −1 | src/pouchdb/LiveSyncDBFunctions.ts | |
+1 −1 | src/pouchdb/LiveSyncLocalDB.ts | |
+6 −1 | src/pouchdb/pouchdb-browser.ts | |
+1 −1 | src/pouchdb/utils_couchdb.ts | |
+2 −0 | src/replication/journal/LiveSyncJournalReplicator.ts | |
+32 −15 | src/string_and_binary/strbin.ts |
Oops, something went wrong.