Closed TrevKnows closed 1 year ago
PyLeap used UserDefaults
to store JSON data for its convenience. This has caused project data to go missing randomly and rearrangement of projects in a list view. I've switched to using FileManager
to store JSON data. I've created a Data Store object and abstracted most of the existing functions from the Networking Layer. This change will be in the next update ver.2.1.2
When a user downloads a third-party project - that project shows up twice in the project list.