Commit Graph

23 Commits

Author SHA1 Message Date
510484011c Mark exporter extensions as untranslatable 2023-05-06 19:42:28 +02:00
64d7e0d896 Rename outputStream variable to match base class 2023-05-07 00:24:30 +09:00
4393e53b43 ExportToStream should be public 2023-05-05 21:28:43 +09:00
0158102467 Rename class back to original name so I can read the diff 2023-05-05 16:19:10 +09:00
dd69089117 code quality 2023-04-09 15:51:31 +09:00
de21b4a2f7 use Live<TModel>
Use RealmAccess only when needed
2023-04-09 22:21:15 +09:00
e84e011d5d Merge branch 'master' into export 2023-02-17 22:15:19 +09:00
eac0aa79a3 cancellationToken pass, notification adujust 2023-02-17 22:09:09 +09:00
f971405c8c append time as well 2023-01-10 00:02:31 +00:00
272288c9aa fix code style and naming 2022-12-25 21:50:56 +00:00
d392d1a5c0 override a sub-method instead of the whole Export() 2022-12-24 22:18:42 +00:00
498d00935b limit date appending to LegacyScoreExporter only 2022-12-23 23:01:04 +00:00
e02b8cb199 Group export methods into their respective managers 2022-12-11 18:30:24 +09:00
6adac853e8 Spite sync method ExportToStream
`uuid` to `model`
2022-11-27 09:58:54 +09:00
162f0bb95e filename can be private 2022-11-21 19:06:04 +09:00
e37d30a373 refactor based on reviews
removed LegacyExportManager

Separated the method of CreateZip method and the default export method
2022-11-21 18:58:01 +09:00
fc4a6cb125 working with test 2022-11-19 01:02:35 +09:00
4b29941b47 add LegacyExportManager 2022-11-18 20:00:00 +09:00
e1a21e0cf9 create a task to export to avoid block main thread
Code quality and remove some #nullable disable
2022-11-17 01:08:06 +09:00
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
2a4bee61dd Update many score-related classes to move closer to being able to persist to realm 2022-01-12 16:57:27 +09:00
e2ebcf7a26 Remove unnecessary manager parameter
Confused why I added this in the first place..
2021-11-25 18:36:03 +09:00
cc1b91e4bd Split out legacy model export logic into LegacyModelExporter classes 2021-11-25 16:41:12 +09:00