-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refine BackupManager Co-authored-by: Christoph <siedlerkiller@gmail.com> Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> * Fix BackupManager Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> * Exchange "bak" and "sav" Co-authored-by: Christoph <siedlerkiller@gmail.com> * Refine backup message to show backup path Co-authored-by: Christoph <siedlerkiller@gmail.com> * Introduce BackupFileUtil * Use AtomicFileWriter * Update src/main/java/org/jabref/logic/util/io/BackupFileUtil.java Co-authored-by: Christoph <siedlerkiller@gmail.com> * More comments * Align JabRefGUI#openLastEditedDatabases() with OpenDatabaseAction#loadDatabase(Path) * Remove unused parameter "raisePanel" * WIP: Fix opening of databases i) on startup, ii) using File > Open - i: Reuse OpenDataBaseAction (instead of code duplication) - ii: Remove double initialization of BackupManager * Experiment with needsBackup * Fix variable name * Remove obsolete method * Remove duplicate code * Switch from DelayTaskThrottler to Java's ScheduledThreadPoolExecutor * Group together code cloned methods * Enable "needsBackup" strategy * Ensure that backup is a recent one * Fix checkstyle * Removed JabRefGUI import * Introdce OS.APP_DIR_APP_* Co-authored-by: Christoph <siedlerkiller@gmail.com> Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Co-authored-by: ThiloteE <73715071+ThiloteE@users.noreply.github.com> Co-authored-by: Houssem Nasri <housi.housi2015@gmail.com> Co-authored-by: Benedikt Tutzer <btut@users.noreply.github.com> * Fix checkstyle * Try to fix tests * Remove check for concrete hash code * Fix checkstyle * Refine comment on expected behavior Co-authored-by: Christoph <siedlerkiller@gmail.com> Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Co-authored-by: ThiloteE <73715071+ThiloteE@users.noreply.github.com> Co-authored-by: Houssem Nasri <housi.housi2015@gmail.com> Co-authored-by: Benedikt Tutzer <btut@users.noreply.github.com>
- Loading branch information
1 parent
132921c
commit f7648e8
Showing
33 changed files
with
478 additions
and
179 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
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
Oops, something went wrong.