chimp1984
|
232fa8ddee
|
Execute result handler on userThread
|
2020-10-03 12:48:22 -05:00 |
|
chimp1984
|
c789650d0b
|
Move methods to base class
|
2020-10-03 12:48:22 -05:00 |
|
chimp1984
|
ccfda5b043
|
Cleanups, add generics, add final, remove unused code/comments/todos,
|
2020-10-03 12:48:21 -05:00 |
|
chimp1984
|
fa0d261397
|
Fix remaining issues, cleanups, add persit calls, remove unused code,...
Sorry too tired to create another 20 commits...
|
2020-10-03 12:48:21 -05:00 |
|
chimp1984
|
197e871a7b
|
Remove FileManager ans Storage. All is replaces not by PersistenceManager
|
2020-10-03 12:48:20 -05:00 |
|
chimp1984
|
1e91b09f7d
|
Remove persist method
|
2020-10-03 12:48:18 -05:00 |
|
chimp1984
|
074ed6753b
|
Remove lombok Delegate from PersistableList
Add final
Add setAll method
Remove Iterable interface
|
2020-10-03 12:48:17 -05:00 |
|
chimp1984
|
3a348d5a0f
|
Remove ThreadedPersistableEnvelope and use PersistableEnvelope instead
We will not need threading support anymore once we use the new persistenceManager as serialisation is done on the userThread.
|
2020-10-03 12:48:16 -05:00 |
|
chimp1984
|
d3be8dd48b
|
Remove UserThreadMappedPersistableEnvelope and use PersistableEnvelope instead
We will not need threading support anymore once we use the new persistenceManager as serialisation is done on the userThread.
|
2020-10-03 12:48:16 -05:00 |
|
chimp1984
|
35d9338615
|
Remove UserThreadMappedPersistableList and use PersistableList instead
We will not need threading support anymore once we use the new persistenceManager as serialisation is done on the userThread.
|
2020-10-03 12:48:15 -05:00 |
|
chimp1984
|
937c006d73
|
Add PersistenceManager class
|
2020-10-03 12:48:15 -05:00 |
|
chimp1984
|
92c9c3cd7e
|
Add getDefaultStorageFileName method
|
2020-10-03 12:48:15 -05:00 |
|
chimp1984
|
85b33bcfce
|
Remove awaitTermination
Remove UserThread.execute on shutdown
Rename threadname
|
2020-10-03 12:48:15 -05:00 |
|
chimp1984
|
6f6836f733
|
Refactor: Add removeAndBackupFile method
|
2020-10-03 12:48:15 -05:00 |
|
chimp1984
|
d27e4dc249
|
Refactor: Rename fields and methods, return early
|
2020-10-03 12:48:14 -05:00 |
|
chimp1984
|
802dcad2fb
|
Refactor: Rename CorruptedDatabaseFilesHandler
|
2020-10-03 12:48:14 -05:00 |
|
chimp1984
|
cda9d9eccf
|
Refactor: Move other 2 classes to file package
|
2020-10-03 12:48:14 -05:00 |
|
chimp1984
|
23507102dd
|
Refactor: Move CorruptedDatabaseFilesHandler
|
2020-10-03 12:48:14 -05:00 |
|
chimp1984
|
8aff1f8665
|
Refactor: Move FileUtil
|
2020-10-03 12:48:14 -05:00 |
|
chimp1984
|
25a7979b02
|
Merge branch 'master_upstream' into reduce-initial-date-request
|
2020-10-02 13:05:56 -05:00 |
|
chimp1984
|
f5862ec2f6
|
UserThread must not be used before application is created.
|
2020-10-01 23:01:49 -05:00 |
|
chimp1984
|
3df2f7e177
|
Add HISTORY field. Make isNewVersion public
|
2020-10-01 15:06:34 -05:00 |
|
chimp1984
|
df90b2440a
|
Add new methods and refactor APIs. Needed later for new classes....
|
2020-10-01 15:02:44 -05:00 |
|
chimp1984
|
ff1380481d
|
Merge branch 'master_upstream' into improve-startup-routines
# Conflicts:
# core/src/main/java/bisq/core/app/BisqSetup.java
|
2020-10-01 10:34:43 -05:00 |
|
chimp1984
|
9fce06832d
|
Rename baseCurrencyNetworkParameters to networkParameters
|
2020-10-01 09:46:11 -05:00 |
|
chimp1984
|
0af9e133a4
|
Cleanups
|
2020-10-01 09:42:33 -05:00 |
|
chimp1984
|
fb41a1984b
|
Merge branch 'master_upstream' into fix-delayed-payout-tx-issues
# Conflicts:
# core/src/main/java/bisq/core/trade/TradeManager.java
# desktop/src/main/java/bisq/desktop/main/overlays/windows/TradeDetailsWindow.java
|
2020-10-01 09:24:46 -05:00 |
|
chimp1984
|
6e7e975c05
|
Improve printSystemLoad
|
2020-09-30 23:03:11 -05:00 |
|
chimp1984
|
346ad517a1
|
Refactor: Move osUserDataDir method to Utilities, rename to getUserDataDir
|
2020-09-30 22:43:11 -05:00 |
|
chimp1984
|
a38f59a88a
|
Refactor: Move common bases setup code to CommonSetup
|
2020-09-30 22:36:18 -05:00 |
|
chimp1984
|
51ce37ded9
|
Refactor: Rearrange methods
|
2020-09-30 22:32:47 -05:00 |
|
chimp1984
|
073f1630b1
|
Remove Remove LimitedKeyStrengthException as not needed anymore
|
2020-09-30 22:32:10 -05:00 |
|
chimp1984
|
49866508c1
|
Remove checkCryptoPolicySetup as not needed anymore
|
2020-09-30 22:31:37 -05:00 |
|
chimp1984
|
4f9a6ea436
|
Refactor: Move periodic printSystemLoad to commonSetup
|
2020-09-30 22:17:36 -05:00 |
|
chimp1984
|
516da22a09
|
Refactor: Add setup method in DevEnv
|
2020-09-30 22:12:20 -05:00 |
|
chimp1984
|
b927f9719e
|
Refactor: Move DevEnv setup to CommonSetup
|
2020-09-30 22:11:29 -05:00 |
|
chimp1984
|
9d12bf7d52
|
Refactor: Move sig int handlers to CommonSetup
|
2020-09-30 22:10:44 -05:00 |
|
chimp1984
|
7ea3676c55
|
Refactor: Rename setup to setupUncaughtExceptionHandler
rename setupErrorHandler to checkCryptoPolicySetup
move UncaughtExceptionHandler code to setupUncaughtExceptionHandler
|
2020-09-30 21:55:50 -05:00 |
|
chimp1984
|
b6e97e371e
|
Refactor: add new setup method to CommonSetup with config (WIP) and call it at doExecute. Move AsciiLogo to CommonSetup
|
2020-09-30 21:53:29 -05:00 |
|
chimp1984
|
fe7ccbd6f9
|
Refactor: extract method
|
2020-09-30 21:51:31 -05:00 |
|
chimp1984
|
b73fff0aad
|
Refactor: Move AsciiLogo to common
|
2020-09-30 21:50:47 -05:00 |
|
chimp1984
|
3242d86321
|
Apply code inspection suggestions
|
2020-09-29 13:08:55 -05:00 |
|
chimp1984
|
11eb24bb53
|
Simplify statements
|
2020-09-29 13:04:12 -05:00 |
|
chimp1984
|
87272ad3a5
|
Use final
|
2020-09-29 13:02:44 -05:00 |
|
chimp1984
|
4c7f6147e9
|
Remove not needed stream()
|
2020-09-29 13:02:32 -05:00 |
|
chimp1984
|
94bc2359ed
|
Delete unused class
|
2020-09-29 13:00:33 -05:00 |
|
chimp1984
|
3926a36c3a
|
Use params for trace logs.
|
2020-09-29 12:55:23 -05:00 |
|
chimp1984
|
10bedee803
|
Merge branch 'dispute-agent-branch' into fix-delayed-payout-tx-issues
# Conflicts:
# core/src/main/java/bisq/core/trade/protocol/tasks/buyer/BuyerSetupDepositTxListener.java
|
2020-09-25 15:03:28 -05:00 |
|
chimp1984
|
2b747cc323
|
Don't return null if name is null by try to use UNDEFINED. Only if that is not present we return null
|
2020-09-22 18:48:47 -05:00 |
|
Christoph Atteneder
|
69d533d9ea
|
Merge pull request #4520 from cd2357/show-qubes-info-popup
Show info popup if Bisq started under Qubes OS
|
2020-09-22 16:21:03 +02:00 |
|